2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2017-01-10 17:53:06 -08:00
|
|
|
'about_locations_title' => 'Informazioni sulle posizioni',
|
|
|
|
'about_locations' => 'Le posizioni sono usate per tracciare la poszione degli utenti, degli asset, e di altri oggetti',
|
2018-10-26 15:51:38 -07:00
|
|
|
'assets_rtd' => 'Beni', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
2022-03-03 22:21:44 -08:00
|
|
|
'assets_checkedout' => 'Beni Assegnati',
|
2016-12-03 17:10:05 -08:00
|
|
|
'id' => 'ID',
|
|
|
|
'city' => 'Città',
|
|
|
|
'state' => 'Stato',
|
|
|
|
'country' => 'Paese',
|
|
|
|
'create' => 'Crea Posizione',
|
|
|
|
'update' => 'Aggiorna Posizione',
|
2021-09-08 13:49:33 -07:00
|
|
|
'print_assigned' => 'Stampa assegnazione',
|
|
|
|
'print_all_assigned' => 'Stampa tutte le assegnazioni',
|
2016-12-03 17:10:05 -08:00
|
|
|
'name' => 'Nome Posizione',
|
|
|
|
'address' => 'Indirizzo',
|
|
|
|
'zip' => 'Codice Postale',
|
|
|
|
'locations' => 'Posizioni',
|
|
|
|
'parent' => 'Genitore',
|
|
|
|
'currency' => 'Valuta della Posizione',
|
2017-04-06 21:36:33 -07:00
|
|
|
'ldap_ou' => 'LDAP Search OU',
|
2022-03-03 22:21:44 -08:00
|
|
|
'user_name' => 'Nome Utente',
|
|
|
|
'department' => 'Dipartimento',
|
|
|
|
'location' => 'Posizione',
|
|
|
|
'asset_tag' => 'Tag dei Beni',
|
|
|
|
'asset_name' => 'Nome',
|
|
|
|
'asset_category' => 'Categoria',
|
|
|
|
'asset_manufacturer' => 'Produttore',
|
|
|
|
'asset_model' => 'Modello',
|
|
|
|
'asset_serial' => 'Seriale',
|
|
|
|
'asset_location' => 'Posizione',
|
|
|
|
'asset_checked_out' => 'Checked-Out il',
|
|
|
|
'asset_expected_checkin' => 'Check-In Previsto',
|
|
|
|
'date' => 'Data:',
|
|
|
|
'signed_by_asset_auditor' => 'Firmato Da (Revisore dei Beni):',
|
|
|
|
'signed_by_finance_auditor' => 'Firmato Da (Revisore Finanziario):',
|
|
|
|
'signed_by_location_manager' => 'Firmato Da (Manager della Posizione):',
|
|
|
|
'signed_by' => 'Firmato Da:',
|
2022-01-13 21:27:29 -08:00
|
|
|
];
|