Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb['web_folder_id_txt'] = 'Cartella';
$wb['username_txt'] = 'Nome Utente';
$wb['password_txt'] = 'Password';
$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.';
?>