# German translations for GNU Cobol package # Copyright (C) 2017 Free Software Foundation, Inc. # This file is distributed under the same license as the gnucobol package. # Simon Sobisch , 2013. # Mario Blättermann , 2017. # Roland Illig , 2019. # msgid "" msgstr "" "Project-Id-Version: gnucobol-2.2-rc1\n" "Report-Msgid-Bugs-To: gnucobol-messages@gnu.org\n" "POT-Creation-Date: 2017-07-19 23:30+0200\n" "PO-Revision-Date: 2019-05-12 15:44+0200\n" "Last-Translator: Roland Illig \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "X-Poedit-Basepath: ..\n" "X-Generator: Poedit 2.2.1\n" #: cobc/cobc.c:95 #, c-format msgid "invalid parameter: %s" msgstr "Ungültiger Parameter: %s" #: cobc/cobc.c:121 cobc/cobc.c:1855 cobc/cobc.c:1858 cobc/reserved.c:2757 #: libcob/common.c:294 libcob/common.c:564 libcob/common.c:6569 msgid "unknown" msgstr "Unbekannt" #: cobc/cobc.c:842 msgid "too many errors" msgstr "zu viele Fehler" #: cobc/cobc.c:851 #, c-format msgid "%s: %d: internal compiler error" msgstr "%s: %d: Interner Compiler-Fehler" #: cobc/cobc.c:852 cobc/cobc.c:1909 cobc/codegen.c:2804 cobc/codegen.c:8567 msgid "Please report this!" msgstr "Bitte melden Sie das!" #: cobc/cobc.c:863 #, c-format msgid "%s: %d: invalid cast from '%s' type %s to type %s" msgstr "%s: %d: Ungültige Umwandlung vom Typ »%s« %s zum Typ %s" #: cobc/cobc.c:894 cobc/cobc.c:959 cobc/cobc.c:999 cobc/cobc.c:1075 #: cobc/cobc.c:1115 cobc/cobc.c:1191 #, c-format msgid "cannot allocate %d bytes of memory" msgstr "Nicht möglich, %d Bytes Arbeitsspeicher bereitzustellen" #: cobc/cobc.c:907 cobc/cobc.c:923 cobc/cobc.c:979 cobc/cobc.c:1095 #: cobc/cobc.c:1210 cobc/cobc.c:1227 cobc/cobc.c:1584 libcob/common.c:5845 #, c-format msgid "call to %s with NULL pointer" msgstr "Aufruf von %s mit NULL-Zeiger" #: cobc/cobc.c:942 #, c-format msgid "cannot reallocate %d bytes of memory" msgstr "Nicht möglich, %d Bytes Arbeitsspeicher neu bereitzustellen" #: cobc/cobc.c:1016 cobc/cobc.c:1132 msgid "attempt to reallocate non-allocated memory" msgstr "Versuch, nicht bereitgestellten Arbeitsspeicher neu bereitzustellen" #: cobc/cobc.c:1049 cobc/cobc.c:1165 #, c-format msgid "call to %s with invalid pointer, as it is missing in list" msgstr "Aufruf von %s mit ungültigem Zeiger, da er in der Liste fehlt" #: cobc/cobc.c:1334 #, fuzzy, c-format msgid "assuming literal for unquoted '%s'" msgstr "Warnung - Assuming Literal für unquoted '%s'" #: cobc/cobc.c:1380 msgid " - length is < 1 or > 31" msgstr " - Länge ist < 1 oder > 31" #: cobc/cobc.c:1383 msgid " - name cannot begin with space or underscore" msgstr " - Name darf nicht mit einem Leerzeichen oder Unterstrich beginnen" #: cobc/cobc.c:1386 msgid " - name cannot begin with 'cob_' or 'COB_'" msgstr " - Name darf nicht mit »cob_« oder »COB_« beginnen" #: cobc/cobc.c:1389 msgid " - name duplicates a 'C' keyword" msgstr " - Name entspricht einem »C«-Schlüsselwort" #: cobc/cobc.c:1392 msgid " - name cannot contain a directory separator" msgstr " - Name darf kein Pfad-Trennzeichen enthalten" #: cobc/cobc.c:1401 #, c-format msgid "invalid file base name '%s'%s" msgstr "Ungültiger Basisname »%s«%s" #: cobc/cobc.c:1405 #, c-format msgid "invalid ENTRY '%s'%s" msgstr "Ungültiger ENTRY »%s«%s" #: cobc/cobc.c:1408 #, c-format msgid "invalid PROGRAM-ID '%s'%s" msgstr "Ungültige PROGRAM-ID »%s«%s" #: cobc/cobc.c:1412 #, c-format msgid "unknown name error '%s'%s" msgstr "Unbekannter Fehler zum Bezeichner »%s«%s" #: cobc/cobc.c:1525 cobc/error.c:217 cobc/error.c:452 msgid "error: " msgstr "Fehler: " #: cobc/cobc.c:1549 #, c-format msgid "duplicate DEFINE '%s' - ignored" msgstr "doppeltes DEFINE »%s« – ignoriert" #: cobc/cobc.c:1621 #, c-format msgid "environment variable '%s' is '%s'; should not contain '%c'" msgstr "Umgebungsvariable »%s« ist »%s«; sollte kein »%c« enthalten" #: cobc/cobc.c:1648 msgid "parameter buffer size exceeded" msgstr "Parameter-Buffer überschritten" #: cobc/cobc.c:1686 #, c-format msgid "warning: could not move temporary file to %s" msgstr "Warnung: Temporäre Datei konnte nicht nach %s verschoben werden" #: cobc/cobc.c:1861 #, c-format msgid "aborting codegen for %s (%s: %s)" msgstr "Codegenerierung für %s wird abgebrochen (%s:%s)" #: cobc/cobc.c:1864 #, c-format msgid "aborting compile of %s at line %d (%s: %s)" msgstr "Compilieren von %s wird in Zeile %d abgebrochen (%s:%s)" #: cobc/cobc.c:1868 msgid "aborting" msgstr "Abbruch" #: cobc/cobc.c:1926 bin/cobcrun.c:97 msgid "License GPLv3+: GNU GPL version 3 or later " msgstr "Lizenz GPLv3+: GNU GPL Version 3 oder neuer " #: cobc/cobc.c:1927 libcob/common.c:6017 bin/cobcrun.c:98 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." msgstr "" "Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es gibt\n" "KEINE Garantie; auch nicht für MARKTGÄNGIGKEIT oder FÜR SPEZIELLE ZWECKE." #: cobc/cobc.c:1929 libcob/common.c:6019 bin/cobcrun.c:100 #, c-format msgid "Written by %s\n" msgstr "Geschrieben von %s\n" #: cobc/cobc.c:1930 cobc/cobc.c:1943 libcob/common.c:6020 bin/cobcrun.c:101 #, c-format msgid "Built %s" msgstr "Erstellt %s" #: cobc/cobc.c:1932 cobc/cobc.c:1945 libcob/common.c:6022 bin/cobcrun.c:103 #, c-format msgid "Packaged %s" msgstr "Gepackt %s" #: cobc/cobc.c:1934 cobc/cobc.c:1947 #, c-format msgid "C version %s%s" msgstr "C-Version %s%s" #: cobc/cobc.c:1960 msgid "executing:" msgstr "Wird ausgeführt:" #: cobc/cobc.c:1962 msgid "to be executed:" msgstr "zum Ausführen:" #: cobc/cobc.c:2000 cobc/cobc.c:2001 libcob/common.c:4851 libcob/common.c:4852 msgid "env" msgstr "Umg." #: cobc/cobc.c:2036 libcob/common.c:6040 msgid "build information" msgstr "Build-Informationen" #: cobc/cobc.c:2037 libcob/common.c:6041 msgid "build environment" msgstr "Build-Umgebung" #: cobc/cobc.c:2045 libcob/common.c:6050 msgid "GnuCOBOL information" msgstr "GnuCOBOL-Information" #: cobc/cobc.c:2086 libcob/common.c:6073 msgid "yes" msgstr "ja" #: cobc/cobc.c:2088 libcob/common.c:6075 msgid "no" msgstr "nein" #: cobc/cobc.c:2092 libcob/common.c:6079 msgid "8 bytes" msgstr "8 Bytes" #: cobc/cobc.c:2094 libcob/common.c:6081 msgid "4 bytes" msgstr "4 Bytes" #: cobc/cobc.c:2097 libcob/common.c:6086 libcob/common.c:6088 msgid "extended screen I/O" msgstr "Erweiterte Bildschirm-Ein-/Ausgabe" #: cobc/cobc.c:2100 libcob/common.c:6092 msgid "variable format" msgstr "Variablenformat" #: cobc/cobc.c:2106 cobc/cobc.c:2108 libcob/common.c:6098 libcob/common.c:6100 msgid "sequential handler" msgstr "Sequenzieller Handler" #: cobc/cobc.c:2108 libcob/common.c:6100 msgid "built-in" msgstr "eingebaut" #: cobc/cobc.c:2112 cobc/cobc.c:2114 cobc/cobc.c:2116 cobc/cobc.c:2118 #: cobc/cobc.c:2120 cobc/cobc.c:2122 libcob/common.c:6104 libcob/common.c:6114 #: libcob/common.c:6116 libcob/common.c:6118 libcob/common.c:6120 #: libcob/common.c:6122 msgid "ISAM handler" msgstr "ISAM-Handler" #: cobc/cobc.c:2122 libcob/common.c:6068 libcob/common.c:6122 msgid "disabled" msgstr "Deaktiviert" #: cobc/cobc.c:2126 cobc/cobc.c:2128 libcob/common.c:6145 libcob/common.c:6147 msgid "mathematical library" msgstr "Mathematische Bibliothek" #: cobc/cobc.c:2139 msgid "- NOT set with -Wall" msgstr "- Nicht mit -Wall gesetzt" #: cobc/cobc.c:2148 msgid "- ALWAYS active" msgstr "" #: cobc/cobc.c:2153 cobc/cobc.c:3245 cobc/cobc.c:7065 cobc/cobc.c:7182 #: cobc/codegen.c:2801 cobc/codegen.c:3912 cobc/typeck.c:6465 #: cobc/typeck.c:6496 #, c-format msgid "call to '%s' with invalid parameter '%s'" msgstr "Aufruf von »%s« mit ungültigem Parameter »%s«" #: cobc/cobc.c:2179 msgid "default" msgstr "(Standard)" #: cobc/cobc.c:2186 msgid "GnuCOBOL compiler for most COBOL dialects with lots of extensions" msgstr "GnuCOBOL-Compiler für die meisten COBOL-Dialekte mit zahlreichen Erweiterungen" #: cobc/cobc.c:2188 #, c-format msgid "Usage: %s [options]... file..." msgstr "Aufruf: %s [Optionen] Datei …" #: cobc/cobc.c:2191 bin/cobcrun.c:120 msgid "Options:" msgstr "Optionen:" #: cobc/cobc.c:2192 msgid " -h, -help display this help and exit" msgstr " -h, -help zeigt diese Hilfe an und beendet das Programm" #: cobc/cobc.c:2193 msgid " -V, -version display compiler version and exit" msgstr " -V, -version zeigt die Version des Compilers an" #: cobc/cobc.c:2194 msgid "" " -i, -info display compiler information (build/environment)\n" " and exit" msgstr "" " -i, -info Compilerinformation (Bauen/Umgebung) anzeigen\n" " und Programm beenden" #: cobc/cobc.c:2196 msgid "" " -v, -verbose display compiler version and the commands\n" " invoked by the compiler" msgstr "" " -v, -verbose Compilerversion und vom Compiler ausgeführte\n" " Befehle anzeigen" #: cobc/cobc.c:2198 msgid "" " -vv, -verbose=2 like -v but additional pass verbose option\n" " to assembler/compiler" msgstr "" " -vv, -verbose=2 wie -v, aber zusätzlich die geschwätzig-Option\n" " an den Assembler/Compiler weiterreichen" #: cobc/cobc.c:2200 msgid "" " -vvv, -verbose=3 like -vv but additional pass verbose option\n" " to linker" msgstr "" " -vvv, -verbose=3 wie -vv, aber zusätzlich die geschwätzig-Option\n" " an den Linker weiterreichen" #: cobc/cobc.c:2202 msgid " -q, -brief reduced displays, commands invoked not shown" msgstr "" " -v zeigt aufgerufene Befehle nicht an,\n" " für eingeschränkte Bildschirme" #: cobc/cobc.c:2203 msgid " -### like -v but commands not executed" msgstr " -### wie -v, aber die Befehle werden nicht ausgeführt" #: cobc/cobc.c:2204 msgid " -x build an executable program" msgstr " -x erstellt ein ausführbares Programm" #: cobc/cobc.c:2205 msgid " -m build a dynamically loadable module (default)" msgstr " -m erstellt ein dynamisch ladbares Modul (Standard)" #: cobc/cobc.c:2206 msgid " -j [], -job[=]\trun program after build, passing " msgstr "" " -j [], -job[=]\tNach dem Bauen das Programm ausführen\n" "\tund dabei als Argumente übergeben" #: cobc/cobc.c:2207 msgid "" " -std= warnings/features for a specific dialect\n" " can be one of:\n" " default, cobol2014, cobol2002, cobol85, xopen,\n" " ibm-strict, ibm, mvs-strict, mvs,\n" " mf-strict, mf, bs2000-strict, bs2000,\n" " acu-strict, acu, rm-strict, rm;\n" " see configuration files in directory config" msgstr "" " -std= Warnungen/Features für einen bestimmten\n" " Dialekt auswählen, dabei kann \n" " einer von diesen sein:\n" " default, cobol2014, cobol2002, cobol85, xopen,\n" " ibm-strict, ibm, mvs-strict, mvs,\n" " mf-strict, mf, bs2000-strict, bs2000,\n" " acu-strict, acu, rm-strict, rm;\n" " siehe die Konfigurationsdateien im Verzeichnis\n" " »config«" #: cobc/cobc.c:2214 msgid " -F, -free use free source format" msgstr " -F, -free verwendet freies Quellformat" #: cobc/cobc.c:2215 #, fuzzy msgid " -fixed use fixed source format (default)" msgstr " -fixed Benutze fixed source format (Standard)" #: cobc/cobc.c:2216 msgid " -O, -O2, -O3, -Os enable optimization" msgstr " -O, -O2, -O3, -Os aktiviert die Optimierung" #: cobc/cobc.c:2217 #, fuzzy msgid " -g enable C compiler debug / stack check / trace" msgstr " -g C Compiler Debugginginformationen / Stapelprüfungen / Traceinformationen aktivieren" #: cobc/cobc.c:2218 msgid " -d, -debug enable all run-time error checking" msgstr " -debug aktiviert alle Laufzeitprüfungen" #: cobc/cobc.c:2219 msgid " -o place the output into " msgstr " -o schreibt die Ausgabe in " #: cobc/cobc.c:2220 msgid "" " -b combine all input files into a single\n" " dynamically loadable module" msgstr "" " -b kombiniere alle Eingabedateien in ein\n" " einziges dynamisch ladbares Modul" #: cobc/cobc.c:2222 #, fuzzy msgid " -E preprocess only; do not compile or link" msgstr " -E Nur Präprozessor, kein Compiler oder Binder" #: cobc/cobc.c:2223 msgid " -C translation only; convert COBOL to C" msgstr " -C übersetzt nur von COBOL nach C" #: cobc/cobc.c:2224 msgid " -S compile only; output assembly file" msgstr " -S kompiliert nur, assembliert oder linkt aber nicht" #: cobc/cobc.c:2225 msgid " -c compile and assemble, but do not link" msgstr " -c kompiliert und assembliert nur, linkt aber nicht" #: cobc/cobc.c:2226 msgid " -T generate and place a wide program listing into " msgstr " -T breites Programmlisting generieren und in ablegen" #: cobc/cobc.c:2227 msgid " -t generate and place a program listing into " msgstr " -t Programmlisting generieren und in ablegen" #: cobc/cobc.c:2228 msgid " --tlines= specify lines per page in listing, default = 55" msgstr " --tlines= Anzahl der Zeilen pro Listingseite angeben, Vorgabe ist 55" #: cobc/cobc.c:2229 msgid " --tsymbols specify symbols in listing" msgstr " --tsymbols Symbole für Listing angeben" #: cobc/cobc.c:2230 msgid " -P[=] generate preprocessed program listing (.lst)" msgstr " -P[=] vorverarbeitetes Programmlisting (.lst) generieren" #: cobc/cobc.c:2232 msgid "" " -Xref generate cross reference through 'cobxref'\n" " (V. Coen's 'cobxref' must be in path)" msgstr "" " -Xref Querverweis mittels »cobxref« generieren\n" " (»cobxref« von V. Coen muss sich im Pfad befinden)" #: cobc/cobc.c:2235 msgid " -Xref specify cross reference in listing" msgstr " -Xref Querverweise in Listing angeben" #: cobc/cobc.c:2237 #, fuzzy msgid " -I add to copy/include search path" msgstr " -I Das zum Suchpfad für Copy (COBOL) und Includes (C) hinzufügen" #: cobc/cobc.c:2238 msgid " -L add to library search path" msgstr " -L fügt das zum Suchpfad für Bibliotheken hinzu" #: cobc/cobc.c:2239 msgid " -l link the library " msgstr " -l linkt die Bibliothek " #: cobc/cobc.c:2240 msgid " -A add to the C compile phase" msgstr " -A fügt die zum Aufruf des C-Compilers hinzu" #: cobc/cobc.c:2241 msgid " -Q add to the C link phase" msgstr " -Q fügt die zum Aufruf des C-Linkers hinzu" #: cobc/cobc.c:2242 msgid " -D define for COBOL compilation" msgstr " -D für das Compilieren von COBOL angeben" #: cobc/cobc.c:2243 msgid " -K generate CALL to as static" msgstr " -K CALL zum als statischen Aufruf generieren" #: cobc/cobc.c:2244 msgid " -conf= user-defined dialect configuration; see -std" msgstr "" " -conf= Benutzerdefinierte Konfiguration eines COBOL-Dialektes;\n" " siehe -std" #: cobc/cobc.c:2245 msgid " -list-reserved display reserved words" msgstr " -list-reserved zeigt reservierte Wörter an" #: cobc/cobc.c:2246 msgid " -list-intrinsics display intrinsic functions" msgstr " -list-intrinsics zeigt intrinsische Funktionen an" #: cobc/cobc.c:2247 msgid " -list-mnemonics display mnemonic names" msgstr " -list-mnemonics zeigt mnemonische Namen an" #: cobc/cobc.c:2248 msgid " -list-system display system routines" msgstr " -list-system zeigt Systemroutinen an" #: cobc/cobc.c:2249 msgid "" " -save-temps[=] save intermediate files\n" " - default: current directory" msgstr "" " -save-temps[=] speichert temporäre Dateien\n" " Standard : aktuelles Verzeichnis" #: cobc/cobc.c:2251 #, fuzzy msgid " -ext add file extension for resolving COPY" msgstr " -ext Weitere Standard-Dateiendung hinzufügen" #: cobc/cobc.c:2255 msgid " -W enable all warnings" msgstr " -W schaltet alle Warnungen ein" #: cobc/cobc.c:2256 msgid " -Wall enable most warnings (all except as noted below)" msgstr " -Wall schaltet alle Warnungen mit Ausnahmen wie folgt ein" #: cobc/cobc.c:2257 msgid " -Wno- disable warning enabled by -W or -Wall" msgstr " -Wno- Warnung ausschalten, die mit -W oder -Wall eingeschaltet wurde" #: cobc/cobc.c:2268 msgid " -Werror treat all warnings as errors" msgstr " -Werror fasst alle Warnungen als Fehler auf" #: cobc/cobc.c:2269 msgid " -Werror= treat specified as error" msgstr " -Werror= die angegebene als Fehler behandeln" #: cobc/cobc.c:2290 cobc/cobc.c:2294 msgid "" msgstr "" #: cobc/cobc.c:2298 msgid "" msgstr "" #: cobc/cobc.c:2306 msgid "where is one of the following:" msgstr "wobei eins von diesen ist:" #: cobc/cobc.c:2309 msgid "word to be taken out of the reserved words list" msgstr "Wort, das aus der Liste der reservierten Wörter entfernt wird" #: cobc/cobc.c:2309 cobc/cobc.c:2310 msgid "" msgstr "" #: cobc/cobc.c:2310 msgid "word to be added to reserved words list" msgstr "das Wort, das zur Liste der reservierten Wörter hinzugefügt wird" #: cobc/cobc.c:2311 msgid "word to be added to reserved words list as alias" msgstr "das Wort, das als Alias zur Liste der reservierten Wörter hinzugefügt wird" #: cobc/cobc.c:2311 msgid ":" msgstr ":" #: cobc/cobc.c:2316 bin/cobcrun.c:136 #, c-format msgid "" "Report bugs to: %s\n" "or (preferably) use the issue tracker via the home page." msgstr "" "Melden Sie Fehler an: %s\n" "oder (noch besser) verwenden Sie das Ticketsystem auf der Homepage." #: cobc/cobc.c:2319 bin/cobcrun.c:139 msgid "GnuCOBOL home page: " msgstr "Homepage von GnuCOBOL: " #: cobc/cobc.c:2320 bin/cobcrun.c:140 msgid "General help using GNU software: " msgstr "Allgemeine Hilfe zur Verwendung von GNU-Software: " #: cobc/cobc.c:2326 msgid "only one of options 'E', 'S', 'C', 'c' may be specified" msgstr "Nur eine der Optionen »E«, »S«, »C« oder »c« kann angegeben werden" #: cobc/cobc.c:2332 msgid "only one of options 'm', 'x', 'b' may be specified" msgstr "Nur eine der Optionen »m«, »x« oder »b« kann angegeben werden" #: cobc/cobc.c:2350 #, c-format msgid "'%s' is not an intrinsic function" msgstr "»%s« ist keine intrinsische Funktion" #: cobc/cobc.c:2523 #, c-format msgid "invalid parameter -std=%s" msgstr "" #: cobc/cobc.c:2544 msgid "loading standard configuration file 'default.conf'" msgstr "Standard-Konfigurationsdatei »default.conf« wird geladen" #: cobc/cobc.c:2678 msgid "invalid output file name" msgstr "Ungültiger Ausgabename" #: cobc/cobc.c:2760 #, c-format msgid "warning: '%s' is not a directory, defaulting to current directory" msgstr "Warnung: »%s« ist kein Verzeichnis, aktuelles Verzeichnis wird verwendet" #: cobc/cobc.c:2835 #, c-format msgid "warning: assuming '%s' is a DEFINE - did you intend to use -debug?" msgstr "Warnung: »%s« wird als DEFINE angenommen, sollte -debug verwendet werden?" #: cobc/cobc.c:3046 #, c-format msgid "unknown warning option '%s'" msgstr "" #: cobc/cobc.c:3067 msgid "invalid option detected" msgstr "Ungültige Option festgestellt" #: cobc/cobc.c:3155 msgid "all runtime checks are enabled" msgstr "" #: cobc/cobc.c:3311 msgid "only one stdin input allowed" msgstr "" #: cobc/cobc.c:3321 #, c-format msgid "invalid file name parameter (length > %d)" msgstr "Ungültiger Dateinamensparameter (Länge > %d)" #: cobc/cobc.c:3513 msgid "nothing for -j to run" msgstr "" #: cobc/cobc.c:3554 cobc/cobc.c:3740 cobc/cobc.c:3799 cobc/cobc.c:3828 #: cobc/cobc.c:3913 cobc/cobc.c:3972 cobc/cobc.c:4098 cobc/cobc.c:4133 #: cobc/cobc.c:6549 msgid "return status:" msgstr "Rückgabestatus:" #: cobc/cobc.c:3681 #, c-format msgid "unknown option ignored:\t%s" msgstr "Ungültige Option ignoriert:\t%s" #: cobc/cobc.c:4029 msgid "preprocessing:" msgstr "Aufbereitung:" #: cobc/cobc.c:4103 msgid "'cobxref' execution unsuccessful" msgstr "Ausführung von »cobxref« nicht erfolgreich" #: cobc/cobc.c:4106 #, c-format msgid "check that 'cobxref' is in %s" msgstr "Überprüfen Sie, ob »cobxref« in %s enthalten ist" #: cobc/cobc.c:4108 msgid "no listing produced" msgstr "Es wurde kein Listing erzeugt" #: cobc/cobc.c:4979 cobc/cobc.c:5018 msgid "No fields defined." msgstr "" #: cobc/cobc.c:5038 msgid "No labels defined." msgstr "" #: cobc/cobc.c:5059 msgid "Error/Warning summary:" msgstr "" #: cobc/cobc.c:5079 msgid "0 warnings in compilation group" msgstr "" #: cobc/cobc.c:5083 msgid "1 warning in compilation group" msgstr "" #: cobc/cobc.c:5087 #, c-format msgid "%d warnings in compilation group" msgstr "" #: cobc/cobc.c:5093 msgid "0 errors in compilation group" msgstr "" #: cobc/cobc.c:5097 msgid "1 error in compilation group" msgstr "" #: cobc/cobc.c:5101 #, c-format msgid "%d errors in compilation group" msgstr "" #: cobc/cobc.c:5107 #, c-format msgid "Too many errors in compilation group: %d maximum errors" msgstr "" #: cobc/cobc.c:5669 #, c-format msgid "%s: %d: Too many continuation lines" msgstr "" #: cobc/cobc.c:6531 msgid "parsing:" msgstr "Analyse:" #: cobc/cobc.c:6591 msgid "translating:" msgstr "Übersetzung:" #: cobc/cobc.c:7503 msgid "no input files" msgstr "Keine Eingabedateien" #: cobc/cobc.c:7586 #, c-format msgid "%s option invalid in this combination" msgstr "Die Option %s ist in dieser Kombination ungültig" #: cobc/cobc.c:7615 #, c-format msgid "%s option requires a listing file" msgstr "%s: Option erfordert eine Listendatei" #: cobc/cobc.c:7632 msgid "command line:" msgstr "Befehlszeile:" #: cobc/codegen.c:635 cobc/codegen.c:3232 cobc/codegen.c:7623 #: cobc/codegen.c:8053 msgid "unexpected CONSTANT item" msgstr "Unerwartetes CONSTANT-Element" #: cobc/codegen.c:811 cobc/codegen.c:900 cobc/codegen.c:1124 #: cobc/codegen.c:2293 cobc/codegen.c:2540 cobc/codegen.c:2984 #: cobc/codegen.c:3199 cobc/codegen.c:6512 cobc/tree.c:499 cobc/typeck.c:858 #: cobc/typeck.c:3998 cobc/typeck.c:8020 #, c-format msgid "unexpected tree tag: %d" msgstr "Unerwartete Kennzeichnungsmarke im Baum: %d" #: cobc/codegen.c:2108 cobc/codegen.c:2375 cobc/codegen.c:6278 cobc/tree.c:868 #, fuzzy, c-format msgid "unexpected cast type: %d" msgstr "Unerwartete Typumwandlung %d" #: cobc/codegen.c:2730 cobc/codegen.c:3180 #, c-format msgid "internal statement stack depth exceeded: %d" msgstr "" #: cobc/codegen.c:2803 #, c-format msgid "%s is not a field" msgstr "" #: cobc/codegen.c:3039 #, c-format msgid "unexpected function: %s" msgstr "Unerwartete Funktion: %s" #: cobc/codegen.c:3735 #, c-format msgid "unexpected tree category: %d" msgstr "Unerwartete Baum-Kategorie: %d" #: cobc/codegen.c:4120 cobc/codegen.c:4147 cobc/codegen.c:4343 #: cobc/codegen.c:4375 #, c-format msgid "unexpected size: %d" msgstr "Unerwartete Größe: %d" #: cobc/codegen.c:5833 cobc/codegen.c:6053 #, c-format msgid "unexpected handler type: %d" msgstr "Unerwartete Handler-Typ: %d" #: cobc/codegen.c:6109 msgid "unexpected error_node parameter" msgstr "Unerwarteter error_node-Parameter" #: cobc/codegen.c:6298 #, c-format msgid "unexpected tree type: %d" msgstr "Unerwarteter Baum-Typ: %d" #: cobc/codeoptim.c:2625 #, c-format msgid "unexpected optimization value: %d" msgstr "Unerwarteter Wert für die Optimierung: %d" #: cobc/config.c:143 libcob/common.c:5643 libcob/common.c:5657 #: libcob/common.c:5943 #, c-format msgid "invalid value '%s' for configuration tag '%s'" msgstr "Unerwarteter Wert »%s« für Konfigurationseintrag »%s«" #: cobc/config.c:146 libcob/common.c:5052 libcob/common.c:5139 #, c-format msgid "should be one of the following values: %s" msgstr "" #: cobc/config.c:148 msgid "must be numeric" msgstr "muss numerisch sein" #: cobc/config.c:150 libcob/common.c:5111 #, c-format msgid "maximum value: %lu" msgstr "Maximalwert: %lu" #: cobc/config.c:152 #, c-format msgid "minimum value: %d" msgstr "Minimalwert: %d" #: cobc/config.c:183 #, c-format msgid "unsupported value '%s' for configuration tag '%s'" msgstr "Nicht unterstützter Wert »%s« für Konfigurationseintrag »%s«" #: cobc/config.c:289 libcob/common.c:5560 msgid "recursive inclusion" msgstr "" #: cobc/config.c:364 libcob/common.c:5611 #, fuzzy msgid "configuration file was included here" msgstr "Ungültige Konfiguration '%s'" #: cobc/config.c:393 #, c-format msgid "The previous loaded configuration '%s' will be discarded." msgstr "" #: cobc/config.c:419 msgid "missing definitions:" msgstr "Fehlende Definitionen:" #: cobc/config.c:421 #, c-format msgid "\tno definition of '%s'" msgstr "\tFehlende Definition von »%s«" #: cobc/config.c:482 #, c-format msgid "invalid configuration tag '%s'" msgstr "Ungültiger Konfigurationseintrag »%s«" #: cobc/config.c:495 libcob/common.c:5359 libcob/common.c:5456 #: libcob/common.c:5484 #, c-format msgid "unknown configuration tag '%s'" msgstr "Unbekannter Konfigurationseintrag »%s«" #: cobc/config.c:519 #, c-format msgid "invalid configuration tag '%s' in word-list" msgstr "" #: cobc/config.c:578 #, c-format msgid "Invalid type for '%s'" msgstr "Ungültiger Typ für »%s«" #: cobc/config.c:630 #, c-format msgid "Could not access word list for '%s'" msgstr "" #: cobc/config.c:707 #, c-format msgid "invalid type for '%s'" msgstr "Ungültiger Typ für »%s«" #: cobc/error.c:70 msgid "in section" msgstr "Im Abschnitt" #: cobc/error.c:81 msgid "in paragraph" msgstr "Im Absatz" #: cobc/error.c:153 libcob/common.c:5953 msgid "configuration error:" msgstr "Konfigurationsfehler:" #: cobc/error.c:166 libcob/common.c:483 #, c-format msgid "system error %d" msgstr "Systemfehler %d" #: cobc/error.c:190 cobc/error.c:266 cobc/error.c:429 msgid "error [-Werror]: " msgstr "" #: cobc/error.c:190 cobc/error.c:266 cobc/error.c:429 msgid "warning: " msgstr "Warnung: " #: cobc/error.c:217 cobc/error.c:452 msgid "error (ignored): " msgstr "" #: cobc/error.c:307 cobc/error.c:323 cobc/error.c:485 cobc/error.c:501 #, c-format msgid "%s used" msgstr "%s belegt" #: cobc/error.c:310 cobc/error.c:488 #, c-format msgid "%s is archaic in %s" msgstr "%s ist veraltet in %s" #: cobc/error.c:314 cobc/error.c:492 #, c-format msgid "%s is obsolete in %s" msgstr "%s ist obsolet in %s" #: cobc/error.c:320 cobc/error.c:498 #, c-format msgid "%s ignored" msgstr "%s ignoriert" #: cobc/error.c:326 cobc/error.c:504 #, c-format msgid "%s does not conform to %s" msgstr "%s entspricht nicht %s" #: cobc/error.c:342 msgid "configuration warning:" msgstr "Konfigurationswarnung:" #: cobc/error.c:530 cobc/error.c:549 #, c-format msgid "redefinition of '%s'" msgstr "Neudefinition von »%s«" #: cobc/error.c:537 cobc/error.c:562 #, c-format msgid "'%s' previously defined here" msgstr "»%s« wurde zuvor hier definiert" #: cobc/error.c:587 #, c-format msgid "'%s' cannot be used here" msgstr "»%s« kann hier nicht verwendet werden" #: cobc/error.c:589 #, c-format msgid "'%s' is not defined, but is a reserved word in another dialect" msgstr "»%s« ist nicht definiert, aber in einem anderen Dialekt ein reserviertes Wort" #: cobc/error.c:591 #, c-format msgid "'%s' is not defined" msgstr "»%s« ist nicht definiert" #: cobc/error.c:622 #, c-format msgid "'%s' is ambiguous; needs qualification" msgstr "»%s« ist mehrdeutig; erfordert Eingrenzung" #: cobc/error.c:652 parser.y:12328 #, c-format msgid "'%s' defined here" msgstr "»%s« ist hier definiert" #: cobc/error.c:663 #, c-format msgid "fatal error: %s" msgstr "Schwerwiegender Fehler: %s" #: cobc/error.c:671 #, c-format msgid "group item '%s' cannot have %s clause" msgstr "Gruppeneintrag »%s« kann keine %s-Klausel haben" #: cobc/error.c:684 #, fuzzy, c-format msgid "constant item '%s' cannot have a %s clause" msgstr "Konstante '%s' benötigte eine %s Klausel" #: cobc/error.c:686 #, fuzzy, c-format msgid "level %02d item '%s' cannot have a %s clause" msgstr "'%s' kann keine PICTURE Klausel haben" #: cobc/error.c:700 #, fuzzy, c-format msgid "constant item '%s' requires a %s clause" msgstr "Konstante '%s' benötigte eine %s Klausel" #: cobc/error.c:702 #, fuzzy, c-format msgid "level %02d item '%s' requires a %s clause" msgstr "Konstante '%s' benötigte eine %s Klausel" #: cobc/error.c:716 #, c-format msgid "constant item '%s' can only have a %s clause" msgstr "Konstante »%s« kann nur eine %s-Klausel haben" #: cobc/error.c:718 #, c-format msgid "level %02d item '%s' can only have a %s clause" msgstr "" #: cobc/field.c:127 msgid "Constant expression has Divide by ZERO" msgstr "" #: cobc/field.c:183 cobc/field.c:312 cobc/field.c:320 msgid "missing right parenthesis" msgstr "Rechte Klammer fehlt" #: cobc/field.c:262 msgid "missing left parenthesis" msgstr "Linke Klammer fehlt" #: cobc/field.c:303 #, c-format msgid "invalid operator '%s' in expression" msgstr "Ungültiger Operator »%s« im Ausdruck" #: cobc/field.c:322 #, c-format msgid "'%c' operator misplaced" msgstr "" #: cobc/field.c:378 #, c-format msgid "invalid level number '%s'" msgstr "Ungültige Stufennummer »%s«" #: cobc/field.c:433 cobc/field.c:470 msgid "level number must begin with 01 or 77" msgstr "Stufennummer muss mit 01 oder 77 beginnen" #: cobc/field.c:515 cobc/field.c:531 #, c-format msgid "no previous data item of level %02d" msgstr "Kein bisheriges Datenelement der Stufe %02d" #: cobc/field.c:564 #, c-format msgid "'%s' cannot be qualified here" msgstr "" #: cobc/field.c:570 #, c-format msgid "'%s' cannot be subscripted here" msgstr "" #: cobc/field.c:582 #, c-format msgid "'%s' is not defined in '%s'" msgstr "»%s« ist nicht in »%s« definiert" #: cobc/field.c:603 msgid "level number of REDEFINES entries must be identical" msgstr "Stufennummern für REDEFINES-Einträge müssen übereinstimmen" #: cobc/field.c:608 #, c-format msgid "'%s' is not the original definition" msgstr "»%s« ist nicht die ursprüngliche Definition" #: cobc/field.c:622 #, c-format msgid "PICTURE clause not compatible with USAGE %s" msgstr "PICTURE-Klausel nicht kompatibel mit USAGE-Angabe %s" #: cobc/field.c:685 cobc/field.c:690 #, c-format msgid "PICTURE clause required for '%s'" msgstr "PICTURE-Klausel notwendig für »%s«" #: cobc/field.c:695 #, c-format msgid "a non-numeric literal is expected for '%s'" msgstr "Ein nicht-numerisches Literal wird für »%s« erwartet" #: cobc/field.c:701 #, fuzzy, c-format msgid "defining implicit picture size %d for '%s'" msgstr "Definiere implizite Picture-Größer %d für '%s'" #: cobc/field.c:728 #, c-format msgid "'%s' ANY LENGTH only allowed in LINKAGE" msgstr "»%s« ANY LENGTH nur in LINKAGE zulässig" #: cobc/field.c:732 #, c-format msgid "'%s' ANY LENGTH must be 01 level" msgstr "»%s« ANY LENGTH muss auf Level 01 sein" #: cobc/field.c:736 #, c-format msgid "'%s' ANY LENGTH cannot be BASED/EXTERNAL" msgstr "»%s« ANY LENGTH kann nicht als BASED/EXTERNAL deklariert sein" #: cobc/field.c:741 cobc/field.c:761 #, c-format msgid "'%s' ANY LENGTH has invalid definition" msgstr "»%s« ANY LENGTH hat eine ungültige Definition" #: cobc/field.c:752 #, c-format msgid "'%s' ANY NUMERIC must be PIC 9" msgstr "" #: cobc/field.c:755 #, c-format msgid "'%s' ANY LENGTH must be PIC X or PIC A" msgstr "" #: cobc/field.c:759 #, c-format msgid "'%s' ANY NUMERIC has invalid definition" msgstr "" #: cobc/field.c:773 #, c-format msgid "'%s' 77 level not allowed here" msgstr "»%s« Level 77 hier nicht erlaubt" #: cobc/field.c:778 #, c-format msgid "'%s' EXTERNAL must be specified at 01/77 level" msgstr "»%s« EXTERNAL muss auf der Stufennummer 01/77 angegeben werden" #: cobc/field.c:782 #, c-format msgid "'%s' EXTERNAL can only be specified in WORKING-STORAGE section" msgstr "»%s« EXTERNAL kann nur im Abschnitt WORKING-STORAGE angegeben werden" #: cobc/field.c:786 #, c-format msgid "'%s' EXTERNAL and BASED are mutually exclusive" msgstr "»%s« EXTERNAL und BASED schließen sich gegenseitig aus" #: cobc/field.c:789 #, c-format msgid "'%s' EXTERNAL not allowed with REDEFINES" msgstr "»%s« EXTERNAL ist mit REDEFINES nicht zulässig" #: cobc/field.c:796 #, c-format msgid "'%s' BASED not allowed here" msgstr "»%s« BASED hier nicht zulässig" #: cobc/field.c:799 #, c-format msgid "'%s' BASED not allowed with REDEFINES" msgstr "»%s« BASED nicht zulässig mit REDEFINES" #: cobc/field.c:802 #, c-format msgid "'%s' BASED only allowed at the 01 and 77 levels" msgstr "»%s« BASED nur auf den Stufennumern 01 und 77 zulässig" #: cobc/field.c:828 #, c-format msgid "'%s' cannot have the OCCURS clause due to '%s'" msgstr "" #: cobc/field.c:842 #, c-format msgid "the original definition '%s' should not have OCCURS clause" msgstr "Die ursprüngliche Definition »%s« sollte keine OCCURS-Klausel aufweisen" #: cobc/field.c:849 msgid "REDEFINES must follow the original definition" msgstr "REDEFINES muss der ursprünglichen Definition folgen" #: cobc/field.c:856 #, c-format msgid "'%s' cannot be variable length" msgstr "»%s« kann keine variable Länge aufweisen" #: cobc/field.c:859 #, fuzzy, c-format msgid "the original definition '%s' cannot be variable length" msgstr "Die ursprüngliche Definition '%s' kann keine variable Länge aufweisen" #: cobc/field.c:884 #, c-format msgid "SCREEN group item '%s' has invalid clause" msgstr "" #: cobc/field.c:941 #, c-format msgid "'%s' cannot have PICTURE clause" msgstr "»%s« kann keine PICTURE-Klausel haben" #: cobc/field.c:1007 #, c-format msgid "'%s' COMP-6 with sign - changing to COMP-3" msgstr "»%s« COMP-6 mit Vorzeichen - Umwandlung in COMP-3" #: cobc/field.c:1028 msgid "elementary items with SIGN clause must have S in PICTURE" msgstr "" #: cobc/field.c:1031 msgid "elementary items with SIGN clause must be USAGE DISPLAY or NATIONAL" msgstr "" #: cobc/field.c:1042 #, c-format msgid "'%s' cannot have JUSTIFIED RIGHT" msgstr "»%s« kann nicht das Attribut JUSTIFIED RIGHT haben" #: cobc/field.c:1053 #, fuzzy, c-format msgid "'%s' cannot have S in PICTURE string and BLANK WHEN ZERO" msgstr "'%s' kann nicht das Attribut BLANK WHEN ZERO haben" #: cobc/field.c:1058 #, c-format msgid "'%s' cannot have BLANK WHEN ZERO without being USAGE DISPLAY or NATIONAL" msgstr "" #: cobc/field.c:1115 #, fuzzy, c-format msgid "'%s' cannot have * in PICTURE string and BLANK WHEN ZERO" msgstr "'%s' kann nicht das Attribut BLANK WHEN ZERO haben" #: cobc/field.c:1122 #, fuzzy, c-format msgid "'%s' is not numeric, so cannot have BLANK WHEN ZERO" msgstr "'%s' kann nicht das Attribut BLANK WHEN ZERO haben" #: cobc/field.c:1130 msgid "only level 88 items may have multiple values" msgstr "Nur Elemente der Stufe 88 dürfen mehrere Werte haben" #: cobc/field.c:1137 cobc/field.c:1141 #, c-format msgid "initial VALUE clause ignored for %s item" msgstr "" #: cobc/field.c:1447 #, c-format msgid "ignoring SYNCHRONIZED for group item '%s'" msgstr "" #: cobc/field.c:1463 cobc/field.c:1476 cobc/field.c:1689 cobc/field.c:1692 #, c-format msgid "size of '%s' larger than size of '%s'" msgstr "Größe von »%s« überschreitet die Größe von »%s«" #: cobc/field.c:1576 cobc/field.c:1624 #, c-format msgid "'%s' cannot be larger than %d bytes" msgstr "»%s« kann nicht größer als %d Bytes sein" #: cobc/field.c:1605 cobc/field.c:1613 #, c-format msgid "'%s' binary field cannot be larger than %d digits" msgstr "»%s« Als Binary deklariertes Element kann nicht größer als %d Ziffern sein" #: cobc/field.c:1676 cobc/field.c:2072 #, c-format msgid "unexpected USAGE: %d" msgstr "Unerwartete USAGE-Angabe: %d" #: cobc/field.c:1778 msgid "literal type does not match numeric data type" msgstr "Typ des Literals stimmt nicht mit dem numerischen Datentypen überein" #: cobc/field.c:1849 #, c-format msgid "THRU item '%s' may not come before '%s'" msgstr "" #: cobc/field.c:1871 #, c-format msgid "RENAMES cannot start/end at the OCCURS item '%s'" msgstr "" #: cobc/field.c:1878 #, c-format msgid "cannot use RENAMES on part of the table '%s'" msgstr "" #: cobc/field.c:1912 #, c-format msgid "RENAMES may not contain '%s' as it is a pointer or object reference" msgstr "" #: cobc/field.c:1916 #, c-format msgid "RENAMES may not contain '%s' as it is an OCCURS DEPENDING table" msgstr "" #: cobc/field.c:1941 #, c-format msgid "'%s' must immediately follow the record '%s'" msgstr "" #: cobc/field.c:1949 #, c-format msgid "'%s' and '%s' must be in the same record" msgstr "" #: cobc/field.c:1955 #, fuzzy, c-format msgid "THRU item must be different to '%s'" msgstr "END PROGRAM '%s' ist unterschiedlich zur PROGRAM-ID '%s'" #: cobc/field.c:1964 #, fuzzy, c-format msgid "THRU item '%s' may not be subordinate to '%s'" msgstr "END PROGRAM '%s' ist unterschiedlich zur PROGRAM-ID '%s'" #: cobc/flag.def:40 msgid "define PERFORM stack size" msgstr "" #: cobc/flag.def:40 cobc/flag.def:43 cobc/flag.def:58 msgid "" msgstr "" #: cobc/flag.def:43 #, fuzzy msgid "define cutoff depth for IF statements" msgstr "Erzeuge berechnete goto C statements" #: cobc/flag.def:46 msgid "define display sign representation" msgstr "" #: cobc/flag.def:46 msgid "machine native" msgstr "" #: cobc/flag.def:49 msgid "fold COPY subject to value" msgstr "" #: cobc/flag.def:49 cobc/flag.def:52 msgid "no transformation" msgstr "Keine Umwandlung" #: cobc/flag.def:52 msgid "fold PROGRAM-ID, CALL, CANCEL subject to value" msgstr "" #: cobc/flag.def:55 msgid "initialize fields without VALUE to decimal value" msgstr "" #: cobc/flag.def:55 msgid "0..255 or any quoted character" msgstr "" #: cobc/flag.def:55 #, fuzzy msgid "initialize to picture" msgstr "Fehler bei der Initialisierung von curses" #: cobc/flag.def:58 msgid "maximum number of errors to report" msgstr "" #: cobc/flag.def:63 msgid "intrinsics to be used without FUNCTION keyword" msgstr "" #: cobc/flag.def:63 msgid "[ALL|intrinsic function name(,name,...)]" msgstr "" #: cobc/flag.def:69 #, fuzzy msgid "output static function calls for the CALL statement" msgstr "Statische Funktionsaufrufe für das CALL Statement ausgeben" #: cobc/flag.def:72 msgid "disable generation of C function declations for subroutines with static CALL" msgstr "" #: cobc/flag.def:75 msgid "generate WinMain instead of main when compiling as executable" msgstr "" #: cobc/flag.def:78 #, fuzzy msgid "generate computed goto C statements" msgstr "Erzeuge berechnete goto C statements" #: cobc/flag.def:81 msgid "use restricted ASCII to EBCDIC translate" msgstr "" #: cobc/flag.def:84 msgid "generate extra braces in generated C code" msgstr "" #: cobc/flag.def:87 msgid "attempt correction of invalid numeric display items" msgstr "" #: cobc/flag.def:90 msgid "PERFORM stack allocated on heap" msgstr "" #: cobc/flag.def:94 msgid "" "generate trace code\n" "\t\t\t- executed SECTION/PARAGRAPH" msgstr "" #: cobc/flag.def:97 msgid "" "generate trace code\n" "\t\t\t- executed SECTION/PARAGRAPH/STATEMENTS\n" "\t\t\t- turned on by -debug" msgstr "" #: cobc/flag.def:100 msgid "syntax error checking only; don't emit any output" msgstr "" #: cobc/flag.def:103 msgid "" "enable debugging lines\n" "\t\t\t- 'D' in indicator column or floating >>D" msgstr "" #: cobc/flag.def:106 msgid "" "generate source location code\n" "\t\t\t- turned on by -debug/-g/-ftraceall" msgstr "" #: cobc/flag.def:109 msgid "automatic initialization of the COBOL runtime system" msgstr "" #: cobc/flag.def:112 msgid "" "PERFORM stack checking\n" "\t\t\t- turned on by -debug or -g" msgstr "" #: cobc/flag.def:115 msgid "" "use AFTER 1 for WRITE of LINE SEQUENTIAL\n" "\t\t\t- default: BEFORE 1" msgstr "" #: cobc/flag.def:118 msgid "" "'*' or '/' in column 1 treated as comment\n" "\t\t\t- FIXED format only" msgstr "" #: cobc/flag.def:121 msgid "" "'$' in indicator area treated as '*',\n" "\t\t\t'|' treated as floating comment" msgstr "" #: cobc/flag.def:124 msgid "" "allow numeric field overflow\n" "\t\t\t- non-ANSI behaviour" msgstr "" #: cobc/flag.def:127 msgid "" "adjust items following OCCURS DEPENDING\n" "\t\t\t- requires implicit/explicit relaxed syntax" msgstr "" #: cobc/flag.def:130 msgid "" "use a single quote (apostrophe) for QUOTE\n" "\t\t\t- default: double quote" msgstr "" #: cobc/flag.def:133 #, fuzzy msgid "check recursive program call" msgstr "Rekursive Programmaufrufe prüfen" #: cobc/flag.def:137 msgid "" "relax syntax checking\n" "\t\t\t- e.g. REDEFINES position" msgstr "" #: cobc/flag.def:141 msgid "" "treat all files as OPTIONAL\n" "\t\t\t- unless NOT OPTIONAL specified" msgstr "" #: parser.y:248 #, c-format msgid "unreachable statement '%s'" msgstr "" #: parser.y:332 parser.y:594 #, c-format msgid "'%s' is not in LINKAGE SECTION" msgstr "»%s« ist nicht im LINKAGE-Abschnitt enthalten" #: parser.y:335 #, fuzzy, c-format msgid "'%s' cannot be BASED/EXTERNAL" msgstr "'%s' kann nicht als BASED/EXTERNAL deklariert werden" #: parser.y:340 #, c-format msgid "'%s' is not in WORKING-STORAGE SECTION" msgstr "»%s« ist nicht im WORKING-STORAGE-Abschnitt enthalten" #: parser.y:347 #, c-format msgid "'%s' not level 01 or 77" msgstr "»%s« nicht auf Stufennummer 01 oder 77" #: parser.y:350 parser.y:364 #, c-format msgid "'%s' REDEFINES field not allowed here" msgstr "»%s« Feld mit REDEFINES-Angabe hier nicht erlaubt" #: parser.y:385 #, c-format msgid "LINKAGE item '%s' is not a PROCEDURE USING parameter" msgstr "" #: parser.y:397 #, c-format msgid "'%s' USING item duplicates RETURNING item" msgstr "" #: parser.y:407 #, c-format msgid "ENTRY '%s' duplicated" msgstr "ENTRY »%s« doppelt vergeben" #: parser.y:426 #, c-format msgid "maximum nested program depth exceeded (%d)" msgstr "" #: parser.y:452 parser.y:479 #, c-format msgid "%s statement not terminated by %s" msgstr "" #: parser.y:482 #, c-format msgid "%s statement not terminated" msgstr "" #: parser.y:538 msgid "USE statement invalid for SORT file" msgstr "" #: parser.y:565 parser.y:567 #, c-format msgid "duplicate %s clause" msgstr "Doppelte %s-Klausel" #: parser.y:586 #, c-format msgid "maximum OCCURS depth exceeded (%d)" msgstr "" #: parser.y:600 parser.y:602 parser.y:5284 parser.y:5287 parser.y:5289 #: parser.y:5291 parser.y:5326 parser.y:5838 parser.y:5840 parser.y:5842 #: parser.y:5844 parser.y:5890 parser.y:5899 parser.y:9871 #, c-format msgid "%s and %s are mutually exclusive" msgstr "%s und %s schließen sich gegenseitig aus" #: parser.y:616 parser.y:620 msgid "TO phrase without DEPENDING phrase" msgstr "" #: parser.y:617 msgid "maximum number of occurences assumed to be exact number" msgstr "" #: parser.y:624 parser.y:5652 msgid "OCCURS TO must be greater than OCCURS FROM" msgstr "" #: parser.y:633 msgid "ODO without TO phrase" msgstr "" #: parser.y:697 #, c-format msgid "%s header missing - assumed" msgstr "" #: parser.y:699 #, c-format msgid "%s header missing" msgstr "" #: parser.y:830 #, c-format msgid "redefinition of program name '%s'" msgstr "Neudefinition von Programmname »%s«" #: parser.y:834 #, c-format msgid "redefinition of program ID '%s'" msgstr "Neudefinition der Programm-ID »%s«" #: parser.y:866 #, c-format msgid "FUNCTION '%s' has no PROCEDURE DIVISION" msgstr "" #: parser.y:960 msgid "functions may not be defined within a program/function" msgstr "" #: parser.y:1002 #, fuzzy, c-format msgid "END FUNCTION '%s' is different from FUNCTION-ID '%s'" msgstr "END FUNCTION '%s' ist unterschiedlich zur FUNCTION-ID '%s'" #: parser.y:1016 #, fuzzy, c-format msgid "END PROGRAM '%s' is different from PROGRAM-ID '%s'" msgstr "END PROGRAM '%s' ist unterschiedlich zur PROGRAM-ID '%s'" #: parser.y:1063 #, fuzzy msgid "PICTURE SYMBOL for CURRENCY must be one character long" msgstr "'%s' CURSOR muss 4 oder 6 Zeichen lang sein" #: parser.y:1114 #, c-format msgid "invalid character '%c' in PICTURE SYMBOL for CURRENCY" msgstr "Ungültiges Zeichen »%c« in PICTURE SYMBOL für CURRENCY" #: parser.y:1130 msgid "prototype has same name as current function and will be ignored" msgstr "" #: parser.y:1157 #, c-format msgid "duplicate REPOSITORY entries for '%s' do not match" msgstr "" #: parser.y:1161 #, c-format msgid "duplicate REPOSITORY entry for '%s'" msgstr "" #: parser.y:1215 msgid "RENAMES of 01-, 66- and 77-level items" msgstr "" #: parser.y:1217 msgid "RENAMES may not reference a level 88" msgstr "" #: parser.y:1244 parser.y:1247 parser.y:1278 #, c-format msgid "cannot specify both %s and %s" msgstr "%s und %s können nicht gleichzeitig angegeben werden" #: parser.y:1275 #, c-format msgid "cannot specify both %s and %s; %s is ignored" msgstr "%s und %s können nicht gleichzeitig angegeben werden; %s wird ignoriert" #: parser.y:1446 msgid "FOR phrase cannot immediately follow ALL/LEADING/TRAILING" msgstr "" #: parser.y:1448 msgid "missing CHARACTERS/ALL/LEADING/TRAILING phrase after FOR phrase" msgstr "" #: parser.y:1455 msgid "missing FOR phrase before CHARACTERS/ALL/LEADING/TRAILING phrase" msgstr "" #: parser.y:1458 msgid "missing value between CHARACTERS/ALL/LEADING/TRAILING words" msgstr "" #: parser.y:1465 msgid "missing ALL/LEADING/TRAILING before value" msgstr "" #: parser.y:1515 #, fuzzy msgid "88-level cannot be used here" msgstr "Element mit Stufe 88 hier nicht zulässig" #: parser.y:1535 msgid "cannot specify NO ADVANCING in screen DISPLAY" msgstr "" #: parser.y:1606 parser.y:1623 msgid "non-standard DISPLAY" msgstr "" #: parser.y:1610 msgid "screens may only be displayed on CRT" msgstr "" #: parser.y:1615 parser.y:1658 msgid "cannot mix screens and fields in the same DISPLAY statement" msgstr "" #: parser.y:1619 msgid "screen clauses may only be used for DISPLAY on CRT" msgstr "" #: parser.y:1664 msgid "ambiguous DISPLAY; put items to display on device in separate DISPLAY" msgstr "" #: parser.y:1680 #, c-format msgid "%s is not an alphanumeric literal" msgstr "»%s« ist kein alphanumerisches Literal" #: parser.y:1682 #, fuzzy, c-format msgid "'%s' is not USAGE DISPLAY" msgstr "'%s' ist nicht in der LINKAGE SECTION enthalten" #: parser.y:2409 msgid "multiple PROGRAM-ID's without matching END PROGRAM" msgstr "" #: parser.y:2412 msgid "executable requested but no program found" msgstr "" #: parser.y:2617 parser.y:2626 msgid "COMMON may only be used in a contained program" msgstr "" #: parser.y:2635 msgid "CALL prototypes" msgstr "" #: parser.y:2765 msgid "incorrect order of CONFIGURATION SECTION paragraphs" msgstr "" #: parser.y:2796 parser.y:3031 parser.y:3078 parser.y:3193 parser.y:3315 #: parser.y:3411 parser.y:3462 parser.y:3487 parser.y:3570 parser.y:3589 #: parser.y:3605 parser.y:3623 parser.y:3641 parser.y:3658 parser.y:5916 #, c-format msgid "%s not allowed in nested programs" msgstr "" #: parser.y:2812 msgid "incorrect order of SOURCE- and OBJECT-COMPUTER paragraphs" msgstr "" #: parser.y:2899 msgid "segment-number must be in range of values 1 to 49" msgstr "" #: parser.y:2911 msgid "duplicate CLASSIFICATION clause" msgstr "Doppelte CLASSIFICATION-Klausel" #: parser.y:2988 msgid "PROGRAM phrase" msgstr "" #: parser.y:3091 #, c-format msgid "invalid system-name '%s'" msgstr "Ungültiger Systemname »%s«" #: parser.y:3103 parser.y:3114 parser.y:3363 parser.y:6046 #, c-format msgid "invalid %s clause" msgstr "Ungültige %s-Klausel" #: parser.y:3437 parser.y:3441 msgid "CLASS literal with THRU must have size 1" msgstr "" #: parser.y:3492 msgid "CURRENCY SIGN longer than one character" msgstr "" #: parser.y:3527 msgid "CURRENCY SIGN other than '$'" msgstr "CURRENCY SIGN ist kein »$«" #: parser.y:3537 #, c-format msgid "invalid CURRENCY SIGN '%s'" msgstr "Ungültiges CURRENCY SIGN »%s«" #: parser.y:3982 #, c-format msgid "'%s' is not an alphabet-name" msgstr "»%s« ist kein Bezeichner eines Alphabets" #: parser.y:4294 msgid "RECORD description invalid with REPORT" msgstr "" #: parser.y:4299 msgid "RECORD description missing or invalid" msgstr "" #: parser.y:4352 parser.y:4362 msgid "file cannot have both EXTERNAL and GLOBAL clauses" msgstr "" #: parser.y:4366 parser.y:4985 parser.y:5329 parser.y:8946 parser.y:11359 #, c-format msgid "%s is invalid in a user FUNCTION" msgstr "" #: parser.y:4404 parser.y:4424 msgid "RECORD clause ignored for LINE SEQUENTIAL" msgstr "" #: parser.y:4409 parser.y:4446 parser.y:4476 msgid "RECORD clause invalid" msgstr "" #: parser.y:4413 parser.y:4438 parser.y:4468 #, c-format msgid "RECORD size exceeds maximum allowed (%d)" msgstr "" #: parser.y:4558 msgid "LINAGE clause with wrong file type" msgstr "" #: parser.y:4620 msgid "RECORDING MODE U or S can only be used with RECORD SEQUENTIAL files" msgstr "" #: parser.y:4652 #, c-format msgid "ignoring CODE-SET '%s'" msgstr "Angabe CODE-SET »%s« wird ignoriert" #: parser.y:4661 msgid "CODE-SET clause invalid for file type" msgstr "" #: parser.y:4690 msgid "REPORT clause with wrong file type" msgstr "" #: parser.y:4735 parser.y:4736 msgid "COMMUNICATION SECTION" msgstr "" #: parser.y:4755 msgid "CD record missing" msgstr "" #: parser.y:5140 msgid "CONSTANT item not at 01 level" msgstr "CONSTANT ist nicht auf Stufe 01" #: parser.y:5254 msgid "REDEFINES clause should follow entry-name" msgstr "" #: parser.y:5256 msgid "REDEFINES clause must follow entry-name" msgstr "" #: parser.y:5277 parser.y:5331 parser.y:5832 #, c-format msgid "%s not allowed here" msgstr "%s hier nicht zulässig" #: parser.y:5279 parser.y:5321 parser.y:5834 #, c-format msgid "%s only allowed at 01/77 level" msgstr "%s nur auf den Stufen 01 und 77 zulässig" #: parser.y:5281 parser.y:5323 parser.y:5836 #, c-format msgid "%s requires a data name" msgstr "%s benötigt Angabe eines Datennamens" #: parser.y:5703 parser.y:5705 msgid "INDEXED should follow ASCENDING/DESCENDING" msgstr "" #: parser.y:5877 msgid "FALSE clause only allowed for 88 level" msgstr "" #: parser.y:5989 msgid "GLOBAL is not allowed with RD" msgstr "" #: parser.y:6354 msgid "INITIAL specified on non-input field" msgstr "" #: parser.y:6367 msgid "relative LINE/COLUMN clause required with OCCURS" msgstr "" #: parser.y:6633 msgid "GLOBAL screen items" msgstr "" #: parser.y:6660 msgid "overriding convention specified in ENTRY-CONVENTION" msgstr "" #: parser.y:6671 msgid "executable program requested but PROCEDURE/ENTRY has USING clause" msgstr "" #: parser.y:6745 parser.y:6762 parser.y:8014 #, c-format msgid "number of parameters exceeds maximum %d" msgstr "" #: parser.y:6754 msgid "CHAINING invalid in user FUNCTION" msgstr "" #: parser.y:6790 msgid "ANY LENGTH items may only be BY REFERENCE formal parameters" msgstr "" #: parser.y:6807 parser.y:8070 parser.y:8079 #, c-format msgid "%s not allowed in CHAINED programs" msgstr "%s ist in CHAINED-Programmen nicht erlaubt" #: parser.y:6809 #, fuzzy msgid "parameters passed BY VALUE" msgstr "Aufruf von '%s' mit Parameter NULL" #: parser.y:6820 parser.y:6828 parser.y:6836 parser.y:6857 msgid "SIZE only allowed for BY VALUE items" msgstr "" #: parser.y:6859 parser.y:6876 msgid "invalid value for SIZE" msgstr "Ungültiger Wert für SIZE" #: parser.y:6891 msgid "OPTIONAL only allowed for BY REFERENCE items" msgstr "" #: parser.y:6903 msgid "RETURNING clause is required for a FUNCTION" msgstr "" #: parser.y:6909 msgid "RETURNING clause cannot be OMITTED for main program" msgstr "" #: parser.y:6912 msgid "RETURNING clause cannot be OMITTED for a FUNCTION" msgstr "" #: parser.y:6925 msgid "RETURNING item is not defined in LINKAGE SECTION" msgstr "" #: parser.y:6927 msgid "RETURNING item must have level 01" msgstr "" #: parser.y:6929 msgid "RETURNING item should not have OCCURS" msgstr "" #: parser.y:6933 msgid "function RETURNING item may not be ANY LENGTH" msgstr "" #: parser.y:7125 #, c-format msgid "'%s' is not a statement" msgstr "»%s« ist keine Anweisung" #: parser.y:7127 #, c-format msgid "unknown statement '%s'; it may exist in another dialect" msgstr "Unbekannte Anweisung »%s«; könnte in anderem Dialekt vorhanden sein" #: parser.y:7130 #, c-format msgid "unknown statement '%s'" msgstr "Unbekannte Anweisung »%s«" #: parser.y:7149 msgid "SECTION segment-number must be less than or equal to 99" msgstr "" #: parser.y:7152 msgid "SECTION segment-number in DECLARATIVES must be less than 50" msgstr "" #: parser.y:7160 msgid "SECTION segment within DECLARATIVES" msgstr "" #: parser.y:7336 msgid "non-standard ACCEPT" msgstr "" #: parser.y:7348 msgid "PROMPT clause" msgstr "" #: parser.y:7352 msgid "SIZE IS clause" msgstr "" #: parser.y:7472 parser.y:7701 msgid "TIME-OUT or BEFORE TIME clauses" msgstr "" #: parser.y:7487 parser.y:7503 parser.y:7518 msgid "AT screen-location" msgstr "" #: parser.y:7519 msgid "LINE or COLUMN" msgstr "LINE oder COLUMN" #: parser.y:7814 msgid "ALLOCATE CHARACTERS requires RETURNING clause" msgstr "" #: parser.y:7883 msgid "recursive program call - assuming RECURSIVE attribute" msgstr "" #: parser.y:7940 cobc/typeck.c:10227 #, fuzzy msgid "invalid mnemonic name" msgstr "Ungültige Konfiguration '%s'" #: parser.y:7961 parser.y:8237 msgid "CALL/CANCEL with program-prototype-name" msgstr "" #: parser.y:7965 msgid "id/literal ignored, using prototype name" msgstr "" #: parser.y:7971 msgid "NESTED phrase is only valid with literal" msgstr "" #: parser.y:8032 msgid "OMITTED only allowed when parameters are passed BY REFERENCE" msgstr "" #: parser.y:8045 msgid "invalid file name reference" msgstr "Ungültiger Dateinamensreferenz" #: parser.y:8049 msgid "BY CONTENT assumed for alphanumeric item" msgstr "" #: parser.y:8111 msgid "RETURNING item must have level 01 or 77" msgstr "" #: parser.y:8115 msgid "RETURNING item must be a LINKAGE SECTION item or have BASED clause" msgstr "" #: parser.y:8149 parser.y:11658 parser.y:11713 msgid "NOT EXCEPTION before EXCEPTION" msgstr "NOT EXCEPTION vor EXCEPTION" #: parser.y:8750 #, c-format msgid "HANDLE clause invalid for %s" msgstr "" #: parser.y:8788 msgid "ignoring CONVERSION" msgstr "CONVERSION wird ignoriert" #: parser.y:8944 parser.y:11532 #, c-format msgid "%s is invalid in nested program" msgstr "" #: parser.y:8964 parser.y:9002 parser.y:9013 parser.y:9024 #, c-format msgid "maximum evaluate depth exceeded (%d)" msgstr "" #: parser.y:9130 msgid "invalid THROUGH usage" msgstr "" #: parser.y:9194 msgid "EXIT PROGRAM is not allowed within a USE GLOBAL procedure" msgstr "" #: parser.y:9198 #, fuzzy msgid "EXIT PROGRAM not allowed within a FUNCTION" msgstr "'%s' EXTERNAL nicht zulässig mit REDEFINES" #: parser.y:9207 parser.y:9402 msgid "RETURNING/GIVING not allowed for non-returning sources" msgstr "" #: parser.y:9219 msgid "EXIT FUNCTION is not allowed within a USE GLOBAL procedure" msgstr "" #: parser.y:9223 msgid "EXIT FUNCTION only allowed within a FUNCTION" msgstr "" #: parser.y:9237 parser.y:9259 msgid "EXIT PERFORM is only valid with inline PERFORM" msgstr "" #: parser.y:9280 msgid "EXIT SECTION is only valid with an active SECTION" msgstr "" #: parser.y:9300 msgid "EXIT PARAGRAPH is only valid with an active PARAGRAPH" msgstr "" #: parser.y:9617 msgid "TALLYING clause is incomplete" msgstr "" #: parser.y:9734 msgid "INSPECT missing ALL/FIRST/LEADING/TRAILING" msgstr "" #: parser.y:9871 msgid "LOCK clauses" msgstr "" #: parser.y:10101 cobc/typeck.c:9182 cobc/typeck.c:10139 msgid "LOCK clause invalid with file LOCK AUTOMATIC" msgstr "" #: parser.y:10106 msgid "KEY clause invalid with this file type" msgstr "" #: parser.y:10111 cobc/typeck.c:9178 cobc/typeck.c:10135 msgid "INVALID KEY clause invalid with this file type" msgstr "" #: parser.y:10717 msgid "file sort requires KEY phrase" msgstr "" #: parser.y:10720 cobc/typeck.c:589 cobc/typeck.c:9728 #, c-format msgid "%s is not implemented" msgstr "%s ist nicht implementiert" #: parser.y:10720 cobc/typeck.c:9728 msgid "table SORT without keys" msgstr "" #: parser.y:10785 msgid "file sort requires USING or INPUT PROCEDURE" msgstr "" #: parser.y:10792 msgid "USING invalid with table SORT" msgstr "" #: parser.y:10802 msgid "INPUT PROCEDURE invalid with table SORT" msgstr "" #: parser.y:10804 msgid "INPUT PROCEDURE invalid with MERGE" msgstr "" #: parser.y:10817 msgid "file sort requires GIVING or OUTPUT PROCEDURE" msgstr "" #: parser.y:10824 msgid "GIVING invalid with table SORT" msgstr "" #: parser.y:10834 msgid "OUTPUT PROCEDURE invalid with table SORT" msgstr "" #: parser.y:10861 msgid "SIZE/LENGTH invalid here" msgstr "SIZE/LENGTH ist hier unzulässig" #: parser.y:10914 msgid "NOT EQUAL condition not allowed on START statement" msgstr "" #: parser.y:10961 #, c-format msgid "%s is replaced by %s" msgstr "" #: parser.y:11014 msgid "STOP literal" msgstr "" #: parser.y:11018 msgid "STOP identifier" msgstr "" #: parser.y:11146 msgid "SUPPRESS statement must be within DECLARATIVES" msgstr "" #: parser.y:11219 msgid "UNLOCK invalid for SORT files" msgstr "" #: parser.y:11330 parser.y:11409 msgid "USE statement must be within DECLARATIVES" msgstr "" #: parser.y:11332 msgid "SECTION header missing before USE statement" msgstr "" #: parser.y:11411 msgid "USE DEBUGGING not supported in contained program" msgstr "" #: parser.y:11493 msgid "duplicate USE DEBUGGING ON ALL PROCEDURES" msgstr "" #: parser.y:11507 msgid "invalid target for DEBUGGING ALL" msgstr "Ungültiges Ziel für DEBUGGING ALL" #: parser.y:11759 msgid "NOT SIZE ERROR before SIZE ERROR" msgstr "" #: parser.y:11805 msgid "NOT OVERFLOW before OVERFLOW" msgstr "" #: parser.y:11904 msgid "NOT AT END-OF-PAGE before AT END-OF-PAGE" msgstr "" #: parser.y:11954 msgid "NOT INVALID KEY before INVALID KEY" msgstr "" #: parser.y:12207 msgid "LINAGE-COUNTER must be qualified here" msgstr "" #: parser.y:12210 msgid "invalid LINAGE-COUNTER usage" msgstr "" #: parser.y:12221 parser.y:12309 parser.y:12370 #, c-format msgid "'%s' is not a file name" msgstr "»%s« ist kein Dateiname" #: parser.y:12228 msgid "LINE-COUNTER must be qualified here" msgstr "" #: parser.y:12231 msgid "invalid LINE-COUNTER usage" msgstr "" #: parser.y:12242 parser.y:12263 parser.y:12423 #, fuzzy, c-format msgid "'%s' is not a report name" msgstr "'%s' ist kein Report-Name" #: parser.y:12249 msgid "PAGE-COUNTER must be qualified here" msgstr "" #: parser.y:12252 msgid "invalid PAGE-COUNTER usage" msgstr "" #: parser.y:12299 cobc/typeck.c:9143 cobc/typeck.c:9221 cobc/typeck.c:10107 #, fuzzy, c-format msgid "%s requires a record name as subject" msgstr "CALL von %s benötigt %d Parameter" #: parser.y:12326 #, c-format msgid "'%s' not indexed" msgstr "»%s« ist nicht indiziert" #: parser.y:12352 #, c-format msgid "multiple reference to '%s' " msgstr "Mehrfachreferenz auf »%s« " #: parser.y:12382 #, c-format msgid "'%s' is not a CD name" msgstr "»%s« ist kein CD-Name" #: parser.y:12644 msgid "invalid mnemonic identifier" msgstr "" #: parser.y:12817 cobc/typeck.c:4958 cobc/typeck.c:4965 #, c-format msgid "'%s' is not numeric" msgstr "»%s« ist nicht numerisch" #: parser.y:12834 #, c-format msgid "'%s' is not a field or file" msgstr "»%s« ist weder Feld noch Datei" #: parser.y:12852 #, c-format msgid "'%s' is not a field" msgstr "»%s« ist kein Feld" #: parser.y:12991 msgid "non-negative integer value expected" msgstr "" #: parser.y:13005 parser.y:13008 parser.y:13051 msgid "integer value expected" msgstr "Ganzzahlwert erwartet" #: parser.y:13013 msgid "invalid symbolic integer" msgstr "Ungültige symbolische Ganzzahl" #: parser.y:13030 parser.y:13035 msgid "unsigned positive integer value expected" msgstr "" #: parser.y:13055 msgid "invalid CLASS value" msgstr "Ungültiger Wert für CLASS" #: parser.y:13295 parser.y:13312 msgid "cannot specify offset and SYSTEM-OFFSET at the same time" msgstr "" #: pplex.l:218 pplex.l:1560 msgid "debugging indicator" msgstr "" #: pplex.l:295 msgid "ignoring empty directive" msgstr "" #: pplex.l:305 pplex.l:363 #, c-format msgid "ignoring invalid directive: '%s'" msgstr "Ungültige Anweisung wird ignoriert: »%s«" #: pplex.l:311 msgid "ignoring invalid directive" msgstr "" #: pplex.l:318 msgid "VCS directive" msgstr "" #: pplex.l:371 pplex.l:378 msgid "spurious '$' detected - ignored" msgstr "" #: pplex.l:384 msgid "PROCESS statement ignored" msgstr "" #: pplex.l:814 msgid "IF/ELIF/ELSE directive without matching END-IF" msgstr "" #: pplex.l:1086 #, fuzzy, c-format msgid "directive nest depth exceeded: %d" msgstr "'%s' nicht implementiert" #: pplex.l:1104 msgid "ELSE directive without matching IF/ELIF" msgstr "" #: pplex.l:1120 msgid "END-IF directive without matching IF/ELIF/ELSE" msgstr "" #: pplex.l:1136 msgid "ELIF directive without matching IF/ELIF" msgstr "" #: pplex.l:1158 #, fuzzy, c-format msgid "invalid internal case: %u" msgstr "Ungültiger Typ für '%s'" #: pplex.l:1284 msgid "buffer overrun - too many continuation lines" msgstr "" #: pplex.l:1374 pplex.l:1382 msgid "line not terminated by a newline" msgstr "Zeile wird nicht durch Zeilenvorschub beendet" #: pplex.l:1377 pplex.l:1385 #, c-format msgid "source text exceeds %d bytes, will be truncated" msgstr "Quelltextgröße überschreitet %d Bytes, wird gekürzt" #: pplex.l:1548 #, fuzzy msgid "invalid continuation in comment entry" msgstr "Ungültige Konfiguration '%s'" #: pplex.l:1553 msgid "continuation of COBOL words" msgstr "" #: pplex.l:1574 #, c-format msgid "invalid indicator '%c' at column 7" msgstr "" #: pplex.l:1621 pplex.l:1632 #, fuzzy msgid "invalid line continuation" msgstr "Die Option -o ist in dieser Kombination ungültig" #: pplex.l:1640 msgid "continuation character expected" msgstr "" #: pplex.l:1706 #, c-format msgid "source text after program-text area (column %d)" msgstr "" #: ppparse.y:255 msgid "directive comparison on different types" msgstr "" #: ppparse.y:323 #, c-format msgid "duplicate DEFINE directive '%s'" msgstr "" #: ppparse.y:330 ppparse.y:340 msgid "invalid constant in DEFINE directive" msgstr "" #: ppparse.y:658 msgid "*CONTROL statement" msgstr "" #: ppparse.y:730 ppparse.y:744 ppparse.y:766 ppparse.y:775 ppparse.y:817 #: ppparse.y:889 ppparse.y:1026 #, c-format msgid "invalid %s directive" msgstr "" #: ppparse.y:928 msgid "LEAP-SECOND ON directive" msgstr "" #: ppparse.y:936 msgid "TURN directive" msgstr "" #: ppparse.y:1018 ppparse.y:1043 msgid "invalid constant" msgstr "Ungültige Konstante" #: cobc/reserved.c:2748 msgid "device name" msgstr "Gerätename" #: cobc/reserved.c:2751 msgid "switch name" msgstr "" #: cobc/reserved.c:2754 msgid "feature name" msgstr "" #: cobc/reserved.c:2827 #, c-format msgid "reserved word must have less than %d characters" msgstr "Reservierte Wörter müssen weniger als %d Zeichen haben" #: cobc/reserved.c:2846 msgid "ignored asterisk at end of alias target" msgstr "" #: cobc/reserved.c:2902 #, c-format msgid "alias target '%s' is not a default reserved word" msgstr "" #: cobc/reserved.c:3229 #, c-format msgid "'%s' is a reserved word, but isn't supported" msgstr "»%s« ist ein reserviertes Wort, wird aber nicht unterstützt" #: cobc/reserved.c:3321 #, c-format msgid "intrinsic function %s is unknown" msgstr "" #: cobc/reserved.c:3349 msgid "Intrinsic Function" msgstr "Intrinsische Funktion" #: cobc/reserved.c:3349 cobc/reserved.c:3480 cobc/reserved.c:3614 msgid "Implemented" msgstr "Implementiert" #: cobc/reserved.c:3349 cobc/typeck.c:900 msgid "Parameters" msgstr "Parameter" #: cobc/reserved.c:3353 cobc/reserved.c:3484 cobc/reserved.c:3620 msgid "Yes" msgstr "Ja" #: cobc/reserved.c:3356 cobc/reserved.c:3487 cobc/reserved.c:3626 msgid "No" msgstr "Nein" #: cobc/reserved.c:3362 msgid "Unlimited" msgstr "Unbegrenzt" #: cobc/reserved.c:3412 #, c-format msgid "special register %s is unknown, needs a defintion" msgstr "" #: cobc/reserved.c:3416 #, c-format msgid "special register %s is unknown" msgstr "" #: cobc/reserved.c:3480 msgid "Internal registers" msgstr "" #: cobc/reserved.c:3480 msgid "Definition" msgstr "Definition" #: cobc/reserved.c:3495 msgid "'LENGTH OF' phrase" msgstr "" #: cobc/reserved.c:3568 #, c-format msgid "system name %s is unknown" msgstr "" #: cobc/reserved.c:3594 msgid "System names" msgstr "" #: cobc/reserved.c:3614 msgid "Reserved Words" msgstr "Reservierte Wörter" #: cobc/reserved.c:3618 msgid "Yes (Context sensitive)" msgstr "Ja (kontextabhängig)" #: cobc/reserved.c:3624 msgid "No (Context sensitive)" msgstr "Nein (kontextabhängig)" #: cobc/reserved.c:3636 msgid "Extra (obsolete) context sensitive words" msgstr "" #: scanner.l:858 #, c-format msgid "a constant may not be used here - '%s'" msgstr "Eine Konstante darf hier nicht verwendet werden – »%s«" #: scanner.l:912 msgid "ignoring redundant ." msgstr "" #: scanner.l:970 #, c-format msgid "invalid symbol '%s' - skipping word" msgstr "Ungültiges Symbol »%s« – Wort wird übersprungen" #: scanner.l:1060 #, fuzzy msgid "invalid national literal" msgstr "Ungültiger Typ für '%s'" #: scanner.l:1071 cobc/tree.c:1942 #, c-format msgid "invalid literal: '%s'" msgstr "Ungültiges Literal: »%s«" #: scanner.l:1073 #, c-format msgid "invalid hexadecimal literal: '%s'" msgstr "Ungültiges hexadezimales Literal: »%s«" #: scanner.l:1075 cobc/tree.c:1204 #, c-format msgid "invalid numeric literal: '%s'" msgstr "Ungültiges numerisches Literal: »%s«" #: scanner.l:1077 #, c-format msgid "invalid floating-point literal: '%s'" msgstr "Ungültiges Gleitkomma-Literal: »%s«" #: scanner.l:1079 #, c-format msgid "invalid %s literal: '%s'" msgstr "Ungültiges %s-Literal: »%s«" #: scanner.l:1126 #, c-format msgid "literal length exceeds %d characters" msgstr "Länge des Literals überschreitet %d Zeichen" #: scanner.l:1142 msgid "alphanumeric literal has zero length; a SPACE will be assumed" msgstr "" #: scanner.l:1153 scanner.l:1154 scanner.l:1206 #, fuzzy msgid "national literal" msgstr "Ungültiger Typ für '%s'" #: scanner.l:1190 #, fuzzy msgid "hexadecimal-boolean literal" msgstr "Numerisches Literal ist negativ" #: scanner.l:1197 scanner.l:1211 scanner.l:1324 scanner.l:1369 scanner.l:1459 #: scanner.l:1522 cobc/tree.c:1943 #, fuzzy, c-format msgid "literal length %d exceeds %d characters" msgstr "PROGRAM Name überschreitet 31 Zeichen" #: scanner.l:1203 #, fuzzy msgid "hexadecimal-national literal" msgstr "Ungültiger Typ für '%s'" #: scanner.l:1233 scanner.l:1264 scanner.l:1385 scanner.l:1473 scanner.l:1532 #, c-format msgid "literal contains invalid character '%c'" msgstr "Literal enthält ungültiges Zeichen »%c«" #: scanner.l:1288 #, c-format msgid "literal does not have an even number of digits" msgstr "" #: scanner.l:1356 scanner.l:1445 scanner.l:1514 msgid "ACUCOBOL numeric literal" msgstr "" #: scanner.l:1400 scanner.l:1484 scanner.l:1543 #, c-format msgid "literal exceeds limit %u" msgstr "Literal übersteigt die Größenbeschränkung %u" #: scanner.l:1441 msgid "numeric boolean literal" msgstr "Numerisches boolesches Literal" #: scanner.l:1608 cobc/tree.c:1215 #, fuzzy, c-format msgid "literal length %d exceeds maximum of %d digits" msgstr "PROGRAM Name überschreitet 31 Zeichen" #: scanner.l:1614 cobc/tree.c:1220 #, fuzzy, c-format msgid "literal length %d exceeds %d digits" msgstr "PROGRAM Name überschreitet 31 Zeichen" #: scanner.l:1702 #, c-format msgid "significand has more than 34 digits" msgstr "" #: scanner.l:1707 #, c-format msgid "exponent has decimal point" msgstr "" #: scanner.l:1713 #, c-format msgid "exponent has more than 4 digits" msgstr "Exponent hat mehr als 4 Stellen" #: scanner.l:1730 #, c-format msgid "exponent not between -78 and 76" msgstr "" #: scanner.l:1738 #, c-format msgid "significand of 0 must be positive" msgstr "" #: scanner.l:1743 #, c-format msgid "exponent of 0 must be 0" msgstr "Exponent von 0 muss 0 sein" #: scanner.l:1748 #, c-format msgid "exponent of 0 must be positive" msgstr "Exponent von 0 muss positiv sein" #: scanner.l:1935 #, c-format msgid "invalid CONSTANT: %s" msgstr "Ungültiges CONSTANT: %s" #: scanner.l:1945 #, c-format msgid "invalid alphanumeric CONSTANT: %s" msgstr "Ungültige alphanumerisches CONSTANT: %s" #: scanner.l:1949 #, c-format msgid "empty alphanumeric CONSTANT: %s" msgstr "Leeres alphanumerisches CONSTANT: %s" #: scanner.l:1966 scanner.l:1974 scanner.l:1979 #, c-format msgid "invalid numeric CONSTANT: %s" msgstr "Ungültiges numerisches CONSTANT: %s" #: cobc/tree.c:247 #, c-format msgid "%s clause is required for file '%s'" msgstr "%s-Klausel wird für Datei »%s« benötigt" #: cobc/tree.c:251 #, c-format msgid "%s clause is invalid for file '%s' (file type)" msgstr "%s-Klausel ist für Datei »%s« unzulässig (Dateityp)" #: cobc/tree.c:255 #, c-format msgid "%s clause is invalid for file '%s'" msgstr "%s-Klausel ist für Datei »%s« unzulässig" #: cobc/tree.c:282 #, c-format msgid "FOR item '%s' is a record" msgstr "" #: cobc/tree.c:291 #, fuzzy, c-format msgid "FOR item '%s' is in different record to '%s'" msgstr "END PROGRAM '%s' ist unterschiedlich zur PROGRAM-ID '%s'" #: cobc/tree.c:300 #, c-format msgid "FOR item '%s' is not in a record associated with '%s'" msgstr "" #: cobc/tree.c:382 msgid "internal error node" msgstr "" #: cobc/tree.c:384 msgid "unknown constant" msgstr "Unbekannte Konstante" #: cobc/tree.c:524 #, c-format msgid "FUNCTION %s has invalid/not supported arguments - Tag %d" msgstr "" #: cobc/tree.c:638 #, c-format msgid "invalid date/time function: '%d'" msgstr "Ungültiger Datum-/Zeit-Funktion: »%d«" #: cobc/tree.c:671 #, c-format msgid "FUNCTION '%s' has invalid date/time format" msgstr "" #: cobc/tree.c:676 #, c-format msgid "FUNCTION '%s' has format in variable" msgstr "" #: cobc/tree.c:717 cobc/tree.c:719 msgid "cannot find the UTC offset on this system" msgstr "Zeitversatz dieses Systems zur Weltzeit (UTC) kann nicht ermittelt werden" #: cobc/tree.c:924 #, c-format msgid "unknown tree tag: %d, category: %d" msgstr "" #: cobc/tree.c:999 #, c-format msgid "unexpected numeric USAGE: %d" msgstr "Unerwartete numerische USAGE-Angabe: %d" #: cobc/tree.c:1012 #, c-format msgid "unexpected category: %d" msgstr "Unerwartete Kategorie: %d" #: cobc/tree.c:1236 cobc/tree.c:1311 #, fuzzy msgid "invalid literal cast" msgstr "Ungültiger Typ für '%s'" #: cobc/tree.c:1261 cobc/tree.c:1273 cobc/tree.c:1285 cobc/tree.c:1335 #: cobc/tree.c:1374 #, c-format msgid "numeric literal '%s' exceeds limit '%s'" msgstr "Numerisches Literal »%s« übersteigt die Größenbeschränkung »%s«" #: cobc/tree.c:1813 msgid "invalid LOCALE literal" msgstr "Ungültiges LOCALE-Literal" #: cobc/tree.c:1923 msgid "only literals with the same category can be concatenated" msgstr "" #: cobc/tree.c:1930 msgid "only alpanumeric, national or boolean literals may be concatenated" msgstr "" #: cobc/tree.c:2201 msgid "B, 0 or /" msgstr "" #: cobc/tree.c:2215 msgid "the sign of the floating-point exponent" msgstr "" #: cobc/tree.c:2217 msgid "a leading +/- sign" msgstr "" #: cobc/tree.c:2219 msgid "a trailing +/- sign" msgstr "" #: cobc/tree.c:2221 msgid "CR or DB" msgstr "" #: cobc/tree.c:2223 msgid "a leading currency symbol" msgstr "" #: cobc/tree.c:2225 msgid "a trailing currency symbol" msgstr "" #: cobc/tree.c:2227 msgid "a Z or * which is before the decimal point" msgstr "" #: cobc/tree.c:2229 msgid "a Z or * which is after the decimal point" msgstr "" #: cobc/tree.c:2231 msgid "a floating +/- string which is before the decimal point" msgstr "" #: cobc/tree.c:2233 msgid "a floating +/- string which is after the decimal point" msgstr "" #: cobc/tree.c:2235 msgid "a floating currency symbol string which is before the decimal point" msgstr "" #: cobc/tree.c:2237 msgid "a floating currency symbol string which is after the decimal point" msgstr "" #: cobc/tree.c:2241 msgid "A or X" msgstr "" #: cobc/tree.c:2247 msgid "a P which is before the decimal point" msgstr "" #: cobc/tree.c:2249 msgid "a P which is after the decimal point" msgstr "" #: cobc/tree.c:2270 cobc/tree.c:2614 #, c-format msgid "%s may only occur once in a PICTURE string" msgstr "" #: cobc/tree.c:2272 #, c-format msgid "%s cannot follow %s" msgstr "%s kann nicht auf %s folgen" #: cobc/tree.c:2275 msgid "invalid PICTURE string detected" msgstr "Ungültige PICTURE-Zeichenkette festgestellt" #: cobc/tree.c:2386 msgid "number or constant in parentheses is not an unsigned integer" msgstr "" #: cobc/tree.c:2395 msgid "only up to 9 significant digits are permitted within parentheses" msgstr "" #: cobc/tree.c:2401 msgid "number or constant in parentheses must be greater than zero" msgstr "" #: cobc/tree.c:2431 msgid "unbalanced parentheses" msgstr "" #: cobc/tree.c:2450 msgid "parentheses must contain (a constant-name defined as) a positive integer" msgstr "" #: cobc/tree.c:2470 #, c-format msgid "'%s' is not a constant-name" msgstr "»%s« ist kein Konstantenname" #: cobc/tree.c:2477 #, c-format msgid "'%s' is not a numeric literal" msgstr "»%s« ist kein numerisches Literal" #: cobc/tree.c:2481 #, c-format msgid "'%s' is not an integer" msgstr "»%s« ist keine Ganzzahl" #: cobc/tree.c:2485 #, c-format msgid "'%s' is not unsigned" msgstr "»%s« ist nicht vorzeichenlos" #: cobc/tree.c:2534 msgid "missing PICTURE string" msgstr "" #: cobc/tree.c:2552 msgid "only one set of parentheses is permitted" msgstr "" #: cobc/tree.c:2619 msgid "S must be at start of PICTURE string" msgstr "" #: cobc/tree.c:2672 msgid "P must be at start or end of PICTURE string" msgstr "" #: cobc/tree.c:2702 msgid "cannot have both Z and * in PICTURE string" msgstr "" #: cobc/tree.c:2726 msgid "C must be followed by R" msgstr "" #: cobc/tree.c:2740 msgid "D must be followed by B" msgstr "" #: cobc/tree.c:2757 #, c-format msgid "invalid PICTURE character '%c'" msgstr "" #: cobc/tree.c:2786 #, c-format msgid "PICTURE string may not contain more than %d characters; contains %d characters" msgstr "" #: cobc/tree.c:2791 msgid "PICTURE string must contain at least one of the set A, N, X, Z, 1, 9 and *; or at least two of the set +, - and the currency symbol" msgstr "" #: cobc/tree.c:2819 #, c-format msgid "numeric field cannot be larger than %d digits" msgstr "Numerisches Feld kann nicht mehr als %d Stellen haben" #: cobc/tree.c:3128 #, c-format msgid "invalid KEY item '%s', not in file '%s'" msgstr "Ungültiger KEY-Eintrag »%s«, nicht in Datei »%s«" #: cobc/tree.c:3138 #, c-format msgid "minimal record length %d can not hold the key item '%s'; needs to be at least %d" msgstr "" #: cobc/tree.c:3185 #, c-format msgid "size of record '%s' (%d) smaller than minimum of file '%s' (%d)" msgstr "" #: cobc/tree.c:3192 #, c-format msgid "size of record '%s' (%d) larger than maximum of file '%s' (%d)" msgstr "" #: cobc/tree.c:3222 #, c-format msgid "file '%s': record size (IDX) %d exceeds maximum allowed (%d)" msgstr "" #: cobc/tree.c:3226 #, c-format msgid "file '%s': record size %d exceeds maximum allowed (%d)" msgstr "" #: cobc/tree.c:3737 msgid "divide by constant ZERO" msgstr "" #: cobc/tree.c:3786 cobc/tree.c:3791 cobc/tree.c:4009 cobc/tree.c:4039 #: cobc/typeck.c:3630 cobc/typeck.c:3639 cobc/typeck.c:3646 cobc/typeck.c:4478 #: cobc/typeck.c:4595 msgid "invalid expression" msgstr "Ungültiger Ausdruck" #: cobc/tree.c:3824 cobc/tree.c:3850 msgid "literal is longer than field" msgstr "" #: cobc/tree.c:4044 #, c-format msgid "unexpected operator: %d" msgstr "Unerwarteter Operator: %d" #: cobc/tree.c:4053 #, c-format msgid "expression '%.38s' %s '%.38s' is always TRUE" msgstr "" #: cobc/tree.c:4056 msgid "expression is always TRUE" msgstr "" #: cobc/tree.c:4065 #, c-format msgid "expression '%.38s' %s '%.38s' is always FALSE" msgstr "" #: cobc/tree.c:4068 msgid "expression is always FALSE" msgstr "Ausdruck ist immer FALSE" #: cobc/tree.c:4365 msgid "PERFORM FOREVER since UNTIL is always FALSE" msgstr "" #: cobc/tree.c:4368 msgid "PERFORM ONCE since UNTIL is always TRUE" msgstr "" #: cobc/tree.c:4370 msgid "PERFORM NEVER since UNTIL is always TRUE" msgstr "" #: cobc/tree.c:4473 #, fuzzy, c-format msgid "no definition/prototype seen for function '%s'" msgstr "Fehlende Definition von '%s'" #: cobc/tree.c:4475 #, fuzzy, c-format msgid "no definition/prototype seen for program '%s'" msgstr "Fehlende Definition von '%s'" #: cobc/tree.c:4484 #, fuzzy, c-format msgid "no definition/prototype seen for function with external name '%s'" msgstr "Fehlende Definition von '%s'" #: cobc/tree.c:4486 #, fuzzy, c-format msgid "no definition/prototype seen for program with external name '%s'" msgstr "Fehlende Definition von '%s'" #: cobc/tree.c:4555 cobc/tree.c:4561 cobc/tree.c:4603 cobc/tree.c:4608 #, c-format msgid "FUNCTION '%s' has invalid reference modification" msgstr "" #: cobc/tree.c:4572 cobc/tree.c:4780 #, c-format msgid "FUNCTION '%s' unknown" msgstr "FUNCTION »%s« ist unbekannt" #: cobc/tree.c:4576 #, c-format msgid "FUNCTION '%s' is not implemented" msgstr "FUNCTION »%s« ist nicht implementiert" #: cobc/tree.c:4583 cobc/tree.c:4590 cobc/tree.c:4767 #, c-format msgid "FUNCTION '%s' has wrong number of arguments" msgstr "" #: cobc/tree.c:4597 #, c-format msgid "FUNCTION '%s' cannot have reference modification" msgstr "" #: cobc/tree.c:4665 cobc/tree.c:4726 cobc/tree.c:4732 #, c-format msgid "FUNCTION '%s' has invalid parameter" msgstr "" #: cobc/tree.c:4773 #, c-format msgid "FUNCTION '%s' has invalid first parameter" msgstr "" #: cobc/typeck.c:579 msgid "invalid use of 88 level item" msgstr "" #: cobc/typeck.c:590 msgid "reference to item containing nested ODO" msgstr "" #: cobc/typeck.c:608 msgid "invalid use of HANDLE item" msgstr "" #: cobc/typeck.c:648 #, c-format msgid "'%s' is not a group name" msgstr "»%s« ist kein Gruppenname" #: cobc/typeck.c:665 #, c-format msgid "'%s' is not a numeric name" msgstr "»%s« ist kein numerischer Name" #: cobc/typeck.c:683 #, fuzzy, c-format msgid "'%s' is not a numeric or numeric-edited name" msgstr "'%s' ist kein Report-Name" #: cobc/typeck.c:698 #, c-format msgid "'%s' is not a numeric value" msgstr "»%s« ist kein numerischer Wert" #: cobc/typeck.c:747 #, c-format msgid "'%s' is not an integer value" msgstr "" #: cobc/typeck.c:751 msgid "positive numeric integer is required here" msgstr "" #: cobc/typeck.c:900 msgid "System routine" msgstr "Systemroutine" #: cobc/typeck.c:1334 libcob/call.c:979 #, c-format msgid "'%s' literal includes leading spaces which are omitted" msgstr "" #: cobc/typeck.c:1338 #, c-format msgid "'%s' literal includes trailing spaces which are omitted" msgstr "" #: cobc/typeck.c:1457 msgid "ON/OFF usage requires a SWITCH name" msgstr "" #: cobc/typeck.c:1475 #, c-format msgid "word length exceeds maximum of %d characters: '%s'" msgstr "Wortlänge überschreitet das Maximum von %d Zeichen: »%s«" #: cobc/typeck.c:1478 cobc/typeck.c:1481 #, c-format msgid "word length exceeds %d characters: '%s'" msgstr "Wortlänge überschreitet %d Zeichen: »%s«" #: cobc/typeck.c:1579 #, c-format msgid "ASSIGN interpreted as %s" msgstr "ASSIGN wird als %s interpretiert" #: cobc/typeck.c:1642 cobc/typeck.c:1789 #, c-format msgid "subscript missing for '%s' - defaulting to 1" msgstr "" #: cobc/typeck.c:1655 cobc/typeck.c:1719 #, c-format msgid "'%s' cannot be reference modified" msgstr "" #: cobc/typeck.c:1665 cobc/typeck.c:1715 cobc/typeck.c:1934 #, c-format msgid "'%s' cannot be subscripted" msgstr "" #: cobc/typeck.c:1669 cobc/typeck.c:1938 #, fuzzy, c-format msgid "'%s' requires one subscript" msgstr "CALL von %s benötigt %d Parameter" #: cobc/typeck.c:1672 cobc/typeck.c:1941 #, c-format msgid "'%s' requires %d subscripts" msgstr "" #: cobc/typeck.c:1737 #, c-format msgid "'%s' (accessed by '%s')" msgstr "" #: cobc/typeck.c:1773 #, c-format msgid "'%s' has no OCCURS clause" msgstr "" #: cobc/typeck.c:1836 libcob/common.c:2496 #, fuzzy, c-format msgid "subscript of '%s' out of bounds: %d" msgstr "Index von '%s' außerhalb des gültigen Bereichs: %d" #: cobc/typeck.c:1884 cobc/typeck.c:1895 libcob/common.c:2517 #, fuzzy, c-format msgid "offset of '%s' out of bounds: %d" msgstr "Startposition von '%s' außerhalb des gültigen Bereichs: %d" #: cobc/typeck.c:1889 cobc/typeck.c:1900 libcob/common.c:2524 #, c-format msgid "length of '%s' out of bounds: %d" msgstr "Länge von »%s« außerhalb des gültigen Bereichs: %d" #: cobc/typeck.c:2000 cobc/typeck.c:2076 #, fuzzy msgid "reference modification not allowed here" msgstr "Element mit Stufe 88 hier nicht zulässig" #: cobc/typeck.c:2008 cobc/typeck.c:2098 msgid "ANY LENGTH item not allowed here" msgstr "Element ANY LENGTH hier nicht zulässig" #: cobc/typeck.c:2012 cobc/typeck.c:2102 msgid "88 level item not allowed here" msgstr "Element mit Stufe 88 hier nicht zulässig" #: cobc/typeck.c:2016 #, fuzzy msgid "variable length item not allowed here" msgstr "Element mit variabler Länge hier nicht zulässig" #: cobc/typeck.c:2044 #, c-format msgid "'%s' has not been DEFINEd" msgstr "" #: cobc/typeck.c:2080 msgid "only field names allowed here" msgstr "" #: cobc/typeck.c:2091 #, c-format msgid "VALUE of '%s': %s target '%s' is invalid" msgstr "" #: cobc/typeck.c:2093 cobc/typeck.c:2163 msgid "target must be in FILE SECTION or LINKAGE SECTION or have the EXTERNAL clause" msgstr "" #: cobc/typeck.c:2106 cobc/typeck.c:2114 cobc/typeck.c:2181 msgid "Variable length item not allowed here" msgstr "" #: cobc/typeck.c:2149 cobc/typeck.c:2162 #, c-format msgid "VALUE of '%s': %s target is invalid" msgstr "" #: cobc/typeck.c:2151 msgid "no previous data-item found" msgstr "" #: cobc/typeck.c:2296 #, c-format msgid "'%s' is not an alphabet name" msgstr "»%s« ist kein Bezeichner eines Alphabets" #: cobc/typeck.c:2560 #, fuzzy, c-format msgid "duplicate character values in alphabet '%s': %s" msgstr "Doppeltes Zeichen in Alphabet '%s'" #: cobc/typeck.c:2565 #, c-format msgid "invalid character values in alphabet '%s', starting at position %d" msgstr "Ungültige Zeichenwerte in Alphabet »%s«, Beginn bei Position %d" #: cobc/typeck.c:2619 msgid "invalid ALPHABET name" msgstr "Ungültiger Bezeichner für ALPHABET" #: cobc/typeck.c:2674 cobc/typeck.c:2678 #, c-format msgid "duplicate values in class '%s'" msgstr "Doppelte Werte in Klasse »%s«" #: cobc/typeck.c:2694 #, c-format msgid "'%s' is not a locale name" msgstr "»%s« ist kein Locale-Name" #: cobc/typeck.c:2816 msgid "invalid RECORD DEPENDING item" msgstr "" #: cobc/typeck.c:2821 msgid "RECORD DEPENDING must reference a data-item" msgstr "" #: cobc/typeck.c:2834 cobc/typeck.c:2837 #, c-format msgid "RECORD DEPENDING item '%s' should be defined in WORKING-STORAGE, LOCAL-STORAGE or LINKAGE SECTION" msgstr "" #: cobc/typeck.c:2917 #, c-format msgid "'%s' will be implicitly defined" msgstr "»%s« wird implizit definiert" #: cobc/typeck.c:2934 #, c-format msgid "ASSIGN data item '%s' invalid" msgstr "" #: cobc/typeck.c:2945 #, c-format msgid "'%s' CURSOR must be 4 or 6 characters long" msgstr "»%s« CURSOR muss 4 oder 6 Zeichen lang sein" #: cobc/typeck.c:2955 #, fuzzy, c-format msgid "'%s' CRT STATUS must be 4 characters long" msgstr "'%s' CRT STATUS muss 4 Zeichen lang sein" #: cobc/typeck.c:3000 cobc/typeck.c:3019 #, c-format msgid "'%s' cannot have OCCURS DEPENDING" msgstr "»%s« kann nicht mit OCCURS DEPENDING definiert werden" #: cobc/typeck.c:3013 #, c-format msgid "'%s' ODO field item invalid here" msgstr "" #: cobc/typeck.c:3031 #, c-format msgid "'%s' ODO item must have GLOBAL attribute" msgstr "" #: cobc/typeck.c:3079 cobc/typeck.c:3083 #, c-format msgid "'%s' is not in DECLARATIVES" msgstr "»%s« ist nicht in den DECLARATIVES" #: cobc/typeck.c:3095 #, c-format msgid "invalid reference to '%s' (in DECLARATIVES)" msgstr "Ungültige Referenz auf »%s« (In DECLARATIVES)" #: cobc/typeck.c:3103 #, fuzzy, c-format msgid "'%s' is not a procedure name" msgstr "'%s' ist kein Report-Name" #: cobc/typeck.c:3122 #, c-format msgid "DEBUGGING target invalid with ALL PROCEDURES: '%s'" msgstr "" #: cobc/typeck.c:3126 #, c-format msgid "DEBUGGING target invalid: '%s'" msgstr "" #: cobc/typeck.c:3142 #, c-format msgid "'%s' is not a valid DEBUGGING target" msgstr "" #: cobc/typeck.c:3182 #, c-format msgid "'%s' is not an alterable paragraph" msgstr "" #: cobc/typeck.c:3706 cobc/typeck.c:3710 #, c-format msgid "suggest parentheses around %s within %s" msgstr "" #: cobc/typeck.c:3796 #, c-format msgid "internal decimal structure size exceeded: %d" msgstr "" #: cobc/typeck.c:3799 msgid "Try to minimize the number of parentheses or split into multiple computations." msgstr "" #: cobc/typeck.c:3848 #, c-format msgid "%s operator may be misplaced" msgstr "" #: cobc/typeck.c:3852 #, c-format msgid "unexpected operation: %c (%d)" msgstr "Unerwartete Operation: %c (%d)" #: cobc/typeck.c:3890 msgid "precision of result may change with arithmetic-osvs" msgstr "" #: cobc/typeck.c:3918 msgid "unexpected constant expansion" msgstr "Unerwartete Konstantenerweiterung" #: cobc/typeck.c:4625 #, c-format msgid "more than %d nested conditions" msgstr "" #: cobc/typeck.c:4946 cobc/typeck.c:5022 msgid "no CORRESPONDING items found" msgstr "" #: cobc/typeck.c:5155 msgid "cannot specify figurative constant ZERO in AT clause" msgstr "" #: cobc/typeck.c:5158 msgid "value in AT clause is not numeric" msgstr "Wert in AT-Klausel ist nicht numerisch" #: cobc/typeck.c:5164 msgid "value in AT clause must have 4 or 6 digits" msgstr "Wert in AT-Klausel muss 4- oder 6-stellig sein" #: cobc/typeck.c:5268 msgid "invalid PROMPT literal" msgstr "Ungültiges PROMPT-Literal" #: cobc/typeck.c:5273 msgid "invalid PROMPT identifier" msgstr "" #: cobc/typeck.c:5545 #, c-format msgid "'%s' is not an input device" msgstr "»%s« ist kein Eingabegerät" #: cobc/typeck.c:5571 cobc/typeck.c:6608 cobc/typeck.c:6614 #, c-format msgid "'%s' is not defined in SPECIAL-NAMES" msgstr "»%s« ist nicht unter SPECIAL-NAMES definiert" #: cobc/typeck.c:5576 #, c-format msgid "invalid input device '%s'" msgstr "Ungültiges Eingabegerät »%s«" #: cobc/typeck.c:5581 cobc/typeck.c:6621 #, c-format msgid "unknown device '%s'; it may exist in another dialect" msgstr "" #: cobc/typeck.c:5584 cobc/typeck.c:6624 #, c-format msgid "unknown device '%s'; not defined in SPECIAL-NAMES" msgstr "Unbekanntes Gerät »%s«; ist nicht unter SPECIAL-NAMES definiert" #: cobc/typeck.c:5614 msgid "target of ALLOCATE is not a BASED item" msgstr "Ziel von ALLOCATE ist kein BASED-Element" #: cobc/typeck.c:5625 msgid "target of RETURNING is not a data pointer" msgstr "Ziel von RETURNING ist kein Datenzeiger" #: cobc/typeck.c:5635 msgid "the CHARACTERS field of ALLOCATE must be numeric" msgstr "" #: cobc/typeck.c:5648 msgid "INITIALIZED TO item is not alphanumeric" msgstr "Element INITIALIZED TO ist nicht alphanumerisch" #: cobc/typeck.c:5704 msgid "only alphanumeric FUNCTION types are allowed here" msgstr "Hier sind nur alphanumerische FUNCTION-Typen zulässig" #: cobc/typeck.c:5712 msgid "invalid RETURNING field" msgstr "" #: cobc/typeck.c:5731 msgid "STDCALL not available on this platform" msgstr "STDCALL auf dieser Plattform nicht verfügbar" #: cobc/typeck.c:5735 msgid "STDCALL used on 64-bit Windows platform" msgstr "STDCALL auf 64-bit Plattform verwendet" #: cobc/typeck.c:5741 msgid "STATIC CALL convention requires a literal program name" msgstr "" #: cobc/typeck.c:5746 cobc/typeck.c:8905 cobc/typeck.c:9630 cobc/typeck.c:9948 msgid "HANDLE must be either a generic or a THREAD HANDLE" msgstr "" #: cobc/typeck.c:5764 msgid "numeric literal is negative" msgstr "Numerisches Literal ist negativ" #: cobc/typeck.c:5843 msgid "numeric literal exceeds size limits" msgstr "Numerisches Literal übersteigt die Größenbeschränkung" #: cobc/typeck.c:5849 msgid "figurative constant invalid here" msgstr "" #: cobc/typeck.c:5857 #, c-format msgid "'%s' is not a valid data name" msgstr "" #: cobc/typeck.c:5863 #, c-format msgid "'%s' ANY LENGTH item not passed BY REFERENCE" msgstr "" #: cobc/typeck.c:5871 #, c-format msgid "'%s' is not a 01 or 77 level item" msgstr "»%s« ist kein Element auf der Stufe 01 oder 77" #: cobc/typeck.c:5898 cobc/typeck.c:5903 #, c-format msgid "wrong number of CALL parameters for '%s', %d given, %d expected" msgstr "" #: cobc/typeck.c:5973 cobc/typeck.c:6029 cobc/typeck.c:6033 cobc/typeck.c:6061 #: cobc/typeck.c:8867 cobc/typeck.c:8872 cobc/typeck.c:9025 cobc/typeck.c:9168 #: cobc/typeck.c:9172 cobc/typeck.c:9894 cobc/typeck.c:10130 #, c-format msgid "%s not allowed on %s files" msgstr "%s nicht zulässig für %s Dateien" #: cobc/typeck.c:6127 msgid "positions cannot be specified for main windows" msgstr "" #: cobc/typeck.c:6137 cobc/typeck.c:6140 msgid "HANDLE must be either a generic or a WINDOW HANDLE" msgstr "" #: cobc/typeck.c:6157 msgid "HANDLE must be either a generic or a WINDOW handle" msgstr "" #: cobc/typeck.c:6262 #, c-format msgid "'%s' is an invalid type for DISPLAY operand" msgstr "»%s« ist als Typ für DISPLAY-Operand unzulässig" #: cobc/typeck.c:6267 msgid "invalid type for DISPLAY operand" msgstr "Ungültiger Typ für DISPLAY-Operand" #: cobc/typeck.c:6585 cobc/typeck.c:6618 #, c-format msgid "'%s' is not an output device" msgstr "»%s« ist kein Ausgabegerät" #: cobc/typeck.c:6707 msgid "invalid use of 88 level in WHEN expression" msgstr "" #: cobc/typeck.c:6767 msgid "wrong number of WHEN parameters" msgstr "Ungültige Anzahl an WHEN-Parametern" #: cobc/typeck.c:6836 cobc/typeck.c:6848 #, c-format msgid "target %d of FREE is not a BASED data item" msgstr "Ziel %d von FREE ist kein BASED-Datenelement" #: cobc/typeck.c:6854 #, c-format msgid "target %d of FREE must be a data pointer" msgstr "Ziel %d von FREE muss ein Datenzeiger sein" #: cobc/typeck.c:6868 msgid "GO TO without procedure-name" msgstr "" #: cobc/typeck.c:6878 msgid "GO TO with multiple procedure-names" msgstr "" #: cobc/typeck.c:6935 msgid "invalid INITIALIZE statement" msgstr "Ungültige INITIALIZE-Anweisung" #: cobc/typeck.c:7029 cobc/typeck.c:7032 #, c-format msgid "%s operands differ in size" msgstr "" #: cobc/typeck.c:7061 #, c-format msgid "unexpected clause %d" msgstr "Unerwartete Klausel %d" #: cobc/typeck.c:7066 #, c-format msgid "invalid target for %s" msgstr "Ungültiges Ziel für %s" #: cobc/typeck.c:7130 cobc/typeck.c:7141 cobc/typeck.c:7152 cobc/typeck.c:7163 #, c-format msgid "data name expected before %s" msgstr "Datenname vor %s erwartet" #: cobc/typeck.c:7173 #, c-format msgid "ALL, LEADING or TRAILING expected before '%s'" msgstr "" #: cobc/typeck.c:7183 msgid "operand has wrong size" msgstr "" #: cobc/typeck.c:7249 #, c-format msgid "internal register '%s' defined as BINARY-LONG" msgstr "Internes Register »%s« ist als BINARY-LONG definiert" #: cobc/typeck.c:7252 cobc/typeck.c:7255 cobc/typeck.c:7258 cobc/typeck.c:7261 #: cobc/typeck.c:7264 cobc/typeck.c:7267 cobc/typeck.c:7270 cobc/typeck.c:7273 #: cobc/typeck.c:7276 #, c-format msgid "'%s' defined here as USAGE %s" msgstr "" #: cobc/typeck.c:7279 #, c-format msgid "'%s' defined here as PIC %s" msgstr "" #: cobc/typeck.c:7282 #, c-format msgid "'%s' defined here as a group of length %d" msgstr "" #: cobc/typeck.c:7505 msgid "overlapping MOVE may occur and produce unpredictable results" msgstr "" #: cobc/typeck.c:7512 msgid "overlapping MOVE may produce unpredictable results" msgstr "" #: cobc/typeck.c:7547 msgid "invalid destination for MOVE" msgstr "Ungültiges Ziel für MOVE" #: cobc/typeck.c:7574 cobc/typeck.c:7585 msgid "MOVE of figurative constant to numeric item" msgstr "" #: cobc/typeck.c:7578 msgid "MOVE of figurative constant QUOTE to numeric item" msgstr "" #: cobc/typeck.c:7645 msgid "numeric literal in VALUE clause of numeric-edited item" msgstr "" #: cobc/typeck.c:7672 msgid "numeric move to ALPHABETIC" msgstr "" #: cobc/typeck.c:7686 msgid "data item not signed" msgstr "" #: cobc/typeck.c:7689 msgid "ignoring sign" msgstr "Vorzeichen wird ignoriert" #: cobc/typeck.c:8008 msgid "invalid source for MOVE" msgstr "Ungültige Quelle für MOVE" #: cobc/typeck.c:8029 cobc/typeck.c:8037 msgid "invalid VALUE clause" msgstr "Ungültige VALUE-Klausel" #: cobc/typeck.c:8031 msgid "invalid MOVE statement" msgstr "Ungültige MOVE-Anweisung" #: cobc/typeck.c:8038 msgid "literal exceeds data size" msgstr "Literal übersteigt die Datengröße" #: cobc/typeck.c:8042 msgid "numeric literal exceeds data size" msgstr "Numerisches Literal übersteigt die Datengröße" #: cobc/typeck.c:8051 msgid "MOVE of non-integer to alphanumeric" msgstr "" #: cobc/typeck.c:8057 msgid "numeric value is expected" msgstr "Numerischer Wert wird erwartet" #: cobc/typeck.c:8062 msgid "alphanumeric value is expected" msgstr "Alphanumerischer Wert wird erwartet" #: cobc/typeck.c:8067 msgid "value does not fit the picture string" msgstr "" #: cobc/typeck.c:8072 msgid "value size exceeds data size" msgstr "" #: cobc/typeck.c:8077 msgid "sending field larger than receiving field" msgstr "" #: cobc/typeck.c:8082 msgid "some digits may be truncated" msgstr "" #: cobc/typeck.c:8830 #, c-format msgid "invalid MOVE target: %s" msgstr "Ungültiges Ziel für MOVE: %s" #: cobc/typeck.c:9038 msgid "READ PREVIOUS not allowed for this file type" msgstr "" #: cobc/typeck.c:9046 msgid "KEY ignored with sequential READ" msgstr "" #: cobc/typeck.c:9130 cobc/typeck.c:10094 #, c-format msgid "%s FILE requires a FROM clause" msgstr "" #: cobc/typeck.c:9148 cobc/typeck.c:9227 cobc/typeck.c:10112 #, c-format msgid "%s subject does not refer to a record name" msgstr "" #: cobc/typeck.c:9233 msgid "RELEASE not allowed on this record item" msgstr "" #: cobc/typeck.c:9316 cobc/typeck.c:9337 cobc/typeck.c:9344 msgid "invalid SEARCH ALL condition" msgstr "Ungültige Bedingung für SEARCH ALL" #: cobc/typeck.c:9469 cobc/typeck.c:9473 msgid "SET targets must be PROGRAM-POINTER" msgstr "Ziel des SET muss ein PROGRAM-POINTER sein" #: cobc/typeck.c:9492 #, c-format msgid "cannot change address of '%s', which is not level 1 or 77" msgstr "" #: cobc/typeck.c:9496 #, c-format msgid "cannot change address of '%s', which is not BASED or a linkage item" msgstr "" #: cobc/typeck.c:9515 #, c-format msgid "SET target '%s' is not numeric, an index or a pointer" msgstr "" #: cobc/typeck.c:9571 cobc/typeck.c:9576 cobc/typeck.c:9603 cobc/typeck.c:9608 msgid "invalid SET statement" msgstr "Ungültige SET-Anweisung" #: cobc/typeck.c:9612 msgid "field does not have a FALSE clause" msgstr "Feld hat keine FALSE-Klausel" #: cobc/typeck.c:9643 msgid "THREAD-priority must be between 1 and 32767" msgstr "" #: cobc/typeck.c:9663 msgid "SET ATTRIBUTE requires a screen item as subject" msgstr "" #: cobc/typeck.c:9669 msgid "SET ATTRIBUTE subject does not refer to a screen item" msgstr "" #: cobc/typeck.c:9704 msgid "invalid SORT filename" msgstr "Ungültiger SORT-Dateiname" #: cobc/typeck.c:9756 msgid "invalid SORT USING parameter" msgstr "Ungültiger Parameter SORT USING" #: cobc/typeck.c:9785 msgid "invalid SORT GIVING parameter" msgstr "Ungültiger Parameter SORT GIVING" #: cobc/typeck.c:9831 cobc/typeck.c:9844 cobc/typeck.c:9864 #, fuzzy msgid "invalid key item" msgstr "Ungültiger Parameter %s" #: cobc/typeck.c:9899 msgid "LENGTH/SIZE clause only allowed on INDEXED files" msgstr "" #: cobc/typeck.c:9904 msgid "START not allowed with ACCESS MODE RANDOM" msgstr "" #: cobc/typeck.c:10142 msgid "LOCK clause invalid here" msgstr "LOCk-Klausel ist hier unzulässig" #: cobc/warning.def:31 msgid "do not warn if unfinished features are used" msgstr "" #: cobc/warning.def:34 msgid "do not warn if pending features are mentioned" msgstr "" #: cobc/warning.def:37 msgid "warn if obsolete features are used" msgstr "" #: cobc/warning.def:40 msgid "warn if archaic features are used" msgstr "" #: cobc/warning.def:43 msgid "warn incompatible redefinition of data items" msgstr "" #: cobc/warning.def:46 msgid "warn field truncation from constant assignments" msgstr "" #: cobc/warning.def:49 msgid "warn possible field truncation" msgstr "" #: cobc/warning.def:52 msgid "warn overlapping MOVE items" msgstr "" #: cobc/warning.def:55 msgid "warn MOVE items that may overlap depending on variables" msgstr "" #: cobc/warning.def:58 msgid "warn lack of parentheses around AND within OR" msgstr "" #: cobc/warning.def:61 msgid "warn type mismatch strictly" msgstr "" #: cobc/warning.def:64 #, fuzzy msgid "warn implicitly defined data items" msgstr "'%s' wird implizit definiert" #: cobc/warning.def:67 msgid "warn CORRESPONDING with no matching items" msgstr "" #: cobc/warning.def:70 msgid "warn Initial VALUE clause ignored" msgstr "" #: cobc/warning.def:73 msgid "warn missing FUNCTION prototypes/definitions" msgstr "" #: cobc/warning.def:76 msgid "warn if arithmetic expression precision has changed" msgstr "" #: cobc/warning.def:79 msgid "warn non 01/77 items for CALL params" msgstr "" #: cobc/warning.def:82 msgid "warn expressions that always resolve to true/false" msgstr "" #: cobc/warning.def:85 msgid "warn text after program-text area, FIXED format" msgstr "" #: cobc/warning.def:88 msgid "warn lack of scope terminator END-XXX" msgstr "" #: cobc/warning.def:91 msgid "warn dangling LINKAGE items" msgstr "" #: cobc/warning.def:94 msgid "warn unreachable statements" msgstr "" #: libcob/call.c:89 #, c-format msgid "LoadLibrary/GetProcAddress error %d" msgstr "LoadLibrary/GetProcAddress-Fehler %d" #: libcob/call.c:752 libcob/call.c:802 msgid "cannot find module" msgstr "Modul kann nicht gefunden werden" #: libcob/call.c:767 libcob/call.c:795 msgid "cannot find entry point" msgstr "Einstiegspunkt kann nicht gefunden werden" #: libcob/call.c:869 msgid "indeterminable error in resolve of COBOL CALL" msgstr "" #: libcob/call.c:950 #, c-format msgid "user-defined FUNCTION '%s' not found" msgstr "Benutzerdefinierte FUNCTION »%s« nicht gefunden" #: libcob/call.c:1037 libcob/call.c:1112 libcob/call.c:1226 libcob/call.c:1252 #, c-format msgid "NULL parameter passed to '%s'" msgstr "Aufruf von »%s« mit Parameter NULL" #: libcob/call.c:1108 #, fuzzy, c-format msgid "invalid number of arguments passed to '%s'" msgstr "Ungültige Anzahl an Argumenten beim Aufruf von '%s'" #: libcob/call.c:1230 msgid "multiple call to 'cob_setjmp'" msgstr "" #: libcob/call.c:1256 msgid "call to 'cob_longjmp' with no prior 'cob_setjmp'" msgstr "Aufruf von »cob_longjmp« ohne vorherigen Aufruf von »cob_setjmp«" #: libcob/call.c:1488 #, c-format msgid "%s: COBOL runtime is not initialized" msgstr "" #: libcob/call.c:1493 #, c-format msgid "%s: param %d is not within range of %d" msgstr "" #: libcob/call.c:1498 #, c-format msgid "%s: param %d is NULL" msgstr "" #: libcob/call.c:1510 #, c-format msgid "%s COBOL runtime is not initialized" msgstr "" #: libcob/call.c:1738 libcob/call.c:1800 #, c-format msgid "%s: attempt to over-write constant param %d with " msgstr "" #: libcob/call.c:1854 #, c-format msgid "%s: attempt to over-write constant param %d with '%s'" msgstr "" #: libcob/call.c:1895 #, c-format msgid "%s: attempt to over-write constant param %d" msgstr "" #: libcob/cobgetopt.c:491 #, c-format msgid "%s: option '%s' is ambiguous; possibilities:" msgstr "%s: Option »%s« ist mehrdeutig, Möglichkeiten:" #: libcob/cobgetopt.c:532 #, c-format msgid "%s: option '--%s' doesn't allow an argument" msgstr "%s: Option »--%s« erlaubt kein Argument" #: libcob/cobgetopt.c:539 #, c-format msgid "%s: option '%c%s' doesn't allow an argument" msgstr "%s: Option »%c%s« erlaubt kein Argument" #: libcob/cobgetopt.c:559 #, c-format msgid "%s: option '--%s' requires an argument" msgstr "%s: Option »--%s« erfordert ein Argument" #: libcob/cobgetopt.c:591 #, c-format msgid "%s: unrecognized option '--%s'" msgstr "%s: Unbekannte Option »--%s«" #: libcob/cobgetopt.c:598 #, c-format msgid "%s: unrecognized option '%c%s'" msgstr "%s: Unbekannte Option »%c%s«" #: libcob/cobgetopt.c:627 #, c-format msgid "%s: invalid option -- %c" msgstr "%s: Ungültige Option -- %c" #: libcob/cobgetopt.c:658 libcob/cobgetopt.c:799 #, c-format msgid "%s: option requires an argument -- %c" msgstr "%s: Option erfordert ein Argument -- %c" #: libcob/cobgetopt.c:708 #, c-format msgid "%s: option '-W %s' is ambiguous" msgstr "%s: Option »-W %s« ist mehrdeutig" #: libcob/cobgetopt.c:730 #, c-format msgid "%s: option '-W %s' doesn't allow an argument" msgstr "%s: Option »-W %s« erlaubt kein Argument" #: libcob/cobgetopt.c:748 #, c-format msgid "%s: option '%s' requires an argument" msgstr "%s: Option »%s« erfordert ein Argument" #: libcob/common.c:253 msgid "CALL configuration" msgstr "CALL-Konfiguration" #: libcob/common.c:254 msgid "File I/O configuration" msgstr "Konfiguration der Datei-Ein-/Ausgabe" #: libcob/common.c:254 msgid "Screen I/O configuration" msgstr "Konfiguration der Bildschirm-Ein-/Ausgabe" #: libcob/common.c:254 msgid "Miscellaneous" msgstr "Diverses" #: libcob/common.c:255 msgid "System configuration" msgstr "Systemkonfiguration" #: libcob/common.c:320 msgid "end of program, please press a key to exit" msgstr "" #: libcob/common.c:565 #, c-format msgid "cob_sig_handler caught not handled signal: %d" msgstr "" #: libcob/common.c:592 #, c-format msgid "attempt to reference unallocated memory" msgstr "Versuch auf nicht bereitgestellten Arbeitsspeicher zuzugreifen" #: libcob/common.c:597 #, c-format msgid "bus error" msgstr "" #: libcob/common.c:601 #, c-format msgid "caught signal" msgstr "Signal abgefangen" #: libcob/common.c:605 #, c-format msgid "signal %s" msgstr "Signal %s" #: libcob/common.c:610 #, c-format msgid "abnormal termination - file contents may be incorrect" msgstr "" #: libcob/common.c:1788 msgid "error: version mismatch" msgstr "Fehler: Versionsnummern stimmen nicht überein" #: libcob/common.c:1789 #, c-format msgid "%s has version/patch level %s/%d" msgstr "%s hat die Version/das Patchlevel %s/%d" #: libcob/common.c:1791 #, c-format msgid "libcob has version/patch level %s/%d" msgstr "libcob hat die Version/das Patchlevel %s/%d" #: libcob/common.c:1801 #, c-format msgid "CALL to %s requires %d parameters" msgstr "CALL von %s benötigt %d Parameter" #: libcob/common.c:2423 #, fuzzy, c-format msgid "BASED/LINKAGE item %s has NULL address" msgstr "BASED/LINKAGE Element '%s' hat die Speicheradresse NULL" #: libcob/common.c:2435 libcob/common.c:2438 #, c-format msgid "LINKAGE item %s not passed by caller" msgstr "" #: libcob/common.c:2465 #, c-format msgid "'%s' not numeric: '%s'" msgstr "»%s« ist nicht numerisch: »%s«" #: libcob/common.c:2478 #, c-format msgid "OCCURS DEPENDING ON '%s' out of bounds: %d" msgstr "OCCURS DEPENDING ON »%s« außerhalb des gültigen Bereichs: %d" #: libcob/common.c:2481 libcob/common.c:2502 #, c-format msgid "maximum subscript for '%s': %d" msgstr "" #: libcob/common.c:2483 #, c-format msgid "minimum subscript for '%s': %d" msgstr "" #: libcob/common.c:2499 #, c-format msgid "current maximum subscript for '%s': %d" msgstr "" #: libcob/common.c:2538 #, c-format msgid "EXTERNAL item '%s' previously allocated with size %d, requested size is %d" msgstr "" #: libcob/common.c:3039 #, c-format msgid "COB_CURRENT_DATE '%s' is invalid" msgstr "" #: libcob/common.c:3801 #, c-format msgid "parameter to SYSTEM call is larger than %d characters" msgstr "Parameter für SYSTEM-Aufruf ist länger als %d Zeichen" #: libcob/common.c:4206 #, c-format msgid "Error '%s' during CBL_GC_FORK" msgstr "" #: libcob/common.c:4211 libcob/common.c:4308 #, c-format msgid "'%s' is not supported on this platform" msgstr "»%s« ist auf dieser Plattform nicht verfügbar" #: libcob/common.c:4237 #, c-format msgid "error '%s' for P%d during CBL_GC_WAITPID" msgstr "" #: libcob/common.c:4434 msgid "Call to CBL_GC_GETOPT with wrong longoption size." msgstr "" #: libcob/common.c:4439 msgid "Call to CBL_GC_GETOPT with missing longind." msgstr "" #: libcob/common.c:4872 libcob/common.c:6289 #, c-format msgid " (default)" msgstr " (Standard)" #: libcob/common.c:5105 #, c-format msgid "minimum value: %lu" msgstr "" #: libcob/common.c:5159 libcob/common.c:5644 libcob/common.c:5658 #, c-format msgid "should not contain '%c'" msgstr "" #: libcob/common.c:5366 #, c-format msgid "WARNING - '%s' without a value - ignored!" msgstr "" #: libcob/common.c:5369 #, c-format msgid "'%s' without a value!" msgstr "»%s« ohne Wertangabe!" #: libcob/common.c:5395 #, c-format msgid "WARNING - '%s %s' without a value - ignored!" msgstr "" #: libcob/common.c:5759 msgid "malloc error" msgstr "" #: libcob/common.c:5801 libcob/common.c:5805 msgid "attempt to CANCEL active program" msgstr "Versuch CANCEL auf ein aktives Programm durchzuführen" #: libcob/common.c:5820 msgid "cob_init() has not been called" msgstr "Fehlender Aufruf von cob_init()" #: libcob/common.c:5823 msgid "codegen error - Please report this!" msgstr "Fehler in codegen – Bitte melden Sie diesen Fehler" #: libcob/common.c:5826 msgid "CALL of program with CHAINING clause" msgstr "" #: libcob/common.c:5829 msgid "stack overflow, possible PERFORM depth exceeded" msgstr "" #: libcob/common.c:5832 msgid "invalid entry/exit in GLOBAL USE procedure" msgstr "" #: libcob/common.c:5835 msgid "unable to allocate memory" msgstr "Arbeitsspeicher kann nicht bereitgestellt werden" #: libcob/common.c:5838 #, fuzzy msgid "invalid entry into module" msgstr "Kann Modul nicht finden" #: libcob/common.c:5841 #, c-format msgid "invalid recursive COBOL CALL to '%s'" msgstr "" #: libcob/common.c:5852 msgid "end of file" msgstr "Dateiende" #: libcob/common.c:5855 msgid "key out of range" msgstr "" #: libcob/common.c:5858 msgid "key order not ascending" msgstr "" #: libcob/common.c:5861 msgid "record key already exists" msgstr "" #: libcob/common.c:5864 #, fuzzy msgid "record key does not exist" msgstr "Datei existiert nicht" #: libcob/common.c:5867 msgid "permanent file error" msgstr "Permanenter Dateifehler" #: libcob/common.c:5870 msgid "file does not exist" msgstr "Datei existiert nicht" #: libcob/common.c:5873 msgid "permission denied" msgstr "Zugriff verweigert" #: libcob/common.c:5876 msgid "file already open" msgstr "Datei wurde bereits geöffnet" #: libcob/common.c:5879 msgid "file not open" msgstr "Datei wurde noch nicht geöffnet" #: libcob/common.c:5882 msgid "READ must be executed first" msgstr "Zuerst muss ein READ erfolgen" #: libcob/common.c:5885 msgid "record overflow" msgstr "" #: libcob/common.c:5888 msgid "READ after uncessful READ/START" msgstr "READ nach fehlgeschlagenem READ/START" #: libcob/common.c:5891 msgid "READ/START not allowed, file not open for input" msgstr "READ/START nicht erlaubt, Datei ist nicht für Eingabe offen" #: libcob/common.c:5894 msgid "WRITE not allowed, file not open for output" msgstr "" #: libcob/common.c:5897 msgid "DELETE/REWRITE not allowed, file not open for I-O" msgstr "DELETE/REWRITE nicht erlaubt, Datei ist nicht für Ein-/Ausgabe offen" #: libcob/common.c:5900 msgid "record locked by another file connector" msgstr "Datensatz durch einen anderen Datei-Konnektor gesperrt" #: libcob/common.c:5903 msgid "LINAGE values invalid" msgstr "Angabe für LINAGE ist ungültig" #: libcob/common.c:5906 msgid "file sharing conflict" msgstr "Konflikt beim gemeinsamen Dateizugriff" #: libcob/common.c:5909 msgid "runtime library is not configured for this operation" msgstr "Die Laufzeitumgebung ist für diese Operation nicht konfiguriert" #: libcob/common.c:5912 msgid "unknown file error" msgstr "Unbekannter Dateifehler" #: libcob/common.c:5918 #, c-format msgid "%s (status = %02d) file: '%s'" msgstr "%s (Status = %02d) Datei: »%s«" #: libcob/common.c:5923 msgid "attempt to use non-implemented function" msgstr "Versuch, eine nicht implementierte Funktion zu benutzen" #: libcob/common.c:5926 #, c-format msgid "unknown failure: %d" msgstr "Unbekannter Fehler: %d" #: libcob/common.c:5966 msgid "environment variables" msgstr "Umgebungsvariablen" #: libcob/common.c:6016 msgid "License LGPLv3+: GNU LGPL version 3 or later " msgstr "" #: libcob/common.c:6059 libcob/common.c:6061 msgid "dynamic loading" msgstr "" #: libcob/common.c:6066 msgid "enabled" msgstr "Aktiviert" #: libcob/common.c:6098 libcob/common.c:6104 msgid "EXTFH" msgstr "EXTFH" #: libcob/common.c:6159 msgid "runtime configuration" msgstr "Konfiguration der Laufzeitumgebung" #: libcob/common.c:6161 msgid "via" msgstr "" #: libcob/common.c:6231 libcob/common.c:6259 msgid "... removed from environment" msgstr "… aus der Umgebung entfernt" #: libcob/common.c:6277 libcob/common.c:6279 #, c-format msgid " (set by %s)" msgstr "" #: libcob/common.c:6287 #, c-format msgid " (reset)" msgstr "" #: libcob/fileio.c:2118 #, c-format msgid "BDB error: %s" msgstr "BDB-Fehler: %s" #: libcob/fileio.c:2127 #, c-format msgid "BDB error: %s %s" msgstr "BDB-Fehler: %s %s" #: libcob/fileio.c:2143 libcob/fileio.c:2163 #, c-format msgid "cannot join BDB environment (%s), error: %d %s" msgstr "BDB-Umgebung kann nicht gestartet werden (%s), Fehler: %d %s" #: libcob/fileio.c:5117 #, c-format msgid "call to CBL_OPEN_FILE with wrong access mode: %d" msgstr "" #: libcob/fileio.c:5158 #, c-format msgid "call to CBL_CREATE_FILE with wrong file_lock: %d" msgstr "" #: libcob/fileio.c:5161 #, c-format msgid "call to CBL_CREATE_FILE with wrong file_dev: %d" msgstr "" #: libcob/fileio.c:5363 libcob/fileio.c:5617 #, c-format msgid "'%s' - File detail area is too short" msgstr "»%s« - Bereich für Dateiinformationen ist zu klein" #: libcob/fileio.c:5839 msgid "SORT is unable to acquire temporary file" msgstr "SORT kann keine temporäre Datei erstellen" #: libcob/fileio.c:6407 #, c-format msgid "implicit CLOSE of %s ('%s')" msgstr "Implizites CLOSE von %s (»%s«)" #: libcob/screenio.c:549 msgid "failed to initialize curses" msgstr "Fehler bei der Initialisierung von curses" #: libcob/termio.c:68 libcob/termio.c:104 msgid "(Not representable)" msgstr "(nicht darstellbar)" #: bin/cobcrun.c:113 msgid "COBOL driver program for GnuCOBOL modules" msgstr "" #: bin/cobcrun.c:115 #, c-format msgid "Usage: %s [options] PROGRAM [parameter ...]" msgstr "Aufruf: %s [Optionen] PROGRAMM [Parameter …]" #: bin/cobcrun.c:117 #, c-format msgid " or: %s options" msgstr " oder : %s Optionen" #: bin/cobcrun.c:121 msgid " -h, -help display this help and exit" msgstr " -h, -help zeigt diese Hilfe an und beendet das Programm" #: bin/cobcrun.c:122 msgid " -V, -version display cobcrun and runtime version and exit" msgstr " -V, -version zeigt Versionsinformation an und beendet das Programm" #: bin/cobcrun.c:123 msgid " -i, -info display runtime information (build/environment)" msgstr " -i, -info zeigt Compilerinformation an (Build/Umgebung)" #: bin/cobcrun.c:125 msgid " -q, -brief reduced displays" msgstr "" #: bin/cobcrun.c:127 msgid " -c , -config= set runtime configuration from " msgstr " -c , -config= setzt die Laufzeitkonfiguration aus " #: bin/cobcrun.c:128 msgid "" " -r, -runtime-conf display current runtime configuration\n" " (value and origin for all settings)" msgstr "" " -r, -runtime-conf zeigt die aktuelle Laufzeitkonfiguration an\n" " (Wert und Ursprung für alle Einstellungen)" #: bin/cobcrun.c:130 msgid "" " -M , -module= set entry point module name and/or load path\n" " where -M module prepends any directory to the\n" " dynamic link loader library search path\n" " and any basename to the module preload list\n" " (COB_LIBRARY_PATH and/or COB_PRELOAD)" msgstr "" #: bin/cobcrun.c:219 bin/cobcrun.c:249 #, c-format msgid "problem with setenv %s: %d" msgstr "Problem mit setenv %s: %d" #: bin/cobcrun.c:300 msgid "invalid configuration file name" msgstr "Ungültiger Name der Konfigurationsdatei" #: bin/cobcrun.c:348 msgid "invalid module argument" msgstr "Ungültiges Modul-Argument" #: bin/cobcrun.c:388 msgid "PROGRAM name exceeds 31 characters" msgstr "PROGRAM Name überschreitet 31 Zeichen"