MediaWiki
REL1_24
|
00001 <?php 00025 $fallback = 'zh-hant, zh-hans'; 00026 00027 $namespaceNames = array( 00028 NS_USER => '使用者', 00029 NS_USER_TALK => '使用者討論', 00030 NS_HELP => '使用說明', 00031 NS_HELP_TALK => '使用說明討論', 00032 ); 00033 00034 $namespaceAliases = array( 00035 'Image' => NS_FILE, 00036 'Image_talk' => NS_FILE_TALK, 00037 "圖片" => NS_FILE, 00038 "圖片討論" => NS_FILE_TALK, 00039 ); 00040 00041 $specialPageAliases = array( 00042 'Ancientpages' => array( '最舊頁面' ), 00043 'Block' => array( '查封用戶' ), 00044 'FileDuplicateSearch' => array( '搜索重復文件' ), 00045 'Invalidateemail' => array( '無法識別的電郵地址' ), 00046 'LinkSearch' => array( '搜索網頁鏈接' ), 00047 'Listredirects' => array( '重定向頁面列表' ), 00048 'Lockdb' => array( '鎖定數據庫' ), 00049 'MIMEsearch' => array( 'MIME搜索' ), 00050 'Randomredirect' => array( '隨機重定向頁面' ), 00051 'Recentchanges' => array( '近期變動' ), 00052 'Revisiondelete' => array( '刪除或恢復版本' ), 00053 'Unblock' => array( '解除封鎖' ), 00054 'Unlockdb' => array( '解除數據庫鎖定' ), 00055 'Unwatchedpages' => array( '未被監視的頁面' ), 00056 'Userrights' => array( '用戶權限' ), 00057 'Withoutinterwiki' => array( '沒有跨語言鏈接的頁面' ), 00058 ); 00059 00060 $datePreferences = array( 00061 'default', 00062 'minguo', 00063 'minguo shorttext', 00064 'minguo text', 00065 'minguo fulltext', 00066 'CNS 7648', 00067 'CNS 7648 compact', 00068 'ISO 8601', 00069 ); 00070 00071 $defaultDateFormat = 'zh'; 00072 00073 $dateFormats = array( 00074 'zh time' => 'H:i', 00075 'zh date' => 'Y年n月j日 (l)', 00076 'zh both' => 'Y年n月j日 (D) H:i', 00077 00078 'minguo time' => 'H:i', 00079 'minguo date' => 'xoY年n月j日 (l)', 00080 'minguo both' => 'xoY年n月j日 (D) H:i', 00081 00082 'minguo shorttext time' => 'H:i', 00083 'minguo shorttext date' => '民xoY年n月j日 (l)', 00084 'minguo shorttext both' => '民xoY年n月j日 (D) H:i', 00085 00086 'minguo text time' => 'H:i', 00087 'minguo text date' => '民國xoY年n月j日 (l)', 00088 'minguo text both' => '民國xoY年n月j日 (D) H:i', 00089 00090 'minguo fulltext time' => 'H:i', 00091 'minguo fulltext date' => '中華民國xoY年n月j日 (l)', 00092 'minguo fulltext both' => '中華民國xoY年n月j日 (D) H:i', 00093 00094 'CNS 7648 time' => 'H:i', 00095 'CNS 7648 date' => '"R.O.C." xoY-m-d (l)', 00096 'CNS 7648 both' => '"R.O.C." xoY-m-d (D) H:i', 00097 00098 'CNS 7648 compact time' => 'H:i', 00099 'CNS 7648 compact date' => '"ROC" xoY-m-d (l)', 00100 'CNS 7648 compact both' => '"ROC" xoY-m-d (D) H:i', 00101 ); 00102