blob: 103137bc7b82c6293d46b5246cf280a026571f42 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
#
###############################################################################
SearchLabelProvider_exact_singular={0} (1 match)
SearchLabelProvider_exact_noCount={0}
SearchLabelProvider_exact_and_potential_plural={0} ({1} matches: {2} exact, {3} potential)
SearchLabelProvider_potential_singular={0} (potential match)
SearchLabelProvider_potential_noCount={0} (potential match)
SearchLabelProvider_potential_plural={0} ({1} potential matches)
SearchLabelProvider_exact_plural={0} ({1} matches)
group_search=S&earch
group_declarations= Dec&larations
group_references= Re&ferences
#group_readReferences= &Read Access
#group_writeReferences= &Write Access
#group_implementors= &Implementors
#group_occurrences= Occurre&nces in File
#group_occurrences_quickMenu_noEntriesAvailable= <no entries available>
Search_Error_search_title=Search Error
Search_Error_search_message=The search operation has reported problems
Search_Error_search_notsuccessful_message=The search operation has reported problems
#Search_Error_modelElementAccess_title=Search Error
#Search_Error_modelElementAccess_message=An error occurred while accessing a DLTK element
Search_Error_search_notsuccessful_title=Search
Search_Error_openEditor_title=Search Error
Search_Error_openEditor_message=Could not open the editor
Search_Error_codeResolve= Code resolve error
SearchElementSelectionDialog_title=Search
SearchElementSelectionDialog_message=Select the element to search for.
SearchPage_searchFor_label= Search For
SearchPage_searchFor_type= &Type
SearchPage_searchFor_method= &Method
SearchPage_searchFor_field= &Field
#SearchPage_searchFor_package= &Package
#SearchPage_searchFor_constructor= Co&nstructor
SearchPage_limitTo_label= Limit To
SearchPage_limitTo_declarations= Dec&larations
#SearchPage_limitTo_implementors= &Implementors
SearchPage_limitTo_references= &References
SearchPage_limitTo_allOccurrences= All &occurrences
#SearchPage_limitTo_readReferences= Read a&ccesses
#SearchPage_limitTo_writeReferences= Writ&e accesses
SearchPage_expression_label= Se&arch string (* = any string, ? = any character):
SearchPage_expression_caseSensitive= Case sens&itive
SearchPage_searchInterpreterEnvironment_label=Search the Interpreter s&ystem libraries
# Concatenate two working set names e.g. "Source, Lib"
SearchUtil_workingSetConcatenation= {0}, {1}
Search_FindDeclarationAction_label= &Workspace
Search_FindDeclarationAction_tooltip= Search for Declarations of the Selected Element in the Workspace
Search_FindDeclarationsInProjectAction_label= &Project
Search_FindDeclarationsInProjectAction_tooltip= Search for Declarations of the Selected Element in Resources in the Enclosing Project of the Selected Element
Search_FindDeclarationsInWorkingSetAction_label= Working &Set...
Search_FindDeclarationsInWorkingSetAction_tooltip= Search for Declarations of the Selected Element in a Working Set
Search_FindHierarchyDeclarationsAction_label= &Hierarchy
Search_FindHierarchyDeclarationsAction_tooltip= Search for Declarations of the Selected Element in its Hierarchy
#Search_FindImplementorsAction_label= &Workspace
#Search_FindImplementorsAction_tooltip= Search for Implementors of the Selected Interface
#Search_FindImplementorsInProjectAction_label= &Project
#Search_FindImplementorsInProjectAction_tooltip= Search for Implementors of the Selected Interface in Resources in the Enclosing Project of the Selected Element
#Search_FindImplementorsInWorkingSetAction_label= Working &Set...
#Search_FindImplementorsInWorkingSetAction_tooltip= Search for Implementors of the Selected Interface in a Working Set
Search_FindReferencesAction_label= &Workspace
Search_FindReferencesAction_tooltip= Search for References to the Selected Element in the Workspace
#Search_FindReferencesAction_BinPrimConstWarnDialog_title= Search for References to a Binary Constant
#Search_FindReferencesAction_BinPrimConstWarnDialog_message= Matches to this constant will only be discovered in source files and binary files where the constant value is not inlined.
Search_FindReferencesInProjectAction_label= &Project
Search_FindReferencesInProjectAction_tooltip= Search for References to the Selected Element in Resources in the Enclosing Project of the Selected Element
Search_FindReferencesInWorkingSetAction_label= Working &Set...
Search_FindReferencesInWorkingSetAction_tooltip= Search for References to the Selected Element in a Working Set
Search_FindHierarchyReferencesAction_label= &Hierarchy
Search_FindHierarchyReferencesAction_tooltip= Search for References of the Selected Element in its Hierarchy
#Search_FindReadReferencesAction_label= &Workspace
#Search_FindReadReferencesAction_tooltip= Search for Read References to the Selected Element in the Workspace
#Search_FindReadReferencesInProjectAction_label= &Project
#Search_FindReadReferencesInProjectAction_tooltip= Search for Read References to the Selected Element in Resources in the Enclosing Project of the Selected Element
#Search_FindReadReferencesInWorkingSetAction_label= Working &Set...
#Search_FindReadReferencesInWorkingSetAction_tooltip= Search for Read References to the Selected Element in a Working Set
#Search_FindReadReferencesInHierarchyAction_label= &Hierarchy
#Search_FindReadReferencesInHierarchyAction_tooltip= Search for Read References of the Selected Element in its Hierarchy
#Search_FindWriteReferencesAction_label= &Workspace
#Search_FindWriteReferencesAction_tooltip= Search for Write References to the Selected Element in the Workspace
#Search_FindWriteReferencesInProjectAction_label= &Project
#Search_FindWriteReferencesInProjectAction_tooltip= Search for Write References to the Selected Element in Resources in the Enclosing Project of the Selected Element
#Search_FindWriteReferencesInWorkingSetAction_label= Working &Set...
#Search_FindWriteReferencesInWorkingSetAction_tooltip= Search for Write References to the Selected Element in a Working Set
#Search_FindWriteReferencesInHierarchyAction_label= &Hierarchy
#Search_FindWriteReferencesInHierarchyAction_tooltip= Search for Write References of the Selected Element in its Hierarchy
#Search_FindOccurrencesInFile_shortLabel= &Identifier
#Search_FindOccurrencesInFile_label= I&dentifiers in File
#Search_FindOccurrencesInFile_tooltip= Find Occurrences of the Selected Element in the Editor
#FindOccurrencesEngine_noSource_text= No source available. To perform this operation you need to attach source.
#FindOccurrencesEngine_cannotParse_text= Cannot analyze the compilation unit or class file.
#OccurrencesFinder_no_element= Cannot search for the current selection. Please select a valid DLTK element name.
#OccurrencesFinder_no_binding= Selected DLTK element is unknown.
#OccurrencesFinder_searchfor=Search for Occurrences in File
# The first argument will be replaced by the element name and the second one by the file name
#OccurrencesFinder_label_singular=''{0}'' - 1 occurrence in ''{1}''
# The first argument will be replaced by the element name, the second by the count and the last by the file name
#OccurrencesFinder_label_plural=''{0}'' - {1} occurrences in ''{2}''
#ExceptionOccurrencesFinder_no_exception= Cannot search for current selection. Please select an exception.
#ExceptionOccurrencesFinder_searchfor= Search for Exception Occurrences
# The first argument will be replaced by the element name and the second one by the file name
#ExceptionOccurrencesFinder_label_singular=''{0}'' - 1 exception occurrence in ''{1}''
# The first argument will be replaced by the element name, the second by the count and the last by the file name
#ExceptionOccurrencesFinder_label_plural=''{0}'' - {1} exception occurrences in ''{2}''
#ImplementOccurrencesFinder_invalidTarget= Cannot search for current selection. Please select a type behind 'implements' or 'extends'.
#ImplementOccurrencesFinder_searchfor= Search for Implement Occurrences
# The first argument will be replaced by the element name and the second one by the file name
#ImplementOccurrencesFinder_label_singular=''{0}'' - 1 implement occurrence in ''{1}''
# The first argument will be replaced by the element name, the second by the count and the last by the file name
#ImplementOccurrencesFinder_label_plural=''{0}'' - {1} implement occurrences in ''{2}''
# The first argument will be replaced by the pattern and the second by the scope
DLTKSearchOperation_singularDeclarationsPostfix=''{0}'' - 1 declaration in {1}
DLTKSearchOperation_singularReferencesPostfix=''{0}'' - 1 reference in {1}
#DLTKSearchOperation_singularReadReferencesPostfix=''{0}'' - 1 read reference in {1}
#DLTKSearchOperation_singularWriteReferencesPostfix=''{0}'' - 1 write reference in {1}
#DLTKSearchOperation_singularImplementorsPostfix=''{0}'' - 1 implementor in {1}
DLTKSearchOperation_singularOccurrencesPostfix=''{0}'' - 1 occurrence in {1}
DLTKSearchOperation_pluralDeclarationsPostfix=''{0}'' - {1} declarations in {2}
DLTKSearchOperation_pluralReferencesPostfix=''{0}'' - {1} references in {2}
#DLTKSearchOperation_pluralReadReferencesPostfix=''{0}'' - {1} read references in {2}
#DLTKSearchOperation_pluralWriteReferencesPostfix=''{0}'' - {1} write references in {2}
#DLTKSearchOperation_pluralImplementorsPostfix=''{0}'' - {1} implementors in {2}
DLTKSearchOperation_pluralOccurrencesPostfix=''{0}'' - {1} occurrences in {2}
DLTKElementAction_typeSelectionDialog_title=Search
DLTKElementAction_typeSelectionDialog_message=&Select the type to search:
DLTKElementAction_error_open_message=An exception occurred while opening the type.
DLTKElementAction_operationUnavailable_title= Operation Unavailable
DLTKElementAction_operationUnavailable_generic= The operation is unavailable on the current selection. Please select a valid {0} element name.
#DLTKElementAction_operationUnavailable_field= The operation is unavailable on the current selection. Please select the name of a field or local variable.
#DLTKElementAction_operationUnavailable_interface= The operation is unavailable on the current selection. Please select the name of an interface.
WorkspaceScope= workspace
WorkspaceScopeNoInterpreterEnvironment= workspace (no Interpreter)
SingleWorkingSetScope= working set ''{0}''
SingleWorkingSetScopeNoInterpreterEnvironment= working set ''{0}'' (no Interpreter)
DoubleWorkingSetScope= working sets ''{0}'', ''{1}''
DoubleWorkingSetScopeNoInterpreterEnvironment= working set ''{0}'', ''{1}'' (no Interpreter)
WorkingSetsScope= working set ''{0}'', ''{1}'', ...
WorkingSetsScopeNoInterpreterEnvironment= working set ''{0}'', ''{1}'', ... (no Interpreter)
SingleSelectionScope= ''{0}''
SingleSelectionScopeNoInterpreterEnvironment= ''{0}'' (no Interpreter)
DoubleSelectionScope= ''{0}'', ''{1}''
DoubleSelectionScopeNoInterpreterEnvironment= ''{0}'', ''{1}'' (no Interpreter)
SelectionScope= ''{0}'', ''{1}'', ...
SelectionScopeNoInterpreterEnvironment= ''{0}'', ''{1}'', ... (no Interpreter)
EnclosingProjectsScope=projects ''{0}'', ''{1}'', ...
EnclosingProjectsScopeNoInterpreterEnvironment=projects ''{0}'', ''{1}'', ... (no Interpreter)
EnclosingProjectScope=project ''{0}''
EnclosingProjectScopeNoInterpreterEnvironment=project ''{0}'' (no Interpreter)
EnclosingProjectsScope2=projects ''{0}'', ''{1}''
EnclosingProjectsScope2NoInterpreterEnvironment=projects ''{0}'', ''{1}'' (no Interpreter)
ProjectScope= project ''{0}''
ProjectScopeNoInterpreterEnvironment= project ''{0}'' (no Interpreter)
HierarchyScope= hierarchy of ''{0}''
DLTKSearchResultPage_sortByName=Name
DLTKSearchResultPage_sortByPath=Path
DLTKSearchResultPage_open_editor_error_title=Open Element
DLTKSearchResultPage_open_editor_error_message=Opening element failed.
DLTKSearchResultPage_sortByParentName=Parent Name
DLTKSearchResultPage_filtered_message={0} (Filtered)
DLTKSearchResultPage_preferences_label=Preferences...
DLTKSearchResultPage_sortBylabel=Sort By
DLTKSearchResultPage_error_marker=Could not create marker
DLTKSearchResultPage_groupby_project=Project
DLTKSearchResultPage_groupby_project_tooltip=Group by Project
DLTKSearchResultPage_groupby_package=Package
DLTKSearchResultPage_groupby_package_tooltip=Group by Package
DLTKSearchResultPage_filteredWithCount_message={0} ({1} matches filtered from view)
DLTKSearchResultPage_groupby_file=File
DLTKSearchResultPage_groupby_file_tooltip=Group by File
DLTKSearchResultPage_groupby_type=Type
DLTKSearchResultPage_groupby_type_tooltip=Group by Type
DLTKSearchQuery_task_label=Searching for ''{0}''...
DLTKSearchQuery_label=DLTK Search
DLTKSearchQuery_error_unsupported_pattern=Unsupported search pattern: "{0}"
DLTKSearchScopeFactory_undefined_projects=empty scope
DLTKSearchQuery_status_ok_message=Found {0} matches.
DLTKSearchQuery_error_participant_estimate=An error occurred while estimating progress data
DLTKSearchScopeFactory_undefined_selection=empty scope
DLTKSearchQuery_error_element_does_not_exist=Element ''{0}'' does not exist anymore
DLTKSearchScopeFactory_undefined_workingsets=empty scope
DLTKSearchQuery_error_participant_search=An error occurred during participant search
SearchParticipant_error_noID=Missing id attribute on search participant extension {0}
SearchParticipant_error_noNature=Missing nature attribute on search participant {0}
SearchParticipant_error_noLanguage=Missing language attribute on search participant {0}
SearchParticipant_error_noClass=Missing class attribute on search participant {0}
SearchParticipant_error_classCast=Search participant doesn't implement IQueryParticipant
#MatchFilter_ImportFilter_name=Imports
#MatchFilter_ImportFilter_actionLabel=Filter &Imports
#MatchFilter_ImportFilter_description=Filters matches that are in import statements
MatchFilter_WriteFilter_name=Writes
MatchFilter_WriteFilter_actionLabel=Filter &Writes
MatchFilter_WriteFilter_description=Filters matches that are write accesses
MatchFilter_ReadFilter_name=Reads
MatchFilter_ReadFilter_actionLabel=Filter &Reads
MatchFilter_ReadFilter_description=Filters matches that are not write accesses
MatchFilter_DLTKdocFilter_name=DLTKdoc
MatchFilter_DLTKdocFilter_actionLabel=Filter &DLTKdoc
MatchFilter_DLTKdocFilter_description=Filters matches that are inside DLTKdoc comments
#MatchFilter_ErasureFilter_name=Incompatible type arguments
#MatchFilter_ErasureFilter_actionLabel=Filter In&compatible
#MatchFilter_ErasureFilter_description=Filters parameterized type matches that are not assignment compatible with the search pattern
#MatchFilter_InexactFilter_name=Inexact type arguments
#MatchFilter_InexactFilter_actionLabel=Filter Ine&xact
#MatchFilter_InexactFilter_description=Filters parameterized type matches where the type arguments don't exactly match the search pattern's type arguments
MatchFilter_PotentialFilter_name=Potential Matches
MatchFilter_PotentialFilter_actionLabel=Filter &Potential
MatchFilter_PotentialFilter_description=Filters potential matches
#MethodExitsFinder_no_return_type_selected=No return type selected
#BreakContinueTargetFinder_cannot_highlight=Occurrences in this element cannot be highlighted
#BreakContinueTargetFinder_no_break_or_continue_selected=No break or continue selected
TextSearchLabelProvider_matchCountFormat={0} ({1} matches)
FiltersDialog_title=DLTK Search Filters
FiltersDialog_filters_label=Select the &matches to exclude from the search results:
FiltersDialog_description_label=Filter Description:
FiltersDialog_limit_label=&Limit top level elements in DLTK search view to:
FiltersDialog_limit_error=Element limit must be a positive number
FiltersDialogAction_label=&Filters...