# translation of de.po to deutsch # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Martin Preuss , 2003 # msgid "" msgstr "" "Project-Id-Version: de\n" "POT-Creation-Date: 2003-06-03 17:21+0200\n" "PO-Revision-Date: 2003-04-24 05:25GMT\n" "Last-Translator: Martin Preuss \n" "Language-Team: deutsch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0\n" #: memcard.cpp:55 #, c-format msgid "" "MemCard - A tool to read/write data from/to a memory chip card\n" "(c) 2003 Martin Preuss\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 -a ADDR -s SIZE [-f FILE] [-p PIN] [-C CONFIGFILE]\n" " COMMAND\n" " read : read from the card and store to FILE (or stdout) \n" " write: write FILE (or stdin) to the card\n" " ADDR - start address on chip card\n" " SIZE - size of data to manipulate\n" " FILE - path of the file to use for this manipulation.\n" " If omitted stdin/stdout will be used, respectively\n" " PIN - used for pin-protected cards. This is a 6 digit code.\n" " CONFIGFILE - configuration file of libchipcard to be used\n" " General Options:\n" " --logfile F - use given F as log file\n" " --logtype T - use given T 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 "" #: memcard.cpp:80 msgid " syslog (log via syslog)\n" msgstr "" #: memcard.cpp:84 msgid "" " Default is stderr\n" " --loglevel L - set the loglevel\n" " Valid levels are:\n" " emergency, alert, critical, error,\n" " warning, notice, info and debug\n" " Default is \"warning\".\n" msgstr "" #: memcard.cpp:179 #, c-format msgid "Unknown log type \"%s\"\n" msgstr "Unbekannter Logtyp \"%s\"\n" #: memcard.cpp:206 #, c-format msgid "Unknown log level \"%s\"\n" msgstr "Unbekannter Loglevel \"%s\"\n" #: memcard.cpp:230 msgid "Pin needs to have 6 digits !\n" msgstr "Die PIN muß mindestens 6 Zeichen lang sein !\n" #: memcard.cpp:237 memcard.cpp:248 msgid "Pin digits must be hexadecimal digits (0-9,A-F) !\n" msgstr "Die PIN darf nur aus hexadezimalen Zeichen (0-9, A-F) bestehen !\n" #: memcard.cpp:278 msgid "Could not initialize trader" msgstr "Konnte den Kartenmanager nicht initialisieren" #: memcard.cpp:283 msgid "Please insert your card into any reader\n" msgstr "Bitte legen Sie Ihre Karten in einen Leser ein\n" #: memcard.cpp:291 msgid "Service unreachable, maybe \"chipcardd\" is not running?\n" msgstr "Server nicht erreichbar, eventuell läuft \"chipcardd\" nicht ?\n" #: memcard.cpp:296 msgid "No card inserted within some seconds, aborting.\n" msgstr "Keine Karte innerhalb der vorgegebenen Zeit eingelegt, breche ab.\n" #: memcard.cpp:302 msgid "Could not stop trader" msgstr "Kartenmanager konnte nicht beendet werden" #: memcard.cpp:308 msgid "Not a memory card" msgstr "Keine Speicherkarte" #: memcard.cpp:312 msgid "Card is inserted, working.\n" msgstr "Karte ist eingelegt.\n" #: memcard.cpp:331 msgid "ERROR: You need to give the size option.\n" msgstr "FEHLER: Sie müssen die Größe angeben.\n" #: memcard.cpp:340 memcard.cpp:426 msgid "ERROR: Could not open file.\n" msgstr "FEHLER: Konnte Datei nicht öffnen.\n" #: memcard.cpp:369 #, c-format msgid "Error verifying pin: %s\n" msgstr "PIN ungültig: %s\n" #: memcard.cpp:383 #, c-format msgid "%s (reading card)\n" msgstr "%s (Lesen der Karte)\n" #: memcard.cpp:387 msgid "ERROR: Could not write to file.\n" msgstr "FEHLER: Konnte nicht in die Datei schreiben.\n" #: memcard.cpp:395 memcard.cpp:507 msgid "ERROR: Could not close file.\n" msgstr "FEHLER: Datei konnte nicht geschlossen werden.\n" #: memcard.cpp:401 memcard.cpp:501 #, c-format msgid "%s (closing card)\n" msgstr "%s (Schliessen der Karte)\n" #: memcard.cpp:453 #, c-format msgid "%s (verifying pin)\n" msgstr "%s (PIN-Überprüfung)\n" #: memcard.cpp:458 msgid "Pin is ok.\n" msgstr "PIN akzeptiert.\n" #: memcard.cpp:478 #, c-format msgid "ERROR: Could not read from file. (%s)\n" msgstr "FEHLER: Konnte nicht aus der Datei lesen (%s)\n" #: memcard.cpp:487 #, c-format msgid "%s (writing card)\n" msgstr "%s (Beschreiben der Karte)\n" #: memcard.cpp:544 msgid "Could not start logging, aborting.\n" msgstr "Logging konnte nicht gestartet werden, breche ab.\n" #: memcard.cpp:553 #, c-format msgid "Error initializing libchipcard (%d), aborting.\n" msgstr "Konnte Libchipcard nicht initialisieren (%d), breche ab.\n" #: memcard.cpp:563 msgid "Unknown command.\n" msgstr "Unbekanntes Kommando.\n"