first commit
This commit is contained in:
39
languages/it_it/Vendors.php
Normal file
39
languages/it_it/Vendors.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*+**********************************************************************************
|
||||
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
||||
* ("License"); You may not use this file except in compliance with the License
|
||||
* The Original Code is: vtiger CRM Open Source
|
||||
* The Initial Developer of the Original Code is vtiger.
|
||||
* Portions created by vtiger are Copyright (C) vtiger.
|
||||
* All Rights Reserved.
|
||||
************************************************************************************/
|
||||
$languageStrings = array(
|
||||
'Vendors' => 'Fornitori' ,
|
||||
'SINGLE_Vendors' => 'Fornitore' ,
|
||||
'LBL_ADD_RECORD' => 'Add Vendor' ,
|
||||
'LBL_RECORDS_LIST' => 'Vendors List' ,
|
||||
'LBL_VENDOR_INFORMATION' => 'Informazioni Fornitore:' ,
|
||||
'LBL_VENDOR_ADDRESS_INFORMATION' => 'Informazioni Indirizzo:' ,
|
||||
'Vendor Name' => 'Nome Fornitore' ,
|
||||
'Vendor No' => 'No. Fornitore' ,
|
||||
'Website' => 'Sito Web' ,
|
||||
'GL Account' => 'Codice Contabile' ,
|
||||
'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' ,
|
||||
|
||||
'Phone' => 'Telefono Principale',
|
||||
'Email' => 'Email Principale',
|
||||
|
||||
);
|
||||
$jsLanguageStrings = array(
|
||||
'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to delete?',
|
||||
'LBL_DELETE_CONFIRMATION' => 'Deleting this Vendor will remove its related PurchaseOrders. Are you sure you want to delete this Vendor?',
|
||||
'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this vendor(s) will remove its related Purchase Orders. Are you sure you want to delete the selected Records?',
|
||||
);
|
||||
Reference in New Issue
Block a user