add subtitle delivery methods to StreamBuilder

This commit is contained in:
Luke Pulverenti
2014-07-18 15:07:28 -04:00
parent 97c5b468a0
commit b4b17d7717
87 changed files with 1887 additions and 504 deletions

View File

@@ -867,5 +867,12 @@
"HeaderNewApiKey": "New Api Key",
"LabelAppName": "App name",
"LabelAppNameExample": "Example: Sickbeard, NzbDrone",
"HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser."
"HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
"HeaderHttpHeaders": "Http Headers",
"HeaderIdentificationHeader": "Identification Header",
"LabelValue": "Value:",
"LabelMatchType": "Match type:",
"OptionEquals": "Equals",
"OptionRegex": "Regex",
"OptionSubstring": "Substring"
}