From 39fab06dfae1e0218a1bb3aa48a381586dfaea6d Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Sat, 13 Dec 2014 16:18:41 -0500 Subject: [PATCH] Merge branch 'develop' into 'master' --- interface/web/admin/lib/lang/fr_system_config.lng | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/fr_system_config.lng b/interface/web/admin/lib/lang/fr_system_config.lng index cd4c16b..b6db6d7 100644 --- a/interface/web/admin/lib/lang/fr_system_config.lng +++ b/interface/web/admin/lib/lang/fr_system_config.lng @@ -61,4 +61,13 @@ $wb['reseller_dashlets_right_txt'] = 'Right Reseller Dashlets'; $wb['client_dashlets_left_txt'] = 'Left Client Dashlets'; $wb['client_dashlets_right_txt'] = 'Right Client Dashlets'; +$wb['customer_no_template_txt'] = 'Customer No. template'; +$wb['customer_no_template_error_regex_txt'] = 'The customer No. template contains invalid characters'; +$wb['customer_no_start_txt'] = 'Customer No. start value'; +$wb['customer_no_counter_txt'] = 'Customer No. counter'; +$wb['session_timeout_txt'] = 'Session timeout (minutes)'; +$wb['session_allow_endless_txt'] = 'Enable \\"stay logged in\\"'; +$wb['No'] = 'No'; +$wb['min_password_length_txt'] = 'Minimum password length'; +$wb['min_password_strength_txt'] = 'Minimum password strength'; ?> -- Gitblit v1.9.1