Hi, I just changed FooterManager.i18n.php a bit and added the German translation. 'description' may be removed from FooterManager.php since it is not used anyway. Cheers
<?php /** * Messages file for the FooterManager for Wiki extension * * @addtogroup Extensions */ /** * Get all extension messages * * @return array */ $messages = array(); /** Message documentation (Message documentation) */ $messages['en'] = array( 'footermanager-desc' => 'Allow configure footer icons, footer links and website banners (often analytic systems)', ); $messages['qqq'] = array( 'footermanager-desc' => 'Short description of the FooterManager extension, shown on [[Special:Version]]', ); $messages['de'] = array( 'footermanager-desc' => 'Ermöglicht die Konfiguration von Icons, Bannern, Links und Skripten zur Nutzung in der Fußleiste', ); $messages['ru'] = array( 'footermanager-desc' => 'Позволяет настраивать иконки и ссылки, обычно размещаемые внизу страницы, а также добавлять баннеры (обычно это счётчики аналитических систем)', );