mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6637 201d5d3c-b55e-5fd7-737f-ddc643e51545
22 lines
1 KiB
PHP
22 lines
1 KiB
PHP
<?php
|
||
/**
|
||
* @file zh-CN.lang.php
|
||
* @author haneul (haneul0318@gmail.com) 翻译:guny
|
||
* @brief 维基(wiki)模块语言包
|
||
**/
|
||
|
||
$lang->wiki = '维基';
|
||
$lang->not_exist = '无法找到该文档!您可以新建相关文档,当然前提是您有足够的权限。';
|
||
$lang->cmd_create = '新建文档';
|
||
$lang->cmd_wiki_list = '目录';
|
||
$lang->cmd_view_info = '维基信息';
|
||
$lang->use_comment = 'Use comment';
|
||
$lang->cmd_view_document_list = '문서 목록';
|
||
$lang->cmd_view_document_tree = '계층 보기';
|
||
$lang->about_use_comment = 'You may configure to enable comments.';
|
||
$lang->contributors = 'Contributors';
|
||
$lang->notice_old_revision = 'This is an old revision';
|
||
$lang->restore = 'Restore';
|
||
$lang->arrange_list = '목록 갱신';
|
||
$lang->about_arrange_list = '데이터 이전하였거나 의도하지 않은 경우에 의해 제목 Alias가 설정되지 않아서 위키 글을 찾아갈 수 없는 문서들을 일괄적으로 제목 Alias를 설정해줍니다.';
|
||
?>
|