//
//
//  OO_Copyright_BEGIN
//
//
//  Copyright 2010, 2018 IBM Corp. All rights reserved.
//
//  Redistribution and use in source and binary forms, with or without
//   modification, are permitted provided that the following conditions
//  are met:
//  1. Redistributions of source code must retain the above copyright
//     notice, this list of conditions and the following disclaimer.
//  2. Redistributions in binary form must reproduce the above copyright
//     notice, this list of conditions and the following disclaimer in the
//  documentation and/or other materials provided with the distribution.
//  3. Neither the name of the copyright holder nor the names of its
//     contributors may be used to endorse or promote products derived from
//     this software without specific prior written permission.
//
//  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
//  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
//  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
//  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
//  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
//  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
//  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
//  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
//  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
//  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
//  POSSIBILITY OF SUCH DAMAGE.
//
//
//  OO_Copyright_END
//

// Common Messages for the tape backend.
root:table {
	messages:table {
		start_id:int { 39800 }
		end_id:int { 39999 }

		39800W:string { "Unsupported SCSI OP code 0x%02x." }
		39801D:string { "SCSI timeout (op_code 0x%02x, timeout = %d)." }
		39802W:string { "Unknown SCSI OP code 0x%02x, use default timeout." }
		39803E:string { "CRC check failed: Len = %d, Actual CRC = %08x, Expected CRC = %08x." }
		39804D:string { "CRC: %s ,Len = %d, CRC = %08x." }
		39805W:string { "The timeout table is not configured: SCSI OP code 0x%02x. Use the default timeout." }
		39806D:string { "Is medium mountable: six-character bar code %s." }
		39807E:string { "Is medium mountable: invalid bar code %s." }
		39808I:string { "Is medium mountable: unsupported medium %s is detected." }
		39809D:string { "WORM cartridge is loaded." }
		39810W:string { "No IP address was found. Use host name based reservation key." }
		39811W:string { "Cannot fetch network I/F information. Use host name based reservation key. (%d)" }
		39812W:string { "Drive firmware must be updated. Upgrading to %s or later is recommended." }
		39813W:string { "Drive firmware level does not correctly detect the EOD status." }
	}
}
