blob: 21f364e433856f3d554aa21fe3552e13ed22aa9d [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.
# LayoutSupportManager
MSG_ERR_NonEmptyContainer=No se puede inicializar la disposici\u00f3n no vac\u00eda del contenedor.\nLa instancia del contenedor predeterminado no puede contener ciertos componentes.
# BorderLayoutSupport
PROP_direction=Direcci\u00f3n
HINT_direction=Direcci\u00f3n del componente en el BorderLayout
# GridBagLayoutSupport
PROP_gridx=Rejilla X
HINT_gridx=Valor de X en la rejilla de GridBagConstraints
PROP_gridy=Rejilla Y
HINT_gridy=Valor de Y en la rejilla de GridBagConstraints
PROP_gridwidth=Ancho de la rejilla
HINT_gridwidth=Valor del ancho en la rejilla de GridBagConstraints
PROP_gridheight=Altura de la rejilla
HINT_gridheight=Valor de la altura en la rejilla de GridBagConstraints
PROP_fill=Relleno
HINT_fill=Valor de relleno de GridBagConstraints
PROP_ipadx=Relleno interno X
HINT_ipadx=Valor X de relleno interno de GridBagConstraints
PROP_ipady=Relleno interno Y
HINT_ipady=Valor Y de relleno interno de GridBagConstraints
PROP_insets=Intercalaciones
HINT_insets=Valor de inserci\u00f3n de GridBagConstraints
PROP_anchor=Anclaje
HINT_anchor=Valor de anclaje de GridBagConstraints
PROP_weightx=Peso X
HINT_weightx=Valor de X del peso de GridBagConstraints
PROP_weighty=Peso Y
HINT_weighty=Valor de Y del peso de GridBagConstraints
VALUE_relative=Relativo
VALUE_remainder=Resto
VALUE_fill_none=Ninguno
VALUE_fill_horizontal=Horizontal
VALUE_fill_vertical=Vertical
VALUE_fill_both=Ambos
VALUE_anchor_center=Centro
VALUE_anchor_north=Norte
VALUE_anchor_northeast=Noreste
VALUE_anchor_east=Este
VALUE_anchor_southeast=Sureste
VALUE_anchor_south=Sur
VALUE_anchor_southwest=Suroeste
VALUE_anchor_west=Oeste
VALUE_anchor_northwest=Noroeste
VALUE_anchor_pagestart=Inicio de p\u00e1gina
VALUE_anchor_pageend=Fin de p\u00e1gina
VALUE_anchor_linestart=Inicio de l\u00ednea
VALUE_anchor_lineend=Fin de l\u00ednea
VALUE_anchor_firstlinestart=Inicio de primera l\u00ednea
VALUE_anchor_firstlineend=Fin de primera l\u00ednea
VALUE_anchor_lastlinestart=Inicio de \u00faltima l\u00ednea
VALUE_anchor_lastlineend=Fin de \u00faltima l\u00ednea
VALUE_anchor_above_baseline=Por encima de la l\u00ednea de base
VALUE_anchor_above_baseline_leading=Por encima del l\u00edder de la l\u00ednea de base
VALUE_anchor_above_baseline_trailing=Por debajo de la \u00faltima l\u00ednea base
VALUE_anchor_baseline=L\u00ednea base
VALUE_anchor_baseline_leading=L\u00ednea base l\u00edder
VALUE_anchor_baseline_trailing=\u00daltima l\u00ednea base
VALUE_anchor_below_baseline=Debajo de la l\u00ednea base
VALUE_anchor_below_baseline_leading=Debajo de la l\u00ednea base l\u00edder
VALUE_anchor_below_baseline_trailing=Debajo de la \u00faltima l\u00ednea base
ACSD_GridBagCustomizer=No disponible
MSG_ERR_MoreThan512=El formulario no puede convertirse correctamente a GridBagLayout. La conversi\u00f3n correcta podr\u00eda exceder el l\u00edmite en el n\u00famero de filas y columnas (GridBagLayout permite como m\u00e1ximo 512 columnas y filas).
# GridBagLayout customizer
CTL_CustomizerTitle=Personalizador de GridBagLayout
CTL_CloseButton=Cerrar
CTL_HelpButton=Ayuda
CTL_GBC_anchorPanel=Anclaje
CTL_GBC_fillPanel=Relleno
CTL_GBC_ipadPanel=I-Relleno
CTL_GBC_insetsPanel=Intercalaciones
CTL_GBC_gridSizePanel=Tama\u00f1o de la rejilla
#CTL_GBC_anchor.NW=Northwest
#CTL_GBC_anchor.N=North
#CTL_GBC_anchor.NE=Northeast
#CTL_GBC_anchor.W=West
#CTL_GBC_anchor.C=Center
#CTL_GBC_anchor.E=East
#CTL_GBC_anchor.SW=Southwest
#CTL_GBC_anchor.S=South
#CTL_GBC_anchor.SE=Southeast
CTL_GBC_fill.H=Relleno horizontal
CTL_GBC_fill.V=Relleno vertical
CTL_GBC_ipad.HM=Horizontal -1
CTL_GBC_ipad.HP=Horizontal +1
CTL_GBC_ipad.VM=Vertical -1
CTL_GBC_ipad.VP=Vertical +1
CTL_GBC_insets.topM=Superior -1
CTL_GBC_insets.topP=Superior +1
CTL_GBC_insets.leftP=Izquierda +1
CTL_GBC_insets.leftM=Izquierda -1
CTL_GBC_insets.rightM=Derecha -1
CTL_GBC_insets.rightP=Derecha +1
CTL_GBC_insets.bottomM=Inferior -1
CTL_GBC_insets.bottomP=Inferior +1
CTL_GBC_insets.HM=Izquierda y derecha -1
CTL_GBC_insets.HP=Izquierda y derecha +1
CTL_GBC_insets.VM=Superior e inferior -1
CTL_GBC_insets.VP=Superior e inferior +1
CTL_GBC_insets.BM=Todos -1
CTL_GBC_insets.BP=Todos +1
CTL_GBC_gridSize.HM=-1 Columna
CTL_GBC_gridSize.HP=+1 Columna
CTL_GBC_gridSize.RH=Resto horizontal
CTL_GBC_gridSize.VM=-1 Fila
CTL_GBC_gridSize.VP=+1 Fila
CTL_GBC_gridSize.RV=Resto vertical
# BoxLayoutSupport
PROP_axis=Eje
HINT_axis=Eje del gestor de distribuci\u00f3n
VALUE_axis_page=Eje de p\u00e1gina
VALUE_axis_line=Eje de l\u00ednea
VALUE_axis_x=Eje X
VALUE_axis_y=Eje Y
# CardLayoutSupport
PROP_cardName=Nombre de tarjeta
HINT_cardName=Nombre de tarjeta en CardLayout
# AbsoluteLayoutSupport
PROP_posx=X
HINT_posx=Posici\u00f3n X del componente
PROP_posy=S
HINT_posy=Posici\u00f3n Y del componente
PROP_width=Ancho
HINT_width=Ancho del componente
PROP_height=Altura
HINT_height=Altura del componente
VALUE_preferred=Preferido
# JSplitPaneSupport
PROP_splitPos=Posici\u00f3n de la divisi\u00f3n
HINT_splitPos=La posici\u00f3n en la cual se debe colocar el divisor de este componente.
# JTabbedPaneSupport
PROP_tabTitle=Titulo de pesta\u00f1a
HINT_tabTitle=Titulo de la pesta\u00f1a de este componente
PROP_tabIcon=Icono de pesta\u00f1a
HINT_tabIcon=Icono de la pesta\u00f1a de este componente
PROP_tabToolTip=Sugerencia de pesta\u00f1a
HINT_tabToolTip=Sugerencia de la pesta\u00f1a de este componente
# JLayeredPaneSupport
PROP_layer=Capa
HINT_layer=La capa en la cual se coloca este componente