r72615 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72614‎ | r72615 | r72616 >
Date:22:36, 8 September 2010
Author:bharris
Status:ok
Tags:
Comment:
better explanation in qqq about stale messages
Modified paths:
  • /trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php
@@ -27,13 +27,12 @@
2828 # This special page doesn't exist yet, but it will soon.
2929 'articleassessment-featurefeedback' => 'Give us [[Special:Article Assessment Feedback|feedback]] about this feature.',
3030 'articleassessment-noratings' => '$1 ($2 {{PLURAL:$2|rating|ratings}})',
 31+ # 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.
3132 'articleassessment-stalemessage-revisioncount' => "This article has been ''revised'' '''$1 times''' since you last reviewed it. You may wish to re-rate it.",
3233 'articleassessment-stalemessage-greaterthancount' => "This article has been ''revised'' more than $1 times since you last reviewed it. You may wish to re-rate it.",
33 -
34 - # FIXME: Message seems unused. Please check.
3534 'articleassessment-stalemessage-norevisioncount' => "This article has been ''revised'' since you last reviewed it. You may wish to re-rate it.",
3635
37 - # FIXME: Invalid links
 36+ # Links get rewritten in javascript.
3837 'articleassessment-results-show' => "(Results hidden. [[|Show]] them.)",
3938 'articleassessment-results-hide' => "([[|Hide Results]])",
4039 );
@@ -61,9 +60,10 @@
6261 'articleassessment-thanks' => 'The message to display when the user has successfully submitted a rating.',
6362 'articleassessment-featurefeedback' => 'This is a call to action link for users to provide feedback about the feature. It takes them to a survey.',
6463 'articleassessment-noratings' => 'This indicates the number of ratings that the article has received.',
 64+ # 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.
6565 'articleassessment-stalemessage-revisioncount' => 'This is a message shown to the user when their ratings are "stale" and includes the number of revisions since.',
6666 '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.',
67 - '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 included for completeness, in case revision counts need to be turned off.',
 67+ '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.',
6868 'articleassessment-results-show' => 'This is an explanatory control that, when clicked, will display hidden aggregate ratings.',
6969 'articleassessment-results-hide' => 'This is a control that, when clicked, will hide the aggregate ratings.',
7070 );

Status & tagging log