Index: branches/REL1_13/phase3/languages/messages/MessagesEn_gb.php |
— | — | @@ -7,6 +7,13 @@ |
8 | 8 | * @author Jon Harald Søby |
9 | 9 | */ |
10 | 10 | |
| 11 | +$specialPageAliases = array( |
| 12 | + 'Uncategorizedpages' => array( 'UncategorisedPages' ), |
| 13 | + 'Uncategorizedcategories' => array( 'UncategorisedCategories' ), |
| 14 | + 'Uncategorizedimages' => array( 'UncategorisedImages' ), |
| 15 | + 'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ), |
| 16 | +); |
| 17 | + |
11 | 18 | $messages = array( |
12 | 19 | # Main script and global functions |
13 | 20 | 'nosuchactiontext' => 'The action specified by the URL is not recognised by the wiki', |