aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values-es
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-08-18 16:23:10 +0200
committerChristian S <christian@pix-art.de>2015-08-18 16:23:10 +0200
commit81aeef7f5826bd28873ee69016aea099baa72442 (patch)
tree1aad2959668cd5b8d0e9bdf448ec3a5c91686bf9 /src/main/res/values-es
parent81b7e27a468edb37994225fa7ad3581e26f73c9d (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-es')
-rw-r--r--src/main/res/values-es/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values-es/strings.xml b/src/main/res/values-es/strings.xml
index f1b5d54c0..b6f89b572 100644
--- a/src/main/res/values-es/strings.xml
+++ b/src/main/res/values-es/strings.xml
@@ -415,6 +415,7 @@
<string name="hide_offline">Ocultar desconectados</string>
<string name="disable_account">Deshabilitar Cuenta</string>
<string name="contact_is_typing">%s está escribiendo...</string>
+ <string name="is_typing">está escribiendo...</string>
<string name="contact_has_stopped_typing">%s ha dejado de escribir</string>
<string name="pref_chat_states">Notificación de escritura</string>
<string name="pref_chat_states_summary">Permite a tus contactos saber cuando estás escribiendo un nuevo mensaje</string>