diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
commit | fc61780b35af913801d72086456f493f63197da6 (patch) | |
tree | f85891288a7bd988da9f0f15ae64e5c63f00d493 /application/basilisk/locales/en-US/chrome/browser/preferences/connection.dtd | |
parent | 69f7f9e5f1475891ce11cc4f431692f965b0cd30 (diff) | |
parent | 50d3e596bbe89c95615f96eb71f6bc5be737a1db (diff) | |
download | UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar.gz UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar.lz UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar.xz UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.zip |
Merge commit '50d3e596bbe89c95615f96eb71f6bc5be737a1db' into Basilisk-releasev2018.07.18
# Conflicts:
# browser/app/profile/firefox.js
# browser/components/preferences/jar.mn
Diffstat (limited to 'application/basilisk/locales/en-US/chrome/browser/preferences/connection.dtd')
-rw-r--r-- | application/basilisk/locales/en-US/chrome/browser/preferences/connection.dtd | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/preferences/connection.dtd b/application/basilisk/locales/en-US/chrome/browser/preferences/connection.dtd new file mode 100644 index 000000000..850964a0f --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/preferences/connection.dtd @@ -0,0 +1,49 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + + +<!ENTITY connectionsDialog.title "Connection Settings"> +<!ENTITY window.width2 "49em"> +<!ENTITY window.macWidth2 "44em"> + +<!ENTITY proxyTitle.label "Configure Proxies to Access the Internet"> +<!ENTITY noProxyTypeRadio.label "No proxy"> +<!ENTITY noProxyTypeRadio.accesskey "y"> +<!ENTITY systemTypeRadio.label "Use system proxy settings"> +<!ENTITY systemTypeRadio.accesskey "u"> +<!ENTITY WPADTypeRadio.label "Auto-detect proxy settings for this network"> +<!ENTITY WPADTypeRadio.accesskey "w"> +<!ENTITY manualTypeRadio.label "Manual proxy configuration:"> +<!ENTITY manualTypeRadio.accesskey "m"> +<!ENTITY autoTypeRadio.label "Automatic proxy configuration URL:"> +<!ENTITY autoTypeRadio.accesskey "A"> +<!ENTITY reload.label "Reload"> +<!ENTITY reload.accesskey "e"> +<!ENTITY ftp.label "FTP Proxy:"> +<!ENTITY ftp.accesskey "F"> +<!ENTITY http.label "HTTP Proxy:"> +<!ENTITY http.accesskey "x"> +<!ENTITY ssl.label "SSL Proxy:"> +<!ENTITY ssl.accesskey "L"> +<!ENTITY socks.label "SOCKS Host:"> +<!ENTITY socks.accesskey "C"> +<!ENTITY socks4.label "SOCKS v4"> +<!ENTITY socks4.accesskey "K"> +<!ENTITY socks5.label "SOCKS v5"> +<!ENTITY socks5.accesskey "v"> +<!ENTITY socksRemoteDNS.label2 "Proxy DNS when using SOCKS v5"> +<!ENTITY socksRemoteDNS.accesskey "d"> +<!ENTITY port.label "Port:"> +<!ENTITY HTTPport.accesskey "P"> +<!ENTITY SSLport.accesskey "o"> +<!ENTITY FTPport.accesskey "r"> +<!ENTITY SOCKSport.accesskey "t"> +<!ENTITY noproxy.label "No Proxy for:"> +<!ENTITY noproxy.accesskey "n"> +<!ENTITY noproxyExplain.label "Example: .mozilla.org, .net.nz, 192.168.1.0/24"> +<!ENTITY shareproxy.label "Use this proxy server for all protocols"> +<!ENTITY shareproxy.accesskey "s"> +<!ENTITY autologinproxy.label "Do not prompt for authentication if password is saved"> +<!ENTITY autologinproxy.accesskey "i"> +<!ENTITY autologinproxy.tooltip "This option silently authenticates you to proxies when you have saved credentials for them. You will be prompted if authentication fails."> |