From c9923dd2b21ac9499415c37b40fe31963b34bf50 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sat, 24 Sep 2011 15:24:13 +0000 Subject: [PATCH] Followup r97962: add qqq for new messages, and expand it for the -abbrev messages. --- languages/messages/MessagesQqq.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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.', -- 2.20.1