blob: eed67d899026fcced9aecb8493f3f88e515a8f17 [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-2010 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.
#
# This file contains localized strings used in this package. The typical
# NetBeans pattern is to use one bundle per-package, called Bundle.properties;
# the openide class NbBundle supports this usage.
#
# Typically, fetch a resource as follows:
# NbBundle.getMessage (MyClass.class, "SOME_Key");
#
# Don't bother caching strings or worse, static references to resource bundles -
# this may seem like its faster, but it wastes memory and slows things down
# in the long run.
#
Add_semicolon=Add semicolon
Add_cast_to_X=Cast {0} to {1}
Add_throws_clause_for_X=Add throws clause for {0}
Add_import_for_X=Add import for {0}
Change_to_import_X=Change to import {1}{0}
Implement_all_abstract_methods=Implement all abstract methods
MSG_CreateField=Create field {0} on {1}
MSG_CreateMethod=Create method {0} on {1}
MSG_CreateLocalVariable=Create local variable {0}
MSG_CreateParameter=Create parameter {0}
MSG_CreateGetter=Create getter
MSG_CreateSetter=Create setter
MSG_CreateGetterAndSetter=Create getter and setter
MSG_Implement=Implement missing methods
MSG_RenameConstant=Rename to {0}
MSG_DeclareIn=Declare in {0}
MSG_GoToOverriding=Go to overriding method ...
MSG_GettingOverriding=Getting overriding methods
MSG_OverridingFound={0} overriding method(s) found
MSG_OverridingNotFound=No overriding methods found
MSG_ImplementAbstractMethod=Implement method in ...
MSG_GettingClassesWhereImplement=Getting subclasses
MSG_NoClassesWhereImplementFound=All known subclasses already implement this method
MSG_ClassesWhereImplementFound={0} subclass(es) found
MSG_Cancel=Annuleren
MSG_ChangeVariablesType=<html>Change type of {0} to {1}
MSG_ChangeVariablesTypeDisplayName=Change Type Fix
MSG_ChangeVariablesTypeDescription=This hint changes the type of a variable to the type of initializer expression.
#{0}: new class simple name
#{1}: target package name
#{2}: kind:
# 0: class
# 1: interface
# 2: enum
# 3: annotation type
FIX_CreateClassInPackage=Create {2,choice,0#class|1#interface|2#enum|3#annotation type} "{0}" in package {1}
FIX_CreateClassAndCtorInPackage=Create {2,choice,0#class|1#interface|2#enum|3#annotation type} "{0}" with constructor "{0}({3})" in package {1}
#{0}: new class simple name
#{1}: target class name
#{2}: kind:
# 0: class
# 1: interface
# 2: enum
# 3: annotation type
FIX_CreateInnerClass=Create {2,choice,0#class|1#interface|2#enum|3#annotation type} "{0}" in {1}
LBL_Remove_Useless_Cast_Fix=Remove Useless Cast Fix
DSC_Remove_Useless_Cast_Fix=Remove Useless Cast Fix
LBL_FIX_Remove_redundant_cast=Remove redundant cast
LBL_Suppress_Waning=Suppress Warnings Fix
DSC_Suppress_Waning=Suppress Warnings Fix
LBL_Add_Cast=Add Cast Fix
DSC_Add_Cast=Add Cast Fix
#{0}: treeName
#{1}: type
LBL_FIX_Add_Cast=Cast {0} to {1}
LBL_Impl_Abstract_Methods=Implement All Abstract Methods Fix
DSC_Impl_Abstract_Methods=Add Cast Fix
#{0}: treeName
#{1}: type
LBL_FIX_Impl_Abstract_Methods=Implement all abstract methods
#{0}: name of the class
LBL_FIX_Make_Class_Abstract=Make class {0} abstract
LBL_Create_Field=Create Field Fix
DSC_Create_Field=Create Field Fix
#{0}: field name
#{1}: class name
LBL_FIX_Create_Field=Create Field {0} in {1}
LBL_FIX_Create_Enum_Constant=Create Enum Constant {0} in {1}
LBL_FIX_Create_Constructor=Create Constructor {0} in {1}
LBL_FIX_Create_Method=Create Method {0} in {1}
LBL_FIX_Create_Annotation_Element=Create Annotation Element {0} in {1}
#{0}: parameter name
LBL_FIX_Create_Parameter=Create Parameter {0}
#{0}: variable name
LBL_FIX_Create_Local_Variable=Create Local Variable {0}
#NotInitializedVariable
LBL_NotInitializedVariable=Use of uninitialized variable
LBL_NotInitializedVariable_fix=Initialize variable {0}
LBL_SurroundStatementWithTryCatch=Surround Statement with try-catch
LBL_SurroundBlockWithTryCatch=Surround Block with try-catch
DN_MakeVariableFinal=Make Variable Final
DESC_MakeVariableFinal=Make Variable Final
FIX_MakeVariableFinal=Make {0} final
FIX_AddThrowsClause=Add throws clause for {0}
DN_AddThrowsClauseAndSurround=Add Throws Clause and Surround With try-catch Fixes
DESC_AddThrowsClauseAndSurround=Add Throws Clause and Surround With try-catch Fixes
LocalVariableFixCustomizer.inPlace.text=&Create Local Variable In Place
SurroundWithTryCatchLog.jLabel1.text=Logging statement to use (in order):
SurroundWithTryCatchLog.exceptions.text=Use &org.openide.util.Exceptions.printStackTrace
SurroundWithTryCatchLog.logger.text=Use &java.util.logging.Logger
SurroundWithTryCatchLog.printStackTrace.text=Use &Exception.printStackTrace
DESC_ErrorFixesFakeHintSURROUND_WITH_TRY_CATCH=Settings for the Surround with try-catch error fix
DN_ErrorFixesFakeHintSURROUND_WITH_TRY_CATCH=Surround with try-catch
DESC_ErrorFixesFakeHintCREATE_LOCAL_VARIABLE=Settings for the Create Local Variable error fix
DN_ErrorFixesFakeHintCREATE_LOCAL_VARIABLE=Create Local Variable
DESC_ErrorFixesFakeHintCREATE_FINAL_FIELD_CTOR=Settings for Create Field Fix
DN_ErrorFixesFakeHintCREATE_FINAL_FIELD_CTOR=Create Field
ERR_CannotApplyGuarded=Cannot apply fix in a guarded block
ERR_CannotApplyGuarded=Cannot apply fix in a guarded block
ACSN_Final_Checkbox=FinalCheckbox
FinalFieldsFromCtorCustomiser.finalCehckBox.AccessibleContext.accessibleDescription=Create Field Fix creates final fields checkbox
FinalFieldsFromCtorCustomiser.finalCheckBox.text=<html>Create <code>final</code> fields from inside constructor body</html>
DN_ConvertToDiamond=Convert to Diamond
FIX_ConvertToDiamond=Use diamond inference
ERR_ReadOnlyTargetFile=Target file ({0}) is read-only, cannot perform requested change.
DN_VarArgsCast=Resolve inexact varargs type warning
FIX_VarArgsCast=Cast {0} to {1}
SurroundWithTryCatchLog.rethrowRuntime.text=Use throw new RuntimeException(...)
SurroundWithTryCatchLog.rethrow.text=Use throw ...