Forward Firewall: Design changes

1) source has a new option "firewall" with dropdown for interfaces
2) source default networks->deleted IPFire, all ip's now in brackets
3) deleted warning message in Target that a mac is not usable
4) changes for "apply" button
5) in ruletable the protocol is now right beneath the ruletype column
6) changed target dropdown "INTERNET" to "RED"
7) renamed OpenVPN N-2N to OpenVPN Net-to-Net
8) set missing default firewall options
9) little changes on the en and de lang files
This commit is contained in:
Alexander Marx
2013-06-28 09:36:31 +02:00
committed by Michael Tremer
parent 2af92cf5ac
commit a0fb1099ef
6 changed files with 109 additions and 58 deletions

View File

@@ -965,7 +965,7 @@
'fwdfw pol title' => 'Firewall default behavior',
'fwdfw pol text' => 'Default behavior for connections from local networks. "Allowed" allows all connections from local networks except the defined rules. "Blocked" prohibits all connections except the defined ones. Also external access and connections to/from the demilitarized zone are configurable here.',
'fwdfw pol text1' => 'Default behavior for connections from IPFire. "Allowed" allows all connections from local networks except the defined rules. "Blocked" prohibits all connections except the defined ones. Attention! You can lock yourself out with these settings. Normally there is no need to change anything here.',
'fwdfw red' => 'INTERNET',
'fwdfw red' => 'RED',
'fwdfw REJECT' => 'REJECT',
'fwdfw reread' => 'Apply',
'fwdfw rules' => 'Rules',
@@ -1010,11 +1010,11 @@
'fwhost ccdnet' => 'OpenVPN networks:',
'fwhost change' => 'Modify',
'fwhost changeremark' => 'You just modified the remark',
'fwhost cust addr' => 'Custom addresses:',
'fwhost cust grp' => 'Custom groups:',
'fwhost cust net' => 'Custom networks:',
'fwhost cust service' => 'Custom services:',
'fwhost cust srvgrp' => 'Custom servicegroups',
'fwhost cust addr' => 'Addresses:',
'fwhost cust grp' => 'Groups:',
'fwhost cust net' => 'Networks:',
'fwhost cust service' => 'Services:',
'fwhost cust srvgrp' => 'Servicegroups',
'fwhost deleted' => 'Deleted',
'fwhost empty' => 'No rules defined',
'fwhost err addr' => 'Invalid IP address or subnet',
@@ -1059,10 +1059,9 @@
'fwhost newgrp' => 'Address grouping',
'fwhost newservice' => 'Service',
'fwhost newservicegrp' => 'Service grouping',
'fwhost macwarn' => 'MAC addresses can not be used as target. Such addresses will be ignored.',
'fwhost menu' => 'Firewall Groups',
'fwhost orange' => 'Orange',
'fwhost ovpn_n2n' => 'OpenVPN N-2-N',
'fwhost ovpn_n2n' => 'OpenVPN Net-to-Net',
'fwhost port' => 'Port(s)',
'fwhost prot' => 'Protocol',
'fwhost reread' => 'Firewall rules need to be updated.',