# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Stefan Gast <sgdev@arcor.de>
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: shmcat 1.3\n"
"Report-Msgid-Bugs-To: sgdev@arcor.de\n"
"POT-Creation-Date: 2012-03-04 22:47+0100\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/main.c:49
#, c-format
msgid "Usage: %s [OPTION]... [OPERAND]...\n"
msgstr ""
#: src/main.c:50
msgid ""
"Print files, System V shared memory objects and/or the given text\n"
"to standard output.\n"
msgstr ""
#: src/main.c:53
msgid "Following OPTIONs are supported:\n"
msgstr ""
#: src/main.c:56
msgid ""
"-h, --help display this help and exit.\n"
"-? same as -h.\n"
"-V, --version output version information and exit.\n"
msgstr ""
#: src/main.c:60
msgid ""
"-h display this help and exit.\n"
"-? same as -h.\n"
"-V output version information and exit.\n"
msgstr ""
#: src/main.c:65
msgid "An OPERAND may be one of:\n"
msgstr ""
#: src/main.c:68
msgid ""
"-f, --file=filename dump contents of the given file.\n"
"-i, --stdin dump standard input.\n"
"-M, --shmkey=key dump the shared memory object with the given key.\n"
"-m, --shmid=id dump the shared memory object with the given id.\n"
"-n, --newline add a line feed.\n"
"-t, --text=text print the given text.\n"
msgstr ""
#: src/main.c:75
msgid ""
"-f filename dump contents of the given file.\n"
"-i dump standard input.\n"
"-M key dump the shared memory object with the given key.\n"
"-m id dump the shared memory object with the given id.\n"
"-n add a line feed.\n"
"-t text print the given text.\n"
msgstr ""
#: src/main.c:83
msgid "If no operand is given, read standard input."
msgstr ""
#: src/main.c:91
msgid "(Compiled with big buffer)"
msgstr ""
#: src/main.c:93
msgid "(Compiled with small buffer)"
msgstr ""
#: src/main.c:95
msgid "Copyright (C) 2012 by Stefan Gast"
msgstr ""
#: src/main.c:96
msgid ""
"This is free software. You may redistribute copies of it under the terms "
"of\n"
"the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
msgstr ""
#. TRANSLATORS: The placeholder indicates the bug-reporting address
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the address for translation
#. bugs (typically your translation team's web or email address).
#: src/main.c:104
#, c-format
msgid "Report bugs to: %s\n"
msgstr ""
#: src/main.c:161 src/main.c:168
#, c-format
msgid "%s: Wrong usage, try \"%s -h\" for more information!\n"
msgstr ""
#: src/main.c:203
#, c-format
msgid "%s: BUG: Unhandled command line option: %c\n"
msgstr ""
#: src/main.c:228
#, c-format
msgid "%s: BUG: One of the program routines returned an invalid value (%i)!\n"
msgstr ""
#: src/filedumper.c:55 src/printtext.c:42 src/shmdumper.c:95
#: src/shmdumper.c:110
#, c-format
msgid "%s: Error writing to standard output: %s\n"
msgstr ""
#: src/filedumper.c:67
#, c-format
msgid "%s: Error reading file \"%s\": %s\n"
msgstr ""
#: src/filedumper.c:70
#, c-format
msgid "%s: Error reading standard input: %s\n"
msgstr ""
#: src/filedumper.c:87
#, c-format
msgid "%s: Cannot open file \"%s\": %s\n"
msgstr ""
#: src/filedumper.c:96
#, c-format
msgid "%s: Error closing file \"%s\": %s\n"
msgstr ""
#: src/shmdumper.c:59
#, c-format
msgid "%s: Cannot attach the shared memory segment with the key \"%s\": %s\n"
msgstr ""
#: src/shmdumper.c:62
#, c-format
msgid "%s: Cannot attach the shared memory segment with the id \"%s\": %s\n"
msgstr ""
#: src/shmdumper.c:73
#, c-format
msgid ""
"%s: Cannot determine the size of the shared memory segment with the key \"%s"
"\": %s\n"
msgstr ""
#: src/shmdumper.c:76
#, c-format
msgid ""
"%s: Cannot determine the size of the shared memory segment with the id \"%s"
"\": %s\n"
msgstr ""
#: src/shmdumper.c:132 src/shmdumper.c:144
#, c-format
msgid "%s: Invalid shared memory key: %s\n"
msgstr ""
#: src/shmdumper.c:138
#, c-format
msgid ""
"%s: \"%s\" is the key for private shared memory segments! Try passing the "
"segment by ID instead.\n"
msgstr ""
#: src/shmdumper.c:152
#, c-format
msgid "%s: Cannot open a shared memory segment with the key \"%s\": %s\n"
msgstr ""
#: src/shmdumper.c:169
#, c-format
msgid "%s: Invalid shared memory id: %s\n"
msgstr ""