Index: trunk/extensions/Contest/Contest.i18n.php |
— | — | @@ -92,8 +92,8 @@ |
93 | 93 | 'contest-edit-opportunities' => 'Opportunities page', |
94 | 94 | 'contest-edit-rulespage' => 'Rules page', |
95 | 95 | 'contest-edit-help' => 'Help page', |
96 | | - 'contest-edit-signup' => 'Signup email page', |
97 | | - 'contest-edit-reminder' => 'Reminder email page', |
| 96 | + 'contest-edit-signup' => 'Signup e-mail page', |
| 97 | + 'contest-edit-reminder' => 'Reminder e-mail page', |
98 | 98 | 'contest-edit-end' => 'Contest end', |
99 | 99 | 'contest-edit-exists-already' => 'Note: you are editing an already existing contest, not creating a new one.', |
100 | 100 | 'contest-edit-submit' => 'Submit', |
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | 'contest-welcome-rules-link' => 'the contest rules', // js i18n |
115 | 115 | 'contest-welcome-signup' => 'Signup now', |
116 | 116 | 'contest-welcome-js-off' => 'The contest user interface uses JavaScript for an improved interface. Your browser either does not support JavaScript or has JavaScript turned off.', |
117 | | - 'contest-welcome-accept-challenge' => 'Challenge Accepted', |
| 117 | + 'contest-welcome-accept-challenge' => 'Challenge accepted', |
118 | 118 | |
119 | 119 | 'contest-welcome-select-header' => 'Select your challenge:', |
120 | 120 | |
— | — | @@ -121,7 +121,7 @@ |
122 | 122 | 'contest-signup-unknown' => 'There is no contest with the provided name.', |
123 | 123 | 'contest-signup-submit' => 'Sign up', |
124 | 124 | 'contest-signup-header' => 'Please fill out the form to complete your registration for $1.', |
125 | | - 'contest-signup-email' => 'Your email address', |
| 125 | + 'contest-signup-email' => 'Your e-mail address', |
126 | 126 | 'contest-signup-realname' => 'Your real name', |
127 | 127 | 'contest-signup-volunteer' => 'I am interested in volunteer opportunities', |
128 | 128 | 'contest-signup-wmf' => 'I am interested in working for the Wikimedia Foundation', |
— | — | @@ -134,7 +134,7 @@ |
135 | 135 | |
136 | 136 | 'contest-signup-require-rules' => 'You need to agree to the contest rules.', |
137 | 137 | 'contest-signup-require-country' => 'You need to provide your country of residence.', |
138 | | - 'contest-signup-invalid-email' => 'The email address you provided is not valid.', |
| 138 | + 'contest-signup-invalid-email' => 'The e-mail address you provided is not valid.', |
139 | 139 | 'contest-signup-invalid-name' => 'The name you provided is too short.', |
140 | 140 | 'contest-signup-require-challenge' => 'You must select a challenge.', |
141 | 141 | 'contest-signup-invalid-cv' => 'You entered an invalid URL.', |
— | — | @@ -200,7 +200,7 @@ |
201 | 201 | |
202 | 202 | 'contest-submission-submit' => 'Submit', |
203 | 203 | 'contest-submission-unknown' => 'There is no contest with the provided name.', |
204 | | - 'contest-submission-header' => 'Thanks for participating in this contest! Once you have completed the challenge, you can add a link to you submission below.', |
| 204 | + 'contest-submission-header' => 'Thanks for participating in this contest! Once you have completed the challenge, you can add a link to your submission below.', |
205 | 205 | 'contest-submission-finished' => 'This contest has ended. Thanks for your participation!', |
206 | 206 | |
207 | 207 | 'contest-submission-submission' => 'Link to your submission', |
— | — | @@ -285,8 +285,8 @@ |
286 | 286 | 'contest-contestant-permalink' => 'Hover-text for comment permalinks', |
287 | 287 | |
288 | 288 | // Emails |
289 | | - 'contest-email-signup-title' => 'Title for signup emails', |
290 | | - 'contest-email-reminder-title' => 'Title for reminder emails', |
| 289 | + 'contest-email-signup-title' => 'Title for signup e-mails', |
| 290 | + 'contest-email-reminder-title' => 'Title for reminder e-mails', |
291 | 291 | |
292 | 292 | // Special:MyContests |
293 | 293 | 'contest-mycontests-toplink' => 'Text for link in the top menu (ie where watchlist and preferences are linked)', |
— | — | @@ -294,3 +294,4 @@ |
295 | 295 | 'contest-mycontests-active-header' => 'Page header (h2)', |
296 | 296 | 'contest-mycontests-finished-header' => 'Page header (h2)', |
297 | 297 | ); |
| 298 | + |
Index: trunk/extensions/Translate/check-blacklist.php |
— | — | @@ -205,6 +205,15 @@ |
206 | 206 | ) |
207 | 207 | ), |
208 | 208 | array( |
| 209 | + 'group' => 'ext-contest', |
| 210 | + 'check' => 'variable', |
| 211 | + 'message' => array( |
| 212 | + 'group-contestadmin-member', // Optional GENDER parameter |
| 213 | + 'group-contestparticipant-member', // Optional GENDER parameter |
| 214 | + 'group-contestjudge-member', // Optional GENDER parameter |
| 215 | + ) |
| 216 | +), |
| 217 | +array( |
209 | 218 | 'group' => 'ext-contributionseditcount', |
210 | 219 | 'check' => 'variable', |
211 | 220 | 'message' => array( |