Merge "Suppress section edit links with action=render"
[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 'Unblock' => array( '解除封禁' ),
28 );
29
30 $messages = array(
31 # User preference toggles
32 'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯',
33
34 # Dates
35 'january' => '一月',
36 'february' => '二月',
37 'march' => '三月',
38 'april' => '四月',
39 'may_long' => '五月',
40 'june' => '六月',
41 'july' => '七月',
42 'august' => '八月',
43 'september' => '九月',
44 'october' => '十月',
45 'november' => '十一月',
46 'december' => '十二月',
47
48 'mytalk' => '我的討論頁',
49
50 'tagline' => '從 {{SITENAME}}',
51 'search' => '搜尋',
52 'printableversion' => '可打印版',
53 'permalink' => '永久連接',
54 'print' => '打印',
55 'specialpage' => '特殊頁面',
56 'jumpto' => '跳到:',
57 'jumptosearch' => '搜尋',
58
59 # 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).
60 'aboutpage' => 'Project:關於我們',
61 'privacy' => '私隱政策',
62 'privacypage' => 'Project:私隱政策',
63
64 'red-link-title' => '$1 (頁面不存在)',
65
66 # Short words for each namespace, by default used in the namespace tab in monobook
67 'nstab-special' => '特殊頁面',
68
69 # Login and logout pages
70 'nav-login-createaccount' => '登入/創造帳戶',
71 'userlogin' => '登入/創造帳戶',
72
73 # Edit pages
74 'editing' => '正在編輯 $1',
75
76 # Revision deletion
77 'rev-deleted-comment' => '(註釋已除)',
78 'rev-deleted-event' => '(日誌已除)',
79 'revdelete-suppress-text' => "壓制'''只'''應用於以下的情況:
80 * 不合適的個人資料
81 *: ''地址、電話號碼、身份證號碼等。''",
82
83 # Diffs
84 'editundo' => '撤銷',
85
86 # Search results
87 'search-mwsuggest-disabled' => '沒有意見',
88
89 # Preferences page
90 'prefs-help-gender' => '可選:用於軟件中的性別指定。此項資料將會被公開。',
91
92 # Groups
93 'group-bot' => '機械人',
94
95 'group-bot-member' => '機械人',
96
97 'grouppage-bot' => '{{ns:project}}:機械人',
98
99 # Recent changes
100 'recentchanges-label-bot' => '這次編輯是由機械人進行',
101 'rcshowhidebots' => '$1機械人的編輯',
102
103 # Special:ActiveUsers
104 'activeusers-hidebots' => '隱藏機械人',
105
106 # Block/unblock
107 'contribslink' => '貢獻',
108
109 # Tooltip help for the actions
110 'tooltip-search' => '搜尋 {{SITENAME}}',
111 'tooltip-search-go' => '若是真有其頁,則進入相同名字的頁面',
112 'tooltip-search-fulltext' => '在此頁面內搜尋此文字',
113 'tooltip-n-mainpage' => '回到首頁',
114 'tooltip-n-mainpage-description' => '回到首頁',
115 'tooltip-n-randompage' => '跳到一個隨機抽取的頁面',
116 'tooltip-t-print' => '這個頁面的可打印版本',
117
118 # Special:NewFiles
119 'showhidebots' => '($1機械人)',
120
121 # Special:SpecialPages
122 'specialpages' => '特殊頁面',
123
124 );