From 52f8118635b64f1edf5bfdd92d1351f5ec0959af Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Wed, 13 May 2020 18:40:34 +0200 Subject: [PATCH] media.cgi: Added translation for 'inodes' For details see: https://en.wikipedia.org/wiki/Inode or http://www.linfo.org/inode.html ;-) Signed-off-by: Matthias Fischer --- html/cgi-bin/media.cgi | 4 ++-- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi index 6847641790..c1914f4694 100644 --- a/html/cgi-bin/media.cgi +++ b/html/cgi-bin/media.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -96,7 +96,7 @@ END } } close DF; -print " \n

Inodes

\n"; +print " \n

$Lang::tr{'inodes'}

\n"; open(DF,'/bin/df -P -i -x rootfs|'); while(){ diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 1145745e00..13dc91ed84 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1432,6 +1432,7 @@ 'info' => 'Info', 'info messages' => 'Info', 'init string' => 'Initialisierung:', +'inodes' => 'Index Nodes', 'insert floppy' => 'Legen Sie eine formatierte Diskette in das Floppy-Laufwerk in IPFire und klicken auf Datensicherung auf Diskette, um die Systemeinstellungen zu sichern. Überprüfen Sie das Ergebnis sorgfältig, um sicher zu sein, dass die Datensicherung vollständig und erfolgreich abgeschlossen wurde.', 'install' => 'Installieren', 'install new update' => 'Installiere neues Update:', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 510ed095bc..16eea69522 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1475,6 +1475,7 @@ 'incorrect password' => 'Incorrect password', 'info' => 'Info', 'init string' => 'Init:', +'inodes' => 'Index-Nodes', 'insert floppy' => 'To backup to floppy, insert a formatted floppy into the drive on IPFire and click backup to floppy to backup the system configuration. Please examine the results carefully to make sure the backup completed successfully. This can take a while to complete, so please be patient.

', 'insert removable device' => 'Insert a removable device', 'install' => 'Install', -- 2.39.5