$tplData */ $orphaned_filepaths = PackageUtils::getOrphanedPackageFiles(); $tplMng->render('admin_pages/diagnostics/purge_orphans_message'); $tplMng->render('admin_pages/diagnostics/clean_tmp_cache_message'); $tplMng->render('parts/migration/migration-message'); $resetPackagesDialog = new UiDialog(); $resetPackagesDialog->title = __('Reset Backups ?', 'duplicator-pro'); $resetPackagesDialog->message = __('This will clear and reset all of the current temporary Backups. Would you like to continue?', 'duplicator-pro'); $resetPackagesDialog->progressText = __('Resetting settings, Please Wait...', 'duplicator-pro'); $resetPackagesDialog->jsCallback = 'DupliJs.Pack.ResetPackages()'; $resetPackagesDialog->progressOn = false; $resetPackagesDialog->okText = __('Yes', 'duplicator-pro'); $resetPackagesDialog->cancelText = __('No', 'duplicator-pro'); $resetPackagesDialog->closeOnConfirm = true; $resetPackagesDialog->initConfirm(); $maxAjaxBackupsChecksMessage = sprintf( __( 'Maximum number of backup checks reached (%d). Process stopped. You can start the check again to update the remaining backups.', 'duplicator-pro' ), ServicesTools::MAX_AJAX_BACKUP_REMOTE_STORAGE_CHECKS ); ?>
title = __('Are you sure you want to delete?', 'duplicator-pro'); $deleteOptConfirm->message = __('Delete this option value.', 'duplicator-pro'); $deleteOptConfirm->progressText = __('Removing, Please Wait...', 'duplicator-pro'); $deleteOptConfirm->jsCallback = 'DupliJs.Settings.DeleteThisOption(this)'; $deleteOptConfirm->initConfirm(); $removeCacheConfirm = new UiDialog(); $removeCacheConfirm->title = __('This process will remove all build cache files.', 'duplicator-pro'); $removeCacheConfirm->message = __('Be sure no Backups are currently building or else they will be cancelled.', 'duplicator-pro'); $removeCacheConfirm->progressText = $deleteOptConfirm->progressText; $removeCacheConfirm->jsCallback = 'DupliJs.Tools.ClearBuildCacheRun()'; $removeCacheConfirm->initConfirm(); ?>