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 editorPageName= Editor
44 editorMarkOccurrencesPage= Mark Occurrences
47 # Extension point names
49 phpEditorName=PHP Editor
50 phpConsoleView=PHP Console
52 php3FileExtension=php3
53 php4FileExtension=php4
54 php5FileExtension=php5
55 moduleFileExtension=module
57 phtmlFileExtension=phtml
58 htmlFileExtension=html
63 javaDocumentFactory=PHP Document Factory
64 javaDocumentSetupParticipant=PHP Document Setup Participant
67 sourceHoverDescription= Shows the source of the selected element.
69 javadocHoverDescription= Shows the PHPdoc of the selected element.
70 sequentialHover= Best Match
71 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
72 annotationHover= Annotation
73 annotationHoverDescription= Shows the text of the selected annotation.
79 AddBookmark.label=Add Boo&kmark
80 AddBookmark.tooltip=Add Bookmark...
82 AddTask.label=Add &Task
83 AddTask.tooltip=Add Task...
84 php.menu.label=&Source
86 ##########################################################################
88 ##########################################################################
89 CodingActionSet.label= PHP Coding
90 CodingActionSet.description= Action set containing coding related PHP actions
92 ##########################################################################
94 ##########################################################################
95 SourceMenu.label= &Source
97 CommentAction.label= Co&mment
99 UncommentAction.label= &Uncomment
101 ToggleCommentAction.label= Togg&le Comment
103 AddBlockCommentAction.label= Add &Block Comment
105 RemoveBlockCommentAction.label= Remove Bloc&k Comment
107 ShiftRightAction.label= Sh&ift Right
109 ShiftLeftAction.label= S&hift Left
111 FormatAction.label= F&ormat@Ctrl+Shift+F
113 AddImportAction.label= A&dd Import@Ctrl+Shift+M
115 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
117 SurroundWithTryCatchAction.label= Surround with &try/catch block
119 OverrideMethodsAction.label= O&verride/Implement Methods...
121 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
123 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
125 AddJavaDocCommentAction.label= Add &PHPdoc Comment
127 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
129 ExternalizeStringsAction.label= &Externalize Strings...
131 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
132 ConvertLineDelimitersToWindowsAction.label= &Windows
133 ConvertLineDelimitersToUNIXAction.label= &UNIX
134 ConvertLineDelimitersToMacAction.label= &Mac
136 ##########################################################################
138 ##########################################################################
139 PHPDocWizard.name= PHPDoc
140 PHPDocWizard.description=Generate PHPDoc
141 PHPDoc.preferencePageName= PHPDoc
142 CreatePHPDocAction.label= Run PHPDoc &Wizard...
143 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
145 ##########################################################################
146 # PHP Working Set Support
147 ##########################################################################
148 PHPWorkingSetPage.name= PHP
152 sourceHoverDescription= Shows the source of the selected element.
154 javadocHoverDescription= Shows the PHPdoc of the selected element.
155 sequentialHover= Combined Hover
156 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.
157 annotationHover= Annotation Description
158 annotationHoverDescription= Shows the description of the selected annotation.
159 problemHover= Problem Description
160 problemHoverDescription= Shows the description of the selected problem.
162 ##########################################################################
164 ##########################################################################
166 category.source.name=PHP Source
167 category.source.description= PHP Source Actions
169 context.editingPHPSource.name= Editing PHP Source
170 context.editingPHPSource.description= Editing PHP Source Context
172 scope.javaEditor.name=PHP Editor
174 ##########################################################################
176 ##########################################################################
178 ActionDefinition.show.outline.name= Show Outline
179 ActionDefinition.show.outline.description= Open the outline for the editor input
181 ActionDefinition.open.structure.name= Open Structure
182 ActionDefinition.open.structure.description= Show the structure of the selected element
184 ActionDefinition.gotoNextMember.name= Go to Next Member
185 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
187 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
188 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
190 ActionDefinition.selectEnclosing.name= Select Enclosing Element
191 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
193 ActionDefinition.selectNext.name= Select Next Element
194 ActionDefinition.selectNext.description= Expand selection to include next sibling
196 ActionDefinition.selectPrevious.name= Select Previous Element
197 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
199 ActionDefinition.selectLast.name= Restore Last Selection
200 ActionDefinition.selectLast.description= Restore last selection
202 ActionDefinition.contentAssistProposals.name= Content Assist
203 ActionDefinition.contentAssistProposals.description= Content Assist
205 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
206 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
208 ActionDefinition.correctionAssistProposals.name= Quick Fix
209 ActionDefinition.correctionAssistProposals.description= Quick Fix
211 ActionDefinition.showJavadoc.name= Show Tooltip Description
212 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
215 ActionDefinition.comment.name= Comment
216 ActionDefinition.comment.description= Turn the selected lines into PHP comments
218 ActionDefinition.uncomment.name= Uncomment
219 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
221 ActionDefinition.toggleComment.name= Toggle Comment
222 ActionDefinition.toggleComment.description= Toggle comment the selected lines
224 ActionDefinition.addBlockComment.name= Add Block Comment
225 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
227 ActionDefinition.removeBlockComment.name= Remove Block Comment
228 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
230 ActionDefinition.format.name= Format
231 ActionDefinition.format.description= Format the selected text
233 ActionDefinition.addImport.name= Add Import
234 ActionDefinition.addImport.description= Create import statement on selection
236 ActionDefinition.organizeImports.name= Organize Imports
237 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
239 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
240 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
242 ActionDefinition.overrideMethods.name= Override/Implement Methods
243 ActionDefinition.overrideMethods.description= Override or implement methods from super types
245 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
246 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
248 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
249 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
251 ActionDefinition.externalizeStrings.name= Externalize Strings
252 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
254 ActionDefinition.nextProblem.name= Go to Next Problem
255 ActionDefinition.nextProblem.description= Go to next problem
257 ActionDefinition.previousProblem.name= Go to Previous Problem
258 ActionDefinition.previousProblem.description= Go to previous problem
261 ActionDefinition.refactorRedo.name= Redo
262 ActionDefinition.refactorRedo.description= Redo the last refactoring
264 ActionDefinition.refactorUndo.name= Undo
265 ActionDefinition.refactorUndo.description= Undo the last refactoring
267 ActionDefinition.pullUp.name= Pull Up
268 ActionDefinition.pullUp.description= Move members to a superclass
270 ActionDefinition.renameElement.name= Rename
271 ActionDefinition.renameElement.description= Rename the selected element
273 ActionDefinition.modifyMethodParameters.name= Change Method Signature
274 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
276 ActionDefinition.moveElement.name= Move
277 ActionDefinition.moveElement.description= Move the selected element to a new location
279 ActionDefinition.extractLocalVariable.name= Extract Local Variable
280 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
282 ActionDefinition.extractConstant.name= Extract Constant
283 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
285 ActionDefinition.inline.name= Inline
286 ActionDefinition.inline.description= Inline a constant, local variable or method
288 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
289 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
291 ActionDefinition.extractMethod.name= Extract Method
292 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
294 ActionDefinition.extractInterface.name= Extract Interface
295 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
297 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
298 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
300 ActionDefinition.useSupertype.name= Use Supertype Where Possible
301 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
303 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
304 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
306 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
307 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
310 ActionDefinition.openEditor.name= Open
311 ActionDefinition.openEditor.description= Open an editor on the selected element
313 ActionDefinition.openSuperImplementation.name= Open Super Implementation
314 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
316 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
317 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
319 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
320 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
322 ActionDefinition.showInPackageView.name= Show in Package Explorer
323 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
325 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
326 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
329 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
330 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
332 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
333 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
335 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
336 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
338 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
339 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
341 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
342 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
344 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
345 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
347 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
348 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
350 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
351 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
353 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
354 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
356 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
357 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
359 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
360 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
362 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
363 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
365 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
366 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
368 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
369 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
372 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
373 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
375 ActionDefinition.indent.name=Correct Indentation
376 ActionDefinition.indent.description=Correct Indentation
378 ActionDefinition.gotoMatchingBracket.name=Matching Bracket
379 ActionDefinition.gotoMatchingBracket.description=Goto Matching Bracket
381 OccurrenceAnnotation.label= PHP Marker Occurrences
383 phpEditorFontDefiniton.label= PHP Editor Text Font
384 phpEditorFontDefintion.description= The PHP editor text font is used by PHP editors.
386 HideImportDeclaration.label= Import declarations
387 HideImportDeclaration.description= Hides all import declarations
390 templates.php.contextType.name= php
391 templates.phpdoc.contextType.name= phpdoc
392 templates.html.contextType.name= html
395 foldingStructureProvidersExtensionPoint= Folding Structure Providers
396 defaultFoldingStructureProviderName= Default PHP Folding
397 Folding.label= F&olding