blob: 25e9e8657c8d55e759ca5d6eb5b809f3b345b246 [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.
#PropertyDisplayer
PS_ExcIn=Eccezione in
PS_Editor=Editor delle propriet\u00e0
# {0} - name of the property
# {1} - type (class) of the property (currently unused)
PS_ArrayOf=Array di
FMT_ErrorSettingProperty=Impossibile impostare la propriet\u00e0. {0} non \u00e8 un valore valido per {1}.
FMT_CannotUpdateProperty={0} non \u00e8 un valore valido per {1}.
#PropertySheet
CTL_NoPropertyEditor=(Nessun editor delle propriet\u00e0)
CTL_NoProperties=<Nessuna propriet\u00e0>
CTL_PropertiesNoMnemonic=Propriet\u00e0
# tooltips and accessible names on buttons in the PropertySheet
CTL_NoSort=Ordina per categoria
ACS_CTL_NoSort=Ordina per categoria
CTL_AlphaSort=Ordina per nome
ACS_CTL_AlphaSort=Ordina per nome
CTL_TypeSort=Ordina per tipo
ACS_CTL_TypeSort=Ordina per tipo
CTL_VisibleWritableOnly=Mostra solo propriet\u00e0 modificabili
ACS_CTL_VisibleWritableOnly=Mostra solo propriet\u00e0 modificabili
CTL_Customize=Funzione di personalizzazione
ACS_CTL_Customize=Funzione di personalizzazione
CTL_Help=?
ACS_CTL_Help=?
ACSD_CTL_Help=Fornisce informazioni sull'oggetto le cui propriet\u00e0 sono visualizzate nel foglio delle propriet\u00e0
# PropertyPanel
# This message is printed to ide.log if user is customizing an object as bean
# with property which getter/setter throws an exception at design time.
EXC_DesignTimeUse=[PropertyPanel:UserInfo]L''uso della propriet\u00e0 >>{0}<< restituisce un''eccezione in fase di progettazione.
#PropertySheet
CTL_Property_sheet_option=Foglio delle propriet\u00e0
#IndexedPropertyEditor
CTL_NoItem=Nessun elemento disponibile
CTL_Index=Indice delle propriet\u00e0:
CTL_Unknown=Sconosciuto
#PropertyDialogManager
CTL_OK=OK
CTL_Cancel=Annulla
CTL_Close=Chiudi
CTL_Default=Ripristina &valori predefiniti
CTL_Paste=Incolla
#PropertyDetails
EXC_Setter=Eccezione nel metodo setter della propriet\u00e0: {0}
EXC_Setter_localized=Eccezione nel metodo setter della propriet\u00e0 {0}:\n{1}
#PropertyPanel
CTL_No_custom_editor=<nessun editor personalizzato>
CTL_No_property_editor=<nessun editor delle propriet\u00e0>
CTL_Different_Values=<Valori diversi>
CTL_Desc_Different_Values=I nodi selezionati hanno valori diversi per questa propriet\u00e0.
CTL_No_properties=<Nessuna propriet\u00e0>
CTL_No_value=<Nessun valore>
CTL_No_type=<Nessun tipo>
CTL_ElipsisHint=Richiama la funzione di personalizzazione.
CTL_InvalidValue=Valore non valido: {0}
# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
# {1} value shown in a sheet button
ACS_SheetButton={0,choice,0#Valore non valido {1}|1#{1}}
# {0} property name
# {0} property panel tooltip
# {0} property panel acessible name
# {1} sheet button accessible name
# {0} property panel acessible description
# {1} sheet button accessible description
# {2} number of items in beans list
# {3} beans list
ACSD_PropertyPanelReadComponent={0} Tipo: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
# {0} property panel accessible name
# {0} property panel accessible name
# WARNING: trailing space intentional here:
#IndexedEditorPanel
CTL_Properties=&Propriet\u00e0
CTL_New=&Nuovo
CTL_Delete=&Elimina
CTL_MoveUp=Sposta in a&lto
CTL_MoveDown=Sposta in ba&sso
CTL_HideDetails=&Nascondi dettagli
CTL_ShowDetails=&Mostra dettagli
EXC_ErrorInIndexedSetter=Impossibile impostare il valore della propriet\u00e0 indicizzata
#Properties defined in rewrite begin here
#Text for the property sheet popup menu
#Column names - not used by default L&F but others could
COLUMN_NAMES=Nomi
COLUMN_VALUES=Valori
#Unreadable value text (for write-only properties, fwiw)
UNREADABLE=<illeggibile>
#Text for null values
#Title for error dialog when a property is set to a bad value
ERRDLG_TITLE=Errore durante l'impostazione del valore
#Localized msg for property veto exception on unknown sorting mode, if
#property sheet used at design-time
EXC_Unknown_sorting_mode=Modalit\u00e0 di ordinamento sconosciuta
#Button labels for property dialogs
ok=OK
default=Ripristina valore predefinito
cancel=Annulla
close=Chiudi
#Text to prepend and append to boolean values to dissociate the
#text value of the checkbox.
#Property sheet controls
ACS_Description=Descrizione
ACSD_Description=Descrizione della propriet\u00e0 attualmente selezionata
ACS_DescriptionTitle=Nome propriet\u00e0
ACSD_DescriptionTitle=Nome della propriet\u00e0 in corso di modifica
CTL_NO_DESCRIPTION=Nessuna descrizione disponibile.
CTL_NO_SELECTION=Nessuna selezione
ACS_Splitter=Separatore
ACSD_Splitter=Divisore visivo tra la tabelle delle propriet\u00e0 e l'area descrizione.
#text to use in invalid property when the actual property name is unknown
CTL_Unnamed_Property=La propriet\u00e0
#Accessible text format for the property sheet table - the selected property
#name and value are given
FMT_ACST_SheetProperty={0} \u00e8 uguale a {1}
FMT_ACST_SheetSet=Gruppo di propriet\u00e0 {0}
ACST_No_Selection=Nessuna selezione
CTL_Multiple_Selection=Pi\u00f9 oggetti selezionati
#Custom editor button tooltip
CTL_EDBUTTON_TIP=Fare clic oppure selezionare e premere CTRL-SPACE per aprire l'editor personalizzato. Fare clic con il pulsante destro del mouse per il menu
#Delimiter for lists of node names when multiple nodes are selected
CTL_ShowDescription=Mostra area descrizione
CTL_HideDescription=Nascondi area descrizione
CTL_RestoreDefaultValue=Ripristina valore predefinito
#Label for the tab which lists properties that do not supply their own tab name
#in the case that the property sheet is displaying tabs
LBL_BasicTab=Propriet\u00e0
#Stand-in text for the property name in error dialogs when the user is
#editing a property of a JavaBean and the name is unknown
MSG_unknown_property_name=questa propriet\u00e0
#Text when a badly formatted number is entered
FMT_BAD_NUMBER_FORMAT=Formato numerico non valido: "{0}"
#Format for combining the edited node name with the edited property
#name in custom dialog titles
#Format for custom editor dlg title sans node name
FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Editor personalizzato: {0}
#Something to append to ridiculously long tooltips that can't be fully
#displayed without taking up most of the screen
ACSN_SHEET_TABLE=Tabella delle propriet\u00e0
ACSN_SHEET_TABBED_PANE=Categorie propriet\u00e0
ACSD_SHEET_TABLE=Tabella delle propriet\u00e0 modificabili che rappresentano l'oggetto corrente
ACSD_SHEET_TABBED_PANE=\u00c8 possibile selezionare diversi set di propriet\u00e0 dell'oggetto corrente da visualizzare nel foglio delle propriet\u00e0
LBL_QUICKSEARCH=Ricerca rapida:
MSG_SetAsText_InvalidValue=Valore non valido: {0}