diff options
author | Carcharius <Carcharius@users.noreply.github.com> | 2015-02-19 10:57:41 +0000 |
---|---|---|
committer | Carcharius <Carcharius@users.noreply.github.com> | 2015-02-19 17:51:05 +0000 |
commit | 613652148991558ad74c4b07b63d46bdba472cb9 (patch) | |
tree | 383bbb8b7a0bb0e9bd8b2298b97a4b8f9d5ee3ae /language | |
parent | 6183ef98d1b0e805cd24b64f00862f28b29d8490 (diff) |
Add support for jumping to the first unwatched tv show season/episode.
Only allows jumping to unwatched episodes if sorting by episode number.
Diffstat (limited to 'language')
-rw-r--r-- | language/English/strings.po | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/language/English/strings.po b/language/English/strings.po index a1267de24c..4871e3b3e9 100644 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -11322,7 +11322,10 @@ msgctxt "#21415" msgid "Default music video scraper" msgstr "" -#empty string with id 21416 +#: system/settings/settings.xml +msgctxt "#21416" +msgid "Jump to first unwatched TV show season/episode" +msgstr "" #: system/settings/settings.xml msgctxt "#21417" @@ -11545,7 +11548,11 @@ msgctxt "#21465" msgid "Above video" msgstr "" -#empty string with id 21466 +#. Description of setting "Videos -> Library -> Jump to 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." +msgstr "" #. Filter (media data) from float value to float value #: xbmc/dialogs/GUIDialogMediaFilter.cpp |