rhymix/modules/guestbook/lang/zh-CN.lang.php

16 lines
664 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 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=模块名)。";
?>