aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/Exception.Designer.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-24 16:56:41 +0800
committer杨宇千 <crupest@outlook.com>2019-10-24 16:56:41 +0800
commitc324d1dad0ffc1a1013b22792078415e7a50c470 (patch)
treec8f5032f86d8a9e5df0117d438ea741cb0a4f613 /Timeline/Resources/Services/Exception.Designer.cs
parent9a163719b76958374d1c27616393368e54e8b8a5 (diff)
downloadtimeline-c324d1dad0ffc1a1013b22792078415e7a50c470.tar.gz
timeline-c324d1dad0ffc1a1013b22792078415e7a50c470.tar.bz2
timeline-c324d1dad0ffc1a1013b22792078415e7a50c470.zip
...
Diffstat (limited to 'Timeline/Resources/Services/Exception.Designer.cs')
-rw-r--r--Timeline/Resources/Services/Exception.Designer.cs45
1 files changed, 45 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/Exception.Designer.cs b/Timeline/Resources/Services/Exception.Designer.cs
index 24f6b8e6..ddf60f45 100644
--- a/Timeline/Resources/Services/Exception.Designer.cs
+++ b/Timeline/Resources/Services/Exception.Designer.cs
@@ -61,6 +61,51 @@ namespace Timeline.Resources.Services {
}
/// <summary>
+ /// Looks up a localized string similar to Avartar is of bad format because {0}..
+ /// </summary>
+ internal static string AvatarFormatException {
+ get {
+ return ResourceManager.GetString("AvatarFormatException", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to image is not a square, aka, width is not equal to height.
+ /// </summary>
+ internal static string AvatarFormatExceptionBadSize {
+ get {
+ return ResourceManager.GetString("AvatarFormatExceptionBadSize", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to failed to decode image, see inner exception.
+ /// </summary>
+ internal static string AvatarFormatExceptionCantDecode {
+ get {
+ return ResourceManager.GetString("AvatarFormatExceptionCantDecode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to unknown error.
+ /// </summary>
+ internal static string AvatarFormatExceptionUnknownError {
+ get {
+ return ResourceManager.GetString("AvatarFormatExceptionUnknownError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to image&apos;s actual mime type is not the specified one.
+ /// </summary>
+ internal static string AvatarFormatExceptionUnmatchedFormat {
+ get {
+ return ResourceManager.GetString("AvatarFormatExceptionUnmatchedFormat", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The password is wrong..
/// </summary>
internal static string BadPasswordException {