diff options
author | Vincent Sanders <vince@netsurf-browser.org> | 2013-06-04 18:11:15 +0100 |
---|---|---|
committer | Vincent Sanders <vince@netsurf-browser.org> | 2013-06-04 18:11:15 +0100 |
commit | 4e248695248d2c749b2d9e892549ba0e9390a3d0 (patch) | |
tree | 52ec99a80956b216e99078025be1a2aa21f4aec6 /resources | |
parent | ccb0c1cfd19f72bdf3118161e61a37829c160afc (diff) | |
download | netsurf-4e248695248d2c749b2d9e892549ba0e9390a3d0.tar.gz |
Add and use no proxy list option
Diffstat (limited to 'resources')
-rw-r--r-- | resources/FatMessages | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/FatMessages b/resources/FatMessages index 82c64ce9c..d25af013f 100644 --- a/resources/FatMessages +++ b/resources/FatMessages @@ -2182,11 +2182,13 @@ en.gtk.preferencesProxyType:Proxy type en.gtk.preferencesProxyHost:Host en.gtk.preferencesProxyUsername:Username en.gtk.preferencesProxyPassword:Password +en.gtk.preferencesProxyNoproxy:No Proxy For en.gtk.preferencesProxyTypeTooltip:The type of HTTP proxy server. en.gtk.preferencesProxyHostTooltip:Host name of your proxy server. en.gtk.preferencesProxyPortTooltip:Port number to connect to on proxy server. -en.gtk.preferencesProxyUsernameTooltip:Username to access the proxy -en.gtk.preferencesProxyPasswordTooltip:Password to access the proxy +en.gtk.preferencesProxyUsernameTooltip:Username to access the proxy. +en.gtk.preferencesProxyPasswordTooltip:Password to access the proxy. +en.gtk.preferencesProxyNoproxyTooltip:Comma separated list of host names that should not be proxied. en.gtk.preferencesFetching:<b>Fetching</b> en.gtk.preferencesFetchingMax:Maximum fetchers en.gtk.preferencesFetchingPerhost:Fetches per host |