Added "External preview" View (win32 only HTML Browser) to the PHP Perspective.
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
1 #########################################
2 #
3 #########################################
4 pluginName=PHPEclipse Tools Core
5 providerName=EclipseProject.de
6 naturePHP.name=PHP Project
7
8 perspectivePHP.name=PHP
9 perspectiveHTML.name=HTML
10 viewPHPResources.name=PHP Resources
11
12 newWizardCategory.name=PHP
13 newWizardPHPProject.name=PHP Project
14 newWizardPHPFile.name=PHP File
15
16 propertyPagePHPProject.name=PHP Project Properties
17
18 #
19 # Extension point names
20 #
21 phpEditorName=PHP Editor
22 phpConsoleView=PHP Console
23 phpFileExtension=php
24 php3FileExtension=php3
25 php4FileExtension=php4
26 incFileExtension=inc
27 phtmlFileExtension=phtml
28 htmlFileExtension=html
29 htmFileExtension=htm
30 xmlFileExtension=xml
31 #
32 # Action sets
33 #
34
35 AddBookmark.label=Add Boo&kmark
36 AddBookmark.tooltip=Add Bookmark...
37
38 AddTask.label=Add &Task
39 AddTask.tooltip=Add Task...
40 php.menu.label=&Source
41
42 ##########################################################################
43 # Coding Action set
44 ##########################################################################
45 CodingActionSet.label= PHP Coding
46 CodingActionSet.description= Action set containing coding related PHP actions
47
48 ##########################################################################
49 # Source Menu
50 ##########################################################################
51 SourceMenu.label= &Source
52
53 CommentAction.label= Co&mment@Ctrl+/
54
55 UncommentAction.label= &Uncomment@Ctrl+\\
56
57 ##########################################################################
58 # Action Definitions
59 ##########################################################################
60 #--- Edit menu
61 ActionDefinition.contentAssistProposals.name= Content Assist
62 ActionDefinition.contentAssistProposals.description= Content Assist
63
64 #--- Source menu
65 ActionDefinition.comment.name= Comment
66 ActionDefinition.comment.description= Turn the selected lines into PHP comments
67
68 ActionDefinition.uncomment.name= Uncomment
69 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines