X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 1d7f7bd..7070756 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -1,8 +1,18 @@ ######################################### # ######################################### -pluginName=PHP Plugin -providerName = EclipseProject.de +pluginName=PHPEclipse Tools Core +providerName=EclipseProject.de +naturePHP.name=PHP Project + +perspectivePHP.name=PHP +viewPHPResources.name=PHP Resources + +newWizardCategory.name=PHP +newWizardPHPProject.name=PHP Project +newWizardPHPFile.name=PHP File + +propertyPagePHPProject.name=PHP Project Properties # # Extension point names @@ -12,3 +22,47 @@ phpConsoleView=PHP Console phpFileExtension=php 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 + +########################################################################## +# 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+\\ + +########################################################################## +# 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