blob: 8926c8508ce6f44bf26abd1611c24c33ceab7452 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2003 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
#######################################
ErrorWizardPage.no_context_information_available= No context information available
ErrorWizardPage.cannot_proceed= Cannot proceed due to the following problems.
ErrorWizardPage.confirm= Review the information provided in the list below. Click 'Next' to view the next item or 'Finish'.
ErrorWizardPage.next_Change=Next Problem
ErrorWizardPage.previous_Change=Previous Problem
PreviewWizardPage.no_preview= No preview available
PreviewWizardPage.next_Change= Select Next Change
PreviewWizardPage.previous_Change= Select Previous Change
PreviewWizardPage.showing_preview= Showing preview
PreviewWizardPage.exception= Unexpected exception while computing input for compare preview
PreviewWizardPage.changes= Changes to be performed
ComparePreviewer.element_name= Compare element name
ComparePreviewer.original_source= Original Source
ComparePreviewer.refactored_source= Refactored Source
PreviewWizardPage.description= The following changes are necessary to perform the refactoring.
PreviewWizardPage.changeElementLabelProvider.textFormat= {0} - {1}
PreviewWizardPage.changeElementLabelProvider.textFormatEdit= {0}: {1}
RefactoringPreferencePage.description= Refactoring settings:
RefactoringPreferencePage.auto_save= &Save all modified resources automatically prior to refactoring
RefactoringPreferencePage.error= \ &Errors would be present in the workspace after performing the refactoring
RefactoringPreferencePage.fatal_error= \ &Problems occur that prevent the refactoring from being performed
RefactoringPreferencePage.info= \ &Information is generated by the precondition checking
RefactoringPreferencePage.show_error_page= Confirm the execution of the refactoring if
RefactoringPreferencePage.warning= \ &Warnings would be present in the workspace after performing the refactoring
RefactoringWizard.Internal_error= Internal error while creating a change object. See log for details.
RefactoringWizard.internal_error_1= Internal error during precondition checking. See log for detailed error description
RefactoringWizard.refactoring= Refactoring
RefactoringWizard.see_log= {0}. See log for details.
RefactoringWizard.title= Refactoring
RefactoringWizard.undoing= Undoing changes:
RefactoringWizard.unexpected_exception= Unexpected exception while creating a change object. See log for a detailed error description.
RefactoringWizard.unexpected_exception_1= Unexpected exception while performing the refactoring. See log for a detailed error description.
RenameInputWizardPage.enter_name= &Enter new name:
RenameRefactoringWizard.internal_error= Internal error during name checking: {0}
PerformChangeOperation.unrecoverable_error= Unrecoverable error occurred while performing the refactoring.
#######################################
# org.eclipse.jdt.internal.ui.actions
#######################################
OpenRefactoringWizardAction.refactoring=Refactoring
OpenRefactoringWizardAction.exception=Unexpected exception occurred. See log for details
ExtractMethodAction.label=&Extract 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.rename_field_message=Enter the new name for this field.
RefactoringGroup.rename_field_title=Rename Field
RefactoringGroup.rename_method_message=Enter the new name for this method.
RefactoringGroup.rename_method_title=Rename Method
RefactoringGroup.rename_type_message=Enter the new name for this type.
RefactoringGroup.rename_type_title=Rename Type
RefactoringGroup.modify_Parameters_label=Change Method Si&gnature...
RefactoringGroup.modify_method_parameters=Change Method Signature
RefactoringGroup.pull_Up_label=Pu&ll Up...
RefactoringGroup.pull_up=Pull up
RefactoringGroup.move_label=&Move...
RefactoringGroup.move_Members=Move Members
RefactoringErrorDialogUtil.cannot_perform=This operation cannot be performed.
RefactoringStarter.unexpected_exception=Unexpected exception. See log for details
RefactoringStarter.rename=Rename
RefactoringStarter.is_read_only=''{0}'' is read only. Do you still wish to rename it?
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 have to be saved before this operation.\n Click 'OK' to confirm or click 'Cancel'
#######################################
# org.eclipse.jdt.internal.ui.changes
#######################################
ChangeExceptionHandler.abort=Abort
ChangeExceptionHandler.refactoring=Refactoring
ChangeExceptionHandler.undo=Undo
ChangeExceptionHandler.unexpected_exception=An exception has been caught while processing the change ''{0}''.
ChangeExceptionHandler.button_explanation= \n Click \"Undo\" to undo all successfully executed changes.\n Click \"Abort\" to abort the refactoring.
#######################################
# org.eclipse.jdt.internal.ui.code
#######################################
ExtractMethodWizard.extract_method=Extract Method
ExtractMethodInputPage.access_Modifiers=Access modifier:
ExtractMethodInputPage.public=&public
ExtractMethodInputPage.default=de&fault
ExtractMethodInputPage.protected=pro&tected
ExtractMethodInputPage.private=pri&vate
ExtractMethodInputPage.signature_preview=Signature preview:
ExtractMethodInputPage.description=Enter new method name and specify the method's visibility
ExtractMethodInputPage.label_text=&Method name:
ExtractMethodInputPage.parameters=Pa&rameters:
ExtractMethodInputPage.throwRuntimeExceptions=&Add thrown runtime exceptions to method signature
ExtractMethodInputPage.validation.emptyMethodName=Provide a method name
ExtractMethodInputPage.validation.emptyParameterName=Parameter names cannot be empty
InlineMethodWizard.page_title=Inline Method
#######################################
# org.eclipse.jdt.internal.ui.sef
#######################################
SelfEncapsulateField.sef=Self Encapsulate Field
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
SelfEncapsulateField.field_access=Field access in declaring class:
SelfEncapsulateField.use_setter_getter=us&e setter and getter
SelfEncapsulateField.keep_references=&keep field reference
#######################################
# org.eclipse.jdt.internal.ui.undo
#######################################
UndoManagerAction.cannot_be_executed={0} cannot be executed.
UndoManagerAction.error=Error
UndoManagerAction.internal_error=Internal Error in Undo Manager
UndoManagerAction.unsaved_filed=Some of the affected resources are unsaved or read only. Please revert unsaved files and make read only resources writeable.
UndoRefactoringAction.label=&Undo
UndoRefactoringAction.extendedLabel=Undo - {0}
UndoRefactoringAction.name=Undo
RedoRefactoringAction.label=&Redo
RedoRefactoringAction.extendedLabel=Redo - {0}
RedoRefactoringAction.name=Redo
#######################################
# Misc
#######################################
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 Member(s)
RenameInputWizardPage.update_references=&Update references to the renamed element
RenameInputWizardPage.ppdate_string_references=U&pdate references in string literals
RenameInputWizardPage.update_comment_references=Up&date references in regular comments
RenameInputWizardPage.update_javadoc_references=Upd&ate references in Javadoc comments
RenameInputWizardPage.update_qualified_names=Update fully &qualified name in non Java files (forces preview)
RefactoringSupportFactory.rename=Rename
RefactoringSupportFactory.project_name=Enter the new name for this Java project:
RefactoringSupportFactory.source_folder_name=Enter the new name for this source folder:
RefactoringSupportFactory.resource_name=Enter the new name for this resource:
RefactoringSupportFactory.rename_Package=Rename Package
RefactoringSupportFactory.package_name=Enter the new name for this package.
RefactoringSupportFactory.rename_Cu=Rename Compilation Unit
RefactoringSupportFactory.compilation_unit=Enter the new name for this compilation unit.
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=Conv&ert 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, compilation unit, type, field, method, parameter or a local variable
RenameAction.text=Rena&me...
RenameInputDialog.update_references=&Update references to the renamed element
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
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=&Destination type:
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.initialFiler=A
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=Mo&ve...
QualifiedNameComponent.patterns.label= &File name patterns:
QualifiedNameComponent.patterns.description= The patterns are separated by comma (* = 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.new_order=Specify the new order of parameters and/or their new names
ChangeSignatureInputPage.parameters=Pa&rameters
ChangeSignatureInputPage.method_Signature_Preview=Method Signature Preview:
ChangeSignatureInputPage.exception=Unexpected exception. See log for details
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
OpenRefactoringWizardAction.unavailable=Operation Unavailable
PullUpAction.unavailable=To activate this refactoring, please select the name of an instance method or field
MoveMembersAction.unavailable=To activate this refactoring, please select the name of a static method or field
PullUpInputPage.subtypes=&Subtypes of type ''{0}''
RefactoringSupportFactory.error.title=Rename
RefactoringSupportFactory.error.message=Renaming not possible.
MoveMembersAction.error.title=Refactoring
MoveMembersAction.error.message=Operation not possible.
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
ParameterEditDialog.all.title=Modify Declaration of Parameter {0}
ParameterEditDialog.all.type= Type:
ParameterEditDialog.all.type.error= The empty string is not a valid type name.
ParameterEditDialog.all.name= Name:
ParameterEditDialog.all.name.error= Parameter name must not be empty.
ParameterEditDialog.all.defaultValue= Default value:
ParameterEditDialog.all.defaultValue.error= Default value must not be empty.
ParameterEditDialog.name.title=Modify Parameter Name
ParameterEditDialog.name.message=Enter a new name for parameter ''{0}'':
InlineTempInputPage.message.one= Inline 1 occurrence of local variable {0} ?
InlineTempInputPage.message.multi= Inline {0} occurrences of local variable {1} ?
RefactoringWizardDialog2.buttons.preview.label=Previe&w >
ChangeSignatureInputPage.Change_Signature=Change Signature
ChangeSignatureInputPage.return_type=Re&turn type:
ConvertAnonymousToNestedInputPage.description=Select the name and modifiers for the new nested class
ConvertAnonymousToNestedInputPage.class_name=&Class name:
ConvertAnonymousToNestedInputPage.declare_final=Decla&re class as \'final\'
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 Inner Type to Top Level
MoveInnerToToplnputPage.description=Specify a name for the field that will be used to access the enclosing instance
MoveInnerToToplnputPage.enter_name=Enter &name for enclosing instance:
MoveInnerToToplnputPage.instance_final=Mark the enclosing instance field as \'final\'
MoveInstanceMethodInputPage.Original_parameter=&Original receiver parameter name:
MoveInstanceMethodInputPage.New_name=New &method name:
MoveInstanceMethodInputPage.New_receiver=&New receiver:
MoveInstanceMethodInputPage.Name=Name
MoveInstanceMethodInputPage.Type_Name=Type Name
MoveInstanceMethodWizard.Move_Method=Move Method
PreviewWizardPage.no_source_code_change=The refactoring does not change any source code.
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\'
RefactoringStatusDialog.Cannot_proceed=Cannot proceed due to the following problems.
RefactoringStatusDialog.Please_look=Review the information provided in the list below. If you want to proceed, please click \'Continue\'.
RefactoringStatusDialog.Continue=Con&tinue
RefactoringStatusViewer.Found_problems=Found problems
RefactoringStatusViewer.Problem_context=Problem context
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=de&fault
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
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.
ChangeSignatureInputPage.Internal_Error=Internal Error. See log for details.
ExternalizeWizardPage.Edit_Key=Edit &Key...
ExternalizeWizardPage.Externalize_Strings=Externalize Strings
ExternalizeWizardPage.Enter_New_Key=Enter New Key:
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=Operation not possible.
PushDownAction.Push_Down=Push &Down...
PushDownAction.To_activate=To activate this refactoring, please select the name of an instance method or field
PushDownAction.wizard_title=Push Down
PushDownAction.Refactoring=Refactoring
PushDownAction.not_possible=Operation not possible.
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 class
ExtractInterfaceAction.Refactoring=Refactoring
ExtractInterfaceAction.not_possible=Operation not possible.
ConvertNestedToTopAction.Convert=Conv&ert Nested Type to Top Level...
ConvertNestedToTopAction.To_activate=To activate this refactoring, please select the name of a nested type.
ConvertNestedToTopAction.Refactoring=Refactoring
ConvertNestedToTopAction.not_possible=Operation not possible.
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