From: Roan Kattouw Date: Sat, 24 Sep 2011 15:24:13 +0000 (+0000) Subject: Followup r97962: add qqq for new messages, and expand it for the -abbrev messages. X-Git-Tag: 1.31.0-rc.0~27448 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=c9923dd2b21ac9499415c37b40fe31963b34bf50;p=lhc%2Fweb%2Fwiklou.git Followup r97962: add qqq for new messages, and expand it for the -abbrev messages. --- diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 2f887b870b..aa8e4c093c 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -3180,9 +3180,15 @@ For example of message in use see [[:File:Mouse10.gif]].', # 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.',