r98005 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98004‎ | r98005 | r98006 >
Date:15:24, 24 September 2011
Author:catrope
Status:ok
Tags:
Comment:
Followup r97962: add qqq for new messages, and expand it for the -abbrev messages.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesQqq.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesQqq.php
@@ -3180,9 +3180,15 @@
31813181
31823182 # Video information, used by Language::formatTimePeriod() to format lengths in the above messages
31833183 'video-dims' => '{{optional}}',
3184 -'seconds-abbrev' => '{{optional}}',
3185 -'minutes-abbrev' => '{{optional}}',
3186 -'hours-abbrev' => 'Abbreviation for "hours"',
 3184+'seconds-abbrev' => '{{optional}} Abbreviation for "seconds". $1 is the number of seconds.',
 3185+'minutes-abbrev' => '{{optional}} Abbreviation for "minutes". $1 is the number of minutes.',
 3186+'hours-abbrev' => 'Abbreviation for "hours". $1 is the number of hours.',
 3187+'days-abbrev' => 'Abbreviation for "days". $1 is the number of days.',
 3188+'seconds' => 'Full word for "seconds". $1 is the number of seconds.',
 3189+'minutes' => 'Full word for "minutes". $1 is the number of minutes.',
 3190+'hours' => 'Full word for "hours". $1 is the number of hours.',
 3191+'days' => 'Full word for "days". $1 is the number of days.',
 3192+'ago' => 'Phrase for indicating how long ago something happened. $1 is something like "3 days 10 hours".',
31873193
31883194 # Bad image list
31893195 'bad_image_list' => 'This is only message appears to guide administrators to add links with right format. This will not appear anywhere else in Mediawiki.',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97962Make Language::formatTimePeriod() more flexible so it can produce stuff like ...catrope22:17, 23 September 2011

Status & tagging log