Forward Firewall: BUG: when creating a new group in firewall-groups with the same name as an existing group, the line "no rule defined" was added.

BUG: THe line "no rules defined" is now "no entries in this group".
This commit is contained in:
Alexander Marx
2013-08-13 16:00:32 +02:00
parent 4f585d559f
commit f195a8d763
3 changed files with 20 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
%tr = (
%tr = (
%tr,
'Act as' => 'Konfiguriert als',
@@ -1019,6 +1019,7 @@
'fwhost err addr' => 'IP-Adresse oder Subnetzmaske ungültig',
'fwhost err addrgrp' => 'Bitte Gruppennamen angeben',
'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 hostexist' => 'Ein Host mit diesem Namen existiert bereits',