aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/UserService.Designer.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-29 00:17:45 +0800
committercrupest <crupest@outlook.com>2020-01-29 00:17:45 +0800
commitb6043126fae039c58512f60a576b10925b06df4c (patch)
tree480e4e0fa03f0736cfee97876603fdb87d3fd3bd /Timeline/Resources/Services/UserService.Designer.cs
parent1a653fca9e4e3371dd65782c987a736e2259d66a (diff)
downloadtimeline-b6043126fae039c58512f60a576b10925b06df4c.tar.gz
timeline-b6043126fae039c58512f60a576b10925b06df4c.tar.bz2
timeline-b6043126fae039c58512f60a576b10925b06df4c.zip
...
Diffstat (limited to 'Timeline/Resources/Services/UserService.Designer.cs')
-rw-r--r--Timeline/Resources/Services/UserService.Designer.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/UserService.Designer.cs b/Timeline/Resources/Services/UserService.Designer.cs
index 2a04dded..1b85546d 100644
--- a/Timeline/Resources/Services/UserService.Designer.cs
+++ b/Timeline/Resources/Services/UserService.Designer.cs
@@ -79,6 +79,42 @@ namespace Timeline.Resources.Services {
}
/// <summary>
+ /// Looks up a localized string similar to Password can&apos;t be empty..
+ /// </summary>
+ internal static string ExceptionPasswordEmpty {
+ get {
+ return ResourceManager.GetString("ExceptionPasswordEmpty", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Password can&apos;t be null or empty..
+ /// </summary>
+ internal static string ExceptionPasswordNullOrEmpty {
+ get {
+ return ResourceManager.GetString("ExceptionPasswordNullOrEmpty", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Username is of bad format, because {}..
+ /// </summary>
+ internal static string ExceptionUsernameBadFormat {
+ get {
+ return ResourceManager.GetString("ExceptionUsernameBadFormat", resourceCulture);
+ }
+ }
+
+ /// <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..
/// </summary>
internal static string LogCacheCreate {