Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -49,6 +49,8 @@ |
50 | 50 | |
51 | 51 | Approved Revs |
52 | 52 | |
| 53 | +Article Assessment Pilot |
| 54 | + |
53 | 55 | Article To Category 2 |
54 | 56 | |
55 | 57 | Asksql |
Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.i18n.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | 'articleassessment' => 'Article assessment', |
12 | 12 | 'articleassessment-desc' => 'Article assessment pilot version', |
13 | 13 | '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.', |
15 | 15 | 'articleassessment-submit' => 'Submit', |
16 | 16 | 'articleassessment-rating-wellsourced' => 'Well-Sourced:', |
17 | 17 | 'articleassessment-rating-neutrality' => 'Neutral:', |
— | — | @@ -21,20 +21,24 @@ |
22 | 22 | 'articleassessment-rating-completeness-tooltip' => 'Do you feel that this article covers the essential topic areas that it should?', |
23 | 23 | 'articleassessment-rating-readability-tooltip' => 'Do you feel that this article is well-organized and well written?', |
24 | 24 | '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.', |
26 | 27 | 'articleassessment-thanks' => 'Thanks! Your ratings have been saved.', |
27 | 28 | |
28 | 29 | # This special page doesn't exist yet, but it will soon. |
29 | 30 | 'articleassessment-featurefeedback' => 'Give us [[Special:Article Assessment Feedback|feedback]] about this feature.', |
30 | 31 | 'articleassessment-noratings' => '$1 ($2 {{PLURAL:$2|rating|ratings}})', |
31 | 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. |
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.", |
35 | 39 | |
36 | 40 | # Links get rewritten in javascript. |
37 | 41 | 'articleassessment-results-show' => "(Results hidden. [[|Show]] them.)", |
38 | | - 'articleassessment-results-hide' => "([[|Hide Results]])", |
| 42 | + 'articleassessment-results-hide' => "([[|Hide results]])", |
39 | 43 | ); |
40 | 44 | |
41 | 45 | /** Message documentation (Message documentation) |
— | — | @@ -42,8 +46,10 @@ |
43 | 47 | * @author Brandon Harris |
44 | 48 | */ |
45 | 49 | $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}}', |
48 | 54 | 'articleassessment-yourfeedback' => 'This is a box or section header. It indicates that the contents of the box are personal to the user.', |
49 | 55 | 'articleassessment-pleaserate' => 'This is a call to action for the user to provide their ratings about the page.', |
50 | 56 | 'articleassessment-submit' => 'This is for when the user submits their ratings to the server.', |
— | — | @@ -64,6 +70,9 @@ |
65 | 71 | 'articleassessment-stalemessage-revisioncount' => 'This is a message shown to the user when their ratings are "stale" and includes the number of revisions since.', |
66 | 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.', |
67 | 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.', |
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.', |
70 | 78 | ); |
| 79 | + |