echogettext('Allow access to the \'Status: Captive portal: Voucher Rolls\' page.');
echogettext('Allow access to the \'Services: Captive portal\' page.');
echogettext('Allow access to the \'Status: IPsec: SAD\' page.');
echogettext('Allow access to the \'VPN: PPTP: Users\' page.');
echogettext('Allow access to the \'VPN: IPsec: Pre-Shared Keys List\' page.');
...
...
@@ -85,7 +84,7 @@ echo gettext('Allow access to the \'Services: DHCP Server : Edit static mapping\
echogettext('Allow access to the \'Services: DHCPv6 server\' page.');
echogettext('Allow access to the \'Status: Captive portal: Test Vouchers\' page.');
echogettext('Allow access to the \'Status: System logs: Load Balancer\' page.');
echogettext('Allow access to the \'Firewall: Traffic Shaper: Wizard\' page.');
echogettext('Allow access to the \'Services: Captive portal\' page.');
echogettext('Allow access to the \'Lobby: Login / Logout/ Dashboard\' page.');
echogettext('Allow access to the \'Services: DNS Resolver: Edit host\' page.');
echogettext('Allow access to the \'Services: SNMP\' page.');
...
...
@@ -148,7 +147,6 @@ echo gettext('Allow access to the \'AJAX: Service Providers\' page.');
echogettext('Allow access to the \'Diagnostics: Backup/restore\' page.');
echogettext('Allow access to the \'Diagnostics: Halt system\' page.');
echogettext('Allow access to the \'Services: DHCP server\' page.');
echogettext('Indicates whether the user is able to login for tunneling via SSH when they have no shell access. Note: User - System - Copy files conflicts with this privilege.');
echogettext('Allow access to the \'Services: Igmpproxy: Edit\' page.');
echogettext('Allow access to the \'System: User Manager: Settings: Test LDAP\' page.');
echogettext('Allow access to the \'VPN: L2TP\' page.');
...
...
@@ -177,7 +175,6 @@ echo gettext('Allows access to the \'Diagnostics: Limiter Info\' page');
echogettext('Allow access to the \'Services: DHCPv6 Relay\' page.');
echogettext('Allow access to the \'Diagnostics: Logs: System: Resolver\' page.');
echogettext('Allow access to the \'Status: Wireless\' page.');
echogettext('Allow access to the \'Firewall: Traffic Shaper: Queues\' page.');
echogettext('Allow access to the \'Hidden: No longer included\' page.');
echogettext('Allow access to the \'Status: NTP PPS\' page.');
echogettext('Allow access to the \'Status: System logs: IPsec VPN\' page.');
...
...
@@ -208,7 +205,6 @@ echo gettext('Allow access to the \'System: Gateways: Edit Gateway\' page.');
echogettext('Allow access to the \'Services: Captive portal: Edit Zones\' page.');
echogettext('Allow access to the \'Diagnostics: Logs: Firewall\' page.');
echogettext('Allow direct access to all Dashboard widget pages, required for some widgets using AJAX.');
echogettext('Allow access to the \'Status: Traffic shaper: Queues\' page.');
echogettext('Allow access to the \'Status: Load Balancer: Virtual Server\' page.');
echogettext('Allow access to the \'Diagnostics: Configuration History\' page.');
echogettext('Allow access to the \'Interfaces: GRE: Edit\' page.');
@@ -124,6 +124,7 @@ echo gettext('The prompt will be displayed in the autherntication request window
echogettext('This specifies for how long (in hours) the proxy server assumes an externally validated username and password combination is valid (Time To Live).<br/>
When the TTL expires, the user will be prompted for credentials again.');
echogettext('The total number of authenticator processes to spawn.');
echogettext('enable this pipe and it\'s related queues and rules');
echogettext('Total bandwidth for this pipe');
echogettext('number of dynamic queues, leave empty for default');
echogettext('Dynamic queue creation by source or destination address.
...
...
@@ -131,16 +132,20 @@ echo gettext('Dynamic queue creation by source or destination address.
<li> choose source to provide all connected clients up to a maximum of this pipe configured bandwidth </li>
');
echogettext('Description to identify this pipe.');
echogettext('enable this queue and it\'s related rules');
echogettext('connected pipe for this queue');
echogettext('Weight of this queue (1..100)');
echogettext('Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, 100 is high)');
echogettext('Dynamic queue creation by source or destination address.
<li> choose destination here to share the total bandwidth of this pipe among all connected clients. </li>
<li> choose source to provide all connected clients up to a maximum of this pipe configured bandwidth </li>
');
echogettext('Description to identify this pipe.');
echogettext('order in which the rule will be evaluated (lowest first)');
echogettext('secondary interface, matches packets going traveling from interface (1) to interface (2).
');
echogettext('source ip or network, examples 10.0.0.0/24, 10.0.0.1');
echogettext('source port number or well known name (imap,imaps, http,https,...)');
echogettext('destination ip or network, examples 10.0.0.0/24, 10.0.0.1');
echogettext('destination port number or well known name (imap,imaps, http,https,...)');
echogettext('matches incomming or outgoing packets or both (default)');