2013-08-09 12:06:31 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-11 05:59:39 +00:00
|
|
|
|
"This share is password-protected" => "Общий ресурс защищён паролем",
|
2013-07-09 00:12:22 +00:00
|
|
|
|
"The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.",
|
2012-08-30 00:06:45 +00:00
|
|
|
|
"Password" => "Пароль",
|
2013-08-02 06:00:45 +00:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "К сожалению, эта ссылка, похоже не будет работать больше.",
|
|
|
|
|
"Reasons might be:" => "Причиной может быть:",
|
|
|
|
|
"the item was removed" => "объект был удалён",
|
|
|
|
|
"the link expired" => "срок ссылки истёк",
|
2014-03-11 05:59:39 +00:00
|
|
|
|
"sharing is disabled" => "общий доступ отключён",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Пожалуйста, обратитесь к отправителю данной ссылки.",
|
2013-10-27 06:32:11 +00:00
|
|
|
|
"Direct link" => "Прямая ссылка"
|
2012-08-25 00:08:36 +00:00
|
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
|
$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);";
|