This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 854241e108ecf798a43fb9b30a53f1119783c149 (commit) via 52f8118635b64f1edf5bfdd92d1351f5ec0959af (commit) from d6fc413aea8c863587a4793b320ab2db6c29eb5d (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 854241e108ecf798a43fb9b30a53f1119783c149 Author: Peter Müller peter.mueller@ipfire.org Date: Sun Apr 24 19:09:23 2022 +0000
Core Update 168: Ship media.cgi
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 52f8118635b64f1edf5bfdd92d1351f5ec0959af Author: Matthias Fischer matthias.fischer@ipfire.org Date: Wed May 13 18:40:34 2020 +0200
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 matthias.fischer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/168/filelists/files | 1 + html/cgi-bin/media.cgi | 4 ++-- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 4 files changed, 5 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/168/filelists/files b/config/rootfiles/core/168/filelists/files index 4883ff3ea..a40e02839 100644 --- a/config/rootfiles/core/168/filelists/files +++ b/config/rootfiles/core/168/filelists/files @@ -1,5 +1,6 @@ etc/rc.d/init.d/networking/any etc/rc.d/init.d/networking/red +srv/web/ipfire/cgi-bin/media.cgi srv/web/ipfire/html/themes/ipfire/include/functions.pl var/ipfire/header.pl var/ipfire/menu.d/20-status.menu diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi index 684764179..c1914f469 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 info@ipfire.org # +# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # # # # 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 "<tr><td colspan='7'> \n<tr><td colspan='7'><h3>Inodes</h3>\n"; +print "<tr><td colspan='7'> \n<tr><td colspan='7'><h3>$Lang::tr{'inodes'}</h3>\n";
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 1145745e0..13dc91ed8 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 <i>Datensicherung auf Diskette</i>, 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 510ed095b..16eea6952 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 <i>backup to floppy</i> 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.<p>', 'insert removable device' => 'Insert a removable device', 'install' => 'Install',
hooks/post-receive -- IPFire 2.x development tree