UI: Fixed a French resource appearing in English (and removed some leftover backslashes)
This commit is contained in:
parent
c6f7afd3b9
commit
53797acc99
1 changed files with 5 additions and 6 deletions
|
@ -208,7 +208,6 @@
|
|||
<Control ID="lblExpansionPort">Expansion Port:</Control>
|
||||
<Control ID="chkFourScore">Use Four Score accessory</Control>
|
||||
<Control ID="chkAutoConfigureInput">Automatically configure controllers when loading a game</Control>
|
||||
<Control ID="tpgEmulatorKeys">Raccourcis de l'émulateur</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Advanced</Control>
|
||||
<Control ID="grpDisplayInput">Display Controller Input</Control>
|
||||
|
@ -371,8 +370,8 @@
|
|||
<Control ID="chkMstFormat">.MST (Mesen Save State)</Control>
|
||||
|
||||
<Control ID="grpDataStorageLocation">Data Storage Location</Control>
|
||||
<Control ID="radStorageDocuments">Store Mesen\'s data in my user profile</Control>
|
||||
<Control ID="radStoragePortable">Store Mesen\'s data in the same folder as the application</Control>
|
||||
<Control ID="radStorageDocuments">Store Mesen's data in my user profile</Control>
|
||||
<Control ID="radStoragePortable">Store Mesen's data in the same folder as the application</Control>
|
||||
<Control ID="lblDataLocation">Folder:</Control>
|
||||
|
||||
<Control ID="grpPathOverrides">Folder Overrides</Control>
|
||||
|
@ -398,7 +397,7 @@
|
|||
<Control ID="lblRewindMinutes">minutes (Memory Usage ≈1MB/min)</Control>
|
||||
|
||||
<Control ID="tpgShortcuts">Shortcut Keys</Control>
|
||||
<Control ID="lblShortcutWarning">Attention: Votre configuration actuelle contient des conflicts. Veuillez réviser votre configuration et la corriger au besoin.</Control>
|
||||
<Control ID="lblShortcutWarning">Warning: Your current configuration contains conflicting key bindings. If this is not intentional, please review and correct your key bindings.</Control>
|
||||
<Control ID="colAction">Action</Control>
|
||||
<Control ID="colBinding1">Binding #1</Control>
|
||||
<Control ID="colBinding2">Binding #2</Control>
|
||||
|
@ -626,9 +625,9 @@
|
|||
<Form ID="frmConfigWizard" Title="Mesen - Configuration">
|
||||
<Control ID="lblMesen">Mesen - NES Emulator</Control>
|
||||
<Control ID="lblConfigWizard">Configuration Wizard</Control>
|
||||
<Control ID="lblInitialSetup">Please take a moment to perform Mesen\'s initial setup.</Control>
|
||||
<Control ID="lblInitialSetup">Please take a moment to perform Mesen's initial setup.</Control>
|
||||
<Control ID="lblStorageLocation">Data Storage Location</Control>
|
||||
<Control ID="lblStorageHint">Select where you want to store Mesen\'s data:</Control>
|
||||
<Control ID="lblStorageHint">Select where you want to store Mesen's data:</Control>
|
||||
<Control ID="radStorageDocuments">Store the data in my user profile</Control>
|
||||
<Control ID="radStoragePortable">Store the data in the same folder as the application</Control>
|
||||
<Control ID="lblDataLocation">Folder:</Control>
|
||||
|
|
Loading…
Add table
Reference in a new issue