diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-25 18:36:02 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-25 18:36:02 +0800 |
commit | 5790142f81f2a94ad073834b1534acbf9b02ea3c (patch) | |
tree | c6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/Resources/Controllers/UserAvatarController.resx | |
parent | 681e2cc9ecaeefd883a7c6645374926c184fba5d (diff) | |
download | timeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.tar.gz timeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.tar.bz2 timeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.zip |
Add NeutralResourcesLanguage. Conform to best practices.
Diffstat (limited to 'Timeline/Resources/Controllers/UserAvatarController.resx')
-rw-r--r-- | Timeline/Resources/Controllers/UserAvatarController.resx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Timeline/Resources/Controllers/UserAvatarController.resx b/Timeline/Resources/Controllers/UserAvatarController.resx index 58860c83..3f444b04 100644 --- a/Timeline/Resources/Controllers/UserAvatarController.resx +++ b/Timeline/Resources/Controllers/UserAvatarController.resx @@ -117,6 +117,30 @@ <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <data name="ErrorDeleteForbid" xml:space="preserve">
+ <value>Normal user can't delete other's avatar.</value>
+ </data>
+ <data name="ErrorDeleteUserNotExist" xml:space="preserve">
+ <value>User does not exist.</value>
+ </data>
+ <data name="ErrorGetUserNotExist" xml:space="preserve">
+ <value>User does not exist.</value>
+ </data>
+ <data name="ErrorPutBadFormatBadSize" xml:space="preserve">
+ <value>Image is not a square.</value>
+ </data>
+ <data name="ErrorPutBadFormatCantDecode" xml:space="preserve">
+ <value>Decoding image failed.</value>
+ </data>
+ <data name="ErrorPutBadFormatUnmatchedFormat" xml:space="preserve">
+ <value>Image format is not the one in header.</value>
+ </data>
+ <data name="ErrorPutForbid" xml:space="preserve">
+ <value>Normal user can't change other's avatar.</value>
+ </data>
+ <data name="ErrorPutUserNotExist" xml:space="preserve">
+ <value>User does not exist.</value>
+ </data>
<data name="ExceptionUnknownAvatarFormatError" xml:space="preserve">
<value>Unknown AvatarDataException.ErrorReason value.</value>
</data>
|