blob: b2ba248b56c95d752f7bb5aa16fae0535232836c [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2009 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:
# Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
# (report 36180: Callers/Callees view)
# Michael Fraenkel (fraenkel@us.ibm.com) - patch
# (report 60714: Call Hierarchy: display search scope in view title)
# Stephan Herrmann (stephan@cs.tu-berlin.de):
# - bug 206949: [call hierarchy] filter field accesses (only write or only read)
###############################################################################
ToggleCallModeAction_callers_label=&Caller Hierarchy
ToggleCallModeAction_callers_tooltip=Show Caller Hierarchy
ToggleCallModeAction_callers_description=Show the Caller Hierarchy
ToggleCallModeAction_callees_label=C&allee Hierarchy
ToggleCallModeAction_callees_tooltip=Show Callee Hierarchy
ToggleCallModeAction_callees_description=Show the Callee Hierarchy
CallHierarchyViewPart_field_menu=Fiel&d Accesses
SelectFieldModeAction_all_references_label=&All references
SelectFieldModeAction_all_references_description=Show all references
SelectFieldModeAction_read_accesses_label=&Read accesses
SelectFieldModeAction_read_accesses_description=Show only read accesses
SelectFieldModeAction_write_accesses_label=&Write accesses
SelectFieldModeAction_write_accesses_description=Show only write accesses
HistoryDropDownAction_tooltip=Show History List
HistoryDropDownAction_clearhistory_label=Clear History
HistoryAction_description=Open ''{0}'' in Hierarchy
HistoryAction_inputElements_2={0}, {1}
HistoryAction_inputElements_3={0}, {1}, {2}
HistoryAction_inputElements_more={0}, {1}, {2}, ...
HistoryAction_tooltip=Open ''{0}'' in Hierarchy
HistoryListDialog_title=Call Hierarchy History
HistoryListDialog_label=&Select the element to open in the call hierarchy:
HistoryListDialog_remove_button=&Remove
HistoryListAction_label=History...
ToggleOrientationAction_vertical_label=&Vertical View Orientation
ToggleOrientationAction_vertical_description=Vertical View Orientation
ToggleOrientationAction_vertical_tooltip=Vertical View Orientation
ToggleOrientationAction_horizontal_label=&Horizontal View Orientation
ToggleOrientationAction_horizontal_tooltip=Horizontal View Orientation
ToggleOrientationAction_horizontal_description=Horizontal View Orientation
ToggleOrientationAction_automatic_label=&Automatic View Orientation
ToggleOrientationAction_automatic_tooltip=Automatic View Orientation
ToggleOrientationAction_automatic_description=Automatic View Orientation
ToggleOrientationAction_single_label=Hierarchy View &Only
ToggleOrientationAction_single_tooltip=Hierarchy View Only
ToggleOrientationAction_single_description=Hierarchy View Only
ShowExpandWithConstructorsDialogAction_text=E&xpand with Constructors...
ShowFilterDialogAction_text= &Filters...
FiltersDialog_filter= Filter Calls
FiltersDialog_filterOnNames= &Name filter patterns (matching names will be hidden):
FiltersDialog_filterOnNamesSubCaption= Patterns are separated by commas (* = any string, ? = any character)
FiltersDialog_maxCallDepth= &Max call depth:
FiltersDialog_messageMaxCallDepthInvalid= The max call depth must be in range [1..99]
CallHierarchyContentProvider_searchError_title=Exception
CallHierarchyContentProvider_searchError_message=Unexpected exception.
CallHierarchyLabelProvider_constructor_label=[constructor] {0}
CallHierarchyLabelProvider_expandWithConstructorsAction_realCallers=[callers]
CallHierarchyLabelProvider_root=Root
CallHierarchyLabelProvider_searchCanceled=The search was canceled
CallHierarchyLabelProvider_noMethodSelected=- no method selected -
CallHierarchyLabelProvider_updatePending=...
CallHierarchyLabelProvider_matches={0} ({1} matches)
CallHierarchyViewPart_empty=To display the call hierarchy, select one or more methods, classes, fields, or initializers, and select the \'Open Call Hierarchy\' menu option. Alternatively, you can drag and drop the member or members onto this view.
CallHierarchyViewPart_callsToConstructors=Members calling constructors of ''{0}'' - in {1}
CallHierarchyViewPart_callsToField=Members accessing ''{0}'' - in {1}
CallHierarchyViewPart_callsToFieldWrite=Members writing to ''{0}'' - in {1}
CallHierarchyViewPart_callsToFieldRead=Members reading ''{0}'' - in {1}
CallHierarchyViewPart_callsToMembers_2=Members calling ''{0}'', ''{1}'' - in {2}
CallHierarchyViewPart_callsToMembers_3=Members calling ''{0}'', ''{1}'', ''{2}'' - in {3}
CallHierarchyViewPart_callsToMembers_more=Members calling ''{0}'', ''{1}'', ''{2}'', ... - in {3}
CallHierarchyViewPart_callsToMethod=Members calling ''{0}'' - in {1}
CallHierarchyViewPart_layout_menu=&Layout
CallHierarchyViewPart_callsFromConstructors=Calls from constructors of ''{0}'' - in {1}
CallHierarchyViewPart_callsFromMembers_2=Calls from ''{0}'', ''{1}'' - in {2}
CallHierarchyViewPart_callsFromMembers_3=Calls from ''{0}'', ''{1}'', ''{2}'' - in {3}
CallHierarchyViewPart_callsFromMembers_more=Calls from ''{0}'', ''{1}'', ''{2}'', ... - in {3}
CallHierarchyViewPart_callsFromMethod=Calls from ''{0}'' - in {1}
FocusOnSelectionAction_focusOnSelection_text=Fo&cus On Selection
FocusOnSelectionAction_focusOnSelection_description=Focus On Selection
FocusOnSelectionAction_focusOnSelection_tooltip=Focus On Selection
FocusOnSelectionAction_focusOn_selected=Foc&us On Selected Elements
FocusOnSelectionAction_focusOn_text=Fo&cus On ''{0}''
RefreshAction_text=Re&fresh
RefreshAction_tooltip=Refresh
SearchScopeActionGroup_searchScope=&Search Scope
SearchScopeActionGroup_hierarchy_text=&Hierarchy
SearchScopeActionGroup_hierarchy_tooltip=Search for Calls in Hierarchy
SearchScopeActionGroup_project_text=&Project
SearchScopeActionGroup_project_tooltip=Search for Calls in Project
SearchScopeActionGroup_workingset_tooltip=Search for Calls in Working Set
SearchScopeActionGroup_workspace_text=&Workspace
SearchScopeActionGroup_workspace_tooltip=Search for Calls in Workspace
SearchScopeActionGroup_workingset_select_text=Working &Set...
SearchScopeActionGroup_workingset_select_tooltip=Select Working Set
WorkingSetScope= Working Set - {0}
SearchUtil_workingSetConcatenation= {0}, {1}
SelectWorkingSetAction_error_title=Select Working Sets Error
SelectWorkingSetAction_error_message=An error occurred while selecting the working sets.
OpenLocationAction_error_title=Show Call Location
CallHierarchyUI_open_in_editor_error_message=An error occurred while opening the editor.
CallHierarchyUI_open_in_editor_error_messageArgs=An error occurred while opening the editor for ''{0}'': ''{1}''.
CallHierarchyUI_open_operation_unavialable=Operation unavailable on the current selection.\n\nSelect one or more methods, classes, fields, or initializers.
CallHierarchyUI_error_open_view=An error occurred while opening the call hierarchy view.
CopyCallHierarchyAction_label=Copy E&xpanded Hierarchy
CopyCallHierarchyAction_problem=Problem Copying Hierarchy to Clipboard
CopyCallHierarchyAction_clipboard_busy=There was a problem when accessing the system clipboard. Retry?
OpenCallHierarchyAction_label=Open Call &Hierarchy
OpenCallHierarchyAction_tooltip=Open a Call Hierarchy on the Selected Element
OpenCallHierarchyAction_description=Open a call hierarchy on the selected element
OpenCallHierarchyAction_dialog_title=Open Call Hierarchy
CancelSearchAction_label=Cancel
CancelSearchAction_tooltip=Cancel Current Search
CallHierarchyUI_selectionDialog_title=Open In Call Hierarchy
CallHierarchyUI_selectionDialog_message=&Select the member to be shown in the Call Hierarchy:
OpenLocationAction_label=&Open
OpenLocationAction_tooltip=Open Location
LocationViewer_ColumnIcon_header=
LocationViewer_ColumnLine_header=Line
LocationViewer_ColumnInfo_header=Call
LocationLabelProvider_unknown=?
LocationCopyAction_copy=&Copy
ExpandWithConstructorsAction_expandWithConstructors_text= &Expand with Constructors
ExpandWithConstructorsAction_expandWithConstructors_description= Expand with constructors
ExpandWithConstructorsAction_expandWithConstructors_tooltip= Expand with Constructors
ExpandWithConstructorsDialog_anonymousTypes_label=&All methods in anonymous types
ExpandWithConstructorsDialog_explanation_label=Configure the types whose instance methods are expanded with constructors by default.
ExpandWithConstructorsDialog_not_a_valid_type_name=''{0}'' is not a valid type name
ExpandWithConstructorsDialog_title=Expand with Constructors
ExpandWithConstructorsDialog_typeNames_label=Type &names (each on a line):