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
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-05-04 09:39:21 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-05-04 09:39:21 +0300
commit52f28d6c9ab115780949d8feebfa7f085a6ad573 (patch)
tree8215b6896b7a71481dfd9a465ab7aada5347fa4c
parent293c05035c3340fd22dbeced974609836e2b028a (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/ru.js2
-rw-r--r--l10n/ru.json2
-rw-r--r--l10n/ru.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
index 078409e..ed56688 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"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);");
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/l10n/ru.json b/l10n/ru.json
index 7c7922b..5fb5da0 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -13,5 +13,5 @@
"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);"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file
diff --git a/l10n/ru.php b/l10n/ru.php
index ba6a700..52083be 100644
--- a/l10n/ru.php
+++ b/l10n/ru.php
@@ -15,4 +15,4 @@ $TRANSLATIONS = array(
"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);";
+$PLURAL_FORMS = "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);";