1 #########################################
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
11 phpSourceName=PHP Source File
13 viewCategoryName = PHPeclipse Web Development
14 phpEditorTextHoversName=PHP Editor Text Hovers
16 perspectivePHP.name=PHP Web Development
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
45 # Extension point names
47 phpEditorName=PHP Editor
48 phpConsoleView=PHP Console
50 php3FileExtension=php3
51 php4FileExtension=php4
52 php5FileExtension=php5
53 moduleFileExtension=module
55 phtmlFileExtension=phtml
56 htmlFileExtension=html
61 javaDocumentFactory=PHP Document Factory
62 javaDocumentSetupParticipant=PHP Document Setup Participant
65 sourceHoverDescription= Shows the source of the selected element.
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.
77 AddBookmark.label=Add Boo&kmark
78 AddBookmark.tooltip=Add Bookmark...
80 AddTask.label=Add &Task
81 AddTask.tooltip=Add Task...
82 php.menu.label=&Source
84 ##########################################################################
86 ##########################################################################
87 CodingActionSet.label= PHP Coding
88 CodingActionSet.description= Action set containing coding related PHP actions
90 ##########################################################################
92 ##########################################################################
93 SourceMenu.label= &Source
95 CommentAction.label= Co&mment
97 UncommentAction.label= &Uncomment
99 ToggleCommentAction.label= Togg&le Comment
101 AddBlockCommentAction.label= Add &Block Comment
103 RemoveBlockCommentAction.label= Remove Bloc&k Comment
105 ShiftRightAction.label= Sh&ift Right
107 ShiftLeftAction.label= S&hift Left
109 FormatAction.label= F&ormat@Ctrl+Shift+F
111 AddImportAction.label= A&dd Import@Ctrl+Shift+M
113 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
115 SurroundWithTryCatchAction.label= Surround with &try/catch block
117 OverrideMethodsAction.label= O&verride/Implement Methods...
119 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
121 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
123 AddJavaDocCommentAction.label= Add &PHPdoc Comment
125 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
127 ExternalizeStringsAction.label= &Externalize Strings...
129 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
130 ConvertLineDelimitersToWindowsAction.label= &Windows
131 ConvertLineDelimitersToUNIXAction.label= &UNIX
132 ConvertLineDelimitersToMacAction.label= &Mac
134 ##########################################################################
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
143 ##########################################################################
144 # PHP Working Set Support
145 ##########################################################################
146 PHPWorkingSetPage.name= PHP
150 sourceHoverDescription= Shows the source of the selected element.
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.
160 ##########################################################################
162 ##########################################################################
164 category.source.name=Source
165 category.source.description= PHP Source Actions
167 context.editingPHPSource.name= Editing PHP Source
168 context.editingPHPSource.description= Editing PHP Source Context
170 scope.javaEditor.name=PHP Editor
172 ##########################################################################
174 ##########################################################################
176 ActionDefinition.show.outline.name= Show Outline
177 ActionDefinition.show.outline.description= Open the outline for the editor input
179 ActionDefinition.open.structure.name= Open Structure
180 ActionDefinition.open.structure.description= Show the structure of the selected element
182 ActionDefinition.gotoNextMember.name= Go to Next Member
183 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
185 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
186 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
188 ActionDefinition.selectEnclosing.name= Select Enclosing Element
189 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
191 ActionDefinition.selectNext.name= Select Next Element
192 ActionDefinition.selectNext.description= Expand selection to include next sibling
194 ActionDefinition.selectPrevious.name= Select Previous Element
195 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
197 ActionDefinition.selectLast.name= Restore Last Selection
198 ActionDefinition.selectLast.description= Restore last selection
200 ActionDefinition.contentAssistProposals.name= Content Assist
201 ActionDefinition.contentAssistProposals.description= Content Assist
203 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
204 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
206 ActionDefinition.correctionAssistProposals.name= Quick Fix
207 ActionDefinition.correctionAssistProposals.description= Quick Fix
209 ActionDefinition.showJavadoc.name= Show Tooltip Description
210 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
213 ActionDefinition.comment.name= Comment
214 ActionDefinition.comment.description= Turn the selected lines into PHP comments
216 ActionDefinition.uncomment.name= Uncomment
217 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
219 ActionDefinition.toggleComment.name= Toggle Comment
220 ActionDefinition.toggleComment.description= Toggle comment the selected lines
222 ActionDefinition.addBlockComment.name= Add Block Comment
223 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
225 ActionDefinition.removeBlockComment.name= Remove Block Comment
226 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
228 ActionDefinition.format.name= Format
229 ActionDefinition.format.description= Format the selected text
231 ActionDefinition.addImport.name= Add Import
232 ActionDefinition.addImport.description= Create import statement on selection
234 ActionDefinition.organizeImports.name= Organize Imports
235 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
237 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
238 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
240 ActionDefinition.overrideMethods.name= Override/Implement Methods
241 ActionDefinition.overrideMethods.description= Override or implement methods from super types
243 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
244 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
246 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
247 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
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
252 ActionDefinition.nextProblem.name= Go to Next Problem
253 ActionDefinition.nextProblem.description= Go to next problem
255 ActionDefinition.previousProblem.name= Go to Previous Problem
256 ActionDefinition.previousProblem.description= Go to previous problem
259 ActionDefinition.refactorRedo.name= Redo
260 ActionDefinition.refactorRedo.description= Redo the last refactoring
262 ActionDefinition.refactorUndo.name= Undo
263 ActionDefinition.refactorUndo.description= Undo the last refactoring
265 ActionDefinition.pullUp.name= Pull Up
266 ActionDefinition.pullUp.description= Move members to a superclass
268 ActionDefinition.renameElement.name= Rename
269 ActionDefinition.renameElement.description= Rename the selected element
271 ActionDefinition.modifyMethodParameters.name= Change Method Signature
272 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
274 ActionDefinition.moveElement.name= Move
275 ActionDefinition.moveElement.description= Move the selected element to a new location
277 ActionDefinition.extractLocalVariable.name= Extract Local Variable
278 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
280 ActionDefinition.extractConstant.name= Extract Constant
281 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
283 ActionDefinition.inline.name= Inline
284 ActionDefinition.inline.description= Inline a constant, local variable or method
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
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
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
295 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
296 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
298 ActionDefinition.useSupertype.name= Use Supertype Where Possible
299 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
301 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
302 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
304 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
305 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
308 ActionDefinition.openEditor.name= Open
309 ActionDefinition.openEditor.description= Open an editor on the selected element
311 ActionDefinition.openSuperImplementation.name= Open Super Implementation
312 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
314 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
315 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
317 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
318 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
320 ActionDefinition.showInPackageView.name= Show in Package Explorer
321 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
323 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
324 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
327 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
328 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
330 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
331 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
333 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
334 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
336 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
337 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
339 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
340 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
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
345 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
346 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
348 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
349 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
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
354 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
355 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
357 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
358 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
360 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
361 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
363 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
364 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
366 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
367 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
370 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
371 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
373 ######################
374 ### External Tools ###
375 ######################
376 LaunchConfigurationTypePHPApplication.name=PHP Application
378 ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
379 ExtPoint.toolTypes = External Tool Types
380 ExtPoint.argumentVariables = Argument Variables
381 ExtPoint.directoryVariables = Directory Variables
382 ExtPoint.fileVariables = File Variables
383 ExtPoint.refreshVariables = Refresh Scope Variables
384 ExternalToolsLaunchGroup.label = &External Tools
385 ToolType.programName = Program
386 ToolType.programDescription = An external tool that runs an application, a batch file, etc.
388 ActionSet.externalTools = External Tools
389 Action.externalTools = &External Tools
390 Action.externalToolsTip = Run Last Tool
391 PropertyPage.main = Main
392 PropertyPage.option = Options
393 PropertyPage.refresh = Refresh Scope
394 PropertyPage.antTargets = Targets
395 PropertyPage.externalToolsBuilders = PHP Launch Builders
396 CategoryView.externalTools = PHP Launchers
397 CategoryNewWizard.externalTools = PHP Launchers
398 NewWizard.programName = Program
399 NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
400 Builder.externalTools = Integrated PHP Launcher Builder
401 View.externalToolView = PHP Launchers
402 View.logConsole = Log Console
403 PreferencePage.externalToolsPreferences = PHP Launchers
404 PreferencePage.antConsolePreferences = Console
405 PreferencePage.antRuntimePreferences = Runtime
407 Program.externalTools = PHP Program
409 OccurrenceAnnotation.label= PHP Marker Occurrences
411 phpEditorFontDefiniton.label= PHP Editor Text Font
412 phpEditorFontDefintion.description= The PHP editor text font is used by PHP editors.
414 HideImportDeclaration.label= Import declarations
415 HideImportDeclaration.description= Hides all import declarations
418 templates.php.contextType.name= php
419 templates.phpdoc.contextType.name= phpdoc
420 templates.html.contextType.name= html
423 foldingStructureProvidersExtensionPoint= Folding Structure Providers
424 defaultFoldingStructureProviderName= Default PHP Folding
425 Folding.label= F&olding