X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 97666be..d484cf9 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -4,6 +4,11 @@ pluginName=PHPEclipse Tools Core providerName=phpeclipse.de naturePHP.name=PHP Project +phpProblemName=PHP Problem +transientPHPProblemName=Transient PHP Problem +phpTaskName=Java Task + +phpEditorTextHoversName=PHP Editor Text Hovers perspectivePHP.name=PHP perspectiveHTML.name=HTML @@ -25,6 +30,7 @@ propertyPagePHPProject.name=PHP Project Properties # phpEditorName=PHP Editor phpConsoleView=PHP Console +phpBrowserView=PHP Browser phpFileExtension=php php3FileExtension=php3 php4FileExtension=php4 @@ -34,6 +40,16 @@ htmlFileExtension=html htmFileExtension=htm xmlFileExtension=xml tplFileExtension=tpl + +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 #