2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2024-09-18 06:18:52 -07:00
|
|
|
'about_locations_title' => 'Info sulle Sedi',
|
|
|
|
'about_locations' => 'Le Sedi sono usate per tracciare la collocazione degli utenti, dei beni 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à',
|
2024-09-18 06:18:52 -07:00
|
|
|
'state' => 'Provincia',
|
2016-12-03 17:10:05 -08:00
|
|
|
'country' => 'Paese',
|
2024-09-18 06:18:52 -07:00
|
|
|
'create' => 'Crea Sede',
|
|
|
|
'update' => 'Aggiorna Sede',
|
2021-09-08 13:49:33 -07:00
|
|
|
'print_assigned' => 'Stampa assegnazione',
|
|
|
|
'print_all_assigned' => 'Stampa tutte le assegnazioni',
|
2024-09-18 06:18:52 -07:00
|
|
|
'name' => 'Nome Sede',
|
2016-12-03 17:10:05 -08:00
|
|
|
'address' => 'Indirizzo',
|
2023-11-27 06:43:16 -08:00
|
|
|
'address2' => 'Indirizzo, riga 2',
|
2024-09-18 06:18:52 -07:00
|
|
|
'zip' => 'CAP',
|
|
|
|
'locations' => 'Sedi',
|
|
|
|
'parent' => 'Parte di...',
|
|
|
|
'currency' => 'Valuta della Sede',
|
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',
|
2024-09-18 06:18:52 -07:00
|
|
|
'location' => 'Sede',
|
2022-03-03 22:21:44 -08:00
|
|
|
'asset_tag' => 'Tag dei Beni',
|
|
|
|
'asset_name' => 'Nome',
|
|
|
|
'asset_category' => 'Categoria',
|
|
|
|
'asset_manufacturer' => 'Produttore',
|
|
|
|
'asset_model' => 'Modello',
|
|
|
|
'asset_serial' => 'Seriale',
|
2024-09-18 06:18:52 -07:00
|
|
|
'asset_location' => 'Sede',
|
2024-09-10 06:41:08 -07:00
|
|
|
'asset_checked_out' => 'Assegnato',
|
|
|
|
'asset_expected_checkin' => 'Restituzione prevista',
|
2022-03-03 22:21:44 -08:00
|
|
|
'date' => 'Data:',
|
2024-09-18 06:18:52 -07:00
|
|
|
'phone' => 'Telefono Sede',
|
2022-03-03 22:21:44 -08:00
|
|
|
'signed_by_asset_auditor' => 'Firmato Da (Revisore dei Beni):',
|
|
|
|
'signed_by_finance_auditor' => 'Firmato Da (Revisore Finanziario):',
|
2024-09-18 06:18:52 -07:00
|
|
|
'signed_by_location_manager' => 'Firmato Da (Responsabile della Sede):',
|
2022-03-03 22:21:44 -08:00
|
|
|
'signed_by' => 'Firmato Da:',
|
2022-01-13 21:27:29 -08:00
|
|
|
];
|