mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
NHN developers@xpressengine.com http://xpressengine.com/ git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7676 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
321 B
PHP
11 lines
321 B
PHP
<?php
|
||
/**
|
||
* @file addons/mobile/lang/zh-CN.lang.php
|
||
* @author NHN (developers@xpressengine.com) 翻译:guny
|
||
* @brief 手机XE插件简体中文语言包
|
||
**/
|
||
|
||
$lang->cmd_go_upper = '上一级';
|
||
$lang->cmd_go_home = '首页';
|
||
$lang->cmd_view_sitemap = '网站地图';
|
||
?>
|