mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
BUG11559: Languagefiles
When creating firewallrules or using firewall groups, it should be possible to select a single IpSec subnet if there is more than one. This patch adds a new languagefileword "fwdfw all subnets" which is used in firewall.cgi and fwhosts.cgi Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> Tested-by: Peter Müller <peter.mueller@link38.eu> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
e70aa2e0b8
commit
c07eea1d38
@@ -1065,6 +1065,7 @@
|
||||
'fwdfw additional' => 'Weitere Einstellungen',
|
||||
'fwdfw addrule' => 'Regel hinzufügen/ändern:',
|
||||
'fwdfw all icmp' => 'Alle ICMP-Typen',
|
||||
'fwdfw all subnets' => 'Alle Subnetze',
|
||||
'fwdfw change' => 'Aktualisieren',
|
||||
'fwdfw copy' => 'Kopieren',
|
||||
'fwdfw delete' => 'Löschen',
|
||||
|
||||
@@ -1092,6 +1092,7 @@
|
||||
'fwdfw additional' => 'Additional settings',
|
||||
'fwdfw addrule' => 'Add/Edit rule:',
|
||||
'fwdfw all icmp' => 'All ICMP types',
|
||||
'fwdfw all subnets' => 'All subnets',
|
||||
'fwdfw change' => 'Update',
|
||||
'fwdfw copy' => 'Copy',
|
||||
'fwdfw delete' => 'Delete',
|
||||
|
||||
Reference in New Issue
Block a user