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/sandbox@5874 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
546 B
PHP
15 lines
546 B
PHP
<?php
|
||
/**
|
||
* @file modules/wiki/lang/zh-TW.lang.php
|
||
* @author haneul (haneul0318@gmail.com) 翻譯:royallin
|
||
* @brief 維基(wiki)模組正體中文語言
|
||
**/
|
||
|
||
$lang->wiki = '維基';
|
||
$lang->not_exist = '不存在的檔案。如果你擁有權限,可以建立新檔案。';
|
||
$lang->cmd_create = '檔案建立';
|
||
$lang->cmd_wiki_list = '列表';
|
||
$lang->cmd_view_info = '維基資訊';
|
||
$lang->use_comment = 'Use comment';
|
||
$lang->about_use_comment = 'You may configure to enable comments.';
|
||
?>
|