tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
142907 1 <?php
72695f 2 $wb['list_head_txt'] = 'Stávající zálohy';
T 3 $wb['date_txt'] = 'Datum';
43b345 4 $wb['backup_type_txt'] = 'Verze';
72695f 5 $wb['filename_txt'] = 'Záloha souborů';
T 6 $wb['restore_backup_txt'] = 'Obnovit zálohu';
7 $wb['download_backup_txt'] = 'Stažení zálohy';
142907 8 $wb['download_info_txt'] = 'The backup file will be available for download in the backup folder of the website in a few minutes.';
T 9 $wb['restore_info_txt'] = 'Restore of the backup has been started. This action takes several minutes to be completed.';
10 $wb['restore_confirm_txt'] = 'Restoring will overwrite existing files in your website. Do you really want to restore this backup?';
11 $wb['download_pending_txt'] = 'There is already a pending backup download job.';
12 $wb['restore_pending_txt'] = 'There is already a pending backup restore job.';
13 $wb['backup_type_mysql'] = 'MySQL Database';
14 $wb['backup_type_web'] = 'Website files';
bfcdef 15 ?>