| ############################################################################### |
| # 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.org |
| pluginName=Dynamic Languages Toolkit Ruby Debug UI (Incubation) |
| |
| ToggleBreakpoint.label = Toggle &Breakpoint |
| EnableDisableBreakpoint.label = Toggl&e Enablement |
| BreakpointProperties.label = Breakpoint Properties... |
| |
| RubyDebugHover.label = Ruby debug hover |
| RubyDebugHover.description = Hover displaying variable or expression value during debugging |
| |
| # Context menu actions |
| ScriptWatch.label = Ruby Watch |
| ScriptInspect.label = Ruby Inspect |
| ScriptDisplay.label = Ruby Display |
| |
| # Launch |
| RubyTabGroup.description = Ruby Tab Group |
| |
| # Launch shortcut |
| RubyLaunchShortcut.name = Ruby Script |
| RubyLaunchShortcut.description = Ruby Script |
| RubyLaunchShortcut.runName = Ruby Script |
| RubyLaunchShortcut.debugName = Ruby Script |
| RubyLaunchShortcut.runDescription = Runs a Ruby Script |
| RubyLaunchShortcut.debugDescription = Debugs a Ruby Script |
| |
| ActionDefinition.RunRubyScript.name = Ruby Script |
| ActionDefinition.RunRubyScript.description = Ruby Script |
| ActionDefinition.DebugRubyScript.name = Ruby Script |
| ActionDefinition.DebugRubyScript.description = Ruby Script |