mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2225 from BaronGreenback/NewPluginController
(cherry picked from commit 9f175ee483
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
7582206eb3
commit
aba1d8655b
3 changed files with 56 additions and 8 deletions
|
@ -1456,5 +1456,7 @@
|
|||
"LabelEnableIP6": "Enable IPv6:",
|
||||
"LabelEnableIP4Help": "Enables IPv4 functionality.",
|
||||
"LabelEnableIP4": "Enable IPv4:",
|
||||
"HeaderNetworking": "IP Protocols"
|
||||
"HeaderNetworking": "IP Protocols",
|
||||
"EnablePlugin": "Enable Plugin",
|
||||
"DisablePlugin": "Disable Plugin"
|
||||
}
|
||||
|
|
|
@ -179,6 +179,7 @@
|
|||
"DirectStreamHelp1": "The video stream is compatible with the device, but has an incompatible audio format (DTS, TRUEHD, etc) or number of audio channels. The video stream will be repackaged losslessly on the fly before being sent to the device. Only the audio stream will be transcoded.",
|
||||
"DirectStreamHelp2": "Power consumed by direct streaming usually depends on the audio profile. Only the video stream is lossless.",
|
||||
"DirectStreaming": "Direct streaming",
|
||||
"DisablePlugin": "Disable Plugin",
|
||||
"Disc": "Disc",
|
||||
"Disconnect": "Disconnect",
|
||||
"Display": "Display",
|
||||
|
@ -218,6 +219,7 @@
|
|||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"EnablePhotos": "Display photos",
|
||||
"EnablePhotosHelp": "Images will be detected and displayed alongside other media files.",
|
||||
"EnablePlugin": "Enable Plugin",
|
||||
"EnableQuickConnect": "Enable quick connect on this server",
|
||||
"EnableStreamLooping": "Auto-loop live streams",
|
||||
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested. Enabling this when not needed may cause problems.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue