Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a491c286a4b21331a73c1c74d3959f839e23ef75 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                               
                                                      








                                                                               

                                                                                                                                                     
                                               
                                       
                                                        
 

                                                      

                                                      
 
                                                                                                              


                                                                                                                          


                                                                                                                                                               
                                                                                                             

                                                                          
                                                       
 
                                                     
                                           
                                                       
                                                                        



                                                                                                  
                                                                                             
                                                                 



                                                       
                                                                                  
                                                      
 
                                                    
###############################################################################
# Copyright (c) 2007, 2009 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
###############################################################################

ActionManager_Exception_Creating_Action_Extension=Error creating action with id: {0}.
ActionManager_Required_Touchpoint_Not_Found=The required {0} touchpoint for the {1} action is not included in the installation manager configuration.
action_syntax_error=Invalid action syntax: {0}.
download_artifact=Downloading artifacts
download_no_repository=No artifact repository available.

error_parsing_profile=Error parsing profile {0}.
error_persisting_profile=Error persisting profile {0}.
io_FailedRead=Failed to read profile repository at {0}
io_NotFound=No repository found at {0}

TouchpointManager_Null_Touchpoint_Type_Argument=A null or empty string was passed as the type of a touchpoint.
TouchpointManager_Incorrectly_Named_Extension=A touchpoint extension is incorrectly named {0} instead of {1}.
TouchpointManager_Attribute_Not_Specified=The required attribute {0} is not specified for the touchpoints extension point.
TouchpointManager_Conflicting_Touchpoint_Types=Two or more touchpoint extensions of type {0} are defined.
TouchpointManager_Exception_Creating_Touchpoint_Extension=An exception was thrown and caught when creating the extension point instance for the {0} touchpoint.
TouchpointManager_Null_Creating_Touchpoint_Extension=A null object was returned when creating the extension point instance for the {0} touchpoint.

ParameterizedProvisioningAction_action_or_parameters_null=Both action and action parameters must not be null.
Profile_Null_Profile_Id=A profile must have an non-empty id.
Profile_Duplicate_Root_Profile_Id=Adding a profile with duplicate id: {0}.
Profile_Parent_Not_Found=Parent profile not found: {0}.

SimpleProfileRegistry_Parser_Error_Parsing_Registry=\
	Error parsing the profile registry.
SimpleProfileRegistry_Parser_Has_Incompatible_Version=\
	The profile registry has incompatible version {0}; expected {1}.
SimpleProfileRegistry_Profile_in_use=The profile is currently in use.
SimpleProfileRegistry_Profile_not_locked=The profile is not locked.
SimpleProfileRegistry_Profile_not_locked_due_to_exception=Profile not locked due to exception: {0}
SimpleProfileRegistry_Bad_profile_location=Bad profile location: {0}
SimpleProfileRegistry_CannotRemoveCurrentSnapshot=Cannot remove the current profile timestamp
profile_does_not_exist=Profile to be updated does not exist: {0}.
profile_not_current=Profile {0} is not current.
profile_not_registered=Profile {0} not registered.
reg_dir_not_available=Registry Directory not available.
thread_not_owner=Thread not lock owner.
profile_lock_not_reentrant=Lock failed. Profile does not permit reentrant locking.
shared_profile_not_found=Shared profile {0} not found.

ProfilePreferences_saving=Saving profile preferences

Back to the top