nextcloud/apps/files_sharing/l10n/ru.php

18 lines
1.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Доступ открыл {owner}",
2014-05-31 09:55:46 +04:00
"This share is password-protected" => "Для доступа к информации необходимо ввести пароль",
2013-07-09 04:12:22 +04:00
"The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.",
2012-08-30 04:06:45 +04:00
"Password" => "Пароль",
2014-05-31 09:55:46 +04:00
"Sorry, this link doesnt seem to work anymore." => "Эта ссылка устарела и более не действительна.",
2013-08-02 10:00:45 +04:00
"Reasons might be:" => "Причиной может быть:",
"the item was removed" => "объект был удалён",
2014-05-31 09:55:46 +04:00
"the link expired" => "срок действия ссылки истёк",
"sharing is disabled" => "доступ к информации заблокирован",
"For more info, please ask the person who sent this link." => "Для получения дополнительной информации, пожалуйста, свяжитесь с тем, кто отправил Вам эту ссылку.",
2014-05-04 09:56:15 +04:00
"Download" => "Скачать",
2014-05-09 09:55:42 +04:00
"Download %s" => "Скачать %s",
2013-10-27 10:32:11 +04:00
"Direct link" => "Прямая ссылка"
2012-08-25 04:08:36 +04:00
);
2013-08-09 16:06:31 +04: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);";