rhymix/modules/tccommentnotify/lang/zh-CN.lang.php
2009-03-06 05:33:56 +00:00

11 lines
410 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/tccommentnotify/lang/zh-CN.lang.php
* @author haneul <haneul0318@gmail.com> 翻译guny
* @brief 评论通告模块简体中文语言包
**/
$lang->commentnotify = '评论通告';
$lang->msg_checked_comment_is_deleted = '已删除%d个通告。';
$lang->cmd_delete_checked_comment = '删除所选';
$lang->site_name = '站点名称';
?>