added old hover behaviour;
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
index 535b7c6..47b698b 100644 (file)
@@ -2,8 +2,14 @@
 #
 #########################################
 pluginName=PHPEclipse Tools Core
-providerName=EclipseProject.de
+providerName=phpeclipse.de
 naturePHP.name=PHP Project
+phpProblemName=PHP Problem
+transientPHPProblemName=Transient PHP Problem
+phpTaskName=Java Task
+viewCategoryName=PHP
+
+phpEditorTextHoversName=PHP Editor Text Hovers
 
 perspectivePHP.name=PHP
 perspectiveHTML.name=HTML
@@ -12,6 +18,11 @@ viewPHPResources.name=PHP Resources
 newWizardCategory.name=PHP
 newWizardPHPProject.name=PHP Project
 newWizardPHPFile.name=PHP File
+NewPHPClass.label= Class
+NewPHPClass.description=Create a PHP class
+
+ExportWizards.Obfuscator = Obfuscate PHP Project to File system
+ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
 
 propertyPagePHPProject.name=PHP Project Properties
 
@@ -20,6 +31,7 @@ propertyPagePHPProject.name=PHP Project Properties
 #
 phpEditorName=PHP Editor
 phpConsoleView=PHP Console
+phpBrowserView=PHP Browser
 phpFileExtension=php
 php3FileExtension=php3
 php4FileExtension=php4
@@ -28,6 +40,17 @@ phtmlFileExtension=phtml
 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
 #
@@ -288,4 +311,40 @@ 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
+
+######################
+### External Tools ###
+######################
+LaunchConfigurationTypePHPApplication.name=PHP Application
+
+ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
+ExtPoint.toolTypes = External Tool Types
+ExtPoint.argumentVariables  = Argument Variables
+ExtPoint.directoryVariables = Directory Variables
+ExtPoint.fileVariables = File Variables
+ExtPoint.refreshVariables = Refresh Scope Variables
+ExternalToolsLaunchGroup.label = &External Tools
+ToolType.programName = Program
+ToolType.programDescription = An external tool that runs an application, a batch file, etc.
+Menu.run = &Run
+ActionSet.externalTools = External Tools
+Action.externalTools = &External Tools
+Action.externalToolsTip = Run Last Tool
+PropertyPage.main = Main
+PropertyPage.option = Options
+PropertyPage.refresh = Refresh Scope
+PropertyPage.antTargets = Targets
+PropertyPage.externalToolsBuilders = PHP Launch Builders
+CategoryView.externalTools = PHP Launchers
+CategoryNewWizard.externalTools = PHP Launchers
+NewWizard.programName = Program
+NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
+Builder.externalTools = Integrated PHP Launcher Builder
+View.externalToolView = PHP Launchers
+View.logConsole = Log Console
+PreferencePage.externalToolsPreferences = PHP Launchers
+PreferencePage.antConsolePreferences = Console
+PreferencePage.antRuntimePreferences = Runtime
+
+Program.externalTools = PHP Program
\ No newline at end of file