blob: 5ce8aa3518f37569cd8c4ce788bbd13af6d28d6e [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=Kan lay-out niet initialiseren voor niet-lege container.\nDe standaard containerinstantie mag geen onderdelen bevatten.
# BorderLayoutSupport
PROP_direction=Richting
HINT_direction=Richting van het onderdeel in de BorderLayout
# GridBagLayoutSupport
PROP_gridx=Grid X
HINT_gridx=Grid X waarde van de GridBagConstraints
PROP_gridy=Grid Y
HINT_gridy=Grid Y waarde van de GridBagConstraints
PROP_gridwidth=Grid breedte
HINT_gridwidth=Grid breedtewaarde van de GridBagConstraints
PROP_gridheight=Grid hoogte
HINT_gridheight=Grid hoogtewaarde van de GridBagConstraints
PROP_fill=Vullen
HINT_fill=Vulwaarde van de GridBagConstraints
PROP_ipadx=Intern aanvulsel X
HINT_ipadx=Intern aanvulsel X waarde van de GridBagConstraints
PROP_ipady=Intern aanvulsel Y
HINT_ipady=Intern aanvulsel Y waarde van de GridBagConstraints
PROP_insets=Inlegvellen
HINT_insets=Waarde van inlegvellen van de GridBagConstraints
PROP_anchor=Anker
HINT_anchor=Ankerwaarde van de GridBagConstraints
PROP_weightx=Gewicht X
HINT_weightx=Gewicht X waarde van de GridBagConstraints
PROP_weighty=Gewicht Y
HINT_weighty=Gewicht Y waarde van de GridBagConstraints
VALUE_relative=Relatief
VALUE_remainder=Overschot
VALUE_fill_none=Geen
VALUE_fill_horizontal=Horizontaal
VALUE_fill_vertical=Verticaal
VALUE_fill_both=Beiden
VALUE_anchor_center=Midden
VALUE_anchor_north=Noord
VALUE_anchor_northeast=Noordoost
VALUE_anchor_east=Oost
VALUE_anchor_southeast=Zuidoost
VALUE_anchor_south=Zuid
VALUE_anchor_southwest=Zuidwest
VALUE_anchor_west=West
VALUE_anchor_northwest=Noordwest
VALUE_anchor_pagestart=Begin van pagina
VALUE_anchor_pageend=Eind van pagina
VALUE_anchor_linestart=Begin van regel
VALUE_anchor_lineend=Eind van regel
VALUE_anchor_firstlinestart=Begin van eerste regel
VALUE_anchor_firstlineend=Eind van eerste regel
VALUE_anchor_lastlinestart=Begin van laatste regel
VALUE_anchor_lastlineend=Eind van laatste regel
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.v.t.
MSG_ERR_MoreThan512=Dit formulier kan niet juist naar een GridBagLayout omgezet worden. De juiste opzet zal de limiet van het aantal rijen en kolomen overschrijden (GridBagLayout permitteert hoogstens 512 kolommen en rijen).
# GridBagLayout customizer
CTL_CustomizerTitle=GridBagLayout aanpasser
CTL_CloseButton=Afsluiten
CTL_HelpButton=Hulp
CTL_GBC_anchorPanel=Anker
CTL_GBC_fillPanel=Vullen
CTL_GBC_ipadPanel=I-aanvulling
CTL_GBC_insetsPanel=Inlegvellen
CTL_GBC_gridSizePanel=Grid grootte
#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=Horizontale vulling
CTL_GBC_fill.V=Verticale vulling
CTL_GBC_ipad.HM=Horizontaal -1
CTL_GBC_ipad.HP=Horizontaal +1
CTL_GBC_ipad.VM=Verticaal -1
CTL_GBC_ipad.VP=Verticaal +1
CTL_GBC_insets.topM=Bovenkant -1
CTL_GBC_insets.topP=Bovenkant +1\n
CTL_GBC_insets.leftP=Links +1
CTL_GBC_insets.leftM=Links -1
CTL_GBC_insets.rightM=Rechts -1
CTL_GBC_insets.rightP=Rechts +1
CTL_GBC_insets.bottomM=Onderkant -1
CTL_GBC_insets.bottomP=Onderkant +1
CTL_GBC_insets.HM=Links en richts -1
CTL_GBC_insets.HP=Links en richts +1
CTL_GBC_insets.VM=Bovenkant en onderkant -1
CTL_GBC_insets.VP=Bovenkant en onderkant +1
CTL_GBC_insets.BM=Allemaal -1
CTL_GBC_insets.BP=Allemaal +1
CTL_GBC_gridSize.HM=-1 Kolom
CTL_GBC_gridSize.HP=+1 Kolom
CTL_GBC_gridSize.RH=Horizontaal overschot
CTL_GBC_gridSize.VM=-1 Rij
CTL_GBC_gridSize.VP=+1 Rij
CTL_GBC_gridSize.RV=Verticaal overschot
# BoxLayoutSupport
PROP_axis=Aslijn
HINT_axis=Lay-out aslijn
VALUE_axis_page=Pagina aslijn
VALUE_axis_line=Regel aslijn
VALUE_axis_x=X aslijn
VALUE_axis_y=Y aslijn
# CardLayoutSupport
PROP_cardName=Kaartnaam
HINT_cardName=Kaartnaam in CardLayout
# AbsoluteLayoutSupport
PROP_posx=X
HINT_posx=X positie van het onderdeel
PROP_posy=Y
HINT_posy=Y positie van het onderdeel
PROP_width=Breedte
HINT_width=Breedte van het onderdeel
PROP_height=Hoogte
HINT_height=Hoogte van het onderdeel
VALUE_preferred=Voorkeur
# JSplitPaneSupport
PROP_splitPos=Gesplitste positie
HINT_splitPos=De positie waar de splitsing van dit onderdeel geplaatst moet worden
# JTabbedPaneSupport
PROP_tabTitle=Tabbladtitel
HINT_tabTitle=Titel van het tabblad van dit onderdeel
PROP_tabIcon=Tabblad pictogram
HINT_tabIcon=Pictogram van het tabblad van dit onderdeel
PROP_tabToolTip=Tabblad knopinfo
HINT_tabToolTip=Knopinfo voor het tabblad van dit onderdeel
# JLayeredPaneSupport
PROP_layer=Laag
HINT_layer=De laag waarop dit onderdeel geplaatst moet worden