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-it | |
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-it/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values-it/strings.xml b/src/main/res/values-it/strings.xml index 372b87e24..0d17957fe 100644 --- a/src/main/res/values-it/strings.xml +++ b/src/main/res/values-it/strings.xml @@ -413,6 +413,7 @@ <string name="hide_offline">Nascondi i contatti offline</string> <string name="disable_account">Disabilita l\'account</string> <string name="contact_is_typing">%s sta digitando...</string> + <string name="is_typing">sta digitando...</string> <string name="contact_has_stopped_typing">%s ha smesso di digitare</string> <string name="pref_chat_states_summary">Permetti al tuo contatto di vedere quando stai digitando</string> <string name="send_location">Invia la posizione</string> |