mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Firewall: rebuild complete counter procedure in firewall-groups. This way the counters are on the fly generated and stable. also this is a prequisite to the new option that firewall-servicegroups can be rolled out by installation
This commit is contained in:
@@ -1026,7 +1026,7 @@
|
||||
'fwhost err empty' => 'Bitte alle Felder ausfüllen',
|
||||
'fwhost err emptytable' => 'Keine Einträge in Gruppe',
|
||||
'fwhost err groupempty' => 'Die gewählte Gruppe ist leer',
|
||||
'fwhost err grpexist' => 'Die Gruppe existiert bereits',
|
||||
'fwhost err grpexist' => 'Eine Gruppe mit diesem Namen existiert bereits',
|
||||
'fwhost err hostexist' => 'Ein Host mit diesem Namen existiert bereits',
|
||||
'fwhost err hostorip' => 'Name oder IP-Adresse ungültig',
|
||||
'fwhost err ip' => 'IP-Adresse ungültig',
|
||||
|
||||
@@ -1051,7 +1051,7 @@
|
||||
'fwhost err empty' => 'Please fill in all input fields',
|
||||
'fwhost err emptytable' => 'No entries in this group',
|
||||
'fwhost err groupempty' => 'The selected group is empty',
|
||||
'fwhost err grpexist' => 'Group already exists',
|
||||
'fwhost err grpexist' => 'A group with the same name already exists',
|
||||
'fwhost err hostexist' => 'A host with the same name already exists',
|
||||
'fwhost err hostorip' => 'Invalid name or IP address',
|
||||
'fwhost err ip' => 'IP address invalid',
|
||||
|
||||
Reference in New Issue
Block a user