From: Jens Frank Date: Sun, 13 Mar 2005 09:03:58 +0000 (+0000) Subject: BUG 1653 - Removing hardcoded messages in Special:Allmessages X-Git-Tag: 1.5.0alpha1~633 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=22dcfac79318ca947c5e62e53fefd194ddbd5edc;p=lhc%2Fweb%2Fwiklou.git BUG 1653 - Removing hardcoded messages in Special:Allmessages --- diff --git a/includes/SpecialAllmessages.php b/includes/SpecialAllmessages.php index 21085bc3de..fa7e0b380b 100644 --- a/includes/SpecialAllmessages.php +++ b/includes/SpecialAllmessages.php @@ -100,9 +100,9 @@ function makeHTMLText( $messages ) { - - - + + + "; wfProfileIn( "$fname-check" ); diff --git a/languages/Language.php b/languages/Language.php index dd38d22bf2..51c3725043 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1555,6 +1555,9 @@ article [[Train]]. # Namespace 8 related 'allmessages' => 'All system messages', +'allmessagesname' => 'Name', +'allmessagesdefault' => 'Default text', +'allmessagescurrent' => 'Current text', 'allmessagestext' => 'This is a list of all system messages available in the MediaWiki: namespace.', 'allmessagesnotsupportedUI' => 'Your current interface language $1 is not supported by Special:AllMessages at this site. ', 'allmessagesnotsupportedDB' => 'Special:AllMessages not supported because wgUseDatabaseMessages is off.',
NameDefault textCurrent text" . wfMsg('allmessagesname') . "" . wfMsg('allmessagesdefault') . "" . wfMsg('allmessagescurrent') . "