@@ -115,7 +117,7 @@ echo gettext('Enter the months for the job to act, can also be a comma separated
echogettext('Enter the number of first-level subdirectories for the local cache (default is 16).');
echogettext('Enter the number of first-level subdirectories for the local cache (default is 256).');
echogettext('Enter the number of ssl certificate workers to use (sslcrtd_children).');
echogettext('Enter the size of the preview wich is sent to the ICAP server.');
echogettext('Enter the size of the preview which is sent to the ICAP server.');
echogettext('Enter the storage size for the local cache (default is 100).');
echogettext('Enter the url where the reqmod requests should be sent to.');
echogettext('Enter the url where the respmod requests should be sent to.');
...
...
@@ -128,8 +130,8 @@ echo gettext('If set (default), Squid will include a Via header in requests and
echogettext('If this checkbox is checked, you can use an ICAP server to filter or replace content.');
echogettext('If this option is set, users can login on multiple machines at once. If disabled subsequent logins will cause machines previously logged in with the same username to be disconnected.');
echogettext('If you enable this option, the client IP address will be sent to the ICAP server. This can be useful if you want to filter traffic based on IP addresses.');
echogettext('If you enable this option, the username of the client will be sent to the ICAP server. This can be useful if you want to filter traffic based on usernames addresses. Note, that authentication is required to use usernames.');
echogettext('If you use previews, only a part of the data is sent to the ICAP server. Setting this option can improve the performance.');
echogettext('If you enable this option, the username of the client will be sent to the ICAP server. This can be useful if you want to filter traffic based on usernames. Note, that authentication is required to use usernames.');
echogettext('If you use previews, only a part of the data is sent to the ICAP server. Setting this option can improve the performance.');
echogettext('Indicates where to send the logs. Takes an IPv4 or IPv6 address optionally followed by a colon (\':\') and a UDP port, i.e. 127.0.0.1 or 10.0.0.1:514');
echogettext('Internal number used for this zone');
echogettext('Interval before dropping packets (in ms), leave empty for default');
...
...
@@ -146,6 +148,7 @@ echo gettext('Paste the content of your Lua script here.');
echogettext('Paste the content of your errorfile here. The files should not exceed the configured buffer size, which generally is 8 or 16 kB.');
echogettext('Provide either the FQDN or the IP address of this server.');
echogettext('Provide the TCP communication port for this server, i.e. 80 or 443.');
echogettext('Provide the TCP communication port to use during check, i.e. 80 or 443.');
echogettext('Rotate alert logs at provided interval.');
echogettext('Select Authentication method');
echogettext('Select HTTP method for health check.');
...
...
@@ -165,8 +168,10 @@ echo gettext('Select interfaces used for WAN traffic to avoid counting NAT traff
echogettext('Select interval (in milliseconds) between two consecutive health checks.');
echogettext('Select one ore more ACLs to be used as condition for this action.');
echogettext('Select the command that needs to be executed at given time frame.');
echogettext('Select the multi-pattern matcher algorithm to use.');
echogettext('Select type of health check.');
echogettext('Select what to do with X-Forwarded for header.');
echogettext('Send log data to.');
echogettext('Set action to perform here, only used when in IPS mode.');
echogettext('Set the default backend to use for this frontend.');
echogettext('Set the maximum inactivity time (in milliseconds) on the client side.');
...
...
@@ -181,6 +186,8 @@ echo gettext('Set the running mode or protocol of the backend. Usually the front
echogettext('Sets the interval (in milliseconds) for running health checks on the server.');
echogettext('Sets the maximum amount of RAM in megabytes per process usable by Lua. By default it is zero which means unlimited. It is important to set a limit to ensure that a bug in a script will not result in the system running out of memory.');
echogettext('Sets the operation mode to use for this server.');
echogettext('Sets the source address which will be used when connecting to the server(s).');
echogettext('Sets the source address which will be used when connecting to the server.');
echogettext('Specify HTTP host to use for health check. Requires HTTP/1.1.');
echogettext('Specify HTTP request URI for health check.');
echogettext('Specify a value to match with the action.');
@@ -174,12 +175,14 @@ echo gettext('Please enter valid addresses');
echogettext('Please enter valid mac addresses');
echogettext('Please enter valid targets (e.g. 192.168.0.1:2055).');
echogettext('Please provide a valid listen address, i.e. 10.0.0.1:8080 or haproxy.example.com:8999.');
echogettext('Please provide a valid listen address, i.e. 127.0.0.1:8080 or www.example.com:443.');
echogettext('Please provide a valid listen address, i.e. 127.0.0.1:8080 or www.example.com:443. Port range as start-end, i.e. 127.0.0.1:1220-1240.');
echogettext('Please provide a valid user and password, i.e. user:secret123.');
echogettext('Please select a valid certificate from the list');
echogettext('Please select a valid certificate from the list.');
echogettext('Please select a valid pattern matcher algorithm');
echogettext('Please select a valid rotation');
echogettext('Please specify a valid servername or IP address.');
echogettext('Please specify a valid source address, i.e. 10.0.0.1 or loadbalancer.example.com:50000. Port range as start-end, i.e. 10.0.0.1:50000-60000.');
echogettext('Please specify a value between 0 and 1024.');
echogettext('Please specify a value between 0 and 256.');
echogettext('Please specify a value between 0 and 50.');