Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties20
1 files changed, 16 insertions, 4 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties
index 3ac516362d5..418f5662d77 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties
@@ -9,6 +9,7 @@
# IBM Corporation - initial API and implementation
# Ed Swartz (Nokia)
# Anton Leherbauer (Wind River Systems)
+# Andrey Eremchenko (LEDAS)
###############################################################################
group_declarations=Dec&larations
@@ -18,6 +19,8 @@ group_references=Re&ferences
# Examples of the display for the following value are
# "(1 match)", where {0} is 1 and "(5 matches)", where {0} is 2 or more.
CSearchResultCollector_matches= ({0} {0, choice, 0\#matches|1\#match|2\#matches})
+CSearchResultCollector_line= {0}line {1,number,######}
+CSearchResultCollector_location= {0}, line {1,number,######}
CSearchPage_searchFor_label= Search For
CSearchPage_searchFor_namespace= Names&pace
@@ -64,10 +67,14 @@ WorkingSetScope= Working Set - {0}
SelectionScope= Selection
ProjectScope = Project
-PDOMSearch_query_refs_label = Find references to
-PDOMSearch_query_defs_label = Find definitions of
-PDOMSearch_query_decls_label = Find declarations of
-PDOMSearchPatternQuery_PatternQuery_labelPatternInScope={0} {1} in {2}
+PDOMSearchQuery_refs_label = Search references
+PDOMSearchQuery_defs_label = Search definitions
+PDOMSearchQuery_decls_label = Search declarations
+PDOMSearchQuery_refs_result_label = References to {0}
+PDOMSearchQuery_defs_result_label = Definitions of {0}
+PDOMSearchQuery_decls_result_label = Declarations of {0}
+PDOMSearchElementQuery_something = something
+PDOMSearchPatternQuery_PatternQuery_labelPatternInScope={0} in {1}
PDOMSearchTreeContentProvider_IndexerNotEnabledWarning=(unknown results: indexer is not enabled)
PDOMSearchTreeContentProvider_ProjectClosedWarning=(unknown results: project is closed)
PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat=(project ''{0}'' - unknown results: indexer is not enabled)
@@ -76,6 +83,11 @@ CSearchMessages_IndexRunningIncompleteWarning=(incomplete or inaccurate results:
HidePolymorphicCalls_actionLabel=Hide Potential Method Calls
HidePolymorphicCalls_description=Hides potential method calls to virtual overriders
HidePolymorphicCalls_name=Potential Method Calls
+PDOMSearchViewPage_ShowEnclosingDefinitions_actionLabel=Show Enclosing Definitions
+PDOMSearchViewPage_ShowEnclosingDefinitions_description=Shows enclosing definitions for matches
+PDOMSearchViewPageLocationColumn_label=Location
+PDOMSearchViewPageDefinitionColumn_label=Enclosing Definition
+PDOMSearchViewPageMatchColumn_label=Match
PDOMSearch_query_pattern_error = Illegal Search String
PDOMSearchUnresolvedIncludesQuery_title=Unresolved inclusions in {0}
SelectionParseAction_FileOpenFailure_format=Could not open file ''{0}'', verify index is up-to-date

Back to the top