nextcloud/apps/files_sharing/l10n/ru.php

8 lines
316 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" => "Отправить",
"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
);