blob: 994dfb4149ad6e4e30aeeb0a06a5caca44502232 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2010 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
###############################################################################
CompilationUnitEditorActionContributor.ToggleInsertMode.label=Sma&rt Insert Mode
CompilationUnitEditorActionContributor.ToggleInsertMode.tooltip=Toggle Smart Insert Mode
CompilationUnitEditorActionContributor.ToggleInsertMode.image=
CompilationUnitEditorActionContributor.ToggleInsertMode.description= Toggles smart insert mode
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
OpenHierarchy.label=Quick Type &Hierarchy
OpenHierarchy.dialog.message=&Select the type to open:
OpenHierarchy.dialog.title=Open Type Hierarchy
OpenHierarchy.tooltip=Show the Quick Type Hierarchy of the Selected Element
OpenHierarchy.description=Show the quick type hierarchy of the selected element
OpenOnSelection.label=&Open on Selection
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.tooltip=Open an Editor on the Selected Element
TogglePresentation.label=Show Source of Selected Element Only
TogglePresentation.tooltip=Show Source of Selected Element Only
ToggleMarkOccurrencesAction.label= Toggle Mark Occurrences
ToggleMarkOccurrencesAction.tooltip= Toggle Mark Occurrences
ToggleBreadcrumbAction.label= Toggle Breadcrumb
ToggleBreadcrumbAction.tooltip= Toggle Breadcrumb
ToggleBreadcrumbAction.Hide.label= H&ide Breadcrumb
ToggleBreadcrumbAction.Hide.tooltip= Hide Breadcrumb
GotoBreadcrumb.label= Show in &Breadcrumb
GotoBreadcrumb.tooltip=Set the focus into the editor breadcrumb
GotoBreadcrumb.description=Set the focus into the editor breadcrumb
ToggleTextHover.label=Show Text Hover
ToggleTextHover.tooltip=Show Text Hover
ContentAssistProposal.label=&Default
ContentAssistProposal.tooltip=Default Content Assist
ContentAssistProposal.description=Default Content Assist
ContentAssistContextInformation.label=Parameter &Hints
ContentAssistContextInformation.tooltip=Show Parameter Hints
ContentAssistContextInformation.description=Show Method Parameter Hints
CorrectionAssistProposal.label=&Quick Fix
CorrectionAssistProposal.tooltip=Quick Fix
CorrectionAssistProposal.description=Quick Fix
ShowOutline.label= Quick Out&line
ShowOutline.tooltip= Shows the Quick Outline of Editor Input
ShowOutline.description= Shows the quick 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
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
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=&Format
Format.tooltip=Format the Selected Text
Format.description=Format the selected text
ShiftRight.label=&Shift 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
Editor.Cut.label=Cu&t
Editor.Cut.tooltip=Cut
Editor.Cut.image=
Editor.Cut.description=Cut
Editor.Copy.label=&Copy
Editor.Copy.tooltip=Copy
Editor.Copy.image=
Editor.Copy.description=Copy
Editor.Paste.label=&Paste
Editor.Paste.tooltip=Paste
Editor.Paste.image=
Editor.Paste.description=Paste
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
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
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=
Editor.ChangeEncodingAction.label= Set Encodin&g...
Editor.ChangeEncodingAction.tooltip= Set Encoding
Editor.ChangeEncodingAction.image=
Editor.ChangeEncodingAction.description= Set Encoding
Editor.ChangeEncodingAction.dialog.title= Set Encoding
Indent.label=Correct &Indentation
Indent.tooltip=&Indent Current Line to Correct Indentation
Indent.description=&Indents the current line or selection depending on surrounding source code
Editor.MoveLinesUp.label=Move Lines Up
Editor.MoveLinesUp.tooltip=Move the Selected Lines Up
Editor.MoveLinesUp.image=
Editor.MoveLinesUp.description=Moves the selected lines up
Editor.MoveLinesDown.label=Move Lines Down
Editor.MoveLinesDown.tooltip=Move the Selected Lines Down
Editor.MoveLinesDown.image=
Editor.MoveLinesDown.description=Moves the selected lines down
Editor.ShowInformation.label= Show T&ooltip Description
Editor.ShowInformation.tooltip= Shows the Tooltip Description
Editor.ShowInformation.image=
Editor.ShowInformation.description= Displays information for the current caret location in a sticky hover