l10n: update German translation
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Ralf Thielow committed
Oct 19, 2018 at 19:34 UTC
38bfde23f1ee67215dd5d33860bd0c650545e418
1 file changed
+5231
-2863
po/de.po
+5231
-2863
@@ -7,7 +7,7 @@ msgid ""
7
msgstr ""
8
"Project-Id-Version: Git\n"
9
"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
10
-"POT-Creation-Date: 2018-05-31 23:32+0800\n"
10
+"POT-Creation-Date: 2018-09-04 08:50+0800\n"
11
"PO-Revision-Date: 2016-11-28 18:10+0100\n"
12
"Last-Translator: Ralf Thielow <ralf.thielow@gmail.com>\n"
13
"Language-Team: German <>\n"
@@ -17,43 +17,43 @@ msgstr ""
17
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
19
20
-#: advice.c:92
20
+#: advice.c:97
21
#, c-format
22
msgid "%shint: %.*s%s\n"
23
msgstr "%sHinweis: %.*s%s\n"
24
25
-#: advice.c:137
25
+#: advice.c:150
26
msgid "Cherry-picking is not possible because you have unmerged files."
27
msgstr ""
28
"Cherry-Picken ist nicht möglich, weil Sie nicht zusammengeführte Dateien "
29
"haben."
30
31
-#: advice.c:139
31
+#: advice.c:152
32
msgid "Committing is not possible because you have unmerged files."
33
msgstr ""
34
"Committen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
35
36
-#: advice.c:141
36
+#: advice.c:154
37
msgid "Merging is not possible because you have unmerged files."
38
msgstr ""
39
"Mergen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
40
41
-#: advice.c:143
41
+#: advice.c:156
42
msgid "Pulling is not possible because you have unmerged files."
43
msgstr ""
44
"Pullen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
45
46
-#: advice.c:145
46
+#: advice.c:158
47
msgid "Reverting is not possible because you have unmerged files."
48
msgstr ""
49
"Reverten ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
50
51
-#: advice.c:147
51
+#: advice.c:160
52
#, c-format
53
msgid "It is not possible to %s because you have unmerged files."
54
msgstr "%s ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
55
56
-#: advice.c:155
56
+#: advice.c:168
57
msgid ""
58
"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
59
"as appropriate to mark resolution and make a commit."
@@ -62,23 +62,23 @@ msgstr ""
62
"dann 'git add/rm <Datei>', um die Auflösung entsprechend zu markieren\n"
63
"und zu committen."
64
65
-#: advice.c:163
65
+#: advice.c:176
66
msgid "Exiting because of an unresolved conflict."
67
msgstr "Beende wegen unaufgelöstem Konflikt."
68
69
-#: advice.c:168 builtin/merge.c:1249
69
+#: advice.c:181 builtin/merge.c:1286
70
msgid "You have not concluded your merge (MERGE_HEAD exists)."
71
msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)."
72
73
-#: advice.c:170
73
+#: advice.c:183
74
msgid "Please, commit your changes before merging."
75
msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen."
76
77
-#: advice.c:171
77
+#: advice.c:184
78
msgid "Exiting because of unfinished merge."
79
msgstr "Beende wegen nicht abgeschlossenem Merge."
80
81
-#: advice.c:177
81
+#: advice.c:190
82
#, c-format
83
msgid ""
84
"Note: checking out '%s'.\n"
@@ -109,99 +109,99 @@ msgstr ""
109
" git checkout -b <neuer-Branchname>\n"
110
"\n"
111
112
-#: apply.c:58
112
+#: apply.c:59
113
#, c-format
114
msgid "unrecognized whitespace option '%s'"
115
msgstr "nicht erkannte Whitespace-Option: '%s'"
116
117
-#: apply.c:74
117
+#: apply.c:75
118
#, c-format
119
msgid "unrecognized whitespace ignore option '%s'"
120
msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"
121
122
-#: apply.c:122
122
+#: apply.c:125
123
msgid "--reject and --3way cannot be used together."
124
msgstr "--reject und --3way können nicht gemeinsam verwendet werden."
125
126
-#: apply.c:124
126
+#: apply.c:127
127
msgid "--cached and --3way cannot be used together."
128
msgstr "--cached und --3way können nicht gemeinsam verwendet werden."
129
130
-#: apply.c:127
130
+#: apply.c:130
131
msgid "--3way outside a repository"
132
msgstr ""
133
"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
134
135
-#: apply.c:138
135
+#: apply.c:141
136
msgid "--index outside a repository"
137
msgstr ""
138
"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
139
140
-#: apply.c:141
140
+#: apply.c:144
141
msgid "--cached outside a repository"
142
msgstr ""
143
"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
144
145
-#: apply.c:821
145
+#: apply.c:826
146
#, c-format
147
msgid "Cannot prepare timestamp regexp %s"
148
msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"
149
150
-#: apply.c:830
150
+#: apply.c:835
151
#, c-format
152
msgid "regexec returned %d for input: %s"
153
msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"
154
155
-#: apply.c:904
155
+#: apply.c:909
156
#, c-format
157
msgid "unable to find filename in patch at line %d"
158
msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."
159
160
-#: apply.c:942
160
+#: apply.c:947
161
#, c-format
162
msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
163
msgstr ""
164
"git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "
165
"%d"
166
167
-#: apply.c:948
167
+#: apply.c:953
168
#, c-format
169
msgid "git apply: bad git-diff - inconsistent new filename on line %d"
170
msgstr ""
171
"git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"
172
173
-#: apply.c:949
173
+#: apply.c:954
174
#, c-format
175
msgid "git apply: bad git-diff - inconsistent old filename on line %d"
176
msgstr ""
177
"git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"
178
179
-#: apply.c:954
179
+#: apply.c:959
180
#, c-format
181
msgid "git apply: bad git-diff - expected /dev/null on line %d"
182
msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"
183
184
-#: apply.c:983
184
+#: apply.c:988
185
#, c-format
186
msgid "invalid mode on line %d: %s"
187
msgstr "Ungültiger Modus in Zeile %d: %s"
188
189
-#: apply.c:1301
189
+#: apply.c:1306
190
#, c-format
191
msgid "inconsistent header lines %d and %d"
192
msgstr "Inkonsistente Kopfzeilen %d und %d."
193
194
-#: apply.c:1473
194
+#: apply.c:1478
195
#, c-format
196
msgid "recount: unexpected line: %.*s"
197
msgstr "recount: unerwartete Zeile: %.*s"
198
199
-#: apply.c:1542
199
+#: apply.c:1547
200
#, c-format
201
msgid "patch fragment without header at line %d: %.*s"
202
msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
203
204
-#: apply.c:1562
204
+#: apply.c:1567
205
#, c-format
206
msgid ""
207
"git diff header lacks filename information when removing %d leading pathname "
@@ -216,72 +216,72 @@ msgstr[1] ""
216
"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
217
"%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"
218
219
-#: apply.c:1575
219
+#: apply.c:1580
220
#, c-format
221
msgid "git diff header lacks filename information (line %d)"
222
msgstr ""
223
"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile "
224
"%d)"
225
226
-#: apply.c:1763
226
+#: apply.c:1768
227
msgid "new file depends on old contents"
228
msgstr "neue Datei hängt von alten Inhalten ab"
229
230
-#: apply.c:1765
230
+#: apply.c:1770
231
msgid "deleted file still has contents"
232
msgstr "entfernte Datei hat noch Inhalte"
233
234
-#: apply.c:1799
234
+#: apply.c:1804
235
#, c-format
236
msgid "corrupt patch at line %d"
237
msgstr "fehlerhafter Patch bei Zeile %d"
238
239
-#: apply.c:1836
239
+#: apply.c:1841
240
#, c-format
241
msgid "new file %s depends on old contents"
242
msgstr "neue Datei %s hängt von alten Inhalten ab"
243
244
-#: apply.c:1838
244
+#: apply.c:1843
245
#, c-format
246
msgid "deleted file %s still has contents"
247
msgstr "entfernte Datei %s hat noch Inhalte"
248
249
-#: apply.c:1841
249
+#: apply.c:1846
250
#, c-format
251
msgid "** warning: file %s becomes empty but is not deleted"
252
msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."
253
254
-#: apply.c:1988
254
+#: apply.c:1993
255
#, c-format
256
msgid "corrupt binary patch at line %d: %.*s"
257
msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
258
259
-#: apply.c:2025
259
+#: apply.c:2030
260
#, c-format
261
msgid "unrecognized binary patch at line %d"
262
msgstr "nicht erkannter Binär-Patch bei Zeile %d"
263
264
-#: apply.c:2185
264
+#: apply.c:2190
265
#, c-format
266
msgid "patch with only garbage at line %d"
267
msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
268
269
-#: apply.c:2271
269
+#: apply.c:2276
270
#, c-format
271
msgid "unable to read symlink %s"
272
msgstr "konnte symbolische Verknüpfung %s nicht lesen"
273
274
-#: apply.c:2275
274
+#: apply.c:2280
275
#, c-format
276
msgid "unable to open or read %s"
277
msgstr "konnte %s nicht öffnen oder lesen"
278
279
-#: apply.c:2934
279
+#: apply.c:2939
280
#, c-format
281
msgid "invalid start of line: '%c'"
282
msgstr "Ungültiger Zeilenanfang: '%c'"
283
284
-#: apply.c:3055
284
+#: apply.c:3060
285
#, c-format
286
msgid "Hunk #%d succeeded at %d (offset %d line)."
287
msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -289,12 +289,12 @@ msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
289
msgstr[1] ""
290
"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
291
292
-#: apply.c:3067
292
+#: apply.c:3072
293
#, c-format
294
msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
295
msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
296
297
-#: apply.c:3073
297
+#: apply.c:3078
298
#, c-format
299
msgid ""
300
"while searching for:\n"
@@ -303,25 +303,25 @@ msgstr ""
303
"bei der Suche nach:\n"
304
"%.*s"
305
306
-#: apply.c:3095
306
+#: apply.c:3100
307
#, c-format
308
msgid "missing binary patch data for '%s'"
309
msgstr "keine Daten in Binär-Patch für '%s'"
310
311
-#: apply.c:3103
311
+#: apply.c:3108
312
#, c-format
313
msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
314
msgstr ""
315
"kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n"
316
"umgekehrten Patch-Block auf '%s'"
317
318
-#: apply.c:3149
318
+#: apply.c:3154
319
#, c-format
320
msgid "cannot apply binary patch to '%s' without full index line"
321
msgstr ""
322
"kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden"
323
324
-#: apply.c:3159
324
+#: apply.c:3164
325
#, c-format
326
msgid ""
327
"the patch applies to '%s' (%s), which does not match the current contents."
@@ -329,554 +329,608 @@ msgstr ""
329
"der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n"
330
"entspricht"
331
332
-#: apply.c:3167
332
+#: apply.c:3172
333
#, c-format
334
msgid "the patch applies to an empty '%s' but it is not empty"
335
msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist"
336
337
-#: apply.c:3185
337
+#: apply.c:3190
338
#, c-format
339
msgid "the necessary postimage %s for '%s' cannot be read"
340
msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden"
341
342
-#: apply.c:3198
342
+#: apply.c:3203
343
#, c-format
344
msgid "binary patch does not apply to '%s'"
345
msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
346
347
-#: apply.c:3204
347
+#: apply.c:3209
348
#, c-format
349
msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
350
msgstr ""
351
"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
352
353
-#: apply.c:3225
353
+#: apply.c:3230
354
#, c-format
355
msgid "patch failed: %s:%ld"
356
msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
357
358
-#: apply.c:3347
358
+#: apply.c:3352
359
#, c-format
360
msgid "cannot checkout %s"
361
msgstr "kann %s nicht auschecken"
362
363
-#: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:278
363
+#: apply.c:3404 apply.c:3415 apply.c:3461 setup.c:278
364
#, c-format
365
msgid "failed to read %s"
366
msgstr "Fehler beim Lesen von %s"
367
368
-#: apply.c:3404
368
+#: apply.c:3412
369
#, c-format
370
msgid "reading from '%s' beyond a symbolic link"
371
msgstr "'%s' ist hinter einer symbolischen Verknüpfung"
372
373
-#: apply.c:3433 apply.c:3673
373
+#: apply.c:3441 apply.c:3681
374
#, c-format
375
msgid "path %s has been renamed/deleted"
376
msgstr "Pfad %s wurde umbenannt/gelöscht"
377
378
-#: apply.c:3516 apply.c:3687
378
+#: apply.c:3524 apply.c:3696
379
#, c-format
380
msgid "%s: does not exist in index"
381
msgstr "%s ist nicht im Index"
382
383
-#: apply.c:3525 apply.c:3695
383
+#: apply.c:3533 apply.c:3704
384
#, c-format
385
msgid "%s: does not match index"
386
msgstr "%s entspricht nicht der Version im Index"
387
388
-#: apply.c:3560
388
+#: apply.c:3568
389
msgid "repository lacks the necessary blob to fall back on 3-way merge."
390
msgstr ""
391
"Dem Repository fehlt der notwendige Blob, um auf einen 3-Wege-Merge\n"
392
"zurückzufallen."
393
394
-#: apply.c:3563
394
+#: apply.c:3571
395
#, c-format
396
msgid "Falling back to three-way merge...\n"
397
msgstr "Falle zurück auf 3-Wege-Merge ...\n"
398
399
-#: apply.c:3579 apply.c:3583
399
+#: apply.c:3587 apply.c:3591
400
#, c-format
401
msgid "cannot read the current contents of '%s'"
402
msgstr "kann aktuelle Inhalte von '%s' nicht lesen"
403
404
-#: apply.c:3595
404
+#: apply.c:3603
405
#, c-format
406
msgid "Failed to fall back on three-way merge...\n"
407
msgstr "Fehler beim Zurückfallen auf 3-Wege-Merge...\n"
408
409
-#: apply.c:3609
409
+#: apply.c:3617
410
#, c-format
411
msgid "Applied patch to '%s' with conflicts.\n"
412
msgstr "Patch auf '%s' mit Konflikten angewendet.\n"
413
414
-#: apply.c:3614
414
+#: apply.c:3622
415
#, c-format
416
msgid "Applied patch to '%s' cleanly.\n"
417
msgstr "Patch auf '%s' sauber angewendet.\n"
418
419
-#: apply.c:3640
419
+#: apply.c:3648
420
msgid "removal patch leaves file contents"
421
msgstr "Lösch-Patch hinterlässt Dateiinhalte"
422
423
-#: apply.c:3712
423
+#: apply.c:3721
424
#, c-format
425
msgid "%s: wrong type"
426
msgstr "%s: falscher Typ"
427
428
-#: apply.c:3714
428
+#: apply.c:3723
429
#, c-format
430
msgid "%s has type %o, expected %o"
431
msgstr "%s ist vom Typ %o, erwartete %o"
432
433
-#: apply.c:3864 apply.c:3866
433
+#: apply.c:3874 apply.c:3876
434
#, c-format
435
msgid "invalid path '%s'"
436
msgstr "Ungültiger Pfad '%s'"
437
438
-#: apply.c:3922
438
+#: apply.c:3932
439
#, c-format
440
msgid "%s: already exists in index"
441
msgstr "%s ist bereits bereitgestellt"
442
443
-#: apply.c:3925
443
+#: apply.c:3935
444
#, c-format
445
msgid "%s: already exists in working directory"
446
msgstr "%s existiert bereits im Arbeitsverzeichnis"
447
448
-#: apply.c:3945
448
+#: apply.c:3955
449
#, c-format
450
msgid "new mode (%o) of %s does not match old mode (%o)"
451
msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"
452
453
-#: apply.c:3950
453
+#: apply.c:3960
454
#, c-format
455
msgid "new mode (%o) of %s does not match old mode (%o) of %s"
456
msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"
457
458
-#: apply.c:3970
458
+#: apply.c:3980
459
#, c-format
460
msgid "affected file '%s' is beyond a symbolic link"
461
msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"
462
463
-#: apply.c:3974
463
+#: apply.c:3984
464
#, c-format
465
msgid "%s: patch does not apply"
466
msgstr "%s: Patch konnte nicht angewendet werden"
467
468
-#: apply.c:3989
468
+#: apply.c:3999
469
#, c-format
470
msgid "Checking patch %s..."
471
msgstr "Prüfe Patch %s ..."
472
473
-#: apply.c:4080
473
+#: apply.c:4091
474
#, c-format
475
msgid "sha1 information is lacking or useless for submodule %s"
476
msgstr "SHA-1 Information fehlt oder ist unbrauchbar für Submodul %s"
477
478
-#: apply.c:4087
478
+#: apply.c:4098
479
#, c-format
480
msgid "mode change for %s, which is not in current HEAD"
481
msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet"
482
483
-#: apply.c:4090
483
+#: apply.c:4101
484
#, c-format
485
msgid "sha1 information is lacking or useless (%s)."
486
msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)."
487
488
-#: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140
488
+#: apply.c:4106 builtin/checkout.c:237 builtin/reset.c:140
489
#, c-format
490
msgid "make_cache_entry failed for path '%s'"
491
msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
492
493
-#: apply.c:4099
493
+#: apply.c:4110
494
#, c-format
495
msgid "could not add %s to temporary index"
496
msgstr "konnte %s nicht zum temporären Index hinzufügen"
497
498
-#: apply.c:4109
498
+#: apply.c:4120
499
#, c-format
500
msgid "could not write temporary index to %s"
501
msgstr "konnte temporären Index nicht nach %s schreiben"
502
503
-#: apply.c:4247
503
+#: apply.c:4258
504
#, c-format
505
msgid "unable to remove %s from index"
506
msgstr "konnte %s nicht aus dem Index entfernen"
507
508
-#: apply.c:4282
508
+#: apply.c:4292
509
#, c-format
510
msgid "corrupt patch for submodule %s"
511
msgstr "fehlerhafter Patch für Submodul %s"
512
513
-#: apply.c:4288
513
+#: apply.c:4298
514
#, c-format
515
msgid "unable to stat newly created file '%s'"
516
msgstr "konnte neu erstellte Datei '%s' nicht lesen"
517
518
-#: apply.c:4296
518
+#: apply.c:4306
519
#, c-format
520
msgid "unable to create backing store for newly created file %s"
521
msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"
522
523
-#: apply.c:4302 apply.c:4446
523
+#: apply.c:4312 apply.c:4457
524
#, c-format
525
msgid "unable to add cache entry for %s"
526
msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"
527
528
-#: apply.c:4343
528
+#: apply.c:4355
529
#, c-format
530
msgid "failed to write to '%s'"
531
msgstr "Fehler beim Schreiben nach '%s'"
532
533
-#: apply.c:4347
533
+#: apply.c:4359
534
#, c-format
535
msgid "closing file '%s'"
536
msgstr "schließe Datei '%s'"
537
538
-#: apply.c:4417
538
+#: apply.c:4429
539
#, c-format
540
msgid "unable to write file '%s' mode %o"
541
msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
542
543
-#: apply.c:4515
543
+#: apply.c:4527
544
#, c-format
545
msgid "Applied patch %s cleanly."
546
msgstr "Patch %s sauber angewendet"
547
548
-#: apply.c:4523
548
+#: apply.c:4535
549
msgid "internal error"
550
msgstr "interner Fehler"
551
552
-#: apply.c:4526
552
+#: apply.c:4538
553
#, c-format
554
msgid "Applying patch %%s with %d reject..."
555
msgid_plural "Applying patch %%s with %d rejects..."
556
msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."
557
msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
558
559
-#: apply.c:4537
559
+#: apply.c:4549
560
#, c-format
561
msgid "truncating .rej filename to %.*s.rej"
562
msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
563
564
-#: apply.c:4545 builtin/fetch.c:786 builtin/fetch.c:1036
564
+#: apply.c:4557 builtin/fetch.c:780 builtin/fetch.c:1048
565
#, c-format
566
msgid "cannot open %s"
567
msgstr "kann '%s' nicht öffnen"
568
569
-#: apply.c:4559
569
+#: apply.c:4571
570
#, c-format
571
msgid "Hunk #%d applied cleanly."
572
msgstr "Patch-Bereich #%d sauber angewendet."
573
574
-#: apply.c:4563
574
+#: apply.c:4575
575
#, c-format
576
msgid "Rejected hunk #%d."
577
msgstr "Patch-Block #%d zurückgewiesen."
578
579
-#: apply.c:4673
579
+#: apply.c:4685
580
#, c-format
581
msgid "Skipped patch '%s'."
582
msgstr "Patch '%s' ausgelassen."
583
584
-#: apply.c:4681
584
+#: apply.c:4693
585
msgid "unrecognized input"
586
msgstr "nicht erkannte Eingabe"
587
588
-#: apply.c:4700
588
+#: apply.c:4712
589
msgid "unable to read index file"
590
msgstr "Konnte Index-Datei nicht lesen"
591
592
-#: apply.c:4837
592
+#: apply.c:4849
593
#, c-format
594
msgid "can't open patch '%s': %s"
595
msgstr "kann Patch '%s' nicht öffnen: %s"
596
597
-#: apply.c:4864
597
+#: apply.c:4876
598
#, c-format
599
msgid "squelched %d whitespace error"
600
msgid_plural "squelched %d whitespace errors"
601
msgstr[0] "unterdrückte %d Whitespace-Fehler"
602
msgstr[1] "unterdrückte %d Whitespace-Fehler"
603
604
-#: apply.c:4870 apply.c:4885
604
+#: apply.c:4882 apply.c:4897
605
#, c-format
606
msgid "%d line adds whitespace errors."
607
msgid_plural "%d lines add whitespace errors."
608
msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
609
msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
610
611
-#: apply.c:4878
611
+#: apply.c:4890
612
#, c-format
613
msgid "%d line applied after fixing whitespace errors."
614
msgid_plural "%d lines applied after fixing whitespace errors."
615
msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet."
616
msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet."
617
618
-#: apply.c:4894 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
618
+#: apply.c:4906 builtin/add.c:539 builtin/mv.c:300 builtin/rm.c:389
619
msgid "Unable to write new index file"
620
msgstr "Konnte neue Index-Datei nicht schreiben."
621
622
-#: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
623
-#: builtin/clone.c:120 builtin/fetch.c:126 builtin/pull.c:198
624
-#: builtin/submodule--helper.c:405 builtin/submodule--helper.c:1210
625
-#: builtin/submodule--helper.c:1213 builtin/submodule--helper.c:1584
626
-#: builtin/submodule--helper.c:1587 builtin/submodule--helper.c:1807
627
-#: git-add--interactive.perl:197
622
+#: apply.c:4933 apply.c:4936 builtin/am.c:2254 builtin/am.c:2257
623
+#: builtin/clone.c:121 builtin/fetch.c:115 builtin/merge.c:260
624
+#: builtin/pull.c:198 builtin/submodule--helper.c:406
625
+#: builtin/submodule--helper.c:1355 builtin/submodule--helper.c:1358
626
+#: builtin/submodule--helper.c:1729 builtin/submodule--helper.c:1732
627
+#: builtin/submodule--helper.c:1952 git-add--interactive.perl:197
628
msgid "path"
629
msgstr "Pfad"
630
631
-#: apply.c:4922
631
+#: apply.c:4934
632
msgid "don't apply changes matching the given path"
633
msgstr "keine Änderungen im angegebenen Pfad anwenden"
634
635
-#: apply.c:4925
635
+#: apply.c:4937
636
msgid "apply changes matching the given path"
637
msgstr "Änderungen nur im angegebenen Pfad anwenden"
638
639
-#: apply.c:4927 builtin/am.c:2263
639
+#: apply.c:4939 builtin/am.c:2263
640
msgid "num"
641
msgstr "Anzahl"
642
643
-#: apply.c:4928
643
+#: apply.c:4940
644
msgid "remove <num> leading slashes from traditional diff paths"
645
msgstr ""
646
"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
647
"entfernen"
648
649
-#: apply.c:4931
649
+#: apply.c:4943
650
msgid "ignore additions made by the patch"
651
msgstr "hinzugefügte Zeilen des Patches ignorieren"
652
653
-#: apply.c:4933
653
+#: apply.c:4945
654
msgid "instead of applying the patch, output diffstat for the input"
655
msgstr ""
656
"anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
657
"ausgegeben"
658
659
-#: apply.c:4937
659
+#: apply.c:4949
660
msgid "show number of added and deleted lines in decimal notation"
661
msgstr ""
662
"die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
663
664
-#: apply.c:4939
664
+#: apply.c:4951
665
msgid "instead of applying the patch, output a summary for the input"
666
msgstr ""
667
"anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
668
"ausgeben"
669
670
-#: apply.c:4941
670
+#: apply.c:4953
671
msgid "instead of applying the patch, see if the patch is applicable"
672
msgstr ""
673
"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
674
675
-#: apply.c:4943
675
+#: apply.c:4955
676
msgid "make sure the patch is applicable to the current index"
677
msgstr ""
678
"sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"
679
680
-#: apply.c:4945
680
+#: apply.c:4957
681
+msgid "mark new files with `git add --intent-to-add`"
682
+msgstr "neue Dateien mit `git add --intent-to-add` markieren"
683
+
684
+#: apply.c:4959
685
msgid "apply a patch without touching the working tree"
686
msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
687
684
-#: apply.c:4947
688
+#: apply.c:4961
689
msgid "accept a patch that touches outside the working area"
690
msgstr ""
691
"Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
692
689
-#: apply.c:4950
693
+#: apply.c:4964
694
msgid "also apply the patch (use with --stat/--summary/--check)"
695
msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
696
693
-#: apply.c:4952
697
+#: apply.c:4966
698
msgid "attempt three-way merge if a patch does not apply"
699
msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
700
697
-#: apply.c:4954
701
+#: apply.c:4968
702
msgid "build a temporary index based on embedded index information"
703
msgstr ""
704
"einen temporären Index, basierend auf den integrierten Index-Informationen, "
705
"erstellen"
706
703
-#: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
707
+#: apply.c:4971 builtin/checkout-index.c:168 builtin/ls-files.c:516
708
msgid "paths are separated with NUL character"
709
msgstr "Pfade sind getrennt durch NUL Zeichen"
710
707
-#: apply.c:4959
711
+#: apply.c:4973
712
msgid "ensure at least <n> lines of context match"
713
msgstr ""
714
"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
715
712
-#: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
716
+#: apply.c:4974 builtin/am.c:2242 builtin/interpret-trailers.c:95
717
#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
714
-#: builtin/pack-objects.c:3177
718
+#: builtin/pack-objects.c:3202
719
msgid "action"
720
msgstr "Aktion"
721
718
-#: apply.c:4961
722
+#: apply.c:4975
723
msgid "detect new or modified lines that have whitespace errors"
724
msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
725
722
-#: apply.c:4964 apply.c:4967
726
+#: apply.c:4978 apply.c:4981
727
msgid "ignore changes in whitespace when finding context"
728
msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
729
726
-#: apply.c:4970
730
+#: apply.c:4984
731
msgid "apply the patch in reverse"
732
msgstr "den Patch in umgekehrter Reihenfolge anwenden"
733
730
-#: apply.c:4972
734
+#: apply.c:4986
735
msgid "don't expect at least one line of context"
736
msgstr "keinen Kontext erwarten"
737
734
-#: apply.c:4974
738
+#: apply.c:4988
739
msgid "leave the rejected hunks in corresponding *.rej files"
740
msgstr ""
741
"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
742
739
-#: apply.c:4976
743
+#: apply.c:4990
744
msgid "allow overlapping hunks"
745
msgstr "sich überlappende Patch-Blöcke erlauben"
746
743
-#: apply.c:4977 builtin/add.c:290 builtin/check-ignore.c:21
744
-#: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:666
745
-#: builtin/log.c:1901 builtin/mv.c:122 builtin/read-tree.c:124
747
+#: apply.c:4991 builtin/add.c:290 builtin/check-ignore.c:21
748
+#: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:671
749
+#: builtin/log.c:1914 builtin/mv.c:122 builtin/read-tree.c:124
750
msgid "be verbose"
751
msgstr "erweiterte Ausgaben"
752
749
-#: apply.c:4979
753
+#: apply.c:4993
754
msgid "tolerate incorrectly detected missing new-line at the end of file"
755
msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
756
753
-#: apply.c:4982
757
+#: apply.c:4996
758
msgid "do not trust the line counts in the hunk headers"
759
msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
760
757
-#: apply.c:4984 builtin/am.c:2251
761
+#: apply.c:4998 builtin/am.c:2251
762
msgid "root"
763
msgstr "Wurzelverzeichnis"
764
761
-#: apply.c:4985
765
+#: apply.c:4999
766
msgid "prepend <root> to all filenames"
767
msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
768
765
-#: archive.c:13
769
+#: archive.c:14
770
msgid "git archive [<options>] <tree-ish> [<path>...]"
771
msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]"
772
769
-#: archive.c:14
773
+#: archive.c:15
774
msgid "git archive --list"
775
msgstr "git archive --list"
776
773
-#: archive.c:15
777
+#: archive.c:16
778
msgid ""
779
"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
780
msgstr ""
781
"git archive --remote <Repository> [--exec <Programm>] [<Optionen>] <Commit-"
782
"Referenz> [<Pfad>...]"
783
780
-#: archive.c:16
784
+#: archive.c:17
785
msgid "git archive --remote <repo> [--exec <cmd>] --list"
786
msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
787
784
-#: archive.c:351 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
788
+#: archive.c:363 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:298
789
#, c-format
790
msgid "pathspec '%s' did not match any files"
791
msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
792
789
-#: archive.c:436
793
+#: archive.c:446
794
msgid "fmt"
795
msgstr "Format"
796
793
-#: archive.c:436
797
+#: archive.c:446
798
msgid "archive format"
799
msgstr "Archivformat"
800
797
-#: archive.c:437 builtin/log.c:1462
801
+#: archive.c:447 builtin/log.c:1473
802
msgid "prefix"
803
msgstr "Präfix"
804
801
-#: archive.c:438
805
+#: archive.c:448
806
msgid "prepend prefix to each pathname in the archive"
807
msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
808
805
-#: archive.c:439 builtin/blame.c:813 builtin/blame.c:814 builtin/config.c:127
806
-#: builtin/fast-export.c:1007 builtin/fast-export.c:1009 builtin/grep.c:869
807
-#: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
808
-#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:119
809
+#: archive.c:449 builtin/blame.c:816 builtin/blame.c:817 builtin/config.c:126
810
+#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:873
811
+#: builtin/hash-object.c:104 builtin/ls-files.c:552 builtin/ls-files.c:555
812
+#: builtin/notes.c:407 builtin/notes.c:570 builtin/read-tree.c:119
813
#: parse-options.h:165
814
msgid "file"
815
msgstr "Datei"
816
813
-#: archive.c:440 builtin/archive.c:89
817
+#: archive.c:450 builtin/archive.c:89
818
msgid "write the archive to this file"
819
msgstr "das Archiv in diese Datei schreiben"
820
817
-#: archive.c:442
821
+#: archive.c:452
822
msgid "read .gitattributes in working directory"
823
msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen"
824
821
-#: archive.c:443
825
+#: archive.c:453
826
msgid "report archived files on stderr"
827
msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben"
828
825
-#: archive.c:444
829
+#: archive.c:454
830
msgid "store only"
831
msgstr "nur speichern"
832
829
-#: archive.c:445
833
+#: archive.c:455
834
msgid "compress faster"
835
msgstr "schneller komprimieren"
836
833
-#: archive.c:453
837
+#: archive.c:463
838
msgid "compress better"
839
msgstr "besser komprimieren"
840
837
-#: archive.c:456
841
+#: archive.c:466
842
msgid "list supported archive formats"
843
msgstr "unterstützte Archivformate auflisten"
844
841
-#: archive.c:458 builtin/archive.c:90 builtin/clone.c:110 builtin/clone.c:113
842
-#: builtin/submodule--helper.c:1222 builtin/submodule--helper.c:1593
845
+#: archive.c:468 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
846
+#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1738
847
msgid "repo"
848
msgstr "Repository"
849
846
-#: archive.c:459 builtin/archive.c:91
850
+#: archive.c:469 builtin/archive.c:91
851
msgid "retrieve the archive from remote repository <repo>"
852
msgstr "Archiv vom Remote-Repository <Repository> abrufen"
853
850
-#: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
854
+#: archive.c:470 builtin/archive.c:92 builtin/difftool.c:714
855
+#: builtin/notes.c:491
856
msgid "command"
857
msgstr "Programm"
858
854
-#: archive.c:461 builtin/archive.c:93
859
+#: archive.c:471 builtin/archive.c:93
860
msgid "path to the remote git-upload-archive command"
861
msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
862
858
-#: archive.c:468
863
+#: archive.c:478
864
msgid "Unexpected option --remote"
865
msgstr "Unerwartete Option --remote"
866
862
-#: archive.c:470
867
+#: archive.c:480
868
msgid "Option --exec can only be used together with --remote"
869
msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden."
870
866
-#: archive.c:472
871
+#: archive.c:482
872
msgid "Unexpected option --output"
873
msgstr "Unerwartete Option --output"
874
870
-#: archive.c:494
875
+#: archive.c:504
876
#, c-format
877
msgid "Unknown archive format '%s'"
878
msgstr "Unbekanntes Archivformat '%s'"
879
875
-#: archive.c:501
880
+#: archive.c:511
881
#, c-format
882
msgid "Argument not supported for format '%s': -%d"
883
msgstr "Argument für Format '%s' nicht unterstützt: -%d"
884
885
+#: archive-tar.c:125 archive-zip.c:344
886
+#, c-format
887
+msgid "cannot stream blob %s"
888
+msgstr "Kann Blob %s nicht streamen."
889
+
890
+#: archive-tar.c:260 archive-zip.c:361
891
+#, c-format
892
+msgid "unsupported file mode: 0%o (SHA1: %s)"
893
+msgstr "Nicht unterstützter Dateimodus: 0%o (SHA1: %s)"
894
+
895
+#: archive-tar.c:287 archive-zip.c:352
896
+#, c-format
897
+msgid "cannot read %s"
898
+msgstr "Kann %s nicht lesen."
899
+
900
+#: archive-tar.c:458
901
+#, c-format
902
+msgid "unable to start '%s' filter"
903
+msgstr "Konnte '%s' Filter nicht starten."
904
+
905
+#: archive-tar.c:461
906
+msgid "unable to redirect descriptor"
907
+msgstr "Konnte Descriptor nicht umleiten."
908
+
909
+#: archive-tar.c:468
910
+#, c-format
911
+msgid "'%s' filter reported error"
912
+msgstr "'%s' Filter meldete Fehler."
913
+
914
+#: archive-zip.c:313
915
+#, c-format
916
+msgid "path is not valid UTF-8: %s"
917
+msgstr "Pfad ist kein gültiges UTF-8: %s"
918
+
919
+#: archive-zip.c:317
920
+#, c-format
921
+msgid "path too long (%d chars, SHA1: %s): %s"
922
+msgstr "Pfad zu lang (%d Zeichen, SHA1: %s): %s"
923
+
924
+#: archive-zip.c:470 builtin/pack-objects.c:216 builtin/pack-objects.c:219
925
+#, c-format
926
+msgid "deflate error (%d)"
927
+msgstr "Fehler beim Komprimieren (%d)"
928
+
929
+#: archive-zip.c:605
930
+#, c-format
931
+msgid "timestamp too large for this system: %<PRIuMAX>"
932
+msgstr "Timestamp zu groß für dieses System: %<PRIuMAX>"
933
+
934
#: attr.c:218
935
#, c-format
936
msgid "%.*s is not a valid attribute name"
@@ -890,22 +944,22 @@ msgstr ""
944
"Verneinende Muster werden in Git-Attributen ignoriert.\n"
945
"Benutzen Sie '\\!' für führende Ausrufezeichen."
946
893
-#: bisect.c:461
947
+#: bisect.c:467
948
#, c-format
949
msgid "Badly quoted content in file '%s': %s"
950
msgstr "Ungültiger Inhalt bzgl. Anführungsstriche in Datei '%s': %s"
951
898
-#: bisect.c:669
952
+#: bisect.c:675
953
#, c-format
954
msgid "We cannot bisect more!\n"
955
msgstr "Keine binäre Suche mehr möglich!\n"
956
903
-#: bisect.c:723
957
+#: bisect.c:729
958
#, c-format
959
msgid "Not a valid commit name %s"
960
msgstr "%s ist kein gültiger Commit-Name"
961
908
-#: bisect.c:747
962
+#: bisect.c:753
963
#, c-format
964
msgid ""
965
"The merge base %s is bad.\n"
@@ -914,7 +968,7 @@ msgstr ""
968
"Die Merge-Basis %s ist fehlerhaft.\n"
969
"Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n"
970
917
-#: bisect.c:752
971
+#: bisect.c:758
972
#, c-format
973
msgid ""
974
"The merge base %s is new.\n"
@@ -923,7 +977,7 @@ msgstr ""
977
"Die Merge-Basis %s ist neu.\n"
978
"Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n"
979
926
-#: bisect.c:757
980
+#: bisect.c:763
981
#, c-format
982
msgid ""
983
"The merge base %s is %s.\n"
@@ -932,7 +986,7 @@ msgstr ""
986
"Die Merge-Basis %s ist %s.\n"
987
"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s].\n"
988
935
-#: bisect.c:765
989
+#: bisect.c:771
990
#, c-format
991
msgid ""
992
"Some %s revs are not ancestors of the %s rev.\n"
@@ -943,7 +997,7 @@ msgstr ""
997
"git bisect kann in diesem Fall nicht richtig arbeiten.\n"
998
"Vielleicht verwechselten Sie %s und %s Commits?\n"
999
946
-#: bisect.c:778
1000
+#: bisect.c:784
1001
#, c-format
1002
msgid ""
1003
"the merge base between %s and [%s] must be skipped.\n"
@@ -955,36 +1009,36 @@ msgstr ""
1009
"erste %s Commit zwischen %s und %s befindet.\n"
1010
"Es wird dennoch fortgesetzt."
1011
958
-#: bisect.c:811
1012
+#: bisect.c:817
1013
#, c-format
1014
msgid "Bisecting: a merge base must be tested\n"
1015
msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
1016
963
-#: bisect.c:851
1017
+#: bisect.c:857
1018
#, c-format
1019
msgid "a %s revision is needed"
1020
msgstr "ein %s Commit wird benötigt"
1021
968
-#: bisect.c:870 builtin/notes.c:175 builtin/tag.c:236
1022
+#: bisect.c:876 builtin/notes.c:177 builtin/tag.c:237
1023
#, c-format
1024
msgid "could not create file '%s'"
1025
msgstr "konnte Datei '%s' nicht erstellen"
1026
973
-#: bisect.c:921
1027
+#: bisect.c:927 builtin/merge.c:137
1028
#, c-format
1029
msgid "could not read file '%s'"
1030
msgstr "Konnte Datei '%s' nicht lesen"
1031
978
-#: bisect.c:951
1032
+#: bisect.c:957
1033
msgid "reading bisect refs failed"
1034
msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen"
1035
982
-#: bisect.c:970
1036
+#: bisect.c:976
1037
#, c-format
1038
msgid "%s was both %s and %s\n"
1039
msgstr "%s war sowohl %s als auch %s\n"
1040
987
-#: bisect.c:978
1041
+#: bisect.c:984
1042
#, c-format
1043
msgid ""
1044
"No testable commit found.\n"
@@ -993,7 +1047,7 @@ msgstr ""
1047
"Kein testbarer Commit gefunden.\n"
1048
"Vielleicht starteten Sie mit falschen Pfad-Parametern?\n"
1049
996
-#: bisect.c:997
1050
+#: bisect.c:1003
1051
#, c-format
1052
msgid "(roughly %d step)"
1053
msgid_plural "(roughly %d steps)"
@@ -1003,54 +1057,55 @@ msgstr[1] "(ungefähr %d Schritte)"
1057
#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1058
#. steps)" translation.
1059
#.
1006
-#: bisect.c:1003
1060
+#: bisect.c:1009
1061
#, c-format
1062
msgid "Bisecting: %d revision left to test after this %s\n"
1063
msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1064
msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"
1065
msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"
1066
1013
-#: blame.c:1756
1067
+#: blame.c:1784
1068
msgid "--contents and --reverse do not blend well."
1069
msgstr "--contents und --reverse funktionieren gemeinsam nicht."
1070
1017
-#: blame.c:1767
1071
+#: blame.c:1798
1072
msgid "cannot use --contents with final commit object name"
1073
msgstr ""
1074
"kann --contents nicht mit endgültigem Namen des Commit-Objektes benutzen"
1075
1022
-#: blame.c:1787
1076
+#: blame.c:1819
1077
msgid "--reverse and --first-parent together require specified latest commit"
1078
msgstr ""
1079
"--reverse und --first-parent zusammen erfordern die Angabe eines "
1080
"endgültigen\n"
1081
"Commits"
1082
1029
-#: blame.c:1796 bundle.c:160 ref-filter.c:2075 sequencer.c:1860
1030
-#: sequencer.c:3631 builtin/commit.c:981 builtin/log.c:366 builtin/log.c:920
1031
-#: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:371
1083
+#: blame.c:1828 bundle.c:162 ref-filter.c:2154 sequencer.c:1874
1084
+#: sequencer.c:3772 builtin/commit.c:994 builtin/log.c:372 builtin/log.c:926
1085
+#: builtin/log.c:1381 builtin/log.c:1713 builtin/log.c:1963 builtin/merge.c:404
1086
+#: builtin/pack-objects.c:3029 builtin/pack-objects.c:3044
1087
#: builtin/shortlog.c:192
1088
msgid "revision walk setup failed"
1089
msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
1090
1036
-#: blame.c:1814
1091
+#: blame.c:1846
1092
msgid ""
1093
"--reverse --first-parent together require range along first-parent chain"
1094
msgstr ""
1095
"--reverse und --first-parent zusammen erfordern einen Bereich entlang der\n"
1096
"\"first-parent\"-Kette"
1097
1043
-#: blame.c:1825
1098
+#: blame.c:1857
1099
#, c-format
1100
msgid "no such path %s in %s"
1101
msgstr "Pfad %s nicht in %s"
1102
1048
-#: blame.c:1836
1103
+#: blame.c:1868
1104
#, c-format
1105
msgid "cannot read blob %s for path %s"
1106
msgstr "kann Blob %s für Pfad '%s' nicht lesen"
1107
1053
-#: branch.c:54
1108
+#: branch.c:52
1109
#, c-format
1110
msgid ""
1111
"\n"
@@ -1064,89 +1119,89 @@ msgstr ""
1119
"\"git branch --set-upstream-to=%s%s%s\"\n"
1120
"erneut setzen."
1121
1067
-#: branch.c:68
1122
+#: branch.c:66
1123
#, c-format
1124
msgid "Not setting branch %s as its own upstream."
1125
msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein."
1126
1072
-#: branch.c:94
1127
+#: branch.c:92
1128
#, c-format
1129
msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1130
msgstr "Branch '%s' folgt nun Remote-Branch '%s' von '%s' durch Rebase."
1131
1077
-#: branch.c:95
1132
+#: branch.c:93
1133
#, c-format
1134
msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1135
msgstr "Branch '%s' folgt nun Remote-Branch '%s' von '%s'."
1136
1082
-#: branch.c:99
1137
+#: branch.c:97
1138
#, c-format
1139
msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1140
msgstr "Branch '%s' folgt nun lokalem Branch '%s' durch Rebase."
1141
1087
-#: branch.c:100
1142
+#: branch.c:98
1143
#, c-format
1144
msgid "Branch '%s' set up to track local branch '%s'."
1145
msgstr "Branch '%s' folgt nun lokalem Branch '%s'."
1146
1092
-#: branch.c:105
1147
+#: branch.c:103
1148
#, c-format
1149
msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1150
msgstr "Branch '%s' folgt nun Remote-Referenz '%s' durch Rebase."
1151
1097
-#: branch.c:106
1152
+#: branch.c:104
1153
#, c-format
1154
msgid "Branch '%s' set up to track remote ref '%s'."
1155
msgstr "Branch '%s' folgt nun Remote-Referenz '%s'."
1156
1102
-#: branch.c:110
1157
+#: branch.c:108
1158
#, c-format
1159
msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1160
msgstr "Branch '%s' folgt nun lokaler Referenz '%s' durch Rebase."
1161
1107
-#: branch.c:111
1162
+#: branch.c:109
1163
#, c-format
1164
msgid "Branch '%s' set up to track local ref '%s'."
1165
msgstr "Branch '%s' folgt nun lokaler Referenz '%s'."
1166
1112
-#: branch.c:120
1167
+#: branch.c:118
1168
msgid "Unable to write upstream branch configuration"
1169
msgstr "Konnte Konfiguration zu Upstream-Branch nicht schreiben."
1170
1116
-#: branch.c:157
1171
+#: branch.c:155
1172
#, c-format
1173
msgid "Not tracking: ambiguous information for ref %s"
1174
msgstr ""
1175
"Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist "
1176
"mehrdeutig."
1177
1123
-#: branch.c:190
1178
+#: branch.c:188
1179
#, c-format
1180
msgid "'%s' is not a valid branch name."
1181
msgstr "'%s' ist kein gültiger Branchname."
1182
1128
-#: branch.c:209
1183
+#: branch.c:207
1184
#, c-format
1185
msgid "A branch named '%s' already exists."
1186
msgstr "Branch '%s' existiert bereits."
1187
1133
-#: branch.c:214
1188
+#: branch.c:212
1189
msgid "Cannot force update the current branch."
1190
msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen."
1191
1137
-#: branch.c:234
1192
+#: branch.c:232
1193
#, c-format
1194
msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1195
msgstr ""
1196
"Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein "
1197
"Branch."
1198
1144
-#: branch.c:236
1199
+#: branch.c:234
1200
#, c-format
1201
msgid "the requested upstream branch '%s' does not exist"
1202
msgstr "der angeforderte Upstream-Branch '%s' existiert nicht"
1203
1149
-#: branch.c:238
1204
+#: branch.c:236
1205
msgid ""
1206
"\n"
1207
"If you are planning on basing your work on an upstream\n"
@@ -1167,100 +1222,100 @@ msgstr ""
1222
"\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n"
1223
"zu konfigurieren."
1224
1170
-#: branch.c:281
1225
+#: branch.c:279
1226
#, c-format
1227
msgid "Not a valid object name: '%s'."
1228
msgstr "Ungültiger Objekt-Name: '%s'"
1229
1175
-#: branch.c:301
1230
+#: branch.c:299
1231
#, c-format
1232
msgid "Ambiguous object name: '%s'."
1233
msgstr "mehrdeutiger Objekt-Name: '%s'"
1234
1180
-#: branch.c:306
1235
+#: branch.c:304
1236
#, c-format
1237
msgid "Not a valid branch point: '%s'."
1238
msgstr "Ungültiger Branchpunkt: '%s'"
1239
1185
-#: branch.c:360
1240
+#: branch.c:358
1241
#, c-format
1242
msgid "'%s' is already checked out at '%s'"
1243
msgstr "'%s' ist bereits in '%s' ausgecheckt"
1244
1190
-#: branch.c:383
1245
+#: branch.c:381
1246
#, c-format
1247
msgid "HEAD of working tree %s is not updated"
1248
msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."
1249
1195
-#: bundle.c:34
1250
+#: bundle.c:36
1251
#, c-format
1252
msgid "'%s' does not look like a v2 bundle file"
1253
msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
1254
1200
-#: bundle.c:62
1255
+#: bundle.c:64
1256
#, c-format
1257
msgid "unrecognized header: %s%s (%d)"
1258
msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
1259
1205
-#: bundle.c:88 sequencer.c:2080 sequencer.c:2557 builtin/commit.c:755
1260
+#: bundle.c:90 sequencer.c:2092 sequencer.c:2578 builtin/commit.c:768
1261
#, c-format
1262
msgid "could not open '%s'"
1263
msgstr "Konnte '%s' nicht öffnen"
1264
1210
-#: bundle.c:139
1265
+#: bundle.c:141
1266
msgid "Repository lacks these prerequisite commits:"
1267
msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
1268
1214
-#: bundle.c:190
1269
+#: bundle.c:192
1270
#, c-format
1271
msgid "The bundle contains this ref:"
1272
msgid_plural "The bundle contains these %d refs:"
1273
msgstr[0] "Das Paket enthält diese Referenz:"
1274
msgstr[1] "Das Paket enthält diese %d Referenzen:"
1275
1221
-#: bundle.c:197
1276
+#: bundle.c:199
1277
msgid "The bundle records a complete history."
1278
msgstr "Das Paket speichert eine komplette Historie."
1279
1225
-#: bundle.c:199
1280
+#: bundle.c:201
1281
#, c-format
1282
msgid "The bundle requires this ref:"
1283
msgid_plural "The bundle requires these %d refs:"
1284
msgstr[0] "Das Paket benötigt diese Referenz:"
1285
msgstr[1] "Das Paket benötigt diese %d Referenzen:"
1286
1232
-#: bundle.c:258
1287
+#: bundle.c:260
1288
msgid "Could not spawn pack-objects"
1289
msgstr "Konnte Paketobjekte nicht erstellen"
1290
1236
-#: bundle.c:269
1291
+#: bundle.c:271
1292
msgid "pack-objects died"
1293
msgstr "Erstellung der Paketobjekte abgebrochen"
1294
1240
-#: bundle.c:311
1295
+#: bundle.c:313
1296
msgid "rev-list died"
1297
msgstr "\"rev-list\" abgebrochen"
1298
1244
-#: bundle.c:360
1299
+#: bundle.c:362
1300
#, c-format
1301
msgid "ref '%s' is excluded by the rev-list options"
1302
msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
1303
1249
-#: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:303
1304
+#: bundle.c:453 builtin/log.c:187 builtin/log.c:1618 builtin/shortlog.c:304
1305
#, c-format
1306
msgid "unrecognized argument: %s"
1307
msgstr "nicht erkanntes Argument: %s"
1308
1254
-#: bundle.c:458
1309
+#: bundle.c:461
1310
msgid "Refusing to create empty bundle."
1311
msgstr "Erstellung eines leeren Pakets zurückgewiesen."
1312
1258
-#: bundle.c:470
1313
+#: bundle.c:473
1314
#, c-format
1315
msgid "cannot create '%s'"
1316
msgstr "kann '%s' nicht erstellen"
1317
1263
-#: bundle.c:498
1318
+#: bundle.c:501
1319
msgid "index-pack died"
1320
msgstr "Erstellung der Paketindexdatei abgebrochen"
1321
@@ -1269,19 +1324,19 @@ msgstr "Erstellung der Paketindexdatei abgebrochen"
1324
msgid "invalid color value: %.*s"
1325
msgstr "Ungültiger Farbwert: %.*s"
1326
1272
-#: commit.c:43 sequencer.c:2363 builtin/am.c:421 builtin/am.c:465
1273
-#: builtin/am.c:1436 builtin/am.c:2072 builtin/replace.c:376
1327
+#: commit.c:48 sequencer.c:2384 builtin/am.c:422 builtin/am.c:466
1328
+#: builtin/am.c:1438 builtin/am.c:2072 builtin/replace.c:376
1329
#: builtin/replace.c:448
1330
#, c-format
1331
msgid "could not parse %s"
1332
msgstr "konnte %s nicht parsen"
1333
1279
-#: commit.c:45
1334
+#: commit.c:50
1335
#, c-format
1336
msgid "%s %s is not a commit!"
1337
msgstr "%s %s ist kein Commit!"
1338
1284
-#: commit.c:182
1339
+#: commit.c:191
1340
msgid ""
1341
"Support for <GIT_DIR>/info/grafts is deprecated\n"
1342
"and will be removed in a future Git version.\n"
@@ -1302,7 +1357,7 @@ msgstr ""
1357
"Sie können diese Meldung unterdrücken, indem Sie\n"
1358
"\"git config advice.graftFileDeprecated false\" ausführen."
1359
1305
-#: commit.c:1537
1360
+#: commit.c:1629
1361
msgid ""
1362
"Warning: commit message did not conform to UTF-8.\n"
1363
"You may want to amend it after fixing the message, or set the config\n"
@@ -1314,201 +1369,408 @@ msgstr ""
1369
"Encoding,\n"
1370
"welches von ihrem Projekt verwendet wird.\n"
1371
1317
-#: commit-graph.c:669
1372
+#: commit-graph.c:83
1373
+#, c-format
1374
+msgid "graph file %s is too small"
1375
+msgstr "Graph-Datei %s ist zu klein."
1376
+
1377
+#: commit-graph.c:90
1378
+#, c-format
1379
+msgid "graph signature %X does not match signature %X"
1380
+msgstr "Graph-Signatur %X stimmt nicht mit Signatur %X überein."
1381
+
1382
+#: commit-graph.c:97
1383
+#, c-format
1384
+msgid "graph version %X does not match version %X"
1385
+msgstr "Graph-Version %X stimmt nicht mit Version %X überein."
1386
+
1387
+#: commit-graph.c:104
1388
+#, c-format
1389
+msgid "hash version %X does not match version %X"
1390
+msgstr "Hash-Version %X stimmt nicht mit Version %X überein."
1391
+
1392
+#: commit-graph.c:128
1393
+#, c-format
1394
+msgid "improper chunk offset %08x%08x"
1395
+msgstr "Unzulässiger Chunk-Offset %08x%08x"
1396
+
1397
+#: commit-graph.c:164
1398
+#, c-format
1399
+msgid "chunk id %08x appears multiple times"
1400
+msgstr "Chunk-Id %08x kommt mehrfach vor."
1401
+
1402
+#: commit-graph.c:261
1403
+#, c-format
1404
+msgid "could not find commit %s"
1405
+msgstr "Konnte Commit %s nicht finden."
1406
+
1407
+#: commit-graph.c:565 builtin/pack-objects.c:2568
1408
+#, c-format
1409
+msgid "unable to get type of object %s"
1410
+msgstr "Konnte Art von Objekt '%s' nicht bestimmen."
1411
+
1412
+#: commit-graph.c:730
1413
+#, c-format
1414
+msgid "error adding pack %s"
1415
+msgstr "Fehler beim Hinzufügen von Paket %s."
1416
+
1417
+#: commit-graph.c:732
1418
+#, c-format
1419
+msgid "error opening index for %s"
1420
+msgstr "Fehler beim Öffnen des Index für %s."
1421
+
1422
+#: commit-graph.c:773
1423
#, c-format
1424
msgid "the commit graph format cannot write %d commits"
1425
msgstr "Das Commit-Graph Format kann nicht %d Commits schreiben."
1426
1322
-#: commit-graph.c:696
1427
+#: commit-graph.c:800
1428
msgid "too many commits to write graph"
1429
msgstr "Zu viele Commits zum Schreiben des Graphen."
1430
1326
-#: commit-graph.c:707 builtin/init-db.c:516 builtin/init-db.c:521
1431
+#: commit-graph.c:806
1432
#, c-format
1328
-msgid "cannot mkdir %s"
1329
-msgstr "kann Verzeichnis %s nicht erstellen"
1433
+msgid "unable to create leading directories of %s"
1434
+msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."
1435
+
1436
+#: commit-graph.c:904
1437
+msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1438
+msgstr "Die Commit-Graph-Datei hat eine falsche Prüfsumme und ist wahrscheinlich beschädigt."
1439
1440
#: compat/obstack.c:405 compat/obstack.c:407
1441
msgid "memory exhausted"
1442
msgstr "Speicher verbraucht"
1443
1335
-#: config.c:187
1444
+#: config.c:123
1445
+#, c-format
1446
+msgid ""
1447
+"exceeded maximum include depth (%d) while including\n"
1448
+"\t%s\n"
1449
+"from\n"
1450
+"\t%s\n"
1451
+"This might be due to circular includes."
1452
+msgstr ""
1453
+"Maximale Include-Tiefe (%d) beim Einbinden von\n"
1454
+"\t%s\n"
1455
+"von\n"
1456
+"\t%s\n"
1457
+"überschritten.\n"
1458
+"Das könnte durch zirkulare Includes entstanden sein."
1459
+
1460
+#: config.c:139
1461
+#, c-format
1462
+msgid "could not expand include path '%s'"
1463
+msgstr "Konnte Include-Pfad '%s' nicht erweitern."
1464
+
1465
+#: config.c:150
1466
+msgid "relative config includes must come from files"
1467
+msgstr "Relative Includes von Konfigurationen müssen aus Dateien kommen."
1468
+
1469
+#: config.c:190
1470
msgid "relative config include conditionals must come from files"
1471
msgstr ""
1472
"Bedingungen für das Einbinden von Konfigurationen aus relativen Pfaden "
1473
"müssen\n"
1474
"aus Dateien kommen."
1475
1342
-#: config.c:788
1476
+#: config.c:348
1477
+#, c-format
1478
+msgid "key does not contain a section: %s"
1479
+msgstr "Schlüssel enthält keine Sektion: %s"
1480
+
1481
+#: config.c:354
1482
+#, c-format
1483
+msgid "key does not contain variable name: %s"
1484
+msgstr "Schlüssel enthält keinen Variablennamen: %s"
1485
+
1486
+#: config.c:378 sequencer.c:2206
1487
+#, c-format
1488
+msgid "invalid key: %s"
1489
+msgstr "Ungültiger Schlüssel: %s"
1490
+
1491
+#: config.c:384
1492
+#, c-format
1493
+msgid "invalid key (newline): %s"
1494
+msgstr "Ungültiger Schlüssel (neue Zeile): %s"
1495
+
1496
+#: config.c:420 config.c:432
1497
+#, c-format
1498
+msgid "bogus config parameter: %s"
1499
+msgstr "Fehlerhafter Konfigurationsparameter: %s"
1500
+
1501
+#: config.c:467
1502
+#, c-format
1503
+msgid "bogus format in %s"
1504
+msgstr "Fehlerhaftes Format in %s"
1505
+
1506
+#: config.c:793
1507
#, c-format
1508
msgid "bad config line %d in blob %s"
1509
msgstr "Ungültige Konfigurationszeile %d in Blob %s"
1510
1347
-#: config.c:792
1511
+#: config.c:797
1512
#, c-format
1513
msgid "bad config line %d in file %s"
1514
msgstr "Ungültige Konfigurationszeile %d in Datei %s"
1515
1352
-#: config.c:796
1516
+#: config.c:801
1517
#, c-format
1518
msgid "bad config line %d in standard input"
1519
msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
1520
1357
-#: config.c:800
1521
+#: config.c:805
1522
#, c-format
1523
msgid "bad config line %d in submodule-blob %s"
1524
msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
1525
1362
-#: config.c:804
1526
+#: config.c:809
1527
#, c-format
1528
msgid "bad config line %d in command line %s"
1529
msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
1530
1367
-#: config.c:808
1531
+#: config.c:813
1532
#, c-format
1533
msgid "bad config line %d in %s"
1534
msgstr "Ungültige Konfigurationszeile %d in %s"
1535
1372
-#: config.c:936
1536
+#: config.c:952
1537
msgid "out of range"
1538
msgstr "Außerhalb des Bereichs"
1539
1376
-#: config.c:936
1540
+#: config.c:952
1541
msgid "invalid unit"
1542
msgstr "Ungültige Einheit"
1543
1380
-#: config.c:942
1544
+#: config.c:958
1545
#, c-format
1546
msgid "bad numeric config value '%s' for '%s': %s"
1547
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
1548
1385
-#: config.c:947
1549
+#: config.c:963
1550
#, c-format
1551
msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1552
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"
1553
1390
-#: config.c:950
1554
+#: config.c:966
1555
#, c-format
1556
msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1557
msgstr ""
1558
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"
1559
1396
-#: config.c:953
1560
+#: config.c:969
1561
#, c-format
1562
msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1563
msgstr ""
1564
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: "
1565
"%s"
1566
1403
-#: config.c:956
1567
+#: config.c:972
1568
#, c-format
1569
msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1570
msgstr ""
1571
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: "
1572
"%s"
1573
1410
-#: config.c:959
1574
+#: config.c:975
1575
#, c-format
1576
msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1577
msgstr ""
1578
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: "
1579
"%s"
1580
1417
-#: config.c:962
1581
+#: config.c:978
1582
#, c-format
1583
msgid "bad numeric config value '%s' for '%s' in %s: %s"
1584
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
1585
1422
-#: config.c:1057
1586
+#: config.c:1073
1587
#, c-format
1588
msgid "failed to expand user dir in: '%s'"
1589
msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
1590
1427
-#: config.c:1066
1591
+#: config.c:1082
1592
#, c-format
1593
msgid "'%s' for '%s' is not a valid timestamp"
1594
msgstr "'%s' ist kein gültiger Zeitstempel für '%s'"
1595
1432
-#: config.c:1171 config.c:1182
1596
+#: config.c:1173
1597
+#, c-format
1598
+msgid "abbrev length out of range: %d"
1599
+msgstr "Länge für Abkürzung von Commit-IDs außerhalb des Bereichs: %d"
1600
+
1601
+#: config.c:1187 config.c:1198
1602
#, c-format
1603
msgid "bad zlib compression level %d"
1604
msgstr "ungültiger zlib Komprimierungsgrad %d"
1605
1437
-#: config.c:1307
1606
+#: config.c:1290
1607
+msgid "core.commentChar should only be one character"
1608
+msgstr "core.commentChar sollte nur ein Zeichen sein"
1609
+
1610
+#: config.c:1323
1611
#, c-format
1612
msgid "invalid mode for object creation: %s"
1613
msgstr "Ungültiger Modus für Objekterstellung: %s"
1614
1442
-#: config.c:1473
1615
+#: config.c:1403
1616
+#, c-format
1617
+msgid "malformed value for %s"
1618
+msgstr "Ungültiger Wert für %s."
1619
+
1620
+#: config.c:1429
1621
+#, c-format
1622
+msgid "malformed value for %s: %s"
1623
+msgstr "Ungültiger Wert für %s: %s"
1624
+
1625
+#: config.c:1430
1626
+msgid "must be one of nothing, matching, simple, upstream or current"
1627
+msgstr "Muss einer von diesen sein: nothing, matching, simple, upstream, current"
1628
+
1629
+#: config.c:1489 builtin/pack-objects.c:3279
1630
#, c-format
1631
msgid "bad pack compression level %d"
1632
msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"
1633
1447
-#: config.c:1681
1634
+#: config.c:1610
1635
+#, c-format
1636
+msgid "unable to load config blob object '%s'"
1637
+msgstr "Konnte Blob-Objekt '%s' für Konfiguration nicht laden."
1638
+
1639
+#: config.c:1613
1640
+#, c-format
1641
+msgid "reference '%s' does not point to a blob"
1642
+msgstr "Referenz '%s' zeigt auf keinen Blob."
1643
+
1644
+#: config.c:1630
1645
+#, c-format
1646
+msgid "unable to resolve config blob '%s'"
1647
+msgstr "Konnte Blob '%s' für Konfiguration nicht auflösen."
1648
+
1649
+#: config.c:1660
1650
+#, c-format
1651
+msgid "failed to parse %s"
1652
+msgstr "Fehler beim Parsen von %s."
1653
+
1654
+#: config.c:1700
1655
msgid "unable to parse command-line config"
1656
msgstr ""
1657
"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
1658
1452
-#: config.c:2013
1659
+#: config.c:2032
1660
msgid "unknown error occurred while reading the configuration files"
1661
msgstr ""
1662
"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
1663
1457
-#: config.c:2200
1664
+#: config.c:2202
1665
#, c-format
1666
msgid "Invalid %s: '%s'"
1667
msgstr "Ungültiger %s: '%s'"
1668
1462
-#: config.c:2243
1669
+#: config.c:2245
1670
#, c-format
1671
msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1672
msgstr ""
1673
"Unbekannter Wert '%s' in core.untrackedCache; benutze Standardwert 'keep'"
1674
1468
-#: config.c:2269
1675
+#: config.c:2271
1676
#, c-format
1677
msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1678
msgstr ""
1679
"Der Wert '%d' von splitIndex.maxPercentChange sollte zwischen 0 und 100 "
1680
"liegen."
1681
1475
-#: config.c:2294
1682
+#: config.c:2296
1683
#, c-format
1684
msgid "unable to parse '%s' from command-line config"
1685
msgstr ""
1686
"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"
1687
"nicht parsen."
1688
1482
-#: config.c:2296
1689
+#: config.c:2298
1690
#, c-format
1691
msgid "bad config variable '%s' in file '%s' at line %d"
1692
msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
1693
1487
-#: config.c:2402
1694
+#: config.c:2379
1695
+#, c-format
1696
+msgid "invalid section name '%s'"
1697
+msgstr "Ungültiger Sektionsname '%s'"
1698
+
1699
+#: config.c:2411
1700
#, c-format
1701
msgid "%s has multiple values"
1702
msgstr "%s hat mehrere Werte"
1703
1492
-#: config.c:2766 config.c:3019
1704
+#: config.c:2440
1705
+#, c-format
1706
+msgid "failed to write new configuration file %s"
1707
+msgstr "Konnte neue Konfigurationsdatei '%s' nicht schreiben."
1708
+
1709
+#: config.c:2691 config.c:3015
1710
+#, c-format
1711
+msgid "could not lock config file %s"
1712
+msgstr "Konnte Konfigurationsdatei '%s' nicht sperren."
1713
+
1714
+#: config.c:2702
1715
+#, c-format
1716
+msgid "opening %s"
1717
+msgstr "Öffne %s"
1718
+
1719
+#: config.c:2737 builtin/config.c:324
1720
+#, c-format
1721
+msgid "invalid pattern: %s"
1722
+msgstr "Ungültiges Muster: %s"
1723
+
1724
+#: config.c:2762
1725
+#, c-format
1726
+msgid "invalid config file %s"
1727
+msgstr "Ungültige Konfigurationsdatei %s"
1728
+
1729
+#: config.c:2775 config.c:3028
1730
#, c-format
1731
msgid "fstat on %s failed"
1732
msgstr "fstat auf %s fehlgeschlagen"
1733
1497
-#: config.c:2905
1734
+#: config.c:2786
1735
+#, c-format
1736
+msgid "unable to mmap '%s'"
1737
+msgstr "mmap für '%s' fehlgeschlagen"
1738
+
1739
+#: config.c:2795 config.c:3033
1740
+#, c-format
1741
+msgid "chmod on %s failed"
1742
+msgstr "chmod auf %s fehlgeschlagen"
1743
+
1744
+#: config.c:2880 config.c:3130
1745
+#, c-format
1746
+msgid "could not write config file %s"
1747
+msgstr "Konnte Konfigurationsdatei %s nicht schreiben."
1748
+
1749
+#: config.c:2914
1750
#, c-format
1751
msgid "could not set '%s' to '%s'"
1752
msgstr "Konnte '%s' nicht zu '%s' setzen."
1753
1502
-#: config.c:2907 builtin/remote.c:779
1754
+#: config.c:2916 builtin/remote.c:781
1755
#, c-format
1756
msgid "could not unset '%s'"
1757
msgstr "Konnte '%s' nicht aufheben."
1758
1507
-#: connect.c:60
1508
-msgid "The remote end hung up upon initial contact"
1759
+#: config.c:3006
1760
+#, c-format
1761
+msgid "invalid section name: %s"
1762
+msgstr "Ungültiger Sektionsname: %s"
1763
+
1764
+#: config.c:3173
1765
+#, c-format
1766
+msgid "missing value for '%s'"
1767
+msgstr "Fehlender Wert für '%s'"
1768
+
1769
+#: connect.c:61
1770
+msgid "the remote end hung up upon initial contact"
1771
msgstr "Die Gegenseite hat nach dem ersten Kontakt abgebrochen."
1772
1511
-#: connect.c:62
1773
+#: connect.c:63
1774
msgid ""
1775
"Could not read from remote repository.\n"
1776
"\n"
@@ -1521,58 +1783,211 @@ msgstr ""
1783
"bestehen\n"
1784
"und das Repository existiert."
1785
1524
-#: connected.c:66 builtin/fsck.c:201 builtin/prune.c:145
1786
+#: connect.c:81
1787
+#, c-format
1788
+msgid "server doesn't support '%s'"
1789
+msgstr "Der Server unterstützt kein '%s'."
1790
+
1791
+#: connect.c:103
1792
+#, c-format
1793
+msgid "server doesn't support feature '%s'"
1794
+msgstr "Der Server unterstützt das Feature '%s' nicht."
1795
+
1796
+#: connect.c:114
1797
+msgid "expected flush after capabilities"
1798
+msgstr "Erwartete Flush nach Fähigkeiten."
1799
+
1800
+#: connect.c:233
1801
+#, c-format
1802
+msgid "ignoring capabilities after first line '%s'"
1803
+msgstr "Ignoriere Fähigkeiten nach der ersten Zeile '%s'."
1804
+
1805
+#: connect.c:252
1806
+msgid "protocol error: unexpected capabilities^{}"
1807
+msgstr "Protokollfehler: unerwartetes capabilities^{}"
1808
+
1809
+#: connect.c:273
1810
+#, c-format
1811
+msgid "protocol error: expected shallow sha-1, got '%s'"
1812
+msgstr "Protokollfehler: shallow SHA-1 erwartet, '%s' bekommen"
1813
+
1814
+#: connect.c:275
1815
+msgid "repository on the other end cannot be shallow"
1816
+msgstr "Repository auf der Gegenseite kann keine unvollständige Historie (shallow) enthalten"
1817
+
1818
+#: connect.c:310 fetch-pack.c:183 builtin/archive.c:63
1819
+#, c-format
1820
+msgid "remote error: %s"
1821
+msgstr "Fehler am anderen Ende: %s"
1822
+
1823
+#: connect.c:316
1824
+msgid "invalid packet"
1825
+msgstr "Ungültiges Paket."
1826
+
1827
+#: connect.c:336
1828
+#, c-format
1829
+msgid "protocol error: unexpected '%s'"
1830
+msgstr "Protokollfehler: unerwartetes '%s'"
1831
+
1832
+#: connect.c:444
1833
+#, c-format
1834
+msgid "invalid ls-refs response: %s"
1835
+msgstr "Ungültige ls-refs Antwort: %s"
1836
+
1837
+#: connect.c:448
1838
+msgid "expected flush after ref listing"
1839
+msgstr "Erwartete Flush nach Auflistung der Referenzen."
1840
+
1841
+#: connect.c:547
1842
+#, c-format
1843
+msgid "protocol '%s' is not supported"
1844
+msgstr "Protokoll '%s' wird nicht unterstützt."
1845
+
1846
+#: connect.c:598
1847
+msgid "unable to set SO_KEEPALIVE on socket"
1848
+msgstr "Kann SO_KEEPALIVE bei Socket nicht setzen."
1849
+
1850
+#: connect.c:638 connect.c:701
1851
+#, c-format
1852
+msgid "Looking up %s ... "
1853
+msgstr "Suche nach %s ..."
1854
+
1855
+#: connect.c:642
1856
+#, c-format
1857
+msgid "unable to look up %s (port %s) (%s)"
1858
+msgstr "Fehler bei Suche nach %s (Port %s) (%s)."
1859
+
1860
+#. TRANSLATORS: this is the end of "Looking up %s ... "
1861
+#: connect.c:646 connect.c:717
1862
+#, c-format
1863
+msgid ""
1864
+"done.\n"
1865
+"Connecting to %s (port %s) ... "
1866
+msgstr ""
1867
+"Fertig.\n"
1868
+"Verbinde nach %s (Port %s) ... "
1869
+
1870
+#: connect.c:668 connect.c:745
1871
+#, c-format
1872
+msgid ""
1873
+"unable to connect to %s:\n"
1874
+"%s"
1875
+msgstr ""
1876
+"Konnte nicht nach %s verbinden:\n"
1877
+"%s"
1878
+
1879
+#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1880
+#: connect.c:674 connect.c:751
1881
+msgid "done."
1882
+msgstr "Fertig."
1883
+
1884
+#: connect.c:705
1885
+#, c-format
1886
+msgid "unable to look up %s (%s)"
1887
+msgstr "Fehler bei der Suche nach %s (%s)"
1888
+
1889
+#: connect.c:711
1890
+#, c-format
1891
+msgid "unknown port %s"
1892
+msgstr "Unbekannter Port %s"
1893
+
1894
+#: connect.c:848 connect.c:1174
1895
+#, c-format
1896
+msgid "strange hostname '%s' blocked"
1897
+msgstr "Merkwürdigen Hostnamen '%s' blockiert."
1898
+
1899
+#: connect.c:850
1900
+#, c-format
1901
+msgid "strange port '%s' blocked"
1902
+msgstr "Merkwürdigen Port '%s' blockiert."
1903
+
1904
+#: connect.c:860
1905
+#, c-format
1906
+msgid "cannot start proxy %s"
1907
+msgstr "Kann Proxy %s nicht starten."
1908
+
1909
+#: connect.c:927
1910
+msgid "no path specified; see 'git help pull' for valid url syntax"
1911
+msgstr "Kein Pfad angegeben; siehe 'git help pull' für eine gültige URL-Syntax."
1912
+
1913
+#: connect.c:1122
1914
+msgid "ssh variant 'simple' does not support -4"
1915
+msgstr "SSH-Variante 'simple' unterstützt kein -4."
1916
+
1917
+#: connect.c:1134
1918
+msgid "ssh variant 'simple' does not support -6"
1919
+msgstr "SSH-Variante 'simple' unterstützt kein -6."
1920
+
1921
+#: connect.c:1151
1922
+msgid "ssh variant 'simple' does not support setting port"
1923
+msgstr "SSH-Variante 'simple' unterstützt nicht das Setzen eines Ports."
1924
+
1925
+#: connect.c:1262
1926
+#, c-format
1927
+msgid "strange pathname '%s' blocked"
1928
+msgstr "Merkwürdigen Pfadnamen '%s' blockiert."
1929
+
1930
+#: connect.c:1307
1931
+msgid "unable to fork"
1932
+msgstr "Kann Prozess nicht starten."
1933
+
1934
+#: connected.c:68 builtin/fsck.c:203 builtin/prune.c:146
1935
msgid "Checking connectivity"
1936
msgstr "Prüfe Konnektivität"
1937
1528
-#: connected.c:78
1938
+#: connected.c:80
1939
msgid "Could not run 'git rev-list'"
1940
msgstr "Konnte 'git rev-list' nicht ausführen"
1941
1532
-#: connected.c:98
1942
+#: connected.c:100
1943
msgid "failed write to rev-list"
1944
msgstr "Fehler beim Schreiben nach rev-list"
1945
1536
-#: connected.c:105
1946
+#: connected.c:107
1947
msgid "failed to close rev-list's stdin"
1948
msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"
1949
1540
-#: convert.c:206
1950
+#: convert.c:194
1951
+#, c-format
1952
+msgid "illegal crlf_action %d"
1953
+msgstr "Unerlaubte crlf_action %d"
1954
+
1955
+#: convert.c:207
1956
#, c-format
1542
-msgid "CRLF would be replaced by LF in %s."
1957
+msgid "CRLF would be replaced by LF in %s"
1958
msgstr "CRLF würde in %s durch LF ersetzt werden."
1959
1545
-#: convert.c:208
1960
+#: convert.c:209
1961
#, c-format
1962
msgid ""
1963
"CRLF will be replaced by LF in %s.\n"
1549
-"The file will have its original line endings in your working directory."
1964
+"The file will have its original line endings in your working directory"
1965
msgstr ""
1966
"CRLF wird in %s durch LF ersetzt.\n"
1967
"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
1968
"behalten."
1969
1555
-#: convert.c:216
1970
+#: convert.c:217
1971
#, c-format
1972
msgid "LF would be replaced by CRLF in %s"
1973
msgstr "LF würde in %s durch CRLF ersetzt werden."
1974
1560
-#: convert.c:218
1975
+#: convert.c:219
1976
#, c-format
1977
msgid ""
1978
"LF will be replaced by CRLF in %s.\n"
1564
-"The file will have its original line endings in your working directory."
1979
+"The file will have its original line endings in your working directory"
1980
msgstr ""
1981
"LF wird in %s durch CRLF ersetzt.\n"
1982
"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
1983
"behalten."
1984
1570
-#: convert.c:279
1985
+#: convert.c:280
1986
#, c-format
1987
msgid "BOM is prohibited in '%s' if encoded as %s"
1988
msgstr "BOM ist in '%s' unzulässig, wenn als %s codiert."
1989
1575
-#: convert.c:286
1990
+#: convert.c:287
1991
#, c-format
1992
msgid ""
1993
"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
@@ -1581,12 +1996,12 @@ msgstr ""
1996
"Die Datei '%s' enthält ein Byte-Order-Mark (BOM). Bitte benutzen Sie UTF-%s\n"
1997
"als Codierung im Arbeitsverzeichnis."
1998
1584
-#: convert.c:304
1999
+#: convert.c:305
2000
#, c-format
2001
msgid "BOM is required in '%s' if encoded as %s"
2002
msgstr "BOM ist erforderlich in '%s', wenn als %s codiert."
2003
1589
-#: convert.c:306
2004
+#: convert.c:307
2005
#, c-format
2006
msgid ""
2007
"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
@@ -1596,20 +2011,70 @@ msgstr ""
2011
"oder UTF-%sLE (abhängig von der Byte-Reihenfolge) als Codierung im\n"
2012
"Arbeitsverzeichnis."
2013
1599
-#: convert.c:424
2014
+#: convert.c:425 convert.c:496
2015
#, c-format
2016
msgid "failed to encode '%s' from %s to %s"
2017
msgstr "Fehler beim Codieren von '%s' von %s nach %s."
2018
1604
-#: convert.c:467
2019
+#: convert.c:468
2020
#, c-format
2021
msgid "encoding '%s' from %s to %s and back is not the same"
2022
msgstr "Die Codierung '%s' von %s nach %s und zurück ist nicht dasselbe."
2023
1609
-#: convert.c:1225
2024
+#: convert.c:674
2025
+#, c-format
2026
+msgid "cannot fork to run external filter '%s'"
2027
+msgstr "Kann externen Filter '%s' nicht starten."
2028
+
2029
+#: convert.c:694
2030
+#, c-format
2031
+msgid "cannot feed the input to external filter '%s'"
2032
+msgstr "Kann Eingaben nicht an externen Filter '%s' übergeben."
2033
+
2034
+#: convert.c:701
2035
+#, c-format
2036
+msgid "external filter '%s' failed %d"
2037
+msgstr "Externer Filter '%s' fehlgeschlagen %d"
2038
+
2039
+#: convert.c:736 convert.c:739
2040
+#, c-format
2041
+msgid "read from external filter '%s' failed"
2042
+msgstr "Lesen von externem Filter '%s' fehlgeschlagen."
2043
+
2044
+#: convert.c:742 convert.c:796
2045
+#, c-format
2046
+msgid "external filter '%s' failed"
2047
+msgstr "Externer Filter '%s' fehlgeschlagen."
2048
+
2049
+#: convert.c:844
2050
+msgid "unexpected filter type"
2051
+msgstr "Unerwartete Filterart."
2052
+
2053
+#: convert.c:855
2054
+msgid "path name too long for external filter"
2055
+msgstr "Pfadname zu lang für externen Filter."
2056
+
2057
+#: convert.c:929
2058
+#, c-format
2059
+msgid ""
2060
+"external filter '%s' is not available anymore although not all paths have "
2061
+"been filtered"
2062
+msgstr "Externer Filter '%s' nicht mehr verfügbar. Nicht alle Pfade wurden gefiltert."
2063
+
2064
+#: convert.c:1228
2065
msgid "true/false are no valid working-tree-encodings"
2066
msgstr "true/false sind keine gültigen Codierungen im Arbeitsverzeichnis."
2067
2068
+#: convert.c:1402 convert.c:1436
2069
+#, c-format
2070
+msgid "%s: clean filter '%s' failed"
2071
+msgstr "%s: clean-Filter '%s' fehlgeschlagen."
2072
+
2073
+#: convert.c:1480
2074
+#, c-format
2075
+msgid "%s: smudge filter %s failed"
2076
+msgstr "%s: smudge-Filter '%s' fehlgeschlagen."
2077
+
2078
#: date.c:116
2079
msgid "in the future"
2080
msgstr "in der Zukunft"
@@ -1683,40 +2148,51 @@ msgstr[1] "vor %<PRIuMAX> Jahren"
2148
msgid "failed to read orderfile '%s'"
2149
msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."
2150
1686
-#: diffcore-rename.c:535
2151
+#: diffcore-rename.c:536
2152
msgid "Performing inexact rename detection"
2153
msgstr "Führe Erkennung für ungenaue Umbenennung aus"
2154
1690
-#: diff.c:74
2155
+#: diff.c:108
2156
#, c-format
2157
msgid "option '%s' requires a value"
2158
msgstr "Option '%s' erfordert einen Wert."
2159
1695
-#: diff.c:152
2160
+#: diff.c:158
2161
#, c-format
2162
msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2163
msgstr ""
2164
" Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n"
2165
1701
-#: diff.c:157
2166
+#: diff.c:163
2167
#, c-format
2168
msgid " Unknown dirstat parameter '%s'\n"
2169
msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"
2170
1706
-#: diff.c:281
2171
+#: diff.c:291
2172
+msgid ""
2173
+"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2174
+"'dimmed-zebra', 'plain'"
2175
+msgstr "\"color moved\"-Einstellung muss eines von diesen sein: 'no', 'default', 'blocks', 'zebra', 'dimmed_zebra', 'plain'"
2176
+
2177
+#: diff.c:316
2178
+#, c-format
2179
+msgid "ignoring unknown color-moved-ws mode '%s'"
2180
+msgstr "Ignoriere unbekannten 'color-moved-ws'-Modus '%s'."
2181
+
2182
+#: diff.c:323
2183
msgid ""
1708
-"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1709
-"'plain'"
2184
+"color-moved-ws: allow-indentation-change cannot be combined with other white "
2185
+"space modes"
2186
msgstr ""
1711
-"\"color moved\"-Einstellung muss eines von diesen sein: 'no', 'default', "
1712
-"'zebra', 'dimmed_zebra', 'plain'"
2187
+"color-moved-ws: allow-indentation-change kann nicht mit anderen\n"
2188
+"Whitespace-Modi kombiniert werden."
2189
1714
-#: diff.c:341
2190
+#: diff.c:394
2191
#, c-format
2192
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2193
msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
2194
1719
-#: diff.c:401
2195
+#: diff.c:454
2196
#, c-format
2197
msgid ""
2198
"Found errors in 'diff.dirstat' config variable:\n"
@@ -1725,25 +2201,25 @@ msgstr ""
2201
"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
2202
"%s"
2203
1728
-#: diff.c:3823
2204
+#: diff.c:4096
2205
#, c-format
2206
msgid "external diff died, stopping at %s"
2207
msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
2208
1733
-#: diff.c:4153
2209
+#: diff.c:4427
2210
msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2211
msgstr ""
2212
"--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
2213
1738
-#: diff.c:4156
2214
+#: diff.c:4430
2215
msgid "-G, -S and --find-object are mutually exclusive"
2216
msgstr "-G, -S und --find-object schließen sich gegenseitig aus"
2217
1742
-#: diff.c:4244
2218
+#: diff.c:4508
2219
msgid "--follow requires exactly one pathspec"
2220
msgstr "--follow erfordert genau eine Pfadspezifikation"
2221
1746
-#: diff.c:4410
2222
+#: diff.c:4674
2223
#, c-format
2224
msgid ""
2225
"Failed to parse --dirstat/-X option parameter:\n"
@@ -1752,22 +2228,22 @@ msgstr ""
2228
"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
2229
"%s"
2230
1755
-#: diff.c:4424
2231
+#: diff.c:4688
2232
#, c-format
2233
msgid "Failed to parse --submodule option parameter: '%s'"
2234
msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
2235
1760
-#: diff.c:5500
2236
+#: diff.c:5766
2237
msgid "inexact rename detection was skipped due to too many files."
2238
msgstr ""
2239
"Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"
2240
"übersprungen."
2241
1766
-#: diff.c:5503
2242
+#: diff.c:5769
2243
msgid "only found copies from modified paths due to too many files."
2244
msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"
2245
1770
-#: diff.c:5506
2246
+#: diff.c:5772
2247
#, c-format
2248
msgid ""
2249
"you may want to set your %s variable to at least %d and retry the command."
@@ -1775,27 +2251,42 @@ msgstr ""
2251
"Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"
2252
"erneut versuchen."
2253
1778
-#: dir.c:1867
2254
+#: dir.c:569
2255
+#, c-format
2256
+msgid "pathspec '%s' did not match any file(s) known to git"
2257
+msgstr "Pfadspezifikation '%s' stimmt mit keinen git-bekannten Dateien überein."
2258
+
2259
+#: dir.c:958
2260
+#, c-format
2261
+msgid "cannot use %s as an exclude file"
2262
+msgstr "Kann %s nicht als exclude-Filter benutzen."
2263
+
2264
+#: dir.c:1873
2265
#, c-format
2266
msgid "could not open directory '%s'"
2267
msgstr "Konnte Verzeichnis '%s' nicht öffnen."
2268
1783
-#: dir.c:2109
2269
+#: dir.c:2115
2270
msgid "failed to get kernel name and information"
2271
msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"
2272
1787
-#: dir.c:2233
1788
-msgid "Untracked cache is disabled on this system or location."
2273
+#: dir.c:2239
2274
+msgid "untracked cache is disabled on this system or location"
2275
msgstr ""
2276
"Cache für unversionierte Dateien ist auf diesem System oder\n"
2277
"für dieses Verzeichnis deaktiviert."
2278
1793
-#: dir.c:3075 dir.c:3080
2279
+#: dir.c:3037
2280
+#, c-format
2281
+msgid "index file corrupt in repo %s"
2282
+msgstr "Index-Datei in Repository %s beschädigt."
2283
+
2284
+#: dir.c:3082 dir.c:3087
2285
#, c-format
2286
msgid "could not create directories for %s"
2287
msgstr "Konnte Verzeichnisse für '%s' nicht erstellen."
2288
1798
-#: dir.c:3109
2289
+#: dir.c:3116
2290
#, c-format
2291
msgid "could not migrate git directory from '%s' to '%s'"
2292
msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."
@@ -1805,218 +2296,272 @@ msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."
2296
msgid "hint: Waiting for your editor to close the file...%c"
2297
msgstr "Hinweis: Warte auf das Schließen der Datei durch Ihren Editor...%c"
2298
1808
-#: entry.c:177
2299
+#: entry.c:178
2300
msgid "Filtering content"
2301
msgstr "Filtere Inhalt"
2302
1812
-#: entry.c:435
2303
+#: entry.c:437
2304
#, c-format
2305
msgid "could not stat file '%s'"
2306
msgstr "Konnte Datei '%s' nicht lesen."
2307
2308
+#: environment.c:150
2309
+#, c-format
2310
+msgid "bad git namespace path \"%s\""
2311
+msgstr "Ungültiger Git-Namespace-Pfad \"%s\""
2312
+
2313
+#: environment.c:332
2314
+#, c-format
2315
+msgid "could not set GIT_DIR to '%s'"
2316
+msgstr "Konnte GIT_DIR nicht zu '%s' setzen."
2317
+
2318
+#: exec-cmd.c:361
2319
+#, c-format
2320
+msgid "too many args to run %s"
2321
+msgstr "Zu viele Argumente angegeben, um %s auszuführen."
2322
+
2323
#: fetch-object.c:17
2324
msgid "Remote with no URL"
2325
msgstr "Remote-Repository ohne URL"
2326
1821
-#: fetch-pack.c:254
2327
+#: fetch-pack.c:152
2328
msgid "git fetch-pack: expected shallow list"
2329
msgstr "git fetch-pack: erwartete shallow-Liste"
2330
1825
-#: fetch-pack.c:266
2331
+#: fetch-pack.c:164
2332
msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2333
msgstr "git fetch-pack: ACK/NAK erwartet, Flush-Paket bekommen"
2334
1829
-#: fetch-pack.c:285 builtin/archive.c:63
1830
-#, c-format
1831
-msgid "remote error: %s"
1832
-msgstr "Fehler am anderen Ende: %s"
1833
-
1834
-#: fetch-pack.c:286
2335
+#: fetch-pack.c:184
2336
#, c-format
2337
msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2338
msgstr "git fetch-pack: ACK/NAK erwartet, '%s' bekommen"
2339
1839
-#: fetch-pack.c:338
2340
+#: fetch-pack.c:254
2341
msgid "--stateless-rpc requires multi_ack_detailed"
2342
msgstr "--stateless-rpc benötigt multi_ack_detailed"
2343
1843
-#: fetch-pack.c:429 fetch-pack.c:1310
2344
+#: fetch-pack.c:342 fetch-pack.c:1257
2345
#, c-format
2346
msgid "invalid shallow line: %s"
2347
msgstr "Ungültige shallow-Zeile: %s"
2348
1848
-#: fetch-pack.c:435 fetch-pack.c:1316
2349
+#: fetch-pack.c:348 fetch-pack.c:1263
2350
#, c-format
2351
msgid "invalid unshallow line: %s"
2352
msgstr "Ungültige unshallow-Zeile: %s"
2353
1853
-#: fetch-pack.c:437 fetch-pack.c:1318
2354
+#: fetch-pack.c:350 fetch-pack.c:1265
2355
#, c-format
2356
msgid "object not found: %s"
2357
msgstr "Objekt nicht gefunden: %s"
2358
1858
-#: fetch-pack.c:440 fetch-pack.c:1321
2359
+#: fetch-pack.c:353 fetch-pack.c:1268
2360
#, c-format
2361
msgid "error in object: %s"
2362
msgstr "Fehler in Objekt: %s"
2363
1863
-#: fetch-pack.c:442 fetch-pack.c:1323
2364
+#: fetch-pack.c:355 fetch-pack.c:1270
2365
#, c-format
2366
msgid "no shallow found: %s"
2367
msgstr "Kein shallow-Objekt gefunden: %s"
2368
1868
-#: fetch-pack.c:445 fetch-pack.c:1326
2369
+#: fetch-pack.c:358 fetch-pack.c:1273
2370
#, c-format
2371
msgid "expected shallow/unshallow, got %s"
2372
msgstr "shallow/unshallow erwartet, %s bekommen"
2373
1873
-#: fetch-pack.c:486
2374
+#: fetch-pack.c:399
2375
#, c-format
2376
msgid "got %s %d %s"
2377
msgstr "%s %d %s bekommen"
2378
1878
-#: fetch-pack.c:500
2379
+#: fetch-pack.c:416
2380
#, c-format
2381
msgid "invalid commit %s"
2382
msgstr "Ungültiger Commit %s"
2383
1883
-#: fetch-pack.c:533
2384
+#: fetch-pack.c:447
2385
msgid "giving up"
2386
msgstr "Gebe auf"
2387
1887
-#: fetch-pack.c:543 progress.c:229
2388
+#: fetch-pack.c:459 progress.c:229
2389
msgid "done"
2390
msgstr "Fertig"
2391
1891
-#: fetch-pack.c:555
2392
+#: fetch-pack.c:471
2393
#, c-format
2394
msgid "got %s (%d) %s"
2395
msgstr "%s (%d) %s bekommen"
2396
1896
-#: fetch-pack.c:601
2397
+#: fetch-pack.c:517
2398
#, c-format
2399
msgid "Marking %s as complete"
2400
msgstr "Markiere %s als vollständig"
2401
1901
-#: fetch-pack.c:828
2402
+#: fetch-pack.c:764
2403
#, c-format
2404
msgid "already have %s (%s)"
2405
msgstr "habe %s (%s) bereits"
2406
1906
-#: fetch-pack.c:869
2407
+#: fetch-pack.c:803
2408
msgid "fetch-pack: unable to fork off sideband demultiplexer"
2409
msgstr "fetch-pack: Fehler beim Starten des sideband demultiplexer"
2410
1910
-#: fetch-pack.c:877
2411
+#: fetch-pack.c:811
2412
msgid "protocol error: bad pack header"
2413
msgstr "Protokollfehler: ungültiger Pack-Header"
2414
1914
-#: fetch-pack.c:944
2415
+#: fetch-pack.c:879
2416
#, c-format
2417
msgid "fetch-pack: unable to fork off %s"
2418
msgstr "fetch-pack: konnte %s nicht starten"
2419
1919
-#: fetch-pack.c:960
2420
+#: fetch-pack.c:895
2421
#, c-format
2422
msgid "%s failed"
2423
msgstr "%s fehlgeschlagen"
2424
1924
-#: fetch-pack.c:962
2425
+#: fetch-pack.c:897
2426
msgid "error in sideband demultiplexer"
2427
msgstr "Fehler in sideband demultiplexer"
2428
1928
-#: fetch-pack.c:989
2429
+#: fetch-pack.c:926
2430
msgid "Server does not support shallow clients"
2431
msgstr "Server unterstützt keine shallow-Clients"
2432
1932
-#: fetch-pack.c:993
2433
+#: fetch-pack.c:930
2434
msgid "Server supports multi_ack_detailed"
2435
msgstr "Server unterstützt multi_ack_detailed"
2436
1936
-#: fetch-pack.c:996
2437
+#: fetch-pack.c:933
2438
msgid "Server supports no-done"
2439
msgstr "Server unterstützt no-done"
2440
1940
-#: fetch-pack.c:1002
2441
+#: fetch-pack.c:939
2442
msgid "Server supports multi_ack"
2443
msgstr "Server unterstützt multi_ack"
2444
1944
-#: fetch-pack.c:1006
2445
+#: fetch-pack.c:943
2446
msgid "Server supports side-band-64k"
2447
msgstr "Server unterstützt side-band-64k"
2448
1948
-#: fetch-pack.c:1010
2449
+#: fetch-pack.c:947
2450
msgid "Server supports side-band"
2451
msgstr "Server unterstützt side-band"
2452
1952
-#: fetch-pack.c:1014
2453
+#: fetch-pack.c:951
2454
msgid "Server supports allow-tip-sha1-in-want"
2455
msgstr "Server unterstützt allow-tip-sha1-in-want"
2456
1956
-#: fetch-pack.c:1018
2457
+#: fetch-pack.c:955
2458
msgid "Server supports allow-reachable-sha1-in-want"
2459
msgstr "Server unterstützt allow-reachable-sha1-in-want"
2460
1960
-#: fetch-pack.c:1028
2461
+#: fetch-pack.c:965
2462
msgid "Server supports ofs-delta"
2463
msgstr "Server unterstützt ofs-delta"
2464
1964
-#: fetch-pack.c:1034 fetch-pack.c:1204
2465
+#: fetch-pack.c:971 fetch-pack.c:1150
2466
msgid "Server supports filter"
2467
msgstr "Server unterstützt Filter"
2468
1968
-#: fetch-pack.c:1042
2469
+#: fetch-pack.c:979
2470
#, c-format
2471
msgid "Server version is %.*s"
2472
msgstr "Server-Version ist %.*s"
2473
1973
-#: fetch-pack.c:1048
2474
+#: fetch-pack.c:985
2475
msgid "Server does not support --shallow-since"
2476
msgstr "Server unterstützt kein --shallow-since"
2477
1977
-#: fetch-pack.c:1052
2478
+#: fetch-pack.c:989
2479
msgid "Server does not support --shallow-exclude"
2480
msgstr "Server unterstützt kein --shallow-exclude"
2481
1981
-#: fetch-pack.c:1054
2482
+#: fetch-pack.c:991
2483
msgid "Server does not support --deepen"
2484
msgstr "Server unterstützt kein --deepen"
2485
1985
-#: fetch-pack.c:1065
2486
+#: fetch-pack.c:1004
2487
msgid "no common commits"
2488
msgstr "keine gemeinsamen Commits"
2489
1989
-#: fetch-pack.c:1077 fetch-pack.c:1414
2490
+#: fetch-pack.c:1016 fetch-pack.c:1393
2491
msgid "git fetch-pack: fetch failed."
2492
msgstr "git fetch-pack: Abholen fehlgeschlagen."
2493
1993
-#: fetch-pack.c:1199
2494
+#: fetch-pack.c:1145
2495
msgid "Server does not support shallow requests"
2496
msgstr "Server unterstützt keine shallow-Anfragen."
2497
1997
-#: fetch-pack.c:1584
1998
-msgid "no matching remote head"
1999
-msgstr "kein übereinstimmender Remote-Branch"
2498
+#: fetch-pack.c:1191
2499
+#, c-format
2500
+msgid "error reading section header '%s'"
2501
+msgstr "Fehler beim Lesen von Sektionskopf '%s'."
2502
2001
-#: fetch-pack.c:1610
2503
+#: fetch-pack.c:1197
2504
#, c-format
2003
-msgid "no such remote ref %s"
2004
-msgstr "keine solche Remote-Referenz %s"
2505
+msgid "expected '%s', received '%s'"
2506
+msgstr "'%s' erwartet, '%s' empfangen"
2507
2006
-#: fetch-pack.c:1613
2508
+#: fetch-pack.c:1236
2509
#, c-format
2008
-msgid "Server does not allow request for unadvertised object %s"
2510
+msgid "unexpected acknowledgment line: '%s'"
2511
+msgstr "Unerwartete Acknowledgment-Zeile: '%s'"
2512
+
2513
+#: fetch-pack.c:1241
2514
+#, c-format
2515
+msgid "error processing acks: %d"
2516
+msgstr "Fehler beim Verarbeiten von ACKS: %d"
2517
+
2518
+#: fetch-pack.c:1278
2519
+#, c-format
2520
+msgid "error processing shallow info: %d"
2521
+msgstr "Fehler beim Verarbeiten von Shallow-Informationen: %d"
2522
+
2523
+#: fetch-pack.c:1294
2524
+#, c-format
2525
+msgid "expected wanted-ref, got '%s'"
2526
+msgstr "wanted-ref erwartet, '%s' bekommen"
2527
+
2528
+#: fetch-pack.c:1304
2529
+#, c-format
2530
+msgid "unexpected wanted-ref: '%s'"
2531
+msgstr "Unerwartetes wanted-ref: '%s'"
2532
+
2533
+#: fetch-pack.c:1308
2534
+#, c-format
2535
+msgid "error processing wanted refs: %d"
2536
+msgstr "Fehler beim Verarbeiten von wanted-refs: %d"
2537
+
2538
+#: fetch-pack.c:1603
2539
+msgid "no matching remote head"
2540
+msgstr "kein übereinstimmender Remote-Branch"
2541
+
2542
+#: fetch-pack.c:1621 builtin/clone.c:664
2543
+msgid "remote did not send all necessary objects"
2544
+msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."
2545
+
2546
+#: fetch-pack.c:1647
2547
+#, c-format
2548
+msgid "no such remote ref %s"
2549
+msgstr "keine solche Remote-Referenz %s"
2550
+
2551
+#: fetch-pack.c:1650
2552
+#, c-format
2553
+msgid "Server does not allow request for unadvertised object %s"
2554
msgstr "Der Server lehnt Anfrage nach nicht angebotenem Objekt %s ab."
2555
2011
-#: gpg-interface.c:185
2556
+#: gpg-interface.c:253
2557
msgid "gpg failed to sign the data"
2558
msgstr "gpg beim Signieren der Daten fehlgeschlagen"
2559
2015
-#: gpg-interface.c:210
2560
+#: gpg-interface.c:279
2561
msgid "could not create temporary file"
2562
msgstr "konnte temporäre Datei nicht erstellen"
2563
2019
-#: gpg-interface.c:213
2564
+#: gpg-interface.c:282
2565
#, c-format
2566
msgid "failed writing detached signature to '%s'"
2567
msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
@@ -2026,36 +2571,97 @@ msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
2571
msgid "ignore invalid color '%.*s' in log.graphColors"
2572
msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"
2573
2029
-#: grep.c:2020
2574
+#: grep.c:2115
2575
#, c-format
2576
msgid "'%s': unable to read %s"
2577
msgstr "'%s': konnte %s nicht lesen"
2578
2034
-#: grep.c:2037 setup.c:164 builtin/clone.c:409 builtin/diff.c:81
2579
+#: grep.c:2132 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2580
#: builtin/rm.c:134
2581
#, c-format
2582
msgid "failed to stat '%s'"
2583
msgstr "Konnte '%s' nicht lesen"
2584
2040
-#: grep.c:2048
2585
+#: grep.c:2143
2586
#, c-format
2587
msgid "'%s': short read"
2588
msgstr "'%s': read() zu kurz"
2589
2045
-#: help.c:179
2590
+#: help.c:23
2591
+msgid "start a working area (see also: git help tutorial)"
2592
+msgstr "Arbeitsverzeichnis anlegen (siehe auch: git help tutorial)"
2593
+
2594
+#: help.c:24
2595
+msgid "work on the current change (see also: git help everyday)"
2596
+msgstr "an aktuellen Änderungen arbeiten (siehe auch: git help everyday)"
2597
+
2598
+#: help.c:25
2599
+msgid "examine the history and state (see also: git help revisions)"
2600
+msgstr "Historie und Status untersuchen (siehe auch: git help revisions)"
2601
+
2602
+#: help.c:26
2603
+msgid "grow, mark and tweak your common history"
2604
+msgstr "Historie erweitern und bearbeiten"
2605
+
2606
+#: help.c:27
2607
+msgid "collaborate (see also: git help workflows)"
2608
+msgstr "mit anderen zusammenarbeiten (siehe auch: git help workflows)"
2609
+
2610
+#: help.c:31
2611
+msgid "Main Porcelain Commands"
2612
+msgstr "Hauptbefehle"
2613
+
2614
+#: help.c:32
2615
+msgid "Ancillary Commands / Manipulators"
2616
+msgstr "Nebenbefehle / Manipulationen"
2617
+
2618
+#: help.c:33
2619
+msgid "Ancillary Commands / Interrogators"
2620
+msgstr "Nebenbefehle / Abfragen"
2621
+
2622
+#: help.c:34
2623
+msgid "Interacting with Others"
2624
+msgstr "mit anderen interagieren"
2625
+
2626
+#: help.c:35
2627
+msgid "Low-level Commands / Manipulators"
2628
+msgstr "Systembefehle / Manipulationen"
2629
+
2630
+#: help.c:36
2631
+msgid "Low-level Commands / Interrogators"
2632
+msgstr "Systembefehle / Abfragen"
2633
+
2634
+#: help.c:37
2635
+msgid "Low-level Commands / Synching Repositories"
2636
+msgstr "Systembefehle / Repositories synchronisieren"
2637
+
2638
+#: help.c:38
2639
+msgid "Low-level Commands / Internal Helpers"
2640
+msgstr "Systembefehle / Interne Hilfsbefehle"
2641
+
2642
+#: help.c:293
2643
#, c-format
2644
msgid "available git commands in '%s'"
2645
msgstr "Vorhandene Git-Befehle in '%s'"
2646
2050
-#: help.c:186
2647
+#: help.c:300
2648
msgid "git commands available from elsewhere on your $PATH"
2649
msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"
2650
2054
-#: help.c:217
2651
+#: help.c:309
2652
msgid "These are common Git commands used in various situations:"
2653
msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"
2654
2058
-#: help.c:281
2655
+#: help.c:358 git.c:90
2656
+#, c-format
2657
+msgid "unsupported command listing type '%s'"
2658
+msgstr "Nicht unterstützte Art zur Befehlsauflistung '%s'."
2659
+
2660
+#: help.c:405
2661
+msgid "The common Git guides are:"
2662
+msgstr "Die allgemeinen Git-Anleitungen sind:"
2663
+
2664
+#: help.c:552
2665
#, c-format
2666
msgid ""
2667
"'%s' appears to be a git command, but we were not\n"
@@ -2064,32 +2670,32 @@ msgstr ""
2670
"'%s' scheint ein git-Befehl zu sein, konnte aber\n"
2671
"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"
2672
2067
-#: help.c:336
2673
+#: help.c:611
2674
msgid "Uh oh. Your system reports no Git commands at all."
2675
msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."
2676
2071
-#: help.c:358
2677
+#: help.c:633
2678
#, c-format
2679
msgid "WARNING: You called a Git command named '%s', which does not exist."
2680
msgstr ""
2681
"WARNUNG: Sie haben Git-Befehl '%s' ausgeführt, welcher nicht existiert."
2682
2077
-#: help.c:363
2683
+#: help.c:638
2684
#, c-format
2685
msgid "Continuing under the assumption that you meant '%s'."
2686
msgstr "Setze fort unter der Annahme, dass Sie '%s' meinten."
2687
2082
-#: help.c:368
2688
+#: help.c:643
2689
#, c-format
2690
msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2691
msgstr "Setze in %0.1f Sekunden fort unter der Annahme, dass Sie '%s' meinten."
2692
2087
-#: help.c:376
2693
+#: help.c:651
2694
#, c-format
2695
msgid "git: '%s' is not a git command. See 'git --help'."
2696
msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."
2697
2092
-#: help.c:380
2698
+#: help.c:655
2699
msgid ""
2700
"\n"
2701
"The most similar command is"
@@ -2103,16 +2709,16 @@ msgstr[1] ""
2709
"\n"
2710
"Die ähnlichsten Befehle sind"
2711
2106
-#: help.c:395
2712
+#: help.c:670
2713
msgid "git version [<options>]"
2714
msgstr "git version [<Optionen>]"
2715
2110
-#: help.c:462
2716
+#: help.c:738
2717
#, c-format
2718
msgid "%s: %s - %s"
2719
msgstr "%s: %s - %s"
2720
2115
-#: help.c:466
2721
+#: help.c:742
2722
msgid ""
2723
"\n"
2724
"Did you mean this?"
@@ -2180,7 +2786,7 @@ msgstr "Leerer Name in Identifikation (für <%s>) nicht erlaubt."
2786
msgid "name consists only of disallowed characters: %s"
2787
msgstr "Name besteht nur aus nicht erlaubten Zeichen: %s"
2788
2183
-#: ident.c:416 builtin/commit.c:587
2789
+#: ident.c:416 builtin/commit.c:600
2790
#, c-format
2791
msgid "invalid date format: %s"
2792
msgstr "Ungültiges Datumsformat: %s"
@@ -2218,119 +2824,121 @@ msgstr ""
2824
msgid "Unable to create '%s.lock': %s"
2825
msgstr "Konnte '%s.lock' nicht erstellen: %s"
2826
2221
-#: merge.c:71
2827
+#: merge.c:40
2828
msgid "failed to read the cache"
2829
msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
2830
2225
-#: merge.c:136 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
2226
-#: builtin/checkout.c:606 builtin/clone.c:761
2831
+#: merge.c:105 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:380
2832
+#: builtin/checkout.c:608 builtin/clone.c:763
2833
msgid "unable to write new index file"
2834
msgstr "Konnte neue Index-Datei nicht schreiben."
2835
2230
-#: merge-recursive.c:298
2836
+#: merge-recursive.c:303
2837
msgid "(bad commit)\n"
2838
msgstr "(ungültiger Commit)\n"
2839
2234
-#: merge-recursive.c:320
2840
+#: merge-recursive.c:325
2841
#, c-format
2842
msgid "add_cacheinfo failed for path '%s'; merge aborting."
2843
msgstr "add_cacheinfo für Pfad '%s' fehlgeschlagen; Merge wird abgebrochen."
2844
2239
-#: merge-recursive.c:328
2845
+#: merge-recursive.c:333
2846
#, c-format
2847
msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2848
msgstr ""
2849
"add_cacheinfo zur Aktualisierung für Pfad '%s' fehlgeschlagen;\n"
2850
"Merge wird abgebrochen."
2851
2246
-#: merge-recursive.c:410
2852
+#: merge-recursive.c:415
2853
msgid "error building trees"
2854
msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
2855
2250
-#: merge-recursive.c:881
2856
+#: merge-recursive.c:886
2857
#, c-format
2858
msgid "failed to create path '%s'%s"
2859
msgstr "Fehler beim Erstellen des Pfades '%s'%s"
2860
2255
-#: merge-recursive.c:892
2861
+#: merge-recursive.c:897
2862
#, c-format
2863
msgid "Removing %s to make room for subdirectory\n"
2864
msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
2865
2260
-#: merge-recursive.c:906 merge-recursive.c:925
2866
+#: merge-recursive.c:911 merge-recursive.c:930
2867
msgid ": perhaps a D/F conflict?"
2868
msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
2869
2264
-#: merge-recursive.c:915
2870
+#: merge-recursive.c:920
2871
#, c-format
2872
msgid "refusing to lose untracked file at '%s'"
2873
msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
2874
2269
-#: merge-recursive.c:957 builtin/cat-file.c:37
2875
+#: merge-recursive.c:962 builtin/cat-file.c:39
2876
#, c-format
2877
msgid "cannot read object %s '%s'"
2878
msgstr "kann Objekt %s '%s' nicht lesen"
2879
2274
-#: merge-recursive.c:959
2880
+#: merge-recursive.c:964
2881
#, c-format
2882
msgid "blob expected for %s '%s'"
2883
msgstr "Blob erwartet für %s '%s'"
2884
2279
-#: merge-recursive.c:983
2885
+#: merge-recursive.c:988
2886
#, c-format
2887
msgid "failed to open '%s': %s"
2888
msgstr "Fehler beim Öffnen von '%s': %s"
2889
2284
-#: merge-recursive.c:994
2890
+#: merge-recursive.c:999
2891
#, c-format
2892
msgid "failed to symlink '%s': %s"
2893
msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
2894
2289
-#: merge-recursive.c:999
2895
+#: merge-recursive.c:1004
2896
#, c-format
2897
msgid "do not know what to do with %06o %s '%s'"
2898
msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
2899
2294
-#: merge-recursive.c:1186
2900
+#: merge-recursive.c:1191
2901
#, c-format
2902
msgid "Failed to merge submodule %s (not checked out)"
2903
msgstr "Fehler beim Merge von Submodul %s (nicht ausgecheckt)."
2904
2299
-#: merge-recursive.c:1193
2905
+#: merge-recursive.c:1198
2906
#, c-format
2907
msgid "Failed to merge submodule %s (commits not present)"
2908
msgstr "Fehler beim Merge von Submodul %s (Commits nicht vorhanden)."
2909
2304
-#: merge-recursive.c:1200
2910
+#: merge-recursive.c:1205
2911
#, c-format
2912
msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2913
msgstr "Fehler beim Merge von Submodul %s (Commits folgen keiner Merge-Basis)"
2914
2309
-#: merge-recursive.c:1208 merge-recursive.c:1220
2915
+#: merge-recursive.c:1213 merge-recursive.c:1225
2916
#, c-format
2917
msgid "Fast-forwarding submodule %s to the following commit:"
2918
msgstr "Spule Submodul %s zu dem folgenden Commit vor:"
2919
2314
-#: merge-recursive.c:1211 merge-recursive.c:1223
2920
+#: merge-recursive.c:1216 merge-recursive.c:1228
2921
#, c-format
2316
-msgid "Fast-forwarding submodule %s to %s"
2317
-msgstr "Spule Submodul %s vor zu %s"
2922
+msgid "Fast-forwarding submodule %s"
2923
+msgstr "Spule Submodul %s vor"
2924
2319
-#: merge-recursive.c:1245
2925
+#: merge-recursive.c:1250
2926
#, c-format
2927
msgid "Failed to merge submodule %s (merge following commits not found)"
2322
-msgstr "Fehler beim Merge von Submodule %s (dem Merge nachfolgende Commits nicht gefunden)"
2928
+msgstr ""
2929
+"Fehler beim Merge von Submodule %s (dem Merge nachfolgende Commits nicht "
2930
+"gefunden)"
2931
2324
-#: merge-recursive.c:1249
2932
+#: merge-recursive.c:1254
2933
#, c-format
2934
msgid "Failed to merge submodule %s (not fast-forward)"
2935
msgstr "Fehler beim Merge von Submodul %s (kein Vorspulen)"
2936
2329
-#: merge-recursive.c:1250
2937
+#: merge-recursive.c:1255
2938
msgid "Found a possible merge resolution for the submodule:\n"
2939
msgstr "Mögliche Auflösung des Merges für Submodul gefunden:\n"
2940
2333
-#: merge-recursive.c:1253
2941
+#: merge-recursive.c:1258
2942
#, c-format
2943
msgid ""
2944
"If this is correct simply add it to the index for example\n"
@@ -2340,39 +2948,40 @@ msgid ""
2948
"\n"
2949
"which will accept this suggestion.\n"
2950
msgstr ""
2343
-"Falls das korrekt ist, fügen Sie es einfach der Staging-Area, zum Beispiel mit:\n"
2951
+"Falls das korrekt ist, fügen Sie es einfach der Staging-Area, zum Beispiel "
2952
+"mit:\n"
2953
"\n"
2954
" git update-index --cacheinfo 160000 %s \"%s\"\n"
2955
"\n"
2956
"hinzu, um diesen Vorschlag zu akzeptieren.\n"
2957
2349
-#: merge-recursive.c:1262
2958
+#: merge-recursive.c:1267
2959
#, c-format
2960
msgid "Failed to merge submodule %s (multiple merges found)"
2961
msgstr "Fehler beim Merge von Submodul %s (mehrere Merges gefunden)"
2962
2354
-#: merge-recursive.c:1321
2963
+#: merge-recursive.c:1326
2964
msgid "Failed to execute internal merge"
2965
msgstr "Fehler bei Ausführung des internen Merges"
2966
2358
-#: merge-recursive.c:1326
2967
+#: merge-recursive.c:1331
2968
#, c-format
2969
msgid "Unable to add %s to database"
2970
msgstr "Konnte %s nicht zur Datenbank hinzufügen"
2971
2363
-#: merge-recursive.c:1358
2972
+#: merge-recursive.c:1363
2973
#, c-format
2974
msgid "Auto-merging %s"
2975
msgstr "automatischer Merge von %s"
2976
2368
-#: merge-recursive.c:1423
2977
+#: merge-recursive.c:1434
2978
#, c-format
2979
msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2980
msgstr ""
2981
"Fehler: Verweigere unversionierte Datei bei %s zu verlieren;\n"
2982
"schreibe stattdessen nach %s."
2983
2375
-#: merge-recursive.c:1475
2984
+#: merge-recursive.c:1501
2985
#, c-format
2986
msgid ""
2987
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -2381,7 +2990,7 @@ msgstr ""
2990
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2991
"im Arbeitsbereich gelassen."
2992
2384
-#: merge-recursive.c:1480
2993
+#: merge-recursive.c:1506
2994
#, c-format
2995
msgid ""
2996
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -2390,7 +2999,7 @@ msgstr ""
2999
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
3000
"%s wurde im Arbeitsbereich gelassen."
3001
2393
-#: merge-recursive.c:1487
3002
+#: merge-recursive.c:1513
3003
#, c-format
3004
msgid ""
3005
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -2399,7 +3008,7 @@ msgstr ""
3008
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
3009
"im Arbeitsbereich bei %s gelassen."
3010
2402
-#: merge-recursive.c:1492
3011
+#: merge-recursive.c:1518
3012
#, c-format
3013
msgid ""
3014
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -2408,31 +3017,33 @@ msgstr ""
3017
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
3018
"%s wurde im Arbeitsbereich bei %s gelassen."
3019
2411
-#: merge-recursive.c:1526
3020
+#: merge-recursive.c:1552
3021
msgid "rename"
3022
msgstr "umbenennen"
3023
2415
-#: merge-recursive.c:1526
3024
+#: merge-recursive.c:1552
3025
msgid "renamed"
3026
msgstr "umbenannt"
3027
2419
-#: merge-recursive.c:1580 merge-recursive.c:1736 merge-recursive.c:2368
2420
-#: merge-recursive.c:3086
3028
+#: merge-recursive.c:1606 merge-recursive.c:1762 merge-recursive.c:2394
3029
+#: merge-recursive.c:3129
3030
#, c-format
3031
msgid "Refusing to lose dirty file at %s"
3032
msgstr "Verweigere geänderte Datei bei %s zu verlieren."
3033
2425
-#: merge-recursive.c:1594
3034
+#: merge-recursive.c:1620
3035
#, c-format
3036
msgid "%s is a directory in %s adding as %s instead"
3037
msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
3038
2430
-#: merge-recursive.c:1599
3039
+#: merge-recursive.c:1625
3040
#, c-format
3041
msgid "Refusing to lose untracked file at %s; adding as %s instead"
2433
-msgstr "Verweigere unversionierte Datei bei %s zu verlieren; füge stattdessen %s hinzu"
3042
+msgstr ""
3043
+"Verweigere unversionierte Datei bei %s zu verlieren; füge stattdessen %s "
3044
+"hinzu"
3045
2435
-#: merge-recursive.c:1625
3046
+#: merge-recursive.c:1651
3047
#, c-format
3048
msgid ""
3049
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -2441,59 +3052,65 @@ msgstr ""
3052
"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
3053
"und \"%s\"->\"%s\" in Branch \"%s\"%s"
3054
2444
-#: merge-recursive.c:1630
3055
+#: merge-recursive.c:1656
3056
msgid " (left unresolved)"
3057
msgstr " (bleibt unaufgelöst)"
3058
2448
-#: merge-recursive.c:1694
3059
+#: merge-recursive.c:1720
3060
#, c-format
3061
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3062
msgstr ""
3063
"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
3064
"in %s"
3065
2455
-#: merge-recursive.c:1733
3066
+#: merge-recursive.c:1759
3067
#, c-format
3068
msgid "Renaming %s to %s and %s to %s instead"
3069
msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
3070
2460
-#: merge-recursive.c:1745
3071
+#: merge-recursive.c:1771
3072
#, c-format
3073
msgid "Refusing to lose untracked file at %s, even though it's in the way."
2463
-msgstr "Verweigere unversionierte Datei bei %s zu verlieren, auch wenn diese im Weg ist."
3074
+msgstr ""
3075
+"Verweigere unversionierte Datei bei %s zu verlieren, auch wenn diese im Weg "
3076
+"ist."
3077
2465
-#: merge-recursive.c:1951
3078
+#: merge-recursive.c:1977
3079
#, c-format
3080
msgid ""
3081
"CONFLICT (directory rename split): Unclear where to place %s because "
3082
"directory %s was renamed to multiple other directories, with no destination "
3083
"getting a majority of the files."
3084
msgstr ""
2472
-"KONFLIKT (Aufteilung Verzeichnisumbenennung): Unklar, wo %s zu platzieren ist,\n"
2473
-"weil Verzeichnis %s zu mehreren anderen Verzeichnissen umbenannt wurde, wobei\n"
3085
+"KONFLIKT (Aufteilung Verzeichnisumbenennung): Unklar, wo %s zu platzieren "
3086
+"ist,\n"
3087
+"weil Verzeichnis %s zu mehreren anderen Verzeichnissen umbenannt wurde, "
3088
+"wobei\n"
3089
"keines dieser Ziele die Mehrheit der Dateien erhielt."
3090
2476
-#: merge-recursive.c:1983
3091
+#: merge-recursive.c:2009
3092
#, c-format
3093
msgid ""
3094
"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3095
"implicit directory rename(s) putting the following path(s) there: %s."
3096
msgstr ""
2482
-"KONFLIKT (implizite Verzeichnisumbenennung): Existierende Datei/Pfad bei %s im\n"
3097
+"KONFLIKT (implizite Verzeichnisumbenennung): Existierende Datei/Pfad bei %s "
3098
+"im\n"
3099
"Weg von impliziter Verzeichnisumbenennung, die versucht, einen oder mehrere\n"
3100
"Pfade dahin zu setzen: %s."
3101
2486
-#: merge-recursive.c:1993
3102
+#: merge-recursive.c:2019
3103
#, c-format
3104
msgid ""
3105
"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3106
"implicit directory renames tried to put these paths there: %s"
3107
msgstr ""
2492
-"KONFLIKT (implizite Verzeichnisumbenennung): Kann nicht mehr als ein Pfad zu\n"
3108
+"KONFLIKT (implizite Verzeichnisumbenennung): Kann nicht mehr als ein Pfad "
3109
+"zu\n"
3110
"%s mappen; implizite Verzeichnisumbenennungen versuchten diese Pfade dahin\n"
3111
"zu setzen: %s"
3112
2496
-#: merge-recursive.c:2085
3113
+#: merge-recursive.c:2111
3114
#, c-format
3115
msgid ""
3116
"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
@@ -2502,134 +3119,141 @@ msgstr ""
3119
"KONFLIKT (umbenennen/umbenennen): Benenne Verzeichnis um %s->%s in %s.\n"
3120
"Benenne Verzeichnis um %s->%s in %s"
3121
2505
-#: merge-recursive.c:2330
3122
+#: merge-recursive.c:2356
3123
#, c-format
3124
msgid ""
3125
"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3126
"renamed."
2510
-msgstr "WARNUNG: Vermeide Umbenennung %s -> %s von %s, weil %s selbst umbenannt wurde."
3127
+msgstr ""
3128
+"WARNUNG: Vermeide Umbenennung %s -> %s von %s, weil %s selbst umbenannt "
3129
+"wurde."
3130
2512
-#: merge-recursive.c:2736
3131
+#: merge-recursive.c:2762
3132
#, c-format
3133
msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
3134
msgstr ""
3135
"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
3136
"%s"
3137
2519
-#: merge-recursive.c:2751
3138
+#: merge-recursive.c:2777
3139
#, c-format
3140
msgid "Adding merged %s"
3141
msgstr "Füge zusammengeführte Datei %s hinzu"
3142
2524
-#: merge-recursive.c:2758 merge-recursive.c:3089
3143
+#: merge-recursive.c:2784 merge-recursive.c:3132
3144
#, c-format
3145
msgid "Adding as %s instead"
3146
msgstr "Füge stattdessen als %s hinzu"
3147
2529
-#: merge-recursive.c:2914
3148
+#: merge-recursive.c:2941
3149
#, c-format
3150
msgid "cannot read object %s"
3151
msgstr "kann Objekt %s nicht lesen"
3152
2534
-#: merge-recursive.c:2917
3153
+#: merge-recursive.c:2944
3154
#, c-format
3155
msgid "object %s is not a blob"
3156
msgstr "Objekt %s ist kein Blob"
3157
2539
-#: merge-recursive.c:2986
3158
+#: merge-recursive.c:3013
3159
msgid "modify"
3160
msgstr "ändern"
3161
2543
-#: merge-recursive.c:2986
3162
+#: merge-recursive.c:3013
3163
msgid "modified"
3164
msgstr "geändert"
3165
2547
-#: merge-recursive.c:2997
3166
+#: merge-recursive.c:3024
3167
msgid "content"
3168
msgstr "Inhalt"
3169
2551
-#: merge-recursive.c:3004
3170
+#: merge-recursive.c:3031
3171
msgid "add/add"
3172
msgstr "hinzufügen/hinzufügen"
3173
2555
-#: merge-recursive.c:3046
3174
+#: merge-recursive.c:3076
3175
#, c-format
3176
msgid "Skipped %s (merged same as existing)"
3177
msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
3178
2560
-#: merge-recursive.c:3055 git-submodule.sh:895
3179
+#: merge-recursive.c:3098 git-submodule.sh:865
3180
msgid "submodule"
3181
msgstr "Submodul"
3182
2564
-#: merge-recursive.c:3056
3183
+#: merge-recursive.c:3099
3184
#, c-format
3185
msgid "CONFLICT (%s): Merge conflict in %s"
3186
msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
3187
2569
-#: merge-recursive.c:3178
3188
+#: merge-recursive.c:3221
3189
#, c-format
3190
msgid "Removing %s"
3191
msgstr "Entferne %s"
3192
2574
-#: merge-recursive.c:3204
3193
+#: merge-recursive.c:3247
3194
msgid "file/directory"
3195
msgstr "Datei/Verzeichnis"
3196
2578
-#: merge-recursive.c:3210
3197
+#: merge-recursive.c:3253
3198
msgid "directory/file"
3199
msgstr "Verzeichnis/Datei"
3200
2582
-#: merge-recursive.c:3217
3201
+#: merge-recursive.c:3260
3202
#, c-format
3203
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3204
msgstr ""
3205
"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
3206
"hinzu."
3207
2589
-#: merge-recursive.c:3226
3208
+#: merge-recursive.c:3269
3209
#, c-format
3210
msgid "Adding %s"
3211
msgstr "Füge %s hinzu"
3212
2594
-#: merge-recursive.c:3267
3213
+#: merge-recursive.c:3303
3214
#, c-format
2596
-msgid "Dirty index: cannot merge (dirty: %s)"
2597
-msgstr "Geänderter Index: kann nicht mergen (geändert: %s)"
3215
+msgid ""
3216
+"Your local changes to the following files would be overwritten by merge:\n"
3217
+" %s"
3218
+msgstr ""
3219
+"Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"
3220
+"überschrieben werden:\n"
3221
+" %s"
3222
2599
-#: merge-recursive.c:3271
3223
+#: merge-recursive.c:3314
3224
msgid "Already up to date!"
3225
msgstr "Bereits aktuell!"
3226
2603
-#: merge-recursive.c:3280
3227
+#: merge-recursive.c:3323
3228
#, c-format
3229
msgid "merging of trees %s and %s failed"
3230
msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
3231
2608
-#: merge-recursive.c:3379
3232
+#: merge-recursive.c:3422
3233
msgid "Merging:"
3234
msgstr "Merge:"
3235
2612
-#: merge-recursive.c:3392
3236
+#: merge-recursive.c:3435
3237
#, c-format
3238
msgid "found %u common ancestor:"
3239
msgid_plural "found %u common ancestors:"
3240
msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
3241
msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
3242
2619
-#: merge-recursive.c:3431
3243
+#: merge-recursive.c:3474
3244
msgid "merge returned no commit"
3245
msgstr "Merge hat keinen Commit zurückgegeben"
3246
2623
-#: merge-recursive.c:3495
3247
+#: merge-recursive.c:3540
3248
#, c-format
3249
msgid "Could not parse object '%s'"
3250
msgstr "Konnte Objekt '%s' nicht parsen."
3251
2628
-#: merge-recursive.c:3511 builtin/merge.c:658 builtin/merge.c:815
3252
+#: merge-recursive.c:3556 builtin/merge.c:689 builtin/merge.c:846
3253
msgid "Unable to write index."
3254
msgstr "Konnte Index nicht schreiben."
3255
2632
-#: notes-merge.c:272
3256
+#: notes-merge.c:274
3257
#, c-format
3258
msgid ""
3259
"You have not concluded your previous notes merge (%s exists).\n"
@@ -2644,22 +3268,22 @@ msgstr ""
3268
"Merge\n"
3269
"von Notizen beginnen."
3270
2647
-#: notes-merge.c:279
3271
+#: notes-merge.c:281
3272
#, c-format
3273
msgid "You have not concluded your notes merge (%s exists)."
3274
msgstr "Sie haben Ihren Merge von Notizen nicht abgeschlossen (%s existiert)."
3275
2652
-#: notes-utils.c:43
3276
+#: notes-utils.c:45
3277
msgid "Cannot commit uninitialized/unreferenced notes tree"
3278
msgstr ""
3279
"Kann uninitialisiertes/unreferenziertes Notiz-Verzeichnis nicht committen."
3280
2657
-#: notes-utils.c:102
3281
+#: notes-utils.c:104
3282
#, c-format
3283
msgid "Bad notes.rewriteMode value: '%s'"
3284
msgstr "Ungültiger notes.rewriteMode Wert: '%s'"
3285
2662
-#: notes-utils.c:112
3286
+#: notes-utils.c:114
3287
#, c-format
3288
msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3289
msgstr ""
@@ -2669,35 +3293,55 @@ msgstr ""
3293
#. the environment variable, the second %s is
3294
#. its value.
3295
#.
2672
-#: notes-utils.c:142
3296
+#: notes-utils.c:144
3297
#, c-format
3298
msgid "Bad %s value: '%s'"
3299
msgstr "Ungültiger %s Wert: '%s'"
3300
2677
-#: object.c:242
3301
+#: object.c:54
3302
+#, c-format
3303
+msgid "invalid object type \"%s\""
3304
+msgstr "Ungültiger Objekttyp \"%s\""
3305
+
3306
+#: object.c:173
3307
+#, c-format
3308
+msgid "object %s is a %s, not a %s"
3309
+msgstr "Objekt %s ist ein %s, kein %s"
3310
+
3311
+#: object.c:233
3312
+#, c-format
3313
+msgid "object %s has unknown type id %d"
3314
+msgstr "Objekt %s hat eine unbekannte Typ-Identifikation %d"
3315
+
3316
+#: object.c:246
3317
#, c-format
3318
msgid "unable to parse object: %s"
3319
msgstr "Konnte Objekt '%s' nicht parsen."
3320
3321
+#: object.c:266 object.c:277
3322
+#, c-format
3323
+msgid "sha1 mismatch %s"
3324
+msgstr "SHA-1 passt nicht zu %s"
3325
+
3326
#: packfile.c:563
3327
msgid "offset before end of packfile (broken .idx?)"
3328
msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
3329
2686
-#: packfile.c:1742
3330
+#: packfile.c:1745
3331
#, c-format
3332
msgid "offset before start of pack index for %s (corrupt index?)"
3333
msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
3334
2691
-#: packfile.c:1746
3335
+#: packfile.c:1749
3336
#, c-format
3337
msgid "offset beyond end of pack index for %s (truncated index?)"
3338
msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
3339
2696
-#: parse-options.c:621
3340
+#: parse-options.c:672
3341
msgid "..."
3342
msgstr "..."
3343
2700
-#: parse-options.c:640
3344
+#: parse-options.c:691
3345
#, c-format
3346
msgid "usage: %s"
3347
msgstr "Verwendung: %s"
@@ -2705,17 +3349,17 @@ msgstr "Verwendung: %s"
3349
#. TRANSLATORS: the colon here should align with the
3350
#. one in "usage: %s" translation.
3351
#.
2708
-#: parse-options.c:646
3352
+#: parse-options.c:697
3353
#, c-format
3354
msgid " or: %s"
3355
msgstr " oder: %s"
3356
2713
-#: parse-options.c:649
3357
+#: parse-options.c:700
3358
#, c-format
3359
msgid " %s"
3360
msgstr " %s"
3361
2718
-#: parse-options.c:688
3362
+#: parse-options.c:739
3363
msgid "-NUM"
3364
msgstr "-NUM"
3365
@@ -2810,11 +3454,71 @@ msgstr ""
3454
msgid "pathspec '%s' is beyond a symbolic link"
3455
msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
3456
3457
+#: pkt-line.c:104
3458
+msgid "flush packet write failed"
3459
+msgstr "Flush beim Schreiben des Pakets fehlgeschlagen."
3460
+
3461
+#: pkt-line.c:142 pkt-line.c:228
3462
+msgid "protocol error: impossibly long line"
3463
+msgstr "Protokollfehler: unmöglich lange Zeile"
3464
+
3465
+#: pkt-line.c:158 pkt-line.c:160
3466
+msgid "packet write with format failed"
3467
+msgstr "Schreiben des Pakets mit Format fehlgeschlagen."
3468
+
3469
+#: pkt-line.c:192
3470
+msgid "packet write failed - data exceeds max packet size"
3471
+msgstr "Schreiben des Pakets fehlgeschlagen - Daten überschreiten maximale Paketgröße"
3472
+
3473
+#: pkt-line.c:199 pkt-line.c:206
3474
+msgid "packet write failed"
3475
+msgstr "Schreiben des Pakets fehlgeschlagen."
3476
+
3477
+#: pkt-line.c:291
3478
+msgid "read error"
3479
+msgstr "Lesefehler"
3480
+
3481
+#: pkt-line.c:299
3482
+msgid "the remote end hung up unexpectedly"
3483
+msgstr "Die Gegenseite hat unerwartet abgebrochen."
3484
+
3485
+#: pkt-line.c:327
3486
+#, c-format
3487
+msgid "protocol error: bad line length character: %.4s"
3488
+msgstr "Protokollfehler: ungültiges Zeichen für Zeilenlänge: %.4s"
3489
+
3490
+#: pkt-line.c:337 pkt-line.c:342
3491
+#, c-format
3492
+msgid "protocol error: bad line length %d"
3493
+msgstr "Protokollfehler: ungültige Zeilenlänge %d"
3494
+
3495
#: pretty.c:962
3496
msgid "unable to parse --pretty format"
3497
msgstr "Konnte --pretty Format nicht parsen."
3498
2817
-#: read-cache.c:1500
3499
+#: range-diff.c:48
3500
+msgid "could not start `log`"
3501
+msgstr "Konnte `log` nicht starten."
3502
+
3503
+#: range-diff.c:51
3504
+msgid "could not read `log` output"
3505
+msgstr "Konnte Ausgabe von `log` nicht lesen."
3506
+
3507
+#: range-diff.c:66 sequencer.c:4540
3508
+#, c-format
3509
+msgid "could not parse commit '%s'"
3510
+msgstr "Konnte Commit '%s' nicht parsen."
3511
+
3512
+#: range-diff.c:196
3513
+msgid "failed to generate diff"
3514
+msgstr "Fehler beim Generieren des Diffs."
3515
+
3516
+#: range-diff.c:421 range-diff.c:423
3517
+#, c-format
3518
+msgid "could not parse log for '%s'"
3519
+msgstr "Konnte Log für '%s' nicht parsen."
3520
+
3521
+#: read-cache.c:1579
3522
#, c-format
3523
msgid ""
3524
"index.version set, but the value is invalid.\n"
@@ -2823,7 +3527,7 @@ msgstr ""
3527
"index.version gesetzt, aber Wert ungültig.\n"
3528
"Verwende Version %i"
3529
2826
-#: read-cache.c:1510
3530
+#: read-cache.c:1589
3531
#, c-format
3532
msgid ""
3533
"GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -2832,229 +3536,331 @@ msgstr ""
3536
"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
3537
"Verwende Version %i"
3538
2835
-#: read-cache.c:2404 sequencer.c:4337 wrapper.c:658 builtin/merge.c:1047
3539
+#: read-cache.c:2580 sequencer.c:4503 wrapper.c:658 builtin/merge.c:1083
3540
#, c-format
3541
msgid "could not close '%s'"
3542
msgstr "Konnte '%s' nicht schließen"
3543
2840
-#: read-cache.c:2477 sequencer.c:2101 sequencer.c:3233
3544
+#: read-cache.c:2653 sequencer.c:2113 sequencer.c:3374
3545
#, c-format
3546
msgid "could not stat '%s'"
3547
msgstr "Konnte '%s' nicht lesen."
3548
2845
-#: read-cache.c:2490
3549
+#: read-cache.c:2666
3550
#, c-format
3551
msgid "unable to open git dir: %s"
3552
msgstr "konnte Git-Verzeichnis nicht öffnen: %s"
3553
2850
-#: read-cache.c:2502
3554
+#: read-cache.c:2678
3555
#, c-format
3556
msgid "unable to unlink: %s"
3557
msgstr "Konnte '%s' nicht entfernen."
3558
2855
-#: refs.c:732 sequencer.c:4333 sequencer.c:4392 wrapper.c:225 wrapper.c:395
2856
-#: builtin/am.c:779
3559
+#: refs.c:192
3560
+#, c-format
3561
+msgid "%s does not point to a valid object!"
3562
+msgstr "%s zeigt auf kein gültiges Objekt!"
3563
+
3564
+#: refs.c:579
3565
+#, c-format
3566
+msgid "ignoring dangling symref %s"
3567
+msgstr "Ignoriere unreferenzierte symbolische Referenz %s"
3568
+
3569
+#: refs.c:581 ref-filter.c:2067
3570
+#, c-format
3571
+msgid "ignoring broken ref %s"
3572
+msgstr "Ignoriere fehlerhafte Referenz %s"
3573
+
3574
+#: refs.c:685
3575
+#, c-format
3576
+msgid "could not open '%s' for writing: %s"
3577
+msgstr "Konnte '%s' nicht zum Schreiben öffnen: %s"
3578
+
3579
+#: refs.c:695 refs.c:746
3580
+#, c-format
3581
+msgid "could not read ref '%s'"
3582
+msgstr "Konnte Referenz '%s' nicht lesen."
3583
+
3584
+#: refs.c:701
3585
+#, c-format
3586
+msgid "ref '%s' already exists"
3587
+msgstr "Referenz '%s' existiert bereits."
3588
+
3589
+#: refs.c:706
3590
+#, c-format
3591
+msgid "unexpected object ID when writing '%s'"
3592
+msgstr "Unerwartete Objekt-ID beim Schreiben von '%s'."
3593
+
3594
+#: refs.c:714 sequencer.c:385 sequencer.c:2366 sequencer.c:2492
3595
+#: sequencer.c:2506 sequencer.c:2733 sequencer.c:4501 sequencer.c:4564
3596
+#: wrapper.c:656
3597
+#, c-format
3598
+msgid "could not write to '%s'"
3599
+msgstr "Konnte nicht nach '%s' schreiben."
3600
+
3601
+#: refs.c:741 sequencer.c:4499 sequencer.c:4558 wrapper.c:225 wrapper.c:395
3602
+#: builtin/am.c:780
3603
#, c-format
3604
msgid "could not open '%s' for writing"
3605
msgstr "Konnte '%s' nicht zum Schreiben öffnen."
3606
2861
-#: refs.c:1880
3607
+#: refs.c:748
3608
+#, c-format
3609
+msgid "unexpected object ID when deleting '%s'"
3610
+msgstr "Unerwartete Objekt-ID beim Löschen von '%s'."
3611
+
3612
+#: refs.c:879
3613
+#, c-format
3614
+msgid "log for ref %s has gap after %s"
3615
+msgstr "Log für Referenz %s hat eine Lücke nach %s."
3616
+
3617
+#: refs.c:885
3618
+#, c-format
3619
+msgid "log for ref %s unexpectedly ended on %s"
3620
+msgstr "Log für Referenz %s unerwartet bei %s beendet."
3621
+
3622
+#: refs.c:943
3623
+#, c-format
3624
+msgid "log for %s is empty"
3625
+msgstr "Log für %s ist leer."
3626
+
3627
+#: refs.c:1035
3628
+#, c-format
3629
+msgid "refusing to update ref with bad name '%s'"
3630
+msgstr "Verweigere Aktualisierung einer Referenz mit fehlerhaftem Namen '%s'."
3631
+
3632
+#: refs.c:1111
3633
+#, c-format
3634
+msgid "update_ref failed for ref '%s': %s"
3635
+msgstr "update_ref für Referenz '%s' fehlgeschlagen: %s"
3636
+
3637
+#: refs.c:1853
3638
+#, c-format
3639
+msgid "multiple updates for ref '%s' not allowed"
3640
+msgstr "Mehrere Aktualisierungen für Referenz '%s' nicht erlaubt."
3641
+
3642
+#: refs.c:1885
3643
msgid "ref updates forbidden inside quarantine environment"
3644
msgstr ""
3645
"Aktualisierungen von Referenzen ist innerhalb der Quarantäne-Umgebung "
3646
"verboten."
3647
3648
+#: refs.c:1981 refs.c:2011
3649
+#, c-format
3650
+msgid "'%s' exists; cannot create '%s'"
3651
+msgstr "'%s' existiert; kann '%s' nicht erstellen"
3652
+
3653
+#: refs.c:1987 refs.c:2022
3654
+#, c-format
3655
+msgid "cannot process '%s' and '%s' at the same time"
3656
+msgstr "Kann '%s' und '%s' nicht zur selben Zeit verarbeiten."
3657
+
3658
#: refs/files-backend.c:1191
3659
#, c-format
3660
msgid "could not remove reference %s"
3661
msgstr "Konnte Referenz %s nicht löschen"
3662
2872
-#: refs/files-backend.c:1205 refs/packed-backend.c:1531
2873
-#: refs/packed-backend.c:1541
3663
+#: refs/files-backend.c:1205 refs/packed-backend.c:1532
3664
+#: refs/packed-backend.c:1542
3665
#, c-format
3666
msgid "could not delete reference %s: %s"
3667
msgstr "Konnte Referenz %s nicht entfernen: %s"
3668
2878
-#: refs/files-backend.c:1208 refs/packed-backend.c:1544
3669
+#: refs/files-backend.c:1208 refs/packed-backend.c:1545
3670
#, c-format
3671
msgid "could not delete references: %s"
3672
msgstr "Konnte Referenzen nicht entfernen: %s"
3673
2883
-#: ref-filter.c:35 wt-status.c:1850
3674
+#: refspec.c:137
3675
+#, c-format
3676
+msgid "invalid refspec '%s'"
3677
+msgstr "Ungültige Refspec '%s'"
3678
+
3679
+#: ref-filter.c:38 wt-status.c:1850
3680
msgid "gone"
3681
msgstr "entfernt"
3682
2887
-#: ref-filter.c:36
3683
+#: ref-filter.c:39
3684
#, c-format
3685
msgid "ahead %d"
3686
msgstr "%d voraus"
3687
2892
-#: ref-filter.c:37
3688
+#: ref-filter.c:40
3689
#, c-format
3690
msgid "behind %d"
3691
msgstr "%d hinterher"
3692
2897
-#: ref-filter.c:38
3693
+#: ref-filter.c:41
3694
#, c-format
3695
msgid "ahead %d, behind %d"
3696
msgstr "%d voraus, %d hinterher"
3697
2902
-#: ref-filter.c:121
3698
+#: ref-filter.c:137
3699
#, c-format
3700
msgid "expected format: %%(color:<color>)"
3701
msgstr "Erwartetes Format: %%(color:<Farbe>)"
3702
2907
-#: ref-filter.c:123
3703
+#: ref-filter.c:139
3704
#, c-format
3705
msgid "unrecognized color: %%(color:%s)"
3706
msgstr "nicht erkannte Farbe: %%(color:%s)"
3707
2912
-#: ref-filter.c:145
3708
+#: ref-filter.c:161
3709
#, c-format
3710
msgid "Integer value expected refname:lstrip=%s"
3711
msgstr "Positiver Wert erwartet refname:lstrip=%s"
3712
2917
-#: ref-filter.c:149
3713
+#: ref-filter.c:165
3714
#, c-format
3715
msgid "Integer value expected refname:rstrip=%s"
3716
msgstr "Positiver Wert erwartet refname:rstrip=%s"
3717
2922
-#: ref-filter.c:151
3718
+#: ref-filter.c:167
3719
#, c-format
3720
msgid "unrecognized %%(%s) argument: %s"
3721
msgstr "nicht erkanntes %%(%s) Argument: %s"
3722
2927
-#: ref-filter.c:206
3723
+#: ref-filter.c:222
3724
+#, c-format
3725
+msgid "%%(objecttype) does not take arguments"
3726
+msgstr "%%(objecttype) akzeptiert keine Argumente"
3727
+
3728
+#: ref-filter.c:234
3729
+#, c-format
3730
+msgid "%%(objectsize) does not take arguments"
3731
+msgstr "%%(objectsize) akzeptiert keine Argumente"
3732
+
3733
+#: ref-filter.c:246
3734
#, c-format
3735
msgid "%%(body) does not take arguments"
3736
msgstr "%%(body) akzeptiert keine Argumente"
3737
2932
-#: ref-filter.c:215
3738
+#: ref-filter.c:255
3739
#, c-format
3740
msgid "%%(subject) does not take arguments"
3741
msgstr "%%(subject) akzeptiert keine Argumente"
3742
2937
-#: ref-filter.c:235
3743
+#: ref-filter.c:275
3744
#, c-format
3745
msgid "unknown %%(trailers) argument: %s"
3746
msgstr "unbekanntes %%(trailers) Argument: %s"
3747
2942
-#: ref-filter.c:264
3748
+#: ref-filter.c:304
3749
#, c-format
3750
msgid "positive value expected contents:lines=%s"
3751
msgstr "Positiver Wert erwartet contents:lines=%s"
3752
2947
-#: ref-filter.c:266
3753
+#: ref-filter.c:306
3754
#, c-format
3755
msgid "unrecognized %%(contents) argument: %s"
3756
msgstr "nicht erkanntes %%(contents) Argument: %s"
3757
2952
-#: ref-filter.c:281
3758
+#: ref-filter.c:321
3759
#, c-format
3760
msgid "positive value expected objectname:short=%s"
3761
msgstr "Positiver Wert erwartet objectname:short=%s"
3762
2957
-#: ref-filter.c:285
3763
+#: ref-filter.c:325
3764
#, c-format
3765
msgid "unrecognized %%(objectname) argument: %s"
3766
msgstr "nicht erkanntes %%(objectname) Argument: %s"
3767
2962
-#: ref-filter.c:315
3768
+#: ref-filter.c:355
3769
#, c-format
3770
msgid "expected format: %%(align:<width>,<position>)"
3771
msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
3772
2967
-#: ref-filter.c:327
3773
+#: ref-filter.c:367
3774
#, c-format
3775
msgid "unrecognized position:%s"
3776
msgstr "nicht erkannte Position:%s"
3777
2972
-#: ref-filter.c:334
3778
+#: ref-filter.c:374
3779
#, c-format
3780
msgid "unrecognized width:%s"
3781
msgstr "nicht erkannte Breite:%s"
3782
2977
-#: ref-filter.c:343
3783
+#: ref-filter.c:383
3784
#, c-format
3785
msgid "unrecognized %%(align) argument: %s"
3786
msgstr "nicht erkanntes %%(align) Argument: %s"
3787
2982
-#: ref-filter.c:351
3788
+#: ref-filter.c:391
3789
#, c-format
3790
msgid "positive width expected with the %%(align) atom"
3791
msgstr "Positive Breitenangabe für %%(align) erwartet"
3792
2987
-#: ref-filter.c:369
3793
+#: ref-filter.c:409
3794
#, c-format
3795
msgid "unrecognized %%(if) argument: %s"
3796
msgstr "nicht erkanntes %%(if) Argument: %s"
3797
2992
-#: ref-filter.c:464
3798
+#: ref-filter.c:505
3799
#, c-format
3800
msgid "malformed field name: %.*s"
3801
msgstr "Fehlerhafter Feldname: %.*s"
3802
2997
-#: ref-filter.c:491
3803
+#: ref-filter.c:532
3804
#, c-format
3805
msgid "unknown field name: %.*s"
3806
msgstr "Unbekannter Feldname: %.*s"
3807
3002
-#: ref-filter.c:608
3808
+#: ref-filter.c:656
3809
#, c-format
3810
msgid "format: %%(if) atom used without a %%(then) atom"
3811
msgstr "format: %%(if) Atom ohne ein %%(then) Atom verwendet"
3812
3007
-#: ref-filter.c:671
3813
+#: ref-filter.c:719
3814
#, c-format
3815
msgid "format: %%(then) atom used without an %%(if) atom"
3816
msgstr "format: %%(then) Atom ohne ein %%(if) Atom verwendet"
3817
3012
-#: ref-filter.c:673
3818
+#: ref-filter.c:721
3819
#, c-format
3820
msgid "format: %%(then) atom used more than once"
3821
msgstr "format: %%(then) Atom mehr als einmal verwendet"
3822
3017
-#: ref-filter.c:675
3823
+#: ref-filter.c:723
3824
#, c-format
3825
msgid "format: %%(then) atom used after %%(else)"
3826
msgstr "format: %%(then) Atom nach %%(else) verwendet"
3827
3022
-#: ref-filter.c:703
3828
+#: ref-filter.c:751
3829
#, c-format
3830
msgid "format: %%(else) atom used without an %%(if) atom"
3831
msgstr "format: %%(else) Atom ohne ein %%(if) Atom verwendet"
3832
3027
-#: ref-filter.c:705
3833
+#: ref-filter.c:753
3834
#, c-format
3835
msgid "format: %%(else) atom used without a %%(then) atom"
3836
msgstr "Format: %%(else) Atom ohne ein %%(then) Atom verwendet"
3837
3032
-#: ref-filter.c:707
3838
+#: ref-filter.c:755
3839
#, c-format
3840
msgid "format: %%(else) atom used more than once"
3841
msgstr "Format: %%(end) Atom mehr als einmal verwendet"
3842
3037
-#: ref-filter.c:722
3843
+#: ref-filter.c:770
3844
#, c-format
3845
msgid "format: %%(end) atom used without corresponding atom"
3846
msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
3847
3042
-#: ref-filter.c:779
3848
+#: ref-filter.c:827
3849
#, c-format
3850
msgid "malformed format string %s"
3851
msgstr "Fehlerhafter Formatierungsstring %s"
3852
3047
-#: ref-filter.c:1387
3853
+#: ref-filter.c:1416
3854
#, c-format
3855
msgid "(no branch, rebasing %s)"
3856
msgstr "(kein Branch, Rebase von Branch %s im Gange)"
3857
3052
-#: ref-filter.c:1390
3858
+#: ref-filter.c:1419
3859
#, c-format
3860
msgid "(no branch, rebasing detached HEAD %s)"
3861
msgstr "(kein Branch, Rebase von losgelöstem HEAD %s)"
3862
3057
-#: ref-filter.c:1393
3863
+#: ref-filter.c:1422
3864
#, c-format
3865
msgid "(no branch, bisect started on %s)"
3866
msgstr "(kein Branch, binäre Suche begonnen bei %s)"
@@ -3062,7 +3868,7 @@ msgstr "(kein Branch, binäre Suche begonnen bei %s)"
3868
#. TRANSLATORS: make sure this matches "HEAD
3869
#. detached at " in wt-status.c
3870
#.
3065
-#: ref-filter.c:1401
3871
+#: ref-filter.c:1430
3872
#, c-format
3873
msgid "(HEAD detached at %s)"
3874
msgstr "(HEAD losgelöst bei %s)"
@@ -3070,150 +3876,145 @@ msgstr "(HEAD losgelöst bei %s)"
3876
#. TRANSLATORS: make sure this matches "HEAD
3877
#. detached from " in wt-status.c
3878
#.
3073
-#: ref-filter.c:1408
3879
+#: ref-filter.c:1437
3880
#, c-format
3881
msgid "(HEAD detached from %s)"
3882
msgstr "(HEAD losgelöst von %s)"
3883
3078
-#: ref-filter.c:1412
3884
+#: ref-filter.c:1441
3885
msgid "(no branch)"
3886
msgstr "(kein Branch)"
3887
3082
-#: ref-filter.c:1442
3888
+#: ref-filter.c:1475 ref-filter.c:1623
3889
#, c-format
3890
msgid "missing object %s for %s"
3891
msgstr "Objekt %s fehlt für %s"
3892
3087
-#: ref-filter.c:1445
3893
+#: ref-filter.c:1483
3894
#, c-format
3895
msgid "parse_object_buffer failed on %s for %s"
3896
msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
3897
3092
-#: ref-filter.c:1902
3898
+#: ref-filter.c:1980
3899
#, c-format
3900
msgid "malformed object at '%s'"
3901
msgstr "fehlerhaftes Objekt bei '%s'"
3902
3097
-#: ref-filter.c:1984
3903
+#: ref-filter.c:2062
3904
#, c-format
3905
msgid "ignoring ref with broken name %s"
3906
msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
3907
3102
-#: ref-filter.c:1989
3103
-#, c-format
3104
-msgid "ignoring broken ref %s"
3105
-msgstr "Ignoriere fehlerhafte Referenz %s"
3106
-
3107
-#: ref-filter.c:2261
3908
+#: ref-filter.c:2340
3909
#, c-format
3910
msgid "format: %%(end) atom missing"
3911
msgstr "Format: %%(end) Atom fehlt"
3912
3112
-#: ref-filter.c:2365
3913
+#: ref-filter.c:2444
3914
#, c-format
3915
msgid "malformed object name %s"
3916
msgstr "Missgebildeter Objektname %s"
3917
3117
-#: remote.c:605
3918
+#: remote.c:606
3919
#, c-format
3920
msgid "Cannot fetch both %s and %s to %s"
3921
msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
3922
3122
-#: remote.c:609
3923
+#: remote.c:610
3924
#, c-format
3925
msgid "%s usually tracks %s, not %s"
3926
msgstr "%s folgt üblicherweise %s, nicht %s"
3927
3127
-#: remote.c:613
3928
+#: remote.c:614
3929
#, c-format
3930
msgid "%s tracks both %s and %s"
3931
msgstr "%s folgt sowohl %s als auch %s"
3932
3132
-#: remote.c:621
3933
+#: remote.c:622
3934
msgid "Internal error"
3935
msgstr "Interner Fehler"
3936
3136
-#: remote.c:1534 remote.c:1635
3937
+#: remote.c:1536 remote.c:1637
3938
msgid "HEAD does not point to a branch"
3939
msgstr "HEAD zeigt auf keinen Branch"
3940
3140
-#: remote.c:1543
3941
+#: remote.c:1545
3942
#, c-format
3943
msgid "no such branch: '%s'"
3944
msgstr "Kein solcher Branch: '%s'"
3945
3145
-#: remote.c:1546
3946
+#: remote.c:1548
3947
#, c-format
3948
msgid "no upstream configured for branch '%s'"
3949
msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
3950
3150
-#: remote.c:1552
3951
+#: remote.c:1554
3952
#, c-format
3953
msgid "upstream branch '%s' not stored as a remote-tracking branch"
3954
msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
3955
3155
-#: remote.c:1567
3956
+#: remote.c:1569
3957
#, c-format
3958
msgid "push destination '%s' on remote '%s' has no local tracking branch"
3959
msgstr ""
3960
"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
3961
"Branch"
3962
3162
-#: remote.c:1579
3963
+#: remote.c:1581
3964
#, c-format
3965
msgid "branch '%s' has no remote for pushing"
3966
msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
3967
3167
-#: remote.c:1589
3968
+#: remote.c:1591
3969
#, c-format
3970
msgid "push refspecs for '%s' do not include '%s'"
3971
msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
3972
3172
-#: remote.c:1602
3973
+#: remote.c:1604
3974
msgid "push has no destination (push.default is 'nothing')"
3975
msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
3976
3176
-#: remote.c:1624
3977
+#: remote.c:1626
3978
msgid "cannot resolve 'simple' push to a single destination"
3979
msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
3980
3180
-#: remote.c:1939
3981
+#: remote.c:1951
3982
#, c-format
3983
msgid "Your branch is based on '%s', but the upstream is gone.\n"
3984
msgstr ""
3985
"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"
3986
3186
-#: remote.c:1943
3987
+#: remote.c:1955
3988
msgid " (use \"git branch --unset-upstream\" to fixup)\n"
3989
msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
3990
3190
-#: remote.c:1946
3991
+#: remote.c:1958
3992
#, c-format
3993
msgid "Your branch is up to date with '%s'.\n"
3994
msgstr "Ihr Branch ist auf demselben Stand wie '%s'.\n"
3995
3195
-#: remote.c:1950
3996
+#: remote.c:1962
3997
#, c-format
3998
msgid "Your branch and '%s' refer to different commits.\n"
3999
msgstr "Ihr Branch und '%s' zeigen auf unterschiedliche Commits.\n"
4000
3200
-#: remote.c:1953
4001
+#: remote.c:1965
4002
#, c-format
4003
msgid " (use \"%s\" for details)\n"
4004
msgstr " (benutzen Sie \"%s\" für Details)\n"
4005
3205
-#: remote.c:1957
4006
+#: remote.c:1969
4007
#, c-format
4008
msgid "Your branch is ahead of '%s' by %d commit.\n"
4009
msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
4010
msgstr[0] "Ihr Branch ist %2$d Commit vor '%1$s'.\n"
4011
msgstr[1] "Ihr Branch ist %2$d Commits vor '%1$s'.\n"
4012
3212
-#: remote.c:1963
4013
+#: remote.c:1975
4014
msgid " (use \"git push\" to publish your local commits)\n"
4015
msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
4016
3216
-#: remote.c:1966
4017
+#: remote.c:1978
4018
#, c-format
4019
msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
4020
msgid_plural ""
@@ -3223,12 +4024,12 @@ msgstr[0] ""
4024
msgstr[1] ""
4025
"Ihr Branch ist %2$d Commits hinter '%1$s', und kann vorgespult werden.\n"
4026
3226
-#: remote.c:1974
4027
+#: remote.c:1986
4028
msgid " (use \"git pull\" to update your local branch)\n"
4029
msgstr ""
4030
" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
4031
3231
-#: remote.c:1977
4032
+#: remote.c:1989
4033
#, c-format
4034
msgid ""
4035
"Your branch and '%s' have diverged,\n"
@@ -3243,22 +4044,37 @@ msgstr[1] ""
4044
"Ihr Branch und '%s' sind divergiert,\n"
4045
"und haben jeweils %d und %d unterschiedliche Commits.\n"
4046
3246
-#: remote.c:1987
4047
+#: remote.c:1999
4048
msgid " (use \"git pull\" to merge the remote branch into yours)\n"
4049
msgstr ""
4050
" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
4051
"zusammenzuführen)\n"
4052
3252
-#: revision.c:2289
4053
+#: replace-object.c:20
4054
+#, c-format
4055
+msgid "bad replace ref name: %s"
4056
+msgstr "ungültiger Name für ersetzende Referenz: %s"
4057
+
4058
+#: replace-object.c:29
4059
+#, c-format
4060
+msgid "duplicate replace ref: %s"
4061
+msgstr "doppelte ersetzende Referenz: %s"
4062
+
4063
+#: replace-object.c:72
4064
+#, c-format
4065
+msgid "replace depth too high for object %s"
4066
+msgstr "Ersetzungstiefe zu hoch für Objekt %s"
4067
+
4068
+#: revision.c:2305
4069
msgid "your current branch appears to be broken"
4070
msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
4071
3256
-#: revision.c:2292
4072
+#: revision.c:2308
4073
#, c-format
4074
msgid "your current branch '%s' does not have any commits yet"
4075
msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
4076
3261
-#: revision.c:2489
4077
+#: revision.c:2505
4078
msgid "--first-parent is incompatible with --bisect"
4079
msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
4080
@@ -3276,30 +4092,30 @@ msgstr ""
4092
"Sie können diese Warnung mit `git config advice.ignoredHook false` "
4093
"deaktivieren."
4094
3279
-#: send-pack.c:141
4095
+#: send-pack.c:142
4096
msgid "unexpected flush packet while reading remote unpack status"
4097
msgstr "Unerwartetes Flush-Paket beim Lesen des Remote-Unpack-Status."
4098
3283
-#: send-pack.c:143
4099
+#: send-pack.c:144
4100
#, c-format
4101
msgid "unable to parse remote unpack status: %s"
4102
msgstr "Konnte Status des Entpackens der Gegenseite nicht parsen: %s"
4103
3288
-#: send-pack.c:145
4104
+#: send-pack.c:146
4105
#, c-format
4106
msgid "remote unpack failed: %s"
4107
msgstr "Entpacken auf der Gegenseite fehlgeschlagen: %s"
4108
3293
-#: send-pack.c:308
4109
+#: send-pack.c:309
4110
msgid "failed to sign the push certificate"
4111
msgstr "Fehler beim Signieren des \"push\"-Zertifikates"
4112
3297
-#: send-pack.c:421
4113
+#: send-pack.c:422
4114
msgid "the receiving end does not support --signed push"
4115
msgstr ""
4116
"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"
4117
3302
-#: send-pack.c:423
4118
+#: send-pack.c:424
4119
msgid ""
4120
"not sending a push certificate since the receiving end does not support --"
4121
"signed push"
@@ -3307,42 +4123,42 @@ msgstr ""
4123
"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"
4124
"Versand (\"--signed push\") unterstützt"
4125
3310
-#: send-pack.c:435
4126
+#: send-pack.c:436
4127
msgid "the receiving end does not support --atomic push"
4128
msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
4129
3314
-#: send-pack.c:440
4130
+#: send-pack.c:441
4131
msgid "the receiving end does not support push options"
4132
msgstr "die Gegenseite unterstützt keine Push-Optionen"
4133
3318
-#: sequencer.c:174
4134
+#: sequencer.c:177
4135
#, c-format
4136
msgid "invalid commit message cleanup mode '%s'"
4137
msgstr "Ungültiger \"cleanup\"-Modus '%s' für Commit-Beschreibungen."
4138
3323
-#: sequencer.c:274
4139
+#: sequencer.c:278
4140
#, c-format
4141
msgid "could not delete '%s'"
4142
msgstr "Konnte '%s' nicht löschen."
4143
3328
-#: sequencer.c:300
4144
+#: sequencer.c:304
4145
msgid "revert"
4146
msgstr "Revert"
4147
3332
-#: sequencer.c:302
4148
+#: sequencer.c:306
4149
msgid "cherry-pick"
4150
msgstr "Cherry-Pick"
4151
3336
-#: sequencer.c:304
4152
+#: sequencer.c:308
4153
msgid "rebase -i"
4154
msgstr "interaktives Rebase"
4155
3340
-#: sequencer.c:306
4156
+#: sequencer.c:310
4157
#, c-format
3342
-msgid "Unknown action: %d"
4158
+msgid "unknown action: %d"
4159
msgstr "Unbekannte Aktion: %d"
4160
3345
-#: sequencer.c:363
4161
+#: sequencer.c:367
4162
msgid ""
4163
"after resolving the conflicts, mark the corrected paths\n"
4164
"with 'git add <paths>' or 'git rm <paths>'"
@@ -3350,7 +4166,7 @@ msgstr ""
4166
"nach Auflösung der Konflikte markieren Sie die korrigierten Pfade\n"
4167
"mit 'git add <Pfade>' oder 'git rm <Pfade>'"
4168
3353
-#: sequencer.c:366
4169
+#: sequencer.c:370
4170
msgid ""
4171
"after resolving the conflicts, mark the corrected paths\n"
4172
"with 'git add <paths>' or 'git rm <paths>'\n"
@@ -3360,46 +4176,40 @@ msgstr ""
4176
"mit 'git add <Pfade>' oder 'git rm <Pfade>' und tragen Sie das Ergebnis mit\n"
4177
"'git commit' ein"
4178
3363
-#: sequencer.c:379 sequencer.c:2467
4179
+#: sequencer.c:383 sequencer.c:2488
4180
#, c-format
4181
msgid "could not lock '%s'"
4182
msgstr "Konnte '%s' nicht sperren"
4183
3368
-#: sequencer.c:381 sequencer.c:2345 sequencer.c:2471 sequencer.c:2485
3369
-#: sequencer.c:2693 sequencer.c:4335 sequencer.c:4398 wrapper.c:656
3370
-#, c-format
3371
-msgid "could not write to '%s'"
3372
-msgstr "Konnte nicht nach '%s' schreiben."
3373
-
3374
-#: sequencer.c:386
4184
+#: sequencer.c:390
4185
#, c-format
4186
msgid "could not write eol to '%s'"
4187
msgstr "Konnte EOL nicht nach '%s' schreiben."
4188
3379
-#: sequencer.c:391 sequencer.c:2350 sequencer.c:2473 sequencer.c:2487
3380
-#: sequencer.c:2701
4189
+#: sequencer.c:395 sequencer.c:2371 sequencer.c:2494 sequencer.c:2508
4190
+#: sequencer.c:2741
4191
#, c-format
4192
msgid "failed to finalize '%s'"
4193
msgstr "Fehler beim Fertigstellen von '%s'."
4194
3385
-#: sequencer.c:414 sequencer.c:803 sequencer.c:1492 sequencer.c:2370
3386
-#: sequencer.c:2683 sequencer.c:2787 builtin/am.c:259 builtin/commit.c:727
3387
-#: builtin/merge.c:1045
4195
+#: sequencer.c:418 sequencer.c:816 sequencer.c:1505 sequencer.c:2391
4196
+#: sequencer.c:2723 sequencer.c:2827 builtin/am.c:260 builtin/commit.c:740
4197
+#: builtin/merge.c:1081
4198
#, c-format
4199
msgid "could not read '%s'"
4200
msgstr "Konnte '%s' nicht lesen"
4201
3392
-#: sequencer.c:440
4202
+#: sequencer.c:444
4203
#, c-format
4204
msgid "your local changes would be overwritten by %s."
4205
msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."
4206
3397
-#: sequencer.c:444
4207
+#: sequencer.c:448
4208
msgid "commit your changes or stash them to proceed."
4209
msgstr ""
4210
"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
4211
3402
-#: sequencer.c:473
4212
+#: sequencer.c:477
4213
#, c-format
4214
msgid "%s: fast-forward"
4215
msgstr "%s: Vorspulen"
@@ -3407,20 +4217,35 @@ msgstr "%s: Vorspulen"
4217
#. TRANSLATORS: %s will be "revert", "cherry-pick" or
4218
#. "rebase -i".
4219
#.
3410
-#: sequencer.c:562
4220
+#: sequencer.c:566
4221
#, c-format
4222
msgid "%s: Unable to write new index file"
4223
msgstr "%s: Konnte neue Index-Datei nicht schreiben"
4224
3415
-#: sequencer.c:578
4225
+#: sequencer.c:582
4226
msgid "unable to update cache tree"
4227
msgstr "Konnte Cache-Verzeichnis nicht aktualisieren."
4228
3419
-#: sequencer.c:591
4229
+#: sequencer.c:595
4230
msgid "could not resolve HEAD commit"
4231
msgstr "Konnte HEAD-Commit nicht auflösen."
4232
3423
-#: sequencer.c:748
4233
+#: sequencer.c:723 sequencer.c:740
4234
+#, c-format
4235
+msgid "could not parse '%s' (looking for '%s')"
4236
+msgstr "Konnte '%s' nicht parsen (bei Suche nach '%s')."
4237
+
4238
+#: sequencer.c:731
4239
+#, c-format
4240
+msgid "bad quoting on %s value in '%s'"
4241
+msgstr "Ungültiges Setzen von Anführungszeichen bei %s Wert in '%s'"
4242
+
4243
+#: sequencer.c:747
4244
+#, c-format
4245
+msgid "invalid date format '%s' in '%s'"
4246
+msgstr "Ungültiges Datumsformat '%s' in '%s'"
4247
+
4248
+#: sequencer.c:761
4249
#, c-format
4250
msgid ""
4251
"you have staged changes in your working tree\n"
@@ -3451,15 +4276,15 @@ msgstr ""
4276
"\n"
4277
" git rebase --continue\n"
4278
3454
-#: sequencer.c:817
4279
+#: sequencer.c:830
4280
msgid "writing root commit"
4281
msgstr "Root-Commit schreiben"
4282
3458
-#: sequencer.c:1042
4283
+#: sequencer.c:1055
4284
msgid "'prepare-commit-msg' hook failed"
4285
msgstr "'prepare-commit-msg' Hook fehlgeschlagen."
4286
3462
-#: sequencer.c:1049
4287
+#: sequencer.c:1062
4288
msgid ""
4289
"Your name and email address were configured automatically based\n"
4290
"on your username and hostname. Please check that they are accurate.\n"
@@ -3487,7 +4312,7 @@ msgstr ""
4312
"\n"
4313
" git commit --amend --reset-author\n"
4314
3490
-#: sequencer.c:1062
4315
+#: sequencer.c:1075
4316
msgid ""
4317
"Your name and email address were configured automatically based\n"
4318
"on your username and hostname. Please check that they are accurate.\n"
@@ -3513,315 +4338,344 @@ msgstr ""
4338
"\n"
4339
" git commit --amend --reset-author\n"
4340
3516
-#: sequencer.c:1102
4341
+#: sequencer.c:1115
4342
msgid "couldn't look up newly created commit"
4343
msgstr "Konnte neu erstellten Commit nicht nachschlagen."
4344
3520
-#: sequencer.c:1104
4345
+#: sequencer.c:1117
4346
msgid "could not parse newly created commit"
4347
msgstr "Konnte neu erstellten Commit nicht analysieren."
4348
3524
-#: sequencer.c:1150
4349
+#: sequencer.c:1163
4350
msgid "unable to resolve HEAD after creating commit"
4351
msgstr "Konnte HEAD nicht auflösen, nachdem der Commit erstellt wurde."
4352
3528
-#: sequencer.c:1152
4353
+#: sequencer.c:1165
4354
msgid "detached HEAD"
4355
msgstr "losgelöster HEAD"
4356
3532
-#: sequencer.c:1156
4357
+#: sequencer.c:1169
4358
msgid " (root-commit)"
4359
msgstr " (Basis-Commit)"
4360
3536
-#: sequencer.c:1177
4361
+#: sequencer.c:1190
4362
msgid "could not parse HEAD"
4363
msgstr "Konnte HEAD nicht parsen."
4364
3540
-#: sequencer.c:1179
4365
+#: sequencer.c:1192
4366
#, c-format
4367
msgid "HEAD %s is not a commit!"
4368
msgstr "HEAD %s ist kein Commit!"
4369
3545
-#: sequencer.c:1183 builtin/commit.c:1528
4370
+#: sequencer.c:1196 builtin/commit.c:1528
4371
msgid "could not parse HEAD commit"
4372
msgstr "Konnte Commit von HEAD nicht analysieren."
4373
3549
-#: sequencer.c:1234 sequencer.c:1831
4374
+#: sequencer.c:1247 sequencer.c:1845
4375
msgid "unable to parse commit author"
4376
msgstr "Konnte Commit-Autor nicht parsen."
4377
3553
-#: sequencer.c:1244 builtin/am.c:1630 builtin/merge.c:644
4378
+#: sequencer.c:1257 builtin/am.c:1632 builtin/merge.c:675
4379
msgid "git write-tree failed to write a tree"
4380
msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
4381
3557
-#: sequencer.c:1261 sequencer.c:1316
4382
+#: sequencer.c:1274 sequencer.c:1329
4383
#, c-format
4384
msgid "unable to read commit message from '%s'"
4385
msgstr "Konnte Commit-Beschreibung von '%s' nicht lesen."
4386
3562
-#: sequencer.c:1283 builtin/am.c:1650 builtin/commit.c:1631 builtin/merge.c:824
3563
-#: builtin/merge.c:849
4387
+#: sequencer.c:1296 builtin/am.c:1653 builtin/commit.c:1631 builtin/merge.c:855
4388
+#: builtin/merge.c:880
4389
msgid "failed to write commit object"
4390
msgstr "Fehler beim Schreiben des Commit-Objektes."
4391
3567
-#: sequencer.c:1343
4392
+#: sequencer.c:1356
4393
#, c-format
4394
msgid "could not parse commit %s"
4395
msgstr "Konnte Commit %s nicht parsen."
4396
3572
-#: sequencer.c:1348
4397
+#: sequencer.c:1361
4398
#, c-format
4399
msgid "could not parse parent commit %s"
4400
msgstr "Konnte Eltern-Commit %s nicht parsen."
4401
3577
-#: sequencer.c:1499 sequencer.c:1524
4402
+#: sequencer.c:1457 sequencer.c:1565
4403
+#, c-format
4404
+msgid "unknown command: %d"
4405
+msgstr "Unbekannter Befehl: %d"
4406
+
4407
+#: sequencer.c:1512 sequencer.c:1537
4408
#, c-format
4409
msgid "This is a combination of %d commits."
4410
msgstr "Das ist eine Kombination aus %d Commits."
4411
3582
-#: sequencer.c:1509 sequencer.c:4354
4412
+#: sequencer.c:1522 sequencer.c:4520
4413
msgid "need a HEAD to fixup"
4414
msgstr "benötige HEAD für fixup"
4415
3586
-#: sequencer.c:1511 sequencer.c:2728
4416
+#: sequencer.c:1524 sequencer.c:2768
4417
msgid "could not read HEAD"
4418
msgstr "Konnte HEAD nicht lesen"
4419
3590
-#: sequencer.c:1513
4420
+#: sequencer.c:1526
4421
msgid "could not read HEAD's commit message"
4422
msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"
4423
3594
-#: sequencer.c:1519
4424
+#: sequencer.c:1532
4425
#, c-format
4426
msgid "cannot write '%s'"
4427
msgstr "kann '%s' nicht schreiben"
4428
3599
-#: sequencer.c:1526 git-rebase--interactive.sh:457
4429
+#: sequencer.c:1539 git-rebase--preserve-merges.sh:441
4430
msgid "This is the 1st commit message:"
4431
msgstr "Das ist die erste Commit-Beschreibung:"
4432
3603
-#: sequencer.c:1534
4433
+#: sequencer.c:1547
4434
#, c-format
4435
msgid "could not read commit message of %s"
4436
msgstr "Konnte Commit-Beschreibung von %s nicht lesen."
4437
3608
-#: sequencer.c:1541
4438
+#: sequencer.c:1554
4439
#, c-format
4440
msgid "This is the commit message #%d:"
4441
msgstr "Das ist Commit-Beschreibung #%d:"
4442
3613
-#: sequencer.c:1547
4443
+#: sequencer.c:1560
4444
#, c-format
4445
msgid "The commit message #%d will be skipped:"
4446
msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"
4447
3618
-#: sequencer.c:1552
3619
-#, c-format
3620
-msgid "unknown command: %d"
3621
-msgstr "Unbekannter Befehl: %d"
3622
-
3623
-#: sequencer.c:1630
4448
+#: sequencer.c:1643
4449
msgid "your index file is unmerged."
4450
msgstr "Ihre Index-Datei ist nicht zusammengeführt."
4451
3627
-#: sequencer.c:1637
4452
+#: sequencer.c:1650
4453
msgid "cannot fixup root commit"
4454
msgstr "kann fixup nicht auf Root-Commit anwenden"
4455
3631
-#: sequencer.c:1656
4456
+#: sequencer.c:1669
4457
#, c-format
4458
msgid "commit %s is a merge but no -m option was given."
4459
msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
4460
3636
-#: sequencer.c:1664
4461
+#: sequencer.c:1677
4462
#, c-format
4463
msgid "commit %s does not have parent %d"
4464
msgstr "Commit %s hat keinen Eltern-Commit %d"
4465
3641
-#: sequencer.c:1668
4466
+#: sequencer.c:1681
4467
#, c-format
4468
msgid "mainline was specified but commit %s is not a merge."
4469
msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
4470
3646
-#: sequencer.c:1674
4471
+#: sequencer.c:1687
4472
#, c-format
4473
msgid "cannot get commit message for %s"
4474
msgstr "Kann keine Commit-Beschreibung für %s bekommen."
4475
4476
#. TRANSLATORS: The first %s will be a "todo" command like
4477
#. "revert" or "pick", the second %s a SHA1.
3653
-#: sequencer.c:1693
4478
+#: sequencer.c:1706
4479
#, c-format
4480
msgid "%s: cannot parse parent commit %s"
4481
msgstr "%s: kann Eltern-Commit %s nicht parsen"
4482
3658
-#: sequencer.c:1758
4483
+#: sequencer.c:1771
4484
#, c-format
4485
msgid "could not rename '%s' to '%s'"
4486
msgstr "Konnte '%s' nicht zu '%s' umbenennen."
4487
3663
-#: sequencer.c:1812
4488
+#: sequencer.c:1826
4489
#, c-format
4490
msgid "could not revert %s... %s"
4491
msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
4492
3668
-#: sequencer.c:1813
4493
+#: sequencer.c:1827
4494
#, c-format
4495
msgid "could not apply %s... %s"
4496
msgstr "Konnte %s... (%s) nicht anwenden"
4497
3673
-#: sequencer.c:1863
3674
-msgid "empty commit set passed"
3675
-msgstr "leere Menge von Commits übergeben"
3676
-
3677
-#: sequencer.c:1873
4498
+#: sequencer.c:1885
4499
#, c-format
4500
msgid "git %s: failed to read the index"
4501
msgstr "git %s: Fehler beim Lesen des Index"
4502
3682
-#: sequencer.c:1880
4503
+#: sequencer.c:1892
4504
#, c-format
4505
msgid "git %s: failed to refresh the index"
4506
msgstr "git %s: Fehler beim Aktualisieren des Index"
4507
3687
-#: sequencer.c:1960
4508
+#: sequencer.c:1972
4509
#, c-format
4510
msgid "%s does not accept arguments: '%s'"
4511
msgstr "%s akzeptiert keine Argumente: '%s'"
4512
3692
-#: sequencer.c:1969
4513
+#: sequencer.c:1981
4514
#, c-format
4515
msgid "missing arguments for %s"
4516
msgstr "Fehlende Argumente für %s."
4517
3697
-#: sequencer.c:2028
4518
+#: sequencer.c:2040
4519
#, c-format
4520
msgid "invalid line %d: %.*s"
4521
msgstr "Ungültige Zeile %d: %.*s"
4522
3702
-#: sequencer.c:2036
4523
+#: sequencer.c:2048
4524
#, c-format
4525
msgid "cannot '%s' without a previous commit"
4526
msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"
4527
3707
-#: sequencer.c:2084 sequencer.c:4137 sequencer.c:4172
4528
+#: sequencer.c:2096 sequencer.c:4277 sequencer.c:4333
4529
#, c-format
4530
msgid "could not read '%s'."
4531
msgstr "Konnte '%s' nicht lesen."
4532
3712
-#: sequencer.c:2107
4533
+#: sequencer.c:2119
4534
msgid "please fix this using 'git rebase --edit-todo'."
4535
msgstr ""
4536
"Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."
4537
3717
-#: sequencer.c:2109
4538
+#: sequencer.c:2121
4539
#, c-format
4540
msgid "unusable instruction sheet: '%s'"
4541
msgstr "Unbenutzbares Instruktionsblatt: '%s'"
4542
3722
-#: sequencer.c:2114
4543
+#: sequencer.c:2126
4544
msgid "no commits parsed."
4545
msgstr "Keine Commits geparst."
4546
3726
-#: sequencer.c:2125
4547
+#: sequencer.c:2137
4548
msgid "cannot cherry-pick during a revert."
4549
msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
4550
3730
-#: sequencer.c:2127
4551
+#: sequencer.c:2139
4552
msgid "cannot revert during a cherry-pick."
4553
msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
4554
3734
-#: sequencer.c:2194
3735
-#, c-format
3736
-msgid "invalid key: %s"
3737
-msgstr "Ungültiger Schlüssel: %s"
3738
-
3739
-#: sequencer.c:2197
4555
+#: sequencer.c:2209
4556
#, c-format
4557
msgid "invalid value for %s: %s"
4558
msgstr "Ungültiger Wert für %s: %s"
4559
3744
-#: sequencer.c:2268
4560
+#: sequencer.c:2285
4561
msgid "unusable squash-onto"
4562
msgstr "Unbenutzbares squash-onto."
4563
3748
-#: sequencer.c:2284
4564
+#: sequencer.c:2301
4565
#, c-format
4566
msgid "malformed options sheet: '%s'"
4567
msgstr "Fehlerhaftes Optionsblatt: '%s'"
4568
3753
-#: sequencer.c:2322
4569
+#: sequencer.c:2335 sequencer.c:3775
4570
+msgid "empty commit set passed"
4571
+msgstr "leere Menge von Commits übergeben"
4572
+
4573
+#: sequencer.c:2343
4574
msgid "a cherry-pick or revert is already in progress"
4575
msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
4576
3757
-#: sequencer.c:2323
4577
+#: sequencer.c:2344
4578
msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
4579
msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
4580
3761
-#: sequencer.c:2326
4581
+#: sequencer.c:2347
4582
#, c-format
4583
msgid "could not create sequencer directory '%s'"
4584
msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."
4585
3766
-#: sequencer.c:2340
4586
+#: sequencer.c:2361
4587
msgid "could not lock HEAD"
4588
msgstr "Konnte HEAD nicht sperren"
4589
3770
-#: sequencer.c:2395 sequencer.c:3402
4590
+#: sequencer.c:2416 sequencer.c:3543
4591
msgid "no cherry-pick or revert in progress"
4592
msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
4593
3774
-#: sequencer.c:2397
4594
+#: sequencer.c:2418
4595
msgid "cannot resolve HEAD"
4596
msgstr "kann HEAD nicht auflösen"
4597
3778
-#: sequencer.c:2399 sequencer.c:2434
4598
+#: sequencer.c:2420 sequencer.c:2455
4599
msgid "cannot abort from a branch yet to be born"
4600
msgstr "kann nicht abbrechen: bin auf einem Branch, der noch nicht geboren ist"
4601
3782
-#: sequencer.c:2420 builtin/grep.c:720
4602
+#: sequencer.c:2441 builtin/grep.c:721
4603
#, c-format
4604
msgid "cannot open '%s'"
4605
msgstr "kann '%s' nicht öffnen"
4606
3787
-#: sequencer.c:2422
4607
+#: sequencer.c:2443
4608
#, c-format
4609
msgid "cannot read '%s': %s"
4610
msgstr "Kann '%s' nicht lesen: %s"
4611
3792
-#: sequencer.c:2423
4612
+#: sequencer.c:2444
4613
msgid "unexpected end of file"
4614
msgstr "Unerwartetes Dateiende"
4615
3796
-#: sequencer.c:2429
4616
+#: sequencer.c:2450
4617
#, c-format
4618
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
4619
msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
4620
3801
-#: sequencer.c:2440
4621
+#: sequencer.c:2461
4622
msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
4623
msgstr ""
4624
"Sie scheinen HEAD verändert zu haben. Keine Rückspulung, prüfen Sie HEAD."
4625
3806
-#: sequencer.c:2544 sequencer.c:3320
4626
+#: sequencer.c:2565 sequencer.c:3461
4627
#, c-format
4628
msgid "could not update %s"
4629
msgstr "Konnte %s nicht aktualisieren."
4630
3811
-#: sequencer.c:2582 sequencer.c:3300
4631
+#: sequencer.c:2603 sequencer.c:3441
4632
msgid "cannot read HEAD"
4633
msgstr "Kann HEAD nicht lesen"
4634
3815
-#: sequencer.c:2617 sequencer.c:2621 builtin/difftool.c:639
4635
+#: sequencer.c:2618
4636
+#, c-format
4637
+msgid "unable to copy '%s' to '%s'"
4638
+msgstr "Konnte '%s' nicht nach '%s' kopieren."
4639
+
4640
+#: sequencer.c:2626
4641
+#, c-format
4642
+msgid ""
4643
+"You can amend the commit now, with\n"
4644
+"\n"
4645
+" git commit --amend %s\n"
4646
+"\n"
4647
+"Once you are satisfied with your changes, run\n"
4648
+"\n"
4649
+" git rebase --continue\n"
4650
+msgstr ""
4651
+"Sie können den Commit nun nachbessern mit:\n"
4652
+"\n"
4653
+" git commit --amend %s\n"
4654
+"\n"
4655
+"Sobald Sie mit Ihren Änderungen zufrieden sind, führen Sie aus:\n"
4656
+"\n"
4657
+" git rebase --continue\n"
4658
+
4659
+#: sequencer.c:2636
4660
+#, c-format
4661
+msgid "Could not apply %s... %.*s"
4662
+msgstr "Konnte %s... (%.*s) nicht anwenden"
4663
+
4664
+#: sequencer.c:2643
4665
+#, c-format
4666
+msgid "Could not merge %.*s"
4667
+msgstr "Konnte \"%.*s\" nicht zusammenführen."
4668
+
4669
+#: sequencer.c:2654 sequencer.c:2658 builtin/difftool.c:640
4670
#, c-format
4671
msgid "could not copy '%s' to '%s'"
4672
msgstr "Konnte '%s' nicht nach '%s' kopieren."
4673
3820
-#: sequencer.c:2640
4674
+#: sequencer.c:2680 sequencer.c:3095
4675
msgid "could not read index"
4676
msgstr "Konnte den Index nicht lesen."
4677
3824
-#: sequencer.c:2645
4678
+#: sequencer.c:2685
4679
#, c-format
4680
msgid ""
4681
"execution failed: %s\n"
@@ -3837,11 +4691,11 @@ msgstr ""
4691
"\n"
4692
"ausführen.\n"
4693
3840
-#: sequencer.c:2651
4694
+#: sequencer.c:2691
4695
msgid "and made changes to the index and/or the working tree\n"
4696
msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"
4697
3844
-#: sequencer.c:2657
4698
+#: sequencer.c:2697
4699
#, c-format
4700
msgid ""
4701
"execution succeeded: %s\n"
@@ -3859,62 +4713,81 @@ msgstr ""
4713
" git rebase --continue\n"
4714
"\n"
4715
3862
-#: sequencer.c:2770
4716
+#: sequencer.c:2758
4717
+#, c-format
4718
+msgid "illegal label name: '%.*s'"
4719
+msgstr "Unerlaubter Beschriftungsname: '%.*s'"
4720
+
4721
+#: sequencer.c:2810
4722
msgid "writing fake root commit"
4723
msgstr "unechten Root-Commit schreiben"
4724
3866
-#: sequencer.c:2775
4725
+#: sequencer.c:2815
4726
msgid "writing squash-onto"
4727
msgstr "squash-onto schreiben"
4728
3870
-#: sequencer.c:2810
4729
+#: sequencer.c:2850
4730
#, c-format
4731
msgid "failed to find tree of %s"
4732
msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."
4733
3875
-#: sequencer.c:2828
4734
+#: sequencer.c:2868
4735
msgid "could not write index"
4736
msgstr "Konnte Index nicht schreiben."
4737
3879
-#: sequencer.c:2860
4738
+#: sequencer.c:2895
4739
+#, c-format
4740
+msgid "could not resolve '%s'"
4741
+msgstr "Konnte '%s' nicht auflösen."
4742
+
4743
+#: sequencer.c:2921
4744
msgid "cannot merge without a current revision"
4745
msgstr "Kann nicht ohne einen aktuellen Commit mergen."
4746
3883
-#: sequencer.c:2883
4747
+#: sequencer.c:2943
4748
#, c-format
3885
-msgid "could not resolve '%s'"
3886
-msgstr "Konnte '%s' nicht auflösen."
4749
+msgid "unable to parse '%.*s'"
4750
+msgstr "Konnte '%.*s' nicht parsen."
4751
This file is too large to show in full.