//
//  %Z% %I% %W% %G% %U%
//
//  ZZ_Copyright_BEGIN
//
//
//  Licensed Materials - Property of IBM
//
//  IBM Linear Tape File System Single Drive Edition Version 2.2.0.2 for Linux and Mac OS X
//
//  Copyright IBM Corp. 2010, 2014
//
//  This file is part of the IBM Linear Tape File System Single Drive Edition for Linux and Mac OS X
//  (formally known as IBM Linear Tape File System)
//
//  The IBM Linear Tape File System Single Drive Edition for Linux and Mac OS X is free software;
//  you can redistribute it and/or modify it under the terms of the GNU Lesser
//  General Public License as published by the Free Software Foundation,
//  version 2.1 of the License.
//
//  The IBM Linear Tape File System Single Drive Edition for Linux and Mac OS X is distributed in the
//  hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
//  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//  See the GNU Lesser General Public License for more details.
//
//  You should have received a copy of the GNU Lesser General Public
//  License along with this library; if not, write to the Free Software
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//  or download the license from <http://www.gnu.org/licenses/>.
//
//
//  ZZ_Copyright_END
//

// Messages for the key manager interface simple plugin.
// This backend shares IDs 15500-15999 with other key manager interface plugins and the plugin
// interface functions, so be sure to make a note in messages/libltfs/root.txt whenever an
// ID is allocated here.
root:table {
	messages:table {
		start_id:int { 15500 }
		end_id:int { 15999 }

		15500D:string { "Simple plug-in initialized" }
		15501D:string { "Simple plug-in uninitialized" }

		// Message IDs 15510-15529 are reserved for the cropto flatfile plugins.
		// DO NOT add messages with those IDs to this file.

		// for LTFS specific format
		15600E:string { "Encryption key format violation (%s): %s" }
		15603E:string { "Cannot find data key" }
		15604E:string { "Option parsing for the key manager interface backend failed (%d)" }
		15605E:string { "Invalid sequence error (%d,%d): %s" }
		15606E:string { "Failed to parse data key and/or data key identifier" }
		15607E:string { "Cannot find data key of the data key identifier" }
		15608I:string { "Key manager interface simple plug-in options:\n"
			"    -o kmi_dk=<DK>\n"
			"                              Data key\n"
			"    -o kmi_dki=<DKi>\n"
			"                              Data key identifier\n"
			"    -o kmi_dk_for_format=<DK>\n"
			"                              Data key to format a cartridge\n"
			"    -o kmi_dki_for_format=<DKi>\n"
			"                              Data key identifier to format a cartridge\n"
			"    -o kmi_dk_list=<DK>:<DKi>/<DK>:<DKi>/.../<DK>:<DKi>\n"
			"                              Data key and data key identifier pairs' list\n\n" }
	}
}

