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