From d6aef1de980751ae39db0e1f2a6eb89593969efd Mon Sep 17 00:00:00 2001 From: maddinxx <maddinxx@ispconfig3> Date: Tue, 14 Aug 2012 16:18:07 -0400 Subject: [PATCH] fixed wheezy install (taking squeeze atm) as well as monitor --- interface/web/tools/lib/lang/de_import_ispconfig.lng | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/tools/lib/lang/de_import_ispconfig.lng b/interface/web/tools/lib/lang/de_import_ispconfig.lng index 65ea145..c349435 100644 --- a/interface/web/tools/lib/lang/de_import_ispconfig.lng +++ b/interface/web/tools/lib/lang/de_import_ispconfig.lng @@ -3,12 +3,12 @@ $wb['legend_txt'] = 'Remote server connection details'; $wb['legend2_txt'] = 'Import email domain'; $wb['resync_sites_txt'] = 'Resync Websites'; -$wb['resync_ftp_txt'] = 'Resync FTP users'; -$wb['resync_shell_txt'] = 'Resync shell users'; +$wb['resync_ftp_txt'] = 'Resync FTP-Benutzer'; +$wb['resync_shell_txt'] = 'Resync Shell-Benutzer'; $wb['resync_cron_txt'] = 'Resync cronjobs'; $wb['resync_db_txt'] = 'Resync clientdb config'; $wb['resync_mailbox_txt'] = 'Resync Mailboxes'; -$wb['resync_dns_txt'] = 'Resync DNS records'; +$wb['resync_dns_txt'] = 'Resync DNS-Einträge'; $wb['btn_start_txt'] = 'Start Import'; $wb['btn_connect_txt'] = 'Connect to remote server'; $wb['btn_cancel_txt'] = 'Cancel'; -- Gitblit v1.9.1