X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 19fe179..4cddf37 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -1,11 +1,12 @@ ######################################### # ######################################### -pluginName=PHP Plugin +pluginName=PHPEclipse Tools Core providerName=EclipseProject.de naturePHP.name=PHP Project perspectivePHP.name=PHP +perspectiveHTML.name=HTML viewPHPResources.name=PHP Resources newWizardCategory.name=PHP @@ -24,12 +25,49 @@ php3FileExtension=php3 php4FileExtension=php4 incFileExtension=inc phtmlFileExtension=phtml - +htmlFileExtension=html +htmFileExtension=htm +xmlFileExtension=xml # # Action sets # +AddBookmark.label=Add Boo&kmark +AddBookmark.tooltip=Add Bookmark... + +AddTask.label=Add &Task +AddTask.tooltip=Add Task... php.menu.label=&Source -phpActionSet.label=Source Actions -phpUncommentAction.label=&Uncomment@Ctrl+\\ -phpCommentAction.label=&Comment@Ctrl+/ \ No newline at end of file + +########################################################################## +# Coding Action set +########################################################################## +CodingActionSet.label= PHP Coding +CodingActionSet.description= Action set containing coding related PHP actions + +########################################################################## +# Source Menu +########################################################################## +SourceMenu.label= &Source + +CommentAction.label= Co&mment@Ctrl+/ + +UncommentAction.label= &Uncomment@Ctrl+\\ + +FormatAction.label= F&ormat@Ctrl+Shift+F +########################################################################## +# Action Definitions +########################################################################## +#--- Edit menu +ActionDefinition.contentAssistProposals.name= Content Assist +ActionDefinition.contentAssistProposals.description= Content Assist + +#--- Source menu +ActionDefinition.comment.name= Comment +ActionDefinition.comment.description= Turn the selected lines into PHP comments + +ActionDefinition.uncomment.name= Uncomment +ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines + +ActionDefinition.format.name= Format +ActionDefinition.format.description= Format the source code \ No newline at end of file