Tadashi Jokagi 628ad67156 * propset.
2006-08-15 10:14:56 +00:00

26 lines
1.5 KiB
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 # $Id$
##########################################################################
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
# Developer Team) All rights reserved. See LICENSE file for licensing #
# details #
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# (c) 2006 Aphonex Li <aphonex.li@gmail.com> #
# http://www.exten.cn #
##########################################################################
@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)');
?>