Skip to main content
summaryrefslogtreecommitdiffstats
blob: 55a28c8b7d6dd1bd122cb60326ecb4d77601f3cb (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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
###############################################################################
# Copyright (c) 2000, 2003 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
###############################################################################

group.search=S&earch
group.declarations= Dec&larations
group.references= Re&ferences
group.readReferences= &Read Access
group.writeReferences= &Write Access
group.implementors= &Implementors

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

Search.Error.javaElementAccess.title=Search Error
Search.Error.javaElementAccess.message=An error occurred while accessing a Java element

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

Search.Error.createJavaElement.title=Search Error
Search.Error.createJavaElement.message=An error occurred while creating a Java element

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

Search.Error.codeResolve= Code resolve error

Search.Error.setDescription.title=Search Error
Search.Error.setDescription.message=Cannot save workspace description

SearchElementSelectionDialog.title=Search
SearchElementSelectionDialog.message=Select the element to search for.

CSearchResultCollector.match= 1 match
CSearchResultCollector.matches= {0} matches
CSearchResultCollector.done= Search done: {0}.
CSearchResultCollector.searching= Searching...

Search.potentialMatchDialog.title.foundPotentialMatch= Search: Found 1 Inexact Match
Search.potentialMatchDialog.title.foundPotentialMatches= Search: Found {0} Inexact Matches
Search.potentialMatchDialog.message= Inexact matches were found and will be displayed with a different\nforeground color. This can be configured on the Search preference page.

CSearchPage.searchFor.label= Search For
CSearchPage.searchFor.type= &Type
CSearchPage.searchFor.namespace= Names&pace
CSearchPage.searchFor.method= &Method
CSearchPage.searchFor.function= F&unction
CSearchPage.searchFor.field= &Field
CSearchPage.searchFor.variable= &Variable
CSearchPage.searchFor.class= &Class
CSearchPage.searchFor.struct= &Struct
CSearchPage.searchFor.union= U&nion
CSearchPage.searchFor.enum= &Enumeration
CSearchPage.searchFor.any= An&y Element
CSearchPage.searchFor.classStruct= &Class / Struct

CSearchPage.limitTo.label= Limit To
CSearchPage.limitTo.declarations= Dec&larations
CSearchPage.limitTo.definitions= &Definitions
CSearchPage.limitTo.references= &References
CSearchPage.limitTo.allOccurrences= All &Occurrences

CSearchPage.expression.label= Se&arch string (* = any string, ? = any character):
CSearchPage.expression.caseSensitive= Case sens&itive

# Concatenate two working set names e.g. "Source, Lib"
SearchUtil.workingSetConcatenation= {0}, {1}

Search.FindDeclarationAction.label= &Workspace
Search.FindDeclarationAction.tooltip= Search for Declarations of the Selected Element in the Workspace

Search.FindDeclarationsInWorkingSetAction.label= Working &Set...
Search.FindDeclarationsInWorkingSetAction.tooltip= Search for Declarations of the Selected Element in a Working Set

Search.FindHierarchyDeclarationsAction.label= &Hierarchy
Search.FindHierarchyDeclarationsAction.tooltip= Search for Declarations of the Selected Element in its Hierarchy

Search.FindImplementorsAction.label= &Workspace
Search.FindImplementorsAction.tooltip= Search for Implementors of the Selected Interface

Search.FindImplementorsInWorkingSetAction.label= Working &Set...
Search.FindImplementorsInWorkingSetAction.tooltip= Search for Implementors of the Selected Interface in a Working Set

Search.FindReferencesAction.label= &Workspace
Search.FindReferencesAction.tooltip= Search for References to the Selected Element in the Workspace

Search.FindReferencesAction.BinPrimConstWarnDialog.title= Search for References to a Binary Constant
Search.FindReferencesAction.BinPrimConstWarnDialog.message= Matches to this constant will only be discovered in source files and binary files where the constant value is not inlined.

Search.FindReferencesInWorkingSetAction.label= Working &Set...
Search.FindReferencesInWorkingSetAction.tooltip= Search for References to the Selected Element in a Working Set

Search.FindHierarchyReferencesAction.label= &Hierarchy
Search.FindHierarchyReferencesAction.tooltip= Search for References of the Selected Element in its Hierarchy

Search.FindReadReferencesAction.label= &Workspace
Search.FindReadReferencesAction.tooltip= Search for Read References to the Selected Element in the Workspace

Search.FindReadReferencesInWorkingSetAction.label= Working &Set...
Search.FindReadReferencesInWorkingSetAction.tooltip= Search for Read References to the Selected Element in a Working Set

Search.FindReadReferencesInHierarchyAction.label= &Hierarchy
Search.FindReadReferencesInHierarchyAction.tooltip= Search for Read References of the Selected Element in its Hierarchy

Search.FindWriteReferencesAction.label= &Workspace
Search.FindWriteReferencesAction.tooltip= Search for Write References to the Selected Element in the Workspace

Search.FindWriteReferencesInWorkingSetAction.label= Working &Set...
Search.FindWriteReferencesInWorkingSetAction.tooltip= Search for Write References to the Selected Element in a Working Set

Search.FindWriteReferencesInHierarchyAction.label= &Hierarchy
Search.FindWriteReferencesInHierarchyAction.tooltip= Search for Write References of the Selected Element in its Hierarchy

Search.FindOccurrencesInFile.label= Occurre&nces in File
Search.FindOccurrencesInFile.tooltip= Find occurrences of selected element in the editor

FindOccurrencesEngine.noSource.text= No source available. To perform this operation you need to attach source.
FindOccurrencesEngine.noJavaElement.text= Cannot search for the current selection. Please select a valid Java element name.
FindOccurrencesEngine.cannotParse.text= Cannot analyze the compilation unit or class file. 


JavaSearchOperation.default_package=(default package)

# The first argument will be replaced by the pattern and the second by the scope
CSearchOperation.singularDeclarationsPostfix={0} - 1 Declaration in {1}
CSearchOperation.singularReferencesPostfix={0} - 1 Reference in {1}
CSearchOperation.singularReadReferencesPostfix={0} - 1 Read Reference in {1}
CSearchOperation.singularWriteReferencesPostfix={0} - 1 Write Reference in {1}
CSearchOperation.singularImplementorsPostfix={0} - 1 Implementor in {1}
CSearchOperation.singularOccurrencesPostfix={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
CSearchOperation.pluralDeclarationsPostfix={0} - {1} Declarations in {2}
CSearchOperation.pluralReferencesPostfix={0} - {1} References in {2}
CSearchOperation.pluralReadReferencesPostfix={0} - {1} Read References in {2}
CSearchOperation.pluralWriteReferencesPostfix={0} - {1} Write References in {2}
CSearchOperation.pluralImplementorsPostfix={0} - {1} Implementors in {2}
CSearchOperation.pluralOccurrencesPostfix={0} - {1} Occurrences in {2}


# The first argument will be replaced by the element name and the second one by the file name
JavaSearchInFile.singularPostfix={0} - 1 Occurrence in {1}
# The first argument will be replaced by the element name, the second by the count and the last by the file name
JavaSearchInFile.pluralPostfix={0} - {1} Occurrences in {2}

JavaElementAction.typeSelectionDialog.title=Search
JavaElementAction.typeSelectionDialog.message=&Select the type to search:
JavaElementAction.error.open.message=An exception occurred while opening the type.

JavaElementAction.operationUnavailable.title= Operation Unavailable
JavaElementAction.operationUnavailable.generic= The operation is unavailable on the current selection. Please select a valid Java element name.
JavaElementAction.operationUnavailable.field= The operation is unavailable on the current selection. Please select the name of a field.
JavaElementAction.operationUnavailable.interface= The operation is unavailable on the current selection. Please select the name of an interface.

CSearchResultLabelProvider.potentialMatch= \ (inexact)

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

CElementLabels.concat_string=\ -\ 
CElementLabels.comma_string=,\ 
CElementLabels.declseparator_string=\ :\ 

Back to the top