http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98005

Revision: 98005
Author:   catrope
Date:     2011-09-24 15:24:13 +0000 (Sat, 24 Sep 2011)
Log Message:
-----------
Followup r97962: add qqq for new messages, and expand it for the -abbrev 
messages.

Modified Paths:
--------------
    trunk/phase3/languages/messages/MessagesQqq.php

Modified: trunk/phase3/languages/messages/MessagesQqq.php
===================================================================
--- trunk/phase3/languages/messages/MessagesQqq.php     2011-09-24 15:19:50 UTC 
(rev 98004)
+++ trunk/phase3/languages/messages/MessagesQqq.php     2011-09-24 15:24:13 UTC 
(rev 98005)
@@ -3180,9 +3180,15 @@
 
 # Video information, used by Language::formatTimePeriod() to format lengths in 
the above messages
 'video-dims'     => '{{optional}}',
-'seconds-abbrev' => '{{optional}}',
-'minutes-abbrev' => '{{optional}}',
-'hours-abbrev'   => 'Abbreviation for "hours"',
+'seconds-abbrev' => '{{optional}} Abbreviation for "seconds". $1 is the number 
of seconds.',
+'minutes-abbrev' => '{{optional}} Abbreviation for "minutes". $1 is the number 
of minutes.',
+'hours-abbrev'   => 'Abbreviation for "hours". $1 is the number of hours.',
+'days-abbrev' => 'Abbreviation for "days". $1 is the number of days.',
+'seconds' => 'Full word for "seconds". $1 is the number of seconds.',
+'minutes' => 'Full word for "minutes". $1 is the number of minutes.',
+'hours' => 'Full word for "hours". $1 is the number of hours.',
+'days' => 'Full word for "days". $1 is the number of days.',
+'ago' => 'Phrase for indicating how long ago something happened. $1 is 
something like "3 days 10 hours".',
 
 # Bad image list
 '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.',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to