00001 <?php 00020 $fallback = 'zh-hant'; 00021 00022 $fallback8bitEncoding = 'Big5-HKSCS'; 00023 00024 $messages = array( 00025 # User preference toggles 00026 'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯', 00027 00028 # Dates 00029 'january' => '一月', 00030 'february' => '二月', 00031 'march' => '三月', 00032 'april' => '四月', 00033 'may_long' => '五月', 00034 'june' => '六月', 00035 'july' => '七月', 00036 'august' => '八月', 00037 'september' => '九月', 00038 'october' => '十月', 00039 'november' => '十一月', 00040 'december' => '十二月', 00041 00042 'mainpagedocfooter' => '請參閱[http://meta.wikimedia.org/wiki/Help:Contents 用戶手冊]以獲得使用此 wiki 軟件的訊息! 00043 00044 == 入門 == 00045 * [http://www.mediawiki.org/wiki/Manual:Configuration_settings MediaWiki 配置設定清單] 00046 * [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki 常見問題解答] 00047 * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki 發佈郵件清單]', 00048 00049 'mytalk' => '我的討論頁', 00050 'navigation' => '導航', 00051 00052 'tagline' => '從 {{SITENAME}}', 00053 'search' => '搜尋', 00054 'searchbutton' => '搜尋', 00055 'searcharticle' => '進入', 00056 'printableversion' => '可打印版', 00057 'permalink' => '永久連接', 00058 'print' => '打印', 00059 'edit' => '編輯', 00060 'talkpagelinktext' => '對話', 00061 'specialpage' => '特殊頁面', 00062 'personaltools' => '個人工具', 00063 'toolbox' => '工具箱', 00064 'jumpto' => '跳到:', 00065 'jumptonavigation' => '導航', 00066 'jumptosearch' => '搜尋', 00067 00068 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations). 00069 'aboutsite' => '關於 {{SITENAME}}', 00070 'aboutpage' => 'Project:關於我們', 00071 'mainpage' => '首頁', 00072 'portal' => '社群入口', 00073 'privacy' => '私隱政策', 00074 'privacypage' => 'Project:私隱政策', 00075 00076 'editsectionhint' => '編輯段落: $1', 00077 'red-link-title' => '$1 (頁面不存在)', 00078 00079 # Short words for each namespace, by default used in the namespace tab in monobook 00080 'nstab-special' => '特殊頁面', 00081 00082 # Login and logout pages 00083 'nav-login-createaccount' => '登入/創造帳戶', 00084 'userlogin' => '登入/創造帳戶', 00085 00086 # Revision deletion 00087 'revdelete-suppress-text' => "壓制'''只'''應用於以下的情況: 00088 * 不合適的個人資料 00089 *: ''地址、電話號碼、身份證號碼等。''", 00090 00091 # Diffs 00092 'editundo' => '撤銷', 00093 00094 # Search results 00095 'search-mwsuggest-disabled' => '沒有意見', 00096 00097 # Preferences page 00098 'prefs-help-gender' => '可選:用於軟件中的性別指定。此項資料將會被公開。', 00099 00100 # Groups 00101 'group-bot' => '機械人', 00102 00103 'group-bot-member' => '機械人', 00104 00105 'grouppage-bot' => '{{ns:project}}:機械人', 00106 00107 # Recent changes 00108 'recentchanges-legend-bot' => '$1 - 機械人編輯', 00109 'recentchanges-label-bot' => '這次編輯是由機械人進行', 00110 'rcshowhidebots' => '$1機械人的編輯', 00111 00112 # Special:ActiveUsers 00113 'activeusers-hidebots' => '隱藏機械人', 00114 00115 # Block/unblock 00116 'contribslink' => '貢獻', 00117 00118 # Tooltip help for the actions 00119 'tooltip-search' => '搜尋 {{SITENAME}}', 00120 'tooltip-search-go' => '若是真有其頁,則進入相同名字的頁面', 00121 'tooltip-search-fulltext' => '在此頁面內搜尋此文字', 00122 'tooltip-n-mainpage' => '回到首頁', 00123 'tooltip-n-mainpage-description' => '回到首頁', 00124 'tooltip-n-randompage' => '跳到一個隨機抽取的頁面', 00125 'tooltip-t-print' => '這個頁面的可打印版本', 00126 00127 # Special:NewFiles 00128 'showhidebots' => '($1機械人)', 00129 00130 # Special:SpecialPages 00131 'specialpages' => '特殊頁面', 00132 00133 );