Fix translations and clean general-functions.pl

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@leo-andres.de>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Tested-by: Bernhard Bitsch <bbitsch@ipfire.org>
This commit is contained in:
Leo-Andres Hofmann
2021-09-28 13:09:06 +02:00
committed by Peter Müller
parent 4edcd4b217
commit fa7735b68e
3 changed files with 2 additions and 3 deletions

View File

@@ -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";

View File

@@ -1835,7 +1835,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 &quot;Maximale Wiederholversuche&quot; sind nur Ziffern erlaubt.',
'only digits allowed in the idle timeout' => 'Im Feld &quot;Leerlauf-Wartezeit&quot; sind nur Ziffern erlaubt.',

View File

@@ -1876,7 +1876,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é.',