diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 758 |
1 files changed, 433 insertions, 325 deletions
@@ -5,486 +5,604 @@ msgid "" msgstr "" "Project-Id-Version: GNU mkid 3.0.8\n" +"POT-Creation-Date: 1996-07-17 17:58-0400\n" "PO-Revision-Date: 1996-03-23 22:34 MET\n" -"POT-Creation-Date: 1996-05-30 17:22-0400\n" "Last-Translator: Karl Eichwalder <ke@ke.Central.DE>\n" "Language-Team: German <de@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: src/fid.c:75 src/idx.c:43 src/lid.c:203 src/mkid.c:125 -#, possible-c-format -msgid "Try `%s --help' for more information.\n" +#: libidu/hash.c:52 +#, c-format +msgid "can't allocate %ld bytes for hash table: memory exhausted" msgstr "" -#: src/fid.c:83 -#, possible-c-format -msgid "Usage: %s [OPTION] FILENAME [FILENAME2]\n" -msgstr "" +#: libidu/hash.c:247 +#, fuzzy +msgid "Load=%ld/%ld=%.0f%%, " +msgstr "\"Load\"=%ld/%ld=%.2f, " -#: src/fid.c:86 -msgid "" -"List identifiers that occur in FILENAME, or if FILENAME2 is\n" -"also given list the identifiers that occur in both files.\n" -"\n" -" -f, --file=FILE file name of ID database\n" +#: libidu/hash.c:249 +#, c-format +msgid "Rehash=%d, " +msgstr "\"Rehash\"=%d, " + +#: libidu/hash.c:250 +msgid "Collisions=%ld/%ld=%.0f%%" msgstr "" -#: src/fid.c:135 src/lid.c:344 -msgid "can't locate `ID'" +#: libidu/idfile.c:106 +msgid "can't determine the io_size of a string!" msgstr "" -#: src/fid.c:152 -msgid "no file name arguments" +#: libidu/idread.c:45 src/mkid.c:386 src/xtokid.c:213 +#, c-format +msgid "can't open `%s'" msgstr "" -#: src/fid.c:157 -msgid "too many file name arguments" +#: libidu/idread.c:64 +#, c-format +msgid "`%s' is not an ID file! (bad magic #)" msgstr "" -#: src/fid.c:221 -#, possible-c-format -msgid "`%s' is ambiguous" +#: libidu/idread.c:66 +#, c-format +msgid "`%s' is version %d, but I only grok version %d" msgstr "" -#: src/fid.c:227 -#, fuzzy, possible-c-format -msgid "`%s' not found" -msgstr "%s: nicht gefunden\n" +#: libidu/idread.c:186 +#, fuzzy, c-format +msgid "unsupported size in io_read (): %d" +msgstr "Nicht unterstützte Größe (`size') in \"io_read ()\": %d" -#: src/idx.c:59 src/mkid.c:148 -#, possible-c-format -msgid "Usage: %s [OPTION]... [FILE]...\n" +#: libidu/idread.c:194 libidu/idwrite.c:167 +#, c-format +msgid "unknown I/O type: %d" msgstr "" -#: src/mkid.c:152 -msgid "" -"Build an identifier database.\n" -" -o, --output=OUTFILE file name of ID database output\n" -" -f, --file=OUTFILE synonym for --output\n" -" -i, --include=LANGS include languages in LANGS (default: \"C C++ asm\")\n" -" -x, --exclude=LANGS exclude languages in LANGS\n" -" -l, --lang-arg=LANG:ARG pass ARG as a default for LANG (see below)\n" -" -m, --lang-map=MAPFILE use MAPFILE to map file names onto source language\n" -" -v, --verbose report progress and as files are scanned\n" -" -s, --statistics report statistics at end of run\n" -"\n" -" --help display this help and exit\n" -" --version output version information and exit\n" -"\n" -"FILE may be a file name, or a directory name to recursively search.\n" -"The `--include' and `--exclude' options are mutually-exclusive.\n" -"\n" -"The following arguments apply to the language-specific scanners:\n" -msgstr "" +#: libidu/idwrite.c:156 +#, fuzzy, c-format +msgid "unsupported size in io_write (): %d" +msgstr "Nicht unterstützte Größe (`size') in \"io_write ()\": %d" -#: src/mkid.c:284 -#, possible-c-format -msgid "can't create `%s' in `%s'" -msgstr "" +#: libidu/scanners.c:93 +#, fuzzy, c-format +msgid "unrecognized language: `%s'" +msgstr "Kein Scanner für die Sprache '%s'" -#: src/mkid.c:288 -#, possible-c-format -msgid "can't modify `%s'" +#: libidu/scanners.c:139 +msgid "can't allocate language args obstack: memory exhausted" msgstr "" -#: src/mkid.c:335 -#, possible-c-format -msgid "can't stat `%s'" +#: libidu/scanners.c:193 libidu/scanners.c:262 +msgid "can't allocate language args: memory exhausted" msgstr "" -#: src/mkid.c:400 -#, fuzzy, possible-c-format -msgid " new = %d/%d" -msgstr ", new=%d/%d" - -#: src/mkid.c:409 -#, possible-c-format -msgid "Name=%ld, " -msgstr "Name=%ld, " - -#: src/mkid.c:410 -#, possible-c-format -msgid "Number=%ld, " -msgstr "Zahl=%ld, " - -#: src/mkid.c:411 -#, possible-c-format -msgid "String=%ld, " -msgstr "Zeichenkette=%ld, " - -# ist das gemeint? ### -#: src/mkid.c:412 -#, possible-c-format -msgid "Literal=%ld, " -msgstr "Zeichen=%ld, " - -#: src/mkid.c:413 -#, possible-c-format -msgid "Comment=%ld\n" -msgstr "Kommentar=%ld\n" - -#: src/mkid.c:415 -#, possible-c-format -msgid "Files=%d, " -msgstr "Dateien=%d, " +#: libidu/scanners.c:201 +#, c-format +msgid "language name expected following `%s' in file `%s'" +msgstr "" -#: src/mkid.c:416 -#, possible-c-format -msgid "Tokens=%ld, " -msgstr "Tokens=%ld, " +#: libidu/scanners.c:256 +#, fuzzy, c-format +msgid "can't open language map file `%s'" +msgstr "Kein Scanner für die Sprache '%s'" -#: src/mkid.c:417 -#, possible-c-format -msgid "Bytes=%ld Kb, " -msgstr "Bytes=%ld Kb, " +#: libidu/scanners.c:258 +#, c-format +msgid "can't get size of map file `%s'" +msgstr "" -#: src/mkid.c:418 -#, fuzzy, possible-c-format -msgid "Heap=%ld+%ld Kb, " -msgstr "\"Heap\"=%ld Kb, " +#: libidu/scanners.c:268 +#, fuzzy, c-format +msgid "can't read language map file `%s'" +msgstr "Kein Scanner für die Sprache '%s'" -#: src/mkid.c:420 -#, possible-c-format -msgid "Output=%ld (%ld tok, %ld hit)\n" -msgstr "Ausgabe=%ld (%ld tok, %ld hit)\n" +#: libidu/scanners.c:271 +#, c-format +msgid "can't read entire language map file `%s'" +msgstr "" -# Frequenz übersetzen? ke -#: src/mkid.c:423 -#, fuzzy, possible-c-format -msgid ", Freq=%ld/%ld=%.2f\n" -msgstr "\"Freq\"=%ld/%ld=%.2f\n" +#: libidu/scanners.c:412 +msgid "" +"C language:\n" +" -k,--keep=CHARS Allow CHARS in single-token strings, keep the " +"result\n" +" -i,--ignore=CHARS Allow CHARS in single-token strings, toss the " +"result\n" +" -u,--strip-underscore Strip a leading underscore from single-token " +"strings\n" +msgstr "" -#: src/mkid.c:446 -msgid "Sorting tokens...\n" -msgstr "Sortiere \"Token\"...\n" +#: libidu/scanners.c:681 libidu/scanners.c:986 libidu/scanners.c:1190 +#, c-format +msgid "junk: `%c'" +msgstr "\"junk\": '%c'" -#: src/mkid.c:452 -#, possible-c-format -msgid "Writing `%s'...\n" -msgstr "Schreibe '%s'...\n" +#: libidu/scanners.c:683 libidu/scanners.c:988 libidu/scanners.c:1192 +#, c-format +msgid "junk: `\\%03o'" +msgstr "\"junk\": '\\%03o'" -#: src/mkid.c:455 -#, possible-c-format -msgid "can't create `%s'" +#: libidu/scanners.c:787 +msgid "" +"Assembly language:\n" +" -c,--comment=CHARS Any of CHARS starts a comment until end-of-line\n" +" -k,--keep=CHARS Allow CHARS in tokens, and keep the result\n" +" -i,--ignore=CHARS Allow CHARS in tokens, and toss the result\n" +" -u,--strip-underscore Strip a leading underscore from tokens\n" +" -n,--no-cpp Don't handle C pre-processor directives\n" msgstr "" -#: src/mkid.c:601 -#, fuzzy -msgid "level %d: %ld/%ld = %.0f%%\n" -msgstr "level %d: %ld == %ld\n" +#: libidu/scanners.c:1092 +msgid "" +"Text language:\n" +" -i,--include=CHAR-CLASS Treat characters of CHAR-CLASS as token " +"constituents\n" +" -x,--exclude=CHAR-CLASS Treat characters of CHAR-CLASS as token " +"delimiters\n" +msgstr "" -#: src/lid.c:211 -#, possible-c-format -msgid "Usage: %s [OPTION]... PATTERN...\n" +#: libidu/walker.c:103 +#, c-format +msgid "can't read directory `%s' (`.' from `%s')" msgstr "" -#: src/lid.c:214 -msgid "" -"Query ID database and report results.\n" -"By default, output consists of multiple lines, each line containing the\n" -"matched identifier followed by the list of file names in which it occurs.\n" -"\n" -" -f, --file=FILE file name of ID database\n" -" -G, --grep show every line where the matched identifier occurs\n" -" -E, --edit edit every file where the matched identifier occurs\n" -" -m, --merge output a multi-line regexp match as a single line\n" -" -n, --no-id print file names only - omit the identifier\n" -" -b, --braces toggle shell brace-notation for output file names\n" -"\n" -"If PATTERN contains regular expression metacharacters, it is interpreted\n" -"as a regular expression. Otherwise, PATTERN is interpreted as a literal\n" -"word.\n" -"\n" -" -e, --regexp match PATTERN as a regular expression substring\n" -" -w, --word match PATTERN as a word\n" -" -i, --ignore-case match PATTERN case insinsitively\n" -" -A, --apropos match PATTERN as a case-insensitive substring\n" -"\n" -" -F, --frequency=FREQ find identifiers that occur FREQ times, where FREQ\n" -" is a range expressed as `N..M'. N omitted defaults\n" -" to 1, M omitted defaults to MAX_USHRT.\n" -" -a, --ambiguous=LEN find identifiers whose names are ambiguous for LEN chars\n" -"\n" -" -x, --hex only find numbers expressed as hexadecimal\n" -" -d, --decimal only find numbers expressed as decimal\n" -" -o, --octal only find numbers expressed as octal\n" -"\n" -" --help display this help and exit\n" -" --version output version information and exit\n" +#: libidu/walker.c:170 +#, c-format +msgid "notice: `%s' was a %s, but is now a %s!" msgstr "" -#: src/lid.c:398 -#, fuzzy, possible-c-format -msgid "All identifiers are non-ambiguous within the first %d characters\n" -msgstr "Alle Bezeichner (id's) sind verschieden hinsichtlich der ersten %d Zeichen\n" +#: libidu/walker.c:171 libidu/walker.c:172 +msgid "file" +msgstr "" -#: src/lid.c:404 -#, possible-c-format -msgid "%s: not found\n" -msgstr "%s: nicht gefunden\n" +#: libidu/walker.c:171 libidu/walker.c:172 +msgid "directory" +msgstr "" -# Muss hier auf `_j_ ... / nq' umgestellt werden???? -#. FIXME: i18n -#: src/lid.c:571 -msgid "Edit? [y1-9^S/nq] " -msgstr "Editieren? [y1-9^S/nq] " +#: libidu/walker.c:291 +#, c-format +msgid "warning: `%s' and `%s' are the same file, but yield different scans!" +msgstr "" -#: src/lid.c:642 -msgid "can't fork" +#: libidu/walker.c:385 +#, c-format +msgid "notice: scan parameters changed for `%s'" msgstr "" -#: src/lid.c:664 -#, possible-c-format -msgid "can't exec `%s'" +#: libidu/walker.c:580 +#, fuzzy +msgid "can't get working directory" +msgstr "%s: Name des aktuellen Verzeichnisses nicht zu erreichen." + +#: libidu/walker.c:637 +#, c-format +msgid "can't chdir to `%s'" msgstr "" -#: src/lid.c:785 -msgid "can't match regular-expression: memory exhausted" +#: libidu/walker.c:642 +#, c-format +msgid "can't chdir to `%s' from `%s'" msgstr "" -#: src/idx.c:63 -msgid "" -"Print all tokens found in a source file.\n" -" -m, --lang-map=FILE use FILE to file names onto source language\n" -" --help display this help and exit\n" -" --version output version information and exit\n" -"\n" -"The following arguments apply to the language-specific scanners:\n" +#: libidu/walker.c:696 +#, c-format +msgid "can't lstat `%s' from `%s'" msgstr "" -#: lib/filenames.c:367 lib/idfile.c:46 -#, possible-c-format -msgid "can't open `%s'" +#: libidu/walker.c:704 +#, c-format +msgid "can't stat `%s' from `%s'" msgstr "" #: lib/getopt.c:527 -#, possible-c-format +#, c-format msgid "%s: option `%s' is ambiguous\n" msgstr "" #: lib/getopt.c:550 -#, possible-c-format +#, c-format msgid "%s: option `--%s' doesn't allow an argument\n" msgstr "" #: lib/getopt.c:555 -#, possible-c-format +#, c-format msgid "%s: option `%c%s' doesn't allow an argument\n" msgstr "" #: lib/getopt.c:570 -#, possible-c-format +#, c-format msgid "%s: option `%s' requires an argument\n" msgstr "" #. --option #: lib/getopt.c:598 -#, possible-c-format +#, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "" #. +option or -option #: lib/getopt.c:602 -#, possible-c-format +#, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "" #. 1003.2 specifies the format of this message. #: lib/getopt.c:627 -#, possible-c-format +#, c-format msgid "%s: illegal option -- %c\n" msgstr "" #: lib/getopt.c:630 -#, possible-c-format +#, c-format msgid "%s: invalid option -- %c\n" msgstr "" #: lib/getopt.c:666 -#, possible-c-format +#, c-format msgid "%s: option requires an argument -- %c\n" msgstr "" -#: lib/idfile.c:65 -#, possible-c-format -msgid "`%s' is not an ID file! (bad magic #)" +#: src/fid.c:70 src/fnid.c:49 src/lid.c:237 src/mkid.c:120 src/xtokid.c:42 +#, c-format +msgid "Try `%s --help' for more information.\n" msgstr "" -#: lib/idfile.c:67 -#, possible-c-format -msgid "`%s' is version %d, but I only grok version %d" +#: src/fid.c:78 +#, c-format +msgid "Usage: %s [OPTION] FILENAME [FILENAME2]\n" msgstr "" -#: lib/idfile.c:97 -msgid "can't determine the io_size of a string!" +#: src/fid.c:81 +msgid "" +"List identifiers that occur in FILENAME, or if FILENAME2 is\n" +"also given list the identifiers that occur in both files.\n" +"\n" +" -f, --file=FILE file name of ID database\n" +" --help display this help and exit\n" +" --version output version information and exit\n" msgstr "" -#: lib/idfile.c:146 lib/idfile.c:185 -#, fuzzy, possible-c-format -msgid "unsupported size in io_write (): %d\n" -msgstr "Nicht unterstützte Größe (`size') in \"io_write ()\": %d\n" +#: src/fid.c:141 +msgid "no file name arguments" +msgstr "" -#: lib/idfile.c:155 lib/idfile.c:195 -#, possible-c-format -msgid "unknown I/O type: %d" +#: src/fid.c:146 +msgid "too many file name arguments" +msgstr "" + +#: src/fid.c:153 src/fnid.c:147 src/lid.c:410 +msgid "can't locate `ID'" msgstr "" -#: lib/scanners.c:89 -#, fuzzy, possible-c-format -msgid "unrecognized language: `%s'\n" -msgstr "Kein Scanner für die Sprache '%s'\n" +#: src/fid.c:235 +#, c-format +msgid "`%s' is ambiguous" +msgstr "" -#: lib/scanners.c:130 -msgid "can't allocate language args obstack: memory exhausted" +#: src/fid.c:241 +#, fuzzy, c-format +msgid "`%s' not found" +msgstr "%s: nicht gefunden" + +#: src/fnid.c:66 +#, c-format +msgid "Usage: %s [OPTION]... [PATTERN]...\n" msgstr "" -#: lib/scanners.c:184 lib/scanners.c:252 -msgid "can't allocate language args: memory exhausted" +#: src/fnid.c:70 +msgid "" +"Print constituent file names that match PATTERN,\n" +"using shell-style wildcards.\n" +" -f, --file=FILE file name of ID database\n" +" -S, --separator=STYLE STYLE is one of `braces', `space' or `newline'\n" +" --help display this help and exit\n" +" --version output version information and exit\n" msgstr "" -#: lib/scanners.c:191 -#, possible-c-format -msgid "language name expected following `%s' in file `%s'" +#: src/lid.c:245 +#, c-format +msgid "Usage: %s [OPTION]... PATTERN...\n" msgstr "" -#: lib/scanners.c:246 -#, fuzzy, possible-c-format -msgid "can't open language map file `%s'" -msgstr "Kein Scanner für die Sprache '%s'\n" +#: src/lid.c:249 +#, c-format +msgid "" +"Query ID database and report results.\n" +"By default, output consists of multiple lines, each line containing the\n" +"matched identifier followed by the list of file names in which it occurs.\n" +"\n" +" -f, --file=FILE file name of ID database\n" +"\n" +" -i, --ignore-case match PATTERN case insensitively\n" +" -l, --literal match PATTERN as a literal string\n" +" -r, --regexp match PATTERN as a regular expression\n" +" -w, --word match PATTERN as a delimited word\n" +" -s, --substring match PATTERN as a substring\n" +" Note: If PATTERN contains extended regular expression meta-\n" +" characters, it is interpreted as a regular expression " +"substring.\n" +" Otherwise, PATTERN is interpreted as a literal word.\n" +"\n" +" -k, --key=STYLE STYLE is one of `token', `pattern' or `none'\n" +" -R, --result=STYLE STYLE is one of `filenames', `grep', `edit' or " +"`none'\n" +" -S, --separator=STYLE STYLE is one of `braces', `space' or `newline' and\n" +" only applies to file names when " +"`--result=filenames'\n" +" The above STYLE options control how query results are " +"presented.\n" +" Defaults are --key=token --result=filenames --separator=%s\n" +"\n" +" -F, --frequency=FREQ find tokens that occur FREQ times, where FREQ\n" +" is a range expressed as `N..M'. If N is omitted, " +"it\n" +" defaults to 1, if M is omitted it defaults to " +"MAX_USHRT\n" +" -a, --ambiguous=LEN find tokens whose names are ambiguous for LEN chars\n" +"\n" +" -x, --hex only find numbers expressed as hexadecimal\n" +" -d, --decimal only find numbers expressed as decimal\n" +" -o, --octal only find numbers expressed as octal\n" +" By default, searches match numbers of any radix.\n" +"\n" +" --help display this help and exit\n" +" --version output version information and exit\n" +msgstr "" -#: lib/scanners.c:248 -#, possible-c-format -msgid "can't get size of map file `%s'" +#: src/lid.c:285 +msgid "braces" msgstr "" -#: lib/scanners.c:258 -#, fuzzy, possible-c-format -msgid "can't read language map file `%s'" -msgstr "Kein Scanner für die Sprache '%s'\n" +#: src/lid.c:285 +msgid "space" +msgstr "" -#: lib/scanners.c:261 -#, possible-c-format -msgid "can't read entire language map file `%s'" +#: src/lid.c:351 +msgid "notice: use of `-e' is deprecated, use `-r' instead" msgstr "" -#: lib/scanners.c:402 -msgid "" -"C language:\n" -" -k,--keep=CHARS Allow CHARS in single-token strings, keep the result\n" -" -i,--ignore=CHARS Allow CHARS in single-token strings, toss the result\n" -" -u,--strip-underscore Strip a leading underscore from single-token strings\n" +#: src/lid.c:431 +#, fuzzy, c-format +msgid "All identifiers are non-ambiguous within the first %d characters\n" msgstr "" +"Alle Bezeichner (id's) sind verschieden hinsichtlich der ersten %d Zeichen\n" -#: lib/scanners.c:671 lib/scanners.c:975 lib/scanners.c:1179 -#, possible-c-format -msgid "junk: `%c'" -msgstr "\"junk\": '%c'" +#: src/lid.c:466 +#, c-format +msgid "invalid `--key' style: `%s'" +msgstr "" -#: lib/scanners.c:673 lib/scanners.c:977 lib/scanners.c:1181 -#, possible-c-format -msgid "junk: `\\%03o'" -msgstr "\"junk\": '\\%03o'" +#: src/lid.c:478 +#, c-format +msgid "invalid `--result' style: `%s'" +msgstr "" + +# Muss hier auf `_j_ ... / nq' umgestellt werden???? +#. FIXME: i18n of responses +#: src/lid.c:634 +#, fuzzy +msgid "edit? [y1-9^S/nq] " +msgstr "Editieren? [y1-9^S/nq] " + +#: src/lid.c:703 +msgid "can't fork" +msgstr "" -#: lib/scanners.c:777 +#: src/lid.c:721 +#, c-format +msgid "can't exec `%s'" +msgstr "" + +#: src/lid.c:851 +msgid "can't match regular-expression: memory exhausted" +msgstr "" + +#: src/mkid.c:145 src/xtokid.c:63 +#, c-format +msgid "Usage: %s [OPTION]... [FILE]...\n" +msgstr "" + +#: src/mkid.c:149 msgid "" -"Assembly language:\n" -" -c,--comment=CHARS Any of CHARS starts a comment until end-of-line\n" -" -k,--keep=CHARS Allow CHARS in tokens, and keep the result\n" -" -i,--ignore=CHARS Allow CHARS in tokens, and toss the result\n" -" -u,--strip-underscore Strip a leading underscore from tokens\n" -" -n,--no-cpp Don't handle C pre-processor directives\n" +"Build an identifier database.\n" +" -o, --output=OUTFILE file name of ID database output\n" +" -f, --file=OUTFILE synonym for --output\n" +" -i, --include=LANGS include languages in LANGS (default: \"C C++ " +"asm\")\n" +" -x, --exclude=LANGS exclude languages in LANGS\n" +" -l, --lang-option=L:OPT pass OPT as a default for language L (see below)\n" +" -m, --lang-map=MAPFILE use MAPFILE to map file names onto source " +"language\n" +" -d, --default-lang=LANG make LANG the default source language\n" +" -p, --prune=NAMES exclude the named files and/or directories\n" +" -v, --verbose report per file statistics\n" +" -s, --statistics report statistics at end of run\n" +"\n" +" --help display this help and exit\n" +" --version output version information and exit\n" +"\n" +"FILE may be a file name, or a directory name to recursively search.\n" +"If no FILE is given, the current directory is searched by default.\n" +"Note that the `--include' and `--exclude' options are mutually-exclusive.\n" +"\n" +"The following arguments apply to the language-specific scanners:\n" +msgstr "" + +#: src/mkid.c:311 +#, c-format +msgid "can't create `%s' in `%s'" +msgstr "" + +#: src/mkid.c:315 +#, c-format +msgid "can't modify `%s'" msgstr "" -#: lib/scanners.c:1081 +#: src/mkid.c:368 +#, c-format +msgid "can't stat `%s'" +msgstr "" + +#: src/mkid.c:435 +#, fuzzy, c-format +msgid " new = %d/%d" +msgstr ", new=%d/%d" + +#: src/mkid.c:444 +#, c-format +msgid "Name=%ld, " +msgstr "Name=%ld, " + +#: src/mkid.c:445 +#, c-format +msgid "Number=%ld, " +msgstr "Zahl=%ld, " + +#: src/mkid.c:446 +#, c-format +msgid "String=%ld, " +msgstr "Zeichenkette=%ld, " + +# ist das gemeint? ### +#: src/mkid.c:447 +#, c-format +msgid "Literal=%ld, " +msgstr "Zeichen=%ld, " + +#: src/mkid.c:448 +#, c-format +msgid "Comment=%ld\n" +msgstr "Kommentar=%ld\n" + +#: src/mkid.c:450 +#, c-format +msgid "Files=%d, " +msgstr "Dateien=%d, " + +#: src/mkid.c:451 +#, c-format +msgid "Tokens=%ld, " +msgstr "Tokens=%ld, " + +#: src/mkid.c:452 +#, c-format +msgid "Bytes=%ld Kb, " +msgstr "Bytes=%ld Kb, " + +#: src/mkid.c:453 +#, fuzzy, c-format +msgid "Heap=%ld+%ld Kb, " +msgstr "\"Heap\"=%ld Kb, " + +#: src/mkid.c:455 +#, c-format +msgid "Output=%ld (%ld tok, %ld hit)\n" +msgstr "Ausgabe=%ld (%ld tok, %ld hit)\n" + +# Frequenz übersetzen? ke +#: src/mkid.c:458 +#, fuzzy, c-format +msgid ", Freq=%ld/%ld=%.2f\n" +msgstr "\"Freq\"=%ld/%ld=%.2f\n" + +#: src/mkid.c:481 +msgid "Sorting tokens...\n" +msgstr "Sortiere \"Token\"...\n" + +#: src/mkid.c:487 +#, c-format +msgid "Writing `%s'...\n" +msgstr "Schreibe '%s'...\n" + +#: src/mkid.c:490 +#, c-format +msgid "can't create `%s'" +msgstr "" + +#: src/mkid.c:636 +#, fuzzy +msgid "level %d: %ld/%ld = %.0f%%\n" +msgstr "level %d: %ld == %ld\n" + +#: src/xtokid.c:67 msgid "" -"Text language:\n" -" -i,--include=CHAR-CLASS Include characters from CHAR-CLASS in tokens\n" -" -x,--exclude=CHAR-CLASS Exclude characters from CHAR-CLASS from tokens\n" +"Print all tokens found in a source file.\n" +" -i, --include=LANGS include languages in LANGS (default: \"C C++ " +"asm\")\n" +" -x, --exclude=LANGS exclude languages in LANGS\n" +" -l, --lang-option=L:OPT pass OPT as a default for language L (see below)\n" +" -m, --lang-map=MAPFILE use MAPFILE to map file names onto source " +"language\n" +" -d, --default-lang=LANG make LANG the default source language\n" +" -p, --prune=NAMES exclude the named files and/or directories\n" +" --help display this help and exit\n" +" --version output version information and exit\n" +"\n" +"The following arguments apply to the language-specific scanners:\n" msgstr "" -#, possible-c-format +#~ msgid "%s: not found\n" +#~ msgstr "%s: nicht gefunden\n" + #~ msgid "Bogus frequencies: %u > %u\n" #~ msgstr "Überflüssiges Vorkommen: %u > %u\n" -#, possible-c-format #~ msgid "Usage: %s [-f<file>] file1 file2\n" #~ msgstr "Syntax: %s [-f<DATEI>] DATEI_1 DATEI_2\n" -#, possible-c-format #~ msgid "%s: Cannot fork (%s)\n" #~ msgstr "%s: Kann nicht \"fork'en\" (%s)\n" -#, possible-c-format #~ msgid "Usage: %s [-u] [+/-a<ccc>] [-c<ccc>] files\n" #~ msgstr "Syntax: %s [-u] [+/-a<CCC>] [-c<CCC>] DATEIEN\n" -#, possible-c-format #~ msgid "%s: Syntax Error: %s (%s)\n" #~ msgstr "%s: Syntaxfehler: %s (%s)\n" -#, possible-c-format #~ msgid "%s: cannot determine current directory\n" #~ msgstr "%s: aktuelles Verzeichnis nicht bestimmbar\n" -#, possible-c-format #~ msgid " uniq=%d/%d" #~ msgstr " uniq=%d/%d" -#, fuzzy, possible-c-format +#, fuzzy #~ msgid "Scan Heap=%ld Kb, " #~ msgstr "\"Heap\"=%ld Kb, " -#, possible-c-format #~ msgid "level %d: %ld < %ld/2\n" #~ msgstr "level %d: %ld < %ld/2\n" -#, possible-c-format #~ msgid "level %d: %ld > %ld*2\n" #~ msgstr "level %d: %ld > %ld*2\n" -#, possible-c-format #~ msgid "level %d: %ld < %ld\n" #~ msgstr "level %d: %ld < %ld\n" -#, possible-c-format #~ msgid "level %d: %ld > %ld\n" #~ msgstr "level %d: %ld > %ld\n" #, fuzzy -#~ msgid "can't get working directory name." -#~ msgstr "%s: Name des aktuellen Verzeichnisses nicht zu erreichen.\n" - -#, fuzzy #~ msgid "nothing to do..." #~ msgstr "Nichts zu tun...\n" -#, possible-c-format #~ msgid "%s: No language assigned to suffix: `%s'\n" #~ msgstr "%s: Keine Sprache zugeordnet dem Suffix: '%s'\n" -#, possible-c-format -#~ msgid "Load=%ld/%ld=%.2f, " -#~ msgstr "\"Load\"=%ld/%ld=%.2f, " - -#, possible-c-format -#~ msgid "Rehash=%d, " -#~ msgstr "\"Rehash\"=%d, " - -#, possible-c-format #~ msgid "Probes=%ld/%ld=%.2f, " #~ msgstr "\"Probes\"=%ld/%ld=%.2f, " -#, possible-c-format #~ msgid "%s: Use -u, -f<file>, or cmd-line for file args!\n" -#~ msgstr "%s: '-u', '-f<DATEI>' oder Befehlszeile für die Datei-Parameter nehmen!\n" +#~ msgstr "" +#~ "%s: '-u', '-f<DATEI>' oder Befehlszeile für die Datei-Parameter nehmen!\n" -#, possible-c-format #~ msgid "%s: Use only one of: -u, -f<file>, or cmd-line for file args!\n" -#~ msgstr "%s: Nur eins nehmen: '-u', '-f<DATEI>' oder Befehlszeile für die Datei-Parameter!\n" +#~ msgstr "" +#~ "%s: Nur eins nehmen: '-u', '-f<DATEI>' oder Befehlszeile für die " +#~ "Datei-Parameter!\n" -#, possible-c-format #~ msgid "" #~ "\n" #~ "\tRehashing... (doubling size to %ld)\n" @@ -492,49 +610,41 @@ msgstr "" #~ "\n" #~ " \"Rehashing\"... (verdoppele Größe auf %ld)\n" -#, fuzzy, possible-c-format +#, fuzzy #~ msgid "duplicate hash entry `%s'" #~ msgstr "%s: Doppelter \"Hash\"-Eintrag!\n" -#, possible-c-format #~ msgid "%s: Not an id file: `%s'\n" #~ msgstr "%s: Keine \"id\"-Datei: '%s'\n" -#, possible-c-format #~ msgid "%s: ID version mismatch (want: %d, got: %d)\n" #~ msgstr "%s: ID-Version passt nicht (brauche: %d, habe: %d)\n" -#, possible-c-format #~ msgid "No scanner assigned to suffix `%s'\n" #~ msgstr "Kein Scanner dem Suffix '%s' zugeordnet\n" -#, possible-c-format #~ msgid "%s: Language undefined: %s\n" #~ msgstr "%s: Sprache nicht definiert: %s\n" -#, possible-c-format #~ msgid "%s: Note: `%s=%s' overrides `%s=%s'\n" #~ msgstr "%s: Achtung: '%s=%s' überschreibt '%s=%s'\n" -#, possible-c-format #~ msgid "%s: language %s not defined.\n" #~ msgstr "%s: Sprache %s nicht definiert.\n" -#, possible-c-format #~ msgid "%s: Note: `%s/%s' overrides `%s/%s'\n" #~ msgstr "%s: Achtung: '%s/%s' überschreibt '%s/%s'\n" -#, possible-c-format -#~ msgid "Usage: %s [-S<suffix>=<lang>] [+S(+|-)<arg>] [-S<lang>(+|-)<arg>] [-S<lang>/<lang>/<filter>]\n" +#~ msgid "" +#~ "Usage: %s [-S<suffix>=<lang>] [+S(+|-)<arg>] [-S<lang>(+|-)<arg>] " +#~ "[-S<lang>/<lang>/<filter>]\n" #~ msgstr "" #~ "Syntax: %s [-S<SUFFIX>=<LANG>] [+S(+|-)<ARG>]\n" #~ " [-S<LANG>(+|-)<ARG>] [-S<LANG>/<LANG>/<FILTER>]\n" -#, possible-c-format #~ msgid "junk: `\\%3o'" #~ msgstr "\"junk\": `\\%3o'" -#, possible-c-format #~ msgid "Usage: %s does not accept %s scanner arguments\n" #~ msgstr "Syntax: %s kann keine %s Scanner-Parameter verwenden\n" @@ -550,11 +660,11 @@ msgstr "" #~ "\n" #~ " (+|-)u Den führenden '_' von den \"ids\" in den Zeichenketten\n" #~ " (entfernen | nicht entfernen).\n" -#~ " (+|-)s<CC> <CC> in den \"ids\" der Zeichenketten erlauben und solche \"ids\"\n" +#~ " (+|-)s<CC> <CC> in den \"ids\" der Zeichenketten erlauben und solche " +#~ "\"ids\"\n" #~ " (auswerten [`keep'] | übergehen).\n" #~ " -v \"vhil\"-Kommentare übergehen." -#, possible-c-format #~ msgid "Usage: %s -S%s([-c<cc>] [-u] [(+|-)a<cc>] [(+|-)p] [(+|-)C])\n" #~ msgstr "Syntax: %s -S%s([-c<CC>] [-u] [(+|-)a<CC>] [(+|-)p] [(+|-)C])\n" @@ -572,11 +682,11 @@ msgstr "" #~ "\n" #~ " -c<CC> <CC> beginnt/en einen Kommentar bis zum Zeilenende.\n" #~ " (+|-)u Führenden '_' von den \"ids\" (entfernen | nicht entfernen).\n" -#~ " (+|-)a<cc> <CC> in den \"ids\" der Zeichenketten erlauben und solche \"ids\".\n" +#~ " (+|-)a<cc> <CC> in den \"ids\" der Zeichenketten erlauben und solche " +#~ "\"ids\".\n" #~ " (+|-)p C-Preprozessor-Anweisungen (bearbeiten | nicht bearbeiten).\n" #~ " (+|-)C C-Kommentare `/* */' (bearbeiten | nicht bearbeiten)." -#, possible-c-format #~ msgid "Usage: %s -S%s([(+|-)a<cc>] [(+|-)s<cc>]\n" #~ msgstr "Syntax: %s -S%s([(+|-)a<cc>] [(+|-)s<cc>]\n" @@ -595,9 +705,9 @@ msgstr "" #~ msgid "open" #~ msgstr "öffne" -#, possible-c-format #~ msgid "" -#~ "Usage: %s [-v] [-f<idfile>] [(+|-)l[<lang>]] [(+|-)S<scanarg>] [-a<argfile>] [-] [-u] [files...]\n" +#~ "Usage: %s [-v] [-f<idfile>] [(+|-)l[<lang>]] [(+|-)S<scanarg>] [-a<argfile>] " +#~ "[-] [-u] [files...]\n" #~ "\t-v\t Verbose: print reports of progress\n" #~ "\t-a<file> Open file for arguments\n" #~ "\t-\t Read newline-separated args from stdin\n" @@ -628,7 +738,6 @@ msgstr "" #~ msgid "modify" #~ msgstr "verändere" -#, possible-c-format #~ msgid "%s: No scanner for language: `%s'\n" #~ msgstr "%s: Kein Scanner für die Sprache: '%s'\n" @@ -638,18 +747,16 @@ msgstr "" #~ msgid "malloc failure! \n" #~ msgstr "Speicher-Zuordnungsfehler (`malloc failure')! \n" -#, fuzzy, possible-c-format +#, fuzzy #~ msgid "Usage: %s [-f<file>] [-u<n>] [-r<dir>] [-mewdoxasknc] patterns...\n" #~ msgstr "Syntax: %s [-f<DATEI>[-u<N>] [-r<VERZ>] [-mewdoxasknc] MASKE...\n" -#, possible-c-format #~ msgid "%s: please use only one of -c or -r\n" #~ msgstr "%s: Nur eine von beiden Optionen nehmen: '-c' oder '-r'\n" #~ msgid "exec" #~ msgstr "führe aus" -#, possible-c-format #~ msgid "%s: Cannot %s `%s' (%s)\n" #~ msgstr "%s: %s '%s' (%s) nicht möglich\n" @@ -674,7 +781,8 @@ msgstr "" #~ msgstr "" #~ "Syntax: iid [-a] [-c] [-H]\n" #~ "\n" -#~ " -a Die \"aid\" als Standardabfrage-Befehl nehmen (nicht die \"lid\").\n" +#~ " -a Die \"aid\" als Standardabfrage-Befehl nehmen (nicht die " +#~ "\"lid\").\n" #~ " -c BEFEHL Nur die Abfrage BEFEHL ausführen und beenden.\n" #~ " -H Nur diese Hilfe anzeigen.\n" #~ "\n" |