aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesGan_hant.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/messages/MessagesGan_hant.php')
-rw-r--r--languages/messages/MessagesGan_hant.php52
1 files changed, 26 insertions, 26 deletions
diff --git a/languages/messages/MessagesGan_hant.php b/languages/messages/MessagesGan_hant.php
index cafba7532ccf..1a136db0133f 100644
--- a/languages/messages/MessagesGan_hant.php
+++ b/languages/messages/MessagesGan_hant.php
@@ -10,7 +10,7 @@
$fallback = 'zh-hant, zh-hans';
-$namespaceNames = array(
+$namespaceNames = [
NS_TALK => '談詑',
NS_USER_TALK => '用戶談詑',
NS_PROJECT_TALK => '$1談詑',
@@ -19,30 +19,30 @@ $namespaceNames = array(
NS_TEMPLATE_TALK => '模板談詑',
NS_HELP_TALK => '幫助談詑',
NS_CATEGORY_TALK => '分類談詑',
-);
+];
-$specialPageAliases = array(
- 'Ancientpages' => array( '老早嗰頁面' ),
- 'BrokenRedirects' => array( '壞吥嗰重定向頁' ),
- 'CreateAccount' => array( '新建隻帳戶' ),
- 'Fewestrevisions' => array( '最少改動嗰頁面' ),
- 'Longpages' => array( '莽文章' ),
- 'Mostcategories' => array( '最多分類嗰頁面' ),
- 'Mostimages' => array( '拕連得最多嗰檔案' ),
- 'Mostlinked' => array( '拕連得最多嗰頁面' ),
- 'Mostlinkedcategories' => array( '拕連得最多嗰分類' ),
- 'Mostlinkedtemplates' => array( '拕連得最多嗰模板' ),
- 'Mostrevisions' => array( '最多改動嗰頁面' ),
- 'Newpages' => array( '全新嗰頁面' ),
- 'Preferences' => array( '個人設定' ),
- 'Recentchanges' => array( '最晏嗰改動' ),
- 'Shortpages' => array( '細文章' ),
- 'Uncategorizedcategories' => array( '冇歸類嗰分類' ),
- 'Uncategorizedimages' => array( '冇歸類嗰檔案' ),
- 'Uncategorizedpages' => array( '冇歸類嗰頁面' ),
- 'Uncategorizedtemplates' => array( '冇歸類嗰模板' ),
- 'Unusedcategories' => array( '冇用嗰分類' ),
- 'Unusedimages' => array( '冇用嗰檔案' ),
- 'Watchlist' => array( '監視列表' ),
-);
+$specialPageAliases = [
+ 'Ancientpages' => [ '老早嗰頁面' ],
+ 'BrokenRedirects' => [ '壞吥嗰重定向頁' ],
+ 'CreateAccount' => [ '新建隻帳戶' ],
+ 'Fewestrevisions' => [ '最少改動嗰頁面' ],
+ 'Longpages' => [ '莽文章' ],
+ 'Mostcategories' => [ '最多分類嗰頁面' ],
+ 'Mostimages' => [ '拕連得最多嗰檔案' ],
+ 'Mostlinked' => [ '拕連得最多嗰頁面' ],
+ 'Mostlinkedcategories' => [ '拕連得最多嗰分類' ],
+ 'Mostlinkedtemplates' => [ '拕連得最多嗰模板' ],
+ 'Mostrevisions' => [ '最多改動嗰頁面' ],
+ 'Newpages' => [ '全新嗰頁面' ],
+ 'Preferences' => [ '個人設定' ],
+ 'Recentchanges' => [ '最晏嗰改動' ],
+ 'Shortpages' => [ '細文章' ],
+ 'Uncategorizedcategories' => [ '冇歸類嗰分類' ],
+ 'Uncategorizedimages' => [ '冇歸類嗰檔案' ],
+ 'Uncategorizedpages' => [ '冇歸類嗰頁面' ],
+ 'Uncategorizedtemplates' => [ '冇歸類嗰模板' ],
+ 'Unusedcategories' => [ '冇用嗰分類' ],
+ 'Unusedimages' => [ '冇用嗰檔案' ],
+ 'Watchlist' => [ '監視列表' ],
+];