MediaWiki  REL1_22
MessagesZh_hk.php
Go to the documentation of this file.
00001 <?php
00021 $fallback = 'zh-hant, zh-hans';
00022 
00023 $fallback8bitEncoding = 'Big5-HKSCS';
00024 
00025 $specialPageAliases = array(
00026     'ComparePages'              => array( '頁面比較' ),
00027     'Unblock'                   => array( '解除封禁' ),
00028 );
00029 
00030 $messages = array(
00031 # User preference toggles
00032 'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯',
00033 
00034 # Dates
00035 'january'   => '一月',
00036 'february'  => '二月',
00037 'march'     => '三月',
00038 'april'     => '四月',
00039 'may_long'  => '五月',
00040 'june'      => '六月',
00041 'july'      => '七月',
00042 'august'    => '八月',
00043 'september' => '九月',
00044 'october'   => '十月',
00045 'november'  => '十一月',
00046 'december'  => '十二月',
00047 
00048 'mytalk' => '我的討論頁',
00049 
00050 'tagline'          => '從 {{SITENAME}}',
00051 'search'           => '搜尋',
00052 'printableversion' => '可打印版',
00053 'permalink'        => '永久連接',
00054 'print'            => '打印',
00055 'specialpage'      => '特殊頁面',
00056 'jumpto'           => '跳到:',
00057 'jumptosearch'     => '搜尋',
00058 
00059 # 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).
00060 'aboutpage'   => 'Project:關於我們',
00061 'privacy'     => '私隱政策',
00062 'privacypage' => 'Project:私隱政策',
00063 
00064 'red-link-title' => '$1 (頁面不存在)',
00065 
00066 # Short words for each namespace, by default used in the namespace tab in monobook
00067 'nstab-special' => '特殊頁面',
00068 
00069 # Login and logout pages
00070 'nav-login-createaccount' => '登入/創造帳戶',
00071 'userlogin'               => '登入/創造帳戶',
00072 
00073 # Edit pages
00074 'editing' => '正在編輯 $1',
00075 
00076 # Revision deletion
00077 'rev-deleted-comment'     => '(註釋已除)',
00078 'rev-deleted-event'       => '(日誌已除)',
00079 'revdelete-suppress-text' => "壓制'''只'''應用於以下的情況:
00080 * 不合適的個人資料
00081 *: ''地址、電話號碼、身份證號碼等。''",
00082 
00083 # Diffs
00084 'editundo' => '撤銷',
00085 
00086 # Search results
00087 'search-mwsuggest-disabled' => '沒有意見',
00088 
00089 # Preferences page
00090 'prefs-help-gender' => '可選:用於軟件中的性別指定。此項資料將會被公開。',
00091 
00092 # Groups
00093 'group-bot' => '機械人',
00094 
00095 'group-bot-member' => '機械人',
00096 
00097 'grouppage-bot' => '{{ns:project}}:機械人',
00098 
00099 # Recent changes
00100 'recentchanges-label-bot' => '這次編輯是由機械人進行',
00101 'rcshowhidebots'          => '$1機械人的編輯',
00102 
00103 # Special:ActiveUsers
00104 'activeusers-hidebots' => '隱藏機械人',
00105 
00106 # Block/unblock
00107 'contribslink' => '貢獻',
00108 
00109 # Tooltip help for the actions
00110 'tooltip-search'                 => '搜尋 {{SITENAME}}',
00111 'tooltip-search-go'              => '若是真有其頁,則進入相同名字的頁面',
00112 'tooltip-search-fulltext'        => '在此頁面內搜尋此文字',
00113 'tooltip-n-mainpage'             => '回到首頁',
00114 'tooltip-n-mainpage-description' => '回到首頁',
00115 'tooltip-n-randompage'           => '跳到一個隨機抽取的頁面',
00116 'tooltip-t-print'                => '這個頁面的可打印版本',
00117 
00118 # Special:NewFiles
00119 'showhidebots' => '($1機械人)',
00120 
00121 # Special:SpecialPages
00122 'specialpages' => '特殊頁面',
00123 
00124 );