r89460 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89459‎ | r89460 | r89461 >
Date:11:01, 4 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Add minutes/seconds
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/General.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php
@@ -24,6 +24,8 @@
2525 'weeks' => 'weeks',
2626 'days' => 'days',
2727 'hours' => 'hours',
 28+ 'minutes' => 'minutes',
 29+ 'seconds' => 'seconds',
2830 'last-modified-date' => 'Last modified: $1',
2931 'view-source' => 'View source',
3032 'parentheses' => '($1)', // optional
@@ -49,6 +51,8 @@
5052 'weeks' => 'Notation of time duration for multiple weeks (eg. "Duration: x weeks" ). No support for advanced plural yet.',
5153 'days' => 'Notation of time duration for multiple days (eg. "Duration: x days" ). No support for advanced plural yet.',
5254 'hours' => 'Notation of time duration for multiple hours (eg. "Duration: x hours" ). No support for advenced plural yet.',
 55+ 'minutes' => 'Notation of time duration for multiple hours (eg. "Duration: x minutes" ). No support for advenced plural yet.',
 56+ 'seconds' => 'Notation of time duration for multiple hours (eg. "Duration: x seconds" ). No support for advenced plural yet.',
5357 'last-modified-date' => 'The date something was last modified. $1 is a date (eg. "April 5 2010, 12:30 AM")',
5458 'view-source' => 'Label for a button or link that, when clicked, will present the program source code.',
5559 );

Status & tagging log