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