nextcloud/apps/files_sharing/l10n/ru.php

10 lines
516 B
PHP
Raw Normal View History

2012-08-25 04:08:36 +04:00
<?php $TRANSLATIONS = array(
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" => "Скачать",
2012-09-09 04:03:35 +04:00
"No preview available for" => "Предпросмотр недоступен для",
2012-08-31 04:07:19 +04:00
"web services under your control" => "веб-сервисы под вашим управлением"
2012-08-25 04:08:36 +04:00
);