diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-24 16:56:41 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-24 16:56:41 +0800 |
commit | 89c106169bd2a16310fdaa6e0c48a3402d97de3a (patch) | |
tree | c8f5032f86d8a9e5df0117d438ea741cb0a4f613 /Timeline/Resources/Services/Exception.resx | |
parent | b67a26248d5dde4c3909c29b92b8a182248bdcc1 (diff) | |
download | timeline-89c106169bd2a16310fdaa6e0c48a3402d97de3a.tar.gz timeline-89c106169bd2a16310fdaa6e0c48a3402d97de3a.tar.bz2 timeline-89c106169bd2a16310fdaa6e0c48a3402d97de3a.zip |
...
Diffstat (limited to 'Timeline/Resources/Services/Exception.resx')
-rw-r--r-- | Timeline/Resources/Services/Exception.resx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/Exception.resx b/Timeline/Resources/Services/Exception.resx index 408c45a1..12bf9afb 100644 --- a/Timeline/Resources/Services/Exception.resx +++ b/Timeline/Resources/Services/Exception.resx @@ -117,6 +117,21 @@ <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <data name="AvatarFormatException" xml:space="preserve">
+ <value>Avartar is of bad format because {0}.</value>
+ </data>
+ <data name="AvatarFormatExceptionBadSize" xml:space="preserve">
+ <value>image is not a square, aka, width is not equal to height</value>
+ </data>
+ <data name="AvatarFormatExceptionCantDecode" xml:space="preserve">
+ <value>failed to decode image, see inner exception</value>
+ </data>
+ <data name="AvatarFormatExceptionUnknownError" xml:space="preserve">
+ <value>unknown error</value>
+ </data>
+ <data name="AvatarFormatExceptionUnmatchedFormat" xml:space="preserve">
+ <value>image's actual mime type is not the specified one</value>
+ </data>
<data name="BadPasswordException" xml:space="preserve">
<value>The password is wrong.</value>
</data>
|