From 6d508e61a041b6f921a5d702c0c0cddaaad89da6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Apr 2017 09:40:28 +0200 Subject: [PATCH] New translations form.php (Dutch) --- resources/lang/nl_NL/form.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index 63fa28dfe4..bed5859214 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -64,11 +64,11 @@ return [ 'expense_account' => 'Crediteur', 'revenue_account' => 'Debiteur', 'decimal_places' => 'Aantal decimalen', - 'exchange_rate_instruction' => 'Foreign currencies', - 'exchanged_amount' => 'Exchanged amount', - 'source_amount' => 'Amount (source)', - 'destination_amount' => 'Amount (destination)', - 'native_amount' => 'Native amount', + 'exchange_rate_instruction' => 'Vreemde valuta', + 'exchanged_amount' => 'Uitgewisseld bedrag', + 'source_amount' => 'Bronbedrag', + 'destination_amount' => 'Doelbedrag', + 'native_amount' => 'Origineel bedrag', 'revenue_account_source' => 'Debiteur (bron)', 'source_account_asset' => 'Bronrekening (betaalrekening)',