Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 42eff327a86961e1a6acafe42b58b07246ab0df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
###############################################################################
# Copyright (c) 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

ProvisioningPrefPage_Description=Provisioning
ProvisioningPrefPage_ConfirmSelectionInstallOps=&Confirm install and uninstall operations
ProvisioningPrefPage_ShowGroupsOnly=Show only &group IU's
InstalledIUPropertyPage_NoInfoAvailable=No profile-specific properties are available.
ProvisioningPrefPage_HideInternalRepos=Hide internal repositories in repository views
AddRepositoryDialog_InvalidURL=Invalid URL
AddProfileDialog_Title=Add Profile
AddProfileDialog_OperationLabel=Add Profile
AddMetadataRepositoryDialog_OperationLabel=Add Metadata Repository
AddArtifactRepositoryDialog_OperationLabel=Add Artifact Repository
MetadataRepositoriesView_AddRepositoryLabel=Add repository...
MetadataRepositoriesView_AddRepositoryTooltip=Add a new metadata repository
MetadataRepositoriesView_RemoveRepositoryLabel=Remove
MetadataRepositoriesView_RemoveRepositoryTooltip=Remove the selected metadata repositories
MetadataRepositoriesView_ChooseProfileDialogTitle=Choose Profile
MetadataRepositoriesView_RemoveRepositoryOperationLabel=Remove Metadata Repositories
ArtifactRepositoriesView_AddRepositoryLabel=Add repository...
ArtifactRepositoriesView_AddRepositoryTooltip=Add a new artifact repository
ArtifactRepositoriesView_RemoveRepositoryLabel=Remove repositories
ArtifactRepositoriesView_RemoveRepositoryTooltip=Remove the selected artifact repositories
ArtifactRepositoriesView_RemoveRepositoryOperationLabel=Remove Artifact Repositories
ProfilesView_AddProfileTooltip=Add profile...
ProvView_RefreshCommandTooltip=Refresh the items in the view.
ProfilesView_AddProfileLabel=Add a new profile
ProvView_RefreshCommandLabel=Refresh
ProfilesView_RemoveProfileLabel=Remove
ProfilesView_RemoveProfileTooltip=Remove the selected profiles
AddProfileDialog_DuplicateProfileID=The profile ID is already in use.
Ops_RemoveProfileOperationLabel=Remove Profiles
ProfilesView_AlwaysConfirmSelectionInstallOps=Always confirm install and uninstall operations
UpdateAndInstallDialog_InstalledIUsPageLabel=Installed IUs
UpdateAndInstallDialog_AvailableIUsPageLabel=Available IUs
UpdateAndInstallDialog_Title=Install/Update
ProfileRootPropertyName=Profile Root

Back to the top