blob: e3f3b5b4559a4e23fe44e3dfebf3e72b00d049ec [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
###############################################################################
OpenWithMenu.label=Open Wit&h
RefactorMenu.label=Refac&tor
SourceMenu.label=&Source
NavigateMenu.label=&Navigate
BuildAction.label=&Build Project
RebuildAction.label=Rebuild Pro&ject
SelectionConverter.codeResolveOrInput_failed=Couldn't convert text selection into a Java element
SelectionConverter.codeResolve_failed=Couldn't convert text selection into a Java element
OpenAction.label=&Open
OpenAction.tooltip=Open an editor on the selected element
OpenAction.description=Open an editor on the selected element
OpenAction.declaration.label=&Open Declaration
OpenAction.select_element=&Select or enter the element to open:
OpenAction.error.title=Open
OpenAction.error.message=Cannot open default editor.
OpenAction.error.messageArgs=Cannot open default editor on {0}. {1}
OpenAction.error.messageProblems=Problems Opening Editor
OpenAction.error.messageBadSelection=Current text selection doesn't resolve to a Java element
OpenSuperImplementationAction.label=Open S&uper Implementation
OpenSuperImplementationAction.tooltip=Open the Implementation in the Super Type
OpenSuperImplementationAction.description=Open the Implementation in the Super Type
OpenSuperImplementationAction.error.title=Open Super Implementation
OpenSuperImplementationAction.error.message=Opening failed. Check log for details.
OpenSuperImplementationAction.not_applicable=Operation not applicable to current text selection. Please position the cursor inside a method.
OpenSuperImplementationAction.no_super_implementation=Super implementation for method ''{0}'' does not exist.
OpenTypeHierarchyAction.label=Open Type Hie&rarchy
OpenTypeHierarchyAction.tooltip=Open a type hierarchy on the selected element
OpenTypeHierarchyAction.description=Open a type hierarchy on the selected element
OpenTypeHierarchyAction.dialog.title=Open Type Hierarchy
OpenTypeHierarchyAction.messages.title=Can\'t create type hierarchy
OpenTypeHierarchyAction.messages.no_java_element=No Java element selected.
OpenTypeHierarchyAction.messages.no_java_resources=Selected package fragment doesn\'t contain any Java resource.
OpenTypeHierarchyAction.messages.no_types=Selected compilation unit doesn\'t contain a type.
OpenTypeHierarchyAction.messages.no_valid_java_element=No valid Java element selected.
ShowInPackageViewAction.label=Show in Pac&kage Explorer
ShowInPackageViewAction.description=Show the selected element in Package Explorer
ShowInPackageViewAction.tooltip=Show in Package Explorer
ShowInPackageViewAction.select_name=&Select or enter the element to reveal:
ShowInPackageViewAction.dialog.title=Show In Package Explorer
ShowInPackageViewAction.error.message=Internal error. Please see log for details.
ShowInPackageViewAction.not_found=Cannot reveal the selected element in Package Explorer. The element may be filtered out.
ShowInNavigatorView.label=Show in &Navigator View
ShowInNavigatorView.dialog.title=Show in Navigator View
ShowInNavigatorView.dialog.message=Select the element to be opened in the navigator view:
ShowInNavigatorView.error.activation_failed=Unable to activate Resource Navigator
ShowInNavigatorView.error.conversion_failed=Unable to convert Java element into a resource
OverrideMethodsAction.label=O&verride/Implement Methods...
OverrideMethodsAction.description=Override or Implement Methods from super types.
OverrideMethodsAction.tooltip=Override/Implement Methods
OverrideMethodsAction.error.title=Override/Implement Methods
OverrideMethodsAction.error.nothing_found=No methods to override found for this type.
OverrideMethodsAction.error.type_removed_in_editor=Input type has been removed in editor.
OverrideMethodsAction.not_applicable=Operation not applicable to current text selection. Please position the cursor inside a type.
AddGetterSetterAction.label=Gene&rate Getter and Setter...
AddGetterSetterAction.description=Generate Getter and Setter methods for type's fields
AddGetterSetterAction.tooltip=Generate Getter and Setter methods for the Type's Fields
AddGetterSetterAction.error.title=Generate Getter and Setter
AddGetterSetterAction.error.actionfailed=Generating Getter and Setter Failed.
AddGetterSetterAction.error.fieldNotExisting=The field ''{0}'' has been removed in the editor.
AddGetterSetterAction.not_applicable=Operation not applicable to current text selection. A field has to be selected or a type that declares fields.
AddGetterSetterAction.read_only=The compilation unit in which the field ''{0}'' is declared is read only.
AddGetterSetterAction.QueryDialog.title=Generate Getter and Setter
AddGetterSetterAction.SkipSetterForFinalDialog.message=Field ''{0}'' is final.\nOK to skip creation of the setter method?
AddGetterSetterAction.SkipExistingDialog.message=Method ''{0}'' already exists.\nSkip creation?
AddGetterSetterAction.SkipExistingDialog.skip.label=&Skip
AddGetterSetterAction.SkipExistingDialog.replace.label=&Replace
AddGetterSetterAction.SkipExistingDialog.skipAll.label=Skip &All
AddGetterSetterAction.dialog.title=&Select getters and setters to create:
AddGetterSetterAction.one_selected=1 method selected.
AddGetterSetterAction.methods_selected={0} methods selected.
AddGettSetterAction.typeContainsNoFields.message=The type contains no fields or all fields have getters/setters already.
AddUnimplementedConstructorsAction.label=Add &Constructors from Superclass
AddUnimplementedConstructorsAction.description=Evaluate and add constructors from superclass
AddUnimplementedConstructorsAction.tooltip=Add Constructors from Superclass
AddUnimplementedConstructorsAction.error.title=Add Constructors from Superclass
AddUnimplementedConstructorsAction.error.nothing_found=No unimplemented constructors found.
AddUnimplementedConstructorsAction.error.type_removed_in_editor=Input type has been removed in editor.
AddUnimplementedConstructorsAction.not_applicable=Operation not applicable to current text selection. Please position the cursor inside a type.
AddJavaDocStubAction.label=Add &Javadoc Comment
AddJavaDocStubAction.description=Add a Javadoc comment stub to the member element
AddJavaDocStubAction.tooltip=Add a Javadoc comment stub to the member element
AddJavaDocStubsAction.error.dialogTitle=Add Javadoc Comment
AddJavaDocStubsAction.error.noWorkingCopy=Could not find working copy.
AddJavaDocStubsAction.error.memberNotExisting=Member has been removed in editor.
AddJavaDocStubsAction.error.actionFailed=Error while adding Javadoc comment
AddJavaDocStubsAction.not_applicable=Operation not applicable to current text selection. Please position the cursor inside a type or method.
ExternalizeStringsAction.label= &Externalize Strings...
ExternalizeStringsAction.dialog.title= Externalize Strings
ExternalizeStringsAction.dialog.message=Couldn't open Externalize String Wizard
FindStringsToExternalizeAction.label= &Find Strings to Externalize...
FindStringsToExternalizeAction.dialog.title= Find Strings to Externalize
FindStringsToExternalizeAction.error.message=Unexpected Exception. See log.
FindStringsToExternalizeAction.foundStrings= {0} in {1}
FindStringsToExternalizeAction.noStrings= No strings to externalize were found.
FindStringsToExternalizeAction.not_externalized= {0} &not externalized string(s) found.
FindStringsToExternalizeAction.button.label= &Externalize...
FindStringsToExternalizeAction.find_strings=Finding not externalized strings...
OpenExternalJavadocAction.label=Open E&xternal Javadoc
OpenExternalJavadocAction.description=Opens the Javadoc of the selected element in an external browser
OpenExternalJavadocAction.tooltip=Opens the Javadoc of the selected element in an external browser
OpenExternalJavadocAction.help_not_available=Help support not available
OpenExternalJavadocAction.select_element=&Select or enter the element to open:
OpenExternalJavadocAction.libraries.no_location=The documentation location for ''{0}'' has not been configured. For elements from libraries specify the Javadoc location URL on the property page of the parent JAR (''{1}'')
OpenExternalJavadocAction.source.no_location=The documentation location for ''{0}'' has not been configured. For elements from source specify the Javadoc location URL on the property page of the parent project (''{1}'')
OpenExternalJavadocAction.no_entry=The documentation does not contain an entry for ''{0}''.\n(File ''{1}'' does not exist.)
OpenExternalJavadocAction.opening_failed=Opening Javadoc failed. See log for details
OpenExternalJavadocAction.dialog.title=Open External Javadoc
OpenExternalJavadocAction.code_resolve_failed=Couldn't convert text selection into a Java element
SelfEncapsulateFieldAction.label=Encap&sulate Field...
SelfEncapsulateFieldAction.dialog.title=Encapsulate Field
SelfEncapsulateFieldAction.dialog.unavailable=Operation unavailable on the current selection. Select a field.
SelfEncapsulateFieldAction.dialog.cannot_perform=Cannot perform refactoring. See log for more details.
SelfEncapsulateFieldAction.dialog.field_doesnot_exit=Editor buffer does not contain field {0}.
OrganizeImportsAction.label=Or&ganize Imports
OrganizeImportsAction.tooltip=Evaluate All Required Imports and Replace the Current Imports
OrganizeImportsAction.description=Evaluate all required imports and replace the current imports
OrganizeImportsAction.multi.op.description=Organizing imports...
OrganizeImportsAction.multi.error.parse={0}: Compilation unit has parse errors. No changes applied.
OrganizeImportsAction.multi.error.readonly={0}: Compilation unit is read-only. No changes applied.
OrganizeImportsAction.multi.error.unresolvable={0}: Compilation unit contains ambiguous references. User interaction required.
OrganizeImportsAction.multi.error.unexpected={0}: Unexpected error. See log for details.
OrganizeImportsAction.multi.error.notoncp={0}: Compilation unit not on build path. No changes applied.
OrganizeImportsAction.selectiondialog.title=Organize Imports
OrganizeImportsAction.selectiondialog.message=&Choose type to import:
OrganizeImportsAction.error.title=Organize Imports
OrganizeImportsAction.error.message=Unexpected error in organize imports. See log for details.
OrganizeImportsAction.single.error.parse=Compilation unit has parse errors: ''{0}''. No changes applied.
OrganizeImportsAction.summary_added={0} import(s) added.
OrganizeImportsAction.summary_removed={0} import(s) removed.
OrganizeImportsAction.multi.status.title=Organize Imports
OrganizeImportsAction.multi.status.description=Problems while organizing imports on some compilation units. See 'Details' for more information.
SortMembersAction.label=Sort &Members
SortMembersAction.tooltip=Sorts all Members using the Member Order Preference
SortMembersAction.description=Sorts all members using the member order preference
SortMembersAction.error.title=Sort Members
SortMembersAction.not_applicable=Operation not applicable to current text editor.
SortMembersAction.containsmarkers=Markers like bookmarks, breakpoints or user defined tasks in a reordered member will be lost. Ok to continue?
OpenBrowserUtil.help_not_available=Help support not available
MemberFilterActionGroup.hide_fields.label=Hide Fiel&ds
MemberFilterActionGroup.hide_fields.tooltip=Hide Fields
MemberFilterActionGroup.hide_fields.description=Toggles the visibility of fields
MemberFilterActionGroup.hide_static.label=Hide &Static Members
MemberFilterActionGroup.hide_static.tooltip=Hide Static Members
MemberFilterActionGroup.hide_static.description=Toggles the visibility of static members
MemberFilterActionGroup.hide_nonpublic.label=Hide Non-&Public Members
MemberFilterActionGroup.hide_nonpublic.tooltip=Hide Non-Public Members
MemberFilterActionGroup.hide_nonpublic.description=Toggles the visibility of non-public members
NewWizardsActionGroup.new=Ne&w
OpenProjectAction.dialog.title=Open Project
OpenProjectAction.dialog.message=Select project(s) to be opened
OpenProjectAction.error.message=Problems while opening projects
OpenProjectAction.no_java_nature.one=The following project doesn't have a Java nature and is therefore not present in the Package Explorer:
OpenProjectAction.no_java_nature.multiple=The following projects don't have a Java nature and are therefore not present in the Package Explorer:
OpenJavaPerspectiveAction.dialog.title=Open Java Perspective
OpenJavaPerspectiveAction.error.open_failed=Couldn\'t open Java perspective
OpenJavaBrowsingPerspectiveAction.dialog.title=Open Java Browsing Perspective
OpenJavaBrowsingPerspectiveAction.error.open_failed=Couldn\'t open Java browsing perspective
OpenTypeInHierarchyAction.label=Open Type in Hierarchy...
OpenTypeInHierarchyAction.description=Open a type in a type hierarchy
OpenTypeInHierarchyAction.tooltip=Open a type in a type hierarchy
OpenTypeInHierarchyAction.dialogMessage=&Choose a type (? = any character, * = any string):
OpenTypeInHierarchyAction.dialogTitle=Open Type in Hierarchy
RefreshAction.label= Re&fresh
RefreshAction.toolTip= Refresh
RefreshAction.progressMessage= Refreshing...
RefreshAction.error.title= Refresh Problems
RefreshAction.error.message= Problems occurred refreshing the selected resources.
RefreshAction.locationDeleted.title= Project location has been deleted
RefreshAction.locationDeleted.message= The location for project {0} ({1}) has been deleted.\n Delete {0} from the workspace?
ModifyParameterAction.problem.title=Refactoring
ModifyParameterAction.problem.message=Operation not possible.
PullUpAction.problem.title=Refactoring
PullUpAction.problem.message=Operation not possible.
OverrideMethodQuery.groupMethodsByTypes=Group methods by &types
OverrideMethodQuery.dialog.title=Override/Implement Methods
OverrideMethodQuery.dialog.description=&Select methods to override or implement:
OverrideMethodQuery.selectioninfo.one={0} method selected.
OverrideMethodQuery.selectioninfo.more={0} methods selected.
ActionUtil.notOnBuildPath.title=Operation Cannot be Performed
ActionUtil.notOnBuildPath.message=The resource is not on the build path of a Java project.
ActionUtil.not_possible=Operation Not Possible
ActionUtil.no_linked=This operation is unavailable on linked packages and package fragment roots.
SelectAllAction.label= Select A&ll
SelectAllAction.tooltip= Select All
AddToClasspathAction.label=Add to &Build Path
AddToClasspathAction.toolTip=Add JAR to the Java build path
AddToClasspathAction.progressMessage=Adding to build path...
AddToClasspathAction.error.title=Add to Build Path
AddToClasspathAction.error.message=Problems occurred while adding to the build path.
RemoveFromClasspathAction.Remove=Remove from &Build Path
RemoveFromClasspathAction.tooltip=Remove package fragment root from the Java build path
RemoveFromClasspathAction.Removing=Removing from build path...
RemoveFromClasspathAction.exception_dialog_title=Remove From Build Path
RemoveFromClasspathAction.Problems_occurred=Problems occurred while removing from the build path.
AddDelegateMethodsAction.error.title=Generate Delegate Methods
AddDelegateMethodsAction.error.actionfailed=Generating delegate methods failed.
AddDelegateMethodsAction.label=Generate Delegate &Methods...
AddDelegateMethodsAction.description=Adds delegate methods for a type's fields
AddDelegateMethodsAction.tooltip=Adds Delegates Methods for a Type's Fields
AddDelegateMethodsAction.not_applicable=Operation not applicable to current text selection. Please select a field or a type that declares some fields.
AddDelegateMethodsAction.duplicate_methods=Duplicate method(s) selected
AddDelegateMethodsAction.title=Delegate Methods Generation
AddDelegateMethodsAction.message=Select &methods to create delegates for:
AddDelegateMethodsAction.monitor.message=Creating {0} methods...
AddDelegateMethodsAction.selectioninfo.one={0} method selected.
AddDelegateMethodsAction.selectioninfo.more={0} methods selected.