#########################################
#
#########################################
-pluginName=PHP Plugin
+pluginName=PHPEclipse Tools Core
providerName=EclipseProject.de
naturePHP.name=PHP Project
perspectivePHP.name=PHP
+perspectiveHTML.name=HTML
viewPHPResources.name=PHP Resources
newWizardCategory.name=PHP
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
-phpActionSet.label=PHP Source Actions
-phpUncommentAction.label=&Uncomment@Ctrl+\\
-phpCommentAction.label=&Comment@Ctrl+/
\ No newline at end of file
+
+##########################################################################
+# 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+\\
+
+FormatAction.label= F&ormat@Ctrl+Shift+F
+##########################################################################
+# 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
+
+ActionDefinition.format.name= Format
+ActionDefinition.format.description= Format the source code
\ No newline at end of file