Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9de90c98329f829a7d9c8d8ee90c5de349a6418c (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
######################################################################
# Copyright (c) 2002 IBM Corp. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
#    IBM Corporation - Initial implementation
######################################################################

ResourceComponent.selectedResLabel = Use &selected resource
ResourceComponent.specificResLabel = Us&e specific resource:
ResourceComponent.selectionRequired = A specific resource must be selected from the list.
WorkingSetComponent.Must_Select=A specific working set must be selected from the list.
ContainerNameExpander.No_container=No container could be determined for the selected resource.
ContainerNameExpander.No_resource=No resource selected.
DefaultVariableExpander.No_expander=No expander class defined for the variable {0}
DefaultVariableExpander.Error=An error occurred attempting to expand the variable {0}. {1}
ProjectNameExpander.No_resource=No resource selected.
ResourceExpander.No_resource=No resource selected.
ResourceNameExpander.No_resource=No resource selected.
WorkingSetExpander.No_working_set=No working set specified.
WorkingSetExpander.No_working_set_found=No working set found with the name {0}.

Back to the top