Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0dae6d 1 <?php
f03fc3 2 $wb['list_head_txt'] = 'Utenti';
F 3 $wb['username_txt'] = 'Nome utente';
142907 4 $wb['client_id_txt'] = 'Client ID';
407003 5 $wb['active_txt'] = 'Attivo';
TB 6 $wb['add_new_record_txt'] = 'Aggiungi un nuovo  user';
8ab3cd 7 $wb['warning_txt'] = '<b>ATTENZIONE:</b> non editare o modificare alcuna impostazione utente in questa schermata. Usare piuttosto le impostazioni Cliente/Rivenditore del modulo Clienti. Modificare Utenti o gruppi in questa schermata può provocare la perdita di dati.';
142907 8 $wb['groups_txt'] = 'Groups';
0dae6d 9 ?>