# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2003-04-24 03:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: rsacard.cpp:58
#, c-format
msgid ""
"RSACard - A cryptographic tool for RSA cards\n"
"(c) 2002 Martin Preuss<martin@libchipcard.de>\n"
"This library is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU Lesser General Public\n"
"License as published by the Free Software Foundation; either\n"
"version 2.1 of the License, or (at your option) any later version.\n"
"\n"
"Usage:\n"
"%s COMMAND [-C CONFIGFILE]\n"
" COMMAND\n"
"  sign    : sign data\n"
"  verify  : verify a signature\n"
"  encrypt : encrypt data\n"
"  decrypt : decrypt data\n"
"  create  : create keys\n"
"\n"
" OPTIONS\n"
" -C CONFIGFILE    - configuration file of libchipcard to be used\n"
" --logfile FILE   - use given FILE as log file\n"
" --logtype TYPE   - use given TYPE as log type\n"
"                    These are the valid types:\n"
"                     stderr (log to standard error channel)\n"
"                     file   (log to the file given by --logfile)\n"
msgstr ""

#: rsacard.cpp:82
msgid "                     syslog (log via syslog)\n"
msgstr ""

#: rsacard.cpp:86
msgid ""
"                    Default is stderr\n"
" --loglevel LEVEL - set the loglevel\n"
"                    Valid levels are:\n"
"                     emergency, alert, critical, error,\n"
"                     warning, notice, info and debug\n"
"                    Default is \"warning\".\n"
" --indata         - specify the input data file\n"
" --signature      - specify the signature file (in or out)\n"
" --outdata        - specify the output data file\n"
" -i KEYNUM        - use the given keypair (1-5)\n"
" --peer           - use the peers keys. If omitted the users\n"
"                    own keys are used. Use this option if\n"
"                    you want to verify a signature created by\n"
"                    the peer whose public keys are stored on\n"
"                    the card.\n"
" -k               - use secure pin input\n"
" -p PIN           - specify the cardholder pin to use\n"
msgstr ""

#: rsacard.cpp:165
#, c-format
msgid "Unknown log type \"%s\"\n"
msgstr ""

#: rsacard.cpp:193
#, c-format
msgid "Unknown log level \"%s\"\n"
msgstr ""

#: rsacard.cpp:269
#, c-format
msgid "Could not open input file: %s\n"
msgstr ""

#: rsacard.cpp:279
#, c-format
msgid "ERROR: Could not create RMD160 context (%s)\n"
msgstr ""

#: rsacard.cpp:292
#, c-format
msgid "ERROR: Could not read from file. (%s)\n"
msgstr ""

#: rsacard.cpp:303
#, c-format
msgid "ERROR: Could not digest data (%s)\n"
msgstr ""

#: rsacard.cpp:318
#, c-format
msgid "ERROR: Could not get hash (%s)\n"
msgstr ""

#: rsacard.cpp:326
#, c-format
msgid "Could not close input file: %s\n"
msgstr ""