From cfb4e5c5026f8b2d82036e91015be60e3ac42c16 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Mon, 4 May 2015 00:28:18 -0400 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/ru.js | 2 +- l10n/ru.json | 2 +- l10n/ru.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/l10n/ru.js b/l10n/ru.js index 45fb78d..af629f2 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -19,4 +19,4 @@ OC.L10N.register( "Please re-enter a valid email address" : "Пожалуйста введите повторно действительный адрес email.", "You will receive an email with verification link" : "Вы получите письмо с проверочной ссылкой." }, -"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 9fa1c50..c31daed 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -16,5 +16,5 @@ "Request verification link" : "Запросить проверочную ссылку", "Please re-enter a valid email address" : "Пожалуйста введите повторно действительный адрес email.", "You will receive an email with verification link" : "Вы получите письмо с проверочной ссылкой." -},"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 9e13757..33d4be8 100644 --- a/l10n/ru.php +++ b/l10n/ru.php @@ -18,4 +18,4 @@ $TRANSLATIONS = array( "Please re-enter a valid email address" => "Пожалуйста введите повторно действительный адрес email.", "You will receive an email with verification link" => "Вы получите письмо с проверочной ссылкой." ); -$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);";