Index: trunk/extensions/Contest/Contest.i18n.php |
— | — | @@ -30,16 +30,16 @@ |
31 | 31 | |
32 | 32 | // Groups |
33 | 33 | 'group-contestadmin' => 'Contest admins', |
34 | | - 'group-contestadmin-member' => '{{GENDER:$1|contest admin}}', |
35 | | - 'grouppage-contestadmin' => 'Project:Contest_admins', |
| 34 | + 'group-contestadmin-member' => '{{GENDER:$1|contest administrator}}', |
| 35 | + 'grouppage-contestadmin' => '{{ns:project}}:Contest_administrators', |
36 | 36 | |
37 | 37 | 'group-contestant' => 'Contestant', |
38 | 38 | 'group-contestant-member' => '{{GENDER:$1|Contestant}}', |
39 | | - 'grouppage-contestant' => 'Project:Contestant', |
| 39 | + 'grouppage-contestant' => '{{ns:project}}:Contestants', |
40 | 40 | |
41 | 41 | 'group-contestjudge' => 'Contest judges', |
42 | 42 | 'group-contestjudge-member' => '{{GENDER:$1|contest judge}}', |
43 | | - 'grouppage-contestjudge' => 'Project:Contest_judges', |
| 43 | + 'grouppage-contestjudge' => '{{ns:project}}:Contest_judges', |
44 | 44 | |
45 | 45 | // Preferences |
46 | 46 | 'prefs-contest' => 'Contests', |
— | — | @@ -69,7 +69,7 @@ |
70 | 70 | |
71 | 71 | // Special:Contests |
72 | 72 | 'contest-special-addnew' => 'Add a new contest', |
73 | | - 'contest-special-namedoc' => 'The name of the contest is the identifier used in URLs. ie "name" in Special:Contest/name', |
| 73 | + 'contest-special-namedoc' => 'The name of the contest is the identifier used in URLs (i.e. "name" in {{#Special:Contest}}/name).', |
74 | 74 | 'contest-special-newname' => 'Contest name', |
75 | 75 | 'contest-special-add' => 'Add contest', |
76 | 76 | 'contest-special-existing' => 'Existing contests', |
— | — | @@ -81,7 +81,7 @@ |
82 | 82 | 'contest-special-delete' => 'Delete', |
83 | 83 | |
84 | 84 | 'contest-special-confirm-delete' => 'Are you sure you want to delete this contest?', |
85 | | - 'contest-special-delete-failed' => 'Failed to delete the contest.', |
| 85 | + 'contest-special-delete-failed' => 'It was not possible to delete the contest.', |
86 | 86 | |
87 | 87 | // Special:EditContest |
88 | 88 | 'editcontest-text' => 'You are editing a contest.', |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | 'contest-edit-signup' => 'Signup e-mail page', |
97 | 97 | 'contest-edit-reminder' => 'Reminder e-mail page', |
98 | 98 | 'contest-edit-end' => 'Contest end', |
99 | | - 'contest-edit-exists-already' => 'Note: you are editing an already existing contest, not creating a new one.', |
| 99 | + 'contest-edit-exists-already' => 'You are editing an existing contest.', |
100 | 100 | 'contest-edit-submit' => 'Submit', |
101 | 101 | |
102 | 102 | 'contest-edit-challenges' => 'Contest challenges', |
— | — | @@ -112,7 +112,7 @@ |
113 | 113 | 'contest-welcome-rules' => 'In order to participate, you are required to agree to', // js i18n |
114 | 114 | 'contest-welcome-rules-link' => 'the contest rules', // js i18n |
115 | 115 | 'contest-welcome-signup' => 'Signup now', |
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.', |
| 116 | + 'contest-welcome-js-off' => 'The contest user interface uses JavaScript. Your browser does not support JavaScript or JavaScript is disabled.', |
117 | 117 | 'contest-welcome-accept-challenge' => 'Challenge accepted', |
118 | 118 | |
119 | 119 | 'contest-welcome-select-header' => 'Select your challenge:', |
— | — | @@ -126,36 +126,36 @@ |
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', |
129 | 129 | 'contest-signup-cv' => 'Link to your CV', |
130 | | - 'contest-signup-readrules' => 'I confirm that I have read, and agree to, [[$1|the contest rules]]', |
| 130 | + 'contest-signup-readrules' => 'I confirm that I have read [[$1|the contest rules]] and agree to them', |
131 | 131 | 'contest-signup-challenge' => 'What challenge do you want to take on?', |
132 | | - 'contest-signup-finished' => 'This contest has ended. Thanks for your participation!', |
133 | | - 'contest-signup-draft' => 'This contest has not started yet. Please be patient.', |
| 132 | + 'contest-signup-finished' => 'This contest has ended. Thank you for your participation!', |
| 133 | + 'contest-signup-draft' => 'This contest has not yet started. Please be patient.', |
134 | 134 | 'contest-signup-country' => 'Your country', |
135 | 135 | |
136 | | - 'contest-signup-require-rules' => 'You need to agree to the contest rules.', |
137 | | - 'contest-signup-require-country' => 'You need to provide your country of residence.', |
| 136 | + 'contest-signup-require-rules' => 'You must agree to the contest rules.', |
| 137 | + 'contest-signup-require-country' => 'You must provide your country of residence.', |
138 | 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 | | - 'contest-signup-invalid-cv' => 'You entered an invalid URL.', |
| 141 | + 'contest-signup-invalid-cv' => 'You have entered an invalid URL.', |
142 | 142 | |
143 | 143 | // Special:Contest |
144 | 144 | 'contest-contest-title' => 'Contest: $1', |
145 | 145 | 'contest-contest-no-results' => 'There are no contestants to display.', |
146 | 146 | 'contest-contest-name' => 'Name', |
147 | 147 | 'contest-contest-status' => 'Status', |
148 | | - 'contest-contest-submissioncount' => 'Amount of participants', |
| 148 | + 'contest-contest-submissioncount' => 'Number of participants', |
149 | 149 | 'contest-contest-end' => 'Contest end', |
150 | 150 | 'contest-contest-days-ago' => '$1, $2 {{PLURAL:$2|day|days}} ago', |
151 | 151 | 'contest-contest-days-left' => '$1, in $2 {{PLURAL:$2|day|days}}', |
152 | 152 | 'contest-contest-contestants' => 'Contestants', |
153 | | - 'contest-contest-contestants-text' => 'To judge an individual entry, click on the entry ID in the left column.', |
154 | | - 'contest-contest-reminder-mail' => 'Reminder email', |
155 | | - 'contest-contest-reminder-page' => 'The content for the reminder email is pulled from [[$1|this page]].', |
| 153 | + 'contest-contest-contestants-text' => 'Click on the entry ID in the left column to judge an individual entry.', |
| 154 | + 'contest-contest-reminder-mail' => 'Reminder e-mail', |
| 155 | + 'contest-contest-reminder-page' => 'The content for the reminder e-mail comes from [[$1|this page]].', |
156 | 156 | 'contest-contest-send-reminder' => 'Send reminder', |
157 | 157 | |
158 | | - 'contest-contest-reminder-preview' => 'Preview of the reminder email:', |
159 | | - 'contest-contest-reminder-title' => 'Reminder email', |
| 158 | + 'contest-contest-reminder-preview' => 'Preview of the reminder e-mail:', |
| 159 | + 'contest-contest-reminder-title' => 'Reminder e-mail', |
160 | 160 | 'contest-contest-reminder-send' => 'Send reminder', |
161 | 161 | 'contest-contest-reminder-cancel' => 'Cancel', |
162 | 162 | |
— | — | @@ -180,7 +180,7 @@ |
181 | 181 | 'contest-contestant-header-wmf' => 'Interested in WMF job', |
182 | 182 | 'contest-contestant-header-volunteer' => 'Interested in volunteer opportunities', |
183 | 183 | 'contest-contestant-header-rating' => 'Rating', |
184 | | - 'contest-contestant-header-comments' => 'Amount of comments', |
| 184 | + 'contest-contestant-header-comments' => 'Number of comments', |
185 | 185 | 'contest-contestant-submission-url' => 'Submission', |
186 | 186 | 'contest-contestant-notsubmitted' => 'Not submitted yet', |
187 | 187 | 'contest-contestant-comments' => 'Comments', |
— | — | @@ -188,11 +188,11 @@ |
189 | 189 | 'contest-contestant-comment-by' => 'Comment by $1', |
190 | 190 | 'contest-contestant-rate' => 'Rate this contestant', |
191 | 191 | 'contest-contestant-not-voted' => 'You have not voted on this participant yet.', |
192 | | - 'contest-contestant-voted' => 'Your current vote is $1.', |
| 192 | + 'contest-contestant-voted' => 'Your current vote is "$1".', |
193 | 193 | 'contest-contestant-permalink' => 'Permalink', |
194 | 194 | |
195 | 195 | // Emails |
196 | | - 'contest-email-signup-title' => 'Thanks for joining the challenge!', |
| 196 | + 'contest-email-signup-title' => 'Thank you for joining the challenge!', |
197 | 197 | 'contest-email-reminder-title' => 'Only $1 {{PLURAL:$1|day|days}} until the end of the challenge!', |
198 | 198 | |
199 | 199 | // Special:MyContests |
— | — | @@ -200,19 +200,19 @@ |
201 | 201 | 'contest-mycontests-no-contests' => 'You are not participating in any contest.', |
202 | 202 | 'contest-mycontests-active-header' => 'Running contests', |
203 | 203 | 'contest-mycontests-finished-header' => 'Passed contests', |
204 | | - 'contest-mycontests-active-text' => 'These are the contests you are currently participating in:', |
205 | | - 'contest-mycontests-finished-text' => 'These are the past contests you have participated in:', |
| 204 | + 'contest-mycontests-active-text' => 'You are currently participating in these contests:', |
| 205 | + 'contest-mycontests-finished-text' => 'You have have participated in these contests:', |
206 | 206 | 'contest-mycontests-header-contest' => 'Contest', |
207 | 207 | 'contest-mycontests-header-challenge' => 'Challenge', |
208 | | - 'contest-mycontests-signup-success' => 'You have successfully signed up for the $1 contest.', |
209 | | - 'contest-mycontests-addition-success' => 'You have successfully posted your submission! Thanks for participating in this contest.', |
210 | | - 'contest-mycontests-updated-success' => 'You have successfully modified your submission.', |
| 208 | + 'contest-mycontests-signup-success' => 'You have successfully signed up for the "$1" contest.', |
| 209 | + 'contest-mycontests-addition-success' => 'You have successfully posted your submission! Thank you for participating in this contest.', |
| 210 | + 'contest-mycontests-updated-success' => 'You have modified your submission.', |
211 | 211 | 'contest-mycontests-sessionfail' => 'Your submission could not be saved due to loss of session data. Please try again.', |
212 | 212 | |
213 | 213 | 'contest-submission-submit' => 'Submit', |
214 | 214 | 'contest-submission-unknown' => 'There is no contest with the provided name.', |
215 | | - 'contest-submission-header' => 'Thanks for participating in this contest! Once you have completed the challenge, you can add a link to your submission below.', |
216 | | - 'contest-submission-finished' => 'This contest has ended. Thanks for your participation!', |
| 215 | + 'contest-submission-header' => 'Thank you for participating in this contest! Once you have completed the challenge, you can add a link to your submission below.', |
| 216 | + 'contest-submission-finished' => 'This contest has ended. Thank you for your participation!', |
217 | 217 | |
218 | 218 | 'contest-submission-submission' => 'Link to your submission', |
219 | 219 | 'contest-submission-invalid-url' => 'This URL does not match one of the allowed formats.', |