blob: 7607f611da2af35b3c0dbfdb5446939ec3e5a97f [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=Classe
CTL_Method_event_type_name=M\u00e9thode
CTL_Exception_event_name_type_name= Exception
CTL_Variable_event_type_name=Champ
CTL_Thread_event_type_name=Thread
CTL_Line_event_type_name=Ligne
#ActionsPanel
L_Actions_Panel_Suspend=&Suspendre\:
ASCD_L_Actions_Panel_Suspend=
ASCD_CB_Actions_Panel_Suspend=
LBL_CB_Actions_Panel_Suspend_None=Aucun thread (continuer)
LBL_CB_Actions_Panel_Suspend_Current=Point d'arr\u00eat de thread
LBL_CB_Actions_Panel_Suspend_All=Tous les threads
TTT_CB_Actions_Panel_Suspend=Le mode suspendre.
L_Actions_Panel_Print_Text=Imprimer le &texte\:
ACSD_TF_Actions_Panel_Print_Text=
TTT_TF_Actions_Panel_Print_Text=Texte \u00e0 imprimer quand le point d'arr\u00eat est atteint.
#ClassBreakpointPanel
CTL_Class_Breakpoint_Print_Text=Point d'arr\u00eat de classe atteint pour la classe {className}.
L_Class_Breakpoint_filter_hint=Filtre de classe: d\u00e9finir le filtre d'exclusion ou de non-exclusion pour les classes
ACSD_L_Class_Breakpoint_filter_hint=
L_Class_Breakpoint_Package_Name=Nom de &package\:
ACSD_L_Class_Breakpoint_Package_Name=
TTT_TF_Class_Breakpoint_Package_Name=Attribuez un nom au package.
ACSD_TF_Class_Breakpoint_Package_Name=
L_Class_Breakpoint_Class_Name=Nom de la &classe\:
ACSD_L_Class_Breakpoint_Class_Name=
TTT_TF_Class_Breakpoint_Class_Name=Attribuez un nom \u00e0 la classe ou utilisez le symbole * pour toutes les classes issues du 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=S\u00e9lectionnez le type d'\u00e9v\u00e9nement sur lequel ce point d'arr\u00eat devra s'arr\u00eater.
LBL_Class_Breakpoint_Type_Prepare=Class Load
LBL_Class_Breakpoint_Type_Unload=D\u00e9chargement de classe
LBL_Class_Breakpoint_Type_Prepare_or_Unload=Class Load or Unload
MSG_No_Class_Name_Spec=Vous devez sp\u00e9cifier un nom de classe.
#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=Nom de &package\:
ACSD_L_Exception_Breakpoint_Package_Name=
ACSD_TF_Exception_Breakpoint_Package_Name=Ligne de saisie du nom du package
TTT_CB_Exception_Breakpoint_Package_Name=Saisissez le nom du package ici.
L_Exception_Breakpoint_Class_Name=&Exception Class Name\:
ACSD_L_Exception_Breakpoint_Class_Name=
TTT_CB_Exception_Breakpoint_Class_Name=S\u00e9lectionnez ici le nom de la classe d'exception.
ACSD_CB_Exception_Breakpoint_Class_Name=
LBL_ClassFilter=Class Filter\:
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=S\u00e9lectionnez le type d'\u00e9v\u00e9nement sur lequel ce point d'arr\u00eat devra s'arr\u00eater.
ACSD_CB_Exception_Breakpoint_Type=
LBL_Exception_Breakpoint_Type_Catched=Intercept\u00e9
LBL_Exception_Breakpoint_Type_Uncatched=Non intercept\u00e9
LBL_Exception_Breakpoint_Type_Catched_or_Uncatched=Intercept\u00e9 ou non intercept\u00e9
L_Exception_Breakpoint_Condition=Co&ndition\:
ACSD_L_Exception_Breakpoint_Condition=
TTT_TF_Exception_Breakpoint_Condition=\u00c9crivez ici l'expression Java.
ACSD_TF_Exception_Breakpoint_Condition=
MSG_No_Exception_Class_Name_Spec=Vous devez sp\u00e9cifier un nom de classe d'exception.
#MethodBreakpointPanel
CTL_Method_Breakpoint_Print_Text=Point d'arr\u00eat de m\u00e9thode atteint dans {className}.{methodName} \u00e0 la ligne {lineNumber} par le thread {threadName}.
L_Method_Breakpoint_Package_Name=Nom de &package\:
ACSD_L_Method_Breakpoint_Package_Name=
ACSD_TF_Method_Breakpoint_Package_Name=
TTT_TF_Method_Breakpoint_Package_Name=Saisissez le nom du package ici.
L_Method_Breakpoint_Class_Name=Nom de la &classe\:
ACSD_L_Method_Breakpoint_Class_Name=
ACSD_TF_Method_Breakpoint_Class_Name=
TTT_TF_Method_Breakpoint_Class_Name=Saisissez le nom de la classe ici.
L_Method_Breakpoint_Method_Name=No&m de la m\u00e9thode:
ACSD_L_Method_Breakpoint_Method_Name=
Method_Breakpoint_ALL_METHODS=<all methods>
TTT_TF_Method_Breakpoint_Method_Name=Saisissez ici le nom de la m\u00e9thode.
ACSD_TF_Method_Breakpoint_Method_Name=
ACSD_CB_Method_Breakpoint_All_Methods=
TTT_CB_Method_Breakpoint_All_Methods=Cochez cette case si vous souhaitez \u00e9galement appliquer le point d'arr\u00eat \u00e0 toutes les m\u00e9thodes d'une classe donn\u00e9e.
CB_Method_Breakpoint_All_Methods=All Methods for &Given Class
LBL_Method_Breakpoint_Type_Entry=Method Entry
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&ndition\:
TTT_TF_Method_Breakpoint_Condition=\u00c9crivez ici l'expression Java. A special "return" variable name can be used to reference returned value from method exit breakpoints.
ACSD_TF_Method_Breakpoint_Condition=
MSG_No_Class_or_Method_Name_Spec=Vous devez sp\u00e9cifier un nom de classe et un nom de m\u00e9thode.
#FieldBreakpointPanel
CTL_Field_Breakpoint_Print_Text=Point d'arr\u00eat du champ atteint \u00e0 la ligne {lineNumber} de la classe {className} par le thread {threadName}.
L_Field_Breakpoint_Package_Name=Nom de &package\:
ACSD_L_Field_Breakpoint_Package_Name=
ACSD_TF_Field_Breakpoint_Package_Name=
TTT_TF_Field_Breakpoint_Package_Name=Saisissez le nom du package ici.
L_Field_Breakpoint_Class_Name=Nom de la &classe\:
ACSD_L_Field_Breakpoint_Class_Name=
ACSD_TF_Field_Breakpoint_Class_Name=
TTT_TF_Field_Breakpoint_Class_Name=Saisissez le nom de la classe ici.
L_Field_Breakpoint_Field_Name=&Field Name\:
ACSD_L_Field_Breakpoint_Field_Name=
TTT_TF_Field_Breakpoint_Field_Name=Saisissez le nom du champ ici.
ACSD_TF_Field_Breakpoint_Field_Name=
L_Field_Breakpoint_Type=Stop &On\:
ACSD_L_Field_Breakpoint_Type=
TTT_CB_Field_Breakpoint_Type=S\u00e9lectionnez ici le type de point d'arr\u00eat.
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&ndition\:
ACSD_L_Field_Breakpoint_Condition=
ACSD_TF_Field_Breakpoint_Condition=
TTT_TF_Field_Breakpoint_Condition=\u00c9crivez ici l'expression Java.
MSG_No_Class_or_Field_Name_Spec=Vous devez sp\u00e9cifier un nom de classe et un nom de champ.
#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=S\u00e9lectionnez ici le type de point d'arr\u00eat.
ACSD_CB_Thread_Breakpoint_Type=
LBL_Thread_Breakpoint_Type_Start=D\u00e9marrage d'un thread
LBL_Thread_Breakpoint_Type_Death=Mort d'un thread
LBL_Thread_Breakpoint_Type_Start_or_Death=D\u00e9marrage ou mort d'un thread
#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=Point d'arr\u00eat atteint \u00e0 la ligne {lineNumber} de la classe {className} par le thread {threadName}.
L_Line_Breakpoint_File_Name=&Fichier\:
ACSD_L_Line_Breakpoint_File_Name=Fichier
ACSD_TF_Line_Breakpoint_File_Name=Fichier
TTT_TF_Line_Breakpoint_File_Name=Nom du fichier
L_Line_Breakpoint_Line_Number=L&ine number\:
ACSD_L_Line_Breakpoint_Line_Number=Num\u00e9ro de ligne
ACSD_TF_Line_Breakpoint_Line_Number=Num\u00e9ro de ligne
TTT_TF_Line_Breakpoint_Line_Number=Num\u00e9ro de ligne \u00e0 laquelle s'arr\u00eater
L_Line_Breakpoint_Condition=Co&ndition:
ACSD_L_Line_Breakpoint_Condition=Condition
ACSD_TF_Line_Breakpoint_Condition=Condition
TTT_TF_Line_Breakpoint_Condition=Breakpoint is hit if the expression evaluates to true.
MSG_No_File_Spec=File name should be specified.
MSG_Invalid_File_Spec=Invalid file name.
MSG_Malformed_File_Spec=Malformed file name.
MSG_NonExistent_File_Spec=Le fichier n'existe pas.
MSG_NonJava_File_Spec=Java source file is expected.
MSG_No_Line_Number_Spec=Vous devez sp\u00e9cifier un num\u00e9ro de ligne.
MSG_TooBig_Line_Number_Spec=The line number {0} is too big. Maximum line number is {1}.
MSG_NonPositive_Line_Number_Spec=Vous devez sp\u00e9cifier un nombre de ligne positif.
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=An empty condition is specified.
ConditionsPanel.cbWhenHitCount.equals=equals to
ConditionsPanel.cbWhenHitCount.greater=is greater than
ConditionsPanel.cbWhenHitCount.multiple=is multiple of
L_Actions_Panel_BorderTitle=Actio&ns
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=Param\u00e8tres
L_Exception_Breakpoint_BorderTitle=Param\u00e8tres
L_Field_Breakpoint_BorderTitle=Param\u00e8tres
L_Line_Breakpoint_BorderTitle=Param\u00e8tres
L_Method_Breakpoint_BorderTitle=Param\u00e8tres
L_Thread_Breakpoint_BorderTitle=Param\u00e8tres
LBL_HitCountFilter=Break when hit count
L_Conditions_Breakpoint_BorderTitle=Conditions
ConditionsPanel.classFilterCheckBox.text=&Filter on Classes Throwing the Exception
ConditionsPanel.cbWhenHitCount.text=B&reak when hit count
ConditionsPanel.conditionCheckBox.text=Co&ndition\:
ConditionsPanel.classExcludeFilterLabel.text=E&xclude Classes\:
ConditionsPanel.classIncludeFilterLabel.text=&Match Classes\:
ConditionsPanel.spCondition.toolTipText=Condition
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=Nom de la classe
ACSD_Method_Breakpoint_ClassName=Enter the class name the method is defined in.
ACSD_Class_Breakpoint_ClassName=Enter the class name.
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.