blob: 20059d15d752147416958d3ee8d26346c706978e [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-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
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 Si&gnature...
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 Ja&vadoc 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 Javadoc 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.\nSelect a java project, source folder, resource, package or a compilation unit, or a non-binary type, field, method, parameter or a local variable.
RenameAction.text=Re&name...
RenameTempAction.rename_Local_Variable=Rename Local Variable
RenameTempAction.choose_new_name=Choose a new name for the local variable
NewTextRefactoringAction.exception=Unexpected exception occurred. See log for details
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 non-binary method.
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
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.create_field=&Create field for the enclosing instance
MoveInnerToToplnputPage.instance_final=&Mark the enclosing instance field as \'final\'
MoveInnerToToplnputPage.enter_name=Field &name:
MoveInstanceMethodInputPage.Original_parameter=&Original receiver parameter name:
MoveInstanceMethodInputPage.New_name=New &method name:
MoveInstanceMethodInputPage.New_receiver=&New receiver for ''{0}'':
MoveInstanceMethodInputPage.Name=Name
MoveInstanceMethodInputPage.Type_Name=Type Name
MoveInstanceMethodWizard.Move_Method=Move Method
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 the supertype to use:
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 &Anonymous 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.
RenameMethodWizard.defaultPageTitle=Rename Method
RenameMethodWizard.inputPage.description= Enter the new name for this method.
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
IntroduceParameterInputPage.description=Enter the name for the new parameter.
IntroduceParameterInputPage.parameter_name=Parameter &name:
#######################################
# Introduce Factory
#######################################
IntroduceFactoryAction.label=Introduce &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 (types shown in gray cannot be selected):
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.default_package=(default package)
JavaTypeCompletionProcessor.no_completion=No completions available.