Localisation updates for core and extension messages from translatewiki.net (2009...
[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 Wong128hk
11 * @author Yuyu
12 */
13
14 $fallback = 'zh-hant';
15
16 $fallback8bitEncoding = 'Big5-HKSCS';
17
18 $messages = array(
19 # User preference toggles
20 'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯',
21
22 'printableversion' => '可打印版',
23 'print' => '打印',
24
25 # 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).
26 'privacy' => '私隱政策',
27 'privacypage' => 'Project:私隱政策',
28
29 # Groups
30 'group-bot' => '機械人',
31
32 'group-bot-member' => '機械人',
33
34 'grouppage-bot' => '{{ns:project}}:機械人',
35
36 # Recent changes
37 'recentchanges-legend-bot' => '$1 - 機械人編輯',
38 'recentchanges-label-bot' => '這次編輯是由機械人進行',
39 'rcshowhidebots' => '$1機械人的編輯',
40
41 # Special:ActiveUsers
42 'activeusers-hidebots' => '隱藏機械人',
43
44 # Tooltip help for the actions
45 'tooltip-t-print' => '這個頁面的可打印版本',
46
47 # Special:NewFiles
48 'showhidebots' => '($1機械人)',
49
50 );