]> git.uio.no Git - ifi-stolz-refaktor.git/blobdiff - case-study/jdt-after/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.properties
Case Study: adding data and statistics
[ifi-stolz-refaktor.git] / case-study / jdt-after / ui / org / eclipse / jdt / internal / ui / wizards / NewWizardMessages.properties
diff --git a/case-study/jdt-after/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.properties b/case-study/jdt-after/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.properties
new file mode 100644 (file)
index 0000000..aaf4285
--- /dev/null
@@ -0,0 +1,970 @@
+###############################################################################
+# Copyright (c) 2000, 2012 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#     IBM Corporation - initial API and implementation
+#     Philippe Marschall <philippe.marschall@netcetera.ch> - [type wizards] Allow the creation of a compilation unit called package-info.java - https://bugs.eclipse.org/86168
+#     Michael Pellaton <michael.pellaton@netcetera.ch> - [type wizards] Allow the creation of a compilation unit called package-info.java - https://bugs.eclipse.org/86168
+###############################################################################
+
+# ------- AbstractOpenWizardAction -------
+
+AbstractOpenWizardAction_noproject_title=New Element
+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?
+
+AbstractOpenWizardAction_createerror_title=Open Wizard
+AbstractOpenWizardAction_createerror_message=The wizard could not be opened. See log for details.
+
+# ------- NewElementWizard -------
+
+NewElementWizard_op_error_title=New
+NewElementWizard_op_error_message=Creation of element failed.
+
+NewElementWizard_typecomment_deprecated_title=Type Creation
+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'.
+# ------- NewContainerWizardPage -------
+
+NewContainerWizardPage_container_label=Source fol&der:
+NewContainerWizardPage_container_button=Br&owse...
+
+NewContainerWizardPage_error_EnterContainerName=Source folder name is empty.
+NewContainerWizardPage_error_ContainerIsBinary=''{0}'' is a JAR archive.
+NewContainerWizardPage_error_ContainerDoesNotExist=Folder ''{0}'' does not exist.
+NewContainerWizardPage_error_NotAFolder=''{0}'' must be a project or folder.
+NewContainerWizardPage_error_ProjectClosed=Project ''{0}'' must be accessible.
+NewContainerWizardPage_error_FolderIsVirtual= Source folder cannot be a virtual folder.
+
+NewContainerWizardPage_warning_NotAJavaProject=Source folder is not a Java project.
+NewContainerWizardPage_warning_NotInAJavaProject=Source folder is not in a Java project.
+NewContainerWizardPage_warning_inside_classfolder=''{0}'' is a class folder.
+NewContainerWizardPage_warning_NotOnClassPath=Source folder is not on the Java build class path.
+
+NewContainerWizardPage_ChooseSourceContainerDialog_title=Source Folder Selection
+NewContainerWizardPage_ChooseSourceContainerDialog_description=&Choose a source folder:
+
+# ------- NewPackageWizardPage -------
+
+NewPackageCreationWizard_title=New Java Package
+
+NewPackageWizardPage_package_label=Na&me:
+NewPackageWizardPage_package_CreatePackageInfoJava=&Create package-info.java
+
+NewPackageWizardPage_error_InvalidPackageName=Invalid package name. {0}
+NewPackageWizardPage_error_IsOutputFolder=Name conflict with output folder.
+
+NewPackageWizardPage_error_PackageExists=Package already exists.
+NewPackageWizardPage_error_PackageExistsDifferentCase=Package already exists with a different case.
+NewPackageWizardPage_error_EnterName=Enter a package name.
+NewPackageWizardPage_error_PackageNotShown=Package already exists. Note: Views might filter empty parent packages.
+NewPackageWizardPage_error_PackageNameFiltered= This package is hidden in the workspace due to resource filters.
+NewPackageWizardPage_warning_DiscouragedPackageName=Discouraged package name. {0}
+
+NewPackageWizardPage_title=Java Package
+NewPackageWizardPage_description=Create a new Java package.
+NewPackageWizardPage_info=Creates folders corresponding to packages.
+
+# ------- NewTypeWizardPage -------
+
+NewTypeWizardPage_package_label=Pac&kage:
+NewTypeWizardPage_package_button=Bro&wse...
+
+NewTypeWizardPage_enclosing_selection_label=Enclosing t&ype:
+NewTypeWizardPage_enclosing_field_description=Enclosing type name
+NewTypeWizardPage_enclosing_button=Bro&wse...
+
+NewTypeWizardPage_error_InvalidPackageName=Package name is not valid. {0}
+NewTypeWizardPage_error_ClashOutputLocation=Package clashes with project output folder.
+NewTypeWizardPage_error_uri_location_unkown=Cannot locate resource {0}
+NewTypeWizardPage_warning_DiscouragedPackageName=This package name is discouraged. {0}
+NewTypeWizardPage_warning_DefaultPackageDiscouraged=The use of the default package is discouraged.
+NewTypeWizardPage_warning_NotJDKCompliant=Project ''{0}'' is not a J2SE 5.0 compliant project.
+NewTypeWizardPage_warning_EnumClassNotFound=Type 'java.lang.Enum' is not on the project's build path. Make sure you use a 1.5 JDK.
+
+NewTypeWizardPage_default=(default)
+NewTypeWizardPage_ChoosePackageDialog_title=Package Selection
+NewTypeWizardPage_ChoosePackageDialog_description=&Choose a folder:
+NewTypeWizardPage_ChoosePackageDialog_empty=Cannot find packages to select.
+
+NewTypeWizardPage_ChooseEnclosingTypeDialog_title=Enclosing Type Selection
+NewTypeWizardPage_ChooseEnclosingTypeDialog_description=&Choose a type to which the new class will be added:
+
+NewTypeWizardPage_error_EnclosingTypeEnterName=Name of enclosing type must be entered.
+NewTypeWizardPage_error_EnclosingTypeNotExists=Enclosing type does not exist.
+NewTypeWizardPage_error_EnclosingNotInCU=Enclosing type is binary.
+NewTypeWizardPage_error_EnclosingNotEditable=Enclosing type is not editable.
+NewTypeWizardPage_warning_EnclosingNotInSourceFolder=Enclosing type is not in specified source folder.
+
+NewTypeWizardPage_typename_label=Na&me:
+
+NewTypeWizardPage_superclass_label=&Superclass:
+NewTypeWizardPage_superclass_button=Brows&e...
+
+NewTypeWizardPage_interfaces_class_label=&Interfaces:
+NewTypeWizardPage_interfaces_ifc_label=Extended &interfaces:
+NewTypeWizardPage_interfaces_add=&Add...
+NewTypeWizardPage_interfaces_remove=&Remove
+
+NewTypeWizardPage_modifiers_acc_label=Modifiers:
+NewTypeWizardPage_modifiers_public=&public
+NewTypeWizardPage_modifiers_private=pri&vate
+NewTypeWizardPage_modifiers_protected=pro&tected
+NewTypeWizardPage_modifiers_default=defa&ult
+NewTypeWizardPage_modifiers_abstract=abs&tract
+NewTypeWizardPage_modifiers_final=fina&l
+NewTypeWizardPage_modifiers_static=stati&c
+NewTypeWizardPage_addcomment_label=&Generate comments
+NewTypeWizardPage_addcomment_description=Do you want to add comments? (Configure templates and default value <a>here</a>)
+NewTypeWizardPage_error_EnterTypeName=Type name is empty.
+NewTypeWizardPage_error_TypeNameExists=Type already exists.
+NewTypeWizardPage_error_TypeNameExistsDifferentCase=Type with same name but different case exists.
+NewTypeWizardPage_error_InvalidTypeName=Type name is not valid. {0}
+NewTypeWizardPage_error_QualifiedName=Type name must not be qualified.
+NewTypeWizardPage_warning_TypeNameDiscouraged=Type name is discouraged. {0}
+NewTypeWizardPage_error_TypeParameters=Type name is not valid. Type parameters are only available if source level is 1.5.
+
+NewTypeWizardPage_error_InvalidSuperClassName=Superclass type is not valid.
+NewTypeWizardPage_error_SuperClassNotParameterized=Superclass cannot be parameterized unless source level is 1.5.
+NewTypeWizardPage_error_InvalidSuperInterfaceName=Extended interface ''{0}'' is not valid.
+NewTypeWizardPage_error_SuperInterfaceNotParameterized=Extended interface ''{0}'' cannot be parameterized unless source level is 1.5.
+
+NewTypeWizardPage_error_ModifiersFinalAndAbstract=Class cannot be both final and abstract
+NewTypeWizardPage_error_TypeNameFiltered=This type is hidden in the workspace due to resource filters.
+NewTypeWizardPage_error_PackageNameFiltered= This package is hidden in the workspace due to resource filters.
+NewTypeWizardPage_error_PackageIsVirtual= Package cannot be a virtual folder.
+
+NewTypeWizardPage_configure_templates_message=Can not open the project properties. The wizard page does not yet specify a valid project.
+NewTypeWizardPage_configure_templates_title=Configure Code Templates
+
+NewTypeWizardPage_SuperClassDialog_title=Superclass Selection
+NewTypeWizardPage_SuperClassDialog_message=&Choose a type:
+
+NewTypeWizardPage_InterfacesDialog_class_title= Implemented Interfaces Selection
+NewTypeWizardPage_InterfacesDialog_interface_title= Extended Interfaces Selection
+NewTypeWizardPage_InterfacesDialog_message=&Choose interfaces:
+
+NewTypeWizardPage_operationdesc=Creating type....
+
+# ------- SuperInterfaceSelectionDialog -----
+
+SuperInterfaceSelectionDialog_addButton_label=&Add
+SuperInterfaceSelectionDialog_interfaceadded_info=''{0}'' added.
+SuperInterfaceSelectionDialog_interfacealreadyadded_info=''{0}'' already in list.
+
+# ------- NewClassWizardPage -------
+
+NewClassCreationWizard_title=New Java Class
+
+NewClassWizardPage_title=Java Class
+NewClassWizardPage_description=Create a new Java class.
+
+NewClassWizardPage_methods_label=Which method stubs would you like to create?
+NewClassWizardPage_methods_main=public static &void main(String[] args)
+NewClassWizardPage_methods_constructors=&Constructors from superclass
+NewClassWizardPage_methods_inherited=In&herited abstract methods
+
+
+# ------- NewInterfaceWizardPage -------
+
+NewInterfaceCreationWizard_title=New Java Interface
+
+NewInterfaceWizardPage_title=Java Interface
+NewInterfaceWizardPage_description=Create a new Java interface.
+
+# ------- NewEnumWizardPage -------
+
+NewEnumCreationWizard_title=New Enum Type
+
+NewEnumWizardPage_title=Enum Type
+NewEnumWizardPage_description=Create a new enum type.
+
+# ------- NewAnnotationWizardPage -------
+
+NewAnnotationCreationWizard_title=New Annotation Type
+
+NewAnnotationWizardPage_title=Annotation Type
+NewAnnotationWizardPage_description=Create a new annotation type.
+
+# ------- JavaCapabilityConfigurationPage -------
+
+JavaCapabilityConfigurationPage_title=Java Settings
+JavaCapabilityConfigurationPage_description=Define the Java build settings.
+JavaCapabilityConfigurationPage_op_desc_java=Configuring Java project...
+
+
+# ------- JavaProjectWizard -------
+
+JavaProjectWizard_title=New Java Project
+JavaProjectWizard_op_error_title=Error Creating Java Project
+JavaProjectWizard_op_error_create_message=An error occurred while creating the Java project.
+
+
+# ------- NewJavaProjectWizardPage-------
+
+NewJavaProjectWizardPage_title=Java Settings
+NewJavaProjectWizardPage_description=Define the Java build settings.
+
+NewJavaProjectWizardPage_op_desc=Creating Java project...
+
+
+# ------- NewSourceFolderWizardPage-------
+
+NewSourceFolderCreationWizard_title=New Source Folder
+NewSourceFolderCreationWizard_edit_title=Edit source folder
+NewSourceFolderCreationWizard_link_title=Link Source
+
+NewSourceFolderWizardPage_title=Source Folder
+NewSourceFolderWizardPage_description=Create a new source folder.
+NewSourceFolderWizardPage_edit_description=Edit source folder
+
+NewSourceFolderWizardPage_root_label=Fol&der name:
+NewSourceFolderWizardPage_root_button=Br&owse...
+
+NewSourceFolderWizardPage_project_label=&Project name:
+NewSourceFolderWizardPage_project_button=Bro&wse...
+
+NewSourceFolderWizardPage_operation=Creating new source folder...
+
+NewSourceFolderWizardPage_exclude_label=&Update exclusion filters in other source folders to solve nesting
+NewSourceFolderWizardPage_ignore_optional_problems_label=&Ignore optional compile problems
+
+NewSourceFolderWizardPage_ChooseExistingRootDialog_title=Existing Folder Selection
+NewSourceFolderWizardPage_ChooseExistingRootDialog_description=&Choose folder as source folder:
+
+NewSourceFolderWizardPage_ChooseProjectDialog_title=Project Selection
+NewSourceFolderWizardPage_ChooseProjectDialog_description=&Choose project for the new source folder:
+
+NewSourceFolderWizardPage_error_EnterRootName=Root name must be entered.
+NewSourceFolderWizardPage_error_InvalidRootName=Invalid folder name. {0}
+NewSourceFolderWizardPage_error_NotAFolder=Not a folder.
+NewSourceFolderWizardPage_error_AlreadyExisting=The folder is already a source folder.
+NewSourceFolderWizardPage_error_AlreadyExistingDifferentCase=Folder already exists with a different case
+NewSourceFolderWizardPage_error_FolderNameFiltered= This folder is hidden in the workspace due to resource filters.
+NewSourceFolderWizardPage_ReplaceExistingSourceFolder_label=Replace existing project source folder entry to solve nesting
+NewSourceFolderWizardPage_error_FolderIsVirtual= Source folder cannot be a virtual folder.
+
+NewSourceFolderWizardPage_error_EnterProjectName=Project name must be entered.
+NewSourceFolderWizardPage_error_InvalidProjectPath=Invalid project path.
+NewSourceFolderWizardPage_error_NotAJavaProject=Project is not a Java project.
+NewSourceFolderWizardPage_error_ProjectNotExists=Project does not exist.
+NewSourceFolderWizardPage_error_ProjectNotOpen=Project is not open.
+
+NewSourceFolderWizardPage_warning_ReplaceSFandOL=To avoid overlapping, the existing project source folder entry will be replaced and the output folder set to ''{0}''.
+NewSourceFolderWizardPage_warning_ReplaceOL=An exclusion pattern will be added to the project source folder entry and the output folder will be set to ''{0}''.
+NewSourceFolderWizardPage_warning_ReplaceSF=To avoid overlapping, the existing project source folder entry will be replaced.
+NewSourceFolderWizardPage_warning_AddedExclusions_singular=Exclusion patterns of source folder ''{0}'' updated to solve nesting.
+NewSourceFolderWizardPage_warning_AddedExclusions_plural=Exclusion patterns of {0} source folders updated to solve nesting.
+
+# ------- BuildPathsBlock -------
+
+BuildPathsBlock_tab_source=&Source
+BuildPathsBlock_tab_projects=&Projects
+BuildPathsBlock_tab_libraries=&Libraries
+BuildPathsBlock_tab_order=&Order and Export
+
+BuildPathsBlock_classpath_label=Build &class path order and exported entries:\n(Exported entries are contributed to dependent projects)
+
+BuildPathsBlock_classpath_up_button=&Up
+BuildPathsBlock_classpath_down_button=&Down
+BuildPathsBlock_classpath_top_button=&Top
+BuildPathsBlock_classpath_bottom_button=Botto&m
+BuildPathsBlock_classpath_checkall_button=Select &All
+BuildPathsBlock_classpath_uncheckall_button=D&eselect All
+
+BuildPathsBlock_buildpath_label=Defaul&t output folder:
+BuildPathsBlock_buildpath_button=Bro&wse...
+
+BuildPathsBlock_error_InvalidBuildPath=Invalid build output folder: ''{0}''
+BuildPathsBlock_error_EnterBuildPath=Build output folder must be entered.
+
+BuildPathsBlock_warning_EntryMissing=Build path entry is missing: {0}
+BuildPathsBlock_warning_EntriesMissing={0} build path entries are missing.
+
+BuildPathsBlock_operationdesc_project=Creating project...
+BuildPathsBlock_operationdesc_java=Setting build paths...
+
+BuildPathsBlock_ChooseOutputFolderDialog_title=Folder Selection
+BuildPathsBlock_ChooseOutputFolderDialog_description=&Choose the folder for the build output:
+
+BuildPathsBlock_RemoveBinariesDialog_title=Setting Build Paths
+BuildPathsBlock_RemoveBinariesDialog_description=The output folder has changed. Do you want to remove all generated resources from the old location ''{0}''?
+BuildPathsBlock_RemoveOldOutputFolder_description=The output folder has changed. Do you want to remove the old location ''{0}'' and its content?
+
+# ------- CPListLabelProvider -------
+
+CPListLabelProvider_new=(new)
+CPListLabelProvider_classcontainer=(class folder)
+CPListLabelProvider_twopart={0} - {1}
+CPListLabelProvider_missing=(missing)
+CPListLabelProvider_unbound_library={0} (unbound)
+CPListLabelProvider_attribute_label={0}: {1}
+CPListLabelProvider_systemlibrary={0} [system library]
+
+
+# ------- SourceContainerWorkbookPage-------
+
+SourceContainerWorkbookPage_folders_label=Source folders on build pat&h:
+SourceContainerWorkbookPage_folders_remove_button=&Remove
+SourceContainerWorkbookPage_folders_link_source_button=L&ink Source...
+SourceContainerWorkbookPage_folders_add_button=&Add Folder...
+SourceContainerWorkbookPage_folders_edit_button=&Edit...
+SourceContainerWorkbookPage_folders_toggle_button=Toggl&e
+
+SourceContainerWorkbookPage_folders_check=Allow output folders for sour&ce folders
+
+SourceContainerWorkbookPage_ExistingSourceFolderDialog_new_title=Source Folder Selection
+
+SourceContainerWorkbookPage_ChangeOutputLocationDialog_title=Source Folder Added
+SourceContainerWorkbookPage_ChangeOutputLocationDialog_project_and_output_message=Do you want to remove the project as source folder and update build output folder to ''{0}''?
+SourceContainerWorkbookPage_ChangeOutputLocationDialog_project_message=Do you want to remove the project as source folder?
+
+SourceContainerWorkbookPage_ExistingSourceFolderDialog_edit_description=&Select the source folder:
+
+SourceContainerWorkbookPage_exclusion_added_title=Source Folder Added
+SourceContainerWorkbookPage_exclusion_added_message=Exclusion filters have been added to nesting folders.
+
+# ------- ProjectsWorkbookPage-------
+
+ProjectsWorkbookPage_projects_label=&Required projects on the build path:
+ProjectsWorkbookPage_projects_add_button=&Add...
+ProjectsWorkbookPage_projects_edit_button=Edi&t...
+ProjectsWorkbookPage_projects_remove_button=Re&move
+ProjectsWorkbookPage_chooseProjects_message=Select projects to add:
+ProjectsWorkbookPage_chooseProjects_title=Required Project Selection
+
+# ------- LibrariesWorkbookPage-------
+
+LibrariesWorkbookPage_libraries_addextfolder_button=Add External Class Fol&der...
+LibrariesWorkbookPage_libraries_label=JARs and class folders on the build pa&th:
+LibrariesWorkbookPage_libraries_remove_button=&Remove
+LibrariesWorkbookPage_libraries_replace_button=&Migrate JAR File...
+LibrariesWorkbookPage_libraries_addjar_button=Add &JARs...
+LibrariesWorkbookPage_libraries_addextjar_button=Add E&xternal JARs...
+LibrariesWorkbookPage_libraries_addvariable_button=Add &Variable...
+LibrariesWorkbookPage_libraries_addlibrary_button=Add Libr&ary...
+LibrariesWorkbookPage_libraries_addclassfolder_button=Add &Class Folder...
+
+LibrariesWorkbookPage_configurecontainer_error_title=Configure Source Attachment
+LibrariesWorkbookPage_configurecontainer_error_message=An error occurred while associating the source.
+
+LibrariesWorkbookPage_libraries_edit_button=&Edit...
+
+LibrariesWorkbookPage_NewClassFolderDialog_new_title=New Class Folder
+LibrariesWorkbookPage_NewClassFolderDialog_edit_title=Edit Class Folder
+
+LibrariesWorkbookPage_NewClassFolderDialog_description=&Enter a path relative to ''{0}'':
+
+LibrariesWorkbookPage_JavadocPropertyDialog_title=Javadoc For ''{0}''
+
+LibrariesWorkbookPage_exclusion_added_title=Class Folder Added
+LibrariesWorkbookPage_exclusion_added_message=Exclusion filters have been added to nesting source folders.
+
+# ---- BuildPathDialogAccess -------
+
+BuildPathDialogAccess_ExistingSourceFolderDialog_new_title=Source Folder Selection
+BuildPathDialogAccess_ExistingSourceFolderDialog_new_description=&Choose source folders to be added to the build path:
+
+BuildPathDialogAccess_ExistingClassFolderDialog_new_title=Class Folder Selection
+BuildPathDialogAccess_ExistingClassFolderDialog_new_description=&Choose class folders to be added to the build path:
+
+BuildPathDialogAccess_JARArchiveDialog_new_title=JAR Selection
+BuildPathDialogAccess_JARArchiveDialog_new_description=&Choose the archives to be added to the build path:
+
+BuildPathDialogAccess_JARArchiveDialog_edit_title=Edit JAR
+BuildPathDialogAccess_JARArchiveDialog_edit_description=&Select the JAR archive:
+
+BuildPathDialogAccess_ExtClassFolderDialog_edit_description=Specify the new location of the class folder:
+BuildPathDialogAccess_ExtClassFolderDialog_edit_title=Edit Class Folder
+BuildPathDialogAccess_ExtClassFolderDialog_new_description=Select the location of the class folder:
+BuildPathDialogAccess_ExtClassFolderDialog_new_title=External Class Folder Selection
+BuildPathDialogAccess_ExtJARArchiveDialog_new_title=JAR Selection
+
+BuildPathDialogAccess_ExtJARArchiveDialog_edit_title=Edit JAR
+
+# ------- NewContainerDialog-------
+
+NewContainerDialog_error_invalidpath=Invalid folder path: ''{0}''
+NewContainerDialog_error_enterpath=Folder name must be entered
+NewContainerDialog_error_pathexists=This folder is already on the list or it is an output folder.
+# ------- NewSourceFolderDialog-------
+
+NewSourceFolderDialog_error_invalidpath=Invalid folder path: ''{0}''
+NewSourceFolderDialog_error_enterpath=Folder name must be entered.
+NewSourceFolderDialog_error_pathexists=The folder is already on the list.
+
+# ------- SourceAttachmentBlock-------
+
+SourceAttachmentBlock_message=Select the location (folder, JAR or zip) containing the source for ''{0}'':
+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.
+
+SourceAttachmentBlock_filename_external_label=Pa&th:
+SourceAttachmentBlock_filename_externalfile_button=External &File...
+SourceAttachmentBlock_filename_externalfolder_button=External F&older...
+
+SourceAttachmentBlock_filename_varlabel=Lo&cation variable path:
+SourceAttachmentBlock_filename_variable_button=&Variable...
+SourceAttachmentBlock_external_radiolabel=E&xternal location
+SourceAttachmentBlock_filename_external_varbutton=&Extension....
+
+SourceAttachmentBlock_filename_error_notvalid= The archive path is not a valid path.
+SourceAttachmentBlock_filename_error_notabsolute=The path must be absolute.
+SourceAttachmentBlock_filename_error_filenotexists= The path ''{0}'' does not exist.
+SourceAttachmentBlock_filename_error_varnotexists= The variable in the location variable path does not exist.
+SourceAttachmentBlock_filename_error_deviceinpath= The location variable path must begin with a variable.
+SourceAttachmentBlock_filename_warning_varempty= The location variable path is empty.
+SourceAttachmentBlock_filename_workspace_browse=&Browse...
+SourceAttachmentBlock_filename_workspace_label=&Path:
+
+SourceAttachmentBlock_intjardialog_title=Source Location Selection
+SourceAttachmentBlock_intjardialog_message=&Select folder or JAR/zip archive containing the source:
+
+SourceAttachmentBlock_encoding_default=Default ({0})
+SourceAttachmentBlock_encoding_label=E&ncoding:
+SourceAttachmentBlock_extvardialog_title=Variable Extension Selection
+SourceAttachmentBlock_extvardialog_description=Select source location:
+
+SourceAttachmentBlock_extjardialog_text=JAR/ZIP File Selection
+SourceAttachmentBlock_extfolderdialog_text=Folder Selection
+SourceAttachmentBlock_extfolderdialog_message=Choose a directory containing source:
+SourceAttachmentBlock_workspace_radiolabel=Wor&kspace location
+
+BuildPathSupport_putoncpdialog_title=Setting Source Attachment
+BuildPathSupport_deprecated={0} is deprecated: {1}.
+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?
+SourceAttachmentDialog_title=Source Attachment Configuration
+
+# ------- EditVariableEntryDialog -------
+
+EditVariableEntryDialog_title=Edit Variable Entry
+
+EditVariableEntryDialog_filename_varlabel=Edit classpath variable entry:
+EditVariableEntryDialog_filename_empty=Enter a classpath variable.
+EditVariableEntryDialog_filename_variable_button=&Variable...
+EditVariableEntryDialog_filename_external_varbutton=&Extension....
+
+EditVariableEntryDialog_extvardialog_title=Variable Extension Selection
+EditVariableEntryDialog_extvardialog_description=Select JAR archive:
+
+EditVariableEntryDialog_filename_error_notvalid=The library path is not a valid path.
+EditVariableEntryDialog_filename_error_filenotexists=The path ''{0}'' does not point to an existing location.
+EditVariableEntryDialog_filename_error_varnotexists=Variable in the path does not exist.
+EditVariableEntryDialog_filename_error_deviceinpath=The library path must be described by a variable path.
+EditVariableEntryDialog_filename_warning_varempty=Variable path is empty.
+EditVariableEntryDialog_filename_error_alreadyexists=Classpath entry already exists.
+
+# ------- VariableBlock-------
+
+VariableBlock_vars_label=Defined &classpath variables:
+VariableBlock_vars_add_button=&New...
+VariableBlock_vars_edit_button=&Edit...
+VariableBlock_vars_remove_button=&Remove
+VariableBlock_variableSettingError_titel=Setting Classpath Variables
+
+VariableBlock_operation_desc=Setting classpath variables...
+
+VariableBlock_needsbuild_title=Classpath Variables Changed
+VariableBlock_needsbuild_message=The classpath variables have changed. A full rebuild is recommended for changes to take effect. Do the full build now?
+
+VariablePathDialogField_variabledialog_title=Variable Selection
+
+CPVariableElementLabelProvider_read_only=non modifiable
+CPVariableElementLabelProvider_deprecated=deprecated
+CPVariableElementLabelProvider_one_restriction={0} ({1})
+CPVariableElementLabelProvider_two_restrictions={0} ({1}, {2})
+CPVariableElementLabelProvider_appendix={0} - {1}
+CPVariableElementLabelProvider_empty=(empty)
+
+# ------- VariableCreationDialog-------
+
+VariableCreationDialog_titlenew=New Variable Entry
+VariableCreationDialog_titleedit=Edit Variable Entry
+
+VariableCreationDialog_name_label=&Name:
+VariableCreationDialog_path_label=&Path:
+VariableCreationDialog_path_file_button=&File...
+VariableCreationDialog_path_dir_button=F&older...
+
+VariableCreationDialog_error_entername=Enter a variable name.
+VariableCreationDialog_error_whitespace=The variable name starts or ends with white spaces.
+VariableCreationDialog_error_invalidname=The variable name contains ':', '/' or '\\'.
+VariableCreationDialog_error_nameexists=Variable name already exists.
+VariableCreationDialog_error_invalidpath=The path is invalid.
+
+VariableCreationDialog_warning_pathnotexists=Path does not exist.
+
+
+VariableCreationDialog_extjardialog_text=JAR Selection
+VariableCreationDialog_extdirdialog_text=Folder Selection
+VariableCreationDialog_extdirdialog_message=Specify the folder to be represented by the variable:
+VariableBlock_variableSettingError_message=Could not set Classpath Variables
+
+# ------- NewVariableEntryDialog -------
+
+NewVariableEntryDialog_title=New Variable Classpath Entry
+
+NewVariableEntryDialog_vars_extend=E&xtend...
+
+NewVariableEntryDialog_configbutton_label=Configur&e Variables...
+
+NewVariableEntryDialog_vars_label=Select &variables to add to build path:
+
+NewVariableEntryDialog_ExtensionDialog_title=Variable Extension
+NewVariableEntryDialog_ExtensionDialog_description=Choose extensions to ''{0}''.
+
+NewVariableEntryDialog_info_notexists=Variable points to a non-existing location.
+NewVariableEntryDialog_info_noselection=Select the variables to add to the classpath.
+NewVariableEntryDialog_info_selected={0} variables selected.
+
+# ------- OutputLocationDialog -------
+
+OutputLocationDialog_title=Source Folder Output Location
+
+OutputLocationDialog_usedefault_label=Project''s default output folder (''{0}'').
+OutputLocationDialog_usespecific_label=Specific output folder (path relative to ''{0}'').
+OutputLocationDialog_location_button=Bro&wse...
+
+OutputLocationDialog_error_existingisfile=Location is an existing file
+OutputLocationDialog_removeProjectFromBP=Project is removed as source folder and default output folder is set to ''{0}''.
+OutputLocationDialog_error_invalidpath=Invalid path: {0}
+
+OutputLocationDialog_ChooseOutputFolder_title=Folder Selection
+OutputLocationDialog_ChooseOutputFolder_description=&Choose the folder for the build output:
+
+OutputLocation_DotAsLocation=The folder ''{0}'' may be used to store settings data.
+OutputLocation_SettingsAsLocation=The folder .settings is used by eclipse to store settings data.
+
+# ------- ExclusionInclusionDialog -------
+
+ExclusionInclusionDialog_title=Inclusion and Exclusion Patterns
+ExclusionInclusionDialog_description=Included and excluded resources for ''{0}''.
+ExclusionInclusionDialog_description2=Add or remove inclusion and exclusion patterns to source folder
+
+ExclusionInclusionDialog_exclusion_pattern_label=E&xclusion patterns:
+ExclusionInclusionDialog_inclusion_pattern_label=I&nclusion patterns:
+
+ExclusionInclusionDialog_inclusion_pattern_add=A&dd...
+ExclusionInclusionDialog_inclusion_pattern_add_multiple=Add &Multiple...
+ExclusionInclusionDialog_inclusion_pattern_remove=&Remove
+ExclusionInclusionDialog_inclusion_pattern_edit=&Edit...
+
+ExclusionInclusionDialog_exclusion_pattern_add=&Add...
+ExclusionInclusionDialog_exclusion_pattern_add_multiple=Add M&ultiple...
+ExclusionInclusionDialog_exclusion_pattern_remove=Rem&ove
+ExclusionInclusionDialog_exclusion_pattern_edit=Edi&t...
+
+ExclusionInclusionDialog_ChooseExclusionPattern_title=Exclusion Pattern Selection
+ExclusionInclusionDialog_ChooseExclusionPattern_description=&Choose folders or files to exclude:
+
+ExclusionInclusionDialog_ChooseInclusionPattern_title=Inclusion Pattern Selection
+ExclusionInclusionDialog_ChooseInclusionPattern_description=&Choose folders or files to include:
+
+# ------- ExclusionInclusionEntryDialog -------
+
+ExclusionInclusionEntryDialog_exclude_add_title=Add Exclusion Pattern
+ExclusionInclusionEntryDialog_exclude_edit_title=Edit Exclusion Pattern
+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*'.
+
+ExclusionInclusionEntryDialog_exclude_pattern_label=E&xclusion pattern (Path relative to ''{0}''):
+
+ExclusionInclusionEntryDialog_include_add_title=Add Inclusion Pattern
+ExclusionInclusionEntryDialog_include_edit_title=Edit Inclusion Pattern
+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*'.
+
+ExclusionInclusionEntryDialog_include_pattern_label=I&nclusion pattern (Path relative to ''{0}''):
+
+ExclusionInclusionEntryDialog_pattern_button=Bro&wse...
+
+ExclusionInclusionEntryDialog_error_empty=Enter a pattern.
+ExclusionInclusionEntryDialog_error_notrelative=Pattern must be a relative path.
+ExclusionInclusionEntryDialog_error_exists=Pattern already exists.
+
+ExclusionInclusionEntryDialog_ChooseExclusionPattern_title=Exclusion Pattern Selection
+ExclusionInclusionEntryDialog_ChooseExclusionPattern_description=&Choose a folder or file to exclude:
+
+ExclusionInclusionEntryDialog_ChooseInclusionPattern_title=Inclusion Pattern Selection
+ExclusionInclusionEntryDialog_ChooseInclusionPattern_description=&Choose a folder or file to include:
+
+# ------- TypeRestrictionDialog -------
+
+AccessRulesDialog_title=Type Access Rules
+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.
+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.
+AccessRulesDialog_switch_dialog_message=To switch to the 'Error/Warning' page, this dialog will be closed and changes applied. OK to continue?
+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.
+AccessRulesDialog_switch_dialog_title=Access Rules
+AccessRulesDialog_rules_label=A&ccess rules:
+AccessRulesDialog_rules_add=&Add...
+AccessRulesDialog_rules_up=&Up
+AccessRulesDialog_rules_remove=Rem&ove
+AccessRulesDialog_combine_label=Com&bine rules with the access rules of the exported project entries
+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>
+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>
+AccessRulesDialog_severity_error=Error
+AccessRulesDialog_severity_warning=Warning
+AccessRulesDialog_severity_ignore=Ignore
+AccessRulesDialog_rules_edit=Edi&t...
+AccessRulesDialog_rules_down=Do&wn
+AccessRulesLabelProvider_kind_accessible=Accessible
+AccessRulesLabelProvider_kind_discouraged=Discouraged
+AccessRulesLabelProvider_kind_non_accessible=Forbidden
+TypeRestrictionEntryDialog_add_title=Add Access Rule
+TypeRestrictionEntryDialog_edit_title=Edit Access Rule
+
+TypeRestrictionEntryDialog_pattern_label=&Rule Pattern:
+TypeRestrictionEntryDialog_description=Enter a pattern for the rule.
+TypeRestrictionEntryDialog_description2=Allowed wildcards are '*', '?' and '**'. Pattern segments are separated by '/'. '**' matches any number of segments.\nExamples are: 'java/util/**', '**/internal/**', 'org/e*/**'.
+
+TypeRestrictionEntryDialog_error_empty=Enter a pattern for the rule.
+TypeRestrictionEntryDialog_error_notrelative=Pattern must be a relative path.
+
+TypeRestrictionEntryDialog_kind_accessible=Accessible
+TypeRestrictionEntryDialog_kind_label=Re&solution:
+TypeRestrictionEntryDialog_kind_discourraged=Discouraged
+TypeRestrictionEntryDialog_kind_non_accessible=Forbidden
+
+# ------- ClasspathContainerDefaultPage-------
+
+ClasspathContainerDefaultPage_title=Classpath Container
+ClasspathContainerDefaultPage_description=Edit the classpath container path. First segment is the container type.
+
+ClasspathContainerDefaultPage_path_label=&Classpath container path:
+
+ClasspathContainerDefaultPage_path_error_enterpath=Enter path.
+ClasspathContainerDefaultPage_path_error_invalidpath=Invalid path.
+ClasspathContainerDefaultPage_path_error_needssegment=Path needs at least one segment.
+ClasspathContainerDefaultPage_path_error_alreadyexists=Entry already exists.
+
+# ------- ClasspathContainerSelectionPage-------
+
+ClasspathContainerSelectionPage_title=Add Library
+ClasspathContainerSelectionPage_description=Select the library type to add.
+
+# ------- ClasspathContainerWizard-------
+
+ClasspathContainerWizard_pagecreationerror_title= Library Wizard
+ClasspathContainerWizard_pagecreationerror_message=Wizard page creation failed. Check log for details.
+
+ClasspathContainerWizard_new_title=Add Library
+ClasspathContainerWizard_edit_title=Edit Library
+ClasspathFixSelectionDialog_apply_proposal_error_message=A problem occurred while applying the project setup fix.
+ClasspathFixSelectionDialog_apply_proposal_error_title=Project Setup Fixes
+ClasspathFixSelectionDialog_dialog_title=Project Setup Fixes
+ClasspathFixSelectionDialog_eval_proposals_error_message=An unexpected problem occurred while evaluating the project setup proposals.
+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}''.
+ClasspathFixSelectionDialog_open_buld_path_dialog_message=Click <a>here</a> to manually configure the build path of project ''{0}''.
+ClasspathFixSelectionDialog_process_fix_description=Processing project setup proposal...
+ClasspathFixSelectionDialog_proposals_message=The following &proposals have been found to fix the unresolvable reference to ''{0}'':
+
+FolderSelectionDialog_button=Create &New Folder...
+MultipleFolderSelectionDialog_button=Create &New Folder...
+
+CPListLabelProvider_javadoc_location_label=Javadoc location
+CPListLabelProvider_native_library_path=Native library location
+
+CPListLabelProvider_ignore_optional_problems_label=Ignore optional compile problems: {0}
+CPListLabelProvider_ignore_optional_problems_yes=Yes
+CPListLabelProvider_ignore_optional_problems_no=No
+CPListLabelProvider_none=(None)
+CPListLabelProvider_all=(All)
+CPListLabelProvider_non_modifiable_attribute={0} - non modifiable
+CPListLabelProvider_access_rules_label={0}: {1}
+CPListLabelProvider_container_access_rules_singular=Access rules: 1 rule defined, added to all library child entries
+CPListLabelProvider_container_access_rules_plural=Access rules: {0} rules defined, added to all library child entries
+CPListLabelProvider_container_no_access_rules=Access rules: No rules defined
+CPListLabelProvider_source_attachment_label=Source attachment: {0}
+CPListLabelProvider_output_folder_label=Output folder: {0}
+CPListLabelProvider_default_output_folder_label=(Default output folder)
+CPListLabelProvider_exclusion_filter_label=Excluded: {0}
+CPListLabelProvider_exclusion_filter_separator=;
+CPListLabelProvider_inclusion_filter_label=Included: {0}
+CPListLabelProvider_inclusion_filter_separator=;
+CPListLabelProvider_unknown_element_label=unknown element
+CPListLabelProvider_access_rules_enabled_singular=Access rules: 1 rule defined
+CPListLabelProvider_access_rules_enabled_plural=Access rules: {0} rules defined
+CPListLabelProvider_project_access_rules_combined_singular=Access rules: 1 rule defined, added to all project child entries
+CPListLabelProvider_project_access_rules_combined_plural=Access rules: {0} rules defined, added to all project child entries
+CPListLabelProvider_project_access_rules_no_rules=Access rules: No rules defined
+CPListLabelProvider_project_access_rules_not_combined_singular=Access rules: 1 rule defined, added only to project source entries
+CPListLabelProvider_project_access_rules_not_combined_plural=Access rules: {0} rules defined, added only to project source entries
+CPListLabelProvider_access_rules_disabled=Access rules: (No restrictions)
+NewSourceFolderDialog_useproject_button=&Project as source folder
+NewSourceFolderDialog_usefolder_button=&Folder as source folder
+NewSourceFolderDialog_sourcefolder_label=&Source folder name:
+
+HintTextGroup_NoAction=<form>\
+No actions available for this selection.<br>Reason:</br>{0}\
+</form>
+
+# ------- NewSourceContainerWorkbookPage -------
+NewSourceContainerWorkbookPage_HintTextGroup_title=Details
+NewSourceContainerWorkbookPage_ToolBar_ConfigureBP_tooltip=Configure Build Path
+NewSourceContainerWorkbookPage_ToolBar_ConfigureBP_label=&Configure Build Path...
+
+NewSourceContainerWorkbookPage_ToolBar_Edit_tooltip=Configure Inclusion / Exclusion Filters
+NewSourceContainerWorkbookPage_ToolBar_Edit_label=Configure Inclusion / Exclusion &Filters...
+NewSourceContainerWorkbookPage_ToolBar_EditOutput_tooltip=Configure Output Folder
+NewSourceContainerWorkbookPage_ToolBar_EditOutput_label=Configure &Output Folder...
+NewSourceContainerWorkbookPage_ToolBar_AddSelSFToCP_tooltip=Use as Source Folder
+NewSourceContainerWorkbookPage_ToolBar_AddSelSFToCP_label=&Use as Source Folder
+NewSourceContainerWorkbookPage_ToolBar_AddSelLibToCP_tooltip=Add to Build Path
+NewSourceContainerWorkbookPage_ToolBar_AddSelLibToCP_label=&Add to Build Path
+
+NewSourceContainerWorkbookPage_ToolBar_AddJarCP_tooltip=Add External Archives to Java Build Path
+NewSourceContainerWorkbookPage_ToolBar_AddJarCP_label=Add External Archi&ves...
+NewSourceContainerWorkbookPage_ToolBar_AddLibCP_tooltip=Add Libraries to Java Build Path
+NewSourceContainerWorkbookPage_ToolBar_AddLibCP_label=Add &Libraries...
+NewSourceContainerWorkbookPage_ToolBar_RemoveFromCP_tooltip=Remove from Build Path
+NewSourceContainerWorkbookPage_ToolBar_RemoveFromCP_label=&Remove from Build Path
+NewSourceContainerWorkbookPage_ToolBar_Exclude_tooltip=Exclude
+NewSourceContainerWorkbookPage_ToolBar_Exclude_label=&Exclude
+NewSourceContainerWorkbookPage_ToolBar_Unexclude_tooltip=Include
+NewSourceContainerWorkbookPage_ToolBar_Unexclude_label=In&clude
+NewSourceContainerWorkbookPage_ToolBar_Reset_tooltip=Reset
+NewSourceContainerWorkbookPage_ToolBar_ClearAll_tooltip=Clear All Changes
+NewSourceContainerWorkbookPage_ToolBar_ClearAll_label=&Clear All Changes
+NewSourceContainerWorkbookPage_ToolBar_Link_tooltip=Link Additional Source to Project
+NewSourceContainerWorkbookPage_ToolBar_Link_label=Link &Source...
+NewSourceContainerWorkbookPage_ToolBar_Help_tooltip=Java Build Path Help
+NewSourceContainerWorkbookPage_ToolBar_Help_label=Java Build Path &Help
+NewSourceContainerWorkbookPage_ToolBar_Help_link=/org.eclipse.jdt.doc.user/reference/ref-123b.htm
+
+# ------- NewFolderDialog -------
+NewFolderDialog_linkTargetNonExistent=Link target does not exist
+NewFolderDialog_linkTargetNotFolder=Link target must be a folder
+NewFolderDialog_folderNameEmpty_alreadyExists=The folder ''{0}'' already exists.
+NewFolderDialog_createIn=Link additional source to project ''{0}''.
+
+# ------- Link Folder Dialog -------
+LinkFolderDialog_dependenciesGroup_locationLabel_desc=&Linked folder location:
+LinkFolderDialog_dependenciesGroup_browseButton_desc=Bro&wse...
+LinkFolderDialog_dependenciesGroup_variables_desc=&Variables...
+
+# ------- PackageExplorerActionGroup -------
+PackageExplorerActionGroup_NoAction_NullSelection=No element selected in the tree.
+PackageExplorerActionGroup_NoAction_MultiSelection=You selected a set of elements which do not have common specific actions. Instead, try to select \
+less elements at the time to have more actions available.
+PackageExplorerActionGroup_NoAction_NoReason=For the given situation no help or reason can be provided.
+
+PackageExplorerActionGroup_FormText_createLinkedFolder=<form>\
+<li style="image" value="defaultImage" bindent="5"><a href="">Link additional source</a>: use this if you have a folder in the file system \
+that should be used as additional source folder.</li>\
+</form>
+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>
+PackageExplorerActionGroup_FormText_FolderToBuildpath=<form>\
+<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 \
+folder is the root of packages and source files. Entries on the build path are visible to the compiler and used for building.</li>\
+</form>
+PackageExplorerActionGroup_FormText_ArchiveToBuildpath=<form>\
+<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 \
+archive contains compiled class files.</li>\
+</form>
+PackageExplorerActionGroup_FormText_PackageToBuildpath=<form>\
+<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 \
+folder is the root of packages and source files. Entries on the build path are visible to the compiler and used for building.</li>\
+</form>
+PackageExplorerActionGroup_FormText_ProjectToBuildpath=<form>\
+<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 \
+of packages and source files. Entries on the build path are visible to the compiler and used for building.</li>\
+</form>
+PackageExplorerActionGroup_FormText_fromBuildpath=<form>\
+<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 \
+anymore and will not be included when building the project.</li>\
+</form>
+PackageExplorerActionGroup_FormText_ProjectFromBuildpath=<form>\
+<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 \
+will not be seen by the compiler anymore and will not be included when building the project.</li>\
+</form>
+PackageExplorerActionGroup_FormText_ExcludePackage=<form>\
+<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 \
+the Java compiler. The contained source files with will not be built but treated as normal resources.</li>\
+</form>
+PackageExplorerActionGroup_FormText_ExcludeFile=<form>\
+<li style="image" value="defaultImage" bindent="5"><a href="">Exclude ''{0}'' from build path</a>: Use this action to hide file from \
+the Java compiler. The files will not be built but treated as normal resources.</li>\
+</form>
+PackageExplorerActionGroup_FormText_Edit=<form>\
+<li style="image" value="defaultImage" bindent="5"><a href="">Configure inclusion and exclusion filters</a>: specify patterns to the inclusion and exclusion filters \
+instead of including and excluding each folder or file manually.</li>\
+</form>
+PackageExplorerActionGroup_FormText_UnexcludeFolder=<form>\
+<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>\
+</form>
+PackageExplorerActionGroup_FormText_ResetFilters=<form>\
+<li style="image" value="defaultImage" bindent="5"><a href="">Reset filters</a>: include and exclude filters will be reset to empty. Note that folders \
+which are excluded and at the same time are used as source folder or output folder will not be affected.</li>\
+</form>
+PackageExplorerActionGroup_FormText_UnexcludeFile=<form>\
+<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>\
+</form>
+PackageExplorerActionGroup_FormText_EditOutputFolder=<form>\
+<li style="image" value="defaultImage" bindent="5"><a href="">Configure Output Folder Properties</a>: choose different location for the output folder.</li>\
+</form>
+PackageExplorerActionGroup_FormText_SetOutputToDefault=<form>\
+<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>\
+</form>
+
+# -- default messages  --
+PackageExplorerActionGroup_FormText_Default_Unexclude=<form>\
+<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>\
+</form>
+PackageExplorerActionGroup_FormText_Default_ResetAllOutputFolders= <form>\
+<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, \
+the project's output location.</li>\
+</form>
+PackageExplorerActionGroup_FormText_Default_FromBuildpath=<form>\
+<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>\
+</form>
+PackageExplorerActionGroup_FormText_Default_Exclude=<form>\
+<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) \
+from the Java compiler. Excluded resources will not be built but treated as normal resources.</li>\
+</form>
+PackageExplorerActionGroup_FormText_Default_toBuildpath=<form>\
+<li style="image" value="defaultImage" bindent="5"><a href="">Add to Java build path</a>: Use this action if the selected resources should be \
+visible to the compiler and used for building. Source build path entries must be selected in such \
+a way that the package declarations in its source files match with the actual relative path to the source folder.</li>\
+</form>
+PackageExplorerActionGroup_FormText_Default_toBuildpath_archives=<form>\
+<li style="image" value="defaultImage" bindent="5"><a href="">Add external archives</a>: Use this action to add external archives \
+like .jar or .zip files to the project.</li>\
+</form>
+PackageExplorerActionGroup_FormText_Default_toBuildpath_library=<form>\
+<li style="image" value="defaultImage" bindent="5"><a href="">Add libraries</a>: Use this action to add libraries to the project.</li>\
+</form>
+PackageExplorerActionGroup_FormText_Default_Reset=<form>\
+<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 \
+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>\
+</form>
+PackageExplorerActionGroup_FormText_Default_ResetAll=<form>\
+<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 \
+the initial state of the project should be restored.</li>\
+</form>
+
+# ------- DialogPackageExplorer -------
+DialogPackageExplorer_LabelProvider_Excluded={0} - (excluded)
+DialogPackageExplorer_LabelProvider_SingleExcluded={0} - (1 item excluded)
+DialogPackageExplorer_LabelProvider_MultiExcluded={0} - ({1} items excluded)
+
+# ------- ClasspathModifier -------
+ClasspathModifier_Monitor_AddToBuildpath=Adding to build path
+ClasspathModifier_Monitor_RemoveFromBuildpath=Removing from build path
+ClasspathModifier_Monitor_ResetFilters= Resetting filters
+ClasspathModifier_Monitor_Including=Setting inclusion filters
+ClasspathModifier_Monitor_Excluding=Setting exclusion filters
+ClasspathModifier_Monitor_RemoveExclusion=Removing from exclusion filters
+ClasspathModifier_Monitor_ContainsPath=Checking path constraints
+ClasspathModifier_Monitor_ExamineInputFilters=Examining input filters
+ClasspathModifier_Monitor_RemovePath=Removing path entries
+ClasspathModifier_Monitor_CheckOutputFolders=Checking output folders
+ClasspathModifier_Monitor_Resetting= Resetting
+ClasspathModifier_Monitor_SetNewEntry=Setting new entry and validating
+ClasspathModifier_Monitor_ComparePaths=Comparing paths
+ClassPathDetector_operation_description=Examine existing files to detect classpath entries
+ClassPathDetector_error_closing_file=Exception closing file ''{0}''
+ClasspathModifier_Monitor_ResetOutputFolder=Resetting output folder
+ClasspathModifier_ChangeOutputLocationDialog_title=Source Folder Added
+ClasspathModifier_ChangeOutputLocationDialog_project_message=Do you want to remove the project as source folder?
+ClasspathModifier_ChangeOutputLocationDialog_project_outputLocation=To avoid overlapping, the project is removed as source folder and the default output folder is set to ''{0}''.
+ClasspathModifier_Error_NoNatures= This Java project has no natures. Adding to build path is not possible as Java project has no natures.
+
+ClasspathModifierQueries_delete_linked_folder=&Also unlink the folder from the project
+ClasspathModifierQueries_do_not_delete_linked_folder=&Keep the linked folder
+ClasspathModifierQueries_confirm_remove_linked_folder_label=Java Build Path
+ClasspathModifierQueries_confirm_remove_linked_folder_message=Are you sure you want to remove folder ''{0}'' from the build path?
+
+NewJavaProjectWizardPageOne_NameGroup_label_text=&Project name:
+NewJavaProjectWizardPageOne_LocationGroup_location_desc=Use &default location
+NewJavaProjectWizardPageOne_JREGroup_default_compliance=Use def&ault JRE (currently ''{0}'')
+NewJavaProjectWizardPageOne_LocationGroup_locationLabel_desc=&Location:
+NewJavaProjectWizardPageOne_LocationGroup_browseButton_desc=B&rowse...
+NewJavaProjectWizardPageOne_LayoutGroup_title=Project layout
+NewJavaProjectWizardPageOne_LayoutGroup_option_separateFolders=&Create separate folders for sources and class files
+NewJavaProjectWizardPageOne_LayoutGroup_option_oneFolder=&Use project folder as root for sources and class files
+NewJavaProjectWizardPageOne_LayoutGroup_link_description=<a>Configure default...</a>
+NewJavaProjectWizardPageOne_DetectGroup_message=The wizard will automatically configure the JRE and the project layout based on the existing source.<a></a>
+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>
+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>
+NewJavaProjectWizardPageOne_Message_enterProjectName=Enter a project name.
+NewJavaProjectWizardPageOne_Message_projectAlreadyExists=A project with this name already exists.
+NewJavaProjectWizardPageOne_JREGroup_specific_compliance=U&se a project specific JRE: 
+NewJavaProjectWizardPageOne_JREGroup_specific_EE=Use an execution en&vironment JRE:
+NewJavaProjectWizardPageOne_Message_enterLocation=Enter a location for the project.
+NewJavaProjectWizardPageOne_UnknownDefaultJRE_name=Unknown
+NewJavaProjectWizardPageOne_Message_invalidDirectory=Invalid project contents directory
+NewJavaProjectWizardPageOne_JREGroup_link_description=<a>Configure JREs...</a>
+NewJavaProjectWizardPageOne_Message_cannotCreateAtExternalLocation=Cannot create project content at the given external location.
+NewJavaProjectWizardPageOne_Message_invalidProjectNameForWorkspaceRoot=The name of the new project must be ''{0}''
+NewJavaProjectWizardPageOne_JREGroup_title=JRE
+NewJavaProjectWizardPageOne_page_title=Create a Java Project
+NewJavaProjectWizardPageOne_page_description=Create a Java project in the workspace or in an external location.
+NewJavaProjectWizardPageOne_NoJREFound_link=The default JRE could be detected. To add a JRE manually go to the <a href="JRE">JREs preference page</a>.
+
+
+NewJavaProjectWizardPageTwo_error_title=New Java Project
+NewJavaProjectWizardPageTwo_error_message=An error occurred while creating project. Check log for details.
+NewJavaProjectWizardPageTwo_problem_backup=Problem while creating backup for ''{0}''
+NewJavaProjectWizardPageTwo_operation_initialize=Initializing project...
+NewJavaProjectWizardPageTwo_operation_create=Creating project...
+NewJavaProjectWizardPageTwo_operation_remove=Removing project...
+NewJavaProjectWizardPageTwo_error_remove_title=Error Creating Java Project
+NewJavaProjectWizardPageTwo_error_remove_message=An error occurred while removing a temporary project.
+NewJavaProjectWizardPageTwo_monitor_init_build_path=Initializing build path
+NewJavaProjectWizardPageTwo_problem_restore_project=Problem while restoring backup for .project
+NewJavaProjectWizardPageTwo_problem_restore_classpath=Problem while restoring backup for .classpath
+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.
+NewJavaProjectWizardPageOne_directory_message=Choose a directory for the project contents:
+NewJavaProjectWizardPageOne_WorkingSets_group=Working sets
+NewJavaWorkingSetWizard_title=New Java Working Set
+
+UserLibraryWizardPage_title=User Library
+UserLibraryWizardPage_list_config_button=&User Libraries...
+UserLibraryWizardPage_list_label=U&ser libraries:
+UserLibraryWizardPage_description_new=Select a library to add to the classpath.
+UserLibraryWizardPage_description_edit=Select the user library represented by this classpath container entry.
+UserLibraryWizardPage_error_selectentry=Select a library.
+UserLibraryWizardPage_error_selectonlyone=More than one library selected.
+UserLibraryWizardPage_error_alreadyoncp=One or more selected libraries are already on the build path.
+UserLibraryMarkerResolutionGenerator_changetouserlib_label=Select existing user library
+UserLibraryMarkerResolutionGenerator_createuserlib_label=Create user library ''{0}''
+UserLibraryMarkerResolutionGenerator_changetoother=Replace with other library
+UserLibraryMarkerResolutionGenerator_error_creationfailed_message=Could not offer quick fix to correct a container entry.
+UserLibraryMarkerResolutionGenerator_error_title=Error in Classpath Container Entry
+UserLibraryMarkerResolutionGenerator_error_applyingfailed_message=Could not apply quick fix to correct a container entry.
+
+GenerateBuildPathActionGroup_no_action_available=No actions available
+NativeLibrariesDialog_location_label=&Location path:
+NativeLibrariesDialog_workspace_browse=W&orkspace...
+NativeLibrariesDialog_external_browse=E&xternal Folder...
+NativeLibrariesDialog_external_message=Choose a directory containing native libraries:
+NativeLibrariesDialog_description=Enter the location of a folder containing the native libraries used by ''{0}'':
+NativeLibrariesDialog_title=Native Library Folder Configuration
+NativeLibrariesDialog_intfiledialog_message=&Choose a folder containing native libraries:
+NativeLibrariesDialog_error_external_not_existing=External folder does not exist.
+NativeLibrariesDialog_error_internal_not_existing=Folder does not exist in workspace.
+NativeLibrariesDialog_extfiledialog_text=Native Library Folder Selection
+NativeLibrariesDialog_intfiledialog_title=Native Library Folder Selection
+
+AddSourceFolderWizardPage_description=Add a new source folder relative to ''{0}''.
+AddSourceFolderWizardPage_ignoreNestingConflicts=Ignore nesting &conflicts
+AddSourceFolderWizardPage_conflictWarning=Creating the folder will result in a conflict: 
+AddSourceFolderWizardPage_addSinglePattern=''{0}'' will be excluded from ''{1}'' to solve a nesting conflict.
+AddSourceFolderWizardPage_directory_message=Choose a directory for the project contents:
+AddSourceFolderWizardPage_error_NotARelativePathName=The folder name must not be an absolute path.
+AddSourceFolderToBuildpathAction_ErrorTitle=Error while adding to build path
+AddSourceFolderWizardPage_replaceSourceFolderInfo=To avoid overlapping, the existing project source folder entry will be replaced.
+
+EditOutputFolderAction_ProgressMonitorDescription=Setting new output folder location
+EditOutputFolderAction_DeleteOldOutputFolderQuestion=Do you want to delete the old output folder at location {0} and all its content?
+EditOutputFolderAction_ErrorDescription=Error while setting the output location
+
+AddLibraryToBuildpathAction_ErrorTitle=Error while adding a library
+AddArchiveToBuildpathAction_ErrorTitle=Error while adding an external archive.
+AddArchiveToBuildpathAction_DuplicateArchivesInfo_message=Following archives are already on the build path and will not be added:\n{0}
+AddArchiveToBuildpathAction_DuplicateArchiveInfo_message=The archive ''{0}'' is already on the build path and will not be added.
+AddArchiveToBuildpathAction_InfoTitle=Add External Archive
+RemoveFromBuildpathAction_ErrorTitle=Error while removing from build path
+ExcludeFromBuildathAction_ErrorTitle=Error while excluding from build path
+IncludeToBuildpathAction_ErrorTitle=Error while including to build path
+AddSelectedLibraryToBuildpathAction_ErrorTitle=Error while adding a library