summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-06-26 20:42:48 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-06-26 20:42:48 +0200
commit7aeda574860428d96fa1660613646b5684c1a6ea (patch)
tree86dba527aab2586e75eb1f9b20a9b663ba6eb6c6 /lib/plugins/config/lang/en
parent57e71d49bbc194d78296c7447eb1bc46290c2744 (diff)
downloadrpg-7aeda574860428d96fa1660613646b5684c1a6ea.tar.gz
rpg-7aeda574860428d96fa1660613646b5684c1a6ea.tar.bz2
added proxy exception regexp FS#1247
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index dd13464fe..66e5b00e0 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -157,11 +157,12 @@ $lang['target____media'] = 'Target window for media links';
$lang['target____windows'] = 'Target window for windows links';
/* Proxy Options */
-$lang['proxy____host'] = 'Proxy servername';
-$lang['proxy____port'] = 'Proxy port';
-$lang['proxy____user'] = 'Proxy user name';
-$lang['proxy____pass'] = 'Proxy password';
-$lang['proxy____ssl'] = 'Use ssl to connect to Proxy';
+$lang['proxy____host'] = 'Proxy servername';
+$lang['proxy____port'] = 'Proxy port';
+$lang['proxy____user'] = 'Proxy user name';
+$lang['proxy____pass'] = 'Proxy password';
+$lang['proxy____ssl'] = 'Use SLL to connect to proxy';
+$lang['proxy____except'] = 'Regular expression to match URLs for which the proxy should be skipped for.';
/* Safemode Hack */
$lang['safemodehack'] = 'Enable safemode hack';