From 7ffd14a9d111e0e3140c8b1c9db40cb2fceba03b Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 10 Feb 2014 08:46:19 -0500 Subject: [PATCH] Fixed: Invalid choices for smtp crypt in interface config --- interface/web/tools/lib/lang/de.lng | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/interface/web/tools/lib/lang/de.lng b/interface/web/tools/lib/lang/de.lng index bea9c78..ff27a1d 100644 --- a/interface/web/tools/lib/lang/de.lng +++ b/interface/web/tools/lib/lang/de.lng @@ -1,6 +1,13 @@ <?php -$wb['User Settings'] = 'User Settings'; -$wb['Settings'] = 'Settings'; +$wb['User Settings'] = 'Benutzereinstellungen'; +$wb['Settings'] = 'Einstellungen'; $wb['ISPConfig Tools'] = 'ISPConfig Tools'; -$wb['Password and Language'] = 'Password and Language'; -?> +$wb['Interface'] = 'Benutzeroberfläche'; +$wb['Password and Language'] = 'Passwort und Sprache'; +$wb['ispconfig_tools_note'] = 'Dieses Modul erlaubt Ihnen, das Passwort und die Sprache zu ändern sowie einen Resync der DNS Records anzustoßen.'; +$wb['Resync'] = 'Resync'; +$wb['Sync Tools'] = 'Resync Werkzeug'; +$wb['Import'] = 'Importieren'; +$wb['ISPConfig 3 mail'] = 'ISPConfig 3 E-Mail'; +$wb['PDNS Tupa'] = 'PowerDNS Tupa'; +?> \ No newline at end of file -- Gitblit v1.9.1