diff options
author | crupest <crupest@outlook.com> | 2020-03-11 18:16:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-11 18:16:18 +0800 |
commit | 27ed44bb8c618e4b30de5cec44bbb47be8084539 (patch) | |
tree | d82d54a11bf5d3dfc112dacf8d8e9f9503e88ca0 /Timeline/Resources/Messages.resx | |
parent | 17ef86c81c24c1cda900d0c05feb2265acc2524b (diff) | |
download | timeline-27ed44bb8c618e4b30de5cec44bbb47be8084539.tar.gz timeline-27ed44bb8c618e4b30de5cec44bbb47be8084539.tar.bz2 timeline-27ed44bb8c618e4b30de5cec44bbb47be8084539.zip |
...
Diffstat (limited to 'Timeline/Resources/Messages.resx')
-rw-r--r-- | Timeline/Resources/Messages.resx | 21 |
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>
|