blob: 23c51d77a450014dc99e334e673b2acd2458bb18 [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 2019 IBM Corporation and others.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
VIOLATION_METHOD_REF=Method {0}(...) defined in class {1} cannot be referenced.
VIOLATION_FIELD_REF=Field {0} defined in class {1} cannot be referenced.
VIOLATION_CLASS_REF=Class {0} cannot be referenced.
VIOLATION_CLASS_SUBCLASS=Class {0} cannot be subclassed.
VIOLATION_CLASS_IMPLEMENT=Class {0} cannot be implemented.
VIOLATION_CLASS_INSTANTIATE=Class {0} cannot be instantiated.
TITLE_NO_WORKSPACE_PLUGINS=No workspace plugins
ERROR_MSG_NO_WORKSPACE_PLUGINS=Plugins defined in this component.xml do not exist in the workspace. To scan a component, at least one plugin must be present in the workspace.
TITLE_HAS_API_VIOLATIONS=API violations
ERROR_MSG_HAS_API_VIOLATIONS=This component has API violations. Please see the problems view for details.
INFO_MSG_NO_API_VIOLATIONS=This component does not have any API violations.
JOB_INIT_COMPONENT_MANAGER=Initializing component manager...
JOB_ADD_COMPONENT=Adding component {0}
JOB_REMOVE_COMPONENT=Removing component {0}
JOB_SCAN_COMPONENT=Scanning component {0}
JOB_SCAN_CLASS=Scanning class {0}
PAGE_COMPONENT=Component
PAGE_API=APIs
SECTION_DESC_GENERAL_INFO=This section describes the general information about this component
SECTION_DESC_COMPONENT_DEPENDS=This section specifies components required by this component
SECTION_DESC_PLUGINS=This section specifies plug-ins included in this component
SECTION_DESC_APIS=This section defines the public APIs for this component
SECTION_DESC_API_USAGES=This section defines the API usages
LABEL_NAME=Name:
LABEL_UNRESTRICTED_COMPONENT_DEPENDS=This component can depend on any other component
LABEL_COMPONENT_REFS=Component references:
LABEL_ADD=Add...
LABEL_ADD_PACKAGE=Add package
LABEL_ADD_TYPE=Add type
LABEL_PLUGINS=Plug-ins:
LABEL_PACKAGE_API=Is package public
LABEL_PACKAGE_EXCLUSIVE=Is package exclusive
LABEL_REFERENCE=Reference
LABEL_SUBCLASS=Subclass
LABEL_IMPLEMENT=Implement
LABEL_INSTANTIATE=Instantiate
LABEL_APIS=APIs:
LABEL_PACKAGE_USAGE=Package usage:
LABEL_TYPE_USAGE=Type usage:
ERROR_MSG_INVALID_COMPONENT_XML=Invalid component.xml
ERROR_MSG_FAIL_TO_LOAD_COMPONENT=Failed to load {0}
DIALOG_TITLE_ADD_COMPONENT_REFS=Add component references
DIALOG_TITLE_ADD_PLUGINS=Add plug-ins
DIALOG_TITLE_ADD_PACKAGES=Add packages
DIALOG_TITLE_ADD_TYPES=Add types