Localisation updates for core and extension messages from translatewiki.net (2010...
[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 Kayau
11 * @author PhiLiP
12 * @author Wong128hk
13 * @author Yukiseaside
14 * @author Yuyu
15 */
16
17 $fallback = 'zh-hant';
18
19 $fallback8bitEncoding = 'Big5-HKSCS';
20
21 $messages = array(
22 # User preference toggles
23 'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯',
24
25 # Dates
26 'january' => '一月',
27 'february' => '二月',
28 'march' => '三月',
29 'april' => '四月',
30 'may_long' => '五月',
31 'june' => '六月',
32 'july' => '七月',
33 'august' => '八月',
34 'september' => '九月',
35 'october' => '十月',
36 'november' => '十一月',
37 'december' => '十二月',
38
39 'tagline' => '從 {{SITENAME}}',
40 'search' => '搜尋',
41 'printableversion' => '可打印版',
42 'permalink' => '永久連接',
43 'print' => '打印',
44 'jumpto' => '跳到:',
45 'jumptosearch' => '搜尋',
46
47 # 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).
48 'aboutpage' => 'Project:關於我們',
49 'privacy' => '私隱政策',
50 'privacypage' => 'Project:私隱政策',
51
52 'red-link-title' => '$1 (頁面不存在)',
53
54 # Login and logout pages
55 'nav-login-createaccount' => '登入/創造帳戶',
56
57 # Revision deletion
58 'revdelete-suppress-text' => "壓制'''只'''應用於以下的情況:
59 * 不合適的個人資料
60 *: ''地址、電話號碼、身份證號碼等。''",
61
62 # Diffs
63 'editundo' => '回退',
64
65 # Search results
66 'search-mwsuggest-disabled' => '沒有意見',
67
68 # Groups
69 'group-bot' => '機械人',
70
71 'group-bot-member' => '機械人',
72
73 'grouppage-bot' => '{{ns:project}}:機械人',
74
75 # Recent changes
76 'recentchanges-legend-bot' => '$1 - 機械人編輯',
77 'recentchanges-label-bot' => '這次編輯是由機械人進行',
78 'rcshowhidebots' => '$1機械人的編輯',
79
80 # Special:ActiveUsers
81 'activeusers-hidebots' => '隱藏機械人',
82
83 # Block/unblock
84 'contribslink' => '貢獻',
85
86 # Tooltip help for the actions
87 'tooltip-search' => '搜尋 {{SITENAME}}',
88 'tooltip-search-go' => '若是真有其頁,則進入相同名字的頁面',
89 'tooltip-search-fulltext' => '在此頁面內搜尋此文字',
90 'tooltip-n-mainpage' => '回到首頁',
91 'tooltip-n-mainpage-description' => '回到首頁',
92 'tooltip-n-randompage' => '跳到一個隨機抽取的頁面',
93 'tooltip-t-print' => '這個頁面的可打印版本',
94
95 # Special:NewFiles
96 'showhidebots' => '($1機械人)',
97
98 # Special:SpecialPages
99 'specialpages' => '特殊頁面',
100
101 );