mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Issue #296: enhance checkbox phrasing, and move it above to the other checkboxes
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: 2019-05-13 07:41+0200\n"
|
||||
"PO-Revision-Date: 2019-06-12 20:31+0200\n"
|
||||
"Last-Translator: Ansgar Becker <anse@heidisql.com>\n"
|
||||
"Language-Team: English (http://www.transifex.com/projects/p/heidisql/language/en/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,7 +15,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"X-Generator: Poedit 2.2.3\n"
|
||||
|
||||
#. AboutBox..Caption
|
||||
#: about.dfm:5
|
||||
@@ -342,8 +342,8 @@ msgstr "Use Windows authentication"
|
||||
|
||||
#. connform..PageControlDetails..tabSettings..chkCleartextPluginEnabled..Caption
|
||||
#: connections.dfm:737
|
||||
msgid "Use cleartext plugin"
|
||||
msgstr "Use cleartext plugin"
|
||||
msgid "Enable cleartext authentication"
|
||||
msgstr "Enable cleartext authentication"
|
||||
|
||||
#. connform..PageControlDetails..tabSettings..chkLocalTimeZone....Hint
|
||||
#: connections.dfm:406
|
||||
|
||||
@@ -661,7 +661,7 @@ object connform: Tconnform
|
||||
end
|
||||
object lblBackgroundColor: TLabel
|
||||
Left = 3
|
||||
Top = 304
|
||||
Top = 318
|
||||
Width = 86
|
||||
Height = 13
|
||||
Caption = 'Background color:'
|
||||
@@ -736,14 +736,12 @@ object connform: Tconnform
|
||||
end
|
||||
object chkCleartextPluginEnabled: TCheckBox
|
||||
Left = 120
|
||||
Top = 329
|
||||
Top = 292
|
||||
Width = 294
|
||||
Height = 17
|
||||
Hint =
|
||||
'Send your password to the server in cleartext' +
|
||||
', for MySQL 5.5.47+'
|
||||
Hint = 'Send your password to the server in cleartext, for MySQL 5.5.47+'
|
||||
Anchors = [akLeft, akTop, akRight]
|
||||
Caption = 'Use cleartext plugin'
|
||||
Caption = 'Enable cleartext authentication'
|
||||
TabOrder = 13
|
||||
OnClick = Modification
|
||||
end
|
||||
@@ -824,7 +822,7 @@ object connform: Tconnform
|
||||
end
|
||||
object ColorBoxBackgroundColor: TColorBox
|
||||
Left = 120
|
||||
Top = 301
|
||||
Top = 315
|
||||
Width = 294
|
||||
Height = 22
|
||||
NoneColorColor = clNone
|
||||
|
||||
Reference in New Issue
Block a user