aboutsummaryrefslogtreecommitdiffstats
path: root/po/de.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po774
1 files changed, 423 insertions, 351 deletions
diff --git a/po/de.po b/po/de.po
index a532a09..5e97c33 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,13 +1,13 @@
-# German language file for GNU Bash 4.0
+# German language file for GNU Bash 4.1
# Copyright (C) 1996 Free Software Foundation, Inc.
# This file is distributed under the same license as the bash package.
-# Nils Naumann <nnau@gmx.net>, 1996, 2009.
+# Nils Naumann <nnau@gmx.net>, 1996, 2009, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: bash 4.0\n"
+"Project-Id-Version: bash 4.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-30 08:25-0500\n"
-"PO-Revision-Date: 2009-09-14 20:37+0200\n"
+"POT-Creation-Date: 2011-01-28 22:09-0500\n"
+"PO-Revision-Date: 2010-05-18 20:21+0200\n"
"Last-Translator: Nils Naumann <nnau@gmx.net>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@ msgstr ""
msgid "bad array subscript"
msgstr "Falscher Feldbezeichner."
-#: arrayfunc.c:313 builtins/declare.def:481
+#: arrayfunc.c:313 builtins/declare.def:487
#, c-format
msgid "%s: cannot convert indexed to associative array"
msgstr "%s: Kann nicht das indizierte in ein assoziatives Array umwandeln."
@@ -41,36 +41,36 @@ msgstr ""
"%s: %s: Ein Feldbezeicher wird zum Zuweisen eines assoziativen Arrays "
"benötigt."
-#: bashhist.c:383
+#: bashhist.c:387
#, c-format
msgid "%s: cannot create: %s"
msgstr "%s: Kann die Datei %s nicht erzeugen."
-#: bashline.c:3457
+#: bashline.c:3498
msgid "bash_execute_unix_command: cannot find keymap for command"
msgstr ""
"bash_execute_unix_command: Kann nicht die Tastenzuordnung für das Kommando "
"finden."
-#: bashline.c:3543
+#: bashline.c:3584
#, c-format
msgid "%s: first non-whitespace character is not `\"'"
msgstr " %s: Das erste nicht Leerzeichen ist nicht `\\'."
-#: bashline.c:3572
+#: bashline.c:3613
#, c-format
msgid "no closing `%c' in %s"
msgstr "fehlende schließende `%c' in %s."
-#: bashline.c:3606
+#: bashline.c:3647
#, c-format
msgid "%s: missing colon separator"
msgstr "%s: Fehlender Doppelpunkt."
#: builtins/alias.def:132
-#, fuzzy, c-format
+#, c-format
msgid "`%s': invalid alias name"
-msgstr "`%s': Ungültiger KEYMAP Name."
+msgstr "`%s': Ungültiger Alias Name."
#: builtins/bind.def:120 builtins/bind.def:123
msgid "line editing not enabled"
@@ -122,26 +122,11 @@ msgid ""
" Without EXPR, returns "
msgstr ""
-#: builtins/caller.def:135
-msgid ""
-". With EXPR, returns\n"
-" "
-msgstr ""
-
-#: builtins/caller.def:136
-msgid ""
-"; this extra information can be used to\n"
-" provide a stack trace.\n"
-" \n"
-" The value of EXPR indicates how many call frames to go back before the\n"
-" current one; the top frame is frame 0."
-msgstr ""
-
-#: builtins/cd.def:215
+#: builtins/cd.def:235
msgid "HOME not set"
msgstr "HOME ist nicht zugewiesen."
-#: builtins/cd.def:227
+#: builtins/cd.def:247
msgid "OLDPWD not set"
msgstr "OLDPWD ist nicht zugewiesen."
@@ -161,11 +146,11 @@ msgstr "Warnung: "
msgid "%s: usage: "
msgstr "%s: Gebrauch: "
-#: builtins/common.c:166 test.c:827
+#: builtins/common.c:166 test.c:832
msgid "too many arguments"
msgstr "Zu viele Argumente."
-#: builtins/common.c:191 shell.c:499 shell.c:782
+#: builtins/common.c:191 shell.c:500 shell.c:782
#, c-format
msgid "%s: option requires an argument"
msgstr "%s: Ein numerischer Paremeter ist erforderlich."
@@ -203,7 +188,7 @@ msgstr "Ungültige Oktalzahl."
msgid "invalid hex number"
msgstr "Ungültige hexadezimale Zahl."
-#: builtins/common.c:242 expr.c:1256
+#: builtins/common.c:242 expr.c:1362
msgid "invalid number"
msgstr "Ungültige Zahl."
@@ -239,7 +224,7 @@ msgstr "%s ist außerhalb des Gültigkeitsbereiches."
#: builtins/common.c:282
#, c-format
msgid "%s: no such job"
-msgstr "%s: Kein solche Job."
+msgstr "%s: Kein solcher Job."
#: builtins/common.c:290
#, c-format
@@ -312,25 +297,25 @@ msgstr "Warnung: Die -C Option könnte unerwartete Ergebnisse liefern."
msgid "not currently executing completion function"
msgstr "Gegenwärtig wird keine Komplettierungsfunktion ausgeführt."
-#: builtins/declare.def:122
+#: builtins/declare.def:124
msgid "can only be used in a function"
msgstr "kann nur innerhalb einer Funktion benutzt werden."
-#: builtins/declare.def:360
+#: builtins/declare.def:366
msgid "cannot use `-f' to make functions"
msgstr "Mit `-f' können keine Funktionen erzeugt werden."
-#: builtins/declare.def:372 execute_cmd.c:4937
+#: builtins/declare.def:378 execute_cmd.c:5105
#, c-format
msgid "%s: readonly function"
msgstr "%s: Schreibgeschützte Funktion."
-#: builtins/declare.def:468
+#: builtins/declare.def:474
#, c-format
msgid "%s: cannot destroy array variables in this way"
msgstr "%s: Kann Feldvariablen nicht auf diese Art löschen."
-#: builtins/declare.def:475
+#: builtins/declare.def:481
#, c-format
msgid "%s: cannot convert associative to indexed array"
msgstr ""
@@ -360,29 +345,29 @@ msgstr "%s: Ist nicht dynamisch geladen."
msgid "%s: cannot delete: %s"
msgstr "%s: Kann nicht löschen: %s"
-#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4794
-#: shell.c:1452
+#: builtins/evalfile.c:135 builtins/hash.def:171 execute_cmd.c:4961
+#: shell.c:1457
#, c-format
msgid "%s: is a directory"
msgstr "%s: ist ein Verzeichnis."
-#: builtins/evalfile.c:139
+#: builtins/evalfile.c:140
#, c-format
msgid "%s: not a regular file"
msgstr "%s: Ist keine normale Datei."
-#: builtins/evalfile.c:147
+#: builtins/evalfile.c:148
#, c-format
msgid "%s: file is too large"
msgstr "%s: Die Datei ist zu groß."
-#: builtins/evalfile.c:185 builtins/evalfile.c:203 execute_cmd.c:4864
-#: shell.c:1462
+#: builtins/evalfile.c:182 builtins/evalfile.c:200 execute_cmd.c:5032
+#: shell.c:1467
#, c-format
msgid "%s: cannot execute binary file"
msgstr "%s: Kann die Datei nicht ausführen."
-#: builtins/exec.def:212
+#: builtins/exec.def:154 builtins/exec.def:156 builtins/exec.def:228
#, c-format
msgid "%s: cannot execute: %s"
msgstr "%s: Kann nicht ausführen: %s"
@@ -410,11 +395,11 @@ msgstr "Es gibt noch laufende Prozesse.\n"
msgid "no command found"
msgstr "Kein Kommando gefunden."
-#: builtins/fc.def:349
+#: builtins/fc.def:312 builtins/fc.def:359
msgid "history specification"
msgstr ""
-#: builtins/fc.def:370
+#: builtins/fc.def:380
#, c-format
msgid "%s: cannot open temp file: %s"
msgstr "%s: Kann die tempräre Datei nicht öffnen: %s"
@@ -447,7 +432,7 @@ msgstr "Hashing deaktiviert."
msgid "%s: hash table empty\n"
msgstr "%s: Die Hashtabelle ist leer.\n"
-#: builtins/hash.def:244
+#: builtins/hash.def:245
#, c-format
msgid "hits\tcommand\n"
msgstr "Treffer\tBefehl\n"
@@ -514,76 +499,86 @@ msgstr "%s: inlib gescheitert."
msgid "no other options allowed with `-x'"
msgstr "Keine weiteren Optionen mit `-x' erlaubt."
-#: builtins/kill.def:200
+#: builtins/kill.def:198
#, c-format
msgid "%s: arguments must be process or job IDs"
msgstr "%s: Die Argumente müssen Prozess- oder Jobbezeichnungen sein."
-#: builtins/kill.def:263
+#: builtins/kill.def:261
msgid "Unknown error"
msgstr "Unbekannter Fehler."
-#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516
+#: builtins/let.def:95 builtins/let.def:120 expr.c:552 expr.c:567
msgid "expression expected"
msgstr "Ausdruck erwartet."
-#: builtins/mapfile.def:165
-#, fuzzy, c-format
+#: builtins/mapfile.def:172
+#, c-format
msgid "%s: not an indexed array"
-msgstr "%s: Ist kein Array."
+msgstr "%s: Ist kein indiziertes Array."
-#: builtins/mapfile.def:249 builtins/read.def:279
+#: builtins/mapfile.def:256 builtins/read.def:279
#, c-format
msgid "%s: invalid file descriptor specification"
msgstr ""
-#: builtins/mapfile.def:257 builtins/read.def:286
+#: builtins/mapfile.def:264 builtins/read.def:286
#, c-format
msgid "%d: invalid file descriptor: %s"
msgstr "%d: Ungültiger Dateibezeichner: %s"
-#: builtins/mapfile.def:266 builtins/mapfile.def:304
+#: builtins/mapfile.def:273 builtins/mapfile.def:311
#, c-format
msgid "%s: invalid line count"
msgstr "%s: Ungültige Zeilenanzahlangabe."
-#: builtins/mapfile.def:277
+#: builtins/mapfile.def:284
#, c-format
msgid "%s: invalid array origin"
msgstr "%s: Ungültiger Zeilenindex für den Array Beginn."
-#: builtins/mapfile.def:294
+#: builtins/mapfile.def:301
#, c-format
msgid "%s: invalid callback quantum"
msgstr ""
-#: builtins/mapfile.def:326
+#: builtins/mapfile.def:333
msgid "empty array variable name"
msgstr "Fehlender Name für die Array Variable."
-#: builtins/mapfile.def:347
+#: builtins/mapfile.def:354
msgid "array variable support required"
msgstr "Die Array Variablen Unterstützung ist in dieser Shell nicht vorhanden."
-#: builtins/printf.def:374
+#: builtins/printf.def:394
#, c-format
msgid "`%s': missing format character"
msgstr "`%s': Fehlendes Formatierungszeichen."
-#: builtins/printf.def:551
+#: builtins/printf.def:448
+#, fuzzy, c-format
+msgid "`%c': invalid time format specification"
+msgstr "%s: Ungültige Wartezeitangebe."
+
+#: builtins/printf.def:635
#, c-format
msgid "`%c': invalid format character"
msgstr "`%c': Ungültiges Formatierungszeichen."
-#: builtins/printf.def:578
+#: builtins/printf.def:662
#, c-format
msgid "warning: %s: %s"
msgstr "Warnung: %s: %s"
-#: builtins/printf.def:757
+#: builtins/printf.def:840
msgid "missing hex digit for \\x"
msgstr "Fehlende hexadezimale Ziffer nach \\x."
+#: builtins/printf.def:855
+#, fuzzy, c-format
+msgid "missing unicode digit for \\%c"
+msgstr "Fehlende hexadezimale Ziffer nach \\x."
+
#: builtins/pushd.def:195
msgid "no other directory"
msgstr "kein anderes Verzeichnis"
@@ -598,7 +593,7 @@ msgstr "Der Verzeichnisstapel ist leer."
#: builtins/pushd.def:508
msgid "directory stack index"
-msgstr ""
+msgstr "Verzeichnisstapelindex"
#: builtins/pushd.def:683
#, fuzzy
@@ -631,7 +626,8 @@ msgstr ""
"\n"
" Optionen:\n"
" -c Verzeichnisstapel durch Löschen aller Einträge bereinigen.\n"
-" -l "
+" -l Das Heimatverzeichnis wird nicht mit vorangestellter Tilde\n"
+" ausgegeben"
#: builtins/pushd.def:705
msgid ""
@@ -734,24 +730,25 @@ msgstr "Lesefehler: %d: %s"
msgid "can only `return' from a function or sourced script"
msgstr ""
-#: builtins/set.def:768
+#: builtins/set.def:771
msgid "cannot simultaneously unset a function and a variable"
msgstr ""
+"Gleichzeitiges `unset' einer Funktion und einer Variable ist nicht möglich."
-#: builtins/set.def:805
+#: builtins/set.def:808
#, c-format
msgid "%s: cannot unset"
-msgstr ""
+msgstr "%s: `unset' nicht möglich."
-#: builtins/set.def:812
+#: builtins/set.def:815
#, c-format
msgid "%s: cannot unset: readonly %s"
-msgstr ""
+msgstr "%s: `unset' nicht möglich: Schreibgeschützt %s"
-#: builtins/set.def:823
+#: builtins/set.def:826
#, c-format
msgid "%s: not an array variable"
-msgstr "%s: Ist kein Array."
+msgstr "%s: Ist keine Feldvariable."
#: builtins/setattr.def:186
#, c-format
@@ -760,29 +757,29 @@ msgstr "%s: Ist keine Funktion."
#: builtins/shift.def:71 builtins/shift.def:77
msgid "shift count"
-msgstr ""
+msgstr "Verschiebezähler"
-#: builtins/shopt.def:260
+#: builtins/shopt.def:264
msgid "cannot set and unset shell options simultaneously"
msgstr "Kann nicht Shell Optinen gleichzeitig aktivieren und deaktivieren."
-#: builtins/shopt.def:325
+#: builtins/shopt.def:329
#, c-format
msgid "%s: invalid shell option name"
-msgstr ""
+msgstr "%s: Ungültiger Shell Optionen Name."
-#: builtins/source.def:128
+#: builtins/source.def:130
msgid "filename argument required"
msgstr "Ein Dateiname wird as Argument benötigt."
-#: builtins/source.def:153
+#: builtins/source.def:155
#, c-format
msgid "%s: file not found"
msgstr "%s: Datei nicht gefunden."
#: builtins/suspend.def:101
msgid "cannot suspend"
-msgstr ""
+msgstr "Kann die Shell nicht unterbrechen."
# logout
#: builtins/suspend.def:111
@@ -792,7 +789,7 @@ msgstr "Kann die Loginshell nicht unterbrechen."
#: builtins/type.def:234
#, c-format
msgid "%s is aliased to `%s'\n"
-msgstr ""
+msgstr "%s ist ein Alias von `%s'.\n"
#: builtins/type.def:255
#, c-format
@@ -819,33 +816,33 @@ msgstr "%s ist %s\n"
msgid "%s is hashed (%s)\n"
msgstr ""
-#: builtins/ulimit.def:372
+#: builtins/ulimit.def:376
#, c-format
msgid "%s: invalid limit argument"
msgstr ""
-#: builtins/ulimit.def:398
+#: builtins/ulimit.def:402
#, c-format
msgid "`%c': bad command"
msgstr "`%c': Falsches Kommando."
-#: builtins/ulimit.def:427
+#: builtins/ulimit.def:431
#, c-format
msgid "%s: cannot get limit: %s"
msgstr "%s: Kann die nicht Grenze setzen: %s"
-#: builtins/ulimit.def:453
+#: builtins/ulimit.def:457
msgid "limit"
msgstr "Grenze"
-#: builtins/ulimit.def:465 builtins/ulimit.def:765
+#: builtins/ulimit.def:469 builtins/ulimit.def:769
#, c-format
msgid "%s: cannot modify limit: %s"
msgstr "%s: Kann die Grenze nicht ändern: %s"
#: builtins/umask.def:118
msgid "octal number"
-msgstr ""
+msgstr "Oktalzahl"
#: builtins/umask.def:231
#, c-format
@@ -895,106 +892,111 @@ msgstr "%s ist nicht gesetzt."
#: eval.c:181
#, c-format
-msgid "timed out waiting for input: auto-logout\n"
-msgstr "Zu lange keine Eingabe: Automatisch ausgeloggt.\n"
+msgid "\atimed out waiting for input: auto-logout\n"
+msgstr "\aZu lange keine Eingabe: Automatisch ausgeloggt.\n"
-#: execute_cmd.c:497
+#: execute_cmd.c:504
#, c-format
msgid "cannot redirect standard input from /dev/null: %s"
msgstr "Kann nicht die Standardeingabe von /dev/null umleiten: %s"
-#: execute_cmd.c:1162
+#: execute_cmd.c:1168
#, c-format
msgid "TIMEFORMAT: `%c': invalid format character"
msgstr "TIMEFORMAT: `%c': Ungültiges Formatzeichen."
-#: execute_cmd.c:2075
+#: execute_cmd.c:2121
msgid "pipe error"
msgstr "Pipe-Fehler"
-#: execute_cmd.c:4481
+#: execute_cmd.c:4640
#, c-format
msgid "%s: restricted: cannot specify `/' in command names"
msgstr "%s: Verboten: `/' ist in Kommandonamen unzulässig."
-#: execute_cmd.c:4572
+#: execute_cmd.c:4735
#, c-format
msgid "%s: command not found"
msgstr "%s: Kommando nicht gefunden."
-#: execute_cmd.c:4827
+#: execute_cmd.c:4959
+#, fuzzy, c-format
+msgid "%s: %s"
+msgstr "%s ist %s\n"
+
+#: execute_cmd.c:4995
#, c-format
msgid "%s: %s: bad interpreter"
msgstr "%s: %s: Defekter Interpreter"
-#: execute_cmd.c:4976
+#: execute_cmd.c:5144
#, c-format
msgid "cannot duplicate fd %d to fd %d"
msgstr "Kann fd %d nicht auf fd %d verdoppeln."
-#: expr.c:241
+#: expr.c:256
msgid "expression recursion level exceeded"
msgstr "Zu viele Rekursionen in Ausdruck."
-#: expr.c:265
+#: expr.c:280
msgid "recursion stack underflow"
msgstr "Rekursionsstapel leer."
-#: expr.c:379
+#: expr.c:422
msgid "syntax error in expression"
msgstr "Syntaxfehler im Ausdruck."
-#: expr.c:419
+#: expr.c:463
msgid "attempted assignment to non-variable"
msgstr "Zuweisung zu einer Nicht-Variablen versucht."
-#: expr.c:440 expr.c:445 expr.c:756
+#: expr.c:486 expr.c:491 expr.c:807
msgid "division by 0"
msgstr "Division durch 0."
-#: expr.c:471
+#: expr.c:517
msgid "bug: bad expassign token"
msgstr "Fehler: Falscher Zuweisungsoperator."
-#: expr.c:513
+#: expr.c:564
msgid "`:' expected for conditional expression"
msgstr "`:' erwartet für ein bedingten Ausdruck."
-#: expr.c:781
+#: expr.c:832
msgid "exponent less than 0"
msgstr "Der Exponent ist kleiner als 0."
-#: expr.c:826
+#: expr.c:887
msgid "identifier expected after pre-increment or pre-decrement"
msgstr ""
"Nach einem Präinkrement oder Prädekrement wird ein Bezeichner erwartet."
-#: expr.c:854
+#: expr.c:910
msgid "missing `)'"
msgstr "Fehlende `)'"
-#: expr.c:897 expr.c:1176
+#: expr.c:959 expr.c:1282
msgid "syntax error: operand expected"
msgstr "Syntax Fehler: Operator erwartet."
-#: expr.c:1178
+#: expr.c:1284
msgid "syntax error: invalid arithmetic operator"
msgstr "Syntaxfehler: Ungültiger arithmetischer Operator."
-#: expr.c:1202
+#: expr.c:1308
#, c-format
msgid "%s%s%s: %s (error token is \"%s\")"
msgstr "%s%s%s: %s (Fehlerverursachendes Zeichen ist \\\"%s\\\")."
-#: expr.c:1260
+#: expr.c:1366
msgid "invalid arithmetic base"
msgstr "Ungültige Basis."
-#: expr.c:1280
+#: expr.c:1386
msgid "value too great for base"
msgstr "Der Wert ist zu groß für die aktuelle Basis."
-#: expr.c:1329
+#: expr.c:1435
#, c-format
msgid "%s: expression error\n"
msgstr "%s: Fehler im Ausdruck.\n"
@@ -1003,170 +1005,170 @@ msgstr "%s: Fehler im Ausdruck.\n"
msgid "getcwd: cannot access parent directories"
msgstr "getwd: Kann nicht auf das übergeordnete Verzeichnis zugreifen."
-#: input.c:94 subst.c:4857
+#: input.c:94 subst.c:5082
#, c-format
msgid "cannot reset nodelay mode for fd %d"
msgstr "Konnte den No-Delay Modus für fd %d nicht wieder herstellen."
-#: input.c:258
+#: input.c:260
#, c-format
msgid "cannot allocate new file descriptor for bash input from fd %d"
msgstr "Kann keinen neuen Filedeskriptor für die Eingabe von fd %d zuweisen."
# Debug Ausgabe
-#: input.c:266
+#: input.c:268
#, c-format
msgid "save_bash_input: buffer already exists for new fd %d"
msgstr "save_bash_input: Es existiert bereits ein Puffer für den neuen fd %d."
-#: jobs.c:466
+#: jobs.c:468
msgid "start_pipeline: pgrp pipe"
msgstr "start_pipeline: pgrp pipe"
-#: jobs.c:887
+#: jobs.c:889
#, c-format
msgid "forked pid %d appears in running job %d"
msgstr ""
-#: jobs.c:1005
+#: jobs.c:1007
#, c-format
msgid "deleting stopped job %d with process group %ld"
msgstr ""
-#: jobs.c:1110
+#: jobs.c:1112
#, c-format
msgid "add_process: process %5ld (%s) in the_pipeline"
msgstr ""
-#: jobs.c:1113
+#: jobs.c:1115
#, c-format
msgid "add_process: pid %5ld (%s) marked as still alive"
msgstr ""
# Programmierfehler
-#: jobs.c:1401
+#: jobs.c:1430
#, c-format
msgid "describe_pid: %ld: no such pid"
msgstr "describe_pid: %ld: Prozeßnummer existiert nicht."
-#: jobs.c:1416
+#: jobs.c:1445
#, c-format
msgid "Signal %d"
msgstr "Signal %d"
-#: jobs.c:1430 jobs.c:1455
+#: jobs.c:1459 jobs.c:1484
msgid "Done"
msgstr "Fertig"
-#: jobs.c:1435 siglist.c:123
+#: jobs.c:1464 siglist.c:123
msgid "Stopped"
msgstr "Angehalten"
-#: jobs.c:1439
+#: jobs.c:1468
#, c-format
msgid "Stopped(%s)"
msgstr "Angehalten(%s)"
-#: jobs.c:1443
+#: jobs.c:1472
msgid "Running"
msgstr "Läuft"
-#: jobs.c:1457
+#: jobs.c:1486
#, c-format
msgid "Done(%d)"
msgstr "Fertig(%d)"
-#: jobs.c:1459
+#: jobs.c:1488
#, c-format
msgid "Exit %d"
msgstr "Exit %d"
-#: jobs.c:1462
+#: jobs.c:1491
msgid "Unknown status"
msgstr "Unbekannter Status"
-#: jobs.c:1549
+#: jobs.c:1578
#, c-format
msgid "(core dumped) "
msgstr "(Speicherabzug geschrieben) "
-#: jobs.c:1568
+#: jobs.c:1597
#, c-format
msgid " (wd: %s)"
msgstr " (wd: %s)"
# interner Fehler
-#: jobs.c:1776
+#: jobs.c:1805
#, c-format
msgid "child setpgid (%ld to %ld)"
msgstr ""
-#: jobs.c:2104 nojobs.c:585
+#: jobs.c:2133 nojobs.c:585
#, c-format
msgid "wait: pid %ld is not a child of this shell"
msgstr "wait: Prozeß %ld wurde nicht von dieser Shell gestartet."
-#: jobs.c:2331
+#: jobs.c:2360
#, c-format
msgid "wait_for: No record of process %ld"
msgstr ""
-#: jobs.c:2607
+#: jobs.c:2637
#, c-format
msgid "wait_for_job: job %d is stopped"
msgstr ""
-#: jobs.c:2829
+#: jobs.c:2859
#, c-format
msgid "%s: job has terminated"
msgstr "%s: Programm ist beendet."
-#: jobs.c:2838
+#: jobs.c:2868
#, c-format
msgid "%s: job %d already in background"
msgstr ""
-#: jobs.c:3059
+#: jobs.c:3089
msgid "waitchld: turning on WNOHANG to avoid indefinite block"
msgstr ""
# Debug Ausgabe
-#: jobs.c:3508
+#: jobs.c:3538
#, c-format
msgid "%s: line %d: "
msgstr "%s: Zeile %d: "
-#: jobs.c:3522 nojobs.c:814
+#: jobs.c:3552 nojobs.c:814
#, c-format
msgid " (core dumped)"
msgstr " (Speicherabzug geschrieben)"
-#: jobs.c:3534 jobs.c:3547
+#: jobs.c:3564 jobs.c:3577
#, c-format
msgid "(wd now: %s)\n"
msgstr "(gegenwärtiges Arbeitsverzeichnis ist: %s)\n"
# interner Fehler
-#: jobs.c:3579
+#: jobs.c:3609
msgid "initialize_job_control: getpgrp failed"
msgstr "initialize_jobs: getpgrp war nicht erfolgreich."
# interner Fehler
-#: jobs.c:3639
+#: jobs.c:3669
msgid "initialize_job_control: line discipline"
msgstr "initialize_job_control: line discipline"
# interner Fehler
-#: jobs.c:3649
+#: jobs.c:3679
msgid "initialize_job_control: setpgid"
msgstr "initialize_job_control: setpgid"
-#: jobs.c:3677
+#: jobs.c:3707
#, c-format
msgid "cannot set terminal process group (%d)"
msgstr "Kann die Prozessgruppe des Terminals nicht setzen (%d)."
-#: jobs.c:3682
+#: jobs.c:3712
msgid "no job control in this shell"
msgstr "Keine Job Steuerung in dieser Shell."
@@ -1276,14 +1278,14 @@ msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
msgstr ""
#: locale.c:247
-#, fuzzy, c-format
+#, c-format
msgid "setlocale: %s: cannot change locale (%s)"
-msgstr "xrealloc: %s:%d: Kann nicht %lu Bytes reservieren."
+msgstr "setlocale: %s: Kann die Standorteinstellungen nicht ändern (%s)."
#: locale.c:249
-#, fuzzy, c-format
+#, c-format
msgid "setlocale: %s: cannot change locale (%s): %s"
-msgstr "xrealloc: %s:%d: Kann nicht %lu Bytes reservieren."
+msgstr "setlocale: %s: Kann nicht die Locale ändern (%s): %s"
# Du oder Sie?
#: mailcheck.c:433
@@ -1328,100 +1330,100 @@ msgstr ""
msgid "make_redirection: redirection instruction `%d' out of range"
msgstr ""
-#: parse.y:3133 parse.y:3369
+#: parse.y:3173 parse.y:3444
#, c-format
msgid "unexpected EOF while looking for matching `%c'"
msgstr "Dateiende beim Suchen nach `%c' erreicht."
-#: parse.y:3951
+#: parse.y:4025
msgid "unexpected EOF while looking for `]]'"
msgstr "Dateiende beim Suchen nach `]]' erreicht."
-#: parse.y:3956
+#: parse.y:4030
#, c-format
msgid "syntax error in conditional expression: unexpected token `%s'"
msgstr "Syntaxfehler im bedingten Ausdruck: Unerwartetes Zeichen `%s'."
-#: parse.y:3960
+#: parse.y:4034
msgid "syntax error in conditional expression"
msgstr "Syntaxfehler im bedingen Ausdruck."
-#: parse.y:4038
+#: parse.y:4112
#, c-format
msgid "unexpected token `%s', expected `)'"
msgstr "Unerwartetes Zeichen: `%s' anstatt von `)'"
-#: parse.y:4042
+#: parse.y:4116
msgid "expected `)'"
msgstr "`)' erwartet."
-#: parse.y:4070
+#: parse.y:4144
#, c-format
msgid "unexpected argument `%s' to conditional unary operator"
msgstr ""
-#: parse.y:4074
+#: parse.y:4148
msgid "unexpected argument to conditional unary operator"
msgstr ""
-#: parse.y:4120
+#: parse.y:4194
#, c-format
msgid "unexpected token `%s', conditional binary operator expected"
msgstr ""
-#: parse.y:4124
+#: parse.y:4198
msgid "conditional binary operator expected"
msgstr ""
-#: parse.y:4146
+#: parse.y:4220
#, c-format
msgid "unexpected argument `%s' to conditional binary operator"
msgstr ""
-#: parse.y:4150
+#: parse.y:4224
msgid "unexpected argument to conditional binary operator"
msgstr ""
-#: parse.y:4161
+#: parse.y:4235
#, c-format
msgid "unexpected token `%c' in conditional command"
msgstr ""
-#: parse.y:4164
+#: parse.y:4238
#, c-format
msgid "unexpected token `%s' in conditional command"
msgstr ""
-#: parse.y:4168
+#: parse.y:4242
#, c-format
msgid "unexpected token %d in conditional command"
msgstr ""
-#: parse.y:5459
+#: parse.y:5566
#, c-format
msgid "syntax error near unexpected token `%s'"
msgstr "Syntaxfehler beim unerwarteten Wort `%s'"
-#: parse.y:5477
+#: parse.y:5584
#, c-format
msgid "syntax error near `%s'"
msgstr "Syntaxfehler beim unerwarteten Wort `%s'"
-#: parse.y:5487
+#: parse.y:5594
msgid "syntax error: unexpected end of file"
msgstr "Syntax Fehler: Unerwartetes Dateiende."
-#: parse.y:5487
+#: parse.y:5594
msgid "syntax error"
msgstr "Syntax Fehler"
# Du oder Sie?
-#: parse.y:5549
+#: parse.y:5656
#, c-format
msgid "Use \"%s\" to leave the shell.\n"
msgstr "Benutze \"%s\" um die Shell zu verlassen.\n"
-#: parse.y:5711
+#: parse.y:5818
msgid "unexpected EOF while looking for matching `)'"
msgstr "Dateiende beim Suchen nach passender `)' erreicht."
@@ -1430,77 +1432,77 @@ msgstr "Dateiende beim Suchen nach passender `)' erreicht."
msgid "completion: function `%s' not found"
msgstr ""
-#: pcomplib.c:179
+#: pcomplib.c:182
#, c-format
msgid "progcomp_insert: %s: NULL COMPSPEC"
msgstr ""
-#: print_cmd.c:290
+#: print_cmd.c:296
#, c-format
msgid "print_command: bad connector `%d'"
msgstr "print_command: Falsches Verbindungszeichen `%d'."
-#: print_cmd.c:363
-#, fuzzy, c-format
+#: print_cmd.c:368
+#, c-format
msgid "xtrace_set: %d: invalid file descriptor"
-msgstr "%d: Ungültiger Dateibezeichner: %s"
+msgstr "xtrace_set: %d: Ungültige Dateibeschreibung."
-#: print_cmd.c:368
+#: print_cmd.c:373
msgid "xtrace_set: NULL file pointer"
msgstr ""
-#: print_cmd.c:372
+#: print_cmd.c:377
#, c-format
msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
msgstr ""
-#: print_cmd.c:1461
+#: print_cmd.c:1478
#, c-format
msgid "cprintf: `%c': invalid format character"
msgstr ""
-#: redir.c:110
+#: redir.c:122
msgid "file descriptor out of range"
msgstr ""
-#: redir.c:166
+#: redir.c:178
#, c-format
msgid "%s: ambiguous redirect"
msgstr "%s: Mehrdeutige Umlenkung."
-#: redir.c:170
+#: redir.c:182
#, c-format
msgid "%s: cannot overwrite existing file"
msgstr "%s: Kann existierende Datei nicht überschreiben."
-#: redir.c:175
+#: redir.c:187
#, c-format
msgid "%s: restricted: cannot redirect output"
msgstr "%s: Gesperrt: Die Ausgabe darf nicht umgeleitet werden."
-#: redir.c:180
+#: redir.c:192
#, c-format
msgid "cannot create temp file for here-document: %s"
msgstr ""
-#: redir.c:184
-#, fuzzy, c-format
+#: redir.c:196
+#, c-format
msgid "%s: cannot assign fd to variable"
-msgstr "%s: Kann einem Feldelement keine Liste zuweisen."
+msgstr "%s: Kann fd keiner Variable zuweisen."
-#: redir.c:544
+#: redir.c:548
msgid "/dev/(tcp|udp)/host/port not supported without networking"
msgstr "/dev/(tcp|udp)/host/port Wird ohne Netzwerk nicht unterstützt"
-#: redir.c:1101
+#: redir.c:818 redir.c:930 redir.c:993 redir.c:1136
msgid "redirection error: cannot duplicate fd"
msgstr ""
-#: shell.c:332
+#: shell.c:333
msgid "could not find /tmp, please create!"
msgstr "Konnte das /tmp Verzeichnis nicht finden, bitte anlegen."
-#: shell.c:336
+#: shell.c:337
msgid "/tmp must be a valid directory name"
msgstr "/tmp muß ein gültiger Verzeichnisname sein."
@@ -1509,16 +1511,16 @@ msgstr "/tmp muß ein gültiger Verzeichnisname sein."
msgid "%c%c: invalid option"
msgstr "%c%c: Ungültige Option"
-#: shell.c:1651
+#: shell.c:1652
msgid "I have no name!"
msgstr "Ich habe keinen Benutzernamen!"
-#: shell.c:1793
+#: shell.c:1795
#, c-format
msgid "GNU bash, version %s-(%s)\n"
msgstr "GNU bash, Version %s-(%s)\n"
-#: shell.c:1794
+#: shell.c:1796
#, c-format
msgid ""
"Usage:\t%s [GNU long option] [option] ...\n"
@@ -1527,39 +1529,39 @@ msgstr ""
"Benutzung:\t%s [Lange GNU Option] [Option] ...\n"
"\t\t%s [Lange GNU Option] [Option] Script-Datei ...\n"
-#: shell.c:1796
+#: shell.c:1798
msgid "GNU long options:\n"
msgstr "Lange GNU Optionen:\n"
-#: shell.c:1800
+#: shell.c:1802
msgid "Shell options:\n"
msgstr "Shell-Optionen:\n"
-#: shell.c:1801
+#: shell.c:1803
msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
msgstr "\t-irsD oder -c Kommando\t\t(Nur Aufruf)\n"
-#: shell.c:1816
+#: shell.c:1818
#, c-format
msgid "\t-%s or -o option\n"
msgstr "\t-%s oder Option -o\n"
-#: shell.c:1822
+#: shell.c:1824
#, c-format
msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
msgstr "`%s -c \"help set\"' für mehr Informationen über Shell-Optionen.\n"
-#: shell.c:1823
+#: shell.c:1825
#, c-format
msgid "Type `%s -c help' for more information about shell builtin commands.\n"
msgstr "`%s -c help' für mehr Information über Shell-Kommandos.\n"
-#: shell.c:1824
+#: shell.c:1826
#, c-format
msgid "Use the `bashbug' command to report bugs.\n"
msgstr "Mit dem `bashbug' Kommando können Fehler gemeldet werden.\n"
-#: sig.c:626
+#: sig.c:638
#, c-format
msgid "sigprocmask: %d: invalid operation"
msgstr "sigprocmask: %d: Ungültige Operation"
@@ -1733,85 +1735,85 @@ msgstr "Unbekannte Signalnummer."
msgid "Unknown Signal #%d"
msgstr "Unbekanntes Signal Nr.: %d."
-#: subst.c:1333 subst.c:1454
+#: subst.c:1333 subst.c:1502
#, c-format
msgid "bad substitution: no closing `%s' in %s"
msgstr "Falsche Ersetzung: Keine schließende `%s' in `%s' enthalten."
-#: subst.c:2735
+#: subst.c:2795
#, c-format
msgid "%s: cannot assign list to array member"
msgstr "%s: Kann einem Feldelement keine Liste zuweisen."
-#: subst.c:4754 subst.c:4770
+#: subst.c:4979 subst.c:4995
msgid "cannot make pipe for process substitution"
msgstr "Kann keine Pipe für die Prozeßersetzung erzeugen."
-#: subst.c:4802
+#: subst.c:5027
msgid "cannot make child for process substitution"
msgstr "Kann den Kindsprozess für die Prozeßersetzung nicht erzeugen."
-#: subst.c:4847
+#: subst.c:5072
#, c-format
msgid "cannot open named pipe %s for reading"
msgstr "Kann nicht die benannte Pipe %s zum lesen öffnen."
-#: subst.c:4849
+#: subst.c:5074
#, c-format
msgid "cannot open named pipe %s for writing"
msgstr "Kann nicht die benannte Pipe %s zum schreiben öffnen."
-#: subst.c:4867
+#: subst.c:5092
#, c-format
msgid "cannot duplicate named pipe %s as fd %d"
msgstr "Kann die benannte Pipe %s nicht auf fd %d."
-#: subst.c:5063
+#: subst.c:5284
msgid "cannot make pipe for command substitution"
msgstr "Kann keine Pipes für Kommandoersetzung erzeugen."
-#: subst.c:5097
+#: subst.c:5322
msgid "cannot make child for command substitution"
msgstr "Kann keinen Unterprozess für die Kommandoersetzung erzeugen."
# interner Fehler
-#: subst.c:5114
+#: subst.c:5339
msgid "command_substitute: cannot duplicate pipe as fd 1"
msgstr "Kommandoersetzung: Kann Pipe nicht als fd 1 duplizieren."
-#: subst.c:5617
+#: subst.c:5859
#, c-format
msgid "%s: parameter null or not set"
msgstr "%s: Parameter ist Null oder nicht gesetzt."
# interner Fehler
-#: subst.c:5907
+#: subst.c:6125 subst.c:6140
#, c-format
msgid "%s: substring expression < 0"
msgstr "%s: Teilstring-Ausdruck < 0."
-#: subst.c:6965
+#: subst.c:7271
#, c-format
msgid "%s: bad substitution"
msgstr "%s: Falsche Variablenersetzung."
-#: subst.c:7045
+#: subst.c:7347
#, c-format
msgid "$%s: cannot assign in this way"
msgstr "$%s: Kann so nicht zuweisen."
-#: subst.c:7374
+#: subst.c:7684
msgid ""
"future versions of the shell will force evaluation as an arithmetic "
"substitution"
msgstr ""
-#: subst.c:7839
+#: subst.c:8149
#, c-format
msgid "bad substitution: no closing \"`\" in %s"
msgstr "Falsche Ersetzung: Keine schließende \"`\" in %s."
-#: subst.c:8720
+#: subst.c:9036
#, c-format
msgid "no match: %s"
msgstr "Keine Entsprechung: %s"
@@ -1834,37 +1836,37 @@ msgstr "`)' erwartet."
msgid "`)' expected, found %s"
msgstr "`)' erwartet, %s gefunden."
-#: test.c:280 test.c:693 test.c:696
+#: test.c:280 test.c:698 test.c:701
#, c-format
msgid "%s: unary operator expected"
msgstr "%s: Einstelliger (unärer) Operator erwartet."
-#: test.c:449 test.c:736
+#: test.c:449 test.c:741
#, c-format
msgid "%s: binary operator expected"
msgstr "%s: Zweistelliger (binärer) Operator erwartet."
-#: test.c:811
+#: test.c:816
msgid "missing `]'"
msgstr "Fehlende `]'"
-#: trap.c:203
+#: trap.c:207
msgid "invalid signal number"
msgstr "Ungültige Signalnummer."
-#: trap.c:327
+#: trap.c:337
#, c-format
msgid "run_pending_traps: bad value in trap_list[%d]: %p"
msgstr ""
-#: trap.c:331
+#: trap.c:341
#, c-format
msgid ""
"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
msgstr ""
# Programmierfehler
-#: trap.c:380
+#: trap.c:393
#, c-format
msgid "trap_handler: bad signal %d"
msgstr "trap_handler: Falsches Signal %d."
@@ -1874,58 +1876,59 @@ msgstr "trap_handler: Falsches Signal %d."
msgid "error importing function definition for `%s'"
msgstr "Fehler beim Importieren der Funktionsdefinition für `%s'."
-#: variables.c:748
+#: variables.c:755
#, c-format
msgid "shell level (%d) too high, resetting to 1"
msgstr ""
-#: variables.c:1915
+#: variables.c:1932
msgid "make_local_variable: no function context at current scope"
msgstr ""
-#: variables.c:3159
+#: variables.c:3182
msgid "all_local_variables: no function context at current scope"
msgstr ""
-#: variables.c:3376
-#, fuzzy, c-format
+#: variables.c:3427
+#, c-format
msgid "%s has null exportstr"
-msgstr "%s: Parameter ist Null oder nicht gesetzt."
+msgstr ""
-#: variables.c:3381 variables.c:3390
+#: variables.c:3432 variables.c:3441
#, c-format
msgid "invalid character %d in exportstr for %s"
msgstr ""
-#: variables.c:3396
+#: variables.c:3447
#, c-format
msgid "no `=' in exportstr for %s"
msgstr ""
-#: variables.c:3835
+#: variables.c:3891
msgid "pop_var_context: head of shell_variables not a function context"
msgstr ""
-#: variables.c:3848
+#: variables.c:3904
msgid "pop_var_context: no global_variables context"
msgstr ""
-#: variables.c:3922
+#: variables.c:3978
msgid "pop_scope: head of shell_variables not a temporary environment scope"
msgstr ""
-#: variables.c:4678
-#, fuzzy, c-format
+#: variables.c:4786
+#, c-format
msgid "%s: %s: cannot open as FILE"
-msgstr "%s: Kann die Datei nicht öffnen: %s"
+msgstr "%s: %s: Kann nicht als Datei geöffnet werden."
-#: variables.c:4683
-#, fuzzy, c-format
+#: variables.c:4791
+#, c-format
msgid "%s: %s: invalid value for trace file descriptor"
-msgstr "%d: Ungültiger Dateibezeichner: %s"
+msgstr ""
#: version.c:46
-msgid "Copyright (C) 2009 Free Software Foundation, Inc."
+#, fuzzy
+msgid "Copyright (C) 2011 Free Software Foundation, Inc."
msgstr "Copyright (C) 2009 Free Software Foundation, Inc."
#: version.c:47
@@ -1952,39 +1955,38 @@ msgid "There is NO WARRANTY, to the extent permitted by law.\n"
msgstr "Für dieses Programm besteht keinerlei Garantie.\n"
#: version2.c:86
-#, fuzzy, c-format
+#, c-format
msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
-msgstr "Copyright (C) 2009 Free Software Foundation, Inc."
+msgstr "Copyright (C) 2009 Free Software Foundation, Inc.\n"
#: version2.c:87
-#, fuzzy, c-format
+#, c-format
msgid ""
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
"html>\n"
msgstr ""
-"Lizenz GPLv3+: GNU GPL Version 3 oder jünger <http://gnu.org/licenses/gpl."
+"Lizenz GPLv2+: GNU GPL Version 2 oder jünger <http://gnu.org/licenses/gpl."
"html>\n"
#: xmalloc.c:91
-#, fuzzy, c-format
+#, c-format
msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
-msgstr "xmalloc: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)."
+msgstr "%s: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)."
#: xmalloc.c:93
-#, fuzzy, c-format
+#, c-format
msgid "%s: cannot allocate %lu bytes"
-msgstr "xmalloc: Kann nicht %lu Bytes reservieren."
+msgstr "%s: Kann nicht %lu Bytes reservieren."
#: xmalloc.c:163
-#, fuzzy, c-format
+#, c-format
msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
-msgstr ""
-"xmalloc: %s:%d: Kann nicht %lu Bytes reservieren (%lu bytes reserviert)."
+msgstr "%s: %s:%d: Kann nicht %lu Bytes reservieren (%lu bytes reserviert)."
#: xmalloc.c:165
-#, fuzzy, c-format
+#, c-format
msgid "%s: %s:%d: cannot allocate %lu bytes"
-msgstr "xmalloc: %s:%d: Kann nicht %lu Bytes reservieren."
+msgstr "%s: %s:%d: Kann nicht %lu Bytes reservieren."
#: builtins.c:43
msgid "alias [-p] [name[=value] ... ]"
@@ -2019,7 +2021,8 @@ msgid "caller [expr]"
msgstr "caller [Ausdruck]"
#: builtins.c:64
-msgid "cd [-L|-P] [dir]"
+#, fuzzy
+msgid "cd [-L|[-P [-e]]] [dir]"
msgstr "cd [-L|-P] [Verzeichnis]"
#: builtins.c:66
@@ -2043,12 +2046,14 @@ msgid "command [-pVv] command [arg ...]"
msgstr "command [-pVv] Kommando [Argument ...]"
#: builtins.c:76
-msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]"
+#, fuzzy
+msgid "declare [-aAfFgilrtux] [-p] [name[=value] ...]"
msgstr "declare [-aAfFilrtux] [-p] [Name[=Wert] ...]"
#
#: builtins.c:78
-msgid "typeset [-aAfFilrtux] [-p] name[=value] ..."
+#, fuzzy
+msgid "typeset [-aAfFgilrtux] [-p] name[=value] ..."
msgstr "typeset [-aAfFilrtux] [-p] Name[=Wert] ..."
#: builtins.c:80
@@ -2106,9 +2111,8 @@ msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
msgstr "hash [-lr] [-p Pfadname] [-dt] [Name ...]"
#: builtins.c:117
-#, fuzzy
msgid "help [-dms] [pattern ...]"
-msgstr "help [-ds] [Muster ...]"
+msgstr "help [-dms] [Muster ...]"
#: builtins.c:121
msgid ""
@@ -2139,20 +2143,20 @@ msgid "let arg [arg ...]"
msgstr "let Argument [Argument ...]"
#: builtins.c:136
-#, fuzzy
msgid ""
"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
"prompt] [-t timeout] [-u fd] [name ...]"
msgstr ""
-"read [-ers] [-a Feld] [-d Begrenzer] [-i Text] [-n Zeichenanzahl] [-p "
-"Prompt] [-t Zeitlimit] [-u fd] [Name ...]"
+"read [-ers] [-a Feld] [-d Begrenzer] [-i Text] [-n Zeichenanzahl] [-N "
+"Zeichenanzahl] [-p Prompt] [-t Zeitlimit] [-u fd] [Name ...]"
#: builtins.c:138
msgid "return [n]"
msgstr "return [n]"
#: builtins.c:140
-msgid "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]"
+#, fuzzy
+msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
msgstr "set [--abefhkmnptuvxBCHP] [-o Option] [ARG ...]"
#: builtins.c:142
@@ -2164,7 +2168,8 @@ msgid "export [-fn] [name[=value] ...] or export -p"
msgstr "export [-fn] [Name[=Wert] ...] oder export -p"
#: builtins.c:146
-msgid "readonly [-af] [name[=value] ...] or readonly -p"
+#, fuzzy
+msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
msgstr "readonly [-af] [Name[=Wert] ...] oder readonly -p"
#: builtins.c:148
@@ -2304,15 +2309,14 @@ msgid "printf [-v var] format [arguments]"
msgstr "printf [-v var] Format [Argumente]"
#: builtins.c:229
-#, fuzzy
msgid ""
"complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
"suffix] [name ...]"
msgstr ""
-"complete [-abcdefgjksuv] [-pr] [-o Option] [-A Methode] [-G Suchmuster] [-W "
-"Wortliste] [-F Funktion] [-C Kommando] [-X Filtermuster] [-P Prefix] [-S "
-"Suffix] [Name ...]"
+"complete [-abcdefgjksuv] [-pr] [-DE] [-o Option] [-A Aktion] [-G Suchmuster] "
+"[-W Wortliste] [-F Funktion] [-C Kommando] [-X Filtermuster] [-P Prefix] [-"
+"S Suffix] [Name ...]"
#: builtins.c:233
msgid ""
@@ -2324,9 +2328,8 @@ msgstr ""
"Suffix] [Wort]"
#: builtins.c:237
-#, fuzzy
msgid "compopt [-o|+o option] [-DE] [name ...]"
-msgstr "compopt [-o|+o Option] [Name ...]"
+msgstr "compopt [-o|+o Option] [-DE] [Name ...]"
#: builtins.c:240
msgid ""
@@ -2391,7 +2394,9 @@ msgstr ""
" \n"
" Gibt immer Erfolg zurück, wenn der Name existiert."
+# bind
#: builtins.c:289
+#, fuzzy
msgid ""
"Set Readline key bindings and variables.\n"
" \n"
@@ -2429,6 +2434,47 @@ msgid ""
" Exit Status:\n"
" bind returns 0 unless an unrecognized option is given or an error occurs."
msgstr ""
+"Konfiguriert Readline Tastenzuordnungen und Variablen.\n"
+" \n"
+" Weist eine Tastensequenz einer Readline Funktion oder einem Makro\n"
+" zu oder setzt eine Readline Variable. The non-option argument\n"
+" syntax is equivalent to that found in ~/.inputrc, but must be\n"
+" passed as a single argument: e.g., bind '\"\\C-x\\C-r\":\n"
+" re-read-init-file'.\n"
+" \n"
+" Optionen:\n"
+" -m Keymap Benutzt KEYMAP as Tastaturbelegung für die "
+"Laufzeit\n"
+" dieses Kommandos. Gültige Keymap Namen sind: "
+"emacs,\n"
+" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
+"move,\n"
+" vi-command, und vi-insert.\n"
+" -l Listet Funktionsnamen auf.\n"
+" -P Listet Funktionsnamen und Tastenzuordnungen auf.\n"
+" -p Listet Funktionsnamen und Tastenzuordnungen so "
+"auf,\n"
+" dass sie direkt als Eingabe verwendet werden "
+"können.\n"
+" -S List key sequences that invoke macros and their "
+"values\n"
+" -s List key sequences that invoke macros and their "
+"values\n"
+" in a form that can be reused as input.\n"
+" -V List variable names and values\n"
+" -v List variable names and values in a form that can\n"
+" be reused as input.\n"
+" -q function-name Query about which keys invoke the named function.\n"
+" -u function-name Unbind all keys which are bound to the named "
+"function.\n"
+" -r keyseq Remove the binding for KEYSEQ.\n"
+" -f filename Read key bindings from FILENAME.\n"
+" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
+" \t\t\t\tKEYSEQ is entered.\n"
+" \n"
+" Rückgabewert: \n"
+" Bind gibt 0 zurück, wenn keine unerkannte Option angegeben wurde\n"
+" oder ein Fehler eintrat."
#: builtins.c:326
msgid ""
@@ -2510,6 +2556,7 @@ msgid ""
msgstr ""
#: builtins.c:383
+#, fuzzy
msgid ""
"Change the shell working directory.\n"
" \n"
@@ -2535,11 +2582,15 @@ msgid ""
" -L\tforce symbolic links to be followed\n"
" -P\tuse the physical directory structure without following symbolic\n"
" \tlinks\n"
+" -e\tif the -P option is supplied, and the current working directory\n"
+" \tcannot be determined successfully, exit with a non-zero status\n"
" \n"
" The default is to follow symbolic links, as if `-L' were specified.\n"
" \n"
" Exit Status:\n"
-" Returns 0 if the directory is changed; non-zero otherwise."
+" Returns 0 if the directory is changed, and if $PWD is set successfully "
+"when\n"
+" -P is used; non-zero otherwise."
msgstr ""
"Wechselt das Arbeitsverzeichnis.\n"
" \n"
@@ -2566,7 +2617,7 @@ msgstr ""
" Rückgabewert:\n"
" Wenn das Verzeichnic gewechselt wurde 0; sonst ungleich Null."
-#: builtins.c:411
+#: builtins.c:414
msgid ""
"Print the name of the current working directory.\n"
" \n"
@@ -2583,7 +2634,7 @@ msgid ""
msgstr " be a literal `]', to match the opening `['.<"
# colon
-#: builtins.c:428
+#: builtins.c:431
msgid ""
"Null command.\n"
" \n"
@@ -2599,7 +2650,7 @@ msgstr ""
" Rückgabewert:\n"
" Das Kommando ist immer erfolgreich."
-#: builtins.c:439
+#: builtins.c:442
msgid ""
"Return a successful result.\n"
" \n"
@@ -2607,7 +2658,7 @@ msgid ""
" Always succeeds."
msgstr ""
-#: builtins.c:448
+#: builtins.c:451
msgid ""
"Return an unsuccessful result.\n"
" \n"
@@ -2615,7 +2666,7 @@ msgid ""
" Always fails."
msgstr ""
-#: builtins.c:457
+#: builtins.c:460
msgid ""
"Execute a simple command or display information about commands.\n"
" \n"
@@ -2634,7 +2685,7 @@ msgid ""
" Returns exit status of COMMAND, or failure if COMMAND is not found."
msgstr ""
-#: builtins.c:476
+#: builtins.c:479
msgid ""
"Set variable values and attributes.\n"
" \n"
@@ -2645,6 +2696,8 @@ msgid ""
" -f\trestrict action or display to function names and definitions\n"
" -F\trestrict display to function names only (plus line number and\n"
" \tsource file when debugging)\n"
+" -g\tcreate global variables when used in a shell function; otherwise\n"
+" \tignored\n"
" -p\tdisplay the attributes and value of each NAME\n"
" \n"
" Options which set attributes:\n"
@@ -2664,13 +2717,13 @@ msgid ""
" \n"
" When used in a function, `declare' makes NAMEs local, as with the "
"`local'\n"
-" command.\n"
+" command. The `-g' option suppresses this behavior.\n"
" \n"
" Exit Status:\n"
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:512
+#: builtins.c:517
msgid ""
"Set variable values and attributes.\n"
" \n"
@@ -2680,7 +2733,7 @@ msgstr ""
"\n"
" Veraltet. Siehe `help declare'."
-#: builtins.c:520
+#: builtins.c:525
msgid ""
"Define local variables.\n"
" \n"
@@ -2709,7 +2762,7 @@ msgstr ""
" Liefert \"Erfolg\" außer bei einer ungültigen Option, einem Fehler oder\n"
" die Shell führt keine Funktion aus."
-#: builtins.c:537
+#: builtins.c:542
msgid ""
"Write arguments to the standard output.\n"
" \n"
@@ -2740,7 +2793,7 @@ msgid ""
" Returns success unless a write error occurs."
msgstr ""
-#: builtins.c:571
+#: builtins.c:576
msgid ""
"Write arguments to the standard output.\n"
" \n"
@@ -2753,7 +2806,7 @@ msgid ""
" Returns success unless a write error occurs."
msgstr ""
-#: builtins.c:586
+#: builtins.c:591
msgid ""
"Enable and disable shell builtins.\n"
" \n"
@@ -2780,7 +2833,7 @@ msgid ""
" Returns success unless NAME is not a shell builtin or an error occurs."
msgstr ""
-#: builtins.c:614
+#: builtins.c:619
msgid ""
"Execute arguments as a shell command.\n"
" \n"
@@ -2792,7 +2845,7 @@ msgid ""
" Returns exit status of command or success if command is null."
msgstr ""
-#: builtins.c:626
+#: builtins.c:631
msgid ""
"Parse option arguments.\n"
" \n"
@@ -2833,7 +2886,7 @@ msgid ""
" encountered or an error occurs."
msgstr ""
-#: builtins.c:668
+#: builtins.c:673
msgid ""
"Replace the shell with the given command.\n"
" \n"
@@ -2857,7 +2910,7 @@ msgid ""
msgstr ""
# exit
-#: builtins.c:689
+#: builtins.c:694
msgid ""
"Exit the shell.\n"
" \n"
@@ -2870,7 +2923,7 @@ msgstr ""
"angegeben ist,\n"
" wird der Rückgabewert des letzten ausgeführten Kommandos übernommen."
-#: builtins.c:698
+#: builtins.c:703
msgid ""
"Exit a login shell.\n"
" \n"
@@ -2879,7 +2932,7 @@ msgid ""
" in a login shell."
msgstr ""
-#: builtins.c:708
+#: builtins.c:713
msgid ""
"Display or execute commands from the history list.\n"
" \n"
@@ -2909,7 +2962,7 @@ msgid ""
"occurs."
msgstr ""
-#: builtins.c:738
+#: builtins.c:743
msgid ""
"Move job to the foreground.\n"
" \n"
@@ -2921,7 +2974,7 @@ msgid ""
" Status of command placed in foreground, or failure if an error occurs."
msgstr ""
-#: builtins.c:753
+#: builtins.c:758
msgid ""
"Move jobs to the background.\n"
" \n"
@@ -2935,7 +2988,7 @@ msgid ""
" Returns success unless job control is not enabled or an error occurs."
msgstr ""
-#: builtins.c:767
+#: builtins.c:772
msgid ""
"Remember or display program locations.\n"
" \n"
@@ -2959,7 +3012,7 @@ msgid ""
" Returns success unless NAME is not found or an invalid option is given."
msgstr ""
-#: builtins.c:792
+#: builtins.c:797
msgid ""
"Display information about builtin commands.\n"
" \n"
@@ -2981,7 +3034,7 @@ msgid ""
"given."
msgstr ""
-#: builtins.c:816
+#: builtins.c:821
msgid ""
"Display or manipulate the history list.\n"
" \n"
@@ -3015,7 +3068,7 @@ msgid ""
" Returns success unless an invalid option is given or an error occurs."
msgstr ""
-#: builtins.c:852
+#: builtins.c:857
msgid ""
"Display status of jobs.\n"
" \n"
@@ -3039,7 +3092,7 @@ msgid ""
" If -x is used, returns the exit status of COMMAND."
msgstr ""
-#: builtins.c:879
+#: builtins.c:884
msgid ""
"Remove jobs from current shell.\n"
" \n"
@@ -3056,7 +3109,7 @@ msgid ""
" Returns success unless an invalid option or JOBSPEC is given."
msgstr ""
-#: builtins.c:898
+#: builtins.c:903
msgid ""
"Send a signal to a job.\n"
" \n"
@@ -3078,7 +3131,7 @@ msgid ""
" Returns success unless an invalid option is given or an error occurs."
msgstr ""
-#: builtins.c:921
+#: builtins.c:926
msgid ""
"Evaluate arithmetic expressions.\n"
" \n"
@@ -3120,10 +3173,10 @@ msgid ""
" rules above.\n"
" \n"
" Exit Status:\n"
-" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.."
+" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
msgstr ""
-#: builtins.c:966
+#: builtins.c:971
msgid ""
"Read a line from the standard input and split it into fields.\n"
" \n"
@@ -3171,7 +3224,7 @@ msgid ""
" or an invalid file descriptor is supplied as the argument to -u."
msgstr ""
-#: builtins.c:1009
+#: builtins.c:1014
msgid ""
"Return from a shell function.\n"
" \n"
@@ -3183,7 +3236,7 @@ msgid ""
" Returns N, or failure if the shell is not executing a function or script."
msgstr ""
-#: builtins.c:1022
+#: builtins.c:1027
msgid ""
"Set or unset values of shell options and positional parameters.\n"
" \n"
@@ -3252,6 +3305,9 @@ msgid ""
" -P If set, do not follow symbolic links when executing commands\n"
" such as cd which change the current directory.\n"
" -T If set, the DEBUG trap is inherited by shell functions.\n"
+" -- Assign any remaining arguments to the positional parameters.\n"
+" If there are no remaining arguments, the positional parameters\n"
+" are unset.\n"
" - Assign any remaining arguments to the positional parameters.\n"
" The -x and -v options are turned off.\n"
" \n"
@@ -3265,7 +3321,7 @@ msgid ""
" Returns success unless an invalid option is given."
msgstr ""
-#: builtins.c:1104
+#: builtins.c:1112
msgid ""
"Unset values and attributes of shell variables and functions.\n"
" \n"
@@ -3285,7 +3341,7 @@ msgid ""
" Returns success unless an invalid option is given or a NAME is read-only."
msgstr ""
-#: builtins.c:1124
+#: builtins.c:1132
msgid ""
"Set export attribute for shell variables.\n"
" \n"
@@ -3304,7 +3360,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
-#: builtins.c:1143
+#: builtins.c:1151
msgid ""
"Mark shell variables as unchangeable.\n"
" \n"
@@ -3324,7 +3380,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
-#: builtins.c:1164
+#: builtins.c:1172
msgid ""
"Shift positional parameters.\n"
" \n"
@@ -3335,7 +3391,7 @@ msgid ""
" Returns success unless N is negative or greater than $#."
msgstr ""
-#: builtins.c:1176 builtins.c:1191
+#: builtins.c:1184 builtins.c:1199
msgid ""
"Execute commands from a file in the current shell.\n"
" \n"
@@ -3349,7 +3405,7 @@ msgid ""
" FILENAME cannot be read."
msgstr ""
-#: builtins.c:1207
+#: builtins.c:1215
msgid ""
"Suspend shell execution.\n"
" \n"
@@ -3363,14 +3419,17 @@ msgid ""
" Returns success unless job control is not enabled or an error occurs."
msgstr ""
-#: builtins.c:1223
+#: builtins.c:1231
msgid ""
"Evaluate conditional expression.\n"
" \n"
" Exits with a status of 0 (true) or 1 (false) depending on\n"
" the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
" expressions are often used to examine the status of a file. There\n"
-" are string operators as well, and numeric comparison operators.\n"
+" are string operators and numeric comparison operators as well.\n"
+" \n"
+" The behavior of test depends on the number of arguments. Read the\n"
+" bash manual page for the complete specification.\n"
" \n"
" File operators:\n"
" \n"
@@ -3424,6 +3483,7 @@ msgid ""
" Other operators:\n"
" \n"
" -o OPTION True if the shell option OPTION is enabled.\n"
+" -v VAR\t True if the shell variable VAR is set\n"
" ! EXPR True if expr is false.\n"
" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
@@ -3440,7 +3500,7 @@ msgid ""
" false or an invalid argument is given."
msgstr ""
-#: builtins.c:1299
+#: builtins.c:1311
msgid ""
"Evaluate conditional expression.\n"
" \n"
@@ -3452,7 +3512,7 @@ msgstr ""
" Dieses Kommando entspricht dem \"test\" Kommando, aber das letzte "
"Argument muss ein `]' sein."
-#: builtins.c:1308
+#: builtins.c:1320
msgid ""
"Display process times.\n"
" \n"
@@ -3464,7 +3524,7 @@ msgid ""
" Always succeeds."
msgstr ""
-#: builtins.c:1320
+#: builtins.c:1332
msgid ""
"Trap signals and other events.\n"
" \n"
@@ -3480,7 +3540,15 @@ msgid ""
" \n"
" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. "
"If\n"
-" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n"
+" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. "
+"If\n"
+" a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or "
+"a\n"
+" script run by the . or source builtins finishes executing. A "
+"SIGNAL_SPEC\n"
+" of ERR means to execute ARG each time a command's failure would cause "
+"the\n"
+" shell to exit when the -e option is enabled.\n"
" \n"
" If no arguments are supplied, trap prints the list of commands "
"associated\n"
@@ -3500,7 +3568,7 @@ msgid ""
"given."
msgstr ""
-#: builtins.c:1352
+#: builtins.c:1368
msgid ""
"Display information about command type.\n"
" \n"
@@ -3530,7 +3598,7 @@ msgid ""
"found."
msgstr ""
-#: builtins.c:1383
+#: builtins.c:1399
msgid ""
"Modify shell resource limits.\n"
" \n"
@@ -3574,7 +3642,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1428
+#: builtins.c:1444
msgid ""
"Display or set file mode mask.\n"
" \n"
@@ -3592,7 +3660,7 @@ msgid ""
" Returns success unless MODE is invalid or an invalid option is given."
msgstr ""
-#: builtins.c:1448
+#: builtins.c:1464
msgid ""
"Wait for job completion and return exit status.\n"
" \n"
@@ -3609,7 +3677,7 @@ msgid ""
" given."
msgstr ""
-#: builtins.c:1466
+#: builtins.c:1482
msgid ""
"Wait for process completion and return exit status.\n"
" \n"
@@ -3623,7 +3691,7 @@ msgid ""
" given."
msgstr ""
-#: builtins.c:1481
+#: builtins.c:1497
msgid ""
"Execute commands for each member in a list.\n"
" \n"
@@ -3636,7 +3704,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1495
+#: builtins.c:1511
msgid ""
"Arithmetic for loop.\n"
" \n"
@@ -3653,7 +3721,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1513
+#: builtins.c:1529
msgid ""
"Select words from a list and execute commands.\n"
" \n"
@@ -3673,7 +3741,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1534
+#: builtins.c:1550
msgid ""
"Report time consumed by pipeline's execution.\n"
" \n"
@@ -3689,7 +3757,7 @@ msgid ""
" The return status is the return status of PIPELINE."
msgstr ""
-#: builtins.c:1551
+#: builtins.c:1567
msgid ""
"Execute commands based on pattern matching.\n"
" \n"
@@ -3700,7 +3768,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1563
+#: builtins.c:1579
msgid ""
"Execute commands based on conditional.\n"
" \n"
@@ -3721,7 +3789,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1580
+#: builtins.c:1596
msgid ""
"Execute commands as long as a test succeeds.\n"
" \n"
@@ -3732,7 +3800,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1592
+#: builtins.c:1608
msgid ""
"Execute commands as long as a test does not succeed.\n"
" \n"
@@ -3743,7 +3811,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1604
+#: builtins.c:1620
msgid ""
"Create a coprocess named NAME.\n"
" \n"
@@ -3756,7 +3824,7 @@ msgid ""
" Returns the exit status of COMMAND."
msgstr ""
-#: builtins.c:1618
+#: builtins.c:1634
msgid ""
"Define shell function.\n"
" \n"
@@ -3770,7 +3838,7 @@ msgid ""
" Returns success unless NAME is readonly."
msgstr ""
-#: builtins.c:1632
+#: builtins.c:1648
msgid ""
"Group commands as a unit.\n"
" \n"
@@ -3781,7 +3849,7 @@ msgid ""
" Returns the status of the last command executed."
msgstr ""
-#: builtins.c:1644
+#: builtins.c:1660
msgid ""
"Resume job in foreground.\n"
" \n"
@@ -3795,7 +3863,7 @@ msgid ""
" Returns the status of the resumed job."
msgstr ""
-#: builtins.c:1659
+#: builtins.c:1675
msgid ""
"Evaluate arithmetic expression.\n"
" \n"
@@ -3806,7 +3874,7 @@ msgid ""
" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
msgstr ""
-#: builtins.c:1671
+#: builtins.c:1687
msgid ""
"Execute conditional command.\n"
" \n"
@@ -3834,7 +3902,7 @@ msgid ""
" 0 or 1 depending on value of EXPRESSION."
msgstr ""
-#: builtins.c:1697
+#: builtins.c:1713
msgid ""
"Common shell variable names and usage.\n"
" \n"
@@ -3888,7 +3956,7 @@ msgid ""
" \t\tcommands should be saved on the history list.\n"
msgstr ""
-#: builtins.c:1754
+#: builtins.c:1770
msgid ""
"Add directories to stack.\n"
" \n"
@@ -3919,7 +3987,7 @@ msgid ""
" change fails."
msgstr ""
-#: builtins.c:1788
+#: builtins.c:1804
msgid ""
"Remove directories from stack.\n"
" \n"
@@ -3947,7 +4015,7 @@ msgid ""
msgstr ""
# dirs
-#: builtins.c:1818
+#: builtins.c:1834
msgid ""
"Display directory stack.\n"
" \n"
@@ -3976,7 +4044,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1847
+#: builtins.c:1863
msgid ""
"Set and unset shell options.\n"
" \n"
@@ -3997,7 +4065,7 @@ msgid ""
" given or OPTNAME is disabled."
msgstr ""
-#: builtins.c:1868
+#: builtins.c:1884
msgid ""
"Formats and prints ARGUMENTS under control of the FORMAT.\n"
" \n"
@@ -4020,6 +4088,9 @@ msgid ""
" \n"
" %b\texpand backslash escape sequences in the corresponding argument\n"
" %q\tquote the argument in a way that can be reused as shell input\n"
+" %(fmt)T output the date-time string resulting from using FMT as a "
+"format\n"
+" string for strftime(3)\n"
" \n"
" Exit Status:\n"
" Returns success unless an invalid option is given or a write or "
@@ -4027,7 +4098,7 @@ msgid ""
" error occurs."
msgstr ""
-#: builtins.c:1895
+#: builtins.c:1913
msgid ""
"Specify how arguments are to be completed by Readline.\n"
" \n"
@@ -4054,7 +4125,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1923
+#: builtins.c:1941
msgid ""
"Display possible completions depending on the options.\n"
" \n"
@@ -4067,13 +4138,13 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1938
+#: builtins.c:1956
msgid ""
"Modify or display completion options.\n"
" \n"
" Modify the completion options for each NAME, or, if no NAMEs are "
"supplied,\n"
-" the completion currently begin executed. If no OPTIONs are givenm, "
+" the completion currently being executed. If no OPTIONs are given, "
"print\n"
" the completion options for each NAME or the current completion "
"specification.\n"
@@ -4098,7 +4169,7 @@ msgid ""
" have a completion specification defined."
msgstr ""
-#: builtins.c:1968
+#: builtins.c:1986
msgid ""
"Read lines from the standard input into an indexed array variable.\n"
" \n"
@@ -4126,7 +4197,8 @@ msgid ""
" \n"
" If -C is supplied without -c, the default quantum is 5000. When\n"
" CALLBACK is evaluated, it is supplied the index of the next array\n"
-" element to be assigned as an additional argument.\n"
+" element to be assigned and the line to be assigned to that element\n"
+" as additional arguments.\n"
" \n"
" If not supplied with an explicit origin, mapfile will clear ARRAY "
"before\n"
@@ -4138,7 +4210,7 @@ msgid ""
" not an indexed array."
msgstr ""
-#: builtins.c:2001
+#: builtins.c:2020
msgid ""
"Read lines from a file into an array variable.\n"
" \n"