From 47b2cdffba01902bf89d084d18501749505b1fb3 Mon Sep 17 00:00:00 2001 From: toshihiro Date: Wed, 11 Jul 2007 23:37:44 +0000 Subject: [PATCH] Added some lost properties. --- .../phpeditor/PHPEditorMessages.properties | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorMessages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorMessages.properties index 1b8a573..82cec7c 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorMessages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorMessages.properties @@ -132,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 -- 1.7.1