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