mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
ids.cgi: Change name of the button to apply the ruleset changes
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -396,7 +396,7 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'save'}) {
|
||||
}
|
||||
|
||||
# Save ruleset.
|
||||
} elsif ($cgiparams{'RULESET'} eq $Lang::tr{'update'}) {
|
||||
} elsif ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) {
|
||||
# Arrays to store which rulefiles have been enabled and will be used.
|
||||
my @enabled_rulefiles;
|
||||
|
||||
@@ -1164,9 +1164,7 @@ if (%idsrules) {
|
||||
print <<END
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td width='100%' align='right'><input type='submit' name='RULESET' value='$Lang::tr{'update'}'>
|
||||
<!-- space for future online help link -->
|
||||
</td>
|
||||
<td width='100%' align='right'><input type='submit' name='RULESET' value='$Lang::tr{'ids apply'}'></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -1326,6 +1326,7 @@
|
||||
'idle' => 'Leerlauf',
|
||||
'idle timeout' => 'Leerlauf-Wartezeit in Min. (0 zum Deaktivieren):',
|
||||
'idle timeout not set' => 'Leerlauf-Wartezeit nicht angegeben.',
|
||||
'ids apply' => 'Übernehmen',
|
||||
'ids apply ruleset changes' => 'Regel-Änderungen werden übernommen ... Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde.',
|
||||
'ids automatic rules update' => 'Automatische Regeln-Aktualisierung',
|
||||
'ids traffic analyze' => 'Packet-Analyse',
|
||||
|
||||
@@ -1357,6 +1357,7 @@
|
||||
'idle' => 'Idle',
|
||||
'idle timeout' => 'Idle timeout (mins; 0 to disable):',
|
||||
'idle timeout not set' => 'Idle timeout not set.',
|
||||
'ids apply' => 'Apply',
|
||||
'ids apply ruleset changes' => 'The ruleset changes will be applied ... Please wait until all operations have completed successfully.',
|
||||
'ids automatic rules update' => 'Automatic rules update',
|
||||
'ids traffic analyze' => 'Traffic analyzing',
|
||||
|
||||
Reference in New Issue
Block a user