From 472156a41b1348c714986c772759ad950fffbe75 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 15:11:21 -0600 Subject: Rename kioslaves --- kcontrol/tdeio/envvarproxy_ui.ui | 175 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 kcontrol/tdeio/envvarproxy_ui.ui (limited to 'kcontrol/tdeio/envvarproxy_ui.ui') diff --git a/kcontrol/tdeio/envvarproxy_ui.ui b/kcontrol/tdeio/envvarproxy_ui.ui new file mode 100644 index 000000000..3e1babf90 --- /dev/null +++ b/kcontrol/tdeio/envvarproxy_ui.ui @@ -0,0 +1,175 @@ + +EnvVarProxyDlgUI + + + EnvVarProxyDlgUI + + + + 0 + 0 + 438 + 133 + + + + + unnamed + + + 0 + + + + leFtp + + + <qt> +Enter the name of the environment variable, e.g. <b>FTP_PROXY</b>, used to store the address of the FTP proxy server.<p> +Alternatively, you can click on the <b>"Auto Detect"</b> button to attempt an automatic discovery of this variable. +</qt> + + + + + leHttp + + + <qt> +Enter the name of the environment variable, e.g. <b>HTTP_PROXY</b>, used to store the address of the HTTP proxy server.<p> +Alternatively, you can click on the <b>"Auto Detect"</b> button to attempt automatic discovery of this variable. +</qt> + + + + + lbFtp + + + &FTP: + + + leFtp + + + <qt> +Enter the name of the environment variable, e.g. <b>FTP_PROXY</b>, used to store the address of the FTP proxy server.<p> +Alternatively, you can click on the <b>"Auto Detect"</b> button to attempt an automatic discovery of this variable. +</qt> + + + + + lbHttps + + + HTTP&S: + + + leHttps + + + <qt> +Enter the name of the environment variable, e.g. <b>HTTPS_PROXY</b>, used to store the address of the HTTPS proxy server.<p> +Alternatively, you can click on the <b>"Auto Detect"</b> button to attempt an automatic discovery of this variable. +</qt> + + + + + cbShowValue + + + Show the &value of the environment variables + + + + + pbVerify + + + &Verify + + + <qt>Verify whether or not the environment variable names you supplied are valid. If an environment variable is not found, the associated labels will be <b>highlighted</b> to indicate that they are invalid.</qt> + + + + + pbDetect + + + Auto &Detect + + + <qt>Attempt automatic discovery of the environment variables used for setting system wide proxy information.<p> This feature works by searching for commonly used variable names such as HTTP_PROXY, FTP_PROXY and NO_PROXY.</qt> + + + + + lbHttp + + + H&TTP: + + + leHttp + + + <qt> +Enter the name of the environment variable, e.g. <b>HTTP_PROXY</b>, used to store the address of the HTTP proxy server.<p> +Alternatively, you can click on the <b>"Auto Detect"</b> button to attempt automatic discovery of this variable. +</qt> + + + + + leHttps + + + <qt> +Enter the name of the environment variable, e.g. <b>HTTPS_PROXY</b>, used to store the address of the HTTPS proxy server.<p> +Alternatively, you can click on the <b>"Auto Detect"</b> button to attempt an automatic discovery of this variable. +</qt> + + + + + leNoProxy + + + <qt> +Enter the environment variable, e.g. <b>NO_PROXY</b>, used to store the addresses of sites for which the proxy server should not be used.<p> +Alternatively, you can click on the <b>"Auto Detect"</b> button to attempt an automatic discovery of this variable. +</qt> + + + + + lbNoProxy + + + NO &PROXY: + + + leNoProxy + + + <qt> +Enter the environment variable, e.g. <b>NO_PROXY</b>, used to store the addresses of sites for which the proxy server should not be used.<p> +Alternatively, you can click on the <b>"Auto Detect"</b> button to attempt an automatic discovery of this variable. +</qt> + + + + + + leHttp + leHttps + leFtp + leNoProxy + pbVerify + pbDetect + + + -- cgit v1.2.1