X-Git-Url: http://secure.phpeclipse.com

diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties
index 708b293..19fe179 100644
--- a/net.sourceforge.phpeclipse/plugin.properties
+++ b/net.sourceforge.phpeclipse/plugin.properties
@@ -2,10 +2,34 @@
 #
 #########################################
 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
+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