diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-25 18:46:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-25 18:46:01 +0800 |
commit | a175f8328d7a6c36464676d54fc50d03e64be0af (patch) | |
tree | c6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/Resources/Controllers/UserAvatarController.Designer.cs | |
parent | 681e2cc9ecaeefd883a7c6645374926c184fba5d (diff) | |
parent | 5790142f81f2a94ad073834b1534acbf9b02ea3c (diff) | |
download | timeline-a175f8328d7a6c36464676d54fc50d03e64be0af.tar.gz timeline-a175f8328d7a6c36464676d54fc50d03e64be0af.tar.bz2 timeline-a175f8328d7a6c36464676d54fc50d03e64be0af.zip |
Merge pull request #52 from crupest/i18n
Add NeutralResourcesLanguage. Conform to best practices.
Diffstat (limited to 'Timeline/Resources/Controllers/UserAvatarController.Designer.cs')
-rw-r--r-- | Timeline/Resources/Controllers/UserAvatarController.Designer.cs | 72 |
1 files changed, 72 insertions, 0 deletions
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 @@ -61,6 +61,78 @@ namespace Timeline.Resources.Controllers { }
/// <summary>
+ /// Looks up a localized string similar to Normal user can't delete other's avatar..
+ /// </summary>
+ internal static string ErrorDeleteForbid {
+ get {
+ return ResourceManager.GetString("ErrorDeleteForbid", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to User does not exist..
+ /// </summary>
+ internal static string ErrorDeleteUserNotExist {
+ get {
+ return ResourceManager.GetString("ErrorDeleteUserNotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to User does not exist..
+ /// </summary>
+ internal static string ErrorGetUserNotExist {
+ get {
+ return ResourceManager.GetString("ErrorGetUserNotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Image is not a square..
+ /// </summary>
+ internal static string ErrorPutBadFormatBadSize {
+ get {
+ return ResourceManager.GetString("ErrorPutBadFormatBadSize", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Decoding image failed..
+ /// </summary>
+ internal static string ErrorPutBadFormatCantDecode {
+ get {
+ return ResourceManager.GetString("ErrorPutBadFormatCantDecode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Image format is not the one in header..
+ /// </summary>
+ internal static string ErrorPutBadFormatUnmatchedFormat {
+ get {
+ return ResourceManager.GetString("ErrorPutBadFormatUnmatchedFormat", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Normal user can't change other's avatar..
+ /// </summary>
+ internal static string ErrorPutForbid {
+ get {
+ return ResourceManager.GetString("ErrorPutForbid", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to User does not exist..
+ /// </summary>
+ internal static string ErrorPutUserNotExist {
+ get {
+ return ResourceManager.GetString("ErrorPutUserNotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Unknown AvatarDataException.ErrorReason value..
/// </summary>
internal static string ExceptionUnknownAvatarFormatError {
|