aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/Server
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-18 23:53:28 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-18 23:53:28 -0500
commit87314ec101282bfe45c9b3c5b0a09cbd611d4ce8 (patch)
tree15bc66461d516c583e22738d7f11b00a38a18c6a /MediaBrowser.Server.Implementations/Localization/Server
parentde76156391655f726b5655f727e06822398827ca (diff)
added public https port setting
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server')
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/server.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json
index 683a5a639..0151c0f7d 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/server.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json
@@ -515,13 +515,15 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
- "LabelLocalHttpServerPortNumber": "Local port number:",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
"LabelEnableHttps": "Enable https for remote connections",
"LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port:",
+ "LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
"LabelCertificatePath": "SSL Certificate path:",
"LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",