diff options
author | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-10-01 14:52:46 +0200 |
---|---|---|
committer | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-10-04 18:42:51 +0200 |
commit | a3f644705c96f1ff81f008c9784b01615fe714e7 (patch) | |
tree | 509c34030707f82b0ab48f84101f39c952ff66ef /addons | |
parent | b96c33a201541c6eba8766907973a75b5602a2ce (diff) |
[video][settings] Add default play action setting.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index cb5a0b9cfd..5db113c3fd 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -5725,6 +5725,7 @@ msgstr "" #: xbmc/pvr/PVRGUIActionsPlayback.cpp #: xbmc/video/ContextMenus.cpp #: xbmc/video/guilib/VideoSelectActionProcessor.cpp +#: xbmc/video/guilib/VideoPlayActionProcessor.cpp msgctxt "#12021" msgid "Play from beginning" msgstr "" @@ -15309,7 +15310,25 @@ msgctxt "#22033" msgid "Charset" msgstr "" -#empty strings from id 22034 to 22078 +#empty strings from id 22034 to 22075 + +#. Label for setting to choose the default action for "play" +#: system/settings/settings.xml +msgctxt "#22076" +msgid "Default play action" +msgstr "" + +#. Label for value for default play action setting +#: system/settings/settings.xml +msgctxt "#22077" +msgid "Ask if resumable" +msgstr "" + +#. Label for value for default play action setting +#: system/settings/settings.xml +msgctxt "#22078" +msgid "Resume" +msgstr "" #: system/settings/settings.xml msgctxt "#22079" @@ -19638,7 +19657,11 @@ msgctxt "#36203" msgid "Enables the \"Personal Video Recorder\" (PVR) features. This requires that at least one PVR add-on is installed." msgstr "" -#empty string with id 36204 +#. Description of setting with label #22076 "Default play action" +#: system/settings/settings.xml +msgctxt "#36204" +msgid "Toggle between [Ask if resumable] (default) and [Resume].[CR][Ask if resumable] will ask whether to play from beginning or to resume (if a resume point is present).[CR][Resume] will automatically resume videos from the last position that you were viewing them.[CR]If no resume point is set, playback will automatically start from the beginning." +msgstr "" #: system/settings/settings.xml msgctxt "#36205" |