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