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