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

update hls to support mpeg2video

This commit is contained in:
Luke Pulverenti 2017-03-15 15:57:18 -04:00
parent 950fa80512
commit a7eb70e492
9 changed files with 26 additions and 24 deletions

View file

@ -1787,6 +1787,7 @@
"ButtonServer": "Server",
"HeaderLibrary": "Library",
"HeaderMedia": "Media",
"NoNewDevicesFound": "No new devices found.",
"NoResultsFound": "No results found.",
"ButtonManageServer": "Manage Server",
"ButtonPreferences": "Preferences",
@ -1971,5 +1972,6 @@
"DetectingDevices": "Detecting devices",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
"Never": "Never",
"EveryNDays": "Every {0} days"
"EveryNDays": "Every {0} days",
"HeaderNewDevices": "New Devices"
}