X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 7cddd75..97a008a 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -4,9 +4,11 @@ pluginName=PHPEclipse Tools Core providerName=phpeclipse.de naturePHP.name=PHP Project +elementFiltersName=PHPElement Filters phpProblemName=PHP Problem transientPHPProblemName=Transient PHP Problem phpTaskName=PHP Task +phpSourceName=PHP Source File viewCategoryName = PHPeclipse Web Development phpEditorTextHoversName=PHP Editor Text Hovers @@ -22,6 +24,9 @@ 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 @@ -143,8 +148,8 @@ PHPWorkingSetPage.name= PHP sourceHover= Source sourceHoverDescription= Shows the source of the selected element. -javadocHover= Javadoc -javadocHoverDescription= Shows the Javadoc 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 @@ -162,7 +167,7 @@ category.source.description= PHP Source Actions context.editingPHPSource.name= Editing PHP Source context.editingPHPSource.description= Editing PHP Source Context -scope.javaEditor.name=Java Editor +scope.javaEditor.name=PHP Editor ########################################################################## # Action Definitions @@ -403,8 +408,11 @@ 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. +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