blob: 06b67a2ed63992910ced78bd2e15b07057eb8ac5 [file] [log] [blame]
###############################################################################
# Copyright (c) 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
# yyyymmdd bug Email and other contact information
# -------- -------- -----------------------------------------------------------
# 20091021 291954 ericdp@ca.ibm.com - Eric D. Peters, JAX-RS: Implement JAX-RS Facet
###############################################################################
JAXRSFacetInstallPage_title=JAX-RS Capabilities
JAXRSFacetInstallPage_description=Add JAX-RS capabilities to this Web Project
JAXRSFacetInstallPage_JAXRSImplLabel=JAX-RS &Implementation
JAXRSFacetInstallPage_JAXRSServletLabel=Servlet Information
JAXRSFacetInstallPage_Add2=&Add...
JAXRSFacetInstallPage_JAXRSServletNameLabel=JAX-RS &servlet name:
JAXRSFacetInstallPage_JAXRSServletClassNameLabel=JAX-RS servlet c&lass name:
JAXRSFacetInstallPage_JAXRSURLMappingLabel=&URL mapping patterns:
JAXRSFacetInstallPage_JAXRSLibraryLabel0=JAX-RS Implementation
JAXRSFacetInstallPage_PatternDialogTitle=Specify URL Pattern
JAXRSFacetInstallPage_PatternDialogDesc=URL Pattern
JAXRSFacetInstallPage_Remove=&Remove
JAXRSFacetInstallPage_PatternEmptyMsg=Pattern must not be empty
JAXRSFacetInstallPage_PatternSpecifiedMsg=Pattern is already specified
JAXRSFacetInstallPage_ErrorNoWebAppDataModel=Unable to locate WebApp datamodel
JAXRSLibrariesPreferencePage_DefinedJAXRSLibraries=Defined JAX-RS Libraries:
JAXRSLibrariesPreferencePage_DEFAULT_IMPL_DESC=[default]
JAXRSLibrariesPreferencePage_New=New...
JAXRSLibrariesPreferencePage_Edit=Edit...
JAXRSLibrariesPreferencePage_Remove=Remove
JAXRSLibrariesPreferencePage_CannotRemovePluginProvidedTitle=Cannot Remove
JAXRSLibrariesPreferencePage_CannotRemovePluginProvidedMessage=Plugin provided libraries cannot be removed from the registry
JAXRSLibrariesPreferencePage_MakeDefault=Make Default
JAXRSLibrariesPreferencePage_MISSING_DESC=[missing]
JAXRSLibrariesPreferencePage_Description=JAX-RS libraries contain jars that implement the JAX-RS (JSR 311) specification.
JAXRSLibrariesPreferencePage_CannotModifyPluginProvidedTitle=Cannot Modify
JAXRSLibrariesPreferencePage_CannotModifyPluginProvidedMessage=Plugin provided libraries cannot be edited
JAXRSLibraryContainerWizardPage_PageName=Add JAX-RS Library
JAXRSLibraryContainerWizardPage_Title=JAX-RS Library
JAXRSLibraryContainerWizardPage_Description=Select JAX-RS Libraries to add to the classpath
JAXRSLibraryContainerWizardPage_WarningNoJAXRSFacet=JAX-RS Libraries can only be configured for Dynamic Web projects with the JAX-RS facet installed.
JAXRSLibraryContainerWizardPage_JAXRSLibraries=JAX-RS Libraries:
JAXRSLibraryContainerWizardPage_Add=Add...
JAXRSLibraryContainerWizardPage_EditLibrary_DescriptionText=Select JAX-RS Library for this reference to use. Choose 'Edit...' to modify contents of the selected library.
JAXRSLibraryContainerWizardPage_Edit=Edit...
JAXRSLibraryContainerWizardPage_ImplAlreadyPresent=An implementation has already been chosen- please remove before adding a different one.
JAXRSLibraryWizard_DESCRIPTION=Create or edit a library of jars that make up a JAX-RS implementation library.
JAXRSLibraryWizard_CreateImplementation=Create JAX-RS Implementation Library
JAXRSLibraryWizard_CreateJAXRSLibrary=Create JAX-RS Library
JAXRSLibraryWizard_EditJAXRSLibrary=Edit JAX-RS Library
JAXRSLibraryWizard_JAXRSLibrary=JAX-RS Library
JAXRSLibraryWizard_LibraryName=Library &Name:
JAXRSLibraryWizard_LibraryJars=Library &Jars
JAXRSLibraryWizard_DeployJars=&Deploy Jars
JAXRSLibraryWizard_Add=&Add...
JAXRSLibraryWizard_Remove=&Remove
JAXRSLibraryWizard_ExtJarFileDialogTitle=Browse for Jars/Zips
JAXRSLibraryWizard_ValidateNoJars=The library must contain at least one jar.
JAXRSLibraryWizard_ValidateNoLibraryName=A library name must be supplied.
JAXRSLibraryWizard_ValidateExistingLibraryName=A library or implementation by this name already exists.
JAXRSLibraryConfigControl_ImplementationLibrary=Implementation Library
JAXRSLibraryConfigControl_NewImplementationLibrary=New...
JAXRSLibraryConfigControl_NewImplButtonTooltip=Create new user supplied implementation library
JAXRSLibraryConfigControl_Library=Library:
JAXRSLibraryConfigControl_DeployJAR=Deploy jars to WEB-INF/lib
JAXRSLibraryConfigControl_DeployButtonLabel=Deploy
JAXRSLibraryConfigControl_IncludeGroupLabel=Include library with this application
JAXRSLibraryConfigControl_SharedLibButtonLabel=Shared Library
JAXRSLibraryConfigControl_TooltipIncludeAsSharedLib=Include as shared library
JAXRSLibraryConfigControl_NullProject=No project specified.