diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-08-05 12:21:08 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-08-05 12:21:08 +0200 |
commit | 9aba9a4059bdc1c2f369585ef6faeada320529d2 (patch) | |
tree | e54042249b6831cc6284d28d35d785e419f56d0b /res/values/strings.xml | |
parent | f8b4d5f338aede361c2562379d816b45f7bed3b8 (diff) |
error messages for publish avatar
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index de925254..3b57be7a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -271,4 +271,7 @@ <string name="publish_avatar">Publish avatar</string> <string name="touch_to_choose_picture">Touch avatar to select picture from gallary</string> <string name="publish_avatar_explanation">Please note: Everyone subscribed to your presence updates will be allowed to see this picture.</string> + <string name="publishing">Publishing…</string> + <string name="error_publish_avatar_server_reject">The server rejected your publication</string> + <string name="error_publish_avatar_converting">Something went wrong while converting your picture</string> </resources> |