From 22903acd6c8e21e08ac165e8a3be72c4f45ded60 Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Wed, 23 Oct 2013 09:15:47 -0400 Subject: [PATCH] - Fixed FS#3123 - Old backups are still shown in backup list. --- interface/web/tools/lib/lang/de.lng | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/interface/web/tools/lib/lang/de.lng b/interface/web/tools/lib/lang/de.lng index 3c04ff1..ff27a1d 100644 --- a/interface/web/tools/lib/lang/de.lng +++ b/interface/web/tools/lib/lang/de.lng @@ -1,13 +1,13 @@ <?php $wb['User Settings'] = 'Benutzereinstellungen'; $wb['Settings'] = 'Einstellungen'; -$wb['ISPConfig Tools'] = 'Einstellungen'; -$wb['Interface'] = 'Interface'; +$wb['ISPConfig Tools'] = 'ISPConfig Tools'; +$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['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'] = 'Sync Tools'; -$wb['Import'] = 'Import'; -$wb['ISPConfig 3 mail'] = 'ISPConfig 3 mail'; +$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