From: Michael Tremer Date: Tue, 22 Oct 2013 16:58:15 +0000 (+0200) Subject: P2P block: Fix strings. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=2d5447bb1b9eed087c1f18a25c15e9370e62408e P2P block: Fix strings. --- diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 0bd2dc3b2..a80987ba1 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1556,8 +1556,8 @@ 'outgoing firewall mode1' => 'In diesem Modus werden nur Verbindungen nach den oben definierten Regeln zugelassen.', 'outgoing firewall mode2' => 'In diesem Modus werden sämtliche Verbindungen erlaubt, bis auf die oben definierten Block-Regeln.', 'outgoing firewall outgoing firewall reserved groupname' => 'Bitte einen anderen Gruppennamen verwenden, dieser ist ein reserviertes Wort.', -'outgoing firewall p2p allow' => 'P2P-Protokoll ist erlaubt!', -'outgoing firewall p2p deny' => 'P2P-Protokoll ist gesperrt!', +'outgoing firewall p2p allow' => 'P2P-Protokollnutzung ist erlaubt', +'outgoing firewall p2p deny' => 'P2P-Protokollnutzung ist gesperrt', 'outgoing firewall p2p description 1' => 'Das Symbol', 'outgoing firewall p2p description 2' => 'bedeutet, dass das P2P-Protokoll erlaubt wird oder', 'outgoing firewall p2p description 3' => 'das P2P-Protokoll gesperrt wird.', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 6d43a6c5a..2e91a1d46 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1585,8 +1585,8 @@ 'outgoing firewall mode1' => 'Using this mode, only connections based on the defined rules are allowed.', 'outgoing firewall mode2' => 'Using this mode, all connections are allowed despited off the defined ones.', 'outgoing firewall outgoing firewall reserved groupname' => 'Please use another group name, this name is reserved.', -'outgoing firewall p2p allow' => 'p2p protocol is allowed', -'outgoing firewall p2p deny' => 'p2p protocol is denied', +'outgoing firewall p2p allow' => 'Using the P2P protocol is allowed', +'outgoing firewall p2p deny' => 'Using the P2P protocol is forbidden', 'outgoing firewall p2p description 1' => 'The button', 'outgoing firewall p2p description 2' => 'means that the p2p protocol is allowed or', 'outgoing firewall p2p description 3' => 'that the p2p protocol is denied.',