Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d7cec009a216f630923ddb210413bacdf6a88371 (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
#
# org.eclipse.tcf.te.ui.views
# Externalized Strings.
#

# ***** View *****

View_toolTip= Working Set: {0}
View_toolTip2= {0} - Working Set: {1}
View_toolTip3= {0}/{1}
View_workingSetModel=Working Sets

# ***** Action Provider *****

NewActionProvider_NewMenu_label=&New
NewActionProvider_NewWizardCommandAction_label=&Other...
NewActionProvider_NewWizardCommandAction_tooltip=Open the New target wizard

WorkingSetActionProvider_multipleWorkingSets=Multiple Working Sets

WorkingSetRootModeActionGroup_Top_Level_Element=&Top Level Elements
WorkingSetRootModeActionGroup_Target=Targets
WorkingSetRootModeActionGroup_Working_Set=Working Sets

WorkingSetContentProvider_others_name=Other Targets

# ***** Command Handler *****

PropertiesCommandHandler_error_initPartFailed=Failed to initialize the Target Explorer details editor.

# ***** Wizard and Dialog Pages *****

TargetWorkingSetPage_warning_nameMustNotBeEmpty=The name must not be empty.
TargetWorkingSetPage_workingSet_name=&Working set name\:
TargetWorkingSetPage_workingSet_description=Enter a working set name and select the working set elements.
TargetWorkingSetPage_removeAll_button=\  <- R&emove All  
TargetWorkingSetPage_remove_button=<- &Remove
TargetWorkingSetPage_workspace_content=A&vailable targets\:
TargetWorkingSetPage_workingSet_content=Working set &content\:
TargetWorkingSetPage_add_button=&Add ->
TargetWorkingSetPage_warning_workingSetExists=A working set with that name already exists.
TargetWorkingSetPage_warning_resourceMustBeChecked=No resources selected.
TargetWorkingSetPage_addAll_button=A&dd All ->
TargetWorkingSetPage_title=Target Working Set
TargetWorkingSetPage_warning_nameWhitespace=The name must not have leading or trailing whitespace.

Back to the top