summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-tinyproxy/luasrc/i18n/tinyproxy.en.lua
blob: 2c96d6130304a96e43000ae789ae6afbda2f02e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
tinyproxy = "Tinyproxy"
tinyproxy_desc = "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy"
tinyproxy_tinyproxy_listen = "Listen on address"
tinyproxy_tinyproxy_bind = "Bind outgoing traffic to address"
tinyproxy_tinyproxy_timeout = "Connection Timeout"
tinyproxy_tinyproxy_defaulterrorfile = "Error document"
tinyproxy_tinyproxy_statfile = "Statistic document"
tinyproxy_tinyproxy_logfile = "Logfile"
tinyproxy_tinyproxy_syslog = "Write to syslog"
tinyproxy_tinyproxy_loglevel = "Log level"
tinyproxy_tinyproxy_xtinyproxy = "Include client IP"
tinyproxy_tinyproxy_maxclients = "Maximum number of clients"
tinyproxy_tinyproxy_minspareservers = "Min. spare servers"
tinyproxy_tinyproxy_maxspareservers = "Max. spare servers"
tinyproxy_tinyproxy_startservers = "Spare servers to start with"
tinyproxy_tinyproxy_maxrequestsperchild = "Maximum requests per thread"
tinyproxy_tinyproxy_allow = "Allow access from"
tinyproxy_tinyproxy_viaproxyname = "Value of Via-Header"
tinyproxy_tinyproxy_filter = "Filter list"
tinyproxy_tinyproxy_filterurls = "Filter URLs instead of domains"
tinyproxy_tinyproxy_filterextended = "Extended regular expression filters"
tinyproxy_tinyproxy_filtercasesensitive = "Case sensitive filters"
tinyproxy_tinyproxy_filterdefaultdeny = "Filter list is a whitelist"
tinyproxy_tinyproxy_anonymous = "Allowed headers for anonymous proxy"
tinyproxy_tinyproxy_connectport = "Ports allowed for CONNECT method"
tinyproxy_tinyproxy_connectport_desc = "0 = disabled, empty = all"
tinyproxy_upstream = "Upstream Control"
tinyproxy_upstream_type = "Type"
tinyproxy_type_proxy = "Via proxy"
tinyproxy_type_reject = "Reject access"
tinyproxy_upstream_via = "Upstream Proxy"
tinyproxy_upstream_target = "Target host"