3 - ***** BEGIN LICENSE BLOCK *****
4 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
6 - The contents of this file are subject to the Mozilla Public License Version
7 - 1.1 (the "License"); you may not use this file except in compliance with
8 - the License. You may obtain a copy of the License at
9 - http://www.mozilla.org/MPL/
11 - Software distributed under the License is distributed on an "AS IS" basis,
12 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 - for the specific language governing rights and limitations under the
16 - The Original Code is The JavaScript Debugger.
18 - The Initial Developer of the Original Code is
19 - Netscape Communications Corporation.
20 - Portions created by the Initial Developer are Copyright (C) 1998
21 - the Initial Developer. All Rights Reserved.
24 - Robert Ginda, <rginda@netscape.com>, original author
26 - Alternatively, the contents of this file may be used under the terms of
27 - either the GNU General Public License Version 2 or later (the "GPL"), or
28 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 - in which case the provisions of the GPL or the LGPL are applicable instead
30 - of those above. If you wish to allow use of your version of this file only
31 - under the terms of either the GPL or the LGPL, and not to allow others to
32 - use your version of this file under the terms of the MPL, indicate your
33 - decision by deleting the provisions above and replace them with the notice
34 - and other provisions required by the GPL or the LGPL. If you do not delete
35 - the provisions above, a recipient may use your version of this file under
36 - the terms of any one of the MPL, the GPL or the LGPL.
38 - ***** END LICENSE BLOCK ***** -->
40 <!ENTITY MainWindow.title
"JavaScript Debugger">
42 <!-- floating views -->
43 <!ENTITY ViewFloat.tooltip
"Click here to float/unfloat this view">
44 <!ENTITY ViewGrippy.tooltip
"Drag titlebar to move this view">
45 <!ENTITY ViewClose.tooltip
"Click here to close this view">
48 <!ENTITY Help.commands
"Command Reference">
49 <!ENTITY Help.about
"About Venkman">
52 <!ENTITY DebugBar.tooltip
"Debugging Toolbar">
53 <!ENTITY MenuBar.tooltip
"Menu Bar">
55 <!-- breakpoint view -->
56 <!ENTITY Break.label
"Breakpoints">
57 <!ENTITY BreakCol0.label
"Name">
58 <!ENTITY BreakCol1.label
"Line/PC">
61 <!ENTITY Locals.label
"Local Variables">
62 <!ENTITY LocalsCol0.header
"Name">
63 <!ENTITY LocalsCol1.header
"Type">
64 <!ENTITY LocalsCol2.header
"Value">
65 <!ENTITY LocalsCol3.header
"Flags">
68 <!ENTITY Session.label
"Interactive Session">
71 <!ENTITY Scripts.label
"Loaded Scripts">
72 <!ENTITY ScriptsSearch.label
"Search">
73 <!ENTITY ScriptsSearch.tooltip
"Click here to clear the search field">
74 <!ENTITY ScriptsCol0.header
"Name">
75 <!ENTITY ScriptsCol1.header
"Line">
76 <!ENTITY ScriptsCol2.header
"Length">
79 <!ENTITY Source.label
"Source Code">
80 <!ENTITY SourceHeader.tip
"Source Toolbar">
81 <!ENTITY SourceCol0.display
"Margin">
82 <!ENTITY SourceCol1.display
"Line Number">
85 <!ENTITY Stack.label
"Call Stack">
86 <!ENTITY StackCol0.header
"Name">
87 <!ENTITY StackCol1.header
"Location">
90 <!ENTITY Watch.label
"Watches">
91 <!ENTITY WatchCol0.header
"Name">
92 <!ENTITY WatchCol1.header
"Type">
93 <!ENTITY WatchCol2.header
"Value">
94 <!ENTITY WatchCol3.header
"Flags">
97 <!ENTITY Windows.label
"Open Windows">
98 <!ENTITY WindowsCol0.label
"File">
100 <!-- breakpoint properties window -->
101 <!ENTITY BPProps.URL.label
"URL">
102 <!ENTITY BPProps.Line.label
"Line">
103 <!ENTITY BPProps.PC.label
"PC">
104 <!ENTITY BPProps.FunctionName.label
"Function">
105 <!ENTITY BPProps.TriggerCount.label
"Trigger count">
106 <!ENTITY BPProps.OneTime.label
"Clear breakpoint after first trigger">
107 <!ENTITY BPProps.Then.label
"Then …">
108 <!ENTITY BPProps.ConditionalCheck.label
"When triggered, execute…">
109 <!ENTITY BPProps.NeverStopRadio.label
"Continue regardless of result">
110 <!ENTITY BPProps.AlwaysStopRadio.label
"Stop regardless of result">
111 <!ENTITY BPProps.ConditionalBreakRadio.label
"Stop if result is true">
112 <!ENTITY BPProps.EarlyReturnRadio.label
"Early return from caller with result">
113 <!ENTITY BPProps.PassExceptionsCheck.label
"Pass exceptions to caller">
114 <!ENTITY BPProps.LogResultCheck.label
"Log result">
115 <!ENTITY BPProps.Apply.label
"Apply">
116 <!ENTITY BPProps.Revert.label
"Revert">
117 <!ENTITY BPProps.Close.label
"Close">