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 | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/interface/web/tools/lib/lang/en.lng b/interface/web/tools/lib/lang/en.lng index 83909e6..fee9301 100644 --- a/interface/web/tools/lib/lang/en.lng +++ b/interface/web/tools/lib/lang/en.lng @@ -1,4 +1,12 @@ <?php $wb['User Settings'] = 'User Settings'; $wb['Settings'] = 'Settings'; +$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