mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +02:00
* Improved localization of the About dialog by Maxim Ganetsky
git-svn-id: trunk@17255 -
This commit is contained in:
parent
9e060e48c6
commit
b35232127a
@ -176,9 +176,9 @@ begin
|
||||
AboutMemo.Lines.Text:=
|
||||
Format(lisAboutLazarusMsg,[DoubleLineEnding,DoubleLineEnding,DoubleLineEnding]);
|
||||
|
||||
OfficialLabel.Caption := 'Official:';
|
||||
OfficialLabel.Caption := lisAboutOfficial;
|
||||
OfficialURLLabel.Caption := 'http://lazarus.freepascal.org';
|
||||
DocumentationLabel.Caption := 'Documentation:';
|
||||
DocumentationLabel.Caption := lisAboutDocumentation;
|
||||
DocumentationURLLabel.Caption := 'http://wiki.lazarus.freepascal.org';
|
||||
|
||||
LoadContributors;
|
||||
|
@ -3364,6 +3364,8 @@ resourcestring
|
||||
lisMenuTemplateAbout = 'About';
|
||||
lisContributors = 'Contributors';
|
||||
lisAcknowledgements = 'Acknowledgements';
|
||||
lisAboutOfficial = 'Official:';
|
||||
lisAboutDocumentation = 'Documentation:';
|
||||
|
||||
// character map
|
||||
lisCharacterMap = 'Character Map';
|
||||
|
Loading…
Reference in New Issue
Block a user