blob: 1d7504d2dbce58d3829c8e39050c285714a9e34e [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-2007 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.
#BreakpointTypes
CTL_Java_breakpoint_events_cathegory_name=Java
CTL_Class_event_type_name=Clase
CTL_Method_event_type_name=M\u00e9todo
CTL_Exception_event_name_type_name=Excepci\u00f3n
CTL_Variable_event_type_name=Campo
CTL_Thread_event_type_name=F\u00edo
CTL_Line_event_type_name=Li\u00f1a
#ActionsPanel
L_Actions_Panel_Suspend=&Suspender\:
ASCD_L_Actions_Panel_Suspend=
ASCD_CB_Actions_Panel_Suspend=
LBL_CB_Actions_Panel_Suspend_None=Sen f\u00edos (continuar)
LBL_CB_Actions_Panel_Suspend_Current=Breakpoint thread
LBL_CB_Actions_Panel_Suspend_All=Todos os f\u00edos
TTT_CB_Actions_Panel_Suspend=The suspend mode.
L_Actions_Panel_Print_Text=Imprimir &texto\:
ACSD_TF_Actions_Panel_Print_Text=
TTT_TF_Actions_Panel_Print_Text=Text to be printed when breakpoint occurs.
#ClassBreakpointPanel
CTL_Class_Breakpoint_Print_Text=Class breakpoint hit for class {className}.
L_Class_Breakpoint_filter_hint=Class Filter (Set exclusion / non-exclusion filter for classes)
ACSD_L_Class_Breakpoint_filter_hint=
L_Class_Breakpoint_Package_Name=Nome do &paquete\:
ACSD_L_Class_Breakpoint_Package_Name=
TTT_TF_Class_Breakpoint_Package_Name=Especificar o nome do paquete.
ACSD_TF_Class_Breakpoint_Package_Name=
L_Class_Breakpoint_Class_Name=Nome da &clase\:
ACSD_L_Class_Breakpoint_Class_Name=
TTT_TF_Class_Breakpoint_Class_Name=Specify class name or use '*' for all classes from package.
ACSD_TF_Class_Breakpoint_Class_Name=
CB_Class_Breakpoint_Exclusion_Filter=&Exclusion Filter
ACSD_CB_Class_Breakpoint_Exclusion_Filter=
TTT_CB_Class_Breakpoint_Exclusion_Filter=Hit all classes except those matching the filter.
L_Class_Breakpoint_Type=Stop &On\:
ASCD_L_Class_Breakpoint_Type=
ACSD_CB_Class_Breakpoint_Type=
TTT_CB_Class_Breakpoint_Type=Select type of event this breakpoint should stop on.
LBL_Class_Breakpoint_Type_Prepare=Class Load
LBL_Class_Breakpoint_Type_Unload=Class Unload
LBL_Class_Breakpoint_Type_Prepare_or_Unload=Class Load or Unload
MSG_No_Class_Name_Spec=Class Name should be specified.
#ExceptionBreakpointPanel
CTL_Exception_Breakpoint_Print_Text=Exception {exceptionClassName}({exceptionMessage}) breakpoint hit in {className} at line {lineNumber} by thread {threadName}.
L_Exception_Breakpoint_filter_hint=(Enter full name of class of exception or error, e.g.\: java.lang.InternalError)
ACSD_L_Exception_Breakpoint_filter_hint=
L_Exception_Breakpoint_Package_Name=Nome do &paquete\:
ACSD_L_Exception_Breakpoint_Package_Name=
ACSD_TF_Exception_Breakpoint_Package_Name=Package name input line
TTT_CB_Exception_Breakpoint_Package_Name=Escriba aqu\u00ed o nome do paquete.
L_Exception_Breakpoint_Class_Name=Nome da clase &Exception\:
ACSD_L_Exception_Breakpoint_Class_Name=
TTT_CB_Exception_Breakpoint_Class_Name=Select name of exception class here.
ACSD_CB_Exception_Breakpoint_Class_Name=
LBL_ClassFilter=Filtro da clase\:
TTT_ClassFilter=Restricts to locations in classes whose names match this filter.
LBL_ClassExclusionFilter=Class Exclusion Filter\:
TTT_ClassExclusionFilter=Restricts to locations in classes whose names do not match this filter.
L_Exception_Breakpoint_Type=Stop &On\:
ASCD_L_Exception_Breakpoint_Type=
TTT_CB_Exception_Breakpoint_Type=Select type of event this breakpoint should stop on.
ACSD_CB_Exception_Breakpoint_Type=
LBL_Exception_Breakpoint_Type_Catched=Capturada
LBL_Exception_Breakpoint_Type_Uncatched=Uncaught
LBL_Exception_Breakpoint_Type_Catched_or_Uncatched=Caught or Uncaught
L_Exception_Breakpoint_Condition=Co&ndici\u00f3n\:
ACSD_L_Exception_Breakpoint_Condition=
TTT_TF_Exception_Breakpoint_Condition=Escriba aqu\u00ed a expresi\u00f3n Java.
ACSD_TF_Exception_Breakpoint_Condition=
MSG_No_Exception_Class_Name_Spec=Exception Class Name should be specified.
#MethodBreakpointPanel
CTL_Method_Breakpoint_Print_Text=Method breakpoint hit in {className}.{methodName} at line {lineNumber} by thread {threadName}.
L_Method_Breakpoint_Package_Name=Nome do &paquete\:
ACSD_L_Method_Breakpoint_Package_Name=
ACSD_TF_Method_Breakpoint_Package_Name=
TTT_TF_Method_Breakpoint_Package_Name=Introduza aqu\u00ed o nome do paquete.
L_Method_Breakpoint_Class_Name=Nome da &clase\:
ACSD_L_Method_Breakpoint_Class_Name=
ACSD_TF_Method_Breakpoint_Class_Name=
TTT_TF_Method_Breakpoint_Class_Name=Introduza aqu\u00ed o nome da clase.
L_Method_Breakpoint_Method_Name=Nome do &m\u00e9todo\:
ACSD_L_Method_Breakpoint_Method_Name=
Method_Breakpoint_ALL_METHODS=<todos os m\u00e9todos>
TTT_TF_Method_Breakpoint_Method_Name=Introduza aqu\u00ed o nome do m\u00e9todo.
ACSD_TF_Method_Breakpoint_Method_Name=
ACSD_CB_Method_Breakpoint_All_Methods=
TTT_CB_Method_Breakpoint_All_Methods=Check if you would like to stop in all methods in given class.
CB_Method_Breakpoint_All_Methods=All Methods for &Given Class
LBL_Method_Breakpoint_Type_Entry=Entrada do m\u00e9todo
LBL_Method_Breakpoint_Type_Exit=Method Exit
LBL_Method_Breakpoint_Type_Entry_or_Exit=Method Entry or Exit
ACSD_L_Method_Breakpoint_Condition=
L_Method_Breakpoint_Condition=Co&ndici\u00f3n\:
TTT_TF_Method_Breakpoint_Condition=Escriba aqu\u00ed a expresi\u00f3n Java. Pode empregar un valor de "retorno" especial para o valor de volta de referencia dende a sa\u00edda do m\u00e9todo.
ACSD_TF_Method_Breakpoint_Condition=
MSG_No_Class_or_Method_Name_Spec=Class Name and Method Name should be specified.
#FieldBreakpointPanel
CTL_Field_Breakpoint_Print_Text=Field breakpoint hit at line {lineNumber} in class {className} by thread {threadName}.
L_Field_Breakpoint_Package_Name=Nome do &paquete\:
ACSD_L_Field_Breakpoint_Package_Name=
ACSD_TF_Field_Breakpoint_Package_Name=
TTT_TF_Field_Breakpoint_Package_Name=Introduza aqu\u00ed o nome do paquete.
L_Field_Breakpoint_Class_Name=Nome da &clase\:
ACSD_L_Field_Breakpoint_Class_Name=
ACSD_TF_Field_Breakpoint_Class_Name=
TTT_TF_Field_Breakpoint_Class_Name=Introduza aqu\u00ed o nome clase.
L_Field_Breakpoint_Field_Name=Nome do ca&mpo\:
ACSD_L_Field_Breakpoint_Field_Name=
TTT_TF_Field_Breakpoint_Field_Name=Introduza aqu\u00ed o nome do campo.
ACSD_TF_Field_Breakpoint_Field_Name=
L_Field_Breakpoint_Type=Stop &On\:
ACSD_L_Field_Breakpoint_Type=
TTT_CB_Field_Breakpoint_Type=Select type of breakpoint here.
ACSD_CB_Field_Breakpoint_Type=
LBL_Field_Breakpoint_Type_Access=Field Access
LBL_Field_Breakpoint_Type_Modification=Field Modification
LBL_Field_Breakpoint_Type_Access_or_Modification=Field Access or Modification
L_Field_Breakpoint_Condition=Co&ndici\u00f3n\:
ACSD_L_Field_Breakpoint_Condition=
ACSD_TF_Field_Breakpoint_Condition=
TTT_TF_Field_Breakpoint_Condition=Escriba aqu\u00ed a expresi\u00f3n Java.
MSG_No_Class_or_Field_Name_Spec=Deber\u00eda especificarse o nome da clase e do campo.
#ThreadBreakpointPanel
CTL_Thread_Breakpoint_started_Print_Text=Thread breakpoint hit by thread {threadName} (started).
CTL_Thread_Breakpoint_died_Print_Text=Thread breakpoint hit by thread {threadName} (died).
L_Thread_Breakpoint_Type=Stop &On\:
ACSD_L_Thread_Breakpoint_Type=
TTT_CB_Thread_Breakpoint_Type=Select type of breakpoint here.
ACSD_CB_Thread_Breakpoint_Type=
LBL_Thread_Breakpoint_Type_Start=Thread Start
LBL_Thread_Breakpoint_Type_Death=Thread Death
LBL_Thread_Breakpoint_Type_Start_or_Death=Thread Start or Death
#LineBreakpointPanel
#L_Line_Breakpoint_Project_Name=Project\:
#MN_L_Line_Breakpoint_Project_Name=P
#ASCD_L_Line_Breakpoint_Project_Name=Project
#ASCD_TF_Line_Breakpoint_Project_Name=Project
#TTT_TF_Line_Breakpoint_Project_Name=Project
CTL_Line_Breakpoint_Print_Text=Breakpoint hit at line {lineNumber} in class {className} by thread {threadName}.
L_Line_Breakpoint_File_Name=&Ficheiro\:
ACSD_L_Line_Breakpoint_File_Name=Ficheiro
ACSD_TF_Line_Breakpoint_File_Name=Ficheiro
TTT_TF_Line_Breakpoint_File_Name=Nome do Ficheiro
L_Line_Breakpoint_Line_Number=N\u00famero de l&i\u00f1a\:
ACSD_L_Line_Breakpoint_Line_Number=N\u00famero de li\u00f1a
ACSD_TF_Line_Breakpoint_Line_Number=N\u00famero de li\u00f1a
TTT_TF_Line_Breakpoint_Line_Number=Line number to stop at
L_Line_Breakpoint_Condition=Co&ndici\u00f3n:
ACSD_L_Line_Breakpoint_Condition=Condici\u00f3n
ACSD_TF_Line_Breakpoint_Condition=Condici\u00f3n
TTT_TF_Line_Breakpoint_Condition=Breakpoint is hit if the expression evaluates to true.
MSG_No_File_Spec=Deber\u00eda especificarse o nome do ficheiro.
MSG_Invalid_File_Spec=Nome de ficheiro incorrecto.
MSG_Malformed_File_Spec=Nome do ficheiro mal formado.
MSG_NonExistent_File_Spec=O ficheiro non existe.
MSG_NonJava_File_Spec=Java source file is expected.
MSG_No_Line_Number_Spec=Deber\u00eda especificarse o n\u00famero de li\u00f1a.
MSG_TooBig_Line_Number_Spec=The line number {0} is too big. O n\u00famero m\u00e1ximo de li\u00f1a \u00e9 {1}.
MSG_NonPositive_Line_Number_Spec=Deber\u00eda especificarse un n\u00famero de li\u00f1a positivo.
MSG_Bad_Hit_Count_Filter_Spec=Wrong value of hit count filter: ''{0}''.
MSG_NonPositive_Hit_Count_Filter_Spec=A positive hit count filter should be specified.
MSG_No_Hit_Count_Filter_Spec=No hit count filter is specified.
MSG_No_Condition_Spec=Especificouse unha condici\u00f3n baleira.
ConditionsPanel.cbWhenHitCount.equals=igual a
ConditionsPanel.cbWhenHitCount.greater=\u00e9 m\u00e1is grande que
ConditionsPanel.cbWhenHitCount.multiple=\u00e9 m\u00faltiplo de
L_Actions_Panel_BorderTitle=Acci\u00f3ns
LBL_Use_As_Default_Option=De&fault for New Breakpoints
TTT_Use_As_Default_Option=Use the selected suspend mode as default for all new breakpoints.
L_Class_Breakpoint_BorderTitle=Configuraci\u00f3ns
L_Exception_Breakpoint_BorderTitle=Configuraci\u00f3ns
L_Field_Breakpoint_BorderTitle=Configuraci\u00f3ns
L_Line_Breakpoint_BorderTitle=Configuraci\u00f3ns
L_Method_Breakpoint_BorderTitle=Configuraci\u00f3ns
L_Thread_Breakpoint_BorderTitle=Configuraci\u00f3ns
LBL_HitCountFilter=Interromper ao contar un impacto
L_Conditions_Breakpoint_BorderTitle=Condici\u00f3ns
ConditionsPanel.classFilterCheckBox.text=&Filter on Classes Throwing the Exception
ConditionsPanel.cbWhenHitCount.text=B&reak when hit count
ConditionsPanel.conditionCheckBox.text=Co&ndici\u00f3n\:
ConditionsPanel.classExcludeFilterLabel.text=E&xclu\u00edr clases\:
ConditionsPanel.classIncludeFilterLabel.text=&Match Classes\:
ConditionsPanel.spCondition.toolTipText=Condici\u00f3n
ConditionsPanel.tfCondition.toolTipText=Breakpoint is hit only if this expression evaluates to true.
L_Method_Breakpoint_Type=Stop &On\:
TTT_CB_Classes_Filter_Throwing=Enables restricting this breakpoint to specific classes that throw the exception.
TTT_CB_Classes_Matched=Restrict this breakpoint to specified classes.
TTT_CB_Classes_Excluded=Breakpoint applied to all classes except these excluded classes.
TTT_Class_Pattern_Help_1=In a class pattern, you can use an asterisk (*) as a suffix.
TTT_Class_Pattern_Help_2=Multiple patterns should be separated by commas.
TTT_Class_Pattern_Help_3=Example: java.net.URLClassLoader*, java.lang.ClassLoader
TTT_TF_Hit_Count=Debugging is stopped only if the number of this breakpoint hits matches the selected condition.
ACSN_CB_Method_Breakpoint_Type=When to stop on this method.
ACSN_CB_HitCount=Hit count condition.
ACSD_CB_HitCount=Specify the hit count condition.
ACSN_Method_Breakpoint_ClassName=Nome da clase
ACSD_Method_Breakpoint_ClassName=Enter the class name the method is defined in.
ACSD_Class_Breakpoint_ClassName=Introduza o nome da clase.
ACSD_Field_Breakpoint_ClassName=Enter the class name the field is defined in.
ACSD_Exception_Breakpoint_ClassName=Enter the class name representing the exception.
ACSN_ConditionTF=The condition expression.
ACSN_HitCountTF=The hit count number.
ACSN_MethodBreakpointPanel=Method Breakpoint Settings
ACSD_ExcludeClasses_LBL=The classes to exclude
ACSD_IncludeClasses_LBL=The classes to match
ACSD_PrintText=The text to print when the breakpoint is hit.
ACSD_StopOn_LBL=The event type this breakpoint should stop on.
ACSD_Actions=Actions performed when the breakpoint is hit.
ACSD_Conditions=Conditions determining when the breakpoint is hit.
ACSN_LineBreakpoint=Line Breakpoint properties
ACSN_FieldBreakpoint=Field Breakpoint properties
ACSN_ExceptionBreakpoint=Exception Breakpoint properties
TTT_ExceptionClassName=The class name representing the exception.