mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
39 lines
1.1 KiB
PHP
39 lines
1.1 KiB
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* 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',
|
|
);
|
|
?>
|