]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fix translations and clean general-functions.pl
authorLeo-Andres Hofmann <hofmann@leo-andres.de>
Tue, 28 Sep 2021 11:09:06 +0000 (13:09 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 19 Nov 2021 06:18:29 +0000 (07:18 +0100)
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>
config/cfgroot/general-functions.pl
langs/de/cgi-bin/de.pl
langs/fr/cgi-bin/fr.pl

index 2f26ca12f83a0020acf285e6a11a8ffca34c53d8..5118a9d69c00a81fd316a1312c54e62967fb3467 100644 (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";
 
index 80aaff9a90fc2479b0ffecf2f2e05704e8e72fdf..cbc3f7b6c0f15196217216f986854f280540388b 100644 (file)
 '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.',
index a20fa22f4b9d3efd101789758397947f2bffdcf1..96c9209a2c7037da843db81b9c810383074175d6 100644 (file)
 '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é.',