From af048d4bf184af129e70586a5e7ed2ac71275621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 10 Oct 2021 21:49:49 +0200 Subject: [PATCH] proxy.cgi: Fix translation string mix-up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "advproxy advanced web proxy" was meant to be used in the first place, followed by "advproxy advanced web proxy configuration", as it is done in other CGIs. This patch also fixes a missing German translation, and improves translations of "one X per line" ("eines" != "eins"). :-) Signed-off-by: Peter Müller --- langs/de/cgi-bin/de.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index cbc3f7b6c..e350bc651 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -251,9 +251,9 @@ 'advproxy access' => 'Zugriff', 'advproxy admin mail' => 'Cache-Administrator E-Mail-Adresse', 'advproxy advanced proxy' => 'Advanced Proxy', -'advproxy advanced web proxy' => 'Advanced Web Proxy', -'advproxy advanced web proxy configuration' => 'Proxy-Konfiguration', -'advproxy allowed subnets' => 'Erlaubte Subnetze (eins pro Zeile)', +'advproxy advanced web proxy' => 'Web-Proxy', +'advproxy advanced web proxy configuration' => 'Web Proxy-Einstellungen', +'advproxy allowed subnets' => 'Erlaubte Subnetze (eines pro Zeile)', 'advproxy allowed web browsers' => 'Zulässige Clients für Web-Zugriffe', 'advproxy asbased anomaly detection' => 'Anomalieerkennungen auf Basis Autonomer Systeme', 'advproxy back to main page' => 'Zurück zur Hauptseite',