Some serious cleanup on manifests, plugin.xml, build.properties and plugin.properties...
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
index 50f37d3..4cada84 100644 (file)
@@ -2,32 +2,57 @@
 #
 #########################################
 pluginName=PHPEclipse Tools Core
-providerName=EclipseProject.de
+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
-perspectiveHTML.name=HTML
-viewPHPResources.name=PHP Resources
 
 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
 
-propertyPagePHPProject.name=PHP Project Properties
+compilerOptionsPrefName= PHP Parser
+todoTaskPrefName= Task Tags
+templatePageName= Templates
+spellingPrefName= Spelling
+codeAssistPageName= Code Assist
+editorMarkOccurrencesPage= Mark Occurrences
 
 #
 # 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
+
+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
 #
@@ -37,7 +62,6 @@ AddBookmark.tooltip=Add Bookmark...
 
 AddTask.label=Add &Task
 AddTask.tooltip=Add Task...
-php.menu.label=&Source
 
 ##########################################################################
 # Coding Action set
@@ -50,16 +74,80 @@ CodingActionSet.description= Action set containing coding related PHP actions
 ##########################################################################
 SourceMenu.label= &Source
 
-CommentAction.label= Co&mment@Ctrl+/
+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
 
-UncommentAction.label= &Uncomment@Ctrl+\\
 
 ##########################################################################
 # Action Definitions
 ##########################################################################
 #--- Edit menu
-ActionDefinition.contentAssistProposals.name= Content Assist
-ActionDefinition.contentAssistProposals.description= Content Assist
+
+
+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
@@ -67,3 +155,89 @@ 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