From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] media.cgi: Added missing translation string Date: Sun, 06 Feb 2022 13:13:28 +0000 Message-ID: In-Reply-To: <20220206125356.1288-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0224656369495710129==" List-Id: --===============0224656369495710129== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Matthias, thanks for submitting this. It looks good to me. :-) Reviewed-by: Peter M=C3=BCller Thanks, and best regards, Peter M=C3=BCller > Contination from http://patchwork.ipfire.org/project/ipfire/patch/202005131= 35520.30310-1-matthias.fischer(a)ipfire.org/ >=20 > [Thanks Peter, I nearly forgot... ;-) ] >=20 > Signed-off-by: Matthias Fischer > --- > html/cgi-bin/media.cgi | 2 +- > langs/de/cgi-bin/de.pl | 1 + > langs/en/cgi-bin/en.pl | 1 + > 3 files changed, 3 insertions(+), 1 deletion(-) >=20 > diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi > index af75d1bf3..684764179 100644 > --- a/html/cgi-bin/media.cgi > +++ b/html/cgi-bin/media.cgi > @@ -137,7 +137,7 @@ close DF; > my @iostat1 =3D qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print = \$1}'); > my @iostat2 =3D qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print = \$6}'); > my @iostat3 =3D qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print = \$7}'); > -print " \n

transfers"; > +print " \n

$Lang::tr{'= transfers'}

"; > my $i=3D0; > =20 > for(my $i =3D 1; $i <=3D $#iostat1; $i++){ > diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl > index cf34fd86e..02e491824 100644 > --- a/langs/de/cgi-bin/de.pl > +++ b/langs/de/cgi-bin/de.pl > @@ -2485,6 +2485,7 @@ > 'trafficsum' =3D> 'Total', > 'trafficto' =3D> 'Nach', > 'transfer limits' =3D> 'Transferbeschr=C3=A4nkungen', > +'transfers' =3D> 'Daten=C3=BCbertragungen', > 'transparent on' =3D> 'Transparent auf', > 'transport mode does not support vti' =3D> 'VTI wird im Transport-Modus ni= cht unterst=C3=BCtzt', > 'tripwire' =3D> 'Tripwire', > diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl > index b17064713..c90b5d514 100644 > --- a/langs/en/cgi-bin/en.pl > +++ b/langs/en/cgi-bin/en.pl > @@ -2546,6 +2546,7 @@ > 'trafficsum' =3D> 'Totals', > 'trafficto' =3D> 'To', > 'transfer limits' =3D> 'Transfer limits', > +'transfers' =3D> 'Transfers', > 'transparent on' =3D> 'Transparent on', > 'transport mode does not support vti' =3D> 'VTI is not support in transpor= t mode', > 'tripwire' =3D> 'Tripwire', --===============0224656369495710129==--