Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
5a43e7 1 <?php
T 2 $wb['list_head_txt'] = 'Existing backups';
992797 3 $wb['date_txt'] = 'Date';
MC 4 $wb['backup_type_txt'] = 'Type';
5 $wb['filename_txt'] = 'Backup file';
bd68aa 6 $wb['filesize_txt'] = 'Filesize';
992797 7 $wb['restore_backup_txt'] = 'Restore';
MC 8 $wb['download_backup_txt'] = 'Download';
9 $wb['download_info_txt'] = 'The backup file will be available for download in the backup folder of the website in a few minutes.';
5a43e7 10 $wb['restore_info_txt'] = 'Restore of the backup has been started. This action takes several minutes to be completed.';
T 11 $wb['restore_confirm_txt'] = 'Restoring will overwrite existing files in your website. Do you really want to restore this backup?';
12 $wb['download_pending_txt'] = 'There is already a pending backup download job.';
13 $wb['restore_pending_txt'] = 'There is already a pending backup restore job.';
634132 14 $wb['delete_backup_txt'] = 'Delete Backup';
D 15 $wb['delete_info_txt'] = 'Delete of the backup has been started. This action takes several minutes to be completed.';
16 $wb['delete_confirm_txt'] = 'Really delete this backup?';
17 $wb['delete_pending_txt'] = 'There is already a pending backup delete job.';
bd68aa 18 $wb['backup_type_mongodb'] = 'MongoDB Database';
2332b2 19 $wb['backup_type_mysql'] = 'MySQL Database';
T 20 $wb['backup_type_web'] = 'Website files';
21
bd68aa 22 ?>