From: Leo-Andres Hofmann <hofmann@leo-andres.de>
To: development@lists.ipfire.org
Subject: [PATCH v2 3/3] Fix translations and clean general-functions.pl
Date: Tue, 28 Sep 2021 13:09:06 +0200 [thread overview]
Message-ID: <20210928110906.1089-3-hofmann@leo-andres.de> (raw)
In-Reply-To: <20210928110906.1089-1-hofmann@leo-andres.de>
[-- Attachment #1: Type: text/plain, Size: 2288 bytes --]
This patch fixes two wrong translations now used by the new
user manual links feature and removes an abandoned constant.
Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
---
config/cfgroot/general-functions.pl | 1 -
langs/de/cgi-bin/de.pl | 2 +-
langs/fr/cgi-bin/fr.pl | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl
index de608e38b..355f8d372 100644
--- a/config/cfgroot/general-functions.pl
+++ b/config/cfgroot/general-functions.pl
@@ -24,7 +24,6 @@ $|=1; # line buffering
$General::version = 'VERSION';
$General::swroot = 'CONFIG_ROOT';
$General::noipprefix = 'noipg-';
-$General::adminmanualurl = 'http://wiki.ipfire.org';
require "${General::swroot}/network-functions.pl";
diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 70dcb10a6..ba57698e7 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -1828,7 +1828,7 @@
'one month' => 'Ein Monat',
'one week' => 'Eine Woche',
'one year' => 'Ein Jahr',
-'online help en' => 'Online-Hilfe (auf Deutsch)',
+'online help en' => 'Online-Hilfe (auf Englisch)',
'only digits allowed in holdoff field' => 'Im Holdoff-Feld sind nur Ziffern erlaubt',
'only digits allowed in max retries field' => 'Im Feld "Maximale Wiederholversuche" sind nur Ziffern erlaubt.',
'only digits allowed in the idle timeout' => 'Im Feld "Leerlauf-Wartezeit" sind nur Ziffern erlaubt.',
diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl
index 7f8239773..43dafe73d 100644
--- a/langs/fr/cgi-bin/fr.pl
+++ b/langs/fr/cgi-bin/fr.pl
@@ -1869,7 +1869,7 @@
'one month' => 'Un mois',
'one week' => 'Une semaine',
'one year' => 'Un an',
-'online help en' => 'Aide en ligne (en français)',
+'online help en' => 'Aide en ligne (en anglais)',
'only digits allowed in holdoff field' => 'Seuls les chiffres sont autorisés dans le champ holdoff',
'only digits allowed in max retries field' => 'Seuls les chiffres sont autorisés dans le champ nombre d\'essais maximum.',
'only digits allowed in the idle timeout' => 'Seuls les chiffres sont autorisés pour le délai d\'inactivité.',
--
2.27.0.windows.1
next prev parent reply other threads:[~2021-09-28 11:09 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-28 11:09 [PATCH v2 1/3] webinterface: Add links to the configuration wiki Leo-Andres Hofmann
2021-09-28 11:09 ` [PATCH v2 2/3] make.sh: Add check-manualpages function Leo-Andres Hofmann
2021-09-28 12:55 ` Bernhard Bitsch
2021-09-28 11:09 ` Leo-Andres Hofmann [this message]
2021-09-28 12:56 ` [PATCH v2 3/3] Fix translations and clean general-functions.pl Bernhard Bitsch
2021-09-28 12:55 ` [PATCH v2 1/3] webinterface: Add links to the configuration wiki Bernhard Bitsch
2021-10-04 17:42 ` Leo Hofmann
2021-10-04 20:34 ` Bernhard Bitsch
2021-10-05 7:57 ` Leo Hofmann
2021-10-05 3:40 ` Jon Murphy
2021-10-06 3:18 ` Jon Murphy
2021-10-06 9:23 ` Bernhard Bitsch
2021-10-19 20:27 ` Leo Hofmann
2021-10-20 14:29 ` Michael Tremer
2021-10-06 10:18 ` Leo Hofmann
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=20210928110906.1089-3-hofmann@leo-andres.de \
--to=hofmann@leo-andres.de \
--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