mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
IPsec: Fix and enhance DPD configuration.
Also the action option has now moved to the advanced settings page and the design has been improved.
This commit is contained in:
@@ -749,8 +749,8 @@
|
||||
'download pkcs12 file' => 'PKCS12-Datei herunterladen',
|
||||
'download root certificate' => 'Root-Zertifikat herunterladen',
|
||||
'dpd action' => 'Aktion für Dead Peer Detection',
|
||||
'dpd timeout' => 'DPD Zeitüberschreitung',
|
||||
'dpd delay' => 'DPD Verzögerung',
|
||||
'dpd delay' => 'Verzögerung',
|
||||
'dpd timeout' => 'Zeitüberschreitung',
|
||||
'driver' => 'Treiber',
|
||||
'drop action' => 'Standardverhalten der (Forward) Firewall in Modus "Blocked"',
|
||||
'drop action1' => 'Standardverhalten der (Outgoing) Firewall in Modus "Blocked"',
|
||||
@@ -1211,6 +1211,8 @@
|
||||
'invalid input for dhcp dns' => 'Ungültige Eingabe für DHCP DNS',
|
||||
'invalid input for dhcp domain' => 'Ungültige Eingabe für DHCP Domain',
|
||||
'invalid input for dhcp wins' => 'Ungültige Eingabe für DHCP WINS',
|
||||
'invalid input for dpd delay' => 'Ungültige Eingabe für DPD-Verzögerung',
|
||||
'invalid input for dpd timeout' => 'Ungültige Eingabe für DPD-Zeitüberschreitung',
|
||||
'invalid input for e-mail address' => 'Ungültige Eingabe für die E-mail Adresse',
|
||||
'invalid input for esp keylife' => 'Ungültige Eingabe für ESP Schlüssel-Lebensdauer',
|
||||
'invalid input for hostname' => 'Ungültige Eingabe für Hostname',
|
||||
|
||||
@@ -634,6 +634,7 @@
|
||||
'ddns noip prefix' => 'To use no-ip in group mode, prefix hostname with <b>%</b>',
|
||||
'deactivate' => 'deactivate',
|
||||
'deactivate user' => 'deactivate user',
|
||||
'dead peer detection' => 'Dead Peer Detection',
|
||||
'debugme' => 'Not yet implemented',
|
||||
'december' => 'December',
|
||||
'deep scan directories' => 'Scan recursive',
|
||||
@@ -772,9 +773,9 @@
|
||||
'download new ruleset' => 'Download new ruleset',
|
||||
'download pkcs12 file' => 'Download PKCS12 file',
|
||||
'download root certificate' => 'Download root certificate',
|
||||
'dpd action' => 'Dead Peer Detection action',
|
||||
'dpd timeout' => 'DPD timeout',
|
||||
'dpd delay' => 'DPD delay',
|
||||
'dpd action' => 'Action',
|
||||
'dpd delay' => 'Delay',
|
||||
'dpd timeout' => 'Timeout',
|
||||
'driver' => 'Driver',
|
||||
'drop action' => 'Default behaviour of (forward) firewall in mode "Blocked"',
|
||||
'drop action1' => 'Default behaviour of (outgoing) firewall in mode "Blocked"',
|
||||
@@ -1239,6 +1240,8 @@
|
||||
'invalid input for dhcp dns' => 'Invalid input for DHCP DNS',
|
||||
'invalid input for dhcp domain' => 'Invalid input for DHCP domain',
|
||||
'invalid input for dhcp wins' => 'Invalid input for DHCP WINS',
|
||||
'invalid input for dpd delay' => 'Invalid input for DPD delay',
|
||||
'invalid input for dpd timeout' => 'Invalid input for DPD timeout',
|
||||
'invalid input for e-mail address' => 'Invalid input for e-mail address.',
|
||||
'invalid input for esp keylife' => 'Invalid input for ESP Keylife',
|
||||
'invalid input for hostname' => 'Invalid input for hostname.',
|
||||
|
||||
Reference in New Issue
Block a user