dolphin/Source/Core
JosJuice 0e93c18902 Use _trans consistently for controllers
Some strings were marked with _trans in some places but not
others. This commit adds extra _trans markers so that the
usage of _trans is consistent.

This shouldn't have any effect on which strings actually get
translated. (Note that _trans doesn't do anything at runtime.)

I also added a few new i18n comments.
2017-04-30 14:04:21 +02:00
..
AudioCommon DPL2Decoder: Prefer static_cast to C-style casts 2017-04-23 09:21:30 +01:00
Common GLExtensions: Add GL_EXT_texture_compression_s3tc 2017-04-29 00:14:23 +10:00
Core Use _trans consistently for controllers 2017-04-30 14:04:21 +02:00
DiscIO Merge pull request #5077 from ds84182/volume_directory_off_by_uno 2017-04-29 23:57:32 +02:00
DolphinNoGUI
DolphinQt2
DolphinWX Use _trans consistently for controllers 2017-04-30 14:04:21 +02:00
InputCommon Use _trans consistently for controllers 2017-04-30 14:04:21 +02:00
UICommon
VideoBackends TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
VideoCommon TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
CMakeLists.txt