diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-10-19 08:29:57 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-11-08 11:10:31 -0800 |
commit | 8a10b29aaf7cff80ba8873e01f7aeeca864f9100 (patch) | |
tree | 6f821895c51738a1d7549216f3cda4ac876337b8 /addons/resource.language.en_gb/resources | |
parent | e92818aecf95c77b04bfb8b4e944e14f5162c75e (diff) |
Show controller dialog if the user connects an unmapped controller
Diffstat (limited to 'addons/resource.language.en_gb/resources')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 49d05961a8..c4fad531e9 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -16016,7 +16016,19 @@ msgctxt "#35010" msgid "Peripheral libraries" msgstr "" -#empty strings from id 35011 to 35048 +#. Title of dialog to ask users if they would like to configure a new controller +#: xbmc/input/joysticks/dialogs/GUIDialogNewJoystick.cpp +msgctxt "#35011" +msgid "New controller detected" +msgstr "" + +#. Text of dialog to ask users if they would like to configure a new controller +#: xbmc/input/joysticks/dialogs/GUIDialogNewJoystick.cpp +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 #. Name of game add-ons category #: xbmc/filesystem/AddonsDirectory.cpp |