Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-12-19 04:17:53 +0300
committerNextcloud bot <bot@nextcloud.com>2017-12-19 04:17:53 +0300
commitdeb7df53ab92b7c589f76b12981dd526766d8f96 (patch)
tree95b94c2afec4ea5d09841acfb733a105e4642e2f
parent6b2189b60903b9decf8b1b01f7b212f7f7f36b09 (diff)
[tx-robot] updated from transifexv11.0.7RC3v11.0.7RC2v11.0.7RC1v11.0.7
-rw-r--r--l10n/es_419.js9
-rw-r--r--l10n/es_419.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/es_419.js b/l10n/es_419.js
new file mode 100644
index 0000000..3757e9e
--- /dev/null
+++ b/l10n/es_419.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Notificaciones",
+ "No notifications" : "No hay notificaciones",
+ "Dismiss" : "Descartar",
+ "in {path}" : "en {path}"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_419.json b/l10n/es_419.json
new file mode 100644
index 0000000..93281af
--- /dev/null
+++ b/l10n/es_419.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Notifications" : "Notificaciones",
+ "No notifications" : "No hay notificaciones",
+ "Dismiss" : "Descartar",
+ "in {path}" : "en {path}"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file