Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3148ddbfe3cb98641ec8629cdf1b68260ddd702d (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
###############################################################################
# Copyright (c) 2000, 2005 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
###############################################################################

PromptExpanderBase_0=Please input a value for {0}
PromptExpanderBase_1=Please input a value
PromptingResolver_0=Failed to expand {0}. Input was cancelled.

RefreshTab_0=Recursively &include sub-folders
RefreshTab_6=Refresh
RefreshTab_7=Refresh resources...
RefreshTab_8=Exception(s) occurred during refresh.
RefreshTab_31=Refresh resources &upon completion.
RefreshTab_32=The &entire workspace
RefreshTab_33=The se&lected resource
RefreshTab_34=The &project containing the selected resource
RefreshTab_35=The f&older containing the selected resource
RefreshTab_36=&Specific resources
RefreshTab_37=Specify &Resources...
RefreshTab_38=Refresh scope refers to non-existent resource {0}
RefreshTab_39=Refresh scope invalid
RefreshTab_40=workingSet
RefreshTab_42=Must select resources to refresh.

ResourceResolver_6=Variable references non-existent resource : {0}
ResourceResolver_7=Variable references empty selection: {0}
ResourceResolver_8=Variable not recognized: {0}

ResourceSelector_0=Select Resource

StringPromptExpander_0=Variable input

StringVariableSelectionDialog_2=Select Variable
StringVariableSelectionDialog_3=&Choose a variable (? = any character, * = any string):
StringVariableSelectionDialog_6=&Argument:
StringVariableSelectionDialog_7=C&onfigure...
StringVariableSelectionDialog_8=&Variable Description:
StringVariableSelectionDialog_0=&Edit Variables...
StringVariableSelectionDialog_1=String Substitution

Back to the top