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

35 lines
2.2 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_REMOTERSS_TITLE', '远端 RSS/OPML-Blogroll Feed');
@define('PLUGIN_REMOTERSS_BLAHBLAH', '显示远端的 RSS/OPML feed (例如 Blogroll)');
@define('PLUGIN_REMOTERSS_NUMBER', '文章数量');
@define('PLUGIN_REMOTERSS_NUMBER_BLAHBLAH', '要显示多少篇文章(预设:全部文章)');
@define('PLUGIN_REMOTERSS_SIDEBARTITLE', 'Feed 的标题');
@define('PLUGIN_REMOTERSS_SIDEBARTITLE_BLAHBLAH', '则列显示 feed 标题');
@define('PLUGIN_REMOTERSS_RSSURI', 'RSS/OPML 网址');
@define('PLUGIN_REMOTERSS_RSSURI_BLAHBLAH', '显示 RSS/OPML feed 的网址');
@define('PLUGIN_REMOTERSS_NOURI', '没有 RSS/OPML feed');
@define('PLUGIN_REMOTERSS_RSSTARGET', 'RSS/OPML 连接目标');
@define('PLUGIN_REMOTERSS_RSSTARGET_BLAHBLAH', '显示 RSS 的目标属性 (预设_blank)');
@define('PLUGIN_REMOTERSS_CACHETIME', '更新 feed 的时间');
@define('PLUGIN_REMOTERSS_CACHETIME_BLAHBLAH', 'feed 的内容会储存在快取资料内,时间过后会自动更新 (预设3 小时)');
@define('PLUGIN_REMOTERSS_FEEDTYPE', 'feed 类型');
@define('PLUGIN_REMOTERSS_FEEDTYPE_BLAHBLAH', '显示远端 feed 的形式');
@define('PLUGIN_REMOTERSS_BULLETIMG', '子弹型图标');
@define('PLUGIN_REMOTERSS_BULLETIMG_BLAHBLAH', '每个标题旁的图标');
@define('PLUGIN_REMOTERSS_DISPLAYDATE', '显示日期');
@define('PLUGIN_REMOTERSS_DISPLAYDATE_BLAHBLAH', '在标题下显示日期');
?>