mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 13:19:18 +02:00
IDEIntf: improved Input Mask Sample open dialog dialog i18n
This commit is contained in:
parent
9ef8275598
commit
7cc9a03e30
@ -123,6 +123,7 @@ begin
|
||||
|
||||
EnableSetsCheckBox.Hint := oisEnableSetsHint;
|
||||
OpenDialog1.Filter := oisMaskSampleFilter;
|
||||
OpenDialog1.Title := oisSelectInputMaskSample;
|
||||
|
||||
if LazarusIDE<>nil then
|
||||
aDemFile:=LazarusIDE.GetPrimaryConfigPath
|
||||
|
@ -263,9 +263,9 @@ resourcestring
|
||||
oisSampleMasks = 'Sample Masks:';
|
||||
oisCharactersForBlanks = 'Characters for Blanks';
|
||||
oisTestInput = 'Test Input';
|
||||
oisOpenMaskFile = 'Open masks file (*.dem)';
|
||||
oisEnableSetsHint = 'Only affects the EnableSets property of the Test Input';
|
||||
oisMaskSampleFilter = 'EditMask sample files (*.lem;*.dem)|*.lem;*.dem|All files|(*)';
|
||||
oisMaskSampleFilter = 'Input mask sample files (*.lem;*.dem)|*.lem;*.dem|All files|*';
|
||||
oisSelectInputMaskSample = 'Select input mask sample file';
|
||||
oisErrorReadingSampleFile = 'Error reading file %s';
|
||||
|
||||
cActionListEditorDialogCategory = 'Dialog';
|
||||
|
Loading…
Reference in New Issue
Block a user