From: Christian Schmidt Date: Tue, 16 Mar 2010 20:23:09 +0000 (+0100) Subject: Fixed the log settings and added translation. X-Git-Tag: v2.9-beta1~412^2~17 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=27b6a4693fe2cad3fe72c15a67fc96fb734190f0 Fixed the log settings and added translation. --- diff --git a/html/cgi-bin/logs.cgi/config.dat b/html/cgi-bin/logs.cgi/config.dat index 392edac3da..1f97a170b1 100644 --- a/html/cgi-bin/logs.cgi/config.dat +++ b/html/cgi-bin/logs.cgi/config.dat @@ -155,7 +155,9 @@ END print < - $Lang::tr{'enabled'} + $Lang::tr{'Async logging enabled'} + + $Lang::tr{'log var messages'} diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index e18fdfbbcd..6772aecd62 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -4,6 +4,7 @@ 'Act as' => 'Konfiguriert als', 'Add Port Rule' => 'Port Regel hinzufügen', 'Add Rule' => 'Regel hinzufügen', +'Async logging enabled' => 'Aktiviere asynchrones schreiben des Syslogs', 'optional at cmd' => 'zusätzlicher Modembefehl', 'Choose Rule' => 'Wählen sie eine der untenstehenden Regeln aus.', 'Class' => 'Klasse', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 0bc5033bbc..9a4d590133 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -4,6 +4,7 @@ 'Act as' => 'Act as:', 'Add Port Rule' => 'Add port rule', 'Add Rule' => 'Add rule', +'Async logging enabled' => 'Enable asynchronous writing of the syslog file', 'optional at cmd' => 'optional AT command', 'Choose Rule' => 'Choose one of the following rules.', 'Class' => 'Class', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index 0bc5033bbc..a208d61082 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -4,6 +4,7 @@ 'Act as' => 'Act as:', 'Add Port Rule' => 'Add port rule', 'Add Rule' => 'Add rule', +'Async logging enabled' => 'Activer écriture asynchrone de syslogs', 'optional at cmd' => 'optional AT command', 'Choose Rule' => 'Choose one of the following rules.', 'Class' => 'Class',