From 0ce30a8db85c4dbc63f566bb2666eb66fad78f7f Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Fri, 18 May 2012 18:34:45 -0400 Subject: [PATCH] added tmpl_var for lost_password-link + synchronized the .lng-structure of all languages --- interface/web/login/lib/lang/ar.lng | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/interface/web/login/lib/lang/ar.lng b/interface/web/login/lib/lang/ar.lng index e08e450..8f7e86a 100644 --- a/interface/web/login/lib/lang/ar.lng +++ b/interface/web/login/lib/lang/ar.lng @@ -7,11 +7,17 @@ $wb['pw_reset'] = 'The password has been reset and send to your email address.'; $wb['pw_error'] = 'Username or email address does not match.'; $wb['pw_error_noinput'] = 'Please enter email address and username.'; + $wb['pw_reset_mail_msg'] = 'The password to your ISPConfig 3 control panel account has been reset. The new password is: '; $wb['pw_reset_mail_title'] = 'ISPConfig 3 Control panel password has been reset.'; + $wb['user_regex_error'] = 'Username contains unallowed characters or is longer then 64 characters.'; $wb['pw_error_length'] = 'The password length is > 64 characters.'; + $wb['username_txt'] = 'Username'; $wb['password_txt'] = 'Password'; $wb['login_button_txt'] = 'Login'; +$wb['pw_lost_txt'] = "Password lost"; + +$wb['error_maintenance_mode'] = 'This ISPConfig installation is currently under maintenance. We should be back shortly. Thank you for your patience.'; ?> -- Gitblit v1.9.1