# 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 , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-09-13 13:48+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: b64dec.c:72 #, c-format msgid "" "usage: %s [infile [outfile]].\n" " base64-decode the input file and write to output file.\n" " No file given: use stdin/stdout.\n" " If infile is '-' use stdin.\n" msgstr "" #: b64dec.c:81 b64dec.c:87 b64enc.c:66 b64enc.c:72 #, c-format msgid "Error opening file %s: %s." msgstr "" #: b64dec.c:102 #, c-format msgid "Illegal base64 character \\0x%2.2x in input stream." msgstr "" #: b64dec.c:149 msgid "Trailing garbage at end of input stream." msgstr "" #: b64dec.c:152 msgid "Invalid length of input stream." msgstr "" #: b64dec.c:155 msgid "Parity error in input stream." msgstr "" #: b64enc.c:57 #, c-format msgid "" "usage: %s [infile [outfile]].\n" " base64-encode the input file and write to output file.\n" " No file given: use stdin/stdout.\n" " If infile is '-' use stdin.\n" msgstr ""