big renaming of CustomerBackup to DataDump / export for the real backup-feature to shine :P

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-06-07 11:37:00 +02:00
parent 5181602921
commit e958cfed84
20 changed files with 257 additions and 261 deletions

View File

@@ -573,7 +573,8 @@ return [
'cron_usage_report' => 'Web- and traffic-reports',
'cron_mailboxsize' => 'Mailbox-size calculation',
'cron_letsencrypt' => 'Let\'s Encrypt certificate updates',
'cron_backup' => 'Process backup jobs',
'cron_export' => 'Process data-export jobs',
'cron_backup' => 'Process system- and customer backup jobs',
],
'cronjob' => [
'cronjobsettings' => 'Cronjob settings',
@@ -844,7 +845,7 @@ return [
'destinationalreadyexistasmail' => 'The forwarder to %s already exists as active email-address.',
'destinationalreadyexist' => 'You have already defined a forwarder to "%s"',
'destinationiswrong' => 'The forwarder %s contains invalid character(s) or is incomplete.',
'backupfoldercannotbedocroot' => 'The folder for backups cannot be your homedir, please chose a folder within your homedir, e.g. /backups',
'dumpfoldercannotbedocroot' => 'The folder for data-dumps cannot be your homedir, please chose a folder within your homedir, e.g. /dumps',
'templatelanguagecombodefined' => 'The selected language/template combination has already been defined.',
'templatelanguageinvalid' => 'The selected language does not exist',
'ipstillhasdomains' => 'The IP/Port combination you want to delete still has domains assigned to it, please reassign those to other IP/Port combinations before deleting this IP/Port combination.',
@@ -964,8 +965,8 @@ return [
'autoupdate_10' => 'Minimum supported version of PHP is 7.4.0',
'autoupdate_11' => 'Webupdate is disabled',
'mailaccistobedeleted' => 'Another account with the same name (%s) is currently being deleted and can therefore not be added at this moment.',
'customerhasongoingbackupjob' => 'There is already a backup job waiting to be processed, please be patient.',
'backupfunctionnotenabled' => 'The backup function is not enabled',
'customerhasongoingexportjob' => 'There is already a data export job waiting to be processed, please be patient.',
'exportfunctionnotenabled' => 'The export function is not enabled',
'dns_domain_nodns' => 'DNS is not enabled for this domain',
'dns_content_empty' => 'No content given',
'dns_content_invalid' => 'DNS content invalid',
@@ -1022,10 +1023,10 @@ return [
'execute_perl' => 'Execute perl/CGI',
'htpasswdauthname' => 'Authentication reason (AuthName)',
'directoryprotection_edit' => 'Edit directory protection',
'backup' => 'Create backup',
'backup_web' => 'Backup web-data',
'backup_mail' => 'Backup mail-data',
'backup_dbs' => 'Backup databases',
'export' => 'Create data dump',
'dump_web' => 'Include web-data',
'dump_mail' => 'Include mail-data',
'dump_dbs' => 'Include databases',
'path_protection_label' => '<strong class="text-danger">Important</strong>',
'path_protection_info' => 'We strongly recommend protecting the given path, see "Extras" -> "Directory protection"',
],
@@ -1174,7 +1175,7 @@ Yours sincerely, your administrator',
'extras' => 'Extras',
'directoryprotection' => 'Directory protection',
'pathoptions' => 'Path options',
'backup' => 'Backup',
'export' => 'Data export',
],
'traffic' => [
'traffic' => 'Traffic',
@@ -1313,13 +1314,13 @@ Yours sincerely, your administrator',
'letsencrypt' => 'Using Let\'s encrypt',
'set' => 'Apply',
'shell' => 'Shell',
'backuppath' => [
'title' => 'Destination path for the backup',
'description' => 'This is the path where the backups will be stored. If backup of web-data is selected, all files from the homedir are stored excluding the backup-folder specified here.',
'exportpath' => [
'title' => 'Destination path for the exported data',
'description' => 'This is the path where the export-archive will be stored. If web-data is being included, all files from the homedir are stored excluding the folder specified here.',
],
'backup_pgp_public_key' => [
'export_pgp_public_key' => [
'title' => 'Public PGP key for encryption',
'description' => 'This is the public PGP key which will be used to encrypt the backup. If you leave this field empty, the backup will not be encrypted.',
'description' => 'This is the public PGP key which will be used to encrypt the export. If you leave this field empty, the export will not be encrypted.',
],
'pgp_public_key' => 'Public PGP key',
'none_value' => 'None',
@@ -1388,7 +1389,7 @@ Yours sincerely, your administrator',
'email_reallydelete_forwarder' => 'Do you really want to delete the forwarder %s?',
'extras_reallydelete' => 'Do you really want to delete the directory protection for %s?',
'extras_reallydelete_pathoptions' => 'Do you really want to delete the path options for %s?',
'extras_reallydelete_backup' => 'Do you really want to abort the planned backup job?',
'extras_reallydelete_export' => 'Do you really want to abort the planned export job?',
'ftp_reallydelete' => 'Do you really want to delete the FTP-account %s?',
'mysql_reallydelete' => 'Do you really want to delete the database %s? This cannot be undone!',
'admin_configs_reallyrebuild' => 'Do you really want to rebuild all config files?',
@@ -2047,9 +2048,9 @@ Yours sincerely, your administrator',
'title' => 'Additional CAA DNS records',
'description' => 'DNS Certification Authority Authorization (CAA) is an Internet security policy mechanism which allows domain name holders to indicate to certificate authorities<br>whether they are authorized to issue digital certificates for a particular domain name. It does this by means of a new "CAA" Domain Name System (DNS) resource record.<br><br>The content of this field will be included into the DNS zone directly (each line results in a CAA record).<br>If Let\'s Encrypt is enabled for this domain, this entry will always be added automatically and does not need to be added manually:<br><code>0 issue "letsencrypt.org"</code> (If domain is a wildcard domain, issuewild will be used instead).<br>To enable Incident Reporting, you can add an <code>iodef</code> record. An example for sending such report to <code>me@example.com</code> would be:<br><code>0 iodef "mailto:me@example.com"</code><br><br><strong>Attention:</strong> The code won\'t be checked for any errors. If it contains errors, your CAA records might not work!',
],
'backupenabled' => [
'title' => 'Enable backup for customers',
'description' => 'If activated, the customer will be able to schedule backup jobs (cron-backup) which generates an archive within his docroot (subdirectory chosable by customer)',
'exportenabled' => [
'title' => 'Enable data export for customers',
'description' => 'If activated, the customer will be able to schedule data export jobs (cron-export) which generates an archive within his docroot (subdirectory chosable by customer)',
],
'dnseditorenable' => [
'title' => 'Enable DNS editor',
@@ -2230,8 +2231,8 @@ Yours sincerely, your administrator',
'settingssaved' => 'The settings have been successfully saved.',
'rebuildingconfigs' => 'Successfully inserted tasks for rebuild configfiles',
'domain_import_successfully' => 'Successfully imported %s domains.',
'backupscheduled' => 'Your backup job has been scheduled. Please wait for it to be processed',
'backupaborted' => 'Your scheduled backup has been cancelled',
'exportscheduled' => 'Your export job has been scheduled. Please wait for it to be processed',
'exportaborted' => 'Your scheduled export has been cancelled',
'dns_record_added' => 'Record added successfully',
'dns_record_deleted' => 'Record deleted successfully',
'testmailsent' => 'Test mail sent successfully',
@@ -2250,7 +2251,7 @@ Yours sincerely, your administrator',
'DELETE_EMAIL_DATA' => 'Delete customer e-mail data.',
'DELETE_FTP_DATA' => 'Delete customer ftp-account data.',
'REBUILD_CRON' => 'Rebuilding the cron.d-file',
'CREATE_CUSTOMER_BACKUP' => 'Backup job for customer %s',
'CREATE_CUSTOMER_DATADUMP' => 'Data export job for customer %s',
'DELETE_DOMAIN_PDNS' => 'Delete domain %s from PowerDNS database',
'DELETE_DOMAIN_SSL' => 'Delete ssl files of domain %s',
],