Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d5819b7997c651b2bcb79121807f0552dd52f7e4 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
###############################################################################
# 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
RepositoryGroup_PropertiesLabel=Repository properties:
RepositoryGroup_NameColumnLabel=Name
RepositoryGroup_ValueColumnLabel=Value
IUGroup_ID=IU &id:
IUGroup_Version=&Version:
NO_IU_SELECTED=There is nothing to show in the properties
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

Back to the top