diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/pref/pref-proxies.dtd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/pref/pref-proxies.dtd b/l10n-en-GB/suite/chrome/common/pref/pref-proxies.dtd new file mode 100644 index 0000000000..01baaefd77 --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/pref/pref-proxies.dtd @@ -0,0 +1,31 @@ +<!-- 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/. --> + +<!-- extracted from content/pref-proxies.xul --> + +<!--LOCALIZATION NOTE : FILE The Proxies preferences dialog --> +<!ENTITY pref.proxies.title "Proxies"> +<!ENTITY pref.proxies.desc "A Proxy is a network service that can filter and speed up your Internet connection."> +<!ENTITY proxyTitle.label "Configure Proxies to Access the Internet"> +<!ENTITY directTypeRadio.label "Direct connection to the Internet"> +<!ENTITY directTypeRadio.accesskey "D"> +<!ENTITY systemTypeRadio.label "Use system proxy settings"> +<!ENTITY systemTypeRadio.accesskey "U"> +<!ENTITY manualTypeRadio.label "Manual proxy configuration:"> +<!ENTITY manualTypeRadio.accesskey "M"> +<!ENTITY wpadTypeRadio.label "Automatically discover the proxy configuration"> +<!ENTITY wpadTypeRadio.accesskey "A"> +<!ENTITY autoTypeRadio.label "Automatic proxy configuration URL:"> +<!ENTITY autoTypeRadio.accesskey "c"> +<!ENTITY reload.label "Reload"> +<!ENTITY reload.accesskey "R"> +<!ENTITY http.label "Proxy:"> +<!ENTITY http.accesskey "P"> +<!ENTITY port.label "Port:"> +<!ENTITY HTTPPort.accesskey "o"> +<!ENTITY advanced.label "Advanced…"> +<!ENTITY advanced.accesskey "v"> +<!ENTITY noproxy.label "No Proxy for:"> +<!ENTITY noproxy.accesskey "N"> +<!ENTITY noproxyExplain.label "Example: .mozilla.org, .net.nz, 192.168.1.0/24"> |