mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
de.pl: Fix umlauts in GeoIP related strings.
This issue has been intruced in commit 0ff5b2b0ac.
This commit is contained in:
@@ -533,7 +533,7 @@
|
||||
'chain' => 'Verknüpfung',
|
||||
'change passwords' => 'Passwörter ändern',
|
||||
'change share' => 'Freigabeeinstellungen ändern',
|
||||
'check all' =>'Alle ausw<EFBFBD>hlen',
|
||||
'check all' =>'Alle auswählen',
|
||||
'check for net traffic update' => 'Prüfe auf Net-Traffic-Updates',
|
||||
'check vpn lr' => 'Überprüfen',
|
||||
'choose config' => 'Konfiguration auswählen',
|
||||
@@ -1069,7 +1069,7 @@
|
||||
'fwhost OpenVPN static host' => 'OpenVPN statischer Host',
|
||||
'fwhost OpenVPN static network' => 'OpenVPN statisches Netzwerk',
|
||||
'fwhost Standard Network' => 'Standard-Netzwerk',
|
||||
'fwhost addgeoipgrp' => 'Neue GeoIP-Gruppe hinzuf<EFBFBD>gen',
|
||||
'fwhost addgeoipgrp' => 'Neue GeoIP-Gruppe hinzufügen',
|
||||
'fwhost addgrp' => 'Neue Gruppe hinzufügen',
|
||||
'fwhost addgrpname' => 'Gruppenname:',
|
||||
'fwhost addhost' => 'Neuen Host hinzufügen',
|
||||
@@ -1087,7 +1087,7 @@
|
||||
'fwhost cust addr' => 'Hosts',
|
||||
'fwhost cust geoip' => 'GeoIP-Gruppen',
|
||||
'fwhost cust geoipgroup' => 'GeoIP-Gruppen',
|
||||
'fwhost cust geoiplocation' => 'GeoIP L<EFBFBD>ndercodes',
|
||||
'fwhost cust geoiplocation' => 'GeoIP Ländercodes',
|
||||
'fwhost cust grp' => 'Gruppen',
|
||||
'fwhost cust net' => 'Netzwerke',
|
||||
'fwhost cust service' => 'Dienste',
|
||||
@@ -1171,7 +1171,7 @@
|
||||
'genre' => 'Genre',
|
||||
'geoip' => 'GeoIP',
|
||||
'geoipblock' => 'GeoIP Block',
|
||||
'geoipblock block countries' => 'L<EFBFBD>nderfilter',
|
||||
'geoipblock block countries' => 'Länderfilter',
|
||||
'geoipblock configuration' => 'GeoIP Konfiguration',
|
||||
'geoipblock country code' => 'Ländercode',
|
||||
'geoipblock country is allowed' => 'Eingehende Verbindungen aus diesem Land sind erlaubt.',
|
||||
|
||||
Reference in New Issue
Block a user