1) Reintroduced some out commented methods. (Did break some preference settings)
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
index 535b7c6..e9f17d5 100644 (file)
@@ -2,32 +2,48 @@
 #
 #########################################
 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
+
+viewCategoryName = PHPeclipse
+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
+NewPHPClass.label= Class
+NewPHPClass.description=Create a PHP class
+
+OpenActionSet.description=Open a PHP Declaration or Include
 
 propertyPagePHPProject.name=PHP Project Properties
 
 #
 # Extension point names
 #
-phpEditorName=PHP Editor
 phpConsoleView=PHP Console
 phpFileExtension=php
 php3FileExtension=php3
 php4FileExtension=php4
+php5FileExtension=php5
+moduleFileExtension=module
 incFileExtension=inc
 phtmlFileExtension=phtml
 htmlFileExtension=html
 htmFileExtension=htm
 xmlFileExtension=xml
+tplFileExtension=tpl
+
+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
 #
@@ -50,9 +66,15 @@ 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
 
-UncommentAction.label= &Uncomment@Ctrl+\\
+AddBlockCommentAction.label= Add &Block Comment
+
+RemoveBlockCommentAction.label= Remove Bloc&k Comment
 
 ShiftRightAction.label= Sh&ift Right
 
@@ -78,10 +100,10 @@ FindStringsToExternalizeAction.label= &Find Strings to Externalize...
 
 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
@@ -98,6 +120,23 @@ CreatePHPDocAction.tooltip= Run PHPDoc Wizard
 PHPWorkingSetPage.name= PHP
 
 
+sourceHover= Source
+sourceHoverDescription= Shows the source of the selected element.
+javadocHover= PHPdoc
+javadocHoverDescription= Shows the PHPdoc 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
+##########################################################################
+
+scope.javaEditor.name=PHP Editor
+
 ##########################################################################
 # Action Definitions
 ##########################################################################
@@ -145,6 +184,15 @@ 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
 
@@ -288,4 +336,28 @@ ActionDefinition.implementorsInWorkingSet.description= Search for Implementors o
 
 #---  miscellaenous
 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
-ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
\ No newline at end of file
+ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
+
+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