Skip to main content
summaryrefslogtreecommitdiffstats
blob: b7ef25229b5008cf64148db262b777ade314ca65 (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
###############################################################################
# Copyright (c) 2000, 2012 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

pluginName= Search Support
providerName= Eclipse.org

searchMarker= Search Marker
filteredSearchMarker= Filtered Search Marker

searchPages= Search Pages
searchResultSorters= Search Result Sorters
searchResultViewPages= Search Result View Pages

search= Search

searchMenu.label= Se&arch
openFileSearchPageAction.label= &File...

openSearchDialogAction.label= Se&arch...
openSearchDialogAction.tooltip= Search

textSearchSubMenu.label= Te&xt

action.performTextSearchWorkspace.label= &Workspace
action.performTextSearchWorkspace.tooltip= Search for Text in Workspace
command.performTextSearchWorkspace.name= Find Text in Workspace
command.performTextSearchWorkspace.description= Searches the files in the workspace for specific text.

action.performTextSearchProject.label= &Project
action.performTextSearchProject.tooltip= Search for Text in Project
command.performTextSearchProject.name= Find Text in Project
command.performTextSearchProject.description= Searches the files in the project for specific text.

action.performTextSearchFile.label= &File
action.performTextSearchFile.tooltip= Search for Text in File
command.performTextSearchFile.name= Find Text in File
command.performTextSearchFile.description= Searches the files in the file for specific text.

action.performTextSearchWorkingSet.label= Working &Set...
action.performTextSearchWorkingSet.tooltip= Search for Text in a Working Set
command.performTextSearchWorkingSet.name= Find Text in Working Set
command.performTextSearchWorkingSet.description= Searches the files in the working set for specific text.

fileSearch= File Search
searchResultViewName= Classic Search
newSearchResultViewName= Search
ViewCommand.searchResultView.name= Classic Search
ViewCommand.searchResultView.description=Show the Classic Search view
ViewCommand.searchView.name= Search
ViewCommand.searchView.description=Show the Search view


SearchPreferencePage.label= Search

preferenceKeywords.general=Search potential matches reuse editor


ActionDefinition.openSearchDialog.name= Open Search Dialog
ActionDefinition.openSearchDialog.description= Open the Search dialog

ActionDefinition.openFileSearchPage.name= File Search
ActionDefinition.openFileSearchPage.description= Open the Search dialog\'s file search page

SearchMarkerPreference.label= Search Results
FilteredSearchMarkerPreference.label= Filtered Search Results

searchCategory.name= Search
searchCategory.description= Search command category

textSearchEngine="Text Search Engine"
textSearchQueryProvider="Text Search Query Provider"

match_highlight.label= Match highlight background color
match_highlight.description= The background color used to highlight matches in the Search view when colored labels are enabled.

Back to the top