IDEIntf: improved Input Mask Editor dialog i18n

This commit is contained in:
Maxim Ganetsky 2024-01-18 02:50:28 +03:00
parent 310abc6966
commit 30bf64e0ef
2 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,7 @@ procedure TMaskEditorForm.MaskEditorFormCreate(Sender: TObject);
var
aDemFile: string;
begin
Caption := oisInputMaskEditor;
LoadSampleMasksButton.Caption := oisMasks;
SaveLiteralCheckBox.Caption := oisSaveLiteralCharacters;
InputMaskLabel.Caption := oisInputMask;
@ -148,6 +149,8 @@ begin
CharactersForBlanksLabel.Caption := oisCharactersForBlanks;
TestInputLabel.Caption := oisTestInput;
EnableSetsCheckBox.Hint := oisEnableSetsHint;
if LazarusIDE<>nil then
aDemFile:=LazarusIDE.GetPrimaryConfigPath
else

View File

@ -257,6 +257,7 @@ resourcestring
// Mask Editor
sccsMaskEditor = 'Edit Mask Editor ...';
oisMasks = 'Masks ...';
oisInputMaskEditor = 'Input Mask Editor';
oisSaveLiteralCharacters = 'Save Literal Characters';
oisInputMask = 'Input Mask:';
oisSampleMasks = 'Sample Masks:';