diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-11-07 11:16:08 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-11-12 15:52:20 -0800 |
commit | 921862eb77687291739e90f3850f33d7e35e62be (patch) | |
tree | b580cc77f32c570bf528a019c3fe7c28d70e6d32 /addons/resource.language.en_gb | |
parent | 749c685b06c51031aaf4ed1a74ad0bc862cbce87 (diff) |
[controller dialog] Fix skipping buttons due to acceleratomers, buggy triggers, etc.
Diffstat (limited to 'addons/resource.language.en_gb')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index e3f8a3738c..0da6012fbb 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -16032,7 +16032,31 @@ msgctxt "#35012" msgid "A new controller has been detected. Configuration can be done at any time in \"Settings -> System Settings -> Input\". Would you like to configure it now?" msgstr "" -#empty strings from id 35013 to 35048 +#. Label of the button to fix the bug where buttons are skipped in the controller dialog +#: addons/skin.estuary/1080i/DialogGameControllers.xml +msgctxt "#35013" +msgid "Fix skipping" +msgstr "" + +#. Help text of the button to fix the bug where buttons are skipped in the controller dialog. %s - list of disabled buttons and axes +#: +msgctxt "#35014" +msgid "Some controllers have buttons and axes that interfere with mapping. Press these now to disable them:[CR]%s" +msgstr "" + +#. Name of a controller button, e.g. Button 1. %d - button index +#: +msgctxt "#35015" +msgid "Button %d" +msgstr "" + +#. Name of a controller axis, e.g. Axis 2. %d - axis index +#: +msgctxt "#35016" +msgid "Axis %d" +msgstr "" + +#empty strings from id 35017 to 35048 #. Name of game add-ons category #: xbmc/filesystem/AddonsDirectory.cpp |