From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. c2058ff641deb106fae99ff53ca2c4f36b87f665 Date: Sun, 03 Apr 2022 09:58:38 +0000 Message-ID: <4KWTrG4Dnyz2xlT@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6122762822164245428==" List-Id: --===============6122762822164245428== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via c2058ff641deb106fae99ff53ca2c4f36b87f665 (commit) via 705e948939b2bf78b5285b6cc1fd2508b86ad0a8 (commit) via 488222a0e84cccf14e9830c56703eb7812f2f087 (commit) via b7098581bd248a76b288b80859907e2921c084f5 (commit) from 9583a060ed6c121ad5ff2045b099a50e29dd2aba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c2058ff641deb106fae99ff53ca2c4f36b87f665 Author: Peter M=C3=BCller Date: Sun Apr 3 09:57:34 2022 +0000 Core Update 167: Ship location-block.cgi =20 Signed-off-by: Peter M=C3=BCller commit 705e948939b2bf78b5285b6cc1fd2508b86ad0a8 Author: Matthias Fischer Date: Sat Apr 2 22:11:21 2022 +0200 Changed notification for reloading firewall rules =20 I think 'fw rules reload...' is more logical. =20 Signed-off-by: Matthias Fischer Reviewed-by: Peter M=C3=BCller commit 488222a0e84cccf14e9830c56703eb7812f2f087 Author: Matthias Fischer Date: Sat Apr 2 22:11:20 2022 +0200 Deleted obsolete P2P-translation strings =20 Since we dropped support for blocking P2P protocols, the corresponding tr= anslation strings are no longer needed. =20 Signed-off-by: Matthias Fischer Reviewed-by: Peter M=C3=BCller commit b7098581bd248a76b288b80859907e2921c084f5 Author: Peter M=C3=BCller Date: Sun Apr 3 09:56:13 2022 +0000 Core Update 167: Ship PCI and USB IDs =20 Signed-off-by: Peter M=C3=BCller ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/167/filelists/files | 1 + config/rootfiles/{oldcore/132 =3D> core/167}/filelists/hwdata | 0 html/cgi-bin/location-block.cgi | 5 ++--- langs/de/cgi-bin/de.pl | 9 +-------- langs/en/cgi-bin/en.pl | 9 +-------- langs/es/cgi-bin/es.pl | 1 - langs/fr/cgi-bin/fr.pl | 9 +-------- langs/it/cgi-bin/it.pl | 9 +-------- langs/nl/cgi-bin/nl.pl | 9 +-------- langs/pl/cgi-bin/pl.pl | 5 ----- langs/ru/cgi-bin/ru.pl | 5 ----- langs/tr/cgi-bin/tr.pl | 9 +-------- 12 files changed, 9 insertions(+), 62 deletions(-) copy config/rootfiles/{oldcore/132 =3D> core/167}/filelists/hwdata (100%) Difference in files: diff --git a/config/rootfiles/core/167/filelists/files b/config/rootfiles/cor= e/167/filelists/files index 8fbd2180d..41871bbeb 100644 --- a/config/rootfiles/core/167/filelists/files +++ b/config/rootfiles/core/167/filelists/files @@ -4,6 +4,7 @@ etc/rc.d/init.d/pakfire lib/udev/network-hotplug-bridges srv/web/ipfire/cgi-bin/connections.cgi srv/web/ipfire/cgi-bin/ids.cgi +srv/web/ipfire/cgi-bin/location-block.cgi usr/lib/firewall/rules.pl var/ipfire/backup/include var/ipfire/ids-functions.pl diff --git a/config/rootfiles/core/167/filelists/hwdata b/config/rootfiles/co= re/167/filelists/hwdata new file mode 120000 index 000000000..ced911666 --- /dev/null +++ b/config/rootfiles/core/167/filelists/hwdata @@ -0,0 +1 @@ +../../../common/hwdata \ No newline at end of file diff --git a/html/cgi-bin/location-block.cgi b/html/cgi-bin/location-block.cgi index df3f397a6..98965db88 100644 --- a/html/cgi-bin/location-block.cgi +++ b/html/cgi-bin/location-block.cgi @@ -76,9 +76,8 @@ if ($cgiparams{'ACTION'} eq $Lang::tr{'save'}) { # Mark the firewall config as changed. &General::firewall_config_changed(); =20 - # Assign reload notice. We directly can use - # the notice from p2p block. - $notice =3D $Lang::tr{'p2p block save notice'}; + # Assign reload notice. + $notice =3D $Lang::tr{'fw rules reload notice'}; } =20 &Header::openpage($Lang::tr{'locationblock configuration'}, 1, ''); diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 0be097609..2d6fd7dd1 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1112,6 +1112,7 @@ 'fw default drop' =3D> 'Firewallrichtlinie', 'fw logging' =3D> 'Firewallprotokollierung', 'fw red' =3D> 'Firewalloptionen f=C3=BCr das rote Interface', +'fw rules reload notice' =3D> 'Bitte lesen Sie die Firewallregeln neu ein, d= amit die =C3=84nderungen aktiv werden.', 'fw settings' =3D> 'Firewalleinstellungen', 'fw settings color' =3D> 'Farben in Regeltabelle anzeigen', 'fw settings dropdown' =3D> 'Alle Netzwerke auf Regelerstellungsseite anzeig= en', @@ -1175,7 +1176,6 @@ 'fwdfw natport used' =3D> 'Der eingegebene Port wird bereits von einer ander= en DNAT-Regel benutzt.', 'fwdfw newrule' =3D> 'Neue Regel erstellen', 'fwdfw numcon' =3D> 'Anzahl der Verbindungen', -'fwdfw p2p txt' =3D> 'P2P-Netzwerke erlauben/verbieten.', 'fwdfw pol allow' =3D> 'Zugelassen', 'fwdfw pol block' =3D> 'Blockiert', 'fwdfw pol text' =3D> 'Firewall-Standardverhalten f=C3=BCr Verbindungen aus = lokalen Netzwerken: Alle Verbindungen k=C3=B6nnen entweder zugelassen oder ge= blockt werden, wenn keine Ausnahmeregel zutrifft. "Blockiert" trennt ebenfall= s die Kommunikation zwischen den lokalen Netzwerken.', @@ -1911,11 +1911,6 @@ 'outgoing firewall mode1' =3D> 'In diesem Modus werden nur Verbindungen nach= den oben definierten Regeln zugelassen.', 'outgoing firewall mode2' =3D> 'In diesem Modus werden s=C3=A4mtliche Verbin= dungen erlaubt, bis auf die oben definierten Block-Regeln.', 'outgoing firewall outgoing firewall reserved groupname' =3D> 'Bitte einen a= nderen Gruppennamen verwenden, dieser ist ein reserviertes Wort.', -'outgoing firewall p2p allow' =3D> 'P2P-Protokollnutzung ist erlaubt', -'outgoing firewall p2p deny' =3D> 'P2P-Protokollnutzung ist gesperrt', -'outgoing firewall p2p description 1' =3D> 'Das Symbol', -'outgoing firewall p2p description 2' =3D> 'bedeutet, dass das P2P-Protokoll= erlaubt wird oder', -'outgoing firewall p2p description 3' =3D> 'das P2P-Protokoll gesperrt wird.= ', 'outgoing firewall reset' =3D> 'Alle Regeln l=C3=B6schen', 'outgoing firewall view group' =3D> 'Gruppe anzeigen', 'outgoing firewall warning' =3D> 'Nur die Auswahl Quell IP / MAC aktiviert d= iese', @@ -1981,8 +1976,6 @@ 'ovpn_processprioVH' =3D> 'Sehr Hoch', 'ovpnstatus log' =3D> 'OVPN-Status-Protokoll', 'ovpnsys log' =3D> 'OVPN-System-Protokoll', -'p2p block' =3D> 'P2P-Netzwerke', -'p2p block save notice' =3D> 'Bitte lesen Sie die Firewallregeln neu ein, da= mit die =C3=84nderungen aktiv werden.', 'package failed to install' =3D> 'Programmpaket konnte nicht installiert wer= den.', 'pagerefresh' =3D> 'Seite wird aktualisiert. Bitte warten.', 'pakfire accept all' =3D> 'M=C3=B6chten Sie der Installation aller Pakete zu= stimmen?', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index d98422621..eca408e04 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1154,6 +1154,7 @@ 'fw default drop' =3D> 'Firewall policy', 'fw logging' =3D> 'Firewall logging', 'fw red' =3D> 'Firewall options for RED interface', +'fw rules reload notice' =3D> 'Please reload the firewall ruleset in order t= o apply your changes.', 'fw settings' =3D> 'Firewall settings', 'fw settings color' =3D> 'Show colors in ruletable', 'fw settings dropdown' =3D> 'Show all networks on rulecreation site', @@ -1217,7 +1218,6 @@ 'fwdfw natport used' =3D> 'The given port for NAPT is already in use by an o= ther DNAT rule.', 'fwdfw newrule' =3D> 'New rule', 'fwdfw numcon' =3D> 'Number of connections', -'fwdfw p2p txt' =3D> 'Grant/deny access to P2P networks.', 'fwdfw pol allow' =3D> 'Allowed', 'fwdfw pol block' =3D> 'Blocked', 'fwdfw pol text' =3D> 'Sets the default firewall behaviour for connections f= rom local networks. You may either allow all new connections or block them by= default. Connections between the local networks are also blocked in the latt= er mode.', @@ -1963,11 +1963,6 @@ 'outgoing firewall mode1' =3D> 'Using this mode, only connections based on t= he defined rules are allowed.', 'outgoing firewall mode2' =3D> 'Using this mode, all connections are allowed= despited off the defined ones.', 'outgoing firewall outgoing firewall reserved groupname' =3D> 'Please use an= other group name, this name is reserved.', -'outgoing firewall p2p allow' =3D> 'Using the P2P protocol is allowed', -'outgoing firewall p2p deny' =3D> 'Using the P2P protocol is forbidden', -'outgoing firewall p2p description 1' =3D> 'The button', -'outgoing firewall p2p description 2' =3D> 'means that the p2p protocol is a= llowed or', -'outgoing firewall p2p description 3' =3D> 'that the p2p protocol is denied.= ', 'outgoing firewall reset' =3D> 'Reset all', 'outgoing firewall view group' =3D> 'View group', 'outgoing firewall warning' =3D> 'Not selecting source ip or mac ignores the= m', @@ -2032,8 +2027,6 @@ 'ovpn_processprioVH' =3D> 'Very high', 'ovpnstatus log' =3D> 'OVPN-Status-Log', 'ovpnsys log' =3D> 'OVPN-System-Log', -'p2p block' =3D> 'P2P networks', -'p2p block save notice' =3D> 'Please reload the firewall ruleset in order to= apply your changes.', 'package failed to install' =3D> 'Package failed to install.', 'pagerefresh' =3D> 'Page is beeing refreshed, please wait.', 'pakfire accept all' =3D> 'Do you want to install all packages?', diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl index bd83b8db4..f5c158bbb 100644 --- a/langs/es/cgi-bin/es.pl +++ b/langs/es/cgi-bin/es.pl @@ -1370,7 +1370,6 @@ 'outgoing firewall mode1' =3D> 'Usando este modo, solamente las conexi=C3=B3= n basadas en las reglas definidas son permitidas.', 'outgoing firewall mode2' =3D> 'Usando este modo, todas las conexioens son p= ermitidas sin importar las ya definidias.', 'outgoing firewall outgoing firewall reserved groupname' =3D> 'Por favor, ut= ilice otro nombre de grupo, este nombre est=C3=A1 reservado', -'outgoing firewall p2p description' =3D> 'Presiones el bot=C3=B3n correspond= iente para activar/desactivar el m=C3=B3dulo de bloqueo P2P', 'outgoing firewall reset' =3D> 'Restablecer todo', 'outgoing firewall warning' =3D> 'No seleccionar ip origen o mac las ignora', 'outgoing traffic in bytes per second' =3D> 'Tr=C3=A1fico de salida', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index 60ea0dcc5..03fc754df 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -1160,6 +1160,7 @@ 'fw default drop' =3D> 'Strat=C3=A9gie de pare-feu', 'fw logging' =3D> 'Journalisation du pare-feu', 'fw red' =3D> 'Options de pare-feu pour l\'interface ROUGE', +'fw rules reload notice' =3D> 'Veuillez recharger le jeu de r=C3=A8gles du p= are-feu afin d\'appliquer vos modifications.', 'fw settings' =3D> 'Param=C3=A8tres pare-feu', 'fw settings color' =3D> 'Afficher les couleurs dans la table de r=C3=A8gles= ', 'fw settings dropdown' =3D> 'Afficher tous les r=C3=A9seaux sur le site de c= r=C3=A9ation de r=C3=A8gles', @@ -1223,7 +1224,6 @@ 'fwdfw natport used' =3D> 'Le port propos=C3=A9 pour NAPT est d=C3=A9j=C3=A0= utilis=C3=A9 par une autre r=C3=A8gle DNAT.', 'fwdfw newrule' =3D> 'Nouvelle r=C3=A8gle', 'fwdfw numcon' =3D> 'Nombre de connexions ', -'fwdfw p2p txt' =3D> 'Accorder / refuser l\'acc=C3=A8s aux r=C3=A9seaux P2P.= ', 'fwdfw pol allow' =3D> 'Autoris=C3=A9', 'fwdfw pol block' =3D> 'Bloqu=C3=A9', 'fwdfw pol text' =3D> 'D=C3=A9fini le comportement du pare-feu par d=C3=A9fa= ut pour les connexions =C3=A0 partir de r=C3=A9seaux locaux. Vous pouvez auto= riser toutes les nouvelles connexions ou les bloquer par d=C3=A9faut. Les con= nexions entre les r=C3=A9seaux locaux sont =C3=A9galement bloqu=C3=A9es dans = ce dernier mode.', @@ -1971,11 +1971,6 @@ 'outgoing firewall mode1' =3D> 'En utilisant ce mode, seules les connexions = bas=C3=A9es sur les r=C3=A8gles pr=C3=A9d=C3=A9finies sont autoris=C3=A9es.', 'outgoing firewall mode2' =3D> 'En utilisant ce mode, toutes les connexions = sont autoris=C3=A9es sans tenir compte de la liste de d=C3=A9finitions.', 'outgoing firewall outgoing firewall reserved groupname' =3D> 'Veuillez util= iser un autre nom de groupe, ce nom est r=C3=A9serv=C3=A9.', -'outgoing firewall p2p allow' =3D> 'le protocole p2p est autoris=C3=A9', -'outgoing firewall p2p deny' =3D> 'le protocole p2p est refus=C3=A9', -'outgoing firewall p2p description 1' =3D> 'Le bouton', -'outgoing firewall p2p description 2' =3D> 'signifie que le protocole est au= toris=C3=A9 ou', -'outgoing firewall p2p description 3' =3D> 'que le protocole p2p est bloqu= =C3=A9.', 'outgoing firewall reset' =3D> 'Tout r=C3=A9initialiser', 'outgoing firewall view group' =3D> 'Voir le groupe', 'outgoing firewall warning' =3D> 'Ne pas choisir IP source ou Mac ignore les= ', @@ -2041,8 +2036,6 @@ 'ovpn_processprioVH' =3D> 'Tr=C3=A8s haute', 'ovpnstatus log' =3D> 'Journal statut OVPN', 'ovpnsys log' =3D> 'Journal syst=C3=A8me OVPN', -'p2p block' =3D> 'R=C3=A9seaux P2P', -'p2p block save notice' =3D> 'Veuillez recharger le jeu de r=C3=A8gles du pa= re-feu afin d\'appliquer vos modifications.', 'package failed to install' =3D> 'L\'installation du paquet a =C3=A9chou=C3= =A9.', 'pagerefresh' =3D> 'La page est en cours d\'actualisation, veuillez patiente= r.', 'pakfire accept all' =3D> 'Voulez-vous installer ce(s) paquet(s) ?', diff --git a/langs/it/cgi-bin/it.pl b/langs/it/cgi-bin/it.pl index f333bad43..cb669931f 100644 --- a/langs/it/cgi-bin/it.pl +++ b/langs/it/cgi-bin/it.pl @@ -972,6 +972,7 @@ 'fw blue' =3D> 'Firewall options for Blu interface', 'fw default drop' =3D> 'Firewall policy', 'fw logging' =3D> 'Log Firewall', +'fw rules reload notice' =3D> 'Ricarica le regole del firewall per applicare= le modifiche.', 'fw settings' =3D> 'Firewall settings', 'fw settings color' =3D> 'Show colors in ruletable', 'fw settings dropdown' =3D> 'Show all networks on rulecreation site', @@ -1029,7 +1030,6 @@ 'fwdfw moveup' =3D> 'Sposta su', 'fwdfw natport used' =3D> 'The given port for NAPT is already in use by an o= ther DNAT rule.', 'fwdfw newrule' =3D> 'Nuova regola', -'fwdfw p2p txt' =3D> 'Grant/deny access to P2P networks.', 'fwdfw pol allow' =3D> 'Allowed', 'fwdfw pol block' =3D> 'Blocked', 'fwdfw pol text' =3D> 'Imposta il comportamento predefinito del firewall per= le connessioni da reti locali. Si pu=C3=B2 consentire tutte le nuove conness= ioni o bloccarle per impostazione predefinita. Anche le connessioni tra le re= ti locali sono bloccate in quest\'ultima modalit=C3=A0.', @@ -1675,11 +1675,6 @@ 'outgoing firewall mode1' =3D> 'Using this mode, only connections based on t= he defined rules are allowed.', 'outgoing firewall mode2' =3D> 'Using this mode, all connections are allowed= despited off the defined ones.', 'outgoing firewall outgoing firewall reserved groupname' =3D> 'Please use an= other group name, this name is reserved.', -'outgoing firewall p2p allow' =3D> 'L\'utilizzo del protocollo P2P è = consentito', -'outgoing firewall p2p deny' =3D> 'L\'utilizzo del protocollo P2P è i= mpedito', -'outgoing firewall p2p description 1' =3D> 'The button', -'outgoing firewall p2p description 2' =3D> 'means that the p2p protocol is a= llowed or', -'outgoing firewall p2p description 3' =3D> 'that the p2p protocol is denied.= ', 'outgoing firewall reset' =3D> 'Reset all', 'outgoing firewall view group' =3D> 'View group', 'outgoing firewall warning' =3D> 'Not selecting source ip or mac ignores the= m', @@ -1737,8 +1732,6 @@ 'ovpn_processprioVH' =3D> 'Very high', 'ovpnstatus log' =3D> 'OVPN-Status-Log', 'ovpnsys log' =3D> 'OVPN-System-Log', -'p2p block' =3D> 'P2P networks', -'p2p block save notice' =3D> 'Ricarica le regole del firewall per applicare = le modifiche.', 'package failed to install' =3D> 'Package failed to install.', 'pagerefresh' =3D> 'Page is beeing refreshed, please wait.', 'pakfire accept all' =3D> 'Vuoi installare tutti i pacchetti?', diff --git a/langs/nl/cgi-bin/nl.pl b/langs/nl/cgi-bin/nl.pl index 3169908db..5979873bb 100644 --- a/langs/nl/cgi-bin/nl.pl +++ b/langs/nl/cgi-bin/nl.pl @@ -957,6 +957,7 @@ 'fw blue' =3D> 'Firewallopties voor de BLAUWE interface', 'fw default drop' =3D> 'Firewallbeleid', 'fw logging' =3D> 'Firewall logging', +'fw rules reload notice' =3D> 'De firewallregels moeten opnieuw geladen word= en om uw wijzigingen actief te maken.', 'fw settings' =3D> 'Firewall instellingen', 'fw settings color' =3D> 'Toon gekleurde regels in tabel', 'fw settings dropdown' =3D> 'Toon alle netwerken op omgeving van aangemaakte= regels', @@ -1014,7 +1015,6 @@ 'fwdfw moveup' =3D> 'Omhoog', 'fwdfw natport used' =3D> 'De gegeven poort voor NAPT is al in gebruik door = een andere DNAT regel.', 'fwdfw newrule' =3D> 'Nieuwe regel', -'fwdfw p2p txt' =3D> 'Toestaan/Verbieden toegang tot P2P netwerken.', 'fwdfw pol allow' =3D> 'Toegestaan', 'fwdfw pol block' =3D> 'Geblokkeerd', 'fwdfw pol text' =3D> 'Stel het standaard gedrag in voor verbindingen van lo= kale netwerken. U kunt alle verbindingen standaard toestaan of blokkeren. Ver= bindingen tussen lokale netwerken zijn tevens geblokeerd in de laatst genoemd= e modus.', @@ -1640,11 +1640,6 @@ 'outgoing firewall mode1' =3D> 'Als u deze modus gebruikt kunnen alleen verb= indingen worden opgezet die door de gedefinieerde regels toegestaan zijn.', 'outgoing firewall mode2' =3D> 'Als u deze modus gebruikt worden alle verbin= dingen toegestaan, behalve de gedefinieerde blokkeringsregels.', 'outgoing firewall outgoing firewall reserved groupname' =3D> 'Gebruik een a= ndere groepsnaam a.u.b., deze naam is gereserveerd.', -'outgoing firewall p2p allow' =3D> 'p2p protocol is toegestaan', -'outgoing firewall p2p deny' =3D> 'p2p protocol is niet toegestaan', -'outgoing firewall p2p description 1' =3D> 'De knop', -'outgoing firewall p2p description 2' =3D> 'betekent dat het p2p protocol is= toegestaan of', -'outgoing firewall p2p description 3' =3D> 'dat het p2p protocol niet is to= egestaan.', 'outgoing firewall reset' =3D> 'Reset alles', 'outgoing firewall view group' =3D> 'Bekijk groep', 'outgoing firewall warning' =3D> 'Het niet selecteren van bron IP of MAC neg= eert ze', @@ -1693,8 +1688,6 @@ 'ovpn_processprioVH' =3D> 'Zeer hoog', 'ovpnstatus log' =3D> 'OVPN-Status-Log', 'ovpnsys log' =3D> 'OVPN-Systeem-Log', -'p2p block' =3D> 'P2P netwerken', -'p2p block save notice' =3D> 'De firewallregels moeten opnieuw geladen worde= n om uw wijzigingen actief te maken.', 'package failed to install' =3D> 'Pakket kon niet worden ge=C3=AFnstalleerd.= ', 'pagerefresh' =3D> 'Pagina wordt ververst, wacht even a.u.b.', 'pakfire accept all' =3D> 'Wilt u alle pakketten installeren?', diff --git a/langs/pl/cgi-bin/pl.pl b/langs/pl/cgi-bin/pl.pl index f44c4bcae..7685c76eb 100644 --- a/langs/pl/cgi-bin/pl.pl +++ b/langs/pl/cgi-bin/pl.pl @@ -1323,11 +1323,6 @@ 'outgoing firewall mode1' =3D> 'W tym trybie tylko po=C5=82=C4=85czenia okre= =C5=9Blone w regu=C5=82ach s=C4=85 dozwolone.', 'outgoing firewall mode2' =3D> 'W tym trybie wszystkie po=C5=82=C4=85czenia = s=C4=85 dozwolone z wyj=C4=85tkiem tych okre=C5=9Blonych w regu=C5=82ach.', 'outgoing firewall outgoing firewall reserved groupname' =3D> 'Prosz=C4=99 u= =C5=BCy=C4=87 innej nazwy grupy-ta jest zarezerwowana.', -'outgoing firewall p2p allow' =3D> 'protoko=C5=82y p2p s=C4=85 dozwolone', -'outgoing firewall p2p deny' =3D> 'protoko=C5=82y p2p s=C4=85 zabronione', -'outgoing firewall p2p description 1' =3D> 'Przycisk', -'outgoing firewall p2p description 2' =3D> 'oznacza, =C5=BCe protoko=C5=82y = p2p s=C4=85 dozwolone lub', -'outgoing firewall p2p description 3' =3D> ' =C5=BCe protoko=C5=82y p2p s=C4= =85 zabronione.', 'outgoing firewall reset' =3D> 'Resetuj wszystko', 'outgoing firewall view group' =3D> 'Zobacz grup=C4=99', 'outgoing firewall warning' =3D> 'Nie wybranie ip lub mac powoduje ich ignor= owanie', diff --git a/langs/ru/cgi-bin/ru.pl b/langs/ru/cgi-bin/ru.pl index d5bac7204..f1136545e 100644 --- a/langs/ru/cgi-bin/ru.pl +++ b/langs/ru/cgi-bin/ru.pl @@ -1315,11 +1315,6 @@ 'outgoing firewall mode1' =3D> '=D0=9F=D1=80=D0=B8 =D0=B8=D1=81=D0=BF=D0=BE= =D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8 =D1=8D=D1=82=D0=BE=D0= =B3=D0=BE =D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D0=B0 =D0=B4=D0=BE=D1=81=D1=82=D1=83= =D0=BF =D0=B2 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D1=80=D0=B0= =D0=B7=D1=80=D0=B5=D1=88=D1=91=D0=BD =D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE =D1= =82=D0=B5=D0=BC, =D0=BA=D1=82=D0=BE =D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD =D0= =B2 =D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0=D1=85.', 'outgoing firewall mode2' =3D> '=D0=9F=D1=80=D0=B8 =D0=B8=D1=81=D0=BF=D0=BE= =D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8 =D1=8D=D1=82=D0=BE=D0= =B3=D0=BE =D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D0=B0 =D0=B4=D0=BE=D1=81=D1=82=D1=83= =D0=BF =D0=B2 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D1=80=D0=B0= =D0=B7=D1=80=D0=B5=D1=88=D1=91=D0=BD =D0=B2=D1=81=D0=B5=D0=BC =D0=BA=D0=BB=D0= =B8=D0=B5=D0=BD=D1=82=D0=B0=D0=BC, =D0=BA=D1=80=D0=BE=D0=BC=D0=B5 =D1=82=D0= =B5=D1=85, =D0=BA=D1=82=D0=BE =D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD =D0=B2 =D0= =BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0=D1=85.', 'outgoing firewall outgoing firewall reserved groupname' =3D> '=D0=94=D0=B0= =D0=BD=D0=BD=D0=BE=D0=B5 =D0=B8=D0=BC=D1=8F =D0=B3=D1=80=D1=83=D0=BF=D0=BF=D1= =8B =D0=B7=D0=B0=D1=80=D0=B5=D0=B7=D0=B5=D1=80=D0=B2=D0=B8=D1=80=D0=BE=D0=B2= =D0=B0=D0=BD=D0=BE =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=BE=D0=B9, =D1=83= =D0=BA=D0=B0=D0=B6=D0=B8=D1=82=D0=B5 =D0=B4=D1=80=D1=83=D0=B3=D0=BE=D0=B5.', -'outgoing firewall p2p allow' =3D> 'p2p =D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0=BA= =D0=BE=D0=BB =D1=80=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D1=91=D0=BD', -'outgoing firewall p2p deny' =3D> 'p2p =D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0=BA= =D0=BE=D0=BB =D0=B7=D0=B0=D0=BF=D1=80=D0=B5=D1=89=D1=91=D0=BD', -'outgoing firewall p2p description 1' =3D> '=D0=97=D0=BD=D0=B0=D1=87=D0=BE= =D0=BA', -'outgoing firewall p2p description 2' =3D> '=D0=BE=D0=B7=D0=BD=D0=B0=D1=87= =D0=B0=D0=B5=D1=82, =D1=87=D1=82=D0=BE p2p =D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0= =BA=D0=BE=D0=BB =D1=80=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D1=91=D0=BD, =D0=B0', -'outgoing firewall p2p description 3' =3D> '=D0=BE=D0=B7=D0=BD=D0=B0=D1=87= =D0=B0=D0=B5=D1=82, =D1=87=D1=82=D0=BE p2p =D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0= =BA=D0=BE=D0=BB =D0=B7=D0=B0=D0=BF=D1=80=D0=B5=D1=89=D1=91=D0=BD.', 'outgoing firewall reset' =3D> '=D0=A1=D0=B1=D1=80=D0=BE=D1=81=D0=B8=D1=82= =D1=8C =D0=B2=D1=81=D1=91', 'outgoing firewall view group' =3D> '=D0=9F=D0=BE=D1=81=D0=BC=D0=BE=D1=82=D1= =80=D0=B5=D1=82=D1=8C =D0=B3=D1=80=D1=83=D0=BF=D0=BF=D1=83', 'outgoing firewall warning' =3D> '=D0=95=D1=81=D0=BB=D0=B8 =D0=BD=D0=B5 =D1= =83=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2=D0=B0=D1=82=D1=8C ip =D0=B8=D0=BB=D0=B8 mac= , =D1=82=D0=BE =D0=BE=D0=BD=D0=B8 =D0=B1=D1=83=D0=B4=D1=83=D1=82 =D0=B8=D0=B3= =D0=BD=D0=BE=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=D1=81=D1=8F', diff --git a/langs/tr/cgi-bin/tr.pl b/langs/tr/cgi-bin/tr.pl index 160043820..eecd52417 100644 --- a/langs/tr/cgi-bin/tr.pl +++ b/langs/tr/cgi-bin/tr.pl @@ -1072,6 +1072,7 @@ 'fw blue' =3D> 'MAV=C4=B0 arabirim i=C3=A7in g=C3=BCvenlik duvar=C4=B1 se=C3= =A7enekleri', 'fw default drop' =3D> 'G=C3=BCvenlik duvar=C4=B1 y=C3=B6ntemleri', 'fw logging' =3D> 'G=C3=BCvenlik duvar=C4=B1 g=C3=BCnl=C3=BC=C4=9F=C3=BC', +'fw rules reload notice' =3D> 'Yapt=C4=B1=C4=9F=C4=B1n=C4=B1z de=C4=9Fi=C5= =9Fiklikleri uygulamak i=C3=A7in g=C3=BCvenlik duvar=C4=B1 kural=C4=B1 ayarla= r=C4=B1n=C4=B1 l=C3=BCtfen yeniden y=C3=BCkleyin.', 'fw settings' =3D> 'G=C3=BCvenlik duvar=C4=B1 ayarlar=C4=B1', 'fw settings color' =3D> 'Kural tablosunda renkleri g=C3=B6ster', 'fw settings dropdown' =3D> 'Kural olu=C5=9Fturulan sitedeki t=C3=BCm a=C4= =9Flar=C4=B1 g=C3=B6ster', @@ -1134,7 +1135,6 @@ 'fwdfw natport used' =3D> 'NAPT i=C3=A7in verilen ba=C4=9Flant=C4=B1 noktas= =C4=B1 ba=C5=9Fka bir DNAT kural taraf=C4=B1ndan zaten kullan=C4=B1l=C4=B1yor= .', 'fwdfw newrule' =3D> 'Yeni Kural', 'fwdfw numcon' =3D> 'Ba=C4=9Flant=C4=B1 say=C4=B1s=C4=B1', -'fwdfw p2p txt' =3D> 'P2P a=C4=9Flar=C4=B1na eri=C5=9Fim izni Ver/Verme.', 'fwdfw pol allow' =3D> '=C4=B0zin Verildi', 'fwdfw pol block' =3D> 'Engellendi', 'fwdfw pol text' =3D> 'Yerel a=C4=9Flardan ba=C4=9Flant=C4=B1lar i=C3=A7in v= arsay=C4=B1lan g=C3=BCnvenlik duvar=C4=B1 davran=C4=B1=C5=9F=C4=B1n=C4=B1 aya= rlar. T=C3=BCm yeni ba=C4=9Flant=C4=B1lara izin verebilir veya varsay=C4=B1la= n olarak engelleyebilirsiniz. Yerel a=C4=9Flar aras=C4=B1ndaki ba=C4=9Flant= =C4=B1lar ayr=C4=B1ca sonraki bi=C3=A7imde engellenir.', @@ -1817,11 +1817,6 @@ 'outgoing firewall mode1' =3D> 'Bu y=C3=B6ntemin kullan=C4=B1lmas=C4=B1 ile = sadece belirlenen kurallara g=C3=B6re izin verilir.', 'outgoing firewall mode2' =3D> 'Bu y=C3=B6ntemin kullan=C4=B1lmas=C4=B1 ile = tan=C4=B1mlanm=C4=B1=C5=9F t=C3=BCm ba=C4=9Flant=C4=B1lara izin verilir.', 'outgoing firewall outgoing firewall reserved groupname' =3D> 'L=C3=BCtfen b= a=C5=9Fka bir grup ad=C4=B1 kullan=C4=B1n bu ad ayr=C4=B1lm=C4=B1=C5=9Ft=C4= =B1r.', -'outgoing firewall p2p allow' =3D> 'p2p kural=C4=B1na izin verildi', -'outgoing firewall p2p deny' =3D> 'p2p kural=C4=B1 engellendi', -'outgoing firewall p2p description 1' =3D> 'D=C3=BC=C4=9Fme', -'outgoing firewall p2p description 2' =3D> 'p2p kural=C4=B1 veya izini anlam= =C4=B1na gelir', -'outgoing firewall p2p description 3' =3D> 'p2p kural=C4=B1 engellendi anlam= =C4=B1na gelir', 'outgoing firewall reset' =3D> 'T=C3=BCm=C3=BCn=C3=BC s=C4=B1f=C4=B1rla', 'outgoing firewall view group' =3D> 'Grup bilgileri', 'outgoing firewall warning' =3D> 'Kaynak IP veya MAC se=C3=A7ildi=C4=9Finde = bunlar yok say=C4=B1l=C4=B1r', @@ -1881,8 +1876,6 @@ 'ovpn_processprioVH' =3D> '=C3=87ok y=C3=BCksek', 'ovpnstatus log' =3D> 'OVPN-Durum-G=C3=BCnl=C3=BCk', 'ovpnsys log' =3D> 'OVPN-Durum-G=C3=BCnl=C3=BCk', -'p2p block' =3D> 'P2P A=C4=9Flar=C4=B1', -'p2p block save notice' =3D> 'Yapt=C4=B1=C4=9F=C4=B1n=C4=B1z de=C4=9Fi=C5=9F= iklikleri uygulamak i=C3=A7in g=C3=BCvenlik duvar=C4=B1 kural=C4=B1 ayarlar= =C4=B1n=C4=B1 l=C3=BCtfen yeniden y=C3=BCkleyin.', 'package failed to install' =3D> 'Paket y=C3=BCklenemedi.', 'pagerefresh' =3D> 'Sayfa yenileniyor. L=C3=BCtfen bekleyin.', 'pakfire accept all' =3D> 'T=C3=BCm paketleri y=C3=BCklemek istiyor musunuz?= ', hooks/post-receive -- IPFire 2.x development tree --===============6122762822164245428==--