Some serious cleanup on manifests, plugin.xml, build.properties and plugin.properties...
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
1 #########################################
2 #
3 #########################################
4 pluginName=PHPEclipse Tools Core
5 providerName=PHPEclipse project team
6 naturePHP.name=PHP Project
7 elementFiltersName=PHPElement Filters
8 phpProblemName=PHP Problem
9 transientPHPProblemName=Transient PHP Problem
10 phpTaskName=PHP Task
11 phpSourceName=PHP Source File
12
13 phpEditorTextHoversName=PHP Editor Text Hovers
14
15 perspectivePHP.name=PHP
16
17 newWizardCategory.name=PHP
18 newWizardPHPProject.name=PHP Project
19 newWizardPHPFile.name=PHP File
20 newWizardHTMLFile.name=HTML file
21
22 OpenActionSet.label=Open Declaration/Include
23 OpenActionSet.description=Open a PHP Declaration or Include
24 OpenDeclaration=Open Declaration/Include
25 ExportWizards.Obfuscator = Obfuscate PHP Project to File system
26 ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
27
28
29 compilerPageName=PHP Parser
30 todoPageName=PHP Task Tags
31
32 compilerOptionsPrefName= PHP Parser
33 todoTaskPrefName= Task Tags
34 templatePageName= Templates
35 spellingPrefName= Spelling
36 codeAssistPageName= Code Assist
37 editorMarkOccurrencesPage= Mark Occurrences
38
39 #
40 # Extension point names
41 #
42 phpEditorName=PHP Editor
43
44 javaDocumentFactory=PHP Document Factory
45 javaDocumentSetupParticipant=PHP Document Setup Participant
46
47 sourceHover= Source
48 sourceHoverDescription= Shows the source of the selected element.
49 javadocHover= PHPdoc
50 javadocHoverDescription= Shows the PHPdoc of the selected element.
51 sequentialHover= Best Match
52 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
53 annotationHover= Annotation
54 annotationHoverDescription= Shows the text of the selected annotation.
55
56 #
57 # Action sets
58 #
59
60 AddBookmark.label=Add Boo&kmark
61 AddBookmark.tooltip=Add Bookmark...
62
63 AddTask.label=Add &Task
64 AddTask.tooltip=Add Task...
65
66 ##########################################################################
67 # Coding Action set
68 ##########################################################################
69 CodingActionSet.label= PHP Coding
70 CodingActionSet.description= Action set containing coding related PHP actions
71
72 ##########################################################################
73 # Source Menu
74 ##########################################################################
75 SourceMenu.label= &Source
76
77 CommentAction.label= Co&mment
78
79 UncommentAction.label= &Uncomment
80
81 ToggleCommentAction.label= Togg&le Comment
82
83 AddBlockCommentAction.label= Add &Block Comment
84
85 RemoveBlockCommentAction.label= Remove Bloc&k Comment
86
87 ShiftRightAction.label= Sh&ift Right
88
89 ShiftLeftAction.label= S&hift Left
90
91 FormatAction.label= F&ormat@Ctrl+Shift+F
92
93
94
95
96
97
98
99
100
101
102
103 ##########################################################################
104 # Javadoc Support
105 ##########################################################################
106
107 ##########################################################################
108 # PHP Working Set Support
109 ##########################################################################
110
111
112 sourceHover= Source
113 sourceHoverDescription= Shows the source of the selected element.
114 sequentialHover= Combined Hover
115 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.
116 annotationHover= Annotation Description
117 annotationHoverDescription= Shows the description of the selected annotation.
118 problemHover= Problem Description
119 problemHoverDescription= Shows the description of the selected problem.
120
121 ##########################################################################
122 # Action Definitions
123 ##########################################################################
124
125 category.source.name=PHP Source
126 category.source.description= PHP Source Actions
127
128 context.editingPHPSource.name= Editing PHP Source
129 context.editingPHPSource.description= Editing PHP Source Context
130
131
132 ##########################################################################
133 # Action Definitions
134 ##########################################################################
135 #--- Edit menu
136
137
138 ActionDefinition.gotoNextMember.name= Go to Next Member
139 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
140
141 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
142 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
143
144
145
146
147
148
149
150
151
152 #--- Source menu
153 ActionDefinition.comment.name= Comment
154 ActionDefinition.comment.description= Turn the selected lines into PHP comments
155
156 ActionDefinition.uncomment.name= Uncomment
157 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
158
159 ActionDefinition.toggleComment.name= Toggle Comment
160 ActionDefinition.toggleComment.description= Toggle comment the selected lines
161
162 ActionDefinition.addBlockComment.name= Add Block Comment
163 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
164
165 ActionDefinition.removeBlockComment.name= Remove Block Comment
166 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
167
168 ActionDefinition.format.name= Format
169 ActionDefinition.format.description= Format the selected text
170
171
172
173
174
175
176
177
178
179
180 #--- Refactor menu
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197 #--- Navigate menu
198
199
200
201
202
203
204 #--- Search menu
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219 #---  miscellaenous
220
221 ActionDefinition.indent.name=Correct Indentation
222 ActionDefinition.indent.description=Correct Indentation
223
224 ActionDefinition.gotoMatchingBracket.name=Matching Bracket
225 ActionDefinition.gotoMatchingBracket.description=Goto Matching Bracket
226
227 OccurrenceAnnotation.label= PHP Marker Occurrences
228
229 phpEditorFontDefiniton.label= PHP Editor Text Font
230 phpEditorFontDefintion.description= The PHP editor text font is used by PHP editors.
231 #--- filter
232 HideImportDeclaration.label= Import declarations
233 HideImportDeclaration.description= Hides all import declarations
234
235 #--- templates
236 templates.php.contextType.name= php
237 templates.phpdoc.contextType.name= phpdoc
238 templates.html.contextType.name= html
239
240 #--- folding
241 foldingStructureProvidersExtensionPoint= Folding Structure Providers
242 defaultFoldingStructureProviderName= Default PHP Folding
243 Folding.label= F&olding