From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH v2 3/3] langs: Add English and German translations for newly added web proxy features Date: Tue, 12 Oct 2021 12:43:26 +0100 Message-ID: <56BC1F26-77F9-4E7D-9627-62402E75A653@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6016708776528427337==" List-Id: --===============6016708776528427337== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 10 Oct 2021, at 18:44, Peter M=C3=BCller wr= ote: >=20 > Signed-off-by: Peter M=C3=BCller > --- > langs/de/cgi-bin/de.pl | 7 +++++++ > langs/en/cgi-bin/en.pl | 7 +++++++ > 2 files changed, 14 insertions(+) >=20 > diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl > index 70dcb10a6..d8254c698 100644 > --- a/langs/de/cgi-bin/de.pl > +++ b/langs/de/cgi-bin/de.pl > @@ -255,6 +255,7 @@ > 'advproxy advanced web proxy configuration' =3D> 'Proxy-Konfiguration', > 'advproxy allowed subnets' =3D> 'Erlaubte Subnetze (eins pro Zeile)', > 'advproxy allowed web browsers' =3D> 'Zul=C3=A4ssige Clients f=C3=BCr Web-Z= ugriffe', > +'advproxy asbased anomaly detection' =3D> 'Anomalieerkennungen auf Basis A= utonomer Systeme', > 'advproxy back to main page' =3D> 'Zur=C3=BCck zur Hauptseite', > 'advproxy banned ip clients' =3D> 'Gesperrte IP-Adressen (eine pro Zeile)', > 'advproxy banned mac clients' =3D> 'Gesperrte MAC-Adressen (eine pro Zeile)= ', > @@ -326,6 +327,11 @@ > 'advproxy errmsg wpad invalid ip or mask' =3D> 'WPAD: Ung=C3=BCltige IP ode= r Subnetz f=C3=BCr ausgenommenes IP-Subnetz', > 'advproxy error design' =3D> 'Design der Fehlermeldungen', > 'advproxy error language' =3D> 'Sprache der Fehlermeldungen', > +'advproxy fastflux detection' =3D> 'Verbindungen zu auf Fast Flux-Setups g= ehosteten Zielen verweigern', > +'advproxy fastflux no threshold given' =3D> 'Kein Schwellwert f=C3=BCr Fas= t Flux-Erkennung angegeben', > +'advproxy fastflux detection threshold' =3D> 'Schwellwert', > +'advproxy fastflux threshold invalid' =3D> 'Eingegebener Schwellwert f=C3= =BCr Fast Flux-Erkennung ist ung=C3=BCltig', > +'advproxy fastflux threshold out of bounds' =3D> 'Eingegebener Schwellwert= f=C3=BCr Fast Flux-Erkennung befindet sich au=C3=9Ferhalb zul=C3=A4ssiger Gr= enzwerte', > 'advproxy friday' =3D> 'Fr', > 'advproxy from' =3D> 'Von', > 'advproxy group access control' =3D> 'Gruppenbasierte Zugriffskontrolle', > @@ -362,6 +368,7 @@ > 'advproxy reset' =3D> 'Zur=C3=BCcksetzen', > 'advproxy saturday' =3D> 'Sa', > 'advproxy save and restart' =3D> 'Speichern und Neustart', > +'advproxy selectively announcements detection' =3D> 'Verbindungen zu Ziele= n in selektiv propagierten Netzen verweigern', > 'advproxy squid version' =3D> 'Squid Versionsnummer', > 'advproxy squidclamav' =3D> 'SquidClamav', > 'advproxy ssadvanced proxy' =3D> 'advanced proxy', > diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl > index 679588940..644d348ea 100644 > --- a/langs/en/cgi-bin/en.pl > +++ b/langs/en/cgi-bin/en.pl > @@ -252,6 +252,7 @@ > 'advproxy advanced web proxy configuration' =3D> 'Advanced web proxy config= uration', > 'advproxy allowed subnets' =3D> 'Allowed subnets (one per line)', > 'advproxy allowed web browsers' =3D> 'Allowed clients for web access', > +'advproxy asbased anomaly detection' =3D> 'Anomaly detections based on Aut= onomous Systems information', > 'advproxy back to main page' =3D> 'Back to main page', > 'advproxy banned ip clients' =3D> 'Banned IP addresses (one per line)', > 'advproxy banned mac clients' =3D> 'Banned MAC addresses (one per line)', > @@ -323,6 +324,11 @@ > 'advproxy errmsg wpad invalid ip or mask' =3D> 'WPAD: Invalid IP or subnet = for excluded IP subnet', > 'advproxy error design' =3D> 'Error messages design', > 'advproxy error language' =3D> 'Error messages language', > +'advproxy fastflux detection' =3D> 'Deny access to destinations hosted on = fast flux setups', > +'advproxy fastflux no threshold given' =3D> 'No threshold was given for fa= st flux detection', > +'advproxy fastflux detection threshold' =3D> 'Threshold', > +'advproxy fastflux threshold invalid' =3D> 'Supplied fast flux detection t= hreshold is invalid', > +'advproxy fastflux threshold out of bounds' =3D> 'Supplied fast flux detec= tion threshold is out of bounds', > 'advproxy friday' =3D> 'Fri', > 'advproxy from' =3D> 'From', > 'advproxy group access control' =3D> 'Group based access control', > @@ -359,6 +365,7 @@ > 'advproxy reset' =3D> 'Reset', > 'advproxy saturday' =3D> 'Sat', > 'advproxy save and restart' =3D> 'Save and Restart', > +'advproxy selectively announcements detection' =3D> 'Deny access to destin= ations hosted on selectively announced networks', > 'advproxy squid version' =3D> 'Squid cache version', > 'advproxy squidclamav' =3D> 'SquidClamav', > 'advproxy ssadvanced proxy' =3D> 'advanced proxy', > --=20 > 2.26.2 --===============6016708776528427337==--