1) Fixed issue #347: Syntax highlight doesn't like apostrophe in heredoc.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditorMessages.properties
index 5f8dffc..82cec7c 100644 (file)
@@ -63,13 +63,21 @@ ParserAction.tooltip=Parse the current PHP file
 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=
@@ -124,4 +132,16 @@ JavaOutlinePage.error.ChildrenProvider.getChildren.message1=JavaOutlinePage.Chil
 JavaOutlinePage.error.ChildrenProvider.hasChildren.message1=JavaOutlinePage.ChildrenProvider.hasChildren
 JavaOutlinePage.error.NoTopLevelType=Top level type not defined
 
-JavaEditor.markOccurrences.job.name= Occurrences Marker
\ No newline at end of file
+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