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

24 lines
1.6 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_RECENTENTRIES_TITLE', '最新文章');
@define('PLUGIN_RECENTENTRIES_BLAHBLAH', '显示最新文章标题和日期');
@define('PLUGIN_RECENTENTRIES_NUMBER', '文章数量');
@define('PLUGIN_RECENTENTRIES_NUMBER_BLAHBLAH', '要显示多少篇文章(预设10)');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM', '略过首页的文章');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_DESC', '只有非主页的文章才会显示。(预设:最新 ' . $serendipity['fetchLimit'] . ' 篇文章会略过)');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_ALL', '显示全部');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_RECENT', '略过首页');
?>