mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 23:43:00 +02:00
'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>
25 lines
718 B
Perl
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
|