import_chunk_size == 0) {
$footerChunkInfo = sprintf(DUP_PRO_U::__('Upload Chunk Size: N/A, Max File Size: %s.'), size_format(wp_max_upload_size()));
$toolTipContent = DUP_PRO_U::__('If you need to upload a larger file, go to Settings > Import and set Upload Chunk Size');
} else {
$footerChunkInfo = sprintf(DUP_PRO_U::__('Upload Chunk Size: %s, Max File Size: No Limit.'), size_format(DUP_PRO_CTRL_import::getChunkSize() * 1024));
$toolTipContent = DUP_PRO_U::__('The maximum file size limit is bypassed when chunking is enabled. '
.'With fast connections a large chunk size is recommended, while with slow connections a small chunk size is recommended.
'
.'You can change the chunk size by going to Settings > Import');
}
$uploadTooltipInfo = DUP_PRO_U::__('The upload speed can be affected by various factors such as connection speed or server status.').'
';
$uploadTooltipInfo .= DUP_PRO_U::__('Additionally, chunk size can influence the upload speed (Settings > Import)
'
.'If uploading is still slow after changing Upload Chunk Size, you may want to upload the archive manually instead:');
$uploadTooltipInfo .= ''.
'- '.DUP_PRO_U::__('1) Cancel current upload').'
'.
'- '.DUP_PRO_U::__('2) Manually upload archive to "wp-content/backups-dup-pro/imports" directory').'
'.
'- '.DUP_PRO_U::__('3) Refresh the Tools > Import screen').'
'.
'
';
?>