X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 1d7f7bd..19fe179 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -2,7 +2,17 @@ # ######################################### pluginName=PHP Plugin -providerName = EclipseProject.de +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,14 @@ phpConsoleView=PHP Console phpFileExtension=php php3FileExtension=php3 php4FileExtension=php4 +incFileExtension=inc +phtmlFileExtension=phtml + +# +# Action sets +# + +php.menu.label=&Source +phpActionSet.label=Source Actions +phpUncommentAction.label=&Uncomment@Ctrl+\\ +phpCommentAction.label=&Comment@Ctrl+/ \ No newline at end of file