From patchwork Sat May 2 09:52:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3041 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49Dktm6Qdfz3xXx for ; Sat, 2 May 2020 09:52:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49Dktl5nwNz1FM; Sat, 2 May 2020 09:52:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49Dktl2TXrz2ySq; Sat, 2 May 2020 09:52:31 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49Dktj20LZz2yK0 for ; Sat, 2 May 2020 09:52:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49Dktg47Ntz1FM for ; Sat, 2 May 2020 09:52:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1588413148; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=SoslHUthtNP0nRcKmxQgUtZzS+5vxy8rj/uD0CMBlys=; b=ij+aQF1MoSAZm/rxGMRQfn0bttQbd7uKG/7EPPdrTNMOhvU9LNofZP5p/4mZsTcuSpDEEc KfAKlUbNlmOQ8EDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1588413148; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=SoslHUthtNP0nRcKmxQgUtZzS+5vxy8rj/uD0CMBlys=; b=aJEOZHbLASGkAV9WGu22yT1yfuBdE+pgffofdC4/JhN5CN2mW4JSZS9i3y67cqOk+BuwWG Udpo1OUOUbMo2C5CWa52hgxtB84cDZVRhEufpTMuid/RbvtaB14fZ79A9tPQqugdHJoA9j Lxt5yD5s01QnekBn6moZajwkfYLSrf3r+ATBcMwB9FCpM0qiyXRPnILzH5pAZxvRAUDZy5 rkWlHfSxZ0+T3PCYbS8x100DsWtUdKQRiS7+hhm1C16iRD/DVziu5QqN2bgdhfn1MmAguU vUeGA0BGN8STYHaqWuv0Ax2dAPG7wzHDkLTCgtvIAKE5fBEP3XkDNnJKpLlssg== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] de.pl: fix misleading translation Message-ID: <9c57652e-c5ae-d922-3005-7c7cf5f83380@ipfire.org> Date: Sat, 2 May 2020 11:52:25 +0200 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 Reviewed-by: Michael Tremer --- 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',