blob: 3350d4a96b7313828ffaf07c297de7910b6bd3ec [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-2007 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.
## {0} class member name
MISSING_JAVADOC_HINT=Maak ontbrekende javadoc voor {0}
MISSING_JAVADOC_DESC=Ontbrekende javadoc
FIX_ALL_HINT=Fix alle ontbrekende javadocs
DUPLICATE_RETURN_DESC=Duplicaat @return tag.
WRONG_RETURN_DESC=@retour tag kan niet worden gebruikt in de methode met void retour type.
WRONG_CONSTRUCTOR_RETURN_DESC=Illegale @return tag.
MISSING_RETURN_DESC=Ontbrekende @return tag.
MISSING_RETURN_HINT=@return tag toevoegen
## {0} [@throws|@exception]
## {1} @throws name
DUPLICATE_THROWS_DESC=Duplicaat {0} tag: {1}
## {0} exception fqn
MISSING_THROWS_DESC=Ontbrekende @throws tag voor {0}
MISSING_THROWS_HINT=Toevoegen @throws {0} tag
## {0} [@throws|@exception]
## {1} @throws name
UNKNOWN_THROWABLE_DESC=Onbekende throwable: {0} {1}
## {0} [@throws|@exception]
## {1} @throws name
ILLEGAL_ANNOTATION_TYPE_THROWS_DESC=Illegale {0} {1} tag.
## {0} @param name
DUPLICATE_PARAM_DESC=@param naam: {0} verveelvoudigen
## {0} @param name
MISSING_PARAM_DESC=Ontbrekende @param tag voor{0}
MISSING_PARAM_HINT=@param {0} tag toevoegen
## {0} @param name
UNKNOWN_PARAM_DESC=Onbekende @param: {0}
## {0} @param name
ILLEGAL_ANNOTATION_TYPE_PARAM_DESC=Verwijder illegale @param {0} tag
## {0} @param name
DUPLICATE_TYPEPARAM_DESC=@param naam: {0} verveelvoudigen
## {0} @param name
MISSING_TYPEPARAM_DESC=Ontbrekende @param tag voor{0}
MISSING_TYPEPARAM_HINT=@param {0} tag toevoegen
## {0} @param name
UNKNOWN_TYPEPARAM_DESC=Onbekende @param: {0}
MISSING_DEPRECATED_DESC=Ontbrekende @deprecated tag.
MISSING_DEPRECATED_HINT=@deprecated tag toevoegen
DUPLICATE_DEPRECATED_DESC=@deprecated tag verveelvoudigen.
## {0} tag name {@param|@throws|...}
REMOVE_TAG_HINT=Verwijder {0} tag
## {0} max number of add/remove tag hints
OUT_OF_TAG_FIXES_LIMIT_DESC=Aantal Javadoc waarschuwingen heeft de limiet overschreden {0}, code hieronder werd niet geanalyseerd!
## {0} max number of create missing javadoc hints
OUT_OF_MISSING_JD_LIMIT_DESC=Aantal ontbrekende Javadoc waarschuwingen heeft de limiet {0} overschreden, onderstaande code werd niet geanalyseerd!
org-netbeans-modules-java-hints/rules/hints/javadoc=Javadoc
DN_CREATE_JAVADOC_HINT=Javadoc maken
DESC_CREATE_JAVADOC_HINT=Javadoc maken
DN_ERROR_IN_JAVADOC_HINT=Fout in Javadoc
DESC_ERROR_IN_JAVADOC_HINT=Fout in Javadoc
CTL_PUBLIC_OPTION=&publiek
CTL_PROTECTED_OPTION=besche&md
CTL_PACKAGE_OPTION=p&akket
CTL_PRIVATE_OPTION=pr&iv\u00e9
HINT_PUBLIC_OPTION=Analyseert alleen openbare klassen en leden.
HINT_PROTECTED_OPTION=Analyseert alleen beschermde en openbare klassen en leden.
HINT_PACKAGE_OPTION=Analyseert alleen pakket, beschermde, en openbare klassen en leden.
HINT_PRIVATE_OPTION=Analyseert alle klassen en leden.
ACD_PUBLIC_OPTION=Analyseert alleen openbare klassen en leden.
ACD_PROTECTED_OPTION=Analyseert alleen beschermde en openbare klassen en leden.
ACD_PACKAGE_OPTION=Analyseert alleen pakket, beschermde, en openbare klassen en leden.
ACD_PRIVATE_OPTION=Analyseert alle klassen en leden.
ACN_PUBLIC_OPTION=openbaar radio knopje
ACN_PROTECTED_OPTION=beschermd radio knopje
ACN_PACKAGE_OPTION=pakket radio knopje
ACN_PRIVATE_OPTION=priv\u00e9 radio knopje
LBL_SCOPE=Omvang
CTL_APICHECKBOX=Controleer ook openbare nietbeschikbare pakketten
AN_APICHECKBOX=Api keuzevakje
AD_APICHECKBOX=Activeert ook javadoc hints voor openbare nietbeschikbare pakketen