aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Messages.Designer.cs
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
commit52acf41e331ddbd66befed4692c804b754ba7d5c (patch)
tree538ceea06640f501d2a950cac813c10561036e4d /Timeline/Resources/Messages.Designer.cs
parentabde51b167f17301c25e32ae247e7909c0dc9367 (diff)
downloadtimeline-52acf41e331ddbd66befed4692c804b754ba7d5c.tar.gz
timeline-52acf41e331ddbd66befed4692c804b754ba7d5c.tar.bz2
timeline-52acf41e331ddbd66befed4692c804b754ba7d5c.zip
...
Diffstat (limited to 'Timeline/Resources/Messages.Designer.cs')
-rw-r--r--Timeline/Resources/Messages.Designer.cs27
1 files changed, 18 insertions, 9 deletions
diff --git a/Timeline/Resources/Messages.Designer.cs b/Timeline/Resources/Messages.Designer.cs
index 15101661..332c8817 100644
--- a/Timeline/Resources/Messages.Designer.cs
+++ b/Timeline/Resources/Messages.Designer.cs
@@ -169,6 +169,15 @@ namespace Timeline.Resources {
}
/// <summary>
+ /// Looks up a localized string similar to The user to set as member does not exist..
+ /// </summary>
+ internal static string TimelineController_MemberPut_NotExist {
+ get {
+ return ResourceManager.GetString("TimelineController_MemberPut_NotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The post to delete does not exist..
/// </summary>
internal static string TimelineController_PostOperationDelete_NotExist {
@@ -268,15 +277,6 @@ namespace Timeline.Resources {
}
/// <summary>
- /// Looks up a localized string similar to The new username already exists..
- /// </summary>
- internal static string UserController_ChangeUsername_Conflict {
- get {
- return ResourceManager.GetString("UserController_ChangeUsername_Conflict", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to You can&apos;t set permission unless you are administrator..
/// </summary>
internal static string UserController_Patch_Forbid_Administrator {
@@ -302,5 +302,14 @@ namespace Timeline.Resources {
return ResourceManager.GetString("UserController_Patch_Forbid_Username", resourceCulture);
}
}
+
+ /// <summary>
+ /// Looks up a localized string similar to A user with given username already exists..
+ /// </summary>
+ internal static string UserController_UsernameConflict {
+ get {
+ return ResourceManager.GetString("UserController_UsernameConflict", resourceCulture);
+ }
+ }
}
}