Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9e2fe79bddadb9fd5006e3cb77dfb3e53ae9db50 (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
#########################################
# (c) Copyright IBM Corp. 2000, 2001.
# All Rights Reserved.
#########################################

SearchDialog.title= Search
SearchDialog.performAction= &Search
SearchDialog.noSearchExtension= No Search Extensions plugged into workbench

SearchManager.resourceChangedWarning= Changed Resources
SearchManager.resourceChanged= Some of the resources have changed. Matches might be at wrong positions.
SearchManager.resourceDeleted= Some of the resources no longer exist. Corresponding matches are removed from the search results.
SearchManager.updating= Updating...

SearchResultView.title= Search
SearchResultView.titleWithOneMatch= Search (1 match)
SearchResultView.titleWithMatches= Search ({0} matches)
SearchResultView.matches= matches
SearchResultView.removed_resource= <removed resource>
SearchResultView.removeAllResults.text= Remove &All
SearchResultView.removeAllResults.tooltip= Remove All Search Results
SearchResultView.removeAllSearches.text= Remove &All
SearchResultView.removeAllSearches.tooltip= Remove All Searches
SearchResultView.searchAgain.text= &Search Again
SearchResultView.searchAgain.tooltip= Search Again
SearchResultView.previousSearches.text= Previous Search Results
SearchResultView.previousSearches.tooltip= Previous Search Results
SearchResultView.removeEntry.text= &Remove Entry
SearchResultView.removeEntry.tooltip= Remove Entry
SearchResultView.removeEntries.text= &Remove Entries
SearchResultView.removeEntries.tooltip= Remove Entries
SearchResultView.removeMatch.text= Remove &Match
SearchResultView.removeMatch.tooltip= Remove Match
SearchResultView.gotoMarker.text= &Go to File
SearchResultView.gotoMarker.tooltip= Go to File
SearchResultView.showNext.text= Next
SearchResultView.showNext.tooltip= Show Next Match
SearchResultView.showPrev.text= Previous
SearchResultView.showPrev.tooltip= Show Previous Match

SearchDialogClosingDialog.title= Search Dialog Closing
SearchDialogClosingDialog.message= Dialog can not be closed due to an active operation. You must cancel the operation before you can close the dialog.

Search.Error.search.title= Search Error
Search.Error.search.message= An error occurred during the search operation

Search.Error.setDescription.title= Search Error
Search.Error.setDescription.message= Can not save workspace description

Search.Error.openEditor.title= Search Error
Search.Error.openEditor.message= Could not open the editor

Search.Error.openResultView.title= Search Error
Search.Error.openResultView.message= Could not open the search results view

Search.Error.deleteMarkers.title= Search Error
Search.Error.deleteMarkers.message= An error occurred during deletion of search markers

Search.Error.createMarker.title=Search Error
Search.Error.createMarker.message= Could not create the search marker

Search.Error.markerAttributeAccess.title= Search Error
Search.Error.markerAttributeAccess.message= An error occurred while accessing a marker attribute

Search.Error.switchSearch.title= Search Error
Search.Error.switchSearch.message= An error occurred while switching to a previous search result

Search.Error.createSearchPage.title= Search Error
Search.Error.createSearchPage.message= An error occurred while creating a search page

Search.Error.createSorter.title= Search Error
Search.Error.createSorter.message= An error occurred while creating a sorter

Search.Error.incorrectIconLocation.message= Invalid icon location

SearchResultCollector.match= 1 match
SearchResultCollector.matches= {0} matches
SearchResultCollector.done= Search done: {0}

SearchPage.expression.label= Se&arch Expression
SearchPage.expression.pattern= * = any string, ? = any character, \\ = escape for literals: * ? \\
SearchPage.browse= &Browse...
SearchPage.extensions= &Extensions
SearchPage.caseSensitive= &Case sensitive

TextSearchEngine.scanning= Scanning...

TextSearchVisitor.error= Error reading file during search: {0}
TextSearchVisitor.canceled= Operation Canceled

SortDropDownAction.label= S&ort By
SortDropDownAction.tooltip= Sort By

ShowOtherSearchesAction.label= &Other...
ShowOtherSearchesAction.tooltip= Open Other Searches Dialog

OtherSearchesDialog.title= Other Searches
OtherSearchesDialog.message= &Select one of the searches

PreviousSearchesDialog.title=  Previous Searches
PreviousSearchesDialog.message= &Select one of the searches

# The first argument will be replaced by the pattern, the second by the scope
TextSearchOperation.singularLabelPostfix= "{0}" - 1 Occurrence in {1}

# The first argument will be replaced by the pattern, the second by the count and the last by the scope
TextSearchOperation.pluralLabelPatternPostfix= "{0}" - {1} Occurrences in {2}

TypedResourceVisitor.unknownResourceType= Unknown resource type

OpenSearchDialogAction.label= Search
OpenSearchDialogAction.tooltip= Search

FileTypeEditor.typeDelimiter=  ,

FileLabelProvider.dashSeparated= {0} - {1}

TypesFiltering.title= Select Types
TypesFiltering.message = S&elect the types to scan.
TypesFiltering.otherExtensions = &Other Extensions:
TypesFiltering.selectAll= &Select All
TypesFiltering.deselectAll= &Deselect All

WorkspaceScope= Workspace
WorkingSetScope= Working Set - {0}
SelectionScope= Selection

ScopePart.group.text=Scope
ScopePart.selectedResourcesScope.text=Se&lected Resources
ScopePart.workingSetChooseButton.text=C&hoose...
ScopePart.workingSetScope.text=Wor&king Set
ScopePart.workspaceScope.text=&Workspace

CopyToClipboardAction.label = Copy to Clip&board
CopyToClipboardAction.tooltip = Copy to Clipboard

ExceptionDialog.seeErrorLogMessage= See error log for more details

Back to the top