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:
Alexander Marx
2013-12-10 12:21:48 +01:00
parent 50ce309b6a
commit 3a162dc14f
4 changed files with 96 additions and 133 deletions

View File

@@ -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',

View File

@@ -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',