From ec3d9abb92487aab666cab95d6f5b3d4e9d23dbb Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Thu, 24 May 2012 03:00:18 -0400 Subject: [PATCH] added missing lang-string top_menu_mailuser + changed umlaut code to utf8 chars --- interface/web/tools/lib/lang/en.lng | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/interface/web/tools/lib/lang/en.lng b/interface/web/tools/lib/lang/en.lng index abf0ecf..fee9301 100644 --- a/interface/web/tools/lib/lang/en.lng +++ b/interface/web/tools/lib/lang/en.lng @@ -4,4 +4,9 @@ $wb['ISPConfig Tools'] = 'ISPConfig Tools'; $wb['Password and Language'] = 'Password and Language'; $wb['ispconfig_tools_note'] = 'This module allows you to change the password and language and to start a resync of the DNS records.'; +$wb['Sync Tools'] = 'Sync Tools'; +$wb['Resync'] = 'Resync'; +$wb['Import'] = 'Import'; +$wb['ISPConfig 3 mail'] = 'ISPConfig 3 mail'; +$wb['PDNS Tupa'] = 'PowerDNS Tupa'; ?> \ No newline at end of file -- Gitblit v1.9.1