~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/Bundle.properties

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
2
#
 
3
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
 
4
#
 
5
# The contents of this file are subject to the terms of either the GNU
 
6
# General Public License Version 2 only ("GPL") or the Common
 
7
# Development and Distribution License("CDDL") (collectively, the
 
8
# "License"). You may not use this file except in compliance with the
 
9
# License. You can obtain a copy of the License at
 
10
# http://www.netbeans.org/cddl-gplv2.html
 
11
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
 
12
# specific language governing permissions and limitations under the
 
13
# License.  When distributing the software, include this License Header
 
14
# Notice in each file and include the License file at
 
15
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
 
16
# particular file as subject to the "Classpath" exception as provided
 
17
# by Sun in the GPL Version 2 section of the License file that
 
18
# accompanied this code. If applicable, add the following below the
 
19
# License Header, with the fields enclosed by brackets [] replaced by
 
20
# your own identifying information:
 
21
# "Portions Copyrighted [year] [name of copyright owner]"
 
22
#
 
23
# Contributor(s):
 
24
#
 
25
# The Original Software is NetBeans. The Initial Developer of the Original
 
26
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
 
27
# Microsystems, Inc. All Rights Reserved.
 
28
#
 
29
# If you wish your version of this file to be governed by only the CDDL
 
30
# or only the GPL Version 2, indicate your decision by adding
 
31
# "[Contributor] elects to include this software in this distribution
 
32
# under the [CDDL or GPL Version 2] license." If you do not indicate a
 
33
# single choice of license, a recipient has the option to distribute
 
34
# your version of this file under either the CDDL, the GPL Version 2 or
 
35
# to extend the choice of license to its licensees as provided above.
 
36
# However, if you add GPL Version 2 code and therefore, elected the GPL
 
37
# Version 2 license, then the option applies only if the new code is
 
38
# made subject to such option by the copyright holder.
 
39
 
 
40
 
 
41
#manifest's description entries
 
42
OpenIDE-Module-Name=Java Debugger
 
43
OpenIDE-Module-Display-Category=Java
 
44
OpenIDE-Module-Short-Description=JPDA Debugger.
 
45
OpenIDE-Module-Long-Description=\
 
46
    For the list of included fixed bugs please check <A HREF="http://wiki.netbeans.org/wiki/view/NetBeans6.0PatchesInfo">http://wiki.netbeans.org/wiki/view/NetBeans6.0PatchesInfo</A>. \
 
47
    <BR> \
 
48
    <BR> \
 
49
Contains UI for Java Debugger implementation.
 
50
 
 
51
# File names on system filesystem
 
52
# Each key is resource path to a primary file
 
53
# Value gives localized display name for data node
 
54
Toolbars/Debug=&Debug
 
55
 
 
56
#SourcesView
 
57
CTL_Sourcess_view=Sources
 
58
 
 
59
#JavaElementSelector
 
60
CTL_Loading_package_names=Loading package names
 
61
CTL_searching=Searching
 
62
CTL_clinit_description=Init des
 
63
CTL_init_description=Init
 
64
 
 
65
#DebuggerViews
 
66
CTL_DebuggerConsole_Title = Debugger Console
 
67
CTL_ProcessOutput_Title = Process Output
 
68
 
 
69
#DebuggerOutput
 
70
CTL_Attaching_socket=Attaching to {0}:{1}
 
71
CTL_Attaching_shmem=Attaching to {0}
 
72
CTL_Attaching_pid=Attaching to {0}
 
73
# Used for an unknown transport method:
 
74
CTL_Attaching=Attaching...
 
75
CTL_Listening_shmem=Listening on {0}
 
76
CTL_Listening_socket=Listening on {0}
 
77
CTL_Launching=Launching: {0}
 
78
 
 
79
CTL_Step_Into=Step Into
 
80
CTL_Step_Over=Step Over
 
81
CTL_Step_Out=Step Out
 
82
CTL_Continue=Continue
 
83
CTL_Pause=Pause
 
84
 
 
85
CTL_Debugger_running=User program running
 
86
CTL_Debugger_paused=User program paused
 
87
CTL_Debugger_stopped=User program stopped
 
88
CTL_Debugger_finished=User program finished
 
89
CTL_Thread_stopped_no_line=Thread {0} stopped at {1}.{2}.
 
90
CTL_Thread_stopped_no_line_no_source=Thread {0} stopped.
 
91
CTL_Thread_stopped=Thread {0} stopped at {1}:{3}.
 
92
CTL_Thread_stopped_no_source=Thread {0} stopped at {1}:{3} - unavailable source file.
 
93
CTL_Thread_stopped_no_source_no_line=Thread {0} stopped at {1}.{2} - unavailable source file.
 
94
CTL_Thread_stopped_no_info=Thread {0} stopped at {1}:{3} - compiled without debug info.
 
95
CTL_Thread_stopped_no_info_no_line=Thread {0} stopped at {1}.{2} - compiled without debug info.
 
96
CTL_Thread_stopped_before_op=Thread {0} stopped before call to ''{4}()'' at {1}:{3}.
 
97
CTL_Thread_stopped_after_op=Thread {0} stopped after return from ''{4}()'' at {1}:{3}.
 
98
 
 
99
#ConnectPanel
 
100
CTL_Connector_name=JPDA Debugger
 
101
CTL_No_Connector=No connector found
 
102
CTL_Connector=&Connector:
 
103
CTL_Transport=&Transport:
 
104
ACSD_CTL_Transport=
 
105
ACSD_CTL_Connector=
 
106
ACSD_CTL_Argument=Insert {0} Argument
 
107
 
 
108
CTL_CA_hostname=H&ost:
 
109
CTL_CA_port=&Port:
 
110
CTL_CA_javaExecutable=Java &executable:
 
111
CTL_CA_core=C&orefile:
 
112
CTL_CA_debugServerName=Debug &server:
 
113
CTL_CA_pid=&PID:
 
114
CTL_CA_name=&Name:
 
115
CTL_CA_timeout=T&imeout [ms]:
 
116
CTL_CA_localAddress=&Local address:
 
117
 
 
118
CTL_Invalid_value_title=Invalid value of parameter
 
119
CTL_Required_value_title=Required parameter value
 
120
CTL_Connection_refused=Connection refused.
 
121
CTL_Unknown_host=Unknown host.
 
122
 
 
123
#StopActionPanel
 
124
CTL_Stop_debugging=\ Suspend Debugging
 
125
ACSD_CTL_Stop_debugging=
 
126
 
 
127
#JavaProjectSettings
 
128
#not visible
 
129
CTL_JavaProjectSettings=Java
 
130
 
 
131
#JavaDebuggerSettingsBeanInfo
 
132
HINT_Java_Debugger_option=Java Debugger Settings
 
133
PROP_RunCompilation=Run Compilation
 
134
HINT_RunCompilation=If True, classes are compiled before debugging is started.
 
135
PROP_ActionOnTraceInto=Action on Step Into
 
136
HINT_ActionOnTraceInto=Specifies an action to take upon stepping into a method without source code.
 
137
PROP_ActionOnTraceIntoSet=Show Action on Step Into Dialog
 
138
HINT_ActionOnTraceIntoSet=If True, asks for an action to take when you step into a method without source.
 
139
 
 
140
#org.netbeans.modules.debugger.jpda.ui.JPDADebuggerProjectSettings
 
141
#Display name of settings of the "Attach to VM" dialog
 
142
CTL_Attach_settings=JPDA Debugger Attach Settings
 
143
 
 
144
#Watch panel
 
145
CTL_Watch_Name=&Watch Expression:
 
146
ACSD_CTL_Watch_Name=
 
147
ACSD_WatchPanel=
 
148
 
 
149
CTL_DeleteFixedWatch_Label = Delete Fixed Watch
 
150
CTL_CreateFixedWatch_Label = Create Fixed Watch
 
151
 
 
152
Evaluator.Title=Evaluate Expression
 
153
 
 
154
Evaluator.A11YDescr=Dialog where expressions can be evaluated in the application that is being debugged.
 
155
Evaluator.A11YName=Expression evaluation.
 
156
 
 
157
Evaluator.Expression=&Expression\:
 
158
 
 
159
Evaluator.Result=&Result\:
 
160
Evaluator.ResultA11YName=Expression Result
 
161
Evaluator.ResultA11YDescr=Result of the expression evaluation.
 
162
 
 
163
Evaluator.Evaluate=Evaluate
 
164
Evaluator.Evaluate.TLT=Evaluate the expression.
 
165
 
 
166
Evaluator.Watch=&Watch
 
167
Evaluator.Watch.TLT=Add the expression into Watches view.
 
168
 
 
169
Evaluator.Close=Close
 
170
Evaluator.Close.TLT=Close the evaluator dialog.
 
171
 
 
172
CTL_connectProgress=Attaching Debugger
 
173
 
 
174
# BreakpointOutput
 
175
MSG_InvalidBreakpoint=Not able to submit breakpoint {0}
 
176
MSG_InvalidBreakpointWithReason=Not able to submit breakpoint {0}, reason: {1}
 
177
Link_InvalidBreakpoint=Invalid {0}
 
178
MSG_ValidBreakpoint={0} successfully submitted.
 
179
 
 
180
Evaluator.ExpressionA11YDescr=The expression to evaluate