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