mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:39:15 +02:00
IDE: Remove unused resource strings.
(cherry picked from commit b6e4d70821
)
This commit is contained in:
parent
307078a0b5
commit
12e37d68f7
@ -4423,8 +4423,8 @@ resourcestring
|
||||
lisPkgMangUnableToCreatePackageSourceDirectoryForPackage = 'Unable to '
|
||||
+'create package source directory "%s"%sfor package %s.';
|
||||
lisPkgMangUnableToLoadPackage = 'Unable to load package';
|
||||
lisPkgMangUnableToOpenThePackage = 'Unable to open the package "%s".%s'
|
||||
+'This package was marked for installation.';
|
||||
lisPkgMangUnableToOpenThePackage = 'Unable to open the package "%s".'
|
||||
+'%sThis package was marked for installation.';
|
||||
lisOpenPackage2 = 'Open package %s';
|
||||
lisPkgMangThePackageNameOfTheFileIsInvalid = 'The package name "%s" of'
|
||||
+'%sthe file "%s" is invalid.';
|
||||
@ -6131,8 +6131,6 @@ resourcestring
|
||||
+'the main unit. The new main unit will be %s.pas.';
|
||||
lisRemoveFilesFromPackage = 'Remove %s files from package "%s"?';
|
||||
lisDirectivesForNewUnit = 'Directives for new unit';
|
||||
lisRemoveFromInstallList = 'Remove from install list';
|
||||
lisKeepInInstallList = 'Keep in install list';
|
||||
lisInformationAboutUsedFPC = 'Information about used FPC';
|
||||
|
||||
//Build mode differences dialog
|
||||
|
Loading…
Reference in New Issue
Block a user