From: Ævar Arnfjörð Bjarmason Date: Tue, 3 May 2005 18:48:59 +0000 (+0000) Subject: * Removed msg:allpagesformtext and msg:contributionsformtext, obsolete. X-Git-Tag: 1.5.0alpha2~329 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=64202ed04b2972d5b2afc5e0b7d01dc6a87511e1;p=lhc%2Fweb%2Fwiklou.git * 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. --- 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.",