2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
'activated' => 'Attivo' ,
'allow' => 'Consenti' ,
'checkedout' => 'Beni' ,
'created_at' => 'Creato' ,
'createuser' => 'Crea Utente' ,
'deny' => 'Nega' ,
'email' => 'Email' ,
'employee_num' => 'Num. Dipendenti' ,
'first_name' => 'Nome' ,
2022-05-24 15:07:14 -07:00
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.' ,
2016-03-25 01:18:05 -07:00
'id' => 'ID' ,
'inherit' => 'Eredita' ,
'job' => 'Professione' ,
'last_login' => 'Ultimo accesso' ,
'last_name' => 'Cognome' ,
'location' => 'Posizione' ,
'lock_passwords' => 'Dettagli di login non possono essere cambiati in questa installazione.' ,
'manager' => 'Manager' ,
2017-10-17 18:52:20 -07:00
'managed_locations' => 'Località gestite' ,
2016-03-25 01:18:05 -07:00
'name' => 'Nome' ,
'notes' => 'Note' ,
'password_confirm' => 'Conferma password' ,
'password' => 'Password' ,
'phone' => 'Telefono' ,
'show_current' => 'Visualizza utenti attuali' ,
'show_deleted' => 'Visualizza utenti eliminati' ,
'title' => 'Titolo' ,
2022-01-13 21:27:29 -08:00
'to_restore_them' => 'per ripristinarli.' ,
2016-03-25 01:18:05 -07:00
'updateuser' => 'Aggiornamento utente' ,
'username' => 'Username' ,
2022-01-13 21:27:29 -08:00
'user_deleted_text' => 'Questo utente è stato contrassegnato come eliminato.' ,
2016-03-25 01:18:05 -07:00
'username_note' => '(Questo è usato solo per Active Directory vincolante, non per il login.)' ,
'cloneuser' => 'Clona Utente' ,
'viewusers' => 'Visualizza utenti' ,
2022-01-13 21:27:29 -08:00
);