blob: 4c6d971f4467fc280554c421a71e1439643c1e28 [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.
## {0} class member name
MISSING_JAVADOC_HINT=Crear Javadoc ausente para {0}
MISSING_JAVADOC_DESC=Javadoc ausente.
FIX_ALL_HINT=Corregir todos los javadocs ausentes
DUPLICATE_RETURN_DESC=Duplicar etiqueta @return.
WRONG_RETURN_DESC=La etiqueta @return no puede ser utilizada en un m\u00e9todo con tipo de retorno void.
WRONG_CONSTRUCTOR_RETURN_DESC=Etiqueta @return ilegal.
MISSING_RETURN_DESC=Etiqueta @return ausente.
MISSING_RETURN_HINT=Agregar etiqueta@return
## {0} [@throws|@exception]
## {1} @throws name
DUPLICATE_THROWS_DESC=Duplicar etiqueta {0}: {1}
## {0} exception fqn
MISSING_THROWS_DESC=Etiqueta @throws ausente para {0}
MISSING_THROWS_HINT=Agregar etiqueta @throws {0}
## {0} [@throws|@exception]
## {1} @throws name
UNKNOWN_THROWABLE_DESC=Lanzable desconocido: {0} {1}
## {0} [@throws|@exception]
## {1} @throws name
ILLEGAL_ANNOTATION_TYPE_THROWS_DESC=Ilegal {0} {1} tag.
## {0} @param name
DUPLICATE_PARAM_DESC=Duplicar nombre @param: {0}
## {0} @param name
MISSING_PARAM_DESC=Etiqueta @param ausente para {0}
MISSING_PARAM_HINT=Agregar etiqueta @param {0}
## {0} @param name
UNKNOWN_PARAM_DESC=Desconocido @param: {0}
## {0} @param name
ILLEGAL_ANNOTATION_TYPE_PARAM_DESC=Eliminar etiqueta @param {0} ilegal
## {0} @param name
DUPLICATE_TYPEPARAM_DESC=Duplicar nombre @param: {0}
## {0} @param name
MISSING_TYPEPARAM_DESC=Etiqueta @param ausente para {0}
MISSING_TYPEPARAM_HINT=Agregar etiqueta @param {0}
## {0} @param name
UNKNOWN_TYPEPARAM_DESC=Desconocido @param: {0}
MISSING_DEPRECATED_DESC=Etiqueta @deprecated ausente.
MISSING_DEPRECATED_HINT=Agregar etiqueta @deprecated
DUPLICATE_DEPRECATED_DESC=Duplicar etiqueta @deprecated.
## {0} tag name {@param|@throws|...}
REMOVE_TAG_HINT=Eliminar etiqueta {0}
## {0} max number of add/remove tag hints
OUT_OF_TAG_FIXES_LIMIT_DESC=El n\u00famero de advertencias Javadoc est\u00e1 fuera del l\u00edmite {0}, no se analiz\u00f3 el siguiente c\u00f3digo
## {0} max number of create missing javadoc hints
OUT_OF_MISSING_JD_LIMIT_DESC=El n\u00famero de advertencias Javadoc est\u00e1 fuera del l\u00edmite {0}. No se analizo el siguiente c\u00f3digo
org-netbeans-modules-java-hints/rules/hints/javadoc=Javadoc
DN_CREATE_JAVADOC_HINT=Crear Javadoc
DESC_CREATE_JAVADOC_HINT=Crear Javadoc
DN_ERROR_IN_JAVADOC_HINT=Error en Javadoc
DESC_ERROR_IN_JAVADOC_HINT=Error en Javadoc
CTL_PUBLIC_OPTION=&p\u00fablico
CTL_PROTECTED_OPTION=p&rotegido
CTL_PACKAGE_OPTION=p&aquete
CTL_PRIVATE_OPTION=pr&ivado
HINT_PUBLIC_OPTION=Analiza s\u00f3lo clases p\u00fablicas y miembros.
HINT_PROTECTED_OPTION=Analiza s\u00f3lo clases protegidas y p\u00fablicas y miembros.
HINT_PACKAGE_OPTION=Analiza s\u00f3lo clases accesibles desde el paquete, protegidas y p\u00fablicas y miembros
HINT_PRIVATE_OPTION=Analiza todas las clases y miembros.
ACD_PUBLIC_OPTION=Analiza s\u00f3lo clases p\u00fablicas y miembros.
ACD_PROTECTED_OPTION=Analiza s\u00f3lo clases protegidas y p\u00fablicas y miembros.
ACD_PACKAGE_OPTION=Analiza s\u00f3lo clases accesibles desde el paquete, protegidas y p\u00fablicas y miembros
ACD_PRIVATE_OPTION=Analiza todas las clases y miembros.
ACN_PUBLIC_OPTION=bot\u00f3n de opci\u00f3n public
ACN_PROTECTED_OPTION=bot\u00f3n de opci\u00f3n protected
ACN_PACKAGE_OPTION=bot\u00f3n de opci\u00f3n package
ACN_PRIVATE_OPTION=bot\u00f3n de opci\u00f3n private
LBL_SCOPE=\u00c1mbito
CTL_APICHECKBOX=Verifique tambi\u00e9n los paquetes no disponibles
AN_APICHECKBOX=Api Checkbox
AD_APICHECKBOX=Activar en sugerencias javadoc tambi\u00e9n para paquetes no disponibles