From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 1/4] graphs.pl: Added translation for 'ACPI Thermal Zone' Date: Sat, 05 Sep 2020 17:41:10 +0200 Message-ID: <20200905154113.3555-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1366506266940155623==" List-Id: --===============1366506266940155623== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This patchset is based on https://git.ipfire.org/?p=3Dpeople/ms/ipfire-2.x.gi= t;a=3Dcommitdiff;h=3D4bf0d000ffe961cdc5d9dbd27b3a11f900b3daed Signed-off-by: Matthias Fischer --- config/cfgroot/graphs.pl | 2 +- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 5f146d226..8473613a3 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 ".$Lang::tr{'acpitemp'}." ".$Lang::tr{'graph per'}." ".$Lang::tr{$peri= od."-graph"}, "-v Grad Celsius", "--color=3DSHADEA".$color{"color19"}, "--color=3DSHADEB".$color{"color19"}, diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 0c4a3b5b9..119b29913 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -135,6 +135,7 @@ 'accounting' =3D> 'Benutzerverwaltung', 'accounting user nonpdc' =3D> 'Benutzerverwaltung - kein PDC Modus', 'accounting user pdc' =3D> 'Benutzerverwaltung - PDC Modus', +'acpitemp' =3D> 'ACPI - Temperaturen', 'action' =3D> 'Aktion', 'activate' =3D> 'aktivieren', 'activate user' =3D> 'Benutzer aktivieren', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 42ee304f7..592ee7fb7 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -133,6 +133,7 @@ 'accounting' =3D> 'Accounting', 'accounting user nonpdc' =3D> 'Accounting - none PDC Mode', 'accounting user pdc' =3D> 'Accounting - PDC Mode', +'acpitemp' =3D> 'ACPI - Temperatures', 'action' =3D> 'Action', 'activate' =3D> 'Activate', 'activate user' =3D> 'Activate user', --=20 2.18.0 --===============1366506266940155623==--