Issue #1972: rephrase the two new SSL verification options

This commit is contained in:
Ansgar Becker
2024-06-29 09:37:49 +02:00
parent 0b3bc66d6e
commit 3fd2d715ba
2 changed files with 9 additions and 7 deletions

View File

@ -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."

View File

@ -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