Fix text encoding in french lang file
This commit is contained in:
parent
54d8e103d9
commit
e08c706d3c
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue