mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 10:29:24 +02:00
IDE: localized 'View Example Projects' button caption in project wizard dialog, hint by barlone, bug #20840.
git-svn-id: trunk@34056 -
This commit is contained in:
parent
b16c791477
commit
9927adfc0d
@ -4764,6 +4764,7 @@ resourcestring
|
||||
lisPWNewProject = 'New Project';
|
||||
lisPWOpenProject = 'Open Project';
|
||||
lisPWOpenRecentProject = 'Open Recent Project';
|
||||
lisPWViewExampleProjects = 'View Example Projects';
|
||||
lisPWConvertProject = 'Convert Delphi Project';
|
||||
lisInvalidCircle = 'Invalid circle';
|
||||
lisIsAThisCircleDependencyIsNotAllowed = '%s is a %s.%sThis circle '
|
||||
|
@ -81,6 +81,7 @@ begin
|
||||
Caption:=lisProjectWizard;
|
||||
btnNewProject.caption:=lisPWNewProject;
|
||||
btnOpenProject.caption:=lisPWOpenProject;
|
||||
btnExamples.Caption:=lisPWViewExampleProjects;
|
||||
btnConvertProject.caption:=lisPWConvertProject;
|
||||
gbRecent.Caption:=lisPWOpenRecentProject;
|
||||
btnCloseIDE.caption:=lisQuitLazarus;
|
||||
|
Loading…
Reference in New Issue
Block a user