blob: 3b14f8c54c669a72175eb5de202f096f93c888bc [file] [log] [blame]
#=============================================================================#
# Copyright (c) 2010, 2019 Stephan Wahlbrink and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
#=============================================================================#
LineBreakpoint_name= R Line Breakpoint
MethodBreakpoint_name= R Function/Method Breakpoint
Breakpoint_Line_label = line: {0}
Breakpoint_SubLabel_copula = in
Breakpoint_Function_prefix = function:
Breakpoint_S4Method_prefix = S4 method:
Breakpoint_ScriptLine_prefix = script line:
Breakpoint_DefaultDetailPane_name = Breakpoint Settings
Breakpoint_DefaultDetailPane_description = R breakpoint settings
MethodBreakpoint_Entry_label = &Entry
MethodBreakpoint_Exit_label = E&xit
Hyperlink_StepInto_label= Step Into
Expression_Context_Missing_message= A stack frame must be selected to provide a context for evaluation.