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-30 03:19:54 +0300
committerNextcloud bot <bot@nextcloud.com>2017-05-30 03:19:54 +0300
commit7ec2f599d581fd54daf6ff58eae5a38cc226d57b (patch)
tree245d2c8ec1d6ba55ed90bdd2ebc798d9f6b21626
parent978f6ddf1f609984d79b921a95dcafe0e8f769b1 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/gl.js9
-rw-r--r--l10n/gl.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/gl.js b/l10n/gl.js
new file mode 100644
index 0000000..6c767cc
--- /dev/null
+++ b/l10n/gl.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Notificacións",
+ "No notifications" : "Non hai notificacións",
+ "Dismiss" : "Desbotar",
+ "in {path}" : "en {path}"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/gl.json b/l10n/gl.json
new file mode 100644
index 0000000..2e12b4a
--- /dev/null
+++ b/l10n/gl.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Notifications" : "Notificacións",
+ "No notifications" : "Non hai notificacións",
+ "Dismiss" : "Desbotar",
+ "in {path}" : "en {path}"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file