mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
15
modules/autoinstall/lang/ru.php
Normal file
15
modules/autoinstall/lang/ru.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?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.';
|
||||
Loading…
Add table
Add a link
Reference in a new issue