blob: 6bd75f05187950c3238a221e3ee62ba2fc859cb2 [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=Ficheiros de configuraci\u00f3n
LBL_NoSchemas=<ning\u00fan esquema de base de datos no proxecto>
# Table
LBL_NoPrimaryKey=sen chave primaria
LBL_NoPrimaryKeyDescription=A t\u00e1boa non ten chave primaria. sen chave primaria
# {0} = the class name to which a table is already mapped
LBL_AlreadyMapped=clase {0}
# {0} = the fully-qualified class name
LBL_AlreadyMappedDescription=Already mapped to {0}. Non \u00e9 pos\u00edbel crear d\u00faas clases entidade para unha t\u00e1boa.
# TableUISupport
LBL_DatabaseTable=T\u00e1boa da base de datos
LBL_ClassName=Nome da clase
LBL_JoinTable=join table
LBL_JoinTableDescription=This is a join table. Cannot create entity classes for join tables.
LBL_ReferencedTable=T\u00e1boa referenciada
# {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=T\u00e1boa referenciada por {0}
# {0] = a list of tables
LBL_RelatedTableJoin=Join table of {0}
# SelectedTables
ERR_NoJavaIdentifier=O nome da clase {0} \u00e9 un identificador Java incorrecto.
ERR_ReservedQLKeyword=The class name {0} is a reserved Java Persistence QL keyword.
ERR_AlreadyExists=Xa existe o ficheiro {0}.java.
# DBSchemaManager
LBL_ClosingPreviousConnection=Pechando a conexi\u00f3n anterior
LBL_RetrievingSchema=Retrieving the database schema
LBL_ReadingSchemaFile=Reading the database schema file
# {0} = the table name
LBL_RetrievingTable=Recuperando a t\u00e1boa {0}.
# {0} = the view name
LBL_RetrievingView=Recuperando a vista {0}.
# {0} = the table name
LBL_RetrievingTableKeys=Recuperando as chaves para a t\u00e1boa {0}
# {0} = the table name
LBL_RetrievingViewKeys=Recuperando as chaves para a vista {0}