]> git.uio.no Git - ifi-stolz-refaktor.git/blob - case-study/jdt-before/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.properties
Case Study: adding data and statistics
[ifi-stolz-refaktor.git] / case-study / jdt-before / ui / org / eclipse / jdt / internal / ui / wizards / NewWizardMessages.properties
1 ###############################################################################
2 # Copyright (c) 2000, 2012 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 #
8 # Contributors:
9 #     IBM Corporation - initial API and implementation
10 #     Philippe Marschall <philippe.marschall@netcetera.ch> - [type wizards] Allow the creation of a compilation unit called package-info.java - https://bugs.eclipse.org/86168
11 #     Michael Pellaton <michael.pellaton@netcetera.ch> - [type wizards] Allow the creation of a compilation unit called package-info.java - https://bugs.eclipse.org/86168
12 ###############################################################################
13
14 # ------- AbstractOpenWizardAction -------
15
16 AbstractOpenWizardAction_noproject_title=New Element
17 AbstractOpenWizardAction_noproject_message=In order to create this element a project needs to be created first.\n\nDo you want to open the 'New Project' wizard now?
18
19 AbstractOpenWizardAction_createerror_title=Open Wizard
20 AbstractOpenWizardAction_createerror_message=The wizard could not be opened. See log for details.
21
22 # ------- NewElementWizard -------
23
24 NewElementWizard_op_error_title=New
25 NewElementWizard_op_error_message=Creation of element failed.
26
27 NewElementWizard_typecomment_deprecated_title=Type Creation
28 NewElementWizard_typecomment_deprecated_message=You can configure the default layout of newly created files and types on the 'code generation' preference page.  This was previously implemented on the template page in the templates 'filecomment' and 'typecomment'.
29 # ------- NewContainerWizardPage -------
30
31 NewContainerWizardPage_container_label=Source fol&der:
32 NewContainerWizardPage_container_button=Br&owse...
33
34 NewContainerWizardPage_error_EnterContainerName=Source folder name is empty.
35 NewContainerWizardPage_error_ContainerIsBinary=''{0}'' is a JAR archive.
36 NewContainerWizardPage_error_ContainerDoesNotExist=Folder ''{0}'' does not exist.
37 NewContainerWizardPage_error_NotAFolder=''{0}'' must be a project or folder.
38 NewContainerWizardPage_error_ProjectClosed=Project ''{0}'' must be accessible.
39 NewContainerWizardPage_error_FolderIsVirtual= Source folder cannot be a virtual folder.
40
41 NewContainerWizardPage_warning_NotAJavaProject=Source folder is not a Java project.
42 NewContainerWizardPage_warning_NotInAJavaProject=Source folder is not in a Java project.
43 NewContainerWizardPage_warning_inside_classfolder=''{0}'' is a class folder.
44 NewContainerWizardPage_warning_NotOnClassPath=Source folder is not on the Java build class path.
45
46 NewContainerWizardPage_ChooseSourceContainerDialog_title=Source Folder Selection
47 NewContainerWizardPage_ChooseSourceContainerDialog_description=&Choose a source folder:
48
49 # ------- NewPackageWizardPage -------
50
51 NewPackageCreationWizard_title=New Java Package
52
53 NewPackageWizardPage_package_label=Na&me:
54 NewPackageWizardPage_package_CreatePackageInfoJava=&Create package-info.java
55
56 NewPackageWizardPage_error_InvalidPackageName=Invalid package name. {0}
57 NewPackageWizardPage_error_IsOutputFolder=Name conflict with output folder.
58
59 NewPackageWizardPage_error_PackageExists=Package already exists.
60 NewPackageWizardPage_error_PackageExistsDifferentCase=Package already exists with a different case.
61 NewPackageWizardPage_error_EnterName=Enter a package name.
62 NewPackageWizardPage_error_PackageNotShown=Package already exists. Note: Views might filter empty parent packages.
63 NewPackageWizardPage_error_PackageNameFiltered= This package is hidden in the workspace due to resource filters.
64 NewPackageWizardPage_warning_DiscouragedPackageName=Discouraged package name. {0}
65
66 NewPackageWizardPage_title=Java Package
67 NewPackageWizardPage_description=Create a new Java package.
68 NewPackageWizardPage_info=Creates folders corresponding to packages.
69
70 # ------- NewTypeWizardPage -------
71
72 NewTypeWizardPage_package_label=Pac&kage:
73 NewTypeWizardPage_package_button=Bro&wse...
74
75 NewTypeWizardPage_enclosing_selection_label=Enclosing t&ype:
76 NewTypeWizardPage_enclosing_field_description=Enclosing type name
77 NewTypeWizardPage_enclosing_button=Bro&wse...
78
79 NewTypeWizardPage_error_InvalidPackageName=Package name is not valid. {0}
80 NewTypeWizardPage_error_ClashOutputLocation=Package clashes with project output folder.
81 NewTypeWizardPage_error_uri_location_unkown=Cannot locate resource {0}
82 NewTypeWizardPage_warning_DiscouragedPackageName=This package name is discouraged. {0}
83 NewTypeWizardPage_warning_DefaultPackageDiscouraged=The use of the default package is discouraged.
84 NewTypeWizardPage_warning_NotJDKCompliant=Project ''{0}'' is not a J2SE 5.0 compliant project.
85 NewTypeWizardPage_warning_EnumClassNotFound=Type 'java.lang.Enum' is not on the project's build path. Make sure you use a 1.5 JDK.
86
87 NewTypeWizardPage_default=(default)
88 NewTypeWizardPage_ChoosePackageDialog_title=Package Selection
89 NewTypeWizardPage_ChoosePackageDialog_description=&Choose a folder:
90 NewTypeWizardPage_ChoosePackageDialog_empty=Cannot find packages to select.
91
92 NewTypeWizardPage_ChooseEnclosingTypeDialog_title=Enclosing Type Selection
93 NewTypeWizardPage_ChooseEnclosingTypeDialog_description=&Choose a type to which the new class will be added:
94
95 NewTypeWizardPage_error_EnclosingTypeEnterName=Name of enclosing type must be entered.
96 NewTypeWizardPage_error_EnclosingTypeNotExists=Enclosing type does not exist.
97 NewTypeWizardPage_error_EnclosingNotInCU=Enclosing type is binary.
98 NewTypeWizardPage_error_EnclosingNotEditable=Enclosing type is not editable.
99 NewTypeWizardPage_warning_EnclosingNotInSourceFolder=Enclosing type is not in specified source folder.
100
101 NewTypeWizardPage_typename_label=Na&me:
102
103 NewTypeWizardPage_superclass_label=&Superclass:
104 NewTypeWizardPage_superclass_button=Brows&e...
105
106 NewTypeWizardPage_interfaces_class_label=&Interfaces:
107 NewTypeWizardPage_interfaces_ifc_label=Extended &interfaces:
108 NewTypeWizardPage_interfaces_add=&Add...
109 NewTypeWizardPage_interfaces_remove=&Remove
110
111 NewTypeWizardPage_modifiers_acc_label=Modifiers:
112 NewTypeWizardPage_modifiers_public=&public
113 NewTypeWizardPage_modifiers_private=pri&vate
114 NewTypeWizardPage_modifiers_protected=pro&tected
115 NewTypeWizardPage_modifiers_default=defa&ult
116 NewTypeWizardPage_modifiers_abstract=abs&tract
117 NewTypeWizardPage_modifiers_final=fina&l
118 NewTypeWizardPage_modifiers_static=stati&c
119 NewTypeWizardPage_addcomment_label=&Generate comments
120 NewTypeWizardPage_addcomment_description=Do you want to add comments? (Configure templates and default value <a>here</a>)
121 NewTypeWizardPage_error_EnterTypeName=Type name is empty.
122 NewTypeWizardPage_error_TypeNameExists=Type already exists.
123 NewTypeWizardPage_error_TypeNameExistsDifferentCase=Type with same name but different case exists.
124 NewTypeWizardPage_error_InvalidTypeName=Type name is not valid. {0}
125 NewTypeWizardPage_error_QualifiedName=Type name must not be qualified.
126 NewTypeWizardPage_warning_TypeNameDiscouraged=Type name is discouraged. {0}
127 NewTypeWizardPage_error_TypeParameters=Type name is not valid. Type parameters are only available if source level is 1.5.
128
129 NewTypeWizardPage_error_InvalidSuperClassName=Superclass type is not valid.
130 NewTypeWizardPage_error_SuperClassNotParameterized=Superclass cannot be parameterized unless source level is 1.5.
131 NewTypeWizardPage_error_InvalidSuperInterfaceName=Extended interface ''{0}'' is not valid.
132 NewTypeWizardPage_error_SuperInterfaceNotParameterized=Extended interface ''{0}'' cannot be parameterized unless source level is 1.5.
133
134 NewTypeWizardPage_error_ModifiersFinalAndAbstract=Class cannot be both final and abstract
135 NewTypeWizardPage_error_TypeNameFiltered=This type is hidden in the workspace due to resource filters.
136 NewTypeWizardPage_error_PackageNameFiltered= This package is hidden in the workspace due to resource filters.
137 NewTypeWizardPage_error_PackageIsVirtual= Package cannot be a virtual folder.
138
139 NewTypeWizardPage_configure_templates_message=Can not open the project properties. The wizard page does not yet specify a valid project.
140 NewTypeWizardPage_configure_templates_title=Configure Code Templates
141
142 NewTypeWizardPage_SuperClassDialog_title=Superclass Selection
143 NewTypeWizardPage_SuperClassDialog_message=&Choose a type:
144
145 NewTypeWizardPage_InterfacesDialog_class_title= Implemented Interfaces Selection
146 NewTypeWizardPage_InterfacesDialog_interface_title= Extended Interfaces Selection
147 NewTypeWizardPage_InterfacesDialog_message=&Choose interfaces:
148
149 NewTypeWizardPage_operationdesc=Creating type....
150
151 # ------- SuperInterfaceSelectionDialog -----
152
153 SuperInterfaceSelectionDialog_addButton_label=&Add
154 SuperInterfaceSelectionDialog_interfaceadded_info=''{0}'' added.
155 SuperInterfaceSelectionDialog_interfacealreadyadded_info=''{0}'' already in list.
156
157 # ------- NewClassWizardPage -------
158
159 NewClassCreationWizard_title=New Java Class
160
161 NewClassWizardPage_title=Java Class
162 NewClassWizardPage_description=Create a new Java class.
163
164 NewClassWizardPage_methods_label=Which method stubs would you like to create?
165 NewClassWizardPage_methods_main=public static &void main(String[] args)
166 NewClassWizardPage_methods_constructors=&Constructors from superclass
167 NewClassWizardPage_methods_inherited=In&herited abstract methods
168
169
170 # ------- NewInterfaceWizardPage -------
171
172 NewInterfaceCreationWizard_title=New Java Interface
173
174 NewInterfaceWizardPage_title=Java Interface
175 NewInterfaceWizardPage_description=Create a new Java interface.
176
177 # ------- NewEnumWizardPage -------
178
179 NewEnumCreationWizard_title=New Enum Type
180
181 NewEnumWizardPage_title=Enum Type
182 NewEnumWizardPage_description=Create a new enum type.
183
184 # ------- NewAnnotationWizardPage -------
185
186 NewAnnotationCreationWizard_title=New Annotation Type
187
188 NewAnnotationWizardPage_title=Annotation Type
189 NewAnnotationWizardPage_description=Create a new annotation type.
190
191 # ------- JavaCapabilityConfigurationPage -------
192
193 JavaCapabilityConfigurationPage_title=Java Settings
194 JavaCapabilityConfigurationPage_description=Define the Java build settings.
195 JavaCapabilityConfigurationPage_op_desc_java=Configuring Java project...
196
197
198 # ------- JavaProjectWizard -------
199
200 JavaProjectWizard_title=New Java Project
201 JavaProjectWizard_op_error_title=Error Creating Java Project
202 JavaProjectWizard_op_error_create_message=An error occurred while creating the Java project.
203
204
205 # ------- NewJavaProjectWizardPage-------
206
207 NewJavaProjectWizardPage_title=Java Settings
208 NewJavaProjectWizardPage_description=Define the Java build settings.
209
210 NewJavaProjectWizardPage_op_desc=Creating Java project...
211
212
213 # ------- NewSourceFolderWizardPage-------
214
215 NewSourceFolderCreationWizard_title=New Source Folder
216 NewSourceFolderCreationWizard_edit_title=Edit source folder
217 NewSourceFolderCreationWizard_link_title=Link Source
218
219 NewSourceFolderWizardPage_title=Source Folder
220 NewSourceFolderWizardPage_description=Create a new source folder.
221 NewSourceFolderWizardPage_edit_description=Edit source folder
222
223 NewSourceFolderWizardPage_root_label=Fol&der name:
224 NewSourceFolderWizardPage_root_button=Br&owse...
225
226 NewSourceFolderWizardPage_project_label=&Project name:
227 NewSourceFolderWizardPage_project_button=Bro&wse...
228
229 NewSourceFolderWizardPage_operation=Creating new source folder...
230
231 NewSourceFolderWizardPage_exclude_label=&Update exclusion filters in other source folders to solve nesting
232 NewSourceFolderWizardPage_ignore_optional_problems_label=&Ignore optional compile problems
233
234 NewSourceFolderWizardPage_ChooseExistingRootDialog_title=Existing Folder Selection
235 NewSourceFolderWizardPage_ChooseExistingRootDialog_description=&Choose folder as source folder:
236
237 NewSourceFolderWizardPage_ChooseProjectDialog_title=Project Selection
238 NewSourceFolderWizardPage_ChooseProjectDialog_description=&Choose project for the new source folder:
239
240 NewSourceFolderWizardPage_error_EnterRootName=Root name must be entered.
241 NewSourceFolderWizardPage_error_InvalidRootName=Invalid folder name. {0}
242 NewSourceFolderWizardPage_error_NotAFolder=Not a folder.
243 NewSourceFolderWizardPage_error_AlreadyExisting=The folder is already a source folder.
244 NewSourceFolderWizardPage_error_AlreadyExistingDifferentCase=Folder already exists with a different case
245 NewSourceFolderWizardPage_error_FolderNameFiltered= This folder is hidden in the workspace due to resource filters.
246 NewSourceFolderWizardPage_ReplaceExistingSourceFolder_label=Replace existing project source folder entry to solve nesting
247 NewSourceFolderWizardPage_error_FolderIsVirtual= Source folder cannot be a virtual folder.
248
249 NewSourceFolderWizardPage_error_EnterProjectName=Project name must be entered.
250 NewSourceFolderWizardPage_error_InvalidProjectPath=Invalid project path.
251 NewSourceFolderWizardPage_error_NotAJavaProject=Project is not a Java project.
252 NewSourceFolderWizardPage_error_ProjectNotExists=Project does not exist.
253 NewSourceFolderWizardPage_error_ProjectNotOpen=Project is not open.
254
255 NewSourceFolderWizardPage_warning_ReplaceSFandOL=To avoid overlapping, the existing project source folder entry will be replaced and the output folder set to ''{0}''.
256 NewSourceFolderWizardPage_warning_ReplaceOL=An exclusion pattern will be added to the project source folder entry and the output folder will be set to ''{0}''.
257 NewSourceFolderWizardPage_warning_ReplaceSF=To avoid overlapping, the existing project source folder entry will be replaced.
258 NewSourceFolderWizardPage_warning_AddedExclusions_singular=Exclusion patterns of source folder ''{0}'' updated to solve nesting.
259 NewSourceFolderWizardPage_warning_AddedExclusions_plural=Exclusion patterns of {0} source folders updated to solve nesting.
260
261 # ------- BuildPathsBlock -------
262
263 BuildPathsBlock_tab_source=&Source
264 BuildPathsBlock_tab_projects=&Projects
265 BuildPathsBlock_tab_libraries=&Libraries
266 BuildPathsBlock_tab_order=&Order and Export
267
268 BuildPathsBlock_classpath_label=Build &class path order and exported entries:\n(Exported entries are contributed to dependent projects)
269
270 BuildPathsBlock_classpath_up_button=&Up
271 BuildPathsBlock_classpath_down_button=&Down
272 BuildPathsBlock_classpath_top_button=&Top
273 BuildPathsBlock_classpath_bottom_button=Botto&m
274 BuildPathsBlock_classpath_checkall_button=Select &All
275 BuildPathsBlock_classpath_uncheckall_button=D&eselect All
276
277 BuildPathsBlock_buildpath_label=Defaul&t output folder:
278 BuildPathsBlock_buildpath_button=Bro&wse...
279
280 BuildPathsBlock_error_InvalidBuildPath=Invalid build output folder: ''{0}''
281 BuildPathsBlock_error_EnterBuildPath=Build output folder must be entered.
282
283 BuildPathsBlock_warning_EntryMissing=Build path entry is missing: {0}
284 BuildPathsBlock_warning_EntriesMissing={0} build path entries are missing.
285
286 BuildPathsBlock_operationdesc_project=Creating project...
287 BuildPathsBlock_operationdesc_java=Setting build paths...
288
289 BuildPathsBlock_ChooseOutputFolderDialog_title=Folder Selection
290 BuildPathsBlock_ChooseOutputFolderDialog_description=&Choose the folder for the build output:
291
292 BuildPathsBlock_RemoveBinariesDialog_title=Setting Build Paths
293 BuildPathsBlock_RemoveBinariesDialog_description=The output folder has changed. Do you want to remove all generated resources from the old location ''{0}''?
294 BuildPathsBlock_RemoveOldOutputFolder_description=The output folder has changed. Do you want to remove the old location ''{0}'' and its content?
295
296 # ------- CPListLabelProvider -------
297
298 CPListLabelProvider_new=(new)
299 CPListLabelProvider_classcontainer=(class folder)
300 CPListLabelProvider_twopart={0} - {1}
301 CPListLabelProvider_missing=(missing)
302 CPListLabelProvider_unbound_library={0} (unbound)
303 CPListLabelProvider_attribute_label={0}: {1}
304 CPListLabelProvider_systemlibrary={0} [system library]
305
306
307 # ------- SourceContainerWorkbookPage-------
308
309 SourceContainerWorkbookPage_folders_label=Source folders on build pat&h:
310 SourceContainerWorkbookPage_folders_remove_button=&Remove
311 SourceContainerWorkbookPage_folders_link_source_button=L&ink Source...
312 SourceContainerWorkbookPage_folders_add_button=&Add Folder...
313 SourceContainerWorkbookPage_folders_edit_button=&Edit...
314 SourceContainerWorkbookPage_folders_toggle_button=Toggl&e
315
316 SourceContainerWorkbookPage_folders_check=Allow output folders for sour&ce folders
317
318 SourceContainerWorkbookPage_ExistingSourceFolderDialog_new_title=Source Folder Selection
319
320 SourceContainerWorkbookPage_ChangeOutputLocationDialog_title=Source Folder Added
321 SourceContainerWorkbookPage_ChangeOutputLocationDialog_project_and_output_message=Do you want to remove the project as source folder and update build output folder to ''{0}''?
322 SourceContainerWorkbookPage_ChangeOutputLocationDialog_project_message=Do you want to remove the project as source folder?
323
324 SourceContainerWorkbookPage_ExistingSourceFolderDialog_edit_description=&Select the source folder:
325
326 SourceContainerWorkbookPage_exclusion_added_title=Source Folder Added
327 SourceContainerWorkbookPage_exclusion_added_message=Exclusion filters have been added to nesting folders.
328
329 # ------- ProjectsWorkbookPage-------
330
331 ProjectsWorkbookPage_projects_label=&Required projects on the build path:
332 ProjectsWorkbookPage_projects_add_button=&Add...
333 ProjectsWorkbookPage_projects_edit_button=Edi&t...
334 ProjectsWorkbookPage_projects_remove_button=Re&move
335 ProjectsWorkbookPage_chooseProjects_message=Select projects to add:
336 ProjectsWorkbookPage_chooseProjects_title=Required Project Selection
337
338 # ------- LibrariesWorkbookPage-------
339
340 LibrariesWorkbookPage_libraries_addextfolder_button=Add External Class Fol&der...
341 LibrariesWorkbookPage_libraries_label=JARs and class folders on the build pa&th:
342 LibrariesWorkbookPage_libraries_remove_button=&Remove
343 LibrariesWorkbookPage_libraries_replace_button=&Migrate JAR File...
344 LibrariesWorkbookPage_libraries_addjar_button=Add &JARs...
345 LibrariesWorkbookPage_libraries_addextjar_button=Add E&xternal JARs...
346 LibrariesWorkbookPage_libraries_addvariable_button=Add &Variable...
347 LibrariesWorkbookPage_libraries_addlibrary_button=Add Libr&ary...
348 LibrariesWorkbookPage_libraries_addclassfolder_button=Add &Class Folder...
349
350 LibrariesWorkbookPage_configurecontainer_error_title=Configure Source Attachment
351 LibrariesWorkbookPage_configurecontainer_error_message=An error occurred while associating the source.
352
353 LibrariesWorkbookPage_libraries_edit_button=&Edit...
354
355 LibrariesWorkbookPage_NewClassFolderDialog_new_title=New Class Folder
356 LibrariesWorkbookPage_NewClassFolderDialog_edit_title=Edit Class Folder
357
358 LibrariesWorkbookPage_NewClassFolderDialog_description=&Enter a path relative to ''{0}'':
359
360 LibrariesWorkbookPage_JavadocPropertyDialog_title=Javadoc For ''{0}''
361
362 LibrariesWorkbookPage_exclusion_added_title=Class Folder Added
363 LibrariesWorkbookPage_exclusion_added_message=Exclusion filters have been added to nesting source folders.
364
365 # ---- BuildPathDialogAccess -------
366
367 BuildPathDialogAccess_ExistingSourceFolderDialog_new_title=Source Folder Selection
368 BuildPathDialogAccess_ExistingSourceFolderDialog_new_description=&Choose source folders to be added to the build path:
369
370 BuildPathDialogAccess_ExistingClassFolderDialog_new_title=Class Folder Selection
371 BuildPathDialogAccess_ExistingClassFolderDialog_new_description=&Choose class folders to be added to the build path:
372
373 BuildPathDialogAccess_JARArchiveDialog_new_title=JAR Selection
374 BuildPathDialogAccess_JARArchiveDialog_new_description=&Choose the archives to be added to the build path:
375
376 BuildPathDialogAccess_JARArchiveDialog_edit_title=Edit JAR
377 BuildPathDialogAccess_JARArchiveDialog_edit_description=&Select the JAR archive:
378
379 BuildPathDialogAccess_ExtClassFolderDialog_edit_description=Specify the new location of the class folder:
380 BuildPathDialogAccess_ExtClassFolderDialog_edit_title=Edit Class Folder
381 BuildPathDialogAccess_ExtClassFolderDialog_new_description=Select the location of the class folder:
382 BuildPathDialogAccess_ExtClassFolderDialog_new_title=External Class Folder Selection
383 BuildPathDialogAccess_ExtJARArchiveDialog_new_title=JAR Selection
384
385 BuildPathDialogAccess_ExtJARArchiveDialog_edit_title=Edit JAR
386
387 # ------- NewContainerDialog-------
388
389 NewContainerDialog_error_invalidpath=Invalid folder path: ''{0}''
390 NewContainerDialog_error_enterpath=Folder name must be entered
391 NewContainerDialog_error_pathexists=This folder is already on the list or it is an output folder.
392 # ------- NewSourceFolderDialog-------
393
394 NewSourceFolderDialog_error_invalidpath=Invalid folder path: ''{0}''
395 NewSourceFolderDialog_error_enterpath=Folder name must be entered.
396 NewSourceFolderDialog_error_pathexists=The folder is already on the list.
397
398 # ------- SourceAttachmentBlock-------
399
400 SourceAttachmentBlock_message=Select the location (folder, JAR or zip) containing the source for ''{0}'':
401 SourceAttachmentBlock_filename_description=Source attachments for variable entries are defined by variable paths. The first segment of such a path describes a variable name, the rest is an optional path extension.
402
403 SourceAttachmentBlock_filename_external_label=Pa&th:
404 SourceAttachmentBlock_filename_externalfile_button=External &File...
405 SourceAttachmentBlock_filename_externalfolder_button=External F&older...
406
407 SourceAttachmentBlock_filename_varlabel=Lo&cation variable path:
408 SourceAttachmentBlock_filename_variable_button=&Variable...
409 SourceAttachmentBlock_external_radiolabel=E&xternal location
410 SourceAttachmentBlock_filename_external_varbutton=&Extension....
411
412 SourceAttachmentBlock_filename_error_notvalid= The archive path is not a valid path.
413 SourceAttachmentBlock_filename_error_notabsolute=The path must be absolute.
414 SourceAttachmentBlock_filename_error_filenotexists= The path ''{0}'' does not exist.
415 SourceAttachmentBlock_filename_error_varnotexists= The variable in the location variable path does not exist.
416 SourceAttachmentBlock_filename_error_deviceinpath= The location variable path must begin with a variable.
417 SourceAttachmentBlock_filename_warning_varempty= The location variable path is empty.
418 SourceAttachmentBlock_filename_workspace_browse=&Browse...
419 SourceAttachmentBlock_filename_workspace_label=&Path:
420
421 SourceAttachmentBlock_intjardialog_title=Source Location Selection
422 SourceAttachmentBlock_intjardialog_message=&Select folder or JAR/zip archive containing the source:
423
424 SourceAttachmentBlock_encoding_default=Default ({0})
425 SourceAttachmentBlock_encoding_label=E&ncoding:
426 SourceAttachmentBlock_extvardialog_title=Variable Extension Selection
427 SourceAttachmentBlock_extvardialog_description=Select source location:
428
429 SourceAttachmentBlock_extjardialog_text=JAR/ZIP File Selection
430 SourceAttachmentBlock_extfolderdialog_text=Folder Selection
431 SourceAttachmentBlock_extfolderdialog_message=Choose a directory containing source:
432 SourceAttachmentBlock_workspace_radiolabel=Wor&kspace location
433
434 BuildPathSupport_putoncpdialog_title=Setting Source Attachment
435 BuildPathSupport_deprecated={0} is deprecated: {1}.
436 BuildPathSupport_putoncpdialog_message=Source can only be attached to libraries on the build path.\nDo you want to add the library to the build path?
437 SourceAttachmentDialog_title=Source Attachment Configuration
438
439 # ------- EditVariableEntryDialog -------
440
441 EditVariableEntryDialog_title=Edit Variable Entry
442
443 EditVariableEntryDialog_filename_varlabel=Edit classpath variable entry:
444 EditVariableEntryDialog_filename_empty=Enter a classpath variable.
445 EditVariableEntryDialog_filename_variable_button=&Variable...
446 EditVariableEntryDialog_filename_external_varbutton=&Extension....
447
448 EditVariableEntryDialog_extvardialog_title=Variable Extension Selection
449 EditVariableEntryDialog_extvardialog_description=Select JAR archive:
450
451 EditVariableEntryDialog_filename_error_notvalid=The library path is not a valid path.
452 EditVariableEntryDialog_filename_error_filenotexists=The path ''{0}'' does not point to an existing location.
453 EditVariableEntryDialog_filename_error_varnotexists=Variable in the path does not exist.
454 EditVariableEntryDialog_filename_error_deviceinpath=The library path must be described by a variable path.
455 EditVariableEntryDialog_filename_warning_varempty=Variable path is empty.
456 EditVariableEntryDialog_filename_error_alreadyexists=Classpath entry already exists.
457
458 # ------- VariableBlock-------
459
460 VariableBlock_vars_label=Defined &classpath variables:
461 VariableBlock_vars_add_button=&New...
462 VariableBlock_vars_edit_button=&Edit...
463 VariableBlock_vars_remove_button=&Remove
464 VariableBlock_variableSettingError_titel=Setting Classpath Variables
465
466 VariableBlock_operation_desc=Setting classpath variables...
467
468 VariableBlock_needsbuild_title=Classpath Variables Changed
469 VariableBlock_needsbuild_message=The classpath variables have changed. A full rebuild is recommended for changes to take effect. Do the full build now?
470
471 VariablePathDialogField_variabledialog_title=Variable Selection
472
473 CPVariableElementLabelProvider_read_only=non modifiable
474 CPVariableElementLabelProvider_deprecated=deprecated
475 CPVariableElementLabelProvider_one_restriction={0} ({1})
476 CPVariableElementLabelProvider_two_restrictions={0} ({1}, {2})
477 CPVariableElementLabelProvider_appendix={0} - {1}
478 CPVariableElementLabelProvider_empty=(empty)
479
480 # ------- VariableCreationDialog-------
481
482 VariableCreationDialog_titlenew=New Variable Entry
483 VariableCreationDialog_titleedit=Edit Variable Entry
484
485 VariableCreationDialog_name_label=&Name:
486 VariableCreationDialog_path_label=&Path:
487 VariableCreationDialog_path_file_button=&File...
488 VariableCreationDialog_path_dir_button=F&older...
489
490 VariableCreationDialog_error_entername=Enter a variable name.
491 VariableCreationDialog_error_whitespace=The variable name starts or ends with white spaces.
492 VariableCreationDialog_error_invalidname=The variable name contains ':', '/' or '\\'.
493 VariableCreationDialog_error_nameexists=Variable name already exists.
494 VariableCreationDialog_error_invalidpath=The path is invalid.
495
496 VariableCreationDialog_warning_pathnotexists=Path does not exist.
497
498
499 VariableCreationDialog_extjardialog_text=JAR Selection
500 VariableCreationDialog_extdirdialog_text=Folder Selection
501 VariableCreationDialog_extdirdialog_message=Specify the folder to be represented by the variable:
502 VariableBlock_variableSettingError_message=Could not set Classpath Variables
503
504 # ------- NewVariableEntryDialog -------
505
506 NewVariableEntryDialog_title=New Variable Classpath Entry
507
508 NewVariableEntryDialog_vars_extend=E&xtend...
509
510 NewVariableEntryDialog_configbutton_label=Configur&e Variables...
511
512 NewVariableEntryDialog_vars_label=Select &variables to add to build path:
513
514 NewVariableEntryDialog_ExtensionDialog_title=Variable Extension
515 NewVariableEntryDialog_ExtensionDialog_description=Choose extensions to ''{0}''.
516
517 NewVariableEntryDialog_info_notexists=Variable points to a non-existing location.
518 NewVariableEntryDialog_info_noselection=Select the variables to add to the classpath.
519 NewVariableEntryDialog_info_selected={0} variables selected.
520
521 # ------- OutputLocationDialog -------
522
523 OutputLocationDialog_title=Source Folder Output Location
524
525 OutputLocationDialog_usedefault_label=Project''s default output folder (''{0}'').
526 OutputLocationDialog_usespecific_label=Specific output folder (path relative to ''{0}'').
527 OutputLocationDialog_location_button=Bro&wse...
528
529 OutputLocationDialog_error_existingisfile=Location is an existing file
530 OutputLocationDialog_removeProjectFromBP=Project is removed as source folder and default output folder is set to ''{0}''.
531 OutputLocationDialog_error_invalidpath=Invalid path: {0}
532
533 OutputLocationDialog_ChooseOutputFolder_title=Folder Selection
534 OutputLocationDialog_ChooseOutputFolder_description=&Choose the folder for the build output:
535
536 OutputLocation_DotAsLocation=The folder ''{0}'' may be used to store settings data.
537 OutputLocation_SettingsAsLocation=The folder .settings is used by eclipse to store settings data.
538
539 # ------- ExclusionInclusionDialog -------
540
541 ExclusionInclusionDialog_title=Inclusion and Exclusion Patterns
542 ExclusionInclusionDialog_description=Included and excluded resources for ''{0}''.
543 ExclusionInclusionDialog_description2=Add or remove inclusion and exclusion patterns to source folder
544
545 ExclusionInclusionDialog_exclusion_pattern_label=E&xclusion patterns:
546 ExclusionInclusionDialog_inclusion_pattern_label=I&nclusion patterns:
547
548 ExclusionInclusionDialog_inclusion_pattern_add=A&dd...
549 ExclusionInclusionDialog_inclusion_pattern_add_multiple=Add &Multiple...
550 ExclusionInclusionDialog_inclusion_pattern_remove=&Remove
551 ExclusionInclusionDialog_inclusion_pattern_edit=&Edit...
552
553 ExclusionInclusionDialog_exclusion_pattern_add=&Add...
554 ExclusionInclusionDialog_exclusion_pattern_add_multiple=Add M&ultiple...
555 ExclusionInclusionDialog_exclusion_pattern_remove=Rem&ove
556 ExclusionInclusionDialog_exclusion_pattern_edit=Edi&t...
557
558 ExclusionInclusionDialog_ChooseExclusionPattern_title=Exclusion Pattern Selection
559 ExclusionInclusionDialog_ChooseExclusionPattern_description=&Choose folders or files to exclude:
560
561 ExclusionInclusionDialog_ChooseInclusionPattern_title=Inclusion Pattern Selection
562 ExclusionInclusionDialog_ChooseInclusionPattern_description=&Choose folders or files to include:
563
564 # ------- ExclusionInclusionEntryDialog -------
565
566 ExclusionInclusionEntryDialog_exclude_add_title=Add Exclusion Pattern
567 ExclusionInclusionEntryDialog_exclude_edit_title=Edit Exclusion Pattern
568 ExclusionInclusionEntryDialog_exclude_description=Enter a pattern for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'. Examples: 'java/util/A*.java', 'java/util/', '**/Test*'.
569
570 ExclusionInclusionEntryDialog_exclude_pattern_label=E&xclusion pattern (Path relative to ''{0}''):
571
572 ExclusionInclusionEntryDialog_include_add_title=Add Inclusion Pattern
573 ExclusionInclusionEntryDialog_include_edit_title=Edit Inclusion Pattern
574 ExclusionInclusionEntryDialog_include_description=Enter a pattern for including files to the source folder. Allowed wildcards are '*', '?' and '**'. Examples: 'java/util/A*.java', 'java/util/', '**/Test*'.
575
576 ExclusionInclusionEntryDialog_include_pattern_label=I&nclusion pattern (Path relative to ''{0}''):
577
578 ExclusionInclusionEntryDialog_pattern_button=Bro&wse...
579
580 ExclusionInclusionEntryDialog_error_empty=Enter a pattern.
581 ExclusionInclusionEntryDialog_error_notrelative=Pattern must be a relative path.
582 ExclusionInclusionEntryDialog_error_exists=Pattern already exists.
583
584 ExclusionInclusionEntryDialog_ChooseExclusionPattern_title=Exclusion Pattern Selection
585 ExclusionInclusionEntryDialog_ChooseExclusionPattern_description=&Choose a folder or file to exclude:
586
587 ExclusionInclusionEntryDialog_ChooseInclusionPattern_title=Inclusion Pattern Selection
588 ExclusionInclusionEntryDialog_ChooseInclusionPattern_description=&Choose a folder or file to include:
589
590 # ------- TypeRestrictionDialog -------
591
592 AccessRulesDialog_title=Type Access Rules
593 AccessRulesDialog_description=Specify access rules for ''{0}''.\nWhen accessing a type in the library, the rules are processed top down until a rule pattern matches. When no pattern matches, the type is considered accessible.
594 AccessRulesDialog_container_description=Specify access rules for the library ''{0}''.\nWhen accessing a type in a library child entry, these rules are processed top down until a rule pattern matches. When no pattern matches, the rules defined for library child entry are taken.
595 AccessRulesDialog_switch_dialog_message=To switch to the 'Error/Warning' page, this dialog will be closed and changes applied. OK to continue?
596 AccessRulesDialog_project_description=Specify access rules for the project ''{0}''.\nWhen accessing a type from a source folders in the project, the rules are processed top down until a rule pattern matches. When no pattern matches, the type is considered accessible.
597 AccessRulesDialog_switch_dialog_title=Access Rules
598 AccessRulesDialog_rules_label=A&ccess rules:
599 AccessRulesDialog_rules_add=&Add...
600 AccessRulesDialog_rules_up=&Up
601 AccessRulesDialog_rules_remove=Rem&ove
602 AccessRulesDialog_combine_label=Com&bine rules with the access rules of the exported project entries
603 AccessRulesDialog_severity_info_with_link=<form><p>The problem severities as configured on the ''<a>Error/Warning</a>'' page currently are:</p><p>Discouraged: <b>{0}</b>, Forbidden: <b>{1}</b></p></form>
604 AccessRulesDialog_severity_info_no_link=<form><p>The problem severities as configured on the ''Error/Warning'' page currently are:</p><p>Discouraged: <b>{0}</b>, Forbidden: <b>{1}</b></p></form>
605 AccessRulesDialog_severity_error=Error
606 AccessRulesDialog_severity_warning=Warning
607 AccessRulesDialog_severity_ignore=Ignore
608 AccessRulesDialog_rules_edit=Edi&t...
609 AccessRulesDialog_rules_down=Do&wn
610 AccessRulesLabelProvider_kind_accessible=Accessible
611 AccessRulesLabelProvider_kind_discouraged=Discouraged
612 AccessRulesLabelProvider_kind_non_accessible=Forbidden
613 TypeRestrictionEntryDialog_add_title=Add Access Rule
614 TypeRestrictionEntryDialog_edit_title=Edit Access Rule
615
616 TypeRestrictionEntryDialog_pattern_label=&Rule Pattern:
617 TypeRestrictionEntryDialog_description=Enter a pattern for the rule.
618 TypeRestrictionEntryDialog_description2=Allowed wildcards are '*', '?' and '**'. Pattern segments are separated by '/'. '**' matches any number of segments.\nExamples are: 'java/util/**', '**/internal/**', 'org/e*/**'.
619
620 TypeRestrictionEntryDialog_error_empty=Enter a pattern for the rule.
621 TypeRestrictionEntryDialog_error_notrelative=Pattern must be a relative path.
622
623 TypeRestrictionEntryDialog_kind_accessible=Accessible
624 TypeRestrictionEntryDialog_kind_label=Re&solution:
625 TypeRestrictionEntryDialog_kind_discourraged=Discouraged
626 TypeRestrictionEntryDialog_kind_non_accessible=Forbidden
627
628 # ------- ClasspathContainerDefaultPage-------
629
630 ClasspathContainerDefaultPage_title=Classpath Container
631 ClasspathContainerDefaultPage_description=Edit the classpath container path. First segment is the container type.
632
633 ClasspathContainerDefaultPage_path_label=&Classpath container path:
634
635 ClasspathContainerDefaultPage_path_error_enterpath=Enter path.
636 ClasspathContainerDefaultPage_path_error_invalidpath=Invalid path.
637 ClasspathContainerDefaultPage_path_error_needssegment=Path needs at least one segment.
638 ClasspathContainerDefaultPage_path_error_alreadyexists=Entry already exists.
639
640 # ------- ClasspathContainerSelectionPage-------
641
642 ClasspathContainerSelectionPage_title=Add Library
643 ClasspathContainerSelectionPage_description=Select the library type to add.
644
645 # ------- ClasspathContainerWizard-------
646
647 ClasspathContainerWizard_pagecreationerror_title= Library Wizard
648 ClasspathContainerWizard_pagecreationerror_message=Wizard page creation failed. Check log for details.
649
650 ClasspathContainerWizard_new_title=Add Library
651 ClasspathContainerWizard_edit_title=Edit Library
652 ClasspathFixSelectionDialog_apply_proposal_error_message=A problem occurred while applying the project setup fix.
653 ClasspathFixSelectionDialog_apply_proposal_error_title=Project Setup Fixes
654 ClasspathFixSelectionDialog_dialog_title=Project Setup Fixes
655 ClasspathFixSelectionDialog_eval_proposals_error_message=An unexpected problem occurred while evaluating the project setup proposals.
656 ClasspathFixSelectionDialog_no_proposals_message=No proposals have been found to fix the unresolvable reference to ''{0}''. Click <a>here</a> to manually configure the build path of project ''{1}''.
657 ClasspathFixSelectionDialog_open_buld_path_dialog_message=Click <a>here</a> to manually configure the build path of project ''{0}''.
658 ClasspathFixSelectionDialog_process_fix_description=Processing project setup proposal...
659 ClasspathFixSelectionDialog_proposals_message=The following &proposals have been found to fix the unresolvable reference to ''{0}'':
660
661 FolderSelectionDialog_button=Create &New Folder...
662 MultipleFolderSelectionDialog_button=Create &New Folder...
663
664 CPListLabelProvider_javadoc_location_label=Javadoc location
665 CPListLabelProvider_native_library_path=Native library location
666
667 CPListLabelProvider_ignore_optional_problems_label=Ignore optional compile problems: {0}
668 CPListLabelProvider_ignore_optional_problems_yes=Yes
669 CPListLabelProvider_ignore_optional_problems_no=No
670 CPListLabelProvider_none=(None)
671 CPListLabelProvider_all=(All)
672 CPListLabelProvider_non_modifiable_attribute={0} - non modifiable
673 CPListLabelProvider_access_rules_label={0}: {1}
674 CPListLabelProvider_container_access_rules_singular=Access rules: 1 rule defined, added to all library child entries
675 CPListLabelProvider_container_access_rules_plural=Access rules: {0} rules defined, added to all library child entries
676 CPListLabelProvider_container_no_access_rules=Access rules: No rules defined
677 CPListLabelProvider_source_attachment_label=Source attachment: {0}
678 CPListLabelProvider_output_folder_label=Output folder: {0}
679 CPListLabelProvider_default_output_folder_label=(Default output folder)
680 CPListLabelProvider_exclusion_filter_label=Excluded: {0}
681 CPListLabelProvider_exclusion_filter_separator=;
682 CPListLabelProvider_inclusion_filter_label=Included: {0}
683 CPListLabelProvider_inclusion_filter_separator=;
684 CPListLabelProvider_unknown_element_label=unknown element
685 CPListLabelProvider_access_rules_enabled_singular=Access rules: 1 rule defined
686 CPListLabelProvider_access_rules_enabled_plural=Access rules: {0} rules defined
687 CPListLabelProvider_project_access_rules_combined_singular=Access rules: 1 rule defined, added to all project child entries
688 CPListLabelProvider_project_access_rules_combined_plural=Access rules: {0} rules defined, added to all project child entries
689 CPListLabelProvider_project_access_rules_no_rules=Access rules: No rules defined
690 CPListLabelProvider_project_access_rules_not_combined_singular=Access rules: 1 rule defined, added only to project source entries
691 CPListLabelProvider_project_access_rules_not_combined_plural=Access rules: {0} rules defined, added only to project source entries
692 CPListLabelProvider_access_rules_disabled=Access rules: (No restrictions)
693 NewSourceFolderDialog_useproject_button=&Project as source folder
694 NewSourceFolderDialog_usefolder_button=&Folder as source folder
695 NewSourceFolderDialog_sourcefolder_label=&Source folder name:
696
697 HintTextGroup_NoAction=<form>\
698 No actions available for this selection.<br>Reason:</br>{0}\
699 </form>
700
701 # ------- NewSourceContainerWorkbookPage -------
702 NewSourceContainerWorkbookPage_HintTextGroup_title=Details
703 NewSourceContainerWorkbookPage_ToolBar_ConfigureBP_tooltip=Configure Build Path
704 NewSourceContainerWorkbookPage_ToolBar_ConfigureBP_label=&Configure Build Path...
705
706 NewSourceContainerWorkbookPage_ToolBar_Edit_tooltip=Configure Inclusion / Exclusion Filters
707 NewSourceContainerWorkbookPage_ToolBar_Edit_label=Configure Inclusion / Exclusion &Filters...
708 NewSourceContainerWorkbookPage_ToolBar_EditOutput_tooltip=Configure Output Folder
709 NewSourceContainerWorkbookPage_ToolBar_EditOutput_label=Configure &Output Folder...
710 NewSourceContainerWorkbookPage_ToolBar_AddSelSFToCP_tooltip=Use as Source Folder
711 NewSourceContainerWorkbookPage_ToolBar_AddSelSFToCP_label=&Use as Source Folder
712 NewSourceContainerWorkbookPage_ToolBar_AddSelLibToCP_tooltip=Add to Build Path
713 NewSourceContainerWorkbookPage_ToolBar_AddSelLibToCP_label=&Add to Build Path
714
715 NewSourceContainerWorkbookPage_ToolBar_AddJarCP_tooltip=Add External Archives to Java Build Path
716 NewSourceContainerWorkbookPage_ToolBar_AddJarCP_label=Add External Archi&ves...
717 NewSourceContainerWorkbookPage_ToolBar_AddLibCP_tooltip=Add Libraries to Java Build Path
718 NewSourceContainerWorkbookPage_ToolBar_AddLibCP_label=Add &Libraries...
719 NewSourceContainerWorkbookPage_ToolBar_RemoveFromCP_tooltip=Remove from Build Path
720 NewSourceContainerWorkbookPage_ToolBar_RemoveFromCP_label=&Remove from Build Path
721 NewSourceContainerWorkbookPage_ToolBar_Exclude_tooltip=Exclude
722 NewSourceContainerWorkbookPage_ToolBar_Exclude_label=&Exclude
723 NewSourceContainerWorkbookPage_ToolBar_Unexclude_tooltip=Include
724 NewSourceContainerWorkbookPage_ToolBar_Unexclude_label=In&clude
725 NewSourceContainerWorkbookPage_ToolBar_Reset_tooltip=Reset
726 NewSourceContainerWorkbookPage_ToolBar_ClearAll_tooltip=Clear All Changes
727 NewSourceContainerWorkbookPage_ToolBar_ClearAll_label=&Clear All Changes
728 NewSourceContainerWorkbookPage_ToolBar_Link_tooltip=Link Additional Source to Project
729 NewSourceContainerWorkbookPage_ToolBar_Link_label=Link &Source...
730 NewSourceContainerWorkbookPage_ToolBar_Help_tooltip=Java Build Path Help
731 NewSourceContainerWorkbookPage_ToolBar_Help_label=Java Build Path &Help
732 NewSourceContainerWorkbookPage_ToolBar_Help_link=/org.eclipse.jdt.doc.user/reference/ref-123b.htm
733
734 # ------- NewFolderDialog -------
735 NewFolderDialog_linkTargetNonExistent=Link target does not exist
736 NewFolderDialog_linkTargetNotFolder=Link target must be a folder
737 NewFolderDialog_folderNameEmpty_alreadyExists=The folder ''{0}'' already exists.
738 NewFolderDialog_createIn=Link additional source to project ''{0}''.
739
740 # ------- Link Folder Dialog -------
741 LinkFolderDialog_dependenciesGroup_locationLabel_desc=&Linked folder location:
742 LinkFolderDialog_dependenciesGroup_browseButton_desc=Bro&wse...
743 LinkFolderDialog_dependenciesGroup_variables_desc=&Variables...
744
745 # ------- PackageExplorerActionGroup -------
746 PackageExplorerActionGroup_NoAction_NullSelection=No element selected in the tree.
747 PackageExplorerActionGroup_NoAction_MultiSelection=You selected a set of elements which do not have common specific actions. Instead, try to select \
748 less elements at the time to have more actions available.
749 PackageExplorerActionGroup_NoAction_NoReason=For the given situation no help or reason can be provided.
750
751 PackageExplorerActionGroup_FormText_createLinkedFolder=<form>\
752 <li style="image" value="defaultImage" bindent="5"><a href="">Link additional source</a>: use this if you have a folder in the file system \
753 that should be used as additional source folder.</li>\
754 </form>
755 PackageExplorerActionGroup_FormText_createNewSourceFolder=<form><li style="image" value="defaultImage" bindent="5"><a href="">Create new source folder</a>: use this if you want to add a new source folder to your project.</li></form>
756 PackageExplorerActionGroup_FormText_FolderToBuildpath=<form>\
757 <li style="image" value="defaultImage" bindent="5"><a href="">Add folder ''{0}'' to build path</a>: Add the folder to the build path if the \
758 folder is the root of packages and source files. Entries on the build path are visible to the compiler and used for building.</li>\
759 </form>
760 PackageExplorerActionGroup_FormText_ArchiveToBuildpath=<form>\
761 <li style="image" value="defaultImage" bindent="5"><a href="">Add archive ''{0}'' to build path</a>: Add the archive to the build path if the \
762 archive contains compiled class files.</li>\
763 </form>
764 PackageExplorerActionGroup_FormText_PackageToBuildpath=<form>\
765 <li style="image" value="defaultImage" bindent="5"><a href="">Add package ''{0}'' to build path</a>: Add the folder corresponding to the package to the build path if the \
766 folder is the root of packages and source files. Entries on the build path are visible to the compiler and used for building.</li>\
767 </form>
768 PackageExplorerActionGroup_FormText_ProjectToBuildpath=<form>\
769 <li style="image" value="defaultImage" bindent="5"><a href="">Add project ''{0}'' to build path</a>: Add the project to the build path if the project is the root \
770 of packages and source files. Entries on the build path are visible to the compiler and used for building.</li>\
771 </form>
772 PackageExplorerActionGroup_FormText_fromBuildpath=<form>\
773 <li style="image" value="defaultImage" bindent="5"><a href="">Remove source folder ''{0}'' from build path</a>: Children of the folder will not be seen by the compiler \
774 anymore and will not be included when building the project.</li>\
775 </form>
776 PackageExplorerActionGroup_FormText_ProjectFromBuildpath=<form>\
777 <li style="image" value="defaultImage" bindent="5"><a href="">Remove project ''{0}'' from build path</a>: Children of the project which are not source folders \
778 will not be seen by the compiler anymore and will not be included when building the project.</li>\
779 </form>
780 PackageExplorerActionGroup_FormText_ExcludePackage=<form>\
781 <li style="image" value="defaultImage" bindent="5"><a href="">Exclude ''{0}'' from build path</a>: Use this action to hide all resources in this package from \
782 the Java compiler. The contained source files with will not be built but treated as normal resources.</li>\
783 </form>
784 PackageExplorerActionGroup_FormText_ExcludeFile=<form>\
785 <li style="image" value="defaultImage" bindent="5"><a href="">Exclude ''{0}'' from build path</a>: Use this action to hide file from \
786 the Java compiler. The files will not be built but treated as normal resources.</li>\
787 </form>
788 PackageExplorerActionGroup_FormText_Edit=<form>\
789 <li style="image" value="defaultImage" bindent="5"><a href="">Configure inclusion and exclusion filters</a>: specify patterns to the inclusion and exclusion filters \
790 instead of including and excluding each folder or file manually.</li>\
791 </form>
792 PackageExplorerActionGroup_FormText_UnexcludeFolder=<form>\
793 <li style="image" value="defaultImage" bindent="5"><a href="">Include ''{0}'' to build path</a>: Make the folder and all its contents visible again to the Java compiler.</li>\
794 </form>
795 PackageExplorerActionGroup_FormText_ResetFilters=<form>\
796 <li style="image" value="defaultImage" bindent="5"><a href="">Reset filters</a>: include and exclude filters will be reset to empty. Note that folders \
797 which are excluded and at the same time are used as source folder or output folder will not be affected.</li>\
798 </form>
799 PackageExplorerActionGroup_FormText_UnexcludeFile=<form>\
800 <li style="image" value="defaultImage" bindent="5"><a href="">Include ''{0}'' to build path</a>: Make the file visible again to the Java compiler.</li>\
801 </form>
802 PackageExplorerActionGroup_FormText_EditOutputFolder=<form>\
803 <li style="image" value="defaultImage" bindent="5"><a href="">Configure Output Folder Properties</a>: choose different location for the output folder.</li>\
804 </form>
805 PackageExplorerActionGroup_FormText_SetOutputToDefault=<form>\
806 <li style="image" value="defaultImage" bindent="5"><a href="">Reset output folder</a>: the source folder's compiled class files will be stored in the project's default output folder.</li>\
807 </form>
808
809 # -- default messages  --
810 PackageExplorerActionGroup_FormText_Default_Unexclude=<form>\
811 <li style="image" value="defaultImage" bindent="5"><a href="">Include in build path</a>: Make the selected resources visible again to the Java compiler.</li>\
812 </form>
813 PackageExplorerActionGroup_FormText_Default_ResetAllOutputFolders= <form>\
814 <li style="image" value="defaultImage" bindent="5"><a href="">Reset all output folders</a>: reset the output folders of all source folders to the default value, that is, \
815 the project's output location.</li>\
816 </form>
817 PackageExplorerActionGroup_FormText_Default_FromBuildpath=<form>\
818 <li style="image" value="defaultImage" bindent="5"><a href="">Remove from Java build path</a>: Children of the selected resources will not be seen by the compiler anymore and will not be included when building the project.</li>\
819 </form>
820 PackageExplorerActionGroup_FormText_Default_Exclude=<form>\
821 <li style="image" value="defaultImage" bindent="5"><a href="">Exclude from build path</a>: Use this action to hide the selected resources (and their children if any) \
822 from the Java compiler. Excluded resources will not be built but treated as normal resources.</li>\
823 </form>
824 PackageExplorerActionGroup_FormText_Default_toBuildpath=<form>\
825 <li style="image" value="defaultImage" bindent="5"><a href="">Add to Java build path</a>: Use this action if the selected resources should be \
826 visible to the compiler and used for building. Source build path entries must be selected in such \
827 a way that the package declarations in its source files match with the actual relative path to the source folder.</li>\
828 </form>
829 PackageExplorerActionGroup_FormText_Default_toBuildpath_archives=<form>\
830 <li style="image" value="defaultImage" bindent="5"><a href="">Add external archives</a>: Use this action to add external archives \
831 like .jar or .zip files to the project.</li>\
832 </form>
833 PackageExplorerActionGroup_FormText_Default_toBuildpath_library=<form>\
834 <li style="image" value="defaultImage" bindent="5"><a href="">Add libraries</a>: Use this action to add libraries to the project.</li>\
835 </form>
836 PackageExplorerActionGroup_FormText_Default_Reset=<form>\
837 <li style="image" value="defaultImage" bindent="5"><a href="">Reset</a>: the inclusion and exclusion filters of all selected source folders as well as their \
838 output folders will be reset. Note that folders which are excluded and at the same time are used as source folder will not be affected.</li>\
839 </form>
840 PackageExplorerActionGroup_FormText_Default_ResetAll=<form>\
841 <li style="image" value="defaultImage" bindent="5"><a href="">Undo all changes</a>: use this if all changes applied so far to the project should be made undone and \
842 the initial state of the project should be restored.</li>\
843 </form>
844
845 # ------- DialogPackageExplorer -------
846 DialogPackageExplorer_LabelProvider_Excluded={0} - (excluded)
847 DialogPackageExplorer_LabelProvider_SingleExcluded={0} - (1 item excluded)
848 DialogPackageExplorer_LabelProvider_MultiExcluded={0} - ({1} items excluded)
849
850 # ------- ClasspathModifier -------
851 ClasspathModifier_Monitor_AddToBuildpath=Adding to build path
852 ClasspathModifier_Monitor_RemoveFromBuildpath=Removing from build path
853 ClasspathModifier_Monitor_ResetFilters= Resetting filters
854 ClasspathModifier_Monitor_Including=Setting inclusion filters
855 ClasspathModifier_Monitor_Excluding=Setting exclusion filters
856 ClasspathModifier_Monitor_RemoveExclusion=Removing from exclusion filters
857 ClasspathModifier_Monitor_ContainsPath=Checking path constraints
858 ClasspathModifier_Monitor_ExamineInputFilters=Examining input filters
859 ClasspathModifier_Monitor_RemovePath=Removing path entries
860 ClasspathModifier_Monitor_CheckOutputFolders=Checking output folders
861 ClasspathModifier_Monitor_Resetting= Resetting
862 ClasspathModifier_Monitor_SetNewEntry=Setting new entry and validating
863 ClasspathModifier_Monitor_ComparePaths=Comparing paths
864 ClassPathDetector_operation_description=Examine existing files to detect classpath entries
865 ClassPathDetector_error_closing_file=Exception closing file ''{0}''
866 ClasspathModifier_Monitor_ResetOutputFolder=Resetting output folder
867 ClasspathModifier_ChangeOutputLocationDialog_title=Source Folder Added
868 ClasspathModifier_ChangeOutputLocationDialog_project_message=Do you want to remove the project as source folder?
869 ClasspathModifier_ChangeOutputLocationDialog_project_outputLocation=To avoid overlapping, the project is removed as source folder and the default output folder is set to ''{0}''.
870 ClasspathModifier_Error_NoNatures= This Java project has no natures. Adding to build path is not possible as Java project has no natures.
871
872 ClasspathModifierQueries_delete_linked_folder=&Also unlink the folder from the project
873 ClasspathModifierQueries_do_not_delete_linked_folder=&Keep the linked folder
874 ClasspathModifierQueries_confirm_remove_linked_folder_label=Java Build Path
875 ClasspathModifierQueries_confirm_remove_linked_folder_message=Are you sure you want to remove folder ''{0}'' from the build path?
876
877 NewJavaProjectWizardPageOne_NameGroup_label_text=&Project name:
878 NewJavaProjectWizardPageOne_LocationGroup_location_desc=Use &default location
879 NewJavaProjectWizardPageOne_JREGroup_default_compliance=Use def&ault JRE (currently ''{0}'')
880 NewJavaProjectWizardPageOne_LocationGroup_locationLabel_desc=&Location:
881 NewJavaProjectWizardPageOne_LocationGroup_browseButton_desc=B&rowse...
882 NewJavaProjectWizardPageOne_LayoutGroup_title=Project layout
883 NewJavaProjectWizardPageOne_LayoutGroup_option_separateFolders=&Create separate folders for sources and class files
884 NewJavaProjectWizardPageOne_LayoutGroup_option_oneFolder=&Use project folder as root for sources and class files
885 NewJavaProjectWizardPageOne_LayoutGroup_link_description=<a>Configure default...</a>
886 NewJavaProjectWizardPageOne_DetectGroup_message=The wizard will automatically configure the JRE and the project layout based on the existing source.<a></a>
887 NewJavaProjectWizardPageOne_DetectGroup_jre_message=The current workspace uses a {1} JRE with compiler compliance level {0}. This is not recommended and either the JRE or the compiler compliance level should be changed. <a>Configure...</a>
888 NewJavaProjectWizardPageOne_DetectGroup_differendWorkspaceCC_message=The default compiler compliance level for the current workspace is {0}. The new project will use a project specific compiler compliance level of {1}.<a></a>
889 NewJavaProjectWizardPageOne_Message_enterProjectName=Enter a project name.
890 NewJavaProjectWizardPageOne_Message_projectAlreadyExists=A project with this name already exists.
891 NewJavaProjectWizardPageOne_JREGroup_specific_compliance=U&se a project specific JRE: 
892 NewJavaProjectWizardPageOne_JREGroup_specific_EE=Use an execution en&vironment JRE:
893 NewJavaProjectWizardPageOne_Message_enterLocation=Enter a location for the project.
894 NewJavaProjectWizardPageOne_UnknownDefaultJRE_name=Unknown
895 NewJavaProjectWizardPageOne_Message_invalidDirectory=Invalid project contents directory
896 NewJavaProjectWizardPageOne_JREGroup_link_description=<a>Configure JREs...</a>
897 NewJavaProjectWizardPageOne_Message_cannotCreateAtExternalLocation=Cannot create project content at the given external location.
898 NewJavaProjectWizardPageOne_Message_invalidProjectNameForWorkspaceRoot=The name of the new project must be ''{0}''
899 NewJavaProjectWizardPageOne_JREGroup_title=JRE
900 NewJavaProjectWizardPageOne_page_title=Create a Java Project
901 NewJavaProjectWizardPageOne_page_description=Create a Java project in the workspace or in an external location.
902 NewJavaProjectWizardPageOne_NoJREFound_link=The default JRE could be detected. To add a JRE manually go to the <a href="JRE">JREs preference page</a>.
903
904
905 NewJavaProjectWizardPageTwo_error_title=New Java Project
906 NewJavaProjectWizardPageTwo_error_message=An error occurred while creating project. Check log for details.
907 NewJavaProjectWizardPageTwo_problem_backup=Problem while creating backup for ''{0}''
908 NewJavaProjectWizardPageTwo_operation_initialize=Initializing project...
909 NewJavaProjectWizardPageTwo_operation_create=Creating project...
910 NewJavaProjectWizardPageTwo_operation_remove=Removing project...
911 NewJavaProjectWizardPageTwo_error_remove_title=Error Creating Java Project
912 NewJavaProjectWizardPageTwo_error_remove_message=An error occurred while removing a temporary project.
913 NewJavaProjectWizardPageTwo_monitor_init_build_path=Initializing build path
914 NewJavaProjectWizardPageTwo_problem_restore_project=Problem while restoring backup for .project
915 NewJavaProjectWizardPageTwo_problem_restore_classpath=Problem while restoring backup for .classpath
916 NewJavaProjectWizardPageTwo_DeleteCorruptProjectFile_message=A problem occurred while creating the project from existing source:\n\n''{0}''\n\nThe corrupt project file will be replaced by a valid one.
917 NewJavaProjectWizardPageOne_directory_message=Choose a directory for the project contents:
918 NewJavaProjectWizardPageOne_WorkingSets_group=Working sets
919 NewJavaWorkingSetWizard_title=New Java Working Set
920
921 UserLibraryWizardPage_title=User Library
922 UserLibraryWizardPage_list_config_button=&User Libraries...
923 UserLibraryWizardPage_list_label=U&ser libraries:
924 UserLibraryWizardPage_description_new=Select a library to add to the classpath.
925 UserLibraryWizardPage_description_edit=Select the user library represented by this classpath container entry.
926 UserLibraryWizardPage_error_selectentry=Select a library.
927 UserLibraryWizardPage_error_selectonlyone=More than one library selected.
928 UserLibraryWizardPage_error_alreadyoncp=One or more selected libraries are already on the build path.
929 UserLibraryMarkerResolutionGenerator_changetouserlib_label=Select existing user library
930 UserLibraryMarkerResolutionGenerator_createuserlib_label=Create user library ''{0}''
931 UserLibraryMarkerResolutionGenerator_changetoother=Replace with other library
932 UserLibraryMarkerResolutionGenerator_error_creationfailed_message=Could not offer quick fix to correct a container entry.
933 UserLibraryMarkerResolutionGenerator_error_title=Error in Classpath Container Entry
934 UserLibraryMarkerResolutionGenerator_error_applyingfailed_message=Could not apply quick fix to correct a container entry.
935
936 GenerateBuildPathActionGroup_no_action_available=No actions available
937 NativeLibrariesDialog_location_label=&Location path:
938 NativeLibrariesDialog_workspace_browse=W&orkspace...
939 NativeLibrariesDialog_external_browse=E&xternal Folder...
940 NativeLibrariesDialog_external_message=Choose a directory containing native libraries:
941 NativeLibrariesDialog_description=Enter the location of a folder containing the native libraries used by ''{0}'':
942 NativeLibrariesDialog_title=Native Library Folder Configuration
943 NativeLibrariesDialog_intfiledialog_message=&Choose a folder containing native libraries:
944 NativeLibrariesDialog_error_external_not_existing=External folder does not exist.
945 NativeLibrariesDialog_error_internal_not_existing=Folder does not exist in workspace.
946 NativeLibrariesDialog_extfiledialog_text=Native Library Folder Selection
947 NativeLibrariesDialog_intfiledialog_title=Native Library Folder Selection
948
949 AddSourceFolderWizardPage_description=Add a new source folder relative to ''{0}''.
950 AddSourceFolderWizardPage_ignoreNestingConflicts=Ignore nesting &conflicts
951 AddSourceFolderWizardPage_conflictWarning=Creating the folder will result in a conflict: 
952 AddSourceFolderWizardPage_addSinglePattern=''{0}'' will be excluded from ''{1}'' to solve a nesting conflict.
953 AddSourceFolderWizardPage_directory_message=Choose a directory for the project contents:
954 AddSourceFolderWizardPage_error_NotARelativePathName=The folder name must not be an absolute path.
955 AddSourceFolderToBuildpathAction_ErrorTitle=Error while adding to build path
956 AddSourceFolderWizardPage_replaceSourceFolderInfo=To avoid overlapping, the existing project source folder entry will be replaced.
957
958 EditOutputFolderAction_ProgressMonitorDescription=Setting new output folder location
959 EditOutputFolderAction_DeleteOldOutputFolderQuestion=Do you want to delete the old output folder at location {0} and all its content?
960 EditOutputFolderAction_ErrorDescription=Error while setting the output location
961
962 AddLibraryToBuildpathAction_ErrorTitle=Error while adding a library
963 AddArchiveToBuildpathAction_ErrorTitle=Error while adding an external archive.
964 AddArchiveToBuildpathAction_DuplicateArchivesInfo_message=Following archives are already on the build path and will not be added:\n{0}
965 AddArchiveToBuildpathAction_DuplicateArchiveInfo_message=The archive ''{0}'' is already on the build path and will not be added.
966 AddArchiveToBuildpathAction_InfoTitle=Add External Archive
967 RemoveFromBuildpathAction_ErrorTitle=Error while removing from build path
968 ExcludeFromBuildathAction_ErrorTitle=Error while excluding from build path
969 IncludeToBuildpathAction_ErrorTitle=Error while including to build path
970 AddSelectedLibraryToBuildpathAction_ErrorTitle=Error while adding a library