r100255 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100254‎ | r100255 | r100256 >
Date:18:52, 19 October 2011
Author:siebrand
Status:resolved (Comments)
Tags:
Comment:
Tweak messages.
Modified paths:
  • /trunk/extensions/Contest/Contest.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/Contest.i18n.php
@@ -30,16 +30,16 @@
3131
3232 // Groups
3333 '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',
3636
3737 'group-contestant' => 'Contestant',
3838 'group-contestant-member' => '{{GENDER:$1|Contestant}}',
39 - 'grouppage-contestant' => 'Project:Contestant',
 39+ 'grouppage-contestant' => '{{ns:project}}:Contestants',
4040
4141 'group-contestjudge' => 'Contest judges',
4242 'group-contestjudge-member' => '{{GENDER:$1|contest judge}}',
43 - 'grouppage-contestjudge' => 'Project:Contest_judges',
 43+ 'grouppage-contestjudge' => '{{ns:project}}:Contest_judges',
4444
4545 // Preferences
4646 'prefs-contest' => 'Contests',
@@ -69,7 +69,7 @@
7070
7171 // Special:Contests
7272 '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).',
7474 'contest-special-newname' => 'Contest name',
7575 'contest-special-add' => 'Add contest',
7676 'contest-special-existing' => 'Existing contests',
@@ -81,7 +81,7 @@
8282 'contest-special-delete' => 'Delete',
8383
8484 '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.',
8686
8787 // Special:EditContest
8888 'editcontest-text' => 'You are editing a contest.',
@@ -95,7 +95,7 @@
9696 'contest-edit-signup' => 'Signup e-mail page',
9797 'contest-edit-reminder' => 'Reminder e-mail page',
9898 '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.',
100100 'contest-edit-submit' => 'Submit',
101101
102102 'contest-edit-challenges' => 'Contest challenges',
@@ -112,7 +112,7 @@
113113 'contest-welcome-rules' => 'In order to participate, you are required to agree to', // js i18n
114114 'contest-welcome-rules-link' => 'the contest rules', // js i18n
115115 '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.',
117117 'contest-welcome-accept-challenge' => 'Challenge accepted',
118118
119119 'contest-welcome-select-header' => 'Select your challenge:',
@@ -126,36 +126,36 @@
127127 'contest-signup-volunteer' => 'I am interested in volunteer opportunities',
128128 'contest-signup-wmf' => 'I am interested in working for the Wikimedia Foundation',
129129 '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',
131131 '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.',
134134 'contest-signup-country' => 'Your country',
135135
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.',
138138 'contest-signup-invalid-email' => 'The e-mail address you provided is not valid.',
139139 'contest-signup-invalid-name' => 'The name you provided is too short.',
140140 '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.',
142142
143143 // Special:Contest
144144 'contest-contest-title' => 'Contest: $1',
145145 'contest-contest-no-results' => 'There are no contestants to display.',
146146 'contest-contest-name' => 'Name',
147147 'contest-contest-status' => 'Status',
148 - 'contest-contest-submissioncount' => 'Amount of participants',
 148+ 'contest-contest-submissioncount' => 'Number of participants',
149149 'contest-contest-end' => 'Contest end',
150150 'contest-contest-days-ago' => '$1, $2 {{PLURAL:$2|day|days}} ago',
151151 'contest-contest-days-left' => '$1, in $2 {{PLURAL:$2|day|days}}',
152152 '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]].',
156156 'contest-contest-send-reminder' => 'Send reminder',
157157
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',
160160 'contest-contest-reminder-send' => 'Send reminder',
161161 'contest-contest-reminder-cancel' => 'Cancel',
162162
@@ -180,7 +180,7 @@
181181 'contest-contestant-header-wmf' => 'Interested in WMF job',
182182 'contest-contestant-header-volunteer' => 'Interested in volunteer opportunities',
183183 'contest-contestant-header-rating' => 'Rating',
184 - 'contest-contestant-header-comments' => 'Amount of comments',
 184+ 'contest-contestant-header-comments' => 'Number of comments',
185185 'contest-contestant-submission-url' => 'Submission',
186186 'contest-contestant-notsubmitted' => 'Not submitted yet',
187187 'contest-contestant-comments' => 'Comments',
@@ -188,11 +188,11 @@
189189 'contest-contestant-comment-by' => 'Comment by $1',
190190 'contest-contestant-rate' => 'Rate this contestant',
191191 '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".',
193193 'contest-contestant-permalink' => 'Permalink',
194194
195195 // Emails
196 - 'contest-email-signup-title' => 'Thanks for joining the challenge!',
 196+ 'contest-email-signup-title' => 'Thank you for joining the challenge!',
197197 'contest-email-reminder-title' => 'Only $1 {{PLURAL:$1|day|days}} until the end of the challenge!',
198198
199199 // Special:MyContests
@@ -200,19 +200,19 @@
201201 'contest-mycontests-no-contests' => 'You are not participating in any contest.',
202202 'contest-mycontests-active-header' => 'Running contests',
203203 '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:',
206206 'contest-mycontests-header-contest' => 'Contest',
207207 '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.',
211211 'contest-mycontests-sessionfail' => 'Your submission could not be saved due to loss of session data. Please try again.',
212212
213213 'contest-submission-submit' => 'Submit',
214214 '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!',
217217
218218 'contest-submission-submission' => 'Link to your submission',
219219 'contest-submission-invalid-url' => 'This URL does not match one of the allowed formats.',

Follow-up revisions

RevisionCommit summaryAuthorDate
r1002971.18wmf1 MFT r100251, r100255, r100258, r100259, r100274, r100276, r100278reedy23:52, 19 October 2011
r100419Fix r100302, r100255: remove duplicate "have", sent -> send, email -> e-mailrobin14:00, 21 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100251added days left field and initial work on reminder email UIjeroendedauw18:38, 19 October 2011

Comments

#Comment by Vigilius (talk | contribs)   22:08, 20 October 2011

remove tag

#Comment by Siebrand (talk | contribs)   22:21, 20 October 2011

Done

Status & tagging log