[ 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 * @version $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/Leads.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 'Leads' => 'Leads' , 22 'SINGLE_Leads' => 'Lead' , 23 'LBL_RECORDS_LIST' => 'Leadslijst' , 24 'LBL_ADD_RECORD' => 'Voeg Lead toe' , 25 'LBL_LEAD_INFORMATION' => 'Lead informatie' , 26 'Lead No' => 'Lead Nr' , 27 'Company' => 'Organisatie' , 28 'Designation' => 'Functie' , 29 'Website' => 'Website' , 30 'Industry' => 'Industrie' , 31 'Lead Status' => 'Leadstatus' , 32 'No Of Employees' => 'Aantal medewerkers' , 33 '--None--' => '--Geen--' , 34 'Mr.' => 'heer' , 35 'Ms.' => 'mevrouw' , 36 'Mrs.' => 'mejuffrouw' , 37 'Dr.' => 'dr.' , 38 'Prof.' => 'prof.' , 39 'Attempted to Contact' => 'Contactpoging gedaan' , 40 'Cold' => 'Koud' , 41 'Contact in Future' => 'Contact in toekomst' , 42 'Contacted' => 'Contact gehad' , 43 'Hot' => 'Warm' , 44 'Hot Leads' => 'Warme Leads', 45 'Junk Lead' => 'Ongewenste Lead' , 46 'Lost Lead' => 'Verloren Lead' , 47 'Not Contacted' => 'Geen contact gehad' , 48 'Pre Qualified' => 'Voorgekwalificeerd' , 49 'Qualified' => 'Gekwalificeerd' , 50 'Warm' => 'Warm' , 51 'LBL_CONVERT_LEAD' => 'Converteer Lead' , 52 'LBL_TRANSFER_RELATED_RECORD' => 'Verplaats gerelateerde record naar', 53 'LBL_CONVERT_LEAD_ERROR' => 'U moet een Organisatie of Contact selecteren om Lead te kunnen converteren', 54 'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Modules Uitgeschakeld' , 55 'CANNOT_CONVERT' => 'Geen Conversie Mogelijk' , 56 'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'Het volgende is ��n van de mogelijke redenen', 57 'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'Niet alle verplichte velden zijn gekoppeld', 58 'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Enkele van de verplichte velden zijn leeg', 59 'LBL_LEADS_FIELD_MAPPING' => 'Eigen veldmapping voor Leads' , 60 'LBL_CUSTOM_FIELD_MAPPING' => 'Bewerk veldmapping' , 61 'LBL_WEBFORMS' => 'Configureer Webformulieren' , // check: is this label wrong here? 62 ); 63 $jsLanguageStrings = array( 64 'JS_SELECT_CONTACTS' => 'Selecteer Contacten om verder te gaan', 65 'JS_SELECT_ORGANIZATION' => 'Selecteer Organisatie om verder te gaan', 66 'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'Conversie vereist selectie van Contact of Organisatie', 67 ); 68 69 // missing? or are these combined strings? 70 $languageStrings['This Month Leads'] = 'Leads van deze maand'; # auto added 2014-04-17 19:04:44 71 $languageStrings['Google Map'] = 'Google Map'; # auto added 2014-04-17 19:04:44
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 |