rhymix/modules/autoinstall/lang/ru.lang.php

41 lines
2.3 KiB
PHP

<?php
/**
* @file en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief Autoinstall(autoinstall) language pack (English)
**/
$lang->autoinstall = 'EasyInstall';
$lang->package_update = 'Recent Update';
$lang->package_downloaded_count = 'Download Count';
$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->ftp_setup = 'FTP configuration';
$lang->description_update = 'If you have upgraded or installed programs without EasyInstall module, please press %s to renew new information';
$lang->status_update = 'update button';
$lang->install = 'Инсталлировать';
$lang->update = 'Обновить';
$lang->current_version = 'Version';
$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->path = 'Path';
$lang->cmd_download = 'Download';
$lang->description_uninstall = "Package will be uninstalled. For modules, all data will be deleted.";
$lang->distribute_version = 'Distribute version';
$lang->run = 'Run';
$lang->rate = 'points';
$lang->thumbnail = 'Thumbnail';
$lang->name = 'Name';
$lang->about_depending_programs = 'To use this package must be installed the fllowing program.';
$lang->ftp_password = 'FTP password';
$lang->msg_dependency_package = 'Can not remove this package because there exists another package dependent on this.';
$lang->dependant_list = "Dependant package list of the current package";
$lang->msg_avail_update = 'There is available update for this item.';
$lang->msg_do_you_like_update = 'Would you like to update?';
$lang->msg_connection_fail = 'Connection failed.';
$lang->msg_not_match_server = 'Server settings are incorrect.';
?>