r99481 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99480‎ | r99481 | r99482 >
Date:15:09, 11 October 2011
Author:jeroendedauw
Status:ok (Comments)
Tags:
Comment:
message docs++
Modified paths:
  • /trunk/extensions/Contest/Contest.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/Contest.i18n.php
@@ -195,15 +195,44 @@
196196 'contest-edit-name' => 'form field label',
197197 'contest-edit-status' => 'form field label',
198198
 199+ // Special:Contest
199200 'contest-contest-title' => 'Page title',
 201+ 'contest-contest-no-results' => 'Message displayed instead of a table when there are no contests',
200202 'contest-contest-name' => 'Table row header',
201203 'contest-contest-status' => 'Table row header',
202204 'contest-contest-submissioncount' => 'Table row header',
203205 'contest-contest-contestants' => 'Page section header',
204206
 207+ // Contestant pager
205208 'contest-contestant-id' => 'Table column header',
206209 'contest-contestant-volunteer' => 'Table column header',
207210 'contest-contestant-wmf' => 'Table column header',
208211 'contest-contestant-no' => 'Table cell value',
209212 'contest-contestant-yes' => 'Table cell value',
210 -);
\ No newline at end of file
 213+ 'contest-contestant-commentcount' => 'Table column header',
 214+ 'contest-contestant-overallrating' => 'Table column header',
 215+ 'contest-contestant-rating' => '$1 is the avarage rating, $2 is the amount of votes',
 216+
 217+ // Special:Contestant
 218+ 'contest-contestant-title' => 'Page title with contestant id $1 and contest name $2',
 219+ 'contest-contestant-header-id' => 'Table row header',
 220+ 'contest-contestant-header-contest' => 'Table row header',
 221+ 'contest-contestant-header-challenge' => 'Table row header',
 222+ 'contest-contestant-header-submission' => 'Table row header',
 223+ 'contest-contestant-header-country' => 'Table row header',
 224+ 'contest-contestant-header-wmf' => 'Table row header',
 225+ 'contest-contestant-header-volunteer' => 'Table row header',
 226+ 'contest-contestant-header-rating' => 'Table row header',
 227+ 'contest-contestant-header-comments' => 'Table row header',
 228+ 'contest-contestant-submission-url' => 'Text for the link to the submission',
 229+ 'contest-contestant-comments' => 'Page header (h2)',
 230+ 'contest-contestant-submit' => 'Submit button text',
 231+ 'contest-contestant-comment-by' => '$1 is a user name',
 232+ 'contest-contestant-rate' => 'Page header (h2)',
 233+ 'contest-contestant-voted' => '$1 is an integer',
 234+ 'contest-contestant-permalink' => 'Hover-text for comment permalinks',
 235+
 236+ // Emails
 237+ 'contest-email-signup-title' => 'Title for signup emails',
 238+ 'contest-email-reminder-title' => 'Title for reminder emails',
 239+);

Follow-up revisions

RevisionCommit summaryAuthorDate
r99498Follow up to r99481;jeroendedauw17:06, 11 October 2011

Comments

#Comment by Raymond (talk | contribs)   15:26, 11 October 2011

Thanks for the message documentation. Shall I add this extension to translatewiki.net now or should wait until release of the first version?

#Comment by Jeroen De Dauw (talk | contribs)   16:43, 11 October 2011

Translating can already start, I don't expect the messages that are there now to change much. Still needs message docs for a whole bunch of messages though.

#Comment by Raymond (talk | contribs)   14:42, 17 October 2011

Added to translatewiki.net with r100034.

#Comment by Nikerabbit (talk | contribs)   16:57, 11 October 2011

Message docs for contest-contestant-comment-by are insufficient. $1 is not a plain user name, but a set of links.

Status & tagging log