74 lines
4.1 KiB
PHP

<?php
/*******************************************************************************
* The contents of this file are subject to the following licences:
* - SugarCRM Public License Version 1.1.2 http://www.sugarcrm.com/SPL
* - vtiger CRM Public License Version 1.0
* You may not use this file except in compliance with the License
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
* Portions created by vtiger are Copyright (C) vtiger.
* Portions created by Vicus are Copyright (C) Vicus.
* All Rights Reserved.
* Feel free to use / redistribute these languagefiles under the VPL 1.0.
* This translations is based on earlier work of:
* - IT-Online.nl <www.it-online.nl>
* - Weltevree.org <www.Weltevree.org>
********************************************************************************/
/*******************************************************************************
* Vicus eBusiness Solutions Version Control
* @package NL-Dutch
* Description Dutch language pack for vtiger CRM version 5.3.x
* @author $Author: luuk $
* @version $Revision: 1.3 $ $Date: 2011/11/14 17:07:26 $
* @source $Source: /var/lib/cvs/vtiger530/Dutch/modules/PickList/language/nl_nl.lang.php,v $
* @copyright Copyright (c)2005-2011 Vicus eBusiness Solutions bv <info@vicus.nl>
* @license vtiger CRM Public License Version 1.0 (by definition)
********************************************************************************/
/**
* this file can be used to internationalise the strings present in the picklist
*/
$mod_strings = array(
'LBL_ASSIGN_BUTTON'=>'Toewijzen',
'ADD_PICKLIST_VALUES'=>'Voeg waarden toe',
'LBL_EXISTING_PICKLIST_VALUES'=>'Beschikbare waarden',
'LBL_PICKLIST_ADDINFO'=>'Voeg hier nieuwe waardes toe',
'LBL_SELECT_ROLES'=>'Selecteer rollen',
'LBL_NON_EDITABLE_PICKLIST_ENTRIES'=>'Niet-wijzigbare waarden',
'EDIT_PICKLIST_VALUE'=>'Wijzig waardes',
'LBL_EDIT_HERE'=>'Vervang door: ',
'LBL_SELECT_TO_EDIT'=>'Selecteer een waarde om te bewerken: ',
'DELETE_PICKLIST_VALUES'=>'Verwijder waarde',
'LBL_REPLACE_WITH'=>'Vervang door: ',
'ASSIGN_PICKLIST_VALUES'=>'Wijs waardes toe',
'LBL_PICKLIST_VALUES'=>'Beschikbare waardes',
'LBL_PICKLIST_VALUES_ASSIGNED_TO'=>'Waardes die zijn toegewezen aan ',
'LBL_ADD_TO_OTHER_ROLES'=>'Wijs toe aan andere rol',
'LBL_OK_BUTTON_LABEL'=>'Ok',
'LBL_SELECT_ROLES'=>'Selecteer rol',
'LBL_DISPLAYED_VALUES'=>'Alle beschikbare waardes voor deze rol staan hieronder',
// For Dependency picklist // since vtiger version 5.3
'LBL_PICKLIST_DEPENDENCY_SETUP' => 'Picklijst Afhankelijkheden Setup',
'LBL_PICKLIST_DEPENDENCY_DESCRIPTION' => 'Setup Afhankelijkheden tussen picklijstwaarden in elke module',
'LBL_NEW_DEPENDENCY' => 'Nieuwe Picklijst Afhankelijkheden',
'LBL_TOOLS' => 'Gereedschappen',
'LBL_SOURCE_FIELD' => 'Bronveld',
'LBL_TARGET_FIELD' => 'Doelveld',
'LBL_BUTTON_SELECTED_SOURCE_VALUES' => 'Selecteer Bronwaarden',
'LBL_SELECTED_SOURCE_VALUES_MSG' => 'Selecteer Bron Picklijstwaarden om de mapping te configureren',
'LBL_ERR_CYCLIC_DEPENDENCY' => 'Deze afhankelijkheid is niet toegestaan omdat deze resulteert in een cyclische afhankelijkheid',
'LBL_SELECTED_VALUES' => 'Geselecteerde waarden',
'LBL_CONFIGURE_DEPENDENCY_HELP_1' => 'Alleen gemapte picklijstwaarden van het bronveld zullen hieronder worden getoond (behalve de eerste keer)',
'LBL_CONFIGURE_DEPENDENCY_HELP_2' => "Indien u de mapping van de andere picklijstwaarden van het bronveld wilt zien of aanpassen, <br/>
moet u de waarden selecteren doro te klikken op <b>'Selecteer bronwaarden'</b> button on the right side",
'LBL_CONFIGURE_DEPENDENCY_HELP_3' => 'Geselecteerde waarden van de doelveldwaarden, zijn gehighlight als',
'LBL_OK_BUTTON_LABEL'=>'Ok',
'LBL_SELECT_ROLES'=>'Selecteer rollen',
'LBL_DISPLAYED_VALUES'=>'Alle beschikbare waarden voor de rol worden hieronder getoont',
);