Merge "mediawiki.html: Add missing @return documentation"
[lhc/web/wiklou.git] / languages / messages / MessagesZh_tw.php
1 <?php
2 /** Chinese (Taiwan) (‪中文(台灣)‬)
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 Alexsh
11 * @author Andrew971218
12 * @author BobChao
13 * @author Ianbu
14 * @author Jidanni
15 * @author Mark85296341
16 * @author Pbdragonwang
17 * @author PhiLiP
18 * @author Roc michael
19 * @author Shizhao
20 * @author Urhixidur
21 * @author Wong128hk
22 * @author Zerng07
23 * @author לערי ריינהארט
24 */
25
26 $fallback = 'zh-hant, zh-hans';
27
28 $namespaceNames = array(
29 NS_USER => '使用者',
30 NS_USER_TALK => '使用者討論',
31 NS_HELP => '使用說明',
32 NS_HELP_TALK => '使用說明討論',
33 );
34
35 $namespaceAliases = array(
36 'Image' => NS_FILE,
37 'Image_talk' => NS_FILE_TALK,
38 "圖片" => NS_FILE,
39 "圖片討論" => NS_FILE_TALK,
40 );
41
42 $specialPageAliases = array(
43 'Ancientpages' => array( '最舊頁面' ),
44 'Block' => array( '查封用戶' ),
45 'FileDuplicateSearch' => array( '搜索重復文件' ),
46 'Invalidateemail' => array( '無法識別的電郵地址' ),
47 'LinkSearch' => array( '搜索網頁鏈接' ),
48 'Listredirects' => array( '重定向頁面列表' ),
49 'Lockdb' => array( '鎖定數據庫' ),
50 'MIMEsearch' => array( 'MIME搜索' ),
51 'Randomredirect' => array( '隨機重定向頁面' ),
52 'Recentchanges' => array( '近期變動' ),
53 'Revisiondelete' => array( '刪除或恢復版本' ),
54 'Unblock' => array( '解除封鎖' ),
55 'Unlockdb' => array( '解除數據庫鎖定' ),
56 'Unwatchedpages' => array( '未被監視的頁面' ),
57 'Userrights' => array( '用戶權限' ),
58 'Withoutinterwiki' => array( '沒有跨語言鏈接的頁面' ),
59 );
60
61 $datePreferences = array(
62 'default',
63 'minguo',
64 'minguo shorttext',
65 'minguo text',
66 'minguo fulltext',
67 'CNS 7648',
68 'CNS 7648 compact',
69 'ISO 8601',
70 );
71
72 $defaultDateFormat = 'zh';
73
74 $dateFormats = array(
75 'zh time' => 'H:i',
76 'zh date' => 'Y年n月j日 (l)',
77 'zh both' => 'Y年n月j日 (D) H:i',
78
79 'minguo time' => 'H:i',
80 'minguo date' => 'xoY年n月j日 (l)',
81 'minguo both' => 'xoY年n月j日 (D) H:i',
82
83 'minguo shorttext time' => 'H:i',
84 'minguo shorttext date' => '民xoY年n月j日 (l)',
85 'minguo shorttext both' => '民xoY年n月j日 (D) H:i',
86
87 'minguo text time' => 'H:i',
88 'minguo text date' => '民國xoY年n月j日 (l)',
89 'minguo text both' => '民國xoY年n月j日 (D) H:i',
90
91 'minguo fulltext time' => 'H:i',
92 'minguo fulltext date' => '中華民國xoY年n月j日 (l)',
93 'minguo fulltext both' => '中華民國xoY年n月j日 (D) H:i',
94
95 'CNS 7648 time' => 'H:i',
96 'CNS 7648 date' => '"R.O.C." xoY-m-d (l)',
97 'CNS 7648 both' => '"R.O.C." xoY-m-d (D) H:i',
98
99 'CNS 7648 compact time' => 'H:i',
100 'CNS 7648 compact date' => '"ROC" xoY-m-d (l)',
101 'CNS 7648 compact both' => '"ROC" xoY-m-d (D) H:i',
102 );
103