From 03e1700a01dd3b425ec5d6cb7bd9684360900a53 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 07 Jun 2012 06:59:07 -0400 Subject: [PATCH] FS#1814 - Add option for custom php.ini for execution of ispconfig server.php script --- 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