From f7ec00b2f8ba3efc5bdeacef9c813f8a826ae3be Mon Sep 17 00:00:00 2001 From: Patrick Anders <p.anders@timmehosting.de> Date: Wed, 10 Dec 2014 08:44:26 -0500 Subject: [PATCH] add Spdy option - http://en.wikipedia.org/wiki/SPDY --- interface/web/admin/lib/lang/ru_system_config.lng | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/ru_system_config.lng b/interface/web/admin/lib/lang/ru_system_config.lng index e0926dd..fdfb9d0 100644 --- a/interface/web/admin/lib/lang/ru_system_config.lng +++ b/interface/web/admin/lib/lang/ru_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