dolphin/Source/Core/DolphinWX
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
..
Cheats Reformat all the things! 2018-04-12 21:28:39 +02:00
Config Reformat all the things! 2018-04-12 21:28:39 +02:00
Debugger Reformat all the things! 2018-04-12 21:28:39 +02:00
Input Translate certain button names but not all 2018-04-13 13:04:26 +02:00
ISOProperties Reformat all the things! 2018-04-12 21:28:39 +02:00
NetPlay Reformat all the things! 2018-04-12 21:28:39 +02:00
AboutDolphin.cpp Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
AboutDolphin.h
AuiToolBar.h
CMakeLists.txt CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
ControllerConfigDiag.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
ControllerConfigDiag.h
DolphinSlider.cpp
DolphinSlider.h
DolphinWX.manifest
DolphinWX.rc
DolphinWX.vcxproj DolphinWX: depend on Updater in order to make sure the binary is included in default builds 2018-03-20 19:21:19 +01:00
DolphinWX.vcxproj.filters Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
FifoPlayerDlg.h
Frame.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
Frame.h UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
FrameAui.cpp DolphinWX: show simple message about scanning in statusbar. 2017-06-23 17:25:53 -07:00
FrameTools.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
GameListCtrl.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
GameListCtrl.h Remove EmuState 2018-03-31 16:21:17 +02:00
Globals.h Remove EmuState 2018-03-31 16:21:17 +02:00
Info.plist.in Remove CFBundleLocalizations from Info.plist 2017-07-22 23:15:14 -07:00
LogConfigWindow.cpp LogConfigWindow: fix verbosity 2017-07-09 18:50:55 -07:00
LogConfigWindow.h DolphinWX: remove INI logic from LogConfigWindow 2017-07-07 16:44:38 -07:00
LogWindow.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
LogWindow.h LogWindow: don't unconfigure logger on destruction 2017-07-09 18:50:55 -07:00
Main.cpp DolphinWX: Set C++ locale 2018-04-09 19:14:14 +02:00
Main.h UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
MainMenuBar.cpp Remove EmuState 2018-03-31 16:21:17 +02:00
MainMenuBar.h Reformat all the things! 2018-04-12 21:28:39 +02:00
MainToolBar.cpp
MainToolBar.h
MemcardManager.cpp
MemcardManager.h General: Remove unnecessary semicolons 2017-07-30 16:39:53 -04:00
PatchAddEdit.cpp
PatchAddEdit.h
PostProcessingConfigDiag.cpp
PostProcessingConfigDiag.h Reformat all the things! 2018-04-12 21:28:39 +02:00
resource.h
SoftwareVideoConfigDialog.cpp Update Readme.md and various fixes 2017-12-20 10:54:51 +01:00
SoftwareVideoConfigDialog.h
TASInputDlg.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
TASInputDlg.h
UINeedsControllerState.cpp DolphinWX: Resolve missing declaration warnings 2017-12-07 18:58:20 -05:00
UINeedsControllerState.h DolphinWX: fix input bitmaps not working when background input is off 2017-07-12 00:12:07 -07:00
VideoConfigDiag.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
VideoConfigDiag.h Implement "Skip" ubershader mode 2018-03-26 01:57:41 +10:00
WxEventUtils.cpp
WxEventUtils.h
WxUtils.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
WxUtils.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00