File: lang_tn.inc.php

package info (click to toggle)
serendipity 1.0.4-1%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 14,692 kB
  • ctags: 10,206
  • sloc: php: 83,899; sql: 1,024; sh: 597; makefile: 56
file content (23 lines) | stat: -rw-r--r-- 1,649 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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_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', '略過首頁');
?>