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