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@2950 201d5d3c-b55e-5fd7-737f-ddc643e51545
16 lines
664 B
PHP
16 lines
664 B
PHP
<?php
|
||
/**
|
||
* @file ko.lang.php
|
||
* @author zero (zero@nzeo.com)
|
||
* @brief 留言本(guestbook)模块语言包
|
||
**/
|
||
|
||
$lang->guestbook = "留言本";
|
||
|
||
// 按钮语言
|
||
$lang->cmd_guestbook_list = '留言本目录';
|
||
$lang->cmd_module_config = '留言本共同设置';
|
||
$lang->cmd_view_info = '留言本信息';
|
||
|
||
$lang->about_guestbook = "可生成并管理留言本的模块。\n生成留言本后在留言本目录中点击模块名既可设置更详细的相关项目。\n因留言本的模块名将变成其url中的一部分,所以请慎重填写模块名(ex:http://域名/zb/?mid=模块名)。";
|
||
?>
|