From ca861e2a5d467372f64d93cd4a669e8229c43178 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 14 Sep 2017 17:42:53 +0200 Subject: [PATCH] New translations list.php (French) --- resources/lang/fr_FR/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php index ea5e26188f..b33f9e8c76 100644 --- a/resources/lang/fr_FR/list.php +++ b/resources/lang/fr_FR/list.php @@ -82,4 +82,6 @@ return [ 'inward' => 'Description vers l’intérieur', 'outward' => 'Description de l’extérieur', 'number_of_transactions' => 'Nombre de transactions', + 'total_amount' => 'Total amount', + ];