Skip to content

Commit

Permalink
Corrected some translation in french
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueBird67 committed Aug 27, 2023
1 parent 1a38b7b commit e618f06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@
<Paragraph Margin="30 0 0 0"> Option file location <Run Text="{Binding Path=OptionFileLocation}"></Run>
</Paragraph>
<Paragraph Foreground="LightGreen" Margin="0 10 0 0">Updates history</Paragraph>
<Paragraph Margin="0" FontWeight="Bold">v1.14 (27/08/2023)</Paragraph>
<Paragraph Margin="0" xml:space="preserve"> - Add multilanguage, with english and french, auto detected by OS language (english is default)</Paragraph>
<Paragraph Margin="0" xml:space="preserve"> - Correct bug of shortcuts (issues 4)</Paragraph>
<Paragraph Margin="0" FontWeight="Bold">v1.13 (31/07/2023)</Paragraph>
<Paragraph Margin="0" xml:space="preserve"> - Move configuration file folder BlackScreensPrefs.xml to c:\users\%user%\AppData\Roaming\Blackscreens</Paragraph>
<Paragraph Margin="0" FontWeight="Bold">v1.12 (29/07/2023)</Paragraph>
Expand Down
6 changes: 3 additions & 3 deletions Properties/Resources.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
<data name="alt2_switch" xml:space="preserve">
<value>Alt+2 : switch 2ème écran</value>
</data>
<data name="alt3_switch" xml:space="preserve">
<value>Alt+3 : switch 3ème écran</value>
</data>
<data name="alt4_switch" xml:space="preserve">
<value>Alt + 4 : switch 4ème écran</value>
</data>
Expand All @@ -135,9 +138,6 @@
<data name="alt6_switch" xml:space="preserve">
<value>Alt + 6 : switch 6ème écran</value>
</data>
<data name="alt_3switch" xml:space="preserve">
<value>Alt+3 : switch 3ème écran</value>
</data>
<data name="exitBtn" xml:space="preserve">
<value>Quitter</value>
</data>
Expand Down

0 comments on commit e618f06

Please sign in to comment.