]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
media.cgi: Added translation for 'inodes'
authorMatthias Fischer <matthias.fischer@ipfire.org>
Wed, 13 May 2020 16:40:34 +0000 (18:40 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 24 Apr 2022 19:08:34 +0000 (19:08 +0000)
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>
html/cgi-bin/media.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl

index 6847641790d0f5758e08cd5091790fe1faad5412..c1914f46946ef4d5a2f984b3ae6baeec5b02ec56 100644 (file)
@@ -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'>&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>){
index 1145745e00aa6b126fe2e1c123a0b769021d215c..13dc91ed8417db9ff41fa2e606f3f40f07a6072d 100644 (file)
 '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:',
index 510ed095bc3b50ae51f1f5818c3f2d6b25aa0f66..16eea69522c7359c3c585e9c7e6b5435e185e5b3 100644 (file)
 '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',