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

39 lines
2.3 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(
'Invoice' => 'Facturen' ,
'SINGLE_Invoice' => 'Factuur' ,
'LBL_EXPORT_TO_PDF' => 'Exporteer naar PDF' ,
'LBL_SEND_MAIL_PDF' => 'Send Email with PDF' , // TODO: Review
'LBL_ADD_RECORD' => 'Voeg factuur toe' ,
'LBL_RECORDS_LIST' => 'Factuurlijst' ,
'LBL_INVOICE_INFORMATION' => 'Factuur informatie' ,
'Sales Order' => 'Verkooporder' ,
'Customer No' => 'Klantnummer' ,
'Invoice Date' => 'Factuurdatum' ,
'Purchase Order' => 'Inkooporder' ,
'Sales Commission' => 'Verkoopcommissie' ,
'Invoice No' => 'Factuur Nr' ,
'LBL_RECEIVED' => 'Received' , // TODO: Review
'LBL_BALANCE' => 'Balance' , // TODO: Review
'Sent' => 'Verstuurd' ,
'Credit Invoice' => 'Creditnota' ,
'Paid' => 'Betaald' ,
'AutoCreated' => 'AutomatischGegenereerd' ,
'Cancel' => 'Annuleer' ,
'LBL_NOT_A_BUNDLE' => 'Niet een bundel',
'LBL_SUB_PRODUCTS' => 'Sub Producten',
'LBL_ACTION' => 'Actie',
'LBL_THIS' => 'Dit',
'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'wordt het verwijderd uit het systeem.verwijder of vervang deze post',
'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'Dit onderdeel van het systeem is verwijderd,verwijder deze regelitems',
);