chinese language update by Demin Yin (work in progress)
This commit is contained in:
@ -1,23 +1,11 @@
|
||||
<?php # $Id$
|
||||
<?php
|
||||
|
||||
##########################################################################
|
||||
# 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_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_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');
|
||||
@define('PLUGIN_COMMENTS_ANONYMOUS', '匿名');
|
||||
|
@ -1,26 +1,11 @@
|
||||
<?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 #
|
||||
##########################################################################
|
||||
<?php
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', '显示最新的评论');
|
||||
@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_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');
|
||||
|
||||
?>
|
||||
@define('PLUGIN_COMMENTS_ANONYMOUS', '匿名');
|
||||
|
Reference in New Issue
Block a user