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-05-10 03:17:18 +0300
committerNextcloud bot <bot@nextcloud.com>2017-05-10 03:17:18 +0300
commit8b3dcd82bd335e85496ecb5d47bd81f8e0d41a2c (patch)
tree852ed497e720fe7888d7e04ec2403ee6aa596c25
parentdef36e8058564dc7d63bdf48e3981c1266ffe7a2 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/ast.js9
-rw-r--r--l10n/ast.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/ast.js b/l10n/ast.js
new file mode 100644
index 0000000..b691c14
--- /dev/null
+++ b/l10n/ast.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Avisos",
+ "No notifications" : "Nun hai avisos",
+ "Dismiss" : "Escartar",
+ "in {path}" : "en {path}"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ast.json b/l10n/ast.json
new file mode 100644
index 0000000..77a5bb1
--- /dev/null
+++ b/l10n/ast.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Notifications" : "Avisos",
+ "No notifications" : "Nun hai avisos",
+ "Dismiss" : "Escartar",
+ "in {path}" : "en {path}"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file