1 #########################################
3 #########################################
4 pluginName=PHPEclipse Tools Core
5 providerName=EclipseProject.de
6 naturePHP.name=PHP Project
8 perspectivePHP.name=PHP
9 perspectiveHTML.name=HTML
10 viewPHPResources.name=PHP Resources
12 newWizardCategory.name=PHP
13 newWizardPHPProject.name=PHP Project
14 newWizardPHPFile.name=PHP File
16 propertyPagePHPProject.name=PHP Project Properties
19 # Extension point names
21 phpEditorName=PHP Editor
22 phpConsoleView=PHP Console
24 php3FileExtension=php3
25 php4FileExtension=php4
27 phtmlFileExtension=phtml
28 htmlFileExtension=html
35 AddBookmark.label=Add Boo&kmark
36 AddBookmark.tooltip=Add Bookmark...
38 AddTask.label=Add &Task
39 AddTask.tooltip=Add Task...
40 php.menu.label=&Source
42 ##########################################################################
44 ##########################################################################
45 CodingActionSet.label= PHP Coding
46 CodingActionSet.description= Action set containing coding related PHP actions
48 ##########################################################################
50 ##########################################################################
51 SourceMenu.label= &Source
53 CommentAction.label= Co&mment@Ctrl+/
55 UncommentAction.label= &Uncomment@Ctrl+\\
57 ShiftRightAction.label= Sh&ift Right
59 ShiftLeftAction.label= S&hift Left
61 FormatAction.label= F&ormat@Ctrl+Shift+F
63 AddImportAction.label= A&dd Import@Ctrl+Shift+M
65 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
67 SurroundWithTryCatchAction.label= Surround with &try/catch block
69 OverrideMethodsAction.label= O&verride/Implement Methods...
71 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
73 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
75 AddJavaDocCommentAction.label= Add &PHPdoc Comment
77 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
79 ExternalizeStringsAction.label= &Externalize Strings...
81 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters
82 ConvertLineDelimitersToWindowsAction.label= To &Windows
83 ConvertLineDelimitersToUNIXAction.label= To &UNIX
84 ConvertLineDelimitersToMacAction.label= To &Mac
86 ##########################################################################
88 ##########################################################################
89 PHPDocWizard.name= PHPDoc
90 PHPDocWizard.description=Generate PHPDoc
91 PHPDoc.preferencePageName= PHPDoc
92 CreatePHPDocAction.label= Run PHPDoc &Wizard...
93 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
95 ##########################################################################
96 # PHP Working Set Support
97 ##########################################################################
98 PHPWorkingSetPage.name= PHP
101 ##########################################################################
103 ##########################################################################
105 ActionDefinition.show.outline.name= Show Outline
106 ActionDefinition.show.outline.description= Open the outline for the editor input
108 ActionDefinition.open.structure.name= Open Structure
109 ActionDefinition.open.structure.description= Show the structure of the selected element
111 ActionDefinition.gotoNextMember.name= Go to Next Member
112 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
114 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
115 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
117 ActionDefinition.selectEnclosing.name= Select Enclosing Element
118 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
120 ActionDefinition.selectNext.name= Select Next Element
121 ActionDefinition.selectNext.description= Expand selection to include next sibling
123 ActionDefinition.selectPrevious.name= Select Previous Element
124 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
126 ActionDefinition.selectLast.name= Restore Last Selection
127 ActionDefinition.selectLast.description= Restore last selection
129 ActionDefinition.contentAssistProposals.name= Content Assist
130 ActionDefinition.contentAssistProposals.description= Content Assist
132 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
133 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
135 ActionDefinition.correctionAssistProposals.name= Quick Fix
136 ActionDefinition.correctionAssistProposals.description= Quick Fix
138 ActionDefinition.showJavadoc.name= Show Tooltip Description
139 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
142 ActionDefinition.comment.name= Comment
143 ActionDefinition.comment.description= Turn the selected lines into PHP comments
145 ActionDefinition.uncomment.name= Uncomment
146 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
148 ActionDefinition.format.name= Format
149 ActionDefinition.format.description= Format the selected text
151 ActionDefinition.addImport.name= Add Import
152 ActionDefinition.addImport.description= Create import statement on selection
154 ActionDefinition.organizeImports.name= Organize Imports
155 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
157 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
158 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
160 ActionDefinition.overrideMethods.name= Override/Implement Methods
161 ActionDefinition.overrideMethods.description= Override or implement methods from super types
163 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
164 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
166 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
167 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
169 ActionDefinition.externalizeStrings.name= Externalize Strings
170 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
172 ActionDefinition.nextProblem.name= Go to Next Problem
173 ActionDefinition.nextProblem.description= Go to next problem
175 ActionDefinition.previousProblem.name= Go to Previous Problem
176 ActionDefinition.previousProblem.description= Go to previous problem
179 ActionDefinition.refactorRedo.name= Redo
180 ActionDefinition.refactorRedo.description= Redo the last refactoring
182 ActionDefinition.refactorUndo.name= Undo
183 ActionDefinition.refactorUndo.description= Undo the last refactoring
185 ActionDefinition.pullUp.name= Pull Up
186 ActionDefinition.pullUp.description= Move members to a superclass
188 ActionDefinition.renameElement.name= Rename
189 ActionDefinition.renameElement.description= Rename the selected element
191 ActionDefinition.modifyMethodParameters.name= Change Method Signature
192 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
194 ActionDefinition.moveElement.name= Move
195 ActionDefinition.moveElement.description= Move the selected element to a new location
197 ActionDefinition.extractLocalVariable.name= Extract Local Variable
198 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
200 ActionDefinition.extractConstant.name= Extract Constant
201 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
203 ActionDefinition.inline.name= Inline
204 ActionDefinition.inline.description= Inline a constant, local variable or method
206 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
207 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
209 ActionDefinition.extractMethod.name= Extract Method
210 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
212 ActionDefinition.extractInterface.name= Extract Interface
213 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
215 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
216 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
218 ActionDefinition.useSupertype.name= Use Supertype Where Possible
219 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
221 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
222 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
224 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
225 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
228 ActionDefinition.openEditor.name= Open
229 ActionDefinition.openEditor.description= Open an editor on the selected element
231 ActionDefinition.openSuperImplementation.name= Open Super Implementation
232 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
234 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
235 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
237 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
238 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
240 ActionDefinition.showInPackageView.name= Show in Package Explorer
241 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
243 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
244 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
247 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
248 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
250 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
251 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
253 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
254 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
256 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
257 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
259 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
260 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
262 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
263 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
265 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
266 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
268 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
269 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
271 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
272 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
274 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
275 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
277 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
278 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
280 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
281 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
283 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
284 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
286 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
287 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
290 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
291 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
293 ######################
294 ### External Tools ###
295 ######################
296 LaunchConfigurationTypePHPApplication.name=PHP Application
298 ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
299 ExtPoint.toolTypes = External Tool Types
300 ExtPoint.argumentVariables = Argument Variables
301 ExtPoint.directoryVariables = Directory Variables
302 ExtPoint.fileVariables = File Variables
303 ExtPoint.refreshVariables = Refresh Scope Variables
304 ExternalToolsLaunchGroup.label = &External Tools
305 ToolType.programName = Program
306 ToolType.programDescription = An external tool that runs an application, a batch file, etc.
308 ActionSet.externalTools = External Tools
309 Action.externalTools = &External Tools
310 Action.externalToolsTip = Run Last Tool
311 PropertyPage.main = Main
312 PropertyPage.option = Options
313 PropertyPage.refresh = Refresh Scope
314 PropertyPage.antTargets = Targets
315 PropertyPage.externalToolsBuilders = PHP Launch Builders
316 CategoryView.externalTools = PHP Launchers
317 CategoryNewWizard.externalTools = PHP Launchers
318 NewWizard.programName = Program
319 NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
320 Builder.externalTools = Integrated PHP Launcher Builder
321 View.externalToolView = PHP Launchers
322 View.logConsole = Log Console
323 PreferencePage.externalToolsPreferences = PHP Launchers
324 PreferencePage.antConsolePreferences = Console
325 PreferencePage.antRuntimePreferences = Runtime
327 Program.externalTools = PHP Program