blob: 19d651ad393ce7804df55057f83bb2026c8720cf [file] [log] [blame]
###############################################################################
# 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
###############################################################################
#####################################
# PDE resource strings
# Part 1. (DO NOT TRANSLATE Part 1)
# These are the non-translable properties.
#####################################
ProjectStructurePage.sourceName = {0} Plug-in
ProjectNamesPage.duplicateNames=Duplicate project names.
ProjectStructurePage.fsourceName = {0} Fragment
DefaultCodeGenerationPage.initialName = {0} Plug-in
DefaultCodeGenerationPage.initialFName = {0} Fragment
#####################################
# PDE resource strings
# Part 2. (TRANSLATE Part 2)
# These are the translable properties.
#####################################
UpdateManager.noUndo = &Undo@Ctrl+Z
UpdateManager.noRedo = &Redo@Ctrl+Y
UpdateManager.undo = &Undo {0}@Ctrl+Z
UpdateManager.redo = &Redo {0}@Ctrl+Y
UpdateManager.op.add= Add
UpdateManager.op.remove= Remove
UpdateManager.op.change= Property Change
########################################################
PluginModelManager.outOfSync = (out of sync)
###### Status text #####################################
ExternalModelManager.scanningProblems = Problems while scanning external plug-ins
ExtensionElementDetails.setSelectedDesc=Set the properties of the selected element.
ExternalModelManager.processingPath = Processing path {0}
Errors.SetupError = PDE Setup Error
Errors.SetupError.NoPlatformHome = Eclipse home is not set in Preferences
Errors.CreationError = Wizard Creation Error
Errors.CreationError.NoWizard = Wizard could not be created.
MissingPDENature.title = Missing PDE Capability
MissingPDENature.message = Java projects have been detected in the workspace that contain plug-in manifests but are missing PDE nature. Without it, you will not use all the PDE capabilities. Choose one of the following options:
MissingPDENature.stopWarning = &Do not warn me about it again
MissingPDENature.keepWarning = &Continue to warn me
MissingPDENature.openWizard = &Take me to the conversion wizard
RunningEclipse.message = You must close the run-time workbench before proceeding.
MultiPageEditor.wrongEditor = Wrong editor for {0}
MultiPageEditor.defaultPage.source = Do you want this editor to open into the Source page the next time it is used (the setting can be changed in Preferences)?
MultiPageEditor.defaultPage.overview = Do you want this editor to open into the Overview page the next time it is used (the setting can be changed in Preferences)?
CodeGenerator.missing.title = Missing Types
CodeGenerator.missing.type = The following Java type cannot be resolved: {0}. Check the Java build path for missing references.
CodeGenerator.missing.types = The following Java types cannot be resolved: {0}, {1}. Check the Java build path for missing references.
CodeGenerator.desc.class = \ * TODO: Provide description for "{0}".
CodeGenerator.desc.constructor = \t * TODO: Implement the "{0}" constructor.
CodeGenerator.desc.method = \t * TODO: Implement "{0}".
###### Reusable Parts ################################
WizardCheckboxTablePart.selectAll = &Select All
WizardCheckboxTablePart.deselectAll = D&eselect All
WizardCheckboxTablePart.counter = {0} out of {1} selected.
###### Editors #######################################
############ Source ##################################
SourcePage.title = Source
SourcePage.errorTitle = Source Errors
SourcePage.errorMessage= The source page has errors. Other pages cannot be used until these errors are corrected.
######## build.properties editor #####################
BuildEditor.header = Build Configuration
BuildEditor.BuildPage.title = Build Configuration
BuildEditor.Custom.plugin = This plug-in uses a custom build script
BuiltFeaturesWizard.title=Site Features
BuildEditor.Custom.fragment = This fragment uses a custom build script
BuildEditor.Custom.feature = This feature uses a custom build script
BuildEditor.AddLibraryDialog.duplicate = {0} already exists.
BuildEditor.AddLibraryDialog.label=Enter new library name or select a runtime library below:
BuildEditor.RuntimeInfoSection.title = Runtime Information
BuildEditor.RuntimeInfoSection.desc = Define the libraries, specify the order in which they should be built, and \
list the source folders that should be compiled into each selected library:
BuildEditor.RuntimeInfoSection.duplicateLibrary = Selected library already exists.
BuildEditor.RuntimeInfoSection.duplicateFolder = Selected folder already exists.
BuildEditor.RuntimeInfoSection.buildInclude = Include the selected library in the binary build
BuildEditor.RuntimeInfoSection.addLibrary = Add Library...
BuildEditor.RuntimeInfoSection.popupAdd = &Add Library...
BuildEditor.RuntimeInfoSection.addFolder = Add Folder...
BuildEditor.RuntimeInfoSection.popupFolder = &Add Folder...
BuildEditor.SrcSection.title = Source Build
BuildEditor.SrcSection.desc = Select the folders and files to include in the source build:
BuildEditor.BinSection.title = Binary Build
BuildEditor.BinSection.desc = Select the folders and files to include in the binary build:
BuildEditor.ClasspathSection.add = Add JARs...
BuildEditor.SourceFolderSelectionDialog.button = Create New Folder...
BuildEditor.ClasspathSection.remove = Remove
BuildEditor.ClasspathSection.title = Extra Classpath Entries
BuildEditor.ClasspathSection.desc = List any extra libraries required on the plug-in's classpath for successful compilation:
BuildEditor.ClasspathSection.jarsTitle = JAR Selection
BuildEditor.ClasspathSection.jarsDesc = Choose JAR archives to be added to the build path:
######## Feature Manifest Editor ####################
FeatureEditor.previewAction.label = Previe&w
FeatureEditor.BuildAction.label = &Export...
FeatureEditor.Unresolved.title = Feature Manifest
FeatureEditor.Unresolved.message= Feature manifest file contains references to plug-ins and/or fragments that cannot be resolved.
FeatureEditor.FeaturePage.title = Overview
FeatureEditor.InfoPage.title = Information
FeatureEditor.InfoPage.heading = Information
FeatureEditor.ReferencePage.title = Content
FeatureEditor.ReferencePage.heading = Plug-ins and Fragments
FeatureEditor.ReferencePage.portabilityTitle = Environment Filtering
FeatureEditor.ReferencePage.portabilityDesc = Use the fields below to use the selected import in specified environments only
FeatureEditor.Version.title = Feature Editor
FeatureEditor.Version.message= Folder {0} is no longer in sync with feature id and version
FeatureEditor.AdvancedPage.title = Advanced
FeatureEditor.AdvancedPage.heading = Advanced Settings
FeatureEditor.PortabilityChoicesDialog.title = Portability Choices
FeatureEditor.PortabilityChoicesDialog.choices = &Valid values:
FeatureEditor.SpecSection.title = General Information
FeatureEditor.SpecSection.desc = This section describes general information about this feature
FeatureEditor.SpecSection.id = Feature ID
FeatureEditor.SpecSection.name = Feature Name
FeatureEditor.SpecSection.version = Version
FeatureEditor.SpecSection.provider = Provider Name
FeatureEditor.SpecSection.plugin = Branding Plug-in
FeatureEditor.SpecSection.image = Banner Image
FeatureEditor.SpecSection.browse = Browse...
FeatureEditor.SpecSection.primary = Primary Feature
FeatureEditor.SpecSection.exclusive = Exclusive Install
FeatureEditor.SpecSection.createJar = Export...
FeatureEditor.SpecSection.synchronize = Versions...
FeatureEditor.SpecSection.badVersionTitle = Version Format Error
FeatureEditor.SpecSection.badVersionMessage = Version must be in format "major.minor.service"
FeatureEditor.PortabilitySection.title = Supported Environments
FeatureEditor.PortabilitySection.desc = Specify environment combinations in which this feature can be installed
FeatureEditor.PortabilitySection.os = Operating Systems:
FeatureEditor.PortabilitySection.ws = Window Systems:
FeatureEditor.PortabilitySection.nl = Languages:
FeatureEditor.PortabilitySection.arch = Architecture:
FeatureEditor.PortabilitySection.edit = ...
FeatureEditor.IncludedFeatures.title = Included Features
FeatureEditor.IncludedFeatures.desc = Create a composite feature by including references to other features.
FeatureEditor.IncludedFeatures.new = Add...
FeatureEditor.IncludedFeatures.newTitle = Included Features
FeatureEditor.IncludedFeatures.newDesc = Create composite feature by including other features
FeatureEditor.IncludedFeatures.label = &Available features:
FeatureEditor.IncludedFeatures.adding = Adding features:
FeatureEditor.IncludedFeatures.updating = Updating...
FeatureEditor.HandlerSection.title = Install Handler
FeatureEditor.HandlerSection.desc = Specify install handler that will be called during feature processing.
FeatureEditor.HandlerSection.url = URL:
FeatureEditor.HandlerSection.library = Library:
FeatureEditor.HandlerSection.handler = Handler:
FeatureEditor.InfoSection.heading = Feature Information
FeatureEditor.InfoSection.desc = Enter description, license and copyright information. To work with \
one of these information items at a time, select it from the drop-down box and enter text.
FeatureEditor.InfoSection.info = Section:
FeatureEditor.InfoSection.url = Optional URL:
FeatureEditor.InfoSection.text = Text:
FeatureEditor.info.description = Feature Description
FeatureEditor.info.license = License Agreement
FeatureEditor.info.copyright = Copyright Notice
FeatureEditor.PluginSection.pluginTitle = Feature Plug-ins and Fragments
FeatureEditor.PluginSection.pluginDesc = Select plug-ins and fragments that should be packaged in this feature.
FeatureEditor.PluginSection.new = Add...
FeatureEditor.PluginSection.new.title = New Feature Plug-in
FeatureEditor.PluginSection.new.desc = Choose plug-ins and fragments that will be part of the feature.
FeatureEditor.PluginSection.new.label = &Available plug-ins and fragments
FeatureEditor.PluginSection.new.adding = Adding Plug-ins:
FeatureEditor.PluginSection.new.updating = Updating...
FeatureEditor.DataSection.title = Feature Data
FeatureEditor.DataSection.desc = Select non-plug-in data archives that should be packaged in this feature.
FeatureEditor.DataSection.new = Add...
FeatureEditor.ReferenceProp.id = Id
FeatureEditor.ReferenceProp.name = Name
FeatureEditor.ReferenceProp.version = Version
FeatureEditor.ReferenceProp.originalVersion = Original Version
FeatureEditor.ReferenceProp.download-size = Download Size
FeatureEditor.ReferenceProp.install-size = Install Size
FeatureEditor.ChildProp.id = Id
FeatureEditor.ChildProp.version = Version
FeatureEditor.ChildProp.optional = Optional
FeatureEditor.ChildProp.match = Match
FeatureEditor.ChildProp.name = Name
FeatureEditor.ChildProp.search-location = Search Location
FeatureEditor.modelsInUse.title = Sharing Violation
FeatureEditor.modelsInUse.message = Some of the plug-in or fragment manifests are in use. Close opened editors and try again.
FeatureEditor.URLProp.type = Usage
FeatureEditor.URLProp.type.update = Update Site
FeatureEditor.URLProp.type.discovery = Site to Visit
FeatureEditor.URLProp.label = Label
FeatureEditor.URLProp.URL = URL
FeatureExportJob.taskName=Building Plug-ins...
FeatureExportJob.problems=Problems during export
FeatureExportJob.name=PDE Export
FeatureExportJob.error=Error
FeatureEditor.URLProp.siteType = Site Type
FeatureEditor.RequiresSection.title = Required Features/Plug-ins
FeatureEditor.RequiresSection.desc = Compute plug-ins that will need to be present before installing this feature.
FeatureEditor.RequiresSection.sync = Recompute on each change
FeatureEditor.RequiresSection.compute = Compute
FeatureEditor.RequiresSection.plugin = Add Plug-in...
FeatureEditor.RequiresSection.feature = Add Feature...
FeatureEditor.RequiresSection.newPlugin.title= New Required Plug-in
FeatureEditor.RequiresSection.newPlugin.desc=Choose plug-ins that will be required by this feature.
FeatureEditor.RequiresSection.newPlugin.adding= Adding References:
FeatureEditor.RequiresSection.newPlugin.updating= Updating...
FeatureEditor.RequiresSection.newFeature.title= New Required Feature
FeatureEditor.RequiresSection.newFeature.desc=Choose features that will be required by this feature.
FeatureEditor.RequiresSection.newFeature.label=Available Features:
FeatureEditor.RequiresSection.newFeature.adding= Adding References:
FeatureEditor.RequiresSection.newFeature.updating= Updating...
FeatureEditor.URLSection.title = Feature URLs
FeatureEditor.URLSection.desc = Define update and discovery URLs.
FeatureEditor.URLSection.updateURL = &Update URL
FeatureEditor.URLSection.discoveryURL = &Discovery URL
FeatureEditor.URLSection.newUpdateSite = New update site
FeatureEditor.URLSection.newDiscoverySite = New discovery site
FeatureEditor.URLSection.newURL = http://newsite
FeaturePropertiesDialog.version=Version:
FeatureEditor.URLSection.updateURLs = Update URLs
FeatureEditor.URLSection.discoveryURLs = Discovery URLs
FeatureEditor.Outline.referencedPlugins = Feature Plug-ins
FeatureEditor.Outline.requiredPlugins = Required Plug-ins
###### Plug-in Manifest Editor ########################
ManifestEditor.AlertSection.title = Alerts and Action Items
ManifestEditor.readOnly = {0} (read only)
ManifestEditor.AlertSection.noAlerts = No alerts at this time.
ManifestEditor.AlertSection.unresolved = This plug-in contains unresolved and/or cyclical references to other plug-ins
ManifestEditor.AlertSection.unresolved.tooltip = Show details
ManifestEditor.AlertSection.markers.tooltip = Show in Tasks
ManifestEditor.AlertSection.pluginMarkers = There are {0} problem(s), {1} task(s) associated with this plug-in.
ManifestEditor.AlertSection.fragmentMarkers = There are {0} problem(s), {1} task(s) associated with this fragment.
ManifestEditor.DependenciesForm.title = Dependencies
ManifestEditor.DetailChildrenSection.title = Extension Element Children
ManifestEditor.DetailChildrenSection.bodyText = Body Text
ManifestEditor.DetailExtensionPointSection.title = All Extension Points
ManifestEditor.DetailExtensionPointSection.desc = The following extension points are provided:
ManifestEditor.DetailExtensionPointSection.new = &Add...
ManifestEditor.DetailExtensionPointSection.newExtensionPoint = N&ew Extension Point...
ManifestEditor.DetailExtensionPointSection.openSchema = &Open Schema
ManifestEditor.DetailExtension.title = All Extensions
ManifestEditor.DetailExtension.new = &Add...
ManifestEditor.DetailExtension.edit = Edit...
ManifestEditor.DetailExtension.newExtension = &Extension...
ManifestEditor.DetailExtension.collapseAll = Co&llapse All
ManifestEditor.DetailExtension.up = Up
ManifestEditor.DetailExtension.down = Down
ManifestEditor.BodyTextSection.title = Body Text
ManifestEditor.BodyTextSection.titleFull = Body Text (has contents)
ManifestEditor.ExportSection.title = Library exporting
ManifestEditor.ExportSection.desc = Define the portions of the selected library that should be visible to plug-ins.
ManifestEditor.ExportSection.noExport = Do not export
ManifestEditor.ExportSection.fullExport = Export the entire library
ManifestEditor.ExportSection.selectedExport = Export the following subset of packages only:
ManifestEditor.ExportSection.add = Add...
ManifestEditor.ExportSection.remove = Remove
ManifestEditor.ExportSection.newFilter = New filter
ManifestEditor.ExportSection.addTitle = Add Package
PackageSelectionDialog.label = Select packages to export:
PackageSelectionDialog.title=Package Selection
PackageSelectionDialog.nopackages.message = There are no packages available in project {0}.
ManifestEditor.LibraryTypeSection.title = Library Type
ManifestEditor.LibraryTypeSection.desc = Specify whether the selected library contains executable code or just resources.
ManifestEditor.LibraryTypeSection.code = code and resources
ManifestEditor.LibraryTypeSection.resources = resources only
ManifestEditor.OSGiSection.add = Add...
ManifestEditor.OSGiSection.remove = Remove
ManifestEditor.PackagePrefixesSection.title = Package Prefixes
ManifestEditor.PackagePrefixesSection.desc = Define package prefixes for the selected library to improve loading time.
ManifestEditor.PackagePrefixesSection.add = Add...
ManifestEditor.PackagePrefixesSection.remove = Remove
ManifestEditor.ExtensionElementPR.finish = Finish implementation of {0}
ManifestEditor.ExtensionPointForm.title = Extension Points
ManifestEditor.ExtensionPointSection.title = Extension Points
ManifestEditor.ExtensionPointSection.desc = Other plug-ins can use the following extension points to extend this plug-in:
ManifestEditor.ExtensionPointSection.fdesc = Plug-ins can use the following extension points to extend this fragment:
ManifestEditor.ExtensionPointSection.more = More...
ManifestEditor.ExtensionSection.title = Extensions
ManifestEditor.ExtensionSection.desc = The following extensions are defined in this plug-in:
ManifestEditor.ExtensionSection.fdesc = The following extensions are defined in this fragment:
ManifestEditor.ExtensionSection.more = More...
ManifestEditor.ExtensionForm.title = Extensions
ManifestEditor.ExtensionsPropertySheet.newAttribute = New Attribute:
ManifestEditor.ExtensionsPropertySheet.addAttAction.label = Add Attribute
ManifestEditor.ExtensionsPropertySheet.addAttAction.tooltip = Add new attribute
ManifestEditor.ExtensionsPropertySheet.removeAttAction.label = Remove Attribute
ManifestEditor.ExtensionsPropertySheet.removeAttAction.tooltip = Remove attribute
ManifestEditor.ExtensionsPropertySheet.cloneAction.text = Clone Element
ManifestEditor.ExtensionsPropertySheet.cloneAction.tooltip = Clone this element
ManifestEditor.ExtensionsPropertySheet.newAttributeEntry = new_attribute
ManifestEditor.TemplatePage.title = Welcome
ManifestEditor.templatePage.heading = Welcome to {0}
ManifestEditor.OverviewPage.title = Overview
ManifestEditor.DependenciesPage.title = Dependencies
ManifestEditor.RuntimePage.title = Runtime
ManifestEditor.ExtensionsPage.title = Extensions
ManifestEditor.ExtensionPointsPage.title = Extension Points
ManifestEditor.ExtensionPointDetails.validate.errorStatus = Selection is not a schema file.
ManifestEditor.ExtensionPointDetails.schemaLocation.title = Extension Point Schema Selection
ManifestEditor.ExtensionPointDetails.schemaLocation.desc = Select a schema file for your extension point:
ManifestEditor.TemplatePage.intro = \
<p><b>Generated content</b></p><p>This plug-in has been created using content templates. The \
following templates were used:</p>
ManifestEditor.TemplatePage.common = \
<p/><p><b>Tips on working with this plug-in project</b></p>\
<li>For the view of the new plug-in at a glance, go to the \
<img href="pageImage"/><a href="OverviewPage">Overview</a>.</li>\
<li>You can test the contributions of this plug-in by launching \
another instance of the workbench. On the <b>Run</b> menu, click \
<b>Run As</b> and choose <img href="runTimeWorkbenchImage"/>\
<a href="action.run">Run-time Workbench</a> from the available choices.</li>\
<li>You can add more functionality to this plug-in by adding extensions \
using the <a href="action.newExtension">New Extension Wizard</a>.\
</li>\
<li>The plug-in project contains Java code that you can debug. Place breakpoints \
in Java classes. On the <b>Run</b> menu, select <b>Debug As</b> and choose \
<img href="runTimeWorkbenchImage"/><a href="action.debug">Run-time Workbench</a> \
from the available choices.</li>
ManifestEditor.TemplatePage.dontShow = Do not show this page the next time
ManifestEditor.ContentSection.title = Plug-in Content
ManifestEditor.ContentSection.ftitle = Fragment Content
ManifestEditor.DeployingSection.title = Deploying
ManifestEditor.JarsSection.title = Library Content
ManifestEditor.JarsSection.desc = List source folders that should be compiled into the selected library.
ManifestSourcePage.dependencies=Dependencies
ManifestEditor.JarsSection.new = Add...
ManifestEditor.JarsSection.dialogTitle = New Source Folder
ManifestEditor.JarsSection.dialogMessage = Select a folder:
ManifestEditor.JarsSection.rtitle = {0} (in use - read only)
ManifestEditor.JarsSection.missingSource.duplicateFolder = Selected folder is already a source folder
ManifestEditor.LibrarySection.title = Run-time libraries
ManifestEditor.LibrarySection.fdesc = Define libraries that need to be included in the class path of your fragment.
ManifestEditor.LibrarySection.desc = Define libraries that need to be included in the class path of your plug-in.
ManifestEditor.LibrarySection.new = Add...
ManifestEditor.LibrarySection.up = Up
ManifestEditor.LibrarySection.down = Down
ManifestEditor.LibrarySection.newLibrary = &New Library...
ManifestEditor.LibrarySection.newLibraryEntry = New Library
NewManifestEditor.LibrarySection.add = Add...
NewManifestEditor.LibrarySection.new = New...
ManifestEditor.RuntimeLibraryDialog.label = Enter new library name below:
ManifestEditor.RuntimeLibraryDialog.default = library.jar
ManifestEditor.RuntimeLibraryDialog.validationError = A library by the same name already exists.
ManifestEditor.noPlatformHome = Platform path not set in Preferences.
ManifestSourcePage.libraries=Libraries
ManifestSourcePage.extensions=Extensions
ManifestEditor.ManifestPropertySheet.gotoAction.label= &Go to File
ManifestEditor.ManifestPropertySheet.gotoAction.tooltip = Open file in editor
ManifestEditor.ImportListSection.title = Required Plug-ins
ManifestEditor.ImportListSection.desc = Specify the plug-ins required for the operation of this plug-in.
ManifestEditor.ImportListSection.fdesc = Specify the plug-ins required for the operation of this fragment.
ManifestEditor.ImportListSection.new = &Add...
ManifestEditor.ImportListSection.loopWarning = WARNING: selected dependencies will create cyclical references.
ManifestEditor.ImportListSection.updateBuildPath = Compute &Build Path
ManifestEditor.ImportListSection.updatingBuildPath = Computing Java build path...
ManifestEditor.ImportStatusSection.title = Dependency Status
ManifestEditor.ImportStatusSection.desc = Explore information related to the paths of the dependency graph.
ManifestEditor.ImportStatusSection.comboLabel= Find:
ManifestEditor.ImportStatusSection.comboLoops = Loops in dependency graph
ManifestEditor.ImportStatusSection.comboRefs = Plug-ins that reference this plug-in
ManifestEditor.ImportStatusSection.comboFrefs = Fragments that reference this plug-in
ManifestEditor.MatchSection.title = Import Details
ManifestEditor.MatchSection.desc = Define the properties of the selected dependency.
ManifestEditor.MatchSection.optional = Optional
ManifestEditor.MatchSection.reexport = Re-export the dependency
ManifestEditor.MatchSection.version = Version to match:
ManifestEditor.MatchSection.rule = Match rule:
ManifestEditor.MatchSection.none = None
ManifestEditor.MatchSection.perfect = Perfect
ManifestEditor.MatchSection.equivalent = Equivalent
ManifestEditor.MatchSection.compatible = Compatible
ManifestEditor.MatchSection.greater = Greater or Equal
ManifestEditor.PluginSpecSection.title = General Information
ManifestEditor.PluginSpecSection.desc = This section describes general information about this plug-in
ManifestEditor.PluginSpecSection.fdesc = This section describes general information about this fragment
ManifestEditor.PluginSpecSection.id = Plug-in Id:
ManifestEditor.PluginSpecSection.fid = Fragment Id:
ManifestEditor.PluginSpecSection.name = Plug-in Name:
ManifestEditor.PluginSpecSection.fname = Fragment Name:
ManifestEditor.PluginSpecSection.version = Version:
ManifestEditor.PluginSpecSection.providerName = Provider Name:
ManifestEditor.PluginSpecSection.pluginId = Plug-in Id:
ManifestEditor.PluginSpecSection.pluginId.tooltip = Open referenced plug-in
ManifestEditor.PluginSpecSection.pluginVersion = Plug-in Version:
ManifestEditor.PluginSpecSection.class = Class:
ManifestEditor.PluginSpecSection.class.tooltip = Open in Java editor
ManifestEditor.PluginSpecSection.versionTitle = Format Error
ManifestEditor.PluginSpecSection.versionFormat = Version must be in 'major.minor.service' format
ManifestEditor.PluginSpecSection.versionMatch = Match Rule:
ManifestEditor.PluginSpecSection.isCompatible = This {0} is for use with older Eclipse platforms (prior to 3.0)
ManifestEditor.PluginSpecSection.plugin = plug-in
ManifestEditor.PluginSpecSection.fragment = fragment
ManifestEditor.PointUsageSection.title = Extension Point Usage
ManifestEditor.PointUsageSection.desc = Examine who is using extension points of this plug-in.
ManifestEditor.PointUsageSection.fdesc = Examine who is using extension points of this fragment.
ManifestEditor.RequiresSection.title = Required Plug-ins
ManifestEditor.RequiresSection.desc = The following plug-ins must be installed for this plug-in to work properly:
ManifestEditor.RequiresSection.fdesc = The following plug-ins must be installed for this fragment to work properly:
ManifestEditor.RequiresSection.more = More...
ResourceAttributeCellEditor.title = Resource Attribute Value
ResourceAttributeCellEditor.message = Select a file:
ManifestEditor.RuntimeForm.title = Run-time Information
ManifestEditor.RuntimeSection.title = Runtime Libraries
ManifestEditor.RuntimeSection.fdesc = The following libraries will be added to the classpath of this fragment:
ManifestEditor.RuntimeSection.desc = The following libraries will be added to the classpath of this plug-in:
ManifestEditor.RuntimeSection.more = More...
ManifestSourcePage.extensionPoints=Extension Points
ManifestEditor.TestingSection.title = Testing
ManifestEditor.PropertyPage.tagName = Tag name
###### Schema Editor ##################################
SchemaEditor.oldExtension = Extension point schema file content type 'xsd' has been deprecated. You should change it to 'exsd' at the earliest convenience.
SchemaEditorContributor.previewAction = Preview &Reference Document
SchemaEditor.AttributePR.attributeCopy = Copy of {0}
SchemaEditor.AttributePR.use = Use
SchemaEditor.AttributePR.kind = Kind
SchemaEditor.AttributePR.type = Type
SchemaEditor.AttributePR.restriction = Restriction
SchemaEditor.AttributePR.value = Value
SchemaEditor.AttributePR.basedOn = Based On
SchemaEditor.AttributePR.name = Name
SchemaEditor.CompositorPR.kind = Kind
SchemaEditor.DescriptionSection.title = Description
SchemaEditor.DescriptionSection.desc = Add short description of elements and attributes for documentation purposes. Use HTML tags where appropriate.
SchemaEditor.DocForm.title = Reference Documentation
SchemaEditor.DocSection.title =
SchemaEditor.DocSection.desc = Select the section from the list and enter text in the editor below. This text will be used to compose the reference HTML document for this extension point. Use HTML tags where needed.
SchemaEditor.topic.overview = Overview
SchemaEditor.topic.since = Since:
SchemaEditor.topic.examples = Examples
SchemaEditor.topic.implementation = Supplied Implementation
SchemaEditor.topic.api = API Information
SchemaEditor.topic.copyright = Copyright
SchemaEditor.ElementPR.name = Name
SchemaEditor.ElementPR.icon = Icon
SchemaEditor.ElementPR.labelAttribute = Label Attribute
SchemaEditor.ElementPR.invalid = "{0}" is not a valid attribute name
SchemaEditor.SpecSection.title = General Information
SchemaEditor.SpecSection.desc = This section describes general information about this schema.
SchemaEditor.SpecSection.plugin = Plug-in Id:
SchemaEditor.SpecSection.point = Point Id:
SchemaEditor.SpecSection.name = Point Name:
SchemaEditor.ElementSection.title = Extension Point Elements
SchemaEditor.ElementSection.desc = The following XML elements and attributes are allowed in this extension point:
SchemaEditor.ElementSection.newElement = New Element
SchemaEditor.ElementSection.newAttribute = New Attribute
RestrictionDialog.wtitle = Type Restriction
RestrictionDialog.type = Restriction &type:
RestrictionDialog.choices=&Enumeration choices:
RestrictionDialog.newChoice=&New choice:
RestrictionDialog.add=&Add
RestrictionDialog.remove=&Remove
ReviewPage.noSampleFound=No sample has been selected.
SchemaEditor.GrammarSection.title = Element Grammar
SchemaEditor.GrammarSection.desc = View or modify the content model of the selected element
SchemaEditor.GrammarSection.compositor = &Compositor
SchemaEditor.GrammarSection.reference = &Reference
SchemaEditor.GrammarSection.dtd = DTD approximation:
SchemaEditor.NewAttribute.label = &Attribute
SchemaEditor.NewAttribute.tooltip = New Attribute
SchemaEditor.NewAttribute.initialName = new_attribute{0}
SchemaEditor.NewElement.label = &Element
SchemaEditor.NewElement.tooltip = New Global Element
SchemaEditor.NewElement.initialName = new_element{0}
SchemaEditor.NewCompositor.tooltip = New {0}
SchemaEditor.FormPage.title = Definition
SchemaEditor.DocPage.title = Documentation
SchemaPropertySheet.clone.label = Clone
SchemaPropertySheet.clone.tooltip = Clone this attribute
AbstractPluginModelBase.error = Cannot create the model - source file has errors
###### Launchers #######################################
BasicLauncherTab.name = &Main
BasicLauncherTab.workspace = Workspace Data
BasicLauncherTab.location = &Location:
BasicLauncherTab.browse =&Browse...
BasicLauncherTab.clear =Clear wor&kspace data before launching
BasicLauncherTab.askClear = Ask &for confirmation before clearing
BasicLauncherTab.javaExec=Java Executable:
BasicLauncherTab.commandLineSettings = Command Line Settings
BasicLauncherTab.showSplash = Show s&plash screen
BasicLauncherTab.runProduct=Run a &product:
BasicLauncherTab.jre =Runtime &JRE:
BasicLauncherTab.vmArgs =VM Arg&uments:
BasicLauncherTab.installedJREs = In&stalled JREs...
BasicLauncherTab.jrePreferencePage = Installed JREs
BasicLauncherTab.programArgs =Pr&ogram Arguments:
BasicLauncherTab.programToRun=Program to Run
BasicLauncherTab.bootstrap=Bootstrap &Entries:
BasicLauncherTab.restore =Re&store Defaults
BasicLauncherTab.workspace.title =Workspace Location
BasicLauncherTab.javaExecDefault=&default
BasicLauncherTab.runApplication=Run an &application:
BasicLauncherTab.workspace.message =Select the workspace data location
BasicLauncherTab.noJRE =No JRE selected
BasicLauncherTab.noWorkspace = Workspace data location not specified
BasicLauncherTab.invalidWorkspace =Workspace data path is invalid.
JUnitArgumentsTab.applicationName=&Application Name:
JUnitArgumentsTab.headless=[No Application] - Headless Mode
AdvancedLauncherTab.name = Plu&g-ins
AdvancedLauncherTab.workspacePlugins = Workspace Plug-ins
AdvancedLauncherTab.externalPlugins = External Plug-ins
AdvancedLauncherTab.useDefault = &Launch with all workspace and enabled external plug-ins
AdvancedLauncherTab.useFeatures = &Use features in the workspace (simulated normal startup)
AdvancedLauncherTab.useList = C&hoose plug-ins and fragments to launch from the list
AdvancedLauncherTab.visibleList = A&vailable plug-ins and fragments:
AdvancedLauncherTab.selectAll = &Select All
AdvancedLauncherTab.deselectAll = D&eselect All
AdvancedLauncherTab.subset = &Add Required Plug-ins
AdvancedLauncherTab.defaults = Restore &Defaults
AdvancedLauncherTab.pluginPath = &Plug-in Paths...
AdvancedLauncherTab.pluginPath.title = Plug-in URLs
AdvancedLauncherTab.error.featureSetup = The workspace is not set up properly for this option. Plug-ins must be in \
''plugins'' directory, and features in ''features'' directory.
TracingLauncherTab.name = Trac&ing
TracingLauncherTab.tracing =&Enable tracing for the selected plug-ins
TracingLauncherTab.plugins = &Plug-ins that support tracing:
TracingLauncherTab.options = &Tracing options:
TracingLauncherTab.selectAll = &Select All
TracinglauncherTab.deselectAll = &Deselect All
ConfigurationTab.name = &Configuration
ConfigurationTab.col1=Plug-in ID
ConfigurationTab.col2=Start Level
ConfigurationTab.listLabel = &List the plug-ins that are to start automatically. If the start level is left unspecified, the system will compute an appropriate default.
ConfigurationTab.defaultList = U&se the default list
ConfigurationTab.clearArea = Cle&ar the configuration area before launching
ConfigurationTab.add = A&dd...
ConfigurationTab.remove = &Remove
ConfigurationTab.startLevel = S&tart Level ( > 0 ):
ConfigurationTab.unspecified = unspecified
WorkbenchLauncherConfigurationDelegate.noJRE = Cannot locate JRE definition: "{0}". Launch aborted.
WorkbenchLauncherConfigurationDelegate.jrePathNotFound = The installation path to the specified JRE could not be found. Launch aborted.
WorkbenchLauncherConfigurationDelegate.badFeatureSetup = When in feature mode, plug-ins must be in the 'plugins' directory and features in 'features' directory in the workspace.
WorkbenchLauncherConfigurationDelegate.starting = Starting Run-time Workbench...
WorkbenchLauncherConfigurationDelegate.missingRequired = Launching failed because the {0} plug-in is not included in the configuration you are launching. \
To fix the problem, go to the 'Plug-ins' tab of this launch configuration and ensure that the option selected includes said plug-in.
WorkbenchLauncherConfigurationDelegate.noStartup = Launching failed. Required Library "startup.jar" is missing from the target platform.
WorkbenchLauncherConfigurationDelegate.problemsDeleting = Problems occurred while deleting files in the workspace. Launch will continue.
LauncherUtils.problemsDeletingConfig = Problems occurred while clearing the configuration area. Launch will continue.
WorkbenchLauncherConfigurationDelegate.brokenPlugins = Some of the plug-ins to launch have errors in the manifest files. \
The launch will continue, but they will be rejected by the run-time workbench during the startup.
WorkbenchLauncherConfigurationDelegate.title = Launcher
WorkbenchLauncherConfigurationDelegate.confirmDeleteWorkspace = Do you really want to clear the run-time workspace data in {0}?
JUnitLaunchConfiguration.error.invalidproject=Invalid project specified
JUnitLaunchConfiguration.error.notests=No tests found
JUnitLaunchConfiguration.error.notaplugin = Could not determine test plugin Id - project is not a plugin
JUnitLaunchConfiguration.error.missingPlugin = Required plug-in {0} could not be found
Launcher.error.title=Launch Error
Launcher.error.code13=Could not launch the configuration. Details are in the log. Would you like to open it?
Launcher.error.code15=Could not launch the configuration because the associated workspace is currently in use.
OpenLogDialog.title=Error Log
OpenLogDialog.message=Opening log...
OpenLogDialog.cannotDisplay=Log file cannot be displayed.
###### Preferences ####################################
Preferences.MainPage.Description = Set general plug-in development preferences.
Preferences.MainPage.noPDENature = &Warn about Java projects without PDE nature
Preferences.MainPage.showObjects = Show plug-in objects in editors and dialogs using:
Preferences.MainPage.useIds = &Identifiers
Preferences.MainPage.useFullNames = &Presentation names
BuildPropertiesPreferencePage.desc=Options for building plug-ins, fragments and features:
BuildPropertiesPreferencePage.failOnError=A&bort building upon compilation errors
BuildPropertiesPreferencePage.compilerVerbose=&Run compiler with verbose output
BuildPropertiesPreferencePage.compilerDebug=&Compile source with debug information
Preferences.TargetPlatformPage.Description = Specify the platform against which the workspace plug-ins will be compiled and tested:
Preferences.TargetPlatformPage.useThis = &Use this application
Preferences.TargetPlatformPage.PlatformHome = &Location:
Preferences.TargetPlatformPage.PlatformHome.Button = &Browse...
Preferences.TargetPlatformPage.title = Target Platform
Preferences.TargetPlatformPage.question = You have entered a new target platform location, but did not hit 'reload'. If you proceed, the plug-ins and fragments from that location will be automatically loaded. Would you like to proceed?
ExternalPluginsBlock.reload = &Reload
ExternalPluginsBlock.selectAll = &Select All
ExternalPluginsBlock.deselectAll = D&eselect All
ExternalPluginsBlock.workspace = &Not In Workspace
ExternalPluginsBlock.title = &Plug-ins and Fragments Found:
Preferences.TargetEnvironmentPage.Description = Define replacement values for variables used in library names \
(os, ws, nl and arch).
Preferences.TargetEnvironmentPage.os = &Operating System (os):
Preferences.TargetEnvironmentPage.ws = &Windowing System (ws):
Preferences.TargetEnvironmentPage.nl = &Locale (nl - from JRE):
Preferences.TargetEnvironmentPage.arch = Arc&hitecture (arch):
SourcePreferencePage.label = Source &lookup locations:
SourcePreferencePage.add = Add&...
SourcePreferencePage.delete = &Remove
SourcePreferencePage.edit = &Edit...
SourcePreferencePage.desc = Locations that will be searched when creating JAR source attachments.
######################################################
PluginPathUpdater.updating = Updating build path...
###### Wizards #######################################
NewFragmentProjectWizard.title = New Fragment Project
NewProjectWizard.MainPage.ftitle = Fragment Project
NewProjectWizard.MainPage.fdesc = Create a new fragment project
NewProjectWizard.title = New Plug-in Project
NewProjectWizard.MainPage.title = Plug-in Project
NewProjectWizard.MainPage.desc = Create a new plug-in project
ProjectStructurePage.title = Plug-in Project Structure
ProjectNamesPage.emptyName=Project name cannot be empty.
ProjectStructurePage.ftitle = Fragment Project Structure
ProjectStructurePage.desc = Define the project structure and settings.
ProjectStructurePage.settings = Project Settings
ProjectStructurePage.simple = &Create a simple project
ProjectStructurePage.java = Create a &Java project
ProjectStructurePage.library = Runtime Librar&y:
ProjectStructurePage.source = &Source Folder Name:
ProjectStructurePage.output = &Output Folder Name:
ProjectStructurePage.alternateFormat = Alternate Format (For Advanced Users Only)
ProjectStructurePage.fbundle = Cr&eate an OSGi bundle manifest for the fragment
ProjectStructurePage.pbundle = Cr&eate an OSGi bundle manifest for the plug-in
ProjectNamesPage.projectName=Project name:
ProjectNamesPage.multiProjectName=Project name #&{0}:
ProjectStructurePage.note = Note: This format is not supported by older Eclipse platforms (prior to 3.0)
ProjectNamesPage.title=Project names
ProjectNamesPage.desc=Select project names or accept the defaults.
ProjectStructurePage.noLibrary = Library name is not set
ProjectNamesPage.noSampleFound=No sample has been selected.
ProjectStructurePage.noOutput = Output folder name is not set
ContentPage.title = Plug-in Content
ContentPage.ftitle = Fragment Content
ContentPage.desc = Enter the data required to generate the plug-in.
ContentPage.fdesc = Enter the data required to generate the fragment.
ContentPage.pGroup = Plug-in Properties
ContentPage.fGroup = Fragment Properties
ContentPage.parentPluginGroup = Parent Plug-in
ContentPage.pClassGroup = Plug-in Class
ContentPage.pid = Plug-in &ID:
ContentPage.pversion = Plug-in &Version:
ContentPage.pname = Plug-in N&ame:
ContentPage.pprovider = Plug-in P&rovider:
ContentPage.fid = Fragment &ID:
ContentPage.fversion = Fragment &Version:
ContentPage.fname = Fragment N&ame:
ContentPage.fprovider = Fragment P&rovider:
ContentPage.legacy = In&tended for use with older Eclipse platforms (prior to 3.0)
ContentPage.generate = &Generate the Java class that controls the plug-in's life cycle (recommended)
ContentPage.classname = C&lass Name:
ContentPage.uicontribution = T&his plug-in will make contributions to the UI
ContentPage.pid = &Plug-in ID:
ContentPage.pversion = Pl&ug-in Version:
ContentPage.browse = Bro&wse...
ContentPage.matchRule = &Match Rule:
ContentPage.noid = ID is not set
ContentPage.invalidId = Invalid ID. Legal characters are A-Z a-z 0-9 . _
ContentPage.noversion = Version field is not set
ContentPage.badversion = Version must be in the format \"major.minor.service\"
ContentPage.noname = Name is not set
ContentPage.nopid = Plug-in ID is not set
ContentPage.pluginNotFound = Plug-in with the specified id could not be found
ContentPage.nopversion = Plug-in Version is not set
ContentPage.badpversion = Plug-in Version must be in the format \"major.minor.service\"
ContentPage.fragment = Fragment
ContentPage.plugin = Plug-in
WizardListSelectionPage.title = Templates
WizardListSelectionPage.desc = Select one of the available templates to generate a fully-functioning plug-in.
WizardListSelectionPage.label = &Create a plug-in using one of the templates
WizardListSelectionPage.templates = &Available Templates:
OptionTemplateSection.mustBeSet = Template option "{0}" must be set.
NewProjectCreationOperation.creating = Creating...
NewProjectCreationOperation.project = the project
NewProjectCreationOperation.setClasspath = Setting the classpath...
NewProjectCreationOperation.manifestFile = the manifest file
NewProjectCreationOperation.buildPropertiesFile = the build.properties file
AbstractTemplateSection.generating = Generating content...
BuildAction.Validate = Validating...
BuildAction.Generate = Generating the build script...
BuildSiteJob.message=Compilation errors occurred during the build. Logs can be found in 'logs.zip' at the root of the site project.
BuildAction.Update = Updating...
BuildPage.custom=Custom Build
BuildPage.name=Build
BuildAction.ErrorDialog.Title = Validation Error
BuildAction.ErrorDialog.Message = Build script cannot be generated because the file contains errors.
NewFeatureWizard.wtitle = New Feature
NewFeatureWizard.MainPage.title = Feature Name
NewFeatureWizard.MainPage.desc = Define the name of the new feature project
NewFeatureWizard.SpecPage.title = Feature Properties
NewFeatureWizard.SpecPage.desc = Define properties that will be placed in the feature.xml file
NewFeatureWizard.SpecPage.id = Feature &Id:
NewFeatureWizard.SpecPage.name = Feature Na&me:
NewFeatureWizard.SpecPage.version = Feature &Version:
NewFeatureWizard.SpecPage.provider = Feature &Provider:
NewFeatureWizard.SpecPage.description=Description:
NewFeatureWizard.SpecPage.versionFormat = Version must be in 'major.minor.service' format
NewFeatureWizard.sampleCopyrightURL= [Enter Copyright URL here.]
NewFeatureWizard.sampleCopyrightDesc= [Enter Copyright Description here.]
NewFeatureWizard.sampleLicenseURL= [Enter License URL here.]
NewFeatureWizard.sampleLicenseDesc= [Enter License Description here.]
NewFeatureWizard.sampleDescriptionURL = [Enter Feature URL here.]
NewFeatureWizard.sampleDescriptionDesc = [Enter Feature Description here.]
NewSiteProjectCreationPage.webTitle= Web Resources
NewFeatureWizard.SpecPage.missing = Feature Id must be set
NewFeatureWizard.SpecPage.pmissing = Patch Id must be set
NewFeatureWizard.SpecPage.invalidId = Id can only contain letter, digit and '.' characters
NewFeatureWizard.PlugPage.title = Referenced Plug-ins and Fragments
NewFeatureWizard.PlugPage.desc = Select the plug-ins and fragments from your workspace to package into the new feature.
NewFeatureWizard.creatingProject = Creating feature project...
NewFeatureWizard.creatingFolders = Creating folder structure...
NewFeatureWizard.creatingManifest = Creating feature manifest...
NewFeatureWizard.overwriteFeature = A feature by the same name already exists on disk. Would you like to overwrite?
NewFeatureWizard.SpecPage.library = Ins&tall handler library:
NewFeatureWizard.SpecPage.customProject = The feature will contain a custom install &handler
NewFeatureWizard.SpecPage.patch.customProject = The feature patch will contain a custom install handler
NewFeatureWizard.SpecPage.patchProperties=Feature patch properties
NewFeatureWizard.SpecPage.error.library = Library name cannot be blank.
FeaturePatch.wtitle = New Feature Patch
FeaturePatch.MainPage.title = Feature Patch Name
FeaturePropertiesDialog.url=URL:
FeaturePatch.MainPage.desc = Define the name of the new feature patch.
FeaturePropertiesDialog.id=Id:
FeaturePropertiesDialog.os=O/S:
FeaturePropertiesDialog.ws=W/S:
FeaturePropertiesDialog.nl=Languages:
PatchSpec.title = Patch Properties
PatchSpec.desc = Define properties that will be placed into the feature.xml file.
NewFeaturePatch.SpecPage.id = Patch I&d:
NewFeaturePatch.SpecPage.name = Patch N&ame:
NewFeaturePatch.SpecPage.provider = Patch P&rovider:
NewFeaturePatch.SpecPage.notFound = Feature {0} not found.
FeatureSelectionDialog.title = Feature Selection
FeaturePropertiesDialog.type=Type:
FeaturePropertiesDialog.arch=Architectures:
FeatureSelectionDialog.message = &Select a feature:
PatchPlugins.title = Included Plug-ins and Fragments
PatchPlugins.desc = Select the plug-ins and fragments included in your feature that will be patched.
VersionSyncWizard.wtitle = Feature Versions
VersionSyncWizard.title = Version Synchronization
VersionSyncWizard.desc = Choose a method to synchronize feature and plug-in versions.
VersionSyncWizard.group = Synchronization Options
VersionSyncWizard.useComponent = Force feature version into plug-in and fragment manifests
VersionSyncWizard.usePlugins = Copy versions from plug-in and fragment manifests
VersionSyncWizard.useReferences = Force versions defined in the feature into plug-in and fragment manifests
VersionSyncWizard.synchronizing = Synchronizing versions...
JavaAttributeWizard.wtitle = Java Attribute Editor
ExtensionsPage.collapseAll=Collapse All
ExtensionPointDetails.title=Extension Point Details
ExtensionPointDetails.desc=Set the properties of the selected extension point.
ExtensionPointDetails.id=ID:
ExtensionPointDetails.name=Name:
ExtensionPointsPage.title=Extension Points
ExtensionPointsPage.tabName=Extension Points
ExtensionPointDetails.schema=Schema:
ExtensionPointDetails.schemaLinks=<form>\
<p><img href="search"/> <a href="search">Find references</a></p>\
<p><img href="desc"/> <a href="desc">Open extension point description</a></p>\
</form>
ExtensionPointsSection.message1=Delete
ExtensionPointDetails.browse=Browse...
ExtensionPointsSection.title=Delete Extension Point Schema
ExtensionPointDetails.noSchemaLinks=<form>\
<p><img href="search"/> <a href="search">Find references</a></p>\
</form>
ExtensionElementDetails.desc=Set the properties of the selected element.
ExtensionDetails.noPoint.title=Extension Point Description
ExtensionDetails.extensionPointLinks=<form>\
<p><img href="search"/> <a href="search">Find declaring extension point</a></p>\
<p><img href="desc"/> <a href="desc">Open extension point description</a></p>\
</form>
ExtensionElementDetails.setDesc=Set the properties of "{0}"
ExtensionEditorSelectionPage.title=Extension Editors
ExtensionEditorSelectionPage.message=Ex&tension Editors:
ExtensionEditorSelectionPage.desc=Choose one of the provided wizards to edit the selected extension
ShowDescriptionAction.noPoint.desc=Description for extension point "{0}" cannot be found.
ExtensionElementDetails.title=Extension Element Details
BaseExtensionPoint.pluginId = &Plug-in Id:
BaseExtensionPoint.id = &Extension Point Id:
BaseExtensionPoint.name = Extension Point &Name:
BaseExtensionPoint.missingId = Plug-in Id and Extension Point properties must be set
BaseExtensionPoint.noPlugin.missingId = Extension Point Id and Name must be set
BaseExtensionPoint.schema = Extension Point &Schema:
BaseExtensionPoint.schemaLocation = C&ontainer:
BaseExtensionPoint.edit = E&dit extension point schema when done
BaseExtensionPoint.shared = &Create shared schema for inclusion
BaseExtensionPoint.sections.overview = [Enter description of this extension point.]
BaseExtensionPoint.sections.since = [Enter the first release in which this extension point appears.]
BaseExtensionPoint.sections.usage = [Enter extension point usage example here.]
BaseExtensionPoint.sections.api = [Enter API information here.]
BaseExtensionPoint.sections.supplied = [Enter information about supplied implementation of this extension point.]
BaseExportWizard.confirmReplace.desc=The file "{0}" already exists. Do you want to overwrite it?
BaseFeatureSpecPage.patchGroup.title=Properties of feature being patched
BaseFeatureSpecPage.featurePropertiesGroup.title = Feature properties
BaseFeatureSpecPage.browse=Browse...
BaseFeatureSpecPage.customGroup=Custom install handler settings
BaseExtensionPoint.sections.copyright=
BaseExportWizard.confirmReplace.title=Confirm Replace
BaseExtensionPoint.generating = Generating schema file...
GenericExtensionWizard.wtitle = New Extension
GeneralInfoSection.version=Version:
GeneralInfoSection.provider=Provider:
GeneralInfoSection.pluginId=Plug-in Id:
GeneralInfoSection.pluginVersion=Plug-in Version:
NewWizard.wtitle = New
NewExtensionWizard.wtitle = New Extension
NewExtensionWizard.title = Extension Wizard Selection
NewElementAction.generic=Generic
NewExtensionWizard.desc = Choose a wizard that will guide you through the new extension creation
NewExtensionWizard.statusMessage = Select a wizard to create new extension
NewExtensionWizard.PointSelectionPage.title = Extension Point Selection
NewExtensionWizard.PointSelectionPage.desc = Select an extension point from those available in the list.
NewExtensionRegistryReader.missingProperty=Cannot create category: id or name is missing
NewExtensionTemplateWizard.generating=Generating content...
NewExtensionWizard.PointSelectionPage.filterCheck = &Show only extension points from the required plug-ins
NewExtensionWizard.PointSelectionPage.descButton = &Details
NewExtensionWizard.PointSelectionPage.message = If this extension point is chosen, its contributing plug-in will be added as a dependency.
NewExtensionWizard.PointSelectionPage.availExtPoints.label = Available extension points:
NewExtensionWizard.PointSelectionPage.contributedTemplates.title = Available templates:
NewExtensionWizard.PointSelectionPage.contributedTemplates.label= Available templates for {0}:
NewExtensionWizard.PointSelectionPage.showDetails = Show Details
NewExtensionWizard.PointSelectionPage.templateDescription = Create a new extension from the {0} template.
NewExtensionWizard.PointSelectionPage.pluginDescription = Create a new extension from the {0} extension point.
NewExtensionPointWizard.wtitle = New Extension Point
NewExtensionPointWizard.title = Extension Point Properties
NewExtensionPointWizard.desc = Specify properties of the new extension point.
NewSchemaFileWizard.wtitle = New Extension Point Schema File
NewSchemaFileWizard.title = Extension Point Schema Properties
NewSchemaFileWizard.desc = Specify properties of the extension point schema file.
ConvertedProjectWizard.title = Convert Existing Projects
ConvertedProjectWizard.desc = Select existing projects to add PDE capability.
ConvertedProjectWizard.projectList = &Available projects
ConvertedProjectWizard.converting = Converting ...
ConvertedProjectWizard.updating = Updating build path...
ConvertProjectsAction.find=Find Projects to Convert
ConvertProjectsAction.none= There are no projects to convert.
### Supplied templates
PluginCodeGeneratorWizard.title = New plug-in project with custom templates
PluginContentPage.brandingTitle=Rich Client Application
EditorNewWizard.wtitle = New plug-in project with a sample XML editor
EditorTemplate.title = Sample XML Editor
EditorTemplate.desc = Choose the options that will be used to generate the XML editor.
EditorTemplate.packageName = &Java Package Name:
EditorTemplate.editorClass = &Editor Class Name:
EditorTemplate.editorName = Editor &Name:
EditorTemplate.fileExtension = &File Extension:
EditorTemplate.defaultEditorName = Sample XML Editor
HelloWorldNewWizard.wtitle = New Hello World plug-in project
HelloWorldTemplate.title = Sample Action Set
HelloWorldTemplate.desc= This template will generate a sample action set extension with a menu, a \
menu item and a tool bar button.
HelloWorldTemplate.packageName = &Java Package Name:
HelloWorldTemplate.className = &Action Class Name:
HelloWorldTemplate.messageText = &Message Box Text:
HelloWorldTemplate.defaultMessage = Hello, Eclipse world
HelloWorldTemplate.sampleActionSet = Sample Action Set
HelloWorldTemplate.sampleMenu = Sample &Menu
HelloWorldTemplate.sampleAction = &Sample Action
MultiPageEditorNewWizard.wtitle = New plug-in project with a multi-page editor
MultiPageEditorTemplate.title = Sample Multi-Page Editor
MultiPageEditorTemplate.desc = Choose the options that will be used to generate the multi-page editor.
MultiPageEditorTemplate.packageName = &Java Package Name:
MultiPageEditorTemplate.className = &Editor Class Name:
MultiPageEditorTemplate.contributor = Editor &Contributor Class Name:
MultiPageEditorTemplate.editorName = E&ditor Name:
MultiPageEditorTemplate.defaultEditorName = Sample Multi-page Editor
MultiPageEditorTemplate.extensions = F&ile Extension:
NewWizardTemplate.title =New Wizard Options
NewWizardTemplate.desc =The provided options control the new wizard that will be created.
NewWizardTemplate.packageName = &Java Package Name:
NewWizardTemplate.categoryId = &Wizard Category Id:
NewWizardTemplate.categoryName = Wi&zard Category Name:
NewWizardTemplate.className = Wizard &Class Name:
NewWizardTemplate.pageClassName = Wizard &Page Class Name:
NewWizardTemplate.wizardName = Wizard &Name:
NewWizardTemplate.defaultName = Multi-page Editor file
NewWizardTemplate.extension = Fi&le Extension:
NewWizardTemplate.fileName = &Initial File Name:
PerspectiveExtensionsNewWizard.wtitle = New plug-in project with a perspective extension
PerspectiveExtensionsTemplate.title0 = Perspective Extensions 1: Target and Shortcuts
PerspectiveExtensionsTemplate.desc0 = Add an action set and shortcuts to the target perspective
PerspectiveExtensionsTemplate.title1 = Perspective Extensions 2: View
PerspectiveExtensionsTemplate.desc1 = Add a view to the target perspective
PerspectiveExtensionsTemplate.perspectiveId = &Target Perspective ID:
PerspectiveExtensionsTemplate.actionSet = &Action Set:
PerspectiveExtensionsTemplate.shortcutId = &Perspective Shortcut ID:
PerspectiveExtensionsTemplate.viewShortcutId = &View Shortcut ID:
PerspectiveExtensionsTemplate.wizardShortcutId = &Wizard Shortcut ID:
PerspectiveExtensionsTemplate.viewId = &View ID:
PerspectiveExtensionsTemplate.relativeView = &Relative View:
PerspectiveExtensionsTemplate.relativePosition = Relative Position:
PerspectiveExtensionsTemplate.stack = Stack
PerspectiveExtensionsTemplate.fast = Fast
PerspectiveExtensionsTemplate.left = Left
PerspectiveExtensionsTemplate.right = Right
PerspectiveExtensionsTemplate.top = Top
PerspectiveExtensionsTemplate.buttom = Bottom
PopupMenuNewWizard.wtitle = New plug-in project with popup menus
PopupMenuTemplate.title = Sample Popup Menu
PointSelectionPage.tab1=Extension Points
PointSelectionPage.tab2=Extension Wizards
PopupMenuTemplate.desc = This template creates a submenu and adds a new action to a selected object's popup menu.
PopupMenuTemplate.targetClass = &Target Object's Class:
PopupMenuTemplate.nameFilter = N&ame Filter:
PopupMenuTemplate.newAction=NewAction
PopupMenuTemplate.submenuName = &Submenu Name:
PopupMenuTemplate.defaultSubmenuName = New Submenu
PopupMenuTemplate.actionLabel = &Action Label:
PopupMenuTemplate.defaultActionName = New Action
PopupMenuTemplate.packageName = &Java Package Name:
PopupMenuTemplate.actionClass = Action &Class:
PointSelectionPage.categories=Wizard Categories:
PopupMenuTemplate.enabledFor = Action is enabled for:
PopupMenuTemplate.singleSelection = Single selection
PopupMenuTemplate.multipleSelection = Multiple selection
PreferencePageTemplate.title = Sample Preference Page
PreferencePageTemplate.desc = The provided options allow you to control the preference page that will be created.
PreferencePageTemplate.packageName = &Java Package Name:
PreferencePageTemplate.className = &Page Class Name:
PreferencePageTemplate.pageName = Page &Name:
PreferencePageTemplate.defaultPageName =Sample Preferences
PropertyPageNewWizard.wtitle = New plug-in project with a property page
PropertyPageTemplate.title = Sample Property Page
PropertyPageTemplate.desc = This template adds a property page to a resource and will appear in \
the Properties Dialog for that resource.
PropertyPageTemplate.packageName = &Java Package Name:
PropertyPageTemplate.pageClass = &Property Page Class:
PropertyPageTemplate.pageName = P&roperty Page Name:
PropertyPageTemplate.defaultPageName = Sample Page
PropertyPageTemplate.targetClass = &Target Class:
PropertyPageTemplate.nameFilter = &Name Filter:
TemplateSelectionPage.title = Template Selection
TemplateSelectionPage.desc = Choose templates that will contribute content to this plug-in from the list. Click on a template entry to read its description.
TemplateSelectionPage.table = &Available Templates:
TemplateSelectionPage.column.name = Name
TemplateSelectionPage.column.point = Extension Point
ViewNewWizard.wtitle = New plug-in project with a sample view
ViewTemplate.title0 = Main View Settings
ViewTemplate.desc0 = Choose the way the new view will be added to the plug-in.
ViewTemplate.title1 = View Features
ViewTemplate.desc1 = Choose the features that the new view should have.
ViewTemplate.packageName = &Java Package Name:
ViewTemplate.className = &View Class Name:
ViewTemplate.name = View Na&me:
ViewTemplate.defaultName = Sample View
ViewTemplate.categoryId = View &Category Id:
ViewTemplate.categoryName = V&iew Category Name:
ViewTemplate.defaultCategoryName = Sample Category
ViewTemplate.select = Select the viewer type that should be hosted in the view:
ViewTemplate.table = &Table viewer (can also be used for lists)
ViewTemplate.tree = T&ree viewer
ViewTemplate.doubleClick = &Add double-click support
ViewTemplate.popup = A&dd actions to the pop-up menu
ViewTemplate.toolbar = Add a&ctions to the view's tool bar
ViewTemplate.pulldown = Add ac&tions to the view's pull-down menu
ViewTemplate.sorting = Add &support for sorting
ViewTemplate.filtering = Add support for filtering
ViewTemplate.drilldown = Add d&rill-down capability
ViewTemplate.addToPerspective = A&dd the view to the resource perspective
HelpTemplate.title = Sample Help Table of Contents
HelpTemplate.desc = Create a standalone or integrated table of contents.
HelpTemplate.tocLabel = &Label for table of contents:
HelpTemplate.isPrimary = Primary
HelpTemplate.generateTest = Generate a primary table of contents for testing
HelpTemplate.gettingStarted = Generate a 'Getting Started' category
HelpTemplate.concepts = Generate a 'Concepts' category
HelpTemplate.tasks = Generate a 'Tasks' category
HelpTemplate.reference = Generate a 'Reference' category
HelpTemplate.samples = Generate a 'Samples' category
####
PluginSelectionDialog.title = Plug-in Selection
PluginSelectionDialog.message = &Select a Plug-in:
PluginActivationSection.title=Plug-in Activation (Eclipse 3.0 Platforms Only)
PluginImportOperation.linking=Linking content...
PluginSelectionDialog.workspacePlugins = Workspace Plug-ins
PluginActivationSection.manifestRequired=To take advantage of this feature, the plug-in must contain a manifest.mf file.
PluginActivationSection.createManifest=Create a manifest file
PluginActivationSection.exception.title=Exceptions to the Rule
PluginActivationSection.exception.desc=Ignore the activation rule when loaded classes belong to the following subset of packages:
PluginSelectionDialog.externalPlugins = External Plug-ins
ImportWizard.title = Import Plug-ins and Fragments
ImportWizard.noToAll = No To A&ll
ImportWizard.messages.title = Plug-in Import
ImportWizard.messages.exists = Project ''{0}'' already exists. Is it OK to replace it?
ImportWizard.FirstPage.title = Import External Plug-ins and Fragments
ImportWizard.FirstPage.warning = Make sure to add the source code locations for the plug-ins you are importing to the Source Code Locations preference page
ImportWizard.FirstPage.desc = Create projects from external plug-ins and fragments.
ImportWizard.FirstPage.importGroup = Plug-ins and Fragments to Import
ImportWizard.FirstPage.importPrereqs = &Import plug-ins and fragments required by existing workspace plug-ins
ImportWizard.FirstPage.scanAll = &Select from all plug-ins and fragments found at the specified location
ImportWizard.FirstPage.importAs = Import As
ImportWizard.FirstPage.binary = Bin&ary projects
ImportWizard.FirstPage.binaryLinks = Binar&y projects with linked content
ImportWizard.FirstPage.source = Pro&jects with source folders
ImportWizard.FirstPage.codeLocations = Source &Code Locations
ImportWizard.FirstPage.source.label = Locations to be searched for library JARs source attachment:
ImportWizard.FirstPage.variables = Variables in library paths are resolved as specified in the Preferences:
ImportWizard.FirstPage.env = &Environment Variables
ImportWizard.FirstPage.importFrom = Import From
ImportWizard.FirstPage.target = T&he target platform (as specified in the Preferences)
ImportWizard.FirstPage.goToTarget = &Target Platform
ImportWizard.FirstPage.otherFolder = &Plug-in Location:
ImportWizard.FirstPage.browse = B&rowse...
ImportWizard.SecondPage.addFragments = Include fra&gments when computing required plug-ins
ImportWizard.messages.folder.title = Plug-in Directory
ImportWizard.messages.folder.message = Select a directory that contains plug-ins or fragments
ImportWizard.errors.locationMissing = Enter the location of the build.
ImportWizard.errors.buildFolderInvalid = Build folder path is invalid.
ImportWizard.errors.buildFolderMissing =Build folder directory does not exist.
ImportWizard.expressPage.title = Selection
ImportWizard.expressPage.desc = Select the workspace plug-ins whose required plug-ins and fragments are to be imported.
ImportWizard.expressPage.nonBinary = E&xisting non-binary workspace plug-ins:
ImportWizard.expressPage.total = Total: {0}
ImportWizard.DetailedPage.title = Selection
ImportWizard.DetailedPage.desc = Select plug-ins and fragments to import.
ImportWizard.DetailedPage.availableList = &Plug-ins and Fragments Found:
ImportWizard.DetailedPage.importList = P&lug-ins and Fragments to Import:
ImportWizard.DetailedPage.add = &Add -->
ImportWizard.DetailedPage.addAll = A&dd All -->
ImportWizard.DetailedPage.remove = <-- &Remove
ImportWizard.DetailedPage.removeAll = <-- Re&move All
ImportWizard.DetailedPage.swap = <-- &Swap -->
ImportWizard.DetailedPage.existing = Exis&ting Plug-ins -->
ImportWizard.DetailedPage.existingUnshared = Existing &Unshared -->
ImportWizard.DetailedPage.addRequired = Re&quired Plug-ins -->
ImportWizard.DetailedPage.count = {0} out of {1} selected
ImportWizard.DetailedPage.locate = Locate Plug-ins and Fragments
ImportWizard.DetailedPage.search = &ID (* = any string, ? = any character):
ImportWizard.operation.creating = Creating projects from plug-ins...
ImportWizard.operation.multiProblem = Problems detected while importing plug-ins
ImportWizard.operation.problem = Problem while importing plug-in ''{0}'': {1}
ImportWizard.operation.creating2 = Creating ''{0}''...
ImportWizard.operation.extracting = Extracting...
ImportWizard.operation.copyingSource = Copying source...
FeatureImportWizard.FirstPage.title = Import External Features
FeatureImportWizard.FirstPage.desc = Create projects from external features. Note that this \
wizard should only be used for feature-based launching.
FeatureImportWizard.FirstPage.runtimeLocation = &Choose from features in the run-time workbench
FeatureImportWizard.FirstPage.otherLocation = &Import features from the file system
FeatureImportWizard.FirstPage.otherFolder = &Feature Location:
FeatureImportWizard.FirstPage.browse = B&rowse...
FeatureImportWizard.messages.folder.title = Feature Directory
FeatureImportWizard.messages.folder.message = Select a directory that contains features
FeatureImportWizard.errors.locationMissing = Feature location is missing
FeatureImportWizard.errors.buildFolderInvalid = Feature Location is not a valid path
FeatureImportWizard.errors.buildFolderMissing= The directory specified does not exist
FeatureImportWizard.DetailedPage.title = Selection
FeatureImportWizard.DetailedPage.desc = Select features to import.
FeatureImportWizard.DetailedPage.featureList = &Features found:
FeatureImportWizard.messages.loadingRuntime = Loading features:
FeatureImportWizard.messages.updating = Updating...
FeatureImportWizard.messages.loadingFile = Loading features:
FeatureImportWizard.title = Import Features
FeatureMatchSection.patch=Patch
FeatureImportWizard.noToAll = No to A&ll
FeatureImportWizard.messages.noFeatures = No features found. Ensure that the chosen directory contains 'features' folder.
FeatureImportWizard.messages.title = Feature Import
FeatureImportWizard.messages.exists = Project ''{0}'' already exists. Is it OK to replace it?
FeaturePropertiesDialog.requiredURL=URL is a required attribute
FeatureImportWizard.operation.creating = Creating projects from features...
FeatureImportWizard.operation.multiProblem = Problems detected while importing features
FeatureImportWizard.operation.problem = Problem while importing feature ''{0}'': {1}
FeatureImportWizard.operation.creating2 = Creating ''{0}''...
UpdateBuildpathWizard.wtitle = Java Classpath
UpdateBuildpathWizard.title = Update Java class path
UpdateBuildpathWizard.desc = Selected plug-ins and fragments will have their class path recomputed.
UpdateBuildpathWizard.availablePlugins = &Available plug-ins and fragments:
###### Actions ########################################
EditorActions.save = &Save
EditorActions.cut = Cu&t
EditorActions.copy = &Copy
EditorActions.paste = &Paste
EditorActions.revert = Re&vert
Actions.properties.label = P&roperties
Actions.open.label = &Open
Actions.refresh.label = &Refresh
Actions.delete.label = &Delete
Actions.synchronizeVersions.label = S&ynchronize Versions...
Actions.apply.label = &Apply
Actions.reset.label = &Reset
Actions.edit.label = &Edit
Actions.delete.flabel = Delete
Actions.apply.flabel = Apply
Actions.reset.flabel = Reset
Menus.new.label = &New
Menus.edit.label = &Edit
Menus.goTo.label = Traverse
Actions.classpath.title = Update Classpaths
Actions.classpath.message = Updating failed. See log for details.
Actions.classpath.update = Update classpaths...
Actions.classpath.setting = Setting class path of ''{0}''...
RuntimeWorkbenchShortcut.launchFailed=Run-Time Workbench Launch Failed
RuntimeWorkbenchShortcut.title=Select Configuration
RuntimeWorkbenchShortcut.select.debug=Select a Run-Time Workbench configuration to debug
RuntimeWorkbenchShortcut.select.run=Select a Run-Time Workbench configuration to run
RuntimeWorkbenchShortcut.name=Workbench
RuntimeInfoSection.addEntry=Add Entry
BaseExtensionPointMainPage.noContainer=You must select a valid target container (project or folder) first.
BaseExtensionPointMainPage.pluginId.tooltip = Browse workspace plug-ins
BaseExtensionPointMainPage.schemaLocation.tooltip = Select new schema file container
BaseExtensionPointMainPage.pluginBrowse = B&rowse...
BaseExtensionPointMainPage.findBrowse = Bro&wse...
BaseExtensionPointMainPage.since=Since:
BaseExtensionPointMainPage.schemaLocation.title = Folder Selection
BaseExtensionPointMainPage.schemaLocation.desc = Select a target container for extension point schema:
SourcePreferencePage.new.title=New Source Location
SourcePreferencePage.column.name=Name
SourcePreferencePage.column.path=Path
SourcePreferencePage.dialogMessage=Choose a source code location:
EditorPreferencePage.useSourcePage = &Use source page as the default
EditorPreferencePage.askDefaultPage = Con&firm before changing the default page
EditorPreferencePage.desc=Common PDE editor settings.
EditorPreferencePage.colorSettings = Source page color settings:
EditorPreferencePage.text=&Text:
EditorPreferencePage.proc=Pr&ocessing instructions:
EditorPreferencePage.string=&Constant strings:
EditorPreferencePage.tag=Ta&gs:
EditorPreferencePage.comment=Co&mments:
PluginPathDialog.desc=Based on selections in the launcher, the following plug-ins and/or fragments will be passed to the run-time workbench instance:
DefaultPageDialog.title=Default Editor Page
DefaultPageDialog.stopAskingButton=Do not &ask this question again
#################Search Page###############################
SearchPage.searchString = Search s&tring (*=any string, ?=any character):
SearchPage.caseSensitive = &Case sensitive
SearchPage.searchFor = Search For
SearchPage.limitTo = Limit To
SearchPage.externalScope = External Scope
SearchPage.plugin = &Plug-in
SearchPage.fragment = &Fragment
SelectionPage.title=Selection
SearchPage.extPt = E&xtension Point
SearchPage.declarations = &Declarations
SearchPage.references = &References
SearchPage.allOccurrences = All &Occurrences
SearchPage.all = &All
SearchPage.enabledOnly = &Enabled Plug-ins Only
SearchPage.none = &None
Search.singleMatch = match
SelectionPage.desc=Select the sample to create from the provided list.
Search.multipleMatches = matches
SearchAction.references = Re&ferences
SearchAction.Declaration = Declaratio&n
ShowDescriptionAction.label = Sho&w Description
ShowDescriptionAction.title=Extension Point Description
ShowSampleAction.msgTitle=Samples
DependencyExtent.singular = dependency
DependencyExtent.plural = dependencies
DetailsBlock.horizontal=Horizontal orientation
DependencyExtent.found = found
DependencyExtent.searching = Searching...
DependencyExtentAction.label = Compute Dependenc&y Extent
DependencyExtent.references = References in
UnusedDependencies.title = Unused Dependencies
UnusedDependencies.action = Find &Unused Dependencies
UnusedDependencies.notFound = No unused dependencies were found.
UnusedDependencies.found = The following dependencies are not used:
UnusedDependencies.remove = Select the unused dependencies to be removed:
UnusedDependencies.analyze = Analyzing dependencies...
UnusedDependencies.unused = unused
DependenciesView.open= &Open
DependenciesPage.title=Dependencies
DependenciesPage.tabName=Dependencies
DetailsBlock.vertical=Vertical orientation
DependenciesView.focusOn = Focu&s On...
DependenciesView.focusOnSelection = Foc&us On ''{0}\''
DependencyAnalysisSection.title=Dependency Analysis
DependencyAnalysisSection.loops=Dependency Loops
DependencyAnalysisSection.noCycles=The dependency graph of this plug-in does not contain cycles.
DependencyAnalysisSection.references=References
DependencyAnalysisSection.fragment.editable=<form>\
<p><img href="search"/> <a href="extent">Compute Dependency Extent</a></p>\
<p><img href="search"/> <a href="unused">Find unused dependencies</a></p>\
<p><img href="search"/> <a href="references">Find this fragment's parent plug-in</a></p>\
</form>
DependencyAnalysisSection.noReferencesFound=No plug-ins reference this fragment.
DependencyAnalysisSection.fragment.notEditable=<form>\
<p><img href="search"/> <a href="references">Find this fragment's parent plug-in</a></p>\
</form>
DependencyAnalysisSection.plugin.editable = <form>\
<p><img href="loops"/> <a href="loops">Look for cycles in the dependency graph</a></p>\
<p><img href="search"/> <a href="extent">Compute Dependency Extent</a></p>\
<p><img href="search"/> <a href="unused">Find unused dependencies</a></p>\
<p><img href="search"/> <a href="references">Find plug-ins and fragments that reference this plug-in</a></p>\
</form>
DependencyAnalysisSection.plugin.notEditable = <form>\
<p><img href="loops"/> <a href="loops">Look for cycles in the dependency graph</a></p>\
<p><img href="search"/> <a href="references">Find plug-ins and fragments that reference this plug-in</a></p>\
</form>
PluginsView.open=&Open
PluginsView.openDependencies=Open &Dependencies
PluginsView.asBinaryProject=As &Binary Project
PluginsView.asSourceProject=As &Source Project
PluginsView.showDisabled=Show &disabled external plug-ins
PluginsView.showWorkspace=Show &workspace plug-ins
PluginContentPage.brandNo=&No
PluginsView.textEditor=&Text Editor
PluginsView.systemEditor=&System Editor
PluginsView.manifestEditor=&PDE Manifest Editor
PluginContentPage.brandYes=Ye&s
PluginsView.schemaEditor=PDE &Schema Editor
PluginsView.copy=&Copy
PluginsView.dependentPlugins=&Dependent Plug-ins
PluginActivationSection.desc=In order to improve performance, specify the conditions under which the plug-in should be activated.
PluginActivationSection.rule=Activation Rule
PluginsView.pluginsInJavaSearch=&Plug-ins in Java Search
PluginsView.addToJavaSearch=&Add to Java Search
PluginsView.removeFromJavaSearch=Remove &from Java Search
PluginActivationSection.activate=Always activate this plug-in
PluginsView.showInNavigator=Show In Resource &Navigator
PluginsView.showInPackageExplorer=Show In Package &Explorer
PluginActivationSection.autostart=Eclipse-AutoStart
PluginActivationSection.noActivate=Do not activate this plug-in
PluginContentPage.brandingQuestion=Would you like to create a rich client application?
PluginsView.openWith=Open &With
PluginsView.import=&Import
PluginsView.select=Se&lect
PluginsView.unableToOpen = Unable to open external editor: {0}
PluginsView.disabled = {0} - disabled
RequiredPluginsContainerPage.title=Plug-in Dependencies
RequiredPluginsContainerPage.desc=This container dynamically manages the plug-in's dependencies
RequiredPluginsContainerPage.label=&Resolved entries:
RequiredPluginsContainerPage.attachSource=Attach &Source...
SourceAttachmentDialog.title = Source Attachments for ''{0}''
NewSiteWizard.wtitle = New Update Site
NewSiteWizard.MainPage.title = Update Site Project
NewSiteWizard.creatingProject = Creating project...
NewSiteWizard.creatingFolders = Creating folders...
NewSiteWizard.creatingManifest = Creating manifest...
NewSiteWizard.MainPage.desc = Create a new update site project
NewFeatureWizard.overwriteSite = A site by the same name already exists on disk. Would you like to overwrite?
##############
SiteHTML.checkLabel = &Generate a web page listing all available features within the site
SiteHTML.webLabel = &Web resources location:
SiteHTML.webError = Web resources location must be set.
SiteHTML.loadError = Document could not be loaded by browser.
##############
FeatureBuildOperation.running = Running the scripts...
FeaturePropertiesDialog.title=Feature JAR Properties
FeaturePropertiesDialog.label=Label:
FeaturePropertiesDialog.patch=Patch
CompilersPreferencePage.desc=Options for manifest compilers
CompilersPreferencePage.error=Error
CompilersPreferencePage.warning=Warning
CompilersPreferencePage.ignore=Ignore
CompilersPreferencePage.plugins=&Plug-ins
CompilersPreferencePage.schemas=&Schemas
CompilersPreferencePage.features=&Features
CompilersPreferencePage.sites=&Update Sites
CompilersPreferencePage.label=Select the severity level for the following problems:
CompilersPreferencePage.altlabel=Select the following compiler options:
compilers.p.unresolved-import= U&nresolved plug-in references:
compilers.p.unresolved-ex-points= Un&resolved extension points:
compilers.p.unknown-element= Und&efined extension elements:
compilers.p.unknown-attribute=Undef&ined extension attributes:
compilers.p.illegal-att-value=I&llegal extension attribute values:
compilers.p.unknown-class= Unknown &classes:
compilers.p.unknown-resource= Un&known resources:
compilers.p.no-required-att=Re&quired attributes not defined:
compilers.s.create-docs = &Generate reference documentation from schemas
compilers.s.doc-folder = Do&cumentation folder:
compilers.s.open-tags = &Unmatched tags in documentation:
compilers.s.forbidden-end-tags = &Illegal end tags:
compilers.s.optional-end-tags = &Missing optional end tags:
compilers.f.unresolved-plugins = U&nresolved plug-in references:
compilers.f.unresolved-features = Un&resolved feature references:
CompilersPreferencePage.rebuild.title=Build Needed
CompilersPreferencePage.rebuild.message=The compiler settings have changed. Some projects need to be rebuilt for the changes to take effect. Do you want to rebuild now?
CompilersPreferencePage.building = Building Projects...
SchemaMarkerResolutionGenerator.label=Show the extension point reference document
ExportWizard.Plugin.wtitle = Export Plug-ins and Fragments
ExportWizard.Feature.wtitle = Export Features
ExportWizard.Plugin.pageTitle = Deployable plug-ins and fragments
ExportWizard.Feature.pageTitle = Deployable features
ExportWizard.Plugin.pageBlock = &Available Plug-ins and Fragments:
ExportWizard.Feature.pageBlock = &Available Features:
ExportWizard.Plugin.description = Export the selected projects into a form suitable for deploying in an Eclipse product
ExportWizard.format = &Deploy as:
ExportWizard.directory = a directory structure
ExportWizard.zip = a single ZIP file
ExportWizard.tar = a single TAR file
ExportWizard.updateJars = individual JAR archives for the Update site
ExportWizard.includeSource = &Include source code
ExportWizard.overwrite = &Overwrite existing directories and files without warning
ExportWizard.options = Export Options
ExportWizard.destination.group = Destination
ExportWizard.destination = Director&y:
ExportWizard.badDirectory = Specified directory could not be created.
ExportWizard.workingSet = Wor&king Set...
ExportWizard.browse = B&rowse...
ExportWizard.antTitle = Save Export Operation
ExportWizard.browse2 = Bro&wse...
ExportWizard.antLabel = An&t build file:
ExportWizard.antCheck = Sa&ve this export operation as an Ant build script
ExportWizard.dialog.title = Destination Directory
ExportWizard.dialog.message = Select a destination directory for the export operation
ExportWizard.error.message = Errors occurred during the operation. A zip file containing the build logs has been generated and placed at "{0}".
ExportWizard.status.noselection = No items selected.
ExportWizard.status.nodirectory = Destination directory must be specified.
ExportWizard.status.nofile = File name must be specified.
ExportWizard.status.noantfile = An Ant build file must be specified.
ExportWizard.zipFile = Fi&le name:
ExtensionsPage.title=Extensions
ExtensionsPage.tabName=Extensions
ExtensionDetails.title=Extension Details
ExtensionDetails.desc=Set the properties of the selected extension.
ExtensionDetails.id=Id:
ExtensionDetails.name=Name:
ExtensionDetails.point=Point:
ExportWizard.zipFileExists = The zip file specified already exists. Would you like to overwrite it?
ExportWizard.buildOptions.button = B&uild Options
ExportWizard.targetEnv.button = Tar&get Environment
ExportJob.error.message = Errors occurred during the operation. A zip file containing the build logs has been generated and placed at "{0}".
ExportJob.exporting = Exporting
ExportJob.jobTitle = PDE Export
SiteEditorContributor.build=&Build
SiteEditorContributor.rebuildAll=&Rebuild All
GrammarPropertySource.minOccursFormat=minOccurs must be an integer that is greater or equal 0
GrammarPropertySource.maxOccursFormat=maxOccurs must be either \"unbounded\" or an integer that is greater or equal 0
GrammarPropertySource.minOccursValue=minOccurs must be an integer that is greater or equal 0
GrammarPropertySource.maxOccursValue=maxOccurs must be either \"unbounded\" or an integer that is greater or equal 0
ReferencePropertySource.minOccurs.value=valid values for \'minOccurs\' in this context are 0 and 1
ReferencePropertySource.maxOccurs.value=\'maxOccurs\' can only be 1 in this context
FeatureImportWizard.DetailedPage.loading=Loading...
FeatureImportWizard.DetailedPage.problemsLoading=Problems encountered while loading features
NewFeatureDialog.alreadyDefined=Feature with the same URL already exists.
NewArchiveDialog.alreadyExists=Archive with the same path already exists.
UpdateClasspathAction.missingPlugin.title=Missing Plug-ins
UpdateClasspathAction.find=Find Classpaths to Recompute
UpdateClasspathAction.none=There are no plug-ins or fragments whose classpaths need to be recomputed.
UpdateClasspathAction.missingPlugin.message=Some of the plug-ins being imported may not compile due to missing required plug-ins. Will these pre-requisites be imported at a later time?
NewCategoryDefinitionDialog.alreadyExists=This category already exists.
RenameDialog.label=&Enter new name:
RenameDialog.validationError = Name already exists.
ReferenceAttributeRow.browse=Browse...
EditableTablePart.renameAction=Rename...
EditableTablePart.renameTitle=Rename
######### Site Editor #########################################
NewCategoryDefinitionDialog.title = New Category Definition
NewCategoryDefinitionDialog.name = &Name:
NewCategoryDefinitionDialog.label = &Label:
NewCategoryDefinitionDialog.desc = De&scription:
NewCategoryDefinitionDialog.empty = Name and label must be set.
BuildFeatureWizardPage.title = Features to build
BuildFeatureWizardPage.desc = Select the features to be built into the update site
BuildFeatureWizardPage.label = &Available Features:
BuildFeatureWizardPage.adding = Adding...
BuildFeatureWizardPage.updating = Updating...
SiteEditor.page1 = Features
SiteEditor.add=Add...
SiteEditor.edit=Edit...
SiteEditor.remove=Remove
SiteEditor.copy = Copy
SiteEditor.buildAll = Build All
SiteEditor.build = Build
SiteEditor.publish = Publish
SiteEditor.properties = Properties
SiteEditor.FeatureSection.header=Features to Build
SiteEditor.FeatureSection.desc=List all the features to be built. Drag the ones to be published on the update site over to the right pane and drop them.
SiteEditor.FeatureSection.expose=Publish the selected feature
SiteEditor.FeatureSection.patch=Patch
SiteEditor.FeatureSection.url=URL:
SiteEditor.FeatureSection.label=Label:
SiteEditor.FeatureSection.id=Id:
SiteEditor.FeatureSection.version=Version:
SiteEditor.FeatureSection.type=Type:
SiteEditor.FeatureSection.os=O/S:
SiteEditor.FeatureSection.ws=W/S:
SiteEditor.FeatureSection.nl=Languages:
SiteEditor.FeatureSection.arch=Architecture:
SiteEditor.FeatureSection.category=Category:
SiteEditor.NewArchiveDialog.path=&Path:
SiteEditor.NewArchiveDialog.url=&URL:
SiteEditor.NewArchiveDialog.title=Site Archive
SiteEditor.NewArchiveDialog.error=Both fields are required
SiteEditor.ArchiveSection.header=Archive Mapping
SiteEditor.ArchiveSection.instruction = Every data archive located outside the features subdirectory must be mapped to that directory with a path-to-URL mapping:
SiteEditor.ArchiveSection.col1=Path
SiteEditor.ArchiveSection.col2=URL
SiteEditor.DescriptionSection.header=Site Description
SiteEditor.DescriptionSection.desc=Describe the update site and specify its address:
SiteEditor.DescriptionSection.descLabel=Description:
SiteEditor.DescriptionSection.urlLabel=URL:
SiteEditor.DescriptionSection.pluginLocation=Plug-in Location:
SiteEditor.DescriptionSection.featureLocation=Feature Location:
SiteEditor.DescriptionSection.browse=Browse...
SiteEditor.DescriptionSection.folderSelection=Folder Selection
SiteBuild.feature = Building feature:
SiteBuild.errorDialog = Build Error
SiteBuild.errorMessage = Compilation failed. Check the logs folder in the update site project for details.
################Migration Wizard#############################
MigrationWizard.title=Migrate Plug-ins and Fragments
MigrationAction.find=Find Projects to Migrate
MigrationAction.none=There are no projects to migrate.
MigrationWizard.progress=Migrating...
MigrationWizardPage.desc=Migrate the plug-ins and fragments that are not compliant with Eclipse 3.0 guidelines
MigrationWizardPage.label=&Plug-ins and fragments that are not 3.0-compliant:
MigrationWizard.update=&Update the Java build path (recommended)
PDEFormPage.help=Help
HandlerSection.invalid=Invalid URL format: {0}
HandlerSection.featureEditor=Feature Editor
GeneralInfoSection.id=ID:
GeneralInfoSection.name=Name:
GeneralInfoSection.class=Class:
GeneralInfoSection.browse=Browse...
GeneralInfoSection.selectionTitle=Select Type
RequiresSection.title=Required Plug-ins
RequiresSection.fDesc=Specify the list of plug-ins required for the operation of this fragment:
RequiresSection.desc=Specify the list of plug-ins required for the operation of this plug-in:
RequiresSection.down=Down
RequiresSection.add=Add...
RequiresSection.up=Up
RequiresSection.open=Open
RequiresSection.compute=Compute Build Path
RequiresSection.update=Updating the build path...
RequiresSection.delete=Delete
AlertSection.title=Alerts and Action Items
AlertSection.default.noAlerts=<form><p>No alerts at this time.</p></form>
LoopDialog.title=Cycles in Dependency Graph
MatchSection.title=Dependency Properties
MatchSection.desc=Define the properties of the selected dependency:
LibrarySection.jarsMessage=Select JAR archives to be added to the plug-in's classpath:
OverviewPage.help.manifest=/org.eclipse.pde.doc.user/guide/pde_manifest_overview.htm
OverviewPage.help.pdeRunning=/org.eclipse.pde.doc.user/guide/pde_running.htm
OverviewPage.help.deploy=/org.eclipse.pde.doc.user/guide/pde_deploy.htm
OverviewPage.content=<form>\
<p>The content of the plug-in is made up of four sections:</p>\
<li style="image" value="page" bindent="5"><a href="dependencies">Dependencies</a>: lists all the plug-ins required on this plug-in's classpath to compile and run.</li>\
<li style="image" value="page" bindent="5"><a href="runtime">Runtime</a>: lists the libraries that make up this plug-in's runtime.</li>\
<li style="image" value="page" bindent="5"><a href="extensions">Extensions</a>: declares contributions this plug-in makes to the platform.</li>\
<li style="image" value="page" bindent="5"><a href="ex-points">Extension Points</a>: declares new function points this plug-in adds to the platform.</li>\
</form>
OverviewPage.testing=<form>\
<p>You can test the plug-in by launching a second (runtime) instance of the workbench:</p>\
<li style="image" value="run" bindent="5"><a href="action.run">Launch a runtime workbench</a></li>\
<li style="image" value="debug" bindent="5"><a href="action.debug">Launch a runtime workbench in Debug mode</a></li>\
</form>
OverviewPage.tabName=Overview
OverviewPage.deploying=<form>\
<p>To deploy the plug-in:</p>\
<li style="text" value="1." bindent="5">Specify what needs to be packaged in the deployable plug-in on the <a href="build">Build Configuration</a> page</li>\
<li style="text" value="2." bindent="5">Export the plug-in in a format suitable for deployment using the <a href="export">Export Wizard</a></li>\
</form>
OverviewPage.fContent=<form>\
<p>The content of the fragment is made up of four sections:</p>\
<li style="image" value="page" bindent="5"><a href="dependencies">Dependencies</a>: lists all the plug-ins required on this fragment's classpath to compile and run.</li>\
<li style="image" value="page" bindent="5"><a href="runtime">Runtime</a>: lists the libraries that make up this fragment's runtime.</li>\
<li style="image" value="page" bindent="5"><a href="extensions">Extensions</a>: declares contributions this fragment makes to the platform.</li>\
<li style="image" value="page" bindent="5"><a href="ex-points">Extension Points</a>: declares new function points this fragment adds to the platform.</li>\
</form>
OverviewPage.fTesting=<form>\
<p>You can test the fragment by launching a second (runtime) instance of the workbench:</p>\
<li style="image" value="run" bindent="5"><a href="action.run">Launch a runtime workbench</a></li>\
<li style="image" value="debug" bindent="5"><a href="action.debug">Launch a runtime workbench in Debug mode</a></li>\
</form>
OverviewPage.fDeploying=<form>\
<p>To deploy the fragment:</p>\
<li style="text" value="1." bindent="5">Specify what needs to be packaged in the deployable fragment on the <a href="build">Build Configuration</a> page</li>\
<li style="text" value="2." bindent="5">Export the fragment in a format suitable for deployment using the <a href="export">Export Wizard</a></li>\
</form>
ClassAttributeRow.dialogTitle=Select Type
AttributePropertySource.assertBoolean=Boolean value must either be "true" or "false"
AttributePropertySource.invalidRestriction=Value "{0}" is not valid for the specified restriction
ArchivePage.title=Description and Archives
ArchivePage.name=Archives
CategorySection.title=Features To Publish
CategorySection.new=New Category...
CategorySection.desc=Categorize the features to facilitate the browsing and searching of the update site. A feature may appear in 0 or more categories.
SampleWizard.title=Sample Wizard
SampleEditor.desc=<form>{0}</form>
SampleWizard.overwrite=Project "{0}" already exists. Do you want to replace it?
SampleEditor.content=<form>\
<p><b>What you can do with the sample</b></p>\
<li>Browse the source code in the workspace.</li>\
<li>When ready, <a href="run">run the sample</a> and follow instructions in the <img href="help"/><a href="help">help document.</a></li>\
<li>Later on, you can re-run the sample by pressing the <img href="run"/><b>Run</b> icon on the tool bar.</li>\
<li>If you place breakpoints in the code, you can <a href="debug">debug it.</a></li>\
<li>Later on, you can debug the sample by pressing the <img href="debug"/><b>Debug</b> icon on the tool bar.</li>\
</form>
SampleOperation.creating=Creating projects...
SampleStandbyContent.content=<form>\
<p><b>What you can do with the sample</b></p>\
<li><a href="browse">Browse the source code</a> in the workspace.</li>\
<li>When ready, <a href="run">run the sample</a> and follow instructions in the <img href="help"/><a href="help">help document.</a></li>\
<li>Later on, you can re-run the sample by pressing the <img href="run"/><b>Run</b> icon on the tool bar.</li>\
<li>If you place breakpoints in the code, you can <a href="debug">debug it.</a></li>\
<li>Later on, you can debug the sample by pressing the <img href="debug"/><b>Debug</b> icon on the tool bar.</li>\
</form>
SampleStandbyContent.desc=<form>{0}</form>
ReviewPage.title=Review
ReviewPage.desc=Review the selected sample.
ReviewPage.descContent = <p>You have selected the following sample:</p>\
<p><b>{0}</b></p>\
<p>{1}</p>\
<p>If the selection is correct, press <b>Finish</b> to create the sample.</p>
ReviewPage.content = <p>You have selected the following sample:</p>\
<p><b>{0}</b></p>\
<p>If the selection is correct, press <b>Finish</b> to create the sample.</p>
ShowSampleAction.title=Eclipse Samples
ShowSampleAction.msgDesc=The samples are currently not installed. Do you want to download samples from Eclipse.org?
SelfHostingPropertyPage.label=By default, all output folders are put on the plug-in's classpath when running a runtime workbench.
SelfHostingPropertyPage.viewerLabel=Deselect the folders to be excluded:
MigratePluginWizard.cleanProjects=&Clean up stale project references (recommended)
RuntimePage.tabName=Runtime
RCPContentPage.title=Rich Client Application
RCPContentPage.desc=Define the main application and the branding properties of your product
RCPContentPage.appGroup=Application
RCPContentPage.appLabel=Specify the application ID and the Java class that will control all aspects of execution of your product:
RCPContentPage.appID=Application ID:
RCPContentPage.appClass=Application Class:
RCPContentPage.productBranding=Product Branding
RCPContentPage.useDefaultImages=Generate default brand images (splash screen and window images)
RCPContentPage.generateFiles=Generate template product customization files (about.ini, plugin_customization.ini)
RCPContentPage.brandingQuestion=Would you like to brand your product?
RCPContentPage.yes=Yes
RCPContentPage.no=No
RCPContentPage.productName=Product Name
RCPContentPage.appIDNotSet=Application ID is not set
RCPContentPage.invalidID=Invalid application ID. Legal characters are A-Z a-z 0-9 _
RCPContentPage.prodNameNotSet=Product name is not set