Formatting of messages and message files. No content changes.

This commit is contained in:
Siebrand Mazeland 2008-03-21 23:44:24 +00:00
parent db8e335dde
commit fb6bdb9e6e

View file

@ -19,14 +19,18 @@ $messages['en'] = array(
#for Special:Preferences
'gadgets-prefs' => 'Gadgets',
'gadgets-prefstext' => 'Below is a list of special gadgets you can enable for your account. These gadgets are mostly based on JavaScript, so JavaScript has to be enabled in your browser for them to work. Note that these gadgets will have no effect on this preferences page.
'gadgets-prefstext' => 'Below is a list of special gadgets you can enable for your account.
These gadgets are mostly based on JavaScript, so JavaScript has to be enabled in your browser for them to work.
Note that these gadgets will have no effect on this preferences page.
Also note that these special gadgets are not part of the MediaWiki software, and are usually developed and maintained by users on your local wiki. Local administrators can edit available gadgets using [[MediaWiki:Gadgets-definition]] and [[Special:Gadgets]].',
Also note that these special gadgets are not part of the MediaWiki software, and are usually developed and maintained by users on your local wiki.
Local administrators can edit available gadgets using [[MediaWiki:Gadgets-definition]] and [[Special:Gadgets]].',
#for Special:Gadgets
'gadgets' => 'Gadgets',
'gadgets-title' => 'Gadgets',
'gadgets-pagetext' => "Below is a list of special gadgets users can enable on their preferences page, as defined by [[MediaWiki:Gadgets-definition]]. This overview provides easy access to the system message pages that define each gadget's description and code.",
'gadgets-pagetext' => "Below is a list of special gadgets users can enable on their preferences page, as defined by [[MediaWiki:Gadgets-definition]].
This overview provides easy access to the system message pages that define each gadget's description and code.",
'gadgets-uses' => 'Uses',
);