server/apps/files_sharing/l10n/ru.php

10 lines
516 B
PHP
Raw Normal View History

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