############################################################################### # Copyright (c) 2000, 2003 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html # # Contributors: # IBM Corporation - initial API and implementation ############################################################################### # ------- AbstractOpenWizardAction ------- AbstractOpenWizardAction.noproject.title=New AbstractOpenWizardAction.noproject.message=A project needs to be created first.\nOpen the 'New Project' wizard'? 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=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.warning.NotAJavaProject=Folder is not a Java project. NewContainerWizardPage.warning.NotInAJavaProject=Folder is not in a Java project. NewContainerWizardPage.warning.NotOnClassPath=Folder is not on the Java build class path. NewContainerWizardPage.ChooseSourceContainerDialog.title=Folder Selection NewContainerWizardPage.ChooseSourceContainerDialog.description=&Choose a folder: # ------- NewPackageWizardPage ------- NewPackageCreationWizard.title=New Java Package NewPackageWizardPage.package.label=&Name: NewPackageWizardPage.error.InvalidPackageName=Invalid package name. {0} NewPackageWizardPage.error.IsOutputFolder=Name conflict with output folder. NewPackageWizardPage.error.PackageExists=Package already exists. NewPackageWizardPage.error.EnterName=Enter a package name. NewPackageWizardPage.warning.PackageNotShown=Package already exists. Note: Views might filter empty parent packages. NewPackageWizardPage.warning.DiscouragedPackageName=Discouraged package name. {0} NewPackageWizardPage.title=Java Package NewPackageWizardPage.description=Create a 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.button=Bro&wse... NewTypeWizardPage.error.InvalidPackageName=Package name is not valid. {0} NewTypeWizardPage.error.ClashOutputLocation=Package clashes with project output folder. NewTypeWizardPage.warning.DiscouragedPackageName=This package name is discouraged. {0} 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.error.EnterTypeName=Type name is empty. NewTypeWizardPage.error.TypeNameExists=Type already 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.InvalidSuperClassName=Superclass name is not valid. NewTypeWizardPage.warning.SuperClassNotExists=Warning: Superclass does not exist in current project. NewTypeWizardPage.warning.SuperClassIsFinal=Warning: Superclass ''{0}'' is final. NewTypeWizardPage.warning.SuperClassIsNotVisible=Warning: Superclass ''{0}'' is not visible. NewTypeWizardPage.warning.SuperClassIsNotClass=Warning: Superclass ''{0}'' is an interface. NewTypeWizardPage.warning.InterfaceIsNotVisible=Extended interface ''{0}'' is not visible. NewTypeWizardPage.warning.InterfaceNotExists=Extended interface ''{0}'' does not exist in current project. NewTypeWizardPage.warning.InterfaceIsNotInterface=Extended interface ''{0}'' is not an interface. NewTypeWizardPage.error.ModifiersFinalAndAbstract=Class cannot be both final and abstract 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. # ------- 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(Strin&g[] 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. # ------- JavaCapabilityWizard ------- JavaCapabilityWizard.title=Configure Java Capability JavaCapabilityWizard.op_error.title=Error Configure Java Capability JavaCapabilityWizard.op_error.message=An error occurred while configuring the Java project # ------- JavaCapabilityConfigurationPage ------- JavaCapabilityConfigurationPage.title=Java Settings JavaCapabilityConfigurationPage.description=Define the Java build settings. JavaCapabilityConfigurationPage.op_desc_java=Configuring Java project... # ------- NewProjectCreationWizard ------- NewProjectCreationWizard.title=New Java Project NewProjectCreationWizard.op_error.title=Error Creating Java Project NewProjectCreationWizard.op_error_create.message=An error occurred while creating the Java project NewProjectCreationWizard.MainPage.title=Java Project NewProjectCreationWizard.MainPage.description=Create a new Java project. NewProjectCreationWizardPage.op_error.title=Error Creating Java Project NewProjectCreationWizardPage.op_error_remove.message=An error occurred while removing a temporary project NewProjectCreationWizardPage.EarlyCreationOperation.desc=Creating project and examining existing resources... NewProjectCreationWizardPage.EarlyCreationOperation.error.title=New Java Project NewProjectCreationWizardPage.EarlyCreationOperation.error.desc=An error occurred while creating project. Check log for details. NewProjectCreationWizardPage.createproject.desc=Creating project... NewProjectCreationWizardPage.removeproject.desc=Removing 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 NewSourceFolderWizardPage.title=Source folder NewSourceFolderWizardPage.description=Add a new source folder NewSourceFolderWizardPage.root.label=Fol&der name: NewSourceFolderWizardPage.root.button=Br&owse... NewSourceFolderWizardPage.project.label=Project &name: NewSourceFolderWizardPage.project.button=Bro&wse... NewSourceFolderWizardPage.exclude.label=&Update exclusion filters in other source folders to solve nesting. 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=Already a source 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.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=Exclusion patterns of {0} source folder(s) updated to solve nesting. # ------- NewSnippetFileWizardPage------- NewSnippetFileCreationWizard.title=New Scrapbook Page NewSnippetFileWizardPage.title=Create Java Scrapbook Page NewSnippetFileWizardPage.error.AlreadyExists=A resource with the specified path already exists. NewSnippetFileWizardPage.error.OnlyInJavaProject=The scrapbook page can only be created in a Java project. NewSnippetFileWizardPage.open_error.message=Error in NewScrapbookPage # ------- 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.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. OK to remove all generated resources from the old location ''{0}''? # ------- CPListLabelProvider ------- CPListLabelProvider.new=(new) CPListLabelProvider.classcontainer=(class folder) CPListLabelProvider.twopart={0} - {1} CPListLabelProvider.willbecreated=(will be created) # ------- SourceContainerWorkbookPage------- SourceContainerWorkbookPage.folders.label=Source folders on build pat&h: SourceContainerWorkbookPage.folders.remove.button=&Remove SourceContainerWorkbookPage.folders.add.button=&Add Folder... SourceContainerWorkbookPage.folders.edit.button=&Edit... SourceContainerWorkbookPage.folders.check=Allow output folders for sour&ce folders. SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.title=Source Folder Selection SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.description=&Choose source folders to be added to the build path: SourceContainerWorkbookPage.ExistingSourceFolderDialog.edit.title=Source Folder Selection SourceContainerWorkbookPage.ExistingSourceFolderDialog.edit.description=&Select the source folder: SourceContainerWorkbookPage.NewSourceFolderDialog.new.title=New Source Folder SourceContainerWorkbookPage.NewSourceFolderDialog.edit.title=Edit Source Folder SourceContainerWorkbookPage.NewSourceFolderDialog.description=&Enter a path relative to ''{0}'': 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.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.checkall.button=Select &All ProjectsWorkbookPage.projects.uncheckall.button=&Deselect All # ------- LibrariesWorkbookPage------- LibrariesWorkbookPage.libraries.label=JARs &and class folders on the build path: LibrariesWorkbookPage.libraries.remove.button=&Remove 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 Li&brary... LibrariesWorkbookPage.libraries.addclassfolder.button=Add Class &Folder... LibrariesWorkbookPage.libraries.edit.button=&Edit... LibrariesWorkbookPage.ExistingClassFolderDialog.new.title=Class Folder Selection LibrariesWorkbookPage.ExistingClassFolderDialog.new.description=&Choose class folders to be added to the build path: LibrariesWorkbookPage.ExistingClassFolderDialog.edit.title=Edit Class Folder LibrariesWorkbookPage.ExistingClassFolderDialog.edit.description=&Select the class folder: LibrariesWorkbookPage.NewClassFolderDialog.new.title=New Class Folder LibrariesWorkbookPage.NewClassFolderDialog.edit.title=Edit Class Folder LibrariesWorkbookPage.NewClassFolderDialog.description=&Enter a path relative to ''{0}'': LibrariesWorkbookPage.JARArchiveDialog.new.title=JAR Selection LibrariesWorkbookPage.JARArchiveDialog.new.description=&Choose jar archives to be added to the build path: LibrariesWorkbookPage.JARArchiveDialog.edit.title=Edit JAR LibrariesWorkbookPage.JARArchiveDialog.edit.description=&Select the jar archive: LibrariesWorkbookPage.ContainerDialog.new.title=Add Library LibrariesWorkbookPage.ContainerDialog.edit.title=Edit Library LibrariesWorkbookPage.VariableSelectionDialog.new.title=New Variable Classpath Entry LibrariesWorkbookPage.VariableSelectionDialog.edit.title=Edit Variable Entry LibrariesWorkbookPage.ExtJARArchiveDialog.new.title=JAR Selection LibrariesWorkbookPage.ExtJARArchiveDialog.edit.title=Edit JAR LibrariesWorkbookPage.SourceAttachmentDialog.title=Source For ''{0}'' LibrariesWorkbookPage.JavadocPropertyDialog.title=Javadoc For ''{0}'' LibrariesWorkbookPage.AdvancedDialog.title=Add Classpath Entry LibrariesWorkbookPage.AdvancedDialog.description=Select the entry to add to the classpath: LibrariesWorkbookPage.AdvancedDialog.createfolder=Create &New Class Folder LibrariesWorkbookPage.AdvancedDialog.addfolder=Add &Existing Class Folder LibrariesWorkbookPage.AdvancedDialog.addcontainer=Add &Container: # ------- NewContainerDialog------- NewContainerDialog.error.invalidpath=Invalid folder path: ''{0}'' NewContainerDialog.error.enterpath=Folder name must be entered NewContainerDialog.error.pathexists=This folder is already in 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 in 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.label=Lo&cation path: SourceAttachmentBlock.filename.externalfile.button=External &File... SourceAttachmentBlock.filename.externalfolder.button=External F&older... SourceAttachmentBlock.filename.internal.button=&Workspace... SourceAttachmentBlock.filename.varlabel=Lo&cation variable path: SourceAttachmentBlock.filename.variable.button=&Variable... SourceAttachmentBlock.filename.external.varbutton=&Extension.... SourceAttachmentBlock.filename.error.notvalid=The archive path is not a valid path. SourceAttachmentBlock.filename.error.filenotexists=The path ''{0}'' does not exist. SourceAttachmentBlock.filename.error.varnotexists=Variable in the location path does not exist. SourceAttachmentBlock.filename.error.deviceinpath=Location must be described a variable path. SourceAttachmentBlock.filename.warning.varempty=Location variable path is empty. SourceAttachmentBlock.intjardialog.title=Source Location Selection SourceAttachmentBlock.intjardialog.message=&Select folder or JAR/zip archive containing the source: 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.putoncpdialog.title=Setting Source Attachment SourceAttachmentBlock.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 SourceAttachmentDialog.error.title=Error Attaching Source SourceAttachmentDialog.error.message=An error occurred while associating the source. # ------- EditVariableEntryDialog ------- EditVariableEntryDialog.filename.varlabel=Edit classpath variable entry: 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 archive path is not a valid path. EditVariableEntryDialog.filename.error.filenotexists=The path ''{0}'' does not point to an existing archive. EditVariableEntryDialog.filename.error.varnotexists=Variable in the archive path does not exist. EditVariableEntryDialog.filename.error.deviceinpath=The archive has to be described by a variable path. EditVariableEntryDialog.filename.warning.varempty=Archive variable path is empty. EditVariableEntryDialog.filename.error.alreadyexists=Classpath entry already exists. # ------- VariableBlock------- VariableBlock.vars.label=Defined &classpath variables: VariableBlock.vars.add.button=Ne&w... VariableBlock.vars.edit.button=&Edit... VariableBlock.vars.remove.button=&Remove VariableBlock.operation_desc=Setting classpath variables... VariableBlock.operation_errror.title=Classpath Variables VariableBlock.operation_errror.message=Problem while setting classpath variable. See log for details. VariableBlock.needsbuild.title=Classpath Variables Changed VariableBlock.needsbuild.message=The classpath variables have changed. A full rebuild is recommended to make changes effective. Do the full build now? VariablePathDialogField.variabledialog.title=Variable Selection CPVariableElementLabelProvider.reserved=(reserved) 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=Variable name must be entered. VariableCreationDialog.error.invalidname=Invalid name: ''{0}''. 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 folder to be represented by the variable: # ------- NewVariableEntryDialog ------- NewVariableEntryDialog.vars.extend=E&xtend... NewVariableEntryDialog.vars.config=&Edit... NewVariableEntryDialog.vars.label=Select &variables to add to build path: NewVariableEntryDialog.ExtensionDialog.title=Variable Extension NewVariableEntryDialog.ExtensionDialog.description=Choose extensions to ''{0}''. NewVariableEntryDialog.info.isfolder=Variable points to a folder: Click 'extend' to choose an archive inside the folder. NewVariableEntryDialog.info.noselection=Select variable(s) 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. OutputLocationDialog.usespecific.label=Specific output folder (path relative to ''{0}''). OutputLocationDialog.location.button=Bro&wse... OutputLocationDialog.error.existingisfile=Location is an existing file OutputLocationDialog.error.invalidpath=Invalid path: {0} OutputLocationDialog.ChooseOutputFolder.title=Folder Selection OutputLocationDialog.ChooseOutputFolder.description=&Choose the folder for the build output: # ------- ExclusionPatternDialog ------- ExclusionPatternDialog.title=Source Folder Exclusion Patterns ExclusionPatternDialog.pattern.label=E&xclusion patterns for ''{0}'': ExclusionPatternDialog.pattern.add=A&dd... ExclusionPatternDialog.pattern.add.multiple=Add &Multiple... ExclusionPatternDialog.pattern.remove=&Remove ExclusionPatternDialog.pattern.edit=&Edit... ExclusionPatternDialog.ChooseExclusionPattern.title=Exclusion Pattern Selection ExclusionPatternDialog.ChooseExclusionPattern.description=&Choose folders or files to exclude: # ------- ExclusionPatternEntryDialog ------- ExclusionPatternEntryDialog.add.title=Add Exclusion Pattern ExclusionPatternEntryDialog.edit.title=Edit Exclusion Pattern ExclusionPatternEntryDialog.description=Enter a pattern for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'. Examples: 'java/util/A*.java', 'java/util/', '**/Test*'. ExclusionPatternEntryDialog.pattern.label=E&xclusion pattern (Path relative to ''{0}''): ExclusionPatternEntryDialog.pattern.button=Bro&wse... ExclusionPatternEntryDialog.error.empty=Enter a pattern. ExclusionPatternEntryDialog.error.notrelative=Pattern must be a relative path. ExclusionPatternEntryDialog.error.exists=Pattern already exists. ExclusionPatternEntryDialog.ChooseExclusionPattern.title=Exclusion Pattern Selection ExclusionPatternEntryDialog.ChooseExclusionPattern.description=&Choose a folder or file to exclude: # ------- ClasspathContainerDefaultPage------- ClasspathContainerDefaultPage.title=Classpath Container ClasspathContainerDefaultPage.description=Select 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. FolderSelectionDialog.button=Create New Folder... CPListLabelProvider.none=(None) CPListLabelProvider.source_attachment.label=Source attachment: CPListLabelProvider.source_attachment_root.label=Source attachment root: CPListLabelProvider.javadoc_location.label=Javadoc location: CPListLabelProvider.output_folder.label=Output folder: CPListLabelProvider.default_output_folder.label=(Default output folder) CPListLabelProvider.exclusion_filter.label=Exclusion filter: CPListLabelProvider.exclusion_filter_separator=; CPListLabelProvider.unknown_element.label=unknown element NewSourceFolderDialog.useproject.button=&Project as source folder NewSourceFolderDialog.usefolder.button=&Folder as source folder NewSourceFolderDialog.sourcefolder.label=&Source folder name: