From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 3/4] pakfire.cgi: Add new translations Date: Thu, 02 Dec 2021 16:00:58 +0000 Message-ID: In-Reply-To: <20211202153955.1126-3-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4103619525433335247==" List-Id: --===============4103619525433335247== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > On 2 Dec 2021, at 15:39, Leo-Andres Hofmann wrote: >=20 > Signed-off-by: Leo-Andres Hofmann > --- > html/cgi-bin/pakfire.cgi | 4 ++-- > langs/de/cgi-bin/de.pl | 2 ++ > langs/en/cgi-bin/en.pl | 2 ++ > 3 files changed, 6 insertions(+), 2 deletions(-) >=20 > diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi > index e5f5f7d6a..72518a6fe 100644 > --- a/html/cgi-bin/pakfire.cgi > +++ b/html/cgi-bin/pakfire.cgi > @@ -127,10 +127,10 @@ my $extraHead =3D < // Translations > pakfire.i18n.load({ > 'working': '$Lang::tr{'pakfire working'}', > - 'finished': 'Pakfire is finished! Please check the log output.', > + 'finished': '$Lang::tr{'pakfire finished'}', Do we generally want to do this? Does the log stay around in the end? It is mostly for debugging and I would vote for it going away once pakfire is= done. We could show it if there was an error. > 'since': '$Lang::tr{'since'} ', //(space is intentional) >=20 > - 'link_return': 'Return to Pakfire', > + 'link_return': '$Lang::tr{'pakfire retur= n'}', > 'link_reboot': '$Lang::tr{'needreboot'}= ' > }); > =09 > diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl > index c81b28fea..490879c90 100644 > --- a/langs/de/cgi-bin/de.pl > +++ b/langs/de/cgi-bin/de.pl > @@ -1974,6 +1974,7 @@ > 'pakfire configuration' =3D> 'Pakfire Konfiguration', > 'pakfire core update auto' =3D> 'Core- und Addon-Updates automatisch instal= lieren:', > 'pakfire core update level' =3D> 'Core-Update-Level', > +'pakfire finished' =3D> 'Pakfire ist fertig!. Bitte =C3=BCberpr=C3=BCfen S= ie die Log Ausgabe.', > 'pakfire health check' =3D> 'Mirrors auf Erreichbarkeit pr=C3=BCfen (Ping):= ', > 'pakfire install description' =3D> 'W=C3=A4hlen Sie ein oder mehrere Pakete= zur Installation aus und dr=C3=BCcken Sie auf das plus-Symbol.', > 'pakfire install package' =3D> 'Sie m=C3=B6chten folgende Pakete installier= en: ', > @@ -1985,6 +1986,7 @@ > 'pakfire last update' =3D> 'Letztes Update ist', > 'pakfire possible dependency' =3D> ' M=C3=B6glicherweise haben diese Pakete= Abh=C3=A4ngigkeiten, d.h. andere Pakete m=C3=BCssen zus=C3=A4tzlich installi= ert werden. Dazu sehen Sie unten eine Liste.', > 'pakfire register' =3D> 'Registrierung am Pakfire-Server:', > +'pakfire return' =3D> 'Zur=C3=BCck zu Pakfire', > 'pakfire system state' =3D> 'System Status', > 'pakfire tree' =3D> 'Zu verwendendes Pakfire-Repository:', > 'pakfire tree stable' =3D> 'Ver=C3=B6ffentlichte Versionen (stable)', > diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl > index a92bb07f8..4442ea772 100644 > --- a/langs/en/cgi-bin/en.pl > +++ b/langs/en/cgi-bin/en.pl > @@ -2009,6 +2009,7 @@ > 'pakfire configuration' =3D> 'Pakfire Configuration', > 'pakfire core update auto' =3D> 'Install core and addon updates automatical= ly:', > 'pakfire core update level' =3D> 'Core-Update-Level', > +'pakfire finished' =3D> 'Pakfire is finished! Please check the log output.= ', > 'pakfire health check' =3D> 'Check if mirror is reachable (ping):', > 'pakfire install description' =3D> 'Please choose one or more items from th= e list below and click the plus to install.', > 'pakfire install package' =3D> 'You want to install the following packages:= ', > @@ -2020,6 +2021,7 @@ > 'pakfire last update' =3D> 'Last update made', > 'pakfire possible dependency' =3D> ' There may be depending packages, here = is a list of packages that need to be installed.', > 'pakfire register' =3D> 'Register at pakfire-server:', > +'pakfire return' =3D> 'Return to Pakfire', > 'pakfire system state' =3D> 'System Status', > 'pakfire tree' =3D> 'Repository', > 'pakfire tree stable' =3D> 'Stable', > --=20 > 2.27.0.windows.1 >=20 --===============4103619525433335247==--