Goto line/Goto Matching Bracket Shortcuts should work
[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
87
88 UncommentAction.label= &Uncomment
89
90 ToggleCommentAction.label= Togg&le Comment
91
92 AddBlockCommentAction.label= Add &Block Comment
93
94 RemoveBlockCommentAction.label= Remove Bloc&k Comment
95
96 ShiftRightAction.label= Sh&ift Right
97
98 ShiftLeftAction.label= S&hift Left
99
100 FormatAction.label= F&ormat@Ctrl+Shift+F
101
102 AddImportAction.label= A&dd Import@Ctrl+Shift+M
103
104 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
105
106 SurroundWithTryCatchAction.label= Surround with &try/catch block
107
108 OverrideMethodsAction.label= O&verride/Implement Methods...
109
110 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
111
112 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
113
114 AddJavaDocCommentAction.label= Add &PHPdoc Comment
115
116 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
117
118 ExternalizeStringsAction.label= &Externalize Strings...
119
120 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
121 ConvertLineDelimitersToWindowsAction.label= &Windows
122 ConvertLineDelimitersToUNIXAction.label= &UNIX
123 ConvertLineDelimitersToMacAction.label= &Mac
124
125 ##########################################################################
126 # Javadoc Support
127 ##########################################################################
128 PHPDocWizard.name= PHPDoc
129 PHPDocWizard.description=Generate PHPDoc
130 PHPDoc.preferencePageName= PHPDoc
131 CreatePHPDocAction.label= Run PHPDoc &Wizard...
132 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
133
134 ##########################################################################
135 # PHP Working Set Support
136 ##########################################################################
137 PHPWorkingSetPage.name= PHP
138
139
140 sourceHover= Source
141 sourceHoverDescription= Shows the source of the selected element.
142 javadocHover= Javadoc
143 javadocHoverDescription= Shows the Javadoc of the selected element.
144 sequentialHover= Combined Hover
145 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.
146 annotationHover= Annotation Description
147 annotationHoverDescription= Shows the description of the selected annotation.
148 problemHover= Problem Description
149 problemHoverDescription= Shows the description of the selected problem.
150
151 ##########################################################################
152 # Action Definitions
153 ##########################################################################
154
155 category.source.name=Source
156 category.source.description= PHP Source Actions
157
158 context.editingPHPSource.name= Editing PHP Source
159 context.editingPHPSource.description= Editing PHP Source Context
160
161 scope.javaEditor.name=Java Editor
162
163 ##########################################################################
164 # Action Definitions
165 ##########################################################################
166 #--- Edit menu
167 ActionDefinition.show.outline.name= Show Outline
168 ActionDefinition.show.outline.description= Open the outline for the editor input
169
170 ActionDefinition.open.structure.name= Open Structure
171 ActionDefinition.open.structure.description= Show the structure of the selected element
172
173 ActionDefinition.gotoNextMember.name= Go to Next Member
174 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
175
176 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
177 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
178
179 ActionDefinition.selectEnclosing.name= Select Enclosing Element
180 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
181
182 ActionDefinition.selectNext.name= Select Next Element
183 ActionDefinition.selectNext.description= Expand selection to include next sibling
184
185 ActionDefinition.selectPrevious.name= Select Previous Element
186 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
187
188 ActionDefinition.selectLast.name= Restore Last Selection
189 ActionDefinition.selectLast.description= Restore last selection
190
191 ActionDefinition.contentAssistProposals.name= Content Assist
192 ActionDefinition.contentAssistProposals.description= Content Assist
193
194 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
195 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
196
197 ActionDefinition.correctionAssistProposals.name= Quick Fix
198 ActionDefinition.correctionAssistProposals.description= Quick Fix
199
200 ActionDefinition.showJavadoc.name= Show Tooltip Description
201 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
202
203 #--- Source menu
204 ActionDefinition.comment.name= Comment
205 ActionDefinition.comment.description= Turn the selected lines into PHP comments
206
207 ActionDefinition.uncomment.name= Uncomment
208 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
209
210 ActionDefinition.toggleComment.name= Toggle Comment
211 ActionDefinition.toggleComment.description= Toggle comment the selected lines
212
213 ActionDefinition.addBlockComment.name= Add Block Comment
214 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
215
216 ActionDefinition.removeBlockComment.name= Remove Block Comment
217 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
218
219 ActionDefinition.format.name= Format
220 ActionDefinition.format.description= Format the selected text
221
222 ActionDefinition.addImport.name= Add Import
223 ActionDefinition.addImport.description= Create import statement on selection
224
225 ActionDefinition.organizeImports.name= Organize Imports
226 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
227
228 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
229 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
230
231 ActionDefinition.overrideMethods.name= Override/Implement Methods
232 ActionDefinition.overrideMethods.description= Override or implement methods from super types
233
234 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
235 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
236
237 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
238 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
239
240 ActionDefinition.externalizeStrings.name= Externalize Strings
241 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
242
243 ActionDefinition.nextProblem.name= Go to Next Problem
244 ActionDefinition.nextProblem.description= Go to next problem
245
246 ActionDefinition.previousProblem.name= Go to Previous Problem
247 ActionDefinition.previousProblem.description= Go to previous problem
248
249 #--- Refactor menu
250 ActionDefinition.refactorRedo.name= Redo
251 ActionDefinition.refactorRedo.description= Redo the last refactoring
252
253 ActionDefinition.refactorUndo.name= Undo
254 ActionDefinition.refactorUndo.description= Undo the last refactoring
255
256 ActionDefinition.pullUp.name= Pull Up
257 ActionDefinition.pullUp.description= Move members to a superclass
258
259 ActionDefinition.renameElement.name= Rename
260 ActionDefinition.renameElement.description= Rename the selected element
261
262 ActionDefinition.modifyMethodParameters.name= Change Method Signature
263 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
264
265 ActionDefinition.moveElement.name= Move
266 ActionDefinition.moveElement.description= Move the selected element to a new location
267
268 ActionDefinition.extractLocalVariable.name= Extract Local Variable
269 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
270
271 ActionDefinition.extractConstant.name= Extract Constant
272 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
273
274 ActionDefinition.inline.name= Inline
275 ActionDefinition.inline.description= Inline a constant, local variable or method
276
277 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
278 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
279
280 ActionDefinition.extractMethod.name= Extract Method
281 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
282
283 ActionDefinition.extractInterface.name= Extract Interface
284 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
285
286 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
287 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
288
289 ActionDefinition.useSupertype.name= Use Supertype Where Possible
290 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
291
292 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
293 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
294
295 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
296 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
297
298 #--- Navigate menu
299 ActionDefinition.openEditor.name= Open
300 ActionDefinition.openEditor.description= Open an editor on the selected element
301
302 ActionDefinition.openSuperImplementation.name= Open Super Implementation
303 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
304
305 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
306 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
307
308 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
309 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
310
311 ActionDefinition.showInPackageView.name= Show in Package Explorer
312 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
313
314 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
315 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
316
317 #--- Search menu
318 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
319 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
320
321 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
322 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
323
324 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
325 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
326
327 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
328 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
329
330 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
331 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
332
333 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
334 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
335
336 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
337 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
338
339 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
340 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
341
342 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
343 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
344
345 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
346 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
347
348 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
349 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
350
351 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
352 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
353
354 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
355 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
356
357 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
358 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
359
360 #---  miscellaenous
361 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
362 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
363
364 ######################
365 ### External Tools ###
366 ######################
367 LaunchConfigurationTypePHPApplication.name=PHP Application
368
369 ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
370 ExtPoint.toolTypes = External Tool Types
371 ExtPoint.argumentVariables  = Argument Variables
372 ExtPoint.directoryVariables = Directory Variables
373 ExtPoint.fileVariables = File Variables
374 ExtPoint.refreshVariables = Refresh Scope Variables
375 ExternalToolsLaunchGroup.label = &External Tools
376 ToolType.programName = Program
377 ToolType.programDescription = An external tool that runs an application, a batch file, etc.
378 Menu.run = &Run
379 ActionSet.externalTools = External Tools
380 Action.externalTools = &External Tools
381 Action.externalToolsTip = Run Last Tool
382 PropertyPage.main = Main
383 PropertyPage.option = Options
384 PropertyPage.refresh = Refresh Scope
385 PropertyPage.antTargets = Targets
386 PropertyPage.externalToolsBuilders = PHP Launch Builders
387 CategoryView.externalTools = PHP Launchers
388 CategoryNewWizard.externalTools = PHP Launchers
389 NewWizard.programName = Program
390 NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
391 Builder.externalTools = Integrated PHP Launcher Builder
392 View.externalToolView = PHP Launchers
393 View.logConsole = Log Console
394 PreferencePage.externalToolsPreferences = PHP Launchers
395 PreferencePage.antConsolePreferences = Console
396 PreferencePage.antRuntimePreferences = Runtime
397
398 Program.externalTools = PHP Program
399
400 OccurrenceAnnotation.label= PHP Marker Occurrences
401
402 phpEditorFontDefiniton.label= Java Editor Text Font
403 phpEditorFontDefintion.description= The Java editor text font is used by Java editors.
404
405 #--- folding
406 foldingStructureProvidersExtensionPoint= Folding Structure Providers
407 defaultFoldingStructureProviderName= Default PHP Folding
408 Folding.label= F&olding