mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 22:39:11 +02:00
IDE: configure installed packages renamed to install/uninstall packages
git-svn-id: trunk@26657 -
This commit is contained in:
parent
7728cf1e4e
commit
d74c8afa01
@ -374,10 +374,10 @@ resourcestring
|
||||
lisMenuOpenPackageOfCurUnit = 'Open package of current unit';
|
||||
lisMenuAddCurUnitToPkg = 'Add active unit to a package';
|
||||
lisKMPackageGraph = 'Package graph';
|
||||
lisKMConfigureInstalledPackages = 'Configure installed packages';
|
||||
lisKMConfigureInstalledPackages = 'Install/Uninstall packages';
|
||||
lisKMConfigureCustomComponents = 'Configure custom components';
|
||||
lisMenuPackageGraph = 'Package Graph ...';
|
||||
lisMenuEditInstallPkgs = 'Configure installed packages ...';
|
||||
lisMenuEditInstallPkgs = 'Install/Uninstall packages ...';
|
||||
lisMenuConfigCustomComps = 'Configure custom components ...';
|
||||
|
||||
lisMenuConfigExternalTools = 'Configure external tools ...';
|
||||
@ -4121,9 +4121,10 @@ resourcestring
|
||||
lisErrorSettingTheNameOfAComponentTo = 'Error setting the name of a '
|
||||
+'component %s to %s';
|
||||
lisErrorMovingComponent2 = 'Error moving component %s:%s';
|
||||
lisInstalledPackages = 'Installed Packages';
|
||||
lisInstallUninstallPackages = 'Install/Uninstall packages';
|
||||
lisAvailablePackages = 'Available packages';
|
||||
lisExportList = 'Export list';
|
||||
lisDoNotInstall = 'Do not install';
|
||||
lisImportList = 'Import list';
|
||||
lisUninstallSelection = 'Uninstall selection';
|
||||
lisPackagesToInstallInTheIDE = 'Packages to install in the IDE';
|
||||
|
@ -150,12 +150,12 @@ end;
|
||||
|
||||
procedure TInstallPkgSetDialog.InstallPkgSetDialogCreate(Sender: TObject);
|
||||
begin
|
||||
Caption:=lisInstalledPackages;
|
||||
AvailablePkgGroupBox.Caption:=lisAvailablePackages;
|
||||
Caption:=lisInstallUninstallPackages;
|
||||
AvailablePkgGroupBox.Caption:=lisDoNotInstall;
|
||||
ExportButton.Caption:=lisExportList;
|
||||
ImportButton.Caption:=lisImportList;
|
||||
UninstallButton.Caption:=lisUninstallSelection;
|
||||
InstallPkgGroupBox.Caption:=lisPackagesToInstallInTheIDE;
|
||||
InstallPkgGroupBox.Caption:=lisPckEditInstall;
|
||||
AddToInstallButton.Caption:=lisInstallSelection;
|
||||
PkgInfoGroupBox.Caption := lisPackageInfo;
|
||||
SaveAndRebuildButton.Caption:=lisSaveAndRebuildIDE;
|
||||
|
Loading…
Reference in New Issue
Block a user