From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo-Andres Hofmann 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 Message-ID: <20210928110906.1089-3-hofmann@leo-andres.de> In-Reply-To: <20210928110906.1089-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5439604473928485362==" List-Id: --===============5439604473928485362== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- 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-fun= ctions.pl index de608e38b..355f8d372 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -24,7 +24,6 @@ $|=3D1; # line buffering $General::version =3D 'VERSION'; $General::swroot =3D 'CONFIG_ROOT'; $General::noipprefix =3D 'noipg-'; -$General::adminmanualurl =3D 'http://wiki.ipfire.org'; =20 require "${General::swroot}/network-functions.pl"; =20 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' =3D> 'Ein Monat', 'one week' =3D> 'Eine Woche', 'one year' =3D> 'Ein Jahr', -'online help en' =3D> 'Online-Hilfe (auf Deutsch)', +'online help en' =3D> 'Online-Hilfe (auf Englisch)', 'only digits allowed in holdoff field' =3D> 'Im Holdoff-Feld sind nur Ziffer= n erlaubt', 'only digits allowed in max retries field' =3D> 'Im Feld "Maximale Wied= erholversuche" sind nur Ziffern erlaubt.', 'only digits allowed in the idle timeout' =3D> 'Im Feld "Leerlauf-Warte= zeit" 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' =3D> 'Un mois', 'one week' =3D> 'Une semaine', 'one year' =3D> 'Un an', -'online help en' =3D> 'Aide en ligne (en fran=C3=A7ais)', +'online help en' =3D> 'Aide en ligne (en anglais)', 'only digits allowed in holdoff field' =3D> 'Seuls les chiffres sont autoris= =C3=A9s dans le champ holdoff', 'only digits allowed in max retries field' =3D> 'Seuls les chiffres sont aut= oris=C3=A9s dans le champ nombre d\'essais maximum.', 'only digits allowed in the idle timeout' =3D> 'Seuls les chiffres sont auto= ris=C3=A9s pour le d=C3=A9lai d\'inactivit=C3=A9.', --=20 2.27.0.windows.1 --===============5439604473928485362==--