From c8aacf1e99399d21cd5076cd8912c74f4d51e52f Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Fri, 14 Jun 2013 03:56:56 -0400 Subject: [PATCH] - Fixed: changing a client template might not update all clients using this template client additional_template column might contain something like 15/20/211 instead of /15/20/211/ --- interface/web/admin/lib/lang/en_system_config.lng | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/en_system_config.lng b/interface/web/admin/lib/lang/en_system_config.lng index 03ce902..f7c0dbb 100644 --- a/interface/web/admin/lib/lang/en_system_config.lng +++ b/interface/web/admin/lib/lang/en_system_config.lng @@ -46,4 +46,8 @@ $wb['use_loadindicator_txt'] = 'Use Load Indicator'; $wb['f5_to_reload_js_txt'] = 'If you change this, you might have to press F5 to make the browser reload JavaScript libraries or empty your browser cache.'; $wb['client_username_web_check_disabled_txt'] = 'Disable client username check for the word \'web\'.'; +$wb['mailbox_show_autoresponder_tab_txt'] = 'Show autoresponder tab in mail account details'; +$wb['mailbox_show_mail_filter_tab_txt'] = 'Show mail filter tab in mail account details'; +$wb['mailbox_show_custom_rules_tab_txt'] = 'Show custom mailfilter tab in mail account details'; +$wb['webmail_url_error_regex'] = 'Invalid webmail URL'; ?> -- Gitblit v1.9.1