Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$wb['list_head_txt'] = 'Existerande backuper';
$wb['date_txt'] = 'Datum';
$wb['backup_type_txt'] = 'Typ';
$wb['filename_txt'] = 'Backupfil';
$wb['restore_backup_txt'] = 'Återställ backup';
$wb['download_backup_txt'] = 'Ladda ner backup';
$wb['download_info_txt'] = 'The backup file will be available for download in the backup folder of the website in a few minutes.';
$wb['restore_info_txt'] = 'Restore of the backup has been started. This action takes several minutes to be completed.';
$wb['restore_confirm_txt'] = 'Restoring will overwrite existing files in your website. Do you really want to restore this backup?';
$wb['download_pending_txt'] = 'There is already a pending backup download job.';
$wb['restore_pending_txt'] = 'There is already a pending backup restore job.';
$wb['backup_type_mysql'] = 'MySQL-databaser';
$wb['backup_type_web'] = 'Webbsidefiler';
?>