misc changes
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / preferences / PreferencesMessages_old.properties
1 ###############################################################################
2 # Copyright (c) 2000, 2003 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials 
4 # are made available under the terms of the Common Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/cpl-v10.html
7
8 # Contributors:
9 #     IBM Corporation - initial API and implementation
10 ###############################################################################
11
12 BuildPathsPropertyPage.error.message=An error occurred while setting the build path
13 BuildPathsPropertyPage.error.title=Error Setting Build Path
14 BuildPathsPropertyPage.no_java_project.message=Not a Java project.
15 BuildPathsPropertyPage.closed_project.message=Java information is not available for a closed project.
16
17 ClasspathVariablesPreferencePage.title=Classpath Variables
18 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.
19
20 ImportOrganizePreferencePage.description=Preferences used by the Organize Imports action:
21
22 ImportOrganizePreferencePage.order.label=Define the &sorting order of import statements. A package name prefix (e.g. org.eclipse) is a valid entry.
23
24 ImportOrganizePreferencePage.order.add.button=&New..
25 ImportOrganizePreferencePage.order.edit.button=&Edit...
26 ImportOrganizePreferencePage.order.up.button=&Up
27 ImportOrganizePreferencePage.order.down.button=Do&wn
28 ImportOrganizePreferencePage.order.remove.button=&Remove
29 ImportOrganizePreferencePage.order.load.button=&Load...
30 ImportOrganizePreferencePage.order.save.button=Sa&ve...
31 ImportOrganizePreferencePage.ignoreLowerCase.label=Do not create imports for &types starting with a lowercase letter
32
33 ImportOrganizePreferencePage.threshold.label=Number of &imports needed for .* (e.g. org.eclipse.*):
34 ImportOrganizePreferencePage.error.invalidthreshold=Invalid import number.
35
36 ImportOrganizePreferencePage.loadDialog.title=Load Import Order from File
37 ImportOrganizePreferencePage.loadDialog.error.title=Load Import Order
38 ImportOrganizePreferencePage.loadDialog.error.message=Loading failed. Not a valid import order file.
39
40 ImportOrganizePreferencePage.saveDialog.title=Save Import Order to File
41 ImportOrganizePreferencePage.saveDialog.error.title=Save Import Order
42 ImportOrganizePreferencePage.saveDialog.error.message=Writing import order file failed.
43
44
45 ImportOrganizeInputDialog.title=Import Order Entry
46 ImportOrganizeInputDialog.message=&Package name or package name prefix:
47 ImportOrganizeInputDialog.browse.button=&Browse...
48 ImportOrganizeInputDialog.ChoosePackageDialog.title=Package Selection
49 ImportOrganizeInputDialog.ChoosePackageDialog.description=Choose package name or package prefix:
50 ImportOrganizeInputDialog.ChoosePackageDialog.empty=No packages available.
51 ImportOrganizeInputDialog.error.enterName=Enter a package name.
52 ImportOrganizeInputDialog.error.invalidName=Not a valid package name. {0}
53 ImportOrganizeInputDialog.error.entryExists=Package name already exists in list.
54
55 JavaBasePreferencePage.description=General settings for Java development:
56
57 JavaBasePreferencePage.updateJavaViews=Update Java views
58 JavaBasePreferencePage.onSave=On &save only
59 JavaBasePreferencePage.whileEditing=While &editing
60 JavaBasePreferencePage.notice.outliner=Note: This preference is not applied to already opened views (Outline view is always updated while editing)
61
62 JavaBasePreferencePage.openTypeHierarchy=When opening a Type Hierarchy
63 JavaBasePreferencePage.inPerspective=Open a new Type Hierarchy &Perspective
64 JavaBasePreferencePage.inView=Show the &Type Hierarchy View in the current perspective
65 JavaBasePreferencePage.doubleclick.action=Action on double click in the Package Explorer
66 JavaBasePreferencePage.doubleclick.gointo=&Go into the selected element
67 JavaBasePreferencePage.doubleclick.expand=E&xpand the selected element
68
69 NewJavaProjectPreferencePage.description=Specify the classpath entries used as default by the New Java Project creation wizard:
70
71 NewJavaProjectPreferencePage.sourcefolder.label=Source and output folder
72 NewJavaProjectPreferencePage.sourcefolder.project=&Project
73 NewJavaProjectPreferencePage.sourcefolder.folder=&Folders
74 NewJavaProjectPreferencePage.folders.src=&Source folder name:
75 NewJavaProjectPreferencePage.folders.bin=&Output folder name:
76
77 NewJavaProjectPreferencePage.jrelibrary.label=As &JRE library use:
78 NewJavaProjectPreferencePage.jre_variable.description=JRE_LIB variable
79 NewJavaProjectPreferencePage.jre_container.description=JRE container
80
81 NewJavaProjectPreferencePage.folders.error.namesempty=Enter folder names.
82 NewJavaProjectPreferencePage.folders.error.invalidsrcname=Invalid source folder name: {0}
83 NewJavaProjectPreferencePage.folders.error.invalidbinname=Invalid output folder name: {0}
84 NewJavaProjectPreferencePage.folders.error.invalidcp=Settings will result in an invalid build path. Check for nested folders. 
85
86 NewJavaProjectPreferencePage.error.decode=Error while decoding JRE entry
87
88 JavaEditorPreferencePage.annotationsTab.title= Annotation&s
89 JavaEditorPreferencePage.showQuickFixables= Indicate annotations solvable with &Quick Fix in vertical ruler
90 JavaEditorPreferencePage.analyseAnnotationsWhileTyping= Analyze annotations &while typing
91 JavaEditorPreferencePage.annotationPresentationOptions= Annotation &presentation:
92 JavaEditorPreferencePage.description=Java Editor settings:
93 JavaEditorPreferencePage.annotations.bookmarks= Bookmarks
94 JavaEditorPreferencePage.annotations.searchResults= Search Results
95 JavaEditorPreferencePage.annotations.errors= Errors
96 JavaEditorPreferencePage.annotations.warnings= Warnings
97 JavaEditorPreferencePage.annotations.tasks= Tasks
98 JavaEditorPreferencePage.annotations.others= Others
99 JavaEditorPreferencePage.annotations.showInText= Show in &text
100 TextEditorPreferencePage.annotations.highlightInText= &Highlight in text
101 JavaEditorPreferencePage.annotations.showInOverviewRuler= Show in overview &ruler
102 JavaEditorPreferencePage.annotations.showInVerticalRuler= Show in vertical r&uler
103 JavaEditorPreferencePage.annotations.color= C&olor:
104 JavaEditorPreferencePage.multiLineComment=Multi-line comment
105 JavaEditorPreferencePage.singleLineComment=Single-line comment
106 JavaEditorPreferencePage.keywords=Keywords
107 JavaEditorPreferencePage.strings=Strings
108 JavaEditorPreferencePage.others=Others
109 JavaEditorPreferencePage.javaCommentTaskTags=Task Tags
110 JavaEditorPreferencePage.javaDocKeywords=Javadoc keywords
111 JavaEditorPreferencePage.javaDocHtmlTags=Javadoc HTML tags
112 JavaEditorPreferencePage.javaDocLinks=Javadoc links
113 JavaEditorPreferencePage.javaDocOthers=Javadoc others
114 JavaEditorPreferencePage.backgroundColor=Background color
115 JavaEditorPreferencePage.systemDefault=S&ystem Default
116 JavaEditorPreferencePage.custom=C&ustom:
117 JavaEditorPreferencePage.foreground=Fo&reground:
118 JavaEditorPreferencePage.color=C&olor:
119 JavaEditorPreferencePage.bold=&Bold
120 JavaEditorPreferencePage.preview=Preview:
121 JavaEditorPreferencePage.displayedTabWidth=Displayed &tab width:
122 JavaEditorPreferencePage.insertSpaceForTabs=Ins&ert space for tabs (see Code Formatter preference page)
123 JavaEditorPreferencePage.showOverviewRuler=Show overview &ruler
124 JavaEditorPreferencePage.highlightMatchingBrackets=Highlight &matching brackets
125 JavaEditorPreferencePage.highlightCurrentLine=Hi&ghlight current line
126 JavaEditorPreferencePage.showPrintMargin=Sho&w print margin
127 JavaEditorPreferencePage.printMarginColumn=Print margin col&umn:
128 JavaEditorPreferencePage.insertSingleProposalsAutomatically=Insert single &proposals automatically
129 JavaEditorPreferencePage.showOnlyProposalsVisibleInTheInvocationContext=Show only proposals &visible in the invocation context
130 JavaEditorPreferencePage.presentProposalsInAlphabeticalOrder=Present proposals in a&lphabetical order
131 JavaEditorPreferencePage.enableAutoActivation=&Enable auto activation
132 JavaEditorPreferencePage.automaticallyAddImportInsteadOfQualifiedName=Automatically add import instead of &qualified name
133 JavaEditorPreferencePage.completionInserts=Completion inser&ts
134 JavaEditorPreferencePage.completionOverwrites=Completion over&writes
135 JavaEditorPreferencePage.fillArgumentNamesOnMethodCompletion=&Fill argument names on method completion
136 JavaEditorPreferencePage.guessArgumentNamesOnMethodCompletion=&Guess filled argument names
137 JavaEditorPreferencePage.autoActivationDelay=Auto activation dela&y:
138 JavaEditorPreferencePage.autoActivationTriggersForJava=Auto activation &triggers for Java:
139 JavaEditorPreferencePage.autoActivationTriggersForJavaDoc=Auto activation triggers for &Javadoc:
140
141 JavaEditorPreferencePage.codeAssist.colorOptions= Code assist colo&r options:
142 JavaEditorPreferencePage.codeAssist.color= C&olor:
143 JavaEditorPreferencePage.backgroundForCompletionProposals= Completion proposal background
144 JavaEditorPreferencePage.foregroundForCompletionProposals= Completion proposal foreground
145 JavaEditorPreferencePage.backgroundForMethodParameters= Method parameter background
146 JavaEditorPreferencePage.foregroundForMethodParameters= Method parameter foreground
147 JavaEditorPreferencePage.backgroundForCompletionReplacement= Completion overwrite background
148 JavaEditorPreferencePage.foregroundForCompletionReplacement= Completion overwrite foreground
149
150 JavaEditorPreferencePage.general=Appeara&nce
151 JavaEditorPreferencePage.colors=Synta&x
152 JavaEditorPreferencePage.codeAssist= &Code Assist
153 JavaEditorPreferencePage.empty_input=Empty input
154 JavaEditorPreferencePage.invalid_input=''{0}'' is not a valid input.
155 JavaEditorPreferencePage.showLineNumbers=Show lin&e numbers
156 JavaEditorPreferencePage.lineNumberForegroundColor=Line number foreground
157 JavaEditorPreferencePage.matchingBracketsHighlightColor2=Matching brackets highlight
158 JavaEditorPreferencePage.currentLineHighlighColor=Current line highlight
159 JavaEditorPreferencePage.printMarginColor2=Print margin
160 JavaEditorPreferencePage.findScopeColor2=Find scope
161 JavaEditorPreferencePage.linkedPositionColor2=Linked position
162 JavaEditorPreferencePage.linkColor2=Link
163 JavaEditorPreferencePage.synchronizeOnCursor=Synchroni&ze outline selection on cursor move (editor must be reopened)
164 JavaEditorPreferencePage.appearanceOptions=Appearance co&lor options:
165
166 JavaEditorPreferencePage.typing.tabTitle= T&yping
167 JavaEditorPreferencePage.typing.description= Select options for automatic text modifications
168 JavaEditorPreferencePage.closeStrings= Close strin&gs
169 JavaEditorPreferencePage.closeBrackets= Close &brackets and parenthesis
170 JavaEditorPreferencePage.closeBraces= Cl&ose braces
171 JavaEditorPreferencePage.closeJavaDocs= Close Java&docs and comments
172 JavaEditorPreferencePage.wrapStrings= &Wrap Java strings
173 JavaEditorPreferencePage.addJavaDocTags= Add Javadoc &tags
174 JavaEditorPreferencePage.smartPaste= Pasting fo&r correct indentation
175
176 JavaEditorPreferencePage.smartHomeEnd= S&mart cursor positioning at line start and end
177
178 JavaEditorPreferencePage.hoverTab.title= Ho&vers
179
180 JavaEditorPreferencePage.navigationTab.title= Nav&igation
181 JavaEditorPreferencePage.navigation.browserLikeLinks= S&upport hyperlink style navigation for "Open Declaration"
182 JavaEditorPreferencePage.navigation.browserLikeLinksKeyModifier= Hyperlink style navigation key &modifier:
183 JavaEditorPreferencePage.navigation.modifierIsNotValid= Modifier ''{0}'' is not valid.
184 JavaEditorPreferencePage.navigation.shiftIsDisabled= The modifier 'Shift' is not allowed because 'Shift' + click sets a new selection.
185
186 JavaEditorPreferencePage.navigation.delimiter= +
187 JavaEditorPreferencePage.navigation.insertDelimiterAndModifierAndDelimiter= \ + {0} + 
188 JavaEditorPreferencePage.navigation.insertModifierAndDelimiter= \ {0} + 
189 JavaEditorPreferencePage.navigation.insertDelimiterAndModifier= \ + {0}
190
191 JavaEditorHoverConfigurationBlock.hoverPreferences= &Hover key modifier preferences:
192 JavaEditorHoverConfigurationBlock.enabled= &Enabled
193 JavaEditorHoverConfigurationBlock.keyModifier= Key &Modifier:
194 JavaEditorHoverConfigurationBlock.description= Description:
195 JavaEditorHoverConfigurationBlock.modifierIsNotValid= Modifier ''{0}'' is not valid.
196 JavaEditorHoverConfigurationBlock.modifierIsNotValidForHover= Modifier ''{0}'' for ''{1}'' hover is not valid.
197 JavaEditorHoverConfigurationBlock.duplicateModifier= ''{0}'' hover uses the same modifier as ''{1}'' hover.
198
199 JavaEditorHoverConfigurationBlock.delimiter= +
200 JavaEditorHoverConfigurationBlock.insertDelimiterAndModifierAndDelimiter= \ + {0} + 
201 JavaEditorHoverConfigurationBlock.insertModifierAndDelimiter= \ {0} + 
202 JavaEditorHoverConfigurationBlock.insertDelimiterAndModifier= \ + {0}
203
204 JavaElementInfoPage.binary=binary
205 JavaElementInfoPage.classpath_entry_kind=Classpath entry kind: 
206 JavaElementInfoPage.library=library
207 JavaElementInfoPage.nameLabel=Name: 
208 JavaElementInfoPage.not_present=not present
209 JavaElementInfoPage.package=Package: 
210 JavaElementInfoPage.package_contents=Package contents: 
211 JavaElementInfoPage.project=project
212 JavaElementInfoPage.resource_path=Resource path: 
213 JavaElementInfoPage.source=source
214 JavaElementInfoPage.variable=variable
215 JavaElementInfoPage.variable_path=Variable path:
216 JavaElementInfoPage.location=Location:
217
218 JavadocConfigurationPropertyPage.IsPackageFragmentRoot.description=Specify the location (URL) of the documentation generated by Javadoc. The Javadoc location will contain a file called 'package-list'. For example: \'http://www.sample-url.org/doc/\'
219 JavadocConfigurationPropertyPage.IsIncorrectElement.description=Javadoc location can only be attached to Java projects or JAR files in Java projects
220 JavadocConfigurationPropertyPage.IsJavaProject.description=Specify the location (URL) of the project\'s Javadoc documentation. This location is used by the Javadoc export wizard as default value and by the \'Open External Javadoc\' action. For example: \'file://c:/myworkspace/myproject/doc/\'.
221
222 JavadocConfigurationBlock.location.label=Javadoc &location:
223 JavadocConfigurationBlock.location.button=Bro&wse...
224
225 JavadocConfigurationBlock.error.notafolder=Location does not exist.
226 JavadocConfigurationBlock.warning.packagelistnotfound=Location does not contain file 'package-list'.
227
228 JavadocConfigurationBlock.javadocLocationDialog.label=Javadoc Location Selection
229 JavadocConfigurationBlock.javadocLocationDialog.message=&Select Javadoc location:
230
231 JavadocConfigurationBlock.MalformedURL.error=Invalid URL
232
233 JavadocConfigurationBlock.ValidateButton.label=&Validate...
234 JavadocConfigurationBlock.InvalidLocation.message= Location is invalid. Location contains neither the file \'package-list\' nor \'index.html'.
235 JavadocConfigurationBlock.ValidLocation.message= Location is valid. Files \'package-list\' and \'index.html\' found. Click OK to open in browser.
236 JavadocConfigurationBlock.UnableToValidateLocation.message=Unable to validate location
237 JavadocConfigurationBlock.MessageDialog.title=Validating Javadoc Location
238
239 JavadocPreferencePage.description=Specify the location of the Javadoc command to be used by the Javadoc export wizard. Location must be an absolute path.
240 JavadocPreferencePage.command.label=&Javadoc command:
241 JavadocPreferencePage.command.button=Bro&wse...
242
243 JavadocPreferencePage.error.notexists=Javadoc command does not exist
244
245 JavadocPreferencePage.browsedialog.title=Javadoc Command Selection
246
247 MembersOrderPreferencePage.button.up=U&p
248 MembersOrderPreferencePage.button.down=Do&wn
249 MembersOrderPreferencePage.label.description=&Choose the order in which members will be displayed. The order is also used by the 'Sort Members' action.
250
251 SourceAttachmentPropertyPage.error.title=Error Attaching Source
252 SourceAttachmentPropertyPage.error.message=An error occurred while associating the source
253
254 SourceAttachmentPropertyPage.noarchive.message=Source can only be attached to JAR files in Java projects.
255 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).
256
257 AppearancePreferencePage.description= Appearance of Java elements in viewers:
258 AppearancePreferencePage.methodreturntype.label= Show &method return types
259 AppearancePreferencePage.overrideindicator.label= Show &override indicators in outline and hierarchy
260 AppearancePreferencePage.pkgNamePatternEnable.label= &Compress all package name segments, except the final segment
261 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'):
262 AppearancePreferencePage.showMembersInPackagesView=S&how members in Package Explorer
263 AppearancePreferencePage.stackViewsVerticallyInTheJavaBrowsingPerspective=&Stack views vertically in the Java Browsing perspective
264 AppearancePreferencePage.preferenceOnlyEffectiveForNewPerspectives=Note: This preference will only take effect on new perspectives
265 AppearancePreferencePage.packageNameCompressionPattern.error.isEmpty=Enter a package name compression pattern
266 AppearancePreferencePage.foldEmptyPackages= &Fold empty packages in hierarchical Package Explorer layout
267
268 CodeFormatterPreferencePage.title=Code Formatter
269 CodeFormatterPreferencePage.description=Options for the Java Code Formatter:
270
271 CodeFormatterPreferencePage.empty_input=Empty input
272 CodeFormatterPreferencePage.invalid_input=''{0}'' is not a valid input.
273
274 CodeFormatterPreferencePage.newline_opening_braces.label=I&nsert a new line before an opening brace
275 CodeFormatterPreferencePage.newline_control_statement.label=Insert new &lines in control statements
276 CodeFormatterPreferencePage.newline_clear_lines=Clear all &blank lines
277 CodeFormatterPreferencePage.newline_else_if.label=&Insert new line between 'else if'
278 CodeFormatterPreferencePage.newline_empty_block.label=In&sert a new line inside an empty block
279 CodeFormatterPreferencePage.split_line.label=Ma&ximum line length:
280 CodeFormatterPreferencePage.style_compact_assignement.label=&Compact assignment
281 CodeFormatterPreferencePage.style_space_castexpression.label=Insert sp&ace after a cast
282 CodeFormatterPreferencePage.tab_char.label=Insert &tabs for indentation, not spaces
283 CodeFormatterPreferencePage.tab_size.label=&Number of spaces representing an indentation level:
284
285 CodeFormatterPreferencePage.tab.newline.tabtitle=Ne&w Lines
286 CodeFormatterPreferencePage.tab.linesplit.tabtitle=Line S&plitting
287 CodeFormatterPreferencePage.tab.style.tabtitle=St&yle
288
289 TodoTaskPreferencePage.title=Task Tags
290
291 TodoTaskPropertyPage.useworkspacesettings.label=Use &workspace settings
292 TodoTaskPropertyPage.useworkspacesettings.change=&Configure Workspace Settings...
293 TodoTaskPropertyPage.useprojectsettings.label=Use pr&oject settings
294
295 TodoTaskConfigurationBlock.markers.tasks.high.priority=High
296 TodoTaskConfigurationBlock.markers.tasks.normal.priority=Normal
297 TodoTaskConfigurationBlock.markers.tasks.low.priority=Low
298 TodoTaskConfigurationBlock.markers.tasks.label=&Strings indicating tasks in Java comments:
299 TodoTaskConfigurationBlock.markers.tasks.add.button=Ne&w...
300 TodoTaskConfigurationBlock.markers.tasks.remove.button=Remo&ve
301 TodoTaskConfigurationBlock.markers.tasks.edit.button=Edi&t...
302 TodoTaskConfigurationBlock.markers.tasks.name.column=Tag
303 TodoTaskConfigurationBlock.markers.tasks.priority.column=Priority
304
305 TodoTaskConfigurationBlock.needsbuild.title=Task Tags Settings Changed
306 TodoTaskConfigurationBlock.needsfullbuild.message=The task tags settings have changed. A full rebuild is required to make changes effective. Do the full build now?
307 TodoTaskConfigurationBlock.needsprojectbuild.message=The task tags settings have changed. A rebuild of the project is required to make changes effective. Do the project build now?
308
309 TodoTaskInputDialog.new.title=New Task Tag
310 TodoTaskInputDialog.edit.title=Edit Task Tag
311 TodoTaskInputDialog.name.label=T&ag:
312 TodoTaskInputDialog.priority.label=&Priority:
313 TodoTaskInputDialog.priority.high=High
314 TodoTaskInputDialog.priority.normal=Normal
315 TodoTaskInputDialog.priority.low=Low
316 TodoTaskInputDialog.error.enterName=Enter task tag name.
317 TodoTaskInputDialog.error.comma=Name cannot contain a comma.
318 TodoTaskInputDialog.error.entryExists=Entry with the same name already exists.
319 TodoTaskInputDialog.error.noSpace=Name can not start or end with a whitespace.
320
321 CompilerPreferencePage.title=Compiler
322 CompilerPreferencePage.description=Options for the Java compiler:\nNote that a full rebuild is required to make changes effective.
323
324 CompilerPropertyPage.useworkspacesettings.label=Use &workspace settings
325 CompilerPropertyPage.useworkspacesettings.change=&Configure Workspace Settings...
326 CompilerPropertyPage.useprojectsettings.label=Use pr&oject settings
327
328 CompilerConfigurationBlock.style.tabtitle=&Style
329 CompilerConfigurationBlock.problems.tabtitle=&Problems
330 CompilerConfigurationBlock.compliance.tabtitle=&Compliance and Classfiles
331 CompilerConfigurationBlock.others.tabtitle=&Build Path
332
333 CompilerConfigurationBlock.style.description=Select the severity level for the following problems:
334 CompilerConfigurationBlock.problems.description=Select the severity level for the following problems:
335 CompilerConfigurationBlock.build_warnings.description=Select the severity level for the following build path problems:
336
337 CompilerConfigurationBlock.variable_attr.label=Add &variable attributes to generated class files (used by the debugger)
338 CompilerConfigurationBlock.line_number_attr.label=Add &line number attributes to generated class files (used by the debugger)
339 CompilerConfigurationBlock.source_file_attr.label=Add source &file name to generated class file (used by the debugger)
340 CompilerConfigurationBlock.codegen_unused_local.label=Pr&eserve unused local variables (i.e. never read) 
341
342 CompilerConfigurationBlock.compiler_compliance.label=C&ompiler compliance level:
343 CompilerConfigurationBlock.default_settings.label=&Use default compliance settings
344 CompilerConfigurationBlock.source_compatibility.label=Source co&mpatibility:
345 CompilerConfigurationBlock.codegen_targetplatform.label=Ge&nerated .class files compatibility:
346 CompilerConfigurationBlock.pb_assert_as_identifier.label=&Report 'assert' as identifier:
347
348 CompilerConfigurationBlock.compliance.group.label=JDK Compliance
349 CompilerConfigurationBlock.classfiles.group.label=Classfile Generation
350
351 CompilerConfigurationBlock.pb_unreachable_code.label=&Unreachable code:
352 CompilerConfigurationBlock.pb_invalid_import.label=Unresol&vable import statements:
353 CompilerConfigurationBlock.pb_overriding_pkg_dflt.label=&Methods overridden but not package visible:
354 CompilerConfigurationBlock.pb_method_naming.label=Me&thods with a constructor name:
355 CompilerConfigurationBlock.pb_no_effect_assignment.label=Assignment has no &effect (e.g. 'x = x'):
356 CompilerConfigurationBlock.pb_incompatible_interface_method.label=Conflict of interface method &with protected 'Object' method:
357
358
359 CompilerConfigurationBlock.pb_hidden_catchblock.label=&Hidden catch blocks:
360 CompilerConfigurationBlock.pb_static_access_receiver.label=Non-stat&ic access to static member
361 CompilerConfigurationBlock.pb_unused_imports.label=Unus&ed imports:
362 CompilerConfigurationBlock.pb_unused_local.label=Unused &local variables (i.e. never read):
363 CompilerConfigurationBlock.pb_unused_parameter.label=U&nused parameters (i.e. never read):
364 CompilerConfigurationBlock.pb_unused_private.label=Unused private &types, methods or fields:
365 CompilerConfigurationBlock.pb_non_externalized_strings.label=Usage of non-e&xternalized strings:
366 CompilerConfigurationBlock.pb_deprecation.label=Usa&ge of deprecated API:
367 CompilerConfigurationBlock.pb_deprecation_in_deprecation.label=Signal use &of deprecated API inside deprecated code.
368
369 CompilerConfigurationBlock.pb_synth_access_emul.label=Access to a &non-accessible member of an enclosing type:
370 CompilerConfigurationBlock.pb_char_array_in_concat.label=&Using a char array in string concatenation:
371 CompilerConfigurationBlock.pb_incomplete_build_path.label=&Incomplete build path:
372 CompilerConfigurationBlock.pb_build_path_cycles.label=Circular d&ependencies:
373 CompilerConfigurationBlock.pb_duplicate_resources.label=D&uplicated resources:
374 CompilerConfigurationBlock.pb_max_per_unit.label=Ma&ximum number of problems reported per compilation unit:
375
376
377 CompilerConfigurationBlock.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/')
378 CompilerConfigurationBlock.resource_filter.label=Filtered &Resources:
379 CompilerConfigurationBlock.build_invalid_classpath.label=Ab&ort building on build path errors
380 CompilerConfigurationBlock.build_clean_outputfolder.label=Scrub output folders o&n full build
381 CompilerConfigurationBlock.enable_exclusion_patterns.label=Enable using e&xclusion patterns in source folders
382 CompilerConfigurationBlock.enable_multiple_outputlocations.label=Enable using &multiple output locations for source folders
383
384 CompilerConfigurationBlock.error=Error
385 CompilerConfigurationBlock.warning=Warning
386 CompilerConfigurationBlock.ignore=Ignore
387
388 CompilerConfigurationBlock.version11=1.1
389 CompilerConfigurationBlock.version12=1.2
390 CompilerConfigurationBlock.version13=1.3
391 CompilerConfigurationBlock.version14=1.4
392
393 CompilerConfigurationBlock.needsbuild.title=Compiler Settings Changed
394 CompilerConfigurationBlock.needsfullbuild.message=The compiler settings have changed. A full rebuild is required to make changes effective. Do the full build now?
395 CompilerConfigurationBlock.needsprojectbuild.message=The compiler settings have changed. A rebuild of the project is required to make changes effective. Do the project build now?
396
397 CompilerConfigurationBlock.cpl13src14.error=In 1.3 compliance level, source compatibility can not be 1.4
398 CompilerConfigurationBlock.cpl13trg14.error=In 1.3 compliance level, the classfile compatibility can not be 1.4
399 CompilerConfigurationBlock.src14asrterr.error=When source compatibility is 1.4, 'assert' cannot be an identifier.
400 CompilerConfigurationBlock.src14tgt14.error=When source compatibility is 1.4, the classfile compatibility has to be 1.4.
401
402 CompilerConfigurationBlock.empty_input=Number of problems can not be empty.
403 CompilerConfigurationBlock.invalid_input={0} is not a valid number of problems.
404
405 CompilerConfigurationBlock.filter.invalidsegment.error=Filter is invalid: {0}
406
407 OptionsConfigurationBlock.builderror.title=Preference Changes
408 OptionsConfigurationBlock.builderror.message=Problem while building. Check log for details.
409
410 OptionsConfigurationBlock.buildall.taskname=Build all...
411 OptionsConfigurationBlock.buildproject.taskname=Build project ''{0}''...
412
413 CodeGenerationPreferencePage.title=&Code Generation
414 CodeGenerationPreferencePage.description=Options for Code Generation:
415
416 CodeGenerationPreferencePage.tab.names.tabtitle=&Names
417 CodeGenerationPreferencePage.tab.templates.tabtitle=&Code and Comments
418
419 NameConventionConfigurationBlock.field.label=Fields
420 NameConventionConfigurationBlock.static.label=Static Fields
421 NameConventionConfigurationBlock.arg.label=Parameters
422 NameConventionConfigurationBlock.local.label=Local Variables
423
424 NameConventionConfigurationBlock.dialog.prefix=P&refix list:
425 NameConventionConfigurationBlock.dialog.suffix=S&uffix list:
426
427 NameConventionConfigurationBlock.error.emptyprefix=Prefix strings can not contain an empty entry.
428 NameConventionConfigurationBlock.error.emptysuffix=Suffix strings can not contain an empty entry.
429 NameConventionConfigurationBlock.error.invalidprefix={0} is not a valid prefix.
430 NameConventionConfigurationBlock.error.invalidsuffix={0} is not a valid suffix.
431
432 NameConventionConfigurationBlock.list.label=C&onventions for variable names:
433 NameConventionConfigurationBlock.list.edit.button=&Edit...
434 NameConventionConfigurationBlock.list.name.column=Variable type
435 NameConventionConfigurationBlock.list.prefix.column=Prefix list
436 NameConventionConfigurationBlock.list.suffix.column=Suffix list
437
438 NameConventionConfigurationBlock.field.dialog.title=Field Name Conventions
439 NameConventionConfigurationBlock.field.dialog.message=Specify prefix and suffix to be used for fields  (comma separated):
440
441 NameConventionConfigurationBlock.static.dialog.title=Static Field Name Conventions
442 NameConventionConfigurationBlock.static.dialog.message=Specify prefix and suffix to be used for static fields (comma separated):
443
444 NameConventionConfigurationBlock.arg.dialog.title=Parameter Name Conventions
445 NameConventionConfigurationBlock.arg.dialog.message=Specify prefix and suffix to be used for parameters (comma separated):
446
447 NameConventionConfigurationBlock.local.dialog.title=Local Variable Name Conventions
448 NameConventionConfigurationBlock.local.dialog.message=Specify prefix and suffix to be used for local variables (comma separated):
449
450 MembersOrderPreferencePage.fields.label=Fields
451 MembersOrderPreferencePage.constructors.label=Constructors
452 MembersOrderPreferencePage.methods.label=Methods
453 MembersOrderPreferencePage.staticfields.label=Static Fields
454 MembersOrderPreferencePage.staticmethods.label=Static Methods
455 MembersOrderPreferencePage.initialisers.label=Initializers
456 MembersOrderPreferencePage.staticinitialisers.label=Static Initializers
457 MembersOrderPreferencePage.types.label=Types
458
459 CodeTemplateBlock.templates.comment.node=Comments
460 CodeTemplateBlock.templates.code.node=Code
461
462 CodeTemplateBlock.catchblock.label=Catch block body
463 CodeTemplateBlock.methodstub.label=Method body
464 CodeTemplateBlock.constructorstub.label=Constructor body
465 CodeTemplateBlock.newtype.label=New Java files
466 CodeTemplateBlock.typecomment.label=Types
467 CodeTemplateBlock.methodcomment.label=Methods
468 CodeTemplateBlock.overridecomment.label=Overriding methods
469 CodeTemplateBlock.constructorcomment.label=Constructors
470
471 CodeTemplateBlock.templates.edit.button=&Edit...
472 CodeTemplateBlock.templates.import.button=&Import...
473 CodeTemplateBlock.templates.export.button=E&xport...
474 CodeTemplateBlock.templates.exportall.button=Ex&port All...
475
476 CodeTemplateBlock.createcomment.label=A&utomatically add comments for new methods and types 
477 CodeTemplateBlock.createcomment.description=(does not apply to comments contained in the code patterns)
478 CodeTemplateBlock.templates.label=C&onfigure generated code and comments:
479 CodeTemplateBlock.preview=Pa&ttern:
480
481 CodeTemplateBlock.import.title=Importing Templates
482 CodeTemplateBlock.import.extension=*.xml
483
484 CodeTemplateBlock.export.title=Exporting {0} Code Template(s)
485 CodeTemplateBlock.export.filename=codetemplates.xml
486 CodeTemplateBlock.export.extension=*.xml
487
488 CodeTemplateBlock.export.exists.title=Exporting Code Templates
489 CodeTemplateBlock.export.exists.message={0} already exists.\nDo you want to replace it?
490
491 CodeTemplateBlock.error.read.title= Code Templates
492 CodeTemplateBlock.error.read.message= Failed to read templates.
493
494 CodeTemplateBlock.error.parse.message= Failed to parse templates:\n{0}
495
496 CodeTemplateBlock.error.write.title=Code Templates
497 CodeTemplateBlock.error.write.message=Failed to write templates.
498
499 CodeTemplateBlock.export.error.title= Exporting Templates
500 CodeTemplateBlock.export.error.hidden= Export failed.\n{0} is a hidden file.
501 CodeTemplateBlock.export.error.canNotWrite= Export failed.\n{0} can not be modified.
502 CodeTemplateBlock.export.error.fileNotFound= Export failed:\n{0}
503
504 JavaEditorPreferencePage.AnnotationDecoration.NONE=None
505 JavaEditorPreferencePage.AnnotationDecoration.SQUIGGLIES=Squiggles
506 JavaEditorPreferencePage.AnnotationDecoration.UNDERLINE=Underline
507 JavaEditorPreferencePage.AnnotationDecoration.BOX=Box
508 JavaEditorPreferencePage.AnnotationDecoration.IBEAM=IBeam