From 5790142f81f2a94ad073834b1534acbf9b02ea3c 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/UserAvatarController.Designer.cs | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to 'Timeline/Resources/Controllers/UserAvatarController.Designer.cs') diff --git a/Timeline/Resources/Controllers/UserAvatarController.Designer.cs b/Timeline/Resources/Controllers/UserAvatarController.Designer.cs index e6eeb1e8..1dacb19f 100644 --- a/Timeline/Resources/Controllers/UserAvatarController.Designer.cs +++ b/Timeline/Resources/Controllers/UserAvatarController.Designer.cs @@ -60,6 +60,78 @@ namespace Timeline.Resources.Controllers { } } + /// + /// Looks up a localized string similar to Normal user can't delete other's avatar.. + /// + internal static string ErrorDeleteForbid { + get { + return ResourceManager.GetString("ErrorDeleteForbid", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to User does not exist.. + /// + internal static string ErrorDeleteUserNotExist { + get { + return ResourceManager.GetString("ErrorDeleteUserNotExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to User does not exist.. + /// + internal static string ErrorGetUserNotExist { + get { + return ResourceManager.GetString("ErrorGetUserNotExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Image is not a square.. + /// + internal static string ErrorPutBadFormatBadSize { + get { + return ResourceManager.GetString("ErrorPutBadFormatBadSize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Decoding image failed.. + /// + internal static string ErrorPutBadFormatCantDecode { + get { + return ResourceManager.GetString("ErrorPutBadFormatCantDecode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Image format is not the one in header.. + /// + internal static string ErrorPutBadFormatUnmatchedFormat { + get { + return ResourceManager.GetString("ErrorPutBadFormatUnmatchedFormat", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Normal user can't change other's avatar.. + /// + internal static string ErrorPutForbid { + get { + return ResourceManager.GetString("ErrorPutForbid", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to User does not exist.. + /// + internal static string ErrorPutUserNotExist { + get { + return ResourceManager.GetString("ErrorPutUserNotExist", resourceCulture); + } + } + /// /// Looks up a localized string similar to Unknown AvatarDataException.ErrorReason value.. /// -- cgit v1.2.3