r99734 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99733‎ | r99734 | r99735 >
Date:20:49, 13 October 2011
Author:jpostlethwaite
Status:ok (Comments)
Tags:
Comment:
Added message documentation for extension LastModified.
Modified paths:
  • /trunk/extensions/LastModified/LastModified.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LastModified/LastModified.i18n.php
@@ -46,3 +46,27 @@
4747 'lastmodified-months' => 'Last updated $1 months ago',
4848 'lastmodified-years' => 'Last updated $1 years ago',
4949 );
 50+
 51+/** Message documentation (Message documentation)
 52+ * @author Jeremy Postlethwaite
 53+ */
 54+$messages['qqq'] = array(
 55+ 'lastmodified-desc' => 'Description of the extension LastModified',
 56+ 'lastmodified' => 'Name of Special:LastModified in Special:SpecialPages and title of Special:LastModified page',
 57+ 'lastmodified-label-seconds' => 'Displayed text "seconds" in Special:LastModified',
 58+ 'lastmodified-label-minutes' => 'Displayed text "minutes" in Special:LastModified',
 59+ 'lastmodified-label-hours' => 'Displayed text "hours" in Special:LastModified',
 60+ 'lastmodified-label-days' => 'Displayed text "days" in Special:LastModified',
 61+ 'lastmodified-label-months' => 'Displayed text "months" in Special:LastModified',
 62+ 'lastmodified-label-years' => 'Displayed text "years" in Special:LastModified',
 63+ 'lastmodified-options' => 'Displayed in Special:LastModified',
 64+ 'lastmodified-display' => 'Displayed in Special:LastModified',
 65+ 'lastmodified-display-range-value' => 'Displayed in Special:LastModified',
 66+ 'lastmodified-title-tag' => 'Title tag for the link to the revision history.',
 67+ 'lastmodified-seconds' => 'Text displayed on artcle page if page to show how long ago the page was updated in seconds. NOTE: This will be updated to support PLURAL when the function is available in javascript.',
 68+ 'lastmodified-minutes' => 'Text displayed on artcle page if page to show how long ago the page was updated in minutes. NOTE: This will be updated to support PLURAL when the function is available in javascript.',
 69+ 'lastmodified-hours' => 'Text displayed on artcle page if page to show how long ago the page was updated in hours. NOTE: This will be updated to support PLURAL when the function is available in javascript.',
 70+ 'lastmodified-days' => 'Text displayed on artcle page if page to show how long ago the page was updated in days. NOTE: This will be updated to support PLURAL when the function is available in javascript.',
 71+ 'lastmodified-months' => 'Text displayed on artcle page if page to show how long ago the page was updated in months. NOTE: This will be updated to support PLURAL when the function is available in javascript.',
 72+ 'lastmodified-years' => 'Text displayed on artcle page if page to show how long ago the page was updated in years. NOTE: This will be updated to support PLURAL when the function is available in javascript.',
 73+);

Follow-up revisions

RevisionCommit summaryAuthorDate
r99816Consistenxy tweaks (r99734)raymond21:31, 14 October 2011
r99817Add extension to translatewiki.net (r99734)raymond21:33, 14 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99522Adding new extension LastModified.jpostlethwaite18:30, 11 October 2011
r99725Added i18n message. Renamed javascript variables to be more intuitive. Checki...jpostlethwaite19:55, 13 October 2011

Comments

#Comment by Siebrand (talk | contribs)   21:30, 13 October 2011

Thank you!

Status & tagging log