Format.tooltip=Format the Selected Text
Format.description=Format the selected text
-Comment.label=Comment@Ctrl+/
+Comment.label=Comment
Comment.tooltip=Comment selected lines
-Uncomment.label=Uncomment@Ctrl+\
+Uncomment.label=Uncomment
Uncomment.tooltip=Uncomment selected lines
TogglePresentation.label=Change Presentation
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
+
+
OutlinePage.segment.title_pattern=position {0}
AutoIndent.error.bad_location_1=JavaAutoIndentStrategy.getAutoIndentString: BadLocationException
ParserAction.image=java.gif
ParserAction.description=Parse the current PHP file
-GotoMatchingBracket.label=Go to Matching &Bracket
+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
+GotoNextMember.label=N&ext Member
+GotoNextMember.tooltip=Go to N&ext Member
+GotoNextMember.description=Go to N&ext Member
+
+GotoPreviousMember.label=Previ&ous Member
+GotoPreviousMember.tooltip=Go to Previ&ous Member
+GotoPreviousMember.description=Go to Previ&ous Member
+
AddTask.label=&Task...
AddTask.tooltip=Add Task
AddTask.image=
PHPUnitEditor.error.saving.message1=File has been deleted.
PHPUnitEditor.error.saving.message2=Could not save file.
-PHPUnitEditor.error.saving.message3=Could not save file.
+PHPUnitEditor.error.saving.message3=Could not save file.
PHPUnitEditor.error.saving.title1=Cannot Save
PHPUnitEditor.error.saving.title2=Save Problems
PHPUnitEditor.error.saving.title3=Save Problems
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
\ No newline at end of file
+JavaOutlinePage.error.NoTopLevelType=Top level type not defined
+
+JavaEditor.markOccurrences.job.name= Occurrences Marker
+
+NextAnnotation.label= Ne&xt Annotation
+NextAnnotation.tooltip= Next Annotation
+NextAnnotation.description= Next Annotation
+
+PreviousAnnotation.label= Pre&vious Annotation
+PreviousAnnotation.tooltip= Previous Annotation
+PreviousAnnotation.description= Previous Annotation
+
+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