X-Git-Url: http://secure.phpeclipse.com 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 87fb2bb..3bbf088 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorMessages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorMessages.properties @@ -17,6 +17,10 @@ ContentAssistTip.tooltip=Content Tip ContentAssistTip.image= ContentAssistTip.description=Content Tip +Format.label=F&ormat +Format.tooltip=Format the Selected Text +Format.description=Format the selected text + Comment.label=Comment@Ctrl+/ Comment.tooltip=Comment selected lines @@ -42,3 +46,11 @@ ParserAction.label=Parse the PHP file 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.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