Adding new code for feature save on unfocus. This is from ticket #542. It also adds...
[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 viewCategoryName = PHPeclipse
14 phpEditorTextHoversName=PHP Editor Text Hovers
15
16 perspectivePHP.name=PHP
17 perspectiveHTML.name=HTML
18 viewPHPResources.name=PHP Resources
19
20 newWizardCategory.name=PHP
21 newWizardPHPProject.name=PHP Project
22 newWizardPHPFile.name=PHP File
23 newWizardHTMLFile.name=HTML file
24 NewPHPClass.label= Class
25 NewPHPClass.description=Create a PHP class
26
27 OpenActionSet.label=Open Declaration/Include
28 OpenActionSet.description=Open a PHP Declaration or Include
29 OpenDeclaration=Open Declaration/Include
30 ExportWizards.Obfuscator = Obfuscate PHP Project to File system
31 ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
32
33 propertyPagePHPProject.name=PHP Project Properties
34
35 compilerPageName=PHP Parser
36 todoPageName=PHP Task Tags
37
38 compilerOptionsPrefName= PHP Parser
39 todoTaskPrefName= Task Tags
40 templatePageName= Templates
41 spellingPrefName= Spelling
42 codeAssistPageName= Code Assist
43 editorPageName= Editor
44 editorMarkOccurrencesPage= Mark Occurrences
45
46 #
47 # Extension point names
48 #
49 phpEditorName=PHP Editor
50 phpConsoleView=PHP Console
51 phpFileExtension=php
52 php3FileExtension=php3
53 php4FileExtension=php4
54 php5FileExtension=php5
55 moduleFileExtension=module
56 incFileExtension=inc
57 phtmlFileExtension=phtml
58 htmlFileExtension=html
59 htmFileExtension=htm
60 xmlFileExtension=xml
61 tplFileExtension=tpl
62
63 javaDocumentFactory=PHP Document Factory
64 javaDocumentSetupParticipant=PHP Document Setup Participant
65
66 sourceHover= Source
67 sourceHoverDescription= Shows the source of the selected element.
68 javadocHover= PHPdoc
69 javadocHoverDescription= Shows the PHPdoc of the selected element.
70 sequentialHover= Best Match
71 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
72 annotationHover= Annotation
73 annotationHoverDescription= Shows the text of the selected annotation.
74
75 #
76 # Action sets
77 #
78
79 AddBookmark.label=Add Boo&kmark
80 AddBookmark.tooltip=Add Bookmark...
81
82 AddTask.label=Add &Task
83 AddTask.tooltip=Add Task...
84 php.menu.label=&Source
85
86 ##########################################################################
87 # Coding Action set
88 ##########################################################################
89 CodingActionSet.label= PHP Coding
90 CodingActionSet.description= Action set containing coding related PHP actions
91
92 ##########################################################################
93 # Source Menu
94 ##########################################################################
95 SourceMenu.label= &Source
96
97 CommentAction.label= Co&mment
98
99 UncommentAction.label= &Uncomment
100
101 ToggleCommentAction.label= Togg&le Comment
102
103 AddBlockCommentAction.label= Add &Block Comment
104
105 RemoveBlockCommentAction.label= Remove Bloc&k Comment
106
107 ShiftRightAction.label= Sh&ift Right
108
109 ShiftLeftAction.label= S&hift Left
110
111 FormatAction.label= F&ormat@Ctrl+Shift+F
112
113 AddImportAction.label= A&dd Import@Ctrl+Shift+M
114
115 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
116
117 SurroundWithTryCatchAction.label= Surround with &try/catch block
118
119 OverrideMethodsAction.label= O&verride/Implement Methods...
120
121 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
122
123 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
124
125 AddJavaDocCommentAction.label= Add &PHPdoc Comment
126
127 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
128
129 ExternalizeStringsAction.label= &Externalize Strings...
130
131 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
132 ConvertLineDelimitersToWindowsAction.label= &Windows
133 ConvertLineDelimitersToUNIXAction.label= &UNIX
134 ConvertLineDelimitersToMacAction.label= &Mac
135
136 ##########################################################################
137 # Javadoc Support
138 ##########################################################################
139 PHPDocWizard.name= PHPDoc
140 PHPDocWizard.description=Generate PHPDoc
141 PHPDoc.preferencePageName= PHPDoc
142 CreatePHPDocAction.label= Run PHPDoc &Wizard...
143 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
144
145 ##########################################################################
146 # PHP Working Set Support
147 ##########################################################################
148 PHPWorkingSetPage.name= PHP
149
150
151 sourceHover= Source
152 sourceHoverDescription= Shows the source of the selected element.
153 javadocHover= PHPdoc
154 javadocHoverDescription= Shows the PHPdoc of the selected element.
155 sequentialHover= Combined Hover
156 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.
157 annotationHover= Annotation Description
158 annotationHoverDescription= Shows the description of the selected annotation.
159 problemHover= Problem Description
160 problemHoverDescription= Shows the description of the selected problem.
161
162 ##########################################################################
163 # Action Definitions
164 ##########################################################################
165
166 category.source.name=PHP Source
167 category.source.description= PHP Source Actions
168
169 context.editingPHPSource.name= Editing PHP Source
170 context.editingPHPSource.description= Editing PHP Source Context
171
172 scope.javaEditor.name=PHP Editor
173
174 ##########################################################################
175 # Action Definitions
176 ##########################################################################
177 #--- Edit menu
178 ActionDefinition.show.outline.name= Show Outline
179 ActionDefinition.show.outline.description= Open the outline for the editor input
180
181 ActionDefinition.open.structure.name= Open Structure
182 ActionDefinition.open.structure.description= Show the structure of the selected element
183
184 ActionDefinition.gotoNextMember.name= Go to Next Member
185 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
186
187 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
188 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
189
190 ActionDefinition.selectEnclosing.name= Select Enclosing Element
191 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
192
193 ActionDefinition.selectNext.name= Select Next Element
194 ActionDefinition.selectNext.description= Expand selection to include next sibling
195
196 ActionDefinition.selectPrevious.name= Select Previous Element
197 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
198
199 ActionDefinition.selectLast.name= Restore Last Selection
200 ActionDefinition.selectLast.description= Restore last selection
201
202 ActionDefinition.contentAssistProposals.name= Content Assist
203 ActionDefinition.contentAssistProposals.description= Content Assist
204
205 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
206 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
207
208 ActionDefinition.correctionAssistProposals.name= Quick Fix
209 ActionDefinition.correctionAssistProposals.description= Quick Fix
210
211 ActionDefinition.showJavadoc.name= Show Tooltip Description
212 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
213
214 #--- Source menu
215 ActionDefinition.comment.name= Comment
216 ActionDefinition.comment.description= Turn the selected lines into PHP comments
217
218 ActionDefinition.uncomment.name= Uncomment
219 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
220
221 ActionDefinition.toggleComment.name= Toggle Comment
222 ActionDefinition.toggleComment.description= Toggle comment the selected lines
223
224 ActionDefinition.addBlockComment.name= Add Block Comment
225 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
226
227 ActionDefinition.removeBlockComment.name= Remove Block Comment
228 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
229
230 ActionDefinition.format.name= Format
231 ActionDefinition.format.description= Format the selected text
232
233 ActionDefinition.addImport.name= Add Import
234 ActionDefinition.addImport.description= Create import statement on selection
235
236 ActionDefinition.organizeImports.name= Organize Imports
237 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
238
239 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
240 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
241
242 ActionDefinition.overrideMethods.name= Override/Implement Methods
243 ActionDefinition.overrideMethods.description= Override or implement methods from super types
244
245 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
246 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
247
248 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
249 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
250
251 ActionDefinition.externalizeStrings.name= Externalize Strings
252 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
253
254 ActionDefinition.nextProblem.name= Go to Next Problem
255 ActionDefinition.nextProblem.description= Go to next problem
256
257 ActionDefinition.previousProblem.name= Go to Previous Problem
258 ActionDefinition.previousProblem.description= Go to previous problem
259
260 #--- Refactor menu
261 ActionDefinition.refactorRedo.name= Redo
262 ActionDefinition.refactorRedo.description= Redo the last refactoring
263
264 ActionDefinition.refactorUndo.name= Undo
265 ActionDefinition.refactorUndo.description= Undo the last refactoring
266
267 ActionDefinition.pullUp.name= Pull Up
268 ActionDefinition.pullUp.description= Move members to a superclass
269
270 ActionDefinition.renameElement.name= Rename
271 ActionDefinition.renameElement.description= Rename the selected element
272
273 ActionDefinition.modifyMethodParameters.name= Change Method Signature
274 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
275
276 ActionDefinition.moveElement.name= Move
277 ActionDefinition.moveElement.description= Move the selected element to a new location
278
279 ActionDefinition.extractLocalVariable.name= Extract Local Variable
280 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
281
282 ActionDefinition.extractConstant.name= Extract Constant
283 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
284
285 ActionDefinition.inline.name= Inline
286 ActionDefinition.inline.description= Inline a constant, local variable or method
287
288 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
289 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
290
291 ActionDefinition.extractMethod.name= Extract Method
292 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
293
294 ActionDefinition.extractInterface.name= Extract Interface
295 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
296
297 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
298 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
299
300 ActionDefinition.useSupertype.name= Use Supertype Where Possible
301 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
302
303 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
304 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
305
306 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
307 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
308
309 #--- Navigate menu
310 ActionDefinition.openEditor.name= Open
311 ActionDefinition.openEditor.description= Open an editor on the selected element
312
313 ActionDefinition.openSuperImplementation.name= Open Super Implementation
314 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
315
316 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
317 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
318
319 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
320 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
321
322 ActionDefinition.showInPackageView.name= Show in Package Explorer
323 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
324
325 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
326 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
327
328 #--- Search menu
329 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
330 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
331
332 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
333 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
334
335 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
336 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
337
338 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
339 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
340
341 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
342 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
343
344 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
345 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
346
347 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
348 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
349
350 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
351 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
352
353 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
354 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
355
356 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
357 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
358
359 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
360 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
361
362 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
363 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
364
365 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
366 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
367
368 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
369 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
370
371 #---  miscellaenous
372 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
373 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
374
375 ActionDefinition.indent.name=Correct Indentation
376 ActionDefinition.indent.description=Correct Indentation
377
378 ActionDefinition.gotoMatchingBracket.name=Matching Bracket
379 ActionDefinition.gotoMatchingBracket.description=Goto Matching Bracket
380
381 OccurrenceAnnotation.label= PHP Marker Occurrences
382
383 phpEditorFontDefiniton.label= PHP Editor Text Font
384 phpEditorFontDefintion.description= The PHP editor text font is used by PHP editors.
385 #--- filter
386 HideImportDeclaration.label= Import declarations
387 HideImportDeclaration.description= Hides all import declarations
388
389 #--- templates
390 templates.php.contextType.name= php
391 templates.phpdoc.contextType.name= phpdoc
392 templates.html.contextType.name= html
393
394 #--- folding
395 foldingStructureProvidersExtensionPoint= Folding Structure Providers
396 defaultFoldingStructureProviderName= Default PHP Folding
397 Folding.label= F&olding