bundled-libs
deployment
docs
htmlarea
include
lang
plugins
serendipity_event_bbcode
serendipity_event_browsercompatibility
serendipity_event_contentrewrite
serendipity_event_creativecommons
serendipity_event_emoticate
serendipity_event_entryproperties
serendipity_event_karma
serendipity_event_livesearch
serendipity_event_mailer
serendipity_event_nl2br
serendipity_event_s9ymarkup
serendipity_event_searchhighlight
serendipity_event_spamblock
serendipity_event_spartacus
serendipity_event_statistics
serendipity_event_templatechooser
serendipity_event_textile
serendipity_event_textwiki
serendipity_event_trackexits
serendipity_event_weblogping
serendipity_event_xhtmlcleanup
serendipity_plugin_comments
serendipity_plugin_creativecommons
serendipity_plugin_entrylinks
serendipity_plugin_eventwrapper
serendipity_plugin_history
UTF-8
lang_bg.inc.php
lang_cn.inc.php
lang_cs.inc.php
lang_cz.inc.php
lang_de.inc.php
lang_en.inc.php
lang_es.inc.php
lang_fr.inc.php
lang_ja.inc.php
lang_ko.inc.php
lang_pl.inc.php
lang_pt_PT.inc.php
lang_tn.inc.php
lang_zh.inc.php
serendipity_plugin_history.php
serendipity_plugin_recententries
serendipity_plugin_remoterss
serendipity_plugin_shoutbox
serendipity_plugin_templatedropdown
sql
templates
templates_c
tests
uploads
checksums.inc.php
comment.php
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_define.js.php
serendipity_editor.js
serendipity_xmlrpc.php
wfwcomment.php
39 lines
2.7 KiB
PHP
39 lines
2.7 KiB
PHP
<?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_HISTORY_NAME', '歷史');
|
|
@define('PLUGIN_HISTORY_DESC', '顯示舊的文章。');
|
|
@define('PLUGIN_HISTORY_MIN_AGE', '最舊的日期');
|
|
@define('PLUGIN_HISTORY_MIN_AGE_DESC', '最舊的文章日期 (天)。');
|
|
@define('PLUGIN_HISTORY_MAX_AGE', '最新的日期');
|
|
@define('PLUGIN_HISTORY_MAX_AGE_DESC','最新的文章日期 (天)。');
|
|
@define('PLUGIN_HISTORY_MAX_ENTRIES', '文章數量');
|
|
@define('PLUGIN_HISTORY_MAX_ENTRIES_DESC', '顯示的文章數量');
|
|
@define('PLUGIN_HISTORY_SHOWFULL', '完整內容');
|
|
@define('PLUGIN_HISTORY_SHOWFULL_DESC', '顯示文章的完整內容,或只顯示它的標題。');
|
|
@define('PLUGIN_HISTORY_INTRO', '介紹');
|
|
@define('PLUGIN_HISTORY_INTRO_DESC', '簡單的介紹像 \'一年前我說:\'。');
|
|
@define('PLUGIN_HISTORY_OUTRO', '結尾');
|
|
@define('PLUGIN_HISTORY_OUTRO_DESC', '簡單的結尾像 \'不錯對吧?\'。');
|
|
@define('PLUGIN_HISTORY_DISPLAYDATE', '顯示日期');
|
|
@define('PLUGIN_HISTORY_DISPLAYDATE_DESC', '顯示文章的日期?');
|
|
@define('PLUGIN_HISTORY_MAXLENGTH', '標題長度');
|
|
@define('PLUGIN_HISTORY_MAXLENGTH_DESC', '允許多少個標題的文字後切斷?(0 如果不切斷)');
|
|
@define('PLUGIN_HISTORY_SPECIALAGE', '預定日期?');
|
|
@define('PLUGIN_HISTORY_SPECIALAGE_DESC', '如果你不用預定的日期,要用自訂的日期,請選擇 \'自訂\' 然後提供下面的兩個設定。');
|
|
@define('PLUGIN_HISTORY_SPECIALAGE_YEAR', '顯示滿一年的文章');
|
|
@define('PLUGIN_HISTORY_CUSTOMAGE', '自己設定日期');
|
|
@define('PLUGIN_HISTORY_OYA', '一年前');
|
|
@define('PLUGIN_HISTORY_MYSELF', '自訂');
|
|
?>
|