Localisation updates for core messages from Betawiki (2009-01-06 22:24 UTC)
[lhc/web/wiklou.git] / languages / messages / MessagesZh_hk.php
1 <?php
2 /** Chinese (Hong Kong) (‪中文(香港)‬)
3 *
4 * @ingroup Language
5 * @file
6 *
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 # Tooltip help for the actions
33 'tooltip-t-print' => '這個頁面的可打印版本',
34
35 # Special:NewFiles
36 'showhidebots' => '($1機械人)',
37
38 );