* Message style updates (by Jon Harald Søby)

This commit is contained in:
Siebrand Mazeland 2008-03-25 14:07:58 +00:00
parent eb12bbadc4
commit f506fc4f66

View file

@ -9,16 +9,16 @@
$messages = array(); $messages = array();
$messages['en'] = array( $messages['en'] = array(
'contributionscores' => 'Contribution Scores', 'contributionscores' => 'Contribution scores',
'contributionscores-desc' => 'Polls wiki database for highest [[Special:ContributionScores|user contribution volume]]', 'contributionscores-desc' => 'Polls wiki database for highest [[Special:ContributionScores|user contribution volume]]',
'contributionscores-info' => "Scores are calculated as follows: 'contributionscores-info' => "Scores are calculated as follows:
*One (1) point for each unique page edited *One (1) point for each unique page edited
*Square Root of (Total Edits Made) - (Total Unique Pages) * 2 *Square root of (total edits made) - (total unique pages edited) * 2
Scores calculated in this manner weight edit diversity over edit volume. Scores calculated in this manner weight edit diversity over edit volume.
Basically, this score measures primarily unique pages edited, with consideration for high edit volume - assumed to be a higher quality page.", Basically, this score measures primarily unique pages edited, with consideration for high edit volume - assumed to be a higher quality page.",
'contributionscores-top' => '(Top $1)', 'contributionscores-top' => '(Top $1)',
'contributionscores-days' => 'Last $1 Days', 'contributionscores-days' => 'Last $1 days',
'contributionscores-allrevisions' => 'All Revisions', 'contributionscores-allrevisions' => 'All revisions',
'contributionscores-score' => 'Score', 'contributionscores-score' => 'Score',
'contributionscores-pages' => 'Pages', 'contributionscores-pages' => 'Pages',
'contributionscores-changes' => 'Changes', 'contributionscores-changes' => 'Changes',