From b25f400cd6bc255b01e05ac274f050ba4039a411 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Mon, 21 Dec 2015 05:41:34 -0500 Subject: [PATCH] Merge branch 'master' of git.ispconfig.org:ispconfig/ispconfig3 --- interface/web/mail/lib/lang/nl_mail_backup_list.lng | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/lang/nl_mail_backup_list.lng b/interface/web/mail/lib/lang/nl_mail_backup_list.lng index 320ff50..73286a0 100644 --- a/interface/web/mail/lib/lang/nl_mail_backup_list.lng +++ b/interface/web/mail/lib/lang/nl_mail_backup_list.lng @@ -8,5 +8,9 @@ $wb['restore_confirm_txt'] = 'Restoring may overwrite existing files in your mailbox. Do you really want to restore this backup?'; $wb['download_pending_txt'] = 'There is already a pending backup download job.'; $wb['restore_pending_txt'] = 'There is already a pending backup restore job.'; +$wb['delete_backup_txt'] = 'Delete Backup'; +$wb['delete_info_txt'] = 'Delete of the backup has been started. This action takes several minutes to be completed.'; +$wb['delete_confirm_txt'] = 'Really delete this backup?'; +$wb['delete_pending_txt'] = 'There is already a pending backup delete job.'; $wb['filesize_txt'] = 'Filesize'; ?> -- Gitblit v1.9.1