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

github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-22 10:39:14 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-02-22 10:39:14 +0300
commit34f967448fde8301fcc536d3e35f199257003b57 (patch)
treec703bd78df789d72881e5a6c17ee6ef5ebebe2fd /l10n
parentd4efff0b85b7f987f931ac0f65e60bf51054cf1b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/sr.js19
-rw-r--r--l10n/sr.json17
-rw-r--r--l10n/sr.php13
3 files changed, 49 insertions, 0 deletions
diff --git a/l10n/sr.js b/l10n/sr.js
new file mode 100644
index 0000000..893eacd
--- /dev/null
+++ b/l10n/sr.js
@@ -0,0 +1,19 @@
+OC.L10N.register(
+ "templateeditor",
+ {
+ "Could not load template" : "Не могу да учитам шаблон",
+ "Saved" : "Сачувано",
+ "Reset" : "Ресетуј",
+ "Sharing email (HTML)" : "Порука о дељењу (ХТМЛ)",
+ "Sharing email (plain text fallback)" : "Порука о дељењу (спадање на обичан текст)",
+ "Lost password mail" : "Порука заборављене лозинке",
+ "New user email (HTML)" : "Порука за новог корисника (ХТМЛ)",
+ "New user email (plain text fallback)" : "Порука за новог корисника (спадање на обичан текст)",
+ "Activity notification mail" : "Порука обавештења о активностима",
+ "Mail Templates" : "Шаблони е-поште",
+ "Theme" : "Тема",
+ "Template" : "Шаблон",
+ "Please choose a template" : "Изаберите шаблон",
+ "Save" : "Сачувај"
+},
+"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.json b/l10n/sr.json
new file mode 100644
index 0000000..f8c6fac
--- /dev/null
+++ b/l10n/sr.json
@@ -0,0 +1,17 @@
+{ "translations": {
+ "Could not load template" : "Не могу да учитам шаблон",
+ "Saved" : "Сачувано",
+ "Reset" : "Ресетуј",
+ "Sharing email (HTML)" : "Порука о дељењу (ХТМЛ)",
+ "Sharing email (plain text fallback)" : "Порука о дељењу (спадање на обичан текст)",
+ "Lost password mail" : "Порука заборављене лозинке",
+ "New user email (HTML)" : "Порука за новог корисника (ХТМЛ)",
+ "New user email (plain text fallback)" : "Порука за новог корисника (спадање на обичан текст)",
+ "Activity notification mail" : "Порука обавештења о активностима",
+ "Mail Templates" : "Шаблони е-поште",
+ "Theme" : "Тема",
+ "Template" : "Шаблон",
+ "Please choose a template" : "Изаберите шаблон",
+ "Save" : "Сачувај"
+},"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/l10n/sr.php b/l10n/sr.php
index 5a2cca0..9e87a34 100644
--- a/l10n/sr.php
+++ b/l10n/sr.php
@@ -1,5 +1,18 @@
<?php
$TRANSLATIONS = array(
+"Could not load template" => "Не могу да учитам шаблон",
+"Saved" => "Сачувано",
+"Reset" => "Ресетуј",
+"Sharing email (HTML)" => "Порука о дељењу (ХТМЛ)",
+"Sharing email (plain text fallback)" => "Порука о дељењу (спадање на обичан текст)",
+"Lost password mail" => "Порука заборављене лозинке",
+"New user email (HTML)" => "Порука за новог корисника (ХТМЛ)",
+"New user email (plain text fallback)" => "Порука за новог корисника (спадање на обичан текст)",
+"Activity notification mail" => "Порука обавештења о активностима",
+"Mail Templates" => "Шаблони е-поште",
+"Theme" => "Тема",
+"Template" => "Шаблон",
+"Please choose a template" => "Изаберите шаблон",
"Save" => "Сачувај"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";