Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3e0020432fa92a957747f6842e57e6c8ddf8bb2e (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
###############################################################################
# Copyright (c) 2003, 2004 IBM Corporation 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 API and implementation
###############################################################################

# Source search launch configuration tab/errors/dialogs
sourceTab.lookupLabel = S&ource Lookup Path:
sourceTab.searchDuplicateLabel = Searc&h for duplicate source files on the path
sourceTab.searchWorkspaceLabel = Search all workspace projects
sourceTab.upButton = U&p
sourceTab.downButton = &Down
sourceTab.removeButton = &Remove
sourceTab.addButton = &Add...
sourceTab.applyButton= Appl&y
sourceTab.revertButton = Re&vert
sourceTab.tabTitle = Source
sourceTab.defaultButton = Restore De&fault

addSourceLocation.title = Add Source
addSourceLocation.description = Select the type of source to add to the source lookup path
addSourceLocation.addButton = &Add...
addSourceLocation.addButton2 = &Add Source Container...
addSourceLocation.editorMessage = Source file not found.
addSourceLocation.editorMessage2 = To add a new source lookup path container, click the button below.
addSourceLocation.generateSource = &Generate View
addSourceLocation.changeSource = &Change Source File...
addSourceLocation.showEngineView = &Show {0}

sourceSearch.duplicateError = Selection already on source lookup path.
sourceSearch.invalidSelectionError = Invalid selection.
sourceSearch.error = Error occurred.
sourceSearch.errorTitle=Error occurred
sourceSearch.jarOrZipSelectionError = Selection must be a jar or zip.
sourceSearch.folderSelectionError = Selection must be a folder.
sourceSearch.closedProjectError = Selected project is closed.
sourceSearch.failedError = Unable to add source container to lookup path.
sourceSearch.unsupportedError = Unsupported action.
sourceSearch.couldNotSave= Could not save launch configuration.
sourceSearch.initError = Unable to initialize source container.

projectSelection.chooseLabel = Choose &project(s) to add:
projectSelection.selectAllLabel = &Select All
projectSelection.deselectAllLabel = &Deselect All
projectSelection.exportedLabel = &Add exported entries of selected projects
projectSelection.requiredLabel = Add &required projects of selected projects
projectSelection.title = Project Selection

selectWorkingSet.title = Select Working Set
selectWorkingSet.label = &Select working set:
selectWorkingSet.newButton = &New...
selectWorkingSet.editButton = &Edit...
selectWorkingSet.removeButton = &Remove
selectWorkingSet.addExportedProjectsLabel = Add exported entries of projects in selected sets
selectWorkingSet.addRequiredProjectsLabel = Add required projects of projects in selected sets

folderSelection.title=Folder Selection
folderSelection.label=&Choose folders to add:
folderSelection.folderLabel=Folder:

containerSelection.title = Container Selection
containerSelection.label=&Select container to add:

commonLabel.OK = &OK
commonLabel.Cancel = &Cancel
commonLabel.Finish = &Finish

locationName.workingSet = Working set
locationName.project = Project
locationName.folder = Folder
locationName.externalFolder = Directory
locationName.archive = Archive
locationName.externalArchive = External archive
locationName.variable = Variable
locationName.workspace = Workspace

manageSourceAction.action = Edit Source Lookup Path...
manageSourceDialog.title = Edit Source Lookup Path
manageSourceDialog.description = Edit the path used to locate source files.

defaultContainer.0 = Exception occurred restoring default source container.

sourceLookupPanel.0 = Source Locator associated with this configuration is not an AbstractSourceLookupDirector.
sourceLookupPanel.1 = Error occurred - unable to apply source lookup path changes.
sourceLookupPanel.2 = Unable to initialize - source locator is not associated with launch configuration.
ResolveDuplicatesHandler.0=Select Source File
ResolveDuplicatesHandler.1=Choose a source file (? = any character, * = any string)

Back to the top