From 8b36c17e30557f427305f58a978512ebcc080ccc Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 28 Sep 2017 09:01:00 +0200 Subject: [PATCH] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 281438f250..59ce7ff571 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -947,6 +947,17 @@ return [ 'delete_journal_link' => 'Supprimez le lien entre :source et :destination', 'deleted_link' => 'Lien supprimé', + // link translations: + 'relates to_inward' => 'relates to', + 'is (partially) refunded by_inward' => 'is (partially) refunded by', + 'is (partially) paid for by_inward' => 'is (partially) paid for by', + 'is (partially) reimbursed by_inward' => 'is (partially) reimbursed by', + 'relates to_outward' => 'relates to', + '(partially) refunds_outward' => '(partially) refunds', + '(partially) pays for_outward' => '(partially) pays for', + '(partially) reimburses_outward' => '(partially) reimburses', + + // split a transaction: 'splits' => 'Scinder', 'add_another_split' => 'Ajouter une autre fraction',