From f66aaef4e353942d6d1711717d99f5d597482b0a Mon Sep 17 00:00:00 2001 From: karailiev <karailiev@ispconfig3> Date: Thu, 20 Nov 2008 15:03:27 -0500 Subject: [PATCH] + added password strength meter --- interface/web/tools/lib/lang/de_usersettings.lng | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/interface/web/tools/lib/lang/de_usersettings.lng b/interface/web/tools/lib/lang/de_usersettings.lng index 7f7cc5b..363a995 100644 --- a/interface/web/tools/lib/lang/de_usersettings.lng +++ b/interface/web/tools/lib/lang/de_usersettings.lng @@ -4,4 +4,7 @@ $wb['btn_save_txt'] = 'Save'; $wb['btn_cancel_txt'] = 'Cancel'; $wb['password_mismatch'] = 'The password in the second password field does not match the first password.'; +$wb['password_strength_txt'] = 'Password strength'; +$wb['Form to edit the user password and language.'] = 'Form to edit the user password and language.'; +$wb['Settings'] = 'Settings'; ?> -- Gitblit v1.9.1