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