Index: trunk/extensions/Translate/SpecialSupportedLanguages.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | |
76 | 76 | // Information to be used inside the foreach loop |
77 | 77 | $linkInfo['rc']['title'] = SpecialPage::getTitleFor( 'Recentchanges' ); |
78 | | - $linkInfo['rc']['msg'] = wfMsg( 'languagestats-recenttranslations' ); |
| 78 | + $linkInfo['rc']['msg'] = wfMsg( 'supportedlanguages-recenttranslations' ); |
79 | 79 | $linkInfo['stats']['title'] = SpecialPage::getTitleFor( 'LanguageStats' ); |
80 | 80 | $linkInfo['stats']['msg'] = wfMsg( 'languagestats' ); |
81 | 81 | |
Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -243,6 +243,7 @@ |
244 | 244 | 'supportedlanguages-noportal' => 'The wiki administrator has not defined NS_PORTAL, so this page does not work. |
245 | 245 | On this page a list of language portals will appear for all portals corresponding with a defined language code and a subpage called "translators". |
246 | 246 | The subpage "translators" must contain the template [[:{{ns:template}}:User|User]], taking a user name as parameter.', |
| 247 | + 'supportedlanguages-recenttranslations' => 'recent translations', |
247 | 248 | |
248 | 249 | 'translate-save' => 'Save ($1)', |
249 | 250 | |