r72614 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72613‎ | r72614 | r72615 >
Date:22:22, 8 September 2010
Author:bharris
Status:ok
Tags:
Comment:
Added another stale message; standardized labels over noun/adjective/adverb mix.
Modified paths:
  • /trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php
@@ -13,9 +13,9 @@
1414 'articleassessment-pleaserate' => "Please take a moment to rate this page below.",
1515 'articleassessment-submit' => 'Submit',
1616 'articleassessment-rating-wellsourced' => 'Well-Sourced:',
17 - 'articleassessment-rating-neutrality' => 'Neutrality:',
18 - 'articleassessment-rating-completeness' => 'Completeness:',
19 - 'articleassessment-rating-readability' => 'Readability:',
 17+ 'articleassessment-rating-neutrality' => 'Neutral:',
 18+ 'articleassessment-rating-completeness' => 'Complete:',
 19+ 'articleassessment-rating-readability' => 'Readable:',
2020 'articleassessment-rating-wellsourced-tooltip' => 'Do you feel this article has sufficient citations and that those citations come from trustworthy sources?',
2121 'articleassessment-rating-neutrality-tooltip' => 'Do you feel that this article shows a fair representation of all perspectives on the issue?',
2222 'articleassessment-rating-completeness-tooltip' => 'Do you feel that this article covers the essential topic areas that it should?',
@@ -28,6 +28,7 @@
2929 'articleassessment-featurefeedback' => 'Give us [[Special:Article Assessment Feedback|feedback]] about this feature.',
3030 'articleassessment-noratings' => '$1 ($2 {{PLURAL:$2|rating|ratings}})',
3131 'articleassessment-stalemessage-revisioncount' => "This article has been ''revised'' '''$1 times''' since you last reviewed it. You may wish to re-rate it.",
 32+ 'articleassessment-stalemessage-greaterthancount' => "This article has been ''revised'' more than $1 times since you last reviewed it. You may wish to re-rate it.",
3233
3334 # FIXME: Message seems unused. Please check.
3435 'articleassessment-stalemessage-norevisioncount' => "This article has been ''revised'' since you last reviewed it. You may wish to re-rate it.",
@@ -61,6 +62,7 @@
6263 'articleassessment-featurefeedback' => 'This is a call to action link for users to provide feedback about the feature. It takes them to a survey.',
6364 'articleassessment-noratings' => 'This indicates the number of ratings that the article has received.',
6465 'articleassessment-stalemessage-revisioncount' => 'This is a message shown to the user when their ratings are "stale" and includes the number of revisions since.',
 66+ '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.',
6567 '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.',
6668 'articleassessment-results-show' => 'This is an explanatory control that, when clicked, will display hidden aggregate ratings.',
6769 'articleassessment-results-hide' => 'This is a control that, when clicked, will hide the aggregate ratings.',

Status & tagging log