[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-05-04 00:28:18 -04:00
parent 2c18d023a2
commit cfb4e5c502
3 changed files with 3 additions and 3 deletions

View File

@ -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);");

View File

@ -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);"
}

View File

@ -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);";