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