Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / languages / messages / MessagesGan_hant.php
index dff9b73..1a136db 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /** Traditional Gan script (贛語(繁體)‎)
  *
- * See MessagesQqq.php for message documentation incl. usage of parameters
- * To improve a translation please visit http://translatewiki.net
+ * To improve a translation please visit https://translatewiki.net
  *
  * @ingroup Language
  * @file
@@ -11,7 +10,7 @@
 
 $fallback = 'zh-hant, zh-hans';
 
-$namespaceNames = array(
+$namespaceNames = [
        NS_TALK             => '談詑',
        NS_USER_TALK        => '用戶談詑',
        NS_PROJECT_TALK     => '$1談詑',
@@ -20,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'                 => [ '監視列表' ],
+];