10 lines
516 B
PHP
10 lines
516 B
PHP
<?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" => "веб-сервисы под вашим управлением"
|
||
);
|