]> git.ipfire.org Git - thirdparty/bash.git/blame - po/de.po
bash-4.3-alpha release
[thirdparty/bash.git] / po / de.po
CommitLineData
d9e1f41e
CR
1# German language file for GNU Bash 4.2
2# Copyright (C) 2011 Free Software Foundation, Inc.
48ff5447 3# This file is distributed under the same license as the bash package.
d9e1f41e 4# Nils Naumann <nnau@gmx.net>, 1996-2011.
245a493c
CR
5msgid ""
6msgstr ""
d9e1f41e 7"Project-Id-Version: bash 4.2\n"
245a493c 8"Report-Msgid-Bugs-To: \n"
b721485f 9"POT-Creation-Date: 2013-03-08 16:00-0500\n"
15623760 10"PO-Revision-Date: 2012-09-24 19:12+0200\n"
d9e1f41e 11"Last-Translator: Nils Naumann <nau@gmx.net>\n"
48ff5447 12"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
245a493c 13"MIME-Version: 1.0\n"
a8fd3f3e 14"Content-Type: text/plain; charset=UTF-8\n"
245a493c 15"Content-Transfer-Encoding: 8-bit\n"
b721485f 16"Language: de\n"
a8fd3f3e 17"Plural-Forms: nplurals=2; plural=(n != 1);\n"
245a493c 18
b721485f 19#: arrayfunc.c:51
245a493c
CR
20msgid "bad array subscript"
21msgstr "Falscher Feldbezeichner."
22
b721485f 23#: arrayfunc.c:356 builtins/declare.def:578
dd4f3dd8
CR
24#, c-format
25msgid "%s: cannot convert indexed to associative array"
48ff5447 26msgstr "%s: Kann nicht das indizierte in ein assoziatives Array umwandeln."
dd4f3dd8 27
b721485f 28#: arrayfunc.c:539
48ff5447 29#, c-format
dd4f3dd8 30msgid "%s: invalid associative array key"
a8fd3f3e 31msgstr "%s: Ungültiger Schlüssel für das assoziative Array."
dd4f3dd8 32
b721485f 33#: arrayfunc.c:541
245a493c
CR
34#, c-format
35msgid "%s: cannot assign to non-numeric index"
36msgstr "%s: Kann nicht auf einen nicht-numerischen Index zuweisen."
37
b721485f 38#: arrayfunc.c:586
dd4f3dd8
CR
39#, c-format
40msgid "%s: %s: must use subscript when assigning associative array"
b721485f
CR
41msgstr ""
42"%s: %s: Ein Feldbezeicher wird zum Zuweisen eines assoziativen Arrays "
43"benötigt."
dd4f3dd8 44
b721485f 45#: bashhist.c:388
245a493c
CR
46#, c-format
47msgid "%s: cannot create: %s"
48msgstr "%s: Kann die Datei %s nicht erzeugen."
49
b721485f 50#: bashline.c:3923
245a493c 51msgid "bash_execute_unix_command: cannot find keymap for command"
b721485f
CR
52msgstr ""
53"bash_execute_unix_command: Kann nicht die Tastenzuordnung für das Kommando "
54"finden."
245a493c 55
b721485f 56#: bashline.c:4010
245a493c
CR
57#, c-format
58msgid "%s: first non-whitespace character is not `\"'"
15623760 59msgstr " %s: Das erste Zeichen ist nicht `\\'."
245a493c 60
b721485f 61#: bashline.c:4039
245a493c
CR
62#, c-format
63msgid "no closing `%c' in %s"
a8fd3f3e 64msgstr "fehlende schließende `%c' in %s."
245a493c 65
b721485f 66#: bashline.c:4073
245a493c
CR
67#, c-format
68msgid "%s: missing colon separator"
48ff5447 69msgstr "%s: Fehlender Doppelpunkt."
245a493c 70
08e72d7a 71#: builtins/alias.def:132
eb0b2ad8 72#, c-format
08e72d7a 73msgid "`%s': invalid alias name"
eb0b2ad8 74msgstr "`%s': Ungültiger Alias Name."
08e72d7a 75
b721485f 76#: builtins/bind.def:123 builtins/bind.def:126
adeca69c 77msgid "line editing not enabled"
dfc21851 78msgstr "Zeileneditierung ist nicht aktiviert."
adeca69c 79
b721485f 80#: builtins/bind.def:212
245a493c
CR
81#, c-format
82msgid "`%s': invalid keymap name"
a8fd3f3e 83msgstr "`%s': Ungültiger KEYMAP Name."
245a493c 84
b721485f 85#: builtins/bind.def:251
f1c4df24 86#, c-format
245a493c 87msgid "%s: cannot read: %s"
f1c4df24 88msgstr "%s: Nicht lesbar: %s"
245a493c 89
b721485f 90#: builtins/bind.def:266
f1c4df24 91#, c-format
245a493c 92msgid "`%s': cannot unbind"
a8fd3f3e 93msgstr "`%s': Bindung kann nicht gelöst werden."
245a493c 94
b721485f 95#: builtins/bind.def:304 builtins/bind.def:334
14e8b2a7 96#, c-format
245a493c 97msgid "`%s': unknown function name"
14e8b2a7 98msgstr "%s: Unbekannter Funktionsname."
245a493c 99
b721485f 100#: builtins/bind.def:312
245a493c
CR
101#, c-format
102msgid "%s is not bound to any keys.\n"
48ff5447 103msgstr "%s ist keiner Taste zugeordnet.\n"
245a493c 104
b721485f 105#: builtins/bind.def:316
245a493c
CR
106#, c-format
107msgid "%s can be invoked via "
f1c4df24 108msgstr "%s kann aufgerufen werden durch "
245a493c 109
dd4f3dd8 110#: builtins/break.def:77 builtins/break.def:117
245a493c 111msgid "loop count"
a8fd3f3e 112msgstr "Schleifen Zähler"
245a493c 113
dd4f3dd8 114#: builtins/break.def:137
245a493c 115msgid "only meaningful in a `for', `while', or `until' loop"
48ff5447 116msgstr "nur in einer `for', `while' oder `until' Schleife sinnvoll."
245a493c 117
691aebcb 118# Problem mit Extraktion des Strings
adeca69c
CR
119#: builtins/caller.def:133
120msgid ""
121"Returns the context of the current subroutine call.\n"
122" \n"
123" Without EXPR, returns "
124msgstr ""
125
b721485f 126#: builtins/cd.def:239
245a493c 127msgid "HOME not set"
48ff5447 128msgstr "HOME ist nicht zugewiesen."
245a493c 129
b721485f
CR
130#: builtins/cd.def:247 builtins/common.c:166 test.c:855
131msgid "too many arguments"
132msgstr "Zu viele Argumente."
133
134#: builtins/cd.def:258
245a493c 135msgid "OLDPWD not set"
48ff5447 136msgstr "OLDPWD ist nicht zugewiesen."
245a493c
CR
137
138# Debug Ausgabe
adeca69c 139#: builtins/common.c:101
48ff5447 140#, c-format
245a493c 141msgid "line %d: "
48ff5447 142msgstr "Zeile %d: "
245a493c 143
b721485f 144#: builtins/common.c:139 error.c:265
adeca69c
CR
145#, c-format
146msgid "warning: "
147msgstr "Warnung: "
148
149#: builtins/common.c:153
245a493c
CR
150#, c-format
151msgid "%s: usage: "
f1c4df24 152msgstr "%s: Gebrauch: "
245a493c 153
b721485f 154#: builtins/common.c:191 shell.c:506 shell.c:788
48ff5447 155#, c-format
245a493c 156msgid "%s: option requires an argument"
48ff5447 157msgstr "%s: Ein numerischer Paremeter ist erforderlich."
245a493c 158
adeca69c 159#: builtins/common.c:198
245a493c
CR
160#, c-format
161msgid "%s: numeric argument required"
48ff5447 162msgstr "%s: Ein numerischer Parameter ist erforderlich."
245a493c 163
adeca69c 164#: builtins/common.c:205
48ff5447 165#, c-format
245a493c 166msgid "%s: not found"
48ff5447 167msgstr "%s: Nicht gefunden."
245a493c 168
b721485f 169#: builtins/common.c:214 shell.c:801
48ff5447 170#, c-format
245a493c 171msgid "%s: invalid option"
a8fd3f3e 172msgstr "%s: Ungültige Option"
245a493c 173
adeca69c 174#: builtins/common.c:221
48ff5447 175#, c-format
245a493c 176msgid "%s: invalid option name"
a8fd3f3e 177msgstr "%s: Ungültiger Optionsname."
245a493c 178
b721485f 179#: builtins/common.c:228 general.c:234 general.c:239
48ff5447 180#, c-format
245a493c 181msgid "`%s': not a valid identifier"
a8fd3f3e 182msgstr "`%s': Ist kein gültiger Bezeichner."
245a493c 183
adeca69c 184#: builtins/common.c:238
245a493c 185msgid "invalid octal number"
a8fd3f3e 186msgstr "Ungültige Oktalzahl."
245a493c 187
adeca69c 188#: builtins/common.c:240
245a493c 189msgid "invalid hex number"
a8fd3f3e 190msgstr "Ungültige hexadezimale Zahl."
245a493c 191
b721485f 192#: builtins/common.c:242 expr.c:1451
245a493c 193msgid "invalid number"
a8fd3f3e 194msgstr "Ungültige Zahl."
245a493c 195
adeca69c 196#: builtins/common.c:250
245a493c
CR
197#, c-format
198msgid "%s: invalid signal specification"
a8fd3f3e 199msgstr "%s: Ungültige Signalbezeichnung."
245a493c 200
adeca69c 201#: builtins/common.c:257
245a493c
CR
202#, c-format
203msgid "`%s': not a pid or valid job spec"
a8fd3f3e 204msgstr "`%s': Ist keine gültige Prozess- oder Jobbezeichnung."
245a493c 205
b721485f 206#: builtins/common.c:264 error.c:458
245a493c
CR
207#, c-format
208msgid "%s: readonly variable"
a8fd3f3e 209msgstr "%s: Schreibgeschützte Variable."
245a493c 210
adeca69c 211#: builtins/common.c:272
245a493c
CR
212#, c-format
213msgid "%s: %s out of range"
a8fd3f3e 214msgstr "%s: %s ist außerhalb des Gültigkeitsbereiches."
245a493c 215
adeca69c 216#: builtins/common.c:272 builtins/common.c:274
245a493c 217msgid "argument"
48ff5447 218msgstr "Argument"
245a493c 219
adeca69c 220#: builtins/common.c:274
245a493c
CR
221#, c-format
222msgid "%s out of range"
a8fd3f3e 223msgstr "%s ist außerhalb des Gültigkeitsbereiches."
245a493c 224
adeca69c 225#: builtins/common.c:282
245a493c
CR
226#, c-format
227msgid "%s: no such job"
eb0b2ad8 228msgstr "%s: Kein solcher Job."
245a493c 229
adeca69c 230#: builtins/common.c:290
48ff5447 231#, c-format
245a493c 232msgid "%s: no job control"
48ff5447 233msgstr "%s: Keine Job Steuerung in dieser Shell."
245a493c 234
adeca69c 235#: builtins/common.c:292
245a493c
CR
236msgid "no job control"
237msgstr "Keine Job Steuerung in dieser Shell."
238
adeca69c 239#: builtins/common.c:302
48ff5447 240#, c-format
245a493c 241msgid "%s: restricted"
f1c4df24 242msgstr "%s: gesperrt"
245a493c 243
adeca69c 244#: builtins/common.c:304
245a493c 245msgid "restricted"
f1c4df24 246msgstr "gesperrt"
245a493c 247
adeca69c 248#: builtins/common.c:312
245a493c
CR
249#, c-format
250msgid "%s: not a shell builtin"
f1c4df24 251msgstr "%s: Ist kein Shell Kommando."
245a493c 252
adeca69c 253#: builtins/common.c:321
14e8b2a7 254#, c-format
245a493c 255msgid "write error: %s"
14e8b2a7 256msgstr "Schreibfehler: %s."
245a493c 257
a05a1337
CR
258#: builtins/common.c:329
259#, c-format
260msgid "error setting terminal attributes: %s"
dfc21851 261msgstr "Fehler beim Setzen der Terminalattribute: %s"
a05a1337
CR
262
263#: builtins/common.c:331
264#, c-format
265msgid "error getting terminal attributes: %s"
dfc21851 266msgstr "Fehler beim Ermitteln der Terminalattribute: %s"
a05a1337
CR
267
268#: builtins/common.c:563
245a493c
CR
269#, c-format
270msgid "%s: error retrieving current directory: %s: %s\n"
15623760 271msgstr "%s: Kann das aktuelle Verzeichnis nicht wiederfinden: %s: %s\n"
245a493c 272
a05a1337 273#: builtins/common.c:629 builtins/common.c:631
f1c4df24 274#, c-format
245a493c 275msgid "%s: ambiguous job spec"
f1c4df24 276msgstr "%s: Mehrdeutige Job Bezeichnung."
245a493c 277
b721485f 278#: builtins/complete.def:277
245a493c
CR
279#, c-format
280msgid "%s: invalid action name"
a8fd3f3e 281msgstr "%s: Ungültige Methode."
245a493c 282
b721485f
CR
283#: builtins/complete.def:450 builtins/complete.def:645
284#: builtins/complete.def:855
245a493c
CR
285#, c-format
286msgid "%s: no completion specification"
691aebcb 287msgstr "%s: Keine Komplettierung angegeben."
245a493c 288
b721485f 289#: builtins/complete.def:697
245a493c 290msgid "warning: -F option may not work as you expect"
a8fd3f3e 291msgstr "Warnung: Die -F Option könnte unerwartete Ergebnisse liefern."
245a493c 292
b721485f 293#: builtins/complete.def:699
245a493c 294msgid "warning: -C option may not work as you expect"
a8fd3f3e 295msgstr "Warnung: Die -C Option könnte unerwartete Ergebnisse liefern."
245a493c 296
b721485f 297#: builtins/complete.def:828
245a493c 298msgid "not currently executing completion function"
a8fd3f3e 299msgstr "Gegenwärtig wird keine Komplettierungsfunktion ausgeführt."
245a493c 300
b721485f 301#: builtins/declare.def:126
245a493c 302msgid "can only be used in a function"
48ff5447 303msgstr "kann nur innerhalb einer Funktion benutzt werden."
245a493c 304
b721485f
CR
305#: builtins/declare.def:311 builtins/declare.def:526
306#, c-format
307msgid "%s: reference variable cannot be an array"
308msgstr ""
309
310#: builtins/declare.def:317
311#, c-format
312msgid "%s: nameref variable self references not allowed"
313msgstr ""
314
315#: builtins/declare.def:415
245a493c 316msgid "cannot use `-f' to make functions"
a8fd3f3e 317msgstr "Mit `-f' können keine Funktionen erzeugt werden."
245a493c 318
b721485f 319#: builtins/declare.def:427 execute_cmd.c:5315
245a493c
CR
320#, c-format
321msgid "%s: readonly function"
a8fd3f3e 322msgstr "%s: Schreibgeschützte Funktion."
245a493c 323
b721485f 324#: builtins/declare.def:565
48ff5447 325#, c-format
245a493c 326msgid "%s: cannot destroy array variables in this way"
a8fd3f3e 327msgstr "%s: Kann Feldvariablen nicht auf diese Art löschen."
245a493c 328
b721485f 329#: builtins/declare.def:572 builtins/read.def:721
dd4f3dd8
CR
330#, c-format
331msgid "%s: cannot convert associative to indexed array"
b721485f
CR
332msgstr ""
333"%s: Konvertieren von assoziativen in indizierte Arrays ist nicht möglich."
dd4f3dd8
CR
334
335#: builtins/enable.def:137 builtins/enable.def:145
245a493c 336msgid "dynamic loading not available"
a8fd3f3e 337msgstr "Dynamisches Laden ist nicht verfügbar."
245a493c 338
dd4f3dd8 339#: builtins/enable.def:312
f1c4df24 340#, c-format
245a493c 341msgid "cannot open shared object %s: %s"
691aebcb 342msgstr "Kann die dynamische Bibiliothek nicht laden %s: %s"
245a493c 343
dd4f3dd8 344#: builtins/enable.def:335
245a493c
CR
345#, c-format
346msgid "cannot find %s in shared object %s: %s"
691aebcb 347msgstr "Kann %s nicht in der dynamischen Bibiliothek finden %s: %s"
245a493c 348
dd4f3dd8 349#: builtins/enable.def:459
245a493c
CR
350#, c-format
351msgid "%s: not dynamically loaded"
691aebcb 352msgstr "%s: Ist nicht dynamisch geladen."
245a493c 353
dd4f3dd8 354#: builtins/enable.def:474
48ff5447 355#, c-format
245a493c 356msgid "%s: cannot delete: %s"
a8fd3f3e 357msgstr "%s: Kann nicht löschen: %s"
245a493c 358
b721485f
CR
359#: builtins/evalfile.c:140 builtins/hash.def:171 execute_cmd.c:5162
360#: shell.c:1481
245a493c
CR
361#, c-format
362msgid "%s: is a directory"
363msgstr "%s: ist ein Verzeichnis."
364
b721485f 365#: builtins/evalfile.c:146
48ff5447 366#, c-format
245a493c 367msgid "%s: not a regular file"
48ff5447 368msgstr "%s: Ist keine normale Datei."
245a493c 369
b721485f 370#: builtins/evalfile.c:155
245a493c
CR
371#, c-format
372msgid "%s: file is too large"
a8fd3f3e 373msgstr "%s: Die Datei ist zu groß."
245a493c 374
b721485f 375#: builtins/evalfile.c:190 builtins/evalfile.c:208 shell.c:1491
245a493c
CR
376#, c-format
377msgid "%s: cannot execute binary file"
a8fd3f3e 378msgstr "%s: Kann die Datei nicht ausführen."
245a493c 379
06dff54a 380#: builtins/exec.def:154 builtins/exec.def:156 builtins/exec.def:228
48ff5447 381#, c-format
245a493c 382msgid "%s: cannot execute: %s"
a8fd3f3e 383msgstr "%s: Kann nicht ausführen: %s"
245a493c 384
dd4f3dd8 385#: builtins/exit.def:65
f1c4df24 386#, c-format
245a493c 387msgid "logout\n"
f1c4df24 388msgstr "Abgemeldet\n"
245a493c 389
dd4f3dd8 390#: builtins/exit.def:88
245a493c 391msgid "not login shell: use `exit'"
15623760 392msgstr "Keine Login Shell: Mit `exit' abmelden!"
245a493c 393
dd4f3dd8 394#: builtins/exit.def:120
245a493c
CR
395#, c-format
396msgid "There are stopped jobs.\n"
48ff5447 397msgstr "Es gibt noch angehaltene Prozesse.\n"
245a493c 398
dd4f3dd8 399#: builtins/exit.def:122
245a493c
CR
400#, c-format
401msgid "There are running jobs.\n"
48ff5447 402msgstr "Es gibt noch laufende Prozesse.\n"
245a493c 403
08e72d7a 404#: builtins/fc.def:262
245a493c 405msgid "no command found"
48ff5447 406msgstr "Kein Kommando gefunden."
245a493c 407
06dff54a 408#: builtins/fc.def:312 builtins/fc.def:359
245a493c
CR
409msgid "history specification"
410msgstr ""
411
06dff54a 412#: builtins/fc.def:380
48ff5447 413#, c-format
245a493c 414msgid "%s: cannot open temp file: %s"
a8fd3f3e 415msgstr "%s: Kann die tempräre Datei nicht öffnen: %s"
245a493c 416
dd4f3dd8 417#: builtins/fg_bg.def:149 builtins/jobs.def:282
245a493c 418msgid "current"
a8fd3f3e 419msgstr "gegenwärtig"
245a493c 420
dd4f3dd8 421#: builtins/fg_bg.def:158
245a493c
CR
422#, c-format
423msgid "job %d started without job control"
f1c4df24 424msgstr "Job %d wurde ohne Jobsteuerung gestartet."
245a493c 425
dd4f3dd8 426#: builtins/getopt.c:110
48ff5447 427#, c-format
245a493c 428msgid "%s: illegal option -- %c\n"
a8fd3f3e 429msgstr "%s: Ungültige Option -- %c\n"
245a493c 430
dd4f3dd8 431#: builtins/getopt.c:111
48ff5447 432#, c-format
245a493c 433msgid "%s: option requires an argument -- %c\n"
48ff5447 434msgstr "%s: Diese Option erfordert ein Argument -- %c\n"
245a493c 435
dd4f3dd8 436#: builtins/hash.def:92
245a493c 437msgid "hashing disabled"
691aebcb 438msgstr "Hashing deaktiviert."
245a493c 439
dd4f3dd8 440#: builtins/hash.def:138
245a493c
CR
441#, c-format
442msgid "%s: hash table empty\n"
691aebcb 443msgstr "%s: Die Hashtabelle ist leer.\n"
245a493c 444
06dff54a 445#: builtins/hash.def:245
14e8b2a7 446#, c-format
245a493c 447msgid "hits\tcommand\n"
a8fd3f3e 448msgstr "Treffer\tBefehl\n"
245a493c 449
dd4f3dd8 450#: builtins/help.def:130
245a493c
CR
451#, c-format
452msgid "Shell commands matching keyword `"
453msgid_plural "Shell commands matching keywords `"
a8fd3f3e
CR
454msgstr[0] "Shell Kommandos auf die das Schlüsselwort zutrifft `"
455msgstr[1] "Shell Kommandos auf die die Schlüsselwörter zutreffen `"
245a493c 456
dd4f3dd8 457#: builtins/help.def:168
245a493c 458#, c-format
b721485f
CR
459msgid ""
460"no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
461msgstr ""
462"Auf `%s' trifft kein Hilfethema zu. Probieren Sie `help help', `man -k %s' "
463"oder `info %s'."
245a493c 464
dd4f3dd8 465#: builtins/help.def:185
48ff5447 466#, c-format
245a493c 467msgid "%s: cannot open: %s"
a8fd3f3e 468msgstr "%s: Kann die Datei nicht öffnen: %s"
245a493c 469
b721485f 470#: builtins/help.def:471
245a493c
CR
471#, c-format
472msgid ""
473"These shell commands are defined internally. Type `help' to see this list.\n"
474"Type `help name' to find out more about the function `name'.\n"
475"Use `info bash' to find out more about the shell in general.\n"
476"Use `man -k' or `info' to find out more about commands not in this list.\n"
477"\n"
478"A star (*) next to a name means that the command is disabled.\n"
479"\n"
480msgstr ""
14e8b2a7
CR
481"Die Shell Kommandos sind intern definiert. Mit `help' kann eine Liste\n"
482"angesehen werden. Durch `help Name' wird eine Beschreibung der\n"
483"Funktion `Name' angezeigt. Die Dokumentation ist mit `info bash'\n"
484"einsehbar. Detaillierte Beschreibungen der Shellkommandos sind mit\n"
485"`man -k' oder `info' abrufbar.\n"
486"\n"
487"Ein Stern (*) neben dem Namen kennzeichnet deaktivierte Kommandos.\n"
488"\n"
245a493c 489
dd4f3dd8 490#: builtins/history.def:154
245a493c 491msgid "cannot use more than one of -anrw"
a8fd3f3e 492msgstr "Es darf nur eine Option aus -anrw angegeben werden."
245a493c 493
dd4f3dd8 494#: builtins/history.def:186
245a493c 495msgid "history position"
a8fd3f3e 496msgstr "Kommandostapelposition."
245a493c 497
b721485f 498#: builtins/history.def:366
14e8b2a7 499#, c-format
245a493c 500msgid "%s: history expansion failed"
a8fd3f3e 501msgstr "%s: Kommandoersetzung gescheitert."
245a493c 502
dd4f3dd8 503#: builtins/inlib.def:71
14e8b2a7 504#, c-format
245a493c 505msgid "%s: inlib failed"
f1c4df24 506msgstr "%s: inlib gescheitert."
245a493c 507
dd4f3dd8 508#: builtins/jobs.def:109
245a493c 509msgid "no other options allowed with `-x'"
f1c4df24 510msgstr "Keine weiteren Optionen mit `-x' erlaubt."
245a493c 511
b721485f 512#: builtins/kill.def:200
245a493c
CR
513#, c-format
514msgid "%s: arguments must be process or job IDs"
a8fd3f3e 515msgstr "%s: Die Argumente müssen Prozess- oder Jobbezeichnungen sein."
245a493c 516
b721485f 517#: builtins/kill.def:263
245a493c 518msgid "Unknown error"
48ff5447 519msgstr "Unbekannter Fehler."
245a493c 520
b721485f 521#: builtins/let.def:95 builtins/let.def:120 expr.c:586 expr.c:601
245a493c
CR
522msgid "expression expected"
523msgstr "Ausdruck erwartet."
524
06dff54a 525#: builtins/mapfile.def:172
eb0b2ad8 526#, c-format
d6593885 527msgid "%s: not an indexed array"
eb0b2ad8 528msgstr "%s: Ist kein indiziertes Array."
d6593885 529
b721485f 530#: builtins/mapfile.def:259 builtins/read.def:302
245a493c
CR
531#, c-format
532msgid "%s: invalid file descriptor specification"
d9e1f41e 533msgstr "%s: Ungültige Datei-Deskriptor Angabe."
245a493c 534
b721485f 535#: builtins/mapfile.def:267 builtins/read.def:309
245a493c
CR
536#, c-format
537msgid "%d: invalid file descriptor: %s"
d9e1f41e 538msgstr "%d: Ungültiger Datei-Deskriptor: %s"
245a493c 539
b721485f 540#: builtins/mapfile.def:276 builtins/mapfile.def:314
48ff5447 541#, c-format
245a493c 542msgid "%s: invalid line count"
a8fd3f3e 543msgstr "%s: Ungültige Zeilenanzahlangabe."
245a493c 544
b721485f 545#: builtins/mapfile.def:287
14e8b2a7 546#, c-format
245a493c 547msgid "%s: invalid array origin"
a8fd3f3e 548msgstr "%s: Ungültiger Zeilenindex für den Array Beginn."
245a493c 549
b721485f 550#: builtins/mapfile.def:304
48ff5447 551#, c-format
245a493c 552msgid "%s: invalid callback quantum"
48ff5447 553msgstr ""
245a493c 554
b721485f 555#: builtins/mapfile.def:336
245a493c 556msgid "empty array variable name"
a8fd3f3e 557msgstr "Fehlender Name für die Array Variable."
245a493c 558
b721485f 559#: builtins/mapfile.def:357
245a493c 560msgid "array variable support required"
a8fd3f3e 561msgstr "Die Array Variablen Unterstützung ist in dieser Shell nicht vorhanden."
245a493c 562
b721485f 563#: builtins/printf.def:402
245a493c
CR
564#, c-format
565msgid "`%s': missing format character"
a8fd3f3e 566msgstr "`%s': Fehlendes Formatierungszeichen."
245a493c 567
b721485f 568#: builtins/printf.def:456
d9e1f41e 569#, c-format
06dff54a 570msgid "`%c': invalid time format specification"
d9e1f41e 571msgstr "`%c': Ungültige Zeitformatangabe."
06dff54a 572
b721485f 573#: builtins/printf.def:658
245a493c
CR
574#, c-format
575msgid "`%c': invalid format character"
a8fd3f3e 576msgstr "`%c': Ungültiges Formatierungszeichen."
245a493c 577
b721485f 578#: builtins/printf.def:684
245a493c
CR
579#, c-format
580msgid "warning: %s: %s"
48ff5447 581msgstr "Warnung: %s: %s"
245a493c 582
b721485f 583#: builtins/printf.def:865
245a493c 584msgid "missing hex digit for \\x"
a8fd3f3e 585msgstr "Fehlende hexadezimale Ziffer nach \\x."
245a493c 586
b721485f 587#: builtins/printf.def:880
d9e1f41e 588#, c-format
06dff54a 589msgid "missing unicode digit for \\%c"
d9e1f41e 590msgstr "Fehlendes Unicode Zeichen für \\%c."
06dff54a 591
dd4f3dd8 592#: builtins/pushd.def:195
245a493c 593msgid "no other directory"
48ff5447 594msgstr "kein anderes Verzeichnis"
245a493c 595
b721485f
CR
596#: builtins/pushd.def:354
597#, fuzzy, c-format
598msgid "%s: invalid argument"
599msgstr "%s: Ungültiges Grenzwertargument."
600
601#: builtins/pushd.def:468
245a493c 602msgid "<no current directory>"
48ff5447 603msgstr "<kein aktuelles Verzeichnis>"
245a493c 604
b721485f 605#: builtins/pushd.def:512
245a493c 606msgid "directory stack empty"
a8fd3f3e 607msgstr "Der Verzeichnisstapel ist leer."
245a493c 608
b721485f 609#: builtins/pushd.def:514
245a493c 610msgid "directory stack index"
eb0b2ad8 611msgstr "Verzeichnisstapelindex"
245a493c 612
b721485f 613#: builtins/pushd.def:689
dd4f3dd8
CR
614msgid ""
615"Display the list of currently remembered directories. Directories\n"
616" find their way onto the list with the `pushd' command; you can get\n"
617" back up through the list with the `popd' command.\n"
618" \n"
619" Options:\n"
620" -c\tclear the directory stack by deleting all of the elements\n"
621" -l\tdo not print tilde-prefixed versions of directories relative\n"
622" \tto your home directory\n"
623" -p\tprint the directory stack with one entry per line\n"
624" -v\tprint the directory stack with one entry per line prefixed\n"
625" \twith its position in the stack\n"
626" \n"
627" Arguments:\n"
b721485f
CR
628" +N\tDisplays the Nth entry counting from the left of the list shown "
629"by\n"
dd4f3dd8
CR
630" \tdirs when invoked without options, starting with zero.\n"
631" \n"
b721485f
CR
632" -N\tDisplays the Nth entry counting from the right of the list shown "
633"by\n"
dd4f3dd8
CR
634"\tdirs when invoked without options, starting with zero."
635msgstr ""
d9e1f41e
CR
636"Zeigt die Liste der gegenwärtig gespeicherten Verzeichnisse an. Durch\n"
637" das »pushd« Kommando werden die Verzeichnisse auf den Stapel gelegt\n"
638" und können durch das »popd« Kommando wieder vom Stapel entfernt\n"
a8fd3f3e
CR
639" werden.\n"
640"\n"
641" Optionen:\n"
d9e1f41e
CR
642"\t-c\tVerzeichnisstapel durch Löschen aller Einträge bereinigen.\n"
643"\t-l\tDas Heimatverzeichnis wird nicht mit vorangestellter Tilde\n"
644"\tausgegeben\n"
645"\t-p\tDen Verzeichnisstapel zeilenweise ausgeben.\n"
646"\t-v\tDen Verzeichnisstapel zeilenweise mit vorangestellter\n"
647"\tPositionsnummer auseben.\n"
648"\n"
649" Argumente:\n"
650"\t+N\tZeigt den N'ten Eintrag von links an, der von »dirs« ausgegeben\n"
651"\twird, wenn es ohne Optionen aufgerufen wird, beginnend mit Null.\n"
652"\t-N\tZeigt den N'ten Eintrag von rechts an, der von »dirs« ausgegeben\n"
653"\twird, wenn es ohne Optionen aufgerufen wird, beginnend mit Null."
dd4f3dd8 654
b721485f 655#: builtins/pushd.def:711
245a493c
CR
656msgid ""
657"Adds a directory to the top of the directory stack, or rotates\n"
658" the stack, making the new top of the stack the current working\n"
659" directory. With no arguments, exchanges the top two directories.\n"
660" \n"
661" Options:\n"
662" -n\tSuppresses the normal change of directory when adding\n"
663" \tdirectories to the stack, so only the stack is manipulated.\n"
664" \n"
665" Arguments:\n"
666" +N\tRotates the stack so that the Nth directory (counting\n"
667" \tfrom the left of the list shown by `dirs', starting with\n"
668" \tzero) is at the top.\n"
669" \n"
670" -N\tRotates the stack so that the Nth directory (counting\n"
671" \tfrom the right of the list shown by `dirs', starting with\n"
672" \tzero) is at the top.\n"
673" \n"
674" dir\tAdds DIR to the directory stack at the top, making it the\n"
675" \tnew current working directory.\n"
676" \n"
677" The `dirs' builtin displays the directory stack."
678msgstr ""
14e8b2a7
CR
679"Legt ein Verzeichniseintrag auf den Verzeichnisstapel ab oder rotiert\n"
680"den Stapel so, dass das aktuelle Verzeichnis oben liegt. Ohne Argumente\n"
a8fd3f3e 681"werden die beiden oberen Einträge vertauscht.\n"
14e8b2a7
CR
682"\n"
683" Optionen: \n"
684" -n\tVermeidet das Wechseln des Verzeichnisses, so dass\n"
a8fd3f3e 685"\tnur der Verzeichnisstapel geändert wird.\n"
14e8b2a7
CR
686"\n"
687" Argumente:\n"
688" +N\tRotiert den Verzeichnisstapel, dass das N-te Verzeichnis\n"
a8fd3f3e 689"\tvon links, das von `dirs' angezeigt wird, nach oben kommt. Die Zählung\n"
14e8b2a7
CR
690"\tbeginnt dabei mit Null.\n"
691"\n"
692" -N\tRotiert den Verzeichnisstapel, dass das N-te Verzeichnis\n"
693"\tvon rechts, das von `dirs' angezeigt wird, nach oben kommt. Die \n"
a8fd3f3e 694"\tZählung beginnt dabei mit Null.\n"
14e8b2a7
CR
695"\n"
696" dir\tLegt DIR auf den Verzeichnisstapel und wechselt in dieses\n"
697" Verzeichnis.\n"
698" \n"
699" Das `dirs' Kommando zeigt den Verueichnisstapel an."
245a493c 700
b721485f 701#: builtins/pushd.def:736
245a493c
CR
702msgid ""
703"Removes entries from the directory stack. With no arguments, removes\n"
704" the top directory from the stack, and changes to the new top directory.\n"
705" \n"
706" Options:\n"
707" -n\tSuppresses the normal change of directory when removing\n"
708" \tdirectories from the stack, so only the stack is manipulated.\n"
709" \n"
710" Arguments:\n"
711" +N\tRemoves the Nth entry counting from the left of the list\n"
712" \tshown by `dirs', starting with zero. For example: `popd +0'\n"
713" \tremoves the first directory, `popd +1' the second.\n"
714" \n"
715" -N\tRemoves the Nth entry counting from the right of the list\n"
716" \tshown by `dirs', starting with zero. For example: `popd -0'\n"
717" \tremoves the last directory, `popd -1' the next to last.\n"
718" \n"
719" The `dirs' builtin displays the directory stack."
720msgstr ""
a8fd3f3e
CR
721"Erntfernt Einträge vom Stapel. Ohne Argumente wird der oberste Eintrag\n"
722" gelöscht und anschließend in das das neue oben liegede Verzeichnis\n"
14e8b2a7
CR
723" gewechselt.\n"
724" \n"
725" Optionen:\n"
726" -n\tVermeidet das Wechseln des Verzeichnisses, so dass\n"
a8fd3f3e 727"\tnur der Verzeichnisstapel geändert wird.\n"
14e8b2a7
CR
728" \n"
729" Argumente:\n"
730" +N\tEntfernt den N-ten Eintrag von links, der von `dirs'\n"
a8fd3f3e 731"\tangezeigt wird. Dabei beginnt die Zählung von Null. So\n"
14e8b2a7
CR
732"\tentfernt z.B. `popd +0' den ersten und `popd +1' den zweiten\n"
733"\tEintrag.\n"
734" \n"
735" -N\tEntfernt den N-ten Eintrag von rechts, der von `dirs'\n"
a8fd3f3e 736"\tangezeigt wird. Dabei beginnt die Zählung von Null. So\n"
14e8b2a7
CR
737"\tentfernt z.B. `popd -0' den letzten und `popd +1' den vorletzten\n"
738"\tEintrag.\n"
739" \n"
740" Das `dirs' Kommando zeigt den Verzeichnisstapel an."
245a493c 741
b721485f 742#: builtins/read.def:275
245a493c
CR
743#, c-format
744msgid "%s: invalid timeout specification"
a8fd3f3e 745msgstr "%s: Ungültige Wartezeitangebe."
245a493c 746
b721485f 747#: builtins/read.def:666
14e8b2a7 748#, c-format
245a493c 749msgid "read error: %d: %s"
14e8b2a7 750msgstr "Lesefehler: %d: %s"
245a493c 751
b721485f 752#: builtins/return.def:75
245a493c 753msgid "can only `return' from a function or sourced script"
b721485f
CR
754msgstr ""
755"»Return« ist nur aus einer Funktion oder einem mit »source« ausgefühten Skript "
756"möglich."
245a493c 757
b721485f 758#: builtins/set.def:782
245a493c 759msgid "cannot simultaneously unset a function and a variable"
b721485f
CR
760msgstr ""
761"Gleichzeitiges `unset' einer Funktion und einer Variable ist nicht möglich."
245a493c 762
b721485f 763#: builtins/set.def:826
14e8b2a7 764#, c-format
245a493c 765msgid "%s: cannot unset"
eb0b2ad8 766msgstr "%s: `unset' nicht möglich."
245a493c 767
b721485f 768#: builtins/set.def:843
14e8b2a7 769#, c-format
245a493c 770msgid "%s: cannot unset: readonly %s"
eb0b2ad8 771msgstr "%s: `unset' nicht möglich: Schreibgeschützt %s"
245a493c 772
b721485f 773#: builtins/set.def:854
14e8b2a7 774#, c-format
245a493c 775msgid "%s: not an array variable"
eb0b2ad8 776msgstr "%s: Ist keine Feldvariable."
245a493c 777
b721485f 778#: builtins/setattr.def:187
14e8b2a7 779#, c-format
245a493c 780msgid "%s: not a function"
dfc21851 781msgstr "%s: Ist keine Funktion."
245a493c
CR
782
783#: builtins/shift.def:71 builtins/shift.def:77
245a493c 784msgid "shift count"
eb0b2ad8 785msgstr "Verschiebezähler"
245a493c 786
b721485f 787#: builtins/shopt.def:279
245a493c 788msgid "cannot set and unset shell options simultaneously"
dfc21851 789msgstr "Kann nicht Shell Optinen gleichzeitig aktivieren und deaktivieren."
245a493c 790
b721485f 791#: builtins/shopt.def:346
245a493c
CR
792#, c-format
793msgid "%s: invalid shell option name"
eb0b2ad8 794msgstr "%s: Ungültiger Shell Optionen Name."
245a493c 795
06dff54a 796#: builtins/source.def:130
245a493c 797msgid "filename argument required"
a8fd3f3e 798msgstr "Ein Dateiname wird as Argument benötigt."
245a493c 799
06dff54a 800#: builtins/source.def:155
14e8b2a7 801#, c-format
245a493c 802msgid "%s: file not found"
14e8b2a7 803msgstr "%s: Datei nicht gefunden."
245a493c
CR
804
805#: builtins/suspend.def:101
806msgid "cannot suspend"
eb0b2ad8 807msgstr "Kann die Shell nicht unterbrechen."
245a493c
CR
808
809# logout
810#: builtins/suspend.def:111
245a493c 811msgid "cannot suspend a login shell"
f1c4df24 812msgstr "Kann die Loginshell nicht unterbrechen."
245a493c 813
dd4f3dd8 814#: builtins/type.def:234
245a493c
CR
815#, c-format
816msgid "%s is aliased to `%s'\n"
eb0b2ad8 817msgstr "%s ist ein Alias von `%s'.\n"
245a493c 818
dd4f3dd8 819#: builtins/type.def:255
245a493c
CR
820#, c-format
821msgid "%s is a shell keyword\n"
a8fd3f3e 822msgstr "%s Ist ein reserviertes Schlüsselwort der Shell.\n"
245a493c 823
dd4f3dd8 824#: builtins/type.def:274
f1c4df24 825#, c-format
245a493c 826msgid "%s is a function\n"
f1c4df24 827msgstr "%s ist eine Funktion.\n"
245a493c 828
dd4f3dd8 829#: builtins/type.def:296
245a493c
CR
830#, c-format
831msgid "%s is a shell builtin\n"
d9e1f41e 832msgstr "%s ist eine von der Shell mitgelieferte Funktion.\n"
245a493c 833
b721485f 834#: builtins/type.def:317 builtins/type.def:393
245a493c
CR
835#, c-format
836msgid "%s is %s\n"
a8fd3f3e 837msgstr "%s ist %s\n"
245a493c 838
dd4f3dd8 839#: builtins/type.def:337
245a493c
CR
840#, c-format
841msgid "%s is hashed (%s)\n"
842msgstr ""
843
b721485f 844#: builtins/ulimit.def:379
245a493c
CR
845#, c-format
846msgid "%s: invalid limit argument"
d9e1f41e 847msgstr "%s: Ungültiges Grenzwertargument."
245a493c 848
b721485f 849#: builtins/ulimit.def:405
f1c4df24 850#, c-format
245a493c 851msgid "`%c': bad command"
f1c4df24 852msgstr "`%c': Falsches Kommando."
245a493c 853
b721485f 854#: builtins/ulimit.def:434
f1c4df24 855#, c-format
245a493c 856msgid "%s: cannot get limit: %s"
dfc21851 857msgstr "%s: Kann die nicht Grenze setzen: %s"
245a493c 858
b721485f 859#: builtins/ulimit.def:460
245a493c 860msgid "limit"
48ff5447 861msgstr "Grenze"
245a493c 862
b721485f 863#: builtins/ulimit.def:472 builtins/ulimit.def:772
f1c4df24 864#, c-format
245a493c 865msgid "%s: cannot modify limit: %s"
a8fd3f3e 866msgstr "%s: Kann die Grenze nicht ändern: %s"
245a493c 867
dd4f3dd8 868#: builtins/umask.def:118
245a493c 869msgid "octal number"
eb0b2ad8 870msgstr "Oktalzahl"
245a493c 871
dd4f3dd8 872#: builtins/umask.def:231
245a493c
CR
873#, c-format
874msgid "`%c': invalid symbolic mode operator"
d9e1f41e 875msgstr "`%c': Ungültiger Operator für den symbolischen Modus."
245a493c 876
dd4f3dd8 877#: builtins/umask.def:286
245a493c
CR
878#, c-format
879msgid "`%c': invalid symbolic mode character"
d9e1f41e 880msgstr "`%c': Ungültiges Zeichen im symbolischen Modus."
245a493c 881
b721485f 882#: error.c:90 error.c:325 error.c:327 error.c:329
245a493c 883msgid " line "
48ff5447 884msgstr " Zeile "
245a493c 885
08e72d7a 886#: error.c:165
f1c4df24 887#, c-format
245a493c 888msgid "last command: %s\n"
f1c4df24 889msgstr "Letztes Kommando: %s\n"
245a493c 890
08e72d7a 891#: error.c:173
245a493c
CR
892#, c-format
893msgid "Aborting..."
48ff5447 894msgstr "Abbruch..."
245a493c 895
b721485f 896#: error.c:410
245a493c 897msgid "unknown command error"
dfc21851 898msgstr "Unbekanntes Kommando"
245a493c 899
b721485f 900#: error.c:411
245a493c 901msgid "bad command type"
48ff5447 902msgstr ""
245a493c
CR
903
904# Programmierfehler
b721485f 905#: error.c:412
245a493c 906msgid "bad connector"
f1c4df24 907msgstr ""
245a493c 908
b721485f 909#: error.c:413
245a493c 910msgid "bad jump"
dfc21851 911msgstr "Falscher Sprung"
245a493c 912
b721485f 913#: error.c:451
245a493c
CR
914#, c-format
915msgid "%s: unbound variable"
916msgstr "%s ist nicht gesetzt."
917
b721485f 918#: eval.c:189
f1c4df24 919#, c-format
eb0b2ad8
CR
920msgid "\atimed out waiting for input: auto-logout\n"
921msgstr "\aZu lange keine Eingabe: Automatisch ausgeloggt.\n"
245a493c 922
b721485f 923#: execute_cmd.c:512
245a493c
CR
924#, c-format
925msgid "cannot redirect standard input from /dev/null: %s"
48ff5447 926msgstr "Kann nicht die Standardeingabe von /dev/null umleiten: %s"
245a493c 927
b721485f 928#: execute_cmd.c:1228
245a493c
CR
929#, c-format
930msgid "TIMEFORMAT: `%c': invalid format character"
a8fd3f3e 931msgstr "TIMEFORMAT: `%c': Ungültiges Formatzeichen."
245a493c 932
b721485f 933#: execute_cmd.c:2282
245a493c 934msgid "pipe error"
14e8b2a7 935msgstr "Pipe-Fehler"
245a493c 936
b721485f
CR
937#: execute_cmd.c:4347
938#, c-format
939msgid "%s: maximum function nesting level exceeded (%d)"
940msgstr ""
941
942#: execute_cmd.c:4840
245a493c
CR
943#, c-format
944msgid "%s: restricted: cannot specify `/' in command names"
a8fd3f3e 945msgstr "%s: Verboten: `/' ist in Kommandonamen unzulässig."
245a493c 946
b721485f 947#: execute_cmd.c:4929
245a493c
CR
948#, c-format
949msgid "%s: command not found"
950msgstr "%s: Kommando nicht gefunden."
951
b721485f 952#: execute_cmd.c:5160
d9e1f41e 953#, c-format
06dff54a 954msgid "%s: %s"
d9e1f41e 955msgstr "%s: %s"
06dff54a 956
b721485f 957#: execute_cmd.c:5197
dfc21851 958#, c-format
245a493c 959msgid "%s: %s: bad interpreter"
dfc21851 960msgstr "%s: %s: Defekter Interpreter"
245a493c 961
b721485f
CR
962#: execute_cmd.c:5234
963#, fuzzy, c-format
964msgid "%s: cannot execute binary file: %s"
965msgstr "%s: Kann die Datei nicht ausführen."
966
967#: execute_cmd.c:5306
968#, fuzzy, c-format
969msgid "`%s': is a special builtin"
970msgstr "%s ist eine von der Shell mitgelieferte Funktion.\n"
971
972#: execute_cmd.c:5358
dfc21851 973#, c-format
245a493c 974msgid "cannot duplicate fd %d to fd %d"
dfc21851 975msgstr "Kann fd %d nicht auf fd %d verdoppeln."
245a493c 976
b721485f 977#: expr.c:262
245a493c
CR
978msgid "expression recursion level exceeded"
979msgstr "Zu viele Rekursionen in Ausdruck."
980
b721485f 981#: expr.c:286
245a493c
CR
982msgid "recursion stack underflow"
983msgstr "Rekursionsstapel leer."
984
b721485f 985#: expr.c:434
245a493c
CR
986msgid "syntax error in expression"
987msgstr "Syntaxfehler im Ausdruck."
988
b721485f 989#: expr.c:478
245a493c 990msgid "attempted assignment to non-variable"
15623760 991msgstr "Versuchte Zuweisung zu keiner Variablen."
245a493c 992
b721485f 993#: expr.c:498 expr.c:847
245a493c
CR
994msgid "division by 0"
995msgstr "Division durch 0."
996
b721485f 997#: expr.c:545
245a493c 998msgid "bug: bad expassign token"
dfc21851 999msgstr "Fehler: Falscher Zuweisungsoperator."
245a493c 1000
b721485f 1001#: expr.c:598
245a493c 1002msgid "`:' expected for conditional expression"
15623760 1003msgstr "`:' für ein bedingten Ausdruck erwaret."
245a493c 1004
b721485f 1005#: expr.c:904
245a493c 1006msgid "exponent less than 0"
626d0694 1007msgstr "Der Exponent ist kleiner als 0."
245a493c 1008
b721485f 1009#: expr.c:957
245a493c 1010msgid "identifier expected after pre-increment or pre-decrement"
b721485f
CR
1011msgstr ""
1012"Nach einem Präinkrement oder Prädekrement wird ein Bezeichner erwartet."
245a493c 1013
b721485f 1014#: expr.c:983
245a493c
CR
1015msgid "missing `)'"
1016msgstr "Fehlende `)'"
1017
b721485f 1018#: expr.c:1034 expr.c:1371
245a493c 1019msgid "syntax error: operand expected"
dfc21851 1020msgstr "Syntax Fehler: Operator erwartet."
245a493c 1021
b721485f 1022#: expr.c:1373
245a493c 1023msgid "syntax error: invalid arithmetic operator"
a8fd3f3e 1024msgstr "Syntaxfehler: Ungültiger arithmetischer Operator."
245a493c 1025
b721485f 1026#: expr.c:1397
dfc21851 1027#, c-format
245a493c 1028msgid "%s%s%s: %s (error token is \"%s\")"
dfc21851 1029msgstr "%s%s%s: %s (Fehlerverursachendes Zeichen ist \\\"%s\\\")."
245a493c 1030
b721485f 1031#: expr.c:1455
245a493c 1032msgid "invalid arithmetic base"
a8fd3f3e 1033msgstr "Ungültige Basis."
245a493c 1034
b721485f 1035#: expr.c:1475
245a493c 1036msgid "value too great for base"
15623760 1037msgstr "Der Wert ist für die aktuelle Basis zu groß."
245a493c 1038
b721485f 1039#: expr.c:1524
dfc21851 1040#, c-format
245a493c 1041msgid "%s: expression error\n"
dfc21851 1042msgstr "%s: Fehler im Ausdruck.\n"
245a493c
CR
1043
1044#: general.c:61
245a493c 1045msgid "getcwd: cannot access parent directories"
15623760 1046msgstr "getwd: Kann auf das übergeordnete Verzeichnis nicht zugreifen."
245a493c 1047
b721485f 1048#: input.c:101 subst.c:5067
48ff5447 1049#, c-format
dd4f3dd8 1050msgid "cannot reset nodelay mode for fd %d"
a8fd3f3e 1051msgstr "Konnte den No-Delay Modus für fd %d nicht wieder herstellen."
dd4f3dd8 1052
b721485f 1053#: input.c:267
626d0694 1054#, c-format
245a493c 1055msgid "cannot allocate new file descriptor for bash input from fd %d"
a8fd3f3e 1056msgstr "Kann keinen neuen Filedeskriptor für die Eingabe von fd %d zuweisen."
245a493c
CR
1057
1058# Debug Ausgabe
b721485f 1059#: input.c:275
dfc21851 1060#, c-format
245a493c 1061msgid "save_bash_input: buffer already exists for new fd %d"
a8fd3f3e 1062msgstr "save_bash_input: Es existiert bereits ein Puffer für den neuen fd %d."
245a493c 1063
b721485f 1064#: jobs.c:471
245a493c 1065msgid "start_pipeline: pgrp pipe"
14e8b2a7 1066msgstr "start_pipeline: pgrp pipe"
245a493c 1067
b721485f 1068#: jobs.c:892
245a493c
CR
1069#, c-format
1070msgid "forked pid %d appears in running job %d"
d9e1f41e 1071msgstr "Die geforkte PID %d erscheint im laufenden Prozess %d."
245a493c 1072
b721485f 1073#: jobs.c:1010
245a493c
CR
1074#, c-format
1075msgid "deleting stopped job %d with process group %ld"
d9e1f41e 1076msgstr "Lösche den gestoppten Prozess %d der Prozessgruppe %ld."
245a493c 1077
b721485f 1078#: jobs.c:1115
245a493c
CR
1079#, c-format
1080msgid "add_process: process %5ld (%s) in the_pipeline"
1081msgstr ""
1082
b721485f 1083#: jobs.c:1118
dd4f3dd8
CR
1084#, c-format
1085msgid "add_process: pid %5ld (%s) marked as still alive"
1086msgstr ""
1087
245a493c 1088# Programmierfehler
b721485f 1089#: jobs.c:1433
dfc21851 1090#, c-format
245a493c 1091msgid "describe_pid: %ld: no such pid"
a8fd3f3e 1092msgstr "describe_pid: %ld: Prozeßnummer existiert nicht."
245a493c 1093
b721485f 1094#: jobs.c:1448
626d0694 1095#, c-format
245a493c 1096msgid "Signal %d"
626d0694 1097msgstr "Signal %d"
245a493c 1098
b721485f 1099#: jobs.c:1462 jobs.c:1487
245a493c
CR
1100msgid "Done"
1101msgstr "Fertig"
1102
b721485f 1103#: jobs.c:1467 siglist.c:123
245a493c
CR
1104msgid "Stopped"
1105msgstr "Angehalten"
1106
b721485f 1107#: jobs.c:1471
626d0694 1108#, c-format
245a493c 1109msgid "Stopped(%s)"
626d0694 1110msgstr "Angehalten(%s)"
245a493c 1111
b721485f 1112#: jobs.c:1475
245a493c 1113msgid "Running"
a8fd3f3e 1114msgstr "Läuft"
245a493c 1115
b721485f 1116#: jobs.c:1489
245a493c
CR
1117#, c-format
1118msgid "Done(%d)"
1119msgstr "Fertig(%d)"
1120
b721485f 1121#: jobs.c:1491
245a493c
CR
1122#, c-format
1123msgid "Exit %d"
1124msgstr "Exit %d"
1125
b721485f 1126#: jobs.c:1494
245a493c
CR
1127msgid "Unknown status"
1128msgstr "Unbekannter Status"
1129
b721485f 1130#: jobs.c:1581
245a493c
CR
1131#, c-format
1132msgid "(core dumped) "
1133msgstr "(Speicherabzug geschrieben) "
1134
b721485f 1135#: jobs.c:1600
48ff5447 1136#, c-format
245a493c 1137msgid " (wd: %s)"
48ff5447 1138msgstr " (wd: %s)"
245a493c
CR
1139
1140# interner Fehler
b721485f 1141#: jobs.c:1817
48ff5447 1142#, c-format
245a493c 1143msgid "child setpgid (%ld to %ld)"
48ff5447 1144msgstr ""
245a493c 1145
b721485f 1146#: jobs.c:2136 nojobs.c:605
48ff5447 1147#, c-format
245a493c 1148msgid "wait: pid %ld is not a child of this shell"
a8fd3f3e 1149msgstr "wait: Prozeß %ld wurde nicht von dieser Shell gestartet."
245a493c 1150
b721485f 1151#: jobs.c:2383
245a493c
CR
1152#, c-format
1153msgid "wait_for: No record of process %ld"
1154msgstr ""
1155
b721485f 1156#: jobs.c:2689
245a493c
CR
1157#, c-format
1158msgid "wait_for_job: job %d is stopped"
1159msgstr ""
1160
b721485f 1161#: jobs.c:2981
245a493c
CR
1162#, c-format
1163msgid "%s: job has terminated"
1164msgstr "%s: Programm ist beendet."
1165
b721485f 1166#: jobs.c:2990
245a493c
CR
1167#, c-format
1168msgid "%s: job %d already in background"
1169msgstr ""
1170
b721485f 1171#: jobs.c:3215
d6593885
CR
1172msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1173msgstr ""
1174
245a493c 1175# Debug Ausgabe
b721485f 1176#: jobs.c:3699
48ff5447 1177#, c-format
245a493c 1178msgid "%s: line %d: "
48ff5447 1179msgstr "%s: Zeile %d: "
245a493c 1180
b721485f 1181#: jobs.c:3713 nojobs.c:843
245a493c
CR
1182#, c-format
1183msgid " (core dumped)"
1184msgstr " (Speicherabzug geschrieben)"
1185
b721485f 1186#: jobs.c:3725 jobs.c:3738
245a493c
CR
1187#, c-format
1188msgid "(wd now: %s)\n"
a8fd3f3e 1189msgstr "(gegenwärtiges Arbeitsverzeichnis ist: %s)\n"
245a493c
CR
1190
1191# interner Fehler
b721485f 1192#: jobs.c:3770
245a493c 1193msgid "initialize_job_control: getpgrp failed"
48ff5447 1194msgstr "initialize_jobs: getpgrp war nicht erfolgreich."
245a493c
CR
1195
1196# interner Fehler
b721485f 1197#: jobs.c:3831
245a493c 1198msgid "initialize_job_control: line discipline"
48ff5447 1199msgstr "initialize_job_control: line discipline"
245a493c
CR
1200
1201# interner Fehler
b721485f 1202#: jobs.c:3841
245a493c 1203msgid "initialize_job_control: setpgid"
48ff5447 1204msgstr "initialize_job_control: setpgid"
245a493c 1205
b721485f 1206#: jobs.c:3862 jobs.c:3871
245a493c
CR
1207#, c-format
1208msgid "cannot set terminal process group (%d)"
691aebcb 1209msgstr "Kann die Prozessgruppe des Terminals nicht setzen (%d)."
245a493c 1210
b721485f 1211#: jobs.c:3876
245a493c
CR
1212msgid "no job control in this shell"
1213msgstr "Keine Job Steuerung in dieser Shell."
1214
dd4f3dd8 1215#: lib/malloc/malloc.c:296
691aebcb 1216#, c-format
245a493c 1217msgid "malloc: failed assertion: %s\n"
691aebcb 1218msgstr "malloc: Speicherzusicherung gescheitert: %s.\n"
245a493c 1219
dd4f3dd8 1220#: lib/malloc/malloc.c:312
245a493c
CR
1221#, c-format
1222msgid ""
1223"\r\n"
1224"malloc: %s:%d: assertion botched\r\n"
1225msgstr ""
691aebcb
CR
1226"\\r\n"
1227"malloc: %s:%d: Speicherzusicherung verpfuscht\\r\n"
245a493c 1228
dd4f3dd8 1229#: lib/malloc/malloc.c:313
245a493c 1230msgid "unknown"
48ff5447 1231msgstr "Unbekannt"
245a493c 1232
b721485f 1233#: lib/malloc/malloc.c:801
245a493c 1234msgid "malloc: block on free list clobbered"
b721485f
CR
1235msgstr ""
1236"Malloc: Ein frei gekennzeichneter Speicherbereich wurde überschrieben."
245a493c 1237
b721485f 1238#: lib/malloc/malloc.c:878
245a493c 1239msgid "free: called with already freed block argument"
a8fd3f3e 1240msgstr "free: Wurde für bereits freigegebenen Speicherbereich aufgerufen."
245a493c 1241
b721485f 1242#: lib/malloc/malloc.c:881
245a493c 1243msgid "free: called with unallocated block argument"
a8fd3f3e 1244msgstr "free: Wurde für nicht zugeordneten Speicherbereich aufgerufen."
245a493c 1245
b721485f 1246#: lib/malloc/malloc.c:900
245a493c 1247msgid "free: underflow detected; mh_nbytes out of range"
a8fd3f3e 1248msgstr "free: Underflow erkannt; mh_nbytes außerhalb des Gültigkeitsbereichs."
245a493c 1249
b721485f 1250#: lib/malloc/malloc.c:906
245a493c 1251msgid "free: start and end chunk sizes differ"
a8fd3f3e 1252msgstr "free: Beginn und Ende Segmentgrößen sind unterschiedlich."
245a493c 1253
b721485f 1254#: lib/malloc/malloc.c:1005
245a493c 1255msgid "realloc: called with unallocated block argument"
691aebcb 1256msgstr "realloc: Mit nicht zugewiesenen Argument aufgerufen."
245a493c 1257
b721485f 1258#: lib/malloc/malloc.c:1020
245a493c 1259msgid "realloc: underflow detected; mh_nbytes out of range"
b721485f
CR
1260msgstr ""
1261"realloc: Underflow erkannt; mh_nbytes außerhalb des Gültigkeitsbereichs."
245a493c 1262
b721485f 1263#: lib/malloc/malloc.c:1026
245a493c 1264msgid "realloc: start and end chunk sizes differ"
a8fd3f3e 1265msgstr "realloc: Beginn und Ende Segmentgrößen sind unterschiedlich.<"
245a493c 1266
b721485f 1267#: lib/malloc/table.c:194
245a493c
CR
1268#, c-format
1269msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
b721485f
CR
1270msgstr ""
1271"register_alloc: Speicherzuordnungstabelle ist mit FIND_ALLOC gefüllt?\n"
245a493c 1272
b721485f 1273#: lib/malloc/table.c:203
245a493c
CR
1274#, c-format
1275msgid "register_alloc: %p already in table as allocated?\n"
b721485f
CR
1276msgstr ""
1277"register_alloc: %p ist bereits in der Speicherzuordnungstabelle als belegt "
1278"gekennzeichnet?\n"
245a493c 1279
b721485f 1280#: lib/malloc/table.c:256
245a493c
CR
1281#, c-format
1282msgid "register_free: %p already in table as free?\n"
b721485f
CR
1283msgstr ""
1284"register_free: %p ist bereits in der Speicherzuordnungstabelle als frei "
1285"gekennzeichnet?\n"
245a493c 1286
b721485f 1287#: lib/sh/fmtulong.c:102
245a493c 1288msgid "invalid base"
a8fd3f3e 1289msgstr "Ungültige Basis"
245a493c
CR
1290
1291#: lib/sh/netopen.c:168
626d0694 1292#, c-format
245a493c 1293msgid "%s: host unknown"
691aebcb 1294msgstr "%s: Unbekannter Host."
245a493c
CR
1295
1296#: lib/sh/netopen.c:175
1297#, c-format
1298msgid "%s: invalid service"
691aebcb 1299msgstr "%s: unbekannter Dienst."
245a493c
CR
1300
1301#: lib/sh/netopen.c:306
1302#, c-format
1303msgid "%s: bad network path specification"
691aebcb 1304msgstr "%s: Fehlerhafte Netzwerkspfadangabe."
245a493c
CR
1305
1306#: lib/sh/netopen.c:346
1307msgid "network operations not supported"
a8fd3f3e 1308msgstr "Der Netzwerkbetrieb ist nicht unterstützt."
245a493c 1309
b721485f 1310#: locale.c:204
08e72d7a
CR
1311#, c-format
1312msgid "setlocale: LC_ALL: cannot change locale (%s)"
d9e1f41e 1313msgstr "setlocale: LC_ALL: Kann die Locale nicht ändern (%s)."
08e72d7a 1314
b721485f 1315#: locale.c:206
08e72d7a
CR
1316#, c-format
1317msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
d9e1f41e 1318msgstr "setlocale: LC_ALL: Kann die Locale nicht ändern (%s): %s"
08e72d7a 1319
b721485f 1320#: locale.c:263
eb0b2ad8 1321#, c-format
08e72d7a 1322msgid "setlocale: %s: cannot change locale (%s)"
eb0b2ad8 1323msgstr "setlocale: %s: Kann die Standorteinstellungen nicht ändern (%s)."
08e72d7a 1324
b721485f 1325#: locale.c:265
eb0b2ad8 1326#, c-format
08e72d7a 1327msgid "setlocale: %s: cannot change locale (%s): %s"
eb0b2ad8 1328msgstr "setlocale: %s: Kann nicht die Locale ändern (%s): %s"
08e72d7a 1329
245a493c 1330# Du oder Sie?
b721485f 1331#: mailcheck.c:439
245a493c 1332msgid "You have mail in $_"
48ff5447 1333msgstr "Sie haben Post in $_."
245a493c 1334
b721485f 1335#: mailcheck.c:464
245a493c 1336msgid "You have new mail in $_"
48ff5447 1337msgstr "Sie haben neue Post in $_."
245a493c 1338
b721485f 1339#: mailcheck.c:480
245a493c
CR
1340#, c-format
1341msgid "The mail in %s has been read\n"
1342msgstr "Die Post in %s wurde bereits gelesen.\n"
1343
08e72d7a 1344#: make_cmd.c:323
245a493c 1345msgid "syntax error: arithmetic expression required"
15623760 1346msgstr "Syntaxfehler: Es wird ein arithmetischer Ausdruck benötigt."
245a493c 1347
08e72d7a 1348#: make_cmd.c:325
245a493c 1349msgid "syntax error: `;' unexpected"
dfc21851 1350msgstr "Syntax Fehler: unerwartetes `;'."
245a493c 1351
08e72d7a 1352#: make_cmd.c:326
dfc21851 1353#, c-format
245a493c 1354msgid "syntax error: `((%s))'"
dfc21851 1355msgstr "Syntax Fehler: `((%s))'."
245a493c
CR
1356
1357# interner Fehler
b721485f 1358#: make_cmd.c:578
245a493c
CR
1359#, c-format
1360msgid "make_here_document: bad instruction type %d"
1361msgstr "make_here_document: Falscher Befehlstyp %d."
1362
b721485f 1363#: make_cmd.c:662
dd4f3dd8
CR
1364#, c-format
1365msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
b721485f
CR
1366msgstr ""
1367"Das in der Zeile %d beginnende Here-Dokument geht bis zum Dateiende "
1368"(erwartet wird `%s')."
dd4f3dd8 1369
b721485f 1370#: make_cmd.c:759
245a493c
CR
1371#, c-format
1372msgid "make_redirection: redirection instruction `%d' out of range"
1373msgstr ""
1374
b721485f 1375#: parse.y:3209 parse.y:3480
dfc21851 1376#, c-format
245a493c
CR
1377msgid "unexpected EOF while looking for matching `%c'"
1378msgstr "Dateiende beim Suchen nach `%c' erreicht."
1379
b721485f 1380#: parse.y:4086
245a493c 1381msgid "unexpected EOF while looking for `]]'"
dfc21851 1382msgstr "Dateiende beim Suchen nach `]]' erreicht."
245a493c 1383
b721485f 1384#: parse.y:4091
dfc21851 1385#, c-format
245a493c 1386msgid "syntax error in conditional expression: unexpected token `%s'"
dfc21851 1387msgstr "Syntaxfehler im bedingten Ausdruck: Unerwartetes Zeichen `%s'."
245a493c 1388
b721485f 1389#: parse.y:4095
245a493c 1390msgid "syntax error in conditional expression"
dfc21851 1391msgstr "Syntaxfehler im bedingen Ausdruck."
245a493c 1392
b721485f 1393#: parse.y:4173
245a493c
CR
1394#, c-format
1395msgid "unexpected token `%s', expected `)'"
691aebcb 1396msgstr "Unerwartetes Zeichen: `%s' anstatt von `)'"
245a493c 1397
b721485f 1398#: parse.y:4177
245a493c
CR
1399msgid "expected `)'"
1400msgstr "`)' erwartet."
1401
b721485f 1402#: parse.y:4205
245a493c
CR
1403#, c-format
1404msgid "unexpected argument `%s' to conditional unary operator"
1405msgstr ""
1406
b721485f 1407#: parse.y:4209
245a493c
CR
1408msgid "unexpected argument to conditional unary operator"
1409msgstr ""
1410
b721485f 1411#: parse.y:4255
f1c4df24 1412#, c-format
245a493c 1413msgid "unexpected token `%s', conditional binary operator expected"
f1c4df24 1414msgstr ""
245a493c 1415
b721485f 1416#: parse.y:4259
245a493c 1417msgid "conditional binary operator expected"
f1c4df24 1418msgstr ""
245a493c 1419
b721485f 1420#: parse.y:4281
245a493c
CR
1421#, c-format
1422msgid "unexpected argument `%s' to conditional binary operator"
1423msgstr ""
1424
b721485f 1425#: parse.y:4285
245a493c
CR
1426msgid "unexpected argument to conditional binary operator"
1427msgstr ""
1428
b721485f 1429#: parse.y:4296
f1c4df24 1430#, c-format
245a493c 1431msgid "unexpected token `%c' in conditional command"
f1c4df24 1432msgstr ""
245a493c 1433
b721485f 1434#: parse.y:4299
f1c4df24 1435#, c-format
245a493c 1436msgid "unexpected token `%s' in conditional command"
f1c4df24 1437msgstr ""
245a493c 1438
b721485f 1439#: parse.y:4303
f1c4df24 1440#, c-format
245a493c 1441msgid "unexpected token %d in conditional command"
f1c4df24 1442msgstr ""
245a493c 1443
b721485f 1444#: parse.y:5649
245a493c
CR
1445#, c-format
1446msgid "syntax error near unexpected token `%s'"
1447msgstr "Syntaxfehler beim unerwarteten Wort `%s'"
1448
b721485f 1449#: parse.y:5667
f1c4df24 1450#, c-format
245a493c
CR
1451msgid "syntax error near `%s'"
1452msgstr "Syntaxfehler beim unerwarteten Wort `%s'"
1453
b721485f 1454#: parse.y:5677
245a493c
CR
1455msgid "syntax error: unexpected end of file"
1456msgstr "Syntax Fehler: Unerwartetes Dateiende."
1457
b721485f 1458#: parse.y:5677
245a493c
CR
1459msgid "syntax error"
1460msgstr "Syntax Fehler"
1461
1462# Du oder Sie?
b721485f 1463#: parse.y:5739
245a493c
CR
1464#, c-format
1465msgid "Use \"%s\" to leave the shell.\n"
1466msgstr "Benutze \"%s\" um die Shell zu verlassen.\n"
1467
b721485f 1468#: parse.y:5901
245a493c 1469msgid "unexpected EOF while looking for matching `)'"
f1c4df24 1470msgstr "Dateiende beim Suchen nach passender `)' erreicht."
245a493c 1471
b721485f 1472#: pcomplete.c:1093
245a493c
CR
1473#, c-format
1474msgid "completion: function `%s' not found"
1475msgstr ""
1476
06dff54a 1477#: pcomplib.c:182
245a493c
CR
1478#, c-format
1479msgid "progcomp_insert: %s: NULL COMPSPEC"
1480msgstr ""
1481
b721485f 1482#: print_cmd.c:300
245a493c
CR
1483#, c-format
1484msgid "print_command: bad connector `%d'"
1485msgstr "print_command: Falsches Verbindungszeichen `%d'."
1486
b721485f 1487#: print_cmd.c:373
eb0b2ad8 1488#, c-format
08e72d7a 1489msgid "xtrace_set: %d: invalid file descriptor"
eb0b2ad8 1490msgstr "xtrace_set: %d: Ungültige Dateibeschreibung."
08e72d7a 1491
b721485f 1492#: print_cmd.c:378
08e72d7a
CR
1493msgid "xtrace_set: NULL file pointer"
1494msgstr ""
1495
b721485f 1496#: print_cmd.c:382
08e72d7a
CR
1497#, c-format
1498msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1499msgstr ""
1500
b721485f 1501#: print_cmd.c:1518
245a493c
CR
1502#, c-format
1503msgid "cprintf: `%c': invalid format character"
1504msgstr ""
1505
b721485f 1506#: redir.c:123 redir.c:170
245a493c
CR
1507msgid "file descriptor out of range"
1508msgstr ""
1509
b721485f 1510#: redir.c:177
f1c4df24 1511#, c-format
245a493c
CR
1512msgid "%s: ambiguous redirect"
1513msgstr "%s: Mehrdeutige Umlenkung."
1514
b721485f 1515#: redir.c:181
f1c4df24 1516#, c-format
245a493c 1517msgid "%s: cannot overwrite existing file"
a8fd3f3e 1518msgstr "%s: Kann existierende Datei nicht überschreiben."
245a493c 1519
b721485f 1520#: redir.c:186
f1c4df24 1521#, c-format
245a493c 1522msgid "%s: restricted: cannot redirect output"
f1c4df24 1523msgstr "%s: Gesperrt: Die Ausgabe darf nicht umgeleitet werden."
245a493c 1524
b721485f 1525#: redir.c:191
f1c4df24 1526#, c-format
245a493c 1527msgid "cannot create temp file for here-document: %s"
f1c4df24 1528msgstr ""
245a493c 1529
b721485f 1530#: redir.c:195
eb0b2ad8 1531#, c-format
08e72d7a 1532msgid "%s: cannot assign fd to variable"
eb0b2ad8 1533msgstr "%s: Kann fd keiner Variable zuweisen."
08e72d7a 1534
b721485f 1535#: redir.c:582
245a493c 1536msgid "/dev/(tcp|udp)/host/port not supported without networking"
a8fd3f3e 1537msgstr "/dev/(tcp|udp)/host/port Wird ohne Netzwerk nicht unterstützt"
245a493c 1538
b721485f 1539#: redir.c:861 redir.c:971 redir.c:1032 redir.c:1194
245a493c 1540msgid "redirection error: cannot duplicate fd"
f1c4df24 1541msgstr ""
245a493c 1542
b721485f 1543#: shell.c:339
245a493c 1544msgid "could not find /tmp, please create!"
14e8b2a7 1545msgstr "Konnte das /tmp Verzeichnis nicht finden, bitte anlegen."
245a493c 1546
b721485f 1547#: shell.c:343
245a493c 1548msgid "/tmp must be a valid directory name"
a8fd3f3e 1549msgstr "/tmp muß ein gültiger Verzeichnisname sein."
245a493c 1550
b721485f 1551#: shell.c:890
f1c4df24 1552#, c-format
245a493c 1553msgid "%c%c: invalid option"
a8fd3f3e 1554msgstr "%c%c: Ungültige Option"
245a493c 1555
b721485f 1556#: shell.c:1682
245a493c 1557msgid "I have no name!"
14e8b2a7 1558msgstr "Ich habe keinen Benutzernamen!"
245a493c 1559
b721485f 1560#: shell.c:1827
48ff5447 1561#, c-format
245a493c 1562msgid "GNU bash, version %s-(%s)\n"
48ff5447 1563msgstr "GNU bash, Version %s-(%s)\n"
245a493c 1564
b721485f 1565#: shell.c:1828
245a493c
CR
1566#, c-format
1567msgid ""
1568"Usage:\t%s [GNU long option] [option] ...\n"
1569"\t%s [GNU long option] [option] script-file ...\n"
1570msgstr ""
1571"Benutzung:\t%s [Lange GNU Option] [Option] ...\n"
1572"\t\t%s [Lange GNU Option] [Option] Script-Datei ...\n"
1573
b721485f 1574#: shell.c:1830
245a493c
CR
1575msgid "GNU long options:\n"
1576msgstr "Lange GNU Optionen:\n"
1577
b721485f 1578#: shell.c:1834
245a493c
CR
1579msgid "Shell options:\n"
1580msgstr "Shell-Optionen:\n"
1581
b721485f
CR
1582#: shell.c:1835
1583#, fuzzy
1584msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
245a493c
CR
1585msgstr "\t-irsD oder -c Kommando\t\t(Nur Aufruf)\n"
1586
b721485f 1587#: shell.c:1850
245a493c
CR
1588#, c-format
1589msgid "\t-%s or -o option\n"
1590msgstr "\t-%s oder Option -o\n"
1591
b721485f 1592#: shell.c:1856
245a493c
CR
1593#, c-format
1594msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
a8fd3f3e 1595msgstr "`%s -c \"help set\"' für mehr Informationen über Shell-Optionen.\n"
245a493c 1596
b721485f 1597#: shell.c:1857
245a493c
CR
1598#, c-format
1599msgid "Type `%s -c help' for more information about shell builtin commands.\n"
a8fd3f3e 1600msgstr "`%s -c help' für mehr Information über Shell-Kommandos.\n"
245a493c 1601
b721485f 1602#: shell.c:1858
245a493c
CR
1603#, c-format
1604msgid "Use the `bashbug' command to report bugs.\n"
a8fd3f3e 1605msgstr "Mit dem `bashbug' Kommando können Fehler gemeldet werden.\n"
245a493c 1606
b721485f 1607#: sig.c:679
245a493c
CR
1608#, c-format
1609msgid "sigprocmask: %d: invalid operation"
a8fd3f3e 1610msgstr "sigprocmask: %d: Ungültige Operation"
245a493c 1611
08e72d7a 1612#: siglist.c:48
245a493c
CR
1613msgid "Bogus signal"
1614msgstr "Falsches Signal."
1615
08e72d7a 1616#: siglist.c:51
245a493c
CR
1617msgid "Hangup"
1618msgstr "Aufgelegt"
1619
08e72d7a 1620#: siglist.c:55
245a493c 1621msgid "Interrupt"
691aebcb 1622msgstr "Unterbrochen (Interrupt)"
245a493c 1623
08e72d7a 1624#: siglist.c:59
245a493c
CR
1625msgid "Quit"
1626msgstr "Quit"
1627
08e72d7a 1628#: siglist.c:63
245a493c 1629msgid "Illegal instruction"
a8fd3f3e 1630msgstr "Ungültige Anweisung."
245a493c 1631
08e72d7a 1632#: siglist.c:67
245a493c 1633msgid "BPT trace/trap"
691aebcb 1634msgstr "Verfolgen/anhalten abfangen (Trace/breakpoint trap)"
245a493c 1635
08e72d7a 1636#: siglist.c:75
245a493c
CR
1637msgid "ABORT instruction"
1638msgstr "Abbruchkommando"
1639
08e72d7a 1640#: siglist.c:79
245a493c 1641msgid "EMT instruction"
691aebcb 1642msgstr "EMT abfangen (EMT trap)"
245a493c 1643
08e72d7a 1644#: siglist.c:83
245a493c
CR
1645msgid "Floating point exception"
1646msgstr "Gleitkommafehler"
1647
08e72d7a 1648#: siglist.c:87
245a493c 1649msgid "Killed"
691aebcb 1650msgstr "Abgebrochen (Killed)"
245a493c 1651
08e72d7a 1652#: siglist.c:91
245a493c
CR
1653msgid "Bus error"
1654msgstr "Bus-Fehler"
1655
08e72d7a 1656#: siglist.c:95
245a493c 1657msgid "Segmentation fault"
691aebcb 1658msgstr "Adressierungsfehler"
245a493c 1659
08e72d7a 1660#: siglist.c:99
245a493c
CR
1661msgid "Bad system call"
1662msgstr "Falscher Systemaufruf"
1663
08e72d7a 1664#: siglist.c:103
245a493c
CR
1665msgid "Broken pipe"
1666msgstr "Unterbrochene Pipe"
1667
08e72d7a 1668#: siglist.c:107
245a493c
CR
1669msgid "Alarm clock"
1670msgstr "Wecker"
1671
08e72d7a 1672#: siglist.c:111
245a493c 1673msgid "Terminated"
691aebcb 1674msgstr "Abgebrochen (Terminated)"
245a493c 1675
08e72d7a 1676#: siglist.c:115
245a493c
CR
1677msgid "Urgent IO condition"
1678msgstr "Dringende IO-Bedingung"
1679
08e72d7a 1680#: siglist.c:119
245a493c
CR
1681msgid "Stopped (signal)"
1682msgstr "Angehalten (Signal)"
1683
08e72d7a 1684#: siglist.c:127
245a493c 1685msgid "Continue"
a8fd3f3e 1686msgstr "Prozeßbearbeitung wieder aufgenommen."
245a493c 1687
08e72d7a 1688#: siglist.c:135
245a493c 1689msgid "Child death or stop"
a8fd3f3e 1690msgstr "Kindprozeß abgebrochen oder gestoppt."
245a493c 1691
08e72d7a 1692#: siglist.c:139
245a493c
CR
1693msgid "Stopped (tty input)"
1694msgstr "Angehalten (Terminaleingabe)"
1695
08e72d7a 1696#: siglist.c:143
245a493c
CR
1697msgid "Stopped (tty output)"
1698msgstr "Angehalten (Terminalausgabe)"
1699
08e72d7a 1700#: siglist.c:147
245a493c
CR
1701msgid "I/O ready"
1702msgstr "E/A fertig"
1703
08e72d7a 1704#: siglist.c:151
245a493c
CR
1705msgid "CPU limit"
1706msgstr "Rechenzeitgrenze"
1707
08e72d7a 1708#: siglist.c:155
245a493c 1709msgid "File limit"
a8fd3f3e 1710msgstr "Grenze für Dateigröße"
245a493c 1711
08e72d7a 1712#: siglist.c:159
245a493c
CR
1713msgid "Alarm (virtual)"
1714msgstr "Alarm (Virtuell)"
1715
08e72d7a 1716#: siglist.c:163
245a493c
CR
1717msgid "Alarm (profile)"
1718msgstr "Alarm (Profil)"
1719
08e72d7a 1720#: siglist.c:167
245a493c 1721msgid "Window changed"
a8fd3f3e 1722msgstr "Fenster geändert."
245a493c 1723
08e72d7a 1724#: siglist.c:171
245a493c
CR
1725msgid "Record lock"
1726msgstr "Datei blockiert."
1727
08e72d7a 1728#: siglist.c:175
245a493c 1729msgid "User signal 1"
691aebcb 1730msgstr "Nutzersignal 1"
245a493c 1731
08e72d7a 1732#: siglist.c:179
245a493c 1733msgid "User signal 2"
691aebcb 1734msgstr "Nutzersignal 2"
245a493c 1735
08e72d7a 1736#: siglist.c:183
245a493c
CR
1737msgid "HFT input data pending"
1738msgstr "HFT Eingabedaten ausstehend."
1739
08e72d7a 1740#: siglist.c:187
245a493c
CR
1741msgid "power failure imminent"
1742msgstr "Spannungsausfall steht bevor."
1743
08e72d7a 1744#: siglist.c:191
245a493c
CR
1745msgid "system crash imminent"
1746msgstr "Systemausfall steht bevor."
1747
08e72d7a 1748#: siglist.c:195
245a493c 1749msgid "migrate process to another CPU"
a8fd3f3e 1750msgstr "Verlege den Prozeß auf einen anderen Prozessor."
245a493c 1751
08e72d7a 1752#: siglist.c:199
245a493c
CR
1753msgid "programming error"
1754msgstr "Programmierfehler"
1755
08e72d7a 1756#: siglist.c:203
245a493c
CR
1757msgid "HFT monitor mode granted"
1758msgstr "HFT-Monitormodus erlaubt."
1759
08e72d7a 1760#: siglist.c:207
245a493c
CR
1761msgid "HFT monitor mode retracted"
1762msgstr "HFT-Monitormodus abgeschaltet."
1763
08e72d7a 1764#: siglist.c:211
245a493c
CR
1765msgid "HFT sound sequence has completed"
1766msgstr "HFT-Tonfolge beendet."
1767
08e72d7a 1768#: siglist.c:215
245a493c 1769msgid "Information request"
48ff5447 1770msgstr "Informationsanforderung"
245a493c 1771
08e72d7a 1772#: siglist.c:223
245a493c
CR
1773msgid "Unknown Signal #"
1774msgstr "Unbekannte Signalnummer."
1775
08e72d7a 1776#: siglist.c:225
245a493c
CR
1777#, c-format
1778msgid "Unknown Signal #%d"
1779msgstr "Unbekanntes Signal Nr.: %d."
1780
b721485f 1781#: subst.c:1352 subst.c:1510
48ff5447 1782#, c-format
245a493c 1783msgid "bad substitution: no closing `%s' in %s"
a8fd3f3e 1784msgstr "Falsche Ersetzung: Keine schließende `%s' in `%s' enthalten."
245a493c 1785
b721485f 1786#: subst.c:2823
245a493c
CR
1787#, c-format
1788msgid "%s: cannot assign list to array member"
1789msgstr "%s: Kann einem Feldelement keine Liste zuweisen."
1790
b721485f 1791#: subst.c:4964 subst.c:4980
245a493c 1792msgid "cannot make pipe for process substitution"
a8fd3f3e 1793msgstr "Kann keine Pipe für die Prozeßersetzung erzeugen."
245a493c 1794
b721485f 1795#: subst.c:5012
245a493c 1796msgid "cannot make child for process substitution"
a8fd3f3e 1797msgstr "Kann den Kindsprozess für die Prozeßersetzung nicht erzeugen."
245a493c 1798
b721485f 1799#: subst.c:5057
f1c4df24 1800#, c-format
245a493c 1801msgid "cannot open named pipe %s for reading"
a8fd3f3e 1802msgstr "Kann nicht die benannte Pipe %s zum lesen öffnen."
245a493c 1803
b721485f 1804#: subst.c:5059
f1c4df24 1805#, c-format
245a493c 1806msgid "cannot open named pipe %s for writing"
a8fd3f3e 1807msgstr "Kann nicht die benannte Pipe %s zum schreiben öffnen."
245a493c 1808
b721485f 1809#: subst.c:5077
f1c4df24 1810#, c-format
245a493c 1811msgid "cannot duplicate named pipe %s as fd %d"
f1c4df24 1812msgstr "Kann die benannte Pipe %s nicht auf fd %d."
245a493c 1813
b721485f 1814#: subst.c:5273
245a493c 1815msgid "cannot make pipe for command substitution"
a8fd3f3e 1816msgstr "Kann keine Pipes für Kommandoersetzung erzeugen."
245a493c 1817
b721485f 1818#: subst.c:5311
245a493c 1819msgid "cannot make child for command substitution"
a8fd3f3e 1820msgstr "Kann keinen Unterprozess für die Kommandoersetzung erzeugen."
245a493c
CR
1821
1822# interner Fehler
b721485f 1823#: subst.c:5330
245a493c 1824msgid "command_substitute: cannot duplicate pipe as fd 1"
f1c4df24 1825msgstr "Kommandoersetzung: Kann Pipe nicht als fd 1 duplizieren."
245a493c 1826
b721485f
CR
1827#: subst.c:5733 subst.c:7900
1828#, c-format
1829msgid "%s: invalid variable name for name reference"
1830msgstr ""
1831
1832#: subst.c:5926
245a493c
CR
1833#, c-format
1834msgid "%s: parameter null or not set"
1835msgstr "%s: Parameter ist Null oder nicht gesetzt."
1836
1837# interner Fehler
b721485f 1838#: subst.c:6198 subst.c:6213
245a493c
CR
1839#, c-format
1840msgid "%s: substring expression < 0"
1841msgstr "%s: Teilstring-Ausdruck < 0."
1842
b721485f 1843#: subst.c:7356
245a493c
CR
1844#, c-format
1845msgid "%s: bad substitution"
1846msgstr "%s: Falsche Variablenersetzung."
1847
b721485f 1848#: subst.c:7433
245a493c
CR
1849#, c-format
1850msgid "$%s: cannot assign in this way"
1851msgstr "$%s: Kann so nicht zuweisen."
1852
b721485f
CR
1853#: subst.c:7767
1854msgid ""
1855"future versions of the shell will force evaluation as an arithmetic "
1856"substitution"
1857msgstr ""
1858"Zukünftige Versionen dieser Shell werden das Auswerten arithmetischer "
1859"Ersetzungen erzwingen."
984a1947 1860
b721485f 1861#: subst.c:8271
f1c4df24 1862#, c-format
245a493c 1863msgid "bad substitution: no closing \"`\" in %s"
a8fd3f3e 1864msgstr "Falsche Ersetzung: Keine schließende \"`\" in %s."
245a493c 1865
b721485f 1866#: subst.c:9172
245a493c
CR
1867#, c-format
1868msgid "no match: %s"
f1c4df24 1869msgstr "Keine Entsprechung: %s"
245a493c 1870
b721485f 1871#: test.c:147
245a493c
CR
1872msgid "argument expected"
1873msgstr "Argument erwartet."
1874
b721485f 1875#: test.c:156
245a493c
CR
1876#, c-format
1877msgid "%s: integer expression expected"
1878msgstr "%s: Ganzzahliger Ausdruck erwartet."
1879
b721485f 1880#: test.c:264
245a493c
CR
1881msgid "`)' expected"
1882msgstr "`)' erwartet."
1883
b721485f 1884#: test.c:266
245a493c
CR
1885#, c-format
1886msgid "`)' expected, found %s"
1887msgstr "`)' erwartet, %s gefunden."
1888
b721485f 1889#: test.c:281 test.c:721 test.c:724
245a493c
CR
1890#, c-format
1891msgid "%s: unary operator expected"
a8fd3f3e 1892msgstr "%s: Einstelliger (unärer) Operator erwartet."
245a493c 1893
b721485f 1894#: test.c:468 test.c:764
245a493c
CR
1895#, c-format
1896msgid "%s: binary operator expected"
a8fd3f3e 1897msgstr "%s: Zweistelliger (binärer) Operator erwartet."
245a493c 1898
b721485f 1899#: test.c:839
245a493c
CR
1900msgid "missing `]'"
1901msgstr "Fehlende `]'"
1902
b721485f 1903#: trap.c:217
245a493c 1904msgid "invalid signal number"
a8fd3f3e 1905msgstr "Ungültige Signalnummer."
245a493c 1906
b721485f 1907#: trap.c:348
245a493c
CR
1908#, c-format
1909msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1910msgstr ""
1911
b721485f 1912#: trap.c:352
245a493c 1913#, c-format
b721485f
CR
1914msgid ""
1915"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
245a493c
CR
1916msgstr ""
1917
1918# Programmierfehler
b721485f 1919#: trap.c:398
f1c4df24 1920#, c-format
245a493c
CR
1921msgid "trap_handler: bad signal %d"
1922msgstr "trap_handler: Falsches Signal %d."
1923
b721485f 1924#: variables.c:380
245a493c
CR
1925#, c-format
1926msgid "error importing function definition for `%s'"
a8fd3f3e 1927msgstr "Fehler beim Importieren der Funktionsdefinition für `%s'."
245a493c 1928
b721485f 1929#: variables.c:778
245a493c
CR
1930#, c-format
1931msgid "shell level (%d) too high, resetting to 1"
1932msgstr ""
1933
b721485f 1934#: variables.c:2198
245a493c
CR
1935msgid "make_local_variable: no function context at current scope"
1936msgstr ""
1937
b721485f
CR
1938#: variables.c:2217
1939#, fuzzy, c-format
1940msgid "%s: variable may not be assigned value"
1941msgstr "%s: Kann fd keiner Variable zuweisen."
1942
1943#: variables.c:3554
245a493c
CR
1944msgid "all_local_variables: no function context at current scope"
1945msgstr ""
1946
b721485f 1947#: variables.c:3799
eb0b2ad8 1948#, c-format
08e72d7a 1949msgid "%s has null exportstr"
eb0b2ad8 1950msgstr ""
08e72d7a 1951
b721485f 1952#: variables.c:3804 variables.c:3813
245a493c
CR
1953#, c-format
1954msgid "invalid character %d in exportstr for %s"
1955msgstr ""
1956
b721485f 1957#: variables.c:3819
245a493c
CR
1958#, c-format
1959msgid "no `=' in exportstr for %s"
1960msgstr ""
1961
b721485f 1962#: variables.c:4252
245a493c
CR
1963msgid "pop_var_context: head of shell_variables not a function context"
1964msgstr ""
1965
b721485f 1966#: variables.c:4265
245a493c
CR
1967msgid "pop_var_context: no global_variables context"
1968msgstr ""
1969
b721485f 1970#: variables.c:4339
245a493c
CR
1971msgid "pop_scope: head of shell_variables not a temporary environment scope"
1972msgstr ""
1973
b721485f 1974#: variables.c:5165
eb0b2ad8 1975#, c-format
08e72d7a 1976msgid "%s: %s: cannot open as FILE"
eb0b2ad8 1977msgstr "%s: %s: Kann nicht als Datei geöffnet werden."
08e72d7a 1978
b721485f 1979#: variables.c:5170
eb0b2ad8 1980#, c-format
08e72d7a 1981msgid "%s: %s: invalid value for trace file descriptor"
eb0b2ad8 1982msgstr ""
08e72d7a 1983
b721485f
CR
1984#: variables.c:5215
1985#, fuzzy, c-format
1986msgid "%s: %s: compatibility value out of range"
1987msgstr "%s: %s ist außerhalb des Gültigkeitsbereiches."
1988
1989#: version.c:46 version2.c:46
1990#, fuzzy
1991msgid "Copyright (C) 2012 Free Software Foundation, Inc."
d9e1f41e 1992msgstr "Copyright (C) 2011 Free Software Foundation, Inc."
dd4f3dd8 1993
b721485f
CR
1994#: version.c:47 version2.c:47
1995msgid ""
1996"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
1997"html>\n"
1998msgstr ""
1999"Lizenz GPLv3+: GNU GPL Version 3 oder jünger <http://gnu.org/licenses/gpl."
2000"html>\n"
dd4f3dd8 2001
b721485f 2002#: version.c:86 version2.c:86
48ff5447 2003#, c-format
245a493c 2004msgid "GNU bash, version %s (%s)\n"
48ff5447 2005msgstr "GNU bash, Version %s (%s)\n"
245a493c 2006
b721485f
CR
2007#: version.c:91 version2.c:91
2008#, fuzzy
2009msgid "This is free software; you are free to change and redistribute it."
a8fd3f3e 2010msgstr "Dies ist freie Software. Sie darf verändert und verteilt werden.\n"
dd4f3dd8 2011
b721485f
CR
2012#: version.c:92 version2.c:92
2013#, fuzzy
2014msgid "There is NO WARRANTY, to the extent permitted by law."
a8fd3f3e 2015msgstr "Für dieses Programm besteht keinerlei Garantie.\n"
dd4f3dd8 2016
08e72d7a 2017#: xmalloc.c:91
eb0b2ad8 2018#, c-format
08e72d7a 2019msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
15623760 2020msgstr "%s: Konnte nicht %lu Bytes reservieren (%lu bytes reserviert)."
245a493c 2021
08e72d7a 2022#: xmalloc.c:93
eb0b2ad8 2023#, c-format
08e72d7a 2024msgid "%s: cannot allocate %lu bytes"
15623760 2025msgstr "%s: Konnte nicht %lu Bytes reservieren."
245a493c 2026
08e72d7a 2027#: xmalloc.c:163
eb0b2ad8 2028#, c-format
08e72d7a 2029msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
15623760 2030msgstr "%s: %s:%d: Konnte nicht %lu Bytes reservieren (%lu bytes reserviert)."
245a493c 2031
08e72d7a 2032#: xmalloc.c:165
eb0b2ad8 2033#, c-format
08e72d7a 2034msgid "%s: %s:%d: cannot allocate %lu bytes"
15623760 2035msgstr "%s: %s:%d: Konnte nicht %lu Bytes reservieren."
245a493c 2036
245a493c
CR
2037#: builtins.c:43
2038msgid "alias [-p] [name[=value] ... ]"
2039msgstr "alias [-p] [Name[=Wert] ... ]"
2040
2041#: builtins.c:47
245a493c 2042msgid "unalias [-a] name [name ...]"
48ff5447 2043msgstr "unalias [-a] Name [Name ...]"
245a493c
CR
2044
2045#: builtins.c:51
b721485f
CR
2046#, fuzzy
2047msgid ""
2048"bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
2049"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
2050msgstr ""
2051"bind [-lpvsPVS] [-m Tastaturtabelle] [-f Dateiname] [-q Name] [-u Name] [-r "
2052"Tastenfolge:Shell Kommando] [Tastenfolge:readline Funktion oder Kommando]"
245a493c
CR
2053
2054#: builtins.c:54
2055msgid "break [n]"
2056msgstr "break [n]"
2057
2058#: builtins.c:56
2059msgid "continue [n]"
2060msgstr "continue [n]"
2061
2062#: builtins.c:58
2063msgid "builtin [shell-builtin [arg ...]]"
2064msgstr "builtin [Shellkommando [Argument ...]]"
2065
2066#: builtins.c:61
245a493c 2067msgid "caller [expr]"
48ff5447 2068msgstr "caller [Ausdruck]"
245a493c
CR
2069
2070#: builtins.c:64
06dff54a 2071msgid "cd [-L|[-P [-e]]] [dir]"
d9e1f41e 2072msgstr "cd [-L|[-P [-e]]] [Verzeichnis]"
245a493c
CR
2073
2074#: builtins.c:66
245a493c 2075msgid "pwd [-LP]"
48ff5447 2076msgstr "pwd [-LP]"
245a493c
CR
2077
2078#: builtins.c:68
2079msgid ":"
2080msgstr ":"
2081
2082#: builtins.c:70
2083msgid "true"
15623760 2084msgstr "true"
245a493c
CR
2085
2086#: builtins.c:72
2087msgid "false"
15623760 2088msgstr "false"
245a493c
CR
2089
2090#: builtins.c:74
2091msgid "command [-pVv] command [arg ...]"
2092msgstr "command [-pVv] Kommando [Argument ...]"
2093
2094#: builtins.c:76
b721485f
CR
2095#, fuzzy
2096msgid "declare [-aAfFgilnrtux] [-p] [name[=value] ...]"
d9e1f41e 2097msgstr "declare [-aAfFgilrtux] [-p] Name[=Wert] ..."
245a493c 2098
48ff5447 2099#
245a493c 2100#: builtins.c:78
06dff54a 2101msgid "typeset [-aAfFgilrtux] [-p] name[=value] ..."
d9e1f41e 2102msgstr "typeset [-aAfFgilrtux] [-p] Name[=Wert] ..."
245a493c
CR
2103
2104#: builtins.c:80
245a493c 2105msgid "local [option] name[=value] ..."
48ff5447 2106msgstr "local [Option] Name[=Wert] ..."
245a493c
CR
2107
2108#: builtins.c:83
2109msgid "echo [-neE] [arg ...]"
2110msgstr "echo [-neE] [Argument ...]"
2111
2112#: builtins.c:87
2113msgid "echo [-n] [arg ...]"
2114msgstr "echo [-n] [Argument ...]"
2115
2116#: builtins.c:90
245a493c 2117msgid "enable [-a] [-dnps] [-f filename] [name ...]"
48ff5447 2118msgstr "enable [-a] [-dnps] [-f Dateiname] [Name ...]"
245a493c
CR
2119
2120#: builtins.c:92
2121msgid "eval [arg ...]"
2122msgstr "eval [Argument ...]"
2123
2124#: builtins.c:94
2125msgid "getopts optstring name [arg]"
2126msgstr "getopts Optionen Variable [Argumente]"
2127
2128#: builtins.c:96
245a493c 2129msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
48ff5447 2130msgstr "exec [-cl] [-a Name] [Kommando [Argumente ...]] [Umleitung ...]"
245a493c
CR
2131
2132#: builtins.c:98
2133msgid "exit [n]"
2134msgstr "exit [n]"
2135
2136#: builtins.c:100
245a493c 2137msgid "logout [n]"
f1c4df24 2138msgstr "logout [n]"
245a493c
CR
2139
2140#: builtins.c:103
245a493c 2141msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
b721485f
CR
2142msgstr ""
2143"fc [-e Editor] [-lnr] [Anfang] [Ende] oder fc -s [Muster=Ersetzung] "
2144"[Kommando]"
245a493c
CR
2145
2146#: builtins.c:107
2147msgid "fg [job_spec]"
2148msgstr "fg [Jobbezeichnung]"
2149
2150#: builtins.c:111
245a493c 2151msgid "bg [job_spec ...]"
48ff5447 2152msgstr "bg [Jobbezeichnung ...]"
245a493c
CR
2153
2154#: builtins.c:114
245a493c 2155msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
48ff5447 2156msgstr "hash [-lr] [-p Pfadname] [-dt] [Name ...]"
245a493c
CR
2157
2158#: builtins.c:117
08e72d7a 2159msgid "help [-dms] [pattern ...]"
eb0b2ad8 2160msgstr "help [-dms] [Muster ...]"
245a493c
CR
2161
2162#: builtins.c:121
b721485f
CR
2163msgid ""
2164"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2165"[arg...]"
2166msgstr ""
2167"history [-c] [-d Offset] [n] oder history -anrw [Dateiname] oder history -ps "
2168"Argument [Argument...]"
245a493c
CR
2169
2170#: builtins.c:125
2171msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2172msgstr "jobs [-lnprs] [Jobbez. ...] or jobs -x Kommando [Arg]"
2173
2174#: builtins.c:129
245a493c 2175msgid "disown [-h] [-ar] [jobspec ...]"
48ff5447 2176msgstr "disown [-h] [-ar] [Jobbezeichnung ...]"
245a493c
CR
2177
2178#: builtins.c:132
b721485f
CR
2179msgid ""
2180"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2181"[sigspec]"
2182msgstr ""
2183"kill [-s Signalname | -n Signalnummer | -Signalname] [pid | job] ... oder "
2184"kill -l [Signalname]"
245a493c
CR
2185
2186#: builtins.c:134
2187msgid "let arg [arg ...]"
2188msgstr "let Argument [Argument ...]"
2189
2190#: builtins.c:136
b721485f
CR
2191msgid ""
2192"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2193"prompt] [-t timeout] [-u fd] [name ...]"
2194msgstr ""
2195"read [-ers] [-a Feld] [-d Begrenzer] [-i Text] [-n Zeichenanzahl] [-N "
2196"Zeichenanzahl] [-p Prompt] [-t Zeitlimit] [-u fd] [Name ...]"
245a493c
CR
2197
2198#: builtins.c:138
2199msgid "return [n]"
2200msgstr "return [n]"
2201
2202#: builtins.c:140
ba3a2ee1 2203msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
d9e1f41e 2204msgstr "set [-abefhkmnptuvxBCHP] [-o Option] [--] [Argument ...]"
245a493c
CR
2205
2206#: builtins.c:142
b721485f
CR
2207#, fuzzy
2208msgid "unset [-f] [-v] [-n] [name ...]"
245a493c
CR
2209msgstr "unset [-f] [-v] [NAME ...]"
2210
2211#: builtins.c:144
245a493c 2212msgid "export [-fn] [name[=value] ...] or export -p"
48ff5447 2213msgstr "export [-fn] [Name[=Wert] ...] oder export -p"
245a493c
CR
2214
2215#: builtins.c:146
9aea5882 2216msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
d9e1f41e 2217msgstr "readonly [-aAf] [Name[=Wert] ...] oder readonly -p"
245a493c
CR
2218
2219#: builtins.c:148
245a493c 2220msgid "shift [n]"
48ff5447 2221msgstr "shift [n]"
245a493c
CR
2222
2223#: builtins.c:150
245a493c 2224msgid "source filename [arguments]"
48ff5447 2225msgstr "source Dateiname [Argumente]"
245a493c
CR
2226
2227#: builtins.c:152
245a493c 2228msgid ". filename [arguments]"
48ff5447 2229msgstr ". Dateiname [Argumente]"
245a493c
CR
2230
2231#: builtins.c:155
2232msgid "suspend [-f]"
2233msgstr "suspend [-f]"
2234
2235#: builtins.c:158
2236msgid "test [expr]"
2237msgstr "test [Ausdruck]"
2238
2239#: builtins.c:160
2240msgid "[ arg... ]"
2241msgstr "[ Argument... ]"
2242
245a493c
CR
2243#: builtins.c:162
2244msgid "times"
2245msgstr "times"
2246
2247#: builtins.c:164
245a493c 2248msgid "trap [-lp] [[arg] signal_spec ...]"
48ff5447 2249msgstr "trap [-lp] [[Argument] Signalbezeichnung ...]"
245a493c
CR
2250
2251#: builtins.c:166
245a493c 2252msgid "type [-afptP] name [name ...]"
48ff5447 2253msgstr "type [-afptP] Name [Name ...]"
245a493c
CR
2254
2255#: builtins.c:169
b721485f
CR
2256#, fuzzy
2257msgid "ulimit [-SHabcdefilmnpqrstuvxT] [limit]"
48ff5447 2258msgstr "ulimit [-SHacdefilmnpqrstuvx] [Grenzwert]"
245a493c
CR
2259
2260#: builtins.c:172
245a493c 2261msgid "umask [-p] [-S] [mode]"
48ff5447 2262msgstr "umask [-p] [-S] [Modus]"
245a493c
CR
2263
2264#: builtins.c:175
b721485f
CR
2265#, fuzzy
2266msgid "wait [-n] [id ...]"
48ff5447 2267msgstr "wait [id]"
245a493c
CR
2268
2269#: builtins.c:179
b721485f
CR
2270#, fuzzy
2271msgid "wait [pid ...]"
48ff5447 2272msgstr "wait [pid]"
245a493c
CR
2273
2274#: builtins.c:182
245a493c 2275msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
48ff5447 2276msgstr "for Name [in Wortliste ... ] ; do Kommandos; done"
245a493c
CR
2277
2278#: builtins.c:184
245a493c 2279msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
48ff5447 2280msgstr "for (( Ausdr1; Ausdr2; Ausdr3 )); do Kommandos; done"
245a493c
CR
2281
2282#: builtins.c:186
2283msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2284msgstr "select Name [in Wortliste ... ;] do Kommandos; done"
2285
2286#: builtins.c:188
2287msgid "time [-p] pipeline"
691aebcb 2288msgstr "time [-p] Pipeline"
245a493c
CR
2289
2290#: builtins.c:190
2291msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2292msgstr "case Wort in [Muster [| Muster]...) Kommandos ;;]... esac"
2293
2294#: builtins.c:192
b721485f
CR
2295msgid ""
2296"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2297"COMMANDS; ] fi"
2298msgstr ""
2299"if Kommandos; then Kommandos; [ elif Kommandos; then Kommandos; ]... [ else "
2300"Kommandos; ] fi"
245a493c
CR
2301
2302#: builtins.c:194
2303msgid "while COMMANDS; do COMMANDS; done"
2304msgstr "while Kommandos; do Kommandos; done"
2305
2306#: builtins.c:196
2307msgid "until COMMANDS; do COMMANDS; done"
2308msgstr "until Kommandos; do Kommandos; done"
2309
2310#: builtins.c:198
a05a1337 2311msgid "coproc [NAME] command [redirections]"
691aebcb 2312msgstr "coproc [Name] Kommando [Umleitungen]"
a05a1337
CR
2313
2314#: builtins.c:200
245a493c
CR
2315msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2316msgstr "function Name { Kommandos ; } oder Name () { Kommandos ; }"
2317
a05a1337 2318#: builtins.c:202
245a493c 2319msgid "{ COMMANDS ; }"
48ff5447 2320msgstr "{ Kommandos ; }"
245a493c 2321
a05a1337 2322#: builtins.c:204
245a493c 2323msgid "job_spec [&]"
48ff5447 2324msgstr "Jobbezeichnung [&]"
245a493c 2325
a05a1337 2326#: builtins.c:206
245a493c 2327msgid "(( expression ))"
48ff5447 2328msgstr "(( Ausdruck ))"
245a493c 2329
a05a1337 2330#: builtins.c:208
245a493c 2331msgid "[[ expression ]]"
48ff5447 2332msgstr "[[ Ausdruck ]]"
245a493c 2333
a05a1337 2334#: builtins.c:210
245a493c 2335msgid "variables - Names and meanings of some shell variables"
14e8b2a7 2336msgstr "variables - Namen und Bedeutung einiger Shell Variablen"
245a493c 2337
a05a1337 2338#: builtins.c:213
245a493c 2339msgid "pushd [-n] [+N | -N | dir]"
48ff5447 2340msgstr "pushd [-n] [+N | -N | Verzeichnis]"
245a493c 2341
a05a1337 2342#: builtins.c:217
245a493c 2343msgid "popd [-n] [+N | -N]"
48ff5447 2344msgstr "popd [-n] [+N | -N]"
245a493c 2345
a05a1337 2346#: builtins.c:221
245a493c
CR
2347msgid "dirs [-clpv] [+N] [-N]"
2348msgstr "dirs [-clpv] [+N] [-N]"
2349
a05a1337 2350#: builtins.c:224
245a493c 2351msgid "shopt [-pqsu] [-o] [optname ...]"
48ff5447 2352msgstr "shopt [-pqsu] [-o] [Optionsname ...]"
245a493c 2353
a05a1337 2354#: builtins.c:226
245a493c 2355msgid "printf [-v var] format [arguments]"
48ff5447 2356msgstr "printf [-v var] Format [Argumente]"
245a493c 2357
a05a1337 2358#: builtins.c:229
b721485f
CR
2359msgid ""
2360"complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
2361"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2362"suffix] [name ...]"
2363msgstr ""
2364"complete [-abcdefgjksuv] [-pr] [-DE] [-o Option] [-A Aktion] [-G Suchmuster] "
2365"[-W Wortliste] [-F Funktion] [-C Kommando] [-X Filtermuster] [-P Prefix] [-"
2366"S Suffix] [Name ...]"
245a493c 2367
a05a1337 2368#: builtins.c:233
b721485f
CR
2369msgid ""
2370"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] "
2371"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2372msgstr ""
2373"compgen [-abcdefgjksuv] [-o Option] [-A Aktion] [-G Suchmuster] [-W "
2374"Wortliste] [-F Funktion] [-C Kommando] [-X Filtermuster] [-P Prefix] [-S "
2375"Suffix] [Wort]"
245a493c 2376
a05a1337 2377#: builtins.c:237
08e72d7a 2378msgid "compopt [-o|+o option] [-DE] [name ...]"
eb0b2ad8 2379msgstr "compopt [-o|+o Option] [-DE] [Name ...]"
245a493c 2380
a05a1337 2381#: builtins.c:240
b721485f
CR
2382msgid ""
2383"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2384"quantum] [array]"
2385msgstr ""
2386"mapfile [-n Anzahl] [-O Quelle] [-s Anzahl] [-t] [-u fd] [-C Callback] [-c "
2387"Menge] [Feldvariable]"
245a493c 2388
a05a1337 2389#: builtins.c:242
b721485f
CR
2390msgid ""
2391"readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2392"quantum] [array]"
2393msgstr ""
2394"readarray [-n Anzahl] [-O Quelle] [-s Anzahl] [-t] [-u fd] [-C Callback] [-c "
2395"Menge] [Feldvariable]"
a05a1337 2396
ec860d76 2397# alias
a05a1337 2398#: builtins.c:254
ec860d76 2399#, fuzzy
245a493c
CR
2400msgid ""
2401"Define or display aliases.\n"
2402" \n"
2403" Without arguments, `alias' prints the list of aliases in the reusable\n"
2404" form `alias NAME=VALUE' on standard output.\n"
2405" \n"
2406" Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2407" A trailing space in VALUE causes the next word to be checked for\n"
2408" alias substitution when the alias is expanded.\n"
2409" \n"
2410" Options:\n"
2411" -p\tPrint all defined aliases in a reusable format\n"
2412" \n"
2413" Exit Status:\n"
b721485f
CR
2414" alias returns true unless a NAME is supplied for which no alias has "
2415"been\n"
245a493c
CR
2416" defined."
2417msgstr ""
14e8b2a7
CR
2418"Definiert Aliase oder zeigt sie an.\n"
2419" \n"
2420" Ohne Argumente wird die Liste der Aliase (Synonyme) in der Form \n"
2421" `alias Name=Wert' auf die Standardausgabe gedruckt.\n"
2422"\n"
a8fd3f3e 2423" Sonst wird ein Alias für jeden angegebenen Namen definiert, für den ein\n"
14e8b2a7
CR
2424" Wert angegeben wurde. \n"
2425" A trailing space in VALUE causes the next word to be checked for\n"
2426" alias substitution when the alias is expanded.\n"
2427" \n"
2428" Options:\n"
2429" -p\tPrint all defined aliases in a reusable format\n"
2430" \n"
a8fd3f3e
CR
2431" Rückgabewert:\n"
2432" Meldet Erfolg, außer wenn NAME nicht existiert."
245a493c 2433
ec860d76 2434# unalias
a05a1337 2435#: builtins.c:276
245a493c
CR
2436msgid ""
2437"Remove each NAME from the list of defined aliases.\n"
2438" \n"
2439" Options:\n"
2440" -a\tremove all alias definitions.\n"
2441" \n"
2442" Return success unless a NAME is not an existing alias."
48ff5447 2443msgstr ""
ec860d76 2444"Entferne jeden angegebenen Namen von der Aliasliste.\n"
14e8b2a7
CR
2445" \n"
2446" Optionen:\n"
2447" -a\tEnferne alle Alias Definitionen.\n"
2448" \n"
ec860d76 2449" Gibt immer 0 zurück wenn der Alias existierte."
245a493c 2450
eb0b2ad8 2451# bind
a05a1337 2452#: builtins.c:289
b721485f 2453#, fuzzy
245a493c
CR
2454msgid ""
2455"Set Readline key bindings and variables.\n"
2456" \n"
2457" Bind a key sequence to a Readline function or a macro, or set a\n"
2458" Readline variable. The non-option argument syntax is equivalent to\n"
2459" that found in ~/.inputrc, but must be passed as a single argument:\n"
2460" e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2461" \n"
2462" Options:\n"
2463" -m keymap Use KEYMAP as the keymap for the duration of this\n"
2464" command. Acceptable keymap names are emacs,\n"
b721485f
CR
2465" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2466"move,\n"
245a493c
CR
2467" vi-command, and vi-insert.\n"
2468" -l List names of functions.\n"
2469" -P List function names and bindings.\n"
2470" -p List functions and bindings in a form that can be\n"
2471" reused as input.\n"
b721485f
CR
2472" -S List key sequences that invoke macros and their "
2473"values\n"
2474" -s List key sequences that invoke macros and their "
2475"values\n"
245a493c
CR
2476" in a form that can be reused as input.\n"
2477" -V List variable names and values\n"
2478" -v List variable names and values in a form that can\n"
2479" be reused as input.\n"
2480" -q function-name Query about which keys invoke the named function.\n"
b721485f
CR
2481" -u function-name Unbind all keys which are bound to the named "
2482"function.\n"
245a493c
CR
2483" -r keyseq Remove the binding for KEYSEQ.\n"
2484" -f filename Read key bindings from FILENAME.\n"
2485" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2486" \t\t\t\tKEYSEQ is entered.\n"
b721485f
CR
2487" -X\t\t List key sequences bound with -x and associated commands\n"
2488" in a form that can be reused as input.\n"
245a493c
CR
2489" \n"
2490" Exit Status:\n"
2491" bind returns 0 unless an unrecognized option is given or an error occurs."
2492msgstr ""
eb0b2ad8
CR
2493"Konfiguriert Readline Tastenzuordnungen und Variablen.\n"
2494" \n"
2495" Weist eine Tastensequenz einer Readline Funktion oder einem Makro\n"
d9e1f41e
CR
2496" zu oder setzt eine Readline Variable. Der non-option Argument\n"
2497" syntax ist zu den Einträgen in ~/.inputrc äquivalent, aber sie\n"
2498" müssen als einzelnes Argument übergeben werden. Z.B: bind\n"
2499" '\"\\C-x\\C-r\": re-read-init-file'.\n"
eb0b2ad8
CR
2500" \n"
2501" Optionen:\n"
b721485f
CR
2502" -m Keymap Benutzt KEYMAP as Tastaturbelegung für die "
2503"Laufzeit\n"
2504" dieses Kommandos. Gültige Keymap Namen sind: "
2505"emacs,\n"
2506" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2507"move,\n"
d9e1f41e 2508" vi-command und vi-insert.\n"
eb0b2ad8
CR
2509" -l Listet Funktionsnamen auf.\n"
2510" -P Listet Funktionsnamen und Tastenzuordnungen auf.\n"
b721485f
CR
2511" -p Listet Funktionsnamen und Tastenzuordnungen so "
2512"auf,\n"
2513" dass sie direkt als Eingabe verwendet werden "
2514"können.\n"
2515" -S Listet Tastenfolgen und deren Werte auf, die "
2516"Makros \n"
d9e1f41e 2517" aufrufen.\n"
b721485f
CR
2518" -s Listet Tastenfolgen und deren Werte auf, die "
2519"Makros \n"
2520" aufrufen, dass sie als Eingabe wiederverwendet "
2521"werden\n"
ec860d76
CR
2522" können.\n"
2523" -V Listet Variablennamen und Werte auf.\n"
b721485f
CR
2524" -v Listet Variablennamen und Werte so auf, dass sie "
2525"als\n"
ec860d76 2526" Eingabe verwendet werden können.\n"
b721485f
CR
2527" -q Funktionsname Sucht die Tastenfolgen, welche die angegebene "
2528"Funktion aufrufen.\n"
2529" -u Funktionsname Entfernt alle der Funktion zugeordneten "
2530"Tastenfolgen.\n"
2531" -r Tastenfolge Entfernt die Zuweisungen der angegebeben "
2532"Tastenfolge.\n"
2533" -f Dateiname Liest die Tastenzuordnungen aus der angegebenen "
2534"Datei.\n"
2535" -x Tastenfolge:Shellkommando\tWeist der Tastenfolge das "
2536"Shellkommando\n"
d9e1f41e 2537" \t\t\t\t\tzu.\n"
eb0b2ad8
CR
2538" \n"
2539" Rückgabewert: \n"
2540" Bind gibt 0 zurück, wenn keine unerkannte Option angegeben wurde\n"
2541" oder ein Fehler eintrat."
245a493c 2542
ec860d76 2543# break
b721485f 2544#: builtins.c:328
245a493c
CR
2545msgid ""
2546"Exit for, while, or until loops.\n"
2547" \n"
2548" Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n"
2549" loops.\n"
2550" \n"
2551" Exit Status:\n"
dd4f3dd8 2552" The exit status is 0 unless N is not greater than or equal to 1."
245a493c 2553msgstr ""
14e8b2a7
CR
2554"Beendet for, while oder until Schleifen.\n"
2555" \n"
ec860d76
CR
2556" Break beendet eine »for«, »while« oder »until« Schleife. Wenn »n«\n"
2557" angegeben ist, werden entsprechend viele geschachtelte Schleifen\n"
2558" beendet.\n"
14e8b2a7 2559" \n"
a8fd3f3e 2560" Rückgabewert:\n"
ec860d76 2561" Der Rückgabewert ist 0, außer »n« ist nicht größer oder gleich 1."
245a493c 2562
ec860d76 2563# continue
b721485f 2564#: builtins.c:340
245a493c
CR
2565msgid ""
2566"Resume for, while, or until loops.\n"
2567" \n"
2568" Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2569" If N is specified, resumes the Nth enclosing loop.\n"
2570" \n"
2571" Exit Status:\n"
dd4f3dd8 2572" The exit status is 0 unless N is not greater than or equal to 1."
245a493c 2573msgstr ""
14e8b2a7
CR
2574"Springt zum Schleifenanfang von for, while, oder until Schleifen.\n"
2575" \n"
ec860d76
CR
2576" Springt zum Schleifenanfang der aktuellen »for«, »while« oder »until«\n"
2577" Schleife. Wenn »n« angegeben ist, wird zum Beginn der »n«-ten\n"
a8fd3f3e 2578" übergeordneten Schleife gesprungen.\n"
14e8b2a7 2579" \n"
a8fd3f3e 2580" Rückgabewert:\n"
ec860d76 2581" Der Rückgabewert ist 0, außer wenn »n« nicht größer oder gleich 1 ist."
245a493c 2582
ec860d76 2583# builtin
b721485f 2584#: builtins.c:352
245a493c
CR
2585msgid ""
2586"Execute shell builtins.\n"
2587" \n"
2588" Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2589" lookup. This is useful when you wish to reimplement a shell builtin\n"
b721485f
CR
2590" as a shell function, but need to execute the builtin within the "
2591"function.\n"
245a493c
CR
2592" \n"
2593" Exit Status:\n"
2594" Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2595" not a shell builtin.."
2596msgstr ""
ec860d76 2597"Führt eine in der Shell definierts Kommando aus.\n"
a8fd3f3e 2598" \n"
ec860d76
CR
2599" Führt eine in der Shell definertes Kommando aus. Dies ist dann\n"
2600" nützlich, wenn es mit gleichem Namen als Funktion reimplementiert\n"
2601" werden soll, aber die Funktionalität des eingebauten Kommandos\n"
2602" innerhalb der neuen Funktion benötigt wird.\n"
a8fd3f3e
CR
2603" \n"
2604" Rückgabewert: \n"
ec860d76
CR
2605" Der Rückgabewert des aufgerufenen Kommandos oder »falsch«, wenn\n"
2606" dieses nicht existiert."
245a493c 2607
ec860d76 2608# caller
b721485f 2609#: builtins.c:367
245a493c
CR
2610msgid ""
2611"Return the context of the current subroutine call.\n"
2612" \n"
2613" Without EXPR, returns \"$line $filename\". With EXPR, returns\n"
2614" \"$line $subroutine $filename\"; this extra information can be used to\n"
2615" provide a stack trace.\n"
2616" \n"
2617" The value of EXPR indicates how many call frames to go back before the\n"
2618" current one; the top frame is frame 0.\n"
2619" \n"
2620" Exit Status:\n"
2621" Returns 0 unless the shell is not executing a shell function or EXPR\n"
2622" is invalid."
2623msgstr ""
2624
ec860d76 2625# cd
b721485f
CR
2626#: builtins.c:385
2627#, fuzzy
245a493c
CR
2628msgid ""
2629"Change the shell working directory.\n"
2630" \n"
b721485f
CR
2631" Change the current directory to DIR. The default DIR is the value of "
2632"the\n"
245a493c
CR
2633" HOME shell variable.\n"
2634" \n"
b721485f
CR
2635" The variable CDPATH defines the search path for the directory "
2636"containing\n"
2637" DIR. Alternative directory names in CDPATH are separated by a colon "
2638"(:).\n"
2639" A null directory name is the same as the current directory. If DIR "
2640"begins\n"
245a493c
CR
2641" with a slash (/), then CDPATH is not used.\n"
2642" \n"
b721485f
CR
2643" If the directory is not found, and the shell option `cdable_vars' is "
2644"set,\n"
2645" the word is assumed to be a variable name. If that variable has a "
2646"value,\n"
245a493c
CR
2647" its value is used for DIR.\n"
2648" \n"
2649" Options:\n"
b721485f
CR
2650" -L\tforce symbolic links to be followed: resolve symbolic links in\n"
2651" \tDIR after processing instances of `..'\n"
245a493c 2652" -P\tuse the physical directory structure without following symbolic\n"
b721485f
CR
2653" \tlinks: resolve symbolic links in DIR before processing instances\n"
2654" \tof `..'\n"
06dff54a
CR
2655" -e\tif the -P option is supplied, and the current working directory\n"
2656" \tcannot be determined successfully, exit with a non-zero status\n"
245a493c
CR
2657" \n"
2658" The default is to follow symbolic links, as if `-L' were specified.\n"
b721485f
CR
2659" `..' is processed by removing the immediately previous pathname "
2660"component\n"
2661" back to a slash or the beginning of DIR.\n"
245a493c
CR
2662" \n"
2663" Exit Status:\n"
b721485f
CR
2664" Returns 0 if the directory is changed, and if $PWD is set successfully "
2665"when\n"
06dff54a 2666" -P is used; non-zero otherwise."
245a493c 2667msgstr ""
a8fd3f3e
CR
2668"Wechselt das Arbeitsverzeichnis.\n"
2669" \n"
2670" Wechselt das aktuelle Abeitsverzeichnis zu DIR. Ohne Angabe eines\n"
d9e1f41e 2671" Verzeichnisses wird in das Heimatverzeichnis gewechselt.\n"
a8fd3f3e
CR
2672" \n"
2673" Die Variable CDPATH enthält den Suchpfad für das in DIR\n"
2674" spezifizierte Verzeichnis. Die Pfadnamen werden durch Doppelpunkte\n"
ec860d76
CR
2675" »:« getrennt. Ein leerer Pfadname bezeichnet das aktuelle\n"
2676" Verzeichnis. Wenn DIR mit einem Schrägstrich »/« beginnt, wird der\n"
a8fd3f3e
CR
2677" CDPATH nicht durchsucht.\n"
2678" \n"
2679" Wenn kein entsprechendes Verzeichnis gefunden wurde und die Shell\n"
2680" Option `cdable_vars' gesetzt ist, dann wird angenommen, dass DIR\n"
2681" einen Variablennamen enthält. Wenn dann noch diese Variable ein\n"
2682" Wert besitzt, wird dieser als Inhalt von DIR verwendet.\n"
2683" \n"
2684" Optionen:\n"
2685" -L\tErzwingt das Folgen symbolischer Verweise.\n"
2686" -P\tSymbolische Verweise werden ignoriert.\n"
ec860d76
CR
2687" -e\tZusammen mit der »-P« Option wird der Rückgabewert ungleich 0, \n"
2688"\t\twenn das aktuelle Arbeitsverzeichns nach einem\n"
2689"\t\terfolgreichn Verzeichniswechsel nicht ermittelt werden\n"
2690"\t\tkonnte.\n"
a8fd3f3e
CR
2691" \n"
2692" Standardmäßig wird symbolischen Verweisen gefolgt.\n"
2693" \n"
d9e1f41e
CR
2694" Rückgabewert: \n"
2695" Der Rückgabewert ist 0, wenn das Verzeichnis gewechselt wurde,\n"
ec860d76
CR
2696" sonst ungleich 0.\n"
2697" Mit den Optionen »-P -e« wird ein Rückgabewert ungleich 0 auch\n"
2698" dann gesetzt, wenn das neue aktuelle Verzeichnis nicht ermittelt\n"
2699" werden konnte."
245a493c 2700
ec860d76 2701# pwd
b721485f 2702#: builtins.c:420
245a493c
CR
2703msgid ""
2704"Print the name of the current working directory.\n"
2705" \n"
2706" Options:\n"
2707" -L\tprint the value of $PWD if it names the current working\n"
2708" \tdirectory\n"
2709" -P\tprint the physical directory, without any symbolic links\n"
2710" \n"
2711" By default, `pwd' behaves as if `-L' were specified.\n"
2712" \n"
2713" Exit Status:\n"
2714" Returns 0 unless an invalid option is given or the current directory\n"
2715" cannot be read."
ec860d76
CR
2716msgstr ""
2717"Gibt den Namen des aktuellen Arbeitsverzeichnisses aus.\n"
2718" \n"
2719" Optionen:\n"
2720" -L\tGibt den Inhalt der Variable $PWD aus.\n"
2721" -P\tGibt den physischen Verzeichnispfad aus, ohne\n"
2722" symbolische Verweise.\n"
2723" \n"
2724" Standardmäßig wird immer die Option »-L« gesetzt.\n"
2725" \n"
2726" Rückgabewert:\n"
2727" Ist 0 außer wenn eine ungültige Option angegeben oder das aktuelle\n"
2728" Verzeichnis nicht lesbar ist."
245a493c
CR
2729
2730# colon
b721485f 2731#: builtins.c:437
245a493c
CR
2732msgid ""
2733"Null command.\n"
2734" \n"
2735" No effect; the command does nothing.\n"
2736" \n"
2737" Exit Status:\n"
2738" Always succeeds."
14e8b2a7
CR
2739msgstr ""
2740"Leeranweisung.\n"
2741"\n"
2742" Leeranweisung; das Kommando hat keine Wirkung.\n"
2743"\n"
a8fd3f3e 2744" Rückgabewert:\n"
ec860d76 2745" Das Kommando ist immer »wahr«."
245a493c 2746
ec860d76 2747# true
b721485f 2748#: builtins.c:448
245a493c
CR
2749msgid ""
2750"Return a successful result.\n"
2751" \n"
2752" Exit Status:\n"
2753" Always succeeds."
2754msgstr ""
ec860d76
CR
2755"Gibt »wahr« zurück.\n"
2756" \n"
2757" Rückgabewert:\n"
2758" Immer »wahr«."
245a493c 2759
b721485f 2760#: builtins.c:457
245a493c
CR
2761msgid ""
2762"Return an unsuccessful result.\n"
2763" \n"
2764" Exit Status:\n"
2765" Always fails."
2766msgstr ""
ec860d76
CR
2767"Gibt »falsch« zurück.\n"
2768" \n"
2769" Rückgabewert:\n"
2770" Immer »falsch«."
245a493c 2771
b721485f 2772#: builtins.c:466
245a493c
CR
2773msgid ""
2774"Execute a simple command or display information about commands.\n"
2775" \n"
2776" Runs COMMAND with ARGS suppressing shell function lookup, or display\n"
b721485f
CR
2777" information about the specified COMMANDs. Can be used to invoke "
2778"commands\n"
245a493c
CR
2779" on disk when a function with the same name exists.\n"
2780" \n"
2781" Options:\n"
2782" -p\tuse a default value for PATH that is guaranteed to find all of\n"
2783" \tthe standard utilities\n"
2784" -v\tprint a description of COMMAND similar to the `type' builtin\n"
2785" -V\tprint a more verbose description of each COMMAND\n"
2786" \n"
2787" Exit Status:\n"
2788" Returns exit status of COMMAND, or failure if COMMAND is not found."
2789msgstr ""
2790
b721485f 2791#: builtins.c:485
245a493c
CR
2792msgid ""
2793"Set variable values and attributes.\n"
2794" \n"
2795" Declare variables and give them attributes. If no NAMEs are given,\n"
2796" display the attributes and values of all variables.\n"
2797" \n"
2798" Options:\n"
2799" -f\trestrict action or display to function names and definitions\n"
2800" -F\trestrict display to function names only (plus line number and\n"
2801" \tsource file when debugging)\n"
06dff54a
CR
2802" -g\tcreate global variables when used in a shell function; otherwise\n"
2803" \tignored\n"
245a493c
CR
2804" -p\tdisplay the attributes and value of each NAME\n"
2805" \n"
2806" Options which set attributes:\n"
dd4f3dd8
CR
2807" -a\tto make NAMEs indexed arrays (if supported)\n"
2808" -A\tto make NAMEs associative arrays (if supported)\n"
245a493c 2809" -i\tto make NAMEs have the `integer' attribute\n"
dd4f3dd8 2810" -l\tto convert NAMEs to lower case on assignment\n"
b721485f 2811" -n\tmake NAME a reference to the variable named by its value\n"
245a493c
CR
2812" -r\tto make NAMEs readonly\n"
2813" -t\tto make NAMEs have the `trace' attribute\n"
dd4f3dd8 2814" -u\tto convert NAMEs to upper case on assignment\n"
245a493c
CR
2815" -x\tto make NAMEs export\n"
2816" \n"
2817" Using `+' instead of `-' turns off the given attribute.\n"
2818" \n"
2819" Variables with the integer attribute have arithmetic evaluation (see\n"
2820" the `let' command) performed when the variable is assigned a value.\n"
2821" \n"
b721485f
CR
2822" When used in a function, `declare' makes NAMEs local, as with the "
2823"`local'\n"
06dff54a 2824" command. The `-g' option suppresses this behavior.\n"
245a493c
CR
2825" \n"
2826" Exit Status:\n"
b721485f
CR
2827" Returns success unless an invalid option is supplied or a variable\n"
2828" assignment error occurs."
245a493c
CR
2829msgstr ""
2830
b721485f 2831#: builtins.c:525
245a493c
CR
2832msgid ""
2833"Set variable values and attributes.\n"
2834" \n"
2835" Obsolete. See `help declare'."
2836msgstr ""
48ff5447
CR
2837"Setzt Variablen Werte und Eigenschaften\n"
2838"\n"
2839" Veraltet. Siehe `help declare'."
245a493c 2840
b721485f
CR
2841#: builtins.c:533
2842#, fuzzy
245a493c
CR
2843msgid ""
2844"Define local variables.\n"
2845" \n"
2846" Create a local variable called NAME, and give it VALUE. OPTION can\n"
2847" be any option accepted by `declare'.\n"
2848" \n"
2849" Local variables can only be used within a function; they are visible\n"
2850" only to the function where they are defined and its children.\n"
2851" \n"
2852" Exit Status:\n"
b721485f
CR
2853" Returns success unless an invalid option is supplied, a variable\n"
2854" assignment error occurs, or the shell is not executing a function."
245a493c 2855msgstr ""
691aebcb 2856"Definiert lokale Variablen.\n"
48ff5447 2857" \n"
b721485f
CR
2858" Erzeugt eine Lokale Variable NAME und weist ihr den Wert VALUE zu. "
2859"OPTION\n"
48ff5447
CR
2860" kann eine beliebige von `declare' akzeptierte Option sein.\n"
2861"\n"
b721485f
CR
2862" Lokale Variablen können nur innerhalb einer Funktion benutzt werden. "
2863"Sie\n"
2864" sind nur in der sie erzeugenden Funktion und ihren Kindern "
2865"sichtbar. \n"
48ff5447 2866" \n"
a8fd3f3e
CR
2867" Rückgabewert:\n"
2868" Liefert \"Erfolg\" außer bei einer ungültigen Option, einem Fehler oder\n"
2869" die Shell führt keine Funktion aus."
245a493c 2870
b721485f 2871#: builtins.c:550
245a493c
CR
2872msgid ""
2873"Write arguments to the standard output.\n"
2874" \n"
b721485f
CR
2875" Display the ARGs, separated by a single space character and followed by "
2876"a\n"
2877" newline, on the standard output.\n"
245a493c
CR
2878" \n"
2879" Options:\n"
2880" -n\tdo not append a newline\n"
2881" -e\tenable interpretation of the following backslash escapes\n"
2882" -E\texplicitly suppress interpretation of backslash escapes\n"
2883" \n"
2884" `echo' interprets the following backslash-escaped characters:\n"
2885" \\a\talert (bell)\n"
2886" \\b\tbackspace\n"
dd4f3dd8 2887" \\c\tsuppress further output\n"
245a493c 2888" \\e\tescape character\n"
b721485f 2889" \\E\tescape character\n"
245a493c
CR
2890" \\f\tform feed\n"
2891" \\n\tnew line\n"
2892" \\r\tcarriage return\n"
2893" \\t\thorizontal tab\n"
2894" \\v\tvertical tab\n"
2895" \\\\\tbackslash\n"
2896" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n"
2897" \t0 to 3 octal digits\n"
2898" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n"
2899" \tcan be one or two hex digits\n"
2900" \n"
2901" Exit Status:\n"
2902" Returns success unless a write error occurs."
2903msgstr ""
2904
b721485f 2905#: builtins.c:586
245a493c
CR
2906msgid ""
2907"Write arguments to the standard output.\n"
2908" \n"
2909" Display the ARGs on the standard output followed by a newline.\n"
2910" \n"
2911" Options:\n"
2912" -n\tdo not append a newline\n"
2913" \n"
2914" Exit Status:\n"
2915" Returns success unless a write error occurs."
2916msgstr ""
2917
b721485f 2918#: builtins.c:601
245a493c
CR
2919msgid ""
2920"Enable and disable shell builtins.\n"
2921" \n"
2922" Enables and disables builtin shell commands. Disabling allows you to\n"
2923" execute a disk command which has the same name as a shell builtin\n"
2924" without using a full pathname.\n"
2925" \n"
2926" Options:\n"
2927" -a\tprint a list of builtins showing whether or not each is enabled\n"
2928" -n\tdisable each NAME or display a list of disabled builtins\n"
2929" -p\tprint the list of builtins in a reusable format\n"
2930" -s\tprint only the names of Posix `special' builtins\n"
2931" \n"
2932" Options controlling dynamic loading:\n"
2933" -f\tLoad builtin NAME from shared object FILENAME\n"
2934" -d\tRemove a builtin loaded with -f\n"
2935" \n"
2936" Without options, each NAME is enabled.\n"
2937" \n"
2938" To use the `test' found in $PATH instead of the shell builtin\n"
2939" version, type `enable -n test'.\n"
2940" \n"
2941" Exit Status:\n"
2942" Returns success unless NAME is not a shell builtin or an error occurs."
2943msgstr ""
2944
b721485f 2945#: builtins.c:629
245a493c
CR
2946msgid ""
2947"Execute arguments as a shell command.\n"
2948" \n"
b721485f
CR
2949" Combine ARGs into a single string, use the result as input to the "
2950"shell,\n"
245a493c
CR
2951" and execute the resulting commands.\n"
2952" \n"
2953" Exit Status:\n"
2954" Returns exit status of command or success if command is null."
2955msgstr ""
d9e1f41e
CR
2956"Führe die Argumente als Shell Kommando aus.\n"
2957" \n"
2958" Fügt die Argumente zu einer Zeichenkette zusammen und verwendet\n"
2959" das Ergebnis als Eingebe in eine Shell, welche die enthaltenen\n"
2960" Kommandos ausführt.\n"
2961" \n"
2962" Rückgabewert:\n"
2963" Der Status des Kommandoe oder Erfolg wenn das Kommando leer war."
245a493c 2964
b721485f 2965#: builtins.c:641
245a493c
CR
2966msgid ""
2967"Parse option arguments.\n"
2968" \n"
2969" Getopts is used by shell procedures to parse positional parameters\n"
2970" as options.\n"
2971" \n"
2972" OPTSTRING contains the option letters to be recognized; if a letter\n"
2973" is followed by a colon, the option is expected to have an argument,\n"
2974" which should be separated from it by white space.\n"
2975" \n"
2976" Each time it is invoked, getopts will place the next option in the\n"
2977" shell variable $name, initializing name if it does not exist, and\n"
2978" the index of the next argument to be processed into the shell\n"
2979" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n"
2980" a shell script is invoked. When an option requires an argument,\n"
2981" getopts places that argument into the shell variable OPTARG.\n"
2982" \n"
2983" getopts reports errors in one of two ways. If the first character\n"
2984" of OPTSTRING is a colon, getopts uses silent error reporting. In\n"
2985" this mode, no error messages are printed. If an invalid option is\n"
2986" seen, getopts places the option character found into OPTARG. If a\n"
2987" required argument is not found, getopts places a ':' into NAME and\n"
2988" sets OPTARG to the option character found. If getopts is not in\n"
2989" silent mode, and an invalid option is seen, getopts places '?' into\n"
2990" NAME and unsets OPTARG. If a required argument is not found, a '?'\n"
2991" is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2992" printed.\n"
2993" \n"
2994" If the shell variable OPTERR has the value 0, getopts disables the\n"
2995" printing of error messages, even if the first character of\n"
2996" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n"
2997" \n"
2998" Getopts normally parses the positional parameters ($0 - $9), but if\n"
2999" more arguments are given, they are parsed instead.\n"
3000" \n"
3001" Exit Status:\n"
3002" Returns success if an option is found; fails if the end of options is\n"
3003" encountered or an error occurs."
3004msgstr ""
3005
b721485f 3006#: builtins.c:683
245a493c
CR
3007msgid ""
3008"Replace the shell with the given command.\n"
3009" \n"
3010" Execute COMMAND, replacing this shell with the specified program.\n"
b721485f
CR
3011" ARGUMENTS become the arguments to COMMAND. If COMMAND is not "
3012"specified,\n"
245a493c
CR
3013" any redirections take effect in the current shell.\n"
3014" \n"
3015" Options:\n"
3016" -a name\tpass NAME as the zeroth argument to COMMAND\n"
3017" -c\t\texecute COMMAND with an empty environment\n"
3018" -l\t\tplace a dash in the zeroth argument to COMMAND\n"
3019" \n"
b721485f
CR
3020" If the command cannot be executed, a non-interactive shell exits, "
3021"unless\n"
245a493c
CR
3022" the shell option `execfail' is set.\n"
3023" \n"
3024" Exit Status:\n"
b721485f
CR
3025" Returns success unless COMMAND is not found or a redirection error "
3026"occurs."
245a493c
CR
3027msgstr ""
3028
3029# exit
b721485f 3030#: builtins.c:704
245a493c
CR
3031msgid ""
3032"Exit the shell.\n"
3033" \n"
3034" Exits the shell with a status of N. If N is omitted, the exit status\n"
3035" is that of the last command executed."
14e8b2a7
CR
3036msgstr ""
3037"Beendet die aktuelle Shell.\n"
3038"\n"
b721485f
CR
3039" Beendt die die aktuelle Shell mit dem Rückgabewert N. Wenn N nicht "
3040"angegeben ist,\n"
a8fd3f3e 3041" wird der Rückgabewert des letzten ausgeführten Kommandos übernommen."
245a493c 3042
b721485f 3043#: builtins.c:713
245a493c
CR
3044msgid ""
3045"Exit a login shell.\n"
3046" \n"
b721485f
CR
3047" Exits a login shell with exit status N. Returns an error if not "
3048"executed\n"
245a493c
CR
3049" in a login shell."
3050msgstr ""
3051
ec860d76 3052# fc
b721485f 3053#: builtins.c:723
245a493c
CR
3054msgid ""
3055"Display or execute commands from the history list.\n"
3056" \n"
b721485f
CR
3057" fc is used to list or edit and re-execute commands from the history "
3058"list.\n"
245a493c
CR
3059" FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
3060" string, which means the most recent command beginning with that\n"
3061" string.\n"
3062" \n"
3063" Options:\n"
b721485f
CR
3064" -e ENAME\tselect which editor to use. Default is FCEDIT, then "
3065"EDITOR,\n"
245a493c
CR
3066" \t\tthen vi\n"
3067" -l \tlist lines instead of editing\n"
3068" -n\tomit line numbers when listing\n"
3069" -r\treverse the order of the lines (newest listed first)\n"
3070" \n"
3071" With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
3072" re-executed after the substitution OLD=NEW is performed.\n"
3073" \n"
3074" A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
3075" runs the last command beginning with `cc' and typing `r' re-executes\n"
3076" the last command.\n"
3077" \n"
3078" Exit Status:\n"
b721485f
CR
3079" Returns success or status of executed command; non-zero if an error "
3080"occurs."
245a493c
CR
3081msgstr ""
3082
b721485f 3083#: builtins.c:753
245a493c
CR
3084msgid ""
3085"Move job to the foreground.\n"
3086" \n"
3087" Place the job identified by JOB_SPEC in the foreground, making it the\n"
3088" current job. If JOB_SPEC is not present, the shell's notion of the\n"
3089" current job is used.\n"
3090" \n"
3091" Exit Status:\n"
3092" Status of command placed in foreground, or failure if an error occurs."
48ff5447 3093msgstr ""
ec860d76
CR
3094"Bringt einen Job in den Vordergrund.\n"
3095" \n"
3096" Bringt den mit JOB_SPEC bezeichneten Prozess als aktuellen Job\n"
3097" in den Vordergrund. Wenn JOB_SPEC nicht angegeben ist, wird\n"
3098" der zuletzt angehaltene Job verwendet.\n"
3099" \n"
3100" Rückgabewert:\n"
3101" Status des in den Vordergrund geholten Jobs oder Fehler."
245a493c 3102
b721485f 3103#: builtins.c:768
245a493c
CR
3104msgid ""
3105"Move jobs to the background.\n"
3106" \n"
b721485f
CR
3107" Place the jobs identified by each JOB_SPEC in the background, as if "
3108"they\n"
3109" had been started with `&'. If JOB_SPEC is not present, the shell's "
3110"notion\n"
245a493c
CR
3111" of the current job is used.\n"
3112" \n"
3113" Exit Status:\n"
3114" Returns success unless job control is not enabled or an error occurs."
3115msgstr ""
ec860d76
CR
3116"Bringt einen Job in den Hintergrund.\n"
3117" \n"
3118" Bringt den mit JOB_SPEC bezeichneten Job in den Hintergrund,\n"
3119" als ob er mit »&« gestartet wurde.\n"
3120" \n"
3121" Rückgabewert:\n"
3122" Immer Erfolg, außer wenn die Jobsteuerung nicht verfügbar ist\n"
3123" oder ein Fehler auftritt."
245a493c 3124
b721485f 3125#: builtins.c:782
245a493c
CR
3126msgid ""
3127"Remember or display program locations.\n"
3128" \n"
3129" Determine and remember the full pathname of each command NAME. If\n"
b721485f
CR
3130" no arguments are given, information about remembered commands is "
3131"displayed.\n"
245a493c
CR
3132" \n"
3133" Options:\n"
3134" -d\t\tforget the remembered location of each NAME\n"
3135" -l\t\tdisplay in a format that may be reused as input\n"
3136" -p pathname\tuse PATHNAME is the full pathname of NAME\n"
3137" -r\t\tforget all remembered locations\n"
3138" -t\t\tprint the remembered location of each NAME, preceding\n"
3139" \t\teach location with the corresponding NAME if multiple\n"
3140" \t\tNAMEs are given\n"
3141" Arguments:\n"
3142" NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
3143" \t\tof remembered commands.\n"
3144" \n"
3145" Exit Status:\n"
3146" Returns success unless NAME is not found or an invalid option is given."
3147msgstr ""
3148
b721485f 3149#: builtins.c:807
245a493c
CR
3150msgid ""
3151"Display information about builtin commands.\n"
3152" \n"
3153" Displays brief summaries of builtin commands. If PATTERN is\n"
3154" specified, gives detailed help on all commands matching PATTERN,\n"
3155" otherwise the list of help topics is printed.\n"
3156" \n"
3157" Options:\n"
3158" -d\toutput short description for each topic\n"
3159" -m\tdisplay usage in pseudo-manpage format\n"
3160" -s\toutput only a short usage synopsis for each topic matching\n"
3161" \tPATTERN\n"
3162" \n"
3163" Arguments:\n"
3164" PATTERN\tPattern specifiying a help topic\n"
3165" \n"
3166" Exit Status:\n"
b721485f
CR
3167" Returns success unless PATTERN is not found or an invalid option is "
3168"given."
245a493c
CR
3169msgstr ""
3170
b721485f 3171#: builtins.c:831
245a493c
CR
3172msgid ""
3173"Display or manipulate the history list.\n"
3174" \n"
3175" Display the history list with line numbers, prefixing each modified\n"
3176" entry with a `*'. An argument of N lists only the last N entries.\n"
3177" \n"
3178" Options:\n"
3179" -c\tclear the history list by deleting all of the entries\n"
3180" -d offset\tdelete the history entry at offset OFFSET.\n"
3181" \n"
3182" -a\tappend history lines from this session to the history file\n"
3183" -n\tread all history lines not already read from the history file\n"
3184" -r\tread the history file and append the contents to the history\n"
3185" \tlist\n"
3186" -w\twrite the current history to the history file\n"
3187" \tand append them to the history list\n"
3188" \n"
3189" -p\tperform history expansion on each ARG and display the result\n"
3190" \twithout storing it in the history list\n"
3191" -s\tappend the ARGs to the history list as a single entry\n"
3192" \n"
3193" If FILENAME is given, it is used as the history file. Otherwise,\n"
3194" if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
3195" \n"
3196" If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
3197" as a format string for strftime(3) to print the time stamp associated\n"
b721485f
CR
3198" with each displayed history entry. No time stamps are printed "
3199"otherwise.\n"
245a493c
CR
3200" \n"
3201" Exit Status:\n"
3202" Returns success unless an invalid option is given or an error occurs."
3203msgstr ""
3204
b721485f 3205#: builtins.c:867
245a493c
CR
3206msgid ""
3207"Display status of jobs.\n"
3208" \n"
3209" Lists the active jobs. JOBSPEC restricts output to that job.\n"
3210" Without options, the status of all active jobs is displayed.\n"
3211" \n"
3212" Options:\n"
3213" -l\tlists process IDs in addition to the normal information\n"
3214" -n\tlist only processes that have changed status since the last\n"
3215" \tnotification\n"
3216" -p\tlists process IDs only\n"
3217" -r\trestrict output to running jobs\n"
3218" -s\trestrict output to stopped jobs\n"
3219" \n"
3220" If -x is supplied, COMMAND is run after all job specifications that\n"
3221" appear in ARGS have been replaced with the process ID of that job's\n"
3222" process group leader.\n"
3223" \n"
3224" Exit Status:\n"
3225" Returns success unless an invalid option is given or an error occurs.\n"
3226" If -x is used, returns the exit status of COMMAND."
3227msgstr ""
3228
b721485f 3229#: builtins.c:894
245a493c
CR
3230msgid ""
3231"Remove jobs from current shell.\n"
3232" \n"
3233" Removes each JOBSPEC argument from the table of active jobs. Without\n"
3234" any JOBSPECs, the shell uses its notion of the current job.\n"
3235" \n"
3236" Options:\n"
3237" -a\tremove all jobs if JOBSPEC is not supplied\n"
3238" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
3239" \tshell receives a SIGHUP\n"
3240" -r\tremove only running jobs\n"
3241" \n"
3242" Exit Status:\n"
3243" Returns success unless an invalid option or JOBSPEC is given."
3244msgstr ""
3245
b721485f 3246#: builtins.c:913
245a493c
CR
3247msgid ""
3248"Send a signal to a job.\n"
3249" \n"
3250" Send the processes identified by PID or JOBSPEC the signal named by\n"
3251" SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n"
3252" SIGTERM is assumed.\n"
3253" \n"
3254" Options:\n"
3255" -s sig\tSIG is a signal name\n"
3256" -n sig\tSIG is a signal number\n"
3257" -l\tlist the signal names; if arguments follow `-l' they are\n"
3258" \tassumed to be signal numbers for which names should be listed\n"
3259" \n"
3260" Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3261" instead of process IDs, and allows processes to be killed if the limit\n"
3262" on processes that you can create is reached.\n"
3263" \n"
3264" Exit Status:\n"
3265" Returns success unless an invalid option is given or an error occurs."
3266msgstr ""
3267
b721485f 3268#: builtins.c:936
245a493c
CR
3269msgid ""
3270"Evaluate arithmetic expressions.\n"
3271" \n"
3272" Evaluate each ARG as an arithmetic expression. Evaluation is done in\n"
3273" fixed-width integers with no check for overflow, though division by 0\n"
3274" is trapped and flagged as an error. The following list of operators is\n"
b721485f
CR
3275" grouped into levels of equal-precedence operators. The levels are "
3276"listed\n"
245a493c
CR
3277" in order of decreasing precedence.\n"
3278" \n"
3279" \tid++, id--\tvariable post-increment, post-decrement\n"
3280" \t++id, --id\tvariable pre-increment, pre-decrement\n"
3281" \t-, +\t\tunary minus, plus\n"
3282" \t!, ~\t\tlogical and bitwise negation\n"
3283" \t**\t\texponentiation\n"
3284" \t*, /, %\t\tmultiplication, division, remainder\n"
3285" \t+, -\t\taddition, subtraction\n"
3286" \t<<, >>\t\tleft and right bitwise shifts\n"
3287" \t<=, >=, <, >\tcomparison\n"
3288" \t==, !=\t\tequality, inequality\n"
3289" \t&\t\tbitwise AND\n"
3290" \t^\t\tbitwise XOR\n"
3291" \t|\t\tbitwise OR\n"
3292" \t&&\t\tlogical AND\n"
3293" \t||\t\tlogical OR\n"
3294" \texpr ? expr : expr\n"
3295" \t\t\tconditional operator\n"
3296" \t=, *=, /=, %=,\n"
3297" \t+=, -=, <<=, >>=,\n"
3298" \t&=, ^=, |=\tassignment\n"
3299" \n"
3300" Shell variables are allowed as operands. The name of the variable\n"
3301" is replaced by its value (coerced to a fixed-width integer) within\n"
3302" an expression. The variable need not have its integer attribute\n"
3303" turned on to be used in an expression.\n"
3304" \n"
3305" Operators are evaluated in order of precedence. Sub-expressions in\n"
3306" parentheses are evaluated first and may override the precedence\n"
3307" rules above.\n"
3308" \n"
3309" Exit Status:\n"
89c77bc7 3310" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
245a493c
CR
3311msgstr ""
3312
b721485f 3313#: builtins.c:981
245a493c
CR
3314msgid ""
3315"Read a line from the standard input and split it into fields.\n"
3316" \n"
3317" Reads a single line from the standard input, or from file descriptor FD\n"
b721485f
CR
3318" if the -u option is supplied. The line is split into fields as with "
3319"word\n"
245a493c
CR
3320" splitting, and the first word is assigned to the first NAME, the second\n"
3321" word to the second NAME, and so on, with any leftover words assigned to\n"
b721485f
CR
3322" the last NAME. Only the characters found in $IFS are recognized as "
3323"word\n"
245a493c
CR
3324" delimiters.\n"
3325" \n"
b721485f
CR
3326" If no NAMEs are supplied, the line read is stored in the REPLY "
3327"variable.\n"
245a493c
CR
3328" \n"
3329" Options:\n"
3330" -a array\tassign the words read to sequential indices of the array\n"
3331" \t\tvariable ARRAY, starting at zero\n"
3332" -d delim\tcontinue until the first character of DELIM is read, rather\n"
3333" \t\tthan newline\n"
3334" -e\t\tuse Readline to obtain the line in an interactive shell\n"
3335" -i text\tUse TEXT as the initial text for Readline\n"
3336" -n nchars\treturn after reading NCHARS characters rather than waiting\n"
08e72d7a
CR
3337" \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
3338" \t\tcharacters are read before the delimiter\n"
b721485f
CR
3339" -N nchars\treturn only after reading exactly NCHARS characters, "
3340"unless\n"
08e72d7a 3341" \t\tEOF is encountered or read times out, ignoring any delimiter\n"
245a493c
CR
3342" -p prompt\toutput the string PROMPT without a trailing newline before\n"
3343" \t\tattempting to read\n"
3344" -r\t\tdo not allow backslashes to escape any characters\n"
3345" -s\t\tdo not echo input coming from a terminal\n"
b721485f
CR
3346" -t timeout\ttime out and return failure if a complete line of input "
3347"is\n"
3348" \t\tnot read within TIMEOUT seconds. The value of the TMOUT\n"
dd4f3dd8 3349" \t\tvariable is the default timeout. TIMEOUT may be a\n"
b721485f
CR
3350" \t\tfractional number. If TIMEOUT is 0, read returns immediately,\n"
3351" \t\twithout trying to read any data, returning success only if\n"
3352" \t\tinput is available on the specified file descriptor. The\n"
adeca69c 3353" \t\texit status is greater than 128 if the timeout is exceeded\n"
245a493c
CR
3354" -u fd\t\tread from file descriptor FD instead of the standard input\n"
3355" \n"
3356" Exit Status:\n"
b721485f
CR
3357" The return code is zero, unless end-of-file is encountered, read times "
3358"out\n"
3359" (in which case it's greater than 128), a variable assignment error "
3360"occurs,\n"
245a493c
CR
3361" or an invalid file descriptor is supplied as the argument to -u."
3362msgstr ""
3363
b721485f 3364#: builtins.c:1026
245a493c
CR
3365msgid ""
3366"Return from a shell function.\n"
3367" \n"
3368" Causes a function or sourced script to exit with the return value\n"
3369" specified by N. If N is omitted, the return status is that of the\n"
3370" last command executed within the function or script.\n"
3371" \n"
3372" Exit Status:\n"
3373" Returns N, or failure if the shell is not executing a function or script."
3374msgstr ""
3375
b721485f 3376#: builtins.c:1039
245a493c
CR
3377msgid ""
3378"Set or unset values of shell options and positional parameters.\n"
3379" \n"
3380" Change the value of shell attributes and positional parameters, or\n"
3381" display the names and values of shell variables.\n"
3382" \n"
3383" Options:\n"
3384" -a Mark variables which are modified or created for export.\n"
3385" -b Notify of job termination immediately.\n"
3386" -e Exit immediately if a command exits with a non-zero status.\n"
3387" -f Disable file name generation (globbing).\n"
3388" -h Remember the location of commands as they are looked up.\n"
3389" -k All assignment arguments are placed in the environment for a\n"
3390" command, not just those that precede the command name.\n"
3391" -m Job control is enabled.\n"
3392" -n Read commands but do not execute them.\n"
3393" -o option-name\n"
3394" Set the variable corresponding to option-name:\n"
3395" allexport same as -a\n"
3396" braceexpand same as -B\n"
3397" emacs use an emacs-style line editing interface\n"
3398" errexit same as -e\n"
3399" errtrace same as -E\n"
3400" functrace same as -T\n"
3401" hashall same as -h\n"
3402" histexpand same as -H\n"
3403" history enable command history\n"
3404" ignoreeof the shell will not exit upon reading EOF\n"
3405" interactive-comments\n"
3406" allow comments to appear in interactive commands\n"
3407" keyword same as -k\n"
3408" monitor same as -m\n"
3409" noclobber same as -C\n"
3410" noexec same as -n\n"
3411" noglob same as -f\n"
3412" nolog currently accepted but ignored\n"
3413" notify same as -b\n"
3414" nounset same as -u\n"
3415" onecmd same as -t\n"
3416" physical same as -P\n"
3417" pipefail the return value of a pipeline is the status of\n"
3418" the last command to exit with a non-zero status,\n"
b721485f
CR
3419" or zero if no command exited with a non-zero "
3420"status\n"
245a493c
CR
3421" posix change the behavior of bash where the default\n"
3422" operation differs from the Posix standard to\n"
3423" match the standard\n"
3424" privileged same as -p\n"
3425" verbose same as -v\n"
3426" vi use a vi-style line editing interface\n"
3427" xtrace same as -x\n"
3428" -p Turned on whenever the real and effective user ids do not match.\n"
3429" Disables processing of the $ENV file and importing of shell\n"
3430" functions. Turning this option off causes the effective uid and\n"
3431" gid to be set to the real uid and gid.\n"
3432" -t Exit after reading and executing one command.\n"
3433" -u Treat unset variables as an error when substituting.\n"
3434" -v Print shell input lines as they are read.\n"
3435" -x Print commands and their arguments as they are executed.\n"
3436" -B the shell will perform brace expansion\n"
3437" -C If set, disallow existing regular files to be overwritten\n"
3438" by redirection of output.\n"
3439" -E If set, the ERR trap is inherited by shell functions.\n"
3440" -H Enable ! style history substitution. This flag is on\n"
3441" by default when the shell is interactive.\n"
b721485f 3442" -P If set, do not resolve symbolic links when executing commands\n"
245a493c
CR
3443" such as cd which change the current directory.\n"
3444" -T If set, the DEBUG trap is inherited by shell functions.\n"
ba3a2ee1
CR
3445" -- Assign any remaining arguments to the positional parameters.\n"
3446" If there are no remaining arguments, the positional parameters\n"
3447" are unset.\n"
245a493c
CR
3448" - Assign any remaining arguments to the positional parameters.\n"
3449" The -x and -v options are turned off.\n"
3450" \n"
3451" Using + rather than - causes these flags to be turned off. The\n"
3452" flags can also be used upon invocation of the shell. The current\n"
3453" set of flags may be found in $-. The remaining n ARGs are positional\n"
3454" parameters and are assigned, in order, to $1, $2, .. $n. If no\n"
3455" ARGs are given, all shell variables are printed.\n"
3456" \n"
3457" Exit Status:\n"
3458" Returns success unless an invalid option is given."
3459msgstr ""
3460
b721485f 3461#: builtins.c:1124
245a493c
CR
3462msgid ""
3463"Unset values and attributes of shell variables and functions.\n"
3464" \n"
3465" For each NAME, remove the corresponding variable or function.\n"
3466" \n"
3467" Options:\n"
3468" -f\ttreat each NAME as a shell function\n"
3469" -v\ttreat each NAME as a shell variable\n"
b721485f
CR
3470" -n\ttreat each NAME as a name reference and unset the variable itself\n"
3471" \trather than the variable it references\n"
245a493c 3472" \n"
b721485f
CR
3473" Without options, unset first tries to unset a variable, and if that "
3474"fails,\n"
245a493c
CR
3475" tries to unset a function.\n"
3476" \n"
3477" Some variables cannot be unset; also see `readonly'.\n"
3478" \n"
3479" Exit Status:\n"
3480" Returns success unless an invalid option is given or a NAME is read-only."
3481msgstr ""
3482
b721485f 3483#: builtins.c:1146
245a493c
CR
3484msgid ""
3485"Set export attribute for shell variables.\n"
3486" \n"
3487" Marks each NAME for automatic export to the environment of subsequently\n"
b721485f
CR
3488" executed commands. If VALUE is supplied, assign VALUE before "
3489"exporting.\n"
245a493c
CR
3490" \n"
3491" Options:\n"
3492" -f\trefer to shell functions\n"
3493" -n\tremove the export property from each NAME\n"
3494" -p\tdisplay a list of all exported variables and functions\n"
3495" \n"
3496" An argument of `--' disables further option processing.\n"
3497" \n"
3498" Exit Status:\n"
3499" Returns success unless an invalid option is given or NAME is invalid."
3500msgstr ""
3501
b721485f 3502#: builtins.c:1165
245a493c
CR
3503msgid ""
3504"Mark shell variables as unchangeable.\n"
3505" \n"
3506" Mark each NAME as read-only; the values of these NAMEs may not be\n"
3507" changed by subsequent assignment. If VALUE is supplied, assign VALUE\n"
3508" before marking as read-only.\n"
3509" \n"
3510" Options:\n"
dd4f3dd8
CR
3511" -a\trefer to indexed array variables\n"
3512" -A\trefer to associative array variables\n"
245a493c
CR
3513" -f\trefer to shell functions\n"
3514" -p\tdisplay a list of all readonly variables and functions\n"
3515" \n"
3516" An argument of `--' disables further option processing.\n"
3517" \n"
3518" Exit Status:\n"
3519" Returns success unless an invalid option is given or NAME is invalid."
3520msgstr ""
3521
b721485f 3522#: builtins.c:1186
245a493c
CR
3523msgid ""
3524"Shift positional parameters.\n"
3525" \n"
3526" Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n"
3527" not given, it is assumed to be 1.\n"
3528" \n"
3529" Exit Status:\n"
3530" Returns success unless N is negative or greater than $#."
3531msgstr ""
3532
b721485f 3533#: builtins.c:1198 builtins.c:1213
245a493c
CR
3534msgid ""
3535"Execute commands from a file in the current shell.\n"
3536" \n"
3537" Read and execute commands from FILENAME in the current shell. The\n"
3538" entries in $PATH are used to find the directory containing FILENAME.\n"
3539" If any ARGUMENTS are supplied, they become the positional parameters\n"
3540" when FILENAME is executed.\n"
3541" \n"
3542" Exit Status:\n"
3543" Returns the status of the last command executed in FILENAME; fails if\n"
3544" FILENAME cannot be read."
3545msgstr ""
3546
b721485f 3547#: builtins.c:1229
245a493c
CR
3548msgid ""
3549"Suspend shell execution.\n"
3550" \n"
3551" Suspend the execution of this shell until it receives a SIGCONT signal.\n"
dd4f3dd8 3552" Unless forced, login shells cannot be suspended.\n"
245a493c
CR
3553" \n"
3554" Options:\n"
3555" -f\tforce the suspend, even if the shell is a login shell\n"
3556" \n"
3557" Exit Status:\n"
3558" Returns success unless job control is not enabled or an error occurs."
3559msgstr ""
3560
b721485f 3561#: builtins.c:1245
245a493c
CR
3562msgid ""
3563"Evaluate conditional expression.\n"
3564" \n"
3565" Exits with a status of 0 (true) or 1 (false) depending on\n"
3566" the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
3567" expressions are often used to examine the status of a file. There\n"
89c77bc7
CR
3568" are string operators and numeric comparison operators as well.\n"
3569" \n"
3570" The behavior of test depends on the number of arguments. Read the\n"
3571" bash manual page for the complete specification.\n"
245a493c
CR
3572" \n"
3573" File operators:\n"
3574" \n"
3575" -a FILE True if file exists.\n"
3576" -b FILE True if file is block special.\n"
3577" -c FILE True if file is character special.\n"
3578" -d FILE True if file is a directory.\n"
3579" -e FILE True if file exists.\n"
3580" -f FILE True if file exists and is a regular file.\n"
3581" -g FILE True if file is set-group-id.\n"
3582" -h FILE True if file is a symbolic link.\n"
3583" -L FILE True if file is a symbolic link.\n"
3584" -k FILE True if file has its `sticky' bit set.\n"
3585" -p FILE True if file is a named pipe.\n"
3586" -r FILE True if file is readable by you.\n"
3587" -s FILE True if file exists and is not empty.\n"
3588" -S FILE True if file is a socket.\n"
3589" -t FD True if FD is opened on a terminal.\n"
3590" -u FILE True if the file is set-user-id.\n"
3591" -w FILE True if the file is writable by you.\n"
3592" -x FILE True if the file is executable by you.\n"
3593" -O FILE True if the file is effectively owned by you.\n"
3594" -G FILE True if the file is effectively owned by your group.\n"
b721485f
CR
3595" -N FILE True if the file has been modified since it was last "
3596"read.\n"
245a493c
CR
3597" \n"
3598" FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n"
3599" modification date).\n"
3600" \n"
3601" FILE1 -ot FILE2 True if file1 is older than file2.\n"
3602" \n"
3603" FILE1 -ef FILE2 True if file1 is a hard link to file2.\n"
3604" \n"
3605" String operators:\n"
3606" \n"
3607" -z STRING True if string is empty.\n"
3608" \n"
3609" -n STRING\n"
3610" STRING True if string is not empty.\n"
3611" \n"
3612" STRING1 = STRING2\n"
3613" True if the strings are equal.\n"
3614" STRING1 != STRING2\n"
3615" True if the strings are not equal.\n"
3616" STRING1 < STRING2\n"
b721485f
CR
3617" True if STRING1 sorts before STRING2 "
3618"lexicographically.\n"
245a493c
CR
3619" STRING1 > STRING2\n"
3620" True if STRING1 sorts after STRING2 lexicographically.\n"
3621" \n"
3622" Other operators:\n"
3623" \n"
3624" -o OPTION True if the shell option OPTION is enabled.\n"
06dff54a 3625" -v VAR\t True if the shell variable VAR is set\n"
b721485f
CR
3626" -R VAR\t True if the shell variable VAR is set and is a name "
3627"reference.\n"
245a493c
CR
3628" ! EXPR True if expr is false.\n"
3629" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
3630" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
3631" \n"
3632" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n"
3633" -lt, -le, -gt, or -ge.\n"
3634" \n"
3635" Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
3636" less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3637" than ARG2.\n"
3638" \n"
3639" Exit Status:\n"
3640" Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
3641" false or an invalid argument is given."
3642msgstr ""
3643
ec860d76 3644# [
b721485f 3645#: builtins.c:1326
245a493c
CR
3646msgid ""
3647"Evaluate conditional expression.\n"
3648" \n"
3649" This is a synonym for the \"test\" builtin, but the last argument must\n"
3650" be a literal `]', to match the opening `['."
48ff5447 3651msgstr ""
a8fd3f3e
CR
3652"Wertet einen bedingen Ausdruck aus.\n"
3653" \n"
ec860d76
CR
3654" Dieses Kommando entspricht dem »test« Kommando. Jedoch muss das\n"
3655" letzte Argument ein »]« sein, welches die öffnende Klammer »[«\n"
3656" schließt."
245a493c 3657
ec860d76 3658# times
b721485f 3659#: builtins.c:1335
245a493c
CR
3660msgid ""
3661"Display process times.\n"
3662" \n"
b721485f
CR
3663" Prints the accumulated user and system times for the shell and all of "
3664"its\n"
245a493c
CR
3665" child processes.\n"
3666" \n"
3667" Exit Status:\n"
3668" Always succeeds."
3669msgstr ""
ec860d76
CR
3670"Zeigt den Zeitverbrauch an.\n"
3671" \n"
3672" Gibt den kumulierte Nutzer- und Sysemzeitverbrauch der Shell und\n"
3673" aller von ihr gestarteten Prozesse aus.\n"
3674" \n"
3675" Rückgabewert:\n"
3676" Immer 0."
245a493c 3677
b721485f 3678#: builtins.c:1347
245a493c
CR
3679msgid ""
3680"Trap signals and other events.\n"
3681" \n"
b721485f
CR
3682" Defines and activates handlers to be run when the shell receives "
3683"signals\n"
245a493c
CR
3684" or other conditions.\n"
3685" \n"
3686" ARG is a command to be read and executed when the shell receives the\n"
3687" signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n"
3688" is supplied) or `-', each specified signal is reset to its original\n"
3689" value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3690" shell and by the commands it invokes.\n"
3691" \n"
b721485f
CR
3692" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. "
3693"If\n"
3694" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. "
3695"If\n"
3696" a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or "
3697"a\n"
3698" script run by the . or source builtins finishes executing. A "
3699"SIGNAL_SPEC\n"
3700" of ERR means to execute ARG each time a command's failure would cause "
3701"the\n"
06dff54a
CR
3702" shell to exit when the -e option is enabled.\n"
3703" \n"
b721485f
CR
3704" If no arguments are supplied, trap prints the list of commands "
3705"associated\n"
245a493c
CR
3706" with each signal.\n"
3707" \n"
3708" Options:\n"
3709" -l\tprint a list of signal names and their corresponding numbers\n"
3710" -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
3711" \n"
b721485f
CR
3712" Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
3713"number.\n"
245a493c
CR
3714" Signal names are case insensitive and the SIG prefix is optional. A\n"
3715" signal may be sent to the shell with \"kill -signal $$\".\n"
3716" \n"
3717" Exit Status:\n"
b721485f
CR
3718" Returns success unless a SIGSPEC is invalid or an invalid option is "
3719"given."
245a493c
CR
3720msgstr ""
3721
b721485f 3722#: builtins.c:1383
245a493c
CR
3723msgid ""
3724"Display information about command type.\n"
3725" \n"
3726" For each NAME, indicate how it would be interpreted if used as a\n"
3727" command name.\n"
3728" \n"
3729" Options:\n"
3730" -a\tdisplay all locations containing an executable named NAME;\n"
3731" \tincludes aliases, builtins, and functions, if and only if\n"
3732" \tthe `-p' option is not also used\n"
3733" -f\tsuppress shell function lookup\n"
3734" -P\tforce a PATH search for each NAME, even if it is an alias,\n"
3735" \tbuiltin, or function, and returns the name of the disk file\n"
3736" \tthat would be executed\n"
3737" -p\treturns either the name of the disk file that would be executed,\n"
3738" \tor nothing if `type -t NAME' would not return `file'.\n"
3739" -t\toutput a single word which is one of `alias', `keyword',\n"
3740" \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
3741" \treserved word, shell function, shell builtin, disk file, or not\n"
3742" \tfound, respectively\n"
3743" \n"
3744" Arguments:\n"
3745" NAME\tCommand name to be interpreted.\n"
3746" \n"
3747" Exit Status:\n"
b721485f
CR
3748" Returns success if all of the NAMEs are found; fails if any are not "
3749"found."
245a493c
CR
3750msgstr ""
3751
b721485f 3752#: builtins.c:1414
245a493c
CR
3753msgid ""
3754"Modify shell resource limits.\n"
3755" \n"
b721485f
CR
3756" Provides control over the resources available to the shell and "
3757"processes\n"
245a493c
CR
3758" it creates, on systems that allow such control.\n"
3759" \n"
3760" Options:\n"
3761" -S\tuse the `soft' resource limit\n"
3762" -H\tuse the `hard' resource limit\n"
3763" -a\tall current limits are reported\n"
3764" -b\tthe socket buffer size\n"
3765" -c\tthe maximum size of core files created\n"
3766" -d\tthe maximum size of a process's data segment\n"
3767" -e\tthe maximum scheduling priority (`nice')\n"
3768" -f\tthe maximum size of files written by the shell and its children\n"
3769" -i\tthe maximum number of pending signals\n"
3770" -l\tthe maximum size a process may lock into memory\n"
3771" -m\tthe maximum resident set size\n"
3772" -n\tthe maximum number of open file descriptors\n"
3773" -p\tthe pipe buffer size\n"
3774" -q\tthe maximum number of bytes in POSIX message queues\n"
3775" -r\tthe maximum real-time scheduling priority\n"
3776" -s\tthe maximum stack size\n"
3777" -t\tthe maximum amount of cpu time in seconds\n"
3778" -u\tthe maximum number of user processes\n"
3779" -v\tthe size of virtual memory\n"
3780" -x\tthe maximum number of file locks\n"
b721485f
CR
3781" -T the maximum number of threads\n"
3782" \n"
3783" Not all options are available on all platforms.\n"
245a493c
CR
3784" \n"
3785" If LIMIT is given, it is the new value of the specified resource; the\n"
3786" special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
3787" current soft limit, the current hard limit, and no limit, respectively.\n"
3788" Otherwise, the current value of the specified resource is printed. If\n"
3789" no option is given, then -f is assumed.\n"
3790" \n"
3791" Values are in 1024-byte increments, except for -t, which is in seconds,\n"
3792" -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
3793" number of processes.\n"
3794" \n"
3795" Exit Status:\n"
3796" Returns success unless an invalid option is supplied or an error occurs."
3797msgstr ""
3798
b721485f 3799#: builtins.c:1462
245a493c
CR
3800msgid ""
3801"Display or set file mode mask.\n"
3802" \n"
3803" Sets the user file-creation mask to MODE. If MODE is omitted, prints\n"
3804" the current value of the mask.\n"
3805" \n"
3806" If MODE begins with a digit, it is interpreted as an octal number;\n"
3807" otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
3808" \n"
3809" Options:\n"
3810" -p\tif MODE is omitted, output in a form that may be reused as input\n"
3811" -S\tmakes the output symbolic; otherwise an octal number is output\n"
3812" \n"
3813" Exit Status:\n"
3814" Returns success unless MODE is invalid or an invalid option is given."
3815msgstr ""
3816
b721485f 3817#: builtins.c:1482
245a493c
CR
3818msgid ""
3819"Wait for job completion and return exit status.\n"
3820" \n"
b721485f
CR
3821" Waits for each process identified by an ID, which may be a process ID or "
3822"a\n"
245a493c
CR
3823" job specification, and reports its termination status. If ID is not\n"
3824" given, waits for all currently active child processes, and the return\n"
b721485f
CR
3825" status is zero. If ID is a a job specification, waits for all "
3826"processes\n"
3827" in that job's pipeline.\n"
3828" \n"
3829" If the -n option is supplied, waits for the next job to terminate and\n"
3830" returns its exit status.\n"
245a493c
CR
3831" \n"
3832" Exit Status:\n"
b721485f
CR
3833" Returns the status of the last ID; fails if ID is invalid or an invalid\n"
3834" option is given."
245a493c
CR
3835msgstr ""
3836
b721485f 3837#: builtins.c:1503
245a493c
CR
3838msgid ""
3839"Wait for process completion and return exit status.\n"
3840" \n"
b721485f
CR
3841" Waits for each process specified by a PID and reports its termination "
3842"status.\n"
3843" If PID is not given, waits for all currently active child processes,\n"
3844" and the return status is zero. PID must be a process ID.\n"
245a493c
CR
3845" \n"
3846" Exit Status:\n"
b721485f
CR
3847" Returns the status of the last PID; fails if PID is invalid or an "
3848"invalid\n"
3849" option is given."
245a493c
CR
3850msgstr ""
3851
b721485f 3852#: builtins.c:1518
245a493c
CR
3853msgid ""
3854"Execute commands for each member in a list.\n"
3855" \n"
3856" The `for' loop executes a sequence of commands for each member in a\n"
3857" list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
3858" assumed. For each element in WORDS, NAME is set to that element, and\n"
3859" the COMMANDS are executed.\n"
3860" \n"
3861" Exit Status:\n"
3862" Returns the status of the last command executed."
3863msgstr ""
3864
b721485f 3865#: builtins.c:1532
245a493c
CR
3866msgid ""
3867"Arithmetic for loop.\n"
3868" \n"
3869" Equivalent to\n"
3870" \t(( EXP1 ))\n"
3871" \twhile (( EXP2 )); do\n"
3872" \t\tCOMMANDS\n"
3873" \t\t(( EXP3 ))\n"
3874" \tdone\n"
3875" EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n"
3876" omitted, it behaves as if it evaluates to 1.\n"
3877" \n"
3878" Exit Status:\n"
3879" Returns the status of the last command executed."
3880msgstr ""
3881
b721485f 3882#: builtins.c:1550
245a493c 3883msgid ""
dd4f3dd8 3884"Select words from a list and execute commands.\n"
245a493c
CR
3885" \n"
3886" The WORDS are expanded, generating a list of words. The\n"
3887" set of expanded words is printed on the standard error, each\n"
3888" preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n"
3889" is assumed. The PS3 prompt is then displayed and a line read\n"
3890" from the standard input. If the line consists of the number\n"
3891" corresponding to one of the displayed words, then NAME is set\n"
3892" to that word. If the line is empty, WORDS and the prompt are\n"
3893" redisplayed. If EOF is read, the command completes. Any other\n"
3894" value read causes NAME to be set to null. The line read is saved\n"
3895" in the variable REPLY. COMMANDS are executed after each selection\n"
3896" until a break command is executed.\n"
3897" \n"
3898" Exit Status:\n"
3899" Returns the status of the last command executed."
3900msgstr ""
3901
b721485f 3902#: builtins.c:1571
245a493c
CR
3903msgid ""
3904"Report time consumed by pipeline's execution.\n"
3905" \n"
3906" Execute PIPELINE and print a summary of the real time, user CPU time,\n"
3907" and system CPU time spent executing PIPELINE when it terminates.\n"
3908" \n"
3909" Options:\n"
3910" -p\tprint the timing summary in the portable Posix format\n"
3911" \n"
3912" The value of the TIMEFORMAT variable is used as the output format.\n"
3913" \n"
3914" Exit Status:\n"
3915" The return status is the return status of PIPELINE."
3916msgstr ""
3917
b721485f 3918#: builtins.c:1588
245a493c
CR
3919msgid ""
3920"Execute commands based on pattern matching.\n"
3921" \n"
3922" Selectively execute COMMANDS based upon WORD matching PATTERN. The\n"
3923" `|' is used to separate multiple patterns.\n"
3924" \n"
3925" Exit Status:\n"
3926" Returns the status of the last command executed."
48ff5447 3927msgstr ""
245a493c 3928
b721485f 3929#: builtins.c:1600
245a493c
CR
3930msgid ""
3931"Execute commands based on conditional.\n"
3932" \n"
b721485f
CR
3933" The `if COMMANDS' list is executed. If its exit status is zero, then "
3934"the\n"
3935" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list "
3936"is\n"
245a493c 3937" executed in turn, and if its exit status is zero, the corresponding\n"
b721485f
CR
3938" `then COMMANDS' list is executed and the if command completes. "
3939"Otherwise,\n"
3940" the `else COMMANDS' list is executed, if present. The exit status of "
3941"the\n"
3942" entire construct is the exit status of the last command executed, or "
3943"zero\n"
245a493c
CR
3944" if no condition tested true.\n"
3945" \n"
3946" Exit Status:\n"
3947" Returns the status of the last command executed."
3948msgstr ""
3949
b721485f 3950#: builtins.c:1617
245a493c
CR
3951msgid ""
3952"Execute commands as long as a test succeeds.\n"
3953" \n"
3954" Expand and execute COMMANDS as long as the final command in the\n"
3955" `while' COMMANDS has an exit status of zero.\n"
3956" \n"
3957" Exit Status:\n"
3958" Returns the status of the last command executed."
48ff5447 3959msgstr ""
245a493c 3960
b721485f 3961#: builtins.c:1629
245a493c
CR
3962msgid ""
3963"Execute commands as long as a test does not succeed.\n"
3964" \n"
3965" Expand and execute COMMANDS as long as the final command in the\n"
3966" `until' COMMANDS has an exit status which is not zero.\n"
3967" \n"
3968" Exit Status:\n"
3969" Returns the status of the last command executed."
48ff5447 3970msgstr ""
245a493c 3971
b721485f 3972#: builtins.c:1641
a05a1337
CR
3973msgid ""
3974"Create a coprocess named NAME.\n"
3975" \n"
3976" Execute COMMAND asynchronously, with the standard output and standard\n"
3977" input of the command connected via a pipe to file descriptors assigned\n"
3978" to indices 0 and 1 of an array variable NAME in the executing shell.\n"
3979" The default NAME is \"COPROC\".\n"
3980" \n"
3981" Exit Status:\n"
3982" Returns the exit status of COMMAND."
3983msgstr ""
3984
b721485f 3985#: builtins.c:1655
245a493c
CR
3986msgid ""
3987"Define shell function.\n"
3988" \n"
3989" Create a shell function named NAME. When invoked as a simple command,\n"
b721485f
CR
3990" NAME runs COMMANDs in the calling shell's context. When NAME is "
3991"invoked,\n"
245a493c
CR
3992" the arguments are passed to the function as $1...$n, and the function's\n"
3993" name is in $FUNCNAME.\n"
3994" \n"
3995" Exit Status:\n"
3996" Returns success unless NAME is readonly."
3997msgstr ""
3998
b721485f 3999#: builtins.c:1669
245a493c
CR
4000msgid ""
4001"Group commands as a unit.\n"
4002" \n"
4003" Run a set of commands in a group. This is one way to redirect an\n"
4004" entire set of commands.\n"
4005" \n"
4006" Exit Status:\n"
4007" Returns the status of the last command executed."
4008msgstr ""
245a493c 4009
b721485f 4010#: builtins.c:1681
245a493c
CR
4011msgid ""
4012"Resume job in foreground.\n"
4013" \n"
4014" Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n"
4015" stopped or background job. JOB_SPEC can specify either a job name\n"
4016" or a job number. Following JOB_SPEC with a `&' places the job in\n"
4017" the background, as if the job specification had been supplied as an\n"
4018" argument to `bg'.\n"
4019" \n"
4020" Exit Status:\n"
4021" Returns the status of the resumed job."
4022msgstr ""
4023
b721485f 4024#: builtins.c:1696
245a493c
CR
4025msgid ""
4026"Evaluate arithmetic expression.\n"
4027" \n"
4028" The EXPRESSION is evaluated according to the rules for arithmetic\n"
4029" evaluation. Equivalent to \"let EXPRESSION\".\n"
4030" \n"
4031" Exit Status:\n"
4032" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
4033msgstr ""
4034
b721485f 4035#: builtins.c:1708
245a493c
CR
4036msgid ""
4037"Execute conditional command.\n"
4038" \n"
b721485f
CR
4039" Returns a status of 0 or 1 depending on the evaluation of the "
4040"conditional\n"
4041" expression EXPRESSION. Expressions are composed of the same primaries "
4042"used\n"
4043" by the `test' builtin, and may be combined using the following "
4044"operators:\n"
245a493c
CR
4045" \n"
4046" ( EXPRESSION )\tReturns the value of EXPRESSION\n"
4047" ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
4048" EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
4049" EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
4050" \n"
4051" When the `==' and `!=' operators are used, the string to the right of\n"
4052" the operator is used as a pattern and pattern matching is performed.\n"
4053" When the `=~' operator is used, the string to the right of the operator\n"
4054" is matched as a regular expression.\n"
4055" \n"
4056" The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
4057" determine the expression's value.\n"
4058" \n"
4059" Exit Status:\n"
4060" 0 or 1 depending on value of EXPRESSION."
4061msgstr ""
4062
ec860d76 4063# variable_help
b721485f 4064#: builtins.c:1734
ec860d76 4065#, fuzzy
245a493c
CR
4066msgid ""
4067"Common shell variable names and usage.\n"
4068" \n"
4069" BASH_VERSION\tVersion information for this Bash.\n"
4070" CDPATH\tA colon-separated list of directories to search\n"
4071" \t\tfor directories given as arguments to `cd'.\n"
4072" GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
4073" \t\tbe ignored by pathname expansion.\n"
4074" HISTFILE\tThe name of the file where your command history is stored.\n"
4075" HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
4076" HISTSIZE\tThe maximum number of history lines that a running\n"
4077" \t\tshell can access.\n"
4078" HOME\tThe complete pathname to your login directory.\n"
4079" HOSTNAME\tThe name of the current host.\n"
4080" HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
4081" IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
4082" \t\tcharacter as the sole input. If set, then the value\n"
4083" \t\tof it is the number of EOF characters that can be seen\n"
4084" \t\tin a row on an empty line before the shell will exit\n"
4085" \t\t(default 10). When unset, EOF signifies the end of input.\n"
4086" MACHTYPE\tA string describing the current system Bash is running on.\n"
4087" MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
4088" MAILPATH\tA colon-separated list of filenames which Bash checks\n"
4089" \t\tfor new mail.\n"
4090" OSTYPE\tThe version of Unix this version of Bash is running on.\n"
4091" PATH\tA colon-separated list of directories to search when\n"
4092" \t\tlooking for commands.\n"
4093" PROMPT_COMMAND\tA command to be executed before the printing of each\n"
4094" \t\tprimary prompt.\n"
4095" PS1\t\tThe primary prompt string.\n"
4096" PS2\t\tThe secondary prompt string.\n"
4097" PWD\t\tThe full pathname of the current directory.\n"
4098" SHELLOPTS\tA colon-separated list of enabled shell options.\n"
4099" TERM\tThe name of the current terminal type.\n"
4100" TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
4101" \t\t`time' reserved word.\n"
4102" auto_resume\tNon-null means a command word appearing on a line by\n"
4103" \t\titself is first looked for in the list of currently\n"
4104" \t\tstopped jobs. If found there, that job is foregrounded.\n"
4105" \t\tA value of `exact' means that the command word must\n"
4106" \t\texactly match a command in the list of stopped jobs. A\n"
4107" \t\tvalue of `substring' means that the command word must\n"
4108" \t\tmatch a substring of the job. Any other value means that\n"
4109" \t\tthe command must be a prefix of a stopped job.\n"
4110" histchars\tCharacters controlling history expansion and quick\n"
4111" \t\tsubstitution. The first character is the history\n"
4112" \t\tsubstitution character, usually `!'. The second is\n"
4113" \t\tthe `quick substitution' character, usually `^'. The\n"
4114" \t\tthird is the `history comment' character, usually `#'.\n"
4115" HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
4116" \t\tcommands should be saved on the history list.\n"
4117msgstr ""
ec860d76
CR
4118" BASH_VERSION\tVersionsnummer der Bash.\n"
4119" CDPATH\tEine durch Doppelpunkt getrennte Liste von\n"
4120" Verzeichnissen, die\t\tdurchsucht werden, wenn das Argument\n"
4121" von `cd' nicht im\t\taktuellen Verzeichnis gefunden wird.\n"
4122" HISTFILE\tDatei, die den Kommandozeilenspeicher enthält.\n"
4123" HISTFILESIZE\tMaximale Zeilenanzahl, die diese Datei\n"
4124" enthalten darf.\n"
4125" HISTSIZE\tMaximale Anzahl von Zeilen, auf die der\n"
4126" Historymechanismus\t\tder Shell zurückgreifen kann.\n"
4127" HOME\tHeimatverzeichnis des aktuellen Benutzers.\n"
4128" HOSTTYPE\tCPU-Typ des Rechners, auf dem die Bash gegenwärtig\n"
4129" läuft.\n"
4130" IGNOREEOF\tLegt die Reaktion der Shell auf ein EOF-Zeichen fest.\n"
4131" Wenn die Variable eine ganze Zahl enthält, wird diese Anzahl\n"
4132" EOF Zeichen (Ctrl-D) abgewartet, bis die Shell verlassen wird.\n"
4133" Der Vorgabewert ist 10. Ist IGNOREEOF nicht gesetzt,\n"
4134" signalisiert EOF das Ende der Eingabe.\n"
4135" MAILCHECK\tZeitintervall [s], in dem nach angekommener Post\n"
4136" gesucht wird.\n"
4137" MAILPATH\tEine durch Doppelpunkt getrennte Liste von Dateien,\n"
4138" die nach\t\tneu angekommener Post durchsucht werden.\n"
4139" OSTYPE\tBetriebssystemversion, auf der die Bash gegenwärtig\n"
4140" läuft.\n"
4141" PATH\tDurch Doppelpunkt getrennte Liste von Verzeichnissen,\n"
4142" die nach Kommandos durchsucht werden.\n"
4143" PROMPT_COMMAND\tKommando, das vor der Anzeige einer primären\n"
4144" Eingabeaufforderung (PS1) ausgeführt wird.\n"
4145" PS1\tZeichenkette, die die primäre Eingabeaufforderung enthält.\n"
4146" PS2\tZeichenkette, die die sekundäre Eingabeaufforderung enthält.\n"
4147" TERM\tName des aktuellen Terminaltyps.\n"
4148" auto_resume\tEin Wert ungleich Null bewirkt, daß ein einzelnes\n"
4149" Kommando auf einer Zeile zunächst in der Liste\n"
4150" gegenwärtig gestoppter Jobs\tgesucht und dieser in den\n"
4151" Vordergrund geholt wird. `exact' bewirkt, daß das\n"
4152" Kommando genau dem Kommando in der Liste der gestoppten\n"
4153" Jobs entsprechen muß. Wenn die Variable den Wert\n"
4154" `substring' enthält, muß das Kommando einem Substring\n"
4155" der Jobbezeichnung entsprechen. Bei einem anderen Wert müssen\n"
4156" die ersten Zeichen übereinstimmen.\n"
4157" command_oriented_history\tMehrzeilige Kommandos werden im\n"
4158" Kommandozeilenspeicher in einer\tZeile abgelegt, wenn die\n"
4159" Variable ungleich Null gesetzt ist.\n"
4160" histchars Zeichen, die die Befehlswiederholung und die\n"
4161" Schnellersetzung steuern. An erster Stelle steht das\n"
4162" Befehlswiederholungszeichen (normalerweise `!'); an zweiter das\n"
4163" `Schnell-Ersetzen-Zeichen' (normalerweise `^'). Das dritte Zeichen\n"
4164" ist das\t`Kommentarzeichen' (normalerweise `#').\n"
4165" HISTCONTROL Gesetzt auf `ignorespace' werden keine mit einem\n"
4166" \tLeerzeichen oder Tabulator beginnenden Zeilen im\n"
4167" \tKommandospeicher abgelegt. Der Wert `ignoredups' verhindert\n"
4168" \tdas Speichern aufeinanderfolgender identischer\n"
4169" \tZeilen. `ignoreboth' kombiniert beide Einstellungen. Wenn die\n"
4170" \tVariable nicht oder auf einen anderen Wert gesetzt ist, werden\n"
4171" \talle eingegebenen Zeilen im Kommandospeicher abgelegt."
245a493c 4172
ec860d76 4173# pushd
b721485f 4174#: builtins.c:1791
ec860d76 4175#, fuzzy
245a493c
CR
4176msgid ""
4177"Add directories to stack.\n"
4178" \n"
4179" Adds a directory to the top of the directory stack, or rotates\n"
4180" the stack, making the new top of the stack the current working\n"
4181" directory. With no arguments, exchanges the top two directories.\n"
4182" \n"
4183" Options:\n"
4184" -n\tSuppresses the normal change of directory when adding\n"
4185" \tdirectories to the stack, so only the stack is manipulated.\n"
4186" \n"
4187" Arguments:\n"
4188" +N\tRotates the stack so that the Nth directory (counting\n"
4189" \tfrom the left of the list shown by `dirs', starting with\n"
4190" \tzero) is at the top.\n"
4191" \n"
4192" -N\tRotates the stack so that the Nth directory (counting\n"
4193" \tfrom the right of the list shown by `dirs', starting with\n"
4194" \tzero) is at the top.\n"
4195" \n"
4196" dir\tAdds DIR to the directory stack at the top, making it the\n"
4197" \tnew current working directory.\n"
4198" \n"
4199" The `dirs' builtin displays the directory stack.\n"
4200" \n"
4201" Exit Status:\n"
4202" Returns success unless an invalid argument is supplied or the directory\n"
4203" change fails."
4204msgstr ""
ec860d76
CR
4205"Fügt ein Verzeichnis dem Stapel hinzu.\n"
4206"\n"
4207" Legt ein Verzeichnisnamen auf den Verzeichnisstapel oder rotiert\n"
4208" diesen so,daß das Arbeitsverzeichnis auf der Spitze des Stapels\n"
4209" liegt. OhneArgumente werden die obersten zwei Verzeichnisse auf\n"
4210" dem Stapel vertauscht.\n"
4211"\n"
4212" Optionen:\n"
4213" -n\tunterdrückt das Wechseln in das Verzeichnis beim Hinzufügen\n"
4214" zum Stapel, so daß nur der Stapel verändert wird.\n"
4215"\n"
4216" Argumente:\n"
4217" +N\tRotiert den Stapel so, daß das N'te Verzeichnis\n"
4218" (angezeigt von `dirs',gezählt von links) sich an der Spitze des\n"
4219" Stapels befindet.\n"
4220"\n"
4221" -N\tRotiert den Stapel so, daß das N'te Verzeichnis (angezeigt von\n"
4222" -`dirs',gezählt von rechts) sich an der Spitze des Stapels\n"
4223" -befindet.\n"
4224" \n"
4225"\n"
b721485f
CR
4226" DIR\tLegt DIR auf die Spitze des Verzeichnisstapels und wechselt "
4227"dorthin.\n"
ec860d76
CR
4228"\n"
4229" Der Verzeichnisstapel kann mit dem Kommando `dirs' angezeigt werden."
245a493c 4230
ec860d76 4231# popd
b721485f 4232#: builtins.c:1825
245a493c
CR
4233msgid ""
4234"Remove directories from stack.\n"
4235" \n"
4236" Removes entries from the directory stack. With no arguments, removes\n"
4237" the top directory from the stack, and changes to the new top directory.\n"
4238" \n"
4239" Options:\n"
4240" -n\tSuppresses the normal change of directory when removing\n"
4241" \tdirectories from the stack, so only the stack is manipulated.\n"
4242" \n"
4243" Arguments:\n"
4244" +N\tRemoves the Nth entry counting from the left of the list\n"
4245" \tshown by `dirs', starting with zero. For example: `popd +0'\n"
4246" \tremoves the first directory, `popd +1' the second.\n"
4247" \n"
4248" -N\tRemoves the Nth entry counting from the right of the list\n"
4249" \tshown by `dirs', starting with zero. For example: `popd -0'\n"
4250" \tremoves the last directory, `popd -1' the next to last.\n"
4251" \n"
4252" The `dirs' builtin displays the directory stack.\n"
4253" \n"
4254" Exit Status:\n"
4255" Returns success unless an invalid argument is supplied or the directory\n"
4256" change fails."
4257msgstr ""
ec860d76
CR
4258"Entfernt Einträge vom Verzeichnisstapel.\n"
4259"\n"
4260" Entfernt Einträge vom Verzeichnisstapel. Ohne Argumente wird die\n"
4261" Spitze des Stapels entfernt und in das Verzeichnis gewechselt, das\n"
4262" dann an der Spitze steht.\n"
4263"\n"
4264" Optionen:\n"
4265" -n\tEntfernt nur den Verzeichniseintrag und wechselt nicht\n"
4266" \tdas Verzeichnis.\n"
4267" \n"
4268" Argumente:\n"
4269" +N\tEntfernt den N-ten Eintrag von links, gezählt von \t\n"
4270" Null, aus der von »dirs« anzeigten Liste. Beispielsweise\n"
4271" entfernen »popd +0« den ersten und »popd +1« den zweiten\n"
4272" Verzeichniseintrag.\n"
4273"\n"
4274" -N\tEntfernt den N-ten Eintrag von rechts, gezählt von Null,\n"
4275" \taus der von »dirs« angeigten Liste. Beispielsweise entfernen\n"
4276" »popd -0« den letzten und »popd -1« den vorletzten\n"
4277" Verzeichniseintrag.\n"
4278"\n"
4279" Mit »dirs« kann der Verzeichnisstapel angezeigt werden.\n"
4280"\n"
4281" Rückgabewert:\n"
4282" Gibt 0 zurück, außer wenn ein ungültiges Argument angegeben\n"
4283" wurde oder der Verzeichniswechsel nicht erfolgreich war."
245a493c 4284
a8fd3f3e 4285# dirs
b721485f 4286#: builtins.c:1855
245a493c
CR
4287msgid ""
4288"Display directory stack.\n"
4289" \n"
4290" Display the list of currently remembered directories. Directories\n"
4291" find their way onto the list with the `pushd' command; you can get\n"
4292" back up through the list with the `popd' command.\n"
4293" \n"
4294" Options:\n"
4295" -c\tclear the directory stack by deleting all of the elements\n"
4296" -l\tdo not print tilde-prefixed versions of directories relative\n"
4297" \tto your home directory\n"
4298" -p\tprint the directory stack with one entry per line\n"
4299" -v\tprint the directory stack with one entry per line prefixed\n"
4300" \twith its position in the stack\n"
4301" \n"
4302" Arguments:\n"
b721485f
CR
4303" +N\tDisplays the Nth entry counting from the left of the list shown "
4304"by\n"
245a493c
CR
4305" \tdirs when invoked without options, starting with zero.\n"
4306" \n"
b721485f
CR
4307" -N\tDisplays the Nth entry counting from the right of the list shown "
4308"by\n"
245a493c
CR
4309" \tdirs when invoked without options, starting with zero.\n"
4310" \n"
4311" Exit Status:\n"
4312" Returns success unless an invalid option is supplied or an error occurs."
4313msgstr ""
4314
b721485f 4315#: builtins.c:1884
245a493c
CR
4316msgid ""
4317"Set and unset shell options.\n"
4318" \n"
4319" Change the setting of each shell option OPTNAME. Without any option\n"
b721485f
CR
4320" arguments, list all shell options with an indication of whether or not "
4321"each\n"
245a493c
CR
4322" is set.\n"
4323" \n"
4324" Options:\n"
4325" -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
4326" -p\tprint each shell option with an indication of its status\n"
4327" -q\tsuppress output\n"
4328" -s\tenable (set) each OPTNAME\n"
4329" -u\tdisable (unset) each OPTNAME\n"
4330" \n"
4331" Exit Status:\n"
4332" Returns success if OPTNAME is enabled; fails if an invalid option is\n"
4333" given or OPTNAME is disabled."
4334msgstr ""
4335
b721485f 4336#: builtins.c:1905
245a493c
CR
4337msgid ""
4338"Formats and prints ARGUMENTS under control of the FORMAT.\n"
4339" \n"
4340" Options:\n"
4341" -v var\tassign the output to shell variable VAR rather than\n"
4342" \t\tdisplay it on the standard output\n"
4343" \n"
b721485f
CR
4344" FORMAT is a character string which contains three types of objects: "
4345"plain\n"
4346" characters, which are simply copied to standard output; character "
4347"escape\n"
245a493c 4348" sequences, which are converted and copied to the standard output; and\n"
b721485f
CR
4349" format specifications, each of which causes printing of the next "
4350"successive\n"
245a493c
CR
4351" argument.\n"
4352" \n"
b721485f
CR
4353" In addition to the standard format specifications described in printf"
4354"(1),\n"
4355" printf interprets:\n"
245a493c
CR
4356" \n"
4357" %b\texpand backslash escape sequences in the corresponding argument\n"
4358" %q\tquote the argument in a way that can be reused as shell input\n"
b721485f
CR
4359" %(fmt)T output the date-time string resulting from using FMT as a "
4360"format\n"
89c77bc7 4361" string for strftime(3)\n"
245a493c 4362" \n"
b721485f
CR
4363" The format is re-used as necessary to consume all of the arguments. If\n"
4364" there are fewer arguments than the format requires, extra format\n"
4365" specifications behave as if a zero value or null string, as "
4366"appropriate,\n"
4367" had been supplied.\n"
4368" \n"
245a493c 4369" Exit Status:\n"
b721485f
CR
4370" Returns success unless an invalid option is given or a write or "
4371"assignment\n"
245a493c
CR
4372" error occurs."
4373msgstr ""
4374
b721485f 4375#: builtins.c:1939
245a493c
CR
4376msgid ""
4377"Specify how arguments are to be completed by Readline.\n"
4378" \n"
b721485f
CR
4379" For each NAME, specify how arguments are to be completed. If no "
4380"options\n"
4381" are supplied, existing completion specifications are printed in a way "
4382"that\n"
245a493c
CR
4383" allows them to be reused as input.\n"
4384" \n"
4385" Options:\n"
4386" -p\tprint existing completion specifications in a reusable format\n"
4387" -r\tremove a completion specification for each NAME, or, if no\n"
4388" \tNAMEs are supplied, all completion specifications\n"
08e72d7a
CR
4389" -D\tapply the completions and actions as the default for commands\n"
4390" \twithout any specific completion defined\n"
4391" -E\tapply the completions and actions to \"empty\" commands --\n"
4392" \tcompletion attempted on a blank line\n"
245a493c
CR
4393" \n"
4394" When completion is attempted, the actions are applied in the order the\n"
08e72d7a
CR
4395" uppercase-letter options are listed above. The -D option takes\n"
4396" precedence over -E.\n"
245a493c
CR
4397" \n"
4398" Exit Status:\n"
4399" Returns success unless an invalid option is supplied or an error occurs."
4400msgstr ""
4401
b721485f 4402#: builtins.c:1967
245a493c
CR
4403msgid ""
4404"Display possible completions depending on the options.\n"
4405" \n"
4406" Intended to be used from within a shell function generating possible\n"
b721485f
CR
4407" completions. If the optional WORD argument is supplied, matches "
4408"against\n"
245a493c
CR
4409" WORD are generated.\n"
4410" \n"
4411" Exit Status:\n"
4412" Returns success unless an invalid option is supplied or an error occurs."
4413msgstr ""
4414
b721485f 4415#: builtins.c:1982
245a493c
CR
4416msgid ""
4417"Modify or display completion options.\n"
4418" \n"
b721485f
CR
4419" Modify the completion options for each NAME, or, if no NAMEs are "
4420"supplied,\n"
4421" the completion currently being executed. If no OPTIONs are given, "
4422"print\n"
4423" the completion options for each NAME or the current completion "
4424"specification.\n"
245a493c
CR
4425" \n"
4426" Options:\n"
4427" \t-o option\tSet completion option OPTION for each NAME\n"
08e72d7a
CR
4428" \t-D\t\tChange options for the \"default\" command completion\n"
4429" \t-E\t\tChange options for the \"empty\" command completion\n"
245a493c
CR
4430" \n"
4431" Using `+o' instead of `-o' turns off the specified option.\n"
4432" \n"
4433" Arguments:\n"
4434" \n"
4435" Each NAME refers to a command for which a completion specification must\n"
4436" have previously been defined using the `complete' builtin. If no NAMEs\n"
4437" are supplied, compopt must be called by a function currently generating\n"
4438" completions, and the options for that currently-executing completion\n"
4439" generator are modified.\n"
4440" \n"
4441" Exit Status:\n"
4442" Returns success unless an invalid option is supplied or NAME does not\n"
4443" have a completion specification defined."
4444msgstr ""
4445
b721485f 4446#: builtins.c:2012
245a493c 4447msgid ""
d6593885 4448"Read lines from the standard input into an indexed array variable.\n"
245a493c 4449" \n"
b721485f
CR
4450" Read lines from the standard input into the indexed array variable "
4451"ARRAY, or\n"
4452" from file descriptor FD if the -u option is supplied. The variable "
4453"MAPFILE\n"
d6593885 4454" is the default ARRAY.\n"
245a493c
CR
4455" \n"
4456" Options:\n"
b721485f
CR
4457" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are "
4458"copied.\n"
4459" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default "
4460"index is 0.\n"
245a493c
CR
4461" -s count \tDiscard the first COUNT lines read.\n"
4462" -t\t\tRemove a trailing newline from each line read.\n"
b721485f
CR
4463" -u fd\t\tRead lines from file descriptor FD instead of the standard "
4464"input.\n"
245a493c 4465" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
b721485f
CR
4466" -c quantum\tSpecify the number of lines read between each call to "
4467"CALLBACK.\n"
245a493c
CR
4468" \n"
4469" Arguments:\n"
4470" ARRAY\t\tArray variable name to use for file data.\n"
4471" \n"
a05a1337
CR
4472" If -C is supplied without -c, the default quantum is 5000. When\n"
4473" CALLBACK is evaluated, it is supplied the index of the next array\n"
06dff54a
CR
4474" element to be assigned and the line to be assigned to that element\n"
4475" as additional arguments.\n"
245a493c 4476" \n"
b721485f
CR
4477" If not supplied with an explicit origin, mapfile will clear ARRAY "
4478"before\n"
245a493c
CR
4479" assigning to it.\n"
4480" \n"
4481" Exit Status:\n"
b721485f
CR
4482" Returns success unless an invalid option is given or ARRAY is readonly "
4483"or\n"
d6593885 4484" not an indexed array."
245a493c
CR
4485msgstr ""
4486
b721485f 4487#: builtins.c:2046
a05a1337
CR
4488msgid ""
4489"Read lines from a file into an array variable.\n"
4490" \n"
4491" A synonym for `mapfile'."
4492msgstr ""
a8fd3f3e
CR
4493"Liest Zeilen einer Datei in eine Array Variable.\n"
4494"\n"
4495" Ist ein Synonym für `mapfile'."
b721485f
CR
4496
4497#~ msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
4498#~ msgstr "Copyright (C) 2009 Free Software Foundation, Inc.\n"
4499
4500#~ msgid ""
4501#~ "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
4502#~ "html>\n"
4503#~ msgstr ""
4504#~ "Lizenz GPLv2+: GNU GPL Version 2 oder jünger <http://gnu.org/licenses/gpl."
4505#~ "html>\n"