From f4ac589eabaf087192bb0fa94f6e6c3bce1306b0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 14 Sep 2017 17:42:48 +0200 Subject: [PATCH] New translations list.php (Dutch) --- resources/lang/nl_NL/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php index 4084a9ecf0..772475535a 100644 --- a/resources/lang/nl_NL/list.php +++ b/resources/lang/nl_NL/list.php @@ -82,4 +82,6 @@ return [ 'inward' => 'Binnenwaartse beschrijving', 'outward' => 'Buitenwaartse beschrijving', 'number_of_transactions' => 'Aantal transacties', + 'total_amount' => 'Total amount', + ];