Goto line/Goto Matching Bracket Shortcuts should work
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
index 3e89981..98bbc47 100644 (file)
@@ -26,8 +26,10 @@ ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file
 
 propertyPagePHPProject.name=PHP Project Properties
 
+compilerPageName=PHP Parser
 todoPageName=PHP Task Tags
 
+compilerOptionsPrefName=PHP Parser
 todoTaskPrefName=Task Tags
 templatePageName=Templates
 
@@ -47,6 +49,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
@@ -78,12 +83,16 @@ CodingActionSet.description= Action set containing coding related PHP actions
 ##########################################################################
 SourceMenu.label= &Source
 
-CommentAction.label= Co&mment@Ctrl+/
+CommentAction.label= Co&mment
 
-UncommentAction.label= &Uncomment@Ctrl+\\
+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
@@ -128,6 +137,29 @@ CreatePHPDocAction.tooltip= Run PHPDoc Wizard
 PHPWorkingSetPage.name= PHP
 
 
+sourceHover= Source
+sourceHoverDescription= Shows the source of the selected element.
+javadocHover= Javadoc
+javadocHoverDescription= Shows the Javadoc 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=Java Editor
+
 ##########################################################################
 # Action Definitions
 ##########################################################################
@@ -182,7 +214,7 @@ 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 around the selection
+ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
 
 ActionDefinition.format.name= Format
 ActionDefinition.format.description= Format the selected text
@@ -367,6 +399,10 @@ Program.externalTools = PHP Program
 
 OccurrenceAnnotation.label= PHP Marker Occurrences
 
-
 phpEditorFontDefiniton.label= Java Editor Text Font
 phpEditorFontDefintion.description= The Java editor text font is used by Java editors.
+
+#--- folding
+foldingStructureProvidersExtensionPoint= Folding Structure Providers
+defaultFoldingStructureProviderName= Default PHP Folding
+Folding.label= F&olding
\ No newline at end of file