X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 1d7f7bd..8ef16ae 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,12 @@ phpConsoleView=PHP Console phpFileExtension=php php3FileExtension=php3 php4FileExtension=php4 + +# +# Action sets +# + +php.menu.label=&PHP +phpActionSet.label=PHP Actions +phpUncommentAction.label=&Uncomment@Ctrl+\\ +phpCommentAction.label=&Comment@Ctrl+/ \ No newline at end of file