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