From 47239d59050bcd8279b6f6e56c318c2f99921f83 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 19 Dec 2017 01:13:05 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/es_419.js | 6 ++++++ l10n/es_419.json | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 l10n/es_419.js create mode 100644 l10n/es_419.json diff --git a/l10n/es_419.js b/l10n/es_419.js new file mode 100644 index 000000000..bd5ab6b2a --- /dev/null +++ b/l10n/es_419.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "groupfolders", + { + "Group folders" : "Carpetas de grupo" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_419.json b/l10n/es_419.json new file mode 100644 index 000000000..1a5a2289c --- /dev/null +++ b/l10n/es_419.json @@ -0,0 +1,4 @@ +{ "translations": { + "Group folders" : "Carpetas de grupo" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file