blob: d4b604e5842531fbef109bacf1d7327f09cec378 [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=Crea javadoc mancante per {0}
MISSING_JAVADOC_DESC=Javadoc mancante.
FIX_ALL_HINT=Correggi tutti i javadoc mancanti
DUPLICATE_RETURN_DESC=Duplica tag @return.
WRONG_RETURN_DESC=Il tag @return non pu\u00f2 essere usato in un metodo con tipo di ritorno \u00e8 void.
WRONG_CONSTRUCTOR_RETURN_DESC=Tag @return illegale.
MISSING_RETURN_DESC=Tag @return mancante.
MISSING_RETURN_HINT=Aggiungi tag @return
## {0} [@throws|@exception]
## {1} @throws name
DUPLICATE_THROWS_DESC=Duplica tag {0}: {1}
## {0} exception fqn
MISSING_THROWS_DESC=Tag @throws mancante per {0}
MISSING_THROWS_HINT=Aggiungi tag @throws {0}
## {0} [@throws|@exception]
## {1} @throws name
UNKNOWN_THROWABLE_DESC=Throwable sconosciuto: {0} {1}
## {0} [@throws|@exception]
## {1} @throws name
ILLEGAL_ANNOTATION_TYPE_THROWS_DESC=Tag {0} {1} illegale.
## {0} @param name
DUPLICATE_PARAM_DESC=Duplica @param nome: {0}
## {0} @param name
MISSING_PARAM_DESC=Tag @param mancante per {0}
MISSING_PARAM_HINT=Aggiungi tag @param {0}
## {0} @param name
UNKNOWN_PARAM_DESC=@param sconosciuto: {0}
## {0} @param name
ILLEGAL_ANNOTATION_TYPE_PARAM_DESC=Rimuovi tag param {0} illegale
## {0} @param name
DUPLICATE_TYPEPARAM_DESC=Duplica @param nome: {0}
## {0} @param name
MISSING_TYPEPARAM_DESC=Tag @param mancante per {0}
MISSING_TYPEPARAM_HINT=Aggiungi tag @param {0}
## {0} @param name
UNKNOWN_TYPEPARAM_DESC=@param sconosciuto: {0}
MISSING_DEPRECATED_DESC=Tag @deprecated mancante.
MISSING_DEPRECATED_HINT=Aggiungi tag @deprecated
DUPLICATE_DEPRECATED_DESC=Duplica tag @deprecated
## {0} tag name {@param|@throws|...}
REMOVE_TAG_HINT=Rimuovi tag {0}
## {0} max number of add/remove tag hints
OUT_OF_TAG_FIXES_LIMIT_DESC=Il numero di avvertimenti Javadoc \u00e8 fuori dal limite {0}, il codice sottostante non \u00e8 stato analizzato!
## {0} max number of create missing javadoc hints
OUT_OF_MISSING_JD_LIMIT_DESC=Il numero di avvertimenti di Javadoc mancanti \u00e8 fuori dal limite {0}, il codice sottostante non \u00e8 stato analizzato!
org-netbeans-modules-java-hints/rules/hints/javadoc=Javadoc
DN_CREATE_JAVADOC_HINT=Crea Javadoc
DESC_CREATE_JAVADOC_HINT=Crea Javadoc
DN_ERROR_IN_JAVADOC_HINT=Errore nel Javadoc
DESC_ERROR_IN_JAVADOC_HINT=Errore nel Javadoc
CTL_PUBLIC_OPTION=&pubblico
CTL_PROTECTED_OPTION=p&rotetto
CTL_PACKAGE_OPTION=p&acchetto
CTL_PRIVATE_OPTION=pr&ivato
HINT_PUBLIC_OPTION=Analizza solo classi e membri pubblici.
HINT_PROTECTED_OPTION=Analizza solo classi e membri pubblici e protetti.
HINT_PACKAGE_OPTION=Analizza solo classi e membri pubblici, protetti e di pacchetto.
HINT_PRIVATE_OPTION=Analizza tutte le classi e tutti i membri.
ACD_PUBLIC_OPTION=Analizza solo classi e membri pubblici.
ACD_PROTECTED_OPTION=Analizza solo classi e membri pubblici e protetti.
ACD_PACKAGE_OPTION=Analizza solo classi e membri pubblici, protetti e di pacchetto.
ACD_PRIVATE_OPTION=Analizza tutte le classi e tutti i membri.
ACN_PUBLIC_OPTION=radio button 'pubblico'
ACN_PROTECTED_OPTION=radio button 'protetto'
ACN_PACKAGE_OPTION=radio button 'pacchetto'
ACN_PRIVATE_OPTION=radio button 'privato'
LBL_SCOPE=Ambito
CTL_APICHECKBOX=Controlla anche i pacchetti non pubblicamente disponibili
AN_APICHECKBOX=Casella di controllo Api
AD_APICHECKBOX=Abilita i suggerimenti javadoc anche per pacchetti non pubblicamente disponibili