mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
241d8a753a
commit
af048d4bf1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user