plugins/staticpages/language/chinese_traditional_utf-8.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7069 92692fb690fb
child 7422 570b215d953d
permissions -rw-r--r--
Synced all language files with their English equivalents
     1 <?php
     2 
     3 ###############################################################################
     4 # chinese_traditional_utf-8.php
     5 # This is the Chinese Traditional Unicode (utf-8) language set
     6 # for the Geeklog Static Page Plug-in!
     7 #
     8 # Last updated January 10, 2006
     9 #
    10 # Copyright (C) 2005 Samuel M. Stone
    11 # sam@stonemicro.com
    12 #
    13 # This program is free software; you can redistribute it and/or
    14 # modify it under the terms of the GNU General Public License
    15 # as published by the Free Software Foundation; either version 2
    16 # of the License, or (at your option) any later version.
    17 #
    18 # This program is distributed in the hope that it will be useful,
    19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    21 # GNU General Public License for more details.
    22 #
    23 # You should have received a copy of the GNU General Public License
    24 # along with this program; if not, write to the Free Software
    25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    26 #
    27 ###############################################################################
    28 
    29 global $LANG32;
    30 
    31 ###############################################################################
    32 # Array Format:
    33 # $LANGXX[YY]:  $LANG - variable name
    34 #               XX    - file id number
    35 #               YY    - phrase id number
    36 ###############################################################################
    37 
    38 $LANG_STATIC = array(
    39     'newpage' => '新頁',
    40     'adminhome' => '管理處',
    41     'staticpages' => '靜態頁',
    42     'staticpageeditor' => '靜態頁編輯器',
    43     'writtenby' => '作者',
    44     'date' => '更新日期',
    45     'title' => '標題',
    46     'content' => '內容',
    47     'hits' => '採樣數',
    48     'staticpagelist' => '靜態頁目錄',
    49     'url' => '網址',
    50     'edit' => '編輯',
    51     'lastupdated' => '更新日期',
    52     'pageformat' => '網頁各式',
    53     'leftrightblocks' => '左右組件',
    54     'blankpage' => '空頁',
    55     'noblocks' => '無組件',
    56     'leftblocks' => '左組件',
    57     'addtomenu' => '加入菜單',
    58     'label' => '標簽',
    59     'nopages' => '此系統無靜態頁',
    60     'save' => '存續',
    61     'preview' => '預覽',
    62     'delete' => '刪除',
    63     'cancel' => '取消',
    64     'access_denied' => '拒絕入門',
    65     'access_denied_msg' => '你在非法進入靜態頁管理處. 請注意,你企圖非法的進入此頁的資料會被記錄下來',
    66     'all_html_allowed' => '所有 HTML 代號讀可用',
    67     'results' => '靜態頁結果',
    68     'author' => '作者',
    69     'no_title_or_content' => '你最少要填入<b>標題</b> 和 <b>內容</b>.',
    70     'no_such_page_anon' => '請登入..',
    71     'no_page_access_msg' => "這也許是你未登入, 或不是此站的用戶. 請 <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> 申請成為用戶 </a> 來得到登入權",
    72     'php_msg' => 'PHP: ',
    73     'php_warn' => '注意: 你的靜態頁上的 PHP 代號將會被評價. 請小心 !!',
    74     'exit_msg' => 'Exit 類型: ',
    75     'exit_info' => '啟動 需要登入 的通知.  不勾此框便即用正常安全檢查.',
    76     'deny_msg' => '拒絕進入此頁.  也許此頁也被搬移,刪除,或你無足夠許可進入此頁.',
    77     'stats_headline' => '頭十個靜態頁',
    78     'stats_page_title' => '網頁標題',
    79     'stats_hits' => '採樣數',
    80     'stats_no_hits' => '看來此站沒有靜態頁或無人曾看過任何靜態頁.',
    81     'id' => 'ID',
    82     'duplicate_id' => '你選的 ID 已經被用,請選另一個.',
    83     'instructions' => '若要更改或刪除一個靜態頁,在它旁邊的編輯圖上點擊。若要看一個靜態頁,在它的標題上點擊。若要建立一個新的靜態頁,在以上的‘建新’上點距。若要複製一個靜態頁,再它旁邊的複製圖上點擊。',
    84     'centerblock' => '中組件: ',
    85     'centerblock_msg' => '若勾此匡,此靜態頁便會顯為‘中組件’,就是變成網頁中間的框框。',
    86     'topic' => '主題: ',
    87     'position' => '位置: ',
    88     'all_topics' => '所有',
    89     'no_topic' => '只顯在主頁',
    90     'position_top' => '頂部',
    91     'position_feat' => '在重要文章下面',
    92     'position_bottom' => '底部',
    93     'position_entire' => '整頁',
    94     'head_centerblock' => '中組件',
    95     'centerblock_no' => '不',
    96     'centerblock_top' => '頂',
    97     'centerblock_feat' => '重要文章',
    98     'centerblock_bottom' => '底',
    99     'centerblock_entire' => '整頁',
   100     'inblock_msg' => '在一個組件內: ',
   101     'inblock_info' => '將靜態頁包在組件框裏.',
   102     'title_edit' => '編輯此頁',
   103     'title_copy' => '複製此頁',
   104     'title_display' => '顯示此頁',
   105     'select_php_none' => '不要執行PHP',
   106     'select_php_return' => '執行 PHP (return)',
   107     'select_php_free' => '執行 PHP',
   108     'php_not_activated' => '使用 PHP 的功能為開啟.',
   109     'printable_format' => '打印格式',
   110     'copy' => '複製',
   111     'limit_results' => '限制結果',
   112     'search' => '搜尋',
   113     'submit' => '提交'
   114 );
   115 
   116 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
   117 $PLG_staticpages_MESSAGE19 = 'Your page has been successfully saved.';
   118 $PLG_staticpages_MESSAGE20 = 'Your page has been successfully deleted.';
   119 
   120 // Messages for the plugin upgrade
   121 $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
   122 $PLG_staticpages_MESSAGE3002 = $LANG32[9];
   123 
   124 // Localization of the Admin Configuration UI
   125 $LANG_configsections['staticpages'] = array(
   126     'label' => 'Static Pages',
   127     'title' => 'Static Pages Configuration'
   128 );
   129 
   130 $LANG_confignames['staticpages'] = array(
   131     'allow_php' => 'Allow PHP?',
   132     'sort_by' => 'Sort Centerblocks by',
   133     'sort_menu_by' => 'Sort Menu Entries by',
   134     'delete_pages' => 'Delete Pages with Owner?',
   135     'in_block' => 'Wrap Pages in Block?',
   136     'show_hits' => 'Show Hits?',
   137     'show_date' => 'Show Date?',
   138     'filter_html' => 'Filter HTML?',
   139     'censor' => 'Censor Content?',
   140     'default_permissions' => 'Page Default Permissions',
   141     'aftersave' => 'After Saving Page',
   142     'atom_max_items' => 'Max. Pages in Webservices Feed',
   143     'meta_tags' => 'Enable Meta Tags'
   144 );
   145 
   146 $LANG_configsubgroups['staticpages'] = array(
   147     'sg_main' => 'Main Settings'
   148 );
   149 
   150 $LANG_fs['staticpages'] = array(
   151     'fs_main' => 'Static Pages Main Settings',
   152     'fs_permissions' => 'Default Permissions'
   153 );
   154 
   155 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
   156 $LANG_configselects['staticpages'] = array(
   157     0 => array('True' => 1, 'False' => 0),
   158     1 => array('True' => true, 'False' => false),
   159     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
   160     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
   161     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   162     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   163 );
   164 
   165 ?>