From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] pakfire.cgi: Partially fixes Bug #12049 Date: Tue, 21 Jul 2020 10:28:20 +0100 Message-ID: <71506BD1-9DD3-4382-983D-C6E8A37B174D@ipfire.org> In-Reply-To: <20200718124951.2096-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4828778865414216218==" List-Id: --===============4828778865414216218== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 18 Jul 2020, at 13:49, Matthias Fischer = wrote: >=20 > I added translations for package uninstallation but didn't know how to fix > the missing list of affected dependencies during uninstallation, see: >=20 > =3D> https://forum.ipfire.org/viewtopic.php?f=3D17&t=3D21912&p=3D120466#p12= 0593 >=20 > Signed-off-by: Matthias Fischer > --- > html/cgi-bin/pakfire.cgi | 2 +- > langs/de/cgi-bin/de.pl | 1 + > langs/en/cgi-bin/en.pl | 1 + > langs/es/cgi-bin/es.pl | 1 + > langs/fr/cgi-bin/fr.pl | 1 + > langs/it/cgi-bin/it.pl | 1 + > langs/nl/cgi-bin/nl.pl | 1 + > langs/pl/cgi-bin/pl.pl | 1 + > langs/ru/cgi-bin/ru.pl | 1 + > langs/tr/cgi-bin/tr.pl | 1 + > 10 files changed, 10 insertions(+), 1 deletion(-) >=20 > diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi > index dacbe11f4..39389ad02 100644 > --- a/html/cgi-bin/pakfire.cgi > +++ b/html/cgi-bin/pakfire.cgi > @@ -113,7 +113,7 @@ END > } > print < > - $Lang::tr{'pakfire accept all'} > + $Lang::tr{'pakfire uninstall all'} >   >
> > diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl > index 93fbc2d18..45bd24543 100644 > --- a/langs/de/cgi-bin/de.pl > +++ b/langs/de/cgi-bin/de.pl > @@ -1979,6 +1979,7 @@ > 'pakfire tree stable' =3D> 'Ver=C3=B6ffentlichte Versionen (stable)', > 'pakfire tree testing' =3D> 'Vorabversionen (testing)', > 'pakfire tree unstable' =3D> 'Experimentelle Versionen (unstable)', > +'pakfire uninstall all' =3D> 'M=C3=B6chten Sie die folgenden Pakete deinst= allieren?', > 'pakfire uninstall description' =3D> 'W=C3=A4hlen Sie ein oder mehrere Pake= te zur Deinstallation aus und dr=C3=BCcken Sie auf das minus-Symbol.', > 'pakfire uninstall package' =3D> 'Sie m=C3=B6chten folgende Pakete deinstal= lieren: ', > 'pakfire update daily' =3D> 'T=C3=A4glich nach Updates suchen:', > diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl > index 3fcd3691e..2c69391cd 100644 > --- a/langs/en/cgi-bin/en.pl > +++ b/langs/en/cgi-bin/en.pl > @@ -2004,6 +2004,7 @@ > 'pakfire tree stable' =3D> 'Stable', > 'pakfire tree testing' =3D> 'Testing', > 'pakfire tree unstable' =3D> 'Unstable', > +'pakfire uninstall all' =3D> 'Do you want to uninstall the following packa= ges?', > 'pakfire uninstall description' =3D> 'Please choose one or more items from = the list below and
click the minus to uninstall.', > 'pakfire uninstall package' =3D> 'You want to uninstall the following packa= ges: ', > 'pakfire update daily' =3D> 'Search for updates daily:', > diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl > index 0a757602a..04be55c5c 100644 > --- a/langs/es/cgi-bin/es.pl > +++ b/langs/es/cgi-bin/es.pl > @@ -1374,6 +1374,7 @@ > 'pakfire possible dependency' =3D> 'Puede haber paquetes con dependencias, = aqu=C3=AD est=C3=A1 una lista de paquetes que necesitan ser instalados.', > 'pakfire register' =3D> 'Registrar en el servidor pakfire:', > 'pakfire system state' =3D> 'Status del sistema', > +'pakfire uninstall all' =3D> '=C2=BFDesea desinstalar los siguientes paque= tes?', > 'pakfire uninstall description' =3D> 'Por favor elija uno o m=C3=A1s elemen= tos de la siguiente lista y
haga click en el signo - para desinstalar', > 'pakfire uninstall package' =3D> 'Ud. desea desinstalar los siguientes paqu= etes:', > 'pakfire update daily' =3D> 'Buscar actualizaciones diariamente:', > diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl > index a566afacb..418876f30 100644 > --- a/langs/fr/cgi-bin/fr.pl > +++ b/langs/fr/cgi-bin/fr.pl > @@ -2012,6 +2012,7 @@ > 'pakfire tree stable' =3D> 'Stable', > 'pakfire tree testing' =3D> 'En test', > 'pakfire tree unstable' =3D> 'Instable', > +'pakfire uninstall all' =3D> 'Souhaitez-vous d=C3=A9sinstaller les package= s suivants?', > 'pakfire uninstall description' =3D> 'Veuillez choisir un ou plusieurs modu= les dans la liste ci-dessous
et cliquer sur le signe MOINS pour le(s) d=C3= =A9sinstaller.', > 'pakfire uninstall package' =3D> 'Vous voulez d=C3=A9sinstaller les paquets= suivants : ', > 'pakfire update daily' =3D> 'Rechercher des mises =C3=A0 jour quotidiennes = :', > diff --git a/langs/it/cgi-bin/it.pl b/langs/it/cgi-bin/it.pl > index 6c9137c28..7b73ae834 100644 > --- a/langs/it/cgi-bin/it.pl > +++ b/langs/it/cgi-bin/it.pl > @@ -1764,6 +1764,7 @@ > 'pakfire possible dependency' =3D> ' There may be depending packages, here = is a list of packages that need to be installed.', > 'pakfire register' =3D> 'Registrati sul pakfire-server:', > 'pakfire system state' =3D> 'Stato del Sistema', > +'pakfire uninstall all' =3D> 'Vuoi disinstallare i seguenti pacchetti?', > 'pakfire uninstall description' =3D> 'Si prega di scegliere uno o pi=C3=B9 = elementi dalla lista qui sotto e
fare clic sul meno per disinstallare.= .', > 'pakfire uninstall package' =3D> 'You want to uninstall the following packa= ges: ', > 'pakfire update daily' =3D> 'Ricerca gli aggiornamenti una volta al giorno:= ', > diff --git a/langs/nl/cgi-bin/nl.pl b/langs/nl/cgi-bin/nl.pl > index 5fa89b1ac..2977dc741 100644 > --- a/langs/nl/cgi-bin/nl.pl > +++ b/langs/nl/cgi-bin/nl.pl > @@ -1717,6 +1717,7 @@ > 'pakfire possible dependency' =3D> ' Er kunnen pakketafhankelijkheden zijn,= hier is een lijst met pakketten die moeten worden ge=C3=AFnstalleerd.', > 'pakfire register' =3D> 'Registreer bij de pakfire-server:', > 'pakfire system state' =3D> 'Systeemstatus', > +'pakfire uninstall all' =3D> 'Wilt u de volgende pakketten verwijderen?', > 'pakfire uninstall description' =3D> 'Kies een of meer items uit de lijst h= ieronder en
klik op de min om te deinstalleren.', > 'pakfire uninstall package' =3D> 'U wilt de volgende pakketten deinstallere= n: ', > 'pakfire update daily' =3D> 'Zoek dagelijks naar updates:', > diff --git a/langs/pl/cgi-bin/pl.pl b/langs/pl/cgi-bin/pl.pl > index 521381af2..8f1e99794 100644 > --- a/langs/pl/cgi-bin/pl.pl > +++ b/langs/pl/cgi-bin/pl.pl > @@ -1386,6 +1386,7 @@ > 'pakfire possible dependency' =3D> ' Pewne pakiety mog=C4=85 wymaga=C4=87 z= ale=C5=BCno=C5=9Bci. Oto lista pakiet=C3=B3w kt=C3=B3re musz=C4=99 zosta=C4= =87 zainstalowane.', > 'pakfire register' =3D> 'Register at pakfire-server:', > 'pakfire system state' =3D> 'Status systemu', > +'pakfire uninstall all' =3D> 'Czy chcesz odinstalowa=C4=87 nast=C4=99puj= =C4=85ce pakiety?', > 'pakfire uninstall description' =3D> 'Prosz=C4=99 wybra=C4=87 jedn=C4=85 lu= b kilka pozycji z poni=C5=BCszej listy,
a nast=C4=99pnie klikn=C4=85= =C4=87 minus aby odinstalowa=C4=87.', > 'pakfire uninstall package' =3D> 'Zamierzasz odinstalowa=C4=87 nast=C4=99pu= j=C4=85ce pakiety: ', > 'pakfire update daily' =3D> 'Szukaj aktualizacje codziennie:', > diff --git a/langs/ru/cgi-bin/ru.pl b/langs/ru/cgi-bin/ru.pl > index 9ac46d459..c9df1156f 100644 > --- a/langs/ru/cgi-bin/ru.pl > +++ b/langs/ru/cgi-bin/ru.pl > @@ -1381,6 +1381,7 @@ > 'pakfire possible dependency' =3D> ' There may be depending packages, here = is a list of packages that need to be installed.', > 'pakfire register' =3D> '=D0=A0=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80=D0=B8= =D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C =D0=BD=D0=B0 pakfire-=D1=81=D0=B5=D1=80= =D0=B2=D0=B5=D1=80=D0=B5:', > 'pakfire system state' =3D> '=D0=A1=D1=82=D0=B0=D1=82=D1=83=D1=81 =D1=81=D0= =B8=D1=81=D1=82=D0=B5=D0=BC=D1=8B', > +'pakfire uninstall all' =3D> '=D0=92=D1=8B =D1=85=D0=BE=D1=82=D0=B8=D1=82= =D0=B5 =D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C =D1=81=D0=BB=D0=B5=D0=B4=D1= =83=D1=8E=D1=89=D0=B8=D0=B5 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D1=8B?', > 'pakfire uninstall description' =3D> '=D0=9F=D0=BE=D0=B6=D0=B0=D0=BB=D1=83= =D0=B9=D1=81=D1=82=D0=B0, =D1=83=D0=BA=D0=B0=D0=B6=D0=B8=D1=82=D0=B5 =D0=BE= =D0=B4=D0=B8=D0=BD =D0=B8=D0=BB=D0=B8 =D0=BD=D0=B5=D1=81=D0=BA=D0=BE=D0=BB=D1= =8C=D0=BA=D0=BE =D1=8D=D0=BB=D0=B5=D0=BC=D0=B5=D0=BD=D1=82=D0=BE=D0=B2 =D0=B2= =D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B5 =D0=BD=D0=B8=D0=B6=D0=B5 =D0=B8
= =D0=BD=D0=B0=D0=B6=D0=BC=D0=B8=D1=82=D0=B5 =D0=BC=D0=B8=D0=BD=D1=83=D1=81 =D0= =B4=D0=BB=D1=8F =D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F.', > 'pakfire uninstall package' =3D> '=D0=92=D1=8B =D1=81=D0=BE=D0=B1=D0=B8=D1= =80=D0=B0=D0=B5=D1=82=D0=B5=D1=81=D1=8C =D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D1=82= =D1=8C =D1=81=D0=BB=D0=B5=D0=B4=D1=83=D1=8E=D1=89=D0=B8=D0=B5 =D0=BF=D0=B0=D0= =BA=D0=B5=D1=82=D1=8B: ', > 'pakfire update daily' =3D> '=D0=95=D0=B6=D0=B5=D0=B4=D0=BD=D0=B5=D0=B2=D0= =BD=D1=8B=D0=B9 =D0=BF=D0=BE=D0=B8=D1=81=D0=BA =D0=BE=D0=B1=D0=BD=D0=BE=D0=B2= =D0=BB=D0=B5=D0=BD=D0=B8=D0=B9:', > diff --git a/langs/tr/cgi-bin/tr.pl b/langs/tr/cgi-bin/tr.pl > index 9829b4076..72397dbbf 100644 > --- a/langs/tr/cgi-bin/tr.pl > +++ b/langs/tr/cgi-bin/tr.pl > @@ -1909,6 +1909,7 @@ > 'pakfire possible dependency' =3D> ' Y=C3=BCklenemesi gereken paketlerin y= =C3=BCklenebilmesi i=C3=A7in buradaki paketlere ihtiya=C3=A7 duyulabilir.', > 'pakfire register' =3D> 'Pakfire sunucusuna kay=C4=B1t:', > 'pakfire system state' =3D> 'Sistem durumu', > +'pakfire uninstall all' =3D> 'A=C5=9Fa=C4=9F=C4=B1daki paketleri kald=C4= =B1rmak istiyor musunuz?', > 'pakfire uninstall description' =3D> 'A=C5=9Fa=C4=9F=C4=B1daki listeden bir= veya daha fazla =C3=B6=C4=9Feyi se=C3=A7tikten sonra
kald=C4=B1rmak i= =C3=A7in eksi simgesine t=C4=B1klay=C4=B1n=C4=B1z.', > 'pakfire uninstall package' =3D> 'A=C5=9Fa=C4=9F=C4=B1daki paketleri kald= =C4=B1rmak istiyorum: ', > 'pakfire update daily' =3D> 'G=C3=BCnl=C3=BCk g=C3=BCncellemeleri ara:', > --=20 > 2.18.0 >=20 --===============4828778865414216218==--