From 7ffd14a9d111e0e3140c8b1c9db40cb2fceba03b Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 10 Feb 2014 08:46:19 -0500 Subject: [PATCH] Fixed: Invalid choices for smtp crypt in interface config --- interface/web/sites/lib/lang/ru_web_folder_user.lng | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/interface/web/sites/lib/lang/ru_web_folder_user.lng b/interface/web/sites/lib/lang/ru_web_folder_user.lng index f877df2..3534ea7 100644 --- a/interface/web/sites/lib/lang/ru_web_folder_user.lng +++ b/interface/web/sites/lib/lang/ru_web_folder_user.lng @@ -4,4 +4,10 @@ $wb['password_txt'] = 'Password'; $wb['active_txt'] = 'Active'; $wb['folder_error_empty'] = 'No web folder selecetd.'; +$wb['password_strength_txt'] = 'Password strength'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; +$wb['no_folder_perm'] = 'You have no permission for this folder.'; ?> -- Gitblit v1.9.1