Index: trunk/extensions/LastModified/LastModified.i18n.php |
— | — | @@ -39,12 +39,12 @@ |
40 | 40 | 'lastmodified-display' => 'Display:', |
41 | 41 | 'lastmodified-display-range-value' => 'Display range value:', |
42 | 42 | 'lastmodified-title-tag' => 'View the revision history for this page.', |
43 | | - 'lastmodified-seconds' => 'Last updated $1 seconds ago', |
44 | | - 'lastmodified-minutes' => 'Last updated $1 minutes ago', |
45 | | - 'lastmodified-hours' => 'Last updated $1 hours ago', |
46 | | - 'lastmodified-days' => 'Last updated $1 days ago', |
47 | | - 'lastmodified-months' => 'Last updated $1 months ago', |
48 | | - 'lastmodified-years' => 'Last updated $1 years ago', |
| 43 | + 'lastmodified-seconds' => 'Last updated {{PLURAL:$1|$1 second|$1 seconds}} ago', |
| 44 | + 'lastmodified-minutes' => 'Last updated {{PLURAL:$1|$1 minute|$1 minutes}} ago', |
| 45 | + 'lastmodified-hours' => 'Last updated {{PLURAL:$1|$1 hour|$1 hours}} ago', |
| 46 | + 'lastmodified-days' => 'Last updated {{PLURAL:$1|$1 day|$1 days}} ago', |
| 47 | + 'lastmodified-months' => 'Last updated {{PLURAL:$1|$1 month|$1 months}} ago', |
| 48 | + 'lastmodified-years' => 'Last updated {{PLURAL:$1|$1 year|$1 years}} ago', |
49 | 49 | ); |
50 | 50 | |
51 | 51 | /** Message documentation (Message documentation) |