From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH v2 3/3] langs: Add English and German translations for newly added web proxy features Date: Sun, 10 Oct 2021 19:44:06 +0200 Message-ID: In-Reply-To: <4b9c5dc3-2bd7-2616-82da-971465a6aa9d@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5995061168914057015==" List-Id: --===============5995061168914057015== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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(+) 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-Zu= griffe', +'advproxy asbased anomaly detection' =3D> 'Anomalieerkennungen auf Basis Aut= onomer 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 oder= 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 geh= osteten Zielen verweigern', +'advproxy fastflux no threshold given' =3D> 'Kein Schwellwert f=C3=BCr Fast = Flux-Erkennung angegeben', +'advproxy fastflux detection threshold' =3D> 'Schwellwert', +'advproxy fastflux threshold invalid' =3D> 'Eingegebener Schwellwert f=C3=BC= r 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 Gren= zwerte', '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 Zielen = 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 configu= ration', '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 Auton= omous 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 f= or 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 fa= st flux setups', +'advproxy fastflux no threshold given' =3D> 'No threshold was given for fast= flux detection', +'advproxy fastflux detection threshold' =3D> 'Threshold', +'advproxy fastflux threshold invalid' =3D> 'Supplied fast flux detection thr= eshold is invalid', +'advproxy fastflux threshold out of bounds' =3D> 'Supplied fast flux detecti= on 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 destinat= ions 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 --===============5995061168914057015==--