Fix text encoding in french lang file
This commit is contained in:
parent
54d8e103d9
commit
e08c706d3c
|
@ -372,8 +372,8 @@ $SLANG = array(
|
||||||
'Images' => 'Images',
|
'Images' => 'Images',
|
||||||
'In' => 'In',
|
'In' => 'In',
|
||||||
'Include' => 'Inclure',
|
'Include' => 'Inclure',
|
||||||
'IncludeNatDet' => 'Inclure détection native',
|
'IncludeNatDet' => 'Inclure détection native',
|
||||||
'Inverted' => 'Inversé',
|
'Inverted' => 'Inversé',
|
||||||
'Iris' => 'Iris',
|
'Iris' => 'Iris',
|
||||||
'KeyString' => 'Key String',
|
'KeyString' => 'Key String',
|
||||||
'Label' => 'Label',
|
'Label' => 'Label',
|
||||||
|
@ -560,8 +560,8 @@ $SLANG = array(
|
||||||
'Real' => 'Réel',
|
'Real' => 'Réel',
|
||||||
'Record' => 'Enreg.',
|
'Record' => 'Enreg.',
|
||||||
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
||||||
'Refresh' => 'Rafraîchir',
|
'Refresh' => 'Rafraîchir',
|
||||||
'ReInitNatDet' => 'Réinit. détection native',
|
'ReInitNatDet' => 'Réinit. détection native',
|
||||||
'Remote' => 'Remote',
|
'Remote' => 'Remote',
|
||||||
'RemoteHostName' => 'Remote Host Name',
|
'RemoteHostName' => 'Remote Host Name',
|
||||||
'RemoteHostPath' => 'Remote Host Path',
|
'RemoteHostPath' => 'Remote Host Path',
|
||||||
|
@ -575,7 +575,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'All Events',
|
'ReplayAll' => 'All Events',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Single Event',
|
'ReplaySingle' => 'Single Event',
|
||||||
'RequireNatDet' => 'Détection native requise',
|
'RequireNatDet' => 'Détection native requise',
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'ResetEventCounts' => 'Rem. à 0 comptage des évts',
|
'ResetEventCounts' => 'Rem. à 0 comptage des évts',
|
||||||
'Restart' => 'Redémarrer',
|
'Restart' => 'Redémarrer',
|
||||||
|
|
Loading…
Reference in New Issue