mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 07:39:59 +02:00
IDE: change GUI texts in import/export compiler options dialog.
git-svn-id: trunk@45322 -
This commit is contained in:
parent
67307ac56e
commit
39e17d96b3
@ -729,7 +729,7 @@ begin
|
||||
btnCheck.ModalResult := mrNone;
|
||||
btnCheck.OnClick := @DoCheck;
|
||||
btnCheck.LoadGlyphFromStock(idButtonYes);
|
||||
btnLoadSave := CreateButton('...');
|
||||
btnLoadSave := CreateButton(lisLoadSave);
|
||||
btnLoadSave.OnClick := @DoLoadSave;
|
||||
btnLoadSave.Hint := dlgCOLoadSave;
|
||||
btnLoadSave.LoadGlyphFromStock(idButtonSave);
|
||||
|
@ -199,10 +199,10 @@ procedure TImExportCompOptsDlg.ImExportCompOptsDlgCREATE(Sender: TObject);
|
||||
begin
|
||||
ImExportResult:=ieorCancel;
|
||||
|
||||
Caption:=lisIECOOpenOrLoadCompilerOptions;
|
||||
Caption:=lisIECOLoadOrSaveCompilerOptions;
|
||||
OpenRecentGroupbox.Caption:=lisIECORecentFiles;
|
||||
SaveToRecentButton.Caption:=lisIECOSaveToRecent;
|
||||
OpenRecentButton.Caption:=lisIECOOpenRecent;
|
||||
OpenRecentButton.Caption:=lisIECOLoadRecent;
|
||||
SaveButton.Caption:=lisIECOSaveToFile;
|
||||
OpenButton.Caption:=lisIECOLoadFromFile;
|
||||
CancelButton.Caption:=lisCancel;
|
||||
|
@ -891,14 +891,14 @@ resourcestring
|
||||
lisIECOExportFileExistsOpenFileAndReplaceOnlyCompilerOpti = 'Export file %s%'
|
||||
+'s%s exists.%sOpen file and replace only compiler options?%s(Other '
|
||||
+'settings will be kept.)';
|
||||
lisIECOOpenOrLoadCompilerOptions = 'Open or Load Compiler Options';
|
||||
lisIECOLoadOrSaveCompilerOptions = 'Load or Save Compiler Options';
|
||||
lisIECOErrorAccessingXml = 'Error accessing xml';
|
||||
lisIECOErrorLoadingXml = 'Error loading xml';
|
||||
lisIECOErrorLoadingXmlFile = 'Error loading xml file %s%s%s:%s%s';
|
||||
lisIECOErrorAccessingXmlFile = 'Error accessing xml file %s%s%s:%s%s';
|
||||
lisIECORecentFiles = 'Recent files';
|
||||
lisIECOSaveToRecent = 'Save to recent';
|
||||
lisIECOOpenRecent = 'Open recent';
|
||||
lisIECOLoadRecent = 'Load recent';
|
||||
lisIECOSaveToFile = 'Save to file';
|
||||
lisIECOLoadFromFile = 'Load from file';
|
||||
lisLazarusFile = 'Lazarus file';
|
||||
@ -2076,7 +2076,9 @@ resourcestring
|
||||
lisCOScanForMakeMessages = 'Scan for Make messages';
|
||||
dlgUnitOutp = 'Unit output directory (-FU):';
|
||||
dlgCOShowOptions = '&Show Options';
|
||||
dlgCOLoadSave = 'Load/Save';
|
||||
lisCompTest = '&Test';
|
||||
lisLoadSave = 'Load/Save';
|
||||
dlgCOLoadSave = 'Compiler options can be saved to an XML file.';
|
||||
dlgMainViewForms = 'View Project Forms';
|
||||
dlgMainViewUnits = 'View Project Units';
|
||||
dlgMainViewFrames = 'View Project Frames';
|
||||
@ -4346,7 +4348,6 @@ resourcestring
|
||||
lisErrors = 'Errors';
|
||||
lisLFMFile = 'LFM file';
|
||||
lisRemoveAllInvalidProperties = 'Remove all invalid properties';
|
||||
lisCompTest = '&Test';
|
||||
|
||||
lisA2PSwitchPaths = 'Switch Paths';
|
||||
lisA2PAddFilesToPackage = 'Add Files to Package';
|
||||
|
Loading…
Reference in New Issue
Block a user