84 lines
3.0 KiB
PHP
84 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.4 $ $Date: 2011/11/14 17:07:26 $
|
|
* @source $Source: /var/lib/cvs/vtiger530/Dutch/modules/Notes/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(
|
|
'LBL_MODULE_NAME'=>'Notities',
|
|
'LBL_MODULE_TITLE'=>'Notities: Home',
|
|
'LBL_SEARCH_FORM_TITLE'=>'Notities zoeken',
|
|
'LBL_LIST_FORM_TITLE'=>'Notitielijst',
|
|
'LBL_NEW_FORM_TITLE'=>'Nieuwe notities',
|
|
|
|
'LBL_LIST_SUBJECT'=>'Onderwerp',
|
|
'LBL_LIST_CONTACT_NAME'=>'Contactnaam',
|
|
'LBL_LIST_RELATED_TO'=>'Gerelateerd aan',
|
|
'LBL_LIST_DATE_MODIFIED'=>'Gewijzigd op',
|
|
|
|
'LBL_NOTE'=>'Notities:',
|
|
'LBL_NOTE_SUBJECT'=>'Notities onderwerp:',
|
|
'LBL_CONTACT_NAME'=>'Contactnaam:',
|
|
'LBL_PHONE'=>'Telefoon:',
|
|
'LBL_SUBJECT'=>'Onderwerp:',
|
|
'LBL_CLOSE'=>'Sluitingsdatum:',
|
|
'LBL_RELATED_TO'=>'Gerelateerd aan:',
|
|
'LBL_EMAIL_ADDRESS'=>'e-mailadres:',
|
|
'LBL_COLON'=>':',
|
|
|
|
'ERR_DELETE_RECORD'=>"Een veld moet zijn gespecificeerd om de account te verwijderen.",
|
|
'LBL_LIST_FILENAME'=>"Bestand",
|
|
|
|
// Added for Note(3.2-patch 3)
|
|
|
|
'LBL_FILENAME'=>'Bijlage:',
|
|
'LBL_NOTE_INFORMATION'=>'Notitie informatie',
|
|
|
|
// Added for 4GA
|
|
'LBL_TOOL_FORM_TITLE'=>'Notitie gereedschap',
|
|
// Added for 4GA
|
|
'Contact Name'=>'Contactnaam',
|
|
'Related To'=>'Gerelateerd aan',
|
|
'Subject'=>'Onderwerp',
|
|
'Created Time'=>'Aangemaakt',
|
|
'Modified Time'=>'Gewijzigd',
|
|
'Attachment'=>'Bijlage',
|
|
'Note'=>'Notitie',
|
|
//Added for 4.2 Release -- CustomView
|
|
'Related to'=>'Gerelateerd aan',
|
|
'Last Modified'=>'Gewijzigd op',
|
|
'File'=>'Bestand',
|
|
'LBL_ALL'=>'Alles',
|
|
'Title'=>'Titel',
|
|
|
|
);
|
|
|
|
?>
|