l10n: de.po: update German translation
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Ralf Thielow committed
Jul 21, 2017 at 18:59 UTC
2166cd5af0b29d8f1b2ea68e1c9c60863b3b99ee
1 file changed
+3181
-3010
po/de.po
+3181
-3010
@@ -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: 2017-05-05 09:35+0800\n"
10
+"POT-Creation-Date: 2017-07-24 21:54+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:55
20
+#: advice.c:58
21
#, c-format
22
msgid "hint: %.*s\n"
23
msgstr "Hinweis: %.*s\n"
24
25
-#: advice.c:83
25
+#: advice.c:86
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:85
31
+#: advice.c:88
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:87
36
+#: advice.c:90
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:89
41
+#: advice.c:92
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:91
46
+#: advice.c:94
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:93
51
+#: advice.c:96
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:101
56
+#: advice.c:104
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:109
65
+#: advice.c:112
66
msgid "Exiting because of an unresolved conflict."
67
msgstr "Beende wegen unaufgelöstem Konflikt."
68
69
-#: advice.c:114 builtin/merge.c:1185
69
+#: advice.c:117 builtin/merge.c:1184
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:116
73
+#: advice.c:119
74
msgid "Please, commit your changes before merging."
75
msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen."
76
77
-#: advice.c:117
77
+#: advice.c:120
78
msgid "Exiting because of unfinished merge."
79
msgstr "Beende wegen nicht abgeschlossenem Merge."
80
81
-#: advice.c:123
81
+#: advice.c:126
82
#, c-format
83
msgid ""
84
"Note: checking out '%s'.\n"
@@ -109,89 +109,99 @@ msgstr ""
109
" git checkout -b <neuer-Branchname>\n"
110
"\n"
111
112
-#: apply.c:57
112
+#: apply.c:58
113
#, c-format
114
msgid "unrecognized whitespace option '%s'"
115
msgstr "nicht erkannte Whitespace-Option: '%s'"
116
117
-#: apply.c:73
117
+#: apply.c:74
118
#, c-format
119
msgid "unrecognized whitespace ignore option '%s'"
120
msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"
121
122
-#: apply.c:125
122
+#: apply.c:126
123
msgid "--reject and --3way cannot be used together."
124
msgstr "--reject und --3way können nicht gemeinsam verwendet werden."
125
126
-#: apply.c:127
126
+#: apply.c:128
127
msgid "--cached and --3way cannot be used together."
128
msgstr "--cached und --3way können nicht gemeinsam verwendet werden."
129
130
-#: apply.c:130
130
+#: apply.c:131
131
msgid "--3way outside a repository"
132
msgstr ""
133
"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
134
135
-#: apply.c:141
135
+#: apply.c:142
136
msgid "--index outside a repository"
137
msgstr ""
138
"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
139
140
-#: apply.c:144
140
+#: apply.c:145
141
msgid "--cached outside a repository"
142
msgstr ""
143
"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
144
145
-#: apply.c:845
145
+#: apply.c:836
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:854
150
+#: apply.c:845
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:938
155
+#: apply.c:929
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:977
160
+#: apply.c:967
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:983
167
+#: apply.c:973
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:984
173
+#: apply.c:974
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:990
179
+#: apply.c:979
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:1488
184
+#: apply.c:1008
185
+#, c-format
186
+msgid "invalid mode on line %d: %s"
187
+msgstr "Ungültiger Modus in Zeile %d: %s"
188
+
189
+#: apply.c:1326
190
+#, c-format
191
+msgid "inconsistent header lines %d and %d"
192
+msgstr "Inkonsistente Kopfzeilen %d und %d."
193
+
194
+#: apply.c:1498
195
#, c-format
196
msgid "recount: unexpected line: %.*s"
197
msgstr "recount: unerwartete Zeile: %.*s"
198
189
-#: apply.c:1557
199
+#: apply.c:1567
200
#, c-format
201
msgid "patch fragment without header at line %d: %.*s"
202
msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
203
194
-#: apply.c:1577
204
+#: apply.c:1587
205
#, c-format
206
msgid ""
207
"git diff header lacks filename information when removing %d leading pathname "
@@ -206,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
209
-#: apply.c:1589
219
+#: apply.c:1600
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
216
-#: apply.c:1759
226
+#: apply.c:1770
227
msgid "new file depends on old contents"
228
msgstr "neue Datei hängt von alten Inhalten ab"
229
220
-#: apply.c:1761
230
+#: apply.c:1772
231
msgid "deleted file still has contents"
232
msgstr "entfernte Datei hat noch Inhalte"
233
224
-#: apply.c:1795
234
+#: apply.c:1806
235
#, c-format
236
msgid "corrupt patch at line %d"
237
msgstr "fehlerhafter Patch bei Zeile %d"
238
229
-#: apply.c:1832
239
+#: apply.c:1843
240
#, c-format
241
msgid "new file %s depends on old contents"
242
msgstr "neue Datei %s hängt von alten Inhalten ab"
243
234
-#: apply.c:1834
244
+#: apply.c:1845
245
#, c-format
246
msgid "deleted file %s still has contents"
247
msgstr "entfernte Datei %s hat noch Inhalte"
248
239
-#: apply.c:1837
249
+#: apply.c:1848
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
244
-#: apply.c:1984
254
+#: apply.c:1995
255
#, c-format
256
msgid "corrupt binary patch at line %d: %.*s"
257
msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
258
249
-#: apply.c:2021
259
+#: apply.c:2032
260
#, c-format
261
msgid "unrecognized binary patch at line %d"
262
msgstr "nicht erkannter Binär-Patch bei Zeile %d"
263
254
-#: apply.c:2182
264
+#: apply.c:2193
265
#, c-format
266
msgid "patch with only garbage at line %d"
267
msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
268
259
-#: apply.c:2265
269
+#: apply.c:2276
270
#, c-format
271
msgid "unable to read symlink %s"
272
msgstr "konnte symbolische Verknüpfung %s nicht lesen"
273
264
-#: apply.c:2269
274
+#: apply.c:2280
275
#, c-format
276
msgid "unable to open or read %s"
277
msgstr "konnte %s nicht öffnen oder lesen"
278
269
-#: apply.c:2922
279
+#: apply.c:2933
280
#, c-format
281
msgid "invalid start of line: '%c'"
282
msgstr "Ungültiger Zeilenanfang: '%c'"
283
274
-#: apply.c:3041
284
+#: apply.c:3052
285
#, c-format
286
msgid "Hunk #%d succeeded at %d (offset %d line)."
287
msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -279,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
282
-#: apply.c:3053
292
+#: apply.c:3064
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
287
-#: apply.c:3059
297
+#: apply.c:3070
298
#, c-format
299
msgid ""
300
"while searching for:\n"
@@ -293,25 +303,25 @@ msgstr ""
303
"bei der Suche nach:\n"
304
"%.*s"
305
296
-#: apply.c:3081
306
+#: apply.c:3092
307
#, c-format
308
msgid "missing binary patch data for '%s'"
309
msgstr "keine Daten in Binär-Patch für '%s'"
310
301
-#: apply.c:3089
311
+#: apply.c:3100
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
308
-#: apply.c:3135
318
+#: apply.c:3146
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
314
-#: apply.c:3145
324
+#: apply.c:3156
325
#, c-format
326
msgid ""
327
"the patch applies to '%s' (%s), which does not match the current contents."
@@ -319,558 +329,558 @@ msgstr ""
329
"der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n"
330
"entspricht"
331
322
-#: apply.c:3153
332
+#: apply.c:3164
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
327
-#: apply.c:3171
337
+#: apply.c:3182
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
332
-#: apply.c:3184
342
+#: apply.c:3195
343
#, c-format
344
msgid "binary patch does not apply to '%s'"
345
msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
346
337
-#: apply.c:3190
347
+#: apply.c:3201
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
343
-#: apply.c:3211
353
+#: apply.c:3222
354
#, c-format
355
msgid "patch failed: %s:%ld"
356
msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
357
348
-#: apply.c:3333
358
+#: apply.c:3344
359
#, c-format
360
msgid "cannot checkout %s"
361
msgstr "kann %s nicht auschecken"
362
353
-#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:253
363
+#: apply.c:3392 apply.c:3403 apply.c:3449 setup.c:277
364
#, c-format
365
msgid "failed to read %s"
366
msgstr "Fehler beim Lesen von %s"
367
358
-#: apply.c:3389
368
+#: apply.c:3400
369
#, c-format
370
msgid "reading from '%s' beyond a symbolic link"
371
msgstr "'%s' ist hinter einer symbolischen Verknüpfung"
372
363
-#: apply.c:3418 apply.c:3658
373
+#: apply.c:3429 apply.c:3669
374
#, c-format
375
msgid "path %s has been renamed/deleted"
376
msgstr "Pfad %s wurde umbenannt/gelöscht"
377
368
-#: apply.c:3501 apply.c:3672
378
+#: apply.c:3512 apply.c:3683
379
#, c-format
380
msgid "%s: does not exist in index"
381
msgstr "%s ist nicht im Index"
382
373
-#: apply.c:3510 apply.c:3680
383
+#: apply.c:3521 apply.c:3691
384
#, c-format
385
msgid "%s: does not match index"
386
msgstr "%s entspricht nicht der Version im Index"
387
378
-#: apply.c:3545
388
+#: apply.c:3556
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
384
-#: apply.c:3548
394
+#: apply.c:3559
395
#, c-format
396
msgid "Falling back to three-way merge...\n"
397
msgstr "Falle zurück auf 3-Wege-Merge ...\n"
398
389
-#: apply.c:3564 apply.c:3568
399
+#: apply.c:3575 apply.c:3579
400
#, c-format
401
msgid "cannot read the current contents of '%s'"
402
msgstr "kann aktuelle Inhalte von '%s' nicht lesen"
403
394
-#: apply.c:3580
404
+#: apply.c:3591
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
399
-#: apply.c:3594
409
+#: apply.c:3605
410
#, c-format
411
msgid "Applied patch to '%s' with conflicts.\n"
412
msgstr "Patch auf '%s' mit Konflikten angewendet.\n"
413
404
-#: apply.c:3599
414
+#: apply.c:3610
415
#, c-format
416
msgid "Applied patch to '%s' cleanly.\n"
417
msgstr "Patch auf '%s' sauber angewendet.\n"
418
409
-#: apply.c:3625
419
+#: apply.c:3636
420
msgid "removal patch leaves file contents"
421
msgstr "Lösch-Patch hinterlässt Dateiinhalte"
422
413
-#: apply.c:3697
423
+#: apply.c:3708
424
#, c-format
425
msgid "%s: wrong type"
426
msgstr "%s: falscher Typ"
427
418
-#: apply.c:3699
428
+#: apply.c:3710
429
#, c-format
430
msgid "%s has type %o, expected %o"
431
msgstr "%s ist vom Typ %o, erwartete %o"
432
423
-#: apply.c:3850 apply.c:3852
433
+#: apply.c:3860 apply.c:3862
434
#, c-format
435
msgid "invalid path '%s'"
436
msgstr "Ungültiger Pfad '%s'"
437
428
-#: apply.c:3908
438
+#: apply.c:3918
439
#, c-format
440
msgid "%s: already exists in index"
441
msgstr "%s ist bereits bereitgestellt"
442
433
-#: apply.c:3911
443
+#: apply.c:3921
444
#, c-format
445
msgid "%s: already exists in working directory"
446
msgstr "%s existiert bereits im Arbeitsverzeichnis"
447
438
-#: apply.c:3931
448
+#: apply.c:3941
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
443
-#: apply.c:3936
453
+#: apply.c:3946
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
448
-#: apply.c:3956
458
+#: apply.c:3966
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
453
-#: apply.c:3960
463
+#: apply.c:3970
464
#, c-format
465
msgid "%s: patch does not apply"
466
msgstr "%s: Patch konnte nicht angewendet werden"
467
458
-#: apply.c:3975
468
+#: apply.c:3985
469
#, c-format
470
msgid "Checking patch %s..."
471
msgstr "Prüfe Patch %s ..."
472
463
-#: apply.c:4066
473
+#: apply.c:4076
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
468
-#: apply.c:4073
478
+#: apply.c:4083
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
473
-#: apply.c:4076
483
+#: apply.c:4086
484
#, c-format
485
msgid "sha1 information is lacking or useless (%s)."
486
msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)."
487
478
-#: apply.c:4081 builtin/checkout.c:252 builtin/reset.c:135
488
+#: apply.c:4091 builtin/checkout.c:235 builtin/reset.c:138
489
#, c-format
490
msgid "make_cache_entry failed for path '%s'"
491
msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
492
483
-#: apply.c:4085
493
+#: apply.c:4095
494
#, c-format
495
msgid "could not add %s to temporary index"
496
msgstr "konnte %s nicht zum temporären Index hinzufügen"
497
488
-#: apply.c:4095
498
+#: apply.c:4105
499
#, c-format
500
msgid "could not write temporary index to %s"
501
msgstr "konnte temporären Index nicht nach %s schreiben"
502
493
-#: apply.c:4233
503
+#: apply.c:4243
504
#, c-format
505
msgid "unable to remove %s from index"
506
msgstr "konnte %s nicht aus dem Index entfernen"
507
498
-#: apply.c:4268
508
+#: apply.c:4278
509
#, c-format
510
msgid "corrupt patch for submodule %s"
511
msgstr "fehlerhafter Patch für Submodul %s"
512
503
-#: apply.c:4274
513
+#: apply.c:4284
514
#, c-format
515
msgid "unable to stat newly created file '%s'"
516
msgstr "konnte neu erstellte Datei '%s' nicht lesen"
517
508
-#: apply.c:4282
518
+#: apply.c:4292
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
513
-#: apply.c:4288 apply.c:4432
523
+#: apply.c:4298 apply.c:4442
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
518
-#: apply.c:4329
528
+#: apply.c:4339
529
#, c-format
530
msgid "failed to write to '%s'"
531
msgstr "Fehler beim Schreiben nach '%s'"
532
523
-#: apply.c:4333
533
+#: apply.c:4343
534
#, c-format
535
msgid "closing file '%s'"
536
msgstr "schließe Datei '%s'"
537
528
-#: apply.c:4403
538
+#: apply.c:4413
539
#, c-format
540
msgid "unable to write file '%s' mode %o"
541
msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
542
533
-#: apply.c:4501
543
+#: apply.c:4511
544
#, c-format
545
msgid "Applied patch %s cleanly."
546
msgstr "Patch %s sauber angewendet"
547
538
-#: apply.c:4509
548
+#: apply.c:4519
549
msgid "internal error"
550
msgstr "interner Fehler"
551
542
-#: apply.c:4512
552
+#: apply.c:4522
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
549
-#: apply.c:4523
559
+#: apply.c:4533
560
#, c-format
561
msgid "truncating .rej filename to %.*s.rej"
562
msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
563
554
-#: apply.c:4531 builtin/fetch.c:739 builtin/fetch.c:988
564
+#: apply.c:4541 builtin/fetch.c:738 builtin/fetch.c:988
565
#, c-format
566
msgid "cannot open %s"
567
msgstr "kann '%s' nicht öffnen"
568
559
-#: apply.c:4545
569
+#: apply.c:4555
570
#, c-format
571
msgid "Hunk #%d applied cleanly."
572
msgstr "Patch-Bereich #%d sauber angewendet."
573
564
-#: apply.c:4549
574
+#: apply.c:4559
575
#, c-format
576
msgid "Rejected hunk #%d."
577
msgstr "Patch-Block #%d zurückgewiesen."
578
569
-#: apply.c:4659
579
+#: apply.c:4669
580
#, c-format
581
msgid "Skipped patch '%s'."
582
msgstr "Patch '%s' ausgelassen."
583
574
-#: apply.c:4667
584
+#: apply.c:4677
585
msgid "unrecognized input"
586
msgstr "nicht erkannte Eingabe"
587
578
-#: apply.c:4686
588
+#: apply.c:4696
589
msgid "unable to read index file"
590
msgstr "Konnte Index-Datei nicht lesen"
591
582
-#: apply.c:4823
592
+#: apply.c:4833
593
#, c-format
594
msgid "can't open patch '%s': %s"
595
msgstr "kann Patch '%s' nicht öffnen: %s"
596
587
-#: apply.c:4850
597
+#: apply.c:4860
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
594
-#: apply.c:4856 apply.c:4871
604
+#: apply.c:4866 apply.c:4881
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
601
-#: apply.c:4864
611
+#: apply.c:4874
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
608
-#: apply.c:4880 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
618
+#: apply.c:4890 builtin/add.c:513 builtin/mv.c:299 builtin/rm.c:391
619
msgid "Unable to write new index file"
620
msgstr "Konnte neue Index-Datei nicht schreiben."
621
612
-#: apply.c:4911 apply.c:4914 builtin/am.c:2276 builtin/am.c:2279
613
-#: builtin/clone.c:113 builtin/fetch.c:98 builtin/pull.c:180
622
+#: apply.c:4921 apply.c:4924 builtin/am.c:2257 builtin/am.c:2260
623
+#: builtin/clone.c:115 builtin/fetch.c:93 builtin/pull.c:187
624
#: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
625
#: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
626
#: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
617
-#: git-add--interactive.perl:239
627
+#: git-add--interactive.perl:197
628
msgid "path"
629
msgstr "Pfad"
630
621
-#: apply.c:4912
631
+#: apply.c:4922
632
msgid "don't apply changes matching the given path"
633
msgstr "keine Änderungen im angegebenen Pfad anwenden"
634
625
-#: apply.c:4915
635
+#: apply.c:4925
636
msgid "apply changes matching the given path"
637
msgstr "Änderungen nur im angegebenen Pfad anwenden"
638
629
-#: apply.c:4917 builtin/am.c:2285
639
+#: apply.c:4927 builtin/am.c:2266
640
msgid "num"
641
msgstr "Anzahl"
642
633
-#: apply.c:4918
643
+#: apply.c:4928
644
msgid "remove <num> leading slashes from traditional diff paths"
645
msgstr ""
646
"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
647
"entfernen"
648
639
-#: apply.c:4921
649
+#: apply.c:4931
650
msgid "ignore additions made by the patch"
651
msgstr "hinzugefügte Zeilen des Patches ignorieren"
652
643
-#: apply.c:4923
653
+#: apply.c:4933
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
649
-#: apply.c:4927
659
+#: apply.c:4937
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
654
-#: apply.c:4929
664
+#: apply.c:4939
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
660
-#: apply.c:4931
670
+#: apply.c:4941
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
665
-#: apply.c:4933
675
+#: apply.c:4943
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
670
-#: apply.c:4935
680
+#: apply.c:4945
681
msgid "apply a patch without touching the working tree"
682
msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
683
674
-#: apply.c:4937
684
+#: apply.c:4947
685
msgid "accept a patch that touches outside the working area"
686
msgstr ""
687
"Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
688
679
-#: apply.c:4939
689
+#: apply.c:4949
690
msgid "also apply the patch (use with --stat/--summary/--check)"
691
msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
692
683
-#: apply.c:4941
693
+#: apply.c:4951
694
msgid "attempt three-way merge if a patch does not apply"
695
msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
696
687
-#: apply.c:4943
697
+#: apply.c:4953
698
msgid "build a temporary index based on embedded index information"
699
msgstr ""
700
"einen temporären Index, basierend auf den integrierten Index-Informationen, "
701
"erstellen"
702
693
-#: apply.c:4946 builtin/checkout-index.c:169 builtin/ls-files.c:515
703
+#: apply.c:4956 builtin/checkout-index.c:170 builtin/ls-files.c:515
704
msgid "paths are separated with NUL character"
705
msgstr "Pfade sind getrennt durch NUL Zeichen"
706
697
-#: apply.c:4948
707
+#: apply.c:4958
708
msgid "ensure at least <n> lines of context match"
709
msgstr ""
710
"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
711
702
-#: apply.c:4949 builtin/am.c:2264
712
+#: apply.c:4959 builtin/am.c:2245
713
msgid "action"
714
msgstr "Aktion"
715
706
-#: apply.c:4950
716
+#: apply.c:4960
717
msgid "detect new or modified lines that have whitespace errors"
718
msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
719
710
-#: apply.c:4953 apply.c:4956
720
+#: apply.c:4963 apply.c:4966
721
msgid "ignore changes in whitespace when finding context"
722
msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
723
714
-#: apply.c:4959
724
+#: apply.c:4969
725
msgid "apply the patch in reverse"
726
msgstr "den Patch in umgekehrter Reihenfolge anwenden"
727
718
-#: apply.c:4961
728
+#: apply.c:4971
729
msgid "don't expect at least one line of context"
730
msgstr "keinen Kontext erwarten"
731
722
-#: apply.c:4963
732
+#: apply.c:4973
733
msgid "leave the rejected hunks in corresponding *.rej files"
734
msgstr ""
735
"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
736
727
-#: apply.c:4965
737
+#: apply.c:4975
738
msgid "allow overlapping hunks"
739
msgstr "sich überlappende Patch-Blöcke erlauben"
740
731
-#: apply.c:4966 builtin/add.c:267 builtin/check-ignore.c:19
732
-#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
733
-#: builtin/log.c:1867 builtin/mv.c:122 builtin/read-tree.c:134
741
+#: apply.c:4976 builtin/add.c:270 builtin/check-ignore.c:21
742
+#: builtin/commit.c:1340 builtin/count-objects.c:95 builtin/fsck.c:651
743
+#: builtin/log.c:1877 builtin/mv.c:123 builtin/read-tree.c:125
744
msgid "be verbose"
745
msgstr "erweiterte Ausgaben"
746
737
-#: apply.c:4968
747
+#: apply.c:4978
748
msgid "tolerate incorrectly detected missing new-line at the end of file"
749
msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
750
741
-#: apply.c:4971
751
+#: apply.c:4981
752
msgid "do not trust the line counts in the hunk headers"
753
msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
754
745
-#: apply.c:4973 builtin/am.c:2273
755
+#: apply.c:4983 builtin/am.c:2254
756
msgid "root"
757
msgstr "Wurzelverzeichnis"
758
749
-#: apply.c:4974
759
+#: apply.c:4984
760
msgid "prepend <root> to all filenames"
761
msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
762
753
-#: archive.c:12
763
+#: archive.c:13
764
msgid "git archive [<options>] <tree-ish> [<path>...]"
765
msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]"
766
757
-#: archive.c:13
767
+#: archive.c:14
768
msgid "git archive --list"
769
msgstr "git archive --list"
770
761
-#: archive.c:14
771
+#: archive.c:15
772
msgid ""
773
"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
774
msgstr ""
775
"git archive --remote <Repository> [--exec <Programm>] [<Optionen>] <Commit-"
776
"Referenz> [<Pfad>...]"
777
768
-#: archive.c:15
778
+#: archive.c:16
779
msgid "git archive --remote <repo> [--exec <cmd>] --list"
780
msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
781
772
-#: archive.c:332 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
782
+#: archive.c:333 builtin/add.c:154 builtin/add.c:492 builtin/rm.c:300
783
#, c-format
784
msgid "pathspec '%s' did not match any files"
785
msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
786
777
-#: archive.c:417
787
+#: archive.c:418
788
msgid "fmt"
789
msgstr "Format"
790
781
-#: archive.c:417
791
+#: archive.c:418
792
msgid "archive format"
793
msgstr "Archivformat"
794
785
-#: archive.c:418 builtin/log.c:1436
795
+#: archive.c:419 builtin/log.c:1446
796
msgid "prefix"
797
msgstr "Präfix"
798
789
-#: archive.c:419
799
+#: archive.c:420
800
msgid "prepend prefix to each pathname in the archive"
801
msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
802
793
-#: archive.c:420 builtin/blame.c:2598 builtin/blame.c:2599 builtin/config.c:60
794
-#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1061
795
-#: builtin/hash-object.c:101 builtin/ls-files.c:549 builtin/ls-files.c:552
796
-#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:129
803
+#: archive.c:421 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
804
+#: builtin/fast-export.c:989 builtin/fast-export.c:991 builtin/grep.c:1080
805
+#: builtin/hash-object.c:102 builtin/ls-files.c:549 builtin/ls-files.c:552
806
+#: builtin/notes.c:404 builtin/notes.c:567 builtin/read-tree.c:120
807
#: parse-options.h:153
808
msgid "file"
809
msgstr "Datei"
810
801
-#: archive.c:421 builtin/archive.c:89
811
+#: archive.c:422 builtin/archive.c:89
812
msgid "write the archive to this file"
813
msgstr "das Archiv in diese Datei schreiben"
814
805
-#: archive.c:423
815
+#: archive.c:424
816
msgid "read .gitattributes in working directory"
817
msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen"
818
809
-#: archive.c:424
819
+#: archive.c:425
820
msgid "report archived files on stderr"
821
msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben"
822
813
-#: archive.c:425
823
+#: archive.c:426
824
msgid "store only"
825
msgstr "nur speichern"
826
817
-#: archive.c:426
827
+#: archive.c:427
828
msgid "compress faster"
829
msgstr "schneller komprimieren"
830
821
-#: archive.c:434
831
+#: archive.c:435
832
msgid "compress better"
833
msgstr "besser komprimieren"
834
825
-#: archive.c:437
835
+#: archive.c:438
836
msgid "list supported archive formats"
837
msgstr "unterstützte Archivformate auflisten"
838
829
-#: archive.c:439 builtin/archive.c:90 builtin/clone.c:103 builtin/clone.c:106
839
+#: archive.c:440 builtin/archive.c:90 builtin/clone.c:105 builtin/clone.c:108
840
#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
841
msgid "repo"
842
msgstr "Repository"
843
834
-#: archive.c:440 builtin/archive.c:91
844
+#: archive.c:441 builtin/archive.c:91
845
msgid "retrieve the archive from remote repository <repo>"
846
msgstr "Archiv vom Remote-Repository <Repository> abrufen"
847
838
-#: archive.c:441 builtin/archive.c:92 builtin/notes.c:485
848
+#: archive.c:442 builtin/archive.c:92 builtin/notes.c:488
849
msgid "command"
850
msgstr "Programm"
851
842
-#: archive.c:442 builtin/archive.c:93
852
+#: archive.c:443 builtin/archive.c:93
853
msgid "path to the remote git-upload-archive command"
854
msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
855
846
-#: archive.c:449
856
+#: archive.c:450
857
msgid "Unexpected option --remote"
858
msgstr "Unerwartete Option --remote"
859
850
-#: archive.c:451
860
+#: archive.c:452
861
msgid "Option --exec can only be used together with --remote"
862
msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden."
863
854
-#: archive.c:453
864
+#: archive.c:454
865
msgid "Unexpected option --output"
866
msgstr "Unerwartete Option --output"
867
858
-#: archive.c:475
868
+#: archive.c:476
869
#, c-format
870
msgid "Unknown archive format '%s'"
871
msgstr "Unbekanntes Archivformat '%s'"
872
863
-#: archive.c:482
873
+#: archive.c:483
874
#, c-format
875
msgid "Argument not supported for format '%s': -%d"
876
msgstr "Argument für Format '%s' nicht unterstützt: -%d"
877
868
-#: attr.c:212
878
+#: attr.c:214
879
#, c-format
880
msgid "%.*s is not a valid attribute name"
881
msgstr "%.*s ist kein gültiger Attributname"
882
873
-#: attr.c:408
883
+#: attr.c:410
884
msgid ""
885
"Negative patterns are ignored in git attributes\n"
886
"Use '\\!' for literal leading exclamation."
@@ -878,27 +888,22 @@ msgstr ""
888
"Verneinende Muster werden in Git-Attributen ignoriert.\n"
889
"Benutzen Sie '\\!' für führende Ausrufezeichen."
890
881
-#: bisect.c:444
882
-#, c-format
883
-msgid "Could not open file '%s'"
884
-msgstr "Konnte Datei '%s' nicht öffnen"
885
-
886
-#: bisect.c:449
891
+#: bisect.c:447
892
#, c-format
893
msgid "Badly quoted content in file '%s': %s"
894
msgstr "Ungültiger Inhalt bzgl. Anführungsstriche in Datei '%s': %s"
895
891
-#: bisect.c:657
896
+#: bisect.c:655
897
#, c-format
898
msgid "We cannot bisect more!\n"
899
msgstr "Keine binäre Suche mehr möglich!\n"
900
896
-#: bisect.c:710
901
+#: bisect.c:708
902
#, c-format
903
msgid "Not a valid commit name %s"
904
msgstr "%s ist kein gültiger Commit-Name"
905
901
-#: bisect.c:734
906
+#: bisect.c:732
907
#, c-format
908
msgid ""
909
"The merge base %s is bad.\n"
@@ -907,7 +912,7 @@ msgstr ""
912
"Die Merge-Basis %s ist fehlerhaft.\n"
913
"Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n"
914
910
-#: bisect.c:739
915
+#: bisect.c:737
916
#, c-format
917
msgid ""
918
"The merge base %s is new.\n"
@@ -916,7 +921,7 @@ msgstr ""
921
"Die Merge-Basis %s ist neu.\n"
922
"Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n"
923
919
-#: bisect.c:744
924
+#: bisect.c:742
925
#, c-format
926
msgid ""
927
"The merge base %s is %s.\n"
@@ -925,7 +930,7 @@ msgstr ""
930
"Die Merge-Basis %s ist %s.\n"
931
"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s].\n"
932
928
-#: bisect.c:752
933
+#: bisect.c:750
934
#, c-format
935
msgid ""
936
"Some %s revs are not ancestors of the %s rev.\n"
@@ -936,7 +941,7 @@ msgstr ""
941
"git bisect kann in diesem Fall nicht richtig arbeiten.\n"
942
"Vielleicht verwechselten Sie %s und %s Commits?\n"
943
939
-#: bisect.c:765
944
+#: bisect.c:763
945
#, c-format
946
msgid ""
947
"the merge base between %s and [%s] must be skipped.\n"
@@ -948,36 +953,36 @@ msgstr ""
953
"erste %s Commit zwischen %s und %s befindet.\n"
954
"Es wird dennoch fortgesetzt."
955
951
-#: bisect.c:800
956
+#: bisect.c:798
957
#, c-format
958
msgid "Bisecting: a merge base must be tested\n"
959
msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
960
956
-#: bisect.c:851
961
+#: bisect.c:849
962
#, c-format
963
msgid "a %s revision is needed"
964
msgstr "ein %s Commit wird benötigt"
965
961
-#: bisect.c:868 builtin/notes.c:174 builtin/tag.c:255
966
+#: bisect.c:866 builtin/notes.c:175 builtin/tag.c:256
967
#, c-format
968
msgid "could not create file '%s'"
969
msgstr "konnte Datei '%s' nicht erstellen"
970
966
-#: bisect.c:919
971
+#: bisect.c:917
972
#, c-format
973
msgid "could not read file '%s'"
974
msgstr "Konnte Datei '%s' nicht lesen"
975
971
-#: bisect.c:949
976
+#: bisect.c:947
977
msgid "reading bisect refs failed"
978
msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen"
979
975
-#: bisect.c:969
980
+#: bisect.c:967
981
#, c-format
982
msgid "%s was both %s and %s\n"
983
msgstr "%s war sowohl %s als auch %s\n"
984
980
-#: bisect.c:977
985
+#: bisect.c:975
986
#, c-format
987
msgid ""
988
"No testable commit found.\n"
@@ -986,15 +991,16 @@ msgstr ""
991
"Kein testbarer Commit gefunden.\n"
992
"Vielleicht starteten Sie mit falschen Pfad-Parametern?\n"
993
989
-#: bisect.c:996
994
+#: bisect.c:994
995
#, c-format
996
msgid "(roughly %d step)"
997
msgid_plural "(roughly %d steps)"
998
msgstr[0] "(ungefähr %d Schritt)"
999
msgstr[1] "(ungefähr %d Schritte)"
1000
996
-#. TRANSLATORS: the last %s will be replaced with
997
-#. "(roughly %d steps)" translation
1001
+#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1002
+#. steps)" translation.
1003
+#.
1004
#: bisect.c:1000
1005
#, c-format
1006
msgid "Bisecting: %d revision left to test after this %s\n"
@@ -1002,6 +1008,46 @@ msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1008
msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"
1009
msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"
1010
1011
+#: blame.c:1757
1012
+msgid "--contents and --reverse do not blend well."
1013
+msgstr "--contents und --reverse funktionieren gemeinsam nicht."
1014
+
1015
+#: blame.c:1768
1016
+msgid "cannot use --contents with final commit object name"
1017
+msgstr ""
1018
+"kann --contents nicht mit endgültigem Namen des Commit-Objektes benutzen"
1019
+
1020
+#: blame.c:1788
1021
+msgid "--reverse and --first-parent together require specified latest commit"
1022
+msgstr ""
1023
+"--reverse und --first-parent zusammen erfordern die Angabe eines "
1024
+"endgültigen\n"
1025
+"Commits"
1026
+
1027
+#: blame.c:1797 bundle.c:164 ref-filter.c:1919 sequencer.c:1166
1028
+#: sequencer.c:2328 builtin/commit.c:1058 builtin/log.c:356 builtin/log.c:907
1029
+#: builtin/log.c:1357 builtin/log.c:1683 builtin/log.c:1926 builtin/merge.c:360
1030
+#: builtin/shortlog.c:177
1031
+msgid "revision walk setup failed"
1032
+msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
1033
+
1034
+#: blame.c:1815
1035
+msgid ""
1036
+"--reverse --first-parent together require range along first-parent chain"
1037
+msgstr ""
1038
+"--reverse und --first-parent zusammen erfordern einen Bereich entlang der\n"
1039
+"\"first-parent\"-Kette"
1040
+
1041
+#: blame.c:1826
1042
+#, c-format
1043
+msgid "no such path %s in %s"
1044
+msgstr "Pfad %s nicht in %s"
1045
+
1046
+#: blame.c:1837
1047
+#, c-format
1048
+msgid "cannot read blob %s for path %s"
1049
+msgstr "kann Blob %s für Pfad '%s' nicht lesen"
1050
+
1051
#: branch.c:53
1052
#, c-format
1053
msgid ""
@@ -1141,7 +1187,7 @@ msgstr "Ungültiger Branchpunkt: '%s'"
1187
msgid "'%s' is already checked out at '%s'"
1188
msgstr "'%s' ist bereits in '%s' ausgecheckt"
1189
1144
-#: branch.c:364
1190
+#: branch.c:366
1191
#, c-format
1192
msgid "HEAD of working tree %s is not updated"
1193
msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."
@@ -1151,92 +1197,85 @@ msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."
1197
msgid "'%s' does not look like a v2 bundle file"
1198
msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
1199
1154
-#: bundle.c:61
1200
+#: bundle.c:62
1201
#, c-format
1202
msgid "unrecognized header: %s%s (%d)"
1203
msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
1204
1159
-#: bundle.c:87 sequencer.c:1341 sequencer.c:1767 builtin/commit.c:777
1205
+#: bundle.c:88 sequencer.c:1344 sequencer.c:1770 builtin/commit.c:778
1206
#, c-format
1207
msgid "could not open '%s'"
1208
msgstr "Konnte '%s' nicht öffnen"
1209
1164
-#: bundle.c:139
1210
+#: bundle.c:140
1211
msgid "Repository lacks these prerequisite commits:"
1212
msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
1213
1168
-#: bundle.c:163 ref-filter.c:1852 sequencer.c:1162 sequencer.c:2321
1169
-#: builtin/blame.c:2811 builtin/commit.c:1061 builtin/log.c:353
1170
-#: builtin/log.c:897 builtin/log.c:1347 builtin/log.c:1673 builtin/log.c:1916
1171
-#: builtin/merge.c:359 builtin/shortlog.c:176
1172
-msgid "revision walk setup failed"
1173
-msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
1174
-
1175
-#: bundle.c:185
1214
+#: bundle.c:186
1215
#, c-format
1216
msgid "The bundle contains this ref:"
1217
msgid_plural "The bundle contains these %d refs:"
1218
msgstr[0] "Das Paket enthält diese Referenz:"
1219
msgstr[1] "Das Paket enthält diese %d Referenzen:"
1220
1182
-#: bundle.c:192
1221
+#: bundle.c:193
1222
msgid "The bundle records a complete history."
1223
msgstr "Das Paket speichert eine komplette Historie."
1224
1186
-#: bundle.c:194
1225
+#: bundle.c:195
1226
#, c-format
1227
msgid "The bundle requires this ref:"
1228
msgid_plural "The bundle requires these %d refs:"
1229
msgstr[0] "Das Paket benötigt diese Referenz:"
1230
msgstr[1] "Das Paket benötigt diese %d Referenzen:"
1231
1193
-#: bundle.c:253
1232
+#: bundle.c:254
1233
msgid "Could not spawn pack-objects"
1234
msgstr "Konnte Paketobjekte nicht erstellen"
1235
1197
-#: bundle.c:264
1236
+#: bundle.c:265
1237
msgid "pack-objects died"
1238
msgstr "Erstellung der Paketobjekte abgebrochen"
1239
1201
-#: bundle.c:304
1240
+#: bundle.c:307
1241
msgid "rev-list died"
1242
msgstr "\"rev-list\" abgebrochen"
1243
1205
-#: bundle.c:353
1244
+#: bundle.c:356
1245
#, c-format
1246
msgid "ref '%s' is excluded by the rev-list options"
1247
msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
1248
1210
-#: bundle.c:443 builtin/log.c:170 builtin/log.c:1579 builtin/shortlog.c:281
1249
+#: bundle.c:446 builtin/log.c:173 builtin/log.c:1589 builtin/shortlog.c:282
1250
#, c-format
1251
msgid "unrecognized argument: %s"
1252
msgstr "nicht erkanntes Argument: %s"
1253
1215
-#: bundle.c:451
1254
+#: bundle.c:454
1255
msgid "Refusing to create empty bundle."
1256
msgstr "Erstellung eines leeren Pakets zurückgewiesen."
1257
1219
-#: bundle.c:463
1258
+#: bundle.c:466
1259
#, c-format
1260
msgid "cannot create '%s'"
1261
msgstr "kann '%s' nicht erstellen"
1262
1224
-#: bundle.c:491
1263
+#: bundle.c:494
1264
msgid "index-pack died"
1265
msgstr "Erstellung der Paketindexdatei abgebrochen"
1266
1228
-#: color.c:300
1267
+#: color.c:301
1268
#, c-format
1269
msgid "invalid color value: %.*s"
1270
msgstr "Ungültiger Farbwert: %.*s"
1271
1233
-#: commit.c:40 sequencer.c:1579 builtin/am.c:419 builtin/am.c:455
1234
-#: builtin/am.c:1489 builtin/am.c:2126
1272
+#: commit.c:41 sequencer.c:1582 builtin/am.c:420 builtin/am.c:456
1273
+#: builtin/am.c:1469 builtin/am.c:2107
1274
#, c-format
1275
msgid "could not parse %s"
1276
msgstr "konnte %s nicht parsen"
1277
1239
-#: commit.c:42
1278
+#: commit.c:43
1279
#, c-format
1280
msgid "%s %s is not a commit!"
1281
msgstr "%s %s ist kein Commit!"
@@ -1257,178 +1296,178 @@ msgstr ""
1296
msgid "memory exhausted"
1297
msgstr "Speicher verbraucht"
1298
1260
-#: config.c:191
1299
+#: config.c:186
1300
msgid "relative config include conditionals must come from files"
1301
msgstr ""
1302
"Bedingungen für das Einbinden von Konfigurationen aus relativen Pfaden "
1303
"müssen\n"
1304
"aus Dateien kommen."
1305
1267
-#: config.c:711
1306
+#: config.c:720
1307
#, c-format
1308
msgid "bad config line %d in blob %s"
1309
msgstr "Ungültige Konfigurationszeile %d in Blob %s"
1310
1272
-#: config.c:715
1311
+#: config.c:724
1312
#, c-format
1313
msgid "bad config line %d in file %s"
1314
msgstr "Ungültige Konfigurationszeile %d in Datei %s"
1315
1277
-#: config.c:719
1316
+#: config.c:728
1317
#, c-format
1318
msgid "bad config line %d in standard input"
1319
msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
1320
1282
-#: config.c:723
1321
+#: config.c:732
1322
#, c-format
1323
msgid "bad config line %d in submodule-blob %s"
1324
msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
1325
1287
-#: config.c:727
1326
+#: config.c:736
1327
#, c-format
1328
msgid "bad config line %d in command line %s"
1329
msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
1330
1292
-#: config.c:731
1331
+#: config.c:740
1332
#, c-format
1333
msgid "bad config line %d in %s"
1334
msgstr "Ungültige Konfigurationszeile %d in %s"
1335
1297
-#: config.c:859
1336
+#: config.c:868
1337
msgid "out of range"
1338
msgstr "Außerhalb des Bereichs"
1339
1301
-#: config.c:859
1340
+#: config.c:868
1341
msgid "invalid unit"
1342
msgstr "Ungültige Einheit"
1343
1305
-#: config.c:865
1344
+#: config.c:874
1345
#, c-format
1346
msgid "bad numeric config value '%s' for '%s': %s"
1347
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
1348
1310
-#: config.c:870
1349
+#: config.c:879
1350
#, c-format
1351
msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1352
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"
1353
1315
-#: config.c:873
1354
+#: config.c:882
1355
#, c-format
1356
msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1357
msgstr ""
1358
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"
1359
1321
-#: config.c:876
1360
+#: config.c:885
1361
#, c-format
1362
msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1363
msgstr ""
1364
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: "
1365
"%s"
1366
1328
-#: config.c:879
1367
+#: config.c:888
1368
#, c-format
1369
msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1370
msgstr ""
1371
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: "
1372
"%s"
1373
1335
-#: config.c:882
1374
+#: config.c:891
1375
#, c-format
1376
msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1377
msgstr ""
1378
"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: "
1379
"%s"
1380
1342
-#: config.c:885
1381
+#: config.c:894
1382
#, c-format
1383
msgid "bad numeric config value '%s' for '%s' in %s: %s"
1384
msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
1385
1347
-#: config.c:980
1386
+#: config.c:989
1387
#, c-format
1388
msgid "failed to expand user dir in: '%s'"
1389
msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
1390
1352
-#: config.c:1075 config.c:1086
1391
+#: config.c:1084 config.c:1095
1392
#, c-format
1393
msgid "bad zlib compression level %d"
1394
msgstr "ungültiger zlib Komprimierungsgrad %d"
1395
1357
-#: config.c:1203
1396
+#: config.c:1212
1397
#, c-format
1398
msgid "invalid mode for object creation: %s"
1399
msgstr "Ungültiger Modus für Objekterstellung: %s"
1400
1362
-#: config.c:1359
1401
+#: config.c:1368
1402
#, c-format
1403
msgid "bad pack compression level %d"
1404
msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"
1405
1367
-#: config.c:1557
1406
+#: config.c:1564
1407
msgid "unable to parse command-line config"
1408
msgstr ""
1409
"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
1410
1372
-#: config.c:1611
1411
+#: config.c:1894
1412
msgid "unknown error occurred while reading the configuration files"
1413
msgstr ""
1414
"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
1415
1377
-#: config.c:1970
1416
+#: config.c:2064
1417
#, c-format
1418
msgid "Invalid %s: '%s'"
1419
msgstr "Ungültiger %s: '%s'"
1420
1382
-#: config.c:1991
1421
+#: config.c:2085
1422
#, c-format
1423
msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1424
msgstr ""
1425
"Unbekannter Wert '%s' in core.untrackedCache; benutze Standardwert 'keep'"
1426
1388
-#: config.c:2017
1427
+#: config.c:2111
1428
#, c-format
1429
msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1430
msgstr ""
1431
"Der Wert '%d' von splitIndex.maxPercentChange sollte zwischen 0 und 100 "
1432
"liegen."
1433
1395
-#: config.c:2028
1434
+#: config.c:2122
1435
#, c-format
1436
msgid "unable to parse '%s' from command-line config"
1437
msgstr ""
1438
"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"
1439
"nicht parsen."
1440
1402
-#: config.c:2030
1441
+#: config.c:2124
1442
#, c-format
1443
msgid "bad config variable '%s' in file '%s' at line %d"
1444
msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
1445
1407
-#: config.c:2089
1446
+#: config.c:2183
1447
#, c-format
1448
msgid "%s has multiple values"
1449
msgstr "%s hat mehrere Werte"
1450
1412
-#: config.c:2423 config.c:2648
1451
+#: config.c:2517 config.c:2745
1452
#, c-format
1453
msgid "fstat on %s failed"
1454
msgstr "fstat auf %s fehlgeschlagen"
1455
1417
-#: config.c:2541
1456
+#: config.c:2635
1457
#, c-format
1458
msgid "could not set '%s' to '%s'"
1459
msgstr "Konnte '%s' nicht zu '%s' setzen."
1460
1422
-#: config.c:2543 builtin/remote.c:774
1461
+#: config.c:2637 builtin/remote.c:775
1462
#, c-format
1463
msgid "could not unset '%s'"
1464
msgstr "Konnte '%s' nicht aufheben."
1465
1427
-#: connect.c:49
1466
+#: connect.c:50
1467
msgid "The remote end hung up upon initial contact"
1468
msgstr "Die Gegenseite hat sich nach dem erstmaligen Kontakt aufgehangen."
1469
1431
-#: connect.c:51
1470
+#: connect.c:52
1471
msgid ""
1472
"Could not read from remote repository.\n"
1473
"\n"
@@ -1441,7 +1480,7 @@ msgstr ""
1480
"bestehen\n"
1481
"und das Repository existiert."
1482
1444
-#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1483
+#: connected.c:63 builtin/fsck.c:191 builtin/prune.c:141
1484
msgid "Checking connectivity"
1485
msgstr "Prüfe Konnektivität"
1486
@@ -1457,7 +1496,7 @@ msgstr "Fehler beim Schreiben nach rev-list"
1496
msgid "failed to close rev-list's stdin"
1497
msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"
1498
1460
-#: convert.c:201
1499
+#: convert.c:205
1500
#, c-format
1501
msgid ""
1502
"CRLF will be replaced by LF in %s.\n"
@@ -1467,12 +1506,12 @@ msgstr ""
1506
"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
1507
"behalten."
1508
1470
-#: convert.c:205
1509
+#: convert.c:209
1510
#, c-format
1511
msgid "CRLF would be replaced by LF in %s."
1512
msgstr "CRLF würde in %s durch LF ersetzt werden."
1513
1475
-#: convert.c:211
1514
+#: convert.c:215
1515
#, c-format
1516
msgid ""
1517
"LF will be replaced by CRLF in %s.\n"
@@ -1482,78 +1521,78 @@ msgstr ""
1521
"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis "
1522
"behalten."
1523
1485
-#: convert.c:215
1524
+#: convert.c:219
1525
#, c-format
1526
msgid "LF would be replaced by CRLF in %s"
1527
msgstr "LF würde in %s durch CRLF ersetzt werden."
1528
1490
-#: date.c:97
1529
+#: date.c:116
1530
msgid "in the future"
1531
msgstr "in der Zukunft"
1532
1494
-#: date.c:103
1533
+#: date.c:122
1534
#, c-format
1496
-msgid "%lu second ago"
1497
-msgid_plural "%lu seconds ago"
1498
-msgstr[0] "vor %lu Sekunde"
1499
-msgstr[1] "vor %lu Sekunden"
1535
+msgid "%<PRIuMAX> second ago"
1536
+msgid_plural "%<PRIuMAX> seconds ago"
1537
+msgstr[0] "vor %<PRIuMAX> Sekunde"
1538
+msgstr[1] "vor %<PRIuMAX> Sekunden"
1539
1501
-#: date.c:110
1540
+#: date.c:129
1541
#, c-format
1503
-msgid "%lu minute ago"
1504
-msgid_plural "%lu minutes ago"
1505
-msgstr[0] "vor %lu Minute"
1506
-msgstr[1] "vor %lu Minuten"
1542
+msgid "%<PRIuMAX> minute ago"
1543
+msgid_plural "%<PRIuMAX> minutes ago"
1544
+msgstr[0] "vor %<PRIuMAX> Minute"
1545
+msgstr[1] "vor %<PRIuMAX> Minuten"
1546
1508
-#: date.c:117
1547
+#: date.c:136
1548
#, c-format
1510
-msgid "%lu hour ago"
1511
-msgid_plural "%lu hours ago"
1512
-msgstr[0] "vor %lu Stunde"
1513
-msgstr[1] "vor %lu Stunden"
1549
+msgid "%<PRIuMAX> hour ago"
1550
+msgid_plural "%<PRIuMAX> hours ago"
1551
+msgstr[0] "vor %<PRIuMAX> Stunde"
1552
+msgstr[1] "vor %<PRIuMAX> Stunden"
1553
1515
-#: date.c:124
1554
+#: date.c:143
1555
#, c-format
1517
-msgid "%lu day ago"
1518
-msgid_plural "%lu days ago"
1519
-msgstr[0] "vor %lu Tag"
1520
-msgstr[1] "vor %lu Tagen"
1556
+msgid "%<PRIuMAX> day ago"
1557
+msgid_plural "%<PRIuMAX> days ago"
1558
+msgstr[0] "vor %<PRIuMAX> Tag"
1559
+msgstr[1] "vor %<PRIuMAX> Tagen"
1560
1522
-#: date.c:130
1561
+#: date.c:149
1562
#, c-format
1524
-msgid "%lu week ago"
1525
-msgid_plural "%lu weeks ago"
1526
-msgstr[0] "vor %lu Woche"
1527
-msgstr[1] "vor %lu Wochen"
1563
+msgid "%<PRIuMAX> week ago"
1564
+msgid_plural "%<PRIuMAX> weeks ago"
1565
+msgstr[0] "vor %<PRIuMAX> Woche"
1566
+msgstr[1] "vor %<PRIuMAX> Wochen"
1567
1529
-#: date.c:137
1568
+#: date.c:156
1569
#, c-format
1531
-msgid "%lu month ago"
1532
-msgid_plural "%lu months ago"
1533
-msgstr[0] "vor %lu Monat"
1534
-msgstr[1] "vor %lu Monaten"
1570
+msgid "%<PRIuMAX> month ago"
1571
+msgid_plural "%<PRIuMAX> months ago"
1572
+msgstr[0] "vor %<PRIuMAX> Monat"
1573
+msgstr[1] "vor %<PRIuMAX> Monaten"
1574
1536
-#: date.c:148
1575
+#: date.c:167
1576
#, c-format
1538
-msgid "%lu year"
1539
-msgid_plural "%lu years"
1540
-msgstr[0] "vor %lu Jahr"
1541
-msgstr[1] "vor %lu Jahren"
1577
+msgid "%<PRIuMAX> year"
1578
+msgid_plural "%<PRIuMAX> years"
1579
+msgstr[0] "vor %<PRIuMAX> Jahr"
1580
+msgstr[1] "vor %<PRIuMAX> Jahren"
1581
1582
#. TRANSLATORS: "%s" is "<n> years"
1544
-#: date.c:151
1583
+#: date.c:170
1584
#, c-format
1546
-msgid "%s, %lu month ago"
1547
-msgid_plural "%s, %lu months ago"
1548
-msgstr[0] "%s, und %lu Monat"
1549
-msgstr[1] "%s, und %lu Monaten"
1585
+msgid "%s, %<PRIuMAX> month ago"
1586
+msgid_plural "%s, %<PRIuMAX> months ago"
1587
+msgstr[0] "%s, und %<PRIuMAX> Monat"
1588
+msgstr[1] "%s, und %<PRIuMAX> Monaten"
1589
1551
-#: date.c:156 date.c:161
1590
+#: date.c:175 date.c:180
1591
#, c-format
1553
-msgid "%lu year ago"
1554
-msgid_plural "%lu years ago"
1555
-msgstr[0] "vor %lu Jahr"
1556
-msgstr[1] "vor %lu Jahren"
1592
+msgid "%<PRIuMAX> year ago"
1593
+msgid_plural "%<PRIuMAX> years ago"
1594
+msgstr[0] "vor %<PRIuMAX> Jahr"
1595
+msgstr[1] "vor %<PRIuMAX> Jahren"
1596
1597
#: diffcore-order.c:24
1598
#, c-format
@@ -1564,28 +1603,28 @@ msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."
1603
msgid "Performing inexact rename detection"
1604
msgstr "Führe Erkennung für ungenaue Umbenennung aus"
1605
1567
-#: diff.c:62
1606
+#: diff.c:63
1607
#, c-format
1608
msgid "option '%s' requires a value"
1609
msgstr "Option '%s' erfordert einen Wert."
1610
1572
-#: diff.c:124
1611
+#: diff.c:125
1612
#, c-format
1613
msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1614
msgstr ""
1615
" Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n"
1616
1578
-#: diff.c:129
1617
+#: diff.c:130
1618
#, c-format
1619
msgid " Unknown dirstat parameter '%s'\n"
1620
msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"
1621
1583
-#: diff.c:281
1622
+#: diff.c:282
1623
#, c-format
1624
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1625
msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
1626
1588
-#: diff.c:344
1627
+#: diff.c:342
1628
#, c-format
1629
msgid ""
1630
"Found errors in 'diff.dirstat' config variable:\n"
@@ -1594,21 +1633,21 @@ msgstr ""
1633
"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
1634
"%s"
1635
1597
-#: diff.c:3102
1636
+#: diff.c:3101
1637
#, c-format
1638
msgid "external diff died, stopping at %s"
1639
msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
1640
1602
-#: diff.c:3428
1641
+#: diff.c:3427
1642
msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1643
msgstr ""
1644
"--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
1645
1607
-#: diff.c:3518
1646
+#: diff.c:3517
1647
msgid "--follow requires exactly one pathspec"
1648
msgstr "--follow erfordert genau eine Pfadspezifikation"
1649
1611
-#: diff.c:3681
1650
+#: diff.c:3680
1651
#, c-format
1652
msgid ""
1653
"Failed to parse --dirstat/-X option parameter:\n"
@@ -1617,22 +1656,22 @@ msgstr ""
1656
"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
1657
"%s"
1658
1620
-#: diff.c:3695
1659
+#: diff.c:3694
1660
#, c-format
1661
msgid "Failed to parse --submodule option parameter: '%s'"
1662
msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
1663
1625
-#: diff.c:4719
1664
+#: diff.c:4716
1665
msgid "inexact rename detection was skipped due to too many files."
1666
msgstr ""
1667
"Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"
1668
"übersprungen."
1669
1631
-#: diff.c:4722
1670
+#: diff.c:4719
1671
msgid "only found copies from modified paths due to too many files."
1672
msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"
1673
1635
-#: diff.c:4725
1674
+#: diff.c:4722
1675
#, c-format
1676
msgid ""
1677
"you may want to set your %s variable to at least %d and retry the command."
@@ -1640,260 +1679,260 @@ msgstr ""
1679
"Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"
1680
"erneut versuchen."
1681
1643
-#: dir.c:1899
1682
+#: dir.c:1948
1683
msgid "failed to get kernel name and information"
1684
msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"
1685
1647
-#: dir.c:2018
1686
+#: dir.c:2067
1687
msgid "Untracked cache is disabled on this system or location."
1688
msgstr ""
1689
"Cache für unversionierte Dateien ist auf diesem System oder\n"
1690
"für dieses Verzeichnis deaktiviert."
1691
1653
-#: dir.c:2776 dir.c:2781
1692
+#: dir.c:2846 dir.c:2851
1693
#, c-format
1694
msgid "could not create directories for %s"
1695
msgstr "Konnte Verzeichnisse für '%s' nicht erstellen."
1696
1658
-#: dir.c:2806
1697
+#: dir.c:2876
1698
#, c-format
1699
msgid "could not migrate git directory from '%s' to '%s'"
1700
msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."
1701
1663
-#: entry.c:280
1702
+#: entry.c:281
1703
#, c-format
1704
msgid "could not stat file '%s'"
1705
msgstr "konnte Datei '%s' nicht lesen"
1706
1668
-#: fetch-pack.c:249
1707
+#: fetch-pack.c:251
1708
msgid "git fetch-pack: expected shallow list"
1709
msgstr "git fetch-pack: erwartete shallow-Liste"
1710
1672
-#: fetch-pack.c:261
1711
+#: fetch-pack.c:263
1712
msgid "git fetch-pack: expected ACK/NAK, got EOF"
1713
msgstr "git fetch-pack: ACK/NAK erwartet, EOF bekommen"
1714
1676
-#: fetch-pack.c:280 builtin/archive.c:63
1715
+#: fetch-pack.c:282 builtin/archive.c:63
1716
#, c-format
1717
msgid "remote error: %s"
1718
msgstr "Fehler am anderen Ende: %s"
1719
1681
-#: fetch-pack.c:281
1720
+#: fetch-pack.c:283
1721
#, c-format
1722
msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1723
msgstr "git fetch-pack: ACK/NAK erwartet, '%s' bekommen"
1724
1686
-#: fetch-pack.c:333
1725
+#: fetch-pack.c:335
1726
msgid "--stateless-rpc requires multi_ack_detailed"
1727
msgstr "--stateless-rpc benötigt multi_ack_detailed"
1728
1690
-#: fetch-pack.c:419
1729
+#: fetch-pack.c:421
1730
#, c-format
1731
msgid "invalid shallow line: %s"
1732
msgstr "Ungültige shallow-Zeile: %s"
1733
1695
-#: fetch-pack.c:425
1734
+#: fetch-pack.c:427
1735
#, c-format
1736
msgid "invalid unshallow line: %s"
1737
msgstr "Ungültige unshallow-Zeile: %s"
1738
1700
-#: fetch-pack.c:427
1739
+#: fetch-pack.c:429
1740
#, c-format
1741
msgid "object not found: %s"
1742
msgstr "Objekt nicht gefunden: %s"
1743
1705
-#: fetch-pack.c:430
1744
+#: fetch-pack.c:432
1745
#, c-format
1746
msgid "error in object: %s"
1747
msgstr "Fehler in Objekt: %s"
1748
1710
-#: fetch-pack.c:432
1749
+#: fetch-pack.c:434
1750
#, c-format
1751
msgid "no shallow found: %s"
1752
msgstr "Kein shallow-Objekt gefunden: %s"
1753
1715
-#: fetch-pack.c:435
1754
+#: fetch-pack.c:437
1755
#, c-format
1756
msgid "expected shallow/unshallow, got %s"
1757
msgstr "shallow/unshallow erwartet, %s bekommen"
1758
1720
-#: fetch-pack.c:474
1759
+#: fetch-pack.c:476
1760
#, c-format
1761
msgid "got %s %d %s"
1762
msgstr "%s %d %s bekommen"
1763
1725
-#: fetch-pack.c:488
1764
+#: fetch-pack.c:490
1765
#, c-format
1766
msgid "invalid commit %s"
1767
msgstr "Ungültiger Commit %s"
1768
1730
-#: fetch-pack.c:521
1769
+#: fetch-pack.c:523
1770
msgid "giving up"
1771
msgstr "Gebe auf"
1772
1734
-#: fetch-pack.c:531 progress.c:235
1773
+#: fetch-pack.c:533 progress.c:237
1774
msgid "done"
1775
msgstr "Fertig"
1776
1738
-#: fetch-pack.c:543
1777
+#: fetch-pack.c:545
1778
#, c-format
1779
msgid "got %s (%d) %s"
1780
msgstr "%s (%d) %s bekommen"
1781
1743
-#: fetch-pack.c:589
1782
+#: fetch-pack.c:591
1783
#, c-format
1784
msgid "Marking %s as complete"
1785
msgstr "Markiere %s als vollständig"
1786
1748
-#: fetch-pack.c:737
1787
+#: fetch-pack.c:775
1788
#, c-format
1789
msgid "already have %s (%s)"
1790
msgstr "habe %s (%s) bereits"
1791
1753
-#: fetch-pack.c:775
1792
+#: fetch-pack.c:813
1793
msgid "fetch-pack: unable to fork off sideband demultiplexer"
1794
msgstr "fetch-pack: Fehler beim Starten des sideband demultiplexer"
1795
1757
-#: fetch-pack.c:783
1796
+#: fetch-pack.c:821
1797
msgid "protocol error: bad pack header"
1798
msgstr "Protokollfehler: ungültiger Pack-Header"
1799
1761
-#: fetch-pack.c:839
1800
+#: fetch-pack.c:877
1801
#, c-format
1802
msgid "fetch-pack: unable to fork off %s"
1803
msgstr "fetch-pack: konnte %s nicht starten"
1804
1766
-#: fetch-pack.c:855
1805
+#: fetch-pack.c:893
1806
#, c-format
1807
msgid "%s failed"
1808
msgstr "%s fehlgeschlagen"
1809
1771
-#: fetch-pack.c:857
1810
+#: fetch-pack.c:895
1811
msgid "error in sideband demultiplexer"
1812
msgstr "Fehler in sideband demultiplexer"
1813
1775
-#: fetch-pack.c:884
1814
+#: fetch-pack.c:922
1815
msgid "Server does not support shallow clients"
1816
msgstr "Server unterstützt keine shallow-Clients"
1817
1779
-#: fetch-pack.c:888
1818
+#: fetch-pack.c:926
1819
msgid "Server supports multi_ack_detailed"
1820
msgstr "Server unterstützt multi_ack_detailed"
1821
1783
-#: fetch-pack.c:891
1822
+#: fetch-pack.c:929
1823
msgid "Server supports no-done"
1824
msgstr "Server unterstützt no-done"
1825
1787
-#: fetch-pack.c:897
1826
+#: fetch-pack.c:935
1827
msgid "Server supports multi_ack"
1828
msgstr "Server unterstützt multi_ack"
1829
1791
-#: fetch-pack.c:901
1830
+#: fetch-pack.c:939
1831
msgid "Server supports side-band-64k"
1832
msgstr "Server unterstützt side-band-64k"
1833
1795
-#: fetch-pack.c:905
1834
+#: fetch-pack.c:943
1835
msgid "Server supports side-band"
1836
msgstr "Server unterstützt side-band"
1837
1799
-#: fetch-pack.c:909
1838
+#: fetch-pack.c:947
1839
msgid "Server supports allow-tip-sha1-in-want"
1840
msgstr "Server unterstützt allow-tip-sha1-in-want"
1841
1803
-#: fetch-pack.c:913
1842
+#: fetch-pack.c:951
1843
msgid "Server supports allow-reachable-sha1-in-want"
1844
msgstr "Server unterstützt allow-reachable-sha1-in-want"
1845
1807
-#: fetch-pack.c:923
1846
+#: fetch-pack.c:961
1847
msgid "Server supports ofs-delta"
1848
msgstr "Server unterstützt ofs-delta"
1849
1811
-#: fetch-pack.c:930
1850
+#: fetch-pack.c:968
1851
#, c-format
1852
msgid "Server version is %.*s"
1853
msgstr "Server-Version ist %.*s"
1854
1816
-#: fetch-pack.c:936
1855
+#: fetch-pack.c:974
1856
msgid "Server does not support --shallow-since"
1857
msgstr "Server unterstützt kein --shallow-since"
1858
1820
-#: fetch-pack.c:940
1859
+#: fetch-pack.c:978
1860
msgid "Server does not support --shallow-exclude"
1861
msgstr "Server unterstützt kein --shallow-exclude"
1862
1824
-#: fetch-pack.c:942
1863
+#: fetch-pack.c:980
1864
msgid "Server does not support --deepen"
1865
msgstr "Server unterstützt kein --deepen"
1866
1828
-#: fetch-pack.c:953
1867
+#: fetch-pack.c:991
1868
msgid "no common commits"
1869
msgstr "keine gemeinsamen Commits"
1870
1832
-#: fetch-pack.c:965
1871
+#: fetch-pack.c:1003
1872
msgid "git fetch-pack: fetch failed."
1873
msgstr "git fetch-pack: Abholen fehlgeschlagen."
1874
1836
-#: fetch-pack.c:1127
1875
+#: fetch-pack.c:1165
1876
msgid "no matching remote head"
1877
msgstr "kein übereinstimmender Remote-Branch"
1878
1840
-#: fetch-pack.c:1149
1879
+#: fetch-pack.c:1187
1880
#, c-format
1881
msgid "no such remote ref %s"
1882
msgstr "keine solche Remote-Referenz %s"
1883
1845
-#: fetch-pack.c:1152
1884
+#: fetch-pack.c:1190
1885
#, c-format
1886
msgid "Server does not allow request for unadvertised object %s"
1887
msgstr "Der Server lehnt Anfrage nach nicht angebotenem Objekt %s ab."
1888
1850
-#: gpg-interface.c:185
1889
+#: gpg-interface.c:181
1890
msgid "gpg failed to sign the data"
1891
msgstr "gpg beim Signieren der Daten fehlgeschlagen"
1892
1854
-#: gpg-interface.c:215
1893
+#: gpg-interface.c:211
1894
msgid "could not create temporary file"
1895
msgstr "konnte temporäre Datei nicht erstellen"
1896
1858
-#: gpg-interface.c:217
1897
+#: gpg-interface.c:213
1898
#, c-format
1899
msgid "failed writing detached signature to '%s'"
1900
msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
1901
1863
-#: graph.c:96
1902
+#: graph.c:97
1903
#, c-format
1904
msgid "ignore invalid color '%.*s' in log.graphColors"
1905
msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"
1906
1868
-#: grep.c:1796
1907
+#: grep.c:1981
1908
#, c-format
1909
msgid "'%s': unable to read %s"
1910
msgstr "'%s': konnte %s nicht lesen"
1911
1873
-#: grep.c:1813 builtin/clone.c:399 builtin/diff.c:81 builtin/rm.c:133
1912
+#: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:134
1913
#, c-format
1914
msgid "failed to stat '%s'"
1915
msgstr "Konnte '%s' nicht lesen"
1916
1878
-#: grep.c:1824
1917
+#: grep.c:2009
1918
#, c-format
1919
msgid "'%s': short read"
1920
msgstr "'%s': read() zu kurz"
1921
1883
-#: help.c:218
1922
+#: help.c:179
1923
#, c-format
1924
msgid "available git commands in '%s'"
1925
msgstr "Vorhandene Git-Befehle in '%s'"
1926
1888
-#: help.c:225
1927
+#: help.c:186
1928
msgid "git commands available from elsewhere on your $PATH"
1929
msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"
1930
1892
-#: help.c:256
1931
+#: help.c:217
1932
msgid "These are common Git commands used in various situations:"
1933
msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"
1934
1896
-#: help.c:321
1935
+#: help.c:281
1936
#, c-format
1937
msgid ""
1938
"'%s' appears to be a git command, but we were not\n"
@@ -1902,30 +1941,50 @@ msgstr ""
1941
"'%s' scheint ein git-Befehl zu sein, konnte aber\n"
1942
"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"
1943
1905
-#: help.c:376
1944
+#: help.c:336
1945
msgid "Uh oh. Your system reports no Git commands at all."
1946
msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."
1947
1909
-#: help.c:398
1948
+#: help.c:358
1949
#, c-format
1911
-msgid ""
1912
-"WARNING: You called a Git command named '%s', which does not exist.\n"
1913
-"Continuing under the assumption that you meant '%s'"
1914
-msgstr ""
1915
-"Warnung: Sie haben den nicht existierenden Git-Befehl '%s' ausgeführt.\n"
1916
-"Setze fort unter der Annahme, dass Sie '%s' gemeint haben."
1950
+msgid "WARNING: You called a Git command named '%s', which does not exist."
1951
+msgstr "WARNUNG: Sie haben Git-Befehl '%s' ausgeführt, welcher nicht existiert."
1952
+
1953
+#: help.c:363
1954
+#, c-format
1955
+msgid "Continuing under the assumption that you meant '%s'."
1956
+msgstr "Setze fort unter der Annahme, dass Sie '%s' meinten."
1957
1918
-#: help.c:403
1958
+#: help.c:368
1959
#, c-format
1920
-msgid "in %0.1f seconds automatically..."
1921
-msgstr "Automatische Ausführung in %0.1f Sekunden ..."
1960
+msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1961
+msgstr "Setze in %0.1f Sekunden fort unter der Annahme, dass Sie '%s' meinten."
1962
1923
-#: help.c:410
1963
+#: help.c:376
1964
#, c-format
1965
msgid "git: '%s' is not a git command. See 'git --help'."
1966
msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."
1967
1928
-#: help.c:414 help.c:480
1968
+#: help.c:380
1969
+msgid ""
1970
+"\n"
1971
+"The most similar command is"
1972
+msgid_plural ""
1973
+"\n"
1974
+"The most similar commands are"
1975
+msgstr[0] "\nDer ähnlichste Befehl ist"
1976
+msgstr[1] "\nDie ähnlichsten Befehle sind"
1977
+
1978
+#: help.c:395
1979
+msgid "git version [<options>]"
1980
+msgstr "git version [<Optionen>]"
1981
+
1982
+#: help.c:456
1983
+#, c-format
1984
+msgid "%s: %s - %s"
1985
+msgstr "%s: %s - %s"
1986
+
1987
+#: help.c:460
1988
msgid ""
1989
"\n"
1990
"Did you mean this?"
@@ -1939,12 +1998,7 @@ msgstr[1] ""
1998
"\n"
1999
"Haben Sie eines von diesen gemeint?"
2000
1942
-#: help.c:476
1943
-#, c-format
1944
-msgid "%s: %s - %s"
1945
-msgstr "%s: %s - %s"
1946
-
1947
-#: ident.c:343
2001
+#: ident.c:342
2002
msgid ""
2003
"\n"
2004
"*** Please tell me who you are.\n"
@@ -1970,35 +2024,35 @@ msgstr ""
2024
"Lassen Sie die Option \"--global\" weg, um die Identität nur\n"
2025
"für dieses Repository zu setzen.\n"
2026
1973
-#: ident.c:367
2027
+#: ident.c:366
2028
msgid "no email was given and auto-detection is disabled"
2029
msgstr "keine E-Mail angegeben und automatische Erkennung ist deaktiviert"
2030
1977
-#: ident.c:372
2031
+#: ident.c:371
2032
#, c-format
2033
msgid "unable to auto-detect email address (got '%s')"
2034
msgstr "Konnte die E-Mail-Adresse nicht automatisch erkennen ('%s' erhalten)"
2035
1982
-#: ident.c:382
2036
+#: ident.c:381
2037
msgid "no name was given and auto-detection is disabled"
2038
msgstr "kein Name angegeben und automatische Erkennung ist deaktiviert"
2039
1986
-#: ident.c:388
2040
+#: ident.c:387
2041
#, c-format
2042
msgid "unable to auto-detect name (got '%s')"
2043
msgstr "konnte Namen nicht automatisch erkennen ('%s' erhalten)"
2044
1991
-#: ident.c:396
2045
+#: ident.c:395
2046
#, c-format
2047
msgid "empty ident name (for <%s>) not allowed"
2048
msgstr "Leerer Name in Identifikation (für <%s>) nicht erlaubt."
2049
1996
-#: ident.c:402
2050
+#: ident.c:401
2051
#, c-format
2052
msgid "name consists only of disallowed characters: %s"
2053
msgstr "Name besteht nur aus nicht erlaubten Zeichen: %s"
2054
2001
-#: ident.c:417 builtin/commit.c:611
2055
+#: ident.c:416 builtin/commit.c:612
2056
#, c-format
2057
msgid "invalid date format: %s"
2058
msgstr "Ungültiges Datumsformat: %s"
@@ -2032,78 +2086,78 @@ msgstr "Konnte '%s.lock' nicht erstellen: %s"
2086
msgid "failed to read the cache"
2087
msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
2088
2035
-#: merge.c:96 builtin/am.c:1999 builtin/am.c:2034 builtin/checkout.c:393
2036
-#: builtin/checkout.c:607 builtin/clone.c:749
2089
+#: merge.c:96 builtin/am.c:1980 builtin/am.c:2015 builtin/checkout.c:377
2090
+#: builtin/checkout.c:591 builtin/clone.c:753
2091
msgid "unable to write new index file"
2092
msgstr "Konnte neue Index-Datei nicht schreiben."
2093
2040
-#: merge-recursive.c:209
2094
+#: merge-recursive.c:210
2095
msgid "(bad commit)\n"
2096
msgstr "(ungültiger Commit)\n"
2097
2044
-#: merge-recursive.c:231 merge-recursive.c:239
2098
+#: merge-recursive.c:232 merge-recursive.c:240
2099
#, c-format
2100
msgid "addinfo_cache failed for path '%s'"
2101
msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"
2102
2049
-#: merge-recursive.c:303
2103
+#: merge-recursive.c:304
2104
msgid "error building trees"
2105
msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
2106
2053
-#: merge-recursive.c:727
2107
+#: merge-recursive.c:728
2108
#, c-format
2109
msgid "failed to create path '%s'%s"
2110
msgstr "Fehler beim Erstellen des Pfades '%s'%s"
2111
2058
-#: merge-recursive.c:738
2112
+#: merge-recursive.c:739
2113
#, c-format
2114
msgid "Removing %s to make room for subdirectory\n"
2115
msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
2116
2063
-#: merge-recursive.c:752 merge-recursive.c:771
2117
+#: merge-recursive.c:753 merge-recursive.c:772
2118
msgid ": perhaps a D/F conflict?"
2119
msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
2120
2067
-#: merge-recursive.c:761
2121
+#: merge-recursive.c:762
2122
#, c-format
2123
msgid "refusing to lose untracked file at '%s'"
2124
msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
2125
2072
-#: merge-recursive.c:803 builtin/cat-file.c:34
2126
+#: merge-recursive.c:804 builtin/cat-file.c:36
2127
#, c-format
2128
msgid "cannot read object %s '%s'"
2129
msgstr "kann Objekt %s '%s' nicht lesen"
2130
2077
-#: merge-recursive.c:805
2131
+#: merge-recursive.c:806
2132
#, c-format
2133
msgid "blob expected for %s '%s'"
2134
msgstr "Blob erwartet für %s '%s'"
2135
2082
-#: merge-recursive.c:829
2136
+#: merge-recursive.c:830
2137
#, c-format
2138
msgid "failed to open '%s': %s"
2139
msgstr "Fehler beim Öffnen von '%s': %s"
2140
2087
-#: merge-recursive.c:840
2141
+#: merge-recursive.c:841
2142
#, c-format
2143
msgid "failed to symlink '%s': %s"
2144
msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
2145
2092
-#: merge-recursive.c:845
2146
+#: merge-recursive.c:846
2147
#, c-format
2148
msgid "do not know what to do with %06o %s '%s'"
2149
msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
2150
2097
-#: merge-recursive.c:985
2151
+#: merge-recursive.c:986
2152
msgid "Failed to execute internal merge"
2153
msgstr "Fehler bei Ausführung des internen Merges"
2154
2101
-#: merge-recursive.c:989
2155
+#: merge-recursive.c:990
2156
#, c-format
2157
msgid "Unable to add %s to database"
2158
msgstr "Konnte %s nicht zur Datenbank hinzufügen"
2159
2106
-#: merge-recursive.c:1092
2160
+#: merge-recursive.c:1093
2161
#, c-format
2162
msgid ""
2163
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -2112,7 +2166,7 @@ msgstr ""
2166
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2167
"im Arbeitsbereich gelassen."
2168
2115
-#: merge-recursive.c:1097
2169
+#: merge-recursive.c:1098
2170
#, c-format
2171
msgid ""
2172
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -2121,7 +2175,7 @@ msgstr ""
2175
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
2176
"%s wurde im Arbeitsbereich gelassen."
2177
2124
-#: merge-recursive.c:1104
2178
+#: merge-recursive.c:1105
2179
#, c-format
2180
msgid ""
2181
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -2130,7 +2184,7 @@ msgstr ""
2184
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2185
"im Arbeitsbereich bei %s gelassen."
2186
2133
-#: merge-recursive.c:1109
2187
+#: merge-recursive.c:1110
2188
#, c-format
2189
msgid ""
2190
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -2139,20 +2193,20 @@ msgstr ""
2193
"KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
2194
"%s wurde im Arbeitsbereich bei %s gelassen."
2195
2142
-#: merge-recursive.c:1143
2196
+#: merge-recursive.c:1144
2197
msgid "rename"
2198
msgstr "umbenennen"
2199
2146
-#: merge-recursive.c:1143
2200
+#: merge-recursive.c:1144
2201
msgid "renamed"
2202
msgstr "umbenannt"
2203
2150
-#: merge-recursive.c:1200
2204
+#: merge-recursive.c:1201
2205
#, c-format
2206
msgid "%s is a directory in %s adding as %s instead"
2207
msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
2208
2155
-#: merge-recursive.c:1225
2209
+#: merge-recursive.c:1226
2210
#, c-format
2211
msgid ""
2212
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -2161,139 +2215,139 @@ msgstr ""
2215
"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
2216
"und \"%s\"->\"%s\" in Branch \"%s\"%s"
2217
2164
-#: merge-recursive.c:1230
2218
+#: merge-recursive.c:1231
2219
msgid " (left unresolved)"
2220
msgstr " (bleibt unaufgelöst)"
2221
2168
-#: merge-recursive.c:1292
2222
+#: merge-recursive.c:1293
2223
#, c-format
2224
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2225
msgstr ""
2226
"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
2227
"in %s"
2228
2175
-#: merge-recursive.c:1325
2229
+#: merge-recursive.c:1326
2230
#, c-format
2231
msgid "Renaming %s to %s and %s to %s instead"
2232
msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
2233
2180
-#: merge-recursive.c:1528
2234
+#: merge-recursive.c:1529
2235
#, c-format
2236
msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2237
msgstr ""
2238
"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
2239
"%s"
2240
2187
-#: merge-recursive.c:1543
2241
+#: merge-recursive.c:1544
2242
#, c-format
2243
msgid "Adding merged %s"
2244
msgstr "Füge zusammengeführte Datei %s hinzu"
2245
2192
-#: merge-recursive.c:1550 merge-recursive.c:1780
2246
+#: merge-recursive.c:1551 merge-recursive.c:1781
2247
#, c-format
2248
msgid "Adding as %s instead"
2249
msgstr "Füge stattdessen als %s hinzu"
2250
2197
-#: merge-recursive.c:1607
2251
+#: merge-recursive.c:1608
2252
#, c-format
2253
msgid "cannot read object %s"
2254
msgstr "kann Objekt %s nicht lesen"
2255
2202
-#: merge-recursive.c:1610
2256
+#: merge-recursive.c:1611
2257
#, c-format
2258
msgid "object %s is not a blob"
2259
msgstr "Objekt %s ist kein Blob"
2260
2207
-#: merge-recursive.c:1679
2261
+#: merge-recursive.c:1680
2262
msgid "modify"
2263
msgstr "ändern"
2264
2211
-#: merge-recursive.c:1679
2265
+#: merge-recursive.c:1680
2266
msgid "modified"
2267
msgstr "geändert"
2268
2215
-#: merge-recursive.c:1689
2269
+#: merge-recursive.c:1690
2270
msgid "content"
2271
msgstr "Inhalt"
2272
2219
-#: merge-recursive.c:1696
2273
+#: merge-recursive.c:1697
2274
msgid "add/add"
2275
msgstr "hinzufügen/hinzufügen"
2276
2223
-#: merge-recursive.c:1732
2277
+#: merge-recursive.c:1733
2278
#, c-format
2279
msgid "Skipped %s (merged same as existing)"
2280
msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
2281
2228
-#: merge-recursive.c:1746
2282
+#: merge-recursive.c:1747
2283
#, c-format
2284
msgid "Auto-merging %s"
2285
msgstr "automatischer Merge von %s"
2286
2233
-#: merge-recursive.c:1750 git-submodule.sh:944
2287
+#: merge-recursive.c:1751 git-submodule.sh:945
2288
msgid "submodule"
2289
msgstr "Submodul"
2290
2237
-#: merge-recursive.c:1751
2291
+#: merge-recursive.c:1752
2292
#, c-format
2293
msgid "CONFLICT (%s): Merge conflict in %s"
2294
msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
2295
2242
-#: merge-recursive.c:1845
2296
+#: merge-recursive.c:1846
2297
#, c-format
2298
msgid "Removing %s"
2299
msgstr "Entferne %s"
2300
2247
-#: merge-recursive.c:1871
2301
+#: merge-recursive.c:1872
2302
msgid "file/directory"
2303
msgstr "Datei/Verzeichnis"
2304
2251
-#: merge-recursive.c:1877
2305
+#: merge-recursive.c:1878
2306
msgid "directory/file"
2307
msgstr "Verzeichnis/Datei"
2308
2255
-#: merge-recursive.c:1883
2309
+#: merge-recursive.c:1884
2310
#, c-format
2311
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2312
msgstr ""
2313
"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
2314
"hinzu."
2315
2262
-#: merge-recursive.c:1892
2316
+#: merge-recursive.c:1893
2317
#, c-format
2318
msgid "Adding %s"
2319
msgstr "Füge %s hinzu"
2320
2267
-#: merge-recursive.c:1929
2321
+#: merge-recursive.c:1930
2322
msgid "Already up-to-date!"
2323
msgstr "Bereits aktuell!"
2324
2271
-#: merge-recursive.c:1938
2325
+#: merge-recursive.c:1939
2326
#, c-format
2327
msgid "merging of trees %s and %s failed"
2328
msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
2329
2276
-#: merge-recursive.c:2021
2330
+#: merge-recursive.c:2022
2331
msgid "Merging:"
2332
msgstr "Merge:"
2333
2280
-#: merge-recursive.c:2034
2334
+#: merge-recursive.c:2035
2335
#, c-format
2336
msgid "found %u common ancestor:"
2337
msgid_plural "found %u common ancestors:"
2338
msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
2339
msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
2340
2287
-#: merge-recursive.c:2073
2341
+#: merge-recursive.c:2074
2342
msgid "merge returned no commit"
2343
msgstr "Merge hat keinen Commit zurückgegeben"
2344
2291
-#: merge-recursive.c:2136
2345
+#: merge-recursive.c:2137
2346
#, c-format
2347
msgid "Could not parse object '%s'"
2348
msgstr "Konnte Objekt '%s' nicht parsen."
2349
2296
-#: merge-recursive.c:2150 builtin/merge.c:645 builtin/merge.c:792
2350
+#: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:793
2351
msgid "Unable to write index."
2352
msgstr "Konnte Index nicht schreiben."
2353
@@ -2317,25 +2371,27 @@ msgstr ""
2371
msgid "You have not concluded your notes merge (%s exists)."
2372
msgstr "Sie haben Ihren Merge von Notizen nicht abgeschlossen (%s existiert)."
2373
2320
-#: notes-utils.c:41
2374
+#: notes-utils.c:42
2375
msgid "Cannot commit uninitialized/unreferenced notes tree"
2376
msgstr ""
2377
"Kann uninitialisiertes/unreferenzierte Notiz-Verzeichnis nicht committen."
2378
2325
-#: notes-utils.c:100
2379
+#: notes-utils.c:101
2380
#, c-format
2381
msgid "Bad notes.rewriteMode value: '%s'"
2382
msgstr "Ungültiger notes.rewriteMode Wert: '%s'"
2383
2330
-#: notes-utils.c:110
2384
+#: notes-utils.c:111
2385
#, c-format
2386
msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2387
msgstr ""
2388
"Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)"
2389
2336
-#. TRANSLATORS: The first %s is the name of the
2337
-#. environment variable, the second %s is its value
2338
-#: notes-utils.c:137
2390
+#. TRANSLATORS: The first %s is the name of
2391
+#. the environment variable, the second %s is
2392
+#. its value.
2393
+#.
2394
+#: notes-utils.c:141
2395
#, c-format
2396
msgid "Bad %s value: '%s'"
2397
msgstr "Ungültiger %s Wert: '%s'"
@@ -2345,28 +2401,29 @@ msgstr "Ungültiger %s Wert: '%s'"
2401
msgid "unable to parse object: %s"
2402
msgstr "Konnte Objekt '%s' nicht parsen."
2403
2348
-#: parse-options.c:572
2404
+#: parse-options.c:573
2405
msgid "..."
2406
msgstr "..."
2407
2352
-#: parse-options.c:590
2408
+#: parse-options.c:591
2409
#, c-format
2410
msgid "usage: %s"
2411
msgstr "Verwendung: %s"
2412
2413
#. TRANSLATORS: the colon here should align with the
2358
-#. one in "usage: %s" translation
2359
-#: parse-options.c:594
2414
+#. one in "usage: %s" translation.
2415
+#.
2416
+#: parse-options.c:597
2417
#, c-format
2418
msgid " or: %s"
2419
msgstr " oder: %s"
2420
2364
-#: parse-options.c:597
2421
+#: parse-options.c:600
2422
#, c-format
2423
msgid " %s"
2424
msgstr " %s"
2425
2369
-#: parse-options.c:631
2426
+#: parse-options.c:634
2427
msgid "-NUM"
2428
msgstr "-NUM"
2429
@@ -2375,35 +2432,35 @@ msgstr "-NUM"
2432
msgid "malformed object name '%s'"
2433
msgstr "fehlerhafter Objekt-Name '%s'"
2434
2378
-#: path.c:810
2435
+#: path.c:890
2436
#, c-format
2437
msgid "Could not make %s writable by group"
2438
msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."
2439
2383
-#: pathspec.c:125
2440
+#: pathspec.c:129
2441
msgid "Escape character '\\' not allowed as last character in attr value"
2442
msgstr "Escape-Zeichen '\\' als letztes Zeichen in Attributwert nicht erlaubt"
2443
2387
-#: pathspec.c:143
2444
+#: pathspec.c:147
2445
msgid "Only one 'attr:' specification is allowed."
2446
msgstr "Es ist nur eine Angabe von 'attr:' erlaubt."
2447
2391
-#: pathspec.c:146
2448
+#: pathspec.c:150
2449
msgid "attr spec must not be empty"
2450
msgstr "Angabe von 'attr:' darf nicht leer sein"
2451
2395
-#: pathspec.c:189
2452
+#: pathspec.c:193
2453
#, c-format
2454
msgid "invalid attribute name %s"
2455
msgstr "Ungültiger Attributname %s"
2456
2400
-#: pathspec.c:254
2457
+#: pathspec.c:258
2458
msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2459
msgstr ""
2460
"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "
2461
"inkompatibel."
2462
2406
-#: pathspec.c:261
2463
+#: pathspec.c:265
2464
msgid ""
2465
"global 'literal' pathspec setting is incompatible with all other global "
2466
"pathspec settings"
@@ -2411,52 +2468,47 @@ msgstr ""
2468
"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"
2469
"mit allen anderen Optionen."
2470
2414
-#: pathspec.c:301
2471
+#: pathspec.c:305
2472
msgid "invalid parameter for pathspec magic 'prefix'"
2473
msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"
2474
2418
-#: pathspec.c:322
2475
+#: pathspec.c:326
2476
#, c-format
2477
msgid "Invalid pathspec magic '%.*s' in '%s'"
2478
msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"
2479
2423
-#: pathspec.c:327
2480
+#: pathspec.c:331
2481
#, c-format
2482
msgid "Missing ')' at the end of pathspec magic in '%s'"
2483
msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"
2484
2428
-#: pathspec.c:365
2485
+#: pathspec.c:369
2486
#, c-format
2487
msgid "Unimplemented pathspec magic '%c' in '%s'"
2488
msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"
2489
2433
-#: pathspec.c:421 pathspec.c:443
2434
-#, c-format
2435
-msgid "Pathspec '%s' is in submodule '%.*s'"
2436
-msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
2437
-
2438
-#: pathspec.c:483
2490
+#: pathspec.c:428
2491
#, c-format
2492
msgid "%s: 'literal' and 'glob' are incompatible"
2493
msgstr "%s: 'literal' und 'glob' sind inkompatibel"
2494
2443
-#: pathspec.c:496
2495
+#: pathspec.c:441
2496
#, c-format
2497
msgid "%s: '%s' is outside repository"
2498
msgstr "%s: '%s' liegt außerhalb des Repositories"
2499
2448
-#: pathspec.c:584
2500
+#: pathspec.c:515
2501
#, c-format
2502
msgid "'%s' (mnemonic: '%c')"
2503
msgstr "'%s' (Kürzel: '%c')"
2504
2453
-#: pathspec.c:594
2505
+#: pathspec.c:525
2506
#, c-format
2507
msgid "%s: pathspec magic not supported by this command: %s"
2508
msgstr ""
2509
"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"
2510
2459
-#: pathspec.c:644
2511
+#: pathspec.c:575
2512
msgid ""
2513
"empty strings as pathspecs will be made invalid in upcoming releases. please "
2514
"use . instead if you meant to match all paths"
@@ -2465,16 +2517,16 @@ msgstr ""
2517
"ungültig.\n"
2518
"Bitte benutzen Sie stattdessen . wenn Sie alle Pfade meinen."
2519
2468
-#: pathspec.c:668
2520
+#: pathspec.c:599
2521
#, c-format
2522
msgid "pathspec '%s' is beyond a symbolic link"
2523
msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
2524
2473
-#: pretty.c:982
2525
+#: pretty.c:963
2526
msgid "unable to parse --pretty format"
2527
msgstr "Konnte --pretty Format nicht parsen."
2528
2477
-#: read-cache.c:1442
2529
+#: read-cache.c:1443
2530
#, c-format
2531
msgid ""
2532
"index.version set, but the value is invalid.\n"
@@ -2483,7 +2535,7 @@ msgstr ""
2535
"index.version gesetzt, aber Wert ungültig.\n"
2536
"Verwende Version %i"
2537
2486
-#: read-cache.c:1452
2538
+#: read-cache.c:1453
2539
#, c-format
2540
msgid ""
2541
"GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -2492,46 +2544,53 @@ msgstr ""
2544
"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
2545
"Verwende Version %i"
2546
2495
-#: read-cache.c:2375 sequencer.c:1350 sequencer.c:2048
2547
+#: read-cache.c:2308 builtin/merge.c:1019
2548
+#, c-format
2549
+msgid "could not close '%s'"
2550
+msgstr "Konnte '%s' nicht schließen"
2551
+
2552
+#: read-cache.c:2383 sequencer.c:1353 sequencer.c:2054
2553
#, c-format
2554
msgid "could not stat '%s'"
2555
msgstr "Konnte '%s' nicht lesen."
2556
2500
-#: read-cache.c:2388
2557
+#: read-cache.c:2396
2558
#, c-format
2559
msgid "unable to open git dir: %s"
2560
msgstr "konnte Git-Verzeichnis nicht öffnen: %s"
2561
2505
-#: read-cache.c:2400
2562
+#: read-cache.c:2408
2563
#, c-format
2564
msgid "unable to unlink: %s"
2565
msgstr "Konnte '%s' nicht entfernen."
2566
2510
-#: refs.c:620 builtin/merge.c:844
2567
+#: refs.c:622
2568
#, c-format
2569
msgid "Could not open '%s' for writing"
2570
msgstr "Konnte '%s' nicht zum Schreiben öffnen."
2571
2515
-#: refs.c:1667
2572
+#: refs.c:1769
2573
msgid "ref updates forbidden inside quarantine environment"
2517
-msgstr "Aktualisierungen von Referenzen ist innerhalb der Quarantäne-Umgebung verboten."
2574
+msgstr ""
2575
+"Aktualisierungen von Referenzen ist innerhalb der Quarantäne-Umgebung "
2576
+"verboten."
2577
2519
-#: refs/files-backend.c:1631
2578
+#: refs/files-backend.c:1664
2579
#, c-format
2580
msgid "could not delete reference %s: %s"
2581
msgstr "Konnte Referenz %s nicht entfernen: %s"
2582
2524
-#: refs/files-backend.c:1634
2583
+#: refs/files-backend.c:1667
2584
#, c-format
2585
msgid "could not delete references: %s"
2586
msgstr "Konnte Referenzen nicht entfernen: %s"
2587
2529
-#: refs/files-backend.c:1643
2588
+#: refs/files-backend.c:1676
2589
#, c-format
2590
msgid "could not remove reference %s"
2591
msgstr "Konnte Referenz %s nicht löschen"
2592
2534
-#: ref-filter.c:35 wt-status.c:1780
2593
+#: ref-filter.c:35 wt-status.c:1811
2594
msgid "gone"
2595
msgstr "entfernt"
2596
@@ -2550,304 +2609,306 @@ msgstr "%d hinterher"
2609
msgid "ahead %d, behind %d"
2610
msgstr "%d voraus, %d hinterher"
2611
2553
-#: ref-filter.c:104
2612
+#: ref-filter.c:105
2613
#, c-format
2614
msgid "expected format: %%(color:<color>)"
2615
msgstr "Erwartetes Format: %%(color:<Farbe>)"
2616
2558
-#: ref-filter.c:106
2617
+#: ref-filter.c:107
2618
#, c-format
2619
msgid "unrecognized color: %%(color:%s)"
2620
msgstr "nicht erkannte Farbe: %%(color:%s)"
2621
2563
-#: ref-filter.c:120
2622
+#: ref-filter.c:121
2623
#, c-format
2624
msgid "Integer value expected refname:lstrip=%s"
2625
msgstr "Positiver Wert erwartet refname:lstrip=%s"
2626
2568
-#: ref-filter.c:124
2627
+#: ref-filter.c:125
2628
#, c-format
2629
msgid "Integer value expected refname:rstrip=%s"
2630
msgstr "Positiver Wert erwartet refname:rstrip=%s"
2631
2573
-#: ref-filter.c:126
2632
+#: ref-filter.c:127
2633
#, c-format
2634
msgid "unrecognized %%(%s) argument: %s"
2635
msgstr "nicht erkanntes %%(%s) Argument: %s"
2636
2578
-#: ref-filter.c:166
2637
+#: ref-filter.c:167
2638
#, c-format
2639
msgid "%%(body) does not take arguments"
2640
msgstr "%%(body) akzeptiert keine Argumente"
2641
2583
-#: ref-filter.c:173
2642
+#: ref-filter.c:174
2643
#, c-format
2644
msgid "%%(subject) does not take arguments"
2645
msgstr "%%(subject) akzeptiert keine Argumente"
2646
2588
-#: ref-filter.c:180
2647
+#: ref-filter.c:181
2648
#, c-format
2649
msgid "%%(trailers) does not take arguments"
2650
msgstr "%%(trailers) akzeptiert keine Argumente"
2651
2593
-#: ref-filter.c:199
2652
+#: ref-filter.c:200
2653
#, c-format
2654
msgid "positive value expected contents:lines=%s"
2655
msgstr "Positiver Wert erwartet contents:lines=%s"
2656
2598
-#: ref-filter.c:201
2657
+#: ref-filter.c:202
2658
#, c-format
2659
msgid "unrecognized %%(contents) argument: %s"
2660
msgstr "nicht erkanntes %%(contents) Argument: %s"
2661
2603
-#: ref-filter.c:214
2662
+#: ref-filter.c:215
2663
#, c-format
2664
msgid "positive value expected objectname:short=%s"
2665
msgstr "Positiver Wert erwartet objectname:short=%s"
2666
2608
-#: ref-filter.c:218
2667
+#: ref-filter.c:219
2668
#, c-format
2669
msgid "unrecognized %%(objectname) argument: %s"
2670
msgstr "nicht erkanntes %%(objectname) Argument: %s"
2671
2613
-#: ref-filter.c:245
2672
+#: ref-filter.c:246
2673
#, c-format
2674
msgid "expected format: %%(align:<width>,<position>)"
2675
msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
2676
2618
-#: ref-filter.c:257
2677
+#: ref-filter.c:258
2678
#, c-format
2679
msgid "unrecognized position:%s"
2680
msgstr "nicht erkannte Position:%s"
2681
2623
-#: ref-filter.c:261
2682
+#: ref-filter.c:262
2683
#, c-format
2684
msgid "unrecognized width:%s"
2685
msgstr "nicht erkannte Breite:%s"
2686
2628
-#: ref-filter.c:267
2687
+#: ref-filter.c:268
2688
#, c-format
2689
msgid "unrecognized %%(align) argument: %s"
2690
msgstr "nicht erkanntes %%(align) Argument: %s"
2691
2633
-#: ref-filter.c:271
2692
+#: ref-filter.c:272
2693
#, c-format
2694
msgid "positive width expected with the %%(align) atom"
2695
msgstr "Positive Breitenangabe für %%(align) erwartet"
2696
2638
-#: ref-filter.c:286
2697
+#: ref-filter.c:287
2698
#, c-format
2699
msgid "unrecognized %%(if) argument: %s"
2700
msgstr "nicht erkanntes %%(if) Argument: %s"
2701
2643
-#: ref-filter.c:371
2702
+#: ref-filter.c:378
2703
#, c-format
2704
msgid "malformed field name: %.*s"
2705
msgstr "Fehlerhafter Feldname: %.*s"
2706
2648
-#: ref-filter.c:397
2707
+#: ref-filter.c:404
2708
#, c-format
2709
msgid "unknown field name: %.*s"
2710
msgstr "Unbekannter Feldname: %.*s"
2711
2653
-#: ref-filter.c:501
2712
+#: ref-filter.c:508
2713
#, c-format
2714
msgid "format: %%(if) atom used without a %%(then) atom"
2715
msgstr "format: %%(if) Atom ohne ein %%(then) Atom verwendet"
2716
2658
-#: ref-filter.c:561
2717
+#: ref-filter.c:568
2718
#, c-format
2719
msgid "format: %%(then) atom used without an %%(if) atom"
2720
msgstr "format: %%(then) Atom ohne ein %%(if) Atom verwendet"
2721
2663
-#: ref-filter.c:563
2722
+#: ref-filter.c:570
2723
#, c-format
2724
msgid "format: %%(then) atom used more than once"
2725
msgstr "format: %%(then) Atom mehr als einmal verwendet"
2726
2668
-#: ref-filter.c:565
2727
+#: ref-filter.c:572
2728
#, c-format
2729
msgid "format: %%(then) atom used after %%(else)"
2730
msgstr "format: %%(then) Atom nach %%(else) verwendet"
2731
2673
-#: ref-filter.c:591
2732
+#: ref-filter.c:598
2733
#, c-format
2734
msgid "format: %%(else) atom used without an %%(if) atom"
2735
msgstr "format: %%(else) Atom ohne ein %%(if) Atom verwendet"
2736
2678
-#: ref-filter.c:593
2737
+#: ref-filter.c:600
2738
#, c-format
2739
msgid "format: %%(else) atom used without a %%(then) atom"
2740
msgstr "Format: %%(else) Atom ohne ein %%(then) Atom verwendet"
2741
2683
-#: ref-filter.c:595
2742
+#: ref-filter.c:602
2743
#, c-format
2744
msgid "format: %%(else) atom used more than once"
2745
msgstr "Format: %%(end) Atom mehr als einmal verwendet"
2746
2688
-#: ref-filter.c:608
2747
+#: ref-filter.c:615
2748
#, c-format
2749
msgid "format: %%(end) atom used without corresponding atom"
2750
msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
2751
2693
-#: ref-filter.c:663
2752
+#: ref-filter.c:670
2753
#, c-format
2754
msgid "malformed format string %s"
2755
msgstr "Fehlerhafter Formatierungsstring %s"
2756
2698
-#: ref-filter.c:1247
2757
+#: ref-filter.c:1254
2758
#, c-format
2759
msgid "(no branch, rebasing %s)"
2760
msgstr "(kein Branch, Rebase von Branch %s im Gange)"
2761
2703
-#: ref-filter.c:1250
2762
+#: ref-filter.c:1257
2763
#, c-format
2764
msgid "(no branch, bisect started on %s)"
2765
msgstr "(kein Branch, binäre Suche begonnen bei %s)"
2766
2708
-#. TRANSLATORS: make sure this matches
2709
-#. "HEAD detached at " in wt-status.c
2710
-#: ref-filter.c:1256
2767
+#. TRANSLATORS: make sure this matches "HEAD
2768
+#. detached at " in wt-status.c
2769
+#.
2770
+#: ref-filter.c:1265
2771
#, c-format
2772
msgid "(HEAD detached at %s)"
2773
msgstr "(HEAD losgelöst bei %s)"
2774
2715
-#. TRANSLATORS: make sure this matches
2716
-#. "HEAD detached from " in wt-status.c
2717
-#: ref-filter.c:1261
2775
+#. TRANSLATORS: make sure this matches "HEAD
2776
+#. detached from " in wt-status.c
2777
+#.
2778
+#: ref-filter.c:1272
2779
#, c-format
2780
msgid "(HEAD detached from %s)"
2781
msgstr "(HEAD losgelöst von %s)"
2782
2722
-#: ref-filter.c:1265
2783
+#: ref-filter.c:1276
2784
msgid "(no branch)"
2785
msgstr "(kein Branch)"
2786
2726
-#: ref-filter.c:1420 ref-filter.c:1451
2787
+#: ref-filter.c:1426 ref-filter.c:1457
2788
#, c-format
2789
msgid "missing object %s for %s"
2790
msgstr "Objekt %s fehlt für %s"
2791
2731
-#: ref-filter.c:1423 ref-filter.c:1454
2792
+#: ref-filter.c:1429 ref-filter.c:1460
2793
#, c-format
2794
msgid "parse_object_buffer failed on %s for %s"
2795
msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
2796
2736
-#: ref-filter.c:1692
2797
+#: ref-filter.c:1760
2798
#, c-format
2799
msgid "malformed object at '%s'"
2800
msgstr "fehlerhaftes Objekt bei '%s'"
2801
2741
-#: ref-filter.c:1759
2802
+#: ref-filter.c:1827
2803
#, c-format
2804
msgid "ignoring ref with broken name %s"
2805
msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
2806
2746
-#: ref-filter.c:1764
2807
+#: ref-filter.c:1832
2808
#, c-format
2809
msgid "ignoring broken ref %s"
2810
msgstr "Ignoriere fehlerhafte Referenz %s"
2811
2751
-#: ref-filter.c:2028
2812
+#: ref-filter.c:2095
2813
#, c-format
2814
msgid "format: %%(end) atom missing"
2815
msgstr "Format: %%(end) Atom fehlt"
2816
2756
-#: ref-filter.c:2109
2817
+#: ref-filter.c:2176
2818
#, c-format
2819
msgid "malformed object name %s"
2820
msgstr "Missgebildeter Objektname %s"
2821
2761
-#: remote.c:754
2822
+#: remote.c:747
2823
#, c-format
2824
msgid "Cannot fetch both %s and %s to %s"
2825
msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
2826
2766
-#: remote.c:758
2827
+#: remote.c:751
2828
#, c-format
2829
msgid "%s usually tracks %s, not %s"
2830
msgstr "%s folgt üblicherweise %s, nicht %s"
2831
2771
-#: remote.c:762
2832
+#: remote.c:755
2833
#, c-format
2834
msgid "%s tracks both %s and %s"
2835
msgstr "%s folgt sowohl %s als auch %s"
2836
2776
-#: remote.c:770
2837
+#: remote.c:763
2838
msgid "Internal error"
2839
msgstr "Interner Fehler"
2840
2780
-#: remote.c:1685 remote.c:1787
2841
+#: remote.c:1680 remote.c:1782
2842
msgid "HEAD does not point to a branch"
2843
msgstr "HEAD zeigt auf keinen Branch"
2844
2784
-#: remote.c:1694
2845
+#: remote.c:1689
2846
#, c-format
2847
msgid "no such branch: '%s'"
2848
msgstr "Kein solcher Branch: '%s'"
2849
2789
-#: remote.c:1697
2850
+#: remote.c:1692
2851
#, c-format
2852
msgid "no upstream configured for branch '%s'"
2853
msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
2854
2794
-#: remote.c:1703
2855
+#: remote.c:1698
2856
#, c-format
2857
msgid "upstream branch '%s' not stored as a remote-tracking branch"
2858
msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
2859
2799
-#: remote.c:1718
2860
+#: remote.c:1713
2861
#, c-format
2862
msgid "push destination '%s' on remote '%s' has no local tracking branch"
2863
msgstr ""
2864
"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
2865
"Branch"
2866
2806
-#: remote.c:1730
2867
+#: remote.c:1725
2868
#, c-format
2869
msgid "branch '%s' has no remote for pushing"
2870
msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
2871
2811
-#: remote.c:1741
2872
+#: remote.c:1736
2873
#, c-format
2874
msgid "push refspecs for '%s' do not include '%s'"
2875
msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
2876
2816
-#: remote.c:1754
2877
+#: remote.c:1749
2878
msgid "push has no destination (push.default is 'nothing')"
2879
msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
2880
2820
-#: remote.c:1776
2881
+#: remote.c:1771
2882
msgid "cannot resolve 'simple' push to a single destination"
2883
msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
2884
2824
-#: remote.c:2081
2885
+#: remote.c:2076
2886
#, c-format
2887
msgid "Your branch is based on '%s', but the upstream is gone.\n"
2888
msgstr ""
2889
"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"
2890
2830
-#: remote.c:2085
2891
+#: remote.c:2080
2892
msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2893
msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
2894
2834
-#: remote.c:2088
2895
+#: remote.c:2083
2896
#, c-format
2897
msgid "Your branch is up-to-date with '%s'.\n"
2898
msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"
2899
2839
-#: remote.c:2092
2900
+#: remote.c:2087
2901
#, c-format
2902
msgid "Your branch is ahead of '%s' by %d commit.\n"
2903
msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2904
msgstr[0] "Ihr Branch ist %2$d Commit vor '%1$s'.\n"
2905
msgstr[1] "Ihr Branch ist %2$d Commits vor '%1$s'.\n"
2906
2846
-#: remote.c:2098
2907
+#: remote.c:2093
2908
msgid " (use \"git push\" to publish your local commits)\n"
2909
msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
2910
2850
-#: remote.c:2101
2911
+#: remote.c:2096
2912
#, c-format
2913
msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2914
msgid_plural ""
@@ -2857,12 +2918,12 @@ msgstr[0] ""
2918
msgstr[1] ""
2919
"Ihr Branch ist %2$d Commits hinter '%1$s', und kann vorgespult werden.\n"
2920
2860
-#: remote.c:2109
2921
+#: remote.c:2104
2922
msgid " (use \"git pull\" to update your local branch)\n"
2923
msgstr ""
2924
" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
2925
2865
-#: remote.c:2112
2926
+#: remote.c:2107
2927
#, c-format
2928
msgid ""
2929
"Your branch and '%s' have diverged,\n"
@@ -2877,54 +2938,49 @@ msgstr[1] ""
2938
"Ihr Branch und '%s' sind divergiert,\n"
2939
"und haben jeweils %d und %d unterschiedliche Commits.\n"
2940
2880
-#: remote.c:2122
2941
+#: remote.c:2117
2942
msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2943
msgstr ""
2944
" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
2945
"zusammenzuführen)\n"
2946
2886
-#: revision.c:2158
2947
+#: revision.c:2187
2948
msgid "your current branch appears to be broken"
2949
msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
2950
2890
-#: revision.c:2161
2951
+#: revision.c:2190
2952
#, c-format
2953
msgid "your current branch '%s' does not have any commits yet"
2954
msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
2955
2895
-#: revision.c:2355
2956
+#: revision.c:2384
2957
msgid "--first-parent is incompatible with --bisect"
2958
msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
2959
2899
-#: run-command.c:125
2960
+#: run-command.c:644
2961
msgid "open /dev/null failed"
2962
msgstr "Öffnen von /dev/null fehlgeschlagen"
2963
2903
-#: run-command.c:127
2904
-#, c-format
2905
-msgid "dup2(%d,%d) failed"
2906
-msgstr "dup2(%d,%d) fehlgeschlagen"
2907
-
2908
-#: send-pack.c:150
2964
+#: send-pack.c:151
2965
#, c-format
2966
msgid "unable to parse remote unpack status: %s"
2967
msgstr "Konnte Status des Entpackens der Gegenseite nicht parsen: %s"
2968
2913
-#: send-pack.c:152
2969
+#: send-pack.c:153
2970
#, c-format
2971
msgid "remote unpack failed: %s"
2972
msgstr "Entpacken auf der Gegenseite fehlgeschlagen: %s"
2973
2918
-#: send-pack.c:315
2974
+#: send-pack.c:316
2975
msgid "failed to sign the push certificate"
2976
msgstr "Fehler beim Signieren des \"push\"-Zertifikates"
2977
2922
-#: send-pack.c:428
2978
+#: send-pack.c:429
2979
msgid "the receiving end does not support --signed push"
2980
msgstr ""
2981
"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"
2982
2927
-#: send-pack.c:430
2983
+#: send-pack.c:431
2984
msgid ""
2985
"not sending a push certificate since the receiving end does not support --"
2986
"signed push"
@@ -2932,32 +2988,32 @@ msgstr ""
2988
"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"
2989
"Versand (\"--signed push\") unterstützt"
2990
2935
-#: send-pack.c:442
2991
+#: send-pack.c:443
2992
msgid "the receiving end does not support --atomic push"
2993
msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
2994
2939
-#: send-pack.c:447
2995
+#: send-pack.c:448
2996
msgid "the receiving end does not support push options"
2997
msgstr "die Gegenseite unterstützt keine Push-Optionen"
2998
2943
-#: sequencer.c:215
2999
+#: sequencer.c:216
3000
msgid "revert"
3001
msgstr "Revert"
3002
2947
-#: sequencer.c:217
3003
+#: sequencer.c:218
3004
msgid "cherry-pick"
3005
msgstr "Cherry-Pick"
3006
2951
-#: sequencer.c:219
3007
+#: sequencer.c:220
3008
msgid "rebase -i"
3009
msgstr "interaktives Rebase"
3010
2955
-#: sequencer.c:221
3011
+#: sequencer.c:222
3012
#, c-format
3013
msgid "Unknown action: %d"
3014
msgstr "Unbekannte Aktion: %d"
3015
2960
-#: sequencer.c:278
3016
+#: sequencer.c:279
3017
msgid ""
3018
"after resolving the conflicts, mark the corrected paths\n"
3019
"with 'git add <paths>' or 'git rm <paths>'"
@@ -2965,7 +3021,7 @@ msgstr ""
3021
"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"
3022
"mit 'git add <Pfade>' oder 'git rm <Pfade>'"
3023
2968
-#: sequencer.c:281
3024
+#: sequencer.c:282
3025
msgid ""
3026
"after resolving the conflicts, mark the corrected paths\n"
3027
"with 'git add <paths>' or 'git rm <paths>'\n"
@@ -2975,64 +3031,64 @@ msgstr ""
3031
"mit 'git add <Pfade>' oder 'git rm <Pfade>'und tragen Sie das Ergebnis mit\n"
3032
"'git commit' ein"
3033
2978
-#: sequencer.c:294 sequencer.c:1682
3034
+#: sequencer.c:295 sequencer.c:1685
3035
#, c-format
3036
msgid "could not lock '%s'"
3037
msgstr "Konnte '%s' nicht sperren"
3038
2983
-#: sequencer.c:297 sequencer.c:1560 sequencer.c:1687 sequencer.c:1701
3039
+#: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:1704
3040
#, c-format
3041
msgid "could not write to '%s'"
3042
msgstr "Konnte nicht nach '%s' schreiben."
3043
2988
-#: sequencer.c:301
3044
+#: sequencer.c:302
3045
#, c-format
3046
msgid "could not write eol to '%s'"
3047
msgstr "Konnte EOL nicht nach '%s' schreiben."
3048
2993
-#: sequencer.c:305 sequencer.c:1565 sequencer.c:1689
3049
+#: sequencer.c:306 sequencer.c:1568 sequencer.c:1692
3050
#, c-format
3051
msgid "failed to finalize '%s'."
3052
msgstr "Fehler beim Fertigstellen von '%s'."
3053
2998
-#: sequencer.c:329 sequencer.c:814 sequencer.c:1586 builtin/am.c:257
2999
-#: builtin/commit.c:749 builtin/merge.c:1018
3054
+#: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:258
3055
+#: builtin/commit.c:750 builtin/merge.c:1017
3056
#, c-format
3057
msgid "could not read '%s'"
3058
msgstr "Konnte '%s' nicht lesen"
3059
3004
-#: sequencer.c:355
3060
+#: sequencer.c:356
3061
#, c-format
3062
msgid "your local changes would be overwritten by %s."
3063
msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."
3064
3009
-#: sequencer.c:359
3065
+#: sequencer.c:360
3066
msgid "commit your changes or stash them to proceed."
3067
msgstr ""
3068
"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
3069
3014
-#: sequencer.c:388
3070
+#: sequencer.c:389
3071
#, c-format
3072
msgid "%s: fast-forward"
3073
msgstr "%s: Vorspulen"
3074
3075
#. TRANSLATORS: %s will be "revert", "cherry-pick" or
3020
-#. * "rebase -i".
3076
+#. "rebase -i".
3077
#.
3022
-#: sequencer.c:470
3078
+#: sequencer.c:472
3079
#, c-format
3080
msgid "%s: Unable to write new index file"
3081
msgstr "%s: Konnte neue Index-Datei nicht schreiben"
3082
3027
-#: sequencer.c:489
3083
+#: sequencer.c:491
3084
msgid "could not resolve HEAD commit\n"
3085
msgstr "Konnte HEAD-Commit nicht auflösen\n"
3086
3031
-#: sequencer.c:509
3087
+#: sequencer.c:511
3088
msgid "unable to update cache tree\n"
3089
msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"
3090
3035
-#: sequencer.c:592
3091
+#: sequencer.c:595
3092
#, c-format
3093
msgid ""
3094
"you have staged changes in your working tree\n"
@@ -3063,17 +3119,17 @@ msgstr ""
3119
"\n"
3120
" git rebase --continue\n"
3121
3066
-#: sequencer.c:694
3122
+#: sequencer.c:697
3123
#, c-format
3124
msgid "could not parse commit %s\n"
3125
msgstr "Konnte Commit %s nicht parsen\n"
3126
3071
-#: sequencer.c:699
3127
+#: sequencer.c:702
3128
#, c-format
3129
msgid "could not parse parent commit %s\n"
3130
msgstr "Konnte Eltern-Commit %s nicht parsen\n"
3131
3076
-#: sequencer.c:821
3132
+#: sequencer.c:824
3133
#, c-format
3134
msgid ""
3135
"unexpected 1st line of squash message:\n"
@@ -3084,7 +3140,7 @@ msgstr ""
3140
"\n"
3141
"\t%.*s"
3142
3087
-#: sequencer.c:827
3143
+#: sequencer.c:830
3144
#, c-format
3145
msgid ""
3146
"invalid 1st line of squash message:\n"
@@ -3095,231 +3151,231 @@ msgstr ""
3151
"\n"
3152
"\t%.*s"
3153
3098
-#: sequencer.c:833 sequencer.c:858
3154
+#: sequencer.c:836 sequencer.c:861
3155
#, c-format
3156
msgid "This is a combination of %d commits."
3157
msgstr "Das ist eine Kombination aus %d Commits."
3158
3103
-#: sequencer.c:842
3159
+#: sequencer.c:845
3160
msgid "need a HEAD to fixup"
3161
msgstr "benötige HEAD für fixup"
3162
3107
-#: sequencer.c:844
3163
+#: sequencer.c:847
3164
msgid "could not read HEAD"
3165
msgstr "Konnte HEAD nicht lesen"
3166
3111
-#: sequencer.c:846
3167
+#: sequencer.c:849
3168
msgid "could not read HEAD's commit message"
3169
msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"
3170
3115
-#: sequencer.c:852
3171
+#: sequencer.c:855
3172
#, c-format
3173
msgid "cannot write '%s'"
3174
msgstr "kann '%s' nicht schreiben"
3175
3120
-#: sequencer.c:861 git-rebase--interactive.sh:445
3176
+#: sequencer.c:864 git-rebase--interactive.sh:445
3177
msgid "This is the 1st commit message:"
3178
msgstr "Das ist die erste Commit-Beschreibung:"
3179
3124
-#: sequencer.c:869
3180
+#: sequencer.c:872
3181
#, c-format
3182
msgid "could not read commit message of %s"
3183
msgstr "Konnte Commit-Beschreibung von %s nicht lesen."
3184
3129
-#: sequencer.c:876
3185
+#: sequencer.c:879
3186
#, c-format
3187
msgid "This is the commit message #%d:"
3188
msgstr "Das ist Commit-Beschreibung #%d:"
3189
3134
-#: sequencer.c:881
3190
+#: sequencer.c:884
3191
#, c-format
3192
msgid "The commit message #%d will be skipped:"
3193
msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"
3194
3139
-#: sequencer.c:886
3195
+#: sequencer.c:889
3196
#, c-format
3197
msgid "unknown command: %d"
3198
msgstr "Unbekannter Befehl: %d"
3199
3144
-#: sequencer.c:952
3200
+#: sequencer.c:955
3201
msgid "your index file is unmerged."
3202
msgstr "Ihre Index-Datei ist nicht zusammengeführt."
3203
3148
-#: sequencer.c:970
3204
+#: sequencer.c:973
3205
#, c-format
3206
msgid "commit %s is a merge but no -m option was given."
3207
msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
3208
3153
-#: sequencer.c:978
3209
+#: sequencer.c:981
3210
#, c-format
3211
msgid "commit %s does not have parent %d"
3212
msgstr "Commit %s hat keinen Eltern-Commit %d"
3213
3158
-#: sequencer.c:982
3214
+#: sequencer.c:985
3215
#, c-format
3216
msgid "mainline was specified but commit %s is not a merge."
3217
msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
3218
3163
-#: sequencer.c:988
3219
+#: sequencer.c:991
3220
#, c-format
3221
msgid "cannot get commit message for %s"
3222
msgstr "Kann keine Commit-Beschreibung für %s bekommen."
3223
3224
#. TRANSLATORS: The first %s will be a "todo" command like
3225
#. "revert" or "pick", the second %s a SHA1.
3170
-#: sequencer.c:1009
3226
+#: sequencer.c:1012
3227
#, c-format
3228
msgid "%s: cannot parse parent commit %s"
3229
msgstr "%s: kann Eltern-Commit %s nicht parsen"
3230
3175
-#: sequencer.c:1071 sequencer.c:1827
3231
+#: sequencer.c:1075 sequencer.c:1830
3232
#, c-format
3233
msgid "could not rename '%s' to '%s'"
3234
msgstr "Konnte '%s' nicht zu '%s' umbenennen."
3235
3180
-#: sequencer.c:1122
3236
+#: sequencer.c:1126
3237
#, c-format
3238
msgid "could not revert %s... %s"
3239
msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
3240
3185
-#: sequencer.c:1123
3241
+#: sequencer.c:1127
3242
#, c-format
3243
msgid "could not apply %s... %s"
3244
msgstr "Konnte %s... (%s) nicht anwenden"
3245
3190
-#: sequencer.c:1165
3246
+#: sequencer.c:1169
3247
msgid "empty commit set passed"
3248
msgstr "leere Menge von Commits übergeben"
3249
3194
-#: sequencer.c:1175
3250
+#: sequencer.c:1179
3251
#, c-format
3252
msgid "git %s: failed to read the index"
3253
msgstr "git %s: Fehler beim Lesen des Index"
3254
3199
-#: sequencer.c:1182
3255
+#: sequencer.c:1186
3256
#, c-format
3257
msgid "git %s: failed to refresh the index"
3258
msgstr "git %s: Fehler beim Aktualisieren des Index"
3259
3204
-#: sequencer.c:1303
3260
+#: sequencer.c:1306
3261
#, c-format
3262
msgid "invalid line %d: %.*s"
3263
msgstr "Ungültige Zeile %d: %.*s"
3264
3209
-#: sequencer.c:1311
3265
+#: sequencer.c:1314
3266
#, c-format
3267
msgid "cannot '%s' without a previous commit"
3268
msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"
3269
3214
-#: sequencer.c:1344
3270
+#: sequencer.c:1347
3271
#, c-format
3272
msgid "could not read '%s'."
3273
msgstr "Konnte '%s' nicht lesen."
3274
3219
-#: sequencer.c:1356
3275
+#: sequencer.c:1359
3276
msgid "please fix this using 'git rebase --edit-todo'."
3277
msgstr ""
3278
"Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."
3279
3224
-#: sequencer.c:1358
3280
+#: sequencer.c:1361
3281
#, c-format
3282
msgid "unusable instruction sheet: '%s'"
3283
msgstr "Unbenutzbares Instruktionsblatt: '%s'"
3284
3229
-#: sequencer.c:1363
3285
+#: sequencer.c:1366
3286
msgid "no commits parsed."
3287
msgstr "Keine Commits geparst."
3288
3233
-#: sequencer.c:1374
3289
+#: sequencer.c:1377
3290
msgid "cannot cherry-pick during a revert."
3291
msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
3292
3237
-#: sequencer.c:1376
3293
+#: sequencer.c:1379
3294
msgid "cannot revert during a cherry-pick."
3295
msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
3296
3241
-#: sequencer.c:1439
3297
+#: sequencer.c:1442
3298
#, c-format
3299
msgid "invalid key: %s"
3300
msgstr "Ungültiger Schlüssel: %s"
3301
3246
-#: sequencer.c:1442
3302
+#: sequencer.c:1445
3303
#, c-format
3304
msgid "invalid value for %s: %s"
3305
msgstr "Ungültiger Wert für %s: %s"
3306
3251
-#: sequencer.c:1499
3307
+#: sequencer.c:1502
3308
#, c-format
3309
msgid "malformed options sheet: '%s'"
3310
msgstr "Fehlerhaftes Optionsblatt: '%s'"
3311
3256
-#: sequencer.c:1537
3312
+#: sequencer.c:1540
3313
msgid "a cherry-pick or revert is already in progress"
3314
msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
3315
3260
-#: sequencer.c:1538
3316
+#: sequencer.c:1541
3317
msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3318
msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
3319
3264
-#: sequencer.c:1541
3320
+#: sequencer.c:1544
3321
#, c-format
3322
msgid "could not create sequencer directory '%s'"
3323
msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."
3324
3269
-#: sequencer.c:1555
3325
+#: sequencer.c:1558
3326
msgid "could not lock HEAD"
3327
msgstr "Konnte HEAD nicht sperren"
3328
3273
-#: sequencer.c:1611 sequencer.c:2181
3329
+#: sequencer.c:1614 sequencer.c:2188
3330
msgid "no cherry-pick or revert in progress"
3331
msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
3332
3277
-#: sequencer.c:1613
3333
+#: sequencer.c:1616
3334
msgid "cannot resolve HEAD"
3335
msgstr "kann HEAD nicht auflösen"
3336
3281
-#: sequencer.c:1615 sequencer.c:1649
3337
+#: sequencer.c:1618 sequencer.c:1652
3338
msgid "cannot abort from a branch yet to be born"
3339
msgstr "kann nicht abbrechen: bin auf einem Branch, der noch geboren wird"
3340
3285
-#: sequencer.c:1635 builtin/grep.c:910
3341
+#: sequencer.c:1638 builtin/grep.c:929
3342
#, c-format
3343
msgid "cannot open '%s'"
3344
msgstr "kann '%s' nicht öffnen"
3345
3290
-#: sequencer.c:1637
3346
+#: sequencer.c:1640
3347
#, c-format
3348
msgid "cannot read '%s': %s"
3349
msgstr "Kann '%s' nicht lesen: %s"
3350
3295
-#: sequencer.c:1638
3351
+#: sequencer.c:1641
3352
msgid "unexpected end of file"
3353
msgstr "Unerwartetes Dateiende"
3354
3299
-#: sequencer.c:1644
3355
+#: sequencer.c:1647
3356
#, c-format
3357
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3358
msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
3359
3304
-#: sequencer.c:1655
3360
+#: sequencer.c:1658
3361
msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3362
msgstr ""
3363
"Sie scheinen HEAD verschoben zu haben. Keine Zurücksetzung, prüfen Sie HEAD."
3364
3309
-#: sequencer.c:1792 sequencer.c:2080
3365
+#: sequencer.c:1795 sequencer.c:2086
3366
msgid "cannot read HEAD"
3367
msgstr "Kann HEAD nicht lesen"
3368
3313
-#: sequencer.c:1832 builtin/difftool.c:616
3369
+#: sequencer.c:1835 builtin/difftool.c:633
3370
#, c-format
3371
msgid "could not copy '%s' to '%s'"
3372
msgstr "Konnte '%s' nicht nach '%s' kopieren."
3373
3318
-#: sequencer.c:1848
3374
+#: sequencer.c:1851
3375
msgid "could not read index"
3376
msgstr "Konnte den Index nicht lesen."
3377
3322
-#: sequencer.c:1853
3378
+#: sequencer.c:1856
3379
#, c-format
3380
msgid ""
3381
"execution failed: %s\n"
@@ -3335,11 +3391,11 @@ msgstr ""
3391
"\n"
3392
"ausführen.\n"
3393
3338
-#: sequencer.c:1859
3394
+#: sequencer.c:1862
3395
msgid "and made changes to the index and/or the working tree\n"
3396
msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"
3397
3342
-#: sequencer.c:1865
3398
+#: sequencer.c:1868
3399
#, c-format
3400
msgid ""
3401
"execution succeeded: %s\n"
@@ -3357,17 +3413,17 @@ msgstr ""
3413
" git rebase --continue\n"
3414
"\n"
3415
3360
-#: sequencer.c:1920 git-rebase.sh:169
3416
+#: sequencer.c:1925
3417
#, c-format
3362
-msgid "Applied autostash."
3363
-msgstr "Automatischen Stash angewendet."
3418
+msgid "Applied autostash.\n"
3419
+msgstr "Automatischen Stash angewendet.\n"
3420
3365
-#: sequencer.c:1932
3421
+#: sequencer.c:1937
3422
#, c-format
3423
msgid "cannot store %s"
3424
msgstr "kann %s nicht speichern"
3425
3370
-#: sequencer.c:1934 git-rebase.sh:173
3426
+#: sequencer.c:1940 git-rebase.sh:173
3427
#, c-format
3428
msgid ""
3429
"Applying autostash resulted in conflicts.\n"
@@ -3378,59 +3434,59 @@ msgstr ""
3434
"Ihre Änderungen sind im Stash sicher.\n"
3435
"Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"
3436
3381
-#: sequencer.c:2016
3437
+#: sequencer.c:2022
3438
#, c-format
3439
msgid "Stopped at %s... %.*s\n"
3440
msgstr "Angehalten bei %s... %.*s\n"
3441
3386
-#: sequencer.c:2058
3442
+#: sequencer.c:2064
3443
#, c-format
3444
msgid "unknown command %d"
3445
msgstr "Unbekannter Befehl %d"
3446
3391
-#: sequencer.c:2088
3447
+#: sequencer.c:2094
3448
msgid "could not read orig-head"
3449
msgstr "Konnte orig-head nicht lesen."
3450
3395
-#: sequencer.c:2092
3451
+#: sequencer.c:2099
3452
msgid "could not read 'onto'"
3453
msgstr "Konnte 'onto' nicht lesen."
3454
3399
-#: sequencer.c:2099
3455
+#: sequencer.c:2106
3456
#, c-format
3457
msgid "could not update %s"
3458
msgstr "Konnte %s nicht aktualisieren."
3459
3404
-#: sequencer.c:2106
3460
+#: sequencer.c:2113
3461
#, c-format
3462
msgid "could not update HEAD to %s"
3463
msgstr "Konnte HEAD nicht auf %s aktualisieren."
3464
3409
-#: sequencer.c:2190
3465
+#: sequencer.c:2197
3466
msgid "cannot rebase: You have unstaged changes."
3467
msgstr ""
3468
"Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit\n"
3469
"vorgemerkt sind."
3470
3415
-#: sequencer.c:2195
3471
+#: sequencer.c:2202
3472
msgid "could not remove CHERRY_PICK_HEAD"
3473
msgstr "Konnte CHERRY_PICK_HEAD nicht löschen."
3474
3419
-#: sequencer.c:2204
3475
+#: sequencer.c:2211
3476
msgid "cannot amend non-existing commit"
3477
msgstr "Kann nicht existierenden Commit nicht nachbessern."
3478
3423
-#: sequencer.c:2206
3479
+#: sequencer.c:2213
3480
#, c-format
3481
msgid "invalid file: '%s'"
3482
msgstr "Ungültige Datei: '%s'"
3483
3428
-#: sequencer.c:2208
3484
+#: sequencer.c:2215
3485
#, c-format
3486
msgid "invalid contents: '%s'"
3487
msgstr "Ungültige Inhalte: '%s'"
3488
3433
-#: sequencer.c:2211
3489
+#: sequencer.c:2218
3490
msgid ""
3491
"\n"
3492
"You have uncommitted changes in your working tree. Please, commit them\n"
@@ -3441,25 +3497,25 @@ msgstr ""
3497
"committen Sie diese zuerst und führen Sie dann 'git rebase --continue'\n"
3498
"erneut aus."
3499
3444
-#: sequencer.c:2221
3500
+#: sequencer.c:2228
3501
msgid "could not commit staged changes."
3502
msgstr "Konnte Änderungen aus der Staging-Area nicht committen."
3503
3448
-#: sequencer.c:2301
3504
+#: sequencer.c:2308
3505
#, c-format
3506
msgid "%s: can't cherry-pick a %s"
3507
msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"
3508
3453
-#: sequencer.c:2305
3509
+#: sequencer.c:2312
3510
#, c-format
3511
msgid "%s: bad revision"
3512
msgstr "%s: ungültiger Commit"
3513
3458
-#: sequencer.c:2338
3514
+#: sequencer.c:2345
3515
msgid "can't revert as initial commit"
3516
msgstr "Kann nicht als allerersten Commit einen Revert ausführen."
3517
3462
-#: setup.c:165
3518
+#: setup.c:171
3519
#, c-format
3520
msgid ""
3521
"%s: no such path in the working tree.\n"
@@ -3469,7 +3525,7 @@ msgstr ""
3525
"Benutzen Sie 'git <Befehl> -- <Pfad>...' zur Angabe von Pfaden, die lokal\n"
3526
"nicht existieren."
3527
3472
-#: setup.c:178
3528
+#: setup.c:184
3529
#, c-format
3530
msgid ""
3531
"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
@@ -3481,7 +3537,7 @@ msgstr ""
3537
"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
3538
"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
3539
3484
-#: setup.c:228
3540
+#: setup.c:252
3541
#, c-format
3542
msgid ""
3543
"ambiguous argument '%s': both revision and filename\n"
@@ -3492,34 +3548,34 @@ msgstr ""
3548
"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
3549
"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
3550
3495
-#: setup.c:475
3551
+#: setup.c:504
3552
#, c-format
3553
msgid "Expected git repo version <= %d, found %d"
3554
msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"
3555
3500
-#: setup.c:483
3556
+#: setup.c:512
3557
msgid "unknown repository extensions found:"
3558
msgstr "Unbekannte Repository-Erweiterungen gefunden:"
3559
3504
-#: setup.c:776
3560
+#: setup.c:810
3561
#, c-format
3562
msgid "Not a git repository (or any of the parent directories): %s"
3563
msgstr "Kein Git-Repository (oder irgendein Elternverzeichnis): %s"
3564
3509
-#: setup.c:778 builtin/index-pack.c:1646
3565
+#: setup.c:812 builtin/index-pack.c:1652
3566
msgid "Cannot come back to cwd"
3567
msgstr "Kann nicht zurück zu Arbeitsverzeichnis wechseln"
3568
3513
-#: setup.c:1010
3569
+#: setup.c:1050
3570
msgid "Unable to read current working directory"
3571
msgstr "Konnte aktuelles Arbeitsverzeichnis nicht lesen."
3572
3517
-#: setup.c:1022 setup.c:1028
3573
+#: setup.c:1062 setup.c:1068
3574
#, c-format
3575
msgid "Cannot change to '%s'"
3576
msgstr "Kann nicht nach '%s' wechseln."
3577
3522
-#: setup.c:1041
3578
+#: setup.c:1081
3579
#, c-format
3580
msgid ""
3581
"Not a git repository (or any parent up to mount point %s)\n"
@@ -3529,7 +3585,7 @@ msgstr ""
3585
"%s)\n"
3586
"Stoppe bei Dateisystemgrenze (GIT_DISCOVERY_ACROSS_FILESYSTEM nicht gesetzt)."
3587
3532
-#: setup.c:1106
3588
+#: setup.c:1173
3589
#, c-format
3590
msgid ""
3591
"Problem with core.sharedRepository filemode value (0%.3o).\n"
@@ -3538,30 +3594,30 @@ msgstr ""
3594
"Problem mit Wert für Dateimodus (0%.3o) von core.sharedRepository.\n"
3595
"Der Besitzer der Dateien muss immer Lese- und Schreibrechte haben."
3596
3541
-#: sha1_file.c:559
3597
+#: sha1_file.c:560
3598
#, c-format
3599
msgid "path '%s' does not exist"
3600
msgstr "Pfad '%s' existiert nicht"
3601
3546
-#: sha1_file.c:585
3602
+#: sha1_file.c:586
3603
#, c-format
3604
msgid "reference repository '%s' as a linked checkout is not supported yet."
3605
msgstr ""
3606
"Referenziertes Repository '%s' wird noch nicht als verknüpftes\n"
3607
"Arbeitsverzeichnis unterstützt."
3608
3553
-#: sha1_file.c:591
3609
+#: sha1_file.c:592
3610
#, c-format
3611
msgid "reference repository '%s' is not a local repository."
3612
msgstr "Referenziertes Repository '%s' ist kein lokales Repository."
3613
3558
-#: sha1_file.c:597
3614
+#: sha1_file.c:598
3615
#, c-format
3616
msgid "reference repository '%s' is shallow"
3617
msgstr ""
3618
"Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."
3619
3564
-#: sha1_file.c:605
3620
+#: sha1_file.c:606
3621
#, c-format
3622
msgid "reference repository '%s' is grafted"
3623
msgstr ""
@@ -3572,26 +3628,26 @@ msgstr ""
3628
msgid "offset before end of packfile (broken .idx?)"
3629
msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
3630
3575
-#: sha1_file.c:2721
3631
+#: sha1_file.c:2729
3632
#, c-format
3633
msgid "offset before start of pack index for %s (corrupt index?)"
3634
msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
3635
3580
-#: sha1_file.c:2725
3636
+#: sha1_file.c:2733
3637
#, c-format
3638
msgid "offset beyond end of pack index for %s (truncated index?)"
3639
msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
3640
3585
-#: sha1_name.c:409
3641
+#: sha1_name.c:419
3642
#, c-format
3643
msgid "short SHA1 %s is ambiguous"
3644
msgstr "Kurzer SHA-1 %s ist mehrdeutig."
3645
3590
-#: sha1_name.c:420
3646
+#: sha1_name.c:430
3647
msgid "The candidates are:"
3648
msgstr "Die Kandidaten sind:"
3649
3594
-#: sha1_name.c:580
3650
+#: sha1_name.c:589
3651
msgid ""
3652
"Git normally never creates a ref that ends with 40 hex characters\n"
3653
"because it will be ignored when you just specify 40-hex. These refs\n"
@@ -3616,56 +3672,66 @@ msgstr ""
3672
"indem Sie \"git config advice.objectNameWarning false\"\n"
3673
"ausführen."
3674
3619
-#: submodule.c:67 submodule.c:101
3675
+#: submodule.c:70 submodule.c:104
3676
msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3677
msgstr ""
3678
"Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"
3679
"Sie zuerst die Konflikte auf"
3680
3625
-#: submodule.c:71 submodule.c:105
3681
+#: submodule.c:74 submodule.c:108
3682
#, c-format
3683
msgid "Could not find section in .gitmodules where path=%s"
3684
msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"
3685
3630
-#: submodule.c:79
3686
+#: submodule.c:82
3687
#, c-format
3688
msgid "Could not update .gitmodules entry %s"
3689
msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"
3690
3635
-#: submodule.c:112
3691
+#: submodule.c:115
3692
#, c-format
3693
msgid "Could not remove .gitmodules entry for %s"
3694
msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"
3695
3640
-#: submodule.c:123
3696
+#: submodule.c:126
3697
msgid "staging updated .gitmodules failed"
3698
msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"
3699
3644
-#: submodule.c:161
3700
+#: submodule.c:165
3701
msgid "negative values not allowed for submodule.fetchJobs"
3702
msgstr "Negative Werte für submodule.fetchJobs nicht erlaubt"
3703
3648
-#: submodule.c:1194
3704
+#: submodule.c:376
3705
+#, c-format
3706
+msgid "in unpopulated submodule '%s'"
3707
+msgstr "In nicht ausgechecktem Submodul '%s'."
3708
+
3709
+#: submodule.c:407
3710
+#, c-format
3711
+msgid "Pathspec '%s' is in submodule '%.*s'"
3712
+msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
3713
+
3714
+#: submodule.c:1337
3715
#, c-format
3716
msgid "'%s' not recognized as a git repository"
3717
msgstr "'%s' nicht als Git-Repository erkannt"
3718
3653
-#: submodule.c:1332
3719
+#: submodule.c:1475
3720
#, c-format
3721
msgid "could not start 'git status' in submodule '%s'"
3722
msgstr "Konnte 'git status' in Submodul '%s' nicht starten."
3723
3658
-#: submodule.c:1345
3724
+#: submodule.c:1488
3725
#, c-format
3726
msgid "could not run 'git status' in submodule '%s'"
3727
msgstr "Konnte 'git status' in Submodul '%s' nicht ausführen."
3728
3663
-#: submodule.c:1421
3729
+#: submodule.c:1581
3730
#, c-format
3731
msgid "submodule '%s' has dirty index"
3732
msgstr "Submodul '%s' hat einen geänderten Index."
3733
3668
-#: submodule.c:1678
3734
+#: submodule.c:1845
3735
#, c-format
3736
msgid ""
3737
"relocate_gitdir for submodule '%s' with more than one worktree not supported"
@@ -3673,18 +3739,18 @@ msgstr ""
3739
"relocate_gitdir für Submodul '%s' mit mehr als einem Arbeitsverzeichnis\n"
3740
"wird nicht unterstützt"
3741
3676
-#: submodule.c:1690 submodule.c:1746
3742
+#: submodule.c:1857 submodule.c:1913
3743
#, c-format
3744
msgid "could not lookup name for submodule '%s'"
3745
msgstr "konnte Name für Submodul '%s' nicht nachschlagen"
3746
3681
-#: submodule.c:1694 builtin/submodule--helper.c:678
3747
+#: submodule.c:1861 builtin/submodule--helper.c:678
3748
#: builtin/submodule--helper.c:688
3749
#, c-format
3750
msgid "could not create directory '%s'"
3751
msgstr "Konnte Verzeichnis '%s' nicht erstellen."
3752
3687
-#: submodule.c:1697
3753
+#: submodule.c:1864
3754
#, c-format
3755
msgid ""
3756
"Migrating git directory of '%s%s' from\n"
@@ -3695,94 +3761,94 @@ msgstr ""
3761
"'%s' nach\n"
3762
"'%s'\n"
3763
3698
-#: submodule.c:1781
3764
+#: submodule.c:1948
3765
#, c-format
3766
msgid "could not recurse into submodule '%s'"
3767
msgstr "Fehler bei Rekursion in Submodul-Pfad '%s'"
3768
3703
-#: submodule.c:1825
3769
+#: submodule.c:1992
3770
msgid "could not start ls-files in .."
3771
msgstr "Konnte 'ls-files' nicht in .. starten"
3772
3707
-#: submodule.c:1845
3773
+#: submodule.c:2012
3774
msgid "BUG: returned path string doesn't match cwd?"
3775
msgstr "FEHLER: zurückgegebene Zeichenkette für Pfad entspricht nicht cwd?"
3776
3711
-#: submodule.c:1864
3777
+#: submodule.c:2031
3778
#, c-format
3779
msgid "ls-tree returned unexpected return code %d"
3780
msgstr "ls-tree mit unerwartetem Rückgabewert %d beendet"
3781
3716
-#: submodule-config.c:380
3782
+#: submodule-config.c:420
3783
#, c-format
3784
msgid "invalid value for %s"
3785
msgstr "Ungültiger Wert für %s"
3786
3721
-#: trailer.c:240
3787
+#: trailer.c:241
3788
#, c-format
3789
msgid "running trailer command '%s' failed"
3790
msgstr "Ausführen des Anhang-Befehls '%s' fehlgeschlagen"
3791
3726
-#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3727
-#: trailer.c:543
3792
+#: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:540
3793
+#: trailer.c:544
3794
#, c-format
3795
msgid "unknown value '%s' for key '%s'"
3796
msgstr "unbekannter Wert '%s' für Schlüssel %s"
3797
3732
-#: trailer.c:525 trailer.c:530 builtin/remote.c:289
3798
+#: trailer.c:526 trailer.c:531 builtin/remote.c:290
3799
#, c-format
3800
msgid "more than one %s"
3801
msgstr "mehr als ein %s"
3802
3737
-#: trailer.c:702
3803
+#: trailer.c:703
3804
#, c-format
3805
msgid "empty trailer token in trailer '%.*s'"
3806
msgstr "leerer Anhang-Token in Anhang '%.*s'"
3807
3742
-#: trailer.c:722
3808
+#: trailer.c:723
3809
#, c-format
3810
msgid "could not read input file '%s'"
3811
msgstr "Konnte Eingabe-Datei '%s' nicht lesen"
3812
3747
-#: trailer.c:725
3813
+#: trailer.c:726
3814
msgid "could not read from stdin"
3815
msgstr "konnte nicht von der Standard-Eingabe lesen"
3816
3751
-#: trailer.c:949 builtin/am.c:44
3817
+#: trailer.c:950 builtin/am.c:45
3818
#, c-format
3819
msgid "could not stat %s"
3820
msgstr "Konnte '%s' nicht lesen"
3821
3756
-#: trailer.c:951
3822
+#: trailer.c:952
3823
#, c-format
3824
msgid "file %s is not a regular file"
3825
msgstr "Datei '%s' ist keine reguläre Datei"
3826
3761
-#: trailer.c:953
3827
+#: trailer.c:954
3828
#, c-format
3829
msgid "file %s is not writable by user"
3830
msgstr "Datei %s ist vom Benutzer nicht beschreibbar."
3831
3766
-#: trailer.c:965
3832
+#: trailer.c:966
3833
msgid "could not open temporary file"
3834
msgstr "konnte temporäre Datei '%s' nicht öffnen"
3835
3770
-#: trailer.c:1001
3836
+#: trailer.c:1002
3837
#, c-format
3838
msgid "could not rename temporary file to %s"
3839
msgstr "konnte temporäre Datei nicht zu %s umbenennen"
3840
3775
-#: transport.c:62
3841
+#: transport.c:63
3842
#, c-format
3843
msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3844
msgstr "Würde Upstream-Branch von '%s' zu '%s' von '%s' setzen\n"
3845
3780
-#: transport.c:151
3846
+#: transport.c:152
3847
#, c-format
3848
msgid "transport: invalid depth option '%s'"
3849
msgstr "transport: ungültige --depth Option '%s'"
3850
3785
-#: transport.c:889
3851
+#: transport.c:890
3852
#, c-format
3853
msgid ""
3854
"The following submodule paths contain changes that can\n"
@@ -3791,7 +3857,7 @@ msgstr ""
3857
"Die folgenden Submodul-Pfade enthalten Änderungen, die in keinem\n"
3858
"Remote-Repository gefunden wurden:\n"
3859
3794
-#: transport.c:893
3860
+#: transport.c:894
3861
#, c-format
3862
msgid ""
3863
"\n"
@@ -3818,11 +3884,11 @@ msgstr ""
3884
"zum Versenden zu einem Remote-Repository.\n"
3885
"\n"
3886
3821
-#: transport.c:901
3887
+#: transport.c:902
3888
msgid "Aborting."
3889
msgstr "Abbruch."
3890
3825
-#: transport-helper.c:1080
3891
+#: transport-helper.c:1071
3892
#, c-format
3893
msgid "Could not read ref %s"
3894
msgstr "Konnte Referenz %s nicht lesen."
@@ -3843,7 +3909,7 @@ msgstr "leerer Dateiname in Tree-Eintrag"
3909
msgid "too-short tree file"
3910
msgstr "zu kurze Tree-Datei"
3911
3846
-#: unpack-trees.c:104
3912
+#: unpack-trees.c:105
3913
#, c-format
3914
msgid ""
3915
"Your local changes to the following files would be overwritten by checkout:\n"
@@ -3854,7 +3920,7 @@ msgstr ""
3920
"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches\n"
3921
"wechseln."
3922
3857
-#: unpack-trees.c:106
3923
+#: unpack-trees.c:107
3924
#, c-format
3925
msgid ""
3926
"Your local changes to the following files would be overwritten by checkout:\n"
@@ -3864,7 +3930,7 @@ msgstr ""
3930
"überschrieben werden:\n"
3931
"%%s"
3932
3867
-#: unpack-trees.c:109
3933
+#: unpack-trees.c:110
3934
#, c-format
3935
msgid ""
3936
"Your local changes to the following files would be overwritten by merge:\n"
@@ -3874,7 +3940,7 @@ msgstr ""
3940
"überschrieben werden:\n"
3941
"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor sie mergen."
3942
3877
-#: unpack-trees.c:111
3943
+#: unpack-trees.c:112
3944
#, c-format
3945
msgid ""
3946
"Your local changes to the following files would be overwritten by merge:\n"
@@ -3884,7 +3950,7 @@ msgstr ""
3950
"überschrieben werden:\n"
3951
"%%s"
3952
3887
-#: unpack-trees.c:114
3953
+#: unpack-trees.c:115
3954
#, c-format
3955
msgid ""
3956
"Your local changes to the following files would be overwritten by %s:\n"
@@ -3894,7 +3960,7 @@ msgstr ""
3960
"überschrieben werden:\n"
3961
"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie %s ausführen."
3962
3897
-#: unpack-trees.c:116
3963
+#: unpack-trees.c:117
3964
#, c-format
3965
msgid ""
3966
"Your local changes to the following files would be overwritten by %s:\n"
@@ -3903,7 +3969,7 @@ msgstr ""
3969
"Ihre lokalen Änderungen würden durch %s überschrieben werden.\n"
3970
"%%s"
3971
3906
-#: unpack-trees.c:121
3972
+#: unpack-trees.c:122
3973
#, c-format
3974
msgid ""
3975
"Updating the following directories would lose untracked files in them:\n"
@@ -3913,7 +3979,7 @@ msgstr ""
3979
"Dateien in diesen Verzeichnissen verloren gehen:\n"
3980
"%s"
3981
3916
-#: unpack-trees.c:125
3982
+#: unpack-trees.c:126
3983
#, c-format
3984
msgid ""
3985
"The following untracked working tree files would be removed by checkout:\n"
@@ -3923,7 +3989,7 @@ msgstr ""
3989
"den Checkout entfernt werden:\n"
3990
"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
3991
3926
-#: unpack-trees.c:127
3992
+#: unpack-trees.c:128
3993
#, c-format
3994
msgid ""
3995
"The following untracked working tree files would be removed by checkout:\n"
@@ -3934,7 +4000,7 @@ msgstr ""
4000
"Checkout entfernt werden:\n"
4001
"%%s"
4002
3937
-#: unpack-trees.c:130
4003
+#: unpack-trees.c:131
4004
#, c-format
4005
msgid ""
4006
"The following untracked working tree files would be removed by merge:\n"
@@ -3944,7 +4010,7 @@ msgstr ""
4010
"den Merge entfernt werden:\n"
4011
"%%sBitte verschieben oder entfernen Sie diese, bevor sie mergen."
4012
3947
-#: unpack-trees.c:132
4013
+#: unpack-trees.c:133
4014
#, c-format
4015
msgid ""
4016
"The following untracked working tree files would be removed by merge:\n"
@@ -3955,7 +4021,7 @@ msgstr ""
4021
"Merge entfernt werden:\n"
4022
"%%s"
4023
3958
-#: unpack-trees.c:135
4024
+#: unpack-trees.c:136
4025
#, c-format
4026
msgid ""
4027
"The following untracked working tree files would be removed by %s:\n"
@@ -3965,7 +4031,7 @@ msgstr ""
4031
"den %s entfernt werden:\n"
4032
"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
4033
3968
-#: unpack-trees.c:137
4034
+#: unpack-trees.c:138
4035
#, c-format
4036
msgid ""
4037
"The following untracked working tree files would be removed by %s:\n"
@@ -3975,7 +4041,7 @@ msgstr ""
4041
"den %s entfernt werden:\n"
4042
"%%s"
4043
3978
-#: unpack-trees.c:142
4044
+#: unpack-trees.c:143
4045
#, c-format
4046
msgid ""
4047
"The following untracked working tree files would be overwritten by "
@@ -3986,7 +4052,7 @@ msgstr ""
4052
"den Checkout überschrieben werden:\n"
4053
"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
4054
3989
-#: unpack-trees.c:144
4055
+#: unpack-trees.c:145
4056
#, c-format
4057
msgid ""
4058
"The following untracked working tree files would be overwritten by "
@@ -3998,7 +4064,7 @@ msgstr ""
4064
"Checkout überschrieben werden:\n"
4065
"%%s"
4066
4001
-#: unpack-trees.c:147
4067
+#: unpack-trees.c:148
4068
#, c-format
4069
msgid ""
4070
"The following untracked working tree files would be overwritten by merge:\n"
@@ -4008,7 +4074,7 @@ msgstr ""
4074
"den Merge überschrieben werden:\n"
4075
"%%sBitte verschieben oder entfernen Sie diese, bevor Sie mergen."
4076
4011
-#: unpack-trees.c:149
4077
+#: unpack-trees.c:150
4078
#, c-format
4079
msgid ""
4080
"The following untracked working tree files would be overwritten by merge:\n"
@@ -4018,7 +4084,7 @@ msgstr ""
4084
"den Merge überschrieben werden:\n"
4085
"%%s"
4086
4021
-#: unpack-trees.c:152
4087
+#: unpack-trees.c:153
4088
#, c-format
4089
msgid ""
4090
"The following untracked working tree files would be overwritten by %s:\n"
@@ -4028,7 +4094,7 @@ msgstr ""
4094
"den %s überschrieben werden:\n"
4095
"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
4096
4031
-#: unpack-trees.c:154
4097
+#: unpack-trees.c:155
4098
#, c-format
4099
msgid ""
4100
"The following untracked working tree files would be overwritten by %s:\n"
@@ -4039,12 +4105,12 @@ msgstr ""
4105
"%s überschrieben werden:\n"
4106
"%%s"
4107
4042
-#: unpack-trees.c:161
4108
+#: unpack-trees.c:162
4109
#, c-format
4110
msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4111
msgstr "Eintrag '%s' überschneidet sich mit '%s'. Kann nicht verbinden."
4112
4047
-#: unpack-trees.c:164
4113
+#: unpack-trees.c:165
4114
#, c-format
4115
msgid ""
4116
"Cannot update sparse checkout: the following entries are not up-to-date:\n"
@@ -4055,7 +4121,7 @@ msgstr ""
4121
"aktuell:\n"
4122
"%s"
4123
4058
-#: unpack-trees.c:166
4124
+#: unpack-trees.c:167
4125
#, c-format
4126
msgid ""
4127
"The following working tree files would be overwritten by sparse checkout "
@@ -4066,7 +4132,7 @@ msgstr ""
4132
"über einen partiellen Checkout überschrieben werden:\n"
4133
"%s"
4134
4069
-#: unpack-trees.c:168
4135
+#: unpack-trees.c:169
4136
#, c-format
4137
msgid ""
4138
"The following working tree files would be removed by sparse checkout "
@@ -4077,7 +4143,7 @@ msgstr ""
4143
"über einen partiellen Checkout entfernt werden:\n"
4144
"%s"
4145
4080
-#: unpack-trees.c:170
4146
+#: unpack-trees.c:171
4147
#, c-format
4148
msgid ""
4149
"Cannot update submodule:\n"
@@ -4086,19 +4152,19 @@ msgstr ""
4152
"Kann Submodul nicht aktualisieren:\n"
4153
"%s"
4154
4089
-#: unpack-trees.c:247
4155
+#: unpack-trees.c:248
4156
#, c-format
4157
msgid "Aborting\n"
4158
msgstr "Abbruch\n"
4159
4094
-#: unpack-trees.c:272
4160
+#: unpack-trees.c:277
4161
#, c-format
4162
msgid "submodule update strategy not supported for submodule '%s'"
4163
msgstr ""
4164
"Strategie zur Aktualisierung von Submodulen für Submodul '%s' nicht "
4165
"unterstützt."
4166
4101
-#: unpack-trees.c:340
4167
+#: unpack-trees.c:346
4168
msgid "Checking out files"
4169
msgstr "Checke Dateien aus"
4170
@@ -4131,201 +4197,207 @@ msgstr "ungültige Portnummer"
4197
msgid "invalid '..' path segment"
4198
msgstr "ungültiges '..' Pfadsegment"
4199
4134
-#: worktree.c:285
4200
+#: worktree.c:245
4201
#, c-format
4202
msgid "failed to read '%s'"
4203
msgstr "Fehler beim Lesen von '%s'"
4204
4139
-#: wrapper.c:222 wrapper.c:392
4205
+#: wrapper.c:223 wrapper.c:393
4206
#, c-format
4207
msgid "could not open '%s' for reading and writing"
4208
msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."
4209
4144
-#: wrapper.c:224 wrapper.c:394 builtin/am.c:766
4210
+#: wrapper.c:225 wrapper.c:395 builtin/am.c:766
4211
#, c-format
4212
msgid "could not open '%s' for writing"
4213
msgstr "Konnte '%s' nicht zum Schreiben öffnen."
4214
4149
-#: wrapper.c:226 wrapper.c:396 builtin/am.c:318 builtin/am.c:757
4150
-#: builtin/am.c:849 builtin/commit.c:1700 builtin/merge.c:1015
4151
-#: builtin/pull.c:341
4215
+#: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:757
4216
+#: builtin/am.c:849 builtin/merge.c:1014
4217
#, c-format
4218
msgid "could not open '%s' for reading"
4219
msgstr "Konnte '%s' nicht zum Lesen öffnen."
4220
4156
-#: wrapper.c:581 wrapper.c:602
4221
+#: wrapper.c:424 wrapper.c:624
4222
#, c-format
4223
msgid "unable to access '%s'"
4224
msgstr "konnte nicht auf '%s' zugreifen"
4225
4161
-#: wrapper.c:610
4226
+#: wrapper.c:632
4227
msgid "unable to get current working directory"
4228
msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."
4229
4165
-#: wrapper.c:634
4230
+#: wrapper.c:656
4231
#, c-format
4232
msgid "could not write to %s"
4233
msgstr "Konnte nicht nach '%s' schreiben."
4234
4170
-#: wrapper.c:636
4235
+#: wrapper.c:658
4236
#, c-format
4237
msgid "could not close %s"
4238
msgstr "Konnte '%s' nicht schließen."
4239
4175
-#: wt-status.c:151
4240
+#: wt-status.c:152
4241
msgid "Unmerged paths:"
4242
msgstr "Nicht zusammengeführte Pfade:"
4243
4179
-#: wt-status.c:178 wt-status.c:205
4244
+#: wt-status.c:179 wt-status.c:206
4245
#, c-format
4246
msgid " (use \"git reset %s <file>...\" to unstage)"
4247
msgstr ""
4248
" (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"
4249
"Area)"
4250
4186
-#: wt-status.c:180 wt-status.c:207
4251
+#: wt-status.c:181 wt-status.c:208
4252
msgid " (use \"git rm --cached <file>...\" to unstage)"
4253
msgstr ""
4254
" (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"
4255
"Area)"
4256
4192
-#: wt-status.c:184
4257
+#: wt-status.c:185
4258
msgid " (use \"git add <file>...\" to mark resolution)"
4259
msgstr ""
4260
" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
4261
4197
-#: wt-status.c:186 wt-status.c:190
4262
+#: wt-status.c:187 wt-status.c:191
4263
msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4264
msgstr ""
4265
" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung entsprechend zu "
4266
"markieren)"
4267
4203
-#: wt-status.c:188
4268
+#: wt-status.c:189
4269
msgid " (use \"git rm <file>...\" to mark resolution)"
4270
msgstr ""
4271
" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
4272
4208
-#: wt-status.c:199 wt-status.c:958
4273
+#: wt-status.c:200 wt-status.c:981
4274
msgid "Changes to be committed:"
4275
msgstr "zum Commit vorgemerkte Änderungen:"
4276
4212
-#: wt-status.c:217 wt-status.c:967
4277
+#: wt-status.c:218 wt-status.c:990
4278
msgid "Changes not staged for commit:"
4279
msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"
4280
4216
-#: wt-status.c:221
4281
+#: wt-status.c:222
4282
msgid " (use \"git add <file>...\" to update what will be committed)"
4283
msgstr ""
4284
" (benutzen Sie \"git add <Datei>...\", um die Änderungen zum Commit "
4285
"vorzumerken)"
4286
4222
-#: wt-status.c:223
4287
+#: wt-status.c:224
4288
msgid " (use \"git add/rm <file>...\" to update what will be committed)"
4289
msgstr ""
4290
" (benutzen Sie \"git add/rm <Datei>...\", um die Änderungen zum Commit "
4291
"vorzumerken)"
4292
4228
-#: wt-status.c:224
4293
+#: wt-status.c:225
4294
msgid ""
4295
" (use \"git checkout -- <file>...\" to discard changes in working directory)"
4296
msgstr ""
4297
" (benutzen Sie \"git checkout -- <Datei>...\", um die Änderungen im "
4298
"Arbeitsverzeichnis zu verwerfen)"
4299
4235
-#: wt-status.c:226
4300
+#: wt-status.c:227
4301
msgid " (commit or discard the untracked or modified content in submodules)"
4302
msgstr ""
4303
" (committen oder verwerfen Sie den unversionierten oder geänderten Inhalt "
4304
"in den Submodulen)"
4305
4241
-#: wt-status.c:238
4306
+#: wt-status.c:239
4307
#, c-format
4308
msgid " (use \"git %s <file>...\" to include in what will be committed)"
4309
msgstr ""
4310
" (benutzen Sie \"git %s <Datei>...\", um die Änderungen zum Commit "
4311
"vorzumerken)"
4312
4248
-#: wt-status.c:253
4313
+#: wt-status.c:254
4314
msgid "both deleted:"
4315
msgstr "beide gelöscht:"
4316
4252
-#: wt-status.c:255
4317
+#: wt-status.c:256
4318
msgid "added by us:"
4319
msgstr "von uns hinzugefügt:"
4320
4256
-#: wt-status.c:257
4321
+#: wt-status.c:258
4322
msgid "deleted by them:"
4323
msgstr "von denen gelöscht:"
4324
4260
-#: wt-status.c:259
4325
+#: wt-status.c:260
4326
msgid "added by them:"
4327
msgstr "von denen hinzugefügt:"
4328
4264
-#: wt-status.c:261
4329
+#: wt-status.c:262
4330
msgid "deleted by us:"
4331
msgstr "von uns gelöscht:"
4332
4268
-#: wt-status.c:263
4333
+#: wt-status.c:264
4334
msgid "both added:"
4335
msgstr "von beiden hinzugefügt:"
4336
4272
-#: wt-status.c:265
4337
+#: wt-status.c:266
4338
msgid "both modified:"
4339
msgstr "von beiden geändert:"
4340
4276
-#: wt-status.c:275
4341
+#: wt-status.c:276
4342
msgid "new file:"
4343
msgstr "neue Datei:"
4344
4280
-#: wt-status.c:277
4345
+#: wt-status.c:278
4346
msgid "copied:"
4347
msgstr "kopiert:"
4348
4284
-#: wt-status.c:279
4349
+#: wt-status.c:280
4350
msgid "deleted:"
4351
msgstr "gelöscht:"
4352
4288
-#: wt-status.c:281
4353
+#: wt-status.c:282
4354
msgid "modified:"
4355
msgstr "geändert:"
4356
4292
-#: wt-status.c:283
4357
+#: wt-status.c:284
4358
msgid "renamed:"
4359
msgstr "umbenannt:"
4360
4296
-#: wt-status.c:285
4361
+#: wt-status.c:286
4362
msgid "typechange:"
4363
msgstr "Typänderung:"
4364
4300
-#: wt-status.c:287
4365
+#: wt-status.c:288
4366
msgid "unknown:"
4367
msgstr "unbekannt:"
4368
4304
-#: wt-status.c:289
4369
+#: wt-status.c:290
4370
msgid "unmerged:"
4371
msgstr "nicht gemerged:"
4372
4308
-#: wt-status.c:371
4373
+#: wt-status.c:372
4374
msgid "new commits, "
4375
msgstr "neue Commits, "
4376
4312
-#: wt-status.c:373
4377
+#: wt-status.c:374
4378
msgid "modified content, "
4379
msgstr "geänderter Inhalt, "
4380
4316
-#: wt-status.c:375
4381
+#: wt-status.c:376
4382
msgid "untracked content, "
4383
msgstr "unversionierter Inhalt, "
4384
4320
-#: wt-status.c:831
4385
+#: wt-status.c:821
4386
+#, c-format
4387
+msgid "Your stash currently has %d entry"
4388
+msgid_plural "Your stash currently has %d entries"
4389
+msgstr[0] "Ihr Stash hat gerade %d Eintrag"
4390
+msgstr[1] "Ihr Stash hat gerade %d Einträge"
4391
+
4392
+#: wt-status.c:853
4393
msgid "Submodules changed but not updated:"
4394
msgstr "Submodule geändert, aber nicht aktualisiert:"
4395
4324
-#: wt-status.c:833
4396
+#: wt-status.c:855
4397
msgid "Submodule changes to be committed:"
4398
msgstr "Änderungen in Submodul zum Committen:"
4399
4328
-#: wt-status.c:914
4400
+#: wt-status.c:937
4401
msgid ""
4402
"Do not touch the line above.\n"
4403
"Everything below will be removed."
@@ -4333,114 +4405,114 @@ msgstr ""
4405
"Ändern Sie nicht die obige Zeile.\n"
4406
"Alles unterhalb von ihr wird entfernt."
4407
4336
-#: wt-status.c:1026
4408
+#: wt-status.c:1049
4409
msgid "You have unmerged paths."
4410
msgstr "Sie haben nicht zusammengeführte Pfade."
4411
4340
-#: wt-status.c:1029
4412
+#: wt-status.c:1052
4413
msgid " (fix conflicts and run \"git commit\")"
4414
msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"
4415
4344
-#: wt-status.c:1031
4416
+#: wt-status.c:1054
4417
msgid " (use \"git merge --abort\" to abort the merge)"
4418
msgstr " (benutzen Sie \"git merge --abort\", um den Merge abzubrechen)"
4419
4348
-#: wt-status.c:1036
4420
+#: wt-status.c:1059
4421
msgid "All conflicts fixed but you are still merging."
4422
msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."
4423
4352
-#: wt-status.c:1039
4424
+#: wt-status.c:1062
4425
msgid " (use \"git commit\" to conclude merge)"
4426
msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"
4427
4356
-#: wt-status.c:1049
4428
+#: wt-status.c:1072
4429
msgid "You are in the middle of an am session."
4430
msgstr "Eine \"am\"-Sitzung ist im Gange."
4431
4360
-#: wt-status.c:1052
4432
+#: wt-status.c:1075
4433
msgid "The current patch is empty."
4434
msgstr "Der aktuelle Patch ist leer."
4435
4364
-#: wt-status.c:1056
4436
+#: wt-status.c:1079
4437
msgid " (fix conflicts and then run \"git am --continue\")"
4438
msgstr ""
4439
" (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"
4440
4369
-#: wt-status.c:1058
4441
+#: wt-status.c:1081
4442
msgid " (use \"git am --skip\" to skip this patch)"
4443
msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"
4444
4373
-#: wt-status.c:1060
4445
+#: wt-status.c:1083
4446
msgid " (use \"git am --abort\" to restore the original branch)"
4447
msgstr ""
4448
" (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "
4449
"wiederherzustellen)"
4450
4379
-#: wt-status.c:1189
4451
+#: wt-status.c:1214
4452
msgid "git-rebase-todo is missing."
4453
msgstr "git-rebase-todo fehlt."
4454
4383
-#: wt-status.c:1191
4455
+#: wt-status.c:1216
4456
msgid "No commands done."
4457
msgstr "Keine Befehle ausgeführt."
4458
4387
-#: wt-status.c:1194
4459
+#: wt-status.c:1219
4460
#, c-format
4461
msgid "Last command done (%d command done):"
4462
msgid_plural "Last commands done (%d commands done):"
4463
msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"
4464
msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"
4465
4394
-#: wt-status.c:1205
4466
+#: wt-status.c:1230
4467
#, c-format
4468
msgid " (see more in file %s)"
4469
msgstr " (mehr Informationen in Datei %s)"
4470
4399
-#: wt-status.c:1210
4471
+#: wt-status.c:1235
4472
msgid "No commands remaining."
4473
msgstr "Keine Befehle verbleibend."
4474
4403
-#: wt-status.c:1213
4475
+#: wt-status.c:1238
4476
#, c-format
4477
msgid "Next command to do (%d remaining command):"
4478
msgid_plural "Next commands to do (%d remaining commands):"
4479
msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"
4480
msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"
4481
4410
-#: wt-status.c:1221
4482
+#: wt-status.c:1246
4483
msgid " (use \"git rebase --edit-todo\" to view and edit)"
4484
msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"
4485
4414
-#: wt-status.c:1234
4486
+#: wt-status.c:1259
4487
#, c-format
4488
msgid "You are currently rebasing branch '%s' on '%s'."
4489
msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."
4490
4419
-#: wt-status.c:1239
4491
+#: wt-status.c:1264
4492
msgid "You are currently rebasing."
4493
msgstr "Sie sind gerade beim Rebase."
4494
4423
-#: wt-status.c:1253
4495
+#: wt-status.c:1278
4496
msgid " (fix conflicts and then run \"git rebase --continue\")"
4497
msgstr ""
4498
" (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "
4499
"aus)"
4500
4429
-#: wt-status.c:1255
4501
+#: wt-status.c:1280
4502
msgid " (use \"git rebase --skip\" to skip this patch)"
4503
msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"
4504
4433
-#: wt-status.c:1257
4505
+#: wt-status.c:1282
4506
msgid " (use \"git rebase --abort\" to check out the original branch)"
4507
msgstr ""
4508
" (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "
4509
"auszuchecken)"
4510
4439
-#: wt-status.c:1263
4511
+#: wt-status.c:1288
4512
msgid " (all conflicts fixed: run \"git rebase --continue\")"
4513
msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"
4514
4443
-#: wt-status.c:1267
4515
+#: wt-status.c:1292
4516
#, c-format
4517
msgid ""
4518
"You are currently splitting a commit while rebasing branch '%s' on '%s'."
@@ -4448,134 +4520,138 @@ msgstr ""
4520
"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "
4521
"'%s' im Gange ist."
4522
4451
-#: wt-status.c:1272
4523
+#: wt-status.c:1297
4524
msgid "You are currently splitting a commit during a rebase."
4525
msgstr "Sie teilen gerade einen Commit während eines Rebase auf."
4526
4455
-#: wt-status.c:1275
4527
+#: wt-status.c:1300
4528
msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4529
msgstr ""
4530
" (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"
4531
"continue\" aus)"
4532
4461
-#: wt-status.c:1279
4533
+#: wt-status.c:1304
4534
#, c-format
4535
msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4536
msgstr ""
4537
"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "
4538
"'%s'."
4539
4468
-#: wt-status.c:1284
4540
+#: wt-status.c:1309
4541
msgid "You are currently editing a commit during a rebase."
4542
msgstr "Sie editieren gerade einen Commit während eines Rebase."
4543
4472
-#: wt-status.c:1287
4544
+#: wt-status.c:1312
4545
msgid " (use \"git commit --amend\" to amend the current commit)"
4546
msgstr ""
4547
" (benutzen Sie \"git commit --amend\", um den aktuellen Commit "
4548
"nachzubessern)"
4549
4478
-#: wt-status.c:1289
4550
+#: wt-status.c:1314
4551
msgid ""
4552
" (use \"git rebase --continue\" once you are satisfied with your changes)"
4553
msgstr ""
4554
" (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "
4555
"abgeschlossen sind)"
4556
4485
-#: wt-status.c:1299
4557
+#: wt-status.c:1324
4558
#, c-format
4559
msgid "You are currently cherry-picking commit %s."
4560
msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."
4561
4490
-#: wt-status.c:1304
4562
+#: wt-status.c:1329
4563
msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4564
msgstr ""
4565
" (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"
4566
"\" aus)"
4567
4496
-#: wt-status.c:1307
4568
+#: wt-status.c:1332
4569
msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4570
msgstr ""
4571
" (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"
4572
4501
-#: wt-status.c:1309
4573
+#: wt-status.c:1334
4574
msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4575
msgstr ""
4576
" (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "
4577
"abzubrechen)"
4578
4507
-#: wt-status.c:1318
4579
+#: wt-status.c:1343
4580
#, c-format
4581
msgid "You are currently reverting commit %s."
4582
msgstr "Sie sind gerade an einem Revert von Commit '%s'."
4583
4512
-#: wt-status.c:1323
4584
+#: wt-status.c:1348
4585
msgid " (fix conflicts and run \"git revert --continue\")"
4586
msgstr ""
4587
" (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "
4588
"aus)"
4589
4518
-#: wt-status.c:1326
4590
+#: wt-status.c:1351
4591
msgid " (all conflicts fixed: run \"git revert --continue\")"
4592
msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"
4593
4522
-#: wt-status.c:1328
4594
+#: wt-status.c:1353
4595
msgid " (use \"git revert --abort\" to cancel the revert operation)"
4596
msgstr ""
4597
" (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"
4598
4527
-#: wt-status.c:1339
4599
+#: wt-status.c:1364
4600
#, c-format
4601
msgid "You are currently bisecting, started from branch '%s'."
4602
msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."
4603
4532
-#: wt-status.c:1343
4604
+#: wt-status.c:1368
4605
msgid "You are currently bisecting."
4606
msgstr "Sie sind gerade bei einer binären Suche."
4607
4536
-#: wt-status.c:1346
4608
+#: wt-status.c:1371
4609
msgid " (use \"git bisect reset\" to get back to the original branch)"
4610
msgstr ""
4611
" (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "
4612
"zurückzukehren)"
4613
4542
-#: wt-status.c:1543
4614
+#: wt-status.c:1568
4615
msgid "On branch "
4616
msgstr "Auf Branch "
4617
4546
-#: wt-status.c:1549
4618
+#: wt-status.c:1574
4619
msgid "interactive rebase in progress; onto "
4620
msgstr "interaktives Rebase im Gange; auf "
4621
4550
-#: wt-status.c:1551
4622
+#: wt-status.c:1576
4623
msgid "rebase in progress; onto "
4624
msgstr "Rebase im Gange; auf "
4625
4554
-#: wt-status.c:1556
4626
+#: wt-status.c:1581
4627
msgid "HEAD detached at "
4628
msgstr "HEAD losgelöst bei "
4629
4558
-#: wt-status.c:1558
4630
+#: wt-status.c:1583
4631
msgid "HEAD detached from "
4632
msgstr "HEAD losgelöst von "
4633
4562
-#: wt-status.c:1561
4634
+#: wt-status.c:1586
4635
msgid "Not currently on any branch."
4636
msgstr "Im Moment auf keinem Branch."
4637
4566
-#: wt-status.c:1579
4638
+#: wt-status.c:1606
4639
msgid "Initial commit"
4640
msgstr "Initialer Commit"
4641
4570
-#: wt-status.c:1593
4642
+#: wt-status.c:1607
4643
+msgid "No commits yet"
4644
+msgstr "Noch keine Commits"
4645
+
4646
+#: wt-status.c:1621
4647
msgid "Untracked files"
4648
msgstr "Unversionierte Dateien"
4649
4574
-#: wt-status.c:1595
4650
+#: wt-status.c:1623
4651
msgid "Ignored files"
4652
msgstr "Ignorierte Dateien"
4653
4578
-#: wt-status.c:1599
4654
+#: wt-status.c:1627
4655
#, c-format
4656
msgid ""
4657
"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
@@ -4586,32 +4662,32 @@ msgstr ""
4662
"'status -uno' könnte das beschleunigen, aber Sie müssen darauf achten,\n"
This file is too large to show in full.