kchong | d10b4e4 | 2005-06-15 20:14:51 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2001, 2004 IBM Corporation and others. |
| 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
| 11 | ! Properties file for component: XML Schema Validator |
| 12 | |
| 13 | ! |
| 14 | ! Plugin |
| 15 | ! |
| 16 | _UI_PLUGIN_NAME = XSD Core Plugin |
jeffliu | bf269be | 2005-08-23 13:52:56 +0000 | [diff] [blame] | 17 | XSD_Content_Type=XSD |
kchong | d10b4e4 | 2005-06-15 20:14:51 +0000 | [diff] [blame] | 18 | |
| 19 | ! |
| 20 | ! XSDEditor Menu bar contributor |
| 21 | ! |
| 22 | |
| 23 | _UI_MENU_VALIDATE_XML = &Validate XML Schema |
| 24 | |
| 25 | ! |
| 26 | ! Validate Schema |
| 27 | ! |
| 28 | _UI_DIALOG_XML_SCHEMA_INVALID_TITLE = Validation Failed |
| 29 | _UI_DIALOG_XML_SCHEMA_VALID_TITLE = Validation Succeeded |
| 30 | _UI_DIALOG_XML_SCHEMA_VALID_TEXT = The XML schema file is valid. |
| 31 | _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. |
| 32 | _UI_DIALOG_XML_SCHEMA_INVALID_TEXT = The XML schema file is not valid. See the Problems view for the error messages. |
| 33 | _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. |
| 34 | |
| 35 | |
| 36 | _UI_XML_SCHEMA_VALIDATOR = XML Schema Validator |