Index: trunk/extensions/LastModified/LastModified.i18n.php |
— | — | @@ -46,3 +46,27 @@ |
47 | 47 | 'lastmodified-months' => 'Last updated $1 months ago', |
48 | 48 | 'lastmodified-years' => 'Last updated $1 years ago', |
49 | 49 | ); |
| 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 | +); |