r72863 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72862‎ | r72863 | r72864 >
Date:15:07, 12 September 2010
Author:raymond
Status:ok
Tags:
Comment:
Tweak messages a bit for consistency
Add extension to Translatewiki.
Modified paths:
  • /trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -49,6 +49,8 @@
5050
5151 Approved Revs
5252
 53+Article Assessment Pilot
 54+
5355 Article To Category 2
5456
5557 Asksql
Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php
@@ -10,7 +10,7 @@
1111 'articleassessment' => 'Article assessment',
1212 'articleassessment-desc' => 'Article assessment pilot version',
1313 'articleassessment-yourfeedback' => 'Your feedback',
14 - 'articleassessment-pleaserate' => "Please take a moment to rate this page below.",
 14+ 'articleassessment-pleaserate' => 'Please take a moment to rate this page below.',
1515 'articleassessment-submit' => 'Submit',
1616 'articleassessment-rating-wellsourced' => 'Well-Sourced:',
1717 'articleassessment-rating-neutrality' => 'Neutral:',
@@ -21,20 +21,24 @@
2222 'articleassessment-rating-completeness-tooltip' => 'Do you feel that this article covers the essential topic areas that it should?',
2323 'articleassessment-rating-readability-tooltip' => 'Do you feel that this article is well-organized and well written?',
2424 'articleassessment-articlerating' => 'Article rating',
25 - 'articleassessment-error' => "We're sorry! An error has occurred. Please try again later.",
 25+ 'articleassessment-error' => 'An error has occurred.
 26+Please try again later.',
2627 'articleassessment-thanks' => 'Thanks! Your ratings have been saved.',
2728
2829 # This special page doesn't exist yet, but it will soon.
2930 'articleassessment-featurefeedback' => 'Give us [[Special:Article Assessment Feedback|feedback]] about this feature.',
3031 'articleassessment-noratings' => '$1 ($2 {{PLURAL:$2|rating|ratings}})',
3132 # Some of these messages are unused in the code as it is but may be in the future depending on performance. They should still be translated.
32 - 'articleassessment-stalemessage-revisioncount' => "This article has been ''revised'' '''$1 times''' since you last reviewed it. You may wish to re-rate it.",
33 - 'articleassessment-stalemessage-greaterthancount' => "This article has been ''revised'' more than $1 times since you last reviewed it. You may wish to re-rate it.",
34 - 'articleassessment-stalemessage-norevisioncount' => "This article has been ''revised'' since you last reviewed it. You may wish to re-rate it.",
 33+ 'articleassessment-stalemessage-revisioncount' => "This article has been ''revised'' '''$1 times''' since you last reviewed it.
 34+You may wish to re-rate it.",
 35+ 'articleassessment-stalemessage-greaterthancount' => "This article has been ''revised'' more than $1 times since you last reviewed it.
 36+You may wish to re-rate it.",
 37+ 'articleassessment-stalemessage-norevisioncount' => "This article has been ''revised'' since you last reviewed it.
 38+You may wish to re-rate it.",
3539
3640 # Links get rewritten in javascript.
3741 'articleassessment-results-show' => "(Results hidden. [[|Show]] them.)",
38 - 'articleassessment-results-hide' => "([[|Hide Results]])",
 42+ 'articleassessment-results-hide' => "([[|Hide results]])",
3943 );
4044
4145 /** Message documentation (Message documentation)
@@ -42,8 +46,10 @@
4347 * @author Brandon Harris
4448 */
4549 $messages['qqq'] = array(
46 - 'articleassessment' => 'The title of the feature. It is about reader feedback.',
47 - 'articleassessment-desc' => 'A description of the purpose of this feature',
 50+ 'articleassessment' => 'The title of the feature. It is about reader feedback.
 51+
 52+Please visit http://prototype.wikimedia.org/articleassess/Main_Page for a prototype installation.',
 53+ 'articleassessment-desc' => '{{desc}}',
4854 'articleassessment-yourfeedback' => 'This is a box or section header. It indicates that the contents of the box are personal to the user.',
4955 'articleassessment-pleaserate' => 'This is a call to action for the user to provide their ratings about the page.',
5056 'articleassessment-submit' => 'This is for when the user submits their ratings to the server.',
@@ -64,6 +70,9 @@
6571 'articleassessment-stalemessage-revisioncount' => 'This is a message shown to the user when their ratings are "stale" and includes the number of revisions since.',
6672 'articleassessment-stalemessage-greaterthancount' => 'This is a message shown to the user when their ratings are "stale". It allows for not looking up the total number of revisions.',
6773 'articleassessment-stalemessage-norevisioncount' => 'This is a message shown to the user when their ratings are "stale" and does NOT include the number of revisions. This is an ambiguous reason, and allows for us to have complicated staleness patterns. This is the preferred message.',
68 - 'articleassessment-results-show' => 'This is an explanatory control that, when clicked, will display hidden aggregate ratings.',
69 - 'articleassessment-results-hide' => 'This is a control that, when clicked, will hide the aggregate ratings.',
 74+ 'articleassessment-results-show' => 'This is an explanatory control that, when clicked, will display hidden aggregate ratings.
 75+The incomplete looking wikilinks get rewritten in javascript.',
 76+ 'articleassessment-results-hide' => 'This is a control that, when clicked, will hide the aggregate ratings.
 77+The incomplete looking wikilinks get rewritten in javascript.',
7078 );
 79+

Status & tagging log