dolphin/Source/Core/DolphinWX/Input
JosJuice 3f13dbe087 Translate certain button names but not all
Some button names should be translated, for instance Up, Left and such.
At the same time, some other button names shouldn't be translated,
for reasons that might be less obvious. In 0146456af, I removed the
_trans markers for button names that never need to be translated
(such as A and B), but that isn't actually enough to ensure that
DolphinWX won't try to translate them anyway. This commit adds a bool
that explicitly tells the GUI whether a button name should be translated.
Otherwise we'll have problems like the GUI treating the button name "B"
(which isn't supposed to be translated) as matching the translatable
string "B" (being an abbreviation of "bytes"), meaning that the button
"B" will be labeled "o" when running Dolphin in French (after
translations get pulled from Transifex the next time).

By the way, while it turned out that DolphinWX translated all button
names, it also turned out that DolphinQt2 translated *no* button names.
Go figure. This commit makes them consistent with each other.
2018-04-13 13:04:26 +02:00
..
ClassicInputConfigDiag.cpp InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
ClassicInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
DrumsInputConfigDiag.cpp InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
DrumsInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
GCKeyboardInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCKeyboardInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCPadInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCPadInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GuitarInputConfigDiag.cpp Implement slider bar present on GHWT and GH5 controllers 2017-06-06 04:38:20 -07:00
GuitarInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
HotkeyInputConfigDiag.cpp Implement hotkey options group in HotkeyInputConfigDiag 2017-03-13 13:39:52 -07:00
HotkeyInputConfigDiag.h Implement hotkey options group in HotkeyInputConfigDiag 2017-03-13 13:39:52 -07:00
InputConfigDiag.cpp Translate certain button names but not all 2018-04-13 13:04:26 +02:00
InputConfigDiag.h DolphinWX: fix input bitmaps not working when background input is off 2017-07-12 00:12:07 -07:00
InputConfigDiagBitmaps.cpp Don't translate button names 2017-05-06 16:29:10 +02:00
MicButtonConfigDiag.cpp Fix some margin discrepancies 2016-12-31 17:58:39 -05:00
MicButtonConfigDiag.h Add a special input configuration dialog for the GameCube Mic 2016-12-05 18:09:31 -05:00
NunchukInputConfigDiag.cpp InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
NunchukInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
TurntableInputConfigDiag.cpp InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
TurntableInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
WiimoteInputConfigDiag.cpp Add i18n comments for the acronym IR 2017-04-08 16:00:09 +02:00
WiimoteInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00