3m9 compatible;
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
1 #########################################
2 #
3 #########################################
4 pluginName=PHPEclipse Tools Core
5 providerName=phpeclipse.de
6 naturePHP.name=PHP Project
7 phpProblemName=PHP Problem
8 transientPHPProblemName=Transient PHP Problem
9 phpTaskName=PHP Task
10 viewCategoryName=PHP
11
12 phpEditorTextHoversName=PHP Editor Text Hovers
13
14 perspectivePHP.name=PHP
15 perspectiveHTML.name=HTML
16 viewPHPResources.name=PHP Resources
17
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
23
24 ExportWizards.Obfuscator = Obfuscate PHP Project to File system
25 ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
26
27 propertyPagePHPProject.name=PHP Project Properties
28
29 compilerPageName=PHP Parser
30 todoPageName=PHP Task Tags
31
32 compilerOptionsPrefName=PHP Parser
33 todoTaskPrefName=Task Tags
34 templatePageName=Templates
35
36 #
37 # Extension point names
38 #
39 phpEditorName=PHP Editor
40 phpConsoleView=PHP Console
41 phpBrowserView=PHP Browser
42 phpFileExtension=php
43 php3FileExtension=php3
44 php4FileExtension=php4
45 incFileExtension=inc
46 phtmlFileExtension=phtml
47 htmlFileExtension=html
48 htmFileExtension=htm
49 xmlFileExtension=xml
50 tplFileExtension=tpl
51
52 javaDocumentFactory=PHP Document Factory
53 javaDocumentSetupParticipant=PHP Document Setup Participant
54
55 sourceHover= Source
56 sourceHoverDescription= Shows the source of the selected element.
57 javadocHover= PHPdoc
58 javadocHoverDescription= Shows the PHPdoc of the selected element.
59 sequentialHover= Best Match
60 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
61 annotationHover= Annotation
62 annotationHoverDescription= Shows the text of the selected annotation.
63
64 #
65 # Action sets
66 #
67
68 AddBookmark.label=Add Boo&kmark
69 AddBookmark.tooltip=Add Bookmark...
70
71 AddTask.label=Add &Task
72 AddTask.tooltip=Add Task...
73 php.menu.label=&Source
74
75 ##########################################################################
76 # Coding Action set
77 ##########################################################################
78 CodingActionSet.label= PHP Coding
79 CodingActionSet.description= Action set containing coding related PHP actions
80
81 ##########################################################################
82 # Source Menu
83 ##########################################################################
84 SourceMenu.label= &Source
85
86 CommentAction.label= Co&mment@Ctrl+/
87
88 UncommentAction.label= &Uncomment@Ctrl+\\
89
90 ToggleCommentAction.label= Togg&le Comment
91
92 ShiftRightAction.label= Sh&ift Right
93
94 ShiftLeftAction.label= S&hift Left
95
96 FormatAction.label= F&ormat@Ctrl+Shift+F
97
98 AddImportAction.label= A&dd Import@Ctrl+Shift+M
99
100 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
101
102 SurroundWithTryCatchAction.label= Surround with &try/catch block
103
104 OverrideMethodsAction.label= O&verride/Implement Methods...
105
106 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
107
108 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
109
110 AddJavaDocCommentAction.label= Add &PHPdoc Comment
111
112 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
113
114 ExternalizeStringsAction.label= &Externalize Strings...
115
116 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
117 ConvertLineDelimitersToWindowsAction.label= &Windows
118 ConvertLineDelimitersToUNIXAction.label= &UNIX
119 ConvertLineDelimitersToMacAction.label= &Mac
120
121 ##########################################################################
122 # Javadoc Support
123 ##########################################################################
124 PHPDocWizard.name= PHPDoc
125 PHPDocWizard.description=Generate PHPDoc
126 PHPDoc.preferencePageName= PHPDoc
127 CreatePHPDocAction.label= Run PHPDoc &Wizard...
128 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
129
130 ##########################################################################
131 # PHP Working Set Support
132 ##########################################################################
133 PHPWorkingSetPage.name= PHP
134
135
136 ##########################################################################
137 # Action Definitions
138 ##########################################################################
139 #--- Edit menu
140 ActionDefinition.show.outline.name= Show Outline
141 ActionDefinition.show.outline.description= Open the outline for the editor input
142
143 ActionDefinition.open.structure.name= Open Structure
144 ActionDefinition.open.structure.description= Show the structure of the selected element
145
146 ActionDefinition.gotoNextMember.name= Go to Next Member
147 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
148
149 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
150 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
151
152 ActionDefinition.selectEnclosing.name= Select Enclosing Element
153 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
154
155 ActionDefinition.selectNext.name= Select Next Element
156 ActionDefinition.selectNext.description= Expand selection to include next sibling
157
158 ActionDefinition.selectPrevious.name= Select Previous Element
159 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
160
161 ActionDefinition.selectLast.name= Restore Last Selection
162 ActionDefinition.selectLast.description= Restore last selection
163
164 ActionDefinition.contentAssistProposals.name= Content Assist
165 ActionDefinition.contentAssistProposals.description= Content Assist
166
167 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
168 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
169
170 ActionDefinition.correctionAssistProposals.name= Quick Fix
171 ActionDefinition.correctionAssistProposals.description= Quick Fix
172
173 ActionDefinition.showJavadoc.name= Show Tooltip Description
174 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
175
176 #--- Source menu
177 ActionDefinition.comment.name= Comment
178 ActionDefinition.comment.description= Turn the selected lines into PHP comments
179
180 ActionDefinition.uncomment.name= Uncomment
181 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
182
183 ActionDefinition.toggleComment.name= Toggle Comment
184 ActionDefinition.toggleComment.description= Toggle comment the selected lines
185
186 ActionDefinition.addBlockComment.name= Add Block Comment
187 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
188
189 ActionDefinition.removeBlockComment.name= Remove Block Comment
190 ActionDefinition.removeBlockComment.description= Remove the block comment around the selection
191
192 ActionDefinition.format.name= Format
193 ActionDefinition.format.description= Format the selected text
194
195 ActionDefinition.addImport.name= Add Import
196 ActionDefinition.addImport.description= Create import statement on selection
197
198 ActionDefinition.organizeImports.name= Organize Imports
199 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
200
201 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
202 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
203
204 ActionDefinition.overrideMethods.name= Override/Implement Methods
205 ActionDefinition.overrideMethods.description= Override or implement methods from super types
206
207 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
208 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
209
210 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
211 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
212
213 ActionDefinition.externalizeStrings.name= Externalize Strings
214 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
215
216 ActionDefinition.nextProblem.name= Go to Next Problem
217 ActionDefinition.nextProblem.description= Go to next problem
218
219 ActionDefinition.previousProblem.name= Go to Previous Problem
220 ActionDefinition.previousProblem.description= Go to previous problem
221
222 #--- Refactor menu
223 ActionDefinition.refactorRedo.name= Redo
224 ActionDefinition.refactorRedo.description= Redo the last refactoring
225
226 ActionDefinition.refactorUndo.name= Undo
227 ActionDefinition.refactorUndo.description= Undo the last refactoring
228
229 ActionDefinition.pullUp.name= Pull Up
230 ActionDefinition.pullUp.description= Move members to a superclass
231
232 ActionDefinition.renameElement.name= Rename
233 ActionDefinition.renameElement.description= Rename the selected element
234
235 ActionDefinition.modifyMethodParameters.name= Change Method Signature
236 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
237
238 ActionDefinition.moveElement.name= Move
239 ActionDefinition.moveElement.description= Move the selected element to a new location
240
241 ActionDefinition.extractLocalVariable.name= Extract Local Variable
242 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
243
244 ActionDefinition.extractConstant.name= Extract Constant
245 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
246
247 ActionDefinition.inline.name= Inline
248 ActionDefinition.inline.description= Inline a constant, local variable or method
249
250 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
251 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
252
253 ActionDefinition.extractMethod.name= Extract Method
254 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
255
256 ActionDefinition.extractInterface.name= Extract Interface
257 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
258
259 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
260 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
261
262 ActionDefinition.useSupertype.name= Use Supertype Where Possible
263 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
264
265 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
266 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
267
268 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
269 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
270
271 #--- Navigate menu
272 ActionDefinition.openEditor.name= Open
273 ActionDefinition.openEditor.description= Open an editor on the selected element
274
275 ActionDefinition.openSuperImplementation.name= Open Super Implementation
276 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
277
278 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
279 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
280
281 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
282 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
283
284 ActionDefinition.showInPackageView.name= Show in Package Explorer
285 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
286
287 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
288 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
289
290 #--- Search menu
291 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
292 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
293
294 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
295 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
296
297 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
298 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
299
300 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
301 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
302
303 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
304 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
305
306 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
307 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
308
309 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
310 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
311
312 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
313 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
314
315 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
316 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
317
318 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
319 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
320
321 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
322 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
323
324 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
325 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
326
327 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
328 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
329
330 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
331 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
332
333 #---  miscellaenous
334 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
335 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
336
337 ######################
338 ### External Tools ###
339 ######################
340 LaunchConfigurationTypePHPApplication.name=PHP Application
341
342 ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
343 ExtPoint.toolTypes = External Tool Types
344 ExtPoint.argumentVariables  = Argument Variables
345 ExtPoint.directoryVariables = Directory Variables
346 ExtPoint.fileVariables = File Variables
347 ExtPoint.refreshVariables = Refresh Scope Variables
348 ExternalToolsLaunchGroup.label = &External Tools
349 ToolType.programName = Program
350 ToolType.programDescription = An external tool that runs an application, a batch file, etc.
351 Menu.run = &Run
352 ActionSet.externalTools = External Tools
353 Action.externalTools = &External Tools
354 Action.externalToolsTip = Run Last Tool
355 PropertyPage.main = Main
356 PropertyPage.option = Options
357 PropertyPage.refresh = Refresh Scope
358 PropertyPage.antTargets = Targets
359 PropertyPage.externalToolsBuilders = PHP Launch Builders
360 CategoryView.externalTools = PHP Launchers
361 CategoryNewWizard.externalTools = PHP Launchers
362 NewWizard.programName = Program
363 NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
364 Builder.externalTools = Integrated PHP Launcher Builder
365 View.externalToolView = PHP Launchers
366 View.logConsole = Log Console
367 PreferencePage.externalToolsPreferences = PHP Launchers
368 PreferencePage.antConsolePreferences = Console
369 PreferencePage.antRuntimePreferences = Runtime
370
371 Program.externalTools = PHP Program
372
373 OccurrenceAnnotation.label= PHP Marker Occurrences
374
375 phpEditorFontDefiniton.label= Java Editor Text Font
376 phpEditorFontDefintion.description= The Java editor text font is used by Java editors.
377
378 #--- folding
379 foldingStructureProvidersExtensionPoint= Folding Structure Providers
380 defaultFoldingStructureProviderName= Default PHP Folding
381 Folding.label= F&olding