mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6791 201d5d3c-b55e-5fd7-737f-ddc643e51545
10 lines
279 B
PHP
10 lines
279 B
PHP
<?php
|
||
/**
|
||
* @file module/referer/lang/zh-TW.lang.php
|
||
* @author haneul <haneul0318@gmail.com> 翻譯:royallin
|
||
* @brief 反向連結(referer)模組正體中文語言
|
||
**/
|
||
|
||
$lang->referer = "用戶來源";
|
||
$lang->ranking = "排名";
|
||
?>
|