naturePHP.name=PHP Project
phpProblemName=PHP Problem
transientPHPProblemName=Transient PHP Problem
-phpTaskName=Java Task
+phpTaskName=PHP Task
viewCategoryName=PHP
phpEditorTextHoversName=PHP Editor Text Hovers
propertyPagePHPProject.name=PHP Project Properties
+compilerPageName=PHP Parser
+todoPageName=PHP Task Tags
+
+compilerOptionsPrefName=PHP Parser
+todoTaskPrefName=Task Tags
+templatePageName=Templates
+
#
# Extension point names
#
xmlFileExtension=xml
tplFileExtension=tpl
+javaDocumentFactory=PHP Document Factory
+javaDocumentSetupParticipant=PHP Document Setup Participant
+
sourceHover= Source
sourceHoverDescription= Shows the source of the selected element.
javadocHover= PHPdoc
UncommentAction.label= &Uncomment@Ctrl+\\
+ToggleCommentAction.label= Togg&le Comment
+
ShiftRightAction.label= Sh&ift Right
ShiftLeftAction.label= S&hift Left
ExternalizeStringsAction.label= &Externalize Strings...
-ConvertLineDelimitersActions.label= Co&nvert Line Delimiters
-ConvertLineDelimitersToWindowsAction.label= To &Windows
-ConvertLineDelimitersToUNIXAction.label= To &UNIX
-ConvertLineDelimitersToMacAction.label= To &Mac
+ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
+ConvertLineDelimitersToWindowsAction.label= &Windows
+ConvertLineDelimitersToUNIXAction.label= &UNIX
+ConvertLineDelimitersToMacAction.label= &Mac
##########################################################################
# Javadoc Support
ActionDefinition.uncomment.name= Uncomment
ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
+ActionDefinition.toggleComment.name= Toggle Comment
+ActionDefinition.toggleComment.description= Toggle comment the selected lines
+
+ActionDefinition.addBlockComment.name= Add Block Comment
+ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
+
+ActionDefinition.removeBlockComment.name= Remove Block Comment
+ActionDefinition.removeBlockComment.description= Remove the block comment around the selection
+
ActionDefinition.format.name= Format
ActionDefinition.format.description= Format the selected text
Program.externalTools = PHP Program
-OccurrenceAnnotation.label= PHP Marker Occurrences
\ No newline at end of file
+OccurrenceAnnotation.label= PHP Marker Occurrences
+
+phpEditorFontDefiniton.label= Java Editor Text Font
+phpEditorFontDefintion.description= The Java editor text font is used by Java editors.
+
+#--- folding
+foldingStructureProvidersExtensionPoint= Folding Structure Providers
+defaultFoldingStructureProviderName= Default PHP Folding
+Folding.label= F&olding
\ No newline at end of file