From a9c5c19aee8db8f4aa301eb9c26a498f2fd3ec0c Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Wed, 11 Jul 2012 04:05:05 -0400
Subject: [PATCH] rc1 of default-v2

---
 interface/web/tools/lib/lang/it_usersettings.lng |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/interface/web/tools/lib/lang/it_usersettings.lng b/interface/web/tools/lib/lang/it_usersettings.lng
index 43fbc7e..d81e53c 100644
--- a/interface/web/tools/lib/lang/it_usersettings.lng
+++ b/interface/web/tools/lib/lang/it_usersettings.lng
@@ -1,9 +1,8 @@
 <?php
 $wb['passwort_txt'] = 'Password';
 $wb['language_txt'] = 'Lingua';
-$wb['btn_save_txt'] = 'Salva';
-$wb['btn_cancel_txt'] = 'Annulla';
-$wb['password_mismatch'] = 'Il secondo campo password non corrisponde non il primo.';
-$wb['Form to edit the user password and language.'] = 'Form per modificare la password e la lingua dell`utente.';
+$wb['password_mismatch'] = 'Il secondo campo password non corrisponde con il primo.';
+$wb['Form to edit the user password and language.'] = 'Form per modificare la password e la lingua dellutente.';
 $wb['Settings'] = 'Impostazioni';
+$wb['password_strength_txt'] = 'Sicurezza della Password';
 ?>

--
Gitblit v1.9.1