blob: f0c58bc6a8eee7a7d04e9f53434faf958f36f683 [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.
#JDI Internal Error
MSG_jdi_internal_error=Ocurri\u00f3 un error interno en la m\u00e1quina virtual depurada. El actual per\u00edodo de sesiones de depuraci\u00f3n puede ser inestable y se recomienda que reinicie el depurador.
MSG_NoLocation=No hay una ubicaci\u00f3n ejecutable disponible en la l\u00ednea {0} en la clase {1}.
MSG_NoLineInfo=No est\u00e1 la informaci\u00f3n de n\u00fameros de l\u00ednea en el archivo de clase {0}.
MSG_NoBPClass=El punto de interrupci\u00f3n est\u00e1 asignado fuera de una clase.
MSG_NoSourceRoot=Ninguna fuente de ra\u00edz para encontrar URL''{0}''. Verifique la configuraci\u00f3n de las fuentes de proyecto.
MSG_DifferentPrefferedSourceRoot=El archivo fuente del punto de interrupci\u00f3n no pertenece a la fuente raiz ''{0}''. Ver Ventana/Depuraci\u00f3n/Fuentes.
MSG_DisabledSourceRoot=El punto de interrupci\u00f3n pertenece a la ra\u00edz de fuentes deshabilitada "{0}". Ver Ventana/Depuraci\u00f3n/Fuentes.
MSG_NoField=El campo "{1}" no existe en la clase {0}.
MSG_NoMethod=El m\u00e9todo "{1}" no existe en la clase {0}.
MSG_NoMethodSign=El m\u00e9todo "{1}" con la firma "{2}" no existe en la clase {0}.
MSG_NoFieldAccess=La m\u00e1quina virtual de destino no admite puntos de interrupci\u00f3n de acceso de campos.
MSG_NoFieldModification=La m\u00e1quina virtual de destino no admite puntos de interrupci\u00f3n de modificaci\u00f3n de campos.