blob: 101d860c90d2b2d4ae02162f4dad239365e58395 [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.
Templates/GUIForms/MasterDetailForm.java=Formulario de ejemplo maestro/detalle
### Master/detail wizard ###
TITLE_MasterDetail=Formulario maestro/detalle
MSG_MasterDetailCreate=Creando formulario Maestro/Detalle
MSG_DBAppCreate=Creando aplicaci\u00f3n de base de datos
# MasterPanel
TITLE_MasterPanel=Tabla maestro
LBL_DatabaseConnection=&Conexi\u00f3n con base de datos:
LBL_DatabaseConnection_ACSD=No disponible
LBL_DatabaseTable=&Tabla de base de datos:
LBL_DatabaseTable_ACSD=No disponible
LBL_AvailableColumns=Column&as disponibles
LBL_AvailableColumns_ACSD=No disponible
LBL_ColumnsToInclude=Columnas a &incluir
LBL_ColumnsToInclude_ACSD=No disponible
LBL_MasterAddAll=>>
LBL_MasterAddAll_ACSD=No disponible
LBL_MasterAdd=>
LBL_MasterAdd_ACSD=No disponible
LBL_MasterRemove=<
LBL_MasterRemove_ACSD=No disponible
LBL_MasterRemoveAll=<<
LBL_MasterRemoveAll_ACSD=No disponible
LBL_MasterUp=Arri&ba
LBL_MasterUp_ACSD=No disponible
LBL_MasterDown=&Abajo
LBL_MasterDown_ACSD=No disponible
MSG_MasterDefaultPackage=No se permite crear un formulario maestro/detalle en el paquete predeterminado.
MSG_MasterTestPackage=No se permite crear un formulario maestro/detalle en las carpetas de pruebas.
MSG_MasterDefaultConnection=Seleccionar una conexi\u00f3n existente con una base de datos o crear una nueva.
MSG_AtLeastOneColumnIncluded=Se debe incluir al menos una columna de una tabla.
MSG_MasterDBWithoutTables=La base de datos con la que se ha conectado no contiene tablas.
MSG_MasterDBWithoutTablesWithPrimaryKeys=La base de datos con la que se ha conectado contiene s\u00f3lo tablas sin claves primarias.
MSG_MasterInvalidTableSelected=No se ha definido ninguna clave primaria en la tabla seleccionada.
MSG_MasterNoProvider=En este proyecto no se pueden crear formularios basados en Java Persistence.
# DetailPanel
TITLE_DetailPanel=Opciones de detalle
LBL_DetailAvailableColumns=Column&as disponibles
LBL_DetailAvailableFields=C&ampos disponibles
LBL_DetailAvailable_ACSD=No disponible
LBL_DetailColumnsToInclude=Columnas a &incluir
LBL_DetailFieldsToInclude=Campos a &incluir
LBL_DetailToInclude_ACSD=No disponible
LBL_DetailAddAll=>>
LBL_DetailAddAll_ACSD=No disponible
LBL_DetailAdd=>
LBL_DetailAdd_ACSD=No disponible
LBL_DetailRemove=<
LBL_DetailRemove_ACSD=No disponible
LBL_DetailRemoveAll=<<
LBL_DetailRemoveAll_ACSD=No disponible
LBL_DetailUp=Arri&ba
LBL_DetailUp_ACSD=No disponible
LBL_DetailDown=&Abajo
LBL_DetailDown_ACSD=No disponible
LBL_DetailType=Crear \u00e1rea de detalle como:
LBL_DetailTextfields=Cuadros de te&xto
LBL_DetailTextfields_ACSD=No disponible
LBL_DetailTable=&Tabla
LBL_DetailTable_ACSN=Tablas
LBL_DetailTable_ACSD=No disponible
# 0 primary table, 1 primary column, 2 foreign table, 3 foreign column, 4 message
FMT_ForeignKey={2} ({3} referencia {0}.{1}) {4}
FMT_NoPrimaryKey=- no hay clave primaria