From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- 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