[ 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 'Leads' => 'Leads' , 12 'SINGLE_Leads' => 'Lead' , 13 'LBL_RECORDS_LIST' => 'Leadslijst' , 14 'LBL_ADD_RECORD' => 'Voeg Lead toe' , 15 'LBL_LEAD_INFORMATION' => 'Lead informatie' , 16 'Lead No' => 'Lead Nr' , 17 'Company' => 'Bedrijf' , 18 'Designation' => 'Functie' , 19 'Website' => 'Website' , 20 'Industry' => 'Industrie' , 21 'Lead Status' => 'Status lead' , 22 'No Of Employees' => 'Aantal medewerkers' , 23 '--None--' => '--Geen--' , 24 'Mr.' => 'heer' , 25 'Ms.' => 'mevrouw' , 26 'Mrs.' => 'mejuffrouw' , 27 'Dr.' => 'dr.' , 28 'Prof.' => 'prof.' , 29 'Attempted to Contact' => 'Contact gezocht' , 30 'Cold' => 'Koud' , 31 'Contact in Future' => 'Contakt in toekomst' , 32 'Contacted' => 'Gecontacteerd' , 33 'Hot' => 'Warm' , 34 'Hot Leads' => 'Hot Leads', 35 'Junk Lead' => 'Junk Lead' , 36 'Lost Lead' => 'Verloren Lead' , 37 'Not Contacted' => 'Niet gecontacteerd' , 38 'Pre Qualified' => 'Voorgekwalificeerd' , 39 'Qualified' => 'Gekwalificeerd' , 40 'Warm' => 'Warm' , 41 'LBL_CONVERT_LEAD' => 'Converteer Lead:' , 42 'LBL_TRANSFER_RELATED_RECORD' => 'Verplaats gerelateerde record naar', 43 'LBL_CONVERT_LEAD_ERROR' => 'U moet of Organisatie of Contact selecteren om Lead te converteren', 44 'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Modules Uitgeschakelt' , 45 'CANNOT_CONVERT' => 'Geen Conversie Mogelijk' , 46 'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'Hetvolgende is een van de mogelijke redenen', 47 'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'Niet alle verplichte velden zijn gekoppeld', 48 'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Enkele van de verplichte velden zijn leeg', 49 'LBL_LEADS_FIELD_MAPPING' => 'Leads Maatwerk Veldmapping' , 50 'LBL_CUSTOM_FIELD_MAPPING' => 'Bewerk Veld Mapping' , 51 52 ); 53 $jsLanguageStrings = array( 54 'JS_SELECT_CONTACTS' => 'Selecteer Contacten om verder te gaan', 55 'JS_SELECT_ORGANIZATION' => 'Selecteer Organisatie om verder te gaan', 56 'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'Conversie vereist selectie van Contact of Organisatie', 57 );
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 |