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