de.pl: fix misleading translation
Commit Message
The 'geoip' key is being used in the firewall.cgi for configuring GeoIP
as a source or destination. "konfigurieren" is misleading in this
context.
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
langs/de/cgi-bin/de.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
> On 2 May 2020, at 10:52, Peter Müller <peter.mueller@ipfire.org> wrote:
>
> The 'geoip' key is being used in the firewall.cgi for configuring GeoIP
> as a source or destination. "konfigurieren" is misleading in this
> context.
>
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> langs/de/cgi-bin/de.pl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
> index 9f1768e78..a3338147d 100644
> --- a/langs/de/cgi-bin/de.pl
> +++ b/langs/de/cgi-bin/de.pl
> @@ -1310,7 +1310,7 @@
> 'generating the root and host certificates may take a long time. it can take up to several minutes on older hardware. please be patient' => 'Die Erzeugung der Root- und Host-Zertifikate kann eine Weile dauern. Auf älterer Hardware kann dies mehrere Minuten in Anspruch nehmen. Bitte haben Sie etwas Geduld.',
> 'genkey' => 'PSK erzeugen',
> 'genre' => 'Genre',
> -'geoip' => 'Länderfilter konfigurieren',
> +'geoip' => 'Länderfilter',
> 'geoipblock' => 'GeoIP-Filter',
> 'geoipblock block countries' => 'Länderfilter',
> 'geoipblock configuration' => 'GeoIP-Konfiguration',
> --
> 2.26.1
@@ -1310,7 +1310,7 @@
'generating the root and host certificates may take a long time. it can take up to several minutes on older hardware. please be patient' => 'Die Erzeugung der Root- und Host-Zertifikate kann eine Weile dauern. Auf älterer Hardware kann dies mehrere Minuten in Anspruch nehmen. Bitte haben Sie etwas Geduld.',
'genkey' => 'PSK erzeugen',
'genre' => 'Genre',
-'geoip' => 'Länderfilter konfigurieren',
+'geoip' => 'Länderfilter',
'geoipblock' => 'GeoIP-Filter',
'geoipblock block countries' => 'Länderfilter',
'geoipblock configuration' => 'GeoIP-Konfiguration',