mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #1972: rephrase the two new SSL verification options
This commit is contained in:
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HeidiSQL\n"
|
||||
"POT-Creation-Date: 2012-11-05 21:40\n"
|
||||
"PO-Revision-Date: 2024-06-28 15:35+0200\n"
|
||||
"PO-Revision-Date: 2024-06-29 09:34+0200\n"
|
||||
"Last-Translator: Ansgar Becker <anse@heidisql.com>\n"
|
||||
"Language-Team: English (http://www.transifex.com/projects/p/heidisql/language/en/)\n"
|
||||
"Language: en\n"
|
||||
@ -445,11 +445,11 @@ msgstr "Certificate verification"
|
||||
msgid "No verification (insecure)"
|
||||
msgstr "No verification (insecure)"
|
||||
|
||||
msgid "Verify CA"
|
||||
msgstr "Verify CA"
|
||||
msgid "Verify CA (insecure)"
|
||||
msgstr "Verify CA (insecure)"
|
||||
|
||||
msgid "Verify CA and host name identity"
|
||||
msgstr "Verify CA and host name identity"
|
||||
msgid "Verify CA and host name identity (may fail with self-signed certs and wildcard cn)"
|
||||
msgstr "Verify CA and host name identity (may fail with self-signed certs and wildcard cn)"
|
||||
|
||||
msgid "You might need to lower the certificate verification in the SSL settings."
|
||||
msgstr "You might need to lower the certificate verification in the SSL settings."
|
||||
|
@ -850,8 +850,10 @@ object connform: Tconnform
|
||||
OnChange = Modification
|
||||
Items.Strings = (
|
||||
'No verification (insecure)'
|
||||
'Verify CA'
|
||||
'Verify CA and host name identity')
|
||||
'Verify CA (insecure)'
|
||||
|
||||
'Verify CA and host name identity (may fail with self-signed cert' +
|
||||
's and wildcard cn)')
|
||||
end
|
||||
end
|
||||
object tabStatistics: TTabSheet
|
||||
|
Reference in New Issue
Block a user