69 lines
3.5 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/ConfigEditor/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 (
'ConfigEditor' => 'ConfigEditor',
'LBL_CONFIG_EDITOR' => 'Configuratiebewerker',
'LBL_SETTINGS' => 'Instellingen',
'LBL_CONFIG_EDIT'=>'Bewerk de Configuratie van vtiger CRM',
'SINGLE_ConfigEditor' => 'ConfigEditor',
'LBL_TRUE'=> 'aan',
'LBL_FALSE'=> 'uit',
'LBL_MAX_UPLOAD_SIZE_MSG'=> 'Maximale upload omvang is 5MB',
'LBL_INVALID_EMAIL_MSG'=>'Ongeldig e-mailadres',
'LBL_EMPTY_NAME_MSG'=> 'Supportnaam mag niet leeg zijn',
'LBL_MAX_LISTVIEW_ENTRIES_MSG'=>'Maximale regels in de lijsten is 100',
'LBL_MAX_HISTORY_VIEWED_MSG'=>'Geef a.u.b. een getal in de range 1-5',
'LBL_MAX_TEXTLENGTH_LISTVIEW_MSG'=>'Maximale tekst lengte is 100',
'LBL_MB'=>'MB',
'LBL_MINI_CALENDAR_DISPLAY' => 'Minikalender tonen',
'LBL_WORLD_CLOCK_DISPLAY'=>'Wereldklok tonen',
'LBL_CALCULATOR_DISPLAY'=>'Calculator tonen',
'LBL_USE_RTE'=>'Gebruik RTE',
'LBL_HELPDESK_SUPPORT_EMAILID'=>'Helpdesk support e-mail',
'LBL_HELPDESK_SUPPORT_NAME'=>'Helpdesk support naam',
'LBL_MAX_UPLOAD_SIZE'=>'Maximale uploadomvang (Max 5MB)',
'LBL_MAX_HISTORY_VIEWED'=>'Max. geschiedenis getoond',
'LBL_DEFAULT_MODULE'=>'Standaard Module',
'LBL_MAX_TEXT_LENGTH_IN_LISTVIEW'=>'Max. tekstlengte in lijsten',
'LBL_MAX_ENTRIES_PER_PAGE_IN_LISTVIEW'=>'Max. regels per pagina in de lijsten',
'LBL_CONFIG_FILE'=>'config.inc.php',
'LBL_CONFIG_EDIT_CAUTION_INFO' =>'U bewerkt momenteel de configuratieinstellingen van vtiger CRM.',
'LBL_DOUBLE_CHECK_INFO'=>'Controleer alles goed alvorens de waarden op te slaan.',
'LBL_HELP_INFO'=>"Dit wordt gebruikt als 'From e-mailadres' om een e-mail te sturen naar nieuw aangemaakte gebruikers met login credentials,
voor het sturen van e-mails naar ticket eigenaren over toegewezen tickets, e-mails met herinneringen en notificaties.",
);
?>