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>2016-09-30 03:39:28 +0300
committerNextcloud bot <bot@nextcloud.com>2016-09-30 03:39:28 +0300
commit106cf06f4dbd2fa3a24130d5162367a00d22634b (patch)
treed4ab2780967807caf2429b612e9e702c42340eb6
parent88161e5eb83ca59fa0fd8e9df2dd5635d5c3966f (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sv.js8
-rw-r--r--l10n/sv.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/l10n/sv.js b/l10n/sv.js
new file mode 100644
index 0000000..497257b
--- /dev/null
+++ b/l10n/sv.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Notifikation",
+ "No notifications" : "Inga notifikationer",
+ "Dismiss" : "Avfärda"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sv.json b/l10n/sv.json
new file mode 100644
index 0000000..13520cb
--- /dev/null
+++ b/l10n/sv.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Notifications" : "Notifikation",
+ "No notifications" : "Inga notifikationer",
+ "Dismiss" : "Avfärda"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file