aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Messages.resx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-30 20:26:52 +0800
committercrupest <crupest@outlook.com>2020-01-30 20:26:52 +0800
commit79ab2b304d93b1029515bd3f954db4e5a73f4168 (patch)
tree538ceea06640f501d2a950cac813c10561036e4d /Timeline/Resources/Messages.resx
parentdd0097af5c4ccbe25a1faca2286d729c93fd4116 (diff)
downloadtimeline-79ab2b304d93b1029515bd3f954db4e5a73f4168.tar.gz
timeline-79ab2b304d93b1029515bd3f954db4e5a73f4168.tar.bz2
timeline-79ab2b304d93b1029515bd3f954db4e5a73f4168.zip
...
Diffstat (limited to 'Timeline/Resources/Messages.resx')
-rw-r--r--Timeline/Resources/Messages.resx9
1 files changed, 6 insertions, 3 deletions
diff --git a/Timeline/Resources/Messages.resx b/Timeline/Resources/Messages.resx
index db56ed02..cb6c3891 100644
--- a/Timeline/Resources/Messages.resx
+++ b/Timeline/Resources/Messages.resx
@@ -153,6 +153,9 @@
<data name="TimelineController_ChangeMember_UserNotExist" xml:space="preserve">
<value>The {0}-st user to do operation {1} on does not exist.</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_PostOperationDelete_NotExist" xml:space="preserve">
<value>The post to delete does not exist.</value>
</data>
@@ -186,9 +189,6 @@
<data name="UserController_ChangePassword_BadOldPassword" xml:space="preserve">
<value>Old password is wrong.</value>
</data>
- <data name="UserController_ChangeUsername_Conflict" xml:space="preserve">
- <value>The new username already exists.</value>
- </data>
<data name="UserController_Patch_Forbid_Administrator" xml:space="preserve">
<value>You can't set permission unless you are administrator.</value>
</data>
@@ -198,4 +198,7 @@
<data name="UserController_Patch_Forbid_Username" xml:space="preserve">
<value>You can't set username unless you are administrator.</value>
</data>
+ <data name="UserController_UsernameConflict" xml:space="preserve">
+ <value>A user with given username already exists.</value>
+ </data>
</root> \ No newline at end of file