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