1 #########################################
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
11 phpSourceName=PHP Source File
13 viewCategoryName = PHPeclipse
14 phpEditorTextHoversName=PHP Editor Text Hovers
16 perspectivePHP.name=PHP
17 perspectiveHTML.name=HTML
18 viewPHPResources.name=PHP Resources
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
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
33 propertyPagePHPProject.name=PHP Project Properties
35 compilerPageName=PHP Parser
36 todoPageName=PHP Task Tags
38 compilerOptionsPrefName= PHP Parser
39 todoTaskPrefName= Task Tags
40 templatePageName= Templates
41 spellingPrefName= Spelling
42 codeAssistPageName= Code Assist
43 editorMarkOccurrencesPage= Mark Occurrences
46 # Extension point names
48 phpEditorName=PHP Editor
49 phpConsoleView=PHP Console
51 php3FileExtension=php3
52 php4FileExtension=php4
53 php5FileExtension=php5
54 moduleFileExtension=module
56 phtmlFileExtension=phtml
57 htmlFileExtension=html
62 javaDocumentFactory=PHP Document Factory
63 javaDocumentSetupParticipant=PHP Document Setup Participant
66 sourceHoverDescription= Shows the source of the selected element.
68 javadocHoverDescription= Shows the PHPdoc of the selected element.
69 sequentialHover= Best Match
70 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
71 annotationHover= Annotation
72 annotationHoverDescription= Shows the text of the selected annotation.
78 AddBookmark.label=Add Boo&kmark
79 AddBookmark.tooltip=Add Bookmark...
81 AddTask.label=Add &Task
82 AddTask.tooltip=Add Task...
83 php.menu.label=&Source
85 ##########################################################################
87 ##########################################################################
88 CodingActionSet.label= PHP Coding
89 CodingActionSet.description= Action set containing coding related PHP actions
91 ##########################################################################
93 ##########################################################################
94 SourceMenu.label= &Source
96 CommentAction.label= Co&mment
98 UncommentAction.label= &Uncomment
100 ToggleCommentAction.label= Togg&le Comment
102 AddBlockCommentAction.label= Add &Block Comment
104 RemoveBlockCommentAction.label= Remove Bloc&k Comment
106 ShiftRightAction.label= Sh&ift Right
108 ShiftLeftAction.label= S&hift Left
110 FormatAction.label= F&ormat@Ctrl+Shift+F
112 AddImportAction.label= A&dd Import@Ctrl+Shift+M
114 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
116 SurroundWithTryCatchAction.label= Surround with &try/catch block
118 OverrideMethodsAction.label= O&verride/Implement Methods...
120 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
122 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
124 AddJavaDocCommentAction.label= Add &PHPdoc Comment
126 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
128 ExternalizeStringsAction.label= &Externalize Strings...
130 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
131 ConvertLineDelimitersToWindowsAction.label= &Windows
132 ConvertLineDelimitersToUNIXAction.label= &UNIX
133 ConvertLineDelimitersToMacAction.label= &Mac
135 ##########################################################################
137 ##########################################################################
138 PHPDocWizard.name= PHPDoc
139 PHPDocWizard.description=Generate PHPDoc
140 PHPDoc.preferencePageName= PHPDoc
141 CreatePHPDocAction.label= Run PHPDoc &Wizard...
142 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
144 ##########################################################################
145 # PHP Working Set Support
146 ##########################################################################
147 PHPWorkingSetPage.name= PHP
151 sourceHoverDescription= Shows the source of the selected element.
153 javadocHoverDescription= Shows the PHPdoc of the selected element.
154 sequentialHover= Combined Hover
155 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.
156 annotationHover= Annotation Description
157 annotationHoverDescription= Shows the description of the selected annotation.
158 problemHover= Problem Description
159 problemHoverDescription= Shows the description of the selected problem.
161 ##########################################################################
163 ##########################################################################
165 category.source.name=PHP Source
166 category.source.description= PHP Source Actions
168 context.editingPHPSource.name= Editing PHP Source
169 context.editingPHPSource.description= Editing PHP Source Context
171 scope.javaEditor.name=PHP Editor
173 ##########################################################################
175 ##########################################################################
177 ActionDefinition.show.outline.name= Show Outline
178 ActionDefinition.show.outline.description= Open the outline for the editor input
180 ActionDefinition.open.structure.name= Open Structure
181 ActionDefinition.open.structure.description= Show the structure of the selected element
183 ActionDefinition.gotoNextMember.name= Go to Next Member
184 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
186 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
187 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
189 ActionDefinition.selectEnclosing.name= Select Enclosing Element
190 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
192 ActionDefinition.selectNext.name= Select Next Element
193 ActionDefinition.selectNext.description= Expand selection to include next sibling
195 ActionDefinition.selectPrevious.name= Select Previous Element
196 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
198 ActionDefinition.selectLast.name= Restore Last Selection
199 ActionDefinition.selectLast.description= Restore last selection
201 ActionDefinition.contentAssistProposals.name= Content Assist
202 ActionDefinition.contentAssistProposals.description= Content Assist
204 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
205 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
207 ActionDefinition.correctionAssistProposals.name= Quick Fix
208 ActionDefinition.correctionAssistProposals.description= Quick Fix
210 ActionDefinition.showJavadoc.name= Show Tooltip Description
211 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
214 ActionDefinition.comment.name= Comment
215 ActionDefinition.comment.description= Turn the selected lines into PHP comments
217 ActionDefinition.uncomment.name= Uncomment
218 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
220 ActionDefinition.toggleComment.name= Toggle Comment
221 ActionDefinition.toggleComment.description= Toggle comment the selected lines
223 ActionDefinition.addBlockComment.name= Add Block Comment
224 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
226 ActionDefinition.removeBlockComment.name= Remove Block Comment
227 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
229 ActionDefinition.format.name= Format
230 ActionDefinition.format.description= Format the selected text
232 ActionDefinition.addImport.name= Add Import
233 ActionDefinition.addImport.description= Create import statement on selection
235 ActionDefinition.organizeImports.name= Organize Imports
236 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
238 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
239 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
241 ActionDefinition.overrideMethods.name= Override/Implement Methods
242 ActionDefinition.overrideMethods.description= Override or implement methods from super types
244 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
245 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
247 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
248 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
250 ActionDefinition.externalizeStrings.name= Externalize Strings
251 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
253 ActionDefinition.nextProblem.name= Go to Next Problem
254 ActionDefinition.nextProblem.description= Go to next problem
256 ActionDefinition.previousProblem.name= Go to Previous Problem
257 ActionDefinition.previousProblem.description= Go to previous problem
260 ActionDefinition.refactorRedo.name= Redo
261 ActionDefinition.refactorRedo.description= Redo the last refactoring
263 ActionDefinition.refactorUndo.name= Undo
264 ActionDefinition.refactorUndo.description= Undo the last refactoring
266 ActionDefinition.pullUp.name= Pull Up
267 ActionDefinition.pullUp.description= Move members to a superclass
269 ActionDefinition.renameElement.name= Rename
270 ActionDefinition.renameElement.description= Rename the selected element
272 ActionDefinition.modifyMethodParameters.name= Change Method Signature
273 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
275 ActionDefinition.moveElement.name= Move
276 ActionDefinition.moveElement.description= Move the selected element to a new location
278 ActionDefinition.extractLocalVariable.name= Extract Local Variable
279 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
281 ActionDefinition.extractConstant.name= Extract Constant
282 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
284 ActionDefinition.inline.name= Inline
285 ActionDefinition.inline.description= Inline a constant, local variable or method
287 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
288 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
290 ActionDefinition.extractMethod.name= Extract Method
291 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
293 ActionDefinition.extractInterface.name= Extract Interface
294 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
296 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
297 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
299 ActionDefinition.useSupertype.name= Use Supertype Where Possible
300 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
302 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
303 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
305 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
306 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
309 ActionDefinition.openEditor.name= Open
310 ActionDefinition.openEditor.description= Open an editor on the selected element
312 ActionDefinition.openSuperImplementation.name= Open Super Implementation
313 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
315 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
316 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
318 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
319 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
321 ActionDefinition.showInPackageView.name= Show in Package Explorer
322 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
324 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
325 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
328 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
329 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
331 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
332 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
334 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
335 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
337 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
338 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
340 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
341 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
343 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
344 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
346 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
347 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
349 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
350 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
352 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
353 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
355 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
356 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
358 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
359 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
361 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
362 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
364 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
365 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
367 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
368 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
371 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
372 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
374 ActionDefinition.indent.name=Correct Indentation
375 ActionDefinition.indent.description=Correct Indentation
377 ActionDefinition.gotoMatchingBracket.name=Matching Bracket
378 ActionDefinition.gotoMatchingBracket.description=Goto Matching Bracket
380 OccurrenceAnnotation.label= PHP Marker Occurrences
382 phpEditorFontDefiniton.label= PHP Editor Text Font
383 phpEditorFontDefintion.description= The PHP editor text font is used by PHP editors.
385 HideImportDeclaration.label= Import declarations
386 HideImportDeclaration.description= Hides all import declarations
389 templates.php.contextType.name= php
390 templates.phpdoc.contextType.name= phpdoc
391 templates.html.contextType.name= html
394 foldingStructureProvidersExtensionPoint= Folding Structure Providers
395 defaultFoldingStructureProviderName= Default PHP Folding
396 Folding.label= F&olding