tbrehm
2013-08-02 2332b2279d8a8599b4f041370315edc9544b1560
commit | author | age
a41799 1 <?php
F 2 $wb['list_head_txt'] = 'Bestehende Backups';
3 $wb['date_txt'] = 'Datum';
4 $wb['backup_type_txt'] = 'Typ';
a00888 5 $wb['filename_txt'] = 'Backup Datei';
a41799 6 $wb['restore_backup_txt'] = 'Backup wiederherstellen';
F 7 $wb['download_backup_txt'] = 'Backup herunterladen';
a00888 8 $wb['download_info_txt'] = 'Die Backup Datei steht in ein paar Minuten als Download im Backup-Verzeichnis zur Verfügung.';
a41799 9 $wb['restore_info_txt'] = 'Die Wiederherstellung des Backups hat begonnen. Diese Aktion kann bis zur Fertigstellung einige Minuten dauern.';
f17497 10 $wb['restore_confirm_txt'] = 'Die Wiederherstellung wird existierende Dateien in Ihrer Website überschreiben. Möchten Sie dieses Backup wirklich zurückspielen?';
a00888 11 $wb['download_pending_txt'] = 'Es liegt bereits ein Backup Download Job an.';
T 12 $wb['restore_pending_txt'] = 'Es liegt bereits ein Backup Wiederherstellungs Job an.';
2332b2 13 $wb['backup_type_mongodb'] = 'MongoDB Datenbank';
a00888 14 $wb['backup_type_mysql'] = 'MySQL Datenbank';
T 15 $wb['backup_type_web'] = 'Webseiten Dateien';
142907 16 ?>