You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ru.php 1.3KB

12345678910111213141516171819
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared by {owner}" => "Доступ открыл {owner}",
  4. "Shared by" => "Опубликовано",
  5. "This share is password-protected" => "Для доступа к информации необходимо ввести пароль",
  6. "The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.",
  7. "Password" => "Пароль",
  8. "Name" => "Имя",
  9. "Sorry, this link doesn’t seem to work anymore." => "Эта ссылка устарела и более не действительна.",
  10. "Reasons might be:" => "Причиной может быть:",
  11. "the item was removed" => "объект был удалён",
  12. "the link expired" => "срок действия ссылки истёк",
  13. "sharing is disabled" => "доступ к информации заблокирован",
  14. "For more info, please ask the person who sent this link." => "Для получения дополнительной информации, пожалуйста, свяжитесь с тем, кто отправил Вам эту ссылку.",
  15. "Download" => "Скачать",
  16. "Download %s" => "Скачать %s",
  17. "Direct link" => "Прямая ссылка"
  18. );
  19. $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);";