blob: ae4dad82d7b43c9853b8d369efcf48c4d8140d76 [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.
# DBSchemaFileList
LBL_Node_DocBase=File di configurazione
LBL_NoSchemas=<nessuno schema di database nel progetto>
# Table
LBL_NoPrimaryKey=nessuna chiave primaria
LBL_NoPrimaryKeyDescription=La chiave primaria della tabella non \u00e8 definita. Impossibile ceare classi entit\u00e0 per tabelle senza la chiave primaria.
# {0} = the class name to which a table is already mapped
LBL_AlreadyMapped=class {0}
# {0} = the fully-qualified class name
LBL_AlreadyMappedDescription=Gi\u00e0 collegato a {0}. Impossibile creare due classi entit\u00e0 per una tabella.
# TableUISupport
LBL_DatabaseTable=Tabella del database
LBL_ClassName=Nome della classe
LBL_JoinTable=tabella di join
LBL_JoinTableDescription=Questa \u00e8 una tabella di join Impossibile creare classi entit\u00e0 per tabelle di join.
LBL_ReferencedTable=Tabella referenziata
# {0} = the table name
# {1} = the reason why the table is disabled
LBL_TableNameWithDisabledReason={0} ({1})
# LBL_TableList and LBL_TableListSep below are used to create a list of tables, like
# "TABLE1, TABLE2, TABLE3 and TABLE4". All tables except the last are separated by LBL_TableListSep.
# The resulting string (in this case "TABLE1, TABLE2, TABLE3") is used as the {0} part
# and the last table is used as the {1} part of LBL_TableList
# {0} = either a table name, or multiple table names separated by LBL_TableListSep
# {1} = a table name
LBL_TableList={0} e {1}
# note the space after the comma
LBL_TableListSep=,
# {0] = a list of tables
LBL_RelatedTableRefBy=Tabella referenziata da {0}
# {0] = a list of tables
LBL_RelatedTableJoin=Unisci tabella di {0}
# SelectedTables
ERR_NoJavaIdentifier=Il nome della classe {0} non \u00e8 un valdo identificatore in Java.
ERR_ReservedQLKeyword=Il nome della classe {0} \u00e8 una parola chiave riservata di Java Persistence QL.
ERR_AlreadyExists=Il file {0}.java esiste gi\u00e0.
# DBSchemaManager
LBL_ClosingPreviousConnection=Sto chiudendo la connessione precedente
LBL_RetrievingSchema=Sto recuperando lo schema del database
LBL_ReadingSchemaFile=Sto leggendo il file con lo schema del database
# {0} = the table name
LBL_RetrievingTable=Sto recuperando la tabella {0}
# {0} = the view name
LBL_RetrievingView=Sto recuperando la vista {0}
# {0} = the table name
LBL_RetrievingTableKeys=Sto recuperando le chiavi per la tabella {0}
# {0} = the table name
LBL_RetrievingViewKeys=Sto recuperando le chiavi per la vista {0}