Skip to main content
summaryrefslogblamecommitdiffstats
blob: 3e1ceb9f3828656678a9a8441865406281d4784b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                               
                                                                        


                                                                     

                                                                 







                                                                                    
                               
                                            

                                                  
                               

                                                                         
                                                

                                                      
                                   
                             
                                          

                                                                          
                            




                                                                       




                                                                   
                                                                                 
                                      




                                                                      



                                                    
                                                                             
                                                 
                                              



                                              
                                               

                                                              
                                                      
                                                                            
                                                    
                                                           
                                      
                                                       
                                                                           
                                                             

                                                  







                                                                                              


                                    




                                                                                                           
###############################################################################
# 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
###############################################################################

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
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
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
InstallIUOperationLabel=Install
InstallIUOperationLabelWithMnemonic=&Install
InstallIUCommandLabel=&Install...
InstallIUCommandTooltip=Install the selected items
InstallIUProgress=Installing...
UninstallDialog_UninstallMessage=The following items will be uninstalled.
UninstallIUOperationLabel=Uninstall
UninstallIUOperationLabelWithMnemonic=&Uninstall
UninstallIUCommandLabel=&Uninstall...
UninstallIUCommandTooltip=Uninstall the selected items
UninstallIUProgress=Uninstalling...
UpdateIUOperationLabel=Update
UpdateIUOperationLabelWithMnemonic=&Update
UpdateIUCommandLabel=&Check for updates...
UpdateIUCommandTooltip=See if updates are available for the selected items
UpdateIUProgress=Updating...
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

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=&Name:
RepositoryGroup_RepositoryURLFieldLabel=&URL:
RepositoryGroup_LocalRepoBrowseButton=&Local...
RepositoryGroup_ArchivedRepoBrowseButton=&Archive...
RepositoryGroup_SelectRepositoryDirectory=Select a repository root directory:
RepositoryGroup_RepositoryFile=Repository archive
RepositoryGroup_URLRequired=Must specify a URL

AddRepositoryDialog_Title=Add Repository
AddRepositoryDialog_DuplicateURL=Duplicate URL

UpdateAndInstallGroup_Properties=&Properties...
UpdateAndInstallSelectionDialog_DeselectAllLabel=&Deselect All
UpdateAndInstallSelectionDialog_SelectAllLabel=&Select All
UpdateAction_UpdateInformationTitle=Update Information
UpdateAction_UpdatesAvailableMessage=Select the updates you wish to install.
UpdateAction_UpdatesAvailableTitle=Available Updates
UpdateOperation_NothingToUpdate=There is nothing to update.
UpdateAndInstallGroup_Refresh=&Refresh
ChooseProfileDialog_DefaultDialogTitle=Select a profile
InstallDialog_InstallSelectionMessage=Select the items you wish to install.
AddColocatedRepositoryDialog_InvalidURL=The URL is not valid.
ColocatedRepositoryManipulatorGroup_Add=&Add...
ColocatedRepositoryManipulatorGroup_Remove=&Remove
ColocatedRepositoryManipulatorGroup_NameColumnHeader=Name
ColocatedRepositoryManipulatorGroup_LocationColumnHeader=Location
IUPropertiesGroup_DescriptionProperty=Description
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. \
Would you like to restart now?
ApplyProfileChangesDialog_ApplyChanges=Apply Changes

Back to the top