Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-01-16 06:01:21 +0300
committerNextcloud bot <bot@nextcloud.com>2020-01-16 06:01:21 +0300
commit1b9f61598c58854d2fb234def0a179e100efc8ad (patch)
treee3ec3792061b54dddc7436cbb7f84dd67c7a17ee /l10n
parent88c421572d7ff18db30e7aaf90f460f632fd8284 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/sr@latin.js15
-rw-r--r--l10n/sr@latin.json13
2 files changed, 28 insertions, 0 deletions
diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js
new file mode 100644
index 0000000..9502a14
--- /dev/null
+++ b/l10n/sr@latin.js
@@ -0,0 +1,15 @@
+OC.L10N.register(
+ "serverinfo",
+ {
+ "Groups" : "Grupe",
+ "24 hours" : "24 sata",
+ "1 hour" : "1 sat",
+ "Copy" : "Kopiraj",
+ "Copied!" : "Копирано!",
+ "Not supported!" : "Није подржано!",
+ "Press ⌘-C to copy." : "Притисни ⌘-C за копирање.",
+ "Press Ctrl-C to copy." : "Притисни Ctrl-C за копирање.",
+ "Type:" : "Tip:",
+ "Size:" : "Veličina:"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json
new file mode 100644
index 0000000..37a40f2
--- /dev/null
+++ b/l10n/sr@latin.json
@@ -0,0 +1,13 @@
+{ "translations": {
+ "Groups" : "Grupe",
+ "24 hours" : "24 sata",
+ "1 hour" : "1 sat",
+ "Copy" : "Kopiraj",
+ "Copied!" : "Копирано!",
+ "Not supported!" : "Није подржано!",
+ "Press ⌘-C to copy." : "Притисни ⌘-C за копирање.",
+ "Press Ctrl-C to copy." : "Притисни Ctrl-C за копирање.",
+ "Type:" : "Tip:",
+ "Size:" : "Veličina:"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+} \ No newline at end of file