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