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.
|
|
|
|
'assets_checkedout' => 'Bene Assegnato',
|
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-01-13 21:27:29 -08:00
|
|
|
'user_name' => 'User Name',
|
|
|
|
'department' => 'Department',
|
|
|
|
'location' => 'Location',
|
|
|
|
'asset_tag' => 'Assets Tag',
|
|
|
|
'asset_name' => 'Name',
|
|
|
|
'asset_category' => 'Category',
|
|
|
|
'asset_manufacturer' => 'Manufacturer',
|
|
|
|
'asset_model' => 'Model',
|
|
|
|
'asset_serial' => 'Serial',
|
|
|
|
'asset_location' => 'Location',
|
|
|
|
'asset_checked_out' => 'Checked Out',
|
|
|
|
'asset_expected_checkin' => 'Expected Checkin',
|
|
|
|
'date' => 'Date:',
|
|
|
|
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
|
|
|
|
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
|
|
|
|
'signed_by_location_manager' => 'Signed By (Location Manager):',
|
|
|
|
'signed_by' => 'Signed Off By:',
|
|
|
|
];
|