blob: 5df95d4042de87cb213d35062bc56b0b431c141d [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.
#ConnectorPanel
CTL_Connect_through=&Depurador:
ACSD_CTL_Connect_through=Tipus de depurador a connectar
ACSD_ConnectorPanel=Connecta el depurador al proc\u00e9s actual en execuci\u00f3.
# Debugger Menu Actions
CTL_SessionsAction=Sessio&ns
CTL_ThreadsAction=Fils d'execuci\u00f3
CTL_CallStackAction=Pila de crides
CTL_LocalVariablesAction=&Variables
CTL_WatchesAction=Observacions
CTL_BreakpointsAction=Punts d'interrupci\u00f3
CTL_SourcesAction=Font&s
# DebugMainProjectAction
# {0} - # of selected projects (0 if disabled), or -1 if main project
# {1} - project name, if exactly one project
LBL_DebugMainProjectAction_Name=&Depurar {0,choice,-1#projecte principal|0#projecte|1#projecte ({1})|1<{0} Projectes}
LBL_DebugProjectAction_Name=Executar {0,choice,0#projecte|1#projecte ({1})|1<{0} projectes} al depurador
LBL_DebugProjectActionOnProject_Name=Depurar
CTL_Attach_Types_Not_Found=No s'han trobat tipus adjunts.
CTL_Attach_Type_Not_Found=No s'ha trobat el tipus d'adjunt sol\u00b7licitat.
# DebuggerAction
LBL_DebugSingleAction_Name=Depurar {0,choice,0#fitxer|1#fitxer|1<fitxers}
LBL_DebugTestSingleAction_Name=Depurar {0,choice,0#fitxer|1#fitxer|1<fitxers} prova
#NewWatch
CTL_New_Watch=Nova observaci\u00f3...
# Message displayed when executed application is not debuggable (not applet/no main method)
# {0} name of the class
FMT_MSG_CannotDebug=No es pot depurar la classe {0} (no executable).
# Message displayed when an exception is thrown from the debugger
# {0} name of the class
FMT_EXC_Debugger=Excepci\u00f3 depurador: {0}
#FinishAction
CTL_KillAction_name=&Finalitzar sessi\u00f3 depurador
#StartAction
CTL_Start_action_name=Executa&r al depurador
#StepIntoAction
CTL_Step_into_action_name=Pas a pas
#StepIntoNextMethodAction
CTL_Step_into_next_method_action_name=Pas a Pas al seg\u00fce&nt m\u00e8tode
#RunIntoMethodAction
CTL_Run_into_method_action_name=Executar fins el &m\u00e8tode
#StepOverAction
CTL_Step_over_action_name=Passar per sobre
#StepOutAction
CTL_Step_out_action_name=Executar i sortir
CTL_Step_operation_action_name=Passar per sobre l'&expresi\u00f3
#ContinueAction
CTL_Continue_action_name=&Continuar
#PauseAction
CTL_Pause_action_name=&Pausa
#RunToCursorAction
CTL_Run_to_cursor_action_name=Exec&utar al cursor
CTL_Evaluate=Avaluar e&xpressi\u00f3...
#AddWatchPerformer
CTL_WatchDialog_Title=Nova observaci\u00f3
#SuspendAction
CTL_Suspend=Susp\u00e8s
#ToggleBreakpointAction
CTL_Toggle_breakpoint=Commu&tar l\u00ednia punt d'interrupci\u00f3
#ResumeAction
CTL_Resume=Reprendre
#FinishSessionAction
CTL_Finish_session=Finalitzar
#SwitchOnAction
CTL_SwitchOn=Fer actual
#SwitchToSessionAction
CTL_Switch_to_session=Fer actual
#AddBreakpointAction
CTL_Ok=Acceptar
CTL_Cancel=Cancel\u00b7lar
ACSD_CTL_Ok=
ACSD_CTL_Cancel=
CTL_AddBreakpoint=Nou punt d'interrupci\u00f3...
CTL_Class_Name=Nom classe:
CTL_Method_Name=Nom m\u00e8tode:
EXC_Cannot_attach=No es pot adjuntar. Comproveu els par\u00e0metres i torneu-ho a intentar.
#com.sun.jdi.connect.IllegalConnectorArgumentValue
EXC_Illegal_attach_arguments={0,choice,1#Valor|2#Valors} no permesos d'{0,choice,1#argument|2#arguments}: {1}.
CTL_Breakpoint_Title=Nou punt d'interrupci\u00f3
#CreateVariableAction
CTL_CreateVariable=Crear observaci\u00f3 fixada
#GoToSourceAction
CTL_GoToSource=Anar al font
#GoToCallingMethodAction
CTL_MakeCallerCurrentAction_name=Assignar actual emissor de crida
#GoToCalledMethodAction
CTL_MakeCalleeCurrentAction_name=Assignar com l'actual receptor de la crida
#DebuggerWindowAction
CTL_Debugger_Window_action_name=Finestra &depurador
#ConnectAction
CTL_Connect=Adjuntar &depurador...
EXC_Debugger=Excepci\u00f3 depurador
CTL_Connect_to_running_process=Adjuntar
#AddBreakpointPanel
CTL_Breakpoint_cathegory=&Depurador:
CTL_Breakpoint_type=Tipus punt d'interrupci\u00f3:
CTL_Settings=Prefer\u00e8ncies
CTL_Actions=Accions
ACSD_CTL_Breakpoint_cathegory=Tipus depurador
ACSD_CTL_Breakpoint_type=Tipus punt d'interrupci\u00f3
ACSD_CTL_Actions=Accions possibles a l'arribar a aquest punt d'interrupci\u00f3
ACSD_AddBreakpointPanel=Nou punt d'interrupci\u00f3 de tipus especificat
#EnableAllBreakpointsAction
CTL_EnableAll=Habilitar-ho tot
#DisableAllBreakpointsAction
CTL_DisableAll=Deshabilitar-ho tot
#DeleteAllAction
CTL_DeleteAll=Eliminar-ho tot
#CreateVariableModificationBreakpointAction
CTL_CreateVariableModificationBreakpoint=Nou punt d'interrupci\u00f3 al modificar a la variable
#CreateVariableAccessBreakpointAction
CTL_CreateVariableAccessBreakpoint=Nou punt d'interrupci\u00f3 al accedir a la variable
#java.net.UnknownHostException
EXC_Cannot_attach_unknown_host=No es pot adjuntar a l'equip especificat - equip desconegut.
#DisplayAsAction
CTL_Display_as_action=Mostrar com
CTL_Type_DEC=Decimal
CTL_Type_HEX=Hexadecimal
CTL_Type_BIN=Binari
CTL_Type_OCT=Octal
CTL_SwitchToLocationAction=Fer actual
#Means "Replace definition of (a class, method or another part of an application) at runtime."
CTL_Fix_action_name=Aplicar canvis del codi
#Means "Pop topmost (the most recently called) stack frame from the current thread"
CTL_PopTopmostCallAction_name=Emergir crida superior
CTL_Debugger_Window=Finestra depurador
# BreakpointEnableAction
CTL_enabled=&Habilitat
# BreakpointCustomizeAction
CTL_customize=&Propietats
CTL_Breakpoint_Customizer_Title=Propietats del punt d'interrupci\u00f3
# {0} Breakpoint
ACSD_Breakpoint_Customizer=Propietats de {0}
# {0} Project type
USG_PROJECT_DEBUG=Depurar projecte principal {0}
# {0} Attach type
USG_DEBUG_ATTACH=Connectant a trav\u00e9s del tipus de connexi\u00f3 {0}