Skip to main content
summaryrefslogtreecommitdiffstats
blob: 42c6ac0b0eb373634318248ab36d3b9dddd8197f (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
###############################################################################
# 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 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
###############################################################################
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
SearchAgainAction_Error_title=Search Again
SearchAgainAction_Error_message=Problems while searching again
SearchDropDownAction_label=Previous Searches
SearchDropDownAction_tooltip=Show Previous Searches
SearchesDialog_remove_label=&Remove
SearchDropDownAction_running_message={0} (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 occurred 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