nextcloud/apps/files_sharing/l10n/ru.php

12 lines
606 B
PHP
Raw Normal View History

2012-08-25 04:08:36 +04:00
<?php $TRANSLATIONS = array(
2013-07-09 04:12:22 +04:00
"The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.",
2012-08-30 04:06:45 +04:00
"Password" => "Пароль",
2012-08-31 04:07:19 +04:00
"Submit" => "Отправить",
2012-10-20 04:03:53 +04:00
"%s shared the folder %s with you" => "%s открыл доступ к папке %s для Вас",
"%s shared the file %s with you" => "%s открыл доступ к файлу %s для Вас",
2012-08-31 04:07:19 +04:00
"Download" => "Скачать",
2013-06-30 04:13:07 +04:00
"Upload" => "Загрузка",
"Cancel upload" => "Отмена загрузки",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Предпросмотр недоступен для"
2012-08-25 04:08:36 +04:00
);