blob: 0ecf1bdcd206ff5a7fa299ac426cd6bd2eb84ee5 [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 2007 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
#
###############################################################################
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