Add specialPageAliases
authorMeno25 <mfarag@users.mediawiki.org>
Wed, 6 Aug 2008 04:34:56 +0000 (04:34 +0000)
committerMeno25 <mfarag@users.mediawiki.org>
Wed, 6 Aug 2008 04:34:56 +0000 (04:34 +0000)
languages/messages/MessagesEn_gb.php

index eb8d8bf..c297d26 100644 (file)
@@ -7,6 +7,13 @@
  * @author Jon Harald Søby
  */
 
+$specialPageAliases = array(
+       'Uncategorizedpages'        => array( 'UncategorisedPages' ),
+       'Uncategorizedcategories'   => array( 'UncategorisedCategories' ),
+       'Uncategorizedimages'       => array( 'UncategorisedImages' ),
+       'Uncategorizedtemplates'    => array( 'UncategorisedTemplates' ),
+);
+
 $messages = array(
 # Main script and global functions
 'nosuchactiontext' => 'The action specified by the URL is not recognised by the wiki',