blob: 1b5ee3e5fde9d3077d705380ead2a62709d645ee [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 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
#
###############################################################################
pluginProvider=Eclipse DLTK
pluginName=Dynamic Languages Toolkit Tcl Debug UI
ToggleBreakpoint.label = Toggle Breakpoint
ToggleSpawnpoint.label = Toggle Spawnpoint
EnableDisableBreakpoint.label = Enable/Disable Breakpoint
BreakpointProperties.label = Breakpoint Properties...
WatchVariable = Watch as Variable
InterpretersPreferencePage = Interpreters
# Debug
Debug.PreferencePage = Debug
Engines.PreferencePage = Engines
DetailFormattersPreferencePage.name = Detail Formatters
SpawnpointsPreferencePage.name = Spawnpoints
ToggleBreakpoint.label = Toggle &Breakpoint
EnableDisableBreakpoint.label = Toggl&e Enablement
BreakpointProperties.label = Breakpoint Properties...
# TclConsole
TclConsole.Console = TclConsole
TclConsole.Actions.PasteToTclConsole = Paste to TclConsole
TclConsole.PreferencePage = Console
# Action definitions
ActionDefinition.RunTclScript.name = Tcl Script
ActionDefinition.RunTclScript.description = Tcl Script
ActionDefinition.DebugTclScript.name = Tcl Script
ActionDefinition.DebugTclScript.description = Tcl Script
# Launch shortcut
TclLaunchShortcut.name = Tcl Script
TclLaunchShortcut.description = Tcl Script
TclLaunchShortcut.runName = Tcl Script
TclLaunchShortcut.debugName = Tcl Script
TclLaunchShortcut.runDescription = Runs a Tcl Script
TclLaunchShortcut.debugDescription = Debugs a Tcl Script
Debug.PropertyPage= Debug
Engines.PropertyPage = Engines
variablesViewMenu.name = Tcl
showGlobalVarsCommand.name = Show Global Variables
showGlobalVarsCommand.description = Show Global Variables
showGlobalVarsCommand.tooltip = Toggles global variable display
showClassVarsCommand.name = Show Class Variables
showClassVarsCommand.description = Show Class Variables
showClassVarsCommand.tooltip = Toggles class variable display
showLocalVarsCommand.name = Show Local Variables
showLocalVarsCommand.description = Show Local Variables
showLocalVarsCommand.tooltip = Toggles local variable display
showPreferencesCommand.name = Tcl Preferences
showPreferencesCommnand.description = Tcl Preferences
showPreferencesCommand.tooltip = Opens preferences for Tcl variables