Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -262,7 +262,8 @@ |
263 | 263 | On this page a list of language portals will appear for all portals corresponding with a defined language code and a subpage called "translators". |
264 | 264 | The subpage "translators" must contain the template [[:{{ns:template}}:User|User]], taking a user name as parameter.', |
265 | 265 | 'supportedlanguages-recenttranslations' => 'recent translations', |
266 | | - 'supportedlanguages-count' => '$1 {{plural:$1|language|languages}} in total.', |
| 266 | + 'supportedlanguages-count' => '$1 {{PLURAL:$1|language|languages}} in total.', |
| 267 | + 'supportedlanguages-activity' => '$1: $2 {{PLURAL:$2|edit|edits}} - last edit $3 {{PLURAL:$3|day|days}} ago', |
267 | 268 | |
268 | 269 | 'translate-save' => 'Save ($1)', |
269 | 270 | |