OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 providerName = The Chromium Authors | 5 providerName = The Chromium Authors |
6 | 6 |
7 pluginName = Chromium JavaScript Remote Debugger UI | 7 pluginName = Chromium JavaScript Remote Debugger UI |
8 | 8 |
9 chromiumLaunchName = Chromium JavaScript | 9 chromiumLaunchName = Chromium JavaScript |
10 standaloneV8LaunchName = Standalone V8 VM | 10 standaloneV8LaunchName = Standalone V8 VM |
11 consolePseudoLaunchName = Browser Connection | 11 consolePseudoLaunchName = Browser Connection |
12 | 12 |
13 ChromiumJavascriptDecorator.label = Chromium JavaScript Decorator | 13 ChromiumJavascriptDecorator.label = Chromium JavaScript Decorator |
14 | 14 |
15 OpenFunctionAction.label = Open Function | 15 OpenFunctionAction.label = Open Function |
16 | 16 |
17 BreakpointProperties.name = Breakpoint Properties | 17 BreakpointProperties.name = Breakpoint Properties |
18 V8JsScript.name = V8 JS Script | 18 V8JsScript.name = V8 JS Script |
19 | 19 |
20 ChromiumSourceFileActionsId.menu.label = V8 Debugging | 20 ChromiumSourceFileActionsId.menu.label = V8 Debugging |
21 LiveEditWizardAction.label = Preview and Push Source Changes to VM... | 21 LiveEditWizardAction.label = Preview and Push Source Changes to VM... |
22 PushChangesAction.label = Push Source Changes to VM | 22 PushChangesAction.label = Push Source Changes to VM |
23 | 23 |
| 24 SynchronizeBreakpoints.menu.label = Synchronize JavaScript Breakpoints |
| 25 SynchronizeBreakpoints.ResetRemote.label = Reset on Remote |
| 26 SynchronizeBreakpoints.ResetLocal.label = Reset on Local |
| 27 SynchronizeBreakpoints.Merge.label = Merge Remote and Local |
| 28 |
| 29 ExceptionBreakpoints.menu.label = Break on JavaScript Exceptions |
| 30 ExceptionBreakpoints.Caught.label = Caught |
| 31 ExceptionBreakpoints.Uncaught.label = Uncaught |
OLD | NEW |