mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 08:43:14 +02:00
Converter: make Target texts more readable.
git-svn-id: trunk@26124 -
This commit is contained in:
parent
4db2a4b227
commit
b44b289a90
@ -91,9 +91,9 @@ object ConvertSettingsForm: TConvertSettingsForm
|
|||||||
ClientWidth = 268
|
ClientWidth = 268
|
||||||
ItemIndex = 0
|
ItemIndex = 0
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'Lazarus/LCL'
|
'Lazarus / LCL'
|
||||||
'Lazarus/LCL for Windows only'
|
'Lazarus / LCL for Windows only'
|
||||||
'Both Lazarus/LCL and Delphi'
|
'Both Lazarus / LCL and Delphi'
|
||||||
)
|
)
|
||||||
OnClick = TargetRadioGroupClick
|
OnClick = TargetRadioGroupClick
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
@ -460,9 +460,9 @@ resourcestring
|
|||||||
lisBackupChangedFiles = 'Make backup of changed files';
|
lisBackupChangedFiles = 'Make backup of changed files';
|
||||||
lisBackupHint = 'Creates a Backup directory under project directory';
|
lisBackupHint = 'Creates a Backup directory under project directory';
|
||||||
lisStartConversion = 'Start Conversion';
|
lisStartConversion = 'Start Conversion';
|
||||||
lisConvertTarget1 = 'Lazarus/LCL';
|
lisConvertTarget1 = 'Lazarus / LCL';
|
||||||
lisConvertTarget2 = 'Lazarus/LCL for Windows only';
|
lisConvertTarget2 = 'Lazarus / LCL for Windows only';
|
||||||
lisConvertTarget3 = 'Both Lazarus/LCL and Delphi';
|
lisConvertTarget3 = 'Both Lazarus / LCL and Delphi';
|
||||||
lisConvertTargetHint = 'Converter adds conditional compilation to support different targets';
|
lisConvertTargetHint = 'Converter adds conditional compilation to support different targets';
|
||||||
lisConvUseSameDFM = 'Lazarus uses the same DFM form file as Delphi';
|
lisConvUseSameDFM = 'Lazarus uses the same DFM form file as Delphi';
|
||||||
lisConvUseSameDFMHint = 'Separate form files allow different properties';
|
lisConvUseSameDFMHint = 'Separate form files allow different properties';
|
||||||
|
Loading…
Reference in New Issue
Block a user