From 7c2179f4b8604da1167b29ffb92041cf16fc4dbc Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 13 Mar 2014 07:37:47 -0400 Subject: [PATCH] Merge remote-tracking branch 'origin/stable-3.0.5' --- interface/lib/lang/en.lng | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/interface/lib/lang/en.lng b/interface/lib/lang/en.lng index a8939b9..ec309d9 100644 --- a/interface/lib/lang/en.lng +++ b/interface/lib/lang/en.lng @@ -141,4 +141,13 @@ $wb['client_cannot_be_deleted_because_of_billing_module_txt'] = 'This client has records in the billing module, therefore he cannot be deleted.'; $wb['yes_txt'] = 'Yes'; $wb['no_txt'] = 'No'; +$wb['None'] = 'None'; +$wb['strength_1'] = 'Weak'; +$wb['strength_2'] = 'Fair'; +$wb['strength_3'] = 'Good'; +$wb['strength_4'] = 'Strong'; +$wb['strength_5'] = 'Very Strong'; +$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of "{strength}".'; +$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.'; + ?> -- Gitblit v1.9.1