blob: d325de76736ab9b19d88549e87709b4d29265735 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
#
###############################################################################
CompilationUnitEditorActionContributor.ToggleInsertMode.label=Sma&rt Insert Mode
CompilationUnitEditorActionContributor.ToggleInsertMode.tooltip=Toggle Smart Insert Mode
CompilationUnitEditorActionContributor.ToggleInsertMode.image=
CompilationUnitEditorActionContributor.ToggleInsertMode.description= Toggles smart insert mode
ScriptOutlinePage.ContextMenu.refactoring.label=&Refactor
ScriptOutlinePage.HideFields.description.checked=Shows Fields
ScriptOutlinePage.HideFields.description.unchecked=Hides Fields
ScriptOutlinePage.HideFields.label=Hide Fields
ScriptOutlinePage.HideFields.tooltip.checked=Show Fields
ScriptOutlinePage.HideFields.tooltip.unchecked=Hide Fields
ScriptOutlinePage.HideNonePublicMembers.description.checked=Shows non-public members
ScriptOutlinePage.HideNonePublicMembers.description.unchecked=Hides non-public members
ScriptOutlinePage.HideNonePublicMembers.label=Show Public Members Only
ScriptOutlinePage.HideNonePublicMembers.tooltip.checked=Show Non-Public Members
ScriptOutlinePage.HideNonePublicMembers.tooltip.unchecked=Hide Non-Public Members
ScriptOutlinePage.HideStaticMembers.description.checked=Shows static members
ScriptOutlinePage.HideStaticMembers.description.unchecked=Hides static members
ScriptOutlinePage.HideStaticMembers.label=Hide Static Members
ScriptOutlinePage.HideStaticMembers.tooltip.checked=Show Static Members
ScriptOutlinePage.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
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
ShowScriptDoc.label=Show T&ooltip Description
ShowScriptDoc.tooltip=Shows Tooltip Description for Element at Cursor
ShowScriptDoc.description=Shows the tooltip description for the element at the cursor
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
OpenExternalScriptdoc.label=Open External Scriptdoc
OpenExternalScriptdoc.tooltip=Opens Scriptdoc in an External Browser for the Element at the Cursor Position
OpenExternalScriptdoc.description=Opens Scriptdoc in an external browser for the element at the cursor position
Comment.label=Co&mment
Comment.tooltip=Comment the Selected Lines
Comment.description=Turn the selected lines into Script comments
Uncomment.label=&Uncomment
Uncomment.tooltip=Uncomment the Selected Script Comment Lines
Uncomment.description=Uncomment the selected Script 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
ScriptSelectAnnotationRulerAction.QuickFix.label= &Quick Fix
ScriptSelectAnnotationRulerAction.QuickFix.tooltip= Quick Fix
ScriptSelectAnnotationRulerAction.QuickFix.description= Runs Quick Fix on the annotation's line
ScriptSelectAnnotationRulerAction.QuickFix.image=
ScriptSelectAnnotationRulerAction.QuickAssist.label= Quick &Assist
ScriptSelectAnnotationRulerAction.QuickAssist.tooltip= Quick Assist
ScriptSelectAnnotationRulerAction.QuickAssist.description= Runs Quick Assist on the annotation's line
ScriptSelectAnnotationRulerAction.QuickAssist.image=
ScriptSelectAnnotationRulerAction.GotoAnnotation.label= &Go to Annotation
ScriptSelectAnnotationRulerAction.GotoAnnotation.tooltip= Go to Annotation
ScriptSelectAnnotationRulerAction.GotoAnnotation.description= Selects the annotation in the editor
ScriptSelectAnnotationRulerAction.GotoAnnotation.image=
ScriptSelectAnnotationRulerAction.OpenSuperImplementation.label= &Open Super Implementation
ScriptSelectAnnotationRulerAction.OpenSuperImplementation.tooltip= Open Super Implementation
ScriptSelectAnnotationRulerAction.OpenSuperImplementation.description= Opens the super implementation
ScriptSelectAnnotationRulerAction.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
Editor.ConvertLineDelimiters.label=C&onvert Line Delimiters To
Editor.ConvertToWindows.label=&Windows
Editor.ConvertToWindows.tooltip=Converts Line Delimiters to Windows
Editor.ConvertToWindows.image=
Editor.ConvertToWindows.description=Converts line delimiters to Windows
Editor.ConvertToUNIX.label=&UNIX
Editor.ConvertToUNIX.tooltip=Converts Line Delimiters to UNIX
Editor.ConvertToUNIX.image=
Editor.ConvertToUNIX.description=Converts line delimiters to UNIX
Editor.ConvertToMac.label=&Mac
Editor.ConvertToMac.tooltip=Converts line delimiters to Mac
Editor.ConvertToMac.image=
Editor.ConvertToMac.description=Converts line delimiters to Mac
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