From: Peter Müller Date: Sun, 10 Oct 2021 19:49:49 +0000 (+0200) Subject: proxy.cgi: Fix translation string mix-up X-Git-Tag: v2.27-core162~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af048d4bf184af129e70586a5e7ed2ac71275621;p=ipfire-2.x.git proxy.cgi: Fix translation string mix-up "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 --- diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index cbc3f7b6c0..e350bc6512 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',