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-ca | |
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 '')
-rw-r--r-- | src/main/res/values-ca/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values-ca/strings.xml b/src/main/res/values-ca/strings.xml index 74d87736b..643ff62fb 100644 --- a/src/main/res/values-ca/strings.xml +++ b/src/main/res/values-ca/strings.xml @@ -412,6 +412,7 @@ <string name="hide_offline">Amaga el fora de línia</string> <string name="disable_account">Deshabilita el compte</string> <string name="contact_is_typing">%s està escrivint...</string> + <string name="is_typing">està escrivint...</string> <string name="contact_has_stopped_typing">%s ha deixat d\'escriure</string> <string name="pref_chat_states">Notificacions d\'escriptura</string> <string name="pref_chat_states_summary">Permet el teu contacte saber quan estàs escrivint un missatge nou</string> |