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

github.com/nextcloud/gallery.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:18:34 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-05-04 09:18:34 +0300
commit4a5f548796eb41ca38dc383eea589cadf2d1e9d4 (patch)
tree769e280e33300e9060576c89be9f7f53bae8bb99
parenteed93e7b3563c67adca509f1bafe7d32928dfbe6 (diff)
[tx-robot] updated from transifexv8.1.0beta1
-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 9236eb09..eb829efc 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -14,4 +14,4 @@ OC.L10N.register(
"shared by %s" : "поделился %s",
"File list" : "Список файлов"
},
-"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 2cfa398a..96c69794 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -11,5 +11,5 @@
"No pictures found! If you upload pictures in the files app, they will be displayed here." : "Изображения не найдены! Если вы загрузите изображения, то они будут отображены здесь.",
"shared by %s" : "поделился %s",
"File list" : "Список файлов"
-},"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 7702da46..44dee04e 100644
--- a/l10n/ru.php
+++ b/l10n/ru.php
@@ -13,4 +13,4 @@ $TRANSLATIONS = array(
"shared by %s" => "поделился %s",
"File list" => "Список файлов"
);
-$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);";