1) Reintroduced some out commented methods. (Did break some preference settings)
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / plugin.properties
1 #
2 # Copyright (c) 2004 Christopher Lenz and others.
3 # All rights reserved. This program and the accompanying materials 
4 # are made available under the terms of the Common Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/cpl-v10.html
7
8 # Contributors:
9 #     Christopher Lenz - initial english resources
10
11 # $Id: plugin.properties,v 1.5 2007-05-24 03:13:54 pombredanne Exp $
12 #
13
14 pluginName = Web Development Tools UI
15 providerName= PHPEclipse project team
16
17 preferencePageName = PHPeclipse
18 viewCategoryName = PHPeclipse
19
20 perspectivePHP.name=PHP
21 newWizardCategory.name=PHP
22 newWizardPHPProject.name=PHP Project
23 newWizardPHPFile.name=PHP File
24 newWizardHTMLFile.name=HTML file
25
26 OpenActionSet.label=Open Declaration/Include
27 OpenDeclaration=Open Declaration/Include
28 ExportWizards.Obfuscator = Obfuscate PHP Project to File system
29 ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
30
31 compilerPageName=PHP Parser
32 todoPageName=PHP Task Tags
33
34 phpEditorName=PHP Editor
35
36 sourceHover= Source
37 sourceHoverDescription= Shows the source of the selected element.
38 sequentialHover= Combined Hover
39 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.
40 annotationHover= Annotation Description
41 annotationHoverDescription= Shows the description of the selected annotation.
42 problemHover= Problem Description
43 problemHoverDescription= Shows the description of the selected problem.
44
45
46 category.source.name=PHP Source
47 category.source.description= PHP Source Actions
48
49 context.editingPHPSource.name= Editing PHP Source
50 context.editingPHPSource.description= Editing PHP Source Context
51
52
53 javaDocumentFactory=PHP Document Factory
54 javaDocumentSetupParticipant=PHP Document Setup Participant
55
56 templates.contextType.xml=xml
57 templates.contextType.html=html
58 templates.contextType.smarty=smarty
59 templates.contextType.javascript=javascript
60
61
62 compilerOptionsPrefName= PHP Parser
63 todoTaskPrefName= Task Tags
64 templatePageName= Templates
65 spellingPrefName= Spelling
66 codeAssistPageName= Code Assist
67 editorPageName= Editor
68 editorMarkOccurrencesPage= Mark Occurrences