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 todoPageName=PHP Task Tags
31 todoTaskPrefName=Task Tags
32 templatePageName=Templates
35 # Extension point names
37 phpEditorName=PHP Editor
38 phpConsoleView=PHP Console
39 phpBrowserView=PHP Browser
41 php3FileExtension=php3
42 php4FileExtension=php4
44 phtmlFileExtension=phtml
45 htmlFileExtension=html
51 sourceHoverDescription= Shows the source of the selected element.
53 javadocHoverDescription= Shows the PHPdoc of the selected element.
54 sequentialHover= Best Match
55 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
56 annotationHover= Annotation
57 annotationHoverDescription= Shows the text of the selected annotation.
63 AddBookmark.label=Add Boo&kmark
64 AddBookmark.tooltip=Add Bookmark...
66 AddTask.label=Add &Task
67 AddTask.tooltip=Add Task...
68 php.menu.label=&Source
70 ##########################################################################
72 ##########################################################################
73 CodingActionSet.label= PHP Coding
74 CodingActionSet.description= Action set containing coding related PHP actions
76 ##########################################################################
78 ##########################################################################
79 SourceMenu.label= &Source
81 CommentAction.label= Co&mment@Ctrl+/
83 UncommentAction.label= &Uncomment@Ctrl+\\
85 ToggleCommentAction.label= Togg&le Comment
87 ShiftRightAction.label= Sh&ift Right
89 ShiftLeftAction.label= S&hift Left
91 FormatAction.label= F&ormat@Ctrl+Shift+F
93 AddImportAction.label= A&dd Import@Ctrl+Shift+M
95 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
97 SurroundWithTryCatchAction.label= Surround with &try/catch block
99 OverrideMethodsAction.label= O&verride/Implement Methods...
101 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
103 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
105 AddJavaDocCommentAction.label= Add &PHPdoc Comment
107 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
109 ExternalizeStringsAction.label= &Externalize Strings...
111 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
112 ConvertLineDelimitersToWindowsAction.label= &Windows
113 ConvertLineDelimitersToUNIXAction.label= &UNIX
114 ConvertLineDelimitersToMacAction.label= &Mac
116 ##########################################################################
118 ##########################################################################
119 PHPDocWizard.name= PHPDoc
120 PHPDocWizard.description=Generate PHPDoc
121 PHPDoc.preferencePageName= PHPDoc
122 CreatePHPDocAction.label= Run PHPDoc &Wizard...
123 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
125 ##########################################################################
126 # PHP Working Set Support
127 ##########################################################################
128 PHPWorkingSetPage.name= PHP
131 ##########################################################################
133 ##########################################################################
135 ActionDefinition.show.outline.name= Show Outline
136 ActionDefinition.show.outline.description= Open the outline for the editor input
138 ActionDefinition.open.structure.name= Open Structure
139 ActionDefinition.open.structure.description= Show the structure of the selected element
141 ActionDefinition.gotoNextMember.name= Go to Next Member
142 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
144 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
145 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
147 ActionDefinition.selectEnclosing.name= Select Enclosing Element
148 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
150 ActionDefinition.selectNext.name= Select Next Element
151 ActionDefinition.selectNext.description= Expand selection to include next sibling
153 ActionDefinition.selectPrevious.name= Select Previous Element
154 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
156 ActionDefinition.selectLast.name= Restore Last Selection
157 ActionDefinition.selectLast.description= Restore last selection
159 ActionDefinition.contentAssistProposals.name= Content Assist
160 ActionDefinition.contentAssistProposals.description= Content Assist
162 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
163 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
165 ActionDefinition.correctionAssistProposals.name= Quick Fix
166 ActionDefinition.correctionAssistProposals.description= Quick Fix
168 ActionDefinition.showJavadoc.name= Show Tooltip Description
169 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
172 ActionDefinition.comment.name= Comment
173 ActionDefinition.comment.description= Turn the selected lines into PHP comments
175 ActionDefinition.uncomment.name= Uncomment
176 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
178 ActionDefinition.toggleComment.name= Toggle Comment
179 ActionDefinition.toggleComment.description= Toggle comment the selected lines
181 ActionDefinition.addBlockComment.name= Add Block Comment
182 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
184 ActionDefinition.removeBlockComment.name= Remove Block Comment
185 ActionDefinition.removeBlockComment.description= Remove the block comment around the selection
187 ActionDefinition.format.name= Format
188 ActionDefinition.format.description= Format the selected text
190 ActionDefinition.addImport.name= Add Import
191 ActionDefinition.addImport.description= Create import statement on selection
193 ActionDefinition.organizeImports.name= Organize Imports
194 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
196 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
197 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
199 ActionDefinition.overrideMethods.name= Override/Implement Methods
200 ActionDefinition.overrideMethods.description= Override or implement methods from super types
202 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
203 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
205 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
206 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
208 ActionDefinition.externalizeStrings.name= Externalize Strings
209 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
211 ActionDefinition.nextProblem.name= Go to Next Problem
212 ActionDefinition.nextProblem.description= Go to next problem
214 ActionDefinition.previousProblem.name= Go to Previous Problem
215 ActionDefinition.previousProblem.description= Go to previous problem
218 ActionDefinition.refactorRedo.name= Redo
219 ActionDefinition.refactorRedo.description= Redo the last refactoring
221 ActionDefinition.refactorUndo.name= Undo
222 ActionDefinition.refactorUndo.description= Undo the last refactoring
224 ActionDefinition.pullUp.name= Pull Up
225 ActionDefinition.pullUp.description= Move members to a superclass
227 ActionDefinition.renameElement.name= Rename
228 ActionDefinition.renameElement.description= Rename the selected element
230 ActionDefinition.modifyMethodParameters.name= Change Method Signature
231 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
233 ActionDefinition.moveElement.name= Move
234 ActionDefinition.moveElement.description= Move the selected element to a new location
236 ActionDefinition.extractLocalVariable.name= Extract Local Variable
237 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
239 ActionDefinition.extractConstant.name= Extract Constant
240 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
242 ActionDefinition.inline.name= Inline
243 ActionDefinition.inline.description= Inline a constant, local variable or method
245 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
246 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
248 ActionDefinition.extractMethod.name= Extract Method
249 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
251 ActionDefinition.extractInterface.name= Extract Interface
252 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
254 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
255 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
257 ActionDefinition.useSupertype.name= Use Supertype Where Possible
258 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
260 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
261 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
263 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
264 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
267 ActionDefinition.openEditor.name= Open
268 ActionDefinition.openEditor.description= Open an editor on the selected element
270 ActionDefinition.openSuperImplementation.name= Open Super Implementation
271 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
273 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
274 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
276 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
277 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
279 ActionDefinition.showInPackageView.name= Show in Package Explorer
280 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
282 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
283 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
286 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
287 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
289 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
290 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
292 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
293 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
295 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
296 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
298 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
299 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
301 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
302 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
304 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
305 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
307 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
308 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
310 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
311 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
313 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
314 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
316 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
317 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
319 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
320 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
322 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
323 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
325 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
326 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
329 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
330 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
332 ######################
333 ### External Tools ###
334 ######################
335 LaunchConfigurationTypePHPApplication.name=PHP Application
337 ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
338 ExtPoint.toolTypes = External Tool Types
339 ExtPoint.argumentVariables = Argument Variables
340 ExtPoint.directoryVariables = Directory Variables
341 ExtPoint.fileVariables = File Variables
342 ExtPoint.refreshVariables = Refresh Scope Variables
343 ExternalToolsLaunchGroup.label = &External Tools
344 ToolType.programName = Program
345 ToolType.programDescription = An external tool that runs an application, a batch file, etc.
347 ActionSet.externalTools = External Tools
348 Action.externalTools = &External Tools
349 Action.externalToolsTip = Run Last Tool
350 PropertyPage.main = Main
351 PropertyPage.option = Options
352 PropertyPage.refresh = Refresh Scope
353 PropertyPage.antTargets = Targets
354 PropertyPage.externalToolsBuilders = PHP Launch Builders
355 CategoryView.externalTools = PHP Launchers
356 CategoryNewWizard.externalTools = PHP Launchers
357 NewWizard.programName = Program
358 NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
359 Builder.externalTools = Integrated PHP Launcher Builder
360 View.externalToolView = PHP Launchers
361 View.logConsole = Log Console
362 PreferencePage.externalToolsPreferences = PHP Launchers
363 PreferencePage.antConsolePreferences = Console
364 PreferencePage.antRuntimePreferences = Runtime
366 Program.externalTools = PHP Program
368 OccurrenceAnnotation.label= PHP Marker Occurrences
371 phpEditorFontDefiniton.label= Java Editor Text Font
372 phpEditorFontDefintion.description= The Java editor text font is used by Java editors.