Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 309a7349d178f20129bd52437f8f32008d0ada64 (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
###############################################################################
# Copyright (c) 2000, 2004 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
###############################################################################
AbstractTextSearchViewPage.update_job.name=Update Search Results View
RemoveSelectedMatchesAction.label=Remove Selected Matches
RemoveSelectedMatchesAction.tooltip=Remove Selected Matches
SearchAgainAction.label=Search Again
SearchAgainAction.tooltip=Run the Current Search Again
SearchDropDownAction.label=Previous Searches
SearchDropDownAction.tooltip=Show Previous Searches
SearchesDialog.remove.label=Remove
SearchDropDownAction.running.message=\ (running)
Search.Error.openResultView.message=The search result view could not be activated
SearchView.refresh_progress_job.label=Refresh Search Progress
SearchView.update_title_job.name=Update Search Results View
Search.Error.openResultView.title=Search
ShowSearchesAction.label=Show Searches
ShowSearchesAction.tooltip=Show Other Searches
ShowSearchesAction.dialog.title=Show Search
ShowSearchesAction.dialog.message=Select a search to display its results
SearchView.empty.message=No Search Results Available
SearchView.title.search=Search
SearchView.showIn.menu=Show in
SearchesDialog.title=Previous Searches
SearchesDialog.message=Select the search to show in the search result view
RemoveAllSearchesAction.label=Clear History
RemoveAllSearchesAction.tooltip=Clear Search History
RemoveAllMatchesAction.label=Remove All Matches
RemoveAllMatchesAction.tooltip=Remove All Matches
ShowNextResultAction.label=Next Match
ShowNextResultAction.tooltip=Show Next Match
SortDropDownActon.label=Sort By
SortDropDownActon.tooltip=Select Sort Order
SortDropDownActon.ascending.label=Sort Ascending
SortDropDownActon.descending.label=Sort Descending
SortDropDownActon.nosort.label=Do not Sort
ShowPreviousResultAction.label=Previous Match
ShowPreviousResultAction.tooltip=Show Previous Match
RemoveMatchAction.label=Remove Match
RemoveMatchAction.tooltip=Remove Currently Showing Match
DefaultSearchViewPage.show_match=Show Match
DefaultSearchViewPage.error.no_editor=Could not find an editor for the current match
AbstractTextSearchViewPage.flat_layout.label=&Flat Layout
AbstractTextSearchViewPage.flat_layout.tooltip=Set Flat Layout
AbstractTextSearchViewPage.hierarchical_layout.label=&Hierarchical Layout
AbstractTextSearchViewPage.hierarchical_layout.tooltip=Set Hierarchical Layout
CancelSearchAction.label=Cancel
CancelSearchAction.tooltip=Cancel Current Search
AbstractTextSearchViewPage.searching.label=Searching...
CollapseAllAction.0=Collapse All
CollapseAllAction.1=Collapse All
ExpandAllAction.label=Expand All
ExpandAllAction.tooltip=Expand All
SearchView.error.noResultPage=No search result page found for search result class {0}
InternalSearchUI.error.unexpected=An unexpected exception occured during search
NewSearchUI.error.title=Search
NewSearchUI.error.label=The search operation caused an error
AnnotationHighlighter.error.badLocation=Error creating search annotations
AnnotationHighlighter.error.noDocument=No document to convert line position
EditorAccessHighlighter.error.badLocation=Error creating search annotations

Back to the top