Multi-language support

This commit is contained in:
bergware
2020-03-22 13:19:01 +01:00
parent 26ec29950e
commit ec5f9c6f73

View File

@@ -159,7 +159,7 @@ function fs_info(&$disk) {
}
echo "<td>".device_browse($disk)."</td>";
} else
echo "<td>".vfs_type($disk['fsType'])."</td><td colspan='4' style='text-align:center'>{$disk['fsStatus']}";
echo "<td>".vfs_type($disk['fsType'])."</td><td colspan='4' style='text-align:center'>"._($disk['fsStatus']);
}
function my_diskio($data) {
return my_scale($data,$unit,1)." $unit/s";