From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/kio/kproxydlg_ui.ui | 441 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 441 insertions(+) create mode 100644 kcontrol/kio/kproxydlg_ui.ui (limited to 'kcontrol/kio/kproxydlg_ui.ui') diff --git a/kcontrol/kio/kproxydlg_ui.ui b/kcontrol/kio/kproxydlg_ui.ui new file mode 100644 index 000000000..1a6b5d6e2 --- /dev/null +++ b/kcontrol/kio/kproxydlg_ui.ui @@ -0,0 +1,441 @@ + +KProxyDialogUI + + + ProxyDlgUI + + + + 0 + 0 + 418 + 420 + + + + <qt> +Setup proxy configuration. +<p> +A proxy server is an intermediate machine that sits between your computer and the Internet and provides services such as web page caching and filtering. Caching proxy servers give you faster access to web sites you have already visited by locally storing or caching those pages; filtering proxy servers usually provide the ability to block out requests for ads, spam, or anything else you want to block. +<p> +If you are uncertain whether or not you need to use a proxy server to connect to the Internet, consult your Internet service provider's setup guide or your system administrator. +</qt> + + + + unnamed + + + 0 + + + + gbConfigure + + + NoFrame + + + 0 + + + + + + true + + + + unnamed + + + 0 + + + + rbNoProxy + + + Connect to the &Internet directly + + + true + + + Connect to the Internet directly. + + + + + rbAutoDiscover + + + true + + + A&utomatically detect proxy configuration + + + <qt> +Automatically detect and configure the proxy settings.<p> +Automatic detection is performed using the <b>Web Proxy Auto-Discovery Protocol (WPAD)</b>.<p> +<b>NOTE:</b> This option might not work properly or not work at all in some UNIX/Linux distributions. If you encounter a problem when using this option, please check the FAQ section at http://konqueror.kde.org. +</qt> + + + + + rbAutoScript + + + true + + + U&se the following proxy configuration URL + + + Use the specified proxy script URL to configure the proxy settings. + + + + + layout5 + + + + unnamed + + + + spacer2 + + + Horizontal + + + Fixed + + + + 16 + 20 + + + + + + location + + + false + + + + 7 + 5 + 0 + 0 + + + + Enter the address for the proxy configuration script. + + + + + + + layout7 + + + + unnamed + + + + rbEnvVar + + + true + + + + 3 + 0 + 0 + 0 + + + + Use preset proxy environment &variables + + + <qt> +Use environment variables to configure the proxy settings.<p> +Environment variables such as <b>HTTP_PROXY</b> and <b>NO_PROXY</b> are usually used in multi-user UNIX installations, where both graphical and non-graphical applications need to share the same proxy configuration information. +</qt> + + + + + pbEnvSetup + + + true + + + Setup... + + + Show the proxy environment variable configuration dialog. + + + + + + + layout6 + + + + unnamed + + + + rbManual + + + true + + + + 3 + 0 + 0 + 0 + + + + &Manually specify the proxy settings + + + Manually enter proxy server configuration information. + + + + + pbManSetup + + + true + + + Setup... + + + Show the manual proxy configuration dialog. + + + + + + + + + gbAuth + + + false + + + Authori&zation + + + + unnamed + + + + rbPrompt + + + Prompt as &needed + + + true + + + Prompt for login information whenever it is required. + + + + + rbPresetLogin + + + false + + + Use the following lo&gin information. + + + Use the information below to login into proxy servers as needed. + + + + + layout5 + + + + unnamed + + + + spacer5 + + + Horizontal + + + Fixed + + + + 16 + 20 + + + + + + lePassword + + + false + + + Password + + + Login password. + + + + + leUsername + + + false + + + Login name. + + + + + lbPassword + + + false + + + Password: + + + Login password. + + + + + lbUsername + + + false + + + Username: + + + Login name. + + + + + + + + + gbOptions + + + false + + + O&ptions + + + + unnamed + + + + cbPersConn + + + Use persistent connections to proxy + + + <qt> +Use persistent proxy connection.<p> +Although a persistent proxy connection is faster, note that it only works correctly with proxies that are fully HTTP 1.1 compliant. Do <b>not</b> use this option in combination with non-HTTP 1.1 compliant proxy servers such as JunkBuster and WWWOfle. +</qt> + + + + + + + + + + + rbPresetLogin + toggled(bool) + leUsername + setEnabled(bool) + + + rbPresetLogin + toggled(bool) + lbUsername + setEnabled(bool) + + + rbPresetLogin + toggled(bool) + lePassword + setEnabled(bool) + + + rbPresetLogin + toggled(bool) + lbPassword + setEnabled(bool) + + + rbAutoScript + toggled(bool) + location + setEnabled(bool) + + + + kdialog.h + + + + + kpushbutton.h + + -- cgit v1.2.3