Index: NewWizardMessages.properties =================================================================== RCS file: /home/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.properties,v retrieving revision 1.60 diff -u -r1.60 NewWizardMessages.properties --- NewWizardMessages.properties 12 Jun 2002 09:22:17 -0000 1.60 +++ NewWizardMessages.properties 6 Aug 2002 13:58:51 -0000 @@ -1,524 +1,524 @@ -######################################### -# (c) Copyright IBM Corp. 2000, 2001. -# All Rights Reserved. -######################################### - -# ------- AbstractOpenWizardAction ------- - -AbstractOpenWizardAction.title=New -AbstractOpenWizardAction.noproject.title=New -AbstractOpenWizardAction.noproject.message=A project needs to be created first.\nOpen the 'New Project' wizard'? - - -# ------- NewElementWizard ------- - -NewElementWizard.op_error.title=New -NewElementWizard.op_error.message=Creation of element failed. - -# ------- 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 - -NewPackageWizardPage.package.label=&Name: - - -NewPackageWizardPage.error.InvalidPackageName=Invalid package name. {0} -NewPackageWizardPage.error.IsOutputFolder=Name conflict with output location. - -NewPackageWizardPage.error.PackageExists=Package already exists. -NewPackageWizardPage.error.EnterName=Enter a package name. -NewPackageWizardPage.warning.PackageNotShown=Note: Package will not be visible in Package Explorer while empty. -NewPackageWizardPage.warning.DiscouragedPackageName=Discouraged package name. {0} - -NewPackageWizardPage.title=Java Package -NewPackageWizardPage.description=Create a Java package. -NewPackageWizardPage.info=Creates folders corresponding to packages. A default package always has a corresponding folder and doesn't have to be created. - -# ------- 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 location. -NewTypeWizardPage.warning.DiscouragedPackageName=Package name is discouraged. {0} - -NewTypeWizardPage.default=(default) - -NewTypeWizardPage.ChoosePackageDialog.title=Package Selection -NewTypeWizardPage.ChoosePackageDialog.description=&Choose a folder: -NewTypeWizardPage.ChoosePackageDialog.empty=No packages to choose from. - -NewTypeWizardPage.ChooseEnclosingTypeDialog.title=Enclosing Type Selection -NewTypeWizardPage.ChooseEnclosingTypeDialog.description=&Choose a type to add the new class to: - -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 - -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 - -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=Configuring Java project... - - -# ------- NewProjectCreationWizard ------- - -NewProjectCreationWizard.title=New -NewProjectCreationWizard.op_error.title=Error Creating Java Project -NewProjectCreationWizard.op_error.message=An error occurred while creating the Java project -NewProjectCreationWizard.MainPage.title=Java Project -NewProjectCreationWizard.MainPage.description=Create a new Java project. - -# ------- NewJavaProjectWizardPage------- - -NewJavaProjectWizardPage.title=Java Settings -NewJavaProjectWizardPage.description=Define the Java build settings. - -NewJavaProjectWizardPage.op_desc=Creating Java project... - -# ------- NewProjectCreationWizardPage------- - -NewProjectCreationWizardPage.EarlyCreationDialog.title=New Java Project -NewProjectCreationWizardPage.EarlyCreationDialog.description=The project location points to a existing folder. Ok to create the project now so existing class paths can be detected? This will disable the \'Back\' button. -NewProjectCreationWizardPage.EarlyCreationOperation.desc=Creating project and examine existing resources... -NewProjectCreationWizardPage.EarlyCreationOperation.error.title=New Java Project -NewProjectCreationWizardPage.EarlyCreationOperation.error.desc=An error occurred while creating project. Check log for details. - -NewProjectCreationWizardPage.NormalCreationOperation.desc=Creating Java project... -NewProjectCreationWizardPage.DetectingClasspathOperation.desc=Detecting existing classpath... - -# ------- NewSourceFolderWizardPage------- - -NewSourceFolderCreationWizard.title=New - -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.removeparent.label=&Remove parent nesting source folder -NewSourceFolderWizardPage.changeoutput.label=Change output location -NewSourceFolderWizardPage.changeoutput.button=Brow&se... - -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.ChooseOutputLocationDialog.title=Output Folder Selection -NewSourceFolderWizardPage.ChooseOutputLocationDialog.description=&Choose folder as output location: - -NewSourceFolderWizardPage.EditClassPathDialog.title=Project Class Path Settings - -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.WillOverlap=Folder will overlap with existing source folder ''{0}''. Select to remove the existing 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 location set to ''{0}''. -NewSourceFolderWizardPage.warning.ReplaceSF=To avoid overlapping, the existing project source folder entry will be replaced. - -NewSourceFolderWizardPage.op_error.title=Error Setting Classpath -NewSourceFolderWizardPage.op_error.message=An error occurred while setting the classpath - -# ------- NewSnippetFileWizardPage------- - -NewSnippetFileWizardPage.title=Create Java Scrapbook Page -NewSnippetFileWizardPage.description=Create a new 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=Bu&ild 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.error.BuildPathProjNotExists=Build output folder has to be in an existing and open project. - -BuildPathsBlock.warning.CycleInClassPath=Build path will result in a cycle. -BuildPathsBlock.warning.EntryMissing=Class path entries are missing. -BuildPathsBlock.warning.OutputFolderNotEmpty=Output location not empty. Java builder flushes contents. - -BuildPathsBlock.operationdesc=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 location has changed. OK to remove all generated resources in the old location ''{0}''? - -# ------- CPListLabelProvider ------- - -CPListLabelProvider.new=(new) -CPListLabelProvider.classcontainer=(class folder) -CPListLabelProvider.twopart={0} - {1} -CPListLabelProvider.willbecreated=(created) - - -# ------- SourceContainerWorkbookPage------- - -SourceContainerWorkbookPage.folders.label=Source folders on build path -SourceContainerWorkbookPage.folders.remove.button=&Remove -SourceContainerWorkbookPage.folders.addnew.button=&Create New Folder... -SourceContainerWorkbookPage.folders.addnew.addexisting.button=&Add Existing Folders... -SourceContainerWorkbookPage.folders.edit.button=&Edit... - -SourceContainerWorkbookPage.rb1.label=Use the projec&t as source folder -SourceContainerWorkbookPage.rb2.label=Use sourc&e folders contained in the project - -SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.title=Source Folder Selection -SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.description=&Choose source folder 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.message=OK to update build output folder to ''{0}''? - -# ------- 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.edit.button=&Edit... -LibrariesWorkbookPage.libraries.setsource.button=Attac&h Source... - -LibrariesWorkbookPage.libraries.advanced.button=&Advanced... - -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=New 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=Attachments For ''{0}'' - -LibrariesWorkbookPage.VariableSelectionDialog.title=Classpath Variable Selection -LibrariesWorkbookPage.VariableSelectionDialog.message=Define a classpath variable: - -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=Folder already in list or output folder - -# ------- SourceAttachmentBlock------- - -SourceAttachmentBlock.message=Select the archive file (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=Ar&chive: -SourceAttachmentBlock.filename.external.button=Browse &File System... -SourceAttachmentBlock.filename.internal.button=Browse &Workspace... - -SourceAttachmentBlock.filename.varlabel=Ar&chive 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 archive path ''{0}'' does not exist. -SourceAttachmentBlock.filename.error.varnotexists=Variable in the archive path does not exist. -SourceAttachmentBlock.filename.error.deviceinpath=Archive must be described a variable path. -SourceAttachmentBlock.filename.warning.varempty=Archive variable path is empty. - -SourceAttachmentBlock.prefix.error.notvalid=Root path is not a valid path. -SourceAttachmentBlock.prefix.error.varnotexists=Variable in root path does not exist. -SourceAttachmentBlock.prefix.error.deviceinpath=Root path must not contain a device. -SourceAttachmentBlock.prefix.error.deviceinvar=Root path variable must not contain a device. - -SourceAttachmentBlock.prefix.label=R&oot path: -SourceAttachmentBlock.prefix.button=&Browse... -SourceAttachmentBlock.prefix.description=Define the root of the package structure in the archive. For example, when the archive contains src/java/lang/Object.java, the root path would be 'src'. -SourceAttachmentBlock.prefix.varlabel=R&oot variable path: -SourceAttachmentBlock.prefix.varbutton=E&xtension... -SourceAttachmentBlock.prefix.variable.button=Va&riable... - -SourceAttachmentBlock.javadoc.description=Specify the location (URL) of a documentation generated by Javadoc (contains a file 'package-list'). Example is 'http://www.junit.org/junit/javadoc/3.7/'. -SourceAttachmentBlock.javadoc.label=Docu&mentation location: -SourceAttachmentBlock.javadoc.button=B&rowse... - -SourceAttachmentBlock.javadoc.error.notafolder=No existing folder found for the Javadoc location. -SourceAttachmentBlock.javadoc.error.malformed=Javadoc location is not a valid URL: {0} -SourceAttachmentBlock.javadoc.warning.packagelist=Location does not contain file 'package-list'. - -SourceAttachmentBlock.intjardialog.title=Archive Selection -SourceAttachmentBlock.intjardialog.message=&Select JAR/ZIP file containing the source: - -SourceAttachmentBlock.prefixdialog.title=Package Structure Root Selection -SourceAttachmentBlock.prefixdialog.message=&Choose the package structure root: -SourceAttachmentBlock.prefixdialog.error.title=Problem While Opening -SourceAttachmentBlock.prefixdialog.error.message=Problem while opening ''{0}'' as zip file - -SourceAttachmentBlock.extjardialog.text=JAR/ZIP File Selection -SourceAttachmentBlock.jdocdialog.text=Javadoc Location Selection -SourceAttachmentBlock.jdocdialog.message=Select Javadoc Location: - -SourceAttachmentBlock.putoncpdialog.title=Setting Source Attachment -SourceAttachmentBlock.putoncpdialog.message=Source can only be attached to JAR files on the build path.\nDo you want to add the JAR to the build path? - -# ------- 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 required 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.addextension.button=E&xtend... - -NewVariableEntryDialog.ExtensionDialog.title=Variable Extension -NewVariableEntryDialog.ExtensionDialog.description=Choose extensions to ''{0}''. - -# ------- NewGroup------- - -NewGroup.wizards_add=Ne&w -NewGroup.wizards_add_project.label=Java &Project... -NewGroup.wizards_add_project.description=Create a Java project -NewGroup.wizards_add_project.tooltip=Create a Java Project - -NewGroup.wizards_add_package.label=P&ackage... -NewGroup.wizards_add_package.description=Create a Java package -NewGroup.wizards_add_package.tooltip=Create a Java Package - -NewGroup.wizards_add_class.label=&Class... -NewGroup.wizards_add_class.description=Create a Java class -NewGroup.wizards_add_class.tooltip=Create a Java Class - -NewGroup.wizards_add_interface.label=&Interface... -NewGroup.wizards_add_interface.description=Create a Java interface -NewGroup.wizards_add_interface.tooltip=Create a Java Interface - -NewGroup.wizards_add_packageroot.label=&Source Folder... -NewGroup.wizards_add_packageroot.description=Create a Java source folder -NewGroup.wizards_add_packageroot.tooltip=Create a Java Source Folder - -NewGroup.wizards_add_snippet.label=Scrap&book Page... -NewGroup.wizards_add_snippet.description=Create new scrapbook page -NewGroup.wizards_add_snippet.tooltip=Create a Scrapbook Page - -# ------- 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. - -# ------- ClasspathContainerSelectionPage------- - -ClasspathContainerSelectionPage.title=Library -ClasspathContainerSelectionPage.description=Select the library type to create. - -# ------- ClasspathContainerWizard------- - -ClasspathContainerWizard.pagecreationerror.title= Library Wizard -ClasspathContainerWizard.pagecreationerror.message=Wizard page creation failed. Check log for details. +######################################### +# (c) Copyright IBM Corp. 2000, 2001. +# All Rights Reserved. +######################################### + +# ------- AbstractOpenWizardAction ------- + +AbstractOpenWizardAction.title=New +AbstractOpenWizardAction.noproject.title=New +AbstractOpenWizardAction.noproject.message=A project needs to be created first.\nOpen the 'New Project' wizard'? + + +# ------- NewElementWizard ------- + +NewElementWizard.op_error.title=New +NewElementWizard.op_error.message=Creation of element failed. + +# ------- 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 + +NewPackageWizardPage.package.label=&Name: + + +NewPackageWizardPage.error.InvalidPackageName=Invalid package name. {0} +NewPackageWizardPage.error.IsOutputFolder=Name conflict with output location. + +NewPackageWizardPage.error.PackageExists=Package already exists. +NewPackageWizardPage.error.EnterName=Enter a package name. +NewPackageWizardPage.warning.PackageNotShown=Note: Package will not be visible in Package Explorer while empty. +NewPackageWizardPage.warning.DiscouragedPackageName=Discouraged package name. {0} + +NewPackageWizardPage.title=Java Package +NewPackageWizardPage.description=Create a Java package. +NewPackageWizardPage.info=Creates folders corresponding to packages. A default package always has a corresponding folder and doesn't have to be created. + +# ------- 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 location. +NewTypeWizardPage.warning.DiscouragedPackageName=Package name is discouraged. {0} + +NewTypeWizardPage.default=(default) + +NewTypeWizardPage.ChoosePackageDialog.title=Package Selection +NewTypeWizardPage.ChoosePackageDialog.description=&Choose a folder: +NewTypeWizardPage.ChoosePackageDialog.empty=No packages to choose from. + +NewTypeWizardPage.ChooseEnclosingTypeDialog.title=Enclosing Type Selection +NewTypeWizardPage.ChooseEnclosingTypeDialog.description=&Choose a type to add the new class to: + +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 + +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 + +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=Configuring Java project... + + +# ------- NewProjectCreationWizard ------- + +NewProjectCreationWizard.title=New +NewProjectCreationWizard.op_error.title=Error Creating Java Project +NewProjectCreationWizard.op_error.message=An error occurred while creating the Java project +NewProjectCreationWizard.MainPage.title=Java Project +NewProjectCreationWizard.MainPage.description=Create a new Java project. + +# ------- NewJavaProjectWizardPage------- + +NewJavaProjectWizardPage.title=Java Settings +NewJavaProjectWizardPage.description=Define the Java build settings. + +NewJavaProjectWizardPage.op_desc=Creating Java project... + +# ------- NewProjectCreationWizardPage------- + +NewProjectCreationWizardPage.EarlyCreationDialog.title=New Java Project +NewProjectCreationWizardPage.EarlyCreationDialog.description=The project location points to an existing folder. Ok to create the project now so existing class paths can be detected? This will disable the \'Back\' button. +NewProjectCreationWizardPage.EarlyCreationOperation.desc=Creating project and examine existing resources... +NewProjectCreationWizardPage.EarlyCreationOperation.error.title=New Java Project +NewProjectCreationWizardPage.EarlyCreationOperation.error.desc=An error occurred while creating project. Check log for details. + +NewProjectCreationWizardPage.NormalCreationOperation.desc=Creating Java project... +NewProjectCreationWizardPage.DetectingClasspathOperation.desc=Detecting existing classpath... + +# ------- NewSourceFolderWizardPage------- + +NewSourceFolderCreationWizard.title=New + +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.removeparent.label=&Remove parent nesting source folder +NewSourceFolderWizardPage.changeoutput.label=Change output location +NewSourceFolderWizardPage.changeoutput.button=Brow&se... + +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.ChooseOutputLocationDialog.title=Output Folder Selection +NewSourceFolderWizardPage.ChooseOutputLocationDialog.description=&Choose folder as output location: + +NewSourceFolderWizardPage.EditClassPathDialog.title=Project Class Path Settings + +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.WillOverlap=Folder will overlap with existing source folder ''{0}''. Select to remove the existing 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 location set to ''{0}''. +NewSourceFolderWizardPage.warning.ReplaceSF=To avoid overlapping, the existing project source folder entry will be replaced. + +NewSourceFolderWizardPage.op_error.title=Error Setting Classpath +NewSourceFolderWizardPage.op_error.message=An error occurred while setting the classpath + +# ------- NewSnippetFileWizardPage------- + +NewSnippetFileWizardPage.title=Create Java Scrapbook Page +NewSnippetFileWizardPage.description=Create a new 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=Bu&ild 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.error.BuildPathProjNotExists=Build output folder has to be in an existing and open project. + +BuildPathsBlock.warning.CycleInClassPath=Build path will result in a cycle. +BuildPathsBlock.warning.EntryMissing=Class path entries are missing. +BuildPathsBlock.warning.OutputFolderNotEmpty=Output location not empty. Java builder flushes contents. + +BuildPathsBlock.operationdesc=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 location has changed. OK to remove all generated resources in the old location ''{0}''? + +# ------- CPListLabelProvider ------- + +CPListLabelProvider.new=(new) +CPListLabelProvider.classcontainer=(class folder) +CPListLabelProvider.twopart={0} - {1} +CPListLabelProvider.willbecreated=(created) + + +# ------- SourceContainerWorkbookPage------- + +SourceContainerWorkbookPage.folders.label=Source folders on build path +SourceContainerWorkbookPage.folders.remove.button=&Remove +SourceContainerWorkbookPage.folders.addnew.button=&Create New Folder... +SourceContainerWorkbookPage.folders.addnew.addexisting.button=&Add Existing Folders... +SourceContainerWorkbookPage.folders.edit.button=&Edit... + +SourceContainerWorkbookPage.rb1.label=Use the projec&t as source folder +SourceContainerWorkbookPage.rb2.label=Use sourc&e folders contained in the project + +SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.title=Source Folder Selection +SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.description=&Choose source folder 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.message=OK to update build output folder to ''{0}''? + +# ------- 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.edit.button=&Edit... +LibrariesWorkbookPage.libraries.setsource.button=Attac&h Source... + +LibrariesWorkbookPage.libraries.advanced.button=&Advanced... + +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=New 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=Attachments For ''{0}'' + +LibrariesWorkbookPage.VariableSelectionDialog.title=Classpath Variable Selection +LibrariesWorkbookPage.VariableSelectionDialog.message=Define a classpath variable: + +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=Folder already in list or output folder + +# ------- SourceAttachmentBlock------- + +SourceAttachmentBlock.message=Select the archive file (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=Ar&chive: +SourceAttachmentBlock.filename.external.button=Browse &File System... +SourceAttachmentBlock.filename.internal.button=Browse &Workspace... + +SourceAttachmentBlock.filename.varlabel=Ar&chive 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 archive path ''{0}'' does not exist. +SourceAttachmentBlock.filename.error.varnotexists=Variable in the archive path does not exist. +SourceAttachmentBlock.filename.error.deviceinpath=Archive must be described a variable path. +SourceAttachmentBlock.filename.warning.varempty=Archive variable path is empty. + +SourceAttachmentBlock.prefix.error.notvalid=Root path is not a valid path. +SourceAttachmentBlock.prefix.error.varnotexists=Variable in root path does not exist. +SourceAttachmentBlock.prefix.error.deviceinpath=Root path must not contain a device. +SourceAttachmentBlock.prefix.error.deviceinvar=Root path variable must not contain a device. + +SourceAttachmentBlock.prefix.label=R&oot path: +SourceAttachmentBlock.prefix.button=&Browse... +SourceAttachmentBlock.prefix.description=Define the root of the package structure in the archive. For example, when the archive contains src/java/lang/Object.java, the root path would be 'src'. +SourceAttachmentBlock.prefix.varlabel=R&oot variable path: +SourceAttachmentBlock.prefix.varbutton=E&xtension... +SourceAttachmentBlock.prefix.variable.button=Va&riable... + +SourceAttachmentBlock.javadoc.description=Specify the location (URL) of a documentation generated by Javadoc (contains a file 'package-list'). Example is 'http://www.junit.org/junit/javadoc/3.7/'. +SourceAttachmentBlock.javadoc.label=Docu&mentation location: +SourceAttachmentBlock.javadoc.button=B&rowse... + +SourceAttachmentBlock.javadoc.error.notafolder=No existing folder found for the Javadoc location. +SourceAttachmentBlock.javadoc.error.malformed=Javadoc location is not a valid URL: {0} +SourceAttachmentBlock.javadoc.warning.packagelist=Location does not contain file 'package-list'. + +SourceAttachmentBlock.intjardialog.title=Archive Selection +SourceAttachmentBlock.intjardialog.message=&Select JAR/ZIP file containing the source: + +SourceAttachmentBlock.prefixdialog.title=Package Structure Root Selection +SourceAttachmentBlock.prefixdialog.message=&Choose the package structure root: +SourceAttachmentBlock.prefixdialog.error.title=Problem While Opening +SourceAttachmentBlock.prefixdialog.error.message=Problem while opening ''{0}'' as zip file + +SourceAttachmentBlock.extjardialog.text=JAR/ZIP File Selection +SourceAttachmentBlock.jdocdialog.text=Javadoc Location Selection +SourceAttachmentBlock.jdocdialog.message=Select Javadoc Location: + +SourceAttachmentBlock.putoncpdialog.title=Setting Source Attachment +SourceAttachmentBlock.putoncpdialog.message=Source can only be attached to JAR files on the build path.\nDo you want to add the JAR to the build path? + +# ------- 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 required 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.addextension.button=E&xtend... + +NewVariableEntryDialog.ExtensionDialog.title=Variable Extension +NewVariableEntryDialog.ExtensionDialog.description=Choose extensions to ''{0}''. + +# ------- NewGroup------- + +NewGroup.wizards_add=Ne&w +NewGroup.wizards_add_project.label=Java &Project... +NewGroup.wizards_add_project.description=Create a Java project +NewGroup.wizards_add_project.tooltip=Create a Java Project + +NewGroup.wizards_add_package.label=P&ackage... +NewGroup.wizards_add_package.description=Create a Java package +NewGroup.wizards_add_package.tooltip=Create a Java Package + +NewGroup.wizards_add_class.label=&Class... +NewGroup.wizards_add_class.description=Create a Java class +NewGroup.wizards_add_class.tooltip=Create a Java Class + +NewGroup.wizards_add_interface.label=&Interface... +NewGroup.wizards_add_interface.description=Create a Java interface +NewGroup.wizards_add_interface.tooltip=Create a Java Interface + +NewGroup.wizards_add_packageroot.label=&Source Folder... +NewGroup.wizards_add_packageroot.description=Create a Java source folder +NewGroup.wizards_add_packageroot.tooltip=Create a Java Source Folder + +NewGroup.wizards_add_snippet.label=Scrap&book Page... +NewGroup.wizards_add_snippet.description=Create new scrapbook page +NewGroup.wizards_add_snippet.tooltip=Create a Scrapbook Page + +# ------- 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. + +# ------- ClasspathContainerSelectionPage------- + +ClasspathContainerSelectionPage.title=Library +ClasspathContainerSelectionPage.description=Select the library type to create. + +# ------- ClasspathContainerWizard------- + +ClasspathContainerWizard.pagecreationerror.title= Library Wizard +ClasspathContainerWizard.pagecreationerror.message=Wizard page creation failed. Check log for details.