blob: 35666bf0b495f090361e679cce1865f575d29e9c [file] [log] [blame]
###############################################################################
# Copyright (c) 2001, 2004 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
###############################################################################
! Properties file for component: XML Schema Validator
!
! Plugin
!
_UI_PLUGIN_NAME = XSD Core Plugin
XSD_Content_Type=XSD
!
! XSDEditor Menu bar contributor
!
_UI_MENU_VALIDATE_XML = &Validate XML Schema
!
! Validate Schema
!
_UI_DIALOG_XML_SCHEMA_INVALID_TITLE = Validation Failed
_UI_DIALOG_XML_SCHEMA_VALID_TITLE = Validation Succeeded
_UI_DIALOG_XML_SCHEMA_VALID_TEXT = The XML schema file is valid.
_UI_DIALOG_XML_SCHEMA_VALID_WITH_WARNINGS = The XML schema file is valid however warnings have been issued. See the Problems view for the warning messages.
_UI_DIALOG_XML_SCHEMA_INVALID_TEXT = The XML schema file is not valid. See the Problems view for the error messages.
_UI_DIALOG_XML_SCHEMA_LIMITE_EXCEEDED = The XML schema file is not valid. The message limit for the Problems view has been exceeded. To see all the messages increase the limit and validate again.
_UI_XML_SCHEMA_VALIDATOR = XML Schema Validator