From b218ba46f301ea7b5596639180782c4e00c6f1f2 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 27 Apr 2016 13:07:27 -0400
Subject: [PATCH] - Fixed invalid apache config Fixes: #3850

---
 interface/web/sites/lib/lang/it_web_folder_user.lng |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 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..65cceff 100644
--- a/interface/web/sites/lib/lang/it_web_folder_user.lng
+++ b/interface/web/sites/lib/lang/it_web_folder_user.lng
@@ -1,7 +1,14 @@
 <?php
-$wb['web_folder_id_txt'] = 'Folder';
-$wb['username_txt'] = 'Username';
+$wb['web_folder_id_txt'] = 'Cartella';
+$wb['username_txt'] = 'Nome Utente';
 $wb['password_txt'] = 'Password';
-$wb['active_txt'] = 'Active';
-$wb['folder_error_empty'] = 'No web folder selecetd.';
+$wb['active_txt'] = 'Attivo';
+$wb['folder_error_empty'] = 'Nessuna cartella del sito selezionata.';
+$wb['password_strength_txt'] = 'Livello sicurezza Password';
+$wb['generate_password_txt'] = 'Genera Password';
+$wb['repeat_password_txt'] = 'Ripeti Password';
+$wb['password_mismatch_txt'] = 'Le password non coincidono.';
+$wb['password_match_txt'] = 'Le password coincidono.';
+$wb['no_folder_perm'] = 'Non hai i diritti per questa cartella.';
+$wb['error_user_exists_already_txt'] = 'Esiste giĆ  un record per questo utente.';
 ?>

--
Gitblit v1.9.1