1 #########################################
 
   3 #########################################
 
   4 pluginName=PHPEclipse Tools Core
 
   5 providerName=PHPEclipse project team
 
   6 naturePHP.name=PHP Project
 
   7 elementFiltersName=PHPElement Filters
 
   8 phpProblemName=PHP Problem
 
   9 transientPHPProblemName=Transient PHP Problem
 
  11 phpSourceName=PHP Source File
 
  13 phpEditorTextHoversName=PHP Editor Text Hovers
 
  15 perspectivePHP.name=PHP
 
  17 newWizardCategory.name=PHP
 
  18 newWizardPHPProject.name=PHP Project
 
  19 newWizardPHPFile.name=PHP File
 
  20 newWizardHTMLFile.name=HTML file
 
  22 OpenActionSet.label=Open Declaration/Include
 
  23 OpenActionSet.description=Open a PHP Declaration or Include
 
  24 OpenDeclaration=Open Declaration/Include
 
  25 ExportWizards.Obfuscator = Obfuscate PHP Project to File system
 
  26 ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
 
  29 compilerPageName=PHP Parser
 
  30 todoPageName=PHP Task Tags
 
  32 compilerOptionsPrefName= PHP Parser
 
  33 todoTaskPrefName= Task Tags
 
  34 templatePageName= Templates
 
  35 spellingPrefName= Spelling
 
  36 codeAssistPageName= Code Assist
 
  37 editorMarkOccurrencesPage= Mark Occurrences
 
  40 # Extension point names
 
  42 phpEditorName=PHP Editor
 
  44 javaDocumentFactory=PHP Document Factory
 
  45 javaDocumentSetupParticipant=PHP Document Setup Participant
 
  48 sourceHoverDescription= Shows the source of the selected element.
 
  50 javadocHoverDescription= Shows the PHPdoc of the selected element.
 
  51 sequentialHover= Best Match
 
  52 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
 
  53 annotationHover= Annotation
 
  54 annotationHoverDescription= Shows the text of the selected annotation.
 
  60 AddBookmark.label=Add Boo&kmark
 
  61 AddBookmark.tooltip=Add Bookmark...
 
  63 AddTask.label=Add &Task
 
  64 AddTask.tooltip=Add Task...
 
  66 ##########################################################################
 
  68 ##########################################################################
 
  69 CodingActionSet.label= PHP Coding
 
  70 CodingActionSet.description= Action set containing coding related PHP actions
 
  72 ##########################################################################
 
  74 ##########################################################################
 
  75 SourceMenu.label= &Source
 
  77 CommentAction.label= Co&mment
 
  79 UncommentAction.label= &Uncomment
 
  81 ToggleCommentAction.label= Togg&le Comment
 
  83 AddBlockCommentAction.label= Add &Block Comment
 
  85 RemoveBlockCommentAction.label= Remove Bloc&k Comment
 
  87 ShiftRightAction.label= Sh&ift Right
 
  89 ShiftLeftAction.label= S&hift Left
 
  91 FormatAction.label= F&ormat@Ctrl+Shift+F
 
 103 ##########################################################################
 
 105 ##########################################################################
 
 107 ##########################################################################
 
 108 # PHP Working Set Support
 
 109 ##########################################################################
 
 113 sourceHoverDescription= Shows the source of the selected element.
 
 114 sequentialHover= Combined Hover
 
 115 sequentialHoverDescription= Tries the hovers in the sequence listed in the table below this one and uses the one which fits best for the selected element and the current context.
 
 116 annotationHover= Annotation Description
 
 117 annotationHoverDescription= Shows the description of the selected annotation.
 
 118 problemHover= Problem Description
 
 119 problemHoverDescription= Shows the description of the selected problem.
 
 121 ##########################################################################
 
 123 ##########################################################################
 
 125 category.source.name=PHP Source
 
 126 category.source.description= PHP Source Actions
 
 128 context.editingPHPSource.name= Editing PHP Source
 
 129 context.editingPHPSource.description= Editing PHP Source Context
 
 132 ##########################################################################
 
 134 ##########################################################################
 
 138 ActionDefinition.gotoNextMember.name= Go to Next Member
 
 139 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
 
 141 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
 
 142 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
 
 153 ActionDefinition.comment.name= Comment
 
 154 ActionDefinition.comment.description= Turn the selected lines into PHP comments
 
 156 ActionDefinition.uncomment.name= Uncomment
 
 157 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
 
 159 ActionDefinition.toggleComment.name= Toggle Comment
 
 160 ActionDefinition.toggleComment.description= Toggle comment the selected lines
 
 162 ActionDefinition.addBlockComment.name= Add Block Comment
 
 163 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
 
 165 ActionDefinition.removeBlockComment.name= Remove Block Comment
 
 166 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
 
 168 ActionDefinition.format.name= Format
 
 169 ActionDefinition.format.description= Format the selected text
 
 221 ActionDefinition.indent.name=Correct Indentation
 
 222 ActionDefinition.indent.description=Correct Indentation
 
 224 ActionDefinition.gotoMatchingBracket.name=Matching Bracket
 
 225 ActionDefinition.gotoMatchingBracket.description=Goto Matching Bracket
 
 227 OccurrenceAnnotation.label= PHP Marker Occurrences
 
 229 phpEditorFontDefiniton.label= PHP Editor Text Font
 
 230 phpEditorFontDefintion.description= The PHP editor text font is used by PHP editors.
 
 232 HideImportDeclaration.label= Import declarations
 
 233 HideImportDeclaration.description= Hides all import declarations
 
 236 templates.php.contextType.name= php
 
 237 templates.phpdoc.contextType.name= phpdoc
 
 238 templates.html.contextType.name= html
 
 241 foldingStructureProvidersExtensionPoint= Folding Structure Providers
 
 242 defaultFoldingStructureProviderName= Default PHP Folding
 
 243 Folding.label= F&olding