server/apps/files_sharing/l10n/ru.php

19 lines
1.3 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
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 doesnt seem to work anymore." => "К сожалению, эта ссылка, похоже не будет работать больше.",
"Reasons might be:" => "Причиной может быть:",
"the item was removed" => "объект был удалён",
"the link expired" => "срок ссылки истёк",
"sharing is disabled" => "обмен отключен",
"For more info, please ask the person who sent this link." => "Для получения дополнительной информации, пожалуйста, спросите того кто отослал данную ссылку.",
2012-10-20 00:03:53 +00:00
"%s shared the folder %s with you" => "%s открыл доступ к папке %s для Вас",
"%s shared the file %s with you" => "%s открыл доступ к файлу %s для Вас",
2012-08-31 00:07:19 +00:00
"Download" => "Скачать",
2013-06-30 00:13:07 +00:00
"Upload" => "Загрузка",
"Cancel upload" => "Отмена загрузки",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Предпросмотр недоступен для"
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);";