From 23be3afc9d11a6ac0ebbe595c552d00838628596 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:50:07 +0200 Subject: [PATCH] New translations list.php (French) --- resources/lang/fr_FR/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php index 99c046801a..786e6a801a 100644 --- a/resources/lang/fr_FR/list.php +++ b/resources/lang/fr_FR/list.php @@ -88,7 +88,7 @@ return [ 'budget_count' => 'Nombre de budgets', 'rule_and_groups_count' => 'Nombre de règles et de groupes de règles', 'tags_count' => 'Nombre d’étiquettes', - 'inward' => 'Inward description', - 'outward' => 'Outward description', - 'number_of_transactions' => 'Number of transactions', + 'inward' => 'Description vers l’intérieur', + 'outward' => 'Description de l’extérieur', + 'number_of_transactions' => 'Nombre de transactions', ]; \ No newline at end of file