From 5693ad5e4b1890e1d159fb21ad27d5687ac76f65 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sat, 09 Jul 2016 03:06:09 -0400
Subject: [PATCH] Merge branch 'dutch-language' into 'stable-3.1'

---
 interface/web/dashboard/lib/lang/nl_dashlet_invoices.lng |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/interface/web/dashboard/lib/lang/nl_dashlet_invoices.lng b/interface/web/dashboard/lib/lang/nl_dashlet_invoices.lng
index a680daa..e15e174 100644
--- a/interface/web/dashboard/lib/lang/nl_dashlet_invoices.lng
+++ b/interface/web/dashboard/lib/lang/nl_dashlet_invoices.lng
@@ -1,18 +1,18 @@
 <?php
-$wb['invoices_txt'] = 'Invoices';
-$wb['invoice_no_txt'] = 'Invoice No.';
-$wb['amount_txt'] = 'Amount';
-$wb['date_txt'] = 'Date';
+$wb['invoices_txt'] = 'Facturen';
+$wb['invoice_no_txt'] = 'Factuur nr.';
+$wb['amount_txt'] = 'Aantal';
+$wb['date_txt'] = 'Datum';
 $wb['invoice_status_txt'] = 'Status';
-$wb['no_invoices_txt'] = 'No Invoices available.';
-$wb['paid_txt'] = 'Paid';
-$wb['unpaid_txt'] = 'Unpaid';
-$wb['paynow_txt'] = 'pay now';
+$wb['no_invoices_txt'] = 'Geen facturen beschikbaar.';
+$wb['paid_txt'] = 'Betaald';
+$wb['unpaid_txt'] = 'Niet betaald';
+$wb['paynow_txt'] = 'betaal nu';
 $wb['proforma_txt'] = 'Proforma';
 $wb['refunded_txt'] = 'Refunded';
 $wb['not_refunded_txt'] = 'Not refunded';
-$wb['invoice_type_invoice_txt'] = 'Invoice';
+$wb['invoice_type_invoice_txt'] = 'Factuur';
 $wb['invoice_type_proforma_txt'] = 'Proforma';
 $wb['invoice_type_refund_txt'] = 'Refund';
-$wb['invoice_type_reminder_txt'] = 'Reminder';
+$wb['invoice_type_reminder_txt'] = 'Herinnering';
 ?>

--
Gitblit v1.9.1