aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/UserService.Designer.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-29 18:38:41 +0800
committercrupest <crupest@outlook.com>2020-01-29 18:38:41 +0800
commit401a0c86054711bf5ebdce7d7717c9b59bffc2fa (patch)
treedd1cd091ecc2c80943735af4b71b53ef26fc7eee /Timeline/Resources/Services/UserService.Designer.cs
parentb6043126fae039c58512f60a576b10925b06df4c (diff)
downloadtimeline-401a0c86054711bf5ebdce7d7717c9b59bffc2fa.tar.gz
timeline-401a0c86054711bf5ebdce7d7717c9b59bffc2fa.tar.bz2
timeline-401a0c86054711bf5ebdce7d7717c9b59bffc2fa.zip
...
Diffstat (limited to 'Timeline/Resources/Services/UserService.Designer.cs')
-rw-r--r--Timeline/Resources/Services/UserService.Designer.cs36
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&apos;t be null or empty..
+ /// Looks up a localized string similar to Password can&apos;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&apos;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&apos;t be null..
/// </summary>
- internal static string LogCacheRemove {
+ internal static string ExceptionUsernameNull {
get {
- return ResourceManager.GetString("LogCacheRemove", resourceCulture);
+ return ResourceManager.GetString("ExceptionUsernameNull", resourceCulture);
}
}