From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] media.cgi: Added translation for 'inodes' Date: Wed, 13 May 2020 18:40:34 +0200 Message-ID: <20200513164034.32079-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1057031549071606422==" List-Id: <development.lists.ipfire.org> --===============1057031549071606422== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://en.wikipedia.org/wiki/Inode or http://www.linfo.org/inode.html ;-) Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> --- 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(-) diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi index 1747e538f..81f0a80d1 100644 --- a/html/cgi-bin/media.cgi +++ b/html/cgi-bin/media.cgi @@ -106,7 +106,7 @@ END } } close DF; - print "<tr><td colspan=3D'7'> \n<tr><td colspan=3D'7'><h2>Inodes</h2>\= n"; + print "<tr><td colspan=3D'7'> \n<tr><td colspan=3D'7'><h2>$Lang::tr{'i= nodes'}</h2>\n"; =20 open(DF,'/bin/df -P -i -x rootfs|'); while(<DF>){ diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index caa3d711e..b9b6ff4ec 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1416,6 +1416,7 @@ 'info' =3D> 'Info', 'info messages' =3D> 'Info', 'init string' =3D> 'Initialisierung:', +'inodes' =3D> 'Index-Nodes', 'insert floppy' =3D> 'Legen Sie eine formatierte Diskette in das Floppy-Lauf= werk in IPFire und klicken auf <i>Datensicherung auf Diskette</i>, um die Sys= temeinstellungen zu sichern. =C3=9Cberpr=C3=BCfen Sie das Ergebnis sorgf=C3= =A4ltig, um sicher zu sein, dass die Datensicherung vollst=C3=A4ndig und erfo= lgreich abgeschlossen wurde.', 'install' =3D> 'Installieren', 'install new update' =3D> 'Installiere neues Update:', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 29c90de5d..dadbf6d7a 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1439,6 +1439,7 @@ 'incorrect password' =3D> 'Incorrect password', 'info' =3D> 'Info', 'init string' =3D> 'Init:', +'inodes' =3D> 'Index Nodes', 'insert floppy' =3D> 'To backup to floppy, insert a formatted floppy into th= e drive on IPFire and click <i>backup to floppy</i> to backup the system conf= iguration. Please examine the results carefully to make sure the backup compl= eted successfully. This can take a while to complete, so please be patient.<p= >', 'insert removable device' =3D> 'Insert a removable device', 'install' =3D> 'Install', --=20 2.17.1 --===============1057031549071606422==--