1
0

Also support "last X" REST interface

This commit is contained in:
Garvin Hicking
2006-08-02 10:07:34 +00:00
commit 80e14346a5
1775 changed files with 195589 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<?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 #
# (c) 2006 Aphonex Li <aphonex.li@gmail.com> #
# http://www.exten.cn #
##########################################################################
@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');
?>