Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9d4ca26616bab8b79506f951e85b56359d01c10c (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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
###############################################################################
# Copyright (c) 2000, 003 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
###############################################################################

SearchDialog.title= Search
SearchDialog.searchAction= &Search
SearchDialog.replaceAction= R&eplace...
SearchDialog.customize= Customi&ze...
SearchDialog.noSearchExtension= No Search Extensions plugged into workbench or all search pages disabled.

SearchPageSelectionDialog.title= Search Page Selection
SearchPageSelectionDialog.message= S&elect from the pages shown in the dialog:

SearchManager.resourceChangedWarning= Changed Resources
SearchManager.resourceChanged= Some resources have changed. The positions of matches may have changed.
SearchManager.resourceDeleted= Some resources no longer exist. Corresponding matches have been removed from the search results.
SearchManager.updating= Updating...

SearchResultView.title=
SearchResultView.titleWithDescription= {0}
SearchResultView.matches= matches
SearchResultView.removed_resource= <removed resource>
SearchResultView.removeAllResults.text= Remove &All Matches
SearchResultView.removeAllResults.tooltip= Remove All Matches
SearchResultView.removeAllSearches.text= &Clear History
SearchResultView.removeAllSearches.tooltip= Clear the Search Result History
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 Selected Match
SearchResultView.removeEntry.tooltip= Remove Selected Match
SearchResultView.removeEntries.text= &Remove Selected Matches
SearchResultView.removeEntries.tooltip= Remove Selected Matches
SearchResultView.removeMatch.text= Remove Current &Match
SearchResultView.removeMatch.tooltip= Remove Current Match
SearchResultView.gotoMarker.text= &Go to File
SearchResultView.gotoMarker.tooltip= Go to File
SearchResultView.showNext.text= Next Match
SearchResultView.showNext.tooltip= Show Next Match
SearchResultView.showPrev.text= Previous Match
SearchResultView.showPrev.tooltip= Show Previous Match

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

SearchPlugin.internal_error= Internal Error

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= Cannot 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 while deleting search markers

Search.Error.findMarkers.title= Search Error
Search.Error.findMarkers.message= An error occurred while gathering search markers

Search.Error.createMarker.title= Search Error
Search.Error.createMarker.message= Could not create a 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

Search.Problems.title= Text Search Problems

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

SearchPage.containingText.text= C&ontaining text:
SearchPage.containingText.hint= (* = any string, ? = any character, \\ = escape for literals: * ? \\)
SearchPage.browse= &Choose...
SearchPage.fileNamePatterns.text= File name &patterns:
SearchPage.fileNamePatterns.hint= Patterns are separated by a comma (* = any string, ? = any character)
SearchPage.caseSensitive= Case sens&itive
SearchPage.regularExpression= &Regular expression
SearchPage.regularExpressionSyntaxProblem.title= Search: Invalid Regular Expression
SearchPage.regexError.format=Error in replacement expression: {0}

TextSearchEngine.scanning= Scanning file {0} of {1}...
TextSearchEngine.statusMessage= Problems encountered during text search.
TextSearchPage.searchDerived.label=Consider deri&ved resources

TextSearchVisitor.scanning= Scanning file {0} of {1}...
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 previous searches

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

# The argument will be replaced by the scope
FileSearchOperation.singularLabelPostfix= 1 File in {0}

# 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}

# The first argument will be replaced by the count and the second by the scope
FileSearchOperation.pluralLabelPatternPostfix= {0} Files in {1}

FileSearchQuery.label=File Search

OpenSearchDialogAction.label= Search
OpenSearchDialogAction.tooltip= Search

FileTypeEditor.typeDelimiter= ,

FileLabelProvider.dashSeparated= {0} - {1}
FileLabelProvider.count.format={0} ({1} matches)
FileLabelProvider.removed_resource.label=<removed resource>

FileSearchPage.sort_name.label=Name
FileSearchPage.sort_path.label=Path
FileSearchPage.error.marker=Could not create marker
FileSearchPage.sort_by.label=Sort By
FileSearchPage.limited.format={0} (showing {1} of {2} files)

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

WorkspaceScope= Workspace
WorkingSetScope= Working Set - {0}
SelectionScope= Selection
EnclosingProjectsScope= Projects {0}, ...
EnclosingProjectScope= Project {0}

ScopePart.group.text= Scope
ScopePart.selectedResourcesScope.text= Selecte&d Resources
ScopePart.enclosingProjectsScope.text= Enclosing Pro&jects
ScopePart.workingSetChooseButton.text= C&hoose...
ScopePart.workingSetScope.text= Wor&king Set:
ScopePart.workspaceScope.text= &Workspace

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

CopyToClipboardAction.label= Copy to Clip&board
CopyToClipboardAction.tooltip= Copy to Clipboard
CopyToClipboardAction.error.title= Problem Copying to Clipboard
CopyToClipboardAction.error.message= There was a problem when accessing the system clipboard. Retry?

ExceptionDialog.seeErrorLogMessage= See error log for details

SearchPreferencePage.emphasizePotentialMatches= &Emphasize potential matches
SearchPreferencePage.potentialMatchFgColor= &Foreground color for potential matches:
SearchPreferencePage.reuseEditor= &Reuse editors to show matches
SearchPreferencePage.limit.label=Limit table size for file search results to
SearchPreferencePage.limit.error=Table size must be an integer greater than 0
SearchPreferencePage.bringToFront= &Bring Search view to front after search
SearchPreferencePage.defaultPerspective= Default &perspective for the Search view:
SearchPreferencePage.defaultPerspective.none= None
SearchPreferencePage.ignorePotentialMatches= &Ignore potential matches

ReplaceAction.label_all= Re&place...
ReplaceAction.label_selected= Rep&lace Selected...
ReplaceAction.error.only_on_text_search= Replace is only available on text search.
ReplaceAction2.error_validate.title=Replace
ReplaceAction2.error_validate.message=An error occurred while ensuring that files are writeable
ReplaceAction.dialog.title= Replace

ReplaceDialog.replace_label= Replace:
ReplaceDialog.with_label= &With:
ReplaceDialog.replace= &Replace
ReplaceDialog.replaceAllInFile= Replace All in &File
ReplaceDialog.replaceAll= Replace &All
ReplaceDialog.skip= &Skip
ReplaceDialog2.regexError.format=Error in replacement expression: {0}
ReplaceDialog.skipFile= S&kip File
ReplaceDialog.dialog.title= Replace
ReplaceDialog.error.unable_to_open_text_editor= The built-in text editor for file ''{0}'' cannot be opened.
ReplaceDialog.error.unable_to_replace= An error occurred while replacing in file ''{0}''.
ReplaceDialog.progress.message= File: {0} ({1} of {2})

SelectAllAction.label= Select A&ll
SelectAllAction.tooltip= Select All

RemovePotentialMatchesAction.removePotentialMatch.text= Remove Potential Match
RemovePotentialMatchesAction.removePotentialMatch.tooltip= Remove Potential Match
RemovePotentialMatchesAction.removePotentialMatches.text= Remove potential Matches
RemovePotentialMatchesAction.removePotentialMatches.tooltip= Remove All Potential Matches
RemovePotentialMatchesAction.dialog.title= Remove Potential Matches
RemovePotentialMatchesAction.dialog.message= The current search result does not contain potential matches.

OpenWithMenu.label= Open Wit&h

ReadOnlyDialog.skipFile= Skip File
ReadOnlyDialog.skipAll= Skip All
ReadOnlyDialog.message= The file {0} is read-only
ReplaceDialog.task.replace= Replacing Match
ReplaceDialog.task.replaceInFile= Replacing Matches in File {0}
ReplaceDialog.task.replace.replaceAll= Replacing Matches
ReplaceDialog2.error.disableAutobuild=An error occurred while opening the replace dialog
ReplaceDialog2.error.restoreAutobuild=An error occurred while restoring autobuild state
ReplaceAction.label= Replace
ReplaceAction.research.error= An error occurred while updating the matches
SearchAgainConfirmationDialog.outofsync.message= Some resources are out of sync with the file system or may contain stale matches. Do you want to refresh those files and search again?
SearchAgainConfirmationDialog.outofsync.label= Files out of sync:
SearchAgainConfirmationDialog.stale.message= Some resources may contain stale matches. Do you want to search again?
SearchAgainConfirmationDialog.stale.label= Files with stale matches:
SearchAgainConfirmationDialog.title= Replace
ReplaceDialog.isRegex.label= Regular Expression
WorkInProgressPreferencePage.newsearch.label=Use new search view

## Content Assist for regular expressions ##
FindReplace.regExContentAssist.displayString.\\\\= Backslash
FindReplace.regExContentAssist.additionalInfo.\\\\= \\\\
FindReplace.regExContentAssist.displayString.\\0= Octal charcter code
FindReplace.regExContentAssist.additionalInfo.\\0= \\0
FindReplace.regExContentAssist.displayString.\\x= Hex character code
FindReplace.regExContentAssist.additionalInfo.\\x= \\x
FindReplace.regExContentAssist.displayString.\\u= Hex code of double-byte character
FindReplace.regExContentAssist.additionalInfo.\\u= \\\u0075
FindReplace.regExContentAssist.displayString.\\t= Tab
FindReplace.regExContentAssist.additionalInfo.\\t= \\t
FindReplace.regExContentAssist.displayString.\\n= Newline
FindReplace.regExContentAssist.additionalInfo.\\n= \\n
FindReplace.regExContentAssist.displayString.\\r= CR
FindReplace.regExContentAssist.additionalInfo.\\r= \\r
FindReplace.regExContentAssist.displayString.\\f= FF
FindReplace.regExContentAssist.additionalInfo.\\f= \\f
FindReplace.regExContentAssist.displayString.\\a= Beep
FindReplace.regExContentAssist.additionalInfo.\\a= \\a
FindReplace.regExContentAssist.displayString.\\e= Esc
FindReplace.regExContentAssist.additionalInfo.\\e= \\e
FindReplace.regExContentAssist.displayString.\\c= Control character
FindReplace.regExContentAssist.additionalInfo.\\c= \\c
FindReplace.regExContentAssist.displayString..= Any character
FindReplace.regExContentAssist.additionalInfo..= .
FindReplace.regExContentAssist.displayString.\\d= A digit
FindReplace.regExContentAssist.additionalInfo.\\d= \\d
FindReplace.regExContentAssist.displayString.\\D= Not a digit
FindReplace.regExContentAssist.additionalInfo.\\D= \\D
FindReplace.regExContentAssist.displayString.\\s= A whitespace
FindReplace.regExContentAssist.additionalInfo.\\s= \\s
FindReplace.regExContentAssist.displayString.\\S= Not a whitespace
FindReplace.regExContentAssist.additionalInfo.\\S= \\S
FindReplace.regExContentAssist.displayString.\\w= Alphanumeric
FindReplace.regExContentAssist.additionalInfo.\\w= \\w
FindReplace.regExContentAssist.displayString.\\W= Not an alphanumeric
FindReplace.regExContentAssist.additionalInfo.\\W= \\W
FindReplace.regExContentAssist.displayString.?= Greedy match 0 or 1 times
FindReplace.regExContentAssist.additionalInfo.?= ?
FindReplace.regExContentAssist.displayString.*= Greedy match 0 or more times
FindReplace.regExContentAssist.additionalInfo.*= *
FindReplace.regExContentAssist.displayString.+= Greedy match 1 or more times
FindReplace.regExContentAssist.additionalInfo.+= +
FindReplace.regExContentAssist.displayString.{n}= Greedy match exactly n times
FindReplace.regExContentAssist.additionalInfo.{n}= {n}
FindReplace.regExContentAssist.displayString.{n,}= Greedy match >= n times
FindReplace.regExContentAssist.additionalInfo.{n,}= {n,}
FindReplace.regExContentAssist.displayString.{n,m}= Greedy match >= n times but <= m times
FindReplace.regExContentAssist.additionalInfo.{n,m}= {n,m}
FindReplace.regExContentAssist.displayString.??= Match 0 or 1 times (left to right)
FindReplace.regExContentAssist.additionalInfo.??= ??
FindReplace.regExContentAssist.displayString.*?= Match 0 or more times (left to right)
FindReplace.regExContentAssist.additionalInfo.*?= *?
FindReplace.regExContentAssist.displayString.+?= Match 1 or more times (left to right)
FindReplace.regExContentAssist.additionalInfo.+?= +?
FindReplace.regExContentAssist.displayString.{n}?= Match exactly n times (left to right)
FindReplace.regExContentAssist.additionalInfo.{n}?= {n}?
FindReplace.regExContentAssist.displayString.{n,}?= Match >= n times (left to right)
FindReplace.regExContentAssist.additionalInfo.{n,}?= {n,}?
FindReplace.regExContentAssist.displayString.{n,m}?= Match >= n times but <= m times (left to right)
FindReplace.regExContentAssist.additionalInfo.{n,m}?= {n,m}?
FindReplace.regExContentAssist.displayString.?+= Match 0 or 1 times compared to full text
FindReplace.regExContentAssist.additionalInfo.?+= ?+
FindReplace.regExContentAssist.displayString.*+= Match 0 or more times compared to full text
FindReplace.regExContentAssist.additionalInfo.*+= *+
FindReplace.regExContentAssist.displayString.++= Match 1 or more times compared to full text
FindReplace.regExContentAssist.additionalInfo.++= ++
FindReplace.regExContentAssist.displayString.{n}+= Match exactly n times compared to full text
FindReplace.regExContentAssist.additionalInfo.{n}+= {n}+
FindReplace.regExContentAssist.displayString.{n,}+= Match >= n times compared to full text
FindReplace.regExContentAssist.additionalInfo.{n,}+= {n,}+
FindReplace.regExContentAssist.displayString.{n,m}+= Match >= n times but <= m times compared to full text
FindReplace.regExContentAssist.additionalInfo.{n,m}+= {n,m}+
FindReplace.regExContentAssist.displayString.UV= U and V
FindReplace.regExContentAssist.additionalInfo.UV= UV
FindReplace.regExContentAssist.displayString.U|V= U or V
FindReplace.regExContentAssist.additionalInfo.U|V= U|V
FindReplace.regExContentAssist.displayString.(U)= Mark U as capturing group
FindReplace.regExContentAssist.additionalInfo.(U)= (U)
FindReplace.regExContentAssist.displayString.\\i= Match of the capturing group i
FindReplace.regExContentAssist.additionalInfo.\\i= \\i
FindReplace.regExContentAssist.displayString.$i= Replacement string: Match of the capturing group i
FindReplace.regExContentAssist.additionalInfo.$i= $i
FindReplace.regExContentAssist.displayString.\\= Quote next character
FindReplace.regExContentAssist.additionalInfo.\\= \\
FindReplace.regExContentAssist.displayString.\\Q= Start quoting
FindReplace.regExContentAssist.additionalInfo.\\Q= \\Q
FindReplace.regExContentAssist.displayString.\\E= End quoting
FindReplace.regExContentAssist.additionalInfo.\\E= \\E
FindReplace.regExContentAssist.displayString.[ecq]= Character set
FindReplace.regExContentAssist.additionalInfo.[ecq]= Example: [ecq]
FindReplace.regExContentAssist.displayString.[^ecq]= Excluded character set
FindReplace.regExContentAssist.additionalInfo.[^ecq]= Example: [^ecq]
FindReplace.regExContentAssist.displayString.[e-q]= Character range
FindReplace.regExContentAssist.additionalInfo.[e-q]= Example: [e-q]
FindReplace.regExContentAssist.displayString.&&= Intersection of character sets
FindReplace.regExContentAssist.additionalInfo.&&= Example: [e-q&&[def]]
FindReplace.regExContentAssist.displayString.^= Line start
FindReplace.regExContentAssist.additionalInfo.^= ^
FindReplace.regExContentAssist.displayString.$= Line end
FindReplace.regExContentAssist.additionalInfo.$= $
FindReplace.regExContentAssist.displayString.\\b= Word beginning or end
FindReplace.regExContentAssist.additionalInfo.\\b= \\b
FindReplace.regExContentAssist.displayString.\\B= Not a word beginning or end
FindReplace.regExContentAssist.additionalInfo.\\B= \\B
FindReplace.regExContentAssist.displayString.\\A= Start of input
FindReplace.regExContentAssist.additionalInfo.\\A= \\A
FindReplace.regExContentAssist.displayString.\\G= Previous match's end
FindReplace.regExContentAssist.additionalInfo.\\G= \\G
FindReplace.regExContentAssist.displayString.\\Z= \\Z
FindReplace.regExContentAssist.additionalInfo.\\Z= \\Z
FindReplace.regExContentAssist.displayString.\\z= End of input
FindReplace.regExContentAssist.additionalInfo.\\z= \\z

Back to the top