############################################################################### # Copyright (c) 2000, 2010 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_1={0} HistoryAction_inputElements_2={0}, {1} HistoryAction_inputElements_more={0}, {1}, ... 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 ToggleOrientationAction_vertical_description=Vertical ToggleOrientationAction_vertical_tooltip=Vertical ToggleOrientationAction_horizontal_label=&Horizontal ToggleOrientationAction_horizontal_tooltip=Horizontal ToggleOrientationAction_horizontal_description=Horizontal ToggleOrientationAction_automatic_label=&Automatic ToggleOrientationAction_automatic_tooltip=Automatic ToggleOrientationAction_automatic_description=Automatic ToggleOrientationAction_single_label=Hierarchy &Only ToggleOrientationAction_single_tooltip=Hierarchy Only ToggleOrientationAction_single_description=Hierarchy Only ShowSearchInDialogAction_text= Search &In... SearchInDialog_title= Search In 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_more=Members calling ''{0}'', ''{1}'', ... - in {2} 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_more=Calls from ''{0}'', ''{1}'', ... - in {2} 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}'' PinCallHierarchyViewAction_label= Pi&n Call Hierarchy View PinCallHierarchyViewAction_tooltip= Pin the Call Hierarchy View RefreshViewAction_text=Re&fresh View RefreshViewAction_tooltip=Refresh View RefreshSingleElementAction_text= Refre&sh RefreshSingleElementAction_tooltip=Refresh RefreshSingleElementAction_description=Refresh SearchScopeActionGroup_searchScope=&Search Scope 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} 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 RemoveFromViewAction_removeFromView_text= Remo&ve from View RemoveFromViewAction_removeFromView_description= Remove from View RemoveFromViewAction_removeFromView_tooltip= Remove from View ExpandWithConstructorsAction_expandWithConstructors_text= &Expand with Constructors ExpandWithConstructorsAction_expandWithConstructors_description= Expand with constructors ExpandWithConstructorsAction_expandWithConstructors_tooltip= Expand with Constructors ExpandWithConstructorsDialog_title= Expand with Constructors ExpandWithConstructorsConfigurationBlock_description= De&fine a list of members or types with their fully qualified names. The call hierarchy for these members or members of the types will be expanded with constructors by default. ExpandWithConstructorsConfigurationBlock_newType_button= New &Type... ExpandWithConstructorsConfigurationBlock_newMember_button= New &Member... ExpandWithConstructorsConfigurationBlock_edit_button= &Edit... ExpandWithConstructorsConfigurationBlock_remove_button= &Remove ExpandWithConstructorsConfigurationBlock_restoreDefaults_button= Restore &Defaults CallHierarchyTypesOrMembersDialog_member_title= New Member for Expand With Constructors CallHierarchyTypesOrMembersDialog_member_labelText= Enter a fully qualified non-static, non-constructor member (e.g. \'java.lang.Runnable.run\'): CallHierarchyTypesOrMembersDialog_type_title= New Type for Expand With Constructors CallHierarchyTypesOrMembersDialog_type_labelText= Enter a fully qualified type (e.g. \'java.lang.Runnable\'): CallHierarchyTypesOrMembersDialog_browse_button= &Browse... CallHierarchyTypesOrMembersDialog_ChooseTypeDialog_title= Type Selection CallHierarchyTypesOrMembersDialog_ChooseTypeDialog_description= Choose type name: CallHierarchyTypesOrMembersDialog_ChooseTypeDialog_error_message= A problem occurred while collecting types. See the error log for details. CallHierarchyTypesOrMembersDialog_error_invalidTypeName=Not a valid type name. CallHierarchyTypesOrMembersDialog_error_invalidMemberName=Not a valid member name. CallHierarchyTypesOrMembersDialog_error_entryExists=Entry already exists in list. CallHierarchyTypesOrMembersDialog_anonymousTypes_label=&All methods in anonymous types