diff options
author | crupest <crupest@outlook.com> | 2020-01-29 18:38:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-29 18:38:41 +0800 |
commit | 81c261b59016e15d320ad963882afe4d9c7b5f7d (patch) | |
tree | dd1cd091ecc2c80943735af4b71b53ef26fc7eee /Timeline/Resources/Services/UserService.Designer.cs | |
parent | 2750a3df1834c1c6623aa8c653504c7bc12cefd6 (diff) | |
download | timeline-81c261b59016e15d320ad963882afe4d9c7b5f7d.tar.gz timeline-81c261b59016e15d320ad963882afe4d9c7b5f7d.tar.bz2 timeline-81c261b59016e15d320ad963882afe4d9c7b5f7d.zip |
...
Diffstat (limited to 'Timeline/Resources/Services/UserService.Designer.cs')
-rw-r--r-- | Timeline/Resources/Services/UserService.Designer.cs | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/Timeline/Resources/Services/UserService.Designer.cs b/Timeline/Resources/Services/UserService.Designer.cs index 1b85546d..cdf7f390 100644 --- a/Timeline/Resources/Services/UserService.Designer.cs +++ b/Timeline/Resources/Services/UserService.Designer.cs @@ -70,6 +70,15 @@ namespace Timeline.Resources.Services { }
/// <summary>
+ /// Looks up a localized string similar to Nickname is of bad format, because {}..
+ /// </summary>
+ internal static string ExceptionNicknameBadFormat {
+ get {
+ return ResourceManager.GetString("ExceptionNicknameBadFormat", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Old username is of bad format..
/// </summary>
internal static string ExceptionOldUsernameBadFormat {
@@ -88,11 +97,11 @@ namespace Timeline.Resources.Services { }
/// <summary>
- /// Looks up a localized string similar to Password can't be null or empty..
+ /// Looks up a localized string similar to Password can't be null..
/// </summary>
- internal static string ExceptionPasswordNullOrEmpty {
+ internal static string ExceptionPasswordNull {
get {
- return ResourceManager.GetString("ExceptionPasswordNullOrEmpty", resourceCulture);
+ return ResourceManager.GetString("ExceptionPasswordNull", resourceCulture);
}
}
@@ -106,29 +115,20 @@ namespace Timeline.Resources.Services { }
/// <summary>
- /// Looks up a localized string similar to Username can't be null or empty..
- /// </summary>
- internal static string ExceptionUsernameNullOrEmpty {
- get {
- return ResourceManager.GetString("ExceptionUsernameNullOrEmpty", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to A cache entry is created..
+ /// Looks up a localized string similar to A user with given username already exists..
/// </summary>
- internal static string LogCacheCreate {
+ internal static string ExceptionUsernameConflict {
get {
- return ResourceManager.GetString("LogCacheCreate", resourceCulture);
+ return ResourceManager.GetString("ExceptionUsernameConflict", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to A cache entry is removed..
+ /// Looks up a localized string similar to Username can't be null..
/// </summary>
- internal static string LogCacheRemove {
+ internal static string ExceptionUsernameNull {
get {
- return ResourceManager.GetString("LogCacheRemove", resourceCulture);
+ return ResourceManager.GetString("ExceptionUsernameNull", resourceCulture);
}
}
|