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