mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
en.pl: Update to explicitly mention single quotation mark being invalid
- As all characters, except for the single quotation mark, are now allowed in the PSK with the base64 encoding implemented then the error message in the English Lang file has been changed to explicitly mention the single quotation mark rather than characters as a generic message. Fixes: Bug13029 Tested-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
9d8d74e8e7
commit
e627de73d1
@@ -1101,7 +1101,7 @@ WARNING: untranslated string: intrusion detection system = Intrusion Prevention
|
||||
WARNING: untranslated string: intrusion detection system rules = Ruleset
|
||||
WARNING: untranslated string: intrusion prevention system = Intrusion Prevention System
|
||||
WARNING: untranslated string: invalid broadcast ip = Invalid broadcast IP
|
||||
WARNING: untranslated string: invalid characters found in pre-shared key = Invalid characters found in pre-shared key.
|
||||
WARNING: untranslated string: invalid characters found in pre-shared key = Invalid single quotation mark found in pre-shared key.
|
||||
WARNING: untranslated string: invalid default lease time = Invalid default lease time.
|
||||
WARNING: untranslated string: invalid domain name = Invalid domain name.
|
||||
WARNING: untranslated string: invalid end address = Invalid end address.
|
||||
|
||||
@@ -1516,7 +1516,7 @@
|
||||
'intrusion prevention system' => 'Intrusion Prevention System',
|
||||
'invalid broadcast ip' => 'Invalid broadcast IP',
|
||||
'invalid cache size' => 'Invalid cache size.',
|
||||
'invalid characters found in pre-shared key' => 'Invalid characters found in pre-shared key.',
|
||||
'invalid characters found in pre-shared key' => 'Invalid single quotation mark found in pre-shared key.',
|
||||
'invalid date entered' => 'Invalid date entered.',
|
||||
'invalid default lease time' => 'Invalid default lease time.',
|
||||
'invalid domain name' => 'Invalid domain name.',
|
||||
|
||||
Reference in New Issue
Block a user