mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-13 16:11:37 +02:00
P2P block: Fix strings.
This commit is contained in:
@@ -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.',
|
||||
|
||||
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user