Some serious cleanup on manifests, plugin.xml, build.properties and plugin.properties...
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
index 7a8b7b1..4cada84 100644 (file)
 #########################################
 #
 #########################################
-pluginName=PHP Plugin
-providerName = EclipseProject.de
+pluginName=PHPEclipse Tools Core
+providerName=PHPEclipse project team
+naturePHP.name=PHP Project
+elementFiltersName=PHPElement Filters
+phpProblemName=PHP Problem
+transientPHPProblemName=Transient PHP Problem
+phpTaskName=PHP Task
+phpSourceName=PHP Source File
+
+phpEditorTextHoversName=PHP Editor Text Hovers
+
+perspectivePHP.name=PHP
+
+newWizardCategory.name=PHP
+newWizardPHPProject.name=PHP Project
+newWizardPHPFile.name=PHP File
+newWizardHTMLFile.name=HTML file
+
+OpenActionSet.label=Open Declaration/Include
+OpenActionSet.description=Open a PHP Declaration or Include
+OpenDeclaration=Open Declaration/Include
+ExportWizards.Obfuscator = Obfuscate PHP Project to File system
+ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
+
+
+compilerPageName=PHP Parser
+todoPageName=PHP Task Tags
+
+compilerOptionsPrefName= PHP Parser
+todoTaskPrefName= Task Tags
+templatePageName= Templates
+spellingPrefName= Spelling
+codeAssistPageName= Code Assist
+editorMarkOccurrencesPage= Mark Occurrences
 
 #
 # Extension point names
 #
 phpEditorName=PHP Editor
-phpFileExtension=php
+
+javaDocumentFactory=PHP Document Factory
+javaDocumentSetupParticipant=PHP Document Setup Participant
+
+sourceHover= Source
+sourceHoverDescription= Shows the source of the selected element.
+javadocHover= PHPdoc
+javadocHoverDescription= Shows the PHPdoc of the selected element.
+sequentialHover= Best Match
+sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
+annotationHover= Annotation
+annotationHoverDescription= Shows the text of the selected annotation.
+
+#
+# Action sets
+#
+
+AddBookmark.label=Add Boo&kmark
+AddBookmark.tooltip=Add Bookmark...
+
+AddTask.label=Add &Task
+AddTask.tooltip=Add Task...
+
+##########################################################################
+# 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
+
+UncommentAction.label= &Uncomment
+
+ToggleCommentAction.label= Togg&le Comment
+
+AddBlockCommentAction.label= Add &Block Comment
+
+RemoveBlockCommentAction.label= Remove Bloc&k Comment
+
+ShiftRightAction.label= Sh&ift Right
+
+ShiftLeftAction.label= S&hift Left
+
+FormatAction.label= F&ormat@Ctrl+Shift+F
+
+
+
+
+
+
+
+
+
+
+
+##########################################################################
+# Javadoc Support
+##########################################################################
+
+##########################################################################
+# PHP Working Set Support
+##########################################################################
+
+
+sourceHover= Source
+sourceHoverDescription= Shows the source of the selected element.
+sequentialHover= Combined Hover
+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.
+annotationHover= Annotation Description
+annotationHoverDescription= Shows the description of the selected annotation.
+problemHover= Problem Description
+problemHoverDescription= Shows the description of the selected problem.
+
+##########################################################################
+# Action Definitions
+##########################################################################
+
+category.source.name=PHP Source
+category.source.description= PHP Source Actions
+
+context.editingPHPSource.name= Editing PHP Source
+context.editingPHPSource.description= Editing PHP Source Context
+
+
+##########################################################################
+# Action Definitions
+##########################################################################
+#--- Edit menu
+
+
+ActionDefinition.gotoNextMember.name= Go to Next Member
+ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
+
+ActionDefinition.gotoPreviousMember.name= Go to Previous Member
+ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
+
+
+
+
+
+
+
+
+
+#--- 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.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 enclosing the selection
+
+ActionDefinition.format.name= Format
+ActionDefinition.format.description= Format the selected text
+
+
+
+
+
+
+
+
+
+
+#--- Refactor menu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#--- Navigate menu
+
+
+
+
+
+
+#--- Search menu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#---  miscellaenous
+
+ActionDefinition.indent.name=Correct Indentation
+ActionDefinition.indent.description=Correct Indentation
+
+ActionDefinition.gotoMatchingBracket.name=Matching Bracket
+ActionDefinition.gotoMatchingBracket.description=Goto Matching Bracket
+
+OccurrenceAnnotation.label= PHP Marker Occurrences
+
+phpEditorFontDefiniton.label= PHP Editor Text Font
+phpEditorFontDefintion.description= The PHP editor text font is used by PHP editors.
+#--- filter
+HideImportDeclaration.label= Import declarations
+HideImportDeclaration.description= Hides all import declarations
+
+#--- templates
+templates.php.contextType.name= php
+templates.phpdoc.contextType.name= phpdoc
+templates.html.contextType.name= html
+
+#--- folding
+foldingStructureProvidersExtensionPoint= Folding Structure Providers
+defaultFoldingStructureProviderName= Default PHP Folding
+Folding.label= F&olding