Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php |
— | — | @@ -17,7 +17,8 @@ |
18 | 18 | * @author John Du Hart |
19 | 19 | */ |
20 | 20 | $messages['en'] = array( |
21 | | - // CTA translations |
| 21 | + |
| 22 | + /* CTAs */ |
22 | 23 | 'articlefeedbackv5-cta-thanks' => 'Thanks!', |
23 | 24 | 'articlefeedbackv5-cta-confirmation-followup' => 'Your feedback has been saved.', |
24 | 25 | 'articlefeedbackv5-cta1-confirmation-title' => 'Did you know that you can edit this page?', |
— | — | @@ -32,7 +33,7 @@ |
33 | 34 | 'articlefeedbackv5-cta3-confirmation-call' => 'It only takes a minute and will help improve Wikipedia.', |
34 | 35 | 'articlefeedbackv5-cta3-button-text' => 'Start the survey', |
35 | 36 | |
36 | | - // error messages |
| 37 | + /* Error Messages */ |
37 | 38 | 'articlefeedbackv5-error' => 'An error has occured. Please try again later.', |
38 | 39 | 'articlefeedbackv5-page-disabled' => 'Article Feedback page not enabled for this article.', |
39 | 40 | 'articlefeedbackv5-error-email' => 'That e-mail address is not valid.', |
— | — | @@ -46,8 +47,7 @@ |
47 | 48 | 'articlefeedbackv5-error-nofeedback' => 'Please enter your feedback.', |
48 | 49 | 'articlefeedbackv5-error-flagging' => 'Error flagging feedback.', |
49 | 50 | |
50 | | - // Article Feedback special page. |
51 | | - 'articlefeedbackv5-error-loading-feedback' => 'Error loading article feedback.', |
| 51 | + /* Special Page */ |
52 | 52 | 'articlefeedbackv5-form-tools-label' => 'Tools', |
53 | 53 | 'articlefeedbackv5-form-helpful-label' => 'Is this feedback helpful?', |
54 | 54 | 'articlefeedbackv5-form-helpful-yes-label' => 'Yes', |
— | — | @@ -77,7 +77,6 @@ |
78 | 78 | 'articlefeedbackv5-updates-since' => '{{PLURAL:$1|1 edit|$1 edits}} since post', |
79 | 79 | 'articlefeedbackv5-special-more' => 'Show more posts', |
80 | 80 | 'articlefeedbackv5-special-pagetitle' => 'Feedback: $1', |
81 | | - |
82 | 81 | 'articlefeedbackv5-form-optionid' => 'Option $1', |
83 | 82 | 'articlefeedbackv5-hidden' => 'Hidden', |
84 | 83 | 'articlefeedbackv5-form-hide' => 'Hide this post ($1)', |
— | — | @@ -121,6 +120,18 @@ |
122 | 121 | 'articlefeedbackv5-special-title' => '==Feedback==', |
123 | 122 | 'articlefeedbackv5' => 'Article feedback dashboard', |
124 | 123 | 'articlefeedbackv5-desc' => 'Article feedback', |
| 124 | + 'articleFeedbackv5-table-caption-dailyhighsandlows' => 'Today\'s highs and lows', |
| 125 | + 'articleFeedbackv5-table-caption-dailyhighs' => 'Pages with highest ratings: $1', |
| 126 | + 'articleFeedbackv5-table-caption-dailylows' => 'Pages with lowest ratings: $1', |
| 127 | + 'articleFeedbackv5-table-caption-weeklymostchanged' => 'This week\'s most changed', |
| 128 | + 'articleFeedbackv5-table-caption-recentlows' => 'Recent lows', |
| 129 | + 'articleFeedbackv5-table-heading-page' => 'Page', |
| 130 | + 'articleFeedbackv5-table-heading-average' => 'Average', |
| 131 | + 'articlefeedbackv5-table-noratings' => '-', |
| 132 | + 'articleFeedbackv5-copy-above-highlow-tables' => 'This is an experimental feature. Please provide feedback on the [$1 discussion page].', |
| 133 | + 'articlefeedbackv5-dashboard-bottom' => "'''Note''': We will continue to experiment with different ways of surfacing pages in these dashboards. At present, the dashboards include the following pages: |
| 134 | +* Pages with highest/lowest ratings: pages that have received at least 10 ratings within the last 24 hours. Averages are calculated by taking the mean of all ratings submitted within the last 24 hours. |
| 135 | +* Recent lows: pages that got 70% or more low (2 stars or lower) ratings in any category in the last 24 hours. Only pages that have received at least 10 ratings in the last 24 hours are included.", |
125 | 136 | |
126 | 137 | /* Feedback forms */ |
127 | 138 | /* Option 1 ("Did you find what you were looking for?") */ |
— | — | @@ -133,6 +144,7 @@ |
134 | 145 | 'articlefeedbackv5-bucket1-question-comment-yes' => 'What was most useful to you? How could this page be improved?', |
135 | 146 | 'articlefeedbackv5-bucket1-question-comment-no' => 'What\'s missing? Any suggestions for improvement?', |
136 | 147 | 'articlefeedbackv5-bucket1-form-submit' => 'Post your feedback', |
| 148 | + |
137 | 149 | /* Option 2 (getsatisfaction style) */ |
138 | 150 | 'articlefeedbackv5-bucket2-title' => 'Help improve this page', |
139 | 151 | 'articlefeedbackv5-bucket2-suggestion-label' => 'Suggestion', |
— | — | @@ -144,6 +156,7 @@ |
145 | 157 | 'articlefeedbackv5-bucket2-problem-comment-default' => 'Report a problem. How can this page be improved?', |
146 | 158 | 'articlefeedbackv5-bucket2-praise-comment-default' => 'What do you like most? Share your praise with the editors.', |
147 | 159 | 'articlefeedbackv5-bucket2-form-submit' => 'Post your feedback', |
| 160 | + |
148 | 161 | /* Option 3 (single rating) */ |
149 | 162 | 'articlefeedbackv5-bucket3-title' => 'Help improve this page', |
150 | 163 | 'articlefeedbackv5-bucket3-rating-question' => 'Is this page helpful?', |
— | — | @@ -155,6 +168,7 @@ |
156 | 169 | 'articlefeedbackv5-bucket3-clear-rating' => 'Remove this rating', |
157 | 170 | 'articlefeedbackv5-bucket3-comment-default' => 'Add a comment. How can this page be improved?', |
158 | 171 | 'articlefeedbackv5-bucket3-form-submit' => 'Post your feedback', |
| 172 | + |
159 | 173 | /* Option 4 (just a big glossy edit button and some teaser text) */ |
160 | 174 | 'articlefeedbackv5-bucket4-title' => 'Help improve this page', |
161 | 175 | 'articlefeedbackv5-bucket4-subhead' => 'Did you know that you can edit this page?', |
— | — | @@ -163,6 +177,7 @@ |
164 | 178 | 'articlefeedbackv5-bucket4-learn-to-edit' => 'Learn how to edit', |
165 | 179 | 'articlefeedbackv5-bucket4-form-submit' => 'Edit this page', |
166 | 180 | 'articlefeedbackv5-bucket4-help-tooltip-info' => 'Wikipedia wants to know what you think. Help improve this page by becoming an editor.', |
| 181 | + |
167 | 182 | /* Option 5 (just like AFTv4, but ported to work with v5) */ |
168 | 183 | 'articlefeedbackv5-bucket5-form-switch-label' => 'Rate this page', |
169 | 184 | 'articlefeedbackv5-bucket5-form-panel-title' => 'Rate this page', |
— | — | @@ -217,7 +232,8 @@ |
218 | 233 | 'articlefeedbackv5-bucket5-wellwritten-tooltip-4' => 'Good clarity', |
219 | 234 | 'articlefeedbackv5-bucket5-wellwritten-tooltip-5' => 'Exceptional clarity', |
220 | 235 | 'articlefeedbackv5-bucket5-toolbox-linktext' => 'Rate this page', |
221 | | - /* Messages shared by all displays */ |
| 236 | + |
| 237 | + /* Messages shared by all feedback form options */ |
222 | 238 | 'articlefeedbackv5-shared-on-feedback' => 'Your comment will be shared on this $1.', |
223 | 239 | 'articlefeedbackv5-shared-on-feedback-linktext' => 'feedback page', |
224 | 240 | 'articlefeedbackv5-help-tooltip-title' => 'What\'s this?', |
— | — | @@ -234,58 +250,12 @@ |
235 | 251 | 'articlefeedbackv5-section-linktext' => 'feedback', |
236 | 252 | 'articlefeedbackv5-toolbox-linktext' => 'Improve this page', |
237 | 253 | |
238 | | - /* --- copied from AFTv4 and possibly not used --- */ |
239 | | - // FIXME: Can we get clarity on this? Translators may be wasting their time here (!!!) |
240 | | - /* ArticleFeedback survey */ |
241 | | - 'articlefeedbackv5-survey-question-origin' => 'What page were you on when you started this survey?', |
242 | | - 'articlefeedbackv5-survey-question-whyrated' => 'Please let us know why you rated this page today (check all that apply):', |
243 | | - 'articlefeedbackv5-survey-answer-whyrated-contribute-rating' => 'I wanted to contribute to the overall rating of the page', |
244 | | - 'articlefeedbackv5-survey-answer-whyrated-development' => 'I hope that my rating would positively affect the development of the page', |
245 | | - 'articlefeedbackv5-survey-answer-whyrated-contribute-wiki' => 'I wanted to contribute to {{SITENAME}}', |
246 | | - 'articlefeedbackv5-survey-answer-whyrated-sharing-opinion' => 'I like sharing my opinion', |
247 | | - 'articlefeedbackv5-survey-answer-whyrated-didntrate' => "I didn't provide ratings today, but wanted to give feedback on the feature", |
248 | | - 'articlefeedbackv5-survey-answer-whyrated-other' => 'Other', |
249 | | - 'articlefeedbackv5-survey-question-useful' => 'Do you believe the ratings provided are useful and clear?', |
250 | | - 'articlefeedbackv5-survey-question-useful-iffalse' => 'Why?', |
251 | | - 'articlefeedbackv5-survey-question-comments' => 'Do you have any additional comments?', |
252 | | - 'articlefeedbackv5-survey-submit' => 'Submit', |
253 | | - 'articlefeedbackv5-survey-title' => 'Please answer a few questions', |
254 | | - 'articlefeedbackv5-survey-thanks' => 'Thanks for filling out the survey.', |
255 | | - 'articlefeedbackv5-survey-disclaimer' => 'By submitting, you agree to transparency under these $1.', |
256 | | - 'articlefeedbackv5-survey-disclaimerlink' => 'terms', |
257 | | - /* ext.articleFeedbackv5 and jquery.articleFeedbackv5 */ |
258 | | - 'articlefeedbackv5-pitch-reject' => 'Maybe later', |
259 | | - 'articlefeedbackv5-pitch-or' => 'or', |
260 | | - 'articlefeedbackv5-pitch-thanks' => 'Thanks! Your ratings have been saved.', |
261 | | - 'articlefeedbackv5-pitch-survey-message' => 'Please take a moment to complete a short survey.', |
262 | | - 'articlefeedbackv5-pitch-survey-body' => '', |
263 | | - 'articlefeedbackv5-pitch-survey-accept' => 'Start survey', |
264 | | - 'articlefeedbackv5-pitch-join-message' => 'Did you want to create an account?', |
265 | | - 'articlefeedbackv5-pitch-join-body' => 'An account will help you track your edits, get involved in discussions, and be a part of the community.', |
266 | | - 'articlefeedbackv5-pitch-join-accept' => 'Create an account', |
267 | | - 'articlefeedbackv5-pitch-join-login' => 'Log in', |
268 | | - 'articlefeedbackv5-pitch-edit-message' => 'Did you know that you can edit this page?', |
269 | | - 'articlefeedbackv5-pitch-edit-body' => '', |
270 | | - 'articlefeedbackv5-pitch-edit-accept' => 'Edit this page', |
271 | | - 'articlefeedbackv5-survey-message-success' => 'Thanks for filling out the survey.', |
272 | | - 'articlefeedbackv5-survey-message-error' => 'An error has occurred. |
273 | | -Please try again later.', |
| 254 | + /* Not sure */ |
274 | 255 | 'articlefeedbackv5-privacyurl' => '//wikimediafoundation.org/wiki/Feedback_privacy_statement', |
275 | | - /* Special:ArticleFeedback */ |
276 | | - 'articleFeedbackv5-table-caption-dailyhighsandlows' => 'Today\'s highs and lows', |
277 | | - 'articleFeedbackv5-table-caption-dailyhighs' => 'Pages with highest ratings: $1', |
278 | | - 'articleFeedbackv5-table-caption-dailylows' => 'Pages with lowest ratings: $1', |
279 | | - 'articleFeedbackv5-table-caption-weeklymostchanged' => 'This week\'s most changed', |
280 | | - 'articleFeedbackv5-table-caption-recentlows' => 'Recent lows', |
281 | | - 'articleFeedbackv5-table-heading-page' => 'Page', |
282 | | - 'articleFeedbackv5-table-heading-average' => 'Average', |
283 | | - 'articlefeedbackv5-table-noratings' => '-', |
284 | | - 'articleFeedbackv5-copy-above-highlow-tables' => 'This is an experimental feature. Please provide feedback on the [$1 discussion page].', |
285 | | - 'articlefeedbackv5-dashboard-bottom' => "'''Note''': We will continue to experiment with different ways of surfacing pages in these dashboards. At present, the dashboards include the following pages: |
286 | | -* Pages with highest/lowest ratings: pages that have received at least 10 ratings within the last 24 hours. Averages are calculated by taking the mean of all ratings submitted within the last 24 hours. |
287 | | -* Recent lows: pages that got 70% or more low (2 stars or lower) ratings in any category in the last 24 hours. Only pages that have received at least 10 ratings in the last 24 hours are included.", |
| 256 | + |
288 | 257 | /* Special:Preferences */ |
289 | 258 | 'articlefeedbackv5-disable-preference' => "Don't show the Article feedback widget on pages", |
| 259 | + |
290 | 260 | /* EmailCapture */ |
291 | 261 | 'articlefeedbackv5-emailcapture-response-body' => 'Hello! |
292 | 262 | |
— | — | @@ -309,6 +279,7 @@ |
310 | 280 | |
311 | 281 | Best wishes, and thank you, |
312 | 282 | The {{SITENAME}} team', |
| 283 | + |
313 | 284 | ); |
314 | 285 | |
315 | 286 | /** Message documentation (Message documentation) |
— | — | @@ -328,6 +299,8 @@ |
329 | 300 | * @author Yekrats |
330 | 301 | */ |
331 | 302 | $messages['qqq'] = array( |
| 303 | + |
| 304 | + /* CTAs */ |
332 | 305 | 'articlefeedbackv5-cta-thanks' => 'The bolded part of the message that appears at the top of every CTA', |
333 | 306 | 'articlefeedbackv5-cta-confirmation-followup' => 'The non-bolded part of the message that appears at the top of every CTA', |
334 | 307 | 'articlefeedbackv5-cta1-confirmation-title' => 'The title of the edit CTA', |
— | — | @@ -341,11 +314,16 @@ |
342 | 315 | 'articlefeedbackv5-cta3-confirmation-title' => 'The title of the survey CTA', |
343 | 316 | 'articlefeedbackv5-cta3-confirmation-call' => 'The explanatory text of the survey CTA', |
344 | 317 | 'articlefeedbackv5-cta3-button-text' => 'The text for the button on the survey CTA', |
| 318 | + |
| 319 | + /* Error Messages */ |
345 | 320 | 'articlefeedbackv5-error' => 'This error message will be displayed in a grey box replacing the form if there was an unrecoverable error.', |
346 | 321 | 'articlefeedbackv5-error-blocked' => 'This error message will be displayed on the form if the user is blocked from submitting feedback.', |
347 | | - 'articlefeedbackv5-error-abuse' => 'This error message will be displayed above the form if the comment matched the spam or abuse filters. $1 is the link to the abuse policy.', |
348 | | - 'articlefeedbackv5-error-abuse-linktext' => 'The text for the abuse policy link.', |
| 322 | + 'articlefeedbackv5-error-abuse' => 'This error message will be displayed above the form if the comment matched the spam or abuse filters. $1 is the link to the abuse policy, the text of which is {{msg-mw|articlefeedbackv5-error-abuse-linktext}} and the url of which is {{msg-mw|articlefeedbackv5-error-abuse-link}}.', |
| 323 | + 'articlefeedbackv5-error-abuse-linktext' => 'The text for the abuse policy link within {{msg-mw|articlefeedbackv5-error-abuse}}.', |
| 324 | + 'articlefeedbackv5-error-abuse-link' => 'This will be the URL of the abuse policy (when a decision has been made regarding it). It is used to build the link in {{msg-mw|articlefeedbackv5-error-abuse}}.', |
349 | 325 | 'articlefeedbackv5-error-nofeedback' => 'This error message will be displayed above the form (but below the title) if the user has attempted to submit a blank form.', |
| 326 | + |
| 327 | + /* Special Page */ |
350 | 328 | 'articlefeedbackv5-form-tools-label' => '{{Identical|Tools}}', |
351 | 329 | 'articlefeedbackv5-form-helpful-yes-label' => '{{Identical|Yes}}', |
352 | 330 | 'articlefeedbackv5-form-helpful-no-label' => '{{Identical|No}}', |
— | — | @@ -385,10 +363,20 @@ |
386 | 364 | 'articlefeedbackv5-whats-this' => '{{Identical|Help}}', |
387 | 365 | 'articlefeedbackv5-special-title' => 'don\'t touch "== ==". |
388 | 366 | {{Identical|Feedback}}', |
| 367 | + 'articleFeedbackv5-table-heading-page' => 'This is used in the [[mw:Extension:ArticleFeedback|Article Feedback extension]]. |
| 368 | +{{Identical|Page}}', |
| 369 | + 'articleFeedbackv5-table-heading-average' => '{{Identical|Average}}', |
| 370 | + 'articlefeedbackv5-table-noratings' => '{{Optional}} |
| 371 | + |
| 372 | +Text to display in a table cell if there is no number to be shown', |
| 373 | + 'articleFeedbackv5-copy-above-highlow-tables' => 'The variable $1 will contain a full URL to a discussion page where the dashboard can be discussed - since the dashboard is powered by a special page, we can not rely on the built-in MediaWiki talk page.', |
389 | 374 | 'articlefeedbackv5' => 'The title of the feature. It is about reader feedback. |
390 | 375 | |
391 | 376 | Please visit http://prototype.wikimedia.org/articleassess/Main_Page for a prototype installation.', |
392 | 377 | 'articlefeedbackv5-desc' => '{{desc}}', |
| 378 | + |
| 379 | + /* Feedback forms */ |
| 380 | + /* Option 1 ("Did you find what you were looking for?") */ |
393 | 381 | 'articlefeedbackv5-bucket1-title' => 'This is the title of the feedback form for option 1 ("Did you find what you were looking for?" with yes/no buttons, plus a comment box)', |
394 | 382 | 'articlefeedbackv5-bucket1-question-toggle' => 'This is the question that appears before the yes/no buttons in option 1', |
395 | 383 | 'articlefeedbackv5-bucket1-toggle-found-yes' => 'The text for the yes button in option 1. |
— | — | @@ -400,6 +388,8 @@ |
401 | 389 | 'articlefeedbackv5-bucket1-question-comment-yes' => 'This is the grey default text that appears in the comment box when the yes button has been selected in option 1 {{msg-mw|Articlefeedbackv5-bucket1-question-toggle}}.', |
402 | 390 | 'articlefeedbackv5-bucket1-question-comment-no' => 'This is the grey default text that appears in the comment box when the no button has been selected in option 1 {{msg-mw|Articlefeedbackv5-bucket1-question-toggle}}.', |
403 | 391 | 'articlefeedbackv5-bucket1-form-submit' => 'This is the contents of the submit button for option 1 ("Did you find what you were looking for?" with yes/no buttons, plus a comment box)', |
| 392 | + |
| 393 | + /* Option 2 (getsatisfaction style) */ |
404 | 394 | 'articlefeedbackv5-bucket2-title' => 'This is the title of the feedback form for option 2 (a comment box that can be tagged as "Suggestion", "Question", "Praise", or "Problem")', |
405 | 395 | 'articlefeedbackv5-bucket2-suggestion-label' => 'The label for the suggestion tag', |
406 | 396 | 'articlefeedbackv5-bucket2-question-label' => 'The label for the question tag. |
— | — | @@ -411,6 +401,8 @@ |
412 | 402 | 'articlefeedbackv5-bucket2-problem-comment-default' => 'This is the grey default text that appears in the comment box when the "problem" tag has been selected in option 2.', |
413 | 403 | 'articlefeedbackv5-bucket2-praise-comment-default' => 'This is the grey default text that appears in the comment box when the "praise" tag has been selected in option 2.', |
414 | 404 | 'articlefeedbackv5-bucket2-form-submit' => 'This is the contents of the submit button for option 2 (a comment box that can be tagged as "Suggestion", "Question", "Praise", or "Problem")', |
| 405 | + |
| 406 | + /* Option 3 (single rating) */ |
415 | 407 | 'articlefeedbackv5-bucket3-title' => 'This is the title of the feedback form for option 3 (a 1-5 star rating selector and a comment box)', |
416 | 408 | 'articlefeedbackv5-bucket3-rating-question' => 'This is the question that appears before the rating stars in option 3', |
417 | 409 | 'articlefeedbackv5-bucket3-rating-tooltip-1' => 'This is the text that appears under the rating stars when you roll over star #1', |
— | — | @@ -422,6 +414,8 @@ |
423 | 415 | 'articlefeedbackv5-bucket3-clear-rating' => 'This is the tooltip that appears when you roll over the ratings-clear trash can icon', |
424 | 416 | 'articlefeedbackv5-bucket3-comment-default' => 'This is the grey default text that appears in the comment box.', |
425 | 417 | 'articlefeedbackv5-bucket3-form-submit' => 'This is the contents of the submit button for option 3 (a 1-5 star rating selector and a comment box)', |
| 418 | + |
| 419 | + /* Option 4 (just a big glossy edit button and some teaser text) */ |
426 | 420 | 'articlefeedbackv5-bucket4-title' => 'This is the title of the feedback panel for option 4 (a big button to take you to the edit page, along with some inspiring text and a link to the "Learn to Edit" page)', |
427 | 421 | 'articlefeedbackv5-bucket4-subhead' => 'A subheader to go directly under the title for option 4', |
428 | 422 | 'articlefeedbackv5-bucket4-teaser-line1' => 'The first line of the teaser text for option 4; should mention that anyone can edit pages.', |
— | — | @@ -429,26 +423,29 @@ |
430 | 424 | 'articlefeedbackv5-bucket4-learn-to-edit' => 'The text for the "Learn how to edit" link', |
431 | 425 | 'articlefeedbackv5-bucket4-form-submit' => 'The text for the big edit button', |
432 | 426 | 'articlefeedbackv5-bucket4-help-tooltip-info' => 'Overrides {{msg-mw|articlefeedbackv5-help-tooltip-info}} for option 4.', |
| 427 | + |
| 428 | + /* Option 5 (just like AFTv4, but ported to work with v5) */ |
433 | 429 | 'articlefeedbackv5-bucket5-form-panel-explanation' => '{{Identical|What is this}}', |
434 | 430 | 'articlefeedbackv5-bucket5-form-panel-explanation-link' => 'Do not translate "Project:". Also translate the "ArticleFeedback" special page name at [[Special:AdvancedTranslate]].', |
435 | 431 | 'articlefeedbackv5-bucket5-form-panel-helpimprove' => 'This message may not use <nowiki>{{SITENAME}}</nowiki>.', |
436 | | - 'articlefeedbackv5-bucket5-form-panel-helpimprove-note' => '$1 is a link pointing to the privacy policy. The link text is in the articlefeedbackv5-bucket5-form-panel-helpimprove-privacy message.', |
| 432 | + 'articlefeedbackv5-bucket5-form-panel-helpimprove-note' => '$1 is a link pointing to the privacy policy. The link text is in {{msg-mw|articlefeedbackv5-bucket5-form-panel-helpimprove-privacy}}.', |
437 | 433 | 'articlefeedbackv5-bucket5-form-panel-helpimprove-email-placeholder' => '{{Optional}}', |
438 | 434 | 'articlefeedbackv5-bucket5-form-panel-helpimprove-privacy' => '{{Identical|Privacy}}', |
439 | 435 | 'articlefeedbackv5-bucket5-report-ratings' => "Needs plural support. |
440 | 436 | This message is used in JavaScript by module 'jquery.articleFeedback'. |
441 | 437 | $1 is an integer, and the rating count.", |
442 | 438 | 'articlefeedbackv5-bucket5-toolbox-linktext' => 'When a link to pop up the feedback tool appears at the bottom of the toolbox area in the sidebar, this will be the link text. This should match AFTv4.', |
443 | | - 'articlefeedbackv5-shared-on-feedback' => 'This is the top line of the small text that goes beside the submit button and lets the user know that their comment will be posted on the feedback page. Parameters: |
444 | | -* $1 will hold the link to the feedback page.', |
445 | | - 'articlefeedbackv5-shared-on-feedback-linktext' => 'The text for the feedback page link (see "articlefeedbackv5-shared-on-feedback")', |
| 439 | + |
| 440 | + /* Messages shared by all feedback form options */ |
| 441 | + 'articlefeedbackv5-shared-on-feedback' => 'This is the top line of the small text that goes beside the submit button and lets the user know that their comment will be posted on the feedback page. $1 is the link to the abuse policy, the text of which is {{msg-mw|articlefeedbackv5-shared-on-feedback-linktext}}.', |
| 442 | + 'articlefeedbackv5-shared-on-feedback-linktext' => 'The text for the feedback page link within {{msg-mw|articlefeedbackv5-shared-on-feedback}}.', |
446 | 443 | 'articlefeedbackv5-help-tooltip-title' => 'The title for the help tooltip. |
447 | 444 | {{Identical|What is this}}', |
448 | 445 | 'articlefeedbackv5-help-tooltip-info' => 'The contents of the help tooltip', |
449 | 446 | 'articlefeedbackv5-help-tooltip-linktext' => 'The link at the bottom of the tooltip (goes to the article feedback v5 page on wikimedia for now)', |
450 | 447 | 'articlefeedbackv5-transparency-terms' => "This is the bottom line of the small text that goes beside the submit button and tells the user about the terms they're agreeing to by posting a comment. $1 will hold the link to the terms page, with the text from {{msg-mw|Articlefeedbackv5-transparency-terms-linktext}}", |
451 | | - 'articlefeedbackv5-transparency-terms-linktext' => 'The text for the terms link (see {{msg-mw|articlefeedbackv5-transparency-terms}})', |
452 | | - 'articlefeedbackv5-transparency-terms-url' => 'The URL for the terms (can be translated; defaults to Project:Privacy_policy; Do not translate "Project:")', |
| 448 | + 'articlefeedbackv5-transparency-terms-linktext' => 'The text for the transparency terms link (see {{msg-mw|articlefeedbackv5-transparency-terms}})', |
| 449 | + 'articlefeedbackv5-transparency-terms-url' => 'The URL for the transparency terms link (see {{msg-mw|articlefeedbackv5-transparency-terms}}). Can be translated; defaults to Project:Privacy_policy; Do not translate "Project:".', |
453 | 450 | 'articlefeedbackv5-sitesub-linktext' => 'When a link to pop up the feedback tool appears just below the title bar to the far left, this will be the link text.', |
454 | 451 | 'articlefeedbackv5-titlebar-linktext' => 'When a link to pop up the feedback tool appears just below the title bar to the far right, this will be the link text.', |
455 | 452 | 'articlefeedbackv5-fixedtab-linktext' => 'When a link to pop up the feedback tool appears as a fixed-positioned tab, this will be the link text', |
— | — | @@ -456,39 +453,16 @@ |
457 | 454 | 'articlefeedbackv5-section-linktext' => 'When a link to pop up the feedback tool appears on the article section headers, next to [edit], this will be the text inside the brackets immediately following (e.g. "[edit] [feedback]"). |
458 | 455 | {{Identical|Feedback}}', |
459 | 456 | 'articlefeedbackv5-toolbox-linktext' => 'When a link to pop up the feedback tool appears at the bottom of the toolbox area in the sidebar, this will be the link text.', |
460 | | - 'articlefeedbackv5-survey-question-whyrated' => 'This is a question in the survey with checkboxes for the answers. The user can check multiple answers.', |
461 | | - 'articlefeedbackv5-survey-answer-whyrated-contribute-rating' => 'This is a possible answer for the "Why did you rate this article today?" survey question.', |
462 | | - 'articlefeedbackv5-survey-answer-whyrated-development' => 'This is a possible answer for the "Why did you rate this article today?" survey question.', |
463 | | - 'articlefeedbackv5-survey-answer-whyrated-contribute-wiki' => 'This is a possible answer for the "Why did you rate this article today?" survey question.', |
464 | | - 'articlefeedbackv5-survey-answer-whyrated-sharing-opinion' => 'This is a possible answer for the "Why did you rate this article today?" survey question.', |
465 | | - 'articlefeedbackv5-survey-answer-whyrated-didntrate' => 'This is a possible answer for the "Why did you rate this article today?" survey question.', |
466 | | - 'articlefeedbackv5-survey-answer-whyrated-other' => 'This is a possible answer for the "Why did you rate this article today?" survey question. The user can check this to fill out an answer that wasn\'t provided as a checkbox. |
467 | | -{{Identical|Other}}', |
468 | | - 'articlefeedbackv5-survey-question-useful' => 'This is a question in the survey with "yes" and "no" (prefswitch-survey-true and prefswitch-survey-false) as possible answers.', |
469 | | - 'articlefeedbackv5-survey-question-useful-iffalse' => 'This question appears when the user checks "no" for the "Do you believe the ratings provided are useful and clear?" question. The user can enter their answer in a text box.', |
470 | | - 'articlefeedbackv5-survey-question-comments' => 'This is a question in the survey with a text box that the user can enter their answer in.', |
471 | | - 'articlefeedbackv5-survey-submit' => 'This is the caption for the button that submits the survey. |
472 | | -{{Identical|Submit}}', |
473 | | - 'articlefeedbackv5-survey-title' => 'This text appears in the title bar of the survey dialog.', |
474 | | - 'articlefeedbackv5-survey-thanks' => 'This text appears when the user has successfully submitted the survey.', |
475 | | - 'articlefeedbackv5-survey-disclaimer' => 'This text appears on the survey form below the comment field and above the submit button. $1 is a link pointing to the privacy policy. The link text is from {{msg-mw|articlefeedbackv5-survey-disclaimerlink}}.', |
476 | | - 'articlefeedbackv5-survey-disclaimerlink' => 'The text for the terms link (see {{msg-mw|articlefeedbackv5-survey-disclaimer}})', |
477 | | - 'articlefeedbackv5-pitch-or' => '{{Identical|Or}}', |
478 | | - 'articlefeedbackv5-pitch-join-body' => 'Based on {{msg-mw|articleFeedbackv5-pitch-join-message}}.', |
479 | | - 'articlefeedbackv5-pitch-join-accept' => '{{Identical|Create an account}}', |
480 | | - 'articlefeedbackv5-pitch-join-login' => '{{Identical|Log in}}', |
| 457 | + |
| 458 | + /* Not sure */ |
481 | 459 | 'articlefeedbackv5-privacyurl' => 'This URL can be changed to point to a translated version of the page if it exists.', |
482 | | - 'articleFeedbackv5-table-heading-page' => 'This is used in the [[mw:Extension:ArticleFeedback|Article Feedback extension]]. |
483 | | -{{Identical|Page}}', |
484 | | - 'articleFeedbackv5-table-heading-average' => '{{Identical|Average}}', |
485 | | - 'articlefeedbackv5-table-noratings' => '{{Optional}} |
486 | 460 | |
487 | | -Text to display in a table cell if there is no number to be shown', |
488 | | - 'articleFeedbackv5-copy-above-highlow-tables' => 'The variable $1 will contain a full URL to a discussion page where the dashboard can be discussed - since the dashboard is powered by a special page, we can not rely on the built-in MediaWiki talk page.', |
| 461 | + /* EmailCapture */ |
489 | 462 | 'articlefeedbackv5-emailcapture-response-body' => 'Body of an e-mail sent to a user wishing to participate in [[mw:Extension:ArticleFeedback|article feedback]] (see the extension documentation). |
490 | 463 | * <code>$1</code> – URL of the confirmation link |
491 | 464 | * <code>$2</code> – URL to type in the confirmation code manually. |
492 | 465 | * <code>$3</code> – Confirmation code for the user to type in', |
| 466 | + |
493 | 467 | ); |
494 | 468 | |
495 | 469 | /** Afrikaans (Afrikaans) |