mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 08:12:54 +02:00
ids.cgi: Add button to customize the ruleset.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -939,6 +939,7 @@ END
|
|||||||
print"<input type='submit' name='RULESET' value='$Lang::tr{'update ruleset'}'>\n";
|
print"<input type='submit' name='RULESET' value='$Lang::tr{'update ruleset'}'>\n";
|
||||||
}
|
}
|
||||||
print <<END;
|
print <<END;
|
||||||
|
<input type='submit' name='RULESET' value='$Lang::tr{'ids customize ruleset'}'>
|
||||||
<input type='submit' name='RULESET' value='$Lang::tr{'save'}'>
|
<input type='submit' name='RULESET' value='$Lang::tr{'save'}'>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
@@ -1375,6 +1375,7 @@
|
|||||||
'ids apply' => 'Übernehmen',
|
'ids apply' => 'Übernehmen',
|
||||||
'ids apply ruleset changes' => 'Regeländerungen werden übernommen. Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde...',
|
'ids apply ruleset changes' => 'Regeländerungen werden übernommen. Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde...',
|
||||||
'ids automatic rules update' => 'Automatische Regelaktualisierung',
|
'ids automatic rules update' => 'Automatische Regelaktualisierung',
|
||||||
|
'ids customize ruleset' => 'Regelset anpassen',
|
||||||
'ids download new ruleset' => 'Das neue Regelsatz wird heruntergeladen und entpackt. Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde...',
|
'ids download new ruleset' => 'Das neue Regelsatz wird heruntergeladen und entpackt. Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde...',
|
||||||
'ids enable' => 'Einbruchsverhinderungssystem aktivieren',
|
'ids enable' => 'Einbruchsverhinderungssystem aktivieren',
|
||||||
'ids hide' => 'Verstecken',
|
'ids hide' => 'Verstecken',
|
||||||
|
|||||||
@@ -1404,6 +1404,7 @@
|
|||||||
'ids apply' => 'Apply',
|
'ids apply' => 'Apply',
|
||||||
'ids apply ruleset changes' => 'The ruleset changes are being applied. Please wait until all operations have completed successfully...',
|
'ids apply ruleset changes' => 'The ruleset changes are being applied. Please wait until all operations have completed successfully...',
|
||||||
'ids automatic rules update' => 'Automatic Rule Update',
|
'ids automatic rules update' => 'Automatic Rule Update',
|
||||||
|
'ids customize ruleset' => 'Customize ruleset',
|
||||||
'ids download new ruleset' => 'Downloading and unpacking new ruleset. Please wait until all operations have completed successfully...',
|
'ids download new ruleset' => 'Downloading and unpacking new ruleset. Please wait until all operations have completed successfully...',
|
||||||
'ids enable' => 'Enable Intrusion Prevention System',
|
'ids enable' => 'Enable Intrusion Prevention System',
|
||||||
'ids hide' => 'Hide',
|
'ids hide' => 'Hide',
|
||||||
|
|||||||
Reference in New Issue
Block a user