| ############################################################################### |
| # Copyright (c) 2005 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 |
| ############################################################################### |
| |
| ! |
| ! Validate DTD |
| ! |
| _UI_DIALOG_DTD_INVALID_TITLE = Validation Failed |
| _UI_DIALOG_DTD_VALID_TITLE = Validation Succeeded |
| _UI_DIALOG_DTD_VALID_TEXT = The DTD file is valid. |
| _UI_DIALOG_DTD_INVALID_TEXT = The DTD file is not valid. See the Problems view for error messages. |
| |
| ! |
| ! Referenced Element Validation |
| ! |
| _ERROR_REF_ELEMENT_UNDEFINED = The element {0} has not been declared. |
| Missing_required_files_1=Required files xercesImpl.jar and xmlParserAPIs.jar cannot be found.\n\n |
| Missing_required_files_2=Download Xerces 2.6.2 and place xercesImpl.jar and xmlParserAPIs.jar in a folder entitled jars in the org.eclipse.wst.xml.validation plugin.\n\n |
| Missing_required_files_3=For more information see www.eclipse.org/webtools/wst/components/xml/xercesInfo.xml. |
| Missing_required_files_4=Missing Xerces |