public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 854241e108ecf798a43fb9b30a53f1119783c149
Date: Sun, 24 Apr 2022 19:09:37 +0000	[thread overview]
Message-ID: <4Kmd4L2Hhxz2xgM@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4711 bytes --]

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(a)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(a)ipfire.org>

commit 52f8118635b64f1edf5bfdd92d1351f5ec0959af
Author: Matthias Fischer <matthias.fischer(a)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(a)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(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)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'>&nbsp;\n<tr><td colspan='7'><h3>Inodes</h3>\n";
+print "<tr><td colspan='7'>&nbsp;\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

                 reply	other threads:[~2022-04-24 19:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4Kmd4L2Hhxz2xgM@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox