From 289e1445217f0ed0beb835f075df75afff620b45 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 07:07:24 +0200 Subject: [PATCH] New translations list.php (German) --- resources/lang/de_DE/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/de_DE/list.php b/resources/lang/de_DE/list.php index d18f01a6d5..b281e29a43 100644 --- a/resources/lang/de_DE/list.php +++ b/resources/lang/de_DE/list.php @@ -88,7 +88,7 @@ return [ 'budget_count' => 'Anzahl Budgets', 'rule_and_groups_count' => 'Anzahl Regeln und Regelgruppen', 'tags_count' => 'Anzahl Tags', - 'inward' => 'Inward description', - 'outward' => 'Outward description', - 'number_of_transactions' => 'Number of transactions', + 'inward' => '', + 'outward' => '', + 'number_of_transactions' => '', ]; \ No newline at end of file