From 64202ed04b2972d5b2afc5e0b7d01dc6a87511e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 3 May 2005 18:48:59 +0000 Subject: [PATCH] * Removed msg:allpagesformtext and msg:contributionsformtext, obsolete. * Added msg:allpagesfrom for Special:Allpages * Added msg:namespace and msg:invert for all the namespace selection boxes. --- languages/Language.php | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index abfe818946..0ad05a3758 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1184,21 +1184,7 @@ You can narrow down the view by selecting a log type, the user name, or the affe # Special:Allpages 'nextpage' => 'Next page ($1)', -'allpagesformtext' => ' - - - - - - - - - - - - - -
Display pages starting at:$1
Namespace:$2 $3
$4Invert
', +'allpagesfrom' => 'Display pages starting at:', 'allarticles' => 'All articles', 'allnonarticles' => 'All non-articles', 'allinnamespace' => 'All pages ($1 namespace)', @@ -1385,22 +1371,15 @@ will not be automatically replaced.', 'undeletedtext' => "[[$1]] has been successfully restored. See [[Special:Log/delete]] for a record of recent deletions and restorations.", +# Namespace form on various pages +'namespace' => 'Namespace:', +'invert' => 'Invert', + # Contributions # 'contributions' => 'User contributions', 'mycontris' => 'My contributions', 'contribsub' => "For $1", -'contributionsformtext' => ' - - - - - - - - - -
Namespace:$1 $2
$3Invert
', 'nocontribs' => 'No changes were found matching these criteria.', 'ucnote' => "Below are this user's last $1 changes in the last $2 days.", 'uclinks' => "View the last $1 changes; view the last $2 days.", -- 2.20.1