Files
CRM/languages/nl_nl/Services.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

33 lines
2.0 KiB
PHP

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = array(
'Services' => 'Diensten' ,
'SINGLE_Services' => 'Dienst' ,
'LBL_ADD_RECORD' => 'Voeg Dienst toe' ,
'LBL_RECORDS_LIST' => 'DienstenLijst' ,
'LBL_SERVICE_INFORMATION' => 'Diensten Informatie' ,
'LBL_MORE_CURRENCIES' => 'meer valuta' ,
'LBL_PRICES' => 'Diensten Prijzen' ,
'LBL_PRICE' => 'Prijs' ,
'LBL_RESET_PRICE' => 'Reset Prijs' ,
'LBL_RESET' => 'Reset' ,
'LBL_ADD_TO_PRICEBOOKS' => 'Voeg toe aan Prijslijsten' ,
'Service Name' => 'Dienstnaam' ,
'Service Active' => 'Actief' ,
'Service Category' => 'Categorie' ,
'Service No' => 'Dienst Nr' ,
'Owner' => 'Eigenaar' ,
'No of Units' => 'Aantal eenheden' ,
'Commission Rate' => 'Commissie (%)' ,
'Price' => 'Prijs' ,
'Usage Unit' => 'Verbruikseenheid' ,
'Tax Class' => 'Belastingklasse' ,
'Website' => 'Website' ,
);