rhymix/modules/addon/lang/zh-CN.lang.php
2007-07-12 08:23:33 +00:00

15 lines
459 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 zero (zero@nzeo.com)
* @brief 简体中文语言包
**/
$lang->addon = "Addon";
$lang->addon_info = 'Addon信息';
$lang->addon_maker = 'Addon作者';
$lang->addon_history = '变更事项 ';
$lang->about_addon = 'Addon是为了控制动作的作用而不是显示HTML的结果。<br />用Addon切换on/off就可以很好的运营你的网站';
?>