blob: 7d686fd4f09b13dd30e05d65b20f507625dac742 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
#######################################
# org.eclipse.jdt.internal.ui.refactoring
#######################################
RefactorActionGroup_no_refactoring_available= <no refactoring available>
RenameInputWizardPage_new_name= &New name:
RenameRefactoringWizard_internal_error= Internal error during name checking: {0}
#######################################
# org.eclipse.jdt.internal.ui.actions
#######################################
OpenRefactoringWizardAction_refactoring=Refactoring
OpenRefactoringWizardAction_exception=Unexpected exception occurred. See log for details
OpenRefactoringWizardAction_disabled=Cannot paste into the selected elements.
ExtractMethodAction_label=E&xtract Method...
ExtractMethodAction_dialog_title=Extract Method
SurroundWithTryCatchAction_label=Surround with &try/catch Block
SurroundWithTryCatchAction_dialog_title=Surround with try/catch
SurroundWithTryCatchAction_exception=Unexpected exception occurred. See log for details
SurroundWithTryCatchAction_no_exceptions=No uncaught exceptions are thrown by the selected code. Catch java.lang.RuntimeException ?
RefactoringGroup_modify_Parameters_label=&Change Method Signature...
RefactoringGroup_pull_Up_label=Pull &Up...
RefactoringGroup_move_label=&Move...
RefactoringStarter_unexpected_exception=Unexpected exception. See log for details
RefactoringStarter_saving=Saving Resources
RefactoringStarter_always_save=&Always save all modified resources automatically prior to refactoring
RefactoringStarter_save_all_resources=Save All Modified Resources
RefactoringStarter_must_save=All modified resources must be saved before this operation.
RefactoringExecutionHelper_cannot_execute=The operation cannot be performed due to the following problem:\n\n{0}
#######################################
# org.eclipse.jdt.internal.ui.code
#######################################
ExtractMethodWizard_extract_method=Extract Method
ExtractMethodInputPage_access_Modifiers=&Access modifier:
ExtractMethodInputPage_public=public
ExtractMethodInputPage_default=default
ExtractMethodInputPage_protected=protected
ExtractMethodInputPage_private=private
ExtractMethodInputPage_signature_preview=Method signature preview:
ExtractMethodInputPage_description=Enter new method name and specify the method's visibility
ExtractMethodInputPage_label_text=Method &name:
ExtractMethodInputPage_parameters=&Parameters:
ExtractMethodInputPage_throwRuntimeExceptions=&Add thrown runtime exceptions to method signature
ExtractMethodInputPage_validation_emptyMethodName=Provide a method name
ExtractMethodInputPage_validation_emptyParameterName=Parameter names cannot be empty
ExtractMethodInputPage_duplicates_none=Repla&ce duplicate code fragments
ExtractMethodInputPage_duplicates_single=Repla&ce 1 duplicate code fragment
ExtractMethodInputPage_duplicates_multi=Repla&ce {0} duplicate code fragments
ExtractMethodInputPage_destination_type=Destination &type:
ExtractMethodInputPage_anonymous_type_label=new {0}() '{'...}
ExtractMethodInputPage_generateJavadocComment=Generate method &comment
InlineMethodWizard_page_title=Inline Method
#######################################
# org.eclipse.jdt.internal.ui.sef
#######################################
SelfEncapsulateField_sef=Encapsulate Field
SelfEncapsulateField_field_access=Field access in declaring class:
SelfEncapsulateField_use_setter_getter=us&e setter and getter
SelfEncapsulateField_keep_references=&keep field reference
SelfEncapsulateFieldInputPage_description=Create getting and setting methods for the field and use only those to access the field
SelfEncapsulateFieldInputPage_getter_name=&Getter name:
SelfEncapsulateFieldInputPage_setter_name=&Setter name:
SelfEncapsulateFieldInputPage_insert_after=&Insert new methods after:
SelfEncapsulateFieldInputPage_first_method=As first method
SelfEncapsulateFieldInputPage_access_Modifiers=Access modifier:
SelfEncapsulateFieldInputPage_public=&public
SelfEncapsulateFieldInputPage_default=defa&ult
SelfEncapsulateFieldInputPage_protected=pro&tected
SelfEncapsulateFieldInputPage_private=pri&vate
SelfEncapsulateFieldInputPage_generateJavadocComment=Generate method &comments
#######################################
# Misc
#######################################
ExtractTempWizard_defaultPageTitle=Extract Local Variable
ExtractTempInputPage_enter_name=Enter a name for the new local variable
ExtractTempInputPage_variable_name=&Variable name:
ExtractTempInputPage_replace_all=&Replace all occurrences of the selected expression with references to the local variable
ExtractTempInputPage_declare_final=&Declare the local variable as \'final\'
ExtractTempInputPage_signature_preview=Signature Preview:
ExtractTempInputPage_extract_local=Extract local variable
ExtractTempInputPage_exception=Unexpected exception. See log for details
ExtractConstantInputPage_enter_name=Enter a name for the new constant
ExtractConstantInputPage_constant_name=&Constant name:
ExtractConstantInputPage_replace_all=&Replace all occurrences of the selected expression with references to the constant
ExtractConstantInputPage_qualify_constant_references_with_class_name=&Qualify constant references with class name
ExtractConstantInputPage_signature_preview=Signature Preview:
ExtractConstantInputPage_exception=Unexpected exception. See log for details
ExtractConstantInputPage_access_modifiers=Access modifier:
ExtractConstantInputPage_selection_refers_to_nonfinal_fields=The selected expression refers to non-final or non-static fields
PromoteTempInputPage_description=Select visibility and name for the new field
MoveMembersWizard_page_title=Move Static Members
RenameInputWizardPage_update_references=Update &references
RenameInputWizardPage_update_textual_matches=Update &textual matches in comments and strings (forces preview)
RenameInputWizardPage_update_qualified_names=Update fully &qualified name in non-Java files (forces preview)
PullUpInputPage_select_methods=Select the methods to be removed in subtypes after pull up.
PullUpInputPage_pull_Up=Pull Up
PullUpInputPage_pull_up1=Pull Up Methods
PullUpInputPage_exception=Unexpected exception. See log for details
ExtractTempAction_label=Extract &Local Variable...
ExtractTempAction_extract_temp=Extract Local Variable
ConvertLocalToField_label=Con&vert Local Variable to Field...
ConvertLocalToField_title=Convert Local Variable to Field
ExtractConstantAction_label=Extr&act Constant...
ExtractConstantAction_extract_constant=Extract Constant
InlineTempAction_inline_temp=Inline Local Variable
InlineTempAction_label=&Inline Local Variable...
RenameAction_rename=Rename
RenameAction_unavailable=Operation unavailable on the current selection.\n\nSelect a java project, source folder, resource, package or a compilation unit, or a non-binary type, field, method, parameter, local variable, or type variable.
RenameAction_text=Re&name...
NewTextRefactoringAction_exception=Unexpected exception occurred. See log for details
RenameEnumConstWizard_defaultPageTitle=Rename Enum Constant
RenameEnumConstWizard_inputPage_description=Enter the new name for this constant.
RenameFieldWizard_defaultPageTitle=Rename Field
RenameFieldWizard_inputPage_description=Enter the new name for this field.
RenameFieldInputWizardPage_rename_getter=Rename &getter
RenameFieldInputWizardPage_rename_getter_to=Rename &getter: ''{0}'' to ''{1}''
RenameFieldInputWizardPage_rename_setter=Rename &setter
RenameFieldInputWizardPage_rename_setter_to=Rename &setter: ''{0}'' to ''{1}''
RenameFieldInputWizardPage_setter_label={0} ({1})
RenameFieldInputWizardPage_getter_label={0} ({1})
MoveMembersInputPage_descriptionKey={0} member(s) from ''{1}''
MoveMembersInputPage_destination_single=&Destination type for ''{0}'':
MoveMembersInputPage_destination_multi=&Destination type for {0} selected elements:
MoveMembersInputPage_browse=&Browse...
MoveMembersInputPage_move_Member=Move Member
MoveMembersInputPage_exception=Unexpected exception. See log for details
MoveMembersInputPage_choose_Type=Choose Type
MoveMembersInputPage_dialogMessage=&Choose a type (? = any character, * = any string):
MoveMembersInputPage_upperListLabel=&Matching types:
MoveMembersInputPage_lowerListLabel=&Qualifier:
MoveMembersInputPage_not_found=Destination type does not exist (fully qualified type name expected)
MoveMembersInputPage_invalid_name=Invalid Type Name
MoveMembersInputPage_Invalid_selection=Invalid selection
MoveMembersInputPage_no_binary=Cannot move members to binary types
MoveMembersInputPage_internal_error=Internal error. See log for details.
MoveMembersInputPage_move=Move Members
RenameJavaElementAction_exception=Unexpected exception occurred. See log for details
RenameJavaElementAction_not_available=Operation unavailable on the current selection.\nSelect a java project, source folder, resource, package, compilation unit, type, field, method, parameter or a local variable
RenameJavaElementAction_name=Rename
MoveAction_text=&Move...
QualifiedNameComponent_patterns_label= &File name patterns:
QualifiedNameComponent_patterns_description= The patterns are separated by commas (* = any string, ? = any character)
## Pull Up
PullUpInputPage_hierarchyLabal=Select the methods to be removed in subtypes after pull up.\n{0} method(s) selected.
PullUpInputPage_see_log=See log
##Change Signature
ChangeSignatureInputPage_change=Change the signature of the selected method and all its overriding methods.
ChangeSignatureInputPage_access_modifier=A&ccess modifier:
ChangeSignatureInputPage_default=default
ChangeSignatureInputPage_return_type=Return &type:
ChangeSignatureInputPage_method_name=Method &name:
ChangeSignatureInputPage_parameters=Pa&rameters
ChangeSignatureInputPage_exceptions=E&xceptions
ChangeSignatureInputPage_method_Signature_Preview=Method signature preview:
ChangeSignatureInputPage_exception=Unexpected exception. See log for details
ChangeSignatureInputPage_unchanged=Method signature is unchanged.
ChangeSignatureInputPage_Internal_Error=Internal Error. See log for details.
ChangeSignatureInputPage_Change_Signature=Change Signature
ChangeSignatureRefactoring_modify_Parameters=Change Method Signature
RenameTempAction_exception=Unexpected Exception. See log for details
ModifyParametersAction_unavailable=To activate this refactoring, please select the name of a method. Binary methods and annotation elements are not supported.
OpenRefactoringWizardAction_unavailable=Operation Unavailable
PullUpAction_unavailable=To activate this refactoring, please select the name of a non-binary instance method or field.
MoveMembersAction_unavailable=To activate this refactoring, please select the name of a non-binary static method or field.
PullUpInputPage_subtypes=&Subtypes of type ''{0}''
MoveMembersAction_error_title=Refactoring
MoveMembersAction_error_message=Cannot perform operation.
RefactoringErrorDialogUtil_okToPerformQuestion=\n\nOK to perform the operation on this method?
ChangeParametersControl_table_type=Type
ChangeParametersControl_table_name=Name
ChangeParametersControl_table_defaultValue=Default value
ChangeParametersControl_buttons_move_up=&Up
ChangeParametersControl_buttons_move_down=&Down
ChangeParametersControl_buttons_edit=&Edit...
ChangeParametersControl_buttons_add=&Add
ChangeParametersControl_buttons_remove=Re&move
ChangeExceptionsControl_buttons_add=&Add...
ChangeExceptionsControl_buttons_remove=Re&move
ChangeExceptionsControl_choose_title=Add Exception
ChangeExceptionsControl_choose_message=&Choose an Exception (? = any character, * = any string):
ChangeExceptionsControl_not_exception=Not an Exception
ParameterEditDialog_title=Method Parameter
ParameterEditDialog_message_new=Declaration of Parameter:
ParameterEditDialog_message=Declaration of Parameter ''{0}'':
ParameterEditDialog_type=&Type:
ParameterEditDialog_type_error=Type name must not be empty.
ParameterEditDialog_name=&Name:
ParameterEditDialog_name_error= Parameter name must not be empty.
ParameterEditDialog_defaultValue=&Default value:
ParameterEditDialog_defaultValue_error= Default value must not be empty.
ParameterEditDialog_defaultValue_invalid=''{0}'' is not a valid expression.
InlineTempWizard_defaultPageTitle= Inline Local Variable
InlineTempInputPage_message_one= Inline 1 occurrence of local variable ''{0}'' ?
InlineTempInputPage_message_multi= Inline {0} occurrences of local variable ''{1}'' ?
ConvertAnonymousToNestedInputPage_description=Select the name and modifiers for the new nested class
ConvertAnonymousToNestedInputPage_class_name=&Class name:
ConvertAnonymousToNestedInputPage_declare_final=Declare the nested class as \'&final\'
ConvertAnonymousToNestedInputPage_declare_static=Declare the nested class as \'&static\'
ExtractConstantWizard_defaultPageTitle=Extract Constant
ExtractConstantInputPage_Internal_Error=Internal Error: please see log.
ExtractInterfaceInputPage_description=Select the name for the new interface and select the members that will be declared in the interface.
ExtractInterfaceInputPage_Interface_name=&Interface name:
ExtractInterfaceInputPage_Members=&Members to declare in the interface:
ExtractInterfaceInputPage_Extract_Interface=Extract Interface
ExtractInterfaceInputPage_Internal_Error=Internal Error. See log for details
ExtractInterfaceInputPage_Select_All=&Select All
ExtractInterfaceInputPage_Deselect_All=&Deselect All
ExtractInterfaceInputPage_change_references=&Change references to the class ''{0}'' into references to the interface (where possible)
ExtractInterfaceWizard_Extract_Interface=Extract Interface
ExtractInterfaceWizard_generate_comments=Generate '@see' &comments
InlineConstantInputPage_Inline=Inline
InlineConstantInputPage_All_references=&All references
InlineConstantInputPage_Delete_constant=&Delete constant declaration
InlineConstantInputPage_Only_selected=&Only the selected reference
InlineConstantWizard_message=Specify where to inline references to the constant.
InlineConstantWizard_Inline_Constant=Inline Constant
InlineConstantWizard_initializer_refers_to_fields=This constant\'s initializer refers to non-final or non-static fields
MoveInnerToTopWizard_Move_Inner=Move Member Type to New File
MoveInnerToToplnputPage_description=Specify a name for the field that will be used to access the enclosing instance
MoveInnerToToplnputPage_instance_final=&Declare instance field as \'final\'
MoveInnerToToplnputPage_optional_info=Choose a name to optionally create an enclosing instance field.
MoveInnerToToplnputPage_mandatory_info=Choose a name for the enclosing instance field.
MoveInnerToToplnputPage_enter_name_mandatory=Enclosing instance field &name:
MoveInnerToToplnputPage_enter_name=Enclosing instance field &name (optional):
MoveInstanceMethodWizard_Move_Method=Move Method
MoveInstanceMethodPage_Target_name=New &parameter name:
MoveInstanceMethodPage_Method_name=New &method name:
MoveInstanceMethodPage_New_receiver=&New target for ''{0}'':
MoveInstanceMethodPage_Name=Name
MoveInstanceMethodPage_Type=Type
MoveInstanceMethodPage_Create_button_name=&Create delegate in source type
MoveInstanceMethodPage_Deprecate_button_name=&Deprecate the created delegate
MoveInstanceMethodPage_invalid_target=Target ''{0}'' is used in an assignment.
PromoteTempInputPage_Field_declaration=Field decla&ration
PromoteTempInputPage_Current_method=&Current method
PromoteTempInputPage_constructors=C&lass constructor(s)
PromoteTempInputPage_Field_name=F&ield name:
PromoteTempInputPage_Initialize=Initialize in
PromoteTempInputPage_declare_static=D&eclare field as \'static\'
PromoteTempInputPage_declare_final=Decl&are field as \'final\'
UseSupertypeInputPage_Select_supertype=Select the supertype to use
UseSupertypeInputPage_Use_in_instanceof=&Use the selected supertype in \'instanceof\' expressions
UseSupertypeInputPage_Select_supertype_to_use=&Select supertype to use for ''{0}'':
UseSupertypeInputPage_No_updates=No updates possible for the selected supertype
UseSupertypeInputPage_Use_Supertype=Use Supertype
UseSupertypeInputPage_Internal_Error=Internal Error. See log for details
UseSupertypeInputPage_no_possible_updates={0} - no possible updates found
UseSupertypeInputPage_updates_possible_in_file={0} - updates possible in 1 file
UseSupertypeInputPage_updates_possible_in_files={0} - updates possible in {1} files
UseSupertypeWizard_Use_Super_Type_Where_Possible=Use Super Type Where Possible
VisibilityControlUtil_Access_modifier=Access modifier
VisibilityControlUtil_defa_ult_4=d&efault
VisibilityControlUtil_final=&final
VisibilityControlUtil_synchronized=s&ynchronized
PullUpWizard_defaultPageTitle=Pull up
PullUpInputPage1_pull_up=pull up
PullUpInputPage1_declare_abstract=declare abstract in destination
PullUpInputPage1_Create_stubs=&Create necessary methods stubs in non-abstract subclasses of the destination class
PullUpInputPage1_Select_destination=&Select destination class:
PullUpInputPage1_Specify_actions=&Specify actions for members:
PullUpInputPage1_Edit=&Edit...
PullUpInputPage1_Add_Required=&Add Required
PullUpInputPage1_Edit_members=Edit Members
PullUpInputPage1_Mark_selected_members=&Mark selected member(s) as:
PullUpInputPage1_Member=Member
PullUpInputPage1_Action=Action
PullUpInputPage1_Select_members_to_pull_up=No members selected to pull up or declare abstract
PullUpInputPage1_page_message=Select the members to pull up and their new declaring class.\n If you select methods, then click 'Next' to specify which matching methods you want to delete.
PullUpInputPage1_status_line={0} member(s) selected.
PullUpInputPage2_Select=Restore &Defaults
PullUpInputPage2_Source=Source
PushDownWizard_defaultPageTitle= Push Down
PushDownInputPage_leave_abstract=leave abstract declaration
PushDownInputPage_push_down=push down
PushDownInputPage_Specify_actions=&Specify actions for members:
PushDownInputPage_Member=Member
PushDownInputPage_Action=Action
PushDownInputPage_Edit=&Edit...
PushDownInputPage_Add_Required=&Add Required
PushDownInputPage_Push_Down=Push Down
PushDownInputPage_Internal_Error=Internal Error. See log for details.
PushDownInputPage_Edit_members=Edit Members
PushDownInputPage_Mark_selected_members=&Mark selected member(s) as:
PushDownInputPage_Select_members_to_push_down=No members selected to push down or declare abstract
PushDownInputPage_status_line={0} member(s) selected.
MoveInstanceMethodAction_dialog_title=Move Method
MoveInstanceMethodAction_Move_Method=Move Method...
MoveInstanceMethodAction_unexpected_exception=Unexpected exception during operation
MoveInstanceMethodAction_No_reference_or_declaration=No method reference or declaration selected.
InlineConstantAction_dialog_title=Inline Constant
InlineConstantAction_inline_Constant=Inline &Constant...
InlineConstantAction_unexpected_exception=Unexpected exception during operation
InlineConstantAction_no_constant_reference_or_declaration=No constant reference or declaration selected.
InlineMethodInputPage_description=Specify where to inline the method invocation.
InlineMethodInputPage_inline=Inline
InlineMethodInputPage_all_invocations=&All invocations
InlineMethodInputPage_delete_declaration=&Delete method declaration
InlineMethodInputPage_only_selected=&Only the selected invocation
InlineMethodAction_dialog_title=Inline Method
InlineMethodAction_inline_Method=I&nline Method...
InlineMethodAction_unexpected_exception=Unexpected exception during operation
InlineMethodAction_no_method_invocation_or_declaration_selected=No method invocation or declaration selected.
UseSupertypeAction_use_Supertype=Use Supertype &Where Possible...
UseSupertypeAction_to_activate=To activate this refactoring, please select the name of a type.
UseSupertypeAction_Refactoring=Refactoring
UseSupertypeAction_not_possible=Cannot perform operation.
PushDownAction_Push_Down=Push &Down...
PushDownAction_To_activate=To activate this refactoring, please select the name of a non-binary instance method or field.
PushDownAction_Refactoring=Refactoring
PushDownAction_not_possible=Cannot perform operation.
MoveAction_Move=Move
MoveAction_select=Select a static method, a static field or an instance method that can be moved to a component (parameter or field).
InlineAction_Inline=&Inline...
InlineAction_dialog_title=Inline
InlineAction_select=Select a method declaration, a method invocation, a static final field or a local variable that you want to inline.
ExtractInterfaceAction_Extract_Interface=Ex&tract Interface...
ExtractInterfaceAction_To_activate=To activate this refactoring, please select the name of a top level class.
ExtractInterfaceAction_Refactoring=Refactoring
ExtractInterfaceAction_not_possible=Cannot perform operation.
ConvertNestedToTopAction_Convert=Move M&ember Type to New File...
ConvertNestedToTopAction_To_activate=To activate this refactoring, please select the name of a member type.
ConvertNestedToTopAction_Refactoring=Refactoring
ConvertNestedToTopAction_not_possible=Cannot perform operation.
ConvertAnonymousToNestedAction_dialog_title=Convert Anonymous Class to Nested Class
ConvertAnonymousToNestedAction_Convert_Anonymous=Convert Anon&ymous Class to Nested...
ConvertAnonymousToNestedAction_wizard_title=Convert Anonymous Class to Nested Class
###################### Temporary Participant Keys #################################
RenameResourceWizard_defaultPageTitle=Rename Resource
RenameResourceWizard_inputPage_description=Enter the new name for this resource.
RenameJavaProject_defaultPageTitle=Rename Java Project
RenameJavaProject_inputPage_description=Enter the new name for this Java project.
RenameSourceFolder_defaultPageTitle=Rename Source Folder
RenameSourceFolder_inputPage_description=Enter the new name for this source folder.
RenamePackageWizard_defaultPageTitle=Rename Package
RenamePackageWizard_inputPage_description=Enter the new name for this package.
RenameCuWizard_defaultPageTitle= Rename Compilation Unit
RenameCuWizard_inputPage_description= Enter the new name for this compilation unit.
RenameTypeWizard_defaultPageTitle= Rename Type
RenameTypeWizard_inputPage_description= Enter the new name for this type.
RenameTypeParameterWizard_defaultPageTitle=Rename Type Variable
RenameTypeParameterWizard_inputPage_description=Enter the new name for this type variable.
RenameMethodWizard_defaultPageTitle=Rename Method
RenameMethodWizard_inputPage_description= Enter the new name for this method.
RenameLocalVariableWizard_defaultPageTitle=Rename Local Variable
RenameLocalVariableWizard_inputPage_description=Enter the new name for this local variable.
ExtractInterfaceWizard_12=Declare interface methods as ''{0}''
ParameterEditDialog_type_invalid=''{0}'' is not a valid parameter type name.
UseSupertypeWizard_10=No updates are possible for any of the supertypes
DeleteWizard_1=Confirm Delete
DeleteWizard_2=Internal error. See log for details.
DeleteWizard_3=Are you sure you want to delete linked resource ''{0}''?\nOnly the workspace link will be deleted. Link target will remain unchanged.
DeleteWizard_4=Are you sure you want to delete {0}?
DeleteWizard_5=Are you sure you want to delete linked resource ''{0}''?\nOnly the workspace link will be deleted. Link target will remain unchanged.
DeleteWizard_6=Are you sure you want to delete linked resource ''{0}''?\nOnly the workspace link will be deleted. Link target will remain unchanged.\n\nNote that all subelements of the selected linked packages and package fragment roots will be removed from the workspace.
DeleteWizard_7=Are you sure you want to delete linked resource ''{0}''?\nOnly the workspace link will be deleted. Link target will remain unchanged.
DeleteWizard_8=Are you sure you want to delete {0}?
DeleteWizard_9=Are you sure you want to delete these {0} elements?
DeleteWizard_10=Are you sure you want to delete these {0} elements?\n\nSelection contains linked resources.\nOnly the workspace links will be deleted. Link targets will remain unchanged.
DeleteWizard_11=Are you sure you want to delete these {0} elements?\n\nSelection contains linked packages.\nOnly the workspace links will be deleted. Link targets will remain unchanged.\n\nNote that all subelements of linked packages and package fragment roots will be removed from the workspace.
DeleteWizard_12=The selected element(s) do not exist anymore and cannot be deleted.
#######################################
# IntroduceParameter
#######################################
IntroduceParameterAction_label=Introduce &Parameter...
IntroduceParameterAction_dialog_title=Introduce Parameter
IntroduceParameterWizard_defaultPageTitle=Introduce Parameter
IntroduceParameterWizard_parameters=&Parameters:
IntroduceParameterInputPage_description=Enter the name for the new parameter.
#######################################
# Introduce Factory
#######################################
IntroduceFactoryAction_label=Intr&oduce Factory...
IntroduceFactoryAction_dialog_title=Introduce Factory
IntroduceFactoryAction_tooltipText=Introduce a Factory to Encapsulate Object Instantiation
IntroduceFactoryAction_description=Creates a factory to encapsulate calls to the selected constructor
IntroduceFactoryAction_use_factory=Introduce Factory
IntroduceFactoryAction_exception=Unknown exception occurred during attempt to Introduce Factory
IntroduceFactoryInputPage_name_factory=Factory options
IntroduceFactoryInputPage_method_name=Factory method &name:
IntroduceFactoryInputPage_protectConstructorLabel=Ma&ke constructor private
IntroduceFactoryInputPage_browseLabel=&Browse...
IntroduceFactoryInputPage_factoryClassLabel=Factory &class:
IntroduceFactoryInputPage_chooseFactoryClass_title=Choose Factory Class
IntroduceFactoryInputPage_chooseFactoryClass_message=&Choose the class on which to place the factory method:
#######################################
# Generalize Type
#######################################
ChangeTypeAction_label=&Generalize Type...
ChangeTypeAction_tooltipText=Generalize Variable\'s Declared Type
ChangeTypeAction_description=Change variable\'s declared type to more general type consistent with usage
ChangeTypeAction_exception=An internal error occurred while attempting to Generalize Type.
ChangeTypeAction_dialog_title=Generalize Type
ChangeTypeWizard_title=Generalize Type
ChangeTypeWizard_declCannotBeChanged=Type of selected declaration cannot be changed
ChangeTypeWizard_pleaseChooseType=&Choose new type for ''{0}'':
ChangeTypeWizard_analyzing=Analyzing...
ChangeTypeWizard_internalError=Internal error during computation of valid types
ChangeTypeWizard_computationInterrupted=Computation of valid types was interrupted
ChangeTypeWizard_grayed_types= Type ''{0}'' cannot be used as a replacement for type ''{1}''
ChangeTypeWizard_with_itself= Cannot replace type ''{0}'' with itself
ChangeTypeInputPage_Select_Type=Press "Compute" to determine allowable supertypes
JavaTypeCompletionProcessor_no_completion=No completions available.
#######################################
# Infer Type Arguments
#######################################
InferTypeArgumentsAction_label=In&fer Generic Type Arguments...
InferTypeArgumentsAction_dialog_title=Infer Generic Type Arguments
InferTypeArgumentsAction_unavailable=To activate this refactoring, please select a set of compilation units, packages, source folders, or java projects.
InferTypeArgumentsWizard_defaultPageTitle=Infer Generic Type Arguments
InferTypeArgumentsInputPage_description=Infer Generic Type Arguments
InferTypeArgumentsWizard_lengthyDescription=Infer type arguments for references to generic classes and remove unnecessary casts.
InferTypeArgumentsWizard_assumeCloneSameType=&Assume clone() returns an instance of the receiver type
InferTypeArgumentsWizard_leaveUnconstrainedRaw=&Leave unconstrained type arguments raw (rather than inferring <?>)