From e08c706d3c50dbe8bcc60fcc45df008c3984bf6c Mon Sep 17 00:00:00 2001 From: Emmanuel Papin Date: Mon, 22 Dec 2014 02:45:01 +0100 Subject: [PATCH] Fix text encoding in french lang file --- web/lang/fr_fr.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/lang/fr_fr.php b/web/lang/fr_fr.php index 7f63f25e9..a5900fb7e 100644 --- a/web/lang/fr_fr.php +++ b/web/lang/fr_fr.php @@ -372,8 +372,8 @@ $SLANG = array( 'Images' => 'Images', 'In' => 'In', 'Include' => 'Inclure', - 'IncludeNatDet' => 'Inclure détection native', - 'Inverted' => 'Inversé', + 'IncludeNatDet' => 'Inclure détection native', + 'Inverted' => 'Inversé', 'Iris' => 'Iris', 'KeyString' => 'Key String', 'Label' => 'Label', @@ -560,8 +560,8 @@ $SLANG = array( 'Real' => 'Réel', 'Record' => 'Enreg.', 'RefImageBlendPct' => 'Reference Image Blend %ge', - 'Refresh' => 'Rafraîchir', - 'ReInitNatDet' => 'Réinit. détection native', + 'Refresh' => 'Rafraîchir', + 'ReInitNatDet' => 'Réinit. détection native', 'Remote' => 'Remote', 'RemoteHostName' => 'Remote Host Name', 'RemoteHostPath' => 'Remote Host Path', @@ -575,7 +575,7 @@ $SLANG = array( 'ReplayAll' => 'All Events', 'ReplayGapless' => 'Gapless Events', 'ReplaySingle' => 'Single Event', - 'RequireNatDet' => 'Détection native requise', + 'RequireNatDet' => 'Détection native requise', 'Reset' => 'Reset', 'ResetEventCounts' => 'Rem. à 0 comptage des évts', 'Restart' => 'Redémarrer',