Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 34ecacfeb3dfb58a8416d82463a8246e6374af40 (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
###############################################################################
# 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
###############################################################################

Director_Revert_Problems=Problems occurred while reverting the install.
Director_Unexpected_IU=The installable unit {0} can not be used here.
Director_Task_Installing=Installing into {0}
Director_Task_Updating=Updating
Director_Task_Resolving_Dependencies=Calculating requirements and dependencies.
Director_error_applying_configuration=Unexpected failure applying configuration after for the installer plan execution.

Director_Unsatisfied_Dependencies=\
Cannot complete the install because some dependencies are not satisfiable
Director_Unsatisfied_Dependency=\
"{0}" requires "{1}" 

Explanation_alreadyInstalled=Software currently installed: {0}
Explanation_from=From: {0}
Explanation_hardDependency=Cannot satisfy dependency: {0} depends on: {1}
Explanation_missingRequired=Missing requirement: {0} requires ''{1}'' but it could not be found
Explanation_optionalDependency=Optional dependency
Explanation_rootMissing=Cannot complete the install because one or more required items could not be found.
Explanation_rootSingleton=Cannot complete the install because of a conflicting dependency.
Explanation_singleton=Only one of the following can be installed at once: {0}
Explanation_to=To: {0}
Explanation_toInstall=Software being installed: {0}
Explanation_unsatisfied=Cannot satisfy dependency:

Planner_Error_saving_opbfile=Exception writing problem file in: {0}.
Planner_Format_error=Format error in file: {0}.
Planner_Missing_opb_file=Missing file: {0}.
Planner_Timeout=The solver timed out on problem {0}.
Planner_Problems_resolving_plan=Problems resolving provisioning plan.
Planner_Unsatisfiable_problem=No solution found because the problem is unsatisfiable.
Planner_Unsatisfied_dependency=Unable to satisfy dependency from {0} to {1}.
Planner_Unexpected_problem=An unexpected error occurred while resolving.
Planner_actions_and_software_incompatible=The actions required to successfully install the requested software are incompatible with the software to install. 
Planner_NoSolution=Cannot complete the request.  Generating details.
Planner_can_not_install_preq=The actions required to successfully install the requested software can not be installed. 
Planner_no_profile_registry=Profile Registry is not registered
Planner_no_self_profile=This system is not properly configured to allow for installation of prerequisites.
Planner_profile_out_of_sync=The copies of profile {0} are not in sync.

Old_Resolver_Several_Versions=Cannot find a solution satisfying the following requirements {0}.
Old_Resolver_Incompatible_Versions= "{0}" and "{1}" are both required, but are not compatible with each other.

Back to the top