Skip to main content
summaryrefslogtreecommitdiffstats
blob: cfa8be90ef2267080970135823a47a5c156a611e (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
###############################################################################
# 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
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
ProfilesView_ConfirmUninstallMessage=Uninstall selected IU's?
AddProfileDialog_DuplicateProfileID=The profile ID is already in use.
Ops_RemoveProfileOperationLabel=Remove Profiles
Ops_ConfirmIUInstall=Install selected IUs into {0}?
ProfilesView_AlwaysConfirmSelectionInstallOps=Always confirm install and uninstall operations
UpdateAndInstallDialog_InstalledIUsPageLabel=Installed IUs
UpdateAndInstallDialog_AvailableIUsPageLabel=Available IUs
Ops_InstallIUOperationLabel=Install 
InstallIUCommandLabel=&Install...
InstallIUCommandTooltip=Install the selected IUs
BecomeIUCommandLabel=&Become...
Ops_UninstallIUOperationLabel=Uninstall 
UninstallIUCommandLabel=&Uninstall...
UninstallIUCommandTooltip=Uninstall the selected IUs
Ops_UpdateIUOperationLabel=Update 
UpdateIUCommandLabel=Check for u&pdates...
UpdateIUCommandTooltip=See if updates are available for the selected IUs

Back to the top