IDE: change GUI texts in import/export compiler options dialog.

git-svn-id: trunk@45322 -
This commit is contained in:
juha 2014-06-03 18:59:48 +00:00
parent 67307ac56e
commit 39e17d96b3
3 changed files with 8 additions and 7 deletions

View File

@ -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);

View File

@ -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;

View File

@ -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';