dolphin/Source/Core/DolphinWX/Input
JosJuice 0146456af0 Don't translate button names
Since these button names are printed on all real controllers,
we should show them in the same way as they are printed on
the controllers, regardless of the user's language. It seems
like this was intended all along (except for "Start"), but the
_ markers in TASInputDlg.cpp (accidentally?) led to the button
names in the controller configs also becoming translatable.

I'm making exceptions for "L" and "R" because translators
may want to mark them in some way (for instance "L-Digital")
to clarify the difference from "L-Analog" and "R-Analog".

I'm also making an exception for START/PAUSE because it's
referred to as スタート in Japanese games.

I'm changing "Home" and "Start" to uppercase for consistency
with how Nintendo refers to those buttons, and because someone
who isn't familiar with the Latin script might not know the
connection between the lowercase and uppercase letters (most
users likely do know the connection, but we shouldn't assume it),
and because leaving "Start" as "Start" makes it "collide" with
unrelated strings, such as the string for the button that starts
a netplay session.

To rename "Start" and "Home" without breaking INI
compatibility, I added a ui_name variable like in f5c82ad.
2017-05-06 16:29:10 +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 InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05: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 Don't translate button names 2017-05-06 16:29:10 +02:00
InputConfigDiag.h ControllerEmu: Replace includes with forward declarations 2017-04-04 20:38:30 -04: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