Index: typo3/class.file_list.inc =================================================================== --- typo3/class.file_list.inc (revision 4338) +++ typo3/class.file_list.inc (working copy) @@ -125,6 +125,7 @@ if (!$GLOBALS['TYPO3_CONF_VARS']['GFX']['thumbnails']) { $this->thumbScript='gfx/notfound_thumb.gif'; } + $GLOBALS['LANG']->includeLLFile('EXT:lang/locallang_common.xml'); } /** @@ -295,11 +296,11 @@ **/ function getFolderInfo() { if($this->counter == 1) { - $fileLabel = 'File'; + $fileLabel = $GLOBALS['LANG']->getLL('file', true); } else { - $fileLabel = 'Files'; + $fileLabel = $GLOBALS['LANG']->getLL('files', true); } - return $this->counter.' '.$fileLabel.', '.t3lib_div::formatSize($this->totalbytes).'bytes'; + return $this->counter . ' ' . $fileLabel . ', ' . t3lib_div::formatSize($this->totalbytes, $GLOBALS['LANG']->getLL('byteSizeUnits', true)); } /** Index: typo3/sysext/lang/locallang_common.xml =================================================================== --- typo3/sysext/lang/locallang_common.xml (revision 4338) +++ typo3/sysext/lang/locallang_common.xml (working copy) @@ -9,6 +9,7 @@ +