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