1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3241 from matthew-jones-uk/disable-embedded-subs

This commit is contained in:
Cody Robibero 2022-02-14 15:27:55 -07:00 committed by GitHub
commit 3109efe835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 1 deletions

View file

@ -1267,6 +1267,12 @@
"Season": "Series",
"PreferEmbeddedEpisodeInfosOverFileNames": "Prefer embedded episode information over filenames",
"PreferEmbeddedEpisodeInfosOverFileNamesHelp": "Use the episode information from the embedded metadata if available.",
"AllowEmbeddedSubtitles": "Disable different types of embedded subtitles",
"AllowEmbeddedSubtitlesHelp": "Disable subtitles that are packaged within media containers. Requires a full library refresh.",
"AllowEmbeddedSubtitlesAllowAllOption": "Allow All",
"AllowEmbeddedSubtitlesAllowNoneOption": "Allow None",
"AllowEmbeddedSubtitlesAllowImageOption": "Allow Image",
"AllowEmbeddedSubtitlesAllowTextOption": "Allow Text",
"Person": "Person",
"Movie": "Film",
"LabelLibraryPageSizeHelp": "Set the amount of items to show on a library page. Set to 0 in order to disable paging.",

View file

@ -1288,6 +1288,12 @@
"PreferEmbeddedEpisodeInfosOverFileNamesHelp": "Use the episode information from the embedded metadata if available.",
"PreferEmbeddedTitlesOverFileNames": "Prefer embedded titles over filenames",
"PreferEmbeddedTitlesOverFileNamesHelp": "Determine the display title to use when no internet metadata or local metadata is available.",
"AllowEmbeddedSubtitles": "Disable different types of embedded subtitles",
"AllowEmbeddedSubtitlesHelp": "Disable subtitles that are packaged within media containers. Requires a full library refresh.",
"AllowEmbeddedSubtitlesAllowAllOption": "Allow All",
"AllowEmbeddedSubtitlesAllowNoneOption": "Allow None",
"AllowEmbeddedSubtitlesAllowImageOption": "Allow Image",
"AllowEmbeddedSubtitlesAllowTextOption": "Allow Text",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Preview": "Preview",