mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
I did the following: - Rearranged the fields on 'guardian.cgi' a bit - in a (hopefully) logical manner, so that they don't need so much room. - Added some translation-strings and explanations to (revised) 'guardian.cgi'. - Added missing language string(s), deleted obsolete. - Deleted all guardian entries from standard language files in '/var/ipfire/langs'-directory. - Added (upgraded) addon-specific language files to '/var/ipfire/addon-lang'-directory. I hope, I didn't forget something... Best, Matthias Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
24 lines
681 B
Perl
24 lines
681 B
Perl
%tr = (
|
|
%tr,
|
|
|
|
'guardian alertfile' => 'Meldingenbestand',
|
|
'guardian configuration' => 'Guardian configuratie',
|
|
'guardian ignorefile' => 'Negeerbestand',
|
|
'guardian interface' => 'Interface',
|
|
'guardian logfile' => 'Logbestand',
|
|
'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' => 'Tijdlimiet',
|
|
|
|
);
|
|
|
|
#EOF
|