X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 708b293..8ef16ae 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -2,10 +2,32 @@ # ######################################### 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 # -phpEditorName=Example Java Editor +phpEditorName=PHP Editor +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