1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
|
# German translation of manpages
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
# Mario Blättermann <mario.blaettermann@gmail.com>, 2021.
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n 4.2.0\n"
"POT-Creation-Date: 2024-02-15 17:55+0100\n"
"PO-Revision-Date: 2021-04-13 20:39+0200\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 20.12.3\n"
#. type: TH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "BASHBUG"
msgstr "BASHBUG"
#. type: TH
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "2020 August 1"
msgstr "1. August 2020"
#. type: TH
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "GNU Bash 5.1"
msgstr "GNU Bash 5.1"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr "BEZEICHNUNG"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "bashbug - report a bug in bash"
msgstr "bashbug - einen Fehler in Bash melden"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr "ÜBERSICHT"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "B<bashbug> [I<--version>] [I<--help>] [I<email-address>]"
msgstr "B<bashbug> [I<--version>] [I<--help>] [I<E-Mail-Adresse>]"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr "BESCHREIBUNG"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
"B<bashbug> is a shell script to help the user compose and mail bug reports "
"concerning bash in a standard format. B<bashbug> invokes the editor "
"specified by the environment variable E<.SM> B<EDITOR> on a temporary copy "
"of the bug report format outline. The user must fill in the appropriate "
"fields and exit the editor. B<bashbug> then mails the completed report to "
"I<bug-bash@gnu.org>, or I<email-address>. If the report cannot be mailed, "
"it is saved in the file I<dead.bashbug> in the invoking user's home "
"directory."
msgstr ""
"B<bashbug> ist ein Shellskript, das dem Benutzer beim Verfassen und "
"Versenden von Fehlerberichten zu Bash in einem Standardformat hilft. "
"B<bashbug> ruft den von der Umgebungsvariable E<.SM> B<EDITOR> festgelegten "
"Editor mit einer temporären Kopie der Fehlerberichtsvorlage auf. Der "
"Benutzer muss die entsprechenden Felder ausfüllen und den Editor beenden. "
"B<bashbug> sendet dann den vervollständigten Bericht an I<bug-bash@gnu.org> "
"oder an eine angegebene I<E-Mail-Adresse>. Falls der Bericht nicht per E-"
"Mail verschickt werden kann, wird er in der Datei I<dead.bashbug> im Home-"
"Verzeichnis des aufrufenden Benutzers gespeichert."
# FIXME Fixes are encouraged. → if you have such a proposal. (or similarly)
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
"The bug report format outline consists of several sections. The first "
"section provides information about the machine, operating system, the bash "
"version, and the compilation environment. The second section should be "
"filled in with a description of the bug. The third section should be a "
"description of how to reproduce the bug. The optional fourth section is for "
"a proposed fix. Fixes are encouraged."
msgstr ""
"Die Vorlage des Fehlerberichts besteht aus verschiedenen Abschnitten. Der "
"erste Abschnitt stellt Informationen zum Rechner, dem Betriebssystem, der "
"Bash-Version und der Kompilierumgebung bereit. Im zweiten Abschnitt sollte "
"der Fehler selbst beschrieben werden, und im dritten Abschnitt, wie er "
"reproduziert werden kann. Im optionalen vierten Abschnitt können Sie einen "
"Vorschlag machen, wie der Fehler behoben werden kann, sofern es Ihnen "
"möglich ist."
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "ENVIRONMENT"
msgstr "UMGEBUNGSVARIABLEN"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
"B<bashbug> will utilize the following environment variables if they exist:"
msgstr ""
"B<bashbug> berücksichtigt die folgenden Umgebungsvariablen, sofern sie "
"existieren:"
#. #-#-#-#-# archlinux: bashbug.1.pot (PACKAGE VERSION) #-#-#-#-#
#. type: TP
#. #-#-#-#-# debian-bookworm: bashbug.1.pot (PACKAGE VERSION) #-#-#-#-#
#. type: Plain text
#. #-#-#-#-# debian-unstable: bashbug.1.pot (PACKAGE VERSION) #-#-#-#-#
#. type: Plain text
#. #-#-#-#-# fedora-40: bashbug.1.pot (PACKAGE VERSION) #-#-#-#-#
#. type: TP
#. #-#-#-#-# fedora-rawhide: bashbug.1.pot (PACKAGE VERSION) #-#-#-#-#
#. type: TP
#. #-#-#-#-# mageia-cauldron: bashbug.1.pot (PACKAGE VERSION) #-#-#-#-#
#. type: TP
#. #-#-#-#-# opensuse-leap-15-6: bashbug.1.pot (PACKAGE VERSION) #-#-#-#-#
#. type: TP
#. #-#-#-#-# opensuse-tumbleweed: bashbug.1.pot (PACKAGE VERSION) #-#-#-#-#
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<EDITOR>"
msgstr "B<EDITOR>"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Specifies the preferred editor. If E<.SM> B<EDITOR> is not set, B<bashbug> "
"attempts to locate a number of alternative editors, including B<emacs>. If "
"B<bashbug> cannot locate any of the alternative editors, it attempts to "
"execute B<vi>."
msgstr ""
"Legt den bevorzugten Editor fest. Falls E<.SM> B<EDITOR> nicht gesetzt ist, "
"sucht B<bashbug> nach einer Reihe von alternativen Editoren, wie B<emacs>. "
"Falls B<bashbug> keinen alternativen Editor finden kann, versucht es, B<vi> "
"aufzurufen."
#. type: TP
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "B<HOME>"
msgstr "B<HOME>"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "Directory in which the failed bug report is saved if the mail fails."
msgstr ""
"Das Verzeichnis, in dem der Fehlerbericht gespeichert wird, falls das Senden "
"der E-Mail fehlschlägt."
#. type: TP
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "B<TMPDIR>"
msgstr "B<TMPDIR>"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "Directory in which to create temporary files and directories."
msgstr ""
"Das Verzeichnis, in dem die temporären Dateien und Verzeichnisse angelegt "
"werden."
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: TP
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "I<bash>(1)"
msgstr "I<bash>(1)"
#. type: SH
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "AUTHORS"
msgstr "AUTOREN"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "Brian Fox, Free Software Foundation"
msgstr "Brian Fox, Free Software Foundation"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "bfox@gnu.org"
msgstr "bfox@gnu.org"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "Chet Ramey, Case Western Reserve University"
msgstr "Chet Ramey, Case Western Reserve University"
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "chet@po.cwru.edu"
msgstr "chet@po.cwru.edu"
#. type: TH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "11 December 2007"
msgstr "11. Dezember 2007"
#. type: TH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "GNU Bash 3.1"
msgstr "GNU Bash 3.1"
#. type: TH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "bashbug"
msgstr "bashbug"
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<bashbug> [B<--help>] [B<--version>] [I<bug-report-email-addresses>]"
msgstr ""
"B<bashbug> [B<--help>] [B<--version>] [I<Fehlerbericht-E-Mail-Adressen>]"
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<bashbug> is a utility for reporting bugs in Bash to the maintainers."
msgstr ""
"B<bashbug> ist ein Dienstprogramm zum Melden von Fehlern in Bash an die "
"Entwickler."
#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"B<bashbug> will start up your preferred editor with a preformatted bug "
"report template for you to fill in. Save the file and quit the editor once "
"you have completed the missing fields. B<bashbug> will notify you of any "
"problems with the report and ask for confirmation before sending it. By "
"default the bug report is mailed to both the GNU developers and the Debian "
"Bash maintainers. The recipients can be changed by giving a comma separated "
"list of I<bug-report-email-addresses>."
msgstr ""
"B<bashbug> ruft Ihren bevorzugten Editor mit einer temporären Kopie der "
"Fehlerberichtsvorlage auf. Der Benutzer muss die entsprechenden Felder "
"ausfüllen. Speichern Sie die Datei und beenden Sie den Editor, sobald Sie "
"die Felder ausgefüllt haben. B<bashbug> benachrichtigt Sie, falls es "
"Probleme mit dem Bericht gibt und bittet vor dem Senden um Bestätigung. "
"Standardmäßig wird der Bericht an die GNU-Entwickler und an die Betreuer des "
"Debian-Pakets von Bash gesendet. Die Empfänger können auch als eine durch "
"Kommata getrennte Liste von B<Fehlerbericht-E-Mail-Adressen> angegeben "
"werden."
#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"If you invoke B<bashbug> by accident, just quit your editor. You will always "
"be asked for confirmation before a bug report is sent."
msgstr ""
"Falls Sie B<bashbug> unbeabsichtigt aufrufen, beenden Sie einfach den "
"Editor. Sie werden immer um Bestätigung gebeten, bevor ein Fehlerbericht "
"gesendet wird."
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<--help>"
msgstr "B<--help>"
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Show a brief usage message and exit."
msgstr "zeigt eine kurze Meldung zur Verwendung an und beendet das Programm."
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<--version>"
msgstr "B<--version>"
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Show the version of B<bashbug> and exit."
msgstr "zeigt die Versionsnummer von B<bashbug> an und beendet das Programm."
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<bug-report-email-addresses>"
msgstr "B<Fehlerbericht-E-Mail-Adressen>"
#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Comma separated list of recipients\\' email addresses. By default the report "
"is mailed to both the GNU developers and the Debian Bash maintainers."
msgstr ""
"ist eine durch Kommata getrennte Liste der Adressen der Empfänger der E-"
"Mails. Standardmäßig wird der Bericht an die GNU-Entwickler und an die "
"Betreuer des Debian-Pakets von Bash gesendet."
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<DEFEDITOR>"
msgstr "B<DEFEDITOR>"
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Editor to use for editing the bug report."
msgstr "Der zum Bearbeiten des Fehlerberichts zu verwendende Editor."
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Editor to use for editing the bug report (overridden by B<DEFEDITOR>)."
msgstr ""
"Der zum Bearbeiten des Fehlerberichts zu verwendende Editor (wird durch "
"B<DEFEDITOR> außer Kraft gesetzt)."
#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"B<bash>(1), B<reportbug>(1), B<update-alternatives>(8) for preferred editor."
msgstr ""
"B<bash>(1), B<reportbug>(1), B<update-alternatives>(8) für den bevorzugten "
"Editor."
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"This manual page was written by Christer Andersson E<lt>klamm@comhem.seE<gt> "
"for the Debian project (but may be used by others)."
msgstr ""
"Diese Handbuchseite wurde von Christer Andersson E<lt>klamm@comhem.seE<gt> "
"für das Debian GNU/Linux-System geschrieben (darf aber auch von anderen "
"verwendet werden)."
#. type: TH
#: opensuse-leap-15-6
#, no-wrap
msgid "2016 February 15"
msgstr "15. Februar 2016"
#. type: TH
#: opensuse-leap-15-6
#, no-wrap
msgid "GNU Bash-4.4"
msgstr "GNU Bash-4.4"
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Specifies the preferred editor. If E<.SM> B<EDITOR> is not set, B<bashbug> "
"attempts to locate a number of alternative editors, including B<emacs>, and "
"defaults to B<vi>."
msgstr ""
"Legt den bevorzugten Editor fest. Falls E<.SM> B<EDITOR> nicht gesetzt ist, "
"sucht B<bashbug> nach einer Reihe von alternativen Editoren, wie B<emacs>. "
"Standardmäßig wird B<vi> aufgerufen."
|