$errors[]=t('The file is %filesize exceeding the maximum file size of %maxsize.',array('%filesize'=>format_size($file->filesize),'%maxsize'=>format_size($file_limit)));
$errors[]=t('The file is %filesize exceeding the maximum file size of %maxsize.',array('%filesize'=>format_size($file->filesize),'%maxsize'=>format_size($file_limit)));
}
// Save a query by only calling file_space_used() when a limit is provided.
// Save a query by only calling file_space_used() when a limit is provided.
$errors[]=t('The file is %filesize which would exceed your disk quota of %quota.',array('%filesize'=>format_size($file->filesize),'%quota'=>format_size($user_limit)));
$errors[]=t('The file is %filesize which would exceed your disk quota of %quota.',array('%filesize'=>format_size($file->filesize),'%quota'=>format_size($user_limit)));