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

update themes

This commit is contained in:
Luke Pulverenti 2017-07-25 14:30:57 -04:00
parent a603ba45cd
commit 02b8e5ff29
29 changed files with 35 additions and 25 deletions

View file

@ -449,6 +449,7 @@
"DirectPlaying": "Direct playing",
"DirectStreaming": "Direct streaming",
"Transcoding": "Transcoding",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"SubtitleCodecNotSupported": "Subtitle format not supported",
@ -523,5 +524,10 @@
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderSecondsValue": "{0} Seconds",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"RefFramesNotSupported": "Number of video reference frames not supported",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Emby Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed."
}