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

add tuner device selection to listings

This commit is contained in:
Luke Pulverenti 2016-03-14 14:46:52 -04:00
parent 7e84d5786e
commit fdf99303a1
4 changed files with 92 additions and 3 deletions

View file

@ -2427,5 +2427,8 @@
"ValueExample": "1:00 PM",
"ButtonGotIt": "Got It",
"OptionEnableAnonymousUsageReporting": "Enable anonymous usage reporting",
"OptionEnableAnonymousUsageReportingHelp": "Allow Emby to collect anonymous data such as installed plugins, the version numbers of your Emby apps, etc. This information is only used for the purpose of improving the software."
"OptionEnableAnonymousUsageReportingHelp": "Allow Emby to collect anonymous data such as installed plugins, the version numbers of your Emby apps, etc. This information is only used for the purpose of improving the software.",
"LabelFileOrUrl": "File or url:",
"OptionEnableForAllTuners": "Enable for all tuners",
"HeaderTuners": "Tuners"
}

View file

@ -2428,5 +2428,7 @@
"ButtonGotIt": "Got It",
"OptionEnableAnonymousUsageReporting": "Enable anonymous usage reporting",
"OptionEnableAnonymousUsageReportingHelp": "Allow Emby to collect anonymous data such as installed plugins, the version numbers of your Emby apps, etc. This information is only used for the purpose of improving the software.",
"LabelFileOrUrl": "File or url:"
"LabelFileOrUrl": "File or url:",
"OptionEnableForAllTuners": "Enable for all tuner devices",
"HeaderTuners": "Tuners"
}