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