From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH v2 3/3] Fix translations and clean general-functions.pl Date: Tue, 28 Sep 2021 14:56:25 +0200 Message-ID: In-Reply-To: <20210928110906.1089-3-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7582598810965211029==" List-Id: --===============7582598810965211029== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bernhard Bitsch Tested-by: Bernhard Bitsch Am 28.09.2021 um 13:09 schrieb Leo-Andres Hofmann: > This patch fixes two wrong translations now used by the new > user manual links feature and removes an abandoned constant. >=20 > 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(-) >=20 > diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-f= unctions.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 Zif= fern erlaubt', > 'only digits allowed in max retries field' =3D> 'Im Feld "Maximale W= iederholversuche" sind nur Ziffern erlaubt.', > 'only digits allowed in the idle timeout' =3D> 'Im Feld "Leerlauf-Wa= rtezeit" 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 auto= ris=C3=A9s dans le champ holdoff', > 'only digits allowed in max retries field' =3D> 'Seuls les chiffres sont = autoris=C3=A9s dans le champ nombre d\'essais maximum.', > 'only digits allowed in the idle timeout' =3D> 'Seuls les chiffres sont a= utoris=C3=A9s pour le d=C3=A9lai d\'inactivit=C3=A9.', >=20 --===============7582598810965211029==--