diff --git a/tinyfilemanager.php b/tinyfilemanager.php index ca73f9d..e1e7a0f 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -2202,10 +2202,25 @@ $tableTheme = (FM_THEME == "dark") ? "text-white bg-dark table-dark" : "bg-white + + + + '.fm_get_filesize($all_files_size).'' ?> + ' .$total_used_size.''; ?> + ' .$free_size.''; ?> '.$num_files.'' ?> '.$num_folders.'' ?> @@ -4287,6 +4302,8 @@ function lng($txt) { $tr['en']['Invalid characters in file or folder name'] = 'Invalid characters in file or folder name'; $tr['en']['Operations with archives are not available'] = 'Operations with archives are not available'; $tr['en']['File or folder with this path already exists'] = 'File or folder with this path already exists'; + $tr['en']['RemainingSpace'] = 'Remaining Space'; + $tr['en']['UsedSpace'] = 'Used Space'; $i18n = fm_get_translations($tr); $tr = $i18n ? $i18n : $tr;