Index: typo3/sysext/reports/reports/class.tx_reports_reports_status.php =================================================================== --- typo3/sysext/reports/reports/class.tx_reports_reports_status.php (revision 6310) +++ typo3/sysext/reports/reports/class.tx_reports_reports_status.php (working copy) @@ -157,10 +157,10 @@ */ protected function sortStatusProviders(array $statusCollection) { $systemStatus = array( - 'TYPO3 System' => $statusCollection['Installation'], - 'System' => $statusCollection['System'], - 'Security' => $statusCollection['security'], - 'Configuration' => $statusCollection['configuration'], + $GLOBALS['LANG']->getLL('collection_typo3_system') => $statusCollection['Installation'], + $GLOBALS['LANG']->getLL('collection_system') => $statusCollection['System'], + $GLOBALS['LANG']->getLL('collection_security') => $statusCollection['security'], + $GLOBALS['LANG']->getLL('collection_configuration') => $statusCollection['configuration'], ); unset( $statusCollection['Installation'], Index: typo3/sysext/reports/reports/locallang.xml =================================================================== --- typo3/sysext/reports/reports/locallang.xml (revision 6310) +++ typo3/sysext/reports/reports/locallang.xml (working copy) @@ -6,6 +6,10 @@ + + + +