From 2b99d7c31fd2e7c620831de3650e8d0dac9aadf7 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 7 Nov 2017 01:28:34 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/es_EC.js | 6 ++++++ l10n/es_EC.json | 4 ++++ l10n/ka_GE.js | 6 ++++++ l10n/ka_GE.json | 4 ++++ 4 files changed, 20 insertions(+) create mode 100644 l10n/es_EC.js create mode 100644 l10n/es_EC.json create mode 100644 l10n/ka_GE.js create mode 100644 l10n/ka_GE.json diff --git a/l10n/es_EC.js b/l10n/es_EC.js new file mode 100644 index 0000000..e05e469 --- /dev/null +++ b/l10n/es_EC.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Sincronizar teléfono" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json new file mode 100644 index 0000000..96ab7b2 --- /dev/null +++ b/l10n/es_EC.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Sincronizar teléfono" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js new file mode 100644 index 0000000..9bb32c9 --- /dev/null +++ b/l10n/ka_GE.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "ტელეფონის სინქრონიზაცია" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json new file mode 100644 index 0000000..07d6a27 --- /dev/null +++ b/l10n/ka_GE.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "ტელეფონის სინქრონიზაცია" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file