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/Services/UserAvatarService.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/Services/UserAvatarService.Designer.cs')
-rw-r--r-- | Timeline/Resources/Services/UserAvatarService.Designer.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Timeline/Resources/Services/UserAvatarService.Designer.cs b/Timeline/Resources/Services/UserAvatarService.Designer.cs index 6ee6fef9..c72d4215 100644 --- a/Timeline/Resources/Services/UserAvatarService.Designer.cs +++ b/Timeline/Resources/Services/UserAvatarService.Designer.cs @@ -63,27 +63,27 @@ namespace Timeline.Resources.Services { /// <summary>
/// Looks up a localized string similar to Data of avatar is null..
/// </summary>
- internal static string ArgumentAvatarDataNull {
+ internal static string ExceptionAvatarDataNull {
get {
- return ResourceManager.GetString("ArgumentAvatarDataNull", resourceCulture);
+ return ResourceManager.GetString("ExceptionAvatarDataNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Type of avatar is null or empty..
/// </summary>
- internal static string ArgumentAvatarTypeNullOrEmpty {
+ internal static string ExceptionAvatarTypeNullOrEmpty {
get {
- return ResourceManager.GetString("ArgumentAvatarTypeNullOrEmpty", resourceCulture);
+ return ResourceManager.GetString("ExceptionAvatarTypeNullOrEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Database corupted! One of type and data of a avatar is null but the other is not..
/// </summary>
- internal static string DatabaseCorruptedDataAndTypeNotSame {
+ internal static string ExceptionDatabaseCorruptedDataAndTypeNotSame {
get {
- return ResourceManager.GetString("DatabaseCorruptedDataAndTypeNotSame", resourceCulture);
+ return ResourceManager.GetString("ExceptionDatabaseCorruptedDataAndTypeNotSame", resourceCulture);
}
}
|