Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
522ef8 1 <?php
407003 2 $wb['web_folder_id_txt'] = 'Cartella';
TB 3 $wb['username_txt'] = 'Nome Utente';
d6cd45 4 $wb['password_txt'] = 'Password';
407003 5 $wb['active_txt'] = 'Attivo';
TB 6 $wb['folder_error_empty'] = 'Nessuna cartella del sito selezionata.';
7 $wb['password_strength_txt'] = 'Livello sicurezza Password';
8 $wb['generate_password_txt'] = 'Genera Password';
9 $wb['repeat_password_txt'] = 'Ripeti Password';
10 $wb['password_mismatch_txt'] = 'Le password non coincidono.';
11 $wb['password_match_txt'] = 'Le password coincidono.';
12 $wb['no_folder_perm'] = 'Non hai i diritti per questa cartella.';
13 $wb['error_user_exists_already_txt'] = 'Esiste giĆ  un record per questo utente.';
d6cd45 14 ?>