blob: 35666bf0b495f090361e679cce1865f575d29e9c [file] [log] [blame]
kchongd10b4e42005-06-15 20:14:51 +00001###############################################################################
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
jeffliubf269be2005-08-23 13:52:56 +000017XSD_Content_Type=XSD
kchongd10b4e42005-06-15 20:14:51 +000018
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