From: Raimond Spekking Date: Sun, 11 Nov 2007 15:51:33 +0000 (+0000) Subject: Fixes in language files for new randomincategory X-Git-Tag: 1.31.0-rc.0~50917 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=632d2579cc32aa2da19f8815e0f32fc5b6d3db52;p=lhc%2Fweb%2Fwiklou.git Fixes in language files for new randomincategory --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 09767666e6..ca9cdc7437 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -360,6 +360,7 @@ $specialPageAliases = array( 'Listusers' => array( 'Listusers', 'Userlist' ), 'Statistics' => array( 'Statistics' ), 'Randompage' => array( 'Random', 'Randompage' ), + 'Randomincategory' => array( 'Randomincategory' ), 'Lonelypages' => array( 'Lonelypages', 'Orphanedpages' ), 'Uncategorizedpages' => array( 'Uncategorizedpages' ), 'Uncategorizedcategories' => array( 'Uncategorizedcategories' ), @@ -1559,6 +1560,8 @@ PICT # misc. 'randomincategory-nocategory' => 'Category $1 doesn\'t exist or is empty', 'randomincategory-label' => 'Category:', 'randomincategory-submit' => 'Go', + +# Random redirect 'randomredirect' => 'Random redirect', 'randomredirect-nopages' => 'There are no redirects in this namespace.', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 26269affb8..70cc92cb1c 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -943,8 +943,12 @@ $wgMessageStructure = array( 'unusedtemplatestext', 'unusedtemplateswlh', ), - 'randomincategory' => array( + 'randompages' => array( + 'randompage', + 'randompage-nopages', + 'randompage-url', 'randomincategory', + 'randomincategory-toolbox', 'randomincategory-nocategory', 'randomincategory-label', 'randomincategory-submit', @@ -1033,9 +1037,6 @@ $wgMessageStructure = array( 'allpages-summary', 'prefixindex', 'prefixindex-summary', - 'randompage', - 'randompage-nopages', - 'randompage-url', 'shortpages', 'shortpages-summary', 'longpages', @@ -2298,6 +2299,7 @@ XHTML id names.", 'unwatchedpages' => 'Unwatched pages', 'listredirects' => 'List redirects', 'unusedtemplates' => 'Unused templates', + 'randompages' => 'Random pages', 'randomredirect' => 'Random redirect', 'statistics' => 'Statistics', 'disambiguations' => '',