From a626f71b9f37dc2a8098e1122dc647c6ee55714c Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 14 Sep 2017 17:42:52 +0200 Subject: [PATCH] New translations list.php (German) --- resources/lang/de_DE/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/de_DE/list.php b/resources/lang/de_DE/list.php index a88dec7a08..d907a9c832 100644 --- a/resources/lang/de_DE/list.php +++ b/resources/lang/de_DE/list.php @@ -82,4 +82,6 @@ return [ 'inward' => 'Inward description', 'outward' => 'Outward description', 'number_of_transactions' => 'Anzahl der Zahlungsvorgänge', + 'total_amount' => 'Total amount', + ];