Commit 68fb88df authored by Franco Fichtner's avatar Franco Fichtner

regenerate from src files

parent 70abf4cb
...@@ -80,6 +80,7 @@ echo gettext('Allow access to the \'Firewall: NAT: Outbound\' page.'); ...@@ -80,6 +80,7 @@ echo gettext('Allow access to the \'Firewall: NAT: Outbound\' page.');
echo gettext('Allow access to the \'Firewall: NAT: Outbound: Edit\' page.'); echo gettext('Allow access to the \'Firewall: NAT: Outbound: Edit\' page.');
echo gettext('Allow access to the \'Firewall: NAT: Port Forward\' page.'); echo gettext('Allow access to the \'Firewall: NAT: Port Forward\' page.');
echo gettext('Allow access to the \'Firewall: NAT: Port Forward: Edit\' page.'); echo gettext('Allow access to the \'Firewall: NAT: Port Forward: Edit\' page.');
echo gettext('Allow access to the \'Firewall: Normalization\' page.');
echo gettext('Allow access to the \'Firewall: Rules\' page.'); echo gettext('Allow access to the \'Firewall: Rules\' page.');
echo gettext('Allow access to the \'Firewall: Rules: Edit\' page.'); echo gettext('Allow access to the \'Firewall: Rules: Edit\' page.');
echo gettext('Allow access to the \'Firewall: Schedules\' page.'); echo gettext('Allow access to the \'Firewall: Schedules\' page.');
......
...@@ -51,7 +51,7 @@ echo gettext('Choose how to test. By using IF it tests if the condition evaluate ...@@ -51,7 +51,7 @@ echo gettext('Choose how to test. By using IF it tests if the condition evaluate
echo gettext('Choose one of the 24 standard syslog facilities. The default value is local0.'); echo gettext('Choose one of the 24 standard syslog facilities. The default value is local0.');
echo gettext('Clients will be disconnected after this amount of inactivity. They may log in again immediately, though. Enter 0 to disable idle timeout.'); echo gettext('Clients will be disconnected after this amount of inactivity. They may log in again immediately, though. Enter 0 to disable idle timeout.');
echo gettext('Clients will be disconnected after this amount of time, regardless of activity. They may log in again immediately, though. Enter 0 to disable hard timeout (not recommended unless an idle timeout is set).'); echo gettext('Clients will be disconnected after this amount of time, regardless of activity. They may log in again immediately, though. Enter 0 to disable hard timeout (not recommended unless an idle timeout is set).');
echo gettext('Collect NetFlow data on this firewall, this will automatically append localhost as NetFlow target.'); echo gettext('Collect NetFlow data on this firewall, this will automatically append localhost as NetFlow target. Please keep disabled when using a RAM disk (for size and consistency reasons).');
echo gettext('Configure listen addresses for the statistics page to enable remote access, i.e. 10.0.0.1:8080 or haproxy.example.com:8999. Use TAB key to complete typing a listen address.'); echo gettext('Configure listen addresses for the statistics page to enable remote access, i.e. 10.0.0.1:8080 or haproxy.example.com:8999. Use TAB key to complete typing a listen address.');
echo gettext('Configure listen addresses for this frontend, i.e. 127.0.0.1:8080 or www.example.com:443. Use TAB key to complete typing a listen address.'); echo gettext('Configure listen addresses for this frontend, i.e. 127.0.0.1:8080 or www.example.com:443. Use TAB key to complete typing a listen address.');
echo gettext('Connections coming from (src) or going to (dst) listed countries, default selects both.'); echo gettext('Connections coming from (src) or going to (dst) listed countries, default selects both.');
...@@ -67,8 +67,6 @@ echo gettext('Description for this frontend.'); ...@@ -67,8 +67,6 @@ echo gettext('Description for this frontend.');
echo gettext('Description for this server.'); echo gettext('Description for this server.');
echo gettext('Description to identify this pipe.'); echo gettext('Description to identify this pipe.');
echo gettext('Description to identify this zone.'); echo gettext('Description to identify this zone.');
echo gettext('Dynamic queue creation by source or destination address.
');
echo gettext('Enable CoDel active queue management'); echo gettext('Enable CoDel active queue management');
echo gettext('Enable HAProxy\'s statistics page.'); echo gettext('Enable HAProxy\'s statistics page.');
echo gettext('Enable SSL offloading'); echo gettext('Enable SSL offloading');
...@@ -143,10 +141,12 @@ echo gettext('Name to identify this backend.'); ...@@ -143,10 +141,12 @@ echo gettext('Name to identify this backend.');
echo gettext('Name to identify this error file.'); echo gettext('Name to identify this error file.');
echo gettext('Name to identify this frontend.'); echo gettext('Name to identify this frontend.');
echo gettext('Name to identify this server.'); echo gettext('Name to identify this server.');
echo gettext('Number of logs to keep.');
echo gettext('Paste the content of your Lua script here.'); echo gettext('Paste the content of your Lua script here.');
echo gettext('Paste the content of your errorfile here. The files should not exceed the configured buffer size, which generally is 8 or 16 kB.'); echo gettext('Paste the content of your errorfile here. The files should not exceed the configured buffer size, which generally is 8 or 16 kB.');
echo gettext('Provide either the FQDN or the IP address of this server.'); echo gettext('Provide either the FQDN or the IP address of this server.');
echo gettext('Provide the TCP communication port for this server, i.e. 80 or 443.'); echo gettext('Provide the TCP communication port for this server, i.e. 80 or 443.');
echo gettext('Rotate alert logs at provided interval.');
echo gettext('Select Authentication method'); echo gettext('Select Authentication method');
echo gettext('Select HTTP method for health check.'); echo gettext('Select HTTP method for health check.');
echo gettext('Select HTTP version for a HTTP health check.'); echo gettext('Select HTTP version for a HTTP health check.');
......
...@@ -53,7 +53,6 @@ echo gettext('Backups'); ...@@ -53,7 +53,6 @@ echo gettext('Backups');
echo gettext('Bandwidth metric should be one of bit,Kbit,Mbit'); echo gettext('Bandwidth metric should be one of bit,Kbit,Mbit');
echo gettext('Bandwidth out of range'); echo gettext('Bandwidth out of range');
echo gettext('Bridge'); echo gettext('Bridge');
echo gettext('CARP Status');
echo gettext('Cache'); echo gettext('Cache');
echo gettext('Captive Portal'); echo gettext('Captive Portal');
echo gettext('Certificates'); echo gettext('Certificates');
...@@ -84,6 +83,7 @@ echo gettext('DynDNS'); ...@@ -84,6 +83,7 @@ echo gettext('DynDNS');
echo gettext('Dynamic View'); echo gettext('Dynamic View');
echo gettext('Edit'); echo gettext('Edit');
echo gettext('Enter a description.'); echo gettext('Enter a description.');
echo gettext('Enter a valid number of logs to save');
echo gettext('Enter valid parameter(s) for the chosen command (Found illegal characters).'); echo gettext('Enter valid parameter(s) for the chosen command (Found illegal characters).');
echo gettext('Error Files'); echo gettext('Error Files');
echo gettext('FTP'); echo gettext('FTP');
...@@ -105,7 +105,6 @@ echo gettext('Global Parameters'); ...@@ -105,7 +105,6 @@ echo gettext('Global Parameters');
echo gettext('Group'); echo gettext('Group');
echo gettext('Group Status'); echo gettext('Group Status');
echo gettext('Groups'); echo gettext('Groups');
echo gettext('HA backup status');
echo gettext('HAProxy'); echo gettext('HAProxy');
echo gettext('Hard timeout must be between 0(no timeout) and 10080 (a week)'); echo gettext('Hard timeout must be between 0(no timeout) and 10080 (a week)');
echo gettext('Health'); echo gettext('Health');
...@@ -147,6 +146,7 @@ echo gettext('NPT (IPv6)'); ...@@ -147,6 +146,7 @@ echo gettext('NPT (IPv6)');
echo gettext('NetFlow'); echo gettext('NetFlow');
echo gettext('Network Time'); echo gettext('Network Time');
echo gettext('Normal View'); echo gettext('Normal View');
echo gettext('Normalization');
echo gettext('Notifications'); echo gettext('Notifications');
echo gettext('Number of children needs to be an integer value above 0'); echo gettext('Number of children needs to be an integer value above 0');
echo gettext('One-to-One'); echo gettext('One-to-One');
...@@ -173,12 +173,12 @@ echo gettext('Please enter ip addresses or domain names here'); ...@@ -173,12 +173,12 @@ echo gettext('Please enter ip addresses or domain names here');
echo gettext('Please enter valid addresses'); echo gettext('Please enter valid addresses');
echo gettext('Please enter valid mac addresses'); echo gettext('Please enter valid mac addresses');
echo gettext('Please enter valid targets (e.g. 192.168.0.1:2055).'); echo gettext('Please enter valid targets (e.g. 192.168.0.1:2055).');
echo gettext('Please provide a valid host, i.e. 127.0.0.1 or 10.0.0.1:514.');
echo gettext('Please provide a valid listen address, i.e. 10.0.0.1:8080 or haproxy.example.com:8999.'); echo gettext('Please provide a valid listen address, i.e. 10.0.0.1:8080 or haproxy.example.com:8999.');
echo gettext('Please provide a valid listen address, i.e. 127.0.0.1:8080 or www.example.com:443.'); echo gettext('Please provide a valid listen address, i.e. 127.0.0.1:8080 or www.example.com:443.');
echo gettext('Please provide a valid user and password, i.e. user:secret123.'); echo gettext('Please provide a valid user and password, i.e. user:secret123.');
echo gettext('Please select a valid certificate from the list'); echo gettext('Please select a valid certificate from the list');
echo gettext('Please select a valid certificate from the list.'); echo gettext('Please select a valid certificate from the list.');
echo gettext('Please select a valid rotation');
echo gettext('Please specify a valid servername or IP address.'); echo gettext('Please specify a valid servername or IP address.');
echo gettext('Please specify a value between 0 and 1024.'); echo gettext('Please specify a value between 0 and 1024.');
echo gettext('Please specify a value between 0 and 256.'); echo gettext('Please specify a value between 0 and 256.');
...@@ -259,12 +259,10 @@ echo gettext('Status'); ...@@ -259,12 +259,10 @@ echo gettext('Status');
echo gettext('Status Overview'); echo gettext('Status Overview');
echo gettext('Stick Tables'); echo gettext('Stick Tables');
echo gettext('Summary View'); echo gettext('Summary View');
echo gettext('Synchronization');
echo gettext('System'); echo gettext('System');
echo gettext('Template name should be a string between 1 and 255 characters'); echo gettext('Template name should be a string between 1 and 255 characters');
echo gettext('Test Port'); echo gettext('Test Port');
echo gettext('Tester'); echo gettext('Tester');
echo gettext('The burst value is an integer and represent a number of bytes.');
echo gettext('The filename may only contain letters,digits and one dot (not required).'); echo gettext('The filename may only contain letters,digits and one dot (not required).');
echo gettext('This does not look like a valid url.'); echo gettext('This does not look like a valid url.');
echo gettext('Traceroute'); echo gettext('Traceroute');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment