blob: 32433d5d0cf18b27b39e6d1cd79890b0b0bbd9d8 [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=Cannot initialize layout for non-empty container.\nThe default container instance cannot contain any components.
# BorderLayoutSupport
PROP_direction=Orientation
HINT_direction=Sens du composant dans la disposition en bordure
# GridBagLayoutSupport
PROP_gridx=Grille X
HINT_gridx=Valeur X de GridBagConstraints
PROP_gridy=Grille Y
HINT_gridy=Valeur Y de GridBagConstraints
PROP_gridwidth=Largeur de la grille
HINT_gridwidth=Valeur de largeur de GridBagConstraints
PROP_gridheight=Hauteur de la grille
HINT_gridheight=Valeur de hauteur de GridBagConstraints
PROP_fill=Remplissage
HINT_fill=Valeur de remplissage de GridBagConstraints
PROP_ipadx=Remplissage interne X
HINT_ipadx=Valeur de remplissage interne X de GridBagConstraints
PROP_ipady=Remplissage interne Y
HINT_ipady=Valeur de remplissage interne Y de GridBagConstraints
PROP_insets=Insets
HINT_insets=Valeur d'inset de GridBagConstraints
PROP_anchor=Ancre
HINT_anchor=Valeur d'ancre de GridBagConstraints
PROP_weightx=Pond\u00e9ration X
HINT_weightx=Valeur de pond\u00e9ration X de GridBagConstraints
PROP_weighty=Pond\u00e9ration Y
HINT_weighty=Valeur de pond\u00e9ration Y de GridBagConstraints
VALUE_relative=Relatif
VALUE_remainder=Reste
VALUE_fill_none=Aucun
VALUE_fill_horizontal=Horizontal
VALUE_fill_vertical=Vertical
VALUE_fill_both=Les deux
VALUE_anchor_center=Centre
VALUE_anchor_north=Nord
VALUE_anchor_northeast=Nord est
VALUE_anchor_east=Est
VALUE_anchor_southeast=Sud est
VALUE_anchor_south=Sud
VALUE_anchor_southwest=Sud ouest
VALUE_anchor_west=Ouest
VALUE_anchor_northwest=Nord ouest
VALUE_anchor_pagestart=D\u00e9but de page
VALUE_anchor_pageend=Fin de page
VALUE_anchor_linestart=D\u00e9but de ligne
VALUE_anchor_lineend=Fin de ligne
VALUE_anchor_firstlinestart=D\u00e9but de la premi\u00e8re ligne
VALUE_anchor_firstlineend=Fin de la premi\u00e8re ligne
VALUE_anchor_lastlinestart=D\u00e9but de la derni\u00e8re ligne
VALUE_anchor_lastlineend=Fin de la derni\u00e8re ligne
VALUE_anchor_above_baseline=Above Baseline
VALUE_anchor_above_baseline_leading=Above Baseline Leading
VALUE_anchor_above_baseline_trailing=Above Baseline Trailing
VALUE_anchor_baseline=Baseline
VALUE_anchor_baseline_leading=Baseline Leading
VALUE_anchor_baseline_trailing=Baseline Trailing
VALUE_anchor_below_baseline=Below Baseline
VALUE_anchor_below_baseline_leading=Below Baseline Leading
VALUE_anchor_below_baseline_trailing=Below Baseline Trailing
ACSD_GridBagCustomizer=N/D
MSG_ERR_MoreThan512=The form cannot be correctly converted to GridBagLayout. The correct conversion would exceed the limit on the number of rows and columns (GridBagLayout allows at most 512 columns and rows).
# GridBagLayout customizer
CTL_CustomizerTitle=Personnaliseur GridBagLayout
CTL_CloseButton=Fermer
CTL_HelpButton=Aide
CTL_GBC_anchorPanel=Ancre
CTL_GBC_fillPanel=Remplissage
CTL_GBC_ipadPanel=Remplissage interne
CTL_GBC_insetsPanel=Insets
CTL_GBC_gridSizePanel=Taille de la grille
#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=Remplissage horizontal
CTL_GBC_fill.V=Remplissage 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=Haut -1
CTL_GBC_insets.topP=Haut +1
CTL_GBC_insets.leftP=Gauche +1
CTL_GBC_insets.leftM=Gauche -1
CTL_GBC_insets.rightM=Droite -1
CTL_GBC_insets.rightP=Droite +1
CTL_GBC_insets.bottomM=Bas -1
CTL_GBC_insets.bottomP=Bas +1
CTL_GBC_insets.HM=Gauche et droite -1
CTL_GBC_insets.HP=Gauche et droite +1
CTL_GBC_insets.VM=Haut et bas -1
CTL_GBC_insets.VP=Haut et bas +1
CTL_GBC_insets.BM=Tout -1
CTL_GBC_insets.BP=Tout +1
CTL_GBC_gridSize.HM=-1 colonne
CTL_GBC_gridSize.HP=+1 colonne
CTL_GBC_gridSize.RH=Reste horizontal
CTL_GBC_gridSize.VM=-1 ligne
CTL_GBC_gridSize.VP=+1 ligne
CTL_GBC_gridSize.RV=Reste vertical
# BoxLayoutSupport
PROP_axis=Axe
HINT_axis=Axe de disposition
VALUE_axis_page=Page Axis
VALUE_axis_line=Line Axis
VALUE_axis_x=Axe X
VALUE_axis_y=Axe Y
# CardLayoutSupport
PROP_cardName=Nom de la carte
HINT_cardName=Nom de la carte dans la disposition en mode carte
# AbsoluteLayoutSupport
PROP_posx=X
HINT_posx=Position X du composant
PROP_posy=Q
HINT_posy=Position Y du composant
PROP_width=Largeur
HINT_width=Largeur du composant
PROP_height=Hauteur
HINT_height=Hauteur du composant
VALUE_preferred=Pr\u00e9f\u00e9r\u00e9(e)
# JSplitPaneSupport
PROP_splitPos=Position fractionn\u00e9e
HINT_splitPos=Position \u00e0 laquelle le fractionnement du composant a lieu
# JTabbedPaneSupport
PROP_tabTitle=Titre de l'onglet
HINT_tabTitle=Titre de l'onglet de ce composant
PROP_tabIcon=Ic\u00f4ne de l'onglet
HINT_tabIcon=Ic\u00f4ne de l'onglet de ce composant
PROP_tabToolTip=Infobulle de l'onglet
HINT_tabToolTip=Infobulle de l'onglet de ce composant
# JLayeredPaneSupport
PROP_layer=Couche
HINT_layer=Couche \u00e0 laquelle placer ce composant