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

Update deinterlacing method help text

Updates the help text to explain that the setting won't apply if hardware deinterlacing is used.
This commit is contained in:
Orry Verducci 2020-08-10 22:11:04 +01:00
parent d23c417373
commit 39a147c2ff
2 changed files with 2 additions and 2 deletions

View file

@ -1487,7 +1487,7 @@
"LabelLibraryPageSize": "Library page size:", "LabelLibraryPageSize": "Library page size:",
"LabelDeinterlaceMethod": "Deinterlacing method:", "LabelDeinterlaceMethod": "Deinterlacing method:",
"Episode": "Episode", "Episode": "Episode",
"DeinterlaceMethodHelp": "Select the deinterlacing method to use when transcoding interlaced content.", "DeinterlaceMethodHelp": "Select the deinterlacing method to use when software transcoding interlaced content. When hardware acceleration supporting hardware deinterlacing is enabled the hardware deinterlacer will be used instead of this setting.",
"UseDoubleRateDeinterlacing": "Double the frame rate when deinterlacing", "UseDoubleRateDeinterlacing": "Double the frame rate when deinterlacing",
"UseDoubleRateDeinterlacingHelp": "This setting uses the field rate when deinterlacing, often referred to as bob deinterlacing, which doubles the frame rate of the video to provide full motion like what you would see when viewing interlaced video on a TV.", "UseDoubleRateDeinterlacingHelp": "This setting uses the field rate when deinterlacing, often referred to as bob deinterlacing, which doubles the frame rate of the video to provide full motion like what you would see when viewing interlaced video on a TV.",
"ClientSettings": "Client Settings", "ClientSettings": "Client Settings",

View file

@ -181,7 +181,7 @@
"DefaultErrorMessage": "There was an error processing the request. Please try again later.", "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.", "DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.", "DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"DeinterlaceMethodHelp": "Select the deinterlacing method to use when transcoding interlaced content.", "DeinterlaceMethodHelp": "Select the deinterlacing method to use when software transcoding interlaced content. When hardware acceleration supporting hardware deinterlacing is enabled the hardware deinterlacer will be used instead of this setting.",
"Delete": "Delete", "Delete": "Delete",
"DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.", "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
"DeleteImage": "Delete Image", "DeleteImage": "Delete Image",