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

34 lines
2.4 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_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', '在標題下顯示日期?');
?>