Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties40
1 files changed, 24 insertions, 16 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
index 80932b4a2..d9cf5e1dc 100644
--- a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
@@ -9,13 +9,14 @@
# IBM Corporation - initial API and implementation
###############################################################################
+ProvisioningUtil_InstallProgressName=Installing...
ProvisioningUtil_NoRepositoryManager=No repository manager was found
ProvisioningUtil_AddRepositoryFailure=Unable to add repository {0}
ProvisioningUtil_RepositoryNotFound=Could not find repository {0}
ProvisioningUtil_RepoNotWritable=Repository is not writable
ProvisioningUtil_NoProfileRegistryFound=No profile registry was found
-ProvisioningUtil_NoDirectorFound=No director was found
-ProvisioningUtil_NoOracleFound=No oracle was found
+ProvisioningUtil_NoPlannerFound=No provisioning planner was found
+ProvisioningUtil_NoEngineFound=No provisioning engine was found
ProvisioningUtil_NoIUFound=Could not find installable unit {0}:{1}
ProvisioningUtil_NoInstallRegistryFound=No install registry was found
ProvisioningUtil_NoProfileInstallRegistryFound=No profile install registry was found
@@ -24,10 +25,19 @@ ProvisioningUtil_RepositoriesSearched=The following repositories were searched:
ProvisioningOperation_ExecuteErrorTitle=Error while executing the "{0}" operation
ProvisioningOperation_RedoErrorTitle=Error while redoing the "{0}" operation
ProvisioningOperation_UndoErrorTitle=Error while undoing the "{0}" operation
-Ops_InstallIUOperationLabel=Install
-Ops_UninstallIUOperationLabel=Uninstall
-Ops_UpdateIUOperationLabel=Update
-Ops_BecomeIUOperationLabel=Become
+InstallIUOperationLabel=Install
+InstallIUCommandLabel=&Install...
+InstallIUCommandTooltip=Install the selected items
+UninstallDialog_UninstallMessage=The following items will be uninstalled.
+UninstallIUOperationLabel=Uninstall
+UninstallIUCommandLabel=&Uninstall...
+UninstallIUCommandTooltip=Uninstall the selected items
+UpdateIUOperationLabel=Update
+UpdateIUCommandLabel=&Check for updates...
+UpdateIUCommandTooltip=See if updates are available for the selected items
+BecomeIUOperationLabel=Rollback
+BecomeIUCommandLabel=&Rollback...
+BecomeIUCommandTooltip=Roll back to a previously installed configuration
ProvDropAdapter_NoIUsToDrop=No IUs were available to be dropped
ProvDropAdapter_InvalidDropTarget=Invalid drop target
@@ -35,6 +45,7 @@ ProvDropAdapter_UnsupportedDropOperation=Unsupported drop operation
ProfilePropertyPage_NoProfileSelected=There was no profile selected
IUPropertyPage_NoIUSelected=There was no IU selected
+IUDetailsLabelProvider_Unknown=Unknown
IUPropertiesGroup_NameProperty=Name
IUPropertiesGroup_ProviderProperty=Provider
IUPropertiesGroup_LicenseProperty=License
@@ -76,21 +87,15 @@ AddRepositoryDialog_DuplicateURL=Duplicate URL
UpdateAndInstallGroup_Properties=Properties...
+UpdateAndInstallSelectionDialog_DeselectAllLabel=&Deselect All
+UpdateAndInstallSelectionDialog_SelectAllLabel=&Select All
UpdateAction_UpdateInformationTitle=Update Information
-UpdateAction_UpdatesAvailableMessage=Updates are available for the following items. Select the items you wish to update.
+UpdateAction_UpdatesAvailableMessage=Select the updates you wish to install.
UpdateAction_UpdatesAvailableTitle=Available Updates
-UpdateAndInstallGroup_Uninstall=Uninstall...
UpdateOperation_NothingToUpdate=There is nothing to update.
-UpdateAndInstallGroup_Install=Install...
UpdateAndInstallGroup_Refresh=Refresh
-UpdateAndInstallGroup_Update=Check for updates...
ChooseProfileDialog_DefaultDialogTitle=Select a profile
-InstallOperation_CannotInstall=The specified IU's cannot be installed.
-InstallAction_InstallInfoTitle=Install Information
-InstallAction_InstallNotPermitted=The install is not valid for the current configuration. (And I can't explain further given the current API).
-InstallAction_InstallConfirmTitle=Confirm Install
-InstallAction_NameEntryPointMessage=Enter a name for the installed software.
-InstallAction_EntryPointNameRequired=A name must be supplied.
+InstallDialog_InstallSelectionMessage=Select the items you wish to install.
AddColocatedRepositoryDialog_InvalidURL=The URL is not valid.
ColocatedRepositoryManipulatorGroup_Add=Add...
ColocatedRepositoryManipulatorGroup_Remove=Remove
@@ -102,6 +107,9 @@ IUPropertiesGroup_CopyrightProperty=Copyright
PlatformUpdateTitle = Software Updates
PlatformRestartMessage = You will need to restart the system for the changes to take effect. \
Would you like to restart now?
+ProvUI_NameColumnTitle=Name
+ProvUI_SizeColumnTitle=Download Size
+ProvUI_VersionColumnTitle=Version
OptionalPlatformRestartMessage = It is recommended you restart the system for the changes to take effect, \
but it may be possible to apply the changes you have made without restarting. \

Back to the top