mirror of
https://github.com/nix-community/hpe-ltfs.git
synced 2025-12-23 05:55:13 +00:00
68 lines
2.8 KiB
Plaintext
68 lines
2.8 KiB
Plaintext
//
|
|
// %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 flat file 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 }
|
|
|
|
// Message IDs 15500-15009 are reserved for the cropto direct plugins.
|
|
// DO NOT add messages with those IDs to this file.
|
|
|
|
15510D:string { "Flat File plug-in initialized" }
|
|
15511D:string { "Flat File plug-in uninitialized" }
|
|
15512E:string { "Flat File plug-in failed to parse options" }
|
|
15513E:string { "Flat File plug-in failed to open the file (%d,%d)" }
|
|
15514E:string { "Flat File plug-in detected key format violation" }
|
|
|
|
// 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 flatfile plug-in options:\n"
|
|
" -o kmi_dki_for_format=<DKi>\n"
|
|
" Data key identifier to format a cartridge\n"
|
|
" -o kmi_dk_list=FILE\n"
|
|
" Data key and data key identifier pairs' list file\n\n" }
|
|
}
|
|
}
|
|
|