From adaa89c24065bda90f4ee45d44d0c5967ac38b71 Mon Sep 17 00:00:00 2001 From: Arthur Maroulier Date: Mon, 26 Jan 2015 22:38:23 +0100 Subject: [PATCH] Fix french translations. For history feature. --- app/lang/fr/texts.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/lang/fr/texts.php b/app/lang/fr/texts.php index 884eee1fffbd..d67f63ef801e 100644 --- a/app/lang/fr/texts.php +++ b/app/lang/fr/texts.php @@ -484,11 +484,11 @@ return array( 'discount_percent' => 'Pourcent', 'discount_amount' => 'Montant', - 'invoice_history' => 'Invoice History', - 'quote_history' => 'Quote History', - 'current_version' => 'Current version', - 'select_versiony' => 'Select version', - 'view_history' => 'View History', + 'invoice_history' => 'Historique des factures', + 'quote_history' => 'Historique des devis', + 'current_version' => 'Version courante', + 'select_versiony' => 'Choix de la verison', + 'view_history' => 'Consulter l\'historique', ); \ No newline at end of file