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 [thread overview]
Message-ID: <20200513164034.32079-1-matthias.fischer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2173 bytes --]
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='7'> \n<tr><td colspan='7'><h2>Inodes</h2>\n";
+ print "<tr><td colspan='7'> \n<tr><td colspan='7'><h2>$Lang::tr{'inodes'}</h2>\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 caa3d711e..b9b6ff4ec 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -1416,6 +1416,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 29c90de5d..dadbf6d7a 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -1439,6 +1439,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',
--
2.17.1
reply other threads:[~2020-05-13 16:40 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=20200513164034.32079-1-matthias.fischer@ipfire.org \
--to=matthias.fischer@ipfire.org \
--cc=development@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