-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPotentials.php
44 lines (44 loc) · 2.79 KB
/
Potentials.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?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(
'Potentials' => 'Opportunità' ,
'SINGLE_Potentials' => 'Opportunità' ,
'LBL_ADD_RECORD' => 'Aggiungi Opportunità' ,
'LBL_RECORDS_LIST' => 'Lista Opportunità' ,
'LBL_OPPORTUNITY_INFORMATION' => 'Informazioni Opportunità',
'Potential No' => 'No. Opportunità' ,
'Amount' => 'Ammontare' ,
'Next Step' => 'Step successivo' ,
'Sales Stage' => 'Stadio di vendita' ,
'Probability' => 'Probabilità (%)' ,
'Campaign Source' => 'Fonte Campagna' ,
'Forecast Amount' => 'Previsione di Importo ' ,
'Funnel' => 'Canalizzazione Vendite' ,
'Potentials by Stage' => 'Opportunità per Stato' ,
'Total Revenue' => 'Ricavo per Venditori' ,
'Top Potentials' => 'Miglior Opportunità' ,
'Forecast' => 'Sales Forecast' ,
'Prospecting' => 'In Prospettiva' ,
'Qualification' => 'Qualificazione' ,
'Needs Analysis' => 'Da Analizzare' ,
'Value Proposition' => 'Proposto il valore' ,
'Id. Decision Makers' => 'Potere decisionale' ,
'Perception Analysis' => 'Analisi di percezione' ,
'Proposal/Price Quote' => 'Proposta/Preventivo Prezzo' ,
'Negotiation/Review' => 'Trattativa/Revisione' ,
'Closed Won' => 'Chiuso VINTO' ,
'Closed Lost' => 'Chiuso PERSO' ,
'--None--' => '--Nessuno--' ,
'Existing Business' => 'Business Esistente' ,
'New Business' => 'Nuovo Business' ,
'LBL_EXPECTED_CLOSE_DATE_ON' => 'Prevista chiusura il' ,
'LBL_RELATED_CONTACTS' => 'Contatto relativo' ,
'LBL_RELATED_PRODUCTS' => 'Prodotto relativo' ,
);