From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo-Andres Hofmann To: development@lists.ipfire.org Subject: [PATCH 3/4] pakfire.cgi: Add new translations Date: Thu, 02 Dec 2021 16:39:54 +0100 Message-ID: <20211202153955.1126-3-hofmann@leo-andres.de> In-Reply-To: <20211202153955.1126-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4683294016916008975==" List-Id: --===============4683294016916008975== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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(-) 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 <Return to Pakfire', + 'link_return': '$Lang::tr{'pakfire return'= }', 'link_reboot': '$Lang::tr{'needreboot'}<= /a>' }); =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 install= ieren:', 'pakfire core update level' =3D> 'Core-Update-Level', +'pakfire finished' =3D> 'Pakfire ist fertig!. Bitte =C3=BCberpr=C3=BCfen Sie= 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 installiere= n: ', @@ -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 installie= rt 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 automaticall= y:', '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 the= 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 i= s 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 --===============4683294016916008975==--