mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
Forward Firewall: some changes in en.pl and de.pl. Also adapted "apply" button in fwhosts.cgi
This commit is contained in:
committed by
Michael Tremer
parent
bc912c6e0c
commit
d526a95bf1
@@ -1067,7 +1067,7 @@ if($fwhostsettings{'ACTION'} eq '')
|
||||
sub showmenu
|
||||
{
|
||||
if (-f "${General::swroot}/forward/reread"){
|
||||
print "<table border='0'><form method='post'><td><input type='submit' name='ACTION' value='$Lang::tr{'fwdfw reread'}' style='font-face: Comic Sans MS; color: red; font-weight: bold;'>$Lang::tr{'fwhost reread'}</td></tr></table></form><hr><br>";
|
||||
print "<table border='0'><form method='post'><td><div style='font-size:11pt; font-weight: bold;vertical-align: middle; '><input type='submit' name='ACTION' value='$Lang::tr{'fwdfw reread'}' style='font-face: Comic Sans MS; color: red; font-weight: bold; font-size: 14pt; text-decoration: blink;'>$Lang::tr{'fwhost reread'}</td></tr></table></form><hr><br>";
|
||||
}
|
||||
&Header::openbox('100%', 'left',$Lang::tr{'fwhost menu'});
|
||||
print<<END;
|
||||
|
||||
@@ -985,7 +985,7 @@
|
||||
'fwhost cust service' => 'Custom Dienste:',
|
||||
'fwhost cust srvgrp' => 'Custom Dienstgruppen',
|
||||
'fwhost deleted' => 'Gelöscht',
|
||||
'fwhost empty' => 'Keine Einträge vorhanden',
|
||||
'fwhost empty' => 'Keine Regeln definiert',
|
||||
'fwhost err addr' => 'IP oder Subnetzmaske ungültig',
|
||||
'fwhost err addrgrp' => 'Bitte gruppenname angeben',
|
||||
'fwhost err empty' => 'Bitte alle Felder füllen',
|
||||
|
||||
@@ -1010,7 +1010,7 @@
|
||||
'fwhost cust service' => 'Custom services:',
|
||||
'fwhost cust srvgrp' => 'Custom servicegroups',
|
||||
'fwhost deleted' => 'Deleted',
|
||||
'fwhost empty' => 'No entries by now',
|
||||
'fwhost empty' => 'No rules defined',
|
||||
'fwhost err addr' => 'Invalid IP or subnet',
|
||||
'fwhost err addrgrp' => 'Please provide a groupname',
|
||||
'fwhost err empty' => 'Please fill in all fields',
|
||||
|
||||
Reference in New Issue
Block a user