[ 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 * Vicus eBusiness Solutions (www.vicus.nl) Version Control 11 * Dutch language pack for vtiger CRM version 6.x 12 * 13 * @package NL-Dutch 14 * @author $Author: luuk $ 15 * @version CVS: $Revision: 1.4 $ $Date: 2014/09/07 21:06:45 $ 16 * @source $Source: /var/lib/cvs/vtiger600/languages/nl_nl/Potentials.php,v $ 17 * @copyright Copyright (c)2005-2014 Vicus eBusiness Solutions B.V. <[email protected]> 18 * @link http://www.vicus.nl 19 ************************************************************************************/ 20 $languageStrings = array( 21 'Potentials' => 'Verkoopkansen' , 22 'SINGLE_Potentials' => 'Verkoopkans' , 23 'LBL_ADD_RECORD' => 'Voeg Verkoopkans toe' , 24 'LBL_RECORDS_LIST' => 'Verkoopkansenlijst' , 25 'LBL_OPPORTUNITY_INFORMATION' => 'Verkoopkans informatie:' , 26 'Potential No' => 'Verkoopkans Nr' , 27 'Amount' => 'Bedrag' , 28 'Next Step' => 'Volgende stap' , 29 'Sales Stage' => 'Verkoop stadium' , 30 'Probability' => 'Waarschijnlijkheid (%)' , 31 'Campaign Source' => 'Bron campagne' , 32 'Forecast Amount' => 'Verwachting bedrag' , 33 'Funnel' => 'Sales Funnel' , 34 'Potentials by Stage' => 'Verkoopkansen per stadium' , 35 'Total Revenue' => 'Omzet per Verkoper' , 36 'Top Potentials' => 'Top Verkoopkansen' , 37 'Forecast' => 'Verkoopvoorspelling' , 38 'Prospecting' => 'Kennismaking' , 39 'Qualification' => 'Kwalificatie' , 40 'Needs Analysis' => 'Behoeftenonderzoek' , 41 'Value Proposition' => 'Waardevoorstel' , 42 'Id. Decision Makers' => 'Identificeer Beslissers' , 43 'Perception Analysis' => 'Perceptieonderzoek' , 44 'Proposal/Price Quote' => 'Voorstel/Prijsopgave' , 45 'Negotiation/Review' => 'Onderhandeling/Afronding' , 46 'Closed Won' => 'Gesloten Gewonnen' , 47 'Closed Lost' => 'Gesloten Verloren' , 48 '--None--' => '--Geen--' , 49 'Existing Business' => 'Bestaande business' , 50 'New Business' => 'Nieuwe business' , 51 'LBL_EXPECTED_CLOSE_DATE_ON' => 'Verwachte sluiting op' , 52 'LBL_RELATED_CONTACTS' => 'Gerelateerde Contacten' , 53 'LBL_RELATED_PRODUCTS' => 'Gerelateerde Producten' , 54 ); 55 56 // statussen 57 $languageStrings['Proposal or Price Quote'] = 'Voorstel of Offerte'; # auto added 2014-04-17 19:04:55 58 $languageStrings['Potentials Won'] = 'Gewonnen Verkoopkansen'; # auto added 2014-04-17 19:04:55 59 $languageStrings['Negotiation or Review'] = 'Onderhandeling of Review'; # auto added 2014-04-17 19:04:55 60 61 // solves a language div word new is sametimes niuew/nieuwe depend on usage 62 $languageStrings['Nieuw Factuur'] = 'Nieuwe Factuur'; # auto added 2014-04-17 19:04:55
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 |