mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
15 lines
1.1 KiB
PHP
15 lines
1.1 KiB
PHP
<?php
|
|
$lang->order_newest = 'Новый';
|
|
$lang->order_popular = 'Популярный';
|
|
$lang->order_download = 'Скачать';
|
|
$lang->success_installed = 'Установлено успешно';
|
|
$lang->description_ftp_note = 'If %s is not set, installation would not work. Please configure FTP information';
|
|
$lang->description_update = 'If you have upgraded or installed programs without EasyInstall module, please press %s to renew new information';
|
|
$lang->install = 'Инсталлировать';
|
|
$lang->update = 'Обновить';
|
|
$lang->require_update = 'Update is required';
|
|
$lang->require_installation = 'Installation is required';
|
|
$lang->description_install = 'EasyInstall will also install/update all other programs which this program is depending on';
|
|
$lang->description_download = 'If FTP is unavailable, you should manually download it and extract it into target path. (if target path is ./modules/board, extract it at ./modules)';
|
|
$lang->rate = 'points';
|
|
$lang->msg_ftp_not_connected = 'Connection to %s via FTP failed. Please check the port number and if FTP service is available.';
|