IDE: remove a duplicate str const lisTheFirstBuildModeIsTheDefaultModeAndMustBeStoredIn2, formatting

git-svn-id: trunk@32652 -
This commit is contained in:
juha 2011-10-03 12:21:42 +00:00
parent 1adda67314
commit 25330a228d
3 changed files with 38 additions and 78 deletions

View File

@ -383,7 +383,7 @@ begin
begin begin
NewValue:=OldValue; NewValue:=OldValue;
MessageDlg(lisCCOErrorCaption, MessageDlg(lisCCOErrorCaption,
lisTheFirstBuildModeIsTheDefaultModeAndMustBeStoredIn2, lisTheFirstBuildModeIsTheDefaultModeAndMustBeStoredIn,
mtError,[mbCancel],0); mtError,[mbCancel],0);
exit; exit;
end; end;

View File

@ -3558,8 +3558,7 @@ resourcestring
lisThePackageAlreadyContainsAUnitWithThisName = 'The package already ' lisThePackageAlreadyContainsAUnitWithThisName = 'The package already '
+'contains a unit with this name.'; +'contains a unit with this name.';
lisPkgMangThereIsAlreadyAnotherPackageWithTheName = 'There is already ' lisPkgMangThereIsAlreadyAnotherPackageWithTheName = 'There is already '
+'another package with the name %s%s%s.%sConflict package: %s%s%s%sFile: %' +'another package with the name %s%s%s.%sConflict package: %s%s%s%sFile: %s%s%s';
+'s%s%s';
lisPkgMangFilenameIsUsedByProject = 'Filename is used by project'; lisPkgMangFilenameIsUsedByProject = 'Filename is used by project';
lisPkgMangTheFileNameIsPartOfTheCurrentProject = 'The file name %s%s%s is ' lisPkgMangTheFileNameIsPartOfTheCurrentProject = 'The file name %s%s%s is '
+'part of the current project.%sProjects and Packages should not share files.'; +'part of the current project.%sProjects and Packages should not share files.';
@ -3582,8 +3581,7 @@ resourcestring
lisDeleteAllTheseFiles = 'Delete all these files?'; lisDeleteAllTheseFiles = 'Delete all these files?';
lisPkgMangUnsavedPackage = 'Unsaved package'; lisPkgMangUnsavedPackage = 'Unsaved package';
lisFpcmakeFailed = 'fpcmake failed'; lisFpcmakeFailed = 'fpcmake failed';
lisCallingToCreateMakefileFromFailed = 'Calling %s to create Makefile from %' lisCallingToCreateMakefileFromFailed = 'Calling %s to create Makefile from %s failed.';
+'s failed.';
lisPkgMangThereIsAnUnsavedPackageInTheRequiredPackages = 'There is an ' lisPkgMangThereIsAnUnsavedPackageInTheRequiredPackages = 'There is an '
+'unsaved package in the required packages. See package graph.'; +'unsaved package in the required packages. See package graph.';
lisPkgMangBrokenDependency = 'Broken dependency'; lisPkgMangBrokenDependency = 'Broken dependency';
@ -3661,23 +3659,20 @@ resourcestring
lisUnitInPackage = '%s unit %s in package %s%s'; lisUnitInPackage = '%s unit %s in package %s%s';
lisPkgMangSkipThisPackage = 'Skip this package'; lisPkgMangSkipThisPackage = 'Skip this package';
lisPkgMangInvalidFileExtension = 'Invalid file extension'; lisPkgMangInvalidFileExtension = 'Invalid file extension';
lisPkgMangTheFileIsNotALazarusPackage = 'The file %s%s%s is not a lazarus ' lisPkgMangTheFileIsNotALazarusPackage = 'The file %s%s%s is not a lazarus package.';
+'package.';
lisPkgMangInvalidPackageFilename = 'Invalid package filename'; lisPkgMangInvalidPackageFilename = 'Invalid package filename';
lisPkgMangThePackageFileNameInIsNotAValidLazarusPackageName = 'The package ' lisPkgMangThePackageFileNameInIsNotAValidLazarusPackageName = 'The package '
+'file name %s%s%s in%s%s%s%s is not a valid lazarus package name.'; +'file name %s%s%s in%s%s%s%s is not a valid lazarus package name.';
lisPkgMangFileNotFound = 'File %s%s%s not found.'; lisPkgMangFileNotFound = 'File %s%s%s not found.';
lisPkgMangErrorReadingPackage = 'Error Reading Package'; lisPkgMangErrorReadingPackage = 'Error Reading Package';
lisPkgUnableToReadPackageFileError = 'Unable to read package file %s%s%s.%' lisPkgUnableToReadPackageFileError = 'Unable to read package file %s%s%s.%sError: %s';
+'sError: %s';
lisPkgMangFilenameDiffersFromPackagename = lisPkgMangFilenameDiffersFromPackagename =
'Filename differs from Packagename'; 'Filename differs from Packagename';
lisPkgMangTheFilenameDoesNotCorrespondToThePackage = 'The filename %s%s%s ' lisPkgMangTheFilenameDoesNotCorrespondToThePackage = 'The filename %s%s%s '
+'does not correspond to the package name %s%s%s in the file.%sChange ' +'does not correspond to the package name %s%s%s in the file.%sChange '
+'package name to %s%s%s?'; +'package name to %s%s%s?';
lisPkgMangPackageFileMissing = 'Package file missing'; lisPkgMangPackageFileMissing = 'Package file missing';
lisPkgMangTheFileOfPackageIsMissing = 'The file %s%s%s%sof package %s is ' lisPkgMangTheFileOfPackageIsMissing = 'The file %s%s%s%sof package %s is missing.';
+'missing.';
lisPkgMangPackageFileNotSaved = 'Package file not saved'; lisPkgMangPackageFileNotSaved = 'Package file not saved';
lisPkgMangTheFileOfPackageNeedsToBeSavedFirst = 'The file %s%s%s%sof ' lisPkgMangTheFileOfPackageNeedsToBeSavedFirst = 'The file %s%s%s%sof '
+'package %s needs to be saved first.'; +'package %s needs to be saved first.';
@ -3690,10 +3685,8 @@ resourcestring
lisPkgMangUnableToWritePackageToFileError = 'Unable to write package %s%s%s%' lisPkgMangUnableToWritePackageToFileError = 'Unable to write package %s%s%s%'
+'sto file %s%s%s.%sError: %s'; +'sto file %s%s%s.%sError: %s';
lisSeeProjectProjectInspector = '%sSee Project -> Project Inspector'; lisSeeProjectProjectInspector = '%sSee Project -> Project Inspector';
lisPkgMangTheFollowingPackageFailedToLoad = 'The following package failed ' lisPkgMangTheFollowingPackageFailedToLoad = 'The following package failed to load:';
+'to load:'; lisPkgMangTheFollowingPackagesFailedToLoad = 'The following packages failed to load:';
lisPkgMangTheFollowingPackagesFailedToLoad = 'The following packages failed '
+'to load:';
lisMissingPackages = 'Missing Packages'; lisMissingPackages = 'Missing Packages';
lisPkgManginvalidCompilerFilename = 'invalid Compiler filename'; lisPkgManginvalidCompilerFilename = 'invalid Compiler filename';
lisPkgMangTheCompilerFileForPackageIsNotAValidExecutable = 'The compiler ' lisPkgMangTheCompilerFileForPackageIsNotAValidExecutable = 'The compiler '
@ -3735,8 +3728,7 @@ resourcestring
+'restarting of lazarus.%s%sDo you want to rebuild Lazarus now?'; +'restarting of lazarus.%s%sDo you want to rebuild Lazarus now?';
lisPkgMangPackageIsRequired = 'Package is required'; lisPkgMangPackageIsRequired = 'Package is required';
lisPkgMangThePackageIsRequiredByWhichIsMarkedForInstallation = 'The package %' lisPkgMangThePackageIsRequiredByWhichIsMarkedForInstallation = 'The package %'
+'s is required by %s, which is marked for installation.%sSee package ' +'s is required by %s, which is marked for installation.%sSee package graph.';
+'graph.';
lisPkgMangUninstallPackage = 'Uninstall package?'; lisPkgMangUninstallPackage = 'Uninstall package?';
lisPkgMangUninstallPackage2 = 'Uninstall package %s?'; lisPkgMangUninstallPackage2 = 'Uninstall package %s?';
lisPkgMangThePackageWasMarkedCurrentlyLazarus = 'The package %s%s%s was ' lisPkgMangThePackageWasMarkedCurrentlyLazarus = 'The package %s%s%s was '
@ -3759,31 +3751,26 @@ resourcestring
lisIDEInfoErrorRunningCompileAfterToolFailedForPackage = 'Error: running ''co' lisIDEInfoErrorRunningCompileAfterToolFailedForPackage = 'Error: running ''co'
+'mpile after'' tool failed for package %s'; +'mpile after'' tool failed for package %s';
lisIDEInfoCreatingMakefileForPackage = 'Creating Makefile for package %s'; lisIDEInfoCreatingMakefileForPackage = 'Creating Makefile for package %s';
lisIDEInfoWARNINGUnitNameInvalidPackage = 'WARNING: unit name invalid %s, ' lisIDEInfoWARNINGUnitNameInvalidPackage = 'WARNING: unit name invalid %s, package=%s';
+'package=%s';
// package system // package system
lisPkgSysInvalidUnitname = 'Invalid Unitname: %s'; lisPkgSysInvalidUnitname = 'Invalid Unitname: %s';
lisPkgSysUnitWasNotFoundInTheLpkFileProbablyThisLpkFileWasN = 'Unit "%s" was' lisPkgSysUnitWasNotFoundInTheLpkFileProbablyThisLpkFileWasN = 'Unit "%s" was'
+' not found in the lpk file.%sProbably this lpk file was not used for ' +' not found in the lpk file.%sProbably this lpk file was not used for '
+'building this IDE. Or the package misuses the procedure RegisterUnit.'; +'building this IDE. Or the package misuses the procedure RegisterUnit.';
lisPkgSysUnitWasRemovedFromPackageLpk = 'Unit "%s" was removed from package ' lisPkgSysUnitWasRemovedFromPackageLpk = 'Unit "%s" was removed from package (lpk)';
+'(lpk)';
lisPkgSysCanNotRegisterComponentsWithoutUnit = 'Can not register components ' lisPkgSysCanNotRegisterComponentsWithoutUnit = 'Can not register components '
+'without unit'; +'without unit';
lisPkgSysInvalidComponentClass = 'Invalid component class'; lisPkgSysInvalidComponentClass = 'Invalid component class';
lisPkgSysComponentClassAlreadyDefined = 'Component Class %s%s%s already ' lisPkgSysComponentClassAlreadyDefined = 'Component Class %s%s%s already defined';
+'defined';
lisPkgSysRegisterUnitWasCalledButNoPackageIsRegistering = 'RegisterUnit was ' lisPkgSysRegisterUnitWasCalledButNoPackageIsRegistering = 'RegisterUnit was '
+'called, but no package is registering.'; +'called, but no package is registering.';
lisPkgSysUnitName = '%s%sUnit Name: %s%s%s'; lisPkgSysUnitName = '%s%sUnit Name: %s%s%s';
lisPkgSysFileName = '%s%sFile Name: %s%s%s'; lisPkgSysFileName = '%s%sFile Name: %s%s%s';
lisPkgSysPackageRegistrationError = 'Package registration error'; lisPkgSysPackageRegistrationError = 'Package registration error';
lisPkgSysTheRTLFreePascalComponentLibraryProvidesTheBase = lisPkgSysTheRTLFreePascalComponentLibraryProvidesTheBase = 'The RTL - '
'The RTL - '
+'The Run-Time Library is the basis of all Free Pascal programs.'; +'The Run-Time Library is the basis of all Free Pascal programs.';
lisPkgSysTheFCLFreePascalComponentLibraryProvidesTheBase = lisPkgSysTheFCLFreePascalComponentLibraryProvidesTheBase = 'The FCL - '
'The FCL - '
+'Free Pascal Component Library provides the base classes for Object Pascal.'; +'Free Pascal Component Library provides the base classes for Object Pascal.';
lisPkgSysTheLCLLazarusComponentLibraryContainsAllBase = 'The LCL - Lazarus ' lisPkgSysTheLCLLazarusComponentLibraryContainsAllBase = 'The LCL - Lazarus '
+'Component Library contains all base components for form editing.'; +'Component Library contains all base components for form editing.';
@ -3867,8 +3854,7 @@ resourcestring
lisA2PTheUnitNameAndFilenameDiffer = 'The unit name %s%s%s%sand filename %s%' lisA2PTheUnitNameAndFilenameDiffer = 'The unit name %s%s%s%sand filename %s%'
+'s%s differ.'; +'s%s differ.';
lisA2PFileAlreadyInPackage = 'File already in package'; lisA2PFileAlreadyInPackage = 'File already in package';
lisA2PTheFileIsAlreadyInThePackage = 'The file %s%s%s is already in the ' lisA2PTheFileIsAlreadyInThePackage = 'The file %s%s%s is already in the package.';
+'package.';
lisA2PInvalidFile = 'Invalid file'; lisA2PInvalidFile = 'Invalid file';
lisA2PAPascalUnitMustHaveTheExtensionPPOrPas = 'A pascal unit must have the ' lisA2PAPascalUnitMustHaveTheExtensionPPOrPas = 'A pascal unit must have the '
+'extension .pp or .pas'; +'extension .pp or .pas';
@ -3932,8 +3918,7 @@ resourcestring
// open installed packages dialog // open installed packages dialog
lisOIPFilename = 'Filename: %s'; lisOIPFilename = 'Filename: %s';
lisOIPThisPackageWasAutomaticallyCreated = '%sThis package was ' lisOIPThisPackageWasAutomaticallyCreated = '%sThis package was automatically created';
+'automatically created';
lisOIPThisPackageIsInstalledButTheLpkFileWasNotFound = '%sThis package is ' lisOIPThisPackageIsInstalledButTheLpkFileWasNotFound = '%sThis package is '
+'installed, but the lpk file was not found'; +'installed, but the lpk file was not found';
lisOIPDescriptionDescription = '%sDescription: %s'; lisOIPDescriptionDescription = '%sDescription: %s';
@ -4210,8 +4195,7 @@ resourcestring
+'code to extract a new procedure/method.'; +'code to extract a new procedure/method.';
lisInvalidSelection = 'Invalid selection'; lisInvalidSelection = 'Invalid selection';
lisThisStatementCanNotBeExtractedPleaseSelectSomeCode = 'This statement can ' lisThisStatementCanNotBeExtractedPleaseSelectSomeCode = 'This statement can '
+'not be extracted.%sPlease select some code to extract a new procedure/' +'not be extracted.%sPlease select some code to extract a new procedure/method.';
+'method.';
lisExtractProcedure = 'Extract Procedure'; lisExtractProcedure = 'Extract Procedure';
lisNameOfNewProcedure = 'Name of new procedure'; lisNameOfNewProcedure = 'Name of new procedure';
lisExtract = 'Extract'; lisExtract = 'Extract';
@ -4324,13 +4308,11 @@ resourcestring
lisCustomProgram = 'Custom Program'; lisCustomProgram = 'Custom Program';
lisProgram = 'Program'; lisProgram = 'Program';
lisConsoleApplication = 'Console application'; lisConsoleApplication = 'Console application';
lisFreepascalProgramUsingTCustomApplicationToEasilyCh = lisFreepascalProgramUsingTCustomApplicationToEasilyCh = 'Free Pascal program '
'Free Pascal program '
+'using TCustomApplication to easily check command line options, handling ' +'using TCustomApplication to easily check command line options, handling '
+'exceptions, etc. The program source is automatically maintained by Lazarus.'; +'exceptions, etc. The program source is automatically maintained by Lazarus.';
lisProgramAFreepascalProgramTheProgramFileIsAutomatic = 'Program%sA ' lisProgramAFreepascalProgramTheProgramFileIsAutomatic = 'Program%sA '
+'Free Pascal program. The program source is automatically maintained by ' +'Free Pascal program. The program source is automatically maintained by Lazarus.';
+'Lazarus.';
lisCustomProgramAFreepascalProgram = 'Custom Program%sA Free Pascal program.'; lisCustomProgramAFreepascalProgram = 'Custom Program%sA Free Pascal program.';
lisLibraryAFreepascalLibraryDllUnderWindowsSoUnderLin = 'Library%sA ' lisLibraryAFreepascalLibraryDllUnderWindowsSoUnderLin = 'Library%sA '
+'Free Pascal library (.dll under Windows, .so under Linux, .dylib under ' +'Free Pascal library (.dll under Windows, .so under Linux, .dylib under '
@ -4352,8 +4334,7 @@ resourcestring
lisUnableToStreamSelectedComponents2 = lisUnableToStreamSelectedComponents2 =
'Unable to stream selected components.'; 'Unable to stream selected components.';
lisUnableToChangeClassOfTo = '%s%sUnable to change class of %s to %s'; lisUnableToChangeClassOfTo = '%s%sUnable to change class of %s to %s';
lisCanOnlyChangeTheClassOfTComponents = 'Can only change the class of ' lisCanOnlyChangeTheClassOfTComponents = 'Can only change the class of TComponents.';
+'TComponents.';
lisOldClass = 'Old Class'; lisOldClass = 'Old Class';
lisNewClass = 'New Class'; lisNewClass = 'New Class';
lisOldAncestors = 'Old Ancestors'; lisOldAncestors = 'Old Ancestors';
@ -4427,8 +4408,7 @@ resourcestring
lisPDProgress = 'Progress'; lisPDProgress = 'Progress';
lisPDAbort = 'Abort'; lisPDAbort = 'Abort';
lisPOSaveInLpiFil = 'Save in .lpi file'; lisPOSaveInLpiFil = 'Save in .lpi file';
lisPOSaveInLpsFileInProjectDirectory = 'Save in .lps file in project ' lisPOSaveInLpsFileInProjectDirectory = 'Save in .lps file in project directory';
+'directory';
lisPOSaveInIDEConfigDirectory = 'Save in IDE config directory'; lisPOSaveInIDEConfigDirectory = 'Save in IDE config directory';
lisPODoNotSaveAnySessionInfo = 'Do not save any session info'; lisPODoNotSaveAnySessionInfo = 'Do not save any session info';
lisPOSaveSessionInformationIn = 'Save session information in'; lisPOSaveSessionInformationIn = 'Save session information in';
@ -4498,8 +4478,7 @@ resourcestring
lisDebugOptionsFrmEnterExceptionName = 'Enter the name of the exception'; lisDebugOptionsFrmEnterExceptionName = 'Enter the name of the exception';
lisDebugOptionsFrmDuplicateExceptionName = 'Duplicate Exception name'; lisDebugOptionsFrmDuplicateExceptionName = 'Duplicate Exception name';
dlgDebugOptionsPathEditorDlgCaption = 'Path Editor'; dlgDebugOptionsPathEditorDlgCaption = 'Path Editor';
lisHFMHelpForFreePascalCompilerMessage = 'Help for Free Pascal Compiler ' lisHFMHelpForFreePascalCompilerMessage = 'Help for Free Pascal Compiler message';
+'message';
lisRelativePaths = 'Relative paths'; lisRelativePaths = 'Relative paths';
lisLazBuildSaveSettings = 'Save settings'; lisLazBuildSaveSettings = 'Save settings';
rsFormDataFileDfm = 'Form data file (*.dfm)|*.dfm'; rsFormDataFileDfm = 'Form data file (*.dfm)|*.dfm';
@ -4570,8 +4549,7 @@ resourcestring
lisErrorSavingTo = 'Error saving %s to%s%s%s%s'; lisErrorSavingTo = 'Error saving %s to%s%s%s%s';
lisXMLError = 'XML Error'; lisXMLError = 'XML Error';
lisXMLParserErrorInFileError = 'XML parser error in file %s%sError: %s'; lisXMLParserErrorInFileError = 'XML parser error in file %s%sError: %s';
lisUnableToWriteXmlStreamToError = 'Unable to write xml stream to %s%' lisUnableToWriteXmlStreamToError = 'Unable to write xml stream to %s%sError: %s';
+'sError: %s';
lisFileIsSymlink = 'File is symlink'; lisFileIsSymlink = 'File is symlink';
lisTheFileIsASymlinkOpenInstead = 'The file %s%s%s is a symlink.%s%sOpen %s%' lisTheFileIsASymlinkOpenInstead = 'The file %s%s%s is a symlink.%s%sOpen %s%'
+'s%s instead?'; +'s%s instead?';
@ -4805,8 +4783,7 @@ resourcestring
lisProjectUnit = 'project unit'; lisProjectUnit = 'project unit';
lisSyntaxMode = 'Syntax mode'; lisSyntaxMode = 'Syntax mode';
lisUseAnsistrings = 'Use Ansistrings'; lisUseAnsistrings = 'Use Ansistrings';
lisDoNotShowThisDialogForThisProject = 'Do not show this dialog for this ' lisDoNotShowThisDialogForThisProject = 'Do not show this dialog for this project';
+'project';
lisObjectPascalDefault = 'Object Pascal - default'; lisObjectPascalDefault = 'Object Pascal - default';
lisDelphi = 'Delphi'; lisDelphi = 'Delphi';
lisTurboPascal = 'Turbo Pascal'; lisTurboPascal = 'Turbo Pascal';
@ -4819,12 +4796,10 @@ resourcestring
lisDeleteSelectedFiles = 'Delete selected files'; lisDeleteSelectedFiles = 'Delete selected files';
lisAddDirectory = 'Add directory'; lisAddDirectory = 'Add directory';
lisAddFilesOfDirectory = 'Add files of directory'; lisAddFilesOfDirectory = 'Add files of directory';
lisUnableToCreateLinkWithTarget = 'Unable to create link %s%s%s with ' lisUnableToCreateLinkWithTarget = 'Unable to create link %s%s%s with target %s%s%s';
+'target %s%s%s';
lisBuildAllFilesOfProjectPackageIDE = lisBuildAllFilesOfProjectPackageIDE =
'build all files of project/package/IDE'; 'build all files of project/package/IDE';
lisApplyBuildFlagsBToDependenciesToo = 'apply build flags (-B) to ' lisApplyBuildFlagsBToDependenciesToo = 'apply build flags (-B) to dependencies too';
+'dependencies too';
lisDoNotCompileDependencies = 'do not compile dependencies'; lisDoNotCompileDependencies = 'do not compile dependencies';
lisBuildIDEWithPackages = 'build IDE with packages'; lisBuildIDEWithPackages = 'build IDE with packages';
lisShowVersionAndExit = 'show version and exit'; lisShowVersionAndExit = 'show version and exit';
@ -4901,8 +4876,7 @@ resourcestring
dlgCOCreateNodeBelow = 'Create node below'; dlgCOCreateNodeBelow = 'Create node below';
dlgCOCreateChildNode = 'Create child node'; dlgCOCreateChildNode = 'Create child node';
lisResult = 'Result :='; lisResult = 'Result :=';
lisPropertiesOfConditionalCompilerOption = 'Properties of conditional ' lisPropertiesOfConditionalCompilerOption = 'Properties of conditional compiler option';
+'compiler option';
lisAction = 'Action:'; lisAction = 'Action:';
lisValue = 'Value:'; lisValue = 'Value:';
lisValues = 'Values'; lisValues = 'Values';
@ -4954,11 +4928,9 @@ resourcestring
+'for this target and the fpc.cfg contains the right directories.'; +'for this target and the fpc.cfg contains the right directories.';
lisCouldNotRemoveFromMainSource = 'Could not remove %s%s%s from main source!'; lisCouldNotRemoveFromMainSource = 'Could not remove %s%s%s from main source!';
lisCouldNotAddToMainSource = 'Could not add %s%s%s to main source!'; lisCouldNotAddToMainSource = 'Could not add %s%s%s to main source!';
lisCouldNotRemoveRFromMainSource = 'Could not remove %s{$R %s%s} from main ' lisCouldNotRemoveRFromMainSource = 'Could not remove %s{$R %s%s} from main source!';
+'source!';
lisCouldNotAddRToMainSource = 'Could not add %s{$R %s%s} to main source!'; lisCouldNotAddRToMainSource = 'Could not add %s{$R %s%s} to main source!';
lisCouldNotRemoveIFromMainSource = 'Could not remove %s{$I %s%s} from main ' lisCouldNotRemoveIFromMainSource = 'Could not remove %s{$I %s%s} from main source!';
+'source!';
lisCouldNotAddIToMainSource = 'Could not add %s{$I %s%s} to main source!'; lisCouldNotAddIToMainSource = 'Could not add %s{$I %s%s} to main source!';
lisFailedToLoadFoldStat = 'Failed to load fold state'; lisFailedToLoadFoldStat = 'Failed to load fold state';
lisUppercaseString = 'uppercase string'; lisUppercaseString = 'uppercase string';
@ -4991,8 +4963,7 @@ resourcestring
lisPrecedingWord = 'Preceding word'; lisPrecedingWord = 'Preceding word';
lisForm = 'Form'; lisForm = 'Form';
lisInheritedProjectComponent = 'Inherited project component'; lisInheritedProjectComponent = 'Inherited project component';
lisNewDlgInheritFromAProjectFormComponent = 'Inherit from a project form or ' lisNewDlgInheritFromAProjectFormComponent = 'Inherit from a project form or component';
+'component';
lisFrame = 'Frame'; lisFrame = 'Frame';
lisDataModule = 'Data Module'; lisDataModule = 'Data Module';
lisNoLFMFile = 'No LFM file'; lisNoLFMFile = 'No LFM file';
@ -5126,8 +5097,7 @@ resourcestring
lisTheProjectHasNoMainSourceFile = 'The project has no main source file.'; lisTheProjectHasNoMainSourceFile = 'The project has no main source file.';
lisInvalidBuildMacroTheNameIsAKeyword = 'Invalid build macro "%s". The name ' lisInvalidBuildMacroTheNameIsAKeyword = 'Invalid build macro "%s". The name '
+'is a keyword.'; +'is a keyword.';
lisTheBuildMacroDoesNotBeginWith = 'The build macro "%s" does not begin ' lisTheBuildMacroDoesNotBeginWith = 'The build macro "%s" does not begin with "%s".';
+'with "%s".';
lisRenameTo = 'Rename to %s'; lisRenameTo = 'Rename to %s';
lisAddValueToMacro = 'Add value to macro %s'; lisAddValueToMacro = 'Add value to macro %s';
lisDeleteMacro = 'Delete macro %s'; lisDeleteMacro = 'Delete macro %s';
@ -5154,11 +5124,7 @@ resourcestring
lisInSession = 'In session'; lisInSession = 'In session';
lisThereMustBeAtLeastOneBuildMode = 'There must be at least one build mode.'; lisThereMustBeAtLeastOneBuildMode = 'There must be at least one build mode.';
lisTheFirstBuildModeIsTheDefaultModeAndMustBeStoredIn = 'The first build ' lisTheFirstBuildModeIsTheDefaultModeAndMustBeStoredIn = 'The first build '
+'mode is the default mode and must be stored in the project, not in the ' +'mode is the default mode and must be stored in the project, not in the session.';
+'session.';
lisTheFirstBuildModeIsTheDefaultModeAndMustBeStoredIn2 = 'The first build '
+'mode is the default mode and must be stored in the project, not in the '
+'session.';
lisAddNewBuildModeCopyingSettingsFrom = 'Add new build mode, copying ' lisAddNewBuildModeCopyingSettingsFrom = 'Add new build mode, copying '
+'settings from "%s"'; +'settings from "%s"';
lisDeleteMode = 'Delete mode "%s"'; lisDeleteMode = 'Delete mode "%s"';
@ -5174,11 +5140,9 @@ resourcestring
lisInformationAboutUsedFPC = 'Information about used FPC'; lisInformationAboutUsedFPC = 'Information about used FPC';
//Build mode differences dialog //Build mode differences dialog
lisBuildModeDiffDifferencesBetweenBuildModes = 'Differences between build ' lisBuildModeDiffDifferencesBetweenBuildModes = 'Differences between build modes';
+'modes';
lisBuildModeDiffMode = 'Mode:'; lisBuildModeDiffMode = 'Mode:';
lisBuildModeDiffDifferencesToOtherBuildModes = 'Differences to other build ' lisBuildModeDiffDifferencesToOtherBuildModes = 'Differences to other build modes';
+'modes';
//IDE info dialog //IDE info dialog
lisIDEInfoInformationAboutTheIDE = 'Information about the IDE'; lisIDEInfoInformationAboutTheIDE = 'Information about the IDE';
@ -5339,10 +5303,8 @@ resourcestring
lisConfigureLazarusIDE = 'Configure Lazarus IDE'; lisConfigureLazarusIDE = 'Configure Lazarus IDE';
lisFileIsNotAnExecutable = 'File is not an executable'; lisFileIsNotAnExecutable = 'File is not an executable';
lisFpcCfgIsMissing = 'fpc.cfg is missing.'; lisFpcCfgIsMissing = 'fpc.cfg is missing.';
lisSystemPpuNotFoundCheckYourFpcCfg = 'system.ppu not found. Check your fpc.' lisSystemPpuNotFoundCheckYourFpcCfg = 'system.ppu not found. Check your fpc.cfg.';
+'cfg.'; lisClassesPpuNotFoundCheckYourFpcCfg = 'classes.ppu not found. Check your fpc.cfg.';
lisClassesPpuNotFoundCheckYourFpcCfg = 'classes.ppu not found. Check your '
+'fpc.cfg.';
lisWelcomeToLazarusIDE = 'Welcome to Lazarus IDE %s'; lisWelcomeToLazarusIDE = 'Welcome to Lazarus IDE %s';
lisStartIDE = 'Start IDE'; lisStartIDE = 'Start IDE';
lisUnableToLoadFile2 = 'unable to load file %s: %s'; lisUnableToLoadFile2 = 'unable to load file %s: %s';
@ -5383,8 +5345,7 @@ resourcestring
lisCBPFiles = '%s (%s files)'; lisCBPFiles = '%s (%s files)';
lisCBPReallyDeleteSourceFiles = 'Really delete %s source files%s%s'; lisCBPReallyDeleteSourceFiles = 'Really delete %s source files%s%s';
lisChangesWereNotSaved = 'Changes were not saved'; lisChangesWereNotSaved = 'Changes were not saved';
lisDoYouStillWantToOpenAnotherProject = 'Do you still want to open another ' lisDoYouStillWantToOpenAnotherProject = 'Do you still want to open another project?';
+'project?';
lisDiscardChangesAndOpenProject = 'Discard changes and open project'; lisDiscardChangesAndOpenProject = 'Discard changes and open project';
lisDoYouStillWantToCreateTheNewProject = 'Do you still want to create the ' lisDoYouStillWantToCreateTheNewProject = 'Do you still want to create the '
+'new project?'; +'new project?';

View File

@ -3347,8 +3347,7 @@ begin
@MainIDE.GetIDEFileState); @MainIDE.GetIDEFileState);
end; end;
function TPkgManager.WarnAboutMissingPackageFiles(APackage: TLazPackage function TPkgManager.WarnAboutMissingPackageFiles(APackage: TLazPackage): TModalResult;
): TModalResult;
var var
i: Integer; i: Integer;
AFile: TPkgFile; AFile: TPkgFile;