mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8629 201d5d3c-b55e-5fd7-737f-ddc643e51545
35 lines
1.7 KiB
PHP
35 lines
1.7 KiB
PHP
<?php
|
||
/**
|
||
* @file zh-CN.lang.php
|
||
* @author NHN (developers@xpressengine.com) 翻译:guny(space.china@gmail.com)
|
||
* @brief 在线安装/更新(autoinstall)模块语言包
|
||
**/
|
||
$lang->autoinstall = '安装·更新';
|
||
$lang->package_update = '最新更新';
|
||
$lang->package_downloaded_count = '总下载';
|
||
$lang->order_newest = "最新发布";
|
||
$lang->order_popular = "热门";
|
||
$lang->order_download = "下载";
|
||
$lang->success_installed = "安装成功!";
|
||
$lang->description_ftp_note = 'If the %s is not set, the installation will not work. Pleas configure the 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 = "现用版本";
|
||
$lang->require_update = "需要更新";
|
||
$lang->require_installation = "需要安装";
|
||
$lang->description_install = "安装时,与其联动的插件/控件也会同时被安装(更新)。";
|
||
$lang->description_download = "无法使用FTP时,需得自行下载安装到指定路径。";
|
||
$lang->path = "安装路径";
|
||
$lang->cmd_download = "下载";
|
||
$lang->description_uninstall = "确定要删除此数据包吗?如果此数据包为模块,模块中的数据将会全部消失。";
|
||
$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';
|
||
?>
|