fixed accelerator problem; slightly improved 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 viewPHPResources.name=PHP Resources
10
11 newWizardCategory.name=PHP
12 newWizardPHPProject.name=PHP Project
13 newWizardPHPFile.name=PHP File
14
15 propertyPagePHPProject.name=PHP Project Properties
16
17 #
18 # Extension point names
19 #
20 phpEditorName=PHP Editor
21 phpConsoleView=PHP Console
22 phpFileExtension=php
23 php3FileExtension=php3
24 php4FileExtension=php4
25 incFileExtension=inc
26 phtmlFileExtension=phtml
27 htmlFileExtension=html
28 htmFileExtension=htm
29 xmlFileExtension=xml
30 #
31 # Action sets
32 #
33
34 AddBookmark.label=Add Boo&kmark
35 AddBookmark.tooltip=Add Bookmark...
36
37 AddTask.label=Add &Task
38 AddTask.tooltip=Add Task...
39 php.menu.label=&Source
40
41 ##########################################################################
42 # Coding Action set
43 ##########################################################################
44 CodingActionSet.label= PHP Coding
45 CodingActionSet.description= Action set containing coding related PHP actions
46
47 ##########################################################################
48 # Source Menu
49 ##########################################################################
50 SourceMenu.label= &Source
51
52 CommentAction.label= Co&mment@Ctrl+/
53
54 UncommentAction.label= &Uncomment@Ctrl+\\
55
56 ##########################################################################
57 # Action Definitions
58 ##########################################################################
59 #--- Edit menu
60 ActionDefinition.contentAssistProposals.name= Content Assist
61 ActionDefinition.contentAssistProposals.description= Content Assist
62
63 #--- Source menu
64 ActionDefinition.comment.name= Comment
65 ActionDefinition.comment.description= Turn the selected lines into PHP comments
66
67 ActionDefinition.uncomment.name= Uncomment
68 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines