From 89e260fb3b735290f42c0a35d5776ff76edc59c0 Mon Sep 17 00:00:00 2001 From: Jimmy Collins Date: Sat, 30 Sep 2006 17:55:36 +0000 Subject: [PATCH] * Add '*-summry' for special pages to MessagesEn.php to allow customizing/translation through Special:Allmessages --- RELEASE-NOTES | 2 ++ languages/MessagesEn.php | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5dd326adb4..a7d6744a1e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -242,6 +242,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 7448) Fixing the native name for Ewe (ee) * (bug 6864) Replace message 'editing' with new message 'editinguser' in Special:Userrights to allow better localisation +* Add '*-summry' for special pages to MessagesEn.php to allow customizing/translation + through Special:Allmessages == Languages updated == diff --git a/languages/MessagesEn.php b/languages/MessagesEn.php index 46339a1d00..6222fbf186 100644 --- a/languages/MessagesEn.php +++ b/languages/MessagesEn.php @@ -1006,6 +1006,7 @@ containing all of the search terms will appear in the result).", # Preferences page # 'preferences' => 'Preferences', +'preferences-summary' => '', 'mypreferences' => 'My preferences', 'prefsnologin' => 'Not logged in', 'prefsnologintext' => "You must be [[Special:Userlogin|logged in]] to set user preferences.", @@ -1296,15 +1297,19 @@ The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''$7''' 'mostimages' => 'Most linked to images', 'mostrevisions' => 'Articles with the most revisions', 'allpages' => 'All pages', +'allpages-summary' => '', 'prefixindex' => 'Prefix index', 'randompage' => 'Random page', 'randompage-url'=> 'Special:Random', 'shortpages' => 'Short pages', 'longpages' => 'Long pages', +'longpages-summary' => '', 'deadendpages' => 'Dead-end pages', 'deadendpagestext' => 'The following pages do not link to other pages in this wiki.', 'listusers' => 'User list', +'listusers-summary' => '', 'specialpages' => 'Special pages', +'specialpages-summary' => '', 'spheading' => 'Special pages for all users', 'restrictedpheading' => 'Restricted special pages', 'recentchangeslinked' => 'Related changes', @@ -1321,6 +1326,7 @@ in active use.

', 'unusedcategoriestext' => 'The following category pages exist although no other article or category make use of them.', 'booksources' => 'Book sources', +'booksources-summary' => '', 'categoriespagetext' => 'The following categories exist in the wiki.', 'data' => 'Data', 'userrights' => 'User rights management', @@ -1586,6 +1592,7 @@ Consult the [[Special:Log/delete|deletion log]] for a record of recent deletions # What links here # 'whatlinkshere' => 'What links here', +'whatlinkshere-summary' => '', 'notargettitle' => 'No target', 'notargettext' => 'You have not specified a target page or user to perform this function on.', @@ -1624,6 +1631,7 @@ to a previously blocked IP address or username.', 'ipusubmit' => 'Unblock this address', 'unblocked' => '[[User:$1|$1]] has been unblocked', 'ipblocklist' => 'List of blocked IP addresses and usernames', +'ipblocklist-summary' => '', 'blocklistline' => "$1, $2 blocked $3 ($4)", 'infiniteblock' => 'infinite', 'expiringblock' => 'expires $1', -- 2.20.1