You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$wb['restore_info_txt'] = 'Restore of the backup has been started. This action takes several minutes to be completed.';
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.';
11
-
$wb['delete_backup_txt'] = 'Delete Backup';
12
-
$wb['delete_info_txt'] = 'Delete of the backup has been started. This action takes several minutes to be completed.';
13
-
$wb['delete_confirm_txt'] = 'Really delete this backup?';
14
-
$wb['delete_pending_txt'] = 'There is already a pending backup delete job.';
15
-
$wb['filesize_txt'] = 'Filesize';
2
+
$wb['list_head_txt'] = 'Vorhandene Backups';
3
+
$wb['date_txt'] = 'Datum';
4
+
$wb['backup_type_txt'] = 'Art';
5
+
$wb['filename_txt'] = 'Dateiname';
6
+
$wb['restore_backup_txt'] = 'Wiederherstellen';
7
+
$wb['restore_info_txt'] = 'Wiederherstellung begonnen. Dieser Vorgang kann einige Minuten dauern.';
8
+
$wb['restore_confirm_txt'] = 'Die Wiederherstellung kann bestehende Dateien in Ihrem Postfach überschreiben. Möchten Sie das Backup wiederherstellen?';
9
+
$wb['download_pending_txt'] = 'Es läuft bereits ein Backup-Download.';
10
+
$wb['restore_pending_txt'] = 'Es steht bereits ein Backup zur Wiederherstellung an.';
11
+
$wb['delete_backup_txt'] = 'Backup löschen';
12
+
$wb['delete_info_txt'] = 'Das Backup wird gelöscht. Dieser Vorgang kann einige Minuten dauern.';
13
+
$wb['delete_confirm_txt'] = 'Möchten Sie dieses Backup wirklich löschen?';
14
+
$wb['delete_pending_txt'] = 'Es wird bereits ein Backup gelöscht.';
0 commit comments