merged master
[lhc/web/wiklou.git] / languages / messages / MessagesZh_hk.php
1 <?php
2 /** Chinese (Hong Kong) (‪中文(香港)‬)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Horacewai2
11 * @author Kayau
12 * @author Mark85296341
13 * @author PhiLiP
14 * @author Shizhao
15 * @author Waihorace
16 * @author Wong128hk
17 * @author Yukiseaside
18 * @author Yuyu
19 */
20
21 $fallback = 'zh-hant, zh-hans';
22
23 $fallback8bitEncoding = 'Big5-HKSCS';
24
25 $specialPageAliases = array(
26 'ComparePages' => array( '頁面比較' ),
27 'RevisionMove' => array( '移動版本' ),
28 'Unblock' => array( '解除封禁' ),
29 );
30
31 $messages = array(
32 # User preference toggles
33 'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯',
34
35 # Dates
36 'january' => '一月',
37 'february' => '二月',
38 'march' => '三月',
39 'april' => '四月',
40 'may_long' => '五月',
41 'june' => '六月',
42 'july' => '七月',
43 'august' => '八月',
44 'september' => '九月',
45 'october' => '十月',
46 'november' => '十一月',
47 'december' => '十二月',
48
49 'mytalk' => '我的討論頁',
50
51 'tagline' => '從 {{SITENAME}}',
52 'search' => '搜尋',
53 'printableversion' => '可打印版',
54 'permalink' => '永久連接',
55 'print' => '打印',
56 'specialpage' => '特殊頁面',
57 'jumpto' => '跳到:',
58 'jumptosearch' => '搜尋',
59
60 # 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).
61 'aboutpage' => 'Project:關於我們',
62 'privacy' => '私隱政策',
63 'privacypage' => 'Project:私隱政策',
64
65 'red-link-title' => '$1 (頁面不存在)',
66
67 # Short words for each namespace, by default used in the namespace tab in monobook
68 'nstab-special' => '特殊頁面',
69
70 # Login and logout pages
71 'nav-login-createaccount' => '登入/創造帳戶',
72 'userlogin' => '登入/創造帳戶',
73
74 # Edit pages
75 'editing' => '正在編輯 $1',
76
77 # Revision deletion
78 'rev-deleted-comment' => '(註釋已除)',
79 'rev-deleted-event' => '(日誌已除)',
80 'revdelete-suppress-text' => "壓制'''只'''應用於以下的情況:
81 * 不合適的個人資料
82 *: ''地址、電話號碼、身份證號碼等。''",
83
84 # Diffs
85 'editundo' => '撤銷',
86
87 # Search results
88 'search-mwsuggest-disabled' => '沒有意見',
89
90 # Preferences page
91 'prefs-help-gender' => '可選:用於軟件中的性別指定。此項資料將會被公開。',
92
93 # Groups
94 'group-bot' => '機械人',
95
96 'group-bot-member' => '機械人',
97
98 'grouppage-bot' => '{{ns:project}}:機械人',
99
100 # Recent changes
101 'recentchanges-label-bot' => '這次編輯是由機械人進行',
102 'rcshowhidebots' => '$1機械人的編輯',
103
104 # Special:ActiveUsers
105 'activeusers-hidebots' => '隱藏機械人',
106
107 # Block/unblock
108 'contribslink' => '貢獻',
109
110 # Tooltip help for the actions
111 'tooltip-search' => '搜尋 {{SITENAME}}',
112 'tooltip-search-go' => '若是真有其頁,則進入相同名字的頁面',
113 'tooltip-search-fulltext' => '在此頁面內搜尋此文字',
114 'tooltip-n-mainpage' => '回到首頁',
115 'tooltip-n-mainpage-description' => '回到首頁',
116 'tooltip-n-randompage' => '跳到一個隨機抽取的頁面',
117 'tooltip-t-print' => '這個頁面的可打印版本',
118
119 # Special:NewFiles
120 'showhidebots' => '($1機械人)',
121
122 # Special:SpecialPages
123 'specialpages' => '特殊頁面',
124
125 );