mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 07:21:34 +02:00
Designer: improved 'Ask Component Name' dialog i18n
git-svn-id: trunk@58318 -
This commit is contained in:
parent
afb9d4accf
commit
46520f25cc
@ -199,7 +199,7 @@ begin
|
||||
Caption:=lisChooseNameAndText;
|
||||
NameLabel.Caption:=lisChooseANameForTheComponent;
|
||||
NameEdit.Hint:=lisTheComponentNameMustBeUniqueInAllComponentsOnTheFo;
|
||||
TextLabel.Caption:=lisMenuEditorCaption;
|
||||
TextLabel.Caption:=Format(lisProperty, ['Caption']);
|
||||
ButtonPanel1.OKButton.Caption:=lisOk;
|
||||
ButtonPanel1.CancelButton.Caption:=lisCancel;
|
||||
ButtonPanel1.OKButton.Enabled:=false;
|
||||
@ -254,7 +254,7 @@ begin
|
||||
if TextMemo.Enabled then
|
||||
begin
|
||||
TextMemo.Text := ReadText;
|
||||
TextLabel.Caption:=FNewTextPropertyName;
|
||||
TextLabel.Caption:=Format(lisProperty, [FNewTextPropertyName]);
|
||||
end else
|
||||
TextMemo.Text := '';
|
||||
end;
|
||||
|
@ -5874,6 +5874,7 @@ resourcestring
|
||||
+'must be unique in all components on the form/datamodule.The name is '
|
||||
+'compared case insensitive like a normal Pascal identifier.';
|
||||
lisChooseANameForTheComponent = 'Choose a name for the component';
|
||||
lisProperty = '%s property';
|
||||
lisAskForFileNameOnNewFile = 'Ask for file name on new file';
|
||||
lisSuggestDefaultNameOfNewFileInLowercase = 'Suggest default name of new '
|
||||
+'file in lowercase';
|
||||
|
Loading…
Reference in New Issue
Block a user