From 2528710897c6995eaa6b04a63c1daa8cdffbf29d Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Fri, 25 Oct 2019 18:36:02 +0800 Subject: Add NeutralResourcesLanguage. Conform to best practices. --- .../Controllers/UserController.Designer.cs | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'Timeline/Resources/Controllers/UserController.Designer.cs') 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 @@ -60,6 +60,60 @@ namespace Timeline.Resources.Controllers { } } + /// + /// Looks up a localized string similar to Old password is wrong.. + /// + internal static string ErrorChangePasswordBadPassword { + get { + return ResourceManager.GetString("ErrorChangePasswordBadPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The new username {0} already exists.. + /// + internal static string ErrorChangeUsernameAlreadyExist { + get { + return ResourceManager.GetString("ErrorChangeUsernameAlreadyExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The old username {0} does not exist.. + /// + internal static string ErrorChangeUsernameNotExist { + get { + return ResourceManager.GetString("ErrorChangeUsernameNotExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The user does not exist.. + /// + internal static string ErrorGetUserNotExist { + get { + return ResourceManager.GetString("ErrorGetUserNotExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Can't patch a user that does not exist.. + /// + internal static string ErrorPatchUserNotExist { + get { + return ResourceManager.GetString("ErrorPatchUserNotExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Username is of bad format.. + /// + internal static string ErrorPutBadUsername { + get { + return ResourceManager.GetString("ErrorPutBadUsername", resourceCulture); + } + } + /// /// Looks up a localized string similar to Attempt to change password with wrong old password failed.. /// -- cgit v1.2.3