l10n: de.po: translate 70 new messages

Translate 70 new messages came from git.pot update in 25eab542b (l10n: git.pot: v2.15.0 round 1 (68 new, 36 removed)) and 9c07fab78 (l10n: git.pot: v2.15.0 round 2 (2 new, 2 removed)). Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>

Ralf Thielow committed Oct 11, 2017 at 12:48 UTC 38178d7be4b19f57a538553a5f6c78ec0b465202
1 file changed +2617 -2435
po/de.po
+2617 -2435
@@ -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-07-24 21:54+0800\n"
10 +"POT-Creation-Date: 2017-10-17 09:44+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"
@@ -66,7 +66,7 @@ msgstr ""
66 msgid "Exiting because of an unresolved conflict."
67 msgstr "Beende wegen unaufgelöstem Konflikt."
68
69 -#: advice.c:117 builtin/merge.c:1184
69 +#: advice.c:117 builtin/merge.c:1211
70 msgid "You have not concluded your merge (MERGE_HEAD exists)."
71 msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)."
72
@@ -95,15 +95,14 @@ msgid ""
95 msgstr ""
96 "Hinweis: Checke '%s' aus.\n"
97 "\n"
98 -"Sie befinden sich im Zustand eines 'lösgelösten HEAD'. Sie können sich\n"
98 +"Sie befinden sich im Zustand eines 'losgelösten HEAD'. Sie können sich\n"
99 "umschauen, experimentelle Änderungen vornehmen und diese committen, und\n"
100 "Sie können alle möglichen Commits, die Sie in diesem Zustand machen,\n"
101 "ohne Auswirkungen auf irgendeinen Branch verwerfen, indem Sie einen\n"
102 "weiteren Checkout durchführen.\n"
103 "\n"
104 "Wenn Sie einen neuen Branch erstellen möchten, um Ihre erstellten Commits\n"
105 -"zu behalten, können Sie das (jetzt oder später) durch einen weiteren "
106 -"Checkout\n"
105 +"zu behalten, können Sie das (jetzt oder später) durch einen weiteren Checkout\n"
106 "mit der Option -b tun. Beispiel:\n"
107 "\n"
108 " git checkout -b <neuer-Branchname>\n"
@@ -119,89 +118,89 @@ msgstr "nicht erkannte Whitespace-Option: '%s'"
118 msgid "unrecognized whitespace ignore option '%s'"
119 msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"
120
122 -#: apply.c:126
121 +#: apply.c:125
122 msgid "--reject and --3way cannot be used together."
123 msgstr "--reject und --3way können nicht gemeinsam verwendet werden."
124
126 -#: apply.c:128
125 +#: apply.c:127
126 msgid "--cached and --3way cannot be used together."
127 msgstr "--cached und --3way können nicht gemeinsam verwendet werden."
128
130 -#: apply.c:131
129 +#: apply.c:130
130 msgid "--3way outside a repository"
131 msgstr ""
132 "Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
133
135 -#: apply.c:142
134 +#: apply.c:141
135 msgid "--index outside a repository"
136 msgstr ""
137 "Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
138
140 -#: apply.c:145
139 +#: apply.c:144
140 msgid "--cached outside a repository"
141 msgstr ""
142 "Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
143
145 -#: apply.c:836
144 +#: apply.c:845
145 #, c-format
146 msgid "Cannot prepare timestamp regexp %s"
147 msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"
148
150 -#: apply.c:845
149 +#: apply.c:854
150 #, c-format
151 msgid "regexec returned %d for input: %s"
152 msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"
153
155 -#: apply.c:929
154 +#: apply.c:928
155 #, c-format
156 msgid "unable to find filename in patch at line %d"
157 msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."
158
160 -#: apply.c:967
159 +#: apply.c:966
160 #, c-format
161 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
162 msgstr ""
163 "git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "
164 "%d"
165
167 -#: apply.c:973
166 +#: apply.c:972
167 #, c-format
168 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
169 msgstr ""
170 "git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"
171
173 -#: apply.c:974
172 +#: apply.c:973
173 #, c-format
174 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
175 msgstr ""
176 "git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"
177
179 -#: apply.c:979
178 +#: apply.c:978
179 #, c-format
180 msgid "git apply: bad git-diff - expected /dev/null on line %d"
181 msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"
182
184 -#: apply.c:1008
183 +#: apply.c:1007
184 #, c-format
185 msgid "invalid mode on line %d: %s"
186 msgstr "Ungültiger Modus in Zeile %d: %s"
187
189 -#: apply.c:1326
188 +#: apply.c:1325
189 #, c-format
190 msgid "inconsistent header lines %d and %d"
191 msgstr "Inkonsistente Kopfzeilen %d und %d."
192
194 -#: apply.c:1498
193 +#: apply.c:1497
194 #, c-format
195 msgid "recount: unexpected line: %.*s"
196 msgstr "recount: unerwartete Zeile: %.*s"
197
199 -#: apply.c:1567
198 +#: apply.c:1566
199 #, c-format
200 msgid "patch fragment without header at line %d: %.*s"
201 msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
202
204 -#: apply.c:1587
203 +#: apply.c:1586
204 #, c-format
205 msgid ""
206 "git diff header lacks filename information when removing %d leading pathname "
@@ -216,72 +215,72 @@ msgstr[1] ""
215 "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
216 "%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"
217
219 -#: apply.c:1600
218 +#: apply.c:1599
219 #, c-format
220 msgid "git diff header lacks filename information (line %d)"
221 msgstr ""
222 "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile "
223 "%d)"
224
226 -#: apply.c:1770
225 +#: apply.c:1787
226 msgid "new file depends on old contents"
227 msgstr "neue Datei hängt von alten Inhalten ab"
228
230 -#: apply.c:1772
229 +#: apply.c:1789
230 msgid "deleted file still has contents"
231 msgstr "entfernte Datei hat noch Inhalte"
232
234 -#: apply.c:1806
233 +#: apply.c:1823
234 #, c-format
235 msgid "corrupt patch at line %d"
236 msgstr "fehlerhafter Patch bei Zeile %d"
237
239 -#: apply.c:1843
238 +#: apply.c:1860
239 #, c-format
240 msgid "new file %s depends on old contents"
241 msgstr "neue Datei %s hängt von alten Inhalten ab"
242
244 -#: apply.c:1845
243 +#: apply.c:1862
244 #, c-format
245 msgid "deleted file %s still has contents"
246 msgstr "entfernte Datei %s hat noch Inhalte"
247
249 -#: apply.c:1848
248 +#: apply.c:1865
249 #, c-format
250 msgid "** warning: file %s becomes empty but is not deleted"
251 msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."
252
254 -#: apply.c:1995
253 +#: apply.c:2012
254 #, c-format
255 msgid "corrupt binary patch at line %d: %.*s"
256 msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
257
259 -#: apply.c:2032
258 +#: apply.c:2049
259 #, c-format
260 msgid "unrecognized binary patch at line %d"
261 msgstr "nicht erkannter Binär-Patch bei Zeile %d"
262
264 -#: apply.c:2193
263 +#: apply.c:2209
264 #, c-format
265 msgid "patch with only garbage at line %d"
266 msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
267
269 -#: apply.c:2276
268 +#: apply.c:2295
269 #, c-format
270 msgid "unable to read symlink %s"
271 msgstr "konnte symbolische Verknüpfung %s nicht lesen"
272
274 -#: apply.c:2280
273 +#: apply.c:2299
274 #, c-format
275 msgid "unable to open or read %s"
276 msgstr "konnte %s nicht öffnen oder lesen"
277
279 -#: apply.c:2933
278 +#: apply.c:2958
279 #, c-format
280 msgid "invalid start of line: '%c'"
281 msgstr "Ungültiger Zeilenanfang: '%c'"
282
284 -#: apply.c:3052
283 +#: apply.c:3077
284 #, c-format
285 msgid "Hunk #%d succeeded at %d (offset %d line)."
286 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -289,12 +288,12 @@ msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
288 msgstr[1] ""
289 "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
290
292 -#: apply.c:3064
291 +#: apply.c:3089
292 #, c-format
293 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
294 msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
295
297 -#: apply.c:3070
296 +#: apply.c:3095
297 #, c-format
298 msgid ""
299 "while searching for:\n"
@@ -303,25 +302,25 @@ msgstr ""
302 "bei der Suche nach:\n"
303 "%.*s"
304
306 -#: apply.c:3092
305 +#: apply.c:3117
306 #, c-format
307 msgid "missing binary patch data for '%s'"
308 msgstr "keine Daten in Binär-Patch für '%s'"
309
311 -#: apply.c:3100
310 +#: apply.c:3125
311 #, c-format
312 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
313 msgstr ""
314 "kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n"
315 "umgekehrten Patch-Block auf '%s'"
316
318 -#: apply.c:3146
317 +#: apply.c:3171
318 #, c-format
319 msgid "cannot apply binary patch to '%s' without full index line"
320 msgstr ""
321 "kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden"
322
324 -#: apply.c:3156
323 +#: apply.c:3181
324 #, c-format
325 msgid ""
326 "the patch applies to '%s' (%s), which does not match the current contents."
@@ -329,434 +328,435 @@ msgstr ""
328 "der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n"
329 "entspricht"
330
332 -#: apply.c:3164
331 +#: apply.c:3189
332 #, c-format
333 msgid "the patch applies to an empty '%s' but it is not empty"
334 msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist"
335
337 -#: apply.c:3182
336 +#: apply.c:3207
337 #, c-format
338 msgid "the necessary postimage %s for '%s' cannot be read"
339 msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden"
340
342 -#: apply.c:3195
341 +#: apply.c:3220
342 #, c-format
343 msgid "binary patch does not apply to '%s'"
344 msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
345
347 -#: apply.c:3201
346 +#: apply.c:3226
347 #, c-format
348 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
349 msgstr ""
350 "Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
351
353 -#: apply.c:3222
352 +#: apply.c:3247
353 #, c-format
354 msgid "patch failed: %s:%ld"
355 msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
356
358 -#: apply.c:3344
357 +#: apply.c:3369
358 #, c-format
359 msgid "cannot checkout %s"
360 msgstr "kann %s nicht auschecken"
361
363 -#: apply.c:3392 apply.c:3403 apply.c:3449 setup.c:277
362 +#: apply.c:3418 apply.c:3429 apply.c:3475 setup.c:277
363 #, c-format
364 msgid "failed to read %s"
365 msgstr "Fehler beim Lesen von %s"
366
368 -#: apply.c:3400
367 +#: apply.c:3426
368 #, c-format
369 msgid "reading from '%s' beyond a symbolic link"
370 msgstr "'%s' ist hinter einer symbolischen Verknüpfung"
371
373 -#: apply.c:3429 apply.c:3669
372 +#: apply.c:3455 apply.c:3695
373 #, c-format
374 msgid "path %s has been renamed/deleted"
375 msgstr "Pfad %s wurde umbenannt/gelöscht"
376
378 -#: apply.c:3512 apply.c:3683
377 +#: apply.c:3538 apply.c:3709
378 #, c-format
379 msgid "%s: does not exist in index"
380 msgstr "%s ist nicht im Index"
381
383 -#: apply.c:3521 apply.c:3691
382 +#: apply.c:3547 apply.c:3717
383 #, c-format
384 msgid "%s: does not match index"
385 msgstr "%s entspricht nicht der Version im Index"
386
388 -#: apply.c:3556
387 +#: apply.c:3582
388 msgid "repository lacks the necessary blob to fall back on 3-way merge."
389 msgstr ""
390 "Dem Repository fehlt der notwendige Blob, um auf einen 3-Wege-Merge\n"
391 "zurückzufallen."
392
394 -#: apply.c:3559
393 +#: apply.c:3585
394 #, c-format
395 msgid "Falling back to three-way merge...\n"
396 msgstr "Falle zurück auf 3-Wege-Merge ...\n"
397
399 -#: apply.c:3575 apply.c:3579
398 +#: apply.c:3601 apply.c:3605
399 #, c-format
400 msgid "cannot read the current contents of '%s'"
401 msgstr "kann aktuelle Inhalte von '%s' nicht lesen"
402
404 -#: apply.c:3591
403 +#: apply.c:3617
404 #, c-format
405 msgid "Failed to fall back on three-way merge...\n"
406 msgstr "Fehler beim Zurückfallen auf 3-Wege-Merge...\n"
407
409 -#: apply.c:3605
408 +#: apply.c:3631
409 #, c-format
410 msgid "Applied patch to '%s' with conflicts.\n"
411 msgstr "Patch auf '%s' mit Konflikten angewendet.\n"
412
414 -#: apply.c:3610
413 +#: apply.c:3636
414 #, c-format
415 msgid "Applied patch to '%s' cleanly.\n"
416 msgstr "Patch auf '%s' sauber angewendet.\n"
417
419 -#: apply.c:3636
418 +#: apply.c:3662
419 msgid "removal patch leaves file contents"
420 msgstr "Lösch-Patch hinterlässt Dateiinhalte"
421
423 -#: apply.c:3708
422 +#: apply.c:3734
423 #, c-format
424 msgid "%s: wrong type"
425 msgstr "%s: falscher Typ"
426
428 -#: apply.c:3710
427 +#: apply.c:3736
428 #, c-format
429 msgid "%s has type %o, expected %o"
430 msgstr "%s ist vom Typ %o, erwartete %o"
431
433 -#: apply.c:3860 apply.c:3862
432 +#: apply.c:3886 apply.c:3888
433 #, c-format
434 msgid "invalid path '%s'"
435 msgstr "Ungültiger Pfad '%s'"
436
438 -#: apply.c:3918
437 +#: apply.c:3944
438 #, c-format
439 msgid "%s: already exists in index"
440 msgstr "%s ist bereits bereitgestellt"
441
443 -#: apply.c:3921
442 +#: apply.c:3947
443 #, c-format
444 msgid "%s: already exists in working directory"
445 msgstr "%s existiert bereits im Arbeitsverzeichnis"
446
448 -#: apply.c:3941
447 +#: apply.c:3967
448 #, c-format
449 msgid "new mode (%o) of %s does not match old mode (%o)"
450 msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"
451
453 -#: apply.c:3946
452 +#: apply.c:3972
453 #, c-format
454 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
455 msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"
456
458 -#: apply.c:3966
457 +#: apply.c:3992
458 #, c-format
459 msgid "affected file '%s' is beyond a symbolic link"
460 msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"
461
463 -#: apply.c:3970
462 +#: apply.c:3996
463 #, c-format
464 msgid "%s: patch does not apply"
465 msgstr "%s: Patch konnte nicht angewendet werden"
466
468 -#: apply.c:3985
467 +#: apply.c:4011
468 #, c-format
469 msgid "Checking patch %s..."
470 msgstr "Prüfe Patch %s ..."
471
473 -#: apply.c:4076
472 +#: apply.c:4102
473 #, c-format
474 msgid "sha1 information is lacking or useless for submodule %s"
475 msgstr "SHA-1 Information fehlt oder ist unbrauchbar für Submodul %s"
476
478 -#: apply.c:4083
477 +#: apply.c:4109
478 #, c-format
479 msgid "mode change for %s, which is not in current HEAD"
480 msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet"
481
483 -#: apply.c:4086
482 +#: apply.c:4112
483 #, c-format
484 msgid "sha1 information is lacking or useless (%s)."
485 msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)."
486
488 -#: apply.c:4091 builtin/checkout.c:235 builtin/reset.c:138
487 +#: apply.c:4117 builtin/checkout.c:235 builtin/reset.c:148
488 #, c-format
489 msgid "make_cache_entry failed for path '%s'"
490 msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
491
493 -#: apply.c:4095
492 +#: apply.c:4121
493 #, c-format
494 msgid "could not add %s to temporary index"
495 msgstr "konnte %s nicht zum temporären Index hinzufügen"
496
498 -#: apply.c:4105
497 +#: apply.c:4131
498 #, c-format
499 msgid "could not write temporary index to %s"
500 msgstr "konnte temporären Index nicht nach %s schreiben"
501
503 -#: apply.c:4243
502 +#: apply.c:4269
503 #, c-format
504 msgid "unable to remove %s from index"
505 msgstr "konnte %s nicht aus dem Index entfernen"
506
508 -#: apply.c:4278
507 +#: apply.c:4304
508 #, c-format
509 msgid "corrupt patch for submodule %s"
510 msgstr "fehlerhafter Patch für Submodul %s"
511
513 -#: apply.c:4284
512 +#: apply.c:4310
513 #, c-format
514 msgid "unable to stat newly created file '%s'"
515 msgstr "konnte neu erstellte Datei '%s' nicht lesen"
516
518 -#: apply.c:4292
517 +#: apply.c:4318
518 #, c-format
519 msgid "unable to create backing store for newly created file %s"
520 msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"
521
523 -#: apply.c:4298 apply.c:4442
522 +#: apply.c:4324 apply.c:4468
523 #, c-format
524 msgid "unable to add cache entry for %s"
525 msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"
526
528 -#: apply.c:4339
527 +#: apply.c:4365
528 #, c-format
529 msgid "failed to write to '%s'"
530 msgstr "Fehler beim Schreiben nach '%s'"
531
533 -#: apply.c:4343
532 +#: apply.c:4369
533 #, c-format
534 msgid "closing file '%s'"
535 msgstr "schließe Datei '%s'"
536
538 -#: apply.c:4413
537 +#: apply.c:4439
538 #, c-format
539 msgid "unable to write file '%s' mode %o"
540 msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
541
543 -#: apply.c:4511
542 +#: apply.c:4537
543 #, c-format
544 msgid "Applied patch %s cleanly."
545 msgstr "Patch %s sauber angewendet"
546
548 -#: apply.c:4519
547 +#: apply.c:4545
548 msgid "internal error"
549 msgstr "interner Fehler"
550
552 -#: apply.c:4522
551 +#: apply.c:4548
552 #, c-format
553 msgid "Applying patch %%s with %d reject..."
554 msgid_plural "Applying patch %%s with %d rejects..."
555 msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."
556 msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
557
559 -#: apply.c:4533
558 +#: apply.c:4559
559 #, c-format
560 msgid "truncating .rej filename to %.*s.rej"
561 msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
562
564 -#: apply.c:4541 builtin/fetch.c:738 builtin/fetch.c:988
563 +#: apply.c:4567 builtin/fetch.c:760 builtin/fetch.c:1010
564 #, c-format
565 msgid "cannot open %s"
566 msgstr "kann '%s' nicht öffnen"
567
569 -#: apply.c:4555
568 +#: apply.c:4581
569 #, c-format
570 msgid "Hunk #%d applied cleanly."
571 msgstr "Patch-Bereich #%d sauber angewendet."
572
574 -#: apply.c:4559
573 +#: apply.c:4585
574 #, c-format
575 msgid "Rejected hunk #%d."
576 msgstr "Patch-Block #%d zurückgewiesen."
577
579 -#: apply.c:4669
578 +#: apply.c:4695
579 #, c-format
580 msgid "Skipped patch '%s'."
581 msgstr "Patch '%s' ausgelassen."
582
584 -#: apply.c:4677
583 +#: apply.c:4703
584 msgid "unrecognized input"
585 msgstr "nicht erkannte Eingabe"
586
588 -#: apply.c:4696
587 +#: apply.c:4722
588 msgid "unable to read index file"
589 msgstr "Konnte Index-Datei nicht lesen"
590
592 -#: apply.c:4833
591 +#: apply.c:4859
592 #, c-format
593 msgid "can't open patch '%s': %s"
594 msgstr "kann Patch '%s' nicht öffnen: %s"
595
597 -#: apply.c:4860
596 +#: apply.c:4886
597 #, c-format
598 msgid "squelched %d whitespace error"
599 msgid_plural "squelched %d whitespace errors"
600 msgstr[0] "unterdrückte %d Whitespace-Fehler"
601 msgstr[1] "unterdrückte %d Whitespace-Fehler"
602
604 -#: apply.c:4866 apply.c:4881
603 +#: apply.c:4892 apply.c:4907
604 #, c-format
605 msgid "%d line adds whitespace errors."
606 msgid_plural "%d lines add whitespace errors."
607 msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
608 msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
609
611 -#: apply.c:4874
610 +#: apply.c:4900
611 #, c-format
612 msgid "%d line applied after fixing whitespace errors."
613 msgid_plural "%d lines applied after fixing whitespace errors."
614 msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet."
615 msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet."
616
618 -#: apply.c:4890 builtin/add.c:513 builtin/mv.c:299 builtin/rm.c:391
617 +#: apply.c:4916 builtin/add.c:515 builtin/mv.c:298 builtin/rm.c:390
618 msgid "Unable to write new index file"
619 msgstr "Konnte neue Index-Datei nicht schreiben."
620
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
621 +#: apply.c:4947 apply.c:4950 builtin/am.c:2256 builtin/am.c:2259
622 +#: builtin/clone.c:116 builtin/fetch.c:115 builtin/pull.c:187
623 +#: builtin/submodule--helper.c:301 builtin/submodule--helper.c:622
624 +#: builtin/submodule--helper.c:625 builtin/submodule--helper.c:992
625 +#: builtin/submodule--helper.c:995 builtin/submodule--helper.c:1212
626 #: git-add--interactive.perl:197
627 msgid "path"
628 msgstr "Pfad"
629
631 -#: apply.c:4922
630 +#: apply.c:4948
631 msgid "don't apply changes matching the given path"
632 msgstr "keine Änderungen im angegebenen Pfad anwenden"
633
635 -#: apply.c:4925
634 +#: apply.c:4951
635 msgid "apply changes matching the given path"
636 msgstr "Änderungen nur im angegebenen Pfad anwenden"
637
639 -#: apply.c:4927 builtin/am.c:2266
638 +#: apply.c:4953 builtin/am.c:2265
639 msgid "num"
640 msgstr "Anzahl"
641
643 -#: apply.c:4928
642 +#: apply.c:4954
643 msgid "remove <num> leading slashes from traditional diff paths"
644 msgstr ""
645 "<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
646 "entfernen"
647
649 -#: apply.c:4931
648 +#: apply.c:4957
649 msgid "ignore additions made by the patch"
650 msgstr "hinzugefügte Zeilen des Patches ignorieren"
651
653 -#: apply.c:4933
652 +#: apply.c:4959
653 msgid "instead of applying the patch, output diffstat for the input"
654 msgstr ""
655 "anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
656 "ausgegeben"
657
659 -#: apply.c:4937
658 +#: apply.c:4963
659 msgid "show number of added and deleted lines in decimal notation"
660 msgstr ""
661 "die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
662
664 -#: apply.c:4939
663 +#: apply.c:4965
664 msgid "instead of applying the patch, output a summary for the input"
665 msgstr ""
666 "anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
667 "ausgeben"
668
670 -#: apply.c:4941
669 +#: apply.c:4967
670 msgid "instead of applying the patch, see if the patch is applicable"
671 msgstr ""
672 "anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
673
675 -#: apply.c:4943
674 +#: apply.c:4969
675 msgid "make sure the patch is applicable to the current index"
676 msgstr ""
677 "sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"
678
680 -#: apply.c:4945
679 +#: apply.c:4971
680 msgid "apply a patch without touching the working tree"
681 msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
682
684 -#: apply.c:4947
683 +#: apply.c:4973
684 msgid "accept a patch that touches outside the working area"
685 msgstr ""
686 "Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
687
689 -#: apply.c:4949
688 +#: apply.c:4975
689 msgid "also apply the patch (use with --stat/--summary/--check)"
690 msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
691
693 -#: apply.c:4951
692 +#: apply.c:4977
693 msgid "attempt three-way merge if a patch does not apply"
694 msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
695
697 -#: apply.c:4953
696 +#: apply.c:4979
697 msgid "build a temporary index based on embedded index information"
698 msgstr ""
699 "einen temporären Index, basierend auf den integrierten Index-Informationen, "
700 "erstellen"
701
703 -#: apply.c:4956 builtin/checkout-index.c:170 builtin/ls-files.c:515
702 +#: apply.c:4982 builtin/checkout-index.c:170 builtin/ls-files.c:513
703 msgid "paths are separated with NUL character"
704 msgstr "Pfade sind getrennt durch NUL Zeichen"
705
707 -#: apply.c:4958
706 +#: apply.c:4984
707 msgid "ensure at least <n> lines of context match"
708 msgstr ""
709 "sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
710
712 -#: apply.c:4959 builtin/am.c:2245
711 +#: apply.c:4985 builtin/am.c:2244 builtin/interpret-trailers.c:95
712 +#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
713 msgid "action"
714 msgstr "Aktion"
715
716 -#: apply.c:4960
716 +#: apply.c:4986
717 msgid "detect new or modified lines that have whitespace errors"
718 msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
719
720 -#: apply.c:4963 apply.c:4966
720 +#: apply.c:4989 apply.c:4992
721 msgid "ignore changes in whitespace when finding context"
722 msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
723
724 -#: apply.c:4969
724 +#: apply.c:4995
725 msgid "apply the patch in reverse"
726 msgstr "den Patch in umgekehrter Reihenfolge anwenden"
727
728 -#: apply.c:4971
728 +#: apply.c:4997
729 msgid "don't expect at least one line of context"
730 msgstr "keinen Kontext erwarten"
731
732 -#: apply.c:4973
732 +#: apply.c:4999
733 msgid "leave the rejected hunks in corresponding *.rej files"
734 msgstr ""
735 "zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
736
737 -#: apply.c:4975
737 +#: apply.c:5001
738 msgid "allow overlapping hunks"
739 msgstr "sich überlappende Patch-Blöcke erlauben"
740
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
741 +#: apply.c:5002 builtin/add.c:272 builtin/check-ignore.c:21
742 +#: builtin/commit.c:1347 builtin/count-objects.c:96 builtin/fsck.c:640
743 +#: builtin/log.c:1889 builtin/mv.c:123 builtin/read-tree.c:125
744 msgid "be verbose"
745 msgstr "erweiterte Ausgaben"
746
747 -#: apply.c:4978
747 +#: apply.c:5004
748 msgid "tolerate incorrectly detected missing new-line at the end of file"
749 msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
750
751 -#: apply.c:4981
751 +#: apply.c:5007
752 msgid "do not trust the line counts in the hunk headers"
753 msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
754
755 -#: apply.c:4983 builtin/am.c:2254
755 +#: apply.c:5009 builtin/am.c:2253
756 msgid "root"
757 msgstr "Wurzelverzeichnis"
758
759 -#: apply.c:4984
759 +#: apply.c:5010
760 msgid "prepend <root> to all filenames"
761 msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
762
@@ -779,108 +779,108 @@ msgstr ""
779 msgid "git archive --remote <repo> [--exec <cmd>] --list"
780 msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
781
782 -#: archive.c:333 builtin/add.c:154 builtin/add.c:492 builtin/rm.c:300
782 +#: archive.c:351 builtin/add.c:156 builtin/add.c:494 builtin/rm.c:299
783 #, c-format
784 msgid "pathspec '%s' did not match any files"
785 msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
786
787 -#: archive.c:418
787 +#: archive.c:436
788 msgid "fmt"
789 msgstr "Format"
790
791 -#: archive.c:418
791 +#: archive.c:436
792 msgid "archive format"
793 msgstr "Archivformat"
794
795 -#: archive.c:419 builtin/log.c:1446
795 +#: archive.c:437 builtin/log.c:1452
796 msgid "prefix"
797 msgstr "Präfix"
798
799 -#: archive.c:420
799 +#: archive.c:438
800 msgid "prepend prefix to each pathname in the archive"
801 msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
802
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
803 +#: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
804 +#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:859
805 +#: builtin/hash-object.c:102 builtin/ls-files.c:547 builtin/ls-files.c:550
806 +#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
807 #: parse-options.h:153
808 msgid "file"
809 msgstr "Datei"
810
811 -#: archive.c:422 builtin/archive.c:89
811 +#: archive.c:440 builtin/archive.c:89
812 msgid "write the archive to this file"
813 msgstr "das Archiv in diese Datei schreiben"
814
815 -#: archive.c:424
815 +#: archive.c:442
816 msgid "read .gitattributes in working directory"
817 msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen"
818
819 -#: archive.c:425
819 +#: archive.c:443
820 msgid "report archived files on stderr"
821 msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben"
822
823 -#: archive.c:426
823 +#: archive.c:444
824 msgid "store only"
825 msgstr "nur speichern"
826
827 -#: archive.c:427
827 +#: archive.c:445
828 msgid "compress faster"
829 msgstr "schneller komprimieren"
830
831 -#: archive.c:435
831 +#: archive.c:453
832 msgid "compress better"
833 msgstr "besser komprimieren"
834
835 -#: archive.c:438
835 +#: archive.c:456
836 msgid "list supported archive formats"
837 msgstr "unterstützte Archivformate auflisten"
838
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
839 +#: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
840 +#: builtin/submodule--helper.c:634 builtin/submodule--helper.c:1001
841 msgid "repo"
842 msgstr "Repository"
843
844 -#: archive.c:441 builtin/archive.c:91
844 +#: archive.c:459 builtin/archive.c:91
845 msgid "retrieve the archive from remote repository <repo>"
846 msgstr "Archiv vom Remote-Repository <Repository> abrufen"
847
848 -#: archive.c:442 builtin/archive.c:92 builtin/notes.c:488
848 +#: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
849 msgid "command"
850 msgstr "Programm"
851
852 -#: archive.c:443 builtin/archive.c:93
852 +#: archive.c:461 builtin/archive.c:93
853 msgid "path to the remote git-upload-archive command"
854 msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
855
856 -#: archive.c:450
856 +#: archive.c:468
857 msgid "Unexpected option --remote"
858 msgstr "Unerwartete Option --remote"
859
860 -#: archive.c:452
860 +#: archive.c:470
861 msgid "Option --exec can only be used together with --remote"
862 msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden."
863
864 -#: archive.c:454
864 +#: archive.c:472
865 msgid "Unexpected option --output"
866 msgstr "Unerwartete Option --output"
867
868 -#: archive.c:476
868 +#: archive.c:494
869 #, c-format
870 msgid "Unknown archive format '%s'"
871 msgstr "Unbekanntes Archivformat '%s'"
872
873 -#: archive.c:483
873 +#: archive.c:501
874 #, c-format
875 msgid "Argument not supported for format '%s': -%d"
876 msgstr "Argument für Format '%s' nicht unterstützt: -%d"
877
878 -#: attr.c:214
878 +#: attr.c:218
879 #, c-format
880 msgid "%.*s is not a valid attribute name"
881 msgstr "%.*s ist kein gültiger Attributname"
882
883 -#: attr.c:410
883 +#: attr.c:415
884 msgid ""
885 "Negative patterns are ignored in git attributes\n"
886 "Use '\\!' for literal leading exclamation."
@@ -958,31 +958,31 @@ msgstr ""
958 msgid "Bisecting: a merge base must be tested\n"
959 msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
960
961 -#: bisect.c:849
961 +#: bisect.c:850
962 #, c-format
963 msgid "a %s revision is needed"
964 msgstr "ein %s Commit wird benötigt"
965
966 -#: bisect.c:866 builtin/notes.c:175 builtin/tag.c:256
966 +#: bisect.c:867 builtin/notes.c:175 builtin/tag.c:234
967 #, c-format
968 msgid "could not create file '%s'"
969 msgstr "konnte Datei '%s' nicht erstellen"
970
971 -#: bisect.c:917
971 +#: bisect.c:918
972 #, c-format
973 msgid "could not read file '%s'"
974 msgstr "Konnte Datei '%s' nicht lesen"
975
976 -#: bisect.c:947
976 +#: bisect.c:948
977 msgid "reading bisect refs failed"
978 msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen"
979
980 -#: bisect.c:967
980 +#: bisect.c:968
981 #, c-format
982 msgid "%s was both %s and %s\n"
983 msgstr "%s war sowohl %s als auch %s\n"
984
985 -#: bisect.c:975
985 +#: bisect.c:976
986 #, c-format
987 msgid ""
988 "No testable commit found.\n"
@@ -991,7 +991,7 @@ msgstr ""
991 "Kein testbarer Commit gefunden.\n"
992 "Vielleicht starteten Sie mit falschen Pfad-Parametern?\n"
993
994 -#: bisect.c:994
994 +#: bisect.c:995
995 #, c-format
996 msgid "(roughly %d step)"
997 msgid_plural "(roughly %d steps)"
@@ -1001,7 +1001,7 @@ msgstr[1] "(ungefähr %d Schritte)"
1001 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1002 #. steps)" translation.
1003 #.
1004 -#: bisect.c:1000
1004 +#: bisect.c:1001
1005 #, c-format
1006 msgid "Bisecting: %d revision left to test after this %s\n"
1007 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
@@ -1024,10 +1024,10 @@ msgstr ""
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
1027 +#: blame.c:1797 bundle.c:169 ref-filter.c:1947 sequencer.c:1168
1028 +#: sequencer.c:2351 builtin/commit.c:1065 builtin/log.c:357 builtin/log.c:911
1029 +#: builtin/log.c:1361 builtin/log.c:1690 builtin/log.c:1938 builtin/merge.c:369
1030 +#: builtin/shortlog.c:191
1031 msgid "revision walk setup failed"
1032 msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
1033
@@ -1069,45 +1069,43 @@ msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein."
1069
1070 #: branch.c:93
1071 #, c-format
1072 -msgid "Branch %s set up to track remote branch %s from %s by rebasing."
1073 -msgstr ""
1074 -"Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s durch Rebase."
1072 +msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1073 +msgstr "Branch '%s' konfiguriert zum Folgen von Remote-Branch '%s' von '%s' durch Rebase."
1074
1075 #: branch.c:94
1076 #, c-format
1078 -msgid "Branch %s set up to track remote branch %s from %s."
1079 -msgstr "Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s."
1077 +msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1078 +msgstr "Branch '%s' konfiguriert zum Folgen von Remote-Branch '%s' von '%s'."
1079
1080 #: branch.c:98
1081 #, c-format
1083 -msgid "Branch %s set up to track local branch %s by rebasing."
1084 -msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s durch Rebase."
1082 +msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1083 +msgstr "Branch '%s' konfiguriert zum Folgen von lokalem Branch '%s' durch Rebase."
1084
1085 #: branch.c:99
1086 #, c-format
1088 -msgid "Branch %s set up to track local branch %s."
1089 -msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s."
1087 +msgid "Branch '%s' set up to track local branch '%s'."
1088 +msgstr "Branch '%s' konfiguriert zum Folgen von lokalem Branch '%s'."
1089
1090 #: branch.c:104
1091 #, c-format
1093 -msgid "Branch %s set up to track remote ref %s by rebasing."
1094 -msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s durch Rebase."
1092 +msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1093 +msgstr "Branch '%s' konfiguriert zum Folgen von Remote-Referenz '%s' durch Rebase."
1094
1095 #: branch.c:105
1096 #, c-format
1098 -msgid "Branch %s set up to track remote ref %s."
1099 -msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s."
1097 +msgid "Branch '%s' set up to track remote ref '%s'."
1098 +msgstr "Branch '%s' konfiguriert zum Folgen von Remote-Referenz '%s'."
1099
1100 #: branch.c:109
1101 #, c-format
1103 -msgid "Branch %s set up to track local ref %s by rebasing."
1104 -msgstr ""
1105 -"Branch %s konfiguriert zum Folgen von lokaler Referenz %s durch Rebase."
1102 +msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1103 +msgstr "Branch '%s' konfiguriert zum Folgen von lokaler Referenz '%s' durch Rebase."
1104
1105 #: branch.c:110
1106 #, c-format
1109 -msgid "Branch %s set up to track local ref %s."
1110 -msgstr "Branch %s konfiguriert zum Folgen von lokaler Referenz %s."
1107 +msgid "Branch '%s' set up to track local ref '%s'."
1108 +msgstr "Branch '%s' konfiguriert zum Folgen von lokaler Referenz '%s'."
1109
1110 #: branch.c:119
1111 msgid "Unable to write upstream branch configuration"
@@ -1130,23 +1128,23 @@ msgstr "'%s' ist kein gültiger Branchname."
1128 msgid "A branch named '%s' already exists."
1129 msgstr "Branch '%s' existiert bereits."
1130
1133 -#: branch.c:198
1131 +#: branch.c:197
1132 msgid "Cannot force update the current branch."
1133 msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen."
1134
1137 -#: branch.c:218
1135 +#: branch.c:217
1136 #, c-format
1137 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1138 msgstr ""
1139 "Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein "
1140 "Branch."
1141
1144 -#: branch.c:220
1142 +#: branch.c:219
1143 #, c-format
1144 msgid "the requested upstream branch '%s' does not exist"
1145 msgstr "der angeforderte Upstream-Branch '%s' existiert nicht"
1146
1149 -#: branch.c:222
1147 +#: branch.c:221
1148 msgid ""
1149 "\n"
1150 "If you are planning on basing your work on an upstream\n"
@@ -1167,22 +1165,22 @@ msgstr ""
1165 "\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n"
1166 "zu konfigurieren."
1167
1170 -#: branch.c:265
1168 +#: branch.c:264
1169 #, c-format
1170 msgid "Not a valid object name: '%s'."
1171 msgstr "Ungültiger Objekt-Name: '%s'"
1172
1175 -#: branch.c:285
1173 +#: branch.c:284
1174 #, c-format
1175 msgid "Ambiguous object name: '%s'."
1176 msgstr "mehrdeutiger Objekt-Name: '%s'"
1177
1180 -#: branch.c:290
1178 +#: branch.c:289
1179 #, c-format
1180 msgid "Not a valid branch point: '%s'."
1181 msgstr "Ungültiger Branchpunkt: '%s'"
1182
1185 -#: branch.c:344
1183 +#: branch.c:343
1184 #, c-format
1185 msgid "'%s' is already checked out at '%s'"
1186 msgstr "'%s' ist bereits in '%s' ausgecheckt"
@@ -1202,7 +1200,9 @@ msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
1200 msgid "unrecognized header: %s%s (%d)"
1201 msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
1202
1205 -#: bundle.c:88 sequencer.c:1344 sequencer.c:1770 builtin/commit.c:778
1203 +#: bundle.c:88 sequencer.c:1346 sequencer.c:1793 sequencer.c:2500
1204 +#: sequencer.c:2583 sequencer.c:2609 sequencer.c:2687 sequencer.c:2807
1205 +#: sequencer.c:2949 builtin/commit.c:782
1206 #, c-format
1207 msgid "could not open '%s'"
1208 msgstr "Konnte '%s' nicht öffnen"
@@ -1211,56 +1211,56 @@ msgstr "Konnte '%s' nicht öffnen"
1211 msgid "Repository lacks these prerequisite commits:"
1212 msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
1213
1214 -#: bundle.c:186
1214 +#: bundle.c:193
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
1221 -#: bundle.c:193
1221 +#: bundle.c:200
1222 msgid "The bundle records a complete history."
1223 msgstr "Das Paket speichert eine komplette Historie."
1224
1225 -#: bundle.c:195
1225 +#: bundle.c:202
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
1232 -#: bundle.c:254
1232 +#: bundle.c:261
1233 msgid "Could not spawn pack-objects"
1234 msgstr "Konnte Paketobjekte nicht erstellen"
1235
1236 -#: bundle.c:265
1236 +#: bundle.c:272
1237 msgid "pack-objects died"
1238 msgstr "Erstellung der Paketobjekte abgebrochen"
1239
1240 -#: bundle.c:307
1240 +#: bundle.c:314
1241 msgid "rev-list died"
1242 msgstr "\"rev-list\" abgebrochen"
1243
1244 -#: bundle.c:356
1244 +#: bundle.c:363
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
1249 -#: bundle.c:446 builtin/log.c:173 builtin/log.c:1589 builtin/shortlog.c:282
1249 +#: bundle.c:453 builtin/log.c:174 builtin/log.c:1597 builtin/shortlog.c:296
1250 #, c-format
1251 msgid "unrecognized argument: %s"
1252 msgstr "nicht erkanntes Argument: %s"
1253
1254 -#: bundle.c:454
1254 +#: bundle.c:461
1255 msgid "Refusing to create empty bundle."
1256 msgstr "Erstellung eines leeren Pakets zurückgewiesen."
1257
1258 -#: bundle.c:466
1258 +#: bundle.c:473
1259 #, c-format
1260 msgid "cannot create '%s'"
1261 msgstr "kann '%s' nicht erstellen"
1262
1263 -#: bundle.c:494
1263 +#: bundle.c:501
1264 msgid "index-pack died"
1265 msgstr "Erstellung der Paketindexdatei abgebrochen"
1266
@@ -1269,8 +1269,8 @@ msgstr "Erstellung der Paketindexdatei abgebrochen"
1269 msgid "invalid color value: %.*s"
1270 msgstr "Ungültiger Farbwert: %.*s"
1271
1272 -#: commit.c:41 sequencer.c:1582 builtin/am.c:420 builtin/am.c:456
1273 -#: builtin/am.c:1469 builtin/am.c:2107
1272 +#: commit.c:41 sequencer.c:1600 builtin/am.c:421 builtin/am.c:465
1273 +#: builtin/am.c:1467 builtin/am.c:2105
1274 #, c-format
1275 msgid "could not parse %s"
1276 msgstr "konnte %s nicht parsen"
@@ -1280,7 +1280,7 @@ msgstr "konnte %s nicht parsen"
1280 msgid "%s %s is not a commit!"
1281 msgstr "%s %s ist kein Commit!"
1282
1283 -#: commit.c:1511
1283 +#: commit.c:1517
1284 msgid ""
1285 "Warning: commit message did not conform to UTF-8.\n"
1286 "You may want to amend it after fixing the message, or set the config\n"
@@ -1296,169 +1296,169 @@ msgstr ""
1296 msgid "memory exhausted"
1297 msgstr "Speicher verbraucht"
1298
1299 -#: config.c:186
1299 +#: config.c:187
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
1306 -#: config.c:720
1306 +#: config.c:721
1307 #, c-format
1308 msgid "bad config line %d in blob %s"
1309 msgstr "Ungültige Konfigurationszeile %d in Blob %s"
1310
1311 -#: config.c:724
1311 +#: config.c:725
1312 #, c-format
1313 msgid "bad config line %d in file %s"
1314 msgstr "Ungültige Konfigurationszeile %d in Datei %s"
1315
1316 -#: config.c:728
1316 +#: config.c:729
1317 #, c-format
1318 msgid "bad config line %d in standard input"
1319 msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
1320
1321 -#: config.c:732
1321 +#: config.c:733
1322 #, c-format
1323 msgid "bad config line %d in submodule-blob %s"
1324 msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
1325
1326 -#: config.c:736
1326 +#: config.c:737
1327 #, c-format
1328 msgid "bad config line %d in command line %s"
1329 msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
1330
1331 -#: config.c:740
1331 +#: config.c:741
1332 #, c-format
1333 msgid "bad config line %d in %s"
1334 msgstr "Ungültige Konfigurationszeile %d in %s"
1335
1336 -#: config.c:868
1336 +#: config.c:869
1337 msgid "out of range"
1338 msgstr "Außerhalb des Bereichs"
1339
1340 -#: config.c:868
1340 +#: config.c:869
1341 msgid "invalid unit"
1342 msgstr "Ungültige Einheit"
1343
1344 -#: config.c:874
1344 +#: config.c:875
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
1349 -#: config.c:879
1349 +#: config.c:880
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
1354 -#: config.c:882
1354 +#: config.c:883
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
1360 -#: config.c:885
1360 +#: config.c:886
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
1367 -#: config.c:888
1367 +#: config.c:889
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
1374 -#: config.c:891
1374 +#: config.c:892
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
1381 -#: config.c:894
1381 +#: config.c:895
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
1386 -#: config.c:989
1386 +#: config.c:990
1387 #, c-format
1388 msgid "failed to expand user dir in: '%s'"
1389 msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
1390
1391 -#: config.c:1084 config.c:1095
1391 +#: config.c:1085 config.c:1096
1392 #, c-format
1393 msgid "bad zlib compression level %d"
1394 msgstr "ungültiger zlib Komprimierungsgrad %d"
1395
1396 -#: config.c:1212
1396 +#: config.c:1213
1397 #, c-format
1398 msgid "invalid mode for object creation: %s"
1399 msgstr "Ungültiger Modus für Objekterstellung: %s"
1400
1401 -#: config.c:1368
1401 +#: config.c:1372
1402 #, c-format
1403 msgid "bad pack compression level %d"
1404 msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"
1405
1406 -#: config.c:1564
1406 +#: config.c:1568
1407 msgid "unable to parse command-line config"
1408 msgstr ""
1409 "Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
1410
1411 -#: config.c:1894
1411 +#: config.c:1900
1412 msgid "unknown error occurred while reading the configuration files"
1413 msgstr ""
1414 "Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
1415
1416 -#: config.c:2064
1416 +#: config.c:2087
1417 #, c-format
1418 msgid "Invalid %s: '%s'"
1419 msgstr "Ungültiger %s: '%s'"
1420
1421 -#: config.c:2085
1421 +#: config.c:2130
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
1427 -#: config.c:2111
1427 +#: config.c:2156
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
1434 -#: config.c:2122
1434 +#: config.c:2167
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
1441 -#: config.c:2124
1441 +#: config.c:2169
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
1446 -#: config.c:2183
1446 +#: config.c:2228
1447 #, c-format
1448 msgid "%s has multiple values"
1449 msgstr "%s hat mehrere Werte"
1450
1451 -#: config.c:2517 config.c:2745
1451 +#: config.c:2571 config.c:2789
1452 #, c-format
1453 msgid "fstat on %s failed"
1454 msgstr "fstat auf %s fehlgeschlagen"
1455
1456 -#: config.c:2635
1456 +#: config.c:2678
1457 #, c-format
1458 msgid "could not set '%s' to '%s'"
1459 msgstr "Konnte '%s' nicht zu '%s' setzen."
1460
1461 -#: config.c:2637 builtin/remote.c:775
1461 +#: config.c:2680 builtin/remote.c:776
1462 #, c-format
1463 msgid "could not unset '%s'"
1464 msgstr "Konnte '%s' nicht aufheben."
@@ -1480,19 +1480,19 @@ msgstr ""
1480 "bestehen\n"
1481 "und das Repository existiert."
1482
1483 -#: connected.c:63 builtin/fsck.c:191 builtin/prune.c:141
1483 +#: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1484 msgid "Checking connectivity"
1485 msgstr "Prüfe Konnektivität"
1486
1487 -#: connected.c:75
1487 +#: connected.c:76
1488 msgid "Could not run 'git rev-list'"
1489 msgstr "Konnte 'git rev-list' nicht ausführen"
1490
1491 -#: connected.c:95
1491 +#: connected.c:96
1492 msgid "failed write to rev-list"
1493 msgstr "Fehler beim Schreiben nach rev-list"
1494
1495 -#: connected.c:102
1495 +#: connected.c:103
1496 msgid "failed to close rev-list's stdin"
1497 msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"
1498
@@ -1603,28 +1603,34 @@ msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."
1603 msgid "Performing inexact rename detection"
1604 msgstr "Führe Erkennung für ungenaue Umbenennung aus"
1605
1606 -#: diff.c:63
1606 +#: diff.c:74
1607 #, c-format
1608 msgid "option '%s' requires a value"
1609 msgstr "Option '%s' erfordert einen Wert."
1610
1611 -#: diff.c:125
1611 +#: diff.c:152
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
1617 -#: diff.c:130
1617 +#: diff.c:157
1618 #, c-format
1619 msgid " Unknown dirstat parameter '%s'\n"
1620 msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"
1621
1622 -#: diff.c:282
1622 +#: diff.c:281
1623 +msgid ""
1624 +"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1625 +"'plain'"
1626 +msgstr "\"color moved\"-Einstellung muss eines von diesen sein: 'no', 'default', 'zebra', 'dimmed_zebra', 'plain'"
1627 +
1628 +#: diff.c:341
1629 #, c-format
1630 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1631 msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
1632
1627 -#: diff.c:342
1633 +#: diff.c:398
1634 #, c-format
1635 msgid ""
1636 "Found errors in 'diff.dirstat' config variable:\n"
@@ -1633,21 +1639,21 @@ msgstr ""
1639 "Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
1640 "%s"
1641
1636 -#: diff.c:3101
1642 +#: diff.c:3861
1643 #, c-format
1644 msgid "external diff died, stopping at %s"
1645 msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
1646
1641 -#: diff.c:3427
1647 +#: diff.c:4189
1648 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1649 msgstr ""
1650 "--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
1651
1646 -#: diff.c:3517
1652 +#: diff.c:4279
1653 msgid "--follow requires exactly one pathspec"
1654 msgstr "--follow erfordert genau eine Pfadspezifikation"
1655
1650 -#: diff.c:3680
1656 +#: diff.c:4445
1657 #, c-format
1658 msgid ""
1659 "Failed to parse --dirstat/-X option parameter:\n"
@@ -1656,22 +1662,22 @@ msgstr ""
1662 "Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
1663 "%s"
1664
1659 -#: diff.c:3694
1665 +#: diff.c:4459
1666 #, c-format
1667 msgid "Failed to parse --submodule option parameter: '%s'"
1668 msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
1669
1664 -#: diff.c:4716
1670 +#: diff.c:5505
1671 msgid "inexact rename detection was skipped due to too many files."
1672 msgstr ""
1673 "Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"
1674 "übersprungen."
1675
1670 -#: diff.c:4719
1676 +#: diff.c:5508
1677 msgid "only found copies from modified paths due to too many files."
1678 msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"
1679
1674 -#: diff.c:4722
1680 +#: diff.c:5511
1681 #, c-format
1682 msgid ""
1683 "you may want to set your %s variable to at least %d and retry the command."
@@ -1679,209 +1685,213 @@ msgstr ""
1685 "Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"
1686 "erneut versuchen."
1687
1682 -#: dir.c:1948
1688 +#: dir.c:1983
1689 msgid "failed to get kernel name and information"
1690 msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"
1691
1686 -#: dir.c:2067
1692 +#: dir.c:2102
1693 msgid "Untracked cache is disabled on this system or location."
1694 msgstr ""
1695 "Cache für unversionierte Dateien ist auf diesem System oder\n"
1696 "für dieses Verzeichnis deaktiviert."
1697
1692 -#: dir.c:2846 dir.c:2851
1698 +#: dir.c:2885 dir.c:2890
1699 #, c-format
1700 msgid "could not create directories for %s"
1701 msgstr "Konnte Verzeichnisse für '%s' nicht erstellen."
1702
1697 -#: dir.c:2876
1703 +#: dir.c:2915
1704 #, c-format
1705 msgid "could not migrate git directory from '%s' to '%s'"
1706 msgstr "Konnte Git-Verzeichnis nicht von '%s' nach '%s' migrieren."
1707
1702 -#: entry.c:281
1708 +#: entry.c:176
1709 +msgid "Filtering content"
1710 +msgstr "Filtere Inhalt"
1711 +
1712 +#: entry.c:433
1713 #, c-format
1714 msgid "could not stat file '%s'"
1715 msgstr "konnte Datei '%s' nicht lesen"
1716
1707 -#: fetch-pack.c:251
1717 +#: fetch-pack.c:252
1718 msgid "git fetch-pack: expected shallow list"
1719 msgstr "git fetch-pack: erwartete shallow-Liste"
1720
1711 -#: fetch-pack.c:263
1721 +#: fetch-pack.c:264
1722 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1723 msgstr "git fetch-pack: ACK/NAK erwartet, EOF bekommen"
1724
1715 -#: fetch-pack.c:282 builtin/archive.c:63
1725 +#: fetch-pack.c:283 builtin/archive.c:63
1726 #, c-format
1727 msgid "remote error: %s"
1728 msgstr "Fehler am anderen Ende: %s"
1729
1720 -#: fetch-pack.c:283
1730 +#: fetch-pack.c:284
1731 #, c-format
1732 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1733 msgstr "git fetch-pack: ACK/NAK erwartet, '%s' bekommen"
1734
1725 -#: fetch-pack.c:335
1735 +#: fetch-pack.c:336
1736 msgid "--stateless-rpc requires multi_ack_detailed"
1737 msgstr "--stateless-rpc benötigt multi_ack_detailed"
1738
1729 -#: fetch-pack.c:421
1739 +#: fetch-pack.c:422
1740 #, c-format
1741 msgid "invalid shallow line: %s"
1742 msgstr "Ungültige shallow-Zeile: %s"
1743
1734 -#: fetch-pack.c:427
1744 +#: fetch-pack.c:428
1745 #, c-format
1746 msgid "invalid unshallow line: %s"
1747 msgstr "Ungültige unshallow-Zeile: %s"
1748
1739 -#: fetch-pack.c:429
1749 +#: fetch-pack.c:430
1750 #, c-format
1751 msgid "object not found: %s"
1752 msgstr "Objekt nicht gefunden: %s"
1753
1744 -#: fetch-pack.c:432
1754 +#: fetch-pack.c:433
1755 #, c-format
1756 msgid "error in object: %s"
1757 msgstr "Fehler in Objekt: %s"
1758
1749 -#: fetch-pack.c:434
1759 +#: fetch-pack.c:435
1760 #, c-format
1761 msgid "no shallow found: %s"
1762 msgstr "Kein shallow-Objekt gefunden: %s"
1763
1754 -#: fetch-pack.c:437
1764 +#: fetch-pack.c:438
1765 #, c-format
1766 msgid "expected shallow/unshallow, got %s"
1767 msgstr "shallow/unshallow erwartet, %s bekommen"
1768
1759 -#: fetch-pack.c:476
1769 +#: fetch-pack.c:477
1770 #, c-format
1771 msgid "got %s %d %s"
1772 msgstr "%s %d %s bekommen"
1773
1764 -#: fetch-pack.c:490
1774 +#: fetch-pack.c:491
1775 #, c-format
1776 msgid "invalid commit %s"
1777 msgstr "Ungültiger Commit %s"
1778
1769 -#: fetch-pack.c:523
1779 +#: fetch-pack.c:524
1780 msgid "giving up"
1781 msgstr "Gebe auf"
1782
1773 -#: fetch-pack.c:533 progress.c:237
1783 +#: fetch-pack.c:534 progress.c:242
1784 msgid "done"
1785 msgstr "Fertig"
1786
1777 -#: fetch-pack.c:545
1787 +#: fetch-pack.c:546
1788 #, c-format
1789 msgid "got %s (%d) %s"
1790 msgstr "%s (%d) %s bekommen"
1791
1782 -#: fetch-pack.c:591
1792 +#: fetch-pack.c:592
1793 #, c-format
1794 msgid "Marking %s as complete"
1795 msgstr "Markiere %s als vollständig"
1796
1787 -#: fetch-pack.c:775
1797 +#: fetch-pack.c:776
1798 #, c-format
1799 msgid "already have %s (%s)"
1800 msgstr "habe %s (%s) bereits"
1801
1792 -#: fetch-pack.c:813
1802 +#: fetch-pack.c:814
1803 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1804 msgstr "fetch-pack: Fehler beim Starten des sideband demultiplexer"
1805
1796 -#: fetch-pack.c:821
1806 +#: fetch-pack.c:822
1807 msgid "protocol error: bad pack header"
1808 msgstr "Protokollfehler: ungültiger Pack-Header"
1809
1800 -#: fetch-pack.c:877
1810 +#: fetch-pack.c:878
1811 #, c-format
1812 msgid "fetch-pack: unable to fork off %s"
1813 msgstr "fetch-pack: konnte %s nicht starten"
1814
1805 -#: fetch-pack.c:893
1815 +#: fetch-pack.c:894
1816 #, c-format
1817 msgid "%s failed"
1818 msgstr "%s fehlgeschlagen"
1819
1810 -#: fetch-pack.c:895
1820 +#: fetch-pack.c:896
1821 msgid "error in sideband demultiplexer"
1822 msgstr "Fehler in sideband demultiplexer"
1823
1814 -#: fetch-pack.c:922
1824 +#: fetch-pack.c:923
1825 msgid "Server does not support shallow clients"
1826 msgstr "Server unterstützt keine shallow-Clients"
1827
1818 -#: fetch-pack.c:926
1828 +#: fetch-pack.c:927
1829 msgid "Server supports multi_ack_detailed"
1830 msgstr "Server unterstützt multi_ack_detailed"
1831
1822 -#: fetch-pack.c:929
1832 +#: fetch-pack.c:930
1833 msgid "Server supports no-done"
1834 msgstr "Server unterstützt no-done"
1835
1826 -#: fetch-pack.c:935
1836 +#: fetch-pack.c:936
1837 msgid "Server supports multi_ack"
1838 msgstr "Server unterstützt multi_ack"
1839
1830 -#: fetch-pack.c:939
1840 +#: fetch-pack.c:940
1841 msgid "Server supports side-band-64k"
1842 msgstr "Server unterstützt side-band-64k"
1843
1834 -#: fetch-pack.c:943
1844 +#: fetch-pack.c:944
1845 msgid "Server supports side-band"
1846 msgstr "Server unterstützt side-band"
1847
1838 -#: fetch-pack.c:947
1848 +#: fetch-pack.c:948
1849 msgid "Server supports allow-tip-sha1-in-want"
1850 msgstr "Server unterstützt allow-tip-sha1-in-want"
1851
1842 -#: fetch-pack.c:951
1852 +#: fetch-pack.c:952
1853 msgid "Server supports allow-reachable-sha1-in-want"
1854 msgstr "Server unterstützt allow-reachable-sha1-in-want"
1855
1846 -#: fetch-pack.c:961
1856 +#: fetch-pack.c:962
1857 msgid "Server supports ofs-delta"
1858 msgstr "Server unterstützt ofs-delta"
1859
1850 -#: fetch-pack.c:968
1860 +#: fetch-pack.c:969
1861 #, c-format
1862 msgid "Server version is %.*s"
1863 msgstr "Server-Version ist %.*s"
1864
1855 -#: fetch-pack.c:974
1865 +#: fetch-pack.c:975
1866 msgid "Server does not support --shallow-since"
1867 msgstr "Server unterstützt kein --shallow-since"
1868
1859 -#: fetch-pack.c:978
1869 +#: fetch-pack.c:979
1870 msgid "Server does not support --shallow-exclude"
1871 msgstr "Server unterstützt kein --shallow-exclude"
1872
1863 -#: fetch-pack.c:980
1873 +#: fetch-pack.c:981
1874 msgid "Server does not support --deepen"
1875 msgstr "Server unterstützt kein --deepen"
1876
1867 -#: fetch-pack.c:991
1877 +#: fetch-pack.c:992
1878 msgid "no common commits"
1879 msgstr "keine gemeinsamen Commits"
1880
1871 -#: fetch-pack.c:1003
1881 +#: fetch-pack.c:1004
1882 msgid "git fetch-pack: fetch failed."
1883 msgstr "git fetch-pack: Abholen fehlgeschlagen."
1884
1875 -#: fetch-pack.c:1165
1885 +#: fetch-pack.c:1166
1886 msgid "no matching remote head"
1887 msgstr "kein übereinstimmender Remote-Branch"
1888
1879 -#: fetch-pack.c:1187
1889 +#: fetch-pack.c:1188
1890 #, c-format
1891 msgid "no such remote ref %s"
1892 msgstr "keine solche Remote-Referenz %s"
1893
1884 -#: fetch-pack.c:1190
1894 +#: fetch-pack.c:1191
1895 #, c-format
1896 msgid "Server does not allow request for unadvertised object %s"
1897 msgstr "Der Server lehnt Anfrage nach nicht angebotenem Objekt %s ab."
@@ -1894,7 +1904,7 @@ msgstr "gpg beim Signieren der Daten fehlgeschlagen"
1904 msgid "could not create temporary file"
1905 msgstr "konnte temporäre Datei nicht erstellen"
1906
1897 -#: gpg-interface.c:213
1907 +#: gpg-interface.c:214
1908 #, c-format
1909 msgid "failed writing detached signature to '%s'"
1910 msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
@@ -1904,17 +1914,17 @@ msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
1914 msgid "ignore invalid color '%.*s' in log.graphColors"
1915 msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"
1916
1907 -#: grep.c:1981
1917 +#: grep.c:1970
1918 #, c-format
1919 msgid "'%s': unable to read %s"
1920 msgstr "'%s': konnte %s nicht lesen"
1921
1912 -#: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:134
1922 +#: grep.c:1987 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1923 #, c-format
1924 msgid "failed to stat '%s'"
1925 msgstr "Konnte '%s' nicht lesen"
1926
1917 -#: grep.c:2009
1927 +#: grep.c:1998
1928 #, c-format
1929 msgid "'%s': short read"
1930 msgstr "'%s': read() zu kurz"
@@ -1948,7 +1958,8 @@ msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."
1958 #: help.c:358
1959 #, c-format
1960 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."
1961 +msgstr ""
1962 +"WARNUNG: Sie haben Git-Befehl '%s' ausgeführt, welcher nicht existiert."
1963
1964 #: help.c:363
1965 #, c-format
@@ -1972,8 +1983,12 @@ msgid ""
1983 msgid_plural ""
1984 "\n"
1985 "The most similar commands are"
1975 -msgstr[0] "\nDer ähnlichste Befehl ist"
1976 -msgstr[1] "\nDie ähnlichsten Befehle sind"
1986 +msgstr[0] ""
1987 +"\n"
1988 +"Der ähnlichste Befehl ist"
1989 +msgstr[1] ""
1990 +"\n"
1991 +"Die ähnlichsten Befehle sind"
1992
1993 #: help.c:395
1994 msgid "git version [<options>]"
@@ -2052,12 +2067,12 @@ msgstr "Leerer Name in Identifikation (für <%s>) nicht erlaubt."
2067 msgid "name consists only of disallowed characters: %s"
2068 msgstr "Name besteht nur aus nicht erlaubten Zeichen: %s"
2069
2055 -#: ident.c:416 builtin/commit.c:612
2070 +#: ident.c:416 builtin/commit.c:616
2071 #, c-format
2072 msgid "invalid date format: %s"
2073 msgstr "Ungültiges Datumsformat: %s"
2074
2060 -#: lockfile.c:152
2075 +#: lockfile.c:151
2076 #, c-format
2077 msgid ""
2078 "Unable to create '%s.lock': %s.\n"
@@ -2077,7 +2092,7 @@ msgstr ""
2092 "ein früherer Git-Prozess in diesem Repository abgestürzt sein:\n"
2093 "Löschen Sie die Datei manuell um fortzufahren."
2094
2080 -#: lockfile.c:160
2095 +#: lockfile.c:159
2096 #, c-format
2097 msgid "Unable to create '%s.lock': %s"
2098 msgstr "Konnte '%s.lock' nicht erstellen: %s"
@@ -2086,78 +2101,78 @@ msgstr "Konnte '%s.lock' nicht erstellen: %s"
2101 msgid "failed to read the cache"
2102 msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
2103
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
2104 +#: merge.c:96 builtin/am.c:1978 builtin/am.c:2013 builtin/checkout.c:380
2105 +#: builtin/checkout.c:595 builtin/clone.c:754
2106 msgid "unable to write new index file"
2107 msgstr "Konnte neue Index-Datei nicht schreiben."
2108
2094 -#: merge-recursive.c:210
2109 +#: merge-recursive.c:235
2110 msgid "(bad commit)\n"
2111 msgstr "(ungültiger Commit)\n"
2112
2098 -#: merge-recursive.c:232 merge-recursive.c:240
2113 +#: merge-recursive.c:257 merge-recursive.c:265
2114 #, c-format
2115 msgid "addinfo_cache failed for path '%s'"
2116 msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"
2117
2103 -#: merge-recursive.c:304
2118 +#: merge-recursive.c:329
2119 msgid "error building trees"
2120 msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
2121
2107 -#: merge-recursive.c:728
2122 +#: merge-recursive.c:752
2123 #, c-format
2124 msgid "failed to create path '%s'%s"
2125 msgstr "Fehler beim Erstellen des Pfades '%s'%s"
2126
2112 -#: merge-recursive.c:739
2127 +#: merge-recursive.c:763
2128 #, c-format
2129 msgid "Removing %s to make room for subdirectory\n"
2130 msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
2131
2117 -#: merge-recursive.c:753 merge-recursive.c:772
2132 +#: merge-recursive.c:777 merge-recursive.c:796
2133 msgid ": perhaps a D/F conflict?"
2134 msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
2135
2121 -#: merge-recursive.c:762
2136 +#: merge-recursive.c:786
2137 #, c-format
2138 msgid "refusing to lose untracked file at '%s'"
2139 msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
2140
2126 -#: merge-recursive.c:804 builtin/cat-file.c:36
2141 +#: merge-recursive.c:828 builtin/cat-file.c:37
2142 #, c-format
2143 msgid "cannot read object %s '%s'"
2144 msgstr "kann Objekt %s '%s' nicht lesen"
2145
2131 -#: merge-recursive.c:806
2146 +#: merge-recursive.c:830
2147 #, c-format
2148 msgid "blob expected for %s '%s'"
2149 msgstr "Blob erwartet für %s '%s'"
2150
2136 -#: merge-recursive.c:830
2151 +#: merge-recursive.c:854
2152 #, c-format
2153 msgid "failed to open '%s': %s"
2154 msgstr "Fehler beim Öffnen von '%s': %s"
2155
2141 -#: merge-recursive.c:841
2156 +#: merge-recursive.c:865
2157 #, c-format
2158 msgid "failed to symlink '%s': %s"
2159 msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
2160
2146 -#: merge-recursive.c:846
2161 +#: merge-recursive.c:870
2162 #, c-format
2163 msgid "do not know what to do with %06o %s '%s'"
2164 msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
2165
2151 -#: merge-recursive.c:986
2166 +#: merge-recursive.c:1010
2167 msgid "Failed to execute internal merge"
2168 msgstr "Fehler bei Ausführung des internen Merges"
2169
2155 -#: merge-recursive.c:990
2170 +#: merge-recursive.c:1014
2171 #, c-format
2172 msgid "Unable to add %s to database"
2173 msgstr "Konnte %s nicht zur Datenbank hinzufügen"
2174
2160 -#: merge-recursive.c:1093
2175 +#: merge-recursive.c:1117
2176 #, c-format
2177 msgid ""
2178 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -2166,7 +2181,7 @@ msgstr ""
2181 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2182 "im Arbeitsbereich gelassen."
2183
2169 -#: merge-recursive.c:1098
2184 +#: merge-recursive.c:1122
2185 #, c-format
2186 msgid ""
2187 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -2175,7 +2190,7 @@ msgstr ""
2190 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
2191 "%s wurde im Arbeitsbereich gelassen."
2192
2178 -#: merge-recursive.c:1105
2193 +#: merge-recursive.c:1129
2194 #, c-format
2195 msgid ""
2196 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -2184,7 +2199,7 @@ msgstr ""
2199 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2200 "im Arbeitsbereich bei %s gelassen."
2201
2187 -#: merge-recursive.c:1110
2202 +#: merge-recursive.c:1134
2203 #, c-format
2204 msgid ""
2205 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -2193,20 +2208,20 @@ msgstr ""
2208 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
2209 "%s wurde im Arbeitsbereich bei %s gelassen."
2210
2196 -#: merge-recursive.c:1144
2211 +#: merge-recursive.c:1168
2212 msgid "rename"
2213 msgstr "umbenennen"
2214
2200 -#: merge-recursive.c:1144
2215 +#: merge-recursive.c:1168
2216 msgid "renamed"
2217 msgstr "umbenannt"
2218
2204 -#: merge-recursive.c:1201
2219 +#: merge-recursive.c:1225
2220 #, c-format
2221 msgid "%s is a directory in %s adding as %s instead"
2222 msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
2223
2209 -#: merge-recursive.c:1226
2224 +#: merge-recursive.c:1250
2225 #, c-format
2226 msgid ""
2227 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -2215,143 +2230,143 @@ msgstr ""
2230 "KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
2231 "und \"%s\"->\"%s\" in Branch \"%s\"%s"
2232
2218 -#: merge-recursive.c:1231
2233 +#: merge-recursive.c:1255
2234 msgid " (left unresolved)"
2235 msgstr " (bleibt unaufgelöst)"
2236
2222 -#: merge-recursive.c:1293
2237 +#: merge-recursive.c:1317
2238 #, c-format
2239 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2240 msgstr ""
2241 "KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
2242 "in %s"
2243
2229 -#: merge-recursive.c:1326
2244 +#: merge-recursive.c:1350
2245 #, c-format
2246 msgid "Renaming %s to %s and %s to %s instead"
2247 msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
2248
2234 -#: merge-recursive.c:1529
2249 +#: merge-recursive.c:1553
2250 #, c-format
2251 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2252 msgstr ""
2253 "KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
2254 "%s"
2255
2241 -#: merge-recursive.c:1544
2256 +#: merge-recursive.c:1568
2257 #, c-format
2258 msgid "Adding merged %s"
2259 msgstr "Füge zusammengeführte Datei %s hinzu"
2260
2246 -#: merge-recursive.c:1551 merge-recursive.c:1781
2261 +#: merge-recursive.c:1575 merge-recursive.c:1805
2262 #, c-format
2263 msgid "Adding as %s instead"
2264 msgstr "Füge stattdessen als %s hinzu"
2265
2251 -#: merge-recursive.c:1608
2266 +#: merge-recursive.c:1632
2267 #, c-format
2268 msgid "cannot read object %s"
2269 msgstr "kann Objekt %s nicht lesen"
2270
2256 -#: merge-recursive.c:1611
2271 +#: merge-recursive.c:1635
2272 #, c-format
2273 msgid "object %s is not a blob"
2274 msgstr "Objekt %s ist kein Blob"
2275
2261 -#: merge-recursive.c:1680
2276 +#: merge-recursive.c:1704
2277 msgid "modify"
2278 msgstr "ändern"
2279
2265 -#: merge-recursive.c:1680
2280 +#: merge-recursive.c:1704
2281 msgid "modified"
2282 msgstr "geändert"
2283
2269 -#: merge-recursive.c:1690
2284 +#: merge-recursive.c:1714
2285 msgid "content"
2286 msgstr "Inhalt"
2287
2273 -#: merge-recursive.c:1697
2288 +#: merge-recursive.c:1721
2289 msgid "add/add"
2290 msgstr "hinzufügen/hinzufügen"
2291
2277 -#: merge-recursive.c:1733
2292 +#: merge-recursive.c:1757
2293 #, c-format
2294 msgid "Skipped %s (merged same as existing)"
2295 msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
2296
2282 -#: merge-recursive.c:1747
2297 +#: merge-recursive.c:1771
2298 #, c-format
2299 msgid "Auto-merging %s"
2300 msgstr "automatischer Merge von %s"
2301
2287 -#: merge-recursive.c:1751 git-submodule.sh:945
2302 +#: merge-recursive.c:1775 git-submodule.sh:944
2303 msgid "submodule"
2304 msgstr "Submodul"
2305
2291 -#: merge-recursive.c:1752
2306 +#: merge-recursive.c:1776
2307 #, c-format
2308 msgid "CONFLICT (%s): Merge conflict in %s"
2309 msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
2310
2296 -#: merge-recursive.c:1846
2311 +#: merge-recursive.c:1870
2312 #, c-format
2313 msgid "Removing %s"
2314 msgstr "Entferne %s"
2315
2301 -#: merge-recursive.c:1872
2316 +#: merge-recursive.c:1896
2317 msgid "file/directory"
2318 msgstr "Datei/Verzeichnis"
2319
2305 -#: merge-recursive.c:1878
2320 +#: merge-recursive.c:1902
2321 msgid "directory/file"
2322 msgstr "Verzeichnis/Datei"
2323
2309 -#: merge-recursive.c:1884
2324 +#: merge-recursive.c:1908
2325 #, c-format
2326 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2327 msgstr ""
2328 "KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
2329 "hinzu."
2330
2316 -#: merge-recursive.c:1893
2331 +#: merge-recursive.c:1917
2332 #, c-format
2333 msgid "Adding %s"
2334 msgstr "Füge %s hinzu"
2335
2321 -#: merge-recursive.c:1930
2322 -msgid "Already up-to-date!"
2336 +#: merge-recursive.c:1954
2337 +msgid "Already up to date!"
2338 msgstr "Bereits aktuell!"
2339
2325 -#: merge-recursive.c:1939
2340 +#: merge-recursive.c:1963
2341 #, c-format
2342 msgid "merging of trees %s and %s failed"
2343 msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
2344
2330 -#: merge-recursive.c:2022
2345 +#: merge-recursive.c:2060
2346 msgid "Merging:"
2347 msgstr "Merge:"
2348
2334 -#: merge-recursive.c:2035
2349 +#: merge-recursive.c:2073
2350 #, c-format
2351 msgid "found %u common ancestor:"
2352 msgid_plural "found %u common ancestors:"
2353 msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
2354 msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
2355
2341 -#: merge-recursive.c:2074
2356 +#: merge-recursive.c:2112
2357 msgid "merge returned no commit"
2358 msgstr "Merge hat keinen Commit zurückgegeben"
2359
2345 -#: merge-recursive.c:2137
2360 +#: merge-recursive.c:2175
2361 #, c-format
2362 msgid "Could not parse object '%s'"
2363 msgstr "Konnte Objekt '%s' nicht parsen."
2364
2350 -#: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:793
2365 +#: merge-recursive.c:2189 builtin/merge.c:655 builtin/merge.c:814
2366 msgid "Unable to write index."
2367 msgstr "Konnte Index nicht schreiben."
2368
2354 -#: notes-merge.c:273
2369 +#: notes-merge.c:272
2370 #, c-format
2371 msgid ""
2372 "You have not concluded your previous notes merge (%s exists).\n"
@@ -2366,7 +2381,7 @@ msgstr ""
2381 "Merge\n"
2382 "von Notizen beginnen."
2383
2369 -#: notes-merge.c:280
2384 +#: notes-merge.c:279
2385 #, c-format
2386 msgid "You have not concluded your notes merge (%s exists)."
2387 msgstr "Sie haben Ihren Merge von Notizen nicht abgeschlossen (%s existiert)."
@@ -2396,16 +2411,30 @@ msgstr ""
2411 msgid "Bad %s value: '%s'"
2412 msgstr "Ungültiger %s Wert: '%s'"
2413
2399 -#: object.c:240
2414 +#: object.c:239
2415 #, c-format
2416 msgid "unable to parse object: %s"
2417 msgstr "Konnte Objekt '%s' nicht parsen."
2418
2419 +#: packfile.c:556
2420 +msgid "offset before end of packfile (broken .idx?)"
2421 +msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
2422 +
2423 +#: packfile.c:1683
2424 +#, c-format
2425 +msgid "offset before start of pack index for %s (corrupt index?)"
2426 +msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
2427 +
2428 +#: packfile.c:1687
2429 +#, c-format
2430 +msgid "offset beyond end of pack index for %s (truncated index?)"
2431 +msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
2432 +
2433 #: parse-options.c:573
2434 msgid "..."
2435 msgstr "..."
2436
2408 -#: parse-options.c:591
2437 +#: parse-options.c:592
2438 #, c-format
2439 msgid "usage: %s"
2440 msgstr "Verwendung: %s"
@@ -2413,17 +2442,17 @@ msgstr "Verwendung: %s"
2442 #. TRANSLATORS: the colon here should align with the
2443 #. one in "usage: %s" translation.
2444 #.
2416 -#: parse-options.c:597
2445 +#: parse-options.c:598
2446 #, c-format
2447 msgid " or: %s"
2448 msgstr " oder: %s"
2449
2421 -#: parse-options.c:600
2450 +#: parse-options.c:601
2451 #, c-format
2452 msgid " %s"
2453 msgstr " %s"
2454
2426 -#: parse-options.c:634
2455 +#: parse-options.c:640
2456 msgid "-NUM"
2457 msgstr "-NUM"
2458
@@ -2432,7 +2461,7 @@ msgstr "-NUM"
2461 msgid "malformed object name '%s'"
2462 msgstr "fehlerhafter Objekt-Name '%s'"
2463
2435 -#: path.c:890
2464 +#: path.c:891
2465 #, c-format
2466 msgid "Could not make %s writable by group"
2467 msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."
@@ -2508,7 +2537,7 @@ msgid "%s: pathspec magic not supported by this command: %s"
2537 msgstr ""
2538 "%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"
2539
2511 -#: pathspec.c:575
2540 +#: pathspec.c:571
2541 msgid ""
2542 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2543 "use . instead if you meant to match all paths"
@@ -2517,12 +2546,12 @@ msgstr ""
2546 "ungültig.\n"
2547 "Bitte benutzen Sie stattdessen . wenn Sie alle Pfade meinen."
2548
2520 -#: pathspec.c:599
2549 +#: pathspec.c:595
2550 #, c-format
2551 msgid "pathspec '%s' is beyond a symbolic link"
2552 msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
2553
2525 -#: pretty.c:963
2554 +#: pretty.c:962
2555 msgid "unable to parse --pretty format"
2556 msgstr "Konnte --pretty Format nicht parsen."
2557
@@ -2544,52 +2573,53 @@ msgstr ""
2573 "GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
2574 "Verwende Version %i"
2575
2547 -#: read-cache.c:2308 builtin/merge.c:1019
2576 +#: read-cache.c:2316 builtin/merge.c:1046
2577 #, c-format
2578 msgid "could not close '%s'"
2579 msgstr "Konnte '%s' nicht schließen"
2580
2552 -#: read-cache.c:2383 sequencer.c:1353 sequencer.c:2054
2581 +#: read-cache.c:2394 sequencer.c:1355 sequencer.c:2077
2582 #, c-format
2583 msgid "could not stat '%s'"
2584 msgstr "Konnte '%s' nicht lesen."
2585
2557 -#: read-cache.c:2396
2586 +#: read-cache.c:2407
2587 #, c-format
2588 msgid "unable to open git dir: %s"
2589 msgstr "konnte Git-Verzeichnis nicht öffnen: %s"
2590
2562 -#: read-cache.c:2408
2591 +#: read-cache.c:2419
2592 #, c-format
2593 msgid "unable to unlink: %s"
2594 msgstr "Konnte '%s' nicht entfernen."
2595
2567 -#: refs.c:622
2596 +#: refs.c:638
2597 #, c-format
2598 msgid "Could not open '%s' for writing"
2599 msgstr "Konnte '%s' nicht zum Schreiben öffnen."
2600
2572 -#: refs.c:1769
2601 +#: refs.c:1792
2602 msgid "ref updates forbidden inside quarantine environment"
2603 msgstr ""
2604 "Aktualisierungen von Referenzen ist innerhalb der Quarantäne-Umgebung "
2605 "verboten."
2606
2578 -#: refs/files-backend.c:1664
2607 +#: refs/files-backend.c:1136
2608 +#, c-format
2609 +msgid "could not remove reference %s"
2610 +msgstr "Konnte Referenz %s nicht löschen"
2611 +
2612 +#: refs/files-backend.c:1150 refs/packed-backend.c:1430
2613 +#: refs/packed-backend.c:1440
2614 #, c-format
2615 msgid "could not delete reference %s: %s"
2616 msgstr "Konnte Referenz %s nicht entfernen: %s"
2617
2583 -#: refs/files-backend.c:1667
2618 +#: refs/files-backend.c:1153 refs/packed-backend.c:1443
2619 #, c-format
2620 msgid "could not delete references: %s"
2621 msgstr "Konnte Referenzen nicht entfernen: %s"
2622
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 -
2623 #: ref-filter.c:35 wt-status.c:1811
2624 msgid "gone"
2625 msgstr "entfernt"
@@ -2619,147 +2649,147 @@ msgstr "Erwartetes Format: %%(color:<Farbe>)"
2649 msgid "unrecognized color: %%(color:%s)"
2650 msgstr "nicht erkannte Farbe: %%(color:%s)"
2651
2622 -#: ref-filter.c:121
2652 +#: ref-filter.c:127
2653 #, c-format
2654 msgid "Integer value expected refname:lstrip=%s"
2655 msgstr "Positiver Wert erwartet refname:lstrip=%s"
2656
2627 -#: ref-filter.c:125
2657 +#: ref-filter.c:131
2658 #, c-format
2659 msgid "Integer value expected refname:rstrip=%s"
2660 msgstr "Positiver Wert erwartet refname:rstrip=%s"
2661
2632 -#: ref-filter.c:127
2662 +#: ref-filter.c:133
2663 #, c-format
2664 msgid "unrecognized %%(%s) argument: %s"
2665 msgstr "nicht erkanntes %%(%s) Argument: %s"
2666
2637 -#: ref-filter.c:167
2667 +#: ref-filter.c:173
2668 #, c-format
2669 msgid "%%(body) does not take arguments"
2670 msgstr "%%(body) akzeptiert keine Argumente"
2671
2642 -#: ref-filter.c:174
2672 +#: ref-filter.c:180
2673 #, c-format
2674 msgid "%%(subject) does not take arguments"
2675 msgstr "%%(subject) akzeptiert keine Argumente"
2676
2647 -#: ref-filter.c:181
2677 +#: ref-filter.c:198
2678 #, c-format
2649 -msgid "%%(trailers) does not take arguments"
2650 -msgstr "%%(trailers) akzeptiert keine Argumente"
2679 +msgid "unknown %%(trailers) argument: %s"
2680 +msgstr "unbekanntes %%(trailers) Argument: %s"
2681
2652 -#: ref-filter.c:200
2682 +#: ref-filter.c:221
2683 #, c-format
2684 msgid "positive value expected contents:lines=%s"
2685 msgstr "Positiver Wert erwartet contents:lines=%s"
2686
2657 -#: ref-filter.c:202
2687 +#: ref-filter.c:223
2688 #, c-format
2689 msgid "unrecognized %%(contents) argument: %s"
2690 msgstr "nicht erkanntes %%(contents) Argument: %s"
2691
2662 -#: ref-filter.c:215
2692 +#: ref-filter.c:236
2693 #, c-format
2694 msgid "positive value expected objectname:short=%s"
2695 msgstr "Positiver Wert erwartet objectname:short=%s"
2696
2667 -#: ref-filter.c:219
2697 +#: ref-filter.c:240
2698 #, c-format
2699 msgid "unrecognized %%(objectname) argument: %s"
2700 msgstr "nicht erkanntes %%(objectname) Argument: %s"
2701
2672 -#: ref-filter.c:246
2702 +#: ref-filter.c:267
2703 #, c-format
2704 msgid "expected format: %%(align:<width>,<position>)"
2705 msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
2706
2677 -#: ref-filter.c:258
2707 +#: ref-filter.c:279
2708 #, c-format
2709 msgid "unrecognized position:%s"
2710 msgstr "nicht erkannte Position:%s"
2711
2682 -#: ref-filter.c:262
2712 +#: ref-filter.c:283
2713 #, c-format
2714 msgid "unrecognized width:%s"
2715 msgstr "nicht erkannte Breite:%s"
2716
2687 -#: ref-filter.c:268
2717 +#: ref-filter.c:289
2718 #, c-format
2719 msgid "unrecognized %%(align) argument: %s"
2720 msgstr "nicht erkanntes %%(align) Argument: %s"
2721
2692 -#: ref-filter.c:272
2722 +#: ref-filter.c:293
2723 #, c-format
2724 msgid "positive width expected with the %%(align) atom"
2725 msgstr "Positive Breitenangabe für %%(align) erwartet"
2726
2697 -#: ref-filter.c:287
2727 +#: ref-filter.c:308
2728 #, c-format
2729 msgid "unrecognized %%(if) argument: %s"
2730 msgstr "nicht erkanntes %%(if) Argument: %s"
2731
2702 -#: ref-filter.c:378
2732 +#: ref-filter.c:398
2733 #, c-format
2734 msgid "malformed field name: %.*s"
2735 msgstr "Fehlerhafter Feldname: %.*s"
2736
2707 -#: ref-filter.c:404
2737 +#: ref-filter.c:424
2738 #, c-format
2739 msgid "unknown field name: %.*s"
2740 msgstr "Unbekannter Feldname: %.*s"
2741
2712 -#: ref-filter.c:508
2742 +#: ref-filter.c:536
2743 #, c-format
2744 msgid "format: %%(if) atom used without a %%(then) atom"
2745 msgstr "format: %%(if) Atom ohne ein %%(then) Atom verwendet"
2746
2717 -#: ref-filter.c:568
2747 +#: ref-filter.c:596
2748 #, c-format
2749 msgid "format: %%(then) atom used without an %%(if) atom"
2750 msgstr "format: %%(then) Atom ohne ein %%(if) Atom verwendet"
2751
2722 -#: ref-filter.c:570
2752 +#: ref-filter.c:598
2753 #, c-format
2754 msgid "format: %%(then) atom used more than once"
2755 msgstr "format: %%(then) Atom mehr als einmal verwendet"
2756
2727 -#: ref-filter.c:572
2757 +#: ref-filter.c:600
2758 #, c-format
2759 msgid "format: %%(then) atom used after %%(else)"
2760 msgstr "format: %%(then) Atom nach %%(else) verwendet"
2761
2732 -#: ref-filter.c:598
2762 +#: ref-filter.c:626
2763 #, c-format
2764 msgid "format: %%(else) atom used without an %%(if) atom"
2765 msgstr "format: %%(else) Atom ohne ein %%(if) Atom verwendet"
2766
2737 -#: ref-filter.c:600
2767 +#: ref-filter.c:628
2768 #, c-format
2769 msgid "format: %%(else) atom used without a %%(then) atom"
2770 msgstr "Format: %%(else) Atom ohne ein %%(then) Atom verwendet"
2771
2742 -#: ref-filter.c:602
2772 +#: ref-filter.c:630
2773 #, c-format
2774 msgid "format: %%(else) atom used more than once"
2775 msgstr "Format: %%(end) Atom mehr als einmal verwendet"
2776
2747 -#: ref-filter.c:615
2777 +#: ref-filter.c:643
2778 #, c-format
2779 msgid "format: %%(end) atom used without corresponding atom"
2780 msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
2781
2752 -#: ref-filter.c:670
2782 +#: ref-filter.c:698
2783 #, c-format
2784 msgid "malformed format string %s"
2785 msgstr "Fehlerhafter Formatierungsstring %s"
2786
2757 -#: ref-filter.c:1254
2787 +#: ref-filter.c:1283
2788 #, c-format
2789 msgid "(no branch, rebasing %s)"
2790 msgstr "(kein Branch, Rebase von Branch %s im Gange)"
2791
2762 -#: ref-filter.c:1257
2792 +#: ref-filter.c:1286
2793 #, c-format
2794 msgid "(no branch, bisect started on %s)"
2795 msgstr "(kein Branch, binäre Suche begonnen bei %s)"
@@ -2767,7 +2797,7 @@ msgstr "(kein Branch, binäre Suche begonnen bei %s)"
2797 #. TRANSLATORS: make sure this matches "HEAD
2798 #. detached at " in wt-status.c
2799 #.
2770 -#: ref-filter.c:1265
2800 +#: ref-filter.c:1294
2801 #, c-format
2802 msgid "(HEAD detached at %s)"
2803 msgstr "(HEAD losgelöst bei %s)"
@@ -2775,110 +2805,110 @@ msgstr "(HEAD losgelöst bei %s)"
2805 #. TRANSLATORS: make sure this matches "HEAD
2806 #. detached from " in wt-status.c
2807 #.
2778 -#: ref-filter.c:1272
2808 +#: ref-filter.c:1301
2809 #, c-format
2810 msgid "(HEAD detached from %s)"
2811 msgstr "(HEAD losgelöst von %s)"
2812
2783 -#: ref-filter.c:1276
2813 +#: ref-filter.c:1305
2814 msgid "(no branch)"
2815 msgstr "(kein Branch)"
2816
2787 -#: ref-filter.c:1426 ref-filter.c:1457
2817 +#: ref-filter.c:1454 ref-filter.c:1485
2818 #, c-format
2819 msgid "missing object %s for %s"
2820 msgstr "Objekt %s fehlt für %s"
2821
2792 -#: ref-filter.c:1429 ref-filter.c:1460
2822 +#: ref-filter.c:1457 ref-filter.c:1488
2823 #, c-format
2824 msgid "parse_object_buffer failed on %s for %s"
2825 msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
2826
2797 -#: ref-filter.c:1760
2827 +#: ref-filter.c:1788
2828 #, c-format
2829 msgid "malformed object at '%s'"
2830 msgstr "fehlerhaftes Objekt bei '%s'"
2831
2802 -#: ref-filter.c:1827
2832 +#: ref-filter.c:1855
2833 #, c-format
2834 msgid "ignoring ref with broken name %s"
2835 msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
2836
2807 -#: ref-filter.c:1832
2837 +#: ref-filter.c:1860
2838 #, c-format
2839 msgid "ignoring broken ref %s"
2840 msgstr "Ignoriere fehlerhafte Referenz %s"
2841
2812 -#: ref-filter.c:2095
2842 +#: ref-filter.c:2122
2843 #, c-format
2844 msgid "format: %%(end) atom missing"
2845 msgstr "Format: %%(end) Atom fehlt"
2846
2817 -#: ref-filter.c:2176
2847 +#: ref-filter.c:2216
2848 #, c-format
2849 msgid "malformed object name %s"
2850 msgstr "Missgebildeter Objektname %s"
2851
2822 -#: remote.c:747
2852 +#: remote.c:750
2853 #, c-format
2854 msgid "Cannot fetch both %s and %s to %s"
2855 msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
2856
2827 -#: remote.c:751
2857 +#: remote.c:754
2858 #, c-format
2859 msgid "%s usually tracks %s, not %s"
2860 msgstr "%s folgt üblicherweise %s, nicht %s"
2861
2832 -#: remote.c:755
2862 +#: remote.c:758
2863 #, c-format
2864 msgid "%s tracks both %s and %s"
2865 msgstr "%s folgt sowohl %s als auch %s"
2866
2837 -#: remote.c:763
2867 +#: remote.c:766
2868 msgid "Internal error"
2869 msgstr "Interner Fehler"
2870
2841 -#: remote.c:1680 remote.c:1782
2871 +#: remote.c:1681 remote.c:1783
2872 msgid "HEAD does not point to a branch"
2873 msgstr "HEAD zeigt auf keinen Branch"
2874
2845 -#: remote.c:1689
2875 +#: remote.c:1690
2876 #, c-format
2877 msgid "no such branch: '%s'"
2878 msgstr "Kein solcher Branch: '%s'"
2879
2850 -#: remote.c:1692
2880 +#: remote.c:1693
2881 #, c-format
2882 msgid "no upstream configured for branch '%s'"
2883 msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
2884
2855 -#: remote.c:1698
2885 +#: remote.c:1699
2886 #, c-format
2887 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2888 msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
2889
2860 -#: remote.c:1713
2890 +#: remote.c:1714
2891 #, c-format
2892 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2893 msgstr ""
2894 "Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
2895 "Branch"
2896
2867 -#: remote.c:1725
2897 +#: remote.c:1726
2898 #, c-format
2899 msgid "branch '%s' has no remote for pushing"
2900 msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
2901
2872 -#: remote.c:1736
2902 +#: remote.c:1737
2903 #, c-format
2904 msgid "push refspecs for '%s' do not include '%s'"
2905 msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
2906
2877 -#: remote.c:1749
2907 +#: remote.c:1750
2908 msgid "push has no destination (push.default is 'nothing')"
2909 msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
2910
2881 -#: remote.c:1771
2911 +#: remote.c:1772
2912 msgid "cannot resolve 'simple' push to a single destination"
2913 msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
2914
@@ -2894,7 +2924,7 @@ msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
2924
2925 #: remote.c:2083
2926 #, c-format
2897 -msgid "Your branch is up-to-date with '%s'.\n"
2927 +msgid "Your branch is up to date with '%s'.\n"
2928 msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"
2929
2930 #: remote.c:2087
@@ -2944,16 +2974,16 @@ msgstr ""
2974 " (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
2975 "zusammenzuführen)\n"
2976
2947 -#: revision.c:2187
2977 +#: revision.c:2256
2978 msgid "your current branch appears to be broken"
2979 msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
2980
2951 -#: revision.c:2190
2981 +#: revision.c:2259
2982 #, c-format
2983 msgid "your current branch '%s' does not have any commits yet"
2984 msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
2985
2956 -#: revision.c:2384
2986 +#: revision.c:2453
2987 msgid "--first-parent is incompatible with --bisect"
2988 msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
2989
@@ -2996,24 +3026,24 @@ msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
3026 msgid "the receiving end does not support push options"
3027 msgstr "die Gegenseite unterstützt keine Push-Optionen"
3028
2999 -#: sequencer.c:216
3029 +#: sequencer.c:218
3030 msgid "revert"
3031 msgstr "Revert"
3032
3003 -#: sequencer.c:218
3033 +#: sequencer.c:220
3034 msgid "cherry-pick"
3035 msgstr "Cherry-Pick"
3036
3007 -#: sequencer.c:220
3037 +#: sequencer.c:222
3038 msgid "rebase -i"
3039 msgstr "interaktives Rebase"
3040
3011 -#: sequencer.c:222
3041 +#: sequencer.c:224
3042 #, c-format
3043 msgid "Unknown action: %d"
3044 msgstr "Unbekannte Aktion: %d"
3045
3016 -#: sequencer.c:279
3046 +#: sequencer.c:281
3047 msgid ""
3048 "after resolving the conflicts, mark the corrected paths\n"
3049 "with 'git add <paths>' or 'git rm <paths>'"
@@ -3021,7 +3051,7 @@ msgstr ""
3051 "nach Auflösung der Konflikte markieren Sie die korrigierten Pfade\n"
3052 "mit 'git add <Pfade>' oder 'git rm <Pfade>'"
3053
3024 -#: sequencer.c:282
3054 +#: sequencer.c:284
3055 msgid ""
3056 "after resolving the conflicts, mark the corrected paths\n"
3057 "with 'git add <paths>' or 'git rm <paths>'\n"
@@ -3031,43 +3061,44 @@ msgstr ""
3061 "mit 'git add <Pfade>' oder 'git rm <Pfade>' und tragen Sie das Ergebnis mit\n"
3062 "'git commit' ein"
3063
3034 -#: sequencer.c:295 sequencer.c:1685
3064 +#: sequencer.c:297 sequencer.c:1704
3065 #, c-format
3066 msgid "could not lock '%s'"
3067 msgstr "Konnte '%s' nicht sperren"
3068
3039 -#: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:1704
3069 +#: sequencer.c:300 sequencer.c:1581 sequencer.c:1709 sequencer.c:1723
3070 +#: sequencer.c:2733 sequencer.c:2749
3071 #, c-format
3072 msgid "could not write to '%s'"
3073 msgstr "Konnte nicht nach '%s' schreiben."
3074
3044 -#: sequencer.c:302
3075 +#: sequencer.c:304
3076 #, c-format
3077 msgid "could not write eol to '%s'"
3078 msgstr "Konnte EOL nicht nach '%s' schreiben."
3079
3049 -#: sequencer.c:306 sequencer.c:1568 sequencer.c:1692
3080 +#: sequencer.c:308 sequencer.c:1586 sequencer.c:1711
3081 #, c-format
3082 msgid "failed to finalize '%s'."
3083 msgstr "Fehler beim Fertigstellen von '%s'."
3084
3054 -#: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:258
3055 -#: builtin/commit.c:750 builtin/merge.c:1017
3085 +#: sequencer.c:332 sequencer.c:819 sequencer.c:1607 builtin/am.c:259
3086 +#: builtin/commit.c:754 builtin/merge.c:1044
3087 #, c-format
3088 msgid "could not read '%s'"
3089 msgstr "Konnte '%s' nicht lesen"
3090
3060 -#: sequencer.c:356
3091 +#: sequencer.c:358
3092 #, c-format
3093 msgid "your local changes would be overwritten by %s."
3094 msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."
3095
3065 -#: sequencer.c:360
3096 +#: sequencer.c:362
3097 msgid "commit your changes or stash them to proceed."
3098 msgstr ""
3099 "Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
3100
3070 -#: sequencer.c:389
3101 +#: sequencer.c:391
3102 #, c-format
3103 msgid "%s: fast-forward"
3104 msgstr "%s: Vorspulen"
@@ -3075,20 +3106,20 @@ msgstr "%s: Vorspulen"
3106 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
3107 #. "rebase -i".
3108 #.
3078 -#: sequencer.c:472
3109 +#: sequencer.c:474
3110 #, c-format
3111 msgid "%s: Unable to write new index file"
3112 msgstr "%s: Konnte neue Index-Datei nicht schreiben"
3113
3083 -#: sequencer.c:491
3114 +#: sequencer.c:493
3115 msgid "could not resolve HEAD commit\n"
3116 msgstr "Konnte HEAD-Commit nicht auflösen\n"
3117
3087 -#: sequencer.c:511
3118 +#: sequencer.c:513
3119 msgid "unable to update cache tree\n"
3120 msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"
3121
3091 -#: sequencer.c:595
3122 +#: sequencer.c:597
3123 #, c-format
3124 msgid ""
3125 "you have staged changes in your working tree\n"
@@ -3119,17 +3150,17 @@ msgstr ""
3150 "\n"
3151 " git rebase --continue\n"
3152
3122 -#: sequencer.c:697
3153 +#: sequencer.c:699
3154 #, c-format
3155 msgid "could not parse commit %s\n"
3156 msgstr "Konnte Commit %s nicht parsen\n"
3157
3127 -#: sequencer.c:702
3158 +#: sequencer.c:704
3159 #, c-format
3160 msgid "could not parse parent commit %s\n"
3161 msgstr "Konnte Eltern-Commit %s nicht parsen\n"
3162
3132 -#: sequencer.c:824
3163 +#: sequencer.c:826
3164 #, c-format
3165 msgid ""
3166 "unexpected 1st line of squash message:\n"
@@ -3140,7 +3171,7 @@ msgstr ""
3171 "\n"
3172 "\t%.*s"
3173
3143 -#: sequencer.c:830
3174 +#: sequencer.c:832
3175 #, c-format
3176 msgid ""
3177 "invalid 1st line of squash message:\n"
@@ -3151,230 +3182,232 @@ msgstr ""
3182 "\n"
3183 "\t%.*s"
3184
3154 -#: sequencer.c:836 sequencer.c:861
3185 +#: sequencer.c:838 sequencer.c:863
3186 #, c-format
3187 msgid "This is a combination of %d commits."
3188 msgstr "Das ist eine Kombination aus %d Commits."
3189
3159 -#: sequencer.c:845
3190 +#: sequencer.c:847 sequencer.c:2681
3191 msgid "need a HEAD to fixup"
3192 msgstr "benötige HEAD für fixup"
3193
3163 -#: sequencer.c:847
3194 +#: sequencer.c:849
3195 msgid "could not read HEAD"
3196 msgstr "Konnte HEAD nicht lesen"
3197
3167 -#: sequencer.c:849
3198 +#: sequencer.c:851
3199 msgid "could not read HEAD's commit message"
3200 msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"
3201
3171 -#: sequencer.c:855
3202 +#: sequencer.c:857
3203 #, c-format
3204 msgid "cannot write '%s'"
3205 msgstr "kann '%s' nicht schreiben"
3206
3176 -#: sequencer.c:864 git-rebase--interactive.sh:445
3207 +#: sequencer.c:866 git-rebase--interactive.sh:446
3208 msgid "This is the 1st commit message:"
3209 msgstr "Das ist die erste Commit-Beschreibung:"
3210
3180 -#: sequencer.c:872
3211 +#: sequencer.c:874
3212 #, c-format
3213 msgid "could not read commit message of %s"
3214 msgstr "Konnte Commit-Beschreibung von %s nicht lesen."
3215
3185 -#: sequencer.c:879
3216 +#: sequencer.c:881
3217 #, c-format
3218 msgid "This is the commit message #%d:"
3219 msgstr "Das ist Commit-Beschreibung #%d:"
3220
3190 -#: sequencer.c:884
3221 +#: sequencer.c:886
3222 #, c-format
3223 msgid "The commit message #%d will be skipped:"
3224 msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"
3225
3195 -#: sequencer.c:889
3226 +#: sequencer.c:891
3227 #, c-format
3228 msgid "unknown command: %d"
3229 msgstr "Unbekannter Befehl: %d"
3230
3200 -#: sequencer.c:955
3231 +#: sequencer.c:957
3232 msgid "your index file is unmerged."
3233 msgstr "Ihre Index-Datei ist nicht zusammengeführt."
3234
3204 -#: sequencer.c:973
3235 +#: sequencer.c:975
3236 #, c-format
3237 msgid "commit %s is a merge but no -m option was given."
3238 msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
3239
3209 -#: sequencer.c:981
3240 +#: sequencer.c:983
3241 #, c-format
3242 msgid "commit %s does not have parent %d"
3243 msgstr "Commit %s hat keinen Eltern-Commit %d"
3244
3214 -#: sequencer.c:985
3245 +#: sequencer.c:987
3246 #, c-format
3247 msgid "mainline was specified but commit %s is not a merge."
3248 msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
3249
3219 -#: sequencer.c:991
3250 +#: sequencer.c:993
3251 #, c-format
3252 msgid "cannot get commit message for %s"
3253 msgstr "Kann keine Commit-Beschreibung für %s bekommen."
3254
3255 #. TRANSLATORS: The first %s will be a "todo" command like
3256 #. "revert" or "pick", the second %s a SHA1.
3226 -#: sequencer.c:1012
3257 +#: sequencer.c:1014
3258 #, c-format
3259 msgid "%s: cannot parse parent commit %s"
3260 msgstr "%s: kann Eltern-Commit %s nicht parsen"
3261
3231 -#: sequencer.c:1075 sequencer.c:1830
3262 +#: sequencer.c:1077 sequencer.c:1853
3263 #, c-format
3264 msgid "could not rename '%s' to '%s'"
3265 msgstr "Konnte '%s' nicht zu '%s' umbenennen."
3266
3236 -#: sequencer.c:1126
3267 +#: sequencer.c:1128
3268 #, c-format
3269 msgid "could not revert %s... %s"
3270 msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
3271
3241 -#: sequencer.c:1127
3272 +#: sequencer.c:1129
3273 #, c-format
3274 msgid "could not apply %s... %s"
3275 msgstr "Konnte %s... (%s) nicht anwenden"
3276
3246 -#: sequencer.c:1169
3277 +#: sequencer.c:1171
3278 msgid "empty commit set passed"
3279 msgstr "leere Menge von Commits übergeben"
3280
3250 -#: sequencer.c:1179
3281 +#: sequencer.c:1181
3282 #, c-format
3283 msgid "git %s: failed to read the index"
3284 msgstr "git %s: Fehler beim Lesen des Index"
3285
3255 -#: sequencer.c:1186
3286 +#: sequencer.c:1188
3287 #, c-format
3288 msgid "git %s: failed to refresh the index"
3289 msgstr "git %s: Fehler beim Aktualisieren des Index"
3290
3260 -#: sequencer.c:1306
3291 +#: sequencer.c:1308
3292 #, c-format
3293 msgid "invalid line %d: %.*s"
3294 msgstr "Ungültige Zeile %d: %.*s"
3295
3265 -#: sequencer.c:1314
3296 +#: sequencer.c:1316
3297 #, c-format
3298 msgid "cannot '%s' without a previous commit"
3299 msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"
3300
3270 -#: sequencer.c:1347
3301 +#: sequencer.c:1349 sequencer.c:2503 sequencer.c:2588 sequencer.c:2614
3302 +#: sequencer.c:2691 sequencer.c:2810 sequencer.c:2951
3303 #, c-format
3304 msgid "could not read '%s'."
3305 msgstr "Konnte '%s' nicht lesen."
3306
3275 -#: sequencer.c:1359
3307 +#: sequencer.c:1361
3308 msgid "please fix this using 'git rebase --edit-todo'."
3309 msgstr ""
3310 "Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."
3311
3280 -#: sequencer.c:1361
3312 +#: sequencer.c:1363
3313 #, c-format
3314 msgid "unusable instruction sheet: '%s'"
3315 msgstr "Unbenutzbares Instruktionsblatt: '%s'"
3316
3285 -#: sequencer.c:1366
3317 +#: sequencer.c:1368
3318 msgid "no commits parsed."
3319 msgstr "Keine Commits geparst."
3320
3289 -#: sequencer.c:1377
3321 +#: sequencer.c:1379
3322 msgid "cannot cherry-pick during a revert."
3323 msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
3324
3293 -#: sequencer.c:1379
3325 +#: sequencer.c:1381
3326 msgid "cannot revert during a cherry-pick."
3327 msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
3328
3297 -#: sequencer.c:1442
3329 +#: sequencer.c:1448
3330 #, c-format
3331 msgid "invalid key: %s"
3332 msgstr "Ungültiger Schlüssel: %s"
3333
3302 -#: sequencer.c:1445
3334 +#: sequencer.c:1451
3335 #, c-format
3336 msgid "invalid value for %s: %s"
3337 msgstr "Ungültiger Wert für %s: %s"
3338
3307 -#: sequencer.c:1502
3339 +#: sequencer.c:1517
3340 #, c-format
3341 msgid "malformed options sheet: '%s'"
3342 msgstr "Fehlerhaftes Optionsblatt: '%s'"
3343
3312 -#: sequencer.c:1540
3344 +#: sequencer.c:1555
3345 msgid "a cherry-pick or revert is already in progress"
3346 msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
3347
3316 -#: sequencer.c:1541
3348 +#: sequencer.c:1556
3349 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3350 msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
3351
3320 -#: sequencer.c:1544
3352 +#: sequencer.c:1559
3353 #, c-format
3354 msgid "could not create sequencer directory '%s'"
3355 msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."
3356
3325 -#: sequencer.c:1558
3357 +#: sequencer.c:1574
3358 msgid "could not lock HEAD"
3359 msgstr "Konnte HEAD nicht sperren"
3360
3329 -#: sequencer.c:1614 sequencer.c:2188
3361 +#: sequencer.c:1632 sequencer.c:2211
3362 msgid "no cherry-pick or revert in progress"
3363 msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
3364
3333 -#: sequencer.c:1616
3365 +#: sequencer.c:1634
3366 msgid "cannot resolve HEAD"
3367 msgstr "kann HEAD nicht auflösen"
3368
3337 -#: sequencer.c:1618 sequencer.c:1652
3369 +#: sequencer.c:1636 sequencer.c:1671
3370 msgid "cannot abort from a branch yet to be born"
3371 msgstr "kann nicht abbrechen: bin auf einem Branch, der noch nicht geboren ist"
3372
3341 -#: sequencer.c:1638 builtin/grep.c:929
3373 +#: sequencer.c:1657 builtin/grep.c:711
3374 #, c-format
3375 msgid "cannot open '%s'"
3376 msgstr "kann '%s' nicht öffnen"
3377
3346 -#: sequencer.c:1640
3378 +#: sequencer.c:1659
3379 #, c-format
3380 msgid "cannot read '%s': %s"
3381 msgstr "Kann '%s' nicht lesen: %s"
3382
3351 -#: sequencer.c:1641
3383 +#: sequencer.c:1660
3384 msgid "unexpected end of file"
3385 msgstr "Unerwartetes Dateiende"
3386
3355 -#: sequencer.c:1647
3387 +#: sequencer.c:1666
3388 #, c-format
3389 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3390 msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
3391
3360 -#: sequencer.c:1658
3392 +#: sequencer.c:1677
3393 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3362 -msgstr "Sie scheinen HEAD verändert zu haben. Keine Rückspulung, prüfen Sie HEAD."
3394 +msgstr ""
3395 +"Sie scheinen HEAD verändert zu haben. Keine Rückspulung, prüfen Sie HEAD."
3396
3364 -#: sequencer.c:1795 sequencer.c:2086
3397 +#: sequencer.c:1818 sequencer.c:2109
3398 msgid "cannot read HEAD"
3399 msgstr "Kann HEAD nicht lesen"
3400
3368 -#: sequencer.c:1835 builtin/difftool.c:633
3401 +#: sequencer.c:1858 builtin/difftool.c:640
3402 #, c-format
3403 msgid "could not copy '%s' to '%s'"
3404 msgstr "Konnte '%s' nicht nach '%s' kopieren."
3405
3373 -#: sequencer.c:1851
3406 +#: sequencer.c:1874
3407 msgid "could not read index"
3408 msgstr "Konnte den Index nicht lesen."
3409
3377 -#: sequencer.c:1856
3410 +#: sequencer.c:1879
3411 #, c-format
3412 msgid ""
3413 "execution failed: %s\n"
@@ -3390,11 +3423,11 @@ msgstr ""
3423 "\n"
3424 "ausführen.\n"
3425
3393 -#: sequencer.c:1862
3426 +#: sequencer.c:1885
3427 msgid "and made changes to the index and/or the working tree\n"
3428 msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"
3429
3397 -#: sequencer.c:1868
3430 +#: sequencer.c:1891
3431 #, c-format
3432 msgid ""
3433 "execution succeeded: %s\n"
@@ -3412,17 +3445,17 @@ msgstr ""
3445 " git rebase --continue\n"
3446 "\n"
3447
3415 -#: sequencer.c:1925
3448 +#: sequencer.c:1948
3449 #, c-format
3450 msgid "Applied autostash.\n"
3451 msgstr "Automatischen Stash angewendet.\n"
3452
3420 -#: sequencer.c:1937
3453 +#: sequencer.c:1960
3454 #, c-format
3455 msgid "cannot store %s"
3456 msgstr "kann %s nicht speichern"
3457
3425 -#: sequencer.c:1940 git-rebase.sh:173
3458 +#: sequencer.c:1963 git-rebase.sh:175
3459 #, c-format
3460 msgid ""
3461 "Applying autostash resulted in conflicts.\n"
@@ -3433,59 +3466,59 @@ msgstr ""
3466 "Ihre Änderungen sind im Stash sicher.\n"
3467 "Sie können jederzeit \"git stash pop\" oder \"git stash drop\" ausführen.\n"
3468
3436 -#: sequencer.c:2022
3469 +#: sequencer.c:2045
3470 #, c-format
3471 msgid "Stopped at %s... %.*s\n"
3472 msgstr "Angehalten bei %s... %.*s\n"
3473
3441 -#: sequencer.c:2064
3474 +#: sequencer.c:2087
3475 #, c-format
3476 msgid "unknown command %d"
3477 msgstr "Unbekannter Befehl %d"
3478
3446 -#: sequencer.c:2094
3479 +#: sequencer.c:2117
3480 msgid "could not read orig-head"
3481 msgstr "Konnte orig-head nicht lesen."
3482
3450 -#: sequencer.c:2099
3483 +#: sequencer.c:2122 sequencer.c:2678
3484 msgid "could not read 'onto'"
3485 msgstr "Konnte 'onto' nicht lesen."
3486
3454 -#: sequencer.c:2106
3487 +#: sequencer.c:2129
3488 #, c-format
3489 msgid "could not update %s"
3490 msgstr "Konnte %s nicht aktualisieren."
3491
3459 -#: sequencer.c:2113
3492 +#: sequencer.c:2136
3493 #, c-format
3494 msgid "could not update HEAD to %s"
3495 msgstr "Konnte HEAD nicht auf %s aktualisieren."
3496
3464 -#: sequencer.c:2197
3497 +#: sequencer.c:2220
3498 msgid "cannot rebase: You have unstaged changes."
3499 msgstr ""
3500 "Rebase nicht möglich: Sie haben Änderungen, die nicht zum Commit\n"
3501 "vorgemerkt sind."
3502
3470 -#: sequencer.c:2202
3503 +#: sequencer.c:2225
3504 msgid "could not remove CHERRY_PICK_HEAD"
3505 msgstr "Konnte CHERRY_PICK_HEAD nicht löschen."
3506
3474 -#: sequencer.c:2211
3507 +#: sequencer.c:2234
3508 msgid "cannot amend non-existing commit"
3509 msgstr "Kann nicht existierenden Commit nicht nachbessern."
3510
3478 -#: sequencer.c:2213
3511 +#: sequencer.c:2236
3512 #, c-format
3513 msgid "invalid file: '%s'"
3514 msgstr "Ungültige Datei: '%s'"
3515
3483 -#: sequencer.c:2215
3516 +#: sequencer.c:2238
3517 #, c-format
3518 msgid "invalid contents: '%s'"
3519 msgstr "Ungültige Inhalte: '%s'"
3520
3488 -#: sequencer.c:2218
3521 +#: sequencer.c:2241
3522 msgid ""
3523 "\n"
3524 "You have uncommitted changes in your working tree. Please, commit them\n"
@@ -3496,24 +3529,110 @@ msgstr ""
3529 "committen Sie diese zuerst und führen Sie dann 'git rebase --continue'\n"
3530 "erneut aus."
3531
3499 -#: sequencer.c:2228
3532 +#: sequencer.c:2251
3533 msgid "could not commit staged changes."
3534 msgstr "Konnte Änderungen aus der Staging-Area nicht committen."
3535
3503 -#: sequencer.c:2308
3536 +#: sequencer.c:2331
3537 #, c-format
3538 msgid "%s: can't cherry-pick a %s"
3539 msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"
3540
3508 -#: sequencer.c:2312
3541 +#: sequencer.c:2335
3542 #, c-format
3543 msgid "%s: bad revision"
3544 msgstr "%s: ungültiger Commit"
3545
3513 -#: sequencer.c:2345
3546 +#: sequencer.c:2368
3547 msgid "can't revert as initial commit"
3548 msgstr "Kann nicht als allerersten Commit einen Revert ausführen."
3549
3550 +#: sequencer.c:2471
3551 +msgid "make_script: unhandled options"
3552 +msgstr "make_script: unbehandelte Optionen"
3553 +
3554 +#: sequencer.c:2474
3555 +msgid "make_script: error preparing revisions"
3556 +msgstr "make_script: Fehler beim Vorbereiten der Commits"
3557 +
3558 +#: sequencer.c:2510
3559 +#, c-format
3560 +msgid "unusable todo list: '%s'"
3561 +msgstr "Unbenutzbare TODO-Liste: '%s'"
3562 +
3563 +#: sequencer.c:2516
3564 +#, c-format
3565 +msgid "unable to open '%s' for writing"
3566 +msgstr "Konnte '%s' nicht zum Schreiben öffnen."
3567 +
3568 +#: sequencer.c:2561
3569 +#, c-format
3570 +msgid ""
3571 +"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3572 +msgstr "Nicht erkannte Einstellung %s für Option rebase.missingCommitsCheck. Ignoriere."
3573 +
3574 +#: sequencer.c:2641
3575 +#, c-format
3576 +msgid ""
3577 +"Warning: some commits may have been dropped accidentally.\n"
3578 +"Dropped commits (newer to older):\n"
3579 +msgstr ""
3580 +"Warnung: Einige Commits könnten aus Versehen entfernt worden sein.\n"
3581 +"Entfernte Commits (neu zu alt):\n"
3582 +
3583 +#: sequencer.c:2648
3584 +#, c-format
3585 +msgid ""
3586 +"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3587 +"\n"
3588 +"Use 'git config rebase.missingCommitsCheck' to change the level of "
3589 +"warnings.\n"
3590 +"The possible behaviours are: ignore, warn, error.\n"
3591 +"\n"
3592 +msgstr ""
3593 +"Um diese Meldung zu vermeiden, benutzen Sie \"drop\", um exlizit Commits zu\n"
3594 +"entfernen.\n"
3595 +"\n"
3596 +"Benutzen Sie 'git config rebase.missingCommitsCheck', um die Stufe der\n"
3597 +"Warnungen zu ändern.\n"
3598 +"Die möglichen Verhaltensweisen sind: ignore, warn, error.\n"
3599 +
3600 +#: sequencer.c:2660
3601 +#, c-format
3602 +msgid ""
3603 +"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3604 +"continue'.\n"
3605 +"Or you can abort the rebase with 'git rebase --abort'.\n"
3606 +msgstr ""
3607 +"Sie können das mit 'git rebase --edit-todo' beheben. Führen Sie danach\n"
3608 +"'git rebase --continue' aus.\n"
3609 +"Oder Sie können den Rebase mit 'git rebase --abort' abbrechen.\n"
3610 +
3611 +#: sequencer.c:2708
3612 +#, c-format
3613 +msgid "could not parse commit '%s'"
3614 +msgstr "Konnte Commit '%s' nicht parsen."
3615 +
3616 +#: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:395
3617 +#: builtin/am.c:775
3618 +#, c-format
3619 +msgid "could not open '%s' for writing"
3620 +msgstr "Konnte '%s' nicht zum Schreiben öffnen."
3621 +
3622 +#: sequencer.c:2756
3623 +#, c-format
3624 +msgid "could not truncate '%s'"
3625 +msgstr "Konnte '%s' nicht abschneiden."
3626 +
3627 +#: sequencer.c:2848
3628 +msgid "the script was already rearranged."
3629 +msgstr "Das Script wurde bereits umgeordnet."
3630 +
3631 +#: sequencer.c:2953
3632 +#, c-format
3633 +msgid "could not finish '%s'"
3634 +msgstr "Konnte '%s' nicht abschließen."
3635 +
3636 #: setup.c:171
3637 #, c-format
3638 msgid ""
@@ -3547,34 +3666,34 @@ msgstr ""
3666 "Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
3667 "'git <Befehl> [<Commit>...] -- [<Datei>...]'"
3668
3550 -#: setup.c:504
3669 +#: setup.c:499
3670 #, c-format
3671 msgid "Expected git repo version <= %d, found %d"
3672 msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"
3673
3555 -#: setup.c:512
3674 +#: setup.c:507
3675 msgid "unknown repository extensions found:"
3676 msgstr "Unbekannte Repository-Erweiterungen gefunden:"
3677
3559 -#: setup.c:810
3678 +#: setup.c:806
3679 #, c-format
3680 msgid "Not a git repository (or any of the parent directories): %s"
3681 msgstr "Kein Git-Repository (oder irgendein Elternverzeichnis): %s"
3682
3564 -#: setup.c:812 builtin/index-pack.c:1652
3683 +#: setup.c:808 builtin/index-pack.c:1653
3684 msgid "Cannot come back to cwd"
3685 msgstr "Kann nicht zurück zum Arbeitsverzeichnis wechseln"
3686
3568 -#: setup.c:1050
3687 +#: setup.c:1046
3688 msgid "Unable to read current working directory"
3689 msgstr "Konnte aktuelles Arbeitsverzeichnis nicht lesen."
3690
3572 -#: setup.c:1062 setup.c:1068
3691 +#: setup.c:1058 setup.c:1064
3692 #, c-format
3693 msgid "Cannot change to '%s'"
3694 msgstr "Kann nicht nach '%s' wechseln."
3695
3577 -#: setup.c:1081
3696 +#: setup.c:1077
3697 #, c-format
3698 msgid ""
3699 "Not a git repository (or any parent up to mount point %s)\n"
@@ -3584,7 +3703,7 @@ msgstr ""
3703 "%s)\n"
3704 "Stoppe bei Dateisystemgrenze (GIT_DISCOVERY_ACROSS_FILESYSTEM nicht gesetzt)."
3705
3587 -#: setup.c:1173
3706 +#: setup.c:1159
3707 #, c-format
3708 msgid ""
3709 "Problem with core.sharedRepository filemode value (0%.3o).\n"
@@ -3593,60 +3712,46 @@ msgstr ""
3712 "Problem mit Wert für Dateimodus (0%.3o) von core.sharedRepository.\n"
3713 "Der Besitzer der Dateien muss immer Lese- und Schreibrechte haben."
3714
3596 -#: sha1_file.c:560
3715 +#: sha1_file.c:528
3716 #, c-format
3717 msgid "path '%s' does not exist"
3718 msgstr "Pfad '%s' existiert nicht"
3719
3601 -#: sha1_file.c:586
3720 +#: sha1_file.c:554
3721 #, c-format
3722 msgid "reference repository '%s' as a linked checkout is not supported yet."
3723 msgstr ""
3724 "Referenziertes Repository '%s' wird noch nicht als verknüpftes\n"
3725 "Arbeitsverzeichnis unterstützt."
3726
3608 -#: sha1_file.c:592
3727 +#: sha1_file.c:560
3728 #, c-format
3729 msgid "reference repository '%s' is not a local repository."
3730 msgstr "Referenziertes Repository '%s' ist kein lokales Repository."
3731
3613 -#: sha1_file.c:598
3732 +#: sha1_file.c:566
3733 #, c-format
3734 msgid "reference repository '%s' is shallow"
3735 msgstr ""
3736 "Referenziertes Repository '%s' hat eine unvollständige Historie (shallow)."
3737
3619 -#: sha1_file.c:606
3738 +#: sha1_file.c:574
3739 #, c-format
3740 msgid "reference repository '%s' is grafted"
3741 msgstr ""
3742 "Referenziertes Repository '%s' ist mit künstlichen Vorgängern (\"grafts\") "
3743 "eingehängt."
3744
3626 -#: sha1_file.c:1245
3627 -msgid "offset before end of packfile (broken .idx?)"
3628 -msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
3629 -
3630 -#: sha1_file.c:2729
3631 -#, c-format
3632 -msgid "offset before start of pack index for %s (corrupt index?)"
3633 -msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
3634 -
3635 -#: sha1_file.c:2733
3636 -#, c-format
3637 -msgid "offset beyond end of pack index for %s (truncated index?)"
3638 -msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
3639 -
3640 -#: sha1_name.c:419
3745 +#: sha1_name.c:420
3746 #, c-format
3747 msgid "short SHA1 %s is ambiguous"
3748 msgstr "Kurzer SHA-1 %s ist mehrdeutig."
3749
3645 -#: sha1_name.c:430
3750 +#: sha1_name.c:431
3751 msgid "The candidates are:"
3752 msgstr "Die Kandidaten sind:"
3753
3649 -#: sha1_name.c:589
3754 +#: sha1_name.c:590
3755 msgid ""
3756 "Git normally never creates a ref that ends with 40 hex characters\n"
3757 "because it will be ignored when you just specify 40-hex. These refs\n"
@@ -3671,66 +3776,71 @@ msgstr ""
3776 "indem Sie \"git config advice.objectNameWarning false\"\n"
3777 "ausführen."
3778
3674 -#: submodule.c:70 submodule.c:104
3779 +#: submodule.c:93 submodule.c:127
3780 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3781 msgstr ""
3782 "Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"
3783 "Sie zuerst die Konflikte auf"
3784
3680 -#: submodule.c:74 submodule.c:108
3785 +#: submodule.c:97 submodule.c:131
3786 #, c-format
3787 msgid "Could not find section in .gitmodules where path=%s"
3788 msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"
3789
3685 -#: submodule.c:82
3790 +#: submodule.c:105
3791 #, c-format
3792 msgid "Could not update .gitmodules entry %s"
3793 msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"
3794
3690 -#: submodule.c:115
3795 +#: submodule.c:138
3796 #, c-format
3797 msgid "Could not remove .gitmodules entry for %s"
3798 msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"
3799
3695 -#: submodule.c:126
3800 +#: submodule.c:149
3801 msgid "staging updated .gitmodules failed"
3802 msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"
3803
3699 -#: submodule.c:165
3700 -msgid "negative values not allowed for submodule.fetchJobs"
3701 -msgstr "Negative Werte für submodule.fetchJobs nicht erlaubt"
3702 -
3703 -#: submodule.c:376
3804 +#: submodule.c:309
3805 #, c-format
3806 msgid "in unpopulated submodule '%s'"
3807 msgstr "In nicht ausgechecktem Submodul '%s'."
3808
3708 -#: submodule.c:407
3809 +#: submodule.c:340
3810 #, c-format
3811 msgid "Pathspec '%s' is in submodule '%.*s'"
3812 msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
3813
3713 -#: submodule.c:1337
3814 +#: submodule.c:799
3815 +#, c-format
3816 +msgid "submodule entry '%s' (%s) is a %s, not a commit"
3817 +msgstr "Submodul-Eintrag '%s' (%s) ist ein %s, kein Commit."
3818 +
3819 +#: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:1149
3820 +msgid "Failed to resolve HEAD as a valid ref."
3821 +msgstr "Konnte HEAD nicht als gültige Referenz auflösen."
3822 +
3823 +#: submodule.c:1304
3824 #, c-format
3825 msgid "'%s' not recognized as a git repository"
3826 msgstr "'%s' nicht als Git-Repository erkannt"
3827
3718 -#: submodule.c:1475
3828 +#: submodule.c:1442
3829 #, c-format
3830 msgid "could not start 'git status' in submodule '%s'"
3831 msgstr "Konnte 'git status' in Submodul '%s' nicht starten."
3832
3723 -#: submodule.c:1488
3833 +#: submodule.c:1455
3834 #, c-format
3835 msgid "could not run 'git status' in submodule '%s'"
3836 msgstr "Konnte 'git status' in Submodul '%s' nicht ausführen."
3837
3728 -#: submodule.c:1581
3838 +#: submodule.c:1548
3839 #, c-format
3840 msgid "submodule '%s' has dirty index"
3841 msgstr "Submodul '%s' hat einen geänderten Index."
3842
3733 -#: submodule.c:1845
3843 +#: submodule.c:1809
3844 #, c-format
3845 msgid ""
3846 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
@@ -3738,18 +3848,18 @@ msgstr ""
3848 "relocate_gitdir für Submodul '%s' mit mehr als einem Arbeitsverzeichnis\n"
3849 "wird nicht unterstützt"
3850
3741 -#: submodule.c:1857 submodule.c:1913
3851 +#: submodule.c:1821 submodule.c:1877
3852 #, c-format
3853 msgid "could not lookup name for submodule '%s'"
3854 msgstr "konnte Name für Submodul '%s' nicht nachschlagen"
3855
3746 -#: submodule.c:1861 builtin/submodule--helper.c:678
3747 -#: builtin/submodule--helper.c:688
3856 +#: submodule.c:1825 builtin/submodule--helper.c:671
3857 +#: builtin/submodule--helper.c:681
3858 #, c-format
3859 msgid "could not create directory '%s'"
3860 msgstr "Konnte Verzeichnis '%s' nicht erstellen."
3861
3752 -#: submodule.c:1864
3862 +#: submodule.c:1828
3863 #, c-format
3864 msgid ""
3865 "Migrating git directory of '%s%s' from\n"
@@ -3760,94 +3870,98 @@ msgstr ""
3870 "'%s' nach\n"
3871 "'%s'\n"
3872
3763 -#: submodule.c:1948
3873 +#: submodule.c:1912
3874 #, c-format
3875 msgid "could not recurse into submodule '%s'"
3876 msgstr "Fehler bei Rekursion in Submodul-Pfad '%s'"
3877
3768 -#: submodule.c:1992
3878 +#: submodule.c:1956
3879 msgid "could not start ls-files in .."
3880 msgstr "Konnte 'ls-files' nicht in .. starten"
3881
3772 -#: submodule.c:2012
3882 +#: submodule.c:1976
3883 msgid "BUG: returned path string doesn't match cwd?"
3884 msgstr "FEHLER: zurückgegebene Zeichenkette für Pfad entspricht nicht cwd?"
3885
3776 -#: submodule.c:2031
3886 +#: submodule.c:1995
3887 #, c-format
3888 msgid "ls-tree returned unexpected return code %d"
3889 msgstr "ls-tree mit unerwartetem Rückgabewert %d beendet"
3890
3781 -#: submodule-config.c:420
3891 +#: submodule-config.c:263
3892 +msgid "negative values not allowed for submodule.fetchjobs"
3893 +msgstr "Negative Werte für submodule.fetchjobs nicht erlaubt."
3894 +
3895 +#: submodule-config.c:436
3896 #, c-format
3897 msgid "invalid value for %s"
3898 msgstr "Ungültiger Wert für %s"
3899
3786 -#: trailer.c:241
3900 +#: trailer.c:238
3901 #, c-format
3902 msgid "running trailer command '%s' failed"
3903 msgstr "Ausführen des Anhang-Befehls '%s' fehlgeschlagen"
3904
3791 -#: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:540
3792 -#: trailer.c:544
3905 +#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3906 +#: trailer.c:557
3907 #, c-format
3908 msgid "unknown value '%s' for key '%s'"
3909 msgstr "unbekannter Wert '%s' für Schlüssel %s"
3910
3797 -#: trailer.c:526 trailer.c:531 builtin/remote.c:290
3911 +#: trailer.c:539 trailer.c:544 builtin/remote.c:290
3912 #, c-format
3913 msgid "more than one %s"
3914 msgstr "mehr als ein %s"
3915
3802 -#: trailer.c:703
3916 +#: trailer.c:730
3917 #, c-format
3918 msgid "empty trailer token in trailer '%.*s'"
3919 msgstr "leerer Anhang-Token in Anhang '%.*s'"
3920
3807 -#: trailer.c:723
3921 +#: trailer.c:750
3922 #, c-format
3923 msgid "could not read input file '%s'"
3924 msgstr "Konnte Eingabe-Datei '%s' nicht lesen"
3925
3812 -#: trailer.c:726
3926 +#: trailer.c:753
3927 msgid "could not read from stdin"
3928 msgstr "konnte nicht von der Standard-Eingabe lesen"
3929
3816 -#: trailer.c:950 builtin/am.c:45
3930 +#: trailer.c:1008 builtin/am.c:46
3931 #, c-format
3932 msgid "could not stat %s"
3933 msgstr "Konnte '%s' nicht lesen"
3934
3821 -#: trailer.c:952
3935 +#: trailer.c:1010
3936 #, c-format
3937 msgid "file %s is not a regular file"
3938 msgstr "Datei '%s' ist keine reguläre Datei"
3939
3826 -#: trailer.c:954
3940 +#: trailer.c:1012
3941 #, c-format
3942 msgid "file %s is not writable by user"
3943 msgstr "Datei %s ist vom Benutzer nicht beschreibbar."
3944
3831 -#: trailer.c:966
3945 +#: trailer.c:1024
3946 msgid "could not open temporary file"
3947 msgstr "konnte temporäre Datei '%s' nicht öffnen"
3948
3835 -#: trailer.c:1002
3949 +#: trailer.c:1064
3950 #, c-format
3951 msgid "could not rename temporary file to %s"
3952 msgstr "konnte temporäre Datei nicht zu %s umbenennen"
3953
3840 -#: transport.c:63
3954 +#: transport.c:62
3955 #, c-format
3956 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3957 msgstr "Würde Upstream-Branch von '%s' zu '%s' von '%s' setzen\n"
3958
3845 -#: transport.c:152
3959 +#: transport.c:151
3960 #, c-format
3961 msgid "transport: invalid depth option '%s'"
3962 msgstr "transport: ungültige --depth Option '%s'"
3963
3850 -#: transport.c:890
3964 +#: transport.c:888
3965 #, c-format
3966 msgid ""
3967 "The following submodule paths contain changes that can\n"
@@ -3856,7 +3970,7 @@ msgstr ""
3970 "Die folgenden Submodul-Pfade enthalten Änderungen, die in keinem\n"
3971 "Remote-Repository gefunden wurden:\n"
3972
3859 -#: transport.c:894
3973 +#: transport.c:892
3974 #, c-format
3975 msgid ""
3976 "\n"
@@ -3883,7 +3997,7 @@ msgstr ""
3997 "zum Versenden zu einem Remote-Repository.\n"
3998 "\n"
3999
3886 -#: transport.c:902
4000 +#: transport.c:900
4001 msgid "Aborting."
4002 msgstr "Abbruch."
4003
@@ -3904,11 +4018,11 @@ msgstr "fehlerhafter Modus in Tree-Eintrag"
4018 msgid "empty filename in tree entry"
4019 msgstr "leerer Dateiname in Tree-Eintrag"
4020
3907 -#: tree-walk.c:113
4021 +#: tree-walk.c:114
4022 msgid "too-short tree file"
4023 msgstr "zu kurze Tree-Datei"
4024
3911 -#: unpack-trees.c:105
4025 +#: unpack-trees.c:106
4026 #, c-format
4027 msgid ""
4028 "Your local changes to the following files would be overwritten by checkout:\n"
@@ -3919,7 +4033,7 @@ msgstr ""
4033 "%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches\n"
4034 "wechseln."
4035
3922 -#: unpack-trees.c:107
4036 +#: unpack-trees.c:108
4037 #, c-format
4038 msgid ""
4039 "Your local changes to the following files would be overwritten by checkout:\n"
@@ -3929,7 +4043,7 @@ msgstr ""
4043 "überschrieben werden:\n"
4044 "%%s"
4045
3932 -#: unpack-trees.c:110
4046 +#: unpack-trees.c:111
4047 #, c-format
4048 msgid ""
4049 "Your local changes to the following files would be overwritten by merge:\n"
@@ -3939,7 +4053,7 @@ msgstr ""
4053 "überschrieben werden:\n"
4054 "%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie mergen."
4055
3942 -#: unpack-trees.c:112
4056 +#: unpack-trees.c:113
4057 #, c-format
4058 msgid ""
4059 "Your local changes to the following files would be overwritten by merge:\n"
@@ -3949,7 +4063,7 @@ msgstr ""
4063 "überschrieben werden:\n"
4064 "%%s"
4065
3952 -#: unpack-trees.c:115
4066 +#: unpack-trees.c:116
4067 #, c-format
4068 msgid ""
4069 "Your local changes to the following files would be overwritten by %s:\n"
@@ -3959,7 +4073,7 @@ msgstr ""
4073 "überschrieben werden:\n"
4074 "%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie %s ausführen."
4075
3962 -#: unpack-trees.c:117
4076 +#: unpack-trees.c:118
4077 #, c-format
4078 msgid ""
4079 "Your local changes to the following files would be overwritten by %s:\n"
@@ -3968,7 +4082,7 @@ msgstr ""
4082 "Ihre lokalen Änderungen würden durch %s überschrieben werden.\n"
4083 "%%s"
4084
3971 -#: unpack-trees.c:122
4085 +#: unpack-trees.c:123
4086 #, c-format
4087 msgid ""
4088 "Updating the following directories would lose untracked files in them:\n"
@@ -3978,7 +4092,7 @@ msgstr ""
4092 "Dateien in diesen Verzeichnissen verloren gehen:\n"
4093 "%s"
4094
3981 -#: unpack-trees.c:126
4095 +#: unpack-trees.c:127
4096 #, c-format
4097 msgid ""
4098 "The following untracked working tree files would be removed by checkout:\n"
@@ -3988,7 +4102,7 @@ msgstr ""
4102 "den Checkout entfernt werden:\n"
4103 "%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
4104
3991 -#: unpack-trees.c:128
4105 +#: unpack-trees.c:129
4106 #, c-format
4107 msgid ""
4108 "The following untracked working tree files would be removed by checkout:\n"
@@ -3999,7 +4113,7 @@ msgstr ""
4113 "Checkout entfernt werden:\n"
4114 "%%s"
4115
4002 -#: unpack-trees.c:131
4116 +#: unpack-trees.c:132
4117 #, c-format
4118 msgid ""
4119 "The following untracked working tree files would be removed by merge:\n"
@@ -4009,7 +4123,7 @@ msgstr ""
4123 "den Merge entfernt werden:\n"
4124 "%%sBitte verschieben oder entfernen Sie diese, bevor sie mergen."
4125
4012 -#: unpack-trees.c:133
4126 +#: unpack-trees.c:134
4127 #, c-format
4128 msgid ""
4129 "The following untracked working tree files would be removed by merge:\n"
@@ -4020,7 +4134,7 @@ msgstr ""
4134 "Merge entfernt werden:\n"
4135 "%%s"
4136
4023 -#: unpack-trees.c:136
4137 +#: unpack-trees.c:137
4138 #, c-format
4139 msgid ""
4140 "The following untracked working tree files would be removed by %s:\n"
@@ -4030,7 +4144,7 @@ msgstr ""
4144 "den %s entfernt werden:\n"
4145 "%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
4146
4033 -#: unpack-trees.c:138
4147 +#: unpack-trees.c:139
4148 #, c-format
4149 msgid ""
4150 "The following untracked working tree files would be removed by %s:\n"
@@ -4040,7 +4154,7 @@ msgstr ""
4154 "den %s entfernt werden:\n"
4155 "%%s"
4156
4043 -#: unpack-trees.c:143
4157 +#: unpack-trees.c:144
4158 #, c-format
4159 msgid ""
4160 "The following untracked working tree files would be overwritten by "
@@ -4051,7 +4165,7 @@ msgstr ""
4165 "den Checkout überschrieben werden:\n"
4166 "%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
4167
4054 -#: unpack-trees.c:145
4168 +#: unpack-trees.c:146
4169 #, c-format
4170 msgid ""
4171 "The following untracked working tree files would be overwritten by "
@@ -4063,7 +4177,7 @@ msgstr ""
4177 "Checkout überschrieben werden:\n"
4178 "%%s"
4179
4066 -#: unpack-trees.c:148
4180 +#: unpack-trees.c:149
4181 #, c-format
4182 msgid ""
4183 "The following untracked working tree files would be overwritten by merge:\n"
@@ -4073,7 +4187,7 @@ msgstr ""
4187 "den Merge überschrieben werden:\n"
4188 "%%sBitte verschieben oder entfernen Sie diese, bevor Sie mergen."
4189
4076 -#: unpack-trees.c:150
4190 +#: unpack-trees.c:151
4191 #, c-format
4192 msgid ""
4193 "The following untracked working tree files would be overwritten by merge:\n"
@@ -4083,7 +4197,7 @@ msgstr ""
4197 "den Merge überschrieben werden:\n"
4198 "%%s"
4199
4086 -#: unpack-trees.c:153
4200 +#: unpack-trees.c:154
4201 #, c-format
4202 msgid ""
4203 "The following untracked working tree files would be overwritten by %s:\n"
@@ -4093,7 +4207,7 @@ msgstr ""
4207 "den %s überschrieben werden:\n"
4208 "%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
4209
4096 -#: unpack-trees.c:155
4210 +#: unpack-trees.c:156
4211 #, c-format
4212 msgid ""
4213 "The following untracked working tree files would be overwritten by %s:\n"
@@ -4104,23 +4218,22 @@ msgstr ""
4218 "%s überschrieben werden:\n"
4219 "%%s"
4220
4107 -#: unpack-trees.c:162
4221 +#: unpack-trees.c:163
4222 #, c-format
4223 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4224 msgstr "Eintrag '%s' überschneidet sich mit '%s'. Kann nicht verbinden."
4225
4112 -#: unpack-trees.c:165
4226 +#: unpack-trees.c:166
4227 #, c-format
4228 msgid ""
4115 -"Cannot update sparse checkout: the following entries are not up-to-date:\n"
4229 +"Cannot update sparse checkout: the following entries are not up to date:\n"
4230 "%s"
4231 msgstr ""
4118 -"Kann partiellen Checkout nicht aktualisieren: die folgenden Einträge sind "
4119 -"nicht\n"
4120 -"aktuell:\n"
4232 +"Kann partiellen Checkout nicht aktualisieren: die folgenden Einträge\n"
4233 +"sind nicht aktuell:\n"
4234 "%s"
4235
4123 -#: unpack-trees.c:167
4236 +#: unpack-trees.c:168
4237 #, c-format
4238 msgid ""
4239 "The following working tree files would be overwritten by sparse checkout "
@@ -4131,7 +4244,7 @@ msgstr ""
4244 "über einen partiellen Checkout überschrieben werden:\n"
4245 "%s"
4246
4134 -#: unpack-trees.c:169
4247 +#: unpack-trees.c:170
4248 #, c-format
4249 msgid ""
4250 "The following working tree files would be removed by sparse checkout "
@@ -4142,7 +4255,7 @@ msgstr ""
4255 "über einen partiellen Checkout entfernt werden:\n"
4256 "%s"
4257
4145 -#: unpack-trees.c:171
4258 +#: unpack-trees.c:172
4259 #, c-format
4260 msgid ""
4261 "Cannot update submodule:\n"
@@ -4151,19 +4264,12 @@ msgstr ""
4264 "Kann Submodul nicht aktualisieren:\n"
4265 "%s"
4266
4154 -#: unpack-trees.c:248
4267 +#: unpack-trees.c:249
4268 #, c-format
4269 msgid "Aborting\n"
4270 msgstr "Abbruch\n"
4271
4159 -#: unpack-trees.c:277
4160 -#, c-format
4161 -msgid "submodule update strategy not supported for submodule '%s'"
4162 -msgstr ""
4163 -"Strategie zur Aktualisierung von Submodulen für Submodul '%s' nicht "
4164 -"unterstützt."
4165 -
4166 -#: unpack-trees.c:346
4272 +#: unpack-trees.c:331
4273 msgid "Checking out files"
4274 msgstr "Checke Dateien aus"
4275
@@ -4206,13 +4312,8 @@ msgstr "Fehler beim Lesen von '%s'"
4312 msgid "could not open '%s' for reading and writing"
4313 msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."
4314
4209 -#: wrapper.c:225 wrapper.c:395 builtin/am.c:766
4210 -#, c-format
4211 -msgid "could not open '%s' for writing"
4212 -msgstr "Konnte '%s' nicht zum Schreiben öffnen."
4213 -
4214 -#: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:757
4215 -#: builtin/am.c:849 builtin/merge.c:1014
4315 +#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:766
4316 +#: builtin/am.c:858 builtin/merge.c:1041
4317 #, c-format
4318 msgid "could not open '%s' for reading"
4319 msgstr "Konnte '%s' nicht zum Lesen öffnen."
@@ -4236,212 +4337,212 @@ msgstr "Konnte nicht nach '%s' schreiben."
4337 msgid "could not close %s"
4338 msgstr "Konnte '%s' nicht schließen."
4339
4239 -#: wt-status.c:152
4340 +#: wt-status.c:150
4341 msgid "Unmerged paths:"
4342 msgstr "Nicht zusammengeführte Pfade:"
4343
4243 -#: wt-status.c:179 wt-status.c:206
4344 +#: wt-status.c:177 wt-status.c:204
4345 #, c-format
4346 msgid " (use \"git reset %s <file>...\" to unstage)"
4347 msgstr ""
4348 " (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"
4349 "Area)"
4350
4250 -#: wt-status.c:181 wt-status.c:208
4351 +#: wt-status.c:179 wt-status.c:206
4352 msgid " (use \"git rm --cached <file>...\" to unstage)"
4353 msgstr ""
4354 " (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"
4355 "Area)"
4356
4256 -#: wt-status.c:185
4357 +#: wt-status.c:183
4358 msgid " (use \"git add <file>...\" to mark resolution)"
4359 msgstr ""
4360 " (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
4361
4261 -#: wt-status.c:187 wt-status.c:191
4362 +#: wt-status.c:185 wt-status.c:189
4363 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4364 msgstr ""
4365 " (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung entsprechend zu "
4366 "markieren)"
4367
4267 -#: wt-status.c:189
4368 +#: wt-status.c:187
4369 msgid " (use \"git rm <file>...\" to mark resolution)"
4370 msgstr ""
4371 " (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
4372
4272 -#: wt-status.c:200 wt-status.c:981
4373 +#: wt-status.c:198 wt-status.c:979
4374 msgid "Changes to be committed:"
4375 msgstr "zum Commit vorgemerkte Änderungen:"
4376
4276 -#: wt-status.c:218 wt-status.c:990
4377 +#: wt-status.c:216 wt-status.c:988
4378 msgid "Changes not staged for commit:"
4379 msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"
4380
4280 -#: wt-status.c:222
4381 +#: wt-status.c:220
4382 msgid " (use \"git add <file>...\" to update what will be committed)"
4383 msgstr ""
4384 " (benutzen Sie \"git add <Datei>...\", um die Änderungen zum Commit "
4385 "vorzumerken)"
4386
4286 -#: wt-status.c:224
4387 +#: wt-status.c:222
4388 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
4389 msgstr ""
4390 " (benutzen Sie \"git add/rm <Datei>...\", um die Änderungen zum Commit "
4391 "vorzumerken)"
4392
4292 -#: wt-status.c:225
4393 +#: wt-status.c:223
4394 msgid ""
4395 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
4396 msgstr ""
4397 " (benutzen Sie \"git checkout -- <Datei>...\", um die Änderungen im "
4398 "Arbeitsverzeichnis zu verwerfen)"
4399
4299 -#: wt-status.c:227
4400 +#: wt-status.c:225
4401 msgid " (commit or discard the untracked or modified content in submodules)"
4402 msgstr ""
4403 " (committen oder verwerfen Sie den unversionierten oder geänderten Inhalt "
4404 "in den Submodulen)"
4405
4305 -#: wt-status.c:239
4406 +#: wt-status.c:237
4407 #, c-format
4408 msgid " (use \"git %s <file>...\" to include in what will be committed)"
4409 msgstr ""
4410 " (benutzen Sie \"git %s <Datei>...\", um die Änderungen zum Commit "
4411 "vorzumerken)"
4412
4312 -#: wt-status.c:254
4413 +#: wt-status.c:252
4414 msgid "both deleted:"
4415 msgstr "beide gelöscht:"
4416
4316 -#: wt-status.c:256
4417 +#: wt-status.c:254
4418 msgid "added by us:"
4419 msgstr "von uns hinzugefügt:"
4420
4320 -#: wt-status.c:258
4421 +#: wt-status.c:256
4422 msgid "deleted by them:"
4423 msgstr "von denen gelöscht:"
4424
4324 -#: wt-status.c:260
4425 +#: wt-status.c:258
4426 msgid "added by them:"
4427 msgstr "von denen hinzugefügt:"
4428
4328 -#: wt-status.c:262
4429 +#: wt-status.c:260
4430 msgid "deleted by us:"
4431 msgstr "von uns gelöscht:"
4432
4332 -#: wt-status.c:264
4433 +#: wt-status.c:262
4434 msgid "both added:"
4435 msgstr "von beiden hinzugefügt:"
4436
4336 -#: wt-status.c:266
4437 +#: wt-status.c:264
4438 msgid "both modified:"
4439 msgstr "von beiden geändert:"
4440
4340 -#: wt-status.c:276
4441 +#: wt-status.c:274
4442 msgid "new file:"
4443 msgstr "neue Datei:"
4444
4344 -#: wt-status.c:278
4445 +#: wt-status.c:276
4446 msgid "copied:"
4447 msgstr "kopiert:"
4448
4348 -#: wt-status.c:280
4449 +#: wt-status.c:278
4450 msgid "deleted:"
4451 msgstr "gelöscht:"
4452
4352 -#: wt-status.c:282
4453 +#: wt-status.c:280
4454 msgid "modified:"
4455 msgstr "geändert:"
4456
4356 -#: wt-status.c:284
4457 +#: wt-status.c:282
4458 msgid "renamed:"
4459 msgstr "umbenannt:"
4460
4360 -#: wt-status.c:286
4461 +#: wt-status.c:284
4462 msgid "typechange:"
4463 msgstr "Typänderung:"
4464
4364 -#: wt-status.c:288
4465 +#: wt-status.c:286
4466 msgid "unknown:"
4467 msgstr "unbekannt:"
4468
4368 -#: wt-status.c:290
4469 +#: wt-status.c:288
4470 msgid "unmerged:"
4471 msgstr "nicht gemerged:"
4472
4372 -#: wt-status.c:372
4473 +#: wt-status.c:370
4474 msgid "new commits, "
4475 msgstr "neue Commits, "
4476
4376 -#: wt-status.c:374
4477 +#: wt-status.c:372
4478 msgid "modified content, "
4479 msgstr "geänderter Inhalt, "
4480
4380 -#: wt-status.c:376
4481 +#: wt-status.c:374
4482 msgid "untracked content, "
4483 msgstr "unversionierter Inhalt, "
4484
4384 -#: wt-status.c:821
4485 +#: wt-status.c:819
4486 #, c-format
4487 msgid "Your stash currently has %d entry"
4488 msgid_plural "Your stash currently has %d entries"
4489 msgstr[0] "Ihr Stash hat gerade %d Eintrag"
4490 msgstr[1] "Ihr Stash hat gerade %d Einträge"
4491
4391 -#: wt-status.c:853
4492 +#: wt-status.c:851
4493 msgid "Submodules changed but not updated:"
4494 msgstr "Submodule geändert, aber nicht aktualisiert:"
4495
4395 -#: wt-status.c:855
4496 +#: wt-status.c:853
4497 msgid "Submodule changes to be committed:"
4498 msgstr "Änderungen in Submodul zum Committen:"
4499
4399 -#: wt-status.c:937
4500 +#: wt-status.c:935
4501 msgid ""
4401 -"Do not touch the line above.\n"
4402 -"Everything below will be removed."
4502 +"Do not modify or remove the line above.\n"
4503 +"Everything below it will be ignored."
4504 msgstr ""
4404 -"Ändern Sie nicht die obige Zeile.\n"
4405 -"Alles unterhalb von ihr wird entfernt."
4505 +"Ändern oder entfernen Sie nicht die obige Zeile.\n"
4506 +"Alles unterhalb von ihr wird ignoriert."
4507
4407 -#: wt-status.c:1049
4508 +#: wt-status.c:1048
4509 msgid "You have unmerged paths."
4510 msgstr "Sie haben nicht zusammengeführte Pfade."
4511
4411 -#: wt-status.c:1052
4512 +#: wt-status.c:1051
4513 msgid " (fix conflicts and run \"git commit\")"
4514 msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"
4515
4415 -#: wt-status.c:1054
4516 +#: wt-status.c:1053
4517 msgid " (use \"git merge --abort\" to abort the merge)"
4518 msgstr " (benutzen Sie \"git merge --abort\", um den Merge abzubrechen)"
4519
4419 -#: wt-status.c:1059
4520 +#: wt-status.c:1058
4521 msgid "All conflicts fixed but you are still merging."
4522 msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."
4523
4423 -#: wt-status.c:1062
4524 +#: wt-status.c:1061
4525 msgid " (use \"git commit\" to conclude merge)"
4526 msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"
4527
4427 -#: wt-status.c:1072
4528 +#: wt-status.c:1071
4529 msgid "You are in the middle of an am session."
4530 msgstr "Eine \"am\"-Sitzung ist im Gange."
4531
4431 -#: wt-status.c:1075
4532 +#: wt-status.c:1074
4533 msgid "The current patch is empty."
4534 msgstr "Der aktuelle Patch ist leer."
4535
4435 -#: wt-status.c:1079
4536 +#: wt-status.c:1078
4537 msgid " (fix conflicts and then run \"git am --continue\")"
4538 msgstr ""
4539 " (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"
4540
4440 -#: wt-status.c:1081
4541 +#: wt-status.c:1080
4542 msgid " (use \"git am --skip\" to skip this patch)"
4543 msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"
4544
4444 -#: wt-status.c:1083
4545 +#: wt-status.c:1082
4546 msgid " (use \"git am --abort\" to restore the original branch)"
4547 msgstr ""
4548 " (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "
@@ -4757,7 +4858,7 @@ msgid "cannot %s: Your index contains uncommitted changes."
4858 msgstr ""
4859 "%s nicht möglich: Die Staging-Area enthält nicht committete Änderungen."
4860
4760 -#: compat/precompose_utf8.c:58 builtin/clone.c:436
4861 +#: compat/precompose_utf8.c:58 builtin/clone.c:437
4862 #, c-format
4863 msgid "failed to unlink '%s'"
4864 msgstr "Konnte '%s' nicht entfernen."
@@ -4771,7 +4872,7 @@ msgstr "git add [<Optionen>] [--] <Pfadspezifikation>..."
4872 msgid "unexpected diff status %c"
4873 msgstr "unerwarteter Differenz-Status %c"
4874
4774 -#: builtin/add.c:87 builtin/commit.c:292
4875 +#: builtin/add.c:87 builtin/commit.c:291
4876 msgid "updating files failed"
4877 msgstr "Aktualisierung der Dateien fehlgeschlagen"
4878
@@ -4780,114 +4881,114 @@ msgstr "Aktualisierung der Dateien fehlgeschlagen"
4881 msgid "remove '%s'\n"
4882 msgstr "lösche '%s'\n"
4883
4783 -#: builtin/add.c:151
4884 +#: builtin/add.c:153
4885 msgid "Unstaged changes after refreshing the index:"
4886 msgstr ""
4887 "Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:"
4888
4788 -#: builtin/add.c:211 builtin/rev-parse.c:873
4889 +#: builtin/add.c:213 builtin/rev-parse.c:888
4890 msgid "Could not read the index"
4891 msgstr "Konnte den Index nicht lesen"
4892
4792 -#: builtin/add.c:222
4893 +#: builtin/add.c:224
4894 #, c-format
4895 msgid "Could not open '%s' for writing."
4896 msgstr "Konnte '%s' nicht zum Schreiben öffnen."
4897
4797 -#: builtin/add.c:226
4898 +#: builtin/add.c:228
4899 msgid "Could not write patch"
4900 msgstr "Konnte Patch nicht schreiben"
4901
4801 -#: builtin/add.c:229
4902 +#: builtin/add.c:231
4903 msgid "editing patch failed"
4904 msgstr "Bearbeitung des Patches fehlgeschlagen"
4905
4805 -#: builtin/add.c:232
4906 +#: builtin/add.c:234
4907 #, c-format
4908 msgid "Could not stat '%s'"
4909 msgstr "Konnte Verzeichnis '%s' nicht lesen"
4910
4810 -#: builtin/add.c:234
4911 +#: builtin/add.c:236
4912 msgid "Empty patch. Aborted."
4913 msgstr "Leerer Patch. Abgebrochen."
4914
4814 -#: builtin/add.c:239
4915 +#: builtin/add.c:241
4916 #, c-format
4917 msgid "Could not apply '%s'"
4918 msgstr "Konnte '%s' nicht anwenden."
4919
4819 -#: builtin/add.c:249
4920 +#: builtin/add.c:251
4921 msgid "The following paths are ignored by one of your .gitignore files:\n"
4922 msgstr ""
4923 "Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien "
4924 "ignoriert:\n"
4925
4825 -#: builtin/add.c:269 builtin/clean.c:907 builtin/fetch.c:110 builtin/mv.c:124
4926 +#: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:124
4927 #: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4827 -#: builtin/remote.c:1332 builtin/rm.c:242 builtin/send-pack.c:164
4928 +#: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4929 msgid "dry run"
4930 msgstr "Probelauf"
4931
4831 -#: builtin/add.c:272
4932 +#: builtin/add.c:274
4933 msgid "interactive picking"
4934 msgstr "interaktives Auswählen"
4935
4835 -#: builtin/add.c:273 builtin/checkout.c:1162 builtin/reset.c:299
4936 +#: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:310
4937 msgid "select hunks interactively"
4938 msgstr "Blöcke interaktiv auswählen"
4939
4839 -#: builtin/add.c:274
4940 +#: builtin/add.c:276
4941 msgid "edit current diff and apply"
4942 msgstr "aktuelle Unterschiede editieren und anwenden"
4943
4843 -#: builtin/add.c:275
4944 +#: builtin/add.c:277
4945 msgid "allow adding otherwise ignored files"
4946 msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben"
4947
4847 -#: builtin/add.c:276
4948 +#: builtin/add.c:278
4949 msgid "update tracked files"
4950 msgstr "versionierte Dateien aktualisieren"
4951
4851 -#: builtin/add.c:277
4952 +#: builtin/add.c:279
4953 msgid "record only the fact that the path will be added later"
4954 msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll"
4955
4855 -#: builtin/add.c:278
4956 +#: builtin/add.c:280
4957 msgid "add changes from all tracked and untracked files"
4958 msgstr ""
4959 "Änderungen von allen versionierten und unversionierten Dateien hinzufügen"
4960
4860 -#: builtin/add.c:281
4961 +#: builtin/add.c:283
4962 msgid "ignore paths removed in the working tree (same as --no-all)"
4963 msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)"
4964
4864 -#: builtin/add.c:283
4965 +#: builtin/add.c:285
4966 msgid "don't add, only refresh the index"
4967 msgstr "nichts hinzufügen, nur den Index aktualisieren"
4968
4868 -#: builtin/add.c:284
4969 +#: builtin/add.c:286
4970 msgid "just skip files which cannot be added because of errors"
4971 msgstr ""
4972 "Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden "
4973 "konnten"
4974
4874 -#: builtin/add.c:285
4975 +#: builtin/add.c:287
4976 msgid "check if - even missing - files are ignored in dry run"
4977 msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden"
4978
4878 -#: builtin/add.c:286 builtin/update-index.c:952
4979 +#: builtin/add.c:288 builtin/update-index.c:954
4980 msgid "(+/-)x"
4981 msgstr "(+/-)x"
4982
4882 -#: builtin/add.c:286 builtin/update-index.c:953
4983 +#: builtin/add.c:288 builtin/update-index.c:955
4984 msgid "override the executable bit of the listed files"
4985 msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben"
4986
4886 -#: builtin/add.c:288
4987 +#: builtin/add.c:290
4988 msgid "warn when adding an embedded repository"
4989 msgstr "warnen wenn eingebettetes Repository hinzugefügt wird"
4990
4890 -#: builtin/add.c:303
4991 +#: builtin/add.c:305
4992 #, c-format
4993 msgid ""
4994 "You've added another git repository inside your current repository.\n"
@@ -4904,8 +5005,10 @@ msgid ""
5005 "\n"
5006 "See \"git help submodule\" for more information."
5007 msgstr ""
4907 -"Sie haben ein Git-Repository innerhalb ihres aktuellen Repositories hinzugefügt.\n"
4908 -"Klone des äußeren Repositories werden die Inhalte des eingebetteten Repositories\n"
5008 +"Sie haben ein Git-Repository innerhalb ihres aktuellen Repositories "
5009 +"hinzugefügt.\n"
5010 +"Klone des äußeren Repositories werden die Inhalte des eingebetteten "
5011 +"Repositories\n"
5012 "weder enthalten, noch wissen, wie diese zu beschaffen sind.\n"
5013 "Wenn Sie ein Submodul hinzufügen wollten, benutzen Sie:\n"
5014 "\n"
@@ -4919,159 +5022,159 @@ msgstr ""
5022 "\n"
5023 "Siehe \"git help submodule\" für weitere Informationen."
5024
4922 -#: builtin/add.c:331
5025 +#: builtin/add.c:333
5026 #, c-format
5027 msgid "adding embedded git repository: %s"
5028 msgstr "Füge eingebettetes Repository hinzu: %s"
5029
4927 -#: builtin/add.c:349
5030 +#: builtin/add.c:351
5031 #, c-format
5032 msgid "Use -f if you really want to add them.\n"
5033 msgstr "Verwenden Sie -f wenn Sie diese wirklich hinzufügen möchten.\n"
5034
4932 -#: builtin/add.c:357
5035 +#: builtin/add.c:359
5036 msgid "adding files failed"
5037 msgstr "Hinzufügen von Dateien fehlgeschlagen"
5038
4936 -#: builtin/add.c:394
5039 +#: builtin/add.c:396
5040 msgid "-A and -u are mutually incompatible"
5041 msgstr "Die Optionen -A und -u sind zueinander inkompatibel."
5042
4940 -#: builtin/add.c:401
5043 +#: builtin/add.c:403
5044 msgid "Option --ignore-missing can only be used together with --dry-run"
5045 msgstr ""
5046 "Die Option --ignore-missing kann nur zusammen mit --dry-run verwendet werden."
5047
4945 -#: builtin/add.c:405
5048 +#: builtin/add.c:407
5049 #, c-format
5050 msgid "--chmod param '%s' must be either -x or +x"
5051 msgstr "--chmod Parameter '%s' muss entweder -x oder +x sein"
5052
4950 -#: builtin/add.c:420
5053 +#: builtin/add.c:422
5054 #, c-format
5055 msgid "Nothing specified, nothing added.\n"
5056 msgstr "Nichts spezifiziert, nichts hinzugefügt.\n"
5057
4955 -#: builtin/add.c:421
5058 +#: builtin/add.c:423
5059 #, c-format
5060 msgid "Maybe you wanted to say 'git add .'?\n"
5061 msgstr "Meinten Sie vielleicht 'git add .'?\n"
5062
4960 -#: builtin/add.c:426 builtin/check-ignore.c:176 builtin/checkout.c:282
4961 -#: builtin/checkout.c:475 builtin/clean.c:954 builtin/commit.c:351
4962 -#: builtin/mv.c:144 builtin/reset.c:238 builtin/rm.c:272
4963 -#: builtin/submodule--helper.c:244
5063 +#: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:282
5064 +#: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:350
5065 +#: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:271
5066 +#: builtin/submodule--helper.c:243
5067 msgid "index file corrupt"
5068 msgstr "Index-Datei beschädigt"
5069
4967 -#: builtin/am.c:413
5070 +#: builtin/am.c:414
5071 msgid "could not parse author script"
5072 msgstr "konnte Autor-Skript nicht parsen"
5073
4971 -#: builtin/am.c:489
5074 +#: builtin/am.c:498
5075 #, c-format
5076 msgid "'%s' was deleted by the applypatch-msg hook"
5077 msgstr "'%s' wurde durch den applypatch-msg Hook entfernt"
5078
4976 -#: builtin/am.c:530
5079 +#: builtin/am.c:539
5080 #, c-format
5081 msgid "Malformed input line: '%s'."
5082 msgstr "Fehlerhafte Eingabezeile: '%s'."
5083
4981 -#: builtin/am.c:567
5084 +#: builtin/am.c:576
5085 #, c-format
5086 msgid "Failed to copy notes from '%s' to '%s'"
5087 msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'"
5088
4986 -#: builtin/am.c:593
5089 +#: builtin/am.c:602
5090 msgid "fseek failed"
5091 msgstr "\"fseek\" fehlgeschlagen"
5092
4990 -#: builtin/am.c:777
5093 +#: builtin/am.c:786
5094 #, c-format
5095 msgid "could not parse patch '%s'"
5096 msgstr "konnte Patch '%s' nicht parsen"
5097
4995 -#: builtin/am.c:842
5098 +#: builtin/am.c:851
5099 msgid "Only one StGIT patch series can be applied at once"
5100 msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden."
5101
4999 -#: builtin/am.c:889
5102 +#: builtin/am.c:899
5103 msgid "invalid timestamp"
5104 msgstr "ungültiger Zeitstempel"
5105
5003 -#: builtin/am.c:892 builtin/am.c:900
5106 +#: builtin/am.c:904 builtin/am.c:916
5107 msgid "invalid Date line"
5108 msgstr "Ungültige \"Date\"-Zeile"
5109
5007 -#: builtin/am.c:897
5110 +#: builtin/am.c:911
5111 msgid "invalid timezone offset"
5112 msgstr "Ungültiger Offset in der Zeitzone"
5113
5011 -#: builtin/am.c:986
5114 +#: builtin/am.c:1004
5115 msgid "Patch format detection failed."
5116 msgstr "Patch-Formaterkennung fehlgeschlagen."
5117
5015 -#: builtin/am.c:991 builtin/clone.c:401
5118 +#: builtin/am.c:1009 builtin/clone.c:402
5119 #, c-format
5120 msgid "failed to create directory '%s'"
5121 msgstr "Fehler beim Erstellen von Verzeichnis '%s'"
5122
5020 -#: builtin/am.c:995
5123 +#: builtin/am.c:1013
5124 msgid "Failed to split patches."
5125 msgstr "Fehler beim Aufteilen der Patches."
5126
5024 -#: builtin/am.c:1120 builtin/commit.c:377
5127 +#: builtin/am.c:1142 builtin/commit.c:376
5128 msgid "unable to write index file"
5129 msgstr "Konnte Index-Datei nicht schreiben."
5130
5028 -#: builtin/am.c:1171
5131 +#: builtin/am.c:1193
5132 #, c-format
5133 msgid "When you have resolved this problem, run \"%s --continue\"."
5134 msgstr ""
5135 "Wenn Sie das Problem aufgelöst haben, führen Sie \"%s --continue\" aus."
5136
5034 -#: builtin/am.c:1172
5137 +#: builtin/am.c:1194
5138 #, c-format
5139 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
5140 msgstr ""
5141 "Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"%s --skip"
5142 "\" aus."
5143
5041 -#: builtin/am.c:1173
5144 +#: builtin/am.c:1195
5145 #, c-format
5146 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
5147 msgstr ""
5148 "Um den ursprünglichen Branch wiederherzustellen und die Anwendung der "
5149 "Patches abzubrechen, führen Sie \"%s --abort\" aus."
5150
5048 -#: builtin/am.c:1304
5151 +#: builtin/am.c:1302
5152 msgid "Patch is empty."
5153 msgstr "Patch ist leer."
5154
5052 -#: builtin/am.c:1370
5155 +#: builtin/am.c:1368
5156 #, c-format
5157 msgid "invalid ident line: %.*s"
5158 msgstr "Ungültige Identifikationszeile: %.*s"
5159
5057 -#: builtin/am.c:1392
5160 +#: builtin/am.c:1390
5161 #, c-format
5162 msgid "unable to parse commit %s"
5163 msgstr "Konnte Commit '%s' nicht parsen."
5164
5062 -#: builtin/am.c:1586
5165 +#: builtin/am.c:1584
5166 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
5167 msgstr ""
5168 "Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge "
5169 "zurückzufallen."
5170
5068 -#: builtin/am.c:1588
5171 +#: builtin/am.c:1586
5172 msgid "Using index info to reconstruct a base tree..."
5173 msgstr ""
5174 "Verwende Informationen aus der Staging-Area, um ein Basisverzeichnis "
5175 "nachzustellen ..."
5176
5074 -#: builtin/am.c:1607
5177 +#: builtin/am.c:1605
5178 msgid ""
5179 "Did you hand edit your patch?\n"
5180 "It does not apply to blobs recorded in its index."
@@ -5079,39 +5182,39 @@ msgstr ""
5182 "Haben Sie den Patch per Hand editiert?\n"
5183 "Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden."
5184
5082 -#: builtin/am.c:1613
5185 +#: builtin/am.c:1611
5186 msgid "Falling back to patching base and 3-way merge..."
5187 msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge ..."
5188
5086 -#: builtin/am.c:1638
5189 +#: builtin/am.c:1636
5190 msgid "Failed to merge in the changes."
5191 msgstr "Merge der Änderungen fehlgeschlagen."
5192
5090 -#: builtin/am.c:1662 builtin/merge.c:632
5193 +#: builtin/am.c:1660 builtin/merge.c:641
5194 msgid "git write-tree failed to write a tree"
5195 msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
5196
5094 -#: builtin/am.c:1669
5197 +#: builtin/am.c:1667
5198 msgid "applying to an empty history"
5199 msgstr "auf leere Historie anwenden"
5200
5098 -#: builtin/am.c:1682 builtin/commit.c:1767 builtin/merge.c:803
5099 -#: builtin/merge.c:828
5201 +#: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:824
5202 +#: builtin/merge.c:849
5203 msgid "failed to write commit object"
5204 msgstr "Fehler beim Schreiben des Commit-Objektes."
5205
5103 -#: builtin/am.c:1715 builtin/am.c:1719
5206 +#: builtin/am.c:1713 builtin/am.c:1717
5207 #, c-format
5208 msgid "cannot resume: %s does not exist."
5209 msgstr "Kann nicht fortsetzen: %s existiert nicht"
5210
5108 -#: builtin/am.c:1735
5211 +#: builtin/am.c:1733
5212 msgid "cannot be interactive without stdin connected to a terminal."
5213 msgstr ""
5214 "Kann nicht interaktiv sein, ohne dass die Standard-Eingabe mit einem "
5215 "Terminal verbunden ist."
5216
5114 -#: builtin/am.c:1740
5217 +#: builtin/am.c:1738
5218 msgid "Commit Body is:"
5219 msgstr "Commit-Beschreibung ist:"
5220
@@ -5119,35 +5222,35 @@ msgstr "Commit-Beschreibung ist:"
5222 #. in your translation. The program will only accept English
5223 #. input at this point.
5224 #.
5122 -#: builtin/am.c:1750
5225 +#: builtin/am.c:1748
5226 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5227 msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5228
5126 -#: builtin/am.c:1800
5229 +#: builtin/am.c:1798
5230 #, c-format
5231 msgid "Dirty index: cannot apply patches (dirty: %s)"
5232 msgstr "Geänderter Index: kann Patches nicht anwenden (geändert: %s)"
5233
5131 -#: builtin/am.c:1840 builtin/am.c:1912
5234 +#: builtin/am.c:1838 builtin/am.c:1910
5235 #, c-format
5236 msgid "Applying: %.*s"
5237 msgstr "Wende an: %.*s"
5238
5136 -#: builtin/am.c:1856
5239 +#: builtin/am.c:1854
5240 msgid "No changes -- Patch already applied."
5241 msgstr "Keine Änderungen -- Patches bereits angewendet."
5242
5140 -#: builtin/am.c:1864
5243 +#: builtin/am.c:1862
5244 #, c-format
5245 msgid "Patch failed at %s %.*s"
5246 msgstr "Anwendung des Patches fehlgeschlagen bei %s %.*s"
5247
5145 -#: builtin/am.c:1870
5248 +#: builtin/am.c:1868
5249 #, c-format
5250 msgid "The copy of the patch that failed is found in: %s"
5251 msgstr "Die Kopie des fehlgeschlagenen Patches befindet sich in: %s"
5252
5150 -#: builtin/am.c:1915
5253 +#: builtin/am.c:1913
5254 msgid ""
5255 "No changes - did you forget to use 'git add'?\n"
5256 "If there is nothing left to stage, chances are that something else\n"
@@ -5158,7 +5261,7 @@ msgstr ""
5261 "diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n"
5262 "auslassen."
5263
5161 -#: builtin/am.c:1922
5264 +#: builtin/am.c:1920
5265 msgid ""
5266 "You still have unmerged paths in your index.\n"
5267 "You should 'git add' each file with resolved conflicts to mark them as "
@@ -5171,17 +5274,17 @@ msgstr ""
5274 "Sie können 'git rm' auf Dateien ausführen, um \"von denen gelöscht\" für\n"
5275 "diese zu akzeptieren."
5276
5174 -#: builtin/am.c:2031 builtin/am.c:2035 builtin/am.c:2047 builtin/reset.c:323
5175 -#: builtin/reset.c:331
5277 +#: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:332
5278 +#: builtin/reset.c:340
5279 #, c-format
5280 msgid "Could not parse object '%s'."
5281 msgstr "Konnte Objekt '%s' nicht parsen."
5282
5180 -#: builtin/am.c:2083
5283 +#: builtin/am.c:2081
5284 msgid "failed to clean index"
5285 msgstr "Fehler beim Bereinigen des Index"
5286
5184 -#: builtin/am.c:2117
5287 +#: builtin/am.c:2116
5288 msgid ""
5289 "You seem to have moved HEAD since the last 'am' failure.\n"
5290 "Not rewinding to ORIG_HEAD"
@@ -5189,135 +5292,134 @@ msgstr ""
5292 "Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n"
5293 "Keine Zurücksetzung zu ORIG_HEAD."
5294
5192 -#: builtin/am.c:2180
5295 +#: builtin/am.c:2179
5296 #, c-format
5297 msgid "Invalid value for --patch-format: %s"
5298 msgstr "Ungültiger Wert für --patch-format: %s"
5299
5197 -#: builtin/am.c:2213
5300 +#: builtin/am.c:2212
5301 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5302 msgstr "git am [<Optionen>] [(<mbox> | <E-Mail-Verzeichnis>)...]"
5303
5201 -#: builtin/am.c:2214
5304 +#: builtin/am.c:2213
5305 msgid "git am [<options>] (--continue | --skip | --abort)"
5306 msgstr "git am [<Optionen>] (--continue | --skip | --abort)"
5307
5205 -#: builtin/am.c:2220
5308 +#: builtin/am.c:2219
5309 msgid "run interactively"
5310 msgstr "interaktiv ausführen"
5311
5209 -#: builtin/am.c:2222
5312 +#: builtin/am.c:2221
5313 msgid "historical option -- no-op"
5314 msgstr "historische Option -- kein Effekt"
5315
5213 -#: builtin/am.c:2224
5316 +#: builtin/am.c:2223
5317 msgid "allow fall back on 3way merging if needed"
5318 msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge"
5319
5217 -#: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57
5320 +#: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:57
5321 #: builtin/repack.c:180
5322 msgid "be quiet"
5323 msgstr "weniger Ausgaben"
5324
5222 -#: builtin/am.c:2227
5325 +#: builtin/am.c:2226
5326 msgid "add a Signed-off-by line to the commit message"
5327 msgstr "der Commit-Beschreibung eine Signed-off-by Zeile hinzufügen"
5328
5226 -#: builtin/am.c:2230
5329 +#: builtin/am.c:2229
5330 msgid "recode into utf8 (default)"
5331 msgstr "nach UTF-8 umkodieren (Standard)"
5332
5230 -#: builtin/am.c:2232
5333 +#: builtin/am.c:2231
5334 msgid "pass -k flag to git-mailinfo"
5335 msgstr "-k an git-mailinfo übergeben"
5336
5234 -#: builtin/am.c:2234
5337 +#: builtin/am.c:2233
5338 msgid "pass -b flag to git-mailinfo"
5339 msgstr "-b an git-mailinfo übergeben"
5340
5238 -#: builtin/am.c:2236
5341 +#: builtin/am.c:2235
5342 msgid "pass -m flag to git-mailinfo"
5343 msgstr "-m an git-mailinfo übergeben"
5344
5242 -#: builtin/am.c:2238
5345 +#: builtin/am.c:2237
5346 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5347 msgstr "--keep-cr an git-mailsplit für mbox-Format übergeben"
5348
5246 -#: builtin/am.c:2241
5349 +#: builtin/am.c:2240
5350 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5351 msgstr "kein --keep-cr an git-mailsplit übergeben, unabhängig von am.keepcr"
5352
5250 -#: builtin/am.c:2244
5353 +#: builtin/am.c:2243
5354 msgid "strip everything before a scissors line"
5355 msgstr "alles vor einer Scheren-Zeile entfernen"
5356
5254 -#: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
5255 -#: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
5256 -#: builtin/am.c:2273
5357 +#: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:2254
5358 +#: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:2266
5359 +#: builtin/am.c:2272
5360 msgid "pass it through git-apply"
5361 msgstr "an git-apply übergeben"
5362
5260 -#: builtin/am.c:2263 builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666
5261 -#: builtin/grep.c:1064 builtin/merge.c:202 builtin/pull.c:142
5262 -#: builtin/pull.c:197 builtin/repack.c:189 builtin/repack.c:193
5263 -#: builtin/repack.c:195 builtin/show-branch.c:631 builtin/show-ref.c:169
5264 -#: builtin/tag.c:399 parse-options.h:132 parse-options.h:134
5265 -#: parse-options.h:245
5363 +#: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:667
5364 +#: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:197
5365 +#: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
5366 +#: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
5367 +#: parse-options.h:132 parse-options.h:134 parse-options.h:245
5368 msgid "n"
5369 msgstr "Anzahl"
5370
5269 -#: builtin/am.c:2269 builtin/branch.c:596 builtin/for-each-ref.c:38
5270 -#: builtin/replace.c:444 builtin/tag.c:434 builtin/verify-tag.c:39
5371 +#: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:38
5372 +#: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
5373 msgid "format"
5374 msgstr "Format"
5375
5274 -#: builtin/am.c:2270
5376 +#: builtin/am.c:2269
5377 msgid "format the patch(es) are in"
5378 msgstr "Patch-Format"
5379
5278 -#: builtin/am.c:2276
5380 +#: builtin/am.c:2275
5381 msgid "override error message when patch failure occurs"
5382 msgstr "Meldung bei fehlerhafter Patch-Anwendung überschreiben"
5383
5282 -#: builtin/am.c:2278
5384 +#: builtin/am.c:2277
5385 msgid "continue applying patches after resolving a conflict"
5386 msgstr "Anwendung der Patches nach Auflösung eines Konfliktes fortsetzen"
5387
5286 -#: builtin/am.c:2281
5388 +#: builtin/am.c:2280
5389 msgid "synonyms for --continue"
5390 msgstr "Synonyme für --continue"
5391
5290 -#: builtin/am.c:2284
5392 +#: builtin/am.c:2283
5393 msgid "skip the current patch"
5394 msgstr "den aktuellen Patch auslassen"
5395
5294 -#: builtin/am.c:2287
5396 +#: builtin/am.c:2286
5397 msgid "restore the original branch and abort the patching operation."
5398 msgstr ""
5399 "ursprünglichen Branch wiederherstellen und Anwendung der Patches abbrechen"
5400
5299 -#: builtin/am.c:2291
5401 +#: builtin/am.c:2290
5402 msgid "lie about committer date"
5403 msgstr "Autor-Datum als Commit-Datum verwenden"
5404
5303 -#: builtin/am.c:2293
5405 +#: builtin/am.c:2292
5406 msgid "use current timestamp for author date"
5407 msgstr "aktuellen Zeitstempel als Autor-Datum verwenden"
5408
5307 -#: builtin/am.c:2295 builtin/commit.c:1605 builtin/merge.c:233
5308 -#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:414
5409 +#: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:236
5410 +#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:392
5411 msgid "key-id"
5412 msgstr "GPG-Schlüsselkennung"
5413
5312 -#: builtin/am.c:2296
5414 +#: builtin/am.c:2295
5415 msgid "GPG-sign commits"
5416 msgstr "Commits mit GPG signieren"
5417
5316 -#: builtin/am.c:2299
5418 +#: builtin/am.c:2298
5419 msgid "(internal use for git-rebase)"
5420 msgstr "(intern für git-rebase verwendet)"
5421
5320 -#: builtin/am.c:2317
5422 +#: builtin/am.c:2316
5423 msgid ""
5424 "The -b/--binary option has been a no-op for long time, and\n"
5425 "it will be removed. Please do not use it anymore."
@@ -5325,16 +5427,16 @@ msgstr ""
5427 "Die -b/--binary Option hat seit Langem keinen Effekt und wird\n"
5428 "entfernt. Bitte verwenden Sie diese nicht mehr."
5429
5328 -#: builtin/am.c:2324
5430 +#: builtin/am.c:2323
5431 msgid "failed to read the index"
5432 msgstr "Fehler beim Lesen des Index"
5433
5332 -#: builtin/am.c:2339
5434 +#: builtin/am.c:2338
5435 #, c-format
5436 msgid "previous rebase directory %s still exists but mbox given."
5437 msgstr "Vorheriges Rebase-Verzeichnis %s existiert noch, aber mbox gegeben."
5438
5337 -#: builtin/am.c:2363
5439 +#: builtin/am.c:2362
5440 #, c-format
5441 msgid ""
5442 "Stray %s directory found.\n"
@@ -5343,7 +5445,7 @@ msgstr ""
5445 "Stray %s Verzeichnis gefunden.\n"
5446 "Benutzen Sie \"git am --abort\", um es zu entfernen."
5447
5346 -#: builtin/am.c:2369
5448 +#: builtin/am.c:2368
5449 msgid "Resolve operation not in progress, we are not resuming."
5450 msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt."
5451
@@ -5552,14 +5654,18 @@ msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5654 msgstr "git branch [<Optionen>] (-m | -M) [<alter-Branch>] <neuer-Branch>"
5655
5656 #: builtin/branch.c:31
5657 +msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5658 +msgstr "git branch [<Optionen>] (-c | -C) [<alter-Branch>] <neuer-Branch>"
5659 +
5660 +#: builtin/branch.c:32
5661 msgid "git branch [<options>] [-r | -a] [--points-at]"
5662 msgstr "git branch [<Optionen>] [-r | -a] [--points-at]"
5663
5558 -#: builtin/branch.c:32
5664 +#: builtin/branch.c:33
5665 msgid "git branch [<options>] [-r | -a] [--format]"
5666 msgstr "git branch [<Optionen>] [-r | -a] [--format]"
5667
5562 -#: builtin/branch.c:145
5668 +#: builtin/branch.c:146
5669 #, c-format
5670 msgid ""
5671 "deleting branch '%s' that has been merged to\n"
@@ -5568,7 +5674,7 @@ msgstr ""
5674 "entferne Branch '%s', der zusammengeführt wurde mit\n"
5675 " '%s', aber noch nicht mit HEAD zusammengeführt wurde."
5676
5571 -#: builtin/branch.c:149
5677 +#: builtin/branch.c:150
5678 #, c-format
5679 msgid ""
5680 "not deleting branch '%s' that is not yet merged to\n"
@@ -5577,12 +5683,12 @@ msgstr ""
5683 "entferne Branch '%s' nicht, der noch nicht zusammengeführt wurde mit\n"
5684 " '%s', obwohl er mit HEAD zusammengeführt wurde."
5685
5580 -#: builtin/branch.c:163
5686 +#: builtin/branch.c:164
5687 #, c-format
5688 msgid "Couldn't look up commit object for '%s'"
5689 msgstr "Konnte Commit-Objekt für '%s' nicht nachschlagen."
5690
5585 -#: builtin/branch.c:167
5691 +#: builtin/branch.c:168

This file is too large to show in full.