Index: trunk/extensions/LastModified/LastModified.alias.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | 16 | * GNU General Public License for more details. |
17 | 17 | * |
18 | | - * @author Katie Horn <khorn@wikimedia.org>, Jeremy Postlethwaite <jpostlethwaite@wikimedia.org> |
| 18 | + * @author Katie Horn <khorn@wikimedia.org>, Jeremy Postlethwaite <jpostlethwaite@wikimedia.org> |
19 | 19 | */ |
20 | 20 | |
21 | 21 | /** |
Index: trunk/extensions/LastModified/LastModified.i18n.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | 16 | * GNU General Public License for more details. |
17 | 17 | * |
18 | | - * @author Katie Horn <khorn@wikimedia.org>, Jeremy Postlethwaite <jpostlethwaite@wikimedia.org> |
| 18 | + * @author Katie Horn <khorn@wikimedia.org>, Jeremy Postlethwaite <jpostlethwaite@wikimedia.org> |
19 | 19 | */ |
20 | 20 | |
21 | 21 | /** |
— | — | @@ -54,19 +54,20 @@ |
55 | 55 | 'lastmodified-desc' => 'Description of the extension LastModified', |
56 | 56 | 'lastmodified' => 'Name of Special:LastModified in Special:SpecialPages and title of Special:LastModified page', |
57 | 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', |
| 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 | 63 | 'lastmodified-options' => 'Displayed in Special:LastModified', |
64 | 64 | 'lastmodified-display' => 'Displayed in Special:LastModified', |
65 | 65 | 'lastmodified-display-range-value' => 'Displayed in Special:LastModified', |
66 | 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.', |
| 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 | 73 | ); |
| 74 | + |