mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
IDEIntf: improved Input Mask Editor dialog i18n
This commit is contained in:
parent
310abc6966
commit
30bf64e0ef
@ -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
|
||||
|
@ -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:';
|
||||
|
Loading…
Reference in New Issue
Block a user