vtenext/modules/Vendors/language/it_it.lang.php
2021-04-28 20:10:26 +02:00

61 lines
1.9 KiB
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
$mod_strings = array (
'LBL_VENDOR_INFORMATION' => 'Informazione Fornitore:',
'LBL_CUSTOM_INFORMATION' => 'Informazione Personalizzata:',
'LBL_VENDOR_ADDRESS_INFORMATION' => 'Informazione Indirizzo:',
'LBL_DESCRIPTION_INFORMATION' => 'Descrizione Nome:',
'Vendor Name' => 'Nome Fornitore',
'Name' => 'Nome',
'Company Name' => 'Nome Societa`',
'Phone' => 'Telefono',
'Email' => 'Email',
'Website' => 'Sito Web',
'GL Account' => 'Codice Contabile',
'Category' => 'Categoria',
'Street' => 'Via',
'City' => 'Citta`',
'State' => 'Provincia',
'Postal Code' => 'CAP',
'Country' => 'Stato',
'Description' => 'Descrizione',
'Po Box' => 'BOX',
'Vendor' => 'Fornitore',
'300-Sales-Software' => '300-Vendita-Software',
'301-Sales-Hardware' => '301-Vendita-Hardware',
'302-Rental-Income' => '302-Noleggi-Software',
'303-Interest-Income' => '303-Interessi',
'304-Sales-Software-Support' => '304-Vendite-Software-Support',
'305-Sales Other' => '305-Vendite-Altro',
'306-Internet Sales' => '306-Vendite-Internet',
'307-Service-Hardware Labor' => '307-Servizi-Riparazione-Hardware',
'308-Sales-Books' => '308-Vendite-Libri',
'Created Time' => 'Orario creazione',
'Modified Time' => 'Orario modifica',
// Added after 5.0.4 GA
//added for find duplicate
'LBL_DUPLICATE_DATA_IN'=>'Duplica ',
'LBL_DELETE'=>'Elimina',
'LBL_MERGE_SELECT'=>'Unisci la selezione',
'LBL_MERGE'=>'Merge',
'LBL_MERGE_DATA_IN'=>'Unisci Record',
'LBL_ACTION'=>'Azioni',
'LBL_FIELDLISTS'=> 'Elenco dei Campi',
'LBL_RECORD'=>'Record #',
// Module Sequence Numbering
'Vendor No' => 'Vendor No',
// END
/*
* 5.2.0 changes
*/
'LBL_MODULE_NAME'=>'Fornitori',
'Vendor No'=>'Numero Fornitore', //crmv@18564
);
?>