From: Jan Paul Tuecking Date: Wed, 22 Jul 2009 18:54:05 +0000 (+0200) Subject: Added a warning to qos rules that the rule which will be edit has to be saved otherwi... X-Git-Tag: v2.5-core30~63 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=11bccc3f3031e283c71b70fdcfdd13271161b7a4 Added a warning to qos rules that the rule which will be edit has to be saved otherwise it will be discarded. --- diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi index 2eb125a4fb..49031d0fdb 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -1084,6 +1084,7 @@ END $Lang::tr{'destination ip'}: + $Lang::tr{'qos warning'} END ; diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 9d5740993b..19d35089f8 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1369,6 +1369,7 @@ 'pulse' => 'Puls', 'pulse dial' => 'Pulswahl:', 'qos graphs' => 'Qos Diagramme', +'qos warning' => 'Die Regel muss wieder gespeichert werden, ansonsten wird sie verworfen!', 'quick playlist' => 'Quick Playlist', 'ram' => 'RAM-Speicher', 'read bytes' => 'Gelesene Bytes', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index f2a0bdb499..c16d989daf 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1397,6 +1397,7 @@ 'pulse' => 'Pulse', 'pulse dial' => 'Pulse dial:', 'qos graphs' => 'Qos Graphs', +'qos warning' => 'The rule must be saved, otherwise it will be discarded!', 'quick control' => 'Quick Control', 'quick playlist' => 'Quick Playlist', 'ram' => 'RAM',