Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSusan Franklin2007-10-15 22:20:27 +0000
committerSusan Franklin2007-10-15 22:20:27 +0000
commitadec7392cfe5ee6292a28d7520b567e897c8975b (patch)
treed93c479ae0b66dbb2bb4d3a638fc1545e3cd6f11 /bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/messages.properties
parent86ad8d63826d6186aa433020f7d4b06330feec04 (diff)
downloadrt.equinox.p2-adec7392cfe5ee6292a28d7520b567e897c8975b.tar.gz
rt.equinox.p2-adec7392cfe5ee6292a28d7520b567e897c8975b.tar.xz
rt.equinox.p2-adec7392cfe5ee6292a28d7520b567e897c8975b.zip
Bug 204301 - [prov] [ui] remove editable name field from "add repo" UIv20071015
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.properties33
1 files changed, 12 insertions, 21 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 1f742e5d2..be76ca2d9 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
@@ -11,6 +11,7 @@
ProvisioningUtil_NoRepositoryManager=No repository manager was found
ProvisioningUtil_AddRepositoryFailure=Unable to add repository {0}
+ProvisioningUtil_CreateRepositoryFailure=Unable to create repository {0}
ProvisioningUtil_RepositoryNotFound=Could not find repository {0}
ProvisioningUtil_RepoNotWritable=Repository is not writable
ProvisioningUtil_NoProfileRegistryFound=No profile registry was found
@@ -40,32 +41,30 @@ UpdateIUOperationLabelWithMnemonic=&Update
UpdateIUCommandLabel=&Check for updates...
UpdateIUCommandTooltip=See if updates are available for the selected items
UpdateIUProgress=Updating...
-RollbackIUOperationLabel=Rollback
-RollbackIUOperationLabelWithMnemonic=&Rollback
-RollbackIUCommandLabel=&Rollback...
-RollbackIUCommandTooltip=Roll back to a previously installed configuration
-RollbackIUProgress=Rolling back...
+RollbackIUOperationLabel=Revert
+RollbackIUOperationLabelWithMnemonic=&Revert
+RollbackIUCommandLabel=&Revert...
+RollbackIUCommandTooltip=Revert to a previously installed configuration
+RollbackIUProgress=Reverting...
ProvDropAdapter_NoIUsToDrop=No IUs were available to be dropped
ProvDropAdapter_InvalidDropTarget=Invalid drop target
ProvDropAdapter_UnsupportedDropOperation=Unsupported drop operation
ProfilePropertyPage_NoProfileSelected=There was no profile selected
-IUPropertyPage_NoIUSelected=There was no IU selected
+IUPropertyPage_NoIUSelected=There was nothing selected to show in the properties.
IUDetailsLabelProvider_Unknown=Unknown
IUPropertiesGroup_NameProperty=Name
IUPropertiesGroup_ProviderProperty=Provider
IUPropertiesGroup_LicenseProperty=License
RepositoryPropertyPage_NoRepoSelected=There was no repository selected
-RepositoryGroup_RepositoryNameFieldLabel=Repository &name:
-RepositoryGroup_RepositoryURLFieldLabel=Repository &URL:
+RepositoryGroup_RepositoryNameFieldLabel=&Name:
+RepositoryGroup_RepositoryURLFieldLabel=&URL:
+RepositoryGroup_LocalRepoBrowseButton=&Local...
+RepositoryGroup_ArchivedRepoBrowseButton=&Archive...
RepositoryGroup_SelectRepositoryDirectory=Select a repository root directory:
-RepositoryGroup_Browse=&Browse...
-RepositoryGroup_RepositoryFile=Repository file
-RepositoryGroup_PropertiesLabel=Repository properties:
-RepositoryGroup_NameColumnLabel=Name
-RepositoryGroup_ValueColumnLabel=Value
+RepositoryGroup_RepositoryFile=Repository archive
RepositoryGroup_URLRequired=Must specify a URL
ProfileGroup_ID=Profile &id:
ProfileGroup_Browse=&Browse...
@@ -80,14 +79,6 @@ ProfileGroup_InstallFolder=Install &folder:
ProfileGroup_Environments=&Environments:
ProfileGroup_ProfileIDRequired=Must specify a Profile ID
ProfileGroup_ProfileInstallFolderRequired=Must specify an install folder
-IUGroup_ID=IU &id:
-IUGroup_Version=&Version:
-IUGroup_Namespace=&Namespace:
-IUGroup_TouchpointType=&Touchpoint type:
-IUGroup_TouchpointData=Touchpoint &data:
-IUGroup_RequiredCapabilities=&Required capabilities:
-IUGroup_ProvidedCapabilities=&Provided capabilities:
-IUGroup_IU_ID_Required=Must set an IU ID
AddRepositoryDialog_Title=Add Repository
AddRepositoryDialog_DuplicateURL=Duplicate URL

Back to the top