76 lines
3.0 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: 2012/02/28 23:40:22 $
* @source $Source: /var/lib/cvs/vtiger530/Dutch/modules/Webforms/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)
********************************************************************************/
$mod_strings = Array (
'Webforms' => 'Webformulieren',
'LBL_SUCCESS' => 'is toegevoegd aan het CRM.',
'LBL_FAILURE' => 'Toevoegen aan het CRM is mislukt.',
'LBL_ERROR_CODE' => 'Foutcode',
'LBL_ERROR_MESSAGE' => 'Foutboodschap',
'LBL_WEBFORM_NAME'=>'Webformulier naam',
'LBL_DESCRIPTION'=>'OMschrijving',
'LBL_MODULE'=>'Module',
'LBL_RETURNURL'=>'Return URL',
'LBL_ACTION'=>'Actie',
'LBL_ASSIGNED_TO'=>'Toegewezen aan',
'LBL_EDIT'=>'wijzig',
'LBL_DELETE'=>'verwijder',
'LBL_SOURCE'=>'Toon formulier',
'LBL_MODULE_INFORMATION'=>'Webformulierinformatie',
'LBL_FIELD_INFORMATION'=>'Veldinformatie',
'LBL_ENABLE'=>'Aanzetten',
'LBL_ENABLED'=>'Aangezet',
'LBL_FIELDLABEL'=>'Veldnaam',
'LBL_DEFAULT_VALUE'=>'Override waarde',
'LBL_NEUTRALIZEDFIELD'=>'Webformulier referentieveld',
'LBL_PUBLICID'=>'Publiek Id',
'LBL_NO_WEBFORM'=>'Geen webformulieren gevonden',
'LBL_CREATE_WEBFORM'=>'Maak een webformulier',
'LBL_POSTURL'=>'Post URL',
'LBL_REQUIRED'=>'Verplicht',
'LBL_STATUS'=>'Status',
'LBL_EMBED_MSG'=>'Voeg het onderstaande formulier in uw website toe',
'LBL_CANCEL'=>'Cancel',
'LBL_EDIT'=>'Bewerk',
'LBL_DELETE'=>'Verwijder',
'LBL_SAVE'=>'Opslaan',
'LBL_SELECT_VALUE'=>'--Selecteer Waarde --',
'LBL_BASIC_INFORMATION'=>'Basisinformatie',
'LBL_SELECT_USER'=>'Selecteer gebruiker',
);
?>