From: Rob Church Date: Fri, 9 Jun 2006 15:28:48 +0000 (+0000) Subject: Remove a number of needless {{ns:project}}-type transforms from messages files. These... X-Git-Tag: 1.31.0-rc.0~56823 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=8ad4f3bd0716c0426ee7ead2f715404dea5f1004;p=lhc%2Fweb%2Fwiklou.git Remove a number of needless {{ns:project}}-type transforms from messages files. These usages already have separate label text. Such transforms are wasteful on each page view. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e4caaf459d..492d28027f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -462,7 +462,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 5945) Introduce {{CONTENTLANGUAGE}} magic word * {{PLURAL}} can now take up to five forms * (bug 6243) Fix email for usernames containing dots when using PEAR::Mail - +* Remove a number of needless {{ns:project}}-type transforms from messages files. These + usages already have separate label text. Such transforms are wasteful on each page view. == Compatibility == diff --git a/languages/Messages.php b/languages/Messages.php index ec3ba6292e..ec7e595cd2 100644 --- a/languages/Messages.php +++ b/languages/Messages.php @@ -127,19 +127,19 @@ parent class in order maintain consistency across languages. * [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]", 'portal' => 'Community portal', -'portal-url' => '{{ns:project}}:Community Portal', +'portal-url' => 'Project:Community Portal', 'about' => 'About', 'aboutsite' => 'About {{SITENAME}}', -'aboutpage' => '{{ns:project}}:About', +'aboutpage' => 'Project:About', 'article' => 'Content page', 'help' => 'Help', 'helppage' => 'Help:Contents', 'bugreports' => 'Bug reports', -'bugreportspage' => '{{ns:project}}:Bug_reports', +'bugreportspage' => 'Project:Bug_reports', 'sitesupport' => 'Donations', -'sitesupport-url' => '{{ns:project}}:Site support', +'sitesupport-url' => 'Project:Site support', 'faq' => 'FAQ', -'faqpage' => '{{ns:project}}:FAQ', +'faqpage' => 'Project:FAQ', 'edithelp' => 'Editing help', 'newwindow' => '(opens in new window)', 'edithelppage' => 'Help:Editing', @@ -164,9 +164,9 @@ parent class in order maintain consistency across languages. 'currentevents-url' => 'Current events', 'disclaimers' => 'Disclaimers', -'disclaimerpage' => '{{ns:project}}:General_disclaimer', +'disclaimerpage' => 'Project:General_disclaimer', 'privacy' => 'Privacy policy', -'privacypage' => '{{ns:project}}:Privacy_policy', +'privacypage' => 'Project:Privacy_policy', 'errorpagetitle' => 'Error', 'returnto' => 'Return to $1.', 'tagline' => 'From {{SITENAME}}', @@ -821,7 +821,7 @@ To include the image in a page, use a link in the form 'fileuploadsummary' => 'Summary:', 'filestatus' => 'Copyright status', 'filesource' => 'Source', -'copyrightpage' => "{{ns:project}}:Copyrights", +'copyrightpage' => "Project:Copyrights", 'copyrightpagename' => "{{SITENAME}} copyright", 'uploadedfiles' => 'Uploaded files', 'ignorewarning' => 'Ignore warning and save file anyway.',