rhymix/modules/wiki/lang/zh-CN.lang.php
2009-03-27 09:00:37 +00:00

16 lines
581 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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->about_use_comment = 'You may configure to enable comments.';
$lang->contributors = 'Contributors';
?>