improved color settings through Preference page
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.properties
1 #########################################
2 #
3 #########################################
4 pluginName=PHPEclipse Tools Core
5 providerName=EclipseProject.de
6 naturePHP.name=PHP Project
7
8 perspectivePHP.name=PHP
9 perspectiveHTML.name=HTML
10 viewPHPResources.name=PHP Resources
11
12 newWizardCategory.name=PHP
13 newWizardPHPProject.name=PHP Project
14 newWizardPHPFile.name=PHP File
15
16 propertyPagePHPProject.name=PHP Project Properties
17
18 #
19 # Extension point names
20 #
21 phpEditorName=PHP Editor
22 phpConsoleView=PHP Console
23 phpFileExtension=php
24 php3FileExtension=php3
25 php4FileExtension=php4
26 incFileExtension=inc
27 phtmlFileExtension=phtml
28 htmlFileExtension=html
29 htmFileExtension=htm
30 xmlFileExtension=xml
31 #
32 # Action sets
33 #
34
35 AddBookmark.label=Add Boo&kmark
36 AddBookmark.tooltip=Add Bookmark...
37
38 AddTask.label=Add &Task
39 AddTask.tooltip=Add Task...
40 php.menu.label=&Source
41
42 ##########################################################################
43 # Coding Action set
44 ##########################################################################
45 CodingActionSet.label= PHP Coding
46 CodingActionSet.description= Action set containing coding related PHP actions
47
48 ##########################################################################
49 # Source Menu
50 ##########################################################################
51 SourceMenu.label= &Source
52
53 CommentAction.label= Co&mment@Ctrl+/
54
55 UncommentAction.label= &Uncomment@Ctrl+\\
56
57 ShiftRightAction.label= Sh&ift Right
58
59 ShiftLeftAction.label= S&hift Left
60
61 FormatAction.label= F&ormat@Ctrl+Shift+F
62
63 AddImportAction.label= A&dd Import@Ctrl+Shift+M
64
65 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
66
67 SurroundWithTryCatchAction.label= Surround with &try/catch block
68
69 OverrideMethodsAction.label= O&verride/Implement Methods...
70
71 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
72
73 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
74
75 AddJavaDocCommentAction.label= Add &PHPdoc Comment
76
77 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
78
79 ExternalizeStringsAction.label= &Externalize Strings...
80
81 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters
82 ConvertLineDelimitersToWindowsAction.label= To &Windows
83 ConvertLineDelimitersToUNIXAction.label= To &UNIX
84 ConvertLineDelimitersToMacAction.label= To &Mac
85
86 ##########################################################################
87 # Javadoc Support
88 ##########################################################################
89 PHPDocWizard.name= PHPDoc
90 PHPDocWizard.description=Generate PHPDoc
91 PHPDoc.preferencePageName= PHPDoc
92 CreatePHPDocAction.label= Run PHPDoc &Wizard...
93 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
94
95 ##########################################################################
96 # PHP Working Set Support
97 ##########################################################################
98 PHPWorkingSetPage.name= PHP
99
100
101 ##########################################################################
102 # Action Definitions
103 ##########################################################################
104 #--- Edit menu
105 ActionDefinition.show.outline.name= Show Outline
106 ActionDefinition.show.outline.description= Open the outline for the editor input
107
108 ActionDefinition.open.structure.name= Open Structure
109 ActionDefinition.open.structure.description= Show the structure of the selected element
110
111 ActionDefinition.gotoNextMember.name= Go to Next Member
112 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
113
114 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
115 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
116
117 ActionDefinition.selectEnclosing.name= Select Enclosing Element
118 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
119
120 ActionDefinition.selectNext.name= Select Next Element
121 ActionDefinition.selectNext.description= Expand selection to include next sibling
122
123 ActionDefinition.selectPrevious.name= Select Previous Element
124 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
125
126 ActionDefinition.selectLast.name= Restore Last Selection
127 ActionDefinition.selectLast.description= Restore last selection
128
129 ActionDefinition.contentAssistProposals.name= Content Assist
130 ActionDefinition.contentAssistProposals.description= Content Assist
131
132 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
133 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
134
135 ActionDefinition.correctionAssistProposals.name= Quick Fix
136 ActionDefinition.correctionAssistProposals.description= Quick Fix
137
138 ActionDefinition.showJavadoc.name= Show Tooltip Description
139 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
140
141 #--- Source menu
142 ActionDefinition.comment.name= Comment
143 ActionDefinition.comment.description= Turn the selected lines into PHP comments
144
145 ActionDefinition.uncomment.name= Uncomment
146 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
147
148 ActionDefinition.format.name= Format
149 ActionDefinition.format.description= Format the selected text
150
151 ActionDefinition.addImport.name= Add Import
152 ActionDefinition.addImport.description= Create import statement on selection
153
154 ActionDefinition.organizeImports.name= Organize Imports
155 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
156
157 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
158 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
159
160 ActionDefinition.overrideMethods.name= Override/Implement Methods
161 ActionDefinition.overrideMethods.description= Override or implement methods from super types
162
163 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
164 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
165
166 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
167 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
168
169 ActionDefinition.externalizeStrings.name= Externalize Strings
170 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
171
172 ActionDefinition.nextProblem.name= Go to Next Problem
173 ActionDefinition.nextProblem.description= Go to next problem
174
175 ActionDefinition.previousProblem.name= Go to Previous Problem
176 ActionDefinition.previousProblem.description= Go to previous problem
177
178 #--- Refactor menu
179 ActionDefinition.refactorRedo.name= Redo
180 ActionDefinition.refactorRedo.description= Redo the last refactoring
181
182 ActionDefinition.refactorUndo.name= Undo
183 ActionDefinition.refactorUndo.description= Undo the last refactoring
184
185 ActionDefinition.pullUp.name= Pull Up
186 ActionDefinition.pullUp.description= Move members to a superclass
187
188 ActionDefinition.renameElement.name= Rename
189 ActionDefinition.renameElement.description= Rename the selected element
190
191 ActionDefinition.modifyMethodParameters.name= Change Method Signature
192 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
193
194 ActionDefinition.moveElement.name= Move
195 ActionDefinition.moveElement.description= Move the selected element to a new location
196
197 ActionDefinition.extractLocalVariable.name= Extract Local Variable
198 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
199
200 ActionDefinition.extractConstant.name= Extract Constant
201 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
202
203 ActionDefinition.inline.name= Inline
204 ActionDefinition.inline.description= Inline a constant, local variable or method
205
206 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
207 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
208
209 ActionDefinition.extractMethod.name= Extract Method
210 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
211
212 ActionDefinition.extractInterface.name= Extract Interface
213 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
214
215 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
216 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
217
218 ActionDefinition.useSupertype.name= Use Supertype Where Possible
219 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
220
221 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
222 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
223
224 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
225 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
226
227 #--- Navigate menu
228 ActionDefinition.openEditor.name= Open
229 ActionDefinition.openEditor.description= Open an editor on the selected element
230
231 ActionDefinition.openSuperImplementation.name= Open Super Implementation
232 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
233
234 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
235 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
236
237 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
238 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
239
240 ActionDefinition.showInPackageView.name= Show in Package Explorer
241 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
242
243 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
244 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
245
246 #--- Search menu
247 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
248 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
249
250 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
251 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
252
253 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
254 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
255
256 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
257 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
258
259 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
260 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
261
262 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
263 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
264
265 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
266 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
267
268 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
269 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
270
271 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
272 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
273
274 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
275 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
276
277 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
278 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
279
280 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
281 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
282
283 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
284 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
285
286 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
287 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
288
289 #---  miscellaenous
290 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
291 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only