blob: c9a42c121fab66bb1a76400439cc1fed7f2bd3ce [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
###############################################################################
AddImportOnSelection.label=A&dd Import
AddImportOnSelection.tooltip=Create Import Statement on Selection
AddImportOnSelection.description=Create import statement on selection
AddImportOnSelection.error.title=Add Import
AddImportOnSelection.error.notresolved.message=Failed to resolve chosen type.
AddImportOnSelection.error.importclash=Import would clash with import for ''{0}''.
AddImportOnSelection.dialog.title=Add Import
AddImportOnSelection.dialog.message=&Choose element to generate an import statement for:
ClassFileEditor.error.classfile_not_on_classpath=The classfile is not on the classpath
ClassFileEditor.error.invalid_input_message=Class File Viewer
ClassFileEditor.error.title=Error Creating Editor
ClassFileEditor.error.message=An error occurred while creating the class file editor.
ClassFileMarkerAnnotationModel.error.isAcceptable=ClassFileMarkerAnnotationModel.isAcceptable
ClassFileMarkerAnnotationModel.error.isAffected=ClassFileMarkerAnnotationModel.isAffected
ClassFileMarkerAnnotationModel.error.resourceChanged=ClassFileMarkerAnnotationModel.resourceChanged
CompilationUnitEditor.error.saving.message1=File has been deleted.
CompilationUnitEditor.error.saving.message2=Could not save file.
CompilationUnitEditor.error.saving.message3=Could not save file.
CompilationUnitEditor.error.saving.title1=Cannot Save
CompilationUnitEditor.error.saving.title2=Save Problems
CompilationUnitEditor.error.saving.title3=Save Problems
CompilationUnitEditor.warning.save.delete=The original file ''{0}'' has been deleted.
DeleteISourceManipulations.description=Delete the selected element in the editor
DeleteISourceManipulations.error.deleting.message1=Cannot delete element:
DeleteISourceManipulations.error.deleting.title1=Problems while deleting element
DeleteISourceManipulations.label=&Delete
DeleteISourceManipulations.tooltip=Delete the selected element in the editor
JavaOutlinePage.ContextMenu.refactoring.label=&Refactor
JavaOutlinePage.HideFields.description.checked=Shows Fields
JavaOutlinePage.HideFields.description.unchecked=Hides Fields
JavaOutlinePage.HideFields.label=Hide Fields
JavaOutlinePage.HideFields.tooltip.checked=Show Fields
JavaOutlinePage.HideFields.tooltip.unchecked=Hide Fields
JavaOutlinePage.HideNonePublicMembers.description.checked=Shows non-public members
JavaOutlinePage.HideNonePublicMembers.description.unchecked=Hides non-public members
JavaOutlinePage.HideNonePublicMembers.label=Show Public Members Only
JavaOutlinePage.HideNonePublicMembers.tooltip.checked=Show Non-Public Members
JavaOutlinePage.HideNonePublicMembers.tooltip.unchecked=Hide Non-Public Members
JavaOutlinePage.HideStaticMembers.description.checked=Shows static members
JavaOutlinePage.HideStaticMembers.description.unchecked=Hides static members
JavaOutlinePage.HideStaticMembers.label=Hide Static Members
JavaOutlinePage.HideStaticMembers.tooltip.checked=Show Static Members
JavaOutlinePage.HideStaticMembers.tooltip.unchecked=Hide Static Members
JavaOutlinePage.Sort.label=Sort
JavaOutlinePage.Sort.tooltip=Sort
JavaOutlinePage.Sort.description=Enable Sorting
JavaOutlinePage.GoIntoTopLevelType.label=Go Into Top Level Type
JavaOutlinePage.GoIntoTopLevelType.tooltip=Go Into Top Level Type
JavaOutlinePage.GoIntoTopLevelType.description=Show children of top level type only
JavaOutlinePage.error.ChildrenProvider.getChildren.message1=JavaOutlinePage.ChildrenProvider.getChildren
JavaOutlinePage.error.ChildrenProvider.hasChildren.message1=JavaOutlinePage.ChildrenProvider.hasChildren
JavaOutlinePage.error.NoTopLevelType=Top level type not defined
OpenHierarchy.description=Show the type hierarchy of the selected element
OpenHierarchy.dialog.message=&Select the type to open:
OpenHierarchy.dialog.title=Open Type Hierarchy
OpenHierarchy.label=Open Type &Hierarchy
OpenHierarchy.tooltip=Show the type hierarchy of the selected element
OpenOnSelection.description=Open an editor on the selected element
OpenOnSelection.dialog.message=&Select or enter the element to open:
OpenOnSelection.dialog.title=Open On Selection
OpenOnSelection.label=&Open on Selection
OpenOnSelection.tooltip=Open an editor on the selected element
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.selectiondialog.title=Organize Imports
OrganizeImportsAction.selectiondialog.message=&Choose type to import:
OrganizeImportsAction.error.title=Organize Imports
OrganizeImportsAction.error.message=Organize Imports.
TogglePresentation.label=Show Source of Selected Element Only
TogglePresentation.tooltip=Show Source of Selected Element Only
ToggleTextHover.label=Show Text Hover
ToggleTextHover.tooltip=Show Text Hover
NextAnnotation.label=Go to Ne&xt Annotation
NextAnnotation.tooltip=Go to Next Annotation
NextAnnotation.description=Go to next Annotation
PreviousAnnotation.label=Go to Pre&vious Annotation
PreviousAnnotation.tooltip=Go to Previous Annotation
PreviousAnnotation.description=Go to previous Annotation
ContentAssistProposal.label=Co&ntent Assist
ContentAssistProposal.tooltip=Content Assist
ContentAssistProposal.description=Content Assist
ContentAssistContextInformation.label=Parameter H&ints
ContentAssistContextInformation.tooltip=Show Parameter Hints
ContentAssistContextInformation.description=Show Method Parameter Hints
CorrectionAssistProposal.label=&Quick Fix
CorrectionAssistProposal.tooltip=Quick Fix
CorrectionAssistProposal.description=Quick Fix
ShowJavaDoc.label=Show &Tooltip Description
ShowJavaDoc.tooltip=Shows Tooltip Description for Element at Cursor
ShowJavaDoc.description=Shows the tooltip description for the element at the cursor
ShowOutline.label= Show Out&line
ShowOutline.tooltip= Shows Outline of Editor Input
ShowOutline.description= Shows the outline for the editor input
OpenStructure.label= Open Stru&cture
OpenStructure.tooltip= Opens Structure of Selected Element
OpenStructure.description= Opens the structure of the selected element
OpenHierarchy.label= Show Hierarch&y
OpenHierarchy.tooltip= Shows Hierarchy of Selected Element
OpenHierarchy.description= Shows the hierarchy of the selected element
OpenExternalJavadoc.label=Open External Javadoc
OpenExternalJavadoc.tooltip=Opens Javadoc for the element at the cursor position in an external browser
OpenExternalJavadoc.description=Opens Javadoc for the element at the cursor position in an external browser
Comment.label=Co&mment
Comment.tooltip=Comment the Selected Lines
Comment.description=Turn the selected lines into Java comments
Uncomment.label=&Uncomment
Uncomment.tooltip=Uncomment the Selected Java Comment Lines
Uncomment.description=Uncomment the selected Java comment lines
ToggleComment.label=Togg&le Comment
ToggleComment.tooltip=Toggle Comment For the Selected Lines
ToggleComment.description=Toggle comment for the selected lines
ToggleComment.error.title=Toggle Comment
ToggleComment.error.message=An error occurred while toggling comments.
AddBlockComment.label=Add &Block Comment
AddBlockComment.tooltip=Enclose the Selection in a Block Comment
AddBlockComment.description=Encloses the selection with block comment markers
RemoveBlockComment.label=Remove Bloc&k Comment
RemoveBlockComment.tooltip=Remove Block Comment Markers Enclosing the Caret
RemoveBlockComment.description=Removes any block comment markers enclosing the caret
Format.label=F&ormat
Format.tooltip=Format the Selected Text
Format.description=Format the selected text
ShiftRight.label=Sh&ift Right
ShiftRight.tooltip=Shift Right
ShiftRight.description=Shift the selected text to the right
ShiftLeft.label=S&hift Left
ShiftLeft.tooltip=Shift Left
ShiftLeft.description=Shift the selected text to the left
AddTask.label=&Task...
AddTask.tooltip=Add Task
AddTask.image=
AddTask.description=Add Task
AddTask.dialog.title=Add Task
AddTask.dialog.message=Enter Task description
AddTask.error.dialog.title=Add Task
AddTask.error.dialog.message=Problems adding new task
CompilationUnitDocumentProvider.error.createElementInfo=CompilationUnitDocumentProvider.createElementInfo
CompilationUnitDocumentProvider.error.resetDocument=CompilationUnitDocumentProvider.resetDocument
CompilationUnitDocumentProvider.out_of_sync.message=Compilation unit buffer and document are out of sync
ClassFileDocumentProvider.error.createElementInfo=ClassFileDocumentProvider.createElementInfo
ClassFileDocumentProvider.error.resetDocument=ClassFileDocumentProvider.resetDocument
StructureSelect.error.title= Expand Selection to
StructureSelect.error.message= No source code attached to class file. To perform this operation you will need to attach source.
StructureSelectNext.label=&Next Element
StructureSelectNext.tooltip=Expand selection to include next sibling
StructureSelectNext.description=Expand selection to include next sibling
StructureSelectPrevious.label=&Previous Element
StructureSelectPrevious.tooltip=Expand selection to include previous sibling
StructureSelectPrevious.description=Expand selection to include previous sibling
StructureSelectEnclosing.label=&Enclosing Element
StructureSelectEnclosing.tooltip=Expand selection to include enclosing element
StructureSelectEnclosing.description=Expand selection to include enclosing element
StructureSelectHistory.label=&Restore Last Selection
StructureSelectHistory.tooltip=Restore last selection
StructureSelectHistory.description=Restore last selection
ExpandSelectionMenu.label=E&xpand Selection To
GotoNextMember.label= N&ext Member
GotoNextMember.tooltip=Move the caret to the next member of the compilation unit
GotoNextMember.description=Move the caret to the next member of the compilation unit
GotoPreviousMember.label= Previ&ous Member
GotoPreviousMember.tooltip=Move the caret to the previous member of the compilation unit
GotoPreviousMember.description=Move the caret to the previous member of the compilation unit
GotoMatchingBracket.label= Matching &Bracket
GotoMatchingBracket.tooltip=Go to Matching Bracket
GotoMatchingBracket.description=Go to Matching Bracket
GotoMatchingBracket.error.invalidSelection=No bracket selected
GotoMatchingBracket.error.noMatchingBracket=No matching bracket found
GotoMatchingBracket.error.bracketOutsideSelectedElement=Matching bracket is outside of selected element
SourceAttachmentForm.title=Class File Editor
SourceAttachmentForm.heading=Source not found
SourceAttachmentForm.message.noSource=There is no source file attached to the class file {0}.
SourceAttachmentForm.message.noSourceAttachment=The jar file {0} has no source attachment.
SourceAttachmentForm.message.pressButtonToAttach=You can attach the source by clicking Attach Source below:
SourceAttachmentForm.message.noSourceInAttachment=The source attachment does not contain the source for the file {0}.
SourceAttachmentForm.message.pressButtonToChange=You can change the source attachment by clicking Change Attached Source below:
SourceAttachmentForm.button.attachSource=&Attach Source...
SourceAttachmentForm.button.changeAttachedSource=&Change Attached Source...
SourceAttachmentForm.error.title=Error Opening Source Attachment Form
SourceAttachmentForm.error.message=An error occurred while opening the source attachment form
SourceAttachmentForm.message.containerEntry=The JAR of this classfile belongs to the container ''{0}''.\nTo configure the source attachment, go directly to the corresponding configuration page\n(For example for JREs go to ''Installed JREs'' page in the preferences).
SourceAttachmentDialog.title=Attachments For ''{0}''
SourceAttachmentDialog.error.title=Error Attaching Source
SourceAttachmentDialog.error.message=An error occurred while associating the source
JavaSelectAnnotationRulerAction.QuickFix.label= &Quick Fix
JavaSelectAnnotationRulerAction.QuickFix.tooltip= Quick Fix
JavaSelectAnnotationRulerAction.QuickFix.description= Runs Quick Fix on the annotation's line
JavaSelectAnnotationRulerAction.QuickFix.image=
JavaSelectAnnotationRulerAction.QuickAssist.label= Quick &Assist
JavaSelectAnnotationRulerAction.QuickAssist.tooltip= Quick Assist
JavaSelectAnnotationRulerAction.QuickAssist.description= Runs Quick Assist on the annotation's line
JavaSelectAnnotationRulerAction.QuickAssist.image=
JavaSelectAnnotationRulerAction.GotoAnnotation.label= &Go to Annotation
JavaSelectAnnotationRulerAction.GotoAnnotation.tooltip= Go to Annotation
JavaSelectAnnotationRulerAction.GotoAnnotation.description= Selects the annotation in the editor
JavaSelectAnnotationRulerAction.GotoAnnotation.image=
JavaSelectAnnotationRulerAction.OpenSuperImplementation.label= &Open Super Implementation
JavaSelectAnnotationRulerAction.OpenSuperImplementation.tooltip= Open Super Implementation
JavaSelectAnnotationRulerAction.OpenSuperImplementation.description= Opens the super implementation
JavaSelectAnnotationRulerAction.OpenSuperImplementation.image=
EditorUtility.concatModifierStrings= {0} + {1}
Indent.label=Correct &Indentation
Indent.tooltip=&Indent Current Line to Correct Indendation
Indent.description=&Indents the current line or selection depending on the source code
OverrideIndicatorManager.implements= implements {0}
OverrideIndicatorManager.overrides= overrides {0}
OverrideIndicatorManager.open.error.title= Open Declaring Method
OverrideIndicatorManager.open.error.message= Could not open the declaring method.\nOpen the Error Log view for details.