misc changes
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
index 6154c8e..16b1068 100644 (file)
@@ -4,6 +4,12 @@
 pluginName=PHPEclipse Tools Core
 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
 #
@@ -78,10 +101,10 @@ FindStringsToExternalizeAction.label= &Find Strings to Externalize...
 
 ExternalizeStringsAction.label= &Externalize Strings...
 
-ConvertLineDelimitersActions.label= Co&nvert Line Delimiters
-ConvertLineDelimitersToWindowsAction.label= To &Windows
-ConvertLineDelimitersToUNIXAction.label= To &UNIX
-ConvertLineDelimitersToMacAction.label= To &Mac
+ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
+ConvertLineDelimitersToWindowsAction.label= &Windows
+ConvertLineDelimitersToUNIXAction.label= &UNIX
+ConvertLineDelimitersToMacAction.label= &Mac
 
 ##########################################################################
 # Javadoc Support
@@ -324,4 +347,6 @@ PreferencePage.externalToolsPreferences = PHP Launchers
 PreferencePage.antConsolePreferences = Console
 PreferencePage.antRuntimePreferences = Runtime
 
-Program.externalTools = PHP Program
\ No newline at end of file
+Program.externalTools = PHP Program
+
+OccurrenceAnnotation.label= PHP Marker Occurrences
\ No newline at end of file