mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4548 201d5d3c-b55e-5fd7-737f-ddc643e51545
10 lines
247 B
PHP
10 lines
247 B
PHP
<?php
|
|
/**
|
|
* @file addons/mobile/lang/zh-TW.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief 正體中文語言包 (只有基本內容)
|
|
**/
|
|
|
|
$lang->cmd_go_upper = '回上頁';
|
|
$lang->cmd_go_home = '回首頁';
|
|
?>
|