blob: 9e9e80b7c7cbfd8ebff3f5ea7e97bf7b6a819a4b [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
###############################################################################
!-- Eclipse UI Message Dialog
_VALIDATION_SUCCEEDED = Validation Succeeded
_VALIDATION_FAILED = Validation Failed
_UI_THE_WSDL_FILE_IS_VALID = The WSDL file is valid.
_UI_THE_WSDL_FILE_IS_NOT_VALID = The WSDL file is not valid. See the Problems view for a list of the validation errors.
_UI_THE_WSDL_FILE_IS_VALID_WSDL11 = The WSDL file is valid according to the WSDL specification however an extension validator has determined that the file is not valid. See the Problems view for a list of the validation errors.
_UI_THE_WSDL_FILE_IS_VALID_WITH_WARNINGS = The WSDL file is valid however warnings have been issued. See the Problems view for a list of the validation warnings.
!-- Ant UI
_UI_INFORMATION_DELIMITER = ---------------------------------------
_UI_ERROR_MARKER = ERROR
_UI_WARNING_MARKER = WARNING
_UI_VALID = VALID
_UI_INVALID = INVALID
_UI_ACTION_VALIDATING_FILE = Validating {0}
_ERROR_NO_FILE_SPECIFIED = Unable to run WSDL Validation. You must specify at least one file.
_EXC_UNABLE_TO_VALIDATE_FILE = Unable to validate the WSDL file {0}. {1}
_EXC_WSDL_FAIL_ON_ERROR = The WSDL file is not valid. (Fail On Error is enabled.)
!-- Text UI
_ERROR_WRONG_ARGUMENTS = Usage: WSDLValidate filename"
_ERROR_UNABLE_TO_LOAD_EXT_VALIDATOR = Unable to load the validator for namespace {0}. {1}