mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 05:09:10 +02:00
Converter: More cleanup.
git-svn-id: trunk@29611 -
This commit is contained in:
parent
4eda3c4e70
commit
9f4c3513ea
@ -475,10 +475,7 @@ resourcestring
|
|||||||
lisMissingUnitsInfo3 = '3) Abort now, install packages or fix paths and try again.';
|
lisMissingUnitsInfo3 = '3) Abort now, install packages or fix paths and try again.';
|
||||||
lisUnitNotFound = 'A unit not found in';
|
lisUnitNotFound = 'A unit not found in';
|
||||||
lisUnitsNotFound2 = 'Units not found in';
|
lisUnitsNotFound2 = 'Units not found in';
|
||||||
lisUnableToConvertLfmToLrsAndWriteLrsFile = 'Unable to convert lfm to lrs '
|
lisUnableToConvertLfmToLrsAndWriteLrsFile = 'Unable to convert lfm to lrs and write lrs file.';
|
||||||
+'and write lrs file.';
|
|
||||||
lisNotADelphiProject = 'Not a Delphi project';
|
|
||||||
lisTheFileIsNotADelphiProjectDpr = 'The file %s%s%s is not a Delphi project (.dpr)';
|
|
||||||
lisProjectPath = 'Project Path:';
|
lisProjectPath = 'Project Path:';
|
||||||
lisProjectPathHint = 'Directory where project''s main file must be';
|
lisProjectPathHint = 'Directory where project''s main file must be';
|
||||||
lisBackupChangedFiles = 'Make backup of changed files';
|
lisBackupChangedFiles = 'Make backup of changed files';
|
||||||
@ -2963,9 +2960,6 @@ resourcestring
|
|||||||
lisUninstallImpossible = 'Uninstall impossible';
|
lisUninstallImpossible = 'Uninstall impossible';
|
||||||
lisThePackageCanNotBeUninstalledBecauseItIsNeededByTh = 'The package %s can '
|
lisThePackageCanNotBeUninstalledBecauseItIsNeededByTh = 'The package %s can '
|
||||||
+'not be uninstalled, because it is needed by the IDE itself.';
|
+'not be uninstalled, because it is needed by the IDE itself.';
|
||||||
lisLCLUnitPathMissing = 'LCL unit path missing';
|
|
||||||
lisNotADelphiUnit = 'Not a Delphi unit';
|
|
||||||
lisTheFileIsNotADelphiUnit = 'The file %s%s%s is not a Delphi unit.';
|
|
||||||
lisCodeToolsDefsErrorReading = 'Error reading %s%s%s%s%s';
|
lisCodeToolsDefsErrorReading = 'Error reading %s%s%s%s%s';
|
||||||
lisCodeToolsDefsErrorReadingProjectInfoFile = 'Error reading project info '
|
lisCodeToolsDefsErrorReadingProjectInfoFile = 'Error reading project info '
|
||||||
+'file %s%s%s%s%s';
|
+'file %s%s%s%s%s';
|
||||||
|
Loading…
Reference in New Issue
Block a user