aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/Server/it.json
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-18 15:07:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-18 15:07:28 -0400
commitb4b17d7717ff773d9782462c0eae967c4c7f2ad9 (patch)
tree6da52977fdb0cba4849478761597e1d1821e9bdf /MediaBrowser.Server.Implementations/Localization/Server/it.json
parent97c5b468a0a731b38c83c6b2e6d8231bda02be2a (diff)
add subtitle delivery methods to StreamBuilder
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server/it.json')
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/it.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/it.json b/MediaBrowser.Server.Implementations/Localization/Server/it.json
index 5c8e9ae5c..77d265bd4 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/it.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/it.json
@@ -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"
} \ No newline at end of file