Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- config/cfgroot/graphs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 9531a0e37..de306710e 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -1088,7 +1088,7 @@ sub updatethermaltempgraph { "--start", "-1".$period, "-r", - "-t "."ACPI Thermal-Zone Temperature"." - ".$Lang::tr{$period."-graph"}, + "-t "."ACPI Thermal-Zone Temperature"." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"}, "-v Grad Celsius", "--color=SHADEA".$color{"color19"}, "--color=SHADEB".$color{"color19"},
Reviewed-by: Michael Tremer michael.tremer@ipfire.org
On 22 Aug 2020, at 22:59, Matthias Fischer matthias.fischer@ipfire.org wrote:
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org
config/cfgroot/graphs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 9531a0e37..de306710e 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -1088,7 +1088,7 @@ sub updatethermaltempgraph { "--start", "-1".$period, "-r",
"-t "."ACPI Thermal-Zone Temperature"." - ".$Lang::tr{$period."-graph"},
"-t "."ACPI Thermal-Zone Temperature"." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"},
Can we have the ACPI Thermal Zone part translated, too? Maybe in a separate patch?
-Michael
"-v Grad Celsius", "--color=SHADEA".$color{"color19"}, "--color=SHADEB".$color{"color19"},
-- 2.17.1
Hi,
On 24.08.2020 16:08, Michael Tremer wrote:
Reviewed-by: Michael Tremer michael.tremer@ipfire.org
On 22 Aug 2020, at 22:59, Matthias Fischer matthias.fischer@ipfire.org wrote:
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org
config/cfgroot/graphs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 9531a0e37..de306710e 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -1088,7 +1088,7 @@ sub updatethermaltempgraph { "--start", "-1".$period, "-r",
"-t "."ACPI Thermal-Zone Temperature"." - ".$Lang::tr{$period."-graph"},
"-t "."ACPI Thermal-Zone Temperature"." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"},
Can we have the ACPI Thermal Zone part translated, too? Maybe in a separate patch?
No problem, done - but:
While working on this, I found a bunch of other glitches. Besides, the following patches weren't merged yet. Just cosmetic ones, but they contain patches for 'hardwaregraphs.cgi' and 'netother.cgi' - among some others.
Removed unnecessary translation string for 'graph' from several cgis: https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=1851c3d5...
Removed obsolete translation string: https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=5ec03811...
graphs.pl: Standardize localization strings for disk access graphs: https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=9a3fba86...
graphs.pl: Standardize localization strings for hardware graphs (ACPI): https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=b996e44f...
graphs.pl: Standardize localization strings for entropy graphs: https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=ae5cf430...
I'll send some patches based on "ms_conntrack", but in this way, only two CGIs from the above patches are taken into account.
Can this be merged this way?
Best, Matthias