diff options
author | Carcharius <Carcharius@users.noreply.github.com> | 2015-02-23 12:42:04 +0000 |
---|---|---|
committer | Carcharius <Carcharius@users.noreply.github.com> | 2015-03-03 09:54:31 +0000 |
commit | 8c7f35d638437d031b142ed9a3cbdb41e5d9b6e9 (patch) | |
tree | d8e848c92571474fd5e7d7005bde61111e1caad1 /language | |
parent | b7d1690acab566730ae9b30830e883a84f3d9128 (diff) |
[video] refactor select first unwatched season/episode item
Undo previous changes made to add selection of first unplayed item.
Add settings videolibrary.tvshowselectfirstunwatcheditem (renamed from videolibrary.jumptofirstunplayeditem) and videolibrary.tvshowsincludeallseasonsandspecials
Add unwatched item selection to CGUIWindowVideoNav.
Diffstat (limited to 'language')
-rw-r--r-- | language/English/strings.po | 51 |
1 files changed, 46 insertions, 5 deletions
diff --git a/language/English/strings.po b/language/English/strings.po index bc39872e65..0023f0f917 100644 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -11338,7 +11338,7 @@ msgstr "" #: system/settings/settings.xml msgctxt "#21416" -msgid "Jump to first unwatched TV show season/episode" +msgid "Select the first unwatched TV show season/episode" msgstr "" #: system/settings/settings.xml @@ -11562,10 +11562,10 @@ msgctxt "#21465" msgid "Above video" msgstr "" -#. Description of setting "Videos -> Library -> Jump to first unwatched TV show season/episode" with label #21416 +#. Description of setting "Videos -> Library -> Select first unwatched TV show season/episode" with label #21416 #: system/settings/settings.xml msgctxt "#21466" -msgid "When entering a TV show season or episode view automatically jump to the first unwatched season or episode." +msgid "When entering a TV show season or episode view automatically select the first unwatched season or episode. [On first entry] the first unwatched item will be selected only when a view is entered for the first time. [Always] the first unwatched item will be selected every time a view is entered." msgstr "" #. Filter (media data) from float value to float value @@ -11593,7 +11593,48 @@ msgctxt "#21470" msgid "%s [%d]" msgstr "" -#empty strings from id 21471 to 21601 +#. One of the values valid for "Videos -> Library -> Select first unwatched TV show season/episode" with label #21416 +#: system/settings/settings.xml +msgctxt "#21471" +msgid "On first entry" +msgstr "" + +#: system/settings/settings.xml +msgctxt "#21472" +msgid "Include All Seasons and Specials" +msgstr "" + +#. Description of setting "Videos -> Library -> Include All Seasons and Specials" with label #21472 +#: system/settings/settings.xml +msgctxt "#21473" +msgid "Whether or not to consider All Seasons and Special items in the unwatched item selection." +msgstr "" + +#. One of the values valid for "Videos -> Library -> Include All Seasons and Specials" with label #21472 +#: system/settings/settings.xml +msgctxt "#21474" +msgid "Neither" +msgstr "" + +#. One of the values valid for "Videos -> Library -> Include All Seasons and Specials" with label #21472 +#: system/settings/settings.xml +msgctxt "#21475" +msgid "Both" +msgstr "" + +#. One of the values valid for "Videos -> Library -> Include All Seasons and Specials" with label #21472 +#: system/settings/settings.xml +msgctxt "#21476" +msgid "Just All Seasons" +msgstr "" + +#. One of the values valid for "Videos -> Library -> Include All Seasons and Specials" with label #21472 +#: system/settings/settings.xml +msgctxt "#21477" +msgid "Just Specials" +msgstr "" + +#empty strings from id 21478 to 21601 #: xbmc/Util.cpp msgctxt "#21602" @@ -16346,4 +16387,4 @@ msgstr "" #: system/settings/settings.xml msgctxt "#38012" msgid "Hide "All Items" entry in directory (for example All Albums or All Seasons)" -msgstr ""
\ No newline at end of file +msgstr "" |