diff options
author | Christian S <christian@pix-art.de> | 2015-08-18 16:23:10 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2015-08-18 16:23:10 +0200 |
commit | 81aeef7f5826bd28873ee69016aea099baa72442 (patch) | |
tree | 1aad2959668cd5b8d0e9bdf448ec3a5c91686bf9 /src/main/res/values-sr/strings.xml | |
parent | 81b7e27a468edb37994225fa7ad3581e26f73c9d (diff) |
add subtitle to ActionBar in chatviews
* display typing information in ActionBar as subtitle for single user
chats
* display participants in ActionBar as subtitle for conferences
Diffstat (limited to 'src/main/res/values-sr/strings.xml')
-rw-r--r-- | src/main/res/values-sr/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values-sr/strings.xml b/src/main/res/values-sr/strings.xml index 96db8b7e3..dee7bb6f1 100644 --- a/src/main/res/values-sr/strings.xml +++ b/src/main/res/values-sr/strings.xml @@ -415,6 +415,7 @@ <string name="hide_offline">Сакриј неповезане</string> <string name="disable_account">Онемогући налог</string> <string name="contact_is_typing">%s куца...</string> + <string name="is_typing">куца...</string> <string name="contact_has_stopped_typing">%s престаде да куца</string> <string name="pref_chat_states">Обавештења о куцању</string> <string name="pref_chat_states_summary">Обзнаните контакту кад куцате нову поруку</string> |