Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
142907 1 <?php
407003 2 $wb['list_head_txt'] = 'Backups esistenti';
TB 3 $wb['date_txt'] = 'Data';
4 $wb['backup_type_txt'] = 'Tipo';
142907 5 $wb['filename_txt'] = 'Backup file';
407003 6 $wb['restore_backup_txt'] = 'Ripristino da backup';
TB 7 $wb['download_backup_txt'] = 'Scarica il backup';
8 $wb['download_info_txt'] = 'Il file di backup sarà disponibile per il download nella cartella di backup del sito tra alcuni minuti.';
9 $wb['restore_info_txt'] = 'Il ripristino da backup ha avuto inizio. Questa operazione dura diversi minuti.';
10 $wb['restore_confirm_txt'] = 'Il ripristino sovvrascriverà tutti i files nel tuo sito. Sei sicuro di voler eseguire questo ripristino da backup?';
11 $wb['download_pending_txt'] = 'Esiste già un operazione di download di backup in attesa.';
12 $wb['restore_pending_txt'] = 'Esiste già un operazione di ripristino da backup in attesa.';
13 $wb['backup_type_mysql'] = 'Database MySQL';
14 $wb['backup_type_web'] = 'Files del Sito Web';
15 $wb['filesize_txt'] = 'Filesize';
634132 16 $wb['delete_backup_txt'] = 'Delete Backup';
D 17 $wb['delete_info_txt'] = 'Delete of the backup has been started. This action takes several minutes to be completed.';
18 $wb['delete_confirm_txt'] = 'Really delete this backup?';
19 $wb['delete_pending_txt'] = 'There is already a pending backup delete job.';
407003 20 $wb['backup_type_mongodb'] = 'MongoDB Database';
bfcdef 21 ?>