rhymix/modules/session/lang/zh-CN.lang.php
2010-09-06 06:35:20 +00:00

13 lines
458 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 modules/session/lang/zh-CN.lang.php
* @author NHN (developers@xpressengine.com) 翻译guny
* @brief 会话模块简体中文语言包
**/
$lang->session = '会话';
$lang->about_session = "管理会话的模块。\n有时间清理无用会话,可提高网站效率。";
$lang->cmd_clear_session = '清理会话';
$lang->session_cleared = '无用会话已清理完毕。';
?>