From 006c4e8acb54824258ba2e9eb390ab5c9330abdc Mon Sep 17 00:00:00 2001
From: openhab-bot <bot@openhab.org>
Date: Mon, 20 May 2019 18:49:03 +0200
Subject: [PATCH] New Crowdin translations (#1362)

---
 mobile/src/foss/res/values-ca/strings.xml     | 4 +++-
 mobile/src/full/res/values-ca/strings.xml     | 6 +++++-
 mobile/src/main/res/values-es-rUS/strings.xml | 2 ++
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/mobile/src/foss/res/values-ca/strings.xml b/mobile/src/foss/res/values-ca/strings.xml
index 41e2ea5a..7bddcea2 100644
--- a/mobile/src/foss/res/values-ca/strings.xml
+++ b/mobile/src/foss/res/values-ca/strings.xml
@@ -1,3 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--Generated by crowdin.com-->
-<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"></resources>
+<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
+    <string name="info_openhab_notification_status_unavailable">No és disponible en la versió lliure i de codi obert</string>
+</resources>
diff --git a/mobile/src/full/res/values-ca/strings.xml b/mobile/src/full/res/values-ca/strings.xml
index 41e2ea5a..ded5ccdc 100644
--- a/mobile/src/full/res/values-ca/strings.xml
+++ b/mobile/src/full/res/values-ca/strings.xml
@@ -1,3 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--Generated by crowdin.com-->
-<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"></resources>
+<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
+    <string name="info_openhab_gcm_no_remote">No disponible, no s\'ha configurat el servidor remot</string>
+    <string name="info_openhab_gcm_unsupported">No disponible, el servidor remot no és una instància openHAB</string>
+    <string name="info_openhab_gcm_failed">El registre del dispositiu ha fallat</string>
+</resources>
diff --git a/mobile/src/main/res/values-es-rUS/strings.xml b/mobile/src/main/res/values-es-rUS/strings.xml
index 6961c53b..6f680012 100644
--- a/mobile/src/main/res/values-es-rUS/strings.xml
+++ b/mobile/src/main/res/values-es-rUS/strings.xml
@@ -125,6 +125,8 @@
     <string name="info_openhab_push_notification_label">Estado de notificaciones Push</string>
     <string name="action_settings">Configuración</string>
     <string name="nfc_dialog_title">Acción a grabar en la etiqueta NFC para este elemento</string>
+    <string name="nfc_tag_recognized_label">Reconocida etiqueta NFC para \"%s\"</string>
+    <string name="nfc_tag_recognized_item">Reconocida etiqueta NFC para el Ítem \"%s\"</string>
     <string name="info_not_set">Sin establecer</string>
     <string name="empty_page">Esta pagina no contiene ningún widget que pueda ser visible</string>
     <!-- Background tasks -->
-- 
GitLab