aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Messages.resx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-11 18:16:18 +0800
committercrupest <crupest@outlook.com>2020-03-11 18:16:18 +0800
commit53b237832d3d967b531a8dc130ebbf2ede173741 (patch)
treed82d54a11bf5d3dfc112dacf8d8e9f9503e88ca0 /Timeline/Resources/Messages.resx
parenta908d22253b7d6cb5f07eecf5b35c64e4bab0390 (diff)
downloadtimeline-53b237832d3d967b531a8dc130ebbf2ede173741.tar.gz
timeline-53b237832d3d967b531a8dc130ebbf2ede173741.tar.bz2
timeline-53b237832d3d967b531a8dc130ebbf2ede173741.zip
...
Diffstat (limited to 'Timeline/Resources/Messages.resx')
-rw-r--r--Timeline/Resources/Messages.resx21
1 files changed, 12 insertions, 9 deletions
diff --git a/Timeline/Resources/Messages.resx b/Timeline/Resources/Messages.resx
index 6a4cb1b6..631bd749 100644
--- a/Timeline/Resources/Messages.resx
+++ b/Timeline/Resources/Messages.resx
@@ -147,15 +147,6 @@
<data name="Common_InvalidModel" xml:space="preserve">
<value>Model is of bad format.</value>
</data>
- <data name="TimelineCommon_MemberPut_NotExist" xml:space="preserve">
- <value>The user to set as member does not exist.</value>
- </data>
- <data name="TimelineCommon_NameConflict" xml:space="preserve">
- <value>A timeline with given name already exists.</value>
- </data>
- <data name="TimelineCommon_NotExist" xml:space="preserve">
- <value>The timeline with given name does not exist.</value>
- </data>
<data name="TimelineController_ContentUnknownType" xml:space="preserve">
<value>Unknown type of post content.</value>
</data>
@@ -168,6 +159,18 @@
<data name="TimelineController_ImageContentDataRequired" xml:space="preserve">
<value>Data field is required for image content.</value>
</data>
+ <data name="TimelineController_MemberPut_NotExist" xml:space="preserve">
+ <value>The user to set as member does not exist.</value>
+ </data>
+ <data name="TimelineController_NameConflict" xml:space="preserve">
+ <value>A timeline with given name already exists.</value>
+ </data>
+ <data name="TimelineController_NotExist" xml:space="preserve">
+ <value>The timeline with given name does not exist.</value>
+ </data>
+ <data name="TimelineController_PostNoData" xml:space="preserve">
+ <value>The post of that type has no data.</value>
+ </data>
<data name="TimelineController_QueryRelateNotExist" xml:space="preserve">
<value>The user specified by query param "relate" does not exist.</value>
</data>