Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
71144c 1 <?php
b3e3f8 2 $wb['list_head_txt'] = 'Stávající zálohy';
TB 3 $wb['date_txt'] = 'Datum';
4 $wb['backup_type_txt'] = 'Typ';
5 $wb['filename_txt'] = 'Záloha souborů';
6 $wb['restore_backup_txt'] = 'Obnovit';
71144c 7 $wb['restore_info_txt'] = 'Restore of the backup has been started. This action takes several minutes to be completed.';
FS 8 $wb['restore_confirm_txt'] = 'Restoring may overwrite existing files in your mailbox. Do you really want to restore this backup?';
9 $wb['download_pending_txt'] = 'There is already a pending backup download job.';
10 $wb['restore_pending_txt'] = 'There is already a pending backup restore job.';
b3e3f8 11 $wb['delete_backup_txt'] = 'Smazat zálohu';
634132 12 $wb['delete_info_txt'] = 'Delete of the backup has been started. This action takes several minutes to be completed.';
D 13 $wb['delete_confirm_txt'] = 'Really delete this backup?';
14 $wb['delete_pending_txt'] = 'There is already a pending backup delete job.';
b3e3f8 15 $wb['filesize_txt'] = 'Velikost souboru';
71144c 16 ?>
b3e3f8 17