Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
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.';
?>