blob: ee51066fb92f65bab729959bb8333c52d722608b [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 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]"
#
# 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.
#
# Contributor(s):
#
# Portions Copyrighted 2010 Sun Microsystems, Inc.
DN_AnnotationsNotRuntime_isAnnotation={0} does not have runtime Retention, the result will always be false
DN_AnnotationsNotRuntime_getAnnotation={0} does not have runtime Retention, the result will always be null
DN_AnnotationsNotRuntime_instanceof={0} does not have runtime Retention, the condition will always be false
#{0}: PatternSyntaxException.getDescription()
#{1}: PatternSyntaxException.getMessage()
#{2}: PatternSyntaxException.getPattern()
#{3}: PatternSyntaxException.getIndex()
DN_RegExp=Expresi\u00f3n regular invalida: {0}
DN_org.netbeans.modules.java.hints.bugs.AnnotationsNotRuntime=Annotations without runtime Retention
DESC_org.netbeans.modules.java.hints.bugs.AnnotationsNotRuntime=Warns about reflective access to annotations with CLASS or SOURCE retentions
DN_org.netbeans.modules.java.hints.bugs.Regexp=Expresi\u00f3n regular con formato incorrecto
DESC_org.netbeans.modules.java.hints.bugs.Regexp=Alertas de expresiones regulares con formato incorrecto
DN_org.netbeans.modules.java.hints.bugs.Tiny.stringReplaceAllDot=String.replaceAll(".", )
DESC_org.netbeans.modules.java.hints.bugs.Tiny.stringReplaceAllDot=Finds occurrences of calls to String.replaceAll(".", $target), which would replace all characters of the source string with $target.
ERR_string-replace-all-dot=Call to String.replaceAll(".", $target) is probably undesired
FIX_string-replace-all-dot=Replace with call to String.replaceAll("\\.", $target)
DN_org.netbeans.modules.java.hints.bugs.CastVSInstanceOf=Cast/instanceof incompatible
DESC_org.netbeans.modules.java.hints.bugs.CastVSInstanceOf=Incompatible cast surrounded with incompatible instanceof
ERR_CastVSInstanceOf=El Cast es incompatible con el instanceof indicado
DN_org.netbeans.modules.java.hints.bugs.Tiny.newObject=Result of new Object ignored
DESC_org.netbeans.modules.java.hints.bugs.Tiny.newObject=Result of new Object ignored.
ERR_newObject=Instancia nueva ignorada
DN_org.netbeans.modules.java.hints.bugs.Tiny.systemArrayCopy=Suspicious invocation of System.arraycopy
DESC_org.netbeans.modules.java.hints.bugs.Tiny.systemArrayCopy=Finds invocations of System.arraycopy with negative offsets, length or used on non-array objects.
ERR_system_arraycopy_notarray={0} no es una instancia valida de un tipo arreglo
ERR_system_arraycopy_negative={0} es negativo
DN_org.netbeans.modules.java.hints.bugs.Tiny.equalsNull=.equals(null)
DESC_org.netbeans.modules.java.hints.bugs.Tiny.equalsNull=Finds invocations of the Object.equals method with literal parameter 'null'.
ERR_equalsNull=Objeto igual a "null" nunca es verdadero
FIX_equalsNull=Use == en lugar del m\u00e9todo equals
DN_org.netbeans.modules.java.hints.bugs.Tiny.resultSet=El indice de la columna del ResultSet es incorrecto
DESC_org.netbeans.modules.java.hints.bugs.Tiny.resultSet=Reports Iincorrect column indices passed to various methods of java.sql.ResultSet
ERR_ResultSetZero=Column index is zero, but ResultSet columns are counted from 1
ERR_ResultSetNegative=Column index is negative, but ResultSet columns are counted from 1
DN_org.netbeans.modules.java.hints.bugs.EqualsHint.arrayEquals=.equals en matriz
DESC_org.netbeans.modules.java.hints.bugs.EqualsHint.arrayEquals=.equals en matriz
DN_org.netbeans.modules.java.hints.EqualsHint=.equals() en tipos incompatibles
DESC_org.netbeans.modules.java.hints.EqualsHint=.equals() en tipos incompatibles
FIX_ReplaceWithArraysEquals=Sustituir por Arrays.equals
FIX_ReplaceWithInstanceEquals=Sustituir por ==
ERR_ARRAY_EQUALS=.equals() llam\u00f3 a una matriz
ERR_INCOMPATIBLE_EQUALS=.equals() en tipos incompatibles
LBL_Customizer_IncompatibleEquals=<html>Hace correcciones consideradas en la sugerencia de igualidad<br> de tipos comparados
TP_Customizer_IncompatibleEquals=Equals hint decisions are based on erasures of compared types
HINT_SuspiciousCall=Llamada sospechosa a {0}:\nTipo esperado {2}, tipo actual{1}
HINT_SuspiciousCallIncompatibleTypes=Llamada sospechosa a {0}:\nDado que el objeto no contiene una instancia de {1} (expected {2})
DN_org.netbeans.modules.java.hints.bugs.CollectionRemove=Invocaci\u00f3n a m\u00e9todo sospechosa
DESC_org.netbeans.modules.java.hints.bugs.CollectionRemove=Avisar sobre invocaciones sospechosas a Collection.remove/contains y Map.containsKey/containsValue/remove
LBL_CollectionRemoveCustomizer.warnForCastable=Avisar tmabi\u00e9n para tipos casteables
TP_CollectionRemoveCustomizer.warnForCastable=Avisar tmabi\u00e9n para tipos casteables