[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 ************************************************************************************/ 10 $languageStrings = array( 11 'Products' => 'Prodotti' , 12 'SINGLE_Products' => 'Prodotto' , 13 'LBL_ADD_RECORD' => 'Aggiungi Prodotto' , 14 'LBL_RECORDS_LIST' => 'Products List' , 15 'LBL_PRODUCT_INFORMATION' => 'Informazioni Prodotto' , 16 'LBL_IMAGE_INFORMATION' => 'Informazioni Immagine Prodotto:', 17 'LBL_STOCK_INFORMATION' => 'Informazioni Stock:' , 18 'LBL_MORE_CURRENCIES' => 'Altre valute' , 19 'LBL_PRICES' => 'Prezzo prodotti' , 20 'LBL_PRICE' => 'Prezzo' , 21 'LBL_RESET_PRICE' => 'Annulla prezzo' , 22 'LBL_RESET' => 'Annulla' , 23 'LBL_ADD_TO_PRICEBOOKS' => 'Add to PriceBooks' , 24 'Product No' => 'No. prodotto' , 25 'Part Number' => 'Numero di serie' , 26 'Product Active' => 'Prodotto Attivo' , 27 'Manufacturer' => 'Produttore' , 28 'Product Category' => 'Categoria Prodotto' , 29 'Website' => 'Sito Web' , 30 'Mfr PartNo' => 'Numero di Serie Produttore' , 31 'Vendor PartNo' => 'Numero di Serie Fornitore' , 32 'Usage Unit' => 'Unità Utilizzo' , 33 'Handler' => 'Responsabile' , 34 'Reorder Level' => 'Livello Riordino' , 35 'Tax Class' => 'Classe di Tasse' , 36 'Serial No' => 'Numero di Serie' , 37 'Qty In Stock' => 'Quantità in Stock' , 38 'Product Sheet' => 'Specifiche Prodotto' , 39 'Qty In Demand' => 'Quantità in richiesta', 40 'GL Account' => 'Codice Contabile' , 41 'Product Image' => 'Immagine Prodotto' , 42 'Unit Price' => 'Prezzo Unitario' , 43 'Commission Rate' => 'Tasso commissione (%)' , 44 'Qty/Unit' => 'Quantità/Unità', 45 '--None--' => '--Nessuno--' , 46 'Hardware' => 'Hardware' , 47 'Software' => 'Software' , 48 'CRM Applications' => 'Applicazioni CRM' , 49 '300-Sales-Software' => '300-Vendita-Software' , 50 '301-Sales-Hardware' => '301-Vendita-Hardware' , 51 '302-Rental-Income' => '302-Noleggi-Software' , 52 '303-Interest-Income' => '303-Interessi' , 53 '304-Sales-Software-Support' => '304-Vendite-Software-Support', 54 '305-Sales Other' => '305-Vendite-Altro' , 55 '306-Internet Sales' => '306-Vendite-Internet' , 56 '307-Service-Hardware Labor' => '307-Servizi-Riparazione-Hardware', 57 '308-Sales-Books' => '308-Vendite-Libri' , 58 'Box' => 'Box' , 59 'Carton' => 'Cartone' , 60 'Caton' => 'Scatola' , 61 'Dozen' => 'Vetro' , 62 'Each' => 'Ogni' , 63 'Hours' => 'Ore' , 64 'Impressions' => 'Impressioni' , 65 'Lb' => 'Lb' , 66 'M' => 'M' , 67 'Pack' => 'Pacco' , 68 'Pages' => 'Pagine' , 69 'Pieces' => 'Pezzi' , 70 'Reams' => 'Risme' , 71 'Sheet' => 'Foglio' , 72 'Spiral Binder' => 'Raccoglitore a spirale ' , 73 'Sq Ft' => 'Sq Ft' , 74 'LBL_CONVERSION_RATE' => 'Conversion Rate' , // TODO: Review 75 'LBL_PRODUCTSMOD_DISABLED' => 'Abilita Prodotti Modulo per visualizzare i prodotti', 76 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |