Blame view
sources/apps/files_sharing/l10n/ru_RU.php
544 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 |
<?php $TRANSLATIONS = array( "Password" => "Пароль", "Submit" => "Передать", "%s shared the folder %s with you" => "%s имеет общий с Вами доступ к папке %s ", "%s shared the file %s with you" => "%s имеет общий с Вами доступ к файлу %s ", "Download" => "Загрузка", "No preview available for" => "Предварительный просмотр недоступен", "web services under your control" => "веб-сервисы под Вашим контролем" ); |