Removes the "Show Line Numbers" option from the PHPEclipse preferences and sets the...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / PHPUIMessages.properties
1 #########
2 ## jdt.internal.ui
3 #########
4
5 JavaPlugin.internal_error=Internal Error
6 JavaElementProperties.name=Name
7
8 #########
9 ## actions
10 #########
11 AddWatchpointAction.errorTitle=Error Adding Watchpoint
12
13 AddGetterSetterAction.label=&Create Getter and Setter
14 AddGetterSetterAction.description=Create getter and setter methods for the field
15 AddGetterSetterAction.tooltip=Create Getter and Setter Methods for the Field
16
17 AddGetterSetterAction.error.title=Generate Getter and Setter
18 AddGetterSetterAction.error.actionfailed=Generate Getter and Setter Failed.
19 AddGetterSetterAction.error.fieldNotExisting=The field ''{0}'' has been removed in the editor.
20
21 AddGetterSetterAction.QueryDialog.title=Generate Getter and Setter
22 AddGetterSetterAction.SkipSetterForFinalDialog.message=Field ''{0}'' is final.\nOK to only create getter?
23 AddGetterSetterAction.SkipExistingDialog.message=Method ''{0}'' already exists.\nSkip creation?
24 AddGetterSetterAction.SkipExistingDialog.skip.label=&Skip
25 AddGetterSetterAction.SkipExistingDialog.replace.label=&Replace
26 AddGetterSetterAction.SkipExistingDialog.skipAll.label=Skip &All
27
28 AddMethodStubAction.label=Create Method
29 AddMethodStubAction.detailed.implement=&Implement in ''{0}''
30 AddMethodStubAction.detailed.override=&Override in ''{0}''
31 AddMethodStubAction.description=Add method stub to type
32 AddMethodStubAction.tooltip=Add Method Stub to Type
33
34 AddMethodStubAction.error.title=Add Method Stub Failed
35 AddMethodStubAction.error.type_removed_in_editor=Input type has been removed in editor
36
37 AddMethodStubAction.QueryDialog.title=Create Method Stub
38 AddMethodStubAction.OverridesFinalDialog.message=This will override the final method ''{0}'' from ''{1}''\nOK to continue?
39 AddMethodStubAction.OverridesPrivateDialog.message=This will override the private method ''{0}'' from ''{1}''\nOK to continue?
40 AddMethodStubAction.ReplaceExistingDialog.message=This will replace the existing method ''{0}''.\nOK to continue?
41
42 AddJavaDocStubAction.label=Add &PHPDoc Comment
43 AddJavaDocStubAction.description=Add a PHPDoc comment stub to the member element
44 AddJavaDocStubAction.tooltip=Add a PHPDoc comment stub to the member element
45
46 AddJavaDocStubsAction.error.dialogTitle=Add PHPDoc Comment
47 AddJavaDocStubsAction.error.noWorkingCopy=Could not find working copy.
48 AddJavaDocStubsAction.error.memberNotExisting=Member has been removed in editor.
49 AddJavaDocStubsAction.error.actionFailed=Error while adding PHPDoc comment
50
51 AddUnimplementedMethodsAction.label=&Override Methods...
52 AddUnimplementedMethodsAction.description=Override Methods from super types.
53 AddUnimplementedMethodsAction.tooltip=Override Methods
54
55 AddUnimplementedMethodsAction.error.title=Override Methods
56 AddUnimplementedMethodsAction.error.nothing_found=No methods to override found for this type.
57 AddUnimplementedMethodsAction.error.type_removed_in_editor=Input type has been removed in editor.
58
59 AddUnimplementedConstructorsAction.label=Add &Constructors from Superclass
60 AddUnimplementedConstructorsAction.description=Evaluate and add constructors from superclass
61 AddUnimplementedConstructorsAction.tooltip=Add Constructors from Superclass
62
63 AddUnimplementedConstructorsAction.error.title=Add Constructors from Superclass
64 AddUnimplementedConstructorsAction.error.nothing_found=No unimplemented constructors found.
65 AddUnimplementedConstructorsAction.error.type_removed_in_editor=Input type has been removed in editor.
66
67 OpenHierarchyPerspectiveItem.menulabel=Open Type &Hierarchy
68
69 OpenImportDeclarationAction.errorMessage=Cannot open resource
70 OpenImportDeclarationAction.errorTitle=Error On Open
71 OpenImportDeclarationAction.label=&Open
72 OpenImportDeclarationAction.description=Open the selected element in the editor\t
73 OpenImportDeclarationAction.tooltip=Open the Selected Element in the Editor
74
75 OpenJavaElementAction.description=Open the selected element
76 OpenJavaElementAction.tooltip=Open the Selected Element
77 OpenJavaElementAction.errorMessage=Cannot open element:
78 OpenJavaElementAction.errorTitle=Problems while Opening Element
79 OpenJavaElementAction.label=&Open
80
81 OpenTypeAction.description=Open a type in the editor
82 OpenTypeAction.tooltip=Open a Type
83 OpenTypeAction.dialogMessage=&Choose a type (? = any character, * = any string):
84 OpenTypeAction.dialogTitle=Open Type
85 OpenTypeAction.errorMessage=An exception occurred while opening the type.
86 OpenTypeAction.errorTitle=Open Type
87 OpenTypeAction.label=Open Type...@Ctrl+Shift+T
88
89 OpenSuperImplementationAction.label=Open S&uper Implementation
90 OpenSuperImplementationAction.description=Open the Implementation in the Super Type
91 OpenSuperImplementationAction.tooltip=Open the Implementation in the Super Type
92 OpenSuperImplementationAction.error.title=Open Super Implementation
93 OpenSuperImplementationAction.error.message=Opening failed. Check log for details.
94
95 ShowInPackageViewAction.label=Show in &Package Explorer
96 ShowInPackageViewAction.description=Show the selected element in Package Explorer
97 ShowInPackageViewAction.tooltip=Show in Package Explorer
98 ShowInPackageViewAction.error.title=Show In Package Explorer
99 ShowInPackageViewAction.error.message=Internal error. Please see log for details.
100
101 ShowTypeHierarchyAction.label=&Show in Type Hierarchy
102 ShowTypeHierarchyAction.tooltip=Show in Type Hierarchy
103 ShowTypeHierarchyAction.description=Show the type hierarchy of the selected type
104
105 ShowTypeHierarchyAction.selectiondialog.title=Show In Type Hierarchy
106 ShowTypeHierarchyAction.selectiondialog.message=&Select the type to be shown in the Type Hierarchy view:
107
108 ShowTypeHierarchyAction.error.title=Problems Opening Type Hierarchy
109
110
111 #######
112 ## dialogs
113 #######
114
115 ElementTreeSelectionDialog.nothing_available=No entries available.
116
117 CheckedTreeSelectionDialog.nothing_available=No entries available.
118 CheckedTreeSelectionDialog.select_all=Select &All
119 CheckedTreeSelectionDialog.deselect_all=&Deselect All
120
121 MultiElementListSelectionDialog.pageInfoMessage=Page {0} of {1}
122
123 MultiTypeSelectionDialog.dialogMessage=Could not uniquely map the type name to a type.
124 MultiTypeSelectionDialog.dialogTitle=Select Type
125 MultiTypeSelectionDialog.errorMessage=Could not uniquely map the type name to a type.
126 MultiTypeSelectionDialog.errorTitle=Select Type
127 MultiTypeSelectionDialog.error2Message=Unexpected exception. See log for details.
128 MultiTypeSelectionDialog.error2Title=Exception
129
130 TypeSelectionDialog.errorMessage=Could not uniquely map the type name to a type.
131 TypeSelectionDialog.errorTitle=Select Type
132 TypeSelectionDialog.lowerLabel=&Qualifier:
133 TypeSelectionDialog.upperLabel=&Matching types:
134 TypeSelectionDialog.notypes.title=Type Selection
135 TypeSelectionDialog.notypes.message=No types available.
136 TypeSelectionDialog.error2Message=Unexpected exception. See log for details.
137 TypeSelectionDialog.error2Title=Exception
138 TypeSelectionDialog.error3Message=Unexpected exception. See log for details.
139 TypeSelectionDialog.error3Title=Exception
140
141 ExceptionDialog.seeErrorLogMessage= See error log for more details.
142
143 MainTypeSelectionDialog.errorTitle=Error
144 MultiMainTypeSelectionDialog.errorTitle=Error
145
146 ######
147 ## dnd
148 ######
149 LocalSelectionTransfer.errorMessage=Received wrong transfer data.
150
151 ###########
152 ## preferences
153 ###########
154 BuildPathsPropertyPage.error.message=An error occurred while setting the build path
155 BuildPathsPropertyPage.error.title=Error Setting Build Path
156 BuildPathsPropertyPage.no_java_project.message=Not a Java project.
157 BuildPathsPropertyPage.closed_project.message=Java information is not available for a closed project.
158
159 ClasspathVariablesPreferencePage.description=A classpath variable can be added to a project's class path. It can be used to define the location of a JAR file that isn't part of the workspace. The reserved class path variables JRE_LIB, JRE_SRC, JRE_SRCROOT are set internally depending on the JRE setting.
160
161 ImportOrganizePreferencePage.description=Preferences used by the Organize Imports action:
162
163 ImportOrganizePreferencePage.order.label=Define the &sorting order of import statements. A package name prefix (e.g. org.eclipse) is a valid entry.
164
165 ImportOrganizePreferencePage.order.add.button=&New..
166 ImportOrganizePreferencePage.order.edit.button=&Edit...
167 ImportOrganizePreferencePage.order.up.button=&Up
168 ImportOrganizePreferencePage.order.down.button=Do&wn
169 ImportOrganizePreferencePage.order.remove.button=&Remove
170 ImportOrganizePreferencePage.order.load.button=&Load...
171 ImportOrganizePreferencePage.order.save.button=Sa&ve...
172 ImportOrganizePreferencePage.ignoreLowerCase.label=Do not create imports for &types starting with a lowercase letter
173
174 ImportOrganizePreferencePage.threshold.label=Number of &qualified imports before .* is used (e.g. org.eclipse.*):
175 ImportOrganizePreferencePage.error.invalidthreshold=Invalid import number.
176
177 ImportOrganizePreferencePage.loadDialog.title=Load Import Order from File
178 ImportOrganizePreferencePage.loadDialog.error.title=Load Import Order
179 ImportOrganizePreferencePage.loadDialog.error.message=Loading failed. Not a valid import order file.
180
181 ImportOrganizePreferencePage.saveDialog.title=Save Import Order to File
182 ImportOrganizePreferencePage.saveDialog.error.title=Save Import Order
183 ImportOrganizePreferencePage.saveDialog.error.message=Writing import order file failed.
184
185
186 ImportOrganizeInputDialog.title=Import Order Entry
187 ImportOrganizeInputDialog.message=&Package name or package name prefix:
188 ImportOrganizeInputDialog.browse.button=&Browse...
189 ImportOrganizeInputDialog.ChoosePackageDialog.title=Package Selection
190 ImportOrganizeInputDialog.ChoosePackageDialog.description=Choose package name or package prefix:
191 ImportOrganizeInputDialog.ChoosePackageDialog.empty=No packages available.
192 ImportOrganizeInputDialog.error.enterName=Enter a package name.
193 ImportOrganizeInputDialog.error.invalidName=Not a valid package name. {0}
194 ImportOrganizeInputDialog.error.entryExists=Package name already exists in list.
195
196 JavaBasePreferencePage.description=General settings for Java development:
197
198 JavaBasePreferencePage.linkPackageView= L&ink Package Explorer selection to active editor
199 JavaBasePreferencePage.dblClick=A&ction on double-clicking in Package Explorer on container is  'Go Into'
200 JavaBasePreferencePage.cuChildren=S&how members in Package Explorer
201
202 JavaBasePreferencePage.updateJavaViews=Update Java views:
203 JavaBasePreferencePage.onSave=On &save only
204 JavaBasePreferencePage.whileEditing=While &editing
205 JavaBasePreferencePage.notice.outliner=Note: This preference is not applied to already opened views (Outline view is always updated while editing)
206
207 JavaBasePreferencePage.typeHierarchySettings=Type Hierarchy settings
208 JavaBasePreferencePage.linkTypeHierarchy=Lin&k Type Hierarchy view selection to active editor
209 JavaBasePreferencePage.openTypeHierarchy=When opening a Type Hierarchy:
210 JavaBasePreferencePage.inPerspective=Open a new Type Hierarchy &Perspective
211 JavaBasePreferencePage.inView=Show the &Type Hierarchy View in the current perspective
212 JavaBasePreferencePage.doubleclick.action=Action on double click in the Package Explorer:
213 JavaBasePreferencePage.doubleclick.gointo=&Go into the selected element
214 JavaBasePreferencePage.doubleclick.expand=E&xpand the selected element
215
216 JavaBasePreferencePage.linkSettings.text=Link settings:
217 JavaBasePreferencePage.linkJavaBrowsingViewsCheckbox.text=&Link Java Browsing views selection to active editor
218
219
220 NewJavaProjectPreferencePage.description=Specify the classpath entries used as default by the New Java Project creation wizard:
221
222 NewJavaProjectPreferencePage.sourcefolder.label=As source and output location use:
223 NewJavaProjectPreferencePage.sourcefolder.project=&Project
224 NewJavaProjectPreferencePage.sourcefolder.folder=&Folders
225 NewJavaProjectPreferencePage.folders.src=&Source folder name:
226 NewJavaProjectPreferencePage.folders.bin=&Output location name:
227
228 NewJavaProjectPreferencePage.jrelibrary.label=As &JRE library use:
229 NewJavaProjectPreferencePage.jre_variable.description=JRE_LIB variable
230 NewJavaProjectPreferencePage.jre_container.description=JRE container
231
232 NewJavaProjectPreferencePage.folders.error.namesempty=Enter folder names.
233 NewJavaProjectPreferencePage.folders.error.invalidsrcname=Invalid source folder name: {0}
234 NewJavaProjectPreferencePage.folders.error.invalidbinname=Invalid output folder name: {0}
235
236 NewJavaProjectPreferencePage.error.decode=Error while decoding JRE entry
237
238 PHPEditorPreferencePage.updatesOnNextChangeIinEditor.label=Note: Updates on next change in the editor
239 PHPEditorPreferencePage.annotationsTab.title= Annotation&s
240 PHPEditorPreferencePage.showQuickFixables=&Indicate problems solvable with Quick Fix in vertical ruler
241 PHPEditorPreferencePage.description=PHP Editor settings:
242 PHPEditorPreferencePage.font=Text Font:
243 PHPEditorPreferencePage.multiLineComment=Multi-line comment
244 PHPEditorPreferencePage.singleLineComment=Single-line comment
245 PHPEditorPreferencePage.tags=PHP tags
246 PHPEditorPreferencePage.keywords=Keywords
247 PHPEditorPreferencePage.functionNames=Predefined function names
248 PHPEditorPreferencePage.variables=Variables
249 PHPEditorPreferencePage.constants=Constants
250 PHPEditorPreferencePage.types=Types
251 PHPEditorPreferencePage.strings=Strings
252 PHPEditorPreferencePage.others=Others
253 PHPEditorPreferencePage.phpDocKeywords=PHPDoc keywords
254 PHPEditorPreferencePage.phpDocHtmlTags=PHPDoc HTML tags
255 PHPEditorPreferencePage.phpDocLinks=PHPDoc links
256 PHPEditorPreferencePage.phpDocOthers=PHPDoc others
257 PHPEditorPreferencePage.backgroundColor=Background color
258 PHPEditorPreferencePage.systemDefault=S&ystem Default
259 PHPEditorPreferencePage.custom=C&ustom:
260 PHPEditorPreferencePage.foreground=Fo&reground:
261 PHPEditorPreferencePage.color=C&olor:
262 PHPEditorPreferencePage.bold=&Bold
263 PHPEditorPreferencePage.preview=Preview:
264 PHPEditorPreferencePage.textFont=Text &font:
265 PHPEditorPreferencePage.displayedTabWidth=Displayed &tab width:
266 PHPEditorPreferencePage.insertSpaceForTabs=Ins&ert space for tabs (see Code Formatter preference page)
267 PHPEditorPreferencePage.showOverviewRuler=Show overview &ruler
268 PHPEditorPreferencePage.highlightMatchingBrackets=Highlight &matching brackets
269 PHPEditorPreferencePage.matchingBracketsHighlightColor=Matching &brackets highlight color:
270 PHPEditorPreferencePage.highlightCurrentLine=Hi&ghlight current line
271 PHPEditorPreferencePage.currentLineHighlightColor=Current &line highlight color:
272 PHPEditorPreferencePage.showPrintMargin=Sho&w print margin
273 PHPEditorPreferencePage.printMarginColor=Print m&argin color:
274 PHPEditorPreferencePage.printMarginColumn=Print margin col&umn:
275 PHPEditorPreferencePage.findScopeColor=F&ind Scope Color:
276 PHPEditorPreferencePage.linkedPositionColor=Lin&ked Position Color:
277 PHPEditorPreferencePage.insertSingleProposalsAutomatically=Insert single &proposals automatically
278 PHPEditorPreferencePage.showOnlyProposalsVisibleInTheInvocationContext=Show only proposals &visible in the invocation context
279 PHPEditorPreferencePage.presentProposalsInAlphabeticalOrder=Present proposals in a&lphabetical order
280 PHPEditorPreferencePage.enableAutoActivation=&Enable auto activation
281 PHPEditorPreferencePage.automaticallyAddImportInsteadOfQualifiedName=Automatically add &import instead of qualified name
282 PHPEditorPreferencePage.insertCompletion=&Insert completion
283 PHPEditorPreferencePage.fillArgumentNamesOnMethodCompletion=&Fill argument names on method completion
284 PHPEditorPreferencePage.guessArgumentNamesOnMethodCompletion=&Guess filled argument names
285 PHPEditorPreferencePage.autoActivationDelay=Auto activation dela&y:
286 PHPEditorPreferencePage.autoActivationTriggersForPHP=Auto activation &triggers for PHP:
287 PHPEditorPreferencePage.autoActivationTriggersForPHPDoc=Auto activation triggers for &PHPDoc:
288 PHPEditorPreferencePage.autoActivationTriggersForHTML=Auto activation triggers for &HTML:
289 PHPEditorPreferencePage.backgroundForCompletionProposals=&Background for completion proposals:
290 PHPEditorPreferencePage.foregroundForCompletionProposals=&Foreground for completion proposals:
291 PHPEditorPreferencePage.backgroundForMethodParameters=Bac&kground for method parameters:
292 PHPEditorPreferencePage.foregroundForMethodParameters=Fo&reground for method parameters:
293 PHPEditorPreferencePage.backgroundForCompletionReplacement=Back&ground for completion replacement:
294 PHPEditorPreferencePage.foregroundForCompletionReplacement=Foregr&ound for completion replacement:
295 PHPEditorPreferencePage.general=Appeara&nce
296 PHPEditorPreferencePage.colors=Synta&x
297 PHPEditorPreferencePage.codeAssist=Code A&ssist
298 PHPEditorPreferencePage.change=C&hange...
299 PHPEditorPreferencePage.empty_input=Empty input
300 PHPEditorPreferencePage.invalid_input=''{0}'' is not a valid input.
301 PHPEditorPreferencePage.lineNumberColor=Line number foreground color:
302 PHPEditorPreferencePage.matchingBracketsHighlightColor2=Matching brackets highlight
303 PHPEditorPreferencePage.currentLineHighlighColor=Current line highlight
304 PHPEditorPreferencePage.printMarginColor2=Print margin
305 PHPEditorPreferencePage.findScopeColor2=Find scope
306 PHPEditorPreferencePage.linkedPositionColor2=Linked position
307 PHPEditorPreferencePage.linkColor2=Link
308 PHPEditorPreferencePage.synchronizeOnCursor=Synchroni&ze outline selection on cursor move (editor must be reopened)
309 PHPEditorPreferencePage.appearanceOptions=Appearance co&lor options:
310 PHPEditorPreferencePage.behaviourTab.title=Be&havior
311 PHPEditorPreferencePage.closeStringsPHP=Automatically close str&ings in PHP mode
312 PHPEditorPreferencePage.closeBracketsPHP=Automatically close &brackets and parenthesis in PHP mode
313 PHPEditorPreferencePage.closeBraces=Automatically close bra&ces
314 PHPEditorPreferencePage.closePHPDocs=Automatically close PHP&Docs and comments
315 PHPEditorPreferencePage.wrapStrings=Smart PHP stri&ng wrapping
316 PHPEditorPreferencePage.addPHPDocTags=Automatically add PHPDoc &tags
317 PHPEditorPreferencePage.formatPHPDocs=Automatically format &PHPDocs and multi-line comments
318 PHPEditorPreferencePage.smartPaste= Sma&rt pasting for correct indentation
319 PHPEditorPreferencePage.smartHomeEnd= S&mart cursor positioning at line start and end
320 PHPEditorPreferencePage.closeStringsHTML=Automatically close str&ings in HTML mode
321 PHPEditorPreferencePage.closeBracketsHTML=Automatically close &brackets and parenthesis in HTML mode
322
323 PHPEditorPreferencePage.hoverTab.title= Ho&vers
324
325
326 JavaElementInfoPage.binary=binary
327 JavaElementInfoPage.classpath_entry_kind=Classpath entry kind: 
328 JavaElementInfoPage.library=library
329 JavaElementInfoPage.nameLabel=Name: 
330 JavaElementInfoPage.not_present=not present
331 JavaElementInfoPage.package=Package: 
332 JavaElementInfoPage.package_contents=Package contents: 
333 JavaElementInfoPage.project=project
334 JavaElementInfoPage.resource_path=Resource path: 
335 JavaElementInfoPage.source=source
336 JavaElementInfoPage.variable=variable
337 JavaElementInfoPage.variable_path=Variable path:
338 JavaElementInfoPage.location=Location:
339
340 JavadocConfigurationPropertyPage.IsPackageFragmentRoot.description=Specify the location (URL) of the documentation generated by PHPDoc. The Javadoc location will contain a file called 'package-list'. For example: \'http://www.sample-url.org/doc/\'
341 JavadocConfigurationPropertyPage.IsIncorrectElement.description=PHPDoc location can only be attached to JAR files in projects or Java projects
342 JavadocConfigurationPropertyPage.IsJavaProject.description=Specify the location (URL) of the project\'s PHPDoc documentation. This location is used by the PHPDoc export wizard as default value and by the \'Open External PHPDoc\' action. For example: \'file://c:/myworkspace/myproject/doc/\'.
343
344 JavadocConfigurationBlock.location.label=PHPDoc &Location:
345 JavadocConfigurationBlock.location.button=Bro&wse...
346
347 JavadocConfigurationBlock.error.invalidurl=Not a valid URL: {0}
348 JavadocConfigurationBlock.error.notafolder=Location does not exist.
349 JavadocConfigurationBlock.warning.packagelistnotfound=Location does not contain file 'package-list'.
350
351 JavadocConfigurationBlock.javadocLocationDialog.label=PHPDoc Location Selection
352 JavadocConfigurationBlock.javadocLocationDialog.message=&Select PHPDoc location:
353
354 JavadocConfigurationBlock.MalformedURL.error=Invalid URL
355
356 JavadocConfigurationBlock.ValidateButton.label=&Validate...
357 JavadocConfigurationBlock.InvalidLocation.message= Location is invalid. Location contains neither the file \'package-list\' nor \'index.html'.
358 JavadocConfigurationBlock.ValidLocation.message= Location is valid. Files \'package-list\' and \'index.html\' found. Click OK to open in browser.
359 JavadocConfigurationBlock.UnableToValidateLocation.message=Unable to validate location
360 JavadocConfigurationBlock.MessageDialog.title=Validating PHPDoc Location
361 JavadocConfigurationBlock.EmptyJavadocLocation.warning=Enter a javadoc location
362
363 JavadocPreferencePage.description=Specify the location of the PHPDoc command to be used by the PHPDoc export wizard. Location must be an absolute path.
364 JavadocPreferencePage.command.label=&PHPDoc command:
365 JavadocPreferencePage.command.button=Bro&wse...
366
367 JavadocPreferencePage.error.notexists=PHPDoc command does not exist
368
369 JavadocPreferencePage.browsedialog.title=PHPDoc Command Selection
370
371 SourceAttachmentPropertyPage.error.title=Error Attaching Source
372 SourceAttachmentPropertyPage.error.message=An error occurred while associating the source
373
374 SourceAttachmentPropertyPage.noarchive.message=Source can only be attached to JAR files in Java projects.
375 SourceAttachmentPropertyPage.containerentry.message=JAR belongs to the container ''{0}''.\nTo configure the source attachment, go directly to the corresponding configuration page (For example for JREs go to ''Installed JREs'' page in the preferences).
376
377 AppearancePreferencePage.description= Appearance of Java elements in viewers:
378 AppearancePreferencePage.methodreturntype.label= Show &method return types
379 AppearancePreferencePage.overrideindicator.label= Show &override indicators in outline and hierarchy
380 AppearancePreferencePage.pkgNamePatternEnable.label= &Compress package name segments (except for the last one)
381 AppearancePreferencePage.pkgNamePattern.label= Com&pression pattern (e.g. given package name 'net.sourceforge.phpdt' pattern '.' will compress it to '..jdt',  '0' to 'jdt', '1~.' to 'o~.e~.jdt'):
382
383 AppearancePreferencePage.showMembersInPackagesView=S&how members in Package Explorer
384 AppearancePreferencePage.stackViewsVerticallyInTheJavaBrowsingPerspective=&Stack views vertically in the Java Browsing perspective
385 AppearancePreferencePage.preferenceOnlyEffectiveForNewPerspectives=Note: This preference will only take effect on new perspectives
386 AppearancePreferencePage.packageNameCompressionPattern.error.isEmpty=Enter a package name compression pattern
387
388 CodeFormatterPreferencePage.description=Options for the PHP Code Formatter:
389
390 CodeFormatterPreferencePage.empty_input=Empty input
391 CodeFormatterPreferencePage.invalid_input=''{0}'' is not a valid input.
392
393 CodeFormatterPreferencePage.newline_opening_braces.label=I&nsert a new line before an opening brace
394 CodeFormatterPreferencePage.newline_control_statement.label=Insert new &lines in control statements
395 CodeFormatterPreferencePage.newline_clear_lines=Clear all &blank lines
396 CodeFormatterPreferencePage.newline_else_if.label=&Insert new line between 'else if'
397 CodeFormatterPreferencePage.newline_empty_block.label=In&sert a new line inside an empty block
398 CodeFormatterPreferencePage.split_line.label=Ma&ximum line length:
399 CodeFormatterPreferencePage.style_compact_assignement.label=&Compact assignment
400 CodeFormatterPreferencePage.style_compact_arrays.label=Compact &arrays
401 CodeFormatterPreferencePage.style_compact_string_concatenation.label=Compact &string concatenation
402 CodeFormatterPreferencePage.tab_char.label=Indentation is represented by a &tab
403 CodeFormatterPreferencePage.tab_size.label=&Number of spaces representing a tab:
404
405 CodeFormatterPreferencePage.tab.newline.tabtitle=Ne&w Lines
406 CodeFormatterPreferencePage.tab.linesplit.tabtitle=Line S&plitting
407 CodeFormatterPreferencePage.tab.style.tabtitle=St&yle
408
409 CompilerPreferencePage.description=Options for the Java compiler:\nNote that a full rebuild is required to make changes effective.
410 CompilerPreferencePage.generation.tabtitle=Classfile &Generation
411 CompilerPreferencePage.warnings.tabtitle=&Errors and Warnings
412 CompilerPreferencePage.compliance.tabtitle=&JDK Compliance
413 CompilerPreferencePage.others.tabtitle=&Other
414
415 CompilerPreferencePage.warnings.description=Select the severity level for the following problems:
416
417 CompilerPreferencePage.variable_attr.label=Add &variable attributes to generated class files (used by the debugger)
418 CompilerPreferencePage.line_number_attr.label=Add &line number attributes to generated class files (used by the debugger)
419 CompilerPreferencePage.source_file_attr.label=Add &source file name to generated class file (used by the debugger)
420 CompilerPreferencePage.codegen_unused_local.label=Preserve &unused local variables (i.e. never read) 
421
422 CompilerPreferencePage.compiler_compliance.label=&Compiler compliance level:
423 CompilerPreferencePage.default_settings.label=&Use default compliance settings
424 CompilerPreferencePage.source_compatibility.label=&Source compatibility:
425 CompilerPreferencePage.codegen_targetplatform.label=Ge&nerated .class files compatibility:
426 CompilerPreferencePage.pb_assert_as_identifier.label=&Report 'assert' as identifier:
427
428 CompilerPreferencePage.pb_unreachable_code.label=&Unreachable code:
429 CompilerPreferencePage.pb_invalid_import.label=Unresol&vable import statements:
430 CompilerPreferencePage.pb_overriding_pkg_dflt.label=&Methods overridden but not package visible:
431 CompilerPreferencePage.pb_method_naming.label=Me&thods with a constructor name:
432 CompilerPreferencePage.pb_deprecation.label=Usage of de&precated API:
433 CompilerPreferencePage.pb_hidden_catchblock.label=&Hidden catch blocks:
434 CompilerPreferencePage.pb_unused_imports.label=Unu&sed includes:
435 CompilerPreferencePage.pb_unused_local.label=Unused &local variables (i.e. never read):
436 CompilerPreferencePage.pb_unused_parameter.label=U&nused parameters (i.e. never read):
437 CompilerPreferencePage.pb_synth_access_emul.label=A&ccess to a non-accessible member of an enclosing type:
438 CompilerPreferencePage.pb_non_externalized_strings.label=Non-e&xternalized strings:
439 CompilerPreferencePage.pb_max_per_unit.label=Maximum number of problems &reported per compilation unit:
440
441 CompilerPreferencePage.resource_filter.description=Enter resources and resource types that should not be copied to the output folder during a build. List is comma separated (e.g. '*.doc, plugin.xml, scripts/')
442 CompilerPreferencePage.resource_filter.label=Filtered &Resources:
443 CompilerPreferencePage.build_invalid_classpath.label=Stop &building when an invalid classpath is detected
444
445 CompilerPreferencePage.error=Error
446 CompilerPreferencePage.warning=Warning
447 CompilerPreferencePage.ignore=Ignore
448
449 CompilerPreferencePage.jvm11=JVM 1.1
450 CompilerPreferencePage.jvm12=JVM 1.2
451 CompilerPreferencePage.jvm13=JVM 1.3
452 CompilerPreferencePage.jvm14=JVM 1.4
453
454 CompilerPreferencePage.version11=1.1
455 CompilerPreferencePage.version12=1.2
456 CompilerPreferencePage.version13=1.3
457 CompilerPreferencePage.version14=1.4
458
459 CompilerPreferencePage.needsbuild.title=Compiler Settings Changed
460 CompilerPreferencePage.needsbuild.message=The compiler settings have changed. A full rebuild is required to make changes effective. Do the full build now?
461
462 CompilerPreferencePage.builderror.title=Compiler Settings
463 CompilerPreferencePage.builderror.message=Problem while building. Check log for details.
464
465 CompilerPreferencePage.cpl13src14.error=In 1.3 compliance level, source compatibility can not be 1.4
466 CompilerPreferencePage.cpl13trg14.error=In 1.3 compliance level, the classfile compatibility can not be 1.4
467 CompilerPreferencePage.src14asrterr.error=With 1.4 source compatibility, 'assert' can not be an identifier.
468 CompilerPreferencePage.src14tgt14.error=With 1.4 source compatibility, the classfile compatibility must be 1.4
469
470 CompilerPreferencePage.empty_input=Number of problems can not be empty.
471 CompilerPreferencePage.invalid_input={0} is not a valid number of problems.
472
473 CompilerPreferencePage.filter.invalidsegment.error=Filter is invalid: {0}
474
475 CodeGenerationPreferencePage.description=Options for Code Generation:
476
477 CodeGenerationPreferencePage.gettersetter.label=Getter and Setter Creation:
478 CodeGenerationPreferencePage.gettersetter.prefix.checkbox=Remove &prefix from field names
479 CodeGenerationPreferencePage.gettersetter.prefix.list=P&refix list (comma separated):
480 CodeGenerationPreferencePage.gettersetter.suffix.checkbox=Remove &suffix from field names
481 CodeGenerationPreferencePage.gettersetter.suffix.list=S&uffix list (comma separated):
482
483 CodeGenerationPreferencePage.comments.label=Comments Creation:
484 CodeGenerationPreferencePage.javadoc_comment.label=Create &PHPDoc comments for methods and types (template 'typecomment')
485 CodeGenerationPreferencePage.see_comment.label=Create &non-PHPDoc comments for overridden methods
486 CodeGenerationPreferencePage.file_comment.label=Create &file comments for new files (template 'filecomment')
487
488 CodeGenerationPreferencePage.gettersetter.error.emptyprefix=Prefix strings can not contain an empty entry.
489 CodeGenerationPreferencePage.gettersetter.error.emptysuffix=Suffix strings can not contain an empty entry.
490 CodeGenerationPreferencePage.gettersetter.error.invalidprefix={0} is not a valid prefix.
491 CodeGenerationPreferencePage.gettersetter.error.invalidsuffix={0} is not a valid suffix.
492
493 ###########
494 ## viewsupport
495 ###########
496 JavaImageLabelprovider.assert.wrongImage=no image for this JavaElement Type
497
498 JavaTextLabelProvider.default_package=(default package)
499 JavaTextLabelProvider.import_declarations=include declarations
500 JavaTextLabelProvider.initializer=\{...\}
501
502 JavaElementLabels.default_package=(default package) 
503 JavaElementLabels.import_container=include declarations
504 JavaElementLabels.initializer=\{...\}
505 JavaElementLabels.concat_string=\ -\ 
506 JavaElementLabels.comma_string=,\ 
507 JavaElementLabels.declseparator_string=\ :\ 
508
509 StatusBarUpdater.num_elements_selected={0} items selected
510 StatusBarUpdater.twopart={0} - {1}
511 StatusBarUpdater.threepart={0} - {1} - {2}
512
513
514 #########
515 ## jdt.ui
516 #########
517 JavaElementContentProvider.errorMessage=Child not present
518
519 #########
520 ## util
521 #########
522
523 OpenTypeHierarchyUtil.error.open_view=Problems opening Type Hierarchy View
524 OpenTypeHierarchyUtil.error.open_perspective=Problems opening Type Hierarchy Perspective
525 OpenTypeHierarchyUtil.error.open_editor=Problems opening Java Editor
526 OpenTypeHierarchyUtil.error.no_perspective=Type Hierarchy perspective not found
527 OpenTypeHierarchyUtil.selectionDialog.title=Open In Type Hierarchy
528 OpenTypeHierarchyUtil.selectionDialog.message=&Select the type to be shown in the Type Hierarchy:
529
530 TypeInfoLabelProvider.default_package=(default package)
531 TypeInfoLabelProvider.dash=\ - 
532
533 JavaUIHelp.link.label=PHPDoc for {0}
534
535 #########
536 # DnD
537 #########
538 ResourceTransferDragAdapter.cannot_delete_resource=Cannot delete resources
539 ResourceTransferDragAdapter.moving_resource=Moving Resources via DND
540 ResourceTransferDragAdapter.cannot_delete_files=Cannot delete the following file(s)
541
542 #########
543 # Spelling
544 #########
545
546 Spelling.dictionary.file.extension=dictionary
547 Spelling.error.label=The word ''{0}'' is not correctly spelled
548 Spelling.correct.label=Change to ''{0}''
549 Spelling.add.info=Adds the word ''{0}'' to the dictionary
550 Spelling.add.label=Add ''{0}'' to dictionary
551 Spelling.ignore.info=Always ignores ''{0}'' during the current session
552 Spelling.ignore.label=Always ignore ''{0}''
553 Spelling.case.label=Change to upper case
554 Spelling.error.case.label= The word ''{0}'' should have an initial upper case letter
555
556 #########
557 # misc
558 #########
559
560 AddImportOnSelectionAction.error.message=AddImportOnSelectionAction: Failed to resolve TypeRef: {0}
561
562 CompilationUnitDocumentProvider.problemsCreatingBuffer=Problems creating buffer
563
564 _ClassFileDocumentProvider.problemsCreatingBuffer=Problems creating buffer
565
566 NewMethodCompletionProposal.method=Method {0}
567
568 JavaAnnotationHover.multipleMarkersAtThisLine=Multiple markers at this line
569 JavaTextHover.createTextHover=Could not create java text hover
570
571 HTMLTextPresenter.ellipsis=
572 HTML2TextReader.dash=- 
573
574 JavaEditor.codeassist.noCompletions=No completions available.
575
576 OptionalMessageDialog.dontShowAgain= Don't show this message again