| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Utenti'; |
| | | $wb["username_txt"] = 'Nome utente'; |
| | | $wb["name_txt"] = 'Nome'; |
| | | $wb["vorname_txt"] = 'Cognome'; |
| | | $wb["ort_txt"] = 'city'; |
| | | |
| | | $wb["page_txt"] = 'Pagina'; |
| | | $wb["page_of_txt"] = 'di'; |
| | | $wb["page_next_txt"] = 'Avanti'; |
| | | $wb["page_back_txt"] = 'Indietro'; |
| | | $wb["delete_txt"] = 'Cancella'; |
| | | $wb["filter_txt"] = 'Filtro'; |
| | | $wb["add_new_record_txt"] = 'Aggiungi nuovo utente'; |
| | | ?> |
| | | $wb['list_head_txt'] = 'Utenti'; |
| | | $wb['username_txt'] = 'Nome utente'; |
| | | $wb["client_id_txt"] = 'Client ID'; |
| | | $wb["active_txt"] = 'Active'; |
| | | $wb['add_new_record_txt'] = 'Add new user'; |
| | | $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.'; |
| | | ?> |