IDEIntf: improved Input Mask Sample open dialog dialog i18n

This commit is contained in:
Maxim Ganetsky 2024-01-19 18:25:19 +03:00
parent 9ef8275598
commit 7cc9a03e30
2 changed files with 3 additions and 2 deletions

View File

@ -123,6 +123,7 @@ begin
EnableSetsCheckBox.Hint := oisEnableSetsHint;
OpenDialog1.Filter := oisMaskSampleFilter;
OpenDialog1.Title := oisSelectInputMaskSample;
if LazarusIDE<>nil then
aDemFile:=LazarusIDE.GetPrimaryConfigPath

View File

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