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-25 03:18:48 +0300
committerNextcloud bot <bot@nextcloud.com>2017-05-25 03:18:48 +0300
commit978f6ddf1f609984d79b921a95dcafe0e8f769b1 (patch)
tree577110aadf088db7d8940471399c1d2219da95ee
parentf17261e108c6b47b8e94ab457d5d3c90184335f5 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/en_GB.js9
-rw-r--r--l10n/en_GB.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
new file mode 100644
index 0000000..db5523d
--- /dev/null
+++ b/l10n/en_GB.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Notifications",
+ "No notifications" : "No notifications",
+ "Dismiss" : "Dismiss",
+ "in {path}" : "in {path}"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
new file mode 100644
index 0000000..0644e0f
--- /dev/null
+++ b/l10n/en_GB.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Notifications" : "Notifications",
+ "No notifications" : "No notifications",
+ "Dismiss" : "Dismiss",
+ "in {path}" : "in {path}"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file