Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php |
— | — | @@ -20,12 +20,12 @@ |
21 | 21 | 'namespace' => 'Namespace', |
22 | 22 | 'form-submit' => 'Go', |
23 | 23 | 'form-reset' => 'Reset', |
24 | | - 'years' => 'years', |
25 | | - 'weeks' => 'weeks', |
26 | | - 'days' => 'days', |
27 | | - 'hours' => 'hours', |
28 | | - 'minutes' => 'minutes', |
29 | | - 'seconds' => 'seconds', |
| 24 | + 'years' => '{{PLURAL: $1|year|years}}', |
| 25 | + 'weeks' => '{{PLURAL: $1|week|weeks}}', |
| 26 | + 'days' => '{{PLURAL: $1|day|days}}', |
| 27 | + 'hours' => '{{PLURAL: $1|hour|hours}}', |
| 28 | + 'minutes' => '{{PLURAL: $1|minute|minutes}}', |
| 29 | + 'seconds' => '{{PLURAL: $1|second|seconds}}', |
30 | 30 | 'last-modified-date' => 'Last modified: $1', |
31 | 31 | 'view-source' => 'View source', |
32 | 32 | 'parentheses' => '($1)', // Optional |