diff --git a/l10n/ru.js b/l10n/ru.js index 9850d710..441ebb77 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -91,4 +91,4 @@ OC.L10N.register( "Advanced feature-set" : "Расширенные функции", "(Unstable)" : "(Нестабильно)" }, -"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 0c3a0882..fe48b529 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -88,5 +88,5 @@ "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Срок действия ссылки истек, либо ссылка никогда не существовала. Пожалуйста, обратитесь к человеку, который поделился ею, за подробностями.", "Advanced feature-set" : "Расширенные функции", "(Unstable)" : "(Нестабильно)" -},"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 a46db61c..45622759 100644 --- a/l10n/ru.php +++ b/l10n/ru.php @@ -90,4 +90,4 @@ $TRANSLATIONS = array( "Advanced feature-set" => "Расширенные функции", "(Unstable)" => "(Нестабильно)" ); -$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);";