1 #########################################
3 #########################################
4 pluginName=PHPEclipse Tools Core
5 providerName=phpeclipse.de
6 naturePHP.name=PHP Project
7 phpProblemName=PHP Problem
8 transientPHPProblemName=Transient PHP Problem
12 phpEditorTextHoversName=PHP Editor Text Hovers
14 perspectivePHP.name=PHP
15 perspectiveHTML.name=HTML
16 viewPHPResources.name=PHP Resources
18 newWizardCategory.name=PHP
19 newWizardPHPProject.name=PHP Project
20 newWizardPHPFile.name=PHP File
21 NewPHPClass.label= Class
22 NewPHPClass.description=Create a PHP class
24 ExportWizards.Obfuscator = Obfuscate PHP Project to File system
25 ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
27 propertyPagePHPProject.name=PHP Project Properties
29 compilerPageName=PHP Parser
30 todoPageName=PHP Task Tags
32 compilerOptionsPrefName=PHP Parser
33 todoTaskPrefName=Task Tags
34 templatePageName=Templates
35 spellingPrefName=Spelling
38 # Extension point names
40 phpEditorName=PHP Editor
41 phpConsoleView=PHP Console
42 phpBrowserView=PHP Browser
44 php3FileExtension=php3
45 php4FileExtension=php4
47 phtmlFileExtension=phtml
48 htmlFileExtension=html
53 javaDocumentFactory=PHP Document Factory
54 javaDocumentSetupParticipant=PHP Document Setup Participant
57 sourceHoverDescription= Shows the source of the selected element.
59 javadocHoverDescription= Shows the PHPdoc of the selected element.
60 sequentialHover= Best Match
61 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
62 annotationHover= Annotation
63 annotationHoverDescription= Shows the text of the selected annotation.
69 AddBookmark.label=Add Boo&kmark
70 AddBookmark.tooltip=Add Bookmark...
72 AddTask.label=Add &Task
73 AddTask.tooltip=Add Task...
74 php.menu.label=&Source
76 ##########################################################################
78 ##########################################################################
79 CodingActionSet.label= PHP Coding
80 CodingActionSet.description= Action set containing coding related PHP actions
82 ##########################################################################
84 ##########################################################################
85 SourceMenu.label= &Source
87 CommentAction.label= Co&mment
89 UncommentAction.label= &Uncomment
91 ToggleCommentAction.label= Togg&le Comment
93 AddBlockCommentAction.label= Add &Block Comment
95 RemoveBlockCommentAction.label= Remove Bloc&k Comment
97 ShiftRightAction.label= Sh&ift Right
99 ShiftLeftAction.label= S&hift Left
101 FormatAction.label= F&ormat@Ctrl+Shift+F
103 AddImportAction.label= A&dd Import@Ctrl+Shift+M
105 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
107 SurroundWithTryCatchAction.label= Surround with &try/catch block
109 OverrideMethodsAction.label= O&verride/Implement Methods...
111 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
113 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
115 AddJavaDocCommentAction.label= Add &PHPdoc Comment
117 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
119 ExternalizeStringsAction.label= &Externalize Strings...
121 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
122 ConvertLineDelimitersToWindowsAction.label= &Windows
123 ConvertLineDelimitersToUNIXAction.label= &UNIX
124 ConvertLineDelimitersToMacAction.label= &Mac
126 ##########################################################################
128 ##########################################################################
129 PHPDocWizard.name= PHPDoc
130 PHPDocWizard.description=Generate PHPDoc
131 PHPDoc.preferencePageName= PHPDoc
132 CreatePHPDocAction.label= Run PHPDoc &Wizard...
133 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
135 ##########################################################################
136 # PHP Working Set Support
137 ##########################################################################
138 PHPWorkingSetPage.name= PHP
142 sourceHoverDescription= Shows the source of the selected element.
143 javadocHover= Javadoc
144 javadocHoverDescription= Shows the Javadoc of the selected element.
145 sequentialHover= Combined Hover
146 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.
147 annotationHover= Annotation Description
148 annotationHoverDescription= Shows the description of the selected annotation.
149 problemHover= Problem Description
150 problemHoverDescription= Shows the description of the selected problem.
152 ##########################################################################
154 ##########################################################################
156 category.source.name=Source
157 category.source.description= PHP Source Actions
159 context.editingPHPSource.name= Editing PHP Source
160 context.editingPHPSource.description= Editing PHP Source Context
162 scope.javaEditor.name=Java Editor
164 ##########################################################################
166 ##########################################################################
168 ActionDefinition.show.outline.name= Show Outline
169 ActionDefinition.show.outline.description= Open the outline for the editor input
171 ActionDefinition.open.structure.name= Open Structure
172 ActionDefinition.open.structure.description= Show the structure of the selected element
174 ActionDefinition.gotoNextMember.name= Go to Next Member
175 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
177 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
178 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
180 ActionDefinition.selectEnclosing.name= Select Enclosing Element
181 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
183 ActionDefinition.selectNext.name= Select Next Element
184 ActionDefinition.selectNext.description= Expand selection to include next sibling
186 ActionDefinition.selectPrevious.name= Select Previous Element
187 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
189 ActionDefinition.selectLast.name= Restore Last Selection
190 ActionDefinition.selectLast.description= Restore last selection
192 ActionDefinition.contentAssistProposals.name= Content Assist
193 ActionDefinition.contentAssistProposals.description= Content Assist
195 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
196 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
198 ActionDefinition.correctionAssistProposals.name= Quick Fix
199 ActionDefinition.correctionAssistProposals.description= Quick Fix
201 ActionDefinition.showJavadoc.name= Show Tooltip Description
202 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
205 ActionDefinition.comment.name= Comment
206 ActionDefinition.comment.description= Turn the selected lines into PHP comments
208 ActionDefinition.uncomment.name= Uncomment
209 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
211 ActionDefinition.toggleComment.name= Toggle Comment
212 ActionDefinition.toggleComment.description= Toggle comment the selected lines
214 ActionDefinition.addBlockComment.name= Add Block Comment
215 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
217 ActionDefinition.removeBlockComment.name= Remove Block Comment
218 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
220 ActionDefinition.format.name= Format
221 ActionDefinition.format.description= Format the selected text
223 ActionDefinition.addImport.name= Add Import
224 ActionDefinition.addImport.description= Create import statement on selection
226 ActionDefinition.organizeImports.name= Organize Imports
227 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
229 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
230 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
232 ActionDefinition.overrideMethods.name= Override/Implement Methods
233 ActionDefinition.overrideMethods.description= Override or implement methods from super types
235 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
236 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
238 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
239 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
241 ActionDefinition.externalizeStrings.name= Externalize Strings
242 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
244 ActionDefinition.nextProblem.name= Go to Next Problem
245 ActionDefinition.nextProblem.description= Go to next problem
247 ActionDefinition.previousProblem.name= Go to Previous Problem
248 ActionDefinition.previousProblem.description= Go to previous problem
251 ActionDefinition.refactorRedo.name= Redo
252 ActionDefinition.refactorRedo.description= Redo the last refactoring
254 ActionDefinition.refactorUndo.name= Undo
255 ActionDefinition.refactorUndo.description= Undo the last refactoring
257 ActionDefinition.pullUp.name= Pull Up
258 ActionDefinition.pullUp.description= Move members to a superclass
260 ActionDefinition.renameElement.name= Rename
261 ActionDefinition.renameElement.description= Rename the selected element
263 ActionDefinition.modifyMethodParameters.name= Change Method Signature
264 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
266 ActionDefinition.moveElement.name= Move
267 ActionDefinition.moveElement.description= Move the selected element to a new location
269 ActionDefinition.extractLocalVariable.name= Extract Local Variable
270 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
272 ActionDefinition.extractConstant.name= Extract Constant
273 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
275 ActionDefinition.inline.name= Inline
276 ActionDefinition.inline.description= Inline a constant, local variable or method
278 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
279 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
281 ActionDefinition.extractMethod.name= Extract Method
282 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
284 ActionDefinition.extractInterface.name= Extract Interface
285 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
287 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
288 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
290 ActionDefinition.useSupertype.name= Use Supertype Where Possible
291 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
293 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
294 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
296 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
297 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
300 ActionDefinition.openEditor.name= Open
301 ActionDefinition.openEditor.description= Open an editor on the selected element
303 ActionDefinition.openSuperImplementation.name= Open Super Implementation
304 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
306 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
307 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
309 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
310 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
312 ActionDefinition.showInPackageView.name= Show in Package Explorer
313 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
315 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
316 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
319 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
320 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
322 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
323 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
325 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
326 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
328 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
329 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
331 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
332 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
334 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
335 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
337 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
338 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
340 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
341 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
343 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
344 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
346 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
347 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
349 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
350 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
352 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
353 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
355 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
356 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
358 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
359 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
362 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
363 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
365 ######################
366 ### External Tools ###
367 ######################
368 LaunchConfigurationTypePHPApplication.name=PHP Application
370 ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
371 ExtPoint.toolTypes = External Tool Types
372 ExtPoint.argumentVariables = Argument Variables
373 ExtPoint.directoryVariables = Directory Variables
374 ExtPoint.fileVariables = File Variables
375 ExtPoint.refreshVariables = Refresh Scope Variables
376 ExternalToolsLaunchGroup.label = &External Tools
377 ToolType.programName = Program
378 ToolType.programDescription = An external tool that runs an application, a batch file, etc.
380 ActionSet.externalTools = External Tools
381 Action.externalTools = &External Tools
382 Action.externalToolsTip = Run Last Tool
383 PropertyPage.main = Main
384 PropertyPage.option = Options
385 PropertyPage.refresh = Refresh Scope
386 PropertyPage.antTargets = Targets
387 PropertyPage.externalToolsBuilders = PHP Launch Builders
388 CategoryView.externalTools = PHP Launchers
389 CategoryNewWizard.externalTools = PHP Launchers
390 NewWizard.programName = Program
391 NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
392 Builder.externalTools = Integrated PHP Launcher Builder
393 View.externalToolView = PHP Launchers
394 View.logConsole = Log Console
395 PreferencePage.externalToolsPreferences = PHP Launchers
396 PreferencePage.antConsolePreferences = Console
397 PreferencePage.antRuntimePreferences = Runtime
399 Program.externalTools = PHP Program
401 OccurrenceAnnotation.label= PHP Marker Occurrences
403 phpEditorFontDefiniton.label= Java Editor Text Font
404 phpEditorFontDefintion.description= The Java editor text font is used by Java editors.
407 foldingStructureProvidersExtensionPoint= Folding Structure Providers
408 defaultFoldingStructureProviderName= Default PHP Folding
409 Folding.label= F&olding