]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - languages/messages/MessagesZh_hk.php
MediaWiki 1.16.0-scripts
[autoinstallsdev/mediawiki.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 'navigation' => '導航',
40
41 'tagline'          => '從 {{SITENAME}}',
42 'search'           => '搜尋',
43 'searchbutton'     => '搜尋',
44 'searcharticle'    => '進入',
45 'printableversion' => '可打印版',
46 'permalink'        => '永久連接',
47 'print'            => '打印',
48 'edit'             => '編輯',
49 'talkpagelinktext' => '對話',
50 'personaltools'    => '個人工具',
51 'toolbox'          => '工具箱',
52 'jumpto'           => '跳到:',
53 'jumptonavigation' => '導航',
54
55 # 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).
56 'aboutsite'   => '關於 {{SITENAME}}',
57 'aboutpage'   => 'Project:關於我們',
58 'mainpage'    => '首頁',
59 'portal'      => '社群入口',
60 'privacy'     => '私隱政策',
61 'privacypage' => 'Project:私隱政策',
62
63 'editsectionhint' => '編輯段落: $1',
64 'red-link-title'  => '$1 (頁面不存在)',
65
66 # Login and logout pages
67 'nav-login-createaccount' => '登入/創造帳戶',
68
69 # Revision deletion
70 'revdelete-suppress-text' => "壓制'''只'''應用於以下的情況:
71 * 不合適的個人資料
72 *: ''地址、電話號碼、身份證號碼等。''",
73
74 # Diffs
75 'editundo' => '回退',
76
77 # Search results
78 'search-mwsuggest-disabled' => '沒有意見',
79
80 # Groups
81 'group-bot' => '機械人',
82
83 'group-bot-member' => '機械人',
84
85 'grouppage-bot' => '{{ns:project}}:機械人',
86
87 # Recent changes
88 'recentchanges-legend-bot' => '$1 - 機械人編輯',
89 'recentchanges-label-bot'  => '這次編輯是由機械人進行',
90 'rcshowhidebots'           => '$1機械人的編輯',
91
92 # Special:ActiveUsers
93 'activeusers-hidebots' => '隱藏機械人',
94
95 # Block/unblock
96 'contribslink' => '貢獻',
97
98 # Tooltip help for the actions
99 'tooltip-search'                 => '搜尋 {{SITENAME}}',
100 'tooltip-search-go'              => '若是真有其頁,則進入相同名字的頁面',
101 'tooltip-search-fulltext'        => '在此頁面內搜尋此文字',
102 'tooltip-n-mainpage'             => '回到首頁',
103 'tooltip-n-mainpage-description' => '回到首頁',
104 'tooltip-n-randompage'           => '跳到一個隨機抽取的頁面',
105 'tooltip-t-print'                => '這個頁面的可打印版本',
106
107 # Special:NewFiles
108 'showhidebots' => '($1機械人)',
109
110 # Special:SpecialPages
111 'specialpages' => '特殊頁面',
112
113 );