1 #########################################
 
   3 #########################################
 
   4 pluginName=PHPEclipse Tools Core
 
   5 providerName=EclipseProject.de
 
   6 naturePHP.name=PHP Project
 
   8 perspectivePHP.name=PHP
 
   9 perspectiveHTML.name=HTML
 
  10 viewPHPResources.name=PHP Resources
 
  12 newWizardCategory.name=PHP
 
  13 newWizardPHPProject.name=PHP Project
 
  14 newWizardPHPFile.name=PHP File
 
  16 propertyPagePHPProject.name=PHP Project Properties
 
  19 # Extension point names
 
  21 phpEditorName=PHP Editor
 
  22 phpConsoleView=PHP Console
 
  24 php3FileExtension=php3
 
  25 php4FileExtension=php4
 
  27 phtmlFileExtension=phtml
 
  28 htmlFileExtension=html
 
  35 AddBookmark.label=Add Boo&kmark
 
  36 AddBookmark.tooltip=Add Bookmark...
 
  38 AddTask.label=Add &Task
 
  39 AddTask.tooltip=Add Task...
 
  40 php.menu.label=&Source
 
  42 ##########################################################################
 
  44 ##########################################################################
 
  45 CodingActionSet.label= PHP Coding
 
  46 CodingActionSet.description= Action set containing coding related PHP actions
 
  48 ##########################################################################
 
  50 ##########################################################################
 
  51 SourceMenu.label= &Source
 
  53 CommentAction.label= Co&mment@Ctrl+/
 
  55 UncommentAction.label= &Uncomment@Ctrl+\\
 
  57 FormatAction.label= F&ormat@Ctrl+Shift+F
 
  58 ##########################################################################
 
  60 ##########################################################################
 
  62 ActionDefinition.contentAssistProposals.name= Content Assist
 
  63 ActionDefinition.contentAssistProposals.description= Content Assist
 
  66 ActionDefinition.comment.name= Comment
 
  67 ActionDefinition.comment.description= Turn the selected lines into PHP comments
 
  69 ActionDefinition.uncomment.name= Uncomment
 
  70 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
 
  72 ActionDefinition.format.name= Format
 
  73 ActionDefinition.format.description= Format the source code