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