From eebbbdd0dc9bd6080f8caf50564a1b17e0592007 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 10:50:16 +0200 Subject: [PATCH] New translations list.php (Dutch) --- resources/lang/nl_NL/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php index 0f6fef3101..38ccf0caba 100644 --- a/resources/lang/nl_NL/list.php +++ b/resources/lang/nl_NL/list.php @@ -88,7 +88,7 @@ return [ 'budget_count' => 'Aantal budgetten', 'rule_and_groups_count' => 'Aantal regels en regelgroepen', 'tags_count' => 'Aantal tags', - 'inward' => 'Inward description', - 'outward' => 'Outward description', - 'number_of_transactions' => 'Number of transactions', + 'inward' => 'Binnenwaartse beschrijving', + 'outward' => 'Buitenwaartse beschrijving', + 'number_of_transactions' => 'Aantal transacties', ]; \ No newline at end of file