diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-25 18:36:02 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-25 18:36:02 +0800 |
commit | 2528710897c6995eaa6b04a63c1daa8cdffbf29d (patch) | |
tree | c6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/Resources/Controllers/UserController.Designer.cs | |
parent | 20089ee8a29f9c59a28779baadf5560bca9f7be1 (diff) | |
download | timeline-2528710897c6995eaa6b04a63c1daa8cdffbf29d.tar.gz timeline-2528710897c6995eaa6b04a63c1daa8cdffbf29d.tar.bz2 timeline-2528710897c6995eaa6b04a63c1daa8cdffbf29d.zip |
Add NeutralResourcesLanguage. Conform to best practices.
Diffstat (limited to 'Timeline/Resources/Controllers/UserController.Designer.cs')
-rw-r--r-- | Timeline/Resources/Controllers/UserController.Designer.cs | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Timeline/Resources/Controllers/UserController.Designer.cs b/Timeline/Resources/Controllers/UserController.Designer.cs index df9cab4c..0c9ac0d7 100644 --- a/Timeline/Resources/Controllers/UserController.Designer.cs +++ b/Timeline/Resources/Controllers/UserController.Designer.cs @@ -61,6 +61,60 @@ namespace Timeline.Resources.Controllers { }
/// <summary>
+ /// Looks up a localized string similar to Old password is wrong..
+ /// </summary>
+ internal static string ErrorChangePasswordBadPassword {
+ get {
+ return ResourceManager.GetString("ErrorChangePasswordBadPassword", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The new username {0} already exists..
+ /// </summary>
+ internal static string ErrorChangeUsernameAlreadyExist {
+ get {
+ return ResourceManager.GetString("ErrorChangeUsernameAlreadyExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The old username {0} does not exist..
+ /// </summary>
+ internal static string ErrorChangeUsernameNotExist {
+ get {
+ return ResourceManager.GetString("ErrorChangeUsernameNotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The user does not exist..
+ /// </summary>
+ internal static string ErrorGetUserNotExist {
+ get {
+ return ResourceManager.GetString("ErrorGetUserNotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Can't patch a user that does not exist..
+ /// </summary>
+ internal static string ErrorPatchUserNotExist {
+ get {
+ return ResourceManager.GetString("ErrorPatchUserNotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Username is of bad format..
+ /// </summary>
+ internal static string ErrorPutBadUsername {
+ get {
+ return ResourceManager.GetString("ErrorPutBadUsername", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Attempt to change password with wrong old password failed..
/// </summary>
internal static string LogChangePasswordBadPassword {
|