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:
-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