Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php |
— | — | @@ -1,5 +1,12 @@ |
2 | | -<?php $messages = array(); |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Internationalisation file for extension ArticleFeedbackv5. |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
3 | 9 | |
| 10 | +$messages = array(); |
4 | 11 | /** English |
5 | 12 | * @author Nimish Gautam |
6 | 13 | * @author Sam Reed |
— | — | @@ -17,7 +24,7 @@ |
18 | 25 | 'articlefeedbackv5-cta1-learn-how' => 'Learn how to edit', |
19 | 26 | 'articlefeedbackv5-cta1-learn-how-url' => 'http://en.wikipedia.org/wiki/Wikipedia:Article_Feedback_Tool/Tutorial', |
20 | 27 | 'articlefeedbackv5-cta1-edit-linktext' => 'Edit this page', |
21 | | - 'articlefeedbackv5-cta2-confirmation-title' => 'Help improve Wikipedia', |
| 28 | + 'articlefeedbackv5-cta2-confirmation-title' => 'Help improve {{SITENAME}}', |
22 | 29 | 'articlefeedbackv5-cta2-confirmation-call' => 'This website is created by people like you. Can you give us a hand?', |
23 | 30 | 'articlefeedbackv5-cta2-button-text' => 'Learn more', |
24 | 31 | |
— | — | @@ -105,7 +112,7 @@ |
106 | 113 | /* Option 4 (just a big glossy edit button and some teaser text) */ |
107 | 114 | 'articlefeedbackv5-bucket4-title' => 'Help improve this page', |
108 | 115 | 'articlefeedbackv5-bucket4-subhead' => 'Did you know that you can edit this page?', |
109 | | - 'articlefeedbackv5-bucket4-teaser-line1' => 'Wikipedia works because anyone can edit its pages.', |
| 116 | + 'articlefeedbackv5-bucket4-teaser-line1' => '{{SITENAME}} works because anyone can edit its pages.', |
110 | 117 | 'articlefeedbackv5-bucket4-teaser-line2' => 'Go ahead, give it a try. Be bold!', |
111 | 118 | 'articlefeedbackv5-bucket4-learn-to-edit' => 'Learn how to edit', |
112 | 119 | 'articlefeedbackv5-bucket4-form-submit' => 'Edit this page', |
— | — | @@ -121,7 +128,7 @@ |
122 | 129 | 'articlefeedbackv5-bucket5-form-panel-expertise-profession' => 'It is part of my profession', |
123 | 130 | 'articlefeedbackv5-bucket5-form-panel-expertise-hobby' => 'It is a deep personal passion', |
124 | 131 | 'articlefeedbackv5-bucket5-form-panel-expertise-other' => 'The source of my knowledge is not listed here', |
125 | | - 'articlefeedbackv5-bucket5-form-panel-helpimprove' => 'I would like to help improve Wikipedia, send me an e-mail (optional)', |
| 132 | + 'articlefeedbackv5-bucket5-form-panel-helpimprove' => 'I would like to help improve {{SITENAME}}, send me an e-mail (optional)', |
126 | 133 | 'articlefeedbackv5-bucket5-form-panel-helpimprove-note' => 'We will send you a confirmation e-mail. We will not share your e-mail address with outside parties as per our $1.', |
127 | 134 | 'articlefeedbackv5-bucket5-form-panel-helpimprove-email-placeholder' => 'email@example.org', // Optional |
128 | 135 | 'articlefeedbackv5-bucket5-form-panel-helpimprove-privacy' => 'feedback privacy statement', |