Skip to main content
summaryrefslogtreecommitdiffstats
blob: a653d7b4b21530b35a9602d405092eaf12d5c1d6 (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
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# 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

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

ResourcenameSorter.label= &Name
ResourcenameSorter.tooltip= Sort by Resource Name
ResourcePathSorter.label= &Path
ResourcePathSorter.tooltip= Sort by Resource Path

SearchPreferencePage.label= Search

preferenceKeywords.general=Search

WorkInProgressPreferencePage.label= Work in Progress

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

Back to the top