diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2024-02-08 17:55:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 17:55:33 -0800 |
commit | ea913daea46ddef5052e9fa7aff3f976eccba60e (patch) | |
tree | 880a2809dc5cf1b52667361fcd394db661d9fc36 /addons | |
parent | e20ee08b4b949a59cb7ac7a20fb82f824e79c284 (diff) | |
parent | 7e411667cf8295e56d7cc0b499682471a4b62710 (diff) |
Merge pull request #24650 from garbear/game-improvements
Minor game improvements
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 9d6024fc2b..e4505faddf 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -2947,7 +2947,9 @@ msgctxt "#629" msgid "View mode" msgstr "" +#. Label for stretching the displayed video to its normal size #: system/settings/settings.xml +#: xbmc/games/dialogs/osd/DialogGameStretchMode.cpp #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp msgctxt "#630" msgid "Normal" @@ -2959,6 +2961,8 @@ msgctxt "#631" msgid "Zoom" msgstr "" +#. Label for stretching the displayed video to a 4:3 aspect ratio +#: xbmc/games/dialogs/osd/DialogGameStretchMode.cpp #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp msgctxt "#632" msgid "Stretch 4:3" @@ -2970,12 +2974,15 @@ msgctxt "#633" msgid "Wide zoom" msgstr "" +#. Label for stretching the displayed video to a 16:9 aspect ratio #: system/settings/settings.xml #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp msgctxt "#634" msgid "Stretch 16:9" msgstr "" +#. Label for stretching the displayed video to the original size of the video stream +#: xbmc/games/dialogs/osd/DialogGameStretchMode.cpp #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp msgctxt "#635" msgid "Original size" @@ -18605,14 +18612,14 @@ msgid "270°" msgstr "" #. Label of thumbnail in the in-game menu for stretching the video to fullscreen -#: xbmc/games/dialogs/osd/DialogGameViewMode.h +#: xbmc/games/dialogs/osd/DialogGameStretchMode.cpp msgctxt "#35232" msgid "Fullscreen" msgstr "" #. 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 +#: xbmc/games/dialogs/osd/DialogGameStretchMode.cpp msgctxt "#35233" msgid "Stretch mode" msgstr "" |