1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/plugins/serendipity_plugin_shoutbox/lang_zh.inc.php
2007-11-20 12:05:07 +00:00

13 lines
753 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
@define('PLUGIN_SHOUTBOX_NAME', '实时发言');
@define('PLUGIN_SHOUTBOX_DELETE', '删除');
@define('PLUGIN_SHOUTBOX_SUBMIT', '送出发言');
@define('PLUGIN_SHOUTBOX_BLAHBLAH', '显示一个用于实时发言的文本框。此类发言并不一定准对某一具体文章。');
@define('PLUGIN_SHOUTBOX_WORDWRAP', '自动换行');
@define('PLUGIN_SHOUTBOX_WORDWRAP_BLAHBLAH', '在多少个单词之后执行自动换行的操作?(默认30)');
@define('PLUGIN_SHOUTBOX_MAXCHARS', '发言长度');
@define('PLUGIN_SHOUTBOX_MAXCHARS_BLAHBLAH', '每个发言显示多少字符?(默认120)');
@define('PLUGIN_SHOUTBOX_MAXENTRIES', '发言数量');
@define('PLUGIN_SHOUTBOX_MAXENTRIES_BLAHBLAH', '显示多少个发言?(默认15)');