blob: 25eaf05c983c6aca480dfe9b01fc9a2bd8c0d27e [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=Create missing javadoc for {0}
MISSING_JAVADOC_DESC=javadoc \ub204\ub77d.
FIX_ALL_HINT=Fix all missing javadocs
DUPLICATE_RETURN_DESC=@return \ud0dc\uadf8 \uc911\ubcf5.
WRONG_RETURN_DESC=@return tag cannot be used in method with void return type.
WRONG_CONSTRUCTOR_RETURN_DESC=Illegal @return tag.
MISSING_RETURN_DESC=@return \ud0dc\uadf8 \ub204\ub77d.
MISSING_RETURN_HINT=@return \ud0dc\uadf8 \ucd94\uac00
## {0} [@throws|@exception]
## {1} @throws name
DUPLICATE_THROWS_DESC=Duplicate {0} tag: {1}
## {0} exception fqn
MISSING_THROWS_DESC=Missing @throws tag for {0}
MISSING_THROWS_HINT=Add @throws {0} tag
## {0} [@throws|@exception]
## {1} @throws name
UNKNOWN_THROWABLE_DESC=Unknown throwable: {0} {1}
## {0} [@throws|@exception]
## {1} @throws name
ILLEGAL_ANNOTATION_TYPE_THROWS_DESC=Illegal {0} {1} tag.
## {0} @param name
DUPLICATE_PARAM_DESC=Duplicate @param name: {0}
## {0} @param name
MISSING_PARAM_DESC=Missing @param tag for {0}
MISSING_PARAM_HINT=@param {0} \ud0dc\uadf8 \ucd94\uac00
## {0} @param name
UNKNOWN_PARAM_DESC=Unknown @param: {0}
## {0} @param name
ILLEGAL_ANNOTATION_TYPE_PARAM_DESC=Remove illegal @param {0} tag
## {0} @param name
DUPLICATE_TYPEPARAM_DESC=Duplicate @param name: {0}
## {0} @param name
MISSING_TYPEPARAM_DESC=Missing @param tag for {0}
MISSING_TYPEPARAM_HINT=@param {0} \ud0dc\uadf8 \ucd94\uac00
## {0} @param name
UNKNOWN_TYPEPARAM_DESC=Unknown @param: {0}
MISSING_DEPRECATED_DESC=@deprecated \ud0dc\uadf8 \ub204\ub77d.
MISSING_DEPRECATED_HINT=@deprecated \ud0dc\uadf8 \ucd94\uac00.
DUPLICATE_DEPRECATED_DESC=@deprecated \ud0dc\uadf8 \uc911\ubcf5.
## {0} tag name {@param|@throws|...}
REMOVE_TAG_HINT={0} \ud0dc\uadf8 \uc81c\uac70
## {0} max number of add/remove tag hints
OUT_OF_TAG_FIXES_LIMIT_DESC=Number of Javadoc warnings is out of the limit {0}, code below was not analyzed!
## {0} max number of create missing javadoc hints
OUT_OF_MISSING_JD_LIMIT_DESC=Number of Missing Javadoc warnings is out of the limit {0}, code below was not analyzed!
org-netbeans-modules-java-hints/rules/hints/javadoc=Javadoc
DN_CREATE_JAVADOC_HINT=Javadoc \uc0dd\uc131
DESC_CREATE_JAVADOC_HINT=Javadoc \uc0dd\uc131
DN_ERROR_IN_JAVADOC_HINT=Error in Javadoc
DESC_ERROR_IN_JAVADOC_HINT=Error in Javadoc
CTL_PUBLIC_OPTION=&public
CTL_PROTECTED_OPTION=p&rotected
CTL_PACKAGE_OPTION=p&ackage
CTL_PRIVATE_OPTION=pr&ivate
HINT_PUBLIC_OPTION=Analyzes only public classes and members.
HINT_PROTECTED_OPTION=Analyzes only protected and public classes and members.
HINT_PACKAGE_OPTION=Analyzes only package, protected, and public classes and members
HINT_PRIVATE_OPTION=Analyzes all classes and members.
ACD_PUBLIC_OPTION=Analyzes only public classes and members.
ACD_PROTECTED_OPTION=Analyzes only protected and public classes and members.
ACD_PACKAGE_OPTION=Analyzes only package, protected, and public classes and members
ACD_PRIVATE_OPTION=Analyzes all classes and members.
ACN_PUBLIC_OPTION=public radio button
ACN_PROTECTED_OPTION=protected radio button
ACN_PACKAGE_OPTION=package radio button
ACN_PRIVATE_OPTION=private radio button
LBL_SCOPE=\ubc94\uc704
CTL_APICHECKBOX=Check also publicly unavailable packages
AN_APICHECKBOX=Api Checkbox
AD_APICHECKBOX=Turns on javadoc hints also for publicly unavailable packages