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

26 lines
1.4 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 Demin Yin <damon@deminy.net> #
# http://www.deminy.net #
##########################################################################
@define('PLUGIN_COMMENTS_BLAHBLAH', '显示最新的评论');
@define('PLUGIN_COMMENTS_WORDWRAP', '自动换行');
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', '多少字符之后自动换行?(默认30)');
@define('PLUGIN_COMMENTS_MAXCHARS', '显示长度');
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', '每个评论要显示多少字符?(默认120)');
@define('PLUGIN_COMMENTS_MAXENTRIES', '评论数量');
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', '要显示多少个评论?(默认15)');
@define('PLUGIN_COMMENTS_ABOUT', '%s 关于 %s');
?>