Added PHPUnitEditor and corresponding PHPPreferencePage
[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.problemIndicationTab.title=Problem Indi&cation
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.keywords=Keywords
246 PHPEditorPreferencePage.strings=Strings
247 PHPEditorPreferencePage.others=Others
248 PHPEditorPreferencePage.phpDocKeywords=PHPDoc keywords
249 PHPEditorPreferencePage.phpDocHtmlTags=PHPDoc HTML tags
250 PHPEditorPreferencePage.phpDocLinks=PHPDoc links
251 PHPEditorPreferencePage.phpDocOthers=PHPDoc others
252 PHPEditorPreferencePage.backgroundColor=Background color
253 PHPEditorPreferencePage.systemDefault=S&ystem Default
254 PHPEditorPreferencePage.custom=C&ustom:
255 PHPEditorPreferencePage.foreground=Fo&reground:
256 PHPEditorPreferencePage.color=C&olor:
257 PHPEditorPreferencePage.bold=&Bold
258 PHPEditorPreferencePage.preview=Preview:
259 PHPEditorPreferencePage.textFont=Text &font:
260 PHPEditorPreferencePage.displayedTabWidth=Displayed &tab width:
261 PHPEditorPreferencePage.insertSpaceForTabs=Ins&ert space for tabs (see Code Formatter preference page)
262 PHPEditorPreferencePage.showOverviewRuler=Show overview &ruler
263 PHPEditorPreferencePage.highlightMatchingBrackets=Highlight &matching brackets
264 PHPEditorPreferencePage.matchingBracketsHighlightColor=Matching &brackets highlight color:
265 PHPEditorPreferencePage.highlightCurrentLine=Hi&ghlight current line
266 PHPEditorPreferencePage.currentLineHighlightColor=Current &line highlight color:
267 PHPEditorPreferencePage.showPrintMargin=Sho&w print margin
268 PHPEditorPreferencePage.printMarginColor=Print m&argin color:
269 PHPEditorPreferencePage.printMarginColumn=Print margin col&umn:
270 PHPEditorPreferencePage.findScopeColor=F&ind Scope Color:
271 PHPEditorPreferencePage.linkedPositionColor=Lin&ked Position Color:
272 PHPEditorPreferencePage.insertSingleProposalsAutomatically=Insert single &proposals automatically
273 PHPEditorPreferencePage.showOnlyProposalsVisibleInTheInvocationContext=Show only proposals &visible in the invocation context
274 PHPEditorPreferencePage.presentProposalsInAlphabeticalOrder=Present proposals in a&lphabetical order
275 PHPEditorPreferencePage.enableAutoActivation=&Enable auto activation
276 PHPEditorPreferencePage.automaticallyAddImportInsteadOfQualifiedName=Automatically add &import instead of qualified name
277 PHPEditorPreferencePage.insertCompletion=&Insert completion
278 PHPEditorPreferencePage.fillArgumentNamesOnMethodCompletion=&Fill argument names on method completion
279 PHPEditorPreferencePage.guessArgumentNamesOnMethodCompletion=&Guess filled argument names
280 PHPEditorPreferencePage.autoActivationDelay=Auto activation dela&y:
281 PHPEditorPreferencePage.autoActivationTriggersForPHP=Auto activation &triggers for PHP:
282 PHPEditorPreferencePage.autoActivationTriggersForPHPDoc=Auto activation triggers for &PHPDoc:
283 PHPEditorPreferencePage.backgroundForCompletionProposals=&Background for completion proposals:
284 PHPEditorPreferencePage.foregroundForCompletionProposals=&Foreground for completion proposals:
285 PHPEditorPreferencePage.backgroundForMethodParameters=Bac&kground for method parameters:
286 PHPEditorPreferencePage.foregroundForMethodParameters=Fo&reground for method parameters:
287 PHPEditorPreferencePage.backgroundForCompletionReplacement=Back&ground for completion replacement:
288 PHPEditorPreferencePage.foregroundForCompletionReplacement=Foregr&ound for completion replacement:
289 PHPEditorPreferencePage.general=Appeara&nce
290 PHPEditorPreferencePage.colors=Synta&x
291 PHPEditorPreferencePage.codeAssist=Code A&ssist
292 PHPEditorPreferencePage.change=C&hange...
293 PHPEditorPreferencePage.empty_input=Empty input
294 PHPEditorPreferencePage.invalid_input=''{0}'' is not a valid input.
295 PHPEditorPreferencePage.showLineNumbers=Show lin&e numbers
296 PHPEditorPreferencePage.lineNumberColor=Line number foreground color:
297 PHPEditorPreferencePage.lineNumberForegroundColor=Line number foreground
298 PHPEditorPreferencePage.matchingBracketsHighlightColor2=Matching brackets highlight
299 PHPEditorPreferencePage.currentLineHighlighColor=Current line highlight
300 PHPEditorPreferencePage.printMarginColor2=Print margin
301 PHPEditorPreferencePage.findScopeColor2=Find scope
302 PHPEditorPreferencePage.linkedPositionColor2=Linked position
303 PHPEditorPreferencePage.linkColor2=Link
304 PHPEditorPreferencePage.synchronizeOnCursor=Synchroni&ze outline selection on cursor move (editor must be reopened)
305 PHPEditorPreferencePage.appearanceOptions=Appearance co&lor options:
306 PHPEditorPreferencePage.behaviourTab.title=Be&havior
307 PHPEditorPreferencePage.closeStrings=Automatically close str&ings
308 PHPEditorPreferencePage.closeBrackets=Automatically close &brackets and parenthesis
309 PHPEditorPreferencePage.closeBraces=Automatically close bra&ces
310 PHPEditorPreferencePage.closeJavaDocs=Automatically close Java&Docs and comments
311 PHPEditorPreferencePage.wrapStrings=Smart Java stri&ng wrapping
312 PHPEditorPreferencePage.addJavaDocTags=Automatically add JavaDoc &tags
313 PHPEditorPreferencePage.formatJavaDocs=Automatically format &JavaDocs and multi-line comments
314 PHPEditorPreferencePage.smartPaste= Sma&rt pasting for correct indentation
315 PHPEditorPreferencePage.smartHomeEnd= S&mart cursor positioning at line start and end
316 PHPEditorPreferencePage.hoverTab.title= Ho&vers
317
318
319 JavaElementInfoPage.binary=binary
320 JavaElementInfoPage.classpath_entry_kind=Classpath entry kind: 
321 JavaElementInfoPage.library=library
322 JavaElementInfoPage.nameLabel=Name: 
323 JavaElementInfoPage.not_present=not present
324 JavaElementInfoPage.package=Package: 
325 JavaElementInfoPage.package_contents=Package contents: 
326 JavaElementInfoPage.project=project
327 JavaElementInfoPage.resource_path=Resource path: 
328 JavaElementInfoPage.source=source
329 JavaElementInfoPage.variable=variable
330 JavaElementInfoPage.variable_path=Variable path:
331 JavaElementInfoPage.location=Location:
332
333 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/\'
334 JavadocConfigurationPropertyPage.IsIncorrectElement.description=PHPDoc location can only be attached to JAR files in projects or Java projects
335 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/\'.
336
337 JavadocConfigurationBlock.location.label=PHPDoc &Location:
338 JavadocConfigurationBlock.location.button=Bro&wse...
339
340 JavadocConfigurationBlock.error.invalidurl=Not a valid URL: {0}
341 JavadocConfigurationBlock.error.notafolder=Location does not exist.
342 JavadocConfigurationBlock.warning.packagelistnotfound=Location does not contain file 'package-list'.
343
344 JavadocConfigurationBlock.javadocLocationDialog.label=PHPDoc Location Selection
345 JavadocConfigurationBlock.javadocLocationDialog.message=&Select PHPDoc location:
346
347 JavadocConfigurationBlock.MalformedURL.error=Invalid URL
348
349 JavadocConfigurationBlock.ValidateButton.label=&Validate...
350 JavadocConfigurationBlock.InvalidLocation.message= Location is invalid. Location contains neither the file \'package-list\' nor \'index.html'.
351 JavadocConfigurationBlock.ValidLocation.message= Location is valid. Files \'package-list\' and \'index.html\' found. Click OK to open in browser.
352 JavadocConfigurationBlock.UnableToValidateLocation.message=Unable to validate location
353 JavadocConfigurationBlock.MessageDialog.title=Validating PHPDoc Location
354 JavadocConfigurationBlock.EmptyJavadocLocation.warning=Enter a javadoc location
355
356 JavadocPreferencePage.description=Specify the location of the PHPDoc command to be used by the PHPDoc export wizard. Location must be an absolute path.
357 JavadocPreferencePage.command.label=&PHPDoc command:
358 JavadocPreferencePage.command.button=Bro&wse...
359
360 JavadocPreferencePage.error.notexists=PHPDoc command does not exist
361
362 JavadocPreferencePage.browsedialog.title=PHPDoc Command Selection
363
364 SourceAttachmentPropertyPage.error.title=Error Attaching Source
365 SourceAttachmentPropertyPage.error.message=An error occurred while associating the source
366
367 SourceAttachmentPropertyPage.noarchive.message=Source can only be attached to JAR files in Java projects.
368 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).
369
370 AppearancePreferencePage.description= Appearance of Java elements in viewers:
371 AppearancePreferencePage.methodreturntype.label= Show &method return types
372 AppearancePreferencePage.overrideindicator.label= Show &override indicators in outline and hierarchy
373 AppearancePreferencePage.pkgNamePatternEnable.label= &Compress package name segments (except for the last one)
374 AppearancePreferencePage.pkgNamePattern.label= Com&pression pattern (e.g. given package name 'org.eclipse.jdt' pattern '.' will compress it to '..jdt',  '0' to 'jdt', '1~.' to 'o~.e~.jdt'):
375
376 AppearancePreferencePage.showMembersInPackagesView=S&how members in Package Explorer
377 AppearancePreferencePage.stackViewsVerticallyInTheJavaBrowsingPerspective=&Stack views vertically in the Java Browsing perspective
378 AppearancePreferencePage.preferenceOnlyEffectiveForNewPerspectives=Note: This preference will only take effect on new perspectives
379 AppearancePreferencePage.packageNameCompressionPattern.error.isEmpty=Enter a package name compression pattern
380
381 CodeFormatterPreferencePage.description=Options for the Java Code Formatter:
382
383 CodeFormatterPreferencePage.empty_input=Empty input
384 CodeFormatterPreferencePage.invalid_input=''{0}'' is not a valid input.
385
386 CodeFormatterPreferencePage.newline_opening_braces.label=I&nsert a new line before an opening brace
387 CodeFormatterPreferencePage.newline_control_statement.label=Insert new &lines in control statements
388 CodeFormatterPreferencePage.newline_clear_lines=Clear all &blank lines
389 CodeFormatterPreferencePage.newline_else_if.label=&Insert new line between 'else if'
390 CodeFormatterPreferencePage.newline_empty_block.label=In&sert a new line inside an empty block
391 CodeFormatterPreferencePage.split_line.label=Ma&ximum line length:
392 CodeFormatterPreferencePage.style_compact_assignement.label=&Compact assignment
393 CodeFormatterPreferencePage.tab_char.label=Indentation is represented by a &tab
394 CodeFormatterPreferencePage.tab_size.label=&Number of spaces representing a tab:
395
396 CodeFormatterPreferencePage.tab.newline.tabtitle=Ne&w Lines
397 CodeFormatterPreferencePage.tab.linesplit.tabtitle=Line S&plitting
398 CodeFormatterPreferencePage.tab.style.tabtitle=St&yle
399
400 CompilerPreferencePage.description=Options for the Java compiler:\nNote that a full rebuild is required to make changes effective.
401 CompilerPreferencePage.generation.tabtitle=Classfile &Generation
402 CompilerPreferencePage.warnings.tabtitle=&Errors and Warnings
403 CompilerPreferencePage.compliance.tabtitle=&JDK Compliance
404 CompilerPreferencePage.others.tabtitle=&Other
405
406 CompilerPreferencePage.warnings.description=Select the severity level for the following problems:
407
408 CompilerPreferencePage.variable_attr.label=Add &variable attributes to generated class files (used by the debugger)
409 CompilerPreferencePage.line_number_attr.label=Add &line number attributes to generated class files (used by the debugger)
410 CompilerPreferencePage.source_file_attr.label=Add &source file name to generated class file (used by the debugger)
411 CompilerPreferencePage.codegen_unused_local.label=Preserve &unused local variables (i.e. never read) 
412
413 CompilerPreferencePage.compiler_compliance.label=&Compiler compliance level:
414 CompilerPreferencePage.default_settings.label=&Use default compliance settings
415 CompilerPreferencePage.source_compatibility.label=&Source compatibility:
416 CompilerPreferencePage.codegen_targetplatform.label=Ge&nerated .class files compatibility:
417 CompilerPreferencePage.pb_assert_as_identifier.label=&Report 'assert' as identifier:
418
419 CompilerPreferencePage.pb_unreachable_code.label=&Unreachable code:
420 CompilerPreferencePage.pb_invalid_import.label=Unresol&vable import statements:
421 CompilerPreferencePage.pb_overriding_pkg_dflt.label=&Methods overridden but not package visible:
422 CompilerPreferencePage.pb_method_naming.label=Me&thods with a constructor name:
423 CompilerPreferencePage.pb_deprecation.label=Usage of de&precated API:
424 CompilerPreferencePage.pb_hidden_catchblock.label=&Hidden catch blocks:
425 CompilerPreferencePage.pb_unused_imports.label=Unu&sed imports:
426 CompilerPreferencePage.pb_unused_local.label=Unused &local variables (i.e. never read):
427 CompilerPreferencePage.pb_unused_parameter.label=U&nused parameters (i.e. never read):
428 CompilerPreferencePage.pb_synth_access_emul.label=A&ccess to a non-accessible member of an enclosing type:
429 CompilerPreferencePage.pb_non_externalized_strings.label=Non-e&xternalized strings:
430 CompilerPreferencePage.pb_max_per_unit.label=Maximum number of problems &reported per compilation unit:
431
432 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/')
433 CompilerPreferencePage.resource_filter.label=Filtered &Resources:
434 CompilerPreferencePage.build_invalid_classpath.label=Stop &building when an invalid classpath is detected
435
436 CompilerPreferencePage.error=Error
437 CompilerPreferencePage.warning=Warning
438 CompilerPreferencePage.ignore=Ignore
439
440 CompilerPreferencePage.jvm11=JVM 1.1
441 CompilerPreferencePage.jvm12=JVM 1.2
442 CompilerPreferencePage.jvm13=JVM 1.3
443 CompilerPreferencePage.jvm14=JVM 1.4
444
445 CompilerPreferencePage.version11=1.1
446 CompilerPreferencePage.version12=1.2
447 CompilerPreferencePage.version13=1.3
448 CompilerPreferencePage.version14=1.4
449
450 CompilerPreferencePage.needsbuild.title=Compiler Settings Changed
451 CompilerPreferencePage.needsbuild.message=The compiler settings have changed. A full rebuild is required to make changes effective. Do the full build now?
452
453 CompilerPreferencePage.builderror.title=Compiler Settings
454 CompilerPreferencePage.builderror.message=Problem while building. Check log for details.
455
456 CompilerPreferencePage.cpl13src14.error=In 1.3 compliance level, source compatibility can not be 1.4
457 CompilerPreferencePage.cpl13trg14.error=In 1.3 compliance level, the classfile compatibility can not be 1.4
458 CompilerPreferencePage.src14asrterr.error=With 1.4 source compatibility, 'assert' can not be an identifier.
459 CompilerPreferencePage.src14tgt14.error=With 1.4 source compatibility, the classfile compatibility must be 1.4
460
461 CompilerPreferencePage.empty_input=Number of problems can not be empty.
462 CompilerPreferencePage.invalid_input={0} is not a valid number of problems.
463
464 CompilerPreferencePage.filter.invalidsegment.error=Filter is invalid: {0}
465
466 CodeGenerationPreferencePage.description=Options for Code Generation:
467
468 CodeGenerationPreferencePage.gettersetter.label=Getter and Setter Creation:
469 CodeGenerationPreferencePage.gettersetter.prefix.checkbox=Remove &prefix from field names
470 CodeGenerationPreferencePage.gettersetter.prefix.list=P&refix list (comma separated):
471 CodeGenerationPreferencePage.gettersetter.suffix.checkbox=Remove &suffix from field names
472 CodeGenerationPreferencePage.gettersetter.suffix.list=S&uffix list (comma separated):
473
474 CodeGenerationPreferencePage.comments.label=Comments Creation:
475 CodeGenerationPreferencePage.javadoc_comment.label=Create &PHPDoc comments for methods and types (template 'typecomment')
476 CodeGenerationPreferencePage.see_comment.label=Create &non-PHPDoc comments for overridden methods
477 CodeGenerationPreferencePage.file_comment.label=Create &file comments for new files (template 'filecomment')
478
479 CodeGenerationPreferencePage.gettersetter.error.emptyprefix=Prefix strings can not contain an empty entry.
480 CodeGenerationPreferencePage.gettersetter.error.emptysuffix=Suffix strings can not contain an empty entry.
481 CodeGenerationPreferencePage.gettersetter.error.invalidprefix={0} is not a valid prefix.
482 CodeGenerationPreferencePage.gettersetter.error.invalidsuffix={0} is not a valid suffix.
483
484 ###########
485 ## viewsupport
486 ###########
487 JavaImageLabelprovider.assert.wrongImage=no image for this JavaElement Type
488
489 JavaTextLabelProvider.default_package=(default package)
490 JavaTextLabelProvider.import_declarations=import declarations
491 JavaTextLabelProvider.initializer=\{...\}
492
493 JavaElementLabels.default_package=(default package)
494 JavaElementLabels.import_container=import declarations
495 JavaElementLabels.initializer=\{...\}
496 JavaElementLabels.concat_string=\ -\ 
497 JavaElementLabels.comma_string=,\ 
498 JavaElementLabels.declseparator_string=\ :\ 
499
500 StatusBarUpdater.num_elements_selected={0} items selected
501 StatusBarUpdater.twopart={0} - {1}
502 StatusBarUpdater.threepart={0} - {1} - {2}
503
504
505 #########
506 ## jdt.ui
507 #########
508 JavaElementContentProvider.errorMessage=Child not present
509
510 #########
511 ## util
512 #########
513
514 OpenTypeHierarchyUtil.error.open_view=Problems opening Type Hierarchy View
515 OpenTypeHierarchyUtil.error.open_perspective=Problems opening Type Hierarchy Perspective
516 OpenTypeHierarchyUtil.error.open_editor=Problems opening Java Editor
517 OpenTypeHierarchyUtil.error.no_perspective=Type Hierarchy perspective not found
518 OpenTypeHierarchyUtil.selectionDialog.title=Open In Type Hierarchy
519 OpenTypeHierarchyUtil.selectionDialog.message=&Select the type to be shown in the Type Hierarchy:
520
521 TypeInfoLabelProvider.default_package=(default package)
522 TypeInfoLabelProvider.dash=\ - 
523
524 JavaUIHelp.link.label=PHPDoc for {0}
525
526 #########
527 # DnD
528 #########
529 ResourceTransferDragAdapter.cannot_delete_resource=Cannot delete resources
530 ResourceTransferDragAdapter.moving_resource=Moving Resources via DND
531 ResourceTransferDragAdapter.cannot_delete_files=Cannot delete the following file(s)
532
533 #########
534 # misc
535 #########
536
537 AddImportOnSelectionAction.error.message=AddImportOnSelectionAction: Failed to resolve TypeRef: {0}
538
539 CompilationUnitDocumentProvider.problemsCreatingBuffer=Problems creating buffer
540
541 _ClassFileDocumentProvider.problemsCreatingBuffer=Problems creating buffer
542
543 NewMethodCompletionProposal.method=Method {0}
544
545 JavaAnnotationHover.multipleMarkersAtThisLine=Multiple markers at this line
546 JavaTextHover.createTextHover=Could not create java text hover
547
548 HTMLTextPresenter.ellipsis=
549 HTML2TextReader.dash=- 
550
551 JavaEditor.codeassist.noCompletions=No completions available.
552
553 OptionalMessageDialog.dontShowAgain= Don't show this message again