#########################################
#
#########################################
pluginName=PHPEclipse Tools Core
providerName=EclipseProject.de
naturePHP.name=PHP Project

perspectivePHP.name=PHP
perspectiveHTML.name=HTML
viewPHPResources.name=PHP Resources

newWizardCategory.name=PHP
newWizardPHPProject.name=PHP Project
newWizardPHPFile.name=PHP File

propertyPagePHPProject.name=PHP Project Properties

#
# Extension point names
#
phpEditorName=PHP Editor
phpConsoleView=PHP Console
phpFileExtension=php
php3FileExtension=php3
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

##########################################################################
# 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