[ 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.3 $ $Date: 2014/09/07 21:06:45 $ 16 * @source $Source: /var/lib/cvs/vtiger600/languages/nl_nl/Settings/Leads.php,v $ 17 * @copyright 2005-2014 Vicus eBusiness Solutions B.V. <[email protected]> 18 * @link http://www.vicus.nl 19 ************************************************************************************/ 20 $languageStrings = array( 21 'LBL_SAVED_SUCCESSFULLY' => 'Succesvol Opgeslagen' , // TODO: Review 22 'LBL_DELETED_SUCCESSFULLY' => 'Succesvol Verwijderd' , // TODO: Review 23 'LBL_INVALID_MAPPING' => 'Ongeldige mapping' , // TODO: Review 24 'LBL_CONVERT_LEAD_FIELD_MAPPING' => 'Converteer Leadmapping' , // TODO: Review 25 'LBL_FIELD_LABEL' => 'Veldlabel' , // TODO: Review 26 'LBL_FIELD_TYPE' => 'Veldtype' , // TODO: Review 27 'LBL_MAPPING_WITH_OTHER_MODULES' => 'Mapping met andere modules' , // TODO: Review 28 'LBL_ORGANIZATIONS' => 'Organisaties' , // TODO: Review 29 'LBL_CONTACTS' => 'Contacten' , // TODO: Review 30 'LBL_OPPURTUNITIES' => 'Verkoopkansen' , // TODO: Review 31 'LBL_ADD_MAPPING' => 'Voeg mapping toe' , // TODO: Review 32 'LBL_NONE' => 'Geen' , // TODO: Review 33 'phone' => 'Telefoon' , // TODO: Review 34 'picklist' => 'Picklijst' , // TODO: Review 35 'email' => 'E-mail' , // TODO: Review 36 'text' => 'String' , // TODO: Review 37 'currency' => 'Valuta' , // TODO: Review 38 'multiSelectCombo' => 'Multi-Select Combo Box' , // TODO: Review 39 'time' => 'Tijd' , // TODO: Review 40 'textArea' => 'Tekstgebied' , // TODO: Review 41 'url' => 'Url' , // TODO: Review 42 'string' => 'String' , // TODO: Review 43 'checkBox' => 'Checkbox' , // TODO: Review 44 'date' => 'Datum' , // TODO: Review 45 'decimal' => 'Decimaal' , // TODO: Review 46 'percent' => 'Percentage' , // TODO: Review 47 'skype' => 'Skype' , // TODO: Review 48 ); 49 $jsLanguageStrings = array( 50 'JS_NONE' => 'Geen' , // TODO: Review 51 'JS_IS_ALREADY_BEEN_MAPPED' => 'is al gemapped' , // TODO: Review 52 'JS_CANT_MAP' => 'Kan niet mappen' , // TODO: Review 53 'JS_WITH' => 'met' , // TODO: Review 54 'JS_MAPPING_DELETED_SUCCESSFULLY' => 'Mapping Succesvol verwijderd', // TODO: Review 55 'JS_phone' => 'Telefoon' , // TODO: Review 56 'JS_picklist' => 'Picklijst' , // TODO: Review 57 'JS_email' => 'E-mail' , // TODO: Review 58 'JS_text' => 'String' , // TODO: Review 59 'JS_currency' => 'Valuta' , // TODO: Review 60 'JS_multiSelectCombo' => 'Multi-Select Combo Box' , // TODO: Review 61 'JS_time' => 'Tijd' , // TODO: Review 62 'JS_textArea' => 'Tekstgebied' , // TODO: Review 63 'JS_url' => 'Url' , // TODO: Review 64 'JS_string' => 'String' , // TODO: Review 65 'JS_checkBox' => 'Checkbox' , // TODO: Review 66 'JS_date' => 'Datum' , // TODO: Review 67 'JS_decimal' => 'Decimaal' , // TODO: Review 68 'JS_percent' => 'Percentage' , // TODO: Review 69 'JS_skype' => 'Skype' , // TODO: Review 70 'JS_None' => 'Geen' , // TODO: Review 71 'JS_integer' => 'Integer', 72 );
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 |