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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-25 08:51:01 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-25 08:51:01 +0300
commitb77e4ffe3d7c9833a7ac4922a206e55effef5c1a (patch)
tree05921e42f8d47441feaa81412caf9a21ec1a5605 /imprint
parent931e969af03d4974fcaf86f573bc9c8eafb5d33b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'imprint')
-rw-r--r--imprint/l10n/sr.js19
-rw-r--r--imprint/l10n/sr.json17
-rw-r--r--imprint/l10n/sr.php3
3 files changed, 36 insertions, 3 deletions
diff --git a/imprint/l10n/sr.js b/imprint/l10n/sr.js
new file mode 100644
index 000000000..118ff634c
--- /dev/null
+++ b/imprint/l10n/sr.js
@@ -0,0 +1,19 @@
+OC.L10N.register(
+ "imprint",
+ {
+ "Legal notice" : "Правно обавештење",
+ "Nothing here yet" : "Овде још увек нема ничега",
+ "The content of the legal notice has to be configured first" : "Прво треба подесити садржај правног обавештења",
+ "That configuration has to be done by the system administration." : "То подешавање треба да обави систем администратор.",
+ "Imprint" : "Жиг",
+ "Reference" : "Препорука",
+ "Header left" : "Заглавље лево",
+ "Header right" : "Заглавље десно",
+ "As guest" : "Као гост",
+ "Footer left" : "Подножје лево",
+ "Footer right" : "Подножје десно",
+ "At login" : "При пријави",
+ "Application" : "Апликација",
+ "Content" : "Садржај"
+},
+"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/imprint/l10n/sr.json b/imprint/l10n/sr.json
new file mode 100644
index 000000000..38aeb48bb
--- /dev/null
+++ b/imprint/l10n/sr.json
@@ -0,0 +1,17 @@
+{ "translations": {
+ "Legal notice" : "Правно обавештење",
+ "Nothing here yet" : "Овде још увек нема ничега",
+ "The content of the legal notice has to be configured first" : "Прво треба подесити садржај правног обавештења",
+ "That configuration has to be done by the system administration." : "То подешавање треба да обави систем администратор.",
+ "Imprint" : "Жиг",
+ "Reference" : "Препорука",
+ "Header left" : "Заглавље лево",
+ "Header right" : "Заглавље десно",
+ "As guest" : "Као гост",
+ "Footer left" : "Подножје лево",
+ "Footer right" : "Подножје десно",
+ "At login" : "При пријави",
+ "Application" : "Апликација",
+ "Content" : "Садржај"
+},"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
diff --git a/imprint/l10n/sr.php b/imprint/l10n/sr.php
deleted file mode 100644
index d07c68cec..000000000
--- a/imprint/l10n/sr.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php $TRANSLATIONS = array(
-"Admin" => "Администратор"
-);