summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesEn_gb.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-06-22 11:28:20 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-06-22 11:28:20 +0200
commit9db190c7e736ec8d063187d4241b59feaf7dc2d1 (patch)
tree46d1a0dee7febef5c2d57a9f7b972be16a163b3d /languages/messages/MessagesEn_gb.php
parent78677c7bbdcc9739f6c10c75935898a20e1acd9e (diff)
update to MediaWiki 1.17.0
Diffstat (limited to 'languages/messages/MessagesEn_gb.php')
-rw-r--r--languages/messages/MessagesEn_gb.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/languages/messages/MessagesEn_gb.php b/languages/messages/MessagesEn_gb.php
index c6dc017f..d10e3636 100644
--- a/languages/messages/MessagesEn_gb.php
+++ b/languages/messages/MessagesEn_gb.php
@@ -15,21 +15,18 @@
$specialPageAliases = array(
'Uncategorizedpages' => array( 'UncategorisedPages' ),
'Uncategorizedcategories' => array( 'UncategorisedCategories' ),
- 'Uncategorizedimages' => array( 'UncategorisedImages' ),
+ 'Uncategorizedimages' => array( 'UncategorisedFiles', 'UncategorisedImages' ),
'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ),
);
$messages = array(
-# Main script and global functions
-'nosuchactiontext' => 'The action specified by the URL is not recognised by the wiki',
-
# Miscellaneous special pages
'uncategorizedpages' => 'Uncategorised pages',
'uncategorizedcategories' => 'Uncategorised categories',
'uncategorizedimages' => 'Uncategorised files',
'uncategorizedtemplates' => 'Uncategorised templates',
-# Rollback
+# Edit tokens
'sessionfailure' => 'There seems to be a problem with your login session;
this action has been cancelled as a precaution against session hijacking.
Go back to the previous page, reload that page and then try again.',