From da9e99596e2fcb76a37fcc8a24c8eacd00ff186c Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Mon, 14 Sep 2015 04:23:58 -0400 Subject: [PATCH] resize openvz-server with ploop enabled --- interface/web/sites/lib/lang/it_web_folder_user.lng | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/interface/web/sites/lib/lang/it_web_folder_user.lng b/interface/web/sites/lib/lang/it_web_folder_user.lng index f877df2..1dbc905 100644 --- a/interface/web/sites/lib/lang/it_web_folder_user.lng +++ b/interface/web/sites/lib/lang/it_web_folder_user.lng @@ -4,4 +4,11 @@ $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.'; +$wb['error_user_exists_already_txt'] = 'There is already a record for this user.'; ?> -- Gitblit v1.9.1