You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$wb['backup_pending_txt'] = 'There is already a pending backup job.';
22
+
$wb['error_txt'] = 'Error';
23
+
$wb['backup_info_txt'] = 'A backup process started. This action can take several minutes to complete.';
24
+
$wb["backup_format_txt"] = 'Backup format';
25
+
$wb["backup_format_unknown_txt"] = 'Unknown';
26
+
$wb["backup_job_txt"] = 'Scheduler';
27
+
$wb["backup_job_manual_txt"] = 'Manual';
28
+
$wb["backup_job_auto_txt"] = 'Auto';
29
+
$wb["manual_backup_title_txt"] = 'Manual backup';
30
+
$wb["make_backup_web_txt"] = 'Make backup of web files';
31
+
$wb["make_backup_database_txt"] = 'Make backup of databases';
32
+
$wb["make_backup_confirm_txt"] = 'You are about to start a manual backup process. Manual backups count towards the total number of allowed backup copies: therefore if the limit will be exceeded, then oldest backups may be deleted automatically. Proceed?';
0 commit comments