Till Brehm
2016-01-31 4070036454731508a7caa56d19e0d5bc9e64614c
interface/web/sites/lib/lang/it_web_folder_user.lng
@@ -1,14 +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['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.';
$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.';
?>