From: Meno25 Date: Wed, 6 Aug 2008 04:34:56 +0000 (+0000) Subject: Add specialPageAliases X-Git-Tag: 1.31.0-rc.0~46096 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=5b6bcda1d1228be99663c1fd6f2a98f78ba064be;p=lhc%2Fweb%2Fwiklou.git Add specialPageAliases --- diff --git a/languages/messages/MessagesEn_gb.php b/languages/messages/MessagesEn_gb.php index eb8d8bf780..c297d26e23 100644 --- a/languages/messages/MessagesEn_gb.php +++ b/languages/messages/MessagesEn_gb.php @@ -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',