Files
bpfire/config/guardian/guardian.tr.pl
Matthias Fischer c5f633c917 guardian 2.0: suggested cosmetic changes
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>
2016-10-03 12:12:13 +01:00

25 lines
707 B
Perl
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
%tr = (
%tr,
'guardian alertfile' => 'Uyarı dosyası',
'guardian configuration' => 'Koruyucu Yapılandırması',
'guardian ignorefile' => 'Yoksayılan dosya',
'guardian interface' => 'Ara birim',
'guardian logfile' => 'Günlük dosyası',
'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' => 'Zaman sınırlaması',
);
#EOF