Localisation updates. Rebuilt all language files.
[lhc/web/wiklou.git] / languages / messages / MessagesZh_hk.php
1 <?php
2 /**
3 * Chinese (Hong Kong) (中文 (香港))
4 *
5 * @ingroup Language
6 * @file
7 */
8
9 $fallback = 'zh-hant';
10
11 $messages = array(
12 # User preference toggles
13 'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯',
14
15 'printableversion' => '可打印版',
16 'print' => '打印',
17
18 # 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).
19 'privacy' => '私隱政策',
20 'privacypage' => 'Project:私隱政策',
21
22 # Groups
23 'group-bot' => '機械人',
24
25 'group-bot-member' => '機械人',
26
27 'grouppage-bot' => '{{ns:project}}:機械人',
28
29 # Recent changes
30 'rcshowhidebots' => '$1機械人的編輯',
31
32 # Watchlist
33 'watchlist-show-bots' => '顯示機械人的編輯',
34 'watchlist-hide-bots' => '隱藏機械人的編輯',
35
36 # Tooltip help for the actions
37 'tooltip-t-print' => '這個頁面的可打印版本',
38
39 # Special:Newimages
40 'showhidebots' => '($1機械人)',
41
42 );