diff options
author | lookshe <github@lookshe.org> | 2016-03-23 13:17:45 +0100 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2016-03-23 13:17:45 +0100 |
commit | f3bebf59278f835ba928a498e76b76f7f65ee95a (patch) | |
tree | 9ea9731e67e39ae601d8e3805d9193533f8159f1 /src/main/res/values-ca/strings.xml | |
parent | 4085f2a80e00e24a73206389cb1e8f30385e9952 (diff) | |
parent | 977ffc5f483e955857da1d56ce0a1c857d471175 (diff) |
Merge branch 'trz/rename' into trz/rebase
Diffstat (limited to 'src/main/res/values-ca/strings.xml')
-rw-r--r-- | src/main/res/values-ca/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values-ca/strings.xml b/src/main/res/values-ca/strings.xml index 1c06d9ab..e74a9891 100644 --- a/src/main/res/values-ca/strings.xml +++ b/src/main/res/values-ca/strings.xml @@ -93,6 +93,7 @@ <string name="pref_xmpp_resource_summary">El nom que identifica aquest client amb</string> <string name="pref_accept_files">Acceptar fitxers</string> <string name="pref_accept_files_summary">Accepta fitxers automàticament amb una mida menor a…</string> + <string name="pref_accept_files_size_summary">Accepta fitxers automàticament amb una mida menor a…</string> <string name="pref_notifications">Notificacions</string> <string name="pref_notifications_summary">Notifica quan arriba un nou missatge</string> <string name="pref_vibrate">Vibra</string> @@ -419,4 +420,7 @@ <item quantity="one">Seleccionar %d contacte</item> <item quantity="other">Seleccionar %d contactes</item> </plurals> + <!--%s = bare jid, %d = count of online resources--> + <string name="dlg_msg_details_msg_status_failed">Fallat</string> + <string name="conference_name">Nom de la sala</string> </resources> |