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

add setting to control auto-run of web app

This commit is contained in:
Luke Pulverenti 2017-12-03 17:04:19 -05:00
parent 4492cabfc7
commit 2f83d099a3
105 changed files with 683 additions and 265 deletions

View file

@ -1855,5 +1855,7 @@
"SaveSubtitlesInOriginalMediaFolders": "Save subtitles into media folders",
"SaveSubtitlesInOriginalMediaFoldersHelp": "Saving subtitles into media folders will make them easier to locate and manage.",
"LabelSimultaneousConnectionLimit": "Simultaneous stream limit:",
"SimultaneousConnectionLimitHelp": "The maximum number of allowed simultaneous streams. Enter 0 for no limit."
"SimultaneousConnectionLimitHelp": "The maximum number of allowed simultaneous streams. Enter 0 for no limit.",
"LaunchWebAppOnStartup": "Launch the Emby web app in my web browser when Emby Server starts",
"LaunchWebAppOnStartupHelp": "This will open the web app in your default web browser when Emby Server initially starts. This will not occur when using the restart server function."
}