blob: f9f0924d82237b350ebca69bc71b4fc916ca4462 [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.
OpenIDE-Module-Name=Java navigatie
OpenIDE-Module-Display-Category=Java
OpenIDE-Module-Short-Description=Voegt ondersteuning voor structurele aanschouw van Java bronnen toe aan het navigator-bestanddeel
OpenIDE-Module-Long-Description=Activeert het navigatoronderdeel dat de structuur van de java bronbestanden vertoont.
LBL_inheritance=Verervingsbeeld
LBL_members=Lidmaatschapsbeeld
LBL_superclass=Naar superklasse verhuizen
LBL_NoMembersAvail=<geen leden beschikbaar>
LBL_WaitNode=Een ogenblikje alsjeblieft...
LBL_Invalid=Ongeldig voorwerp
ACSN_DocScrollPane=Javadoc beeld
ACSD_DocScrollPane=Javadoc beeld
#filters
LBL_ShowNonPublic=Toon niet-openbare leden
LBL_ShowStatic=Toon statische leden
LBL_ShowFields=Toon velden
LBL_ShowInherited=Toon ge\u00ebrfde leden
LBL_ShowNonPublicTip=Toon niet-openbare leden
LBL_ShowStaticTip=Toon statische leden
LBL_ShowFieldsTip=Toon velden
LBL_ShowInheritedTip=Toon ge\u00ebrfde leden
LBL_Annotations=Annotaties:
LBL_Javadoc=Javadoc:
#StructureTreeView
LBL_Constructors=Constructeurs
LBL_Methods=Methoden
LBL_Fields=Velden
LBL_Structure=Structuur
LBL_View=Bekijken
DESC_lookswitcher=Kies een weergave type
TIP_TapPanel=Klik of druk {0} om te verbergen/vertonen wanneer de navigator actief is
LBL_ShortenNames=Namen verkorten
#Javadoc and declaration view
CTL_DeclarationTopComponent=Verklaring
CTL_JavadocTopComponent=Javadoc
HINT_DeclarationTopComponent=Het verklaringsvenster vertoont de java code van het element onder de caret.
HINT_JavadocTopComponent=Het Javadocvenster vertoont de javacode van het element onder de caret.
#Members and Hierarchy pop up
TITLE_Hierarchy=Hi\u00ebrarchie - {0}
TITLE_Members=Leden- {0}
LABEL_filterLabel=&Filter
TOOLTIP_filterTextField=Type een standaard uitdrukking om de items te filtreren ("?" Vergelijkt elk teken "*" vergelijkt elke tekenreeks; een "*" wordt automatisch toegevoegd)
LABEL_caseSensitiveFilterCheckBox=Hoofdlettergevoelig
caseSensitiveFilterCheckBox_ACSD=Schakelt hoofdlettergevoeligheid-filter om
TOOLTIP_methodLabel=Methode
TOOLTIPL_packageLabel=Pakket
TOOLTIP_privateLabel=Priv\u00e9
TOOLTIP_protectedLabel=Beschermd
TOOLTIP_publicLabel=Openbaar
TOOLTIP_staticLabel=Statisch
TOOLTIP_classLabel=Klasse
TOOLTIP_innerClassLabel=Verborgen klasse
TOOLTIP_interfaceLabel=Interface
TOOLTIP_fieldLabel=Veld
TOOLTIP_constructorLabel=Constructeur
TOOLTIP_showInheritedToggleButton=Ge\u00ebrfde leden vertonen
TOOLTIP_showSuperTypeHierarchyToggleButton=Supertype hi\u00ebrarchie vertonen (Alt+S)
TOOLTIP_showSubTypeHierarchyToggleButton=Subtype hi\u00ebrarchie vertonen (Alt+B)
TOOLTIP_showFQNToggleButton=Volledig gekwalificeerde namen vertonen (Alt+Q)
TOOLTIP_showInnerToggleButton=Innerlijke klassen en interface vertonen (Alt+I)
TOOLTIP_showProtectedToggleButton=Beschermde leden vertonen
TOOLTIP_showPackageToggleButton=Pakket leden vertonen
TOOLTIP_showPrivateToggleButton=Priv\u00e9 leden vertonen
TOOLTIP_showStaticToggleButton=Statische leden vertonen
TOOLTIP_showConstructorsToggleButton=Constructeurs vertonen
TOOLTIP_showMethodsToggleButton=Methoden vertonen
TOOLTIP_showFieldsToggleButton=Velden vertonen
TOOLTIP_showEnumConstantsToggleButton=Enum constanten vertonen
TOOLTIP_expandAll=Alles uitspreiden (Alt+E)
LABEL_filtersLabel=&Filters:
LABEL_Close=Afs&luiten
MSG_WontShowSubTypesOfObject=Subtypen van {0} worden niet vertoond. Enorme query!
MSG_CouldNotOpenElement=Kon element {0} niet openen.
# Localization of Navigate/Inspect submenu
Menu/GoTo/Inspect=I&nspecteren
# Localization of Window/Other submenu
Menu/Window/Other=Andere
HINT_doc_browser_back_button=Naar de vorige pagina
HINT_doc_browser_forward_button=Naar de volgende pagina
HINT_doc_browser_show_web_button=Toon documentatie in externe webbrowser
HINT_doc_browser_goto_source_button=Open bron in bewerker
LBL_PleaseWait=Even geduld...
HINT_EnlargeJavaDocToolip=Druk {0} om te vergroten
ACSD_JavaHierarchyTree=Java hi\u00ebrarchie boom bereikbaar Descriptor
ACSD_JavaMembersTree=Java ledenboom toegangsbeschrijver
ACSN_JavaMembersTree=Java ledenboom
ACSN_JavaHierarchyTree=Java hi\u00ebrarchieboom\n
ACSD_JavaHierarchyDialog=Java Hierarchy view for class {0}