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

23 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) 2004-2005 CapriSkye <admin@capriskye.com> #
# http://open.38.com #
##########################################################################
@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');
?>