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:50 +0300
committerNextcloud bot <bot@nextcloud.com>2017-12-19 04:17:50 +0300
commit61942f6273a823e59920c780c0eb51a3816b7cdf (patch)
tree9479493f22d40312690ab55d7ca4788c28844067
parent024098862ec34e7d32d526c2400ed482a6446463 (diff)
[tx-robot] updated from transifexv12.0.5RC3v12.0.5RC2v12.0.5RC1v12.0.5
-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