008f5183a02cb1d8b7f2c96dda77068b1be792a6
[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 Waihorace
15 * @author Wong128hk
16 * @author Yukiseaside
17 * @author Yuyu
18 */
19
20 $fallback = 'zh-hant';
21
22 $fallback8bitEncoding = 'Big5-HKSCS';
23
24 $specialPageAliases = array(
25 'Unblock' => array( '解除封禁' ),
26 'RevisionMove' => array( '移動版本' ),
27 'ComparePages' => 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 'mainpagedocfooter' => '請參閱[http://meta.wikimedia.org/wiki/Help:Contents 用戶手冊]以獲得使用此 wiki 軟件的訊息!
49
50 == 入門 ==
51 * [http://www.mediawiki.org/wiki/Manual:Configuration_settings MediaWiki 配置設定清單]
52 * [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki 常見問題解答]
53 * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki 發佈郵件清單]',
54
55 'mytalk' => '我的討論頁',
56
57 'tagline' => '從 {{SITENAME}}',
58 'search' => '搜尋',
59 'printableversion' => '可打印版',
60 'permalink' => '永久連接',
61 'print' => '打印',
62 'specialpage' => '特殊頁面',
63 'jumpto' => '跳到:',
64 'jumptosearch' => '搜尋',
65
66 # 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).
67 'aboutpage' => 'Project:關於我們',
68 'privacy' => '私隱政策',
69 'privacypage' => 'Project:私隱政策',
70
71 'red-link-title' => '$1 (頁面不存在)',
72
73 # Short words for each namespace, by default used in the namespace tab in monobook
74 'nstab-special' => '特殊頁面',
75
76 # Login and logout pages
77 'nav-login-createaccount' => '登入/創造帳戶',
78 'userlogin' => '登入/創造帳戶',
79
80 # Revision deletion
81 'rev-deleted-comment' => '(註釋已除)',
82 'rev-deleted-event' => '(日誌已除)',
83 'revdelete-suppress-text' => "壓制'''只'''應用於以下的情況:
84 * 不合適的個人資料
85 *: ''地址、電話號碼、身份證號碼等。''",
86 'revdelete-logentry' => '已更改「[[$1]]」之修訂可見度',
87
88 # Diffs
89 'editundo' => '撤銷',
90
91 # Search results
92 'search-mwsuggest-disabled' => '沒有意見',
93
94 # Preferences page
95 'prefs-help-gender' => '可選:用於軟件中的性別指定。此項資料將會被公開。',
96
97 # Groups
98 'group-bot' => '機械人',
99
100 'group-bot-member' => '機械人',
101
102 'grouppage-bot' => '{{ns:project}}:機械人',
103
104 # Recent changes
105 'recentchanges-label-bot' => '這次編輯是由機械人進行',
106 'rcshowhidebots' => '$1機械人的編輯',
107
108 # Special:ActiveUsers
109 'activeusers-hidebots' => '隱藏機械人',
110
111 # Block/unblock
112 'contribslink' => '貢獻',
113
114 # Tooltip help for the actions
115 'tooltip-search' => '搜尋 {{SITENAME}}',
116 'tooltip-search-go' => '若是真有其頁,則進入相同名字的頁面',
117 'tooltip-search-fulltext' => '在此頁面內搜尋此文字',
118 'tooltip-n-mainpage' => '回到首頁',
119 'tooltip-n-mainpage-description' => '回到首頁',
120 'tooltip-n-randompage' => '跳到一個隨機抽取的頁面',
121 'tooltip-t-print' => '這個頁面的可打印版本',
122
123 # Special:NewFiles
124 'showhidebots' => '($1機械人)',
125
126 # Special:SpecialPages
127 'specialpages' => '特殊頁面',
128
129 );