Delete association of htmledit.gif for the PHPUnitEditor
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
index 16b1068..97a008a 100644 (file)
@@ -4,11 +4,13 @@
 pluginName=PHPEclipse Tools Core
 providerName=phpeclipse.de
 naturePHP.name=PHP Project
+elementFiltersName=PHPElement Filters
 phpProblemName=PHP Problem
 transientPHPProblemName=Transient PHP Problem
-phpTaskName=Java Task
-viewCategoryName=PHP
+phpTaskName=PHP Task
+phpSourceName=PHP Source File
 
+viewCategoryName = PHPeclipse Web Development
 phpEditorTextHoversName=PHP Editor Text Hovers
 
 perspectivePHP.name=PHP
@@ -18,23 +20,37 @@ viewPHPResources.name=PHP Resources
 newWizardCategory.name=PHP
 newWizardPHPProject.name=PHP Project
 newWizardPHPFile.name=PHP File
+newWizardHTMLFile.name=HTML file
 NewPHPClass.label= Class
 NewPHPClass.description=Create a PHP class
 
+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
 
 propertyPagePHPProject.name=PHP Project Properties
 
+compilerPageName=PHP Parser
+todoPageName=PHP Task Tags
+
+compilerOptionsPrefName= PHP Parser
+todoTaskPrefName= Task Tags
+templatePageName= Templates
+spellingPrefName= Spelling
+codeAssistPageName= Code Assist
+
 #
 # Extension point names
 #
 phpEditorName=PHP Editor
 phpConsoleView=PHP Console
-phpBrowserView=PHP Browser
 phpFileExtension=php
 php3FileExtension=php3
 php4FileExtension=php4
+php5FileExtension=php5
+moduleFileExtension=module
 incFileExtension=inc
 phtmlFileExtension=phtml
 htmlFileExtension=html
@@ -42,6 +58,9 @@ htmFileExtension=htm
 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
@@ -73,9 +92,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
+
+AddBlockCommentAction.label= Add &Block Comment
 
-UncommentAction.label= &Uncomment@Ctrl+\\
+RemoveBlockCommentAction.label= Remove Bloc&k Comment
 
 ShiftRightAction.label= Sh&ift Right
 
@@ -121,6 +146,29 @@ 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
+##########################################################################
+
+category.source.name=Source
+category.source.description= PHP Source Actions
+
+context.editingPHPSource.name= Editing PHP Source
+context.editingPHPSource.description= Editing PHP Source Context
+
+scope.javaEditor.name=PHP Editor
+
 ##########################################################################
 # Action Definitions
 ##########################################################################
@@ -168,6 +216,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
 
@@ -349,4 +406,20 @@ PreferencePage.antRuntimePreferences = Runtime
 
 Program.externalTools = PHP Program
 
-OccurrenceAnnotation.label= PHP Marker Occurrences
\ No newline at end of file
+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
\ No newline at end of file