3m9 compatible;
[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.note=Note:
61 JavaBasePreferencePage.notice.outliner=This preference is not applied to already opened views\n(Outline view is always updated while editing)
62
63 JavaBasePreferencePage.openTypeHierarchy=When opening a Type Hierarchy
64 JavaBasePreferencePage.inPerspective=Open a new Type Hierarchy &Perspective
65 JavaBasePreferencePage.inView=Show the &Type Hierarchy View in the current perspective
66 JavaBasePreferencePage.doubleclick.action=Action on double click in the Package Explorer
67 JavaBasePreferencePage.doubleclick.gointo=&Go into the selected element
68 JavaBasePreferencePage.doubleclick.expand=E&xpand the selected element
69
70 NewJavaProjectPreferencePage.description=Specify the classpath entries used as default by the New Java Project creation wizard:
71
72 NewJavaProjectPreferencePage.sourcefolder.label=Source and output folder
73 NewJavaProjectPreferencePage.sourcefolder.project=&Project
74 NewJavaProjectPreferencePage.sourcefolder.folder=&Folders
75 NewJavaProjectPreferencePage.folders.src=&Source folder name:
76 NewJavaProjectPreferencePage.folders.bin=&Output folder name:
77
78 NewJavaProjectPreferencePage.jrelibrary.label=As &JRE library use:
79 NewJavaProjectPreferencePage.jre_variable.description=JRE_LIB variable
80 NewJavaProjectPreferencePage.jre_container.description=JRE container
81
82 NewJavaProjectPreferencePage.folders.error.namesempty=Enter folder names.
83 NewJavaProjectPreferencePage.folders.error.invalidsrcname=Invalid source folder name: {0}
84 NewJavaProjectPreferencePage.folders.error.invalidbinname=Invalid output folder name: {0}
85 NewJavaProjectPreferencePage.folders.error.invalidcp=Settings will result in an invalid build path. Check for nested folders. 
86
87 NewJavaProjectPreferencePage.error.decode=Error while decoding JRE entry
88
89 JavaEditorPreferencePage.annotationsTab.title= Annotation&s
90 JavaEditorPreferencePage.showQuickFixables= Indicate annotations solvable with &Quick Fix in vertical ruler
91 JavaEditorPreferencePage.analyseAnnotationsWhileTyping= Analyze annotations &while typing
92 JavaEditorPreferencePage.annotationPresentationOptions= Annotation &presentation:
93 JavaEditorPreferencePage.description=Java Editor settings:
94 JavaEditorPreferencePage.annotations.bookmarks= Bookmarks
95 JavaEditorPreferencePage.annotations.searchResults= Search Results
96 JavaEditorPreferencePage.annotations.errors= Errors
97 JavaEditorPreferencePage.annotations.warnings= Warnings
98 JavaEditorPreferencePage.annotations.tasks= Tasks
99 JavaEditorPreferencePage.annotations.others= Others
100 JavaEditorPreferencePage.annotations.showInText= Show in &text
101 TextEditorPreferencePage.annotations.highlightInText= &Highlight in text
102 JavaEditorPreferencePage.annotations.showInOverviewRuler= Show in overview &ruler
103 JavaEditorPreferencePage.annotations.showInVerticalRuler= Show in vertical r&uler
104 JavaEditorPreferencePage.annotations.color= C&olor:
105 JavaEditorPreferencePage.multiLineComment=Multi-line comment
106 JavaEditorPreferencePage.singleLineComment=Single-line comment
107 JavaEditorPreferencePage.keywords=Keywords
108 JavaEditorPreferencePage.strings=Strings
109 JavaEditorPreferencePage.others=Others
110 JavaEditorPreferencePage.methodNames=Method names
111 JavaEditorPreferencePage.operators=Operators and brackets
112 JavaEditorPreferencePage.javaCommentTaskTags=Task Tags
113 JavaEditorPreferencePage.javaDocKeywords=Javadoc keywords
114 JavaEditorPreferencePage.javaDocHtmlTags=Javadoc HTML tags
115 JavaEditorPreferencePage.javaDocLinks=Javadoc links
116 JavaEditorPreferencePage.javaDocOthers=Javadoc others
117 JavaEditorPreferencePage.backgroundColor=Background color
118 JavaEditorPreferencePage.systemDefault=S&ystem Default
119 JavaEditorPreferencePage.custom=C&ustom:
120 JavaEditorPreferencePage.foreground=Fo&reground:
121 JavaEditorPreferencePage.color=C&olor:
122 JavaEditorPreferencePage.bold=&Bold
123 JavaEditorPreferencePage.preview=Preview:
124 JavaEditorPreferencePage.displayedTabWidth=Displayed &tab width:
125 JavaEditorPreferencePage.insertSpaceForTabs=Ins&ert spaces for tab (see Code Formatter preference page)
126 JavaEditorPreferencePage.showOverviewRuler=Show overview &ruler
127 JavaEditorPreferencePage.highlightMatchingBrackets=Highlight &matching brackets
128 JavaEditorPreferencePage.highlightCurrentLine=Hi&ghlight current line
129 JavaEditorPreferencePage.showPrintMargin=Sho&w print margin
130 JavaEditorPreferencePage.printMarginColumn=Print margin col&umn:
131 JavaEditorPreferencePage.insertSingleProposalsAutomatically=Insert single &proposals automatically
132 JavaEditorPreferencePage.showOnlyProposalsVisibleInTheInvocationContext=S&how only proposals visible in the invocation context
133 JavaEditorPreferencePage.presentProposalsInAlphabeticalOrder=Present proposals in a&lphabetical order
134 JavaEditorPreferencePage.enableAutoActivation=&Enable auto activation
135 JavaEditorPreferencePage.automaticallyAddImportInsteadOfQualifiedName=Automatically add import instead of &qualified name
136 JavaEditorPreferencePage.completionInserts=Completion inser&ts
137 JavaEditorPreferencePage.completionOverwrites=Completion over&writes
138 JavaEditorPreferencePage.fillArgumentNamesOnMethodCompletion=&Fill argument names on method completion
139 JavaEditorPreferencePage.guessArgumentNamesOnMethodCompletion=&Guess filled argument names
140 JavaEditorPreferencePage.autoActivationDelay=A&uto activation delay:
141 JavaEditorPreferencePage.autoActivationTriggersForJava=Auto activation &triggers for Java:
142 JavaEditorPreferencePage.autoActivationTriggersForJavaDoc=Auto activation triggers for &Javadoc:
143
144 JavaEditorPreferencePage.codeAssist.colorOptions= Code assist colo&r options:
145 JavaEditorPreferencePage.codeAssist.color= C&olor:
146 JavaEditorPreferencePage.backgroundForCompletionProposals= Completion proposal background
147 JavaEditorPreferencePage.foregroundForCompletionProposals= Completion proposal foreground
148 JavaEditorPreferencePage.backgroundForMethodParameters= Method parameter background
149 JavaEditorPreferencePage.foregroundForMethodParameters= Method parameter foreground
150 JavaEditorPreferencePage.backgroundForCompletionReplacement= Completion overwrite background
151 JavaEditorPreferencePage.foregroundForCompletionReplacement= Completion overwrite foreground
152
153 JavaEditorPreferencePage.general=Appeara&nce
154 JavaEditorPreferencePage.colors=Synta&x
155 JavaEditorPreferencePage.codeAssist= &Code Assist
156 JavaEditorPreferencePage.empty_input=Empty input
157 JavaEditorPreferencePage.invalid_input=''{0}'' is not a valid input.
158 JavaEditorPreferencePage.showLineNumbers=Show lin&e numbers
159 JavaEditorPreferencePage.lineNumberForegroundColor=Line number foreground
160 JavaEditorPreferencePage.matchingBracketsHighlightColor2=Matching brackets highlight
161 JavaEditorPreferencePage.currentLineHighlighColor=Current line highlight
162 JavaEditorPreferencePage.printMarginColor2=Print margin
163 JavaEditorPreferencePage.findScopeColor2=Find scope
164 JavaEditorPreferencePage.linkedPositionColor2=Linked focus position
165 JavaEditorPreferencePage.linkedPositionSlaveColor2=Linked position
166 JavaEditorPreferencePage.linkedPositionTargetColor2=Linked target position
167 JavaEditorPreferencePage.linkedPositionExitColor2=Linked exit position
168 JavaEditorPreferencePage.linkColor2=Link
169 JavaEditorPreferencePage.synchronizeOnCursor=Synchroni&ze outline selection and range indication on caret move
170 JavaEditorPreferencePage.appearanceOptions=Appearance co&lor options:
171
172 JavaEditorPreferencePage.typing.tabTitle= T&yping
173 JavaEditorPreferencePage.typing.description= Select options for automatic text modifications
174 JavaEditorPreferencePage.closeStrings= Close strin&gs
175 JavaEditorPreferencePage.closeBrackets= Close &brackets and parenthesis
176 JavaEditorPreferencePage.closeBraces= Cl&ose braces
177 JavaEditorPreferencePage.closeJavaDocs= Close Java&docs and comments
178 JavaEditorPreferencePage.wrapStrings= Wra&p Java strings
179 JavaEditorPreferencePage.escapeStrings= &Escape text when pasting into a string literal
180 JavaEditorPreferencePage.addJavaDocTags= Add Javadoc &tags
181 JavaEditorPreferencePage.smartPaste= Pasting fo&r correct indentation
182
183 JavaEditorPreferencePage.smartHomeEnd= S&mart cursor positioning at line start and end
184 JavaEditorPreferencePage.subWordNavigation= Smart cursor positioning in &Java names
185 JavaEditorPreferencePage.overwriteMode= Disable over&write typing mode in Java editors
186
187 JavaEditorPreferencePage.hoverTab.title= Ho&vers
188
189 JavaEditorPreferencePage.navigationTab.title= Nav&igation
190 JavaEditorPreferencePage.navigation.browserLikeLinks= S&upport hyperlink style navigation for "Open Declaration"
191 JavaEditorPreferencePage.navigation.browserLikeLinksKeyModifier= Hyperlink style navigation key &modifier:
192 JavaEditorPreferencePage.navigation.modifierIsNotValid= Modifier ''{0}'' is not valid.
193 JavaEditorPreferencePage.navigation.shiftIsDisabled= The modifier 'Shift' is not allowed because 'Shift' + click sets a new selection.
194
195 JavaEditorPreferencePage.navigation.delimiter= +
196 JavaEditorPreferencePage.navigation.insertDelimiterAndModifierAndDelimiter= \ + {0} + 
197 JavaEditorPreferencePage.navigation.insertModifierAndDelimiter= \ {0} + 
198 JavaEditorPreferencePage.navigation.insertDelimiterAndModifier= \ + {0}
199
200 JavaEditorPreferencePage.markOccurrences= Mar&k occurrences in file
201 JavaEditorPreferencePage.stickyOccurrences= S&ticky
202
203 JavaEditorHoverConfigurationBlock.hoverPreferences= &Hover key modifier preferences:
204 JavaEditorHoverConfigurationBlock.enabled= &Enabled
205 JavaEditorHoverConfigurationBlock.keyModifier= Key &Modifier:
206 JavaEditorHoverConfigurationBlock.description= Description:
207 JavaEditorHoverConfigurationBlock.modifierIsNotValid= Modifier ''{0}'' is not valid.
208 JavaEditorHoverConfigurationBlock.modifierIsNotValidForHover= Modifier ''{0}'' for ''{1}'' hover is not valid.
209 JavaEditorHoverConfigurationBlock.duplicateModifier= ''{0}'' hover uses the same modifier as ''{1}'' hover.
210
211 JavaEditorHoverConfigurationBlock.delimiter= +
212 JavaEditorHoverConfigurationBlock.insertDelimiterAndModifierAndDelimiter= \ + {0} + 
213 JavaEditorHoverConfigurationBlock.insertModifierAndDelimiter= \ {0} + 
214 JavaEditorHoverConfigurationBlock.insertDelimiterAndModifier= \ + {0}
215
216 JavaEditorHoverConfigurationBlock.showAffordance= Show affordance in hover on how to make it sticky
217
218 JavaElementInfoPage.binary=binary
219 JavaElementInfoPage.classpath_entry_kind=Classpath entry kind: 
220 JavaElementInfoPage.library=library
221 JavaElementInfoPage.nameLabel=Name: 
222 JavaElementInfoPage.not_present=not present
223 JavaElementInfoPage.package=Package: 
224 JavaElementInfoPage.package_contents=Package contents: 
225 JavaElementInfoPage.project=project
226 JavaElementInfoPage.resource_path=Resource path: 
227 JavaElementInfoPage.source=source
228 JavaElementInfoPage.variable=variable
229 JavaElementInfoPage.variable_path=Variable path:
230 JavaElementInfoPage.location=Location:
231
232 JavadocConfigurationPropertyPage.IsPackageFragmentRoot.description=Specify the location (URL) of the documentation generated by Javadoc. The Javadoc location will contain a file called 'package-list'.
233 JavadocConfigurationPropertyPage.IsIncorrectElement.description=Javadoc location can only be attached to Java projects or JAR files in Java projects
234 JavadocConfigurationPropertyPage.IsJavaProject.description=Specify the location of the project\'s Javadoc documentation. This location is used by the Javadoc export wizard as the default value and by the \'Open External Javadoc\' action. For example: \'c:/myworkspace/myproject/doc\'.
235
236 JavadocConfigurationBlock.browse.button=&Browse...
237 JavadocConfigurationBlock.error.notafolder=Location does not exist.
238 JavadocConfigurationBlock.warning.packagelistnotfound=Location does not contain file 'package-list'.
239 JavadocConfigurationBlock.javadocFolderDialog.label=Javadoc Location Selection
240 JavadocConfigurationBlock.javadocFolderDialog.message=Select Javadoc location:
241 JavadocConfigurationBlock.javadocArchiveDialog.label=Javadoc Archive Selection
242 JavadocConfigurationBlock.MalformedURL.error=Invalid URL
243 JavadocConfigurationBlock.validate.button=&Validate...
244 JavadocConfigurationBlock.InvalidLocation.message= Location is invalid. Location contains neither the file \'package-list\' nor \'index.html'.
245 JavadocConfigurationBlock.ValidLocation.message= Location is valid. Files \'package-list\' and \'index.html\' found. Click OK to open in browser.
246 JavadocConfigurationBlock.UnableToValidateLocation.message=Unable to validate location
247 JavadocConfigurationBlock.MessageDialog.title=Validating Javadoc Location
248 JavadocConfigurationBlock.location.type.path.label=Javadoc URL (e.g. \'http://www.sample-url.org/doc/\' or 'file:/c:/myworkspace/myproject/doc\')
249 JavadocConfigurationBlock.location.type.jar.label=Javadoc in archive
250 JavadocConfigurationBlock.location.path.label=Javadoc &location path:
251 JavadocConfigurationBlock.location.jar.label=Archive &path:
252 JavadocConfigurationBlock.jar.path.label=Path &within archive:
253 JavadocConfigurationBlock.zipImportSource.title=Javadoc Archive Selection
254 JavadocConfigurationBlock.location_in_jarorzip.message=&Select the folder that is the root of the Javadoc documentation:
255 JavadocConfigurationBlock.browse_jarorzip_path.title=Javadoc Root Location
256 JavadocConfigurationBlock.error.notafile=Archive does not exist
257
258 JavadocPreferencePage.description=Specify the location of the Javadoc command to be used by the Javadoc export wizard. Location must be an absolute path.
259 JavadocPreferencePage.command.label=&Javadoc command:
260 JavadocPreferencePage.command.button=&Browse...
261
262 JavadocPreferencePage.error.notexists=Javadoc command does not exist
263 JavadocPreferencePage.info.notset=Set to enable Javadoc generation tool.
264
265 JavadocPreferencePage.browsedialog.title=Javadoc Command Selection
266
267
268 SourceAttachmentPropertyPage.error.title=Error Attaching Source
269 SourceAttachmentPropertyPage.error.message=An error occurred while associating the source
270
271 SourceAttachmentPropertyPage.noarchive.message=Source can only be attached to JAR files in Java projects.
272 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).
273
274 AppearancePreferencePage.description= Appearance of Java elements in viewers:
275 AppearancePreferencePage.methodreturntype.label= Show &method return types
276 AppearancePreferencePage.overrideindicator.label= Show &override indicators in outline and hierarchy
277 AppearancePreferencePage.pkgNamePatternEnable.label= &Compress all package name segments, except the final segment
278 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'):
279 AppearancePreferencePage.showMembersInPackagesView=S&how members in Package Explorer
280 AppearancePreferencePage.stackViewsVerticallyInTheJavaBrowsingPerspective=&Stack views vertically in the Java Browsing perspective
281 AppearancePreferencePage.note=Note:
282 AppearancePreferencePage.preferenceOnlyEffectiveForNewPerspectives=This preference will only take effect on new perspectives
283 AppearancePreferencePage.packageNameCompressionPattern.error.isEmpty=Enter a package name compression pattern
284 AppearancePreferencePage.foldEmptyPackages= &Fold empty packages in hierarchical Package Explorer layout
285
286 CodeFormatterPreferencePage.title=Code Formatter
287 CodeFormatterPreferencePage.description=Sele&ct a profile:
288
289 CodeFormatterPreferencePage.empty_input=Empty input
290 CodeFormatterPreferencePage.invalid_input=''{0}'' is not a valid input.
291
292 CodeFormatterPreferencePage.newline_opening_braces.label=I&nsert a new line before an opening brace
293 CodeFormatterPreferencePage.newline_control_statement.label=Insert new &lines in control statements
294 CodeFormatterPreferencePage.newline_clear_lines=Clear all &blank lines
295 CodeFormatterPreferencePage.newline_else_if.label=&Insert new line between 'else if'
296 CodeFormatterPreferencePage.newline_empty_block.label=In&sert a new line inside an empty block
297 CodeFormatterPreferencePage.split_code.label=Ma&ximum code line length:
298 CodeFormatterPreferencePage.split_comment.label=Maxi&mum comment line length:
299 CodeFormatterPreferencePage.style_compact_assignement.label=&Compact assignment
300 CodeFormatterPreferencePage.style_space_castexpression.label=Insert sp&ace after a cast
301 CodeFormatterPreferencePage.tab_char.label=Insert &tabs for indentation, not spaces
302 CodeFormatterPreferencePage.tab_size.label=&Number of spaces representing an indentation level:
303 CodeFormatterPreferencePage.comment_format.label=&Format comments
304 CodeFormatterPreferencePage.comment_formathtml.label=Format HTML &tags
305 CodeFormatterPreferencePage.comment_formatsource.label=Format Java code &snippets
306 CodeFormatterPreferencePage.comment_indentroottags.label=&Indent Javadoc tags
307 CodeFormatterPreferencePage.comment_newlineparam.label=&New line after Javadoc tag parameters
308 CodeFormatterPreferencePage.comment_separateroottags.label=&Empty line before Javadoc tag block
309 CodeFormatterPreferencePage.comment_formatheader.label=Format &header comment
310 CodeFormatterPreferencePage.comment_indentparamdesc.label= Indent Javadoc parameter &descriptions
311
312 CodeFormatterPreferencePage.tab.newline.tabtitle=Ne&w Lines
313 CodeFormatterPreferencePage.tab.linesplit.tabtitle=Line Len&gth
314 CodeFormatterPreferencePage.tab.style.tabtitle=St&yle
315 CodeFormatterPreferencePage.tab.comment.tabtitle=&Comments
316
317 TodoTaskPreferencePage.title=Task Tags
318
319 TodoTaskPropertyPage.useworkspacesettings.label=Use &workspace settings
320 TodoTaskPropertyPage.useworkspacesettings.change=&Configure Workspace Settings...
321 TodoTaskPropertyPage.useprojectsettings.label=Use pr&oject settings
322
323 TodoTaskConfigurationBlock.markers.tasks.high.priority=High
324 TodoTaskConfigurationBlock.markers.tasks.normal.priority=Normal
325 TodoTaskConfigurationBlock.markers.tasks.low.priority=Low
326 TodoTaskConfigurationBlock.markers.tasks.label=&Strings indicating tasks in Java comments:
327 TodoTaskConfigurationBlock.markers.tasks.add.button=&New...
328 TodoTaskConfigurationBlock.markers.tasks.remove.button=&Remove
329 TodoTaskConfigurationBlock.markers.tasks.edit.button=&Edit...
330 TodoTaskConfigurationBlock.markers.tasks.name.column=Tag
331 TodoTaskConfigurationBlock.markers.tasks.priority.column=Priority
332
333 TodoTaskConfigurationBlock.needsbuild.title=Task Tags Settings Changed
334 TodoTaskConfigurationBlock.needsfullbuild.message=The task tags settings have changed. A full rebuild is required to make changes effective. Do the full build now?
335 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?
336
337 TodoTaskInputDialog.new.title=New Task Tag
338 TodoTaskInputDialog.edit.title=Edit Task Tag
339 TodoTaskInputDialog.name.label=T&ag:
340 TodoTaskInputDialog.priority.label=&Priority:
341 TodoTaskInputDialog.priority.high=High
342 TodoTaskInputDialog.priority.normal=Normal
343 TodoTaskInputDialog.priority.low=Low
344 TodoTaskInputDialog.error.enterName=Enter task tag name.
345 TodoTaskInputDialog.error.comma=Name cannot contain a comma.
346 TodoTaskInputDialog.error.entryExists=Entry with the same name already exists.
347 TodoTaskInputDialog.error.noSpace=Name can not start or end with a whitespace.
348
349 CompilerPreferencePage.title=Compiler
350 CompilerPreferencePage.description=Options for the Java compiler:\nNote that a full rebuild is required to make changes effective.
351
352 CompilerPropertyPage.useworkspacesettings.label=Use &workspace settings
353 CompilerPropertyPage.useworkspacesettings.change=&Configure Workspace Settings...
354 CompilerPropertyPage.useprojectsettings.label=Use pr&oject settings
355
356 CompilerConfigurationBlock.advanced.tabtitle=Ad&vanced
357 CompilerConfigurationBlock.unused.tabtitle=&Unused Code
358 CompilerConfigurationBlock.common.tabtitle=&Style
359 CompilerConfigurationBlock.compliance.tabtitle=&Compliance and Classfiles
360 CompilerConfigurationBlock.others.tabtitle=Build &Path
361 CompilerConfigurationBlock.javadoc.tabtitle=&Javadoc
362
363 CompilerConfigurationBlock.common.description=Select the severity level for the following problems:
364 CompilerConfigurationBlock.unused.description=Select the severity level for the following problems:
365 CompilerConfigurationBlock.advanced.description=Select the severity level for the following problems:
366 CompilerConfigurationBlock.build_warnings.description=Select the severity level for the following build path problems:
367
368 CompilerConfigurationBlock.variable_attr.label=Add varia&ble attributes to generated class files (used by the debugger)
369 CompilerConfigurationBlock.line_number_attr.label=Add &line number attributes to generated class files (used by the debugger)
370 CompilerConfigurationBlock.source_file_attr.label=Add source &file name to generated class file (used by the debugger)
371 CompilerConfigurationBlock.codegen_unused_local.label=Pr&eserve unused local variables (never read) 
372
373 CompilerConfigurationBlock.compiler_compliance.label=Comp&iler compliance level:
374 CompilerConfigurationBlock.default_settings.label=Use defaul&t compliance settings
375 CompilerConfigurationBlock.source_compatibility.label=Source co&mpatibility:
376 CompilerConfigurationBlock.codegen_targetplatform.label=Ge&nerated .class files compatibility:
377 CompilerConfigurationBlock.pb_assert_as_identifier.label=Disallow identifie&rs called 'assert':
378
379 CompilerConfigurationBlock.compliance.group.label=JDK Compliance
380 CompilerConfigurationBlock.classfiles.group.label=Classfile Generation
381
382 CompilerConfigurationBlock.pb_var_deprecated.label=Keyword 'var' is deprecated:
383
384 CompilerConfigurationBlock.pb_unreachable_code.label=&Unreachable code:
385 CompilerConfigurationBlock.pb_invalid_import.label=Unresol&vable import statements:
386 CompilerConfigurationBlock.pb_overriding_pkg_dflt.label=&Methods overridden but not package visible:
387 CompilerConfigurationBlock.pb_method_naming.label=Me&thods with a constructor name:
388 CompilerConfigurationBlock.pb_no_effect_assignment.label=Assignment has no &effect (e.g. 'x = x'):
389 CompilerConfigurationBlock.pb_incompatible_interface_method.label=Conflict of &interface method with protected 'Object' method:
390
391 CompilerConfigurationBlock.pb_indirect_access_to_static.label=Indi&rect access to static member:
392
393 CompilerConfigurationBlock.pb_hidden_catchblock.label=&Hidden catch blocks:
394 CompilerConfigurationBlock.pb_static_access_receiver.label=Non-stat&ic access to static member:
395 CompilerConfigurationBlock.pb_unused_imports.label=Unus&ed imports:
396 CompilerConfigurationBlock.pb_unused_local.label=&Local variable is never read:
397 CompilerConfigurationBlock.pb_unused_parameter.label=Parameter is &never read:
398 CompilerConfigurationBlock.pb_signal_param_in_overriding.label=Chec&k overriding and implementing methods
399
400 CompilerConfigurationBlock.pb_unused_private.label=Unused or unread priva&te members:
401 CompilerConfigurationBlock.pb_non_externalized_strings.label=Usage of non-e&xternalized strings:
402 CompilerConfigurationBlock.pb_deprecation.label=Usa&ge of deprecated API:
403 CompilerConfigurationBlock.pb_deprecation_in_deprecation.label=Signal use o&f deprecated API inside deprecated code.
404 CompilerConfigurationBlock.pb_deprecation_when_overriding.label=Check ove&rriding and implementing methods
405 CompilerConfigurationBlock.pb_superfluous_semicolon.label=Unnecessary se&micolon:
406 CompilerConfigurationBlock.pb_unnecessary_type_check.label=Unnecessary cast or '&instanceof' operation:
407
408 CompilerConfigurationBlock.pb_synth_access_emul.label=Access to a &non-accessible member of an enclosing type:
409 CompilerConfigurationBlock.pb_char_array_in_concat.label=Using a c&har array in string concatenation:
410 CompilerConfigurationBlock.pb_incomplete_build_path.label=&Incomplete build path:
411 CompilerConfigurationBlock.pb_build_path_cycles.label=Circular d&ependencies:
412 CompilerConfigurationBlock.pb_duplicate_resources.label=Duplica&ted resources:
413 CompilerConfigurationBlock.pb_max_per_unit.label=&Maximum number of problems reported per compilation unit:
414 CompilerConfigurationBlock.pb_check_prereq_binary_level.label=Incompatible required &binaries:
415
416 CompilerConfigurationBlock.pb_accidential_assignement.label=Possi&ble accidental boolean assignment (e.g. if (a = b)):
417 CompilerConfigurationBlock.pb_local_variable_hiding.label=&Local variable declaration hides another field or variable:
418 CompilerConfigurationBlock.pb_field_hiding.label=&Field declaration hides another field or variable:
419 CompilerConfigurationBlock.pb_special_param_hiding.label=Include const&ructor or setter method parameters
420
421 CompilerConfigurationBlock.pb_unqualified_field_access.label=Unqualified access to instance fi&eld:
422 CompilerConfigurationBlock.pb_finally_block_not_completing.label='&finally' does not complete normally:
423 CompilerConfigurationBlock.pb_undocumented_empty_block.label=U&ndocumented empty block:
424 CompilerConfigurationBlock.pb_unused_throwing_exception.label=Unnecessary declaration of t&hrown checked exception:
425 CompilerConfigurationBlock.pb_unused_throwing_exception_when_overriding.label=Check &overriding and implementing methods
426
427 CompilerConfigurationBlock.javadoc.description=Select the severity level for the following problems:
428 CompilerConfigurationBlock.pb_invalid_javadoc.label=Mal&formed Javadoc comments:
429 CompilerConfigurationBlock.pb_invalid_javadoc_tags.label=Report e&rrors in tags
430 CompilerConfigurationBlock.pb_invalid_javadoc_tags_visibility.label=On&ly consider members as visible as:
431
432 CompilerConfigurationBlock.pb_missing_javadoc.label=Missing Javadoc &tags:
433 CompilerConfigurationBlock.pb_missing_javadoc_tags_visibility.label=O&nly consider members as visible as:
434 CompilerConfigurationBlock.pb_missing_javadoc_tags_overriding.label=C&heck overriding and implementing methods
435
436 CompilerConfigurationBlock.pb_missing_comments.label=&Missing Javadoc comments:
437 CompilerConfigurationBlock.pb_missing_comments_visibility.label=&Only consider members as visible as:
438 CompilerConfigurationBlock.pb_missing_comments_overriding.label=Ch&eck overriding and implementing methods
439
440 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/')
441 CompilerConfigurationBlock.resource_filter.label=&Filtered Resources:
442 CompilerConfigurationBlock.build_invalid_classpath.label=Abo&rt building on build path errors
443 CompilerConfigurationBlock.build_clean_outputfolder.label=Clea&n output folders on full build
444 CompilerConfigurationBlock.enable_exclusion_patterns.label=Enable using e&xclusion patterns in source folders
445 CompilerConfigurationBlock.enable_multiple_outputlocations.label=Enable using &multiple output locations for source folders
446
447 CompilerConfigurationBlock.error=Error
448 CompilerConfigurationBlock.warning=Warning
449 CompilerConfigurationBlock.ignore=Ignore
450
451 CompilerConfigurationBlock.public=Public
452 CompilerConfigurationBlock.protected=Protected
453 CompilerConfigurationBlock.default=Default
454 CompilerConfigurationBlock.private=Private
455
456 CompilerConfigurationBlock.enabled=Enabled
457 CompilerConfigurationBlock.disabled=Disabled
458
459 CompilerConfigurationBlock.version11=1.1
460 CompilerConfigurationBlock.version12=1.2
461 CompilerConfigurationBlock.version13=1.3
462 CompilerConfigurationBlock.version14=1.4
463
464 CompilerConfigurationBlock.needsbuild.title=Compiler Settings Changed
465 CompilerConfigurationBlock.needsfullbuild.message=The compiler settings have changed. A full rebuild is required to make changes effective. Do the full build now?
466 CompilerConfigurationBlock.needsprojectbuild.message=The compiler settings have changed. A rebuild of the project is required to make changes effective. Do the project build now?
467
468 CompilerConfigurationBlock.cpl13src14.error=In 1.3 compliance level, source compatibility can not be 1.4
469 CompilerConfigurationBlock.cpl13trg14.error=In 1.3 compliance level, the classfile compatibility can not be 1.4
470 CompilerConfigurationBlock.src14asrterr.error=When source compatibility is 1.4, 'assert' cannot be an identifier.
471 CompilerConfigurationBlock.src14tgt14.error=When source compatibility is 1.4, the classfile compatibility has to be 1.4.
472
473 CompilerConfigurationBlock.empty_input=Number of problems can not be empty.
474 CompilerConfigurationBlock.invalid_input={0} is not a valid number of problems.
475
476 CompilerConfigurationBlock.filter.invalidsegment.error=Filter is invalid: {0}
477
478 OptionsConfigurationBlock.builderror.title=Preference Changes
479 OptionsConfigurationBlock.builderror.message=Problem while building. Check log for details.
480
481 OptionsConfigurationBlock.buildall.taskname=Build all...
482 OptionsConfigurationBlock.buildproject.taskname=Build project ''{0}''...
483
484 CodeGenerationPreferencePage.title=&Code Generation
485 CodeGenerationPreferencePage.description=Options for Code Generation:
486
487 CodeGenerationPreferencePage.tab.names.tabtitle=&Names
488 CodeGenerationPreferencePage.tab.templates.tabtitle=&Code and Comments
489
490 NameConventionConfigurationBlock.field.label=Fields
491 NameConventionConfigurationBlock.static.label=Static Fields
492 NameConventionConfigurationBlock.arg.label=Parameters
493 NameConventionConfigurationBlock.local.label=Local Variables
494 NameConventionConfigurationBlock.keywordthis.label=&Qualify all generated field accesses with 'this.'
495 NameConventionConfigurationBlock.isforbooleangetters.label=&Use 'is' prefix for getters that return boolean.
496
497 NameConventionConfigurationBlock.dialog.prefix=P&refix list:
498 NameConventionConfigurationBlock.dialog.suffix=S&uffix list:
499
500 NameConventionConfigurationBlock.exceptionname.label=E&xception variable name in catch blocks:
501
502 NameConventionConfigurationBlock.error.emptyprefix=Prefix strings can not contain an empty entry.
503 NameConventionConfigurationBlock.error.emptysuffix=Suffix strings can not contain an empty entry.
504 NameConventionConfigurationBlock.error.invalidprefix={0} is not a valid prefix.
505 NameConventionConfigurationBlock.error.invalidsuffix={0} is not a valid suffix.
506
507 NameConventionConfigurationBlock.list.label=C&onventions for variable names:
508 NameConventionConfigurationBlock.list.edit.button=&Edit...
509 NameConventionConfigurationBlock.list.name.column=Variable type
510 NameConventionConfigurationBlock.list.prefix.column=Prefix list
511 NameConventionConfigurationBlock.list.suffix.column=Suffix list
512
513 NameConventionConfigurationBlock.field.dialog.title=Field Name Conventions
514 NameConventionConfigurationBlock.field.dialog.message=Specify prefix and suffix to be used for fields  (comma separated):
515
516 NameConventionConfigurationBlock.static.dialog.title=Static Field Name Conventions
517 NameConventionConfigurationBlock.static.dialog.message=Specify prefix and suffix to be used for static fields (comma separated):
518
519 NameConventionConfigurationBlock.arg.dialog.title=Parameter Name Conventions
520 NameConventionConfigurationBlock.arg.dialog.message=Specify prefix and suffix to be used for parameters (comma separated):
521
522 NameConventionConfigurationBlock.local.dialog.title=Local Variable Name Conventions
523 NameConventionConfigurationBlock.local.dialog.message=Specify prefix and suffix to be used for local variables (comma separated):
524
525 MembersOrderPreferencePage.category.button.up=&Up
526 MembersOrderPreferencePage.category.button.down=D&own
527
528 MembersOrderPreferencePage.visibility.button.up=U&p
529 MembersOrderPreferencePage.visibility.button.down=Do&wn
530
531 MembersOrderPreferencePage.label.description=&Choose the order in which members will be displayed. The order is also used by the 'Sort Members' action.
532
533
534 MembersOrderPreferencePage.fields.label=Fields
535 MembersOrderPreferencePage.constructors.label=Constructors
536 MembersOrderPreferencePage.methods.label=Methods
537 MembersOrderPreferencePage.staticfields.label=Static Fields
538 MembersOrderPreferencePage.staticmethods.label=Static Methods
539 MembersOrderPreferencePage.initialisers.label=Initializers
540 MembersOrderPreferencePage.staticinitialisers.label=Static Initializers
541 MembersOrderPreferencePage.types.label=Types
542
543 MembersOrderPreferencePage.public.label=Public
544 MembersOrderPreferencePage.private.label=Private
545 MembersOrderPreferencePage.protected.label=Protected
546 MembersOrderPreferencePage.default.label=Default
547
548 MembersOrderPreferencePage.usevisibilitysort.label=&Sort members in same category by visibility
549
550 CodeTemplateBlock.templates.comment.node=Comments
551 CodeTemplateBlock.templates.code.node=Code
552
553 CodeTemplateBlock.catchblock.label=Catch block body
554 CodeTemplateBlock.methodstub.label=Method body
555 CodeTemplateBlock.constructorstub.label=Constructor body
556 CodeTemplateBlock.newtype.label=New Java files
557 CodeTemplateBlock.typecomment.label=Types
558 CodeTemplateBlock.fieldcomment.label=Fields
559 CodeTemplateBlock.methodcomment.label=Methods
560 CodeTemplateBlock.overridecomment.label=Overriding methods
561 CodeTemplateBlock.constructorcomment.label=Constructors
562 CodeTemplateBlock.gettercomment.label=Getters
563 CodeTemplateBlock.settercomment.label=Setters
564 CodeTemplateBlock.getterstub.label=Getter body
565 CodeTemplateBlock.setterstub.label=Setter body
566
567 CodeTemplateBlock.templates.edit.button=&Edit...
568 CodeTemplateBlock.templates.import.button=&Import...
569 CodeTemplateBlock.templates.export.button=E&xport...
570 CodeTemplateBlock.templates.exportall.button=Ex&port All...
571
572 CodeTemplateBlock.createcomment.label=A&utomatically add comments for new methods and types 
573 CodeTemplateBlock.createcomment.description=(does not apply to comments contained in the code patterns)
574 CodeTemplateBlock.templates.label=C&onfigure generated code and comments:
575 CodeTemplateBlock.preview=Pa&ttern:
576
577 CodeTemplateBlock.import.title=Importing Templates
578 CodeTemplateBlock.import.extension=*.xml
579
580 CodeTemplateBlock.export.title=Exporting {0} Code Template(s)
581 CodeTemplateBlock.export.filename=codetemplates.xml
582 CodeTemplateBlock.export.extension=*.xml
583
584 CodeTemplateBlock.export.exists.title=Exporting Code Templates
585 CodeTemplateBlock.export.exists.message={0} already exists.\nDo you want to replace it?
586
587 CodeTemplateBlock.error.read.title= Code Templates
588 CodeTemplateBlock.error.read.message= Failed to read templates.
589
590 CodeTemplateBlock.error.parse.message= Failed to parse templates:\n{0}
591
592 CodeTemplateBlock.error.write.title=Code Templates
593 CodeTemplateBlock.error.write.message=Failed to write templates.
594
595 CodeTemplateBlock.export.error.title= Exporting Templates
596 CodeTemplateBlock.export.error.hidden= Export failed.\n{0} is a hidden file.
597 CodeTemplateBlock.export.error.canNotWrite= Export failed.\n{0} can not be modified.
598 CodeTemplateBlock.export.error.fileNotFound= Export failed:\n{0}
599
600 TypeFilterPreferencePage.description=All types in packages that match with the selected filter strings will not be shown in the 'Open Type' dialog and will also be ignored in code assist or quick fix proposals.
601 TypeFilterPreferencePage.list.label=Filter list:
602 TypeFilterPreferencePage.add.button=&New...
603 TypeFilterPreferencePage.addpackage.button=Add &Packages...
604 TypeFilterPreferencePage.edit.button=&Edit...
605 TypeFilterPreferencePage.remove.button=&Remove
606 TypeFilterPreferencePage.selectall.button=Ena&ble All
607 TypeFilterPreferencePage.deselectall.button=Di&sable All
608
609 TypeFilterPreferencePage.choosepackage.label=Package Selection
610 TypeFilterPreferencePage.choosepackage.description=&Choose packages to filter:
611
612 TypeFilterInputDialog.title=Type Filter
613 TypeFilterInputDialog.message=&Type filter name ('*' and '?' are valid wildcards):
614 TypeFilterInputDialog.browse.button=&Browse...
615 TypeFilterInputDialog.error.enterName=Enter a qualified type name.
616 TypeFilterInputDialog.error.invalidName=Invalid name: {0}.
617 TypeFilterInputDialog.error.entryExists=Entry already exists.
618 TypeFilterInputDialog.choosepackage.label=Package Selection
619 TypeFilterInputDialog.choosepackage.description=&Choose packages to filter:
620
621 WorkInProgress.quickdiff= Quick Diff
622 WorkInProgress.quickdiff.changedLineColor= Changed lines background
623 WorkInProgress.quickdiff.addedLineColor= Added lines background
624 WorkInProgress.quickdiff.deletedLineColor= Deleted lines indicator
625 WorkInProgress.quickdiff.appearanceOptions= Appearance color options:
626 WorkInProgress.editor=Editor
627 WorkInProgress.formatComments= Enable formatting of Javadoc, multi- and single line comments (reopen editor for activation)
628 WorkInProgress.smartTyping.label= Enable the following functions in Smart Insert typing mode
629 WorkInProgress.smartTyping.smartSemicolon= Smart &Semicolon
630 WorkInProgress.smartTyping.smartOpeningBrace= Smart Opening &Brace
631 WorkInProgress.smartTyping.smartTab= Smart &Tab
632 WorkInProgress.formatter= Code Fomatter
633 WorkInProgress.formatter.option= Enable new code fomatter (press 'Apply' before going to the formatter preference page)
634 WorkInProgress.quickassist.group= Quick Assist
635 WorkInProgress.quickassist.option= Enable light bulb for quick assists
636 WorkInProgress.showQuickDiffPerDefault=Always show &Quick Diff coloring
637 WorkInProgress.quickdiff.referenceprovidertitle=Quick Diff reference providers:
638 WorkInProgress.quickdiff.setDefault=Make &Default
639 WorkInProgress.quickdiff.defaultlabel= (default)
640 WorkInProgress.quickdiff.characterMode= Show changes using &characters instead of colors (on line number bar only)
641 WorkInProgress.search= Search
642 WorkInProgress.search.small_menu=Use reduced search menu
643 WorkInProgress.newsearch.option=Use new search view
644 WorkInProgress.search.ignore_imports=Ignore references in imports statements
645 WorkInProgress.rollover= Enable annotation &roll-over (does not affect already open editors)
646
647 JavadocPreferencePage.title=Javadoc
648
649 SpellingPreferencePage.description=Options for Spelling:
650 SpellingPreferencePage.title=Spelling
651 SpellingPreferencePage.empty_threshold=No number of correction proposals specified
652 SpellingPreferencePage.invalid_threshold=''{0}'' is not a valid number for correction proposals
653 SpellingPreferencePage.enable.label=Sp&ell-check comments
654 SpellingPreferencePage.ignore.digits.label=Ignore words with &digits
655 SpellingPreferencePage.ignore.mixed.label=Ignore &mixed case words
656 SpellingPreferencePage.ignore.sentence.label=Ignore &sentence capitalization
657 SpellingPreferencePage.ignore.upper.label=Ignore u&pper case words
658 SpellingPreferencePage.ignore.url.label=Ignore &internet addresses
659 SpellingPreferencePage.proposals.threshold=&Number of correction proposals:
660 SpellingPreferencePage.dictionary.label=&Platform dictionary:
661 SpellingPreferencePage.workspace.dictionary.label=&User defined dictionary:
662 SpellingPreferencePage.browse.label=&Browse...
663 SpellingPreferencePage.dictionary.error=The dictionary must be a readable and writable file
664 SpellingPreferencePage.locale.error=There exists no dictionary for this language
665 SpellingPreferencePage.filedialog.title=Select dictionary
666 SpellingPreferencePage.filter.dictionary.extension=*.dictionary
667 SpellingPreferencePage.filter.all.extension=*.*
668 SpellingPreferencePage.filter.dictionary.label=Dictionary Files
669 SpellingPreferencePage.filter.all.label=All Files
670 SpellingPreferencePage.enable.contentassist.label=&Make dictionary available to content assist
671
672 SpellingPreferencePage.preferences.user=&Comments
673 SpellingPreferencePage.preferences.engine=&Language
674 SpellingPreferencePage.preferences.advanced=&Advanced
675
676
677 JavaEditorPreferencePage.AnnotationDecoration.NONE=None
678 JavaEditorPreferencePage.AnnotationDecoration.SQUIGGLIES=Squiggles
679 JavaEditorPreferencePage.AnnotationDecoration.UNDERLINE=Underline
680 JavaEditorPreferencePage.AnnotationDecoration.BOX=Box
681 JavaEditorPreferencePage.AnnotationDecoration.IBEAM=IBeam
682
683
684 PHPEditorPreferencePage.multiLineComment=Multi-line comment
685 PHPEditorPreferencePage.singleLineComment=Single-line comment
686 PHPEditorPreferencePage.tags=PHP tags
687 PHPEditorPreferencePage.keywords=Keywords
688 PHPEditorPreferencePage.functionNames=Predefined function names
689 PHPEditorPreferencePage.variables=Variables
690 PHPEditorPreferencePage.constants=Constants
691 PHPEditorPreferencePage.types=Types
692 PHPEditorPreferencePage.strings=Strings
693 PHPEditorPreferencePage.others=Others
694 PHPEditorPreferencePage.phpDocKeywords=PHPDoc keywords
695 PHPEditorPreferencePage.phpDocHtmlTags=PHPDoc HTML tags
696 PHPEditorPreferencePage.phpDocLinks=PHPDoc links
697 PHPEditorPreferencePage.phpDocOthers=PHPDoc others
698
699 JavaEditorPreferencePage.folding.title= &Folding
700
701 FoldingConfigurationBlock.enable= Enable folding when &opening a new editor
702 FoldingConfigurationBlock.combo_caption= Select folding to &use: 
703 FoldingConfigurationBlock.info.no_preferences= The selected folding provider did not provide a preference control
704 FoldingConfigurationBlock.error.not_exist= The selected folding provider does not exist