aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorjenkins4kodi <jenkins4kodi@users.noreply.github.com>2018-07-06 00:18:00 +0200
committerGitHub <noreply@github.com>2018-07-06 00:18:00 +0200
commit7371f339c46593d5757b01f93fd8ae7bfefd2ffa (patch)
treebae5acd8a5e75da134d2a030d1b32bedada00305 /addons
parentb5230a80a73d91e2dd2a49963db191e8b9cabae8 (diff)
parent5c8165d3a6dc925ccab094c29c0fd9ce6fa6feb3 (diff)
Merge pull request #14102 from garbear/game-osd-improvements
Diffstat (limited to 'addons')
-rw-r--r--addons/resource.language.en_gb/resources/strings.po21
-rw-r--r--addons/skin.estuary/xml/Custom_1101_SettingsList.xml8
2 files changed, 19 insertions, 10 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po
index 150fb6c2ca..6f5b6f5904 100644
--- a/addons/resource.language.en_gb/resources/strings.po
+++ b/addons/resource.language.en_gb/resources/strings.po
@@ -17351,11 +17351,7 @@ msgctxt "#35222"
msgid "Exit"
msgstr ""
-#. Label of button in the in-game menu for opening the input configuration window
-#: addons/skin.estuary/xml/GameOSD.xml
-msgctxt "#35223"
-msgid "Input settings"
-msgstr ""
+#empty string with id 35223
#. Label of button in the in-game menu for pausing and resuming playback
#: addons/skin.estuary/xml/GameOSD.xml
@@ -17411,7 +17407,20 @@ msgctxt "#35232"
msgid "Fullscreen"
msgstr ""
-#empty strings from id 35233 to 35249
+#. Label of the setting in the in-game menu for stretching the game to fit the monitor
+#: addons/skin.estuary/xml/Custom_1101_SettingsList.xml
+#: xbmc/games/dialogs/osdDialogGameViewMode.cpp
+msgctxt "#35233"
+msgid "Stretch mode"
+msgstr ""
+
+#. Label of button in the in-game menu for configuring the game's controls
+#: addons/skin.estuary/xml/GameOSD.xml
+msgctxt "#35234"
+msgid "Controls"
+msgstr ""
+
+#empty strings from id 35235 to 35249
#: xbmc/windows/GUIMediaWindow.cpp
msgctxt "#35250"
diff --git a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml
index 785e690171..8cb172476a 100644
--- a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml
+++ b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml
@@ -123,10 +123,10 @@
<onclick>ActivateWindow(GameVideoFilter)</onclick>
</control>
<control type="button" id="14102">
- <description>View mode button</description>
+ <description>Stretch mode button</description>
<width>700</width>
<include>DialogSettingButton</include>
- <label>$LOCALIZE[629]</label>
+ <label>$LOCALIZE[35233]</label>
<onclick>ActivateWindow(GameViewMode)</onclick>
</control>
<control type="button" id="14106">
@@ -145,10 +145,10 @@
<onclick>ActivateWindow(GameVolume)</onclick>
</control>
<control type="button" id="14103">
- <description>Input settings button</description>
+ <description>Controller settings button</description>
<width>700</width>
<include>DialogSettingButton</include>
- <label>$LOCALIZE[35223]</label>
+ <label>$LOCALIZE[35234]</label>
<onclick>ActivateWindow(GameControllers)</onclick>
</control>
<control type="button" id="14105">