Index: trunk/extensions/Contest/Contest.i18n.php |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | 'grouppage-contestadmin' => '{{ns:project}}:Contest administrators', |
40 | 40 | |
41 | 41 | 'group-contestant' => 'Contestant', |
42 | | - 'group-contestant-member' => '{{GENDER:$1|Contestant}}', |
| 42 | + 'group-contestant-member' => '{{GENDER:$1|contestant}}', |
43 | 43 | 'grouppage-contestant' => '{{ns:project}}:Contestants', |
44 | 44 | |
45 | 45 | 'group-contestjudge' => 'Contest judges', |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | |
75 | 75 | // Special:Contests |
76 | 76 | 'contest-special-addnew' => 'Add a new contest', |
77 | | - 'contest-special-namedoc' => 'The name of the contest is the identifier used in URLs (i.e. "name" in {{#Special:Contest}}/name).', |
| 77 | + 'contest-special-namedoc' => 'The name of the contest is the identifier used in URLs (for example "name" in {{#Special:Contest}}/name).', |
78 | 78 | 'contest-special-newname' => 'Contest name', |
79 | 79 | 'contest-special-add' => 'Add contest', |
80 | 80 | 'contest-special-existing' => 'Existing contests', |
— | — | @@ -136,7 +136,6 @@ |
137 | 137 | 'contest-signup-draft' => 'This contest has not yet started. Please be patient.', |
138 | 138 | 'contest-signup-country' => 'Your country', |
139 | 139 | 'contest-signup-emailwarn' => 'Warning: You are changing your accounts e-mail address, which will require your confirming the new address.', |
140 | | - |
141 | 140 | |
142 | 141 | 'contest-signup-require-rules' => 'You must agree to the contest rules.', |
143 | 142 | 'contest-signup-require-country' => 'You must provide your country of residence.', |
— | — | @@ -248,7 +247,7 @@ |
249 | 248 | 'contest-submission-challenge' => 'You are currently participating in the $1 challenge.', |
250 | 249 | 'contest-submission-challenge-description' => "'''Current challenge: $1''' -- $2", |
251 | 250 | |
252 | | - // TODO: how can this be done properly in JS? |
| 251 | + // @todo How can this be done properly in JS? Create a JS equivalent of Language::listToText? |
253 | 252 | 'contest-submission-domains' => 'Submissions are restricted to these sites: $1', |
254 | 253 | ); |
255 | 254 | |
— | — | @@ -308,7 +307,7 @@ |
309 | 308 | 'contest-welcome-active-contests' => 'Message shown above a list of contests', |
310 | 309 | 'contest-welcome-no-contests-active' => 'Indicates that there arte no active contests', |
311 | 310 | 'contest-signup-submit' => '{{Identical|Sign up}}', |
312 | | - 'contest-signup-emailwarn' => "Warning message shown above an email input when the user starts changing it's value", |
| 311 | + 'contest-signup-emailwarn' => "Warning message shown above an e-mail input when the user starts changing it's value", |
313 | 312 | 'contest-contest-title' => 'Page title', |
314 | 313 | 'contest-contest-no-results' => 'Message displayed instead of a table when there are no contests', |
315 | 314 | 'contest-contest-name' => 'Table row header. |