From f2d9d064e086a5ca2dd4447ca2dcff863db68171 Mon Sep 17 00:00:00 2001 From: Rescue9 <Rescue9@yahoo.com> Date: Thu, 09 Oct 2014 15:02:45 -0400 Subject: [PATCH] outgoing email copy --- interface/web/admin/lib/lang/it_users.lng | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/it_users.lng b/interface/web/admin/lib/lang/it_users.lng index ed49fa9..a321aa4 100644 --- a/interface/web/admin/lib/lang/it_users.lng +++ b/interface/web/admin/lib/lang/it_users.lng @@ -25,4 +25,10 @@ $wb['groups_txt'] = 'Gruppi'; $wb['default_group_txt'] = 'Gruppo predefinito'; $wb['startmodule_err'] = 'Start module is not within modules.'; +$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['username_error_collision'] = 'The username may not be web or web plus a number.\\"'; +$wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin'; ?> -- Gitblit v1.9.1