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.properties10
1 files changed, 9 insertions, 1 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 e0e7ce17126..6638eb0e3fd 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
@@ -7,6 +7,7 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# Ed Swartz (Nokia)
###############################################################################
group.search=S&earch For
@@ -19,7 +20,7 @@ Search.Error.search.message=An error occurred during the search operation
# 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, 1\#match|2\#matches})
+CSearchResultCollector.matches= ({0} {0, choice, 0\#matches|1\#match|2\#matches})
CSearchResultCollector.done= Search done: {0}.
CSearchResultCollector.searching= Searching...
@@ -146,8 +147,15 @@ 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}
+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)
+PDOMSearchListContentProvider.ProjectClosedMessageFormat=(project ''{0}'' - unknown results: project is closed)
+PDOMSearchTreeLabelProvider.URIContainerLabel=URIs
+CSearchMessages.IndexRunningIncompleteWarning=(incomplete or inaccurate results: indexer was busy during search)
PDOMSearch.query.pattern.error = Illegal Search String
SelectionParseAction.FileOpenFailure.format=Could not open file ''{0}'', verify index is up-to-date
SelectionParseAction.SelectedTextNotSymbol.message=Selected text cannot be mapped to a symbol name
SelectionParseAction.SymbolNotFoundInIndex.format=Could not find symbol ''{0}'' in index
SelectionParseAction.IncludeNotFound.format=Could not find include file ''{0}'' on include paths
+PDOMSearchLabelProvider.FileAndPathFormat={0} ({1})

Back to the top