blob: 6f34f4f893e07d5ccad3b4dc2638925bbf2eec71 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
#manifest's description entries
OpenIDE-Module-Name=Java Debugger
OpenIDE-Module-Display-Category=Java SE
OpenIDE-Module-Short-Description=JPDA Debugger.
OpenIDE-Module-Long-Description=Contains UI for Java Debugger implementation.
# File names on system filesystem
# Each key is resource path to a primary file
# Value gives localized display name for data node
Toolbars/Debug=&Debug
Menu/RunProject/Stack=&Stack
#SourcesView
Sourcess_view=Kaynaklar
#JavaElementSelector
CTL_Loading_package_names=Loading package names
CTL_searching=Searching
CTL_clinit_description=Init des
CTL_init_description=Init
#DebuggerViews
CTL_DebuggerConsole_Title = Debugger Console
CTL_ProcessOutput_Title = Process Output
#DebuggerOutput
CTL_Attaching_socket=Attaching to {0}:{1}
CTL_Attaching_shmem=Attaching to {0}
CTL_Attaching_pid=Attaching to {0}
# Used for an unknown transport method:
CTL_Attaching=Attaching...
CTL_Listening_shmem=Listening on {0}
CTL_Listening_socket=Listening on {0}
CTL_Launching=Launching: {0}
CTL_Step_Into=Step Into
CTL_Step_Over=Step Over
CTL_Step_Out=Step Out
CTL_Continue=Devam Et
CTL_Pause=Pause
CTL_Debugger_running=User program running
CTL_Debugger_paused=User program paused
CTL_Debugger_stopped=User program stopped
CTL_Debugger_finished=User program finished
CTL_Thread_stopped_no_line=Thread {0} stopped at {1}.{2}.
CTL_Thread_stopped_no_line_no_source=Thread {0} stopped.
CTL_Thread_stopped=Thread {0} stopped at {1}:{3}.
CTL_Thread_stopped_no_source=Thread {0} stopped at {1}:{3} - unavailable source file.
CTL_Thread_stopped_no_source_no_line=Thread {0} stopped at {1}.{2} - unavailable source file.
CTL_Thread_stopped_no_info=Thread {0} stopped at {1}:{3} - compiled without debug info.
CTL_Thread_stopped_no_info_no_line=Thread {0} stopped at {1}.{2} - compiled without debug info.
CTL_Thread_stopped_before_op=Thread {0} stopped before call to ''{4}()'' at {1}:{3}.
CTL_Thread_stopped_after_op=Thread {0} stopped after return from ''{4}()'' at {1}:{3}.
#ConnectPanel
CTL_Connect=Attach Debugger
CTL_Connector_name=Java Debugger (JPDA)
CTL_No_Connector=No connector found
CTL_Connector=&Ba\u011flay\u0131c\u0131:
CTL_Transport=&Transport:
ACSD_CTL_Transport=
ACSD_CTL_Connector=
ACSD_CTL_Argument=Insert {0} Argument
CTL_CA_hostname=H&ost:
CTL_CA_port=&Port:
CTL_CA_javaExecutable=Java &executable:
CTL_CA_core=C&orefile:
CTL_CA_debugServerName=Debug &server:
CTL_CA_pid=&PID:
CTL_CA_name=&Ad:
CTL_CA_timeout=T&imeout [ms]:
CTL_CA_localAddress=&Local address:
CTL_Invalid_value_title=Invalid value of parameter
CTL_Required_value_title=Required parameter value
MSG_Required_value=Value of {0} needs to be specified.
MSG_Invalid_value=Value of {0} is not valid.
CTL_Connection_refused=Connection refused.
CTL_Unknown_host=Unknown host.
CTL_Attach_to_socket=Attach to {0}:{1}
CTL_Attach_to_shmem=Attach to address {0}
CTL_Attach_to_pid=Attach to pid {0}
CTL_Listen_on_shmem=Listen on address {0}
CTL_Listen_on_socket=Listen on port {0}
#StopActionPanel
CTL_Stop_debugging=\ Suspend Debugging
ACSD_CTL_Stop_debugging=
#JavaProjectSettings
#not visible
CTL_JavaProjectSettings=Java
#JavaDebuggerSettingsBeanInfo
HINT_Java_Debugger_option=Java Debugger Settings
PROP_RunCompilation=Run Compilation
HINT_RunCompilation=If True, classes are compiled before debugging is started.
PROP_ActionOnTraceInto=Action on Step Into
HINT_ActionOnTraceInto=Specifies an action to take upon stepping into a method without source code.
PROP_ActionOnTraceIntoSet=Show Action on Step Into Dialog
HINT_ActionOnTraceIntoSet=If True, asks for an action to take when you step into a method without source.
#org.netbeans.modules.debugger.jpda.ui.JPDADebuggerProjectSettings
#Display name of settings of the "Attach to VM" dialog
CTL_Attach_settings=JPDA Debugger Attach Settings
#Watch panel
CTL_Watch_Name=&Watch Expression:
ACSD_CTL_Watch_Name=
ACSD_WatchPanel=
CTL_DeleteFixedWatch_Label = Delete Fixed Watch
CTL_CreateFixedWatch_Label = Create Fixed Watch
# CodeEvaluator
CTL_Code_Evaluator_name=Evaluate Code
CTL_Code_Evaluator_tooltip=Evaluate Code
CTL_Evaluator_Result_name=Evaluation Result
CTL_Evaluator_Result_tooltip=Evaluation Result
CTL_Expressions_Dropdown_tooltip=Show lastly evaluated code fragments
CTL_Expression=Expression
CTL_Type=Tip
CTL_Value=De\u011fer
Evaluator.Title=Evaluate Expression
Evaluator.A11YDescr=Dialog where expressions can be evaluated in the application that is being debugged.
Evaluator.A11YName=Expression evaluation.
Evaluator.Expression=&Expression\:
Evaluator.Result=&Result\:
Evaluator.ResultA11YName=Expression Result
Evaluator.ResultA11YDescr=Result of the expression evaluation.
Evaluator.Evaluate=Evaluate
Evaluator.Evaluate.TLT=Evaluate the expression.
Evaluator.Watch=&Watch
Evaluator.Watch.TLT=Add the expression into Watches view.
Evaluator.Close=Kapat
Evaluator.Close.TLT=Close the evaluator dialog.
CTL_connectProgress=Attaching Debugger
# BreakpointOutput
MSG_InvalidBreakpoint=Not able to submit breakpoint {0}
MSG_InvalidBreakpointWithReason=Not able to submit breakpoint {0}, reason: {1}
Link_InvalidBreakpoint=Ge\u00e7ersiz {0}
MSG_ValidBreakpoint={0} successfully submitted.
MSG_ValidBreakpointWithReason={0} partially submitted - not into all classes, reason: {1}
Evaluator.ExpressionA11YDescr=The expression to evaluate
# Usage logging
# {0} connector instance
# {1} connector arguments
USG_DEBUG_ATTACH_JPDA=Debugger connect using connector {0} with arguments: {1}
CodeEvaluator.evaluateButton.text=
HistoryPanel.historyLabel.text=History:
HINT_Evaluate_Button=Evaluate code fragment (Ctrl + Enter)
HINT_Show_History=Show evaluation history
# VariablesFormatter
MSG_CharSequenceFormatter=Default CharSequence Formatter
MSG_CollectionFormatter=Default Collection Formatter
MSG_MapFormatter=Default Map Formatter
MSG_MapEntryFormatter=Default Map.Entry Formatter
MSG_EnumFormatter=Default Enum Formatter
# SourcePath
No_URL_Warning=Source path "{0}" was not found.\nThe reason is likely no opened project with this source file.