mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:20:41 +02:00
Components, Project templates: improved localization
git-svn-id: trunk@30549 -
This commit is contained in:
parent
0362996985
commit
d72f8b4369
@ -44,6 +44,8 @@ procedure TTemplateSettingsForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
Caption := STitle;
|
||||
Label1.Caption := SDirect;
|
||||
ButtonPanel1.OKButton.Caption:=SbtnOK;
|
||||
ButtonPanel1.CancelButton.Caption:=SbtnCancel;
|
||||
end;
|
||||
|
||||
procedure TTemplateSettingsForm.OKButtonClick(Sender: TObject);
|
||||
|
@ -58,8 +58,6 @@ resourcestring
|
||||
SCreateinDir = 'Create in &directory:';
|
||||
SThisProject = 'This project contains some additional variables. Please provide values for these variables.';
|
||||
STitle = 'New project from template';
|
||||
SbtnOK = 'OK';
|
||||
SbtnCancel = 'Cancel';
|
||||
|
||||
{ TProjectVariablesForm }
|
||||
|
||||
|
@ -91,6 +91,9 @@ Const
|
||||
varprefixstr = '__'; // subtitution pattern is "__varname__"
|
||||
varpostfixstr = '__';
|
||||
|
||||
resourcestring
|
||||
SbtnOK = '&OK';
|
||||
SbtnCancel = 'Cancel';
|
||||
|
||||
Function SubstituteString(Const S : String; Variables : TStrings): String;
|
||||
Function SimpleFileCopy(Const Source,Dest : String) : Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user