Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | |
29 | 29 | # This special page doesn't exist yet, but it will soon. |
30 | 30 | 'articleassessment-featurefeedback' => 'Give us [[Special:Article Assessment Feedback|feedback]] about this feature.', |
31 | | - 'articleassessment-noratings' => '$1 (Total $2 ratings)', |
| 31 | + 'articleassessment-noratings' => '$1 ($2 {{PLURAL:$2|rating|ratings}})', |
32 | 32 | # 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. |
33 | 33 | 'articleassessment-stalemessage-revisioncount' => "This article has been ''revised'' '''$1 times''' since you last reviewed it. |
34 | 34 | You may wish to re-rate it.", |
— | — | @@ -65,7 +65,8 @@ |
66 | 66 | 'articleassessment-error' => 'A generic error message to display on any error.', |
67 | 67 | 'articleassessment-thanks' => 'The message to display when the user has successfully submitted a rating.', |
68 | 68 | 'articleassessment-featurefeedback' => 'This is a call to action link for users to provide feedback about the feature. It takes them to a survey.', |
69 | | - 'articleassessment-noratings' => 'This indicates the number of ratings that the article has received.', |
| 69 | + 'articleassessment-noratings' => 'This indicates the number of ratings that the article has received. |
| 70 | +Note that PLURAL does not currently work in this message but defaults to the zero; it will work properly in the near future, so keep the calls in.', |
70 | 71 | 'articleassessment-stalemessage-revisioncount' => 'This is a message shown to the user when their ratings are "stale" and includes the number of revisions since.', |
71 | 72 | '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.', |
72 | 73 | '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.', |