Files
bpfire/config/guardian/guardian.it.pl
Matthias Fischer 2f6232d56c Bought a 'd' - fixed an old typo
'bandwith...' should be 'bandwidth...'.

Despite being my favourite typo for the past few years(?),
today I decided to try to say 'Goodbye' to an old friend.

Similar to 'MB writen' its hard but I think it just about time.

'qos' and 'guardian' will never be the same for me... ;-)

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-10-13 12:22:49 +00:00

25 lines
718 B
Perl

%tr = (
%tr,
'guaranteed bandwidth' => 'Guaranteed bandwidth',
'guardian alertfile' => 'Alertfile',
'guardian configuration' => 'Guardian Configuration',
'guardian ignorefile' => 'Ignorefile',
'guardian interface' => 'Interface',
'guardian logfile' => 'Logfile',
'guardian loglevel_off' => 'Off',
'guardian loglevel_info' => 'Info',
'guardian loglevel_debug' => 'Debug',
'guardian logtarget_syslog' => 'Systemlog',
'guardian logtarget_file' => 'File',
'guardian logtarget_console' => 'Console',
'guardian priolevel_high' => '1 - High',
'guardian priolevel_medium' => '2 - Medium',
'guardian priolevel_low' => '3 - Low',
'guardian priolevel_very_low' => '4 - Very low',
'guardian timelimit' => 'Timelimit',
);
#EOF