1) Reintroduced some out commented methods. (Did break some preference settings)
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / plugin.properties
index 550ff12..d7b7c12 100644 (file)
@@ -8,17 +8,61 @@
 # Contributors:
 #     Christopher Lenz - initial english resources
 # 
-# $Id: plugin.properties,v 1.1 2004-09-02 18:26:30 jsurfer Exp $
+# $Id: plugin.properties,v 1.5 2007-05-24 03:13:54 pombredanne Exp $
 #
 
 pluginName = Web Development Tools UI
-providerName= WDTE Project
+providerName= PHPEclipse project team
 
-preferencePageName = PHPeclipse Web Development
+preferencePageName = PHPeclipse
+viewCategoryName = PHPeclipse
 
-viewCategoryName = PHPeclipse Web Development
-previewViewName = Browser Preview
+perspectivePHP.name=PHP
+newWizardCategory.name=PHP
+newWizardPHPProject.name=PHP Project
+newWizardPHPFile.name=PHP File
+newWizardHTMLFile.name=HTML file
+
+OpenActionSet.label=Open Declaration/Include
+OpenDeclaration=Open Declaration/Include
+ExportWizards.Obfuscator = Obfuscate PHP Project to File system
+ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
+
+compilerPageName=PHP Parser
+todoPageName=PHP Task Tags
+
+phpEditorName=PHP Editor
+
+sourceHover= Source
+sourceHoverDescription= Shows the source 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.
+
+
+category.source.name=PHP Source
+category.source.description= PHP Source Actions
+
+context.editingPHPSource.name= Editing PHP Source
+context.editingPHPSource.description= Editing PHP Source Context
+
+
+javaDocumentFactory=PHP Document Factory
+javaDocumentSetupParticipant=PHP Document Setup Participant
 
 templates.contextType.xml=xml
 templates.contextType.html=html
-templates.contextType.javascript=javascript
\ No newline at end of file
+templates.contextType.smarty=smarty
+templates.contextType.javascript=javascript
+
+
+compilerOptionsPrefName= PHP Parser
+todoTaskPrefName= Task Tags
+templatePageName= Templates
+spellingPrefName= Spelling
+codeAssistPageName= Code Assist
+editorPageName= Editor
+editorMarkOccurrencesPage= Mark Occurrences