* SPDX-License-Identifier: AGPL-3.0-only ************************************/ $mod_strings = Array( /*some general information*/ 'LBL_MODULE_NAME'=>'Installazioni', 'SINGLE_Assets'=>'Installazione', /*blocks for the module*/ 'LBL_ASSET_INFORMATION'=>'Informazioni Installazione', 'LBL_CUSTOM_INFORMATION'=>'Informazioni Personalizzate', 'LBL_DESCRIPTION_INFORMATION'=>'Note', /*fields for the module*/ 'Assets'=>'Installazioni', 'Asset Name' => 'Nome Installazione', 'Customer Name'=>'Azienda', 'Product Name'=>'Prodotto', 'Serial Number'=>'Numero di Serie', 'Asset No'=>'Numero Installazione', 'Date Sold'=>'Data di vendita', 'Date in Service'=>'Data a Servizio',//asas 'Status'=>'Stato', 'Shipping Method'=>'Metodo di Spedizione', 'Shipping Tracking Number'=>'Numero di Spedizione', 'Tag Number'=>'Numero Tag', 'Notes'=>'Note', 'Invoice Name'=>'Fattura', /*picklist values*/ 'In Service'=>'A Servizio', 'Out-of-service'=>'Fuori Servizio', 'Creator' => 'Creato da', ); ?>