89 lines
3.4 KiB
PHP
89 lines
3.4 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/Services/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'=>'Diensten',
|
||
|
'SINGLE_Services'=>'Dienst',
|
||
|
'LBL_LIST_SERVICE_NAME'=>'Dienst Naam',
|
||
|
'LBL_PRICEBOOK'=>'Prijslijst:',
|
||
|
'LBL_PRICEBOOK_INFORMATION'=>'Prijslijst Informatie:',
|
||
|
'LBL_PRICING_INFORMATION'=>'Prijs Informatie:',
|
||
|
'LBL_LIST_FORM_TITLE'=>'Diensten Lijst',
|
||
|
'LBL_LIST_PRICEBOOK_FORM_TITLE'=>'Prijslijsten',
|
||
|
'LBL_SERVICE_UNIT_PRICE'=>'Prijs per eenheid',
|
||
|
'LBL_PB_LIST_PRICE'=>'Standaardprijs',
|
||
|
'LBL_SERVICE_INFORMATION'=>'Dienst Informatie',
|
||
|
'LBL_CUSTOM_INFORMATION'=>'Extra Informatie',
|
||
|
'LBL_DESCRIPTION_INFORMATION'=>'Omschrijving',
|
||
|
|
||
|
'LBL_ADD_PRICEBOOK_BUTTON_LABEL'=>'Voeg toe aan Prijslijsten',
|
||
|
|
||
|
'Services'=>'Diensten',
|
||
|
'Service Name'=>'Dienstnaam',
|
||
|
'Service Active'=>'Actief',
|
||
|
'Service Category'=>'Categorie',
|
||
|
'Service No'=>'Dienst Nr',
|
||
|
'Owner'=>'Eigenaar',
|
||
|
'Days'=>'Dagen',
|
||
|
'Hours'=>'Uren',
|
||
|
'Incidents'=>'Incidenten',
|
||
|
'No of Units'=>'Aantal eenheden',
|
||
|
'Commission Rate'=>'Commissie (%)',
|
||
|
'Unit Price'=>'Prijs per eenheid',
|
||
|
'Price'=>'Prijs',
|
||
|
'Support Start Date'=>'Ondersteuning Startdatum',
|
||
|
'Support Expiry Date'=>'Ondersteuning Einddatum',
|
||
|
'Sales Start Date'=>'Verkoop startdatum',
|
||
|
'Sales End Date'=>'Verkoop einddatum',
|
||
|
'Created Time'=>'Gemaakt',
|
||
|
'Modified Time'=>'Gewijzigd',
|
||
|
'Related To'=>'Gerealeteerd aan',
|
||
|
'Usage Unit'=>'Verbruikseenheid',
|
||
|
'Currency'=>'Valuta',
|
||
|
'Tax Class'=>'Belastingklasse',
|
||
|
'Website'=>'Website',
|
||
|
'Description'=>'Omschrijving',
|
||
|
|
||
|
'Price Book Name'=>'Prijslijst naam',
|
||
|
|
||
|
'LBL_NO_TAXES_ASSOCIATED'=>'Er zijn geen BTW-percentages gekoppeld aan deze service',
|
||
|
'--None--'=>'--None--',
|
||
|
'Installation'=>'Installatie',
|
||
|
'Migration'=>'Migratie',
|
||
|
'Customization'=>'Maatwerk',
|
||
|
'Training'=>'Training',
|
||
|
|
||
|
);
|
||
|
|
||
|
?>
|