mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 21:09:30 +02:00
Revert "Refactor TProject.ReadProject and WriteProject into a new class TProjectStorage." Needs more testing.
git-svn-id: trunk@45328 -
This commit is contained in:
parent
3f0ce89e2c
commit
bd2676525f
@ -3134,10 +3134,8 @@ resourcestring
|
||||
+'the fpdoc element "%s":%s%s';
|
||||
lisChooseAnExampleFile = 'Choose an example file';
|
||||
lisPascalFile = 'Pascal file';
|
||||
lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
|
||||
+'file%s"%s".%sError: %s';
|
||||
lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project session '
|
||||
+'file%s"%s".%sError: %s';
|
||||
lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project '
|
||||
+'session file%s"%s".%sError: %s';
|
||||
lisStopDebugging2 = 'Stop debugging?';
|
||||
lisStopCurrentDebuggingAndRebuildProject = 'Stop current debugging and rebuild project?';
|
||||
lisErrorWritingPackageListToFile = 'Error writing package list to file%s%s%s%s';
|
||||
@ -5105,6 +5103,8 @@ resourcestring
|
||||
lisPathOfTheInstantfpcCache = 'path of the instantfpc cache';
|
||||
lisPrimaryConfigPath = 'Primary config path';
|
||||
lisSecondaryConfigPath = 'Secondary config path';
|
||||
lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
|
||||
+'file%s%s%s%s.%sError: %s';
|
||||
lisSelected = 'Selected';
|
||||
lisSelectedAndChildControls = 'Selected and child controls';
|
||||
lisUnableToDelete = 'Unable to delete';
|
||||
|
2253
ide/project.pp
2253
ide/project.pp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user