l10n: de.po: Update German translation

Signed-off-by: Matthias Rüster <matthias.ruester@gmail.com> Reviewed-by: Ralf Thielow <ralf.thielow@gmail.com> Reviewed-by: Phillip Szelat <phillip.szelat@gmail.com>

Matthias Ruester committed Aug 2, 2019 at 11:42 UTC 1f5ab2d1ae14cb47a25fd41859c5f3f1e6102314
1 file changed +3533 -2910
po/de.po
+3533 -2910
@@ -1,59 +1,60 @@
1 # German translations for Git.
2 -# Copyright (C) 2010-2016 Ralf Thielow <ralf.thielow@gmail.com>
2 +# Copyright (C) 2019 Matthias Rüster <matthias.ruester@gmail.com>
3 # This file is distributed under the same license as the Git package.
4 -# Ralf Thielow <ralf.thielow@gmail.com>, 2010-2016.
4 +# Matthias Rüster <matthias.ruester@gmail.com>, 2019.
5 +# Ralf Thielow <ralf.thielow@gmail.com>, 2010-2019.
6 #
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: Git\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
10 -"POT-Creation-Date: 2019-06-04 08:24+0800\n"
11 +"POT-Creation-Date: 2019-08-10 20:12+0800\n"
12 "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"
13 +"Last-Translator: Matthias Rüster <matthias.ruester@gmail.com>\n"
14 +"Language-Team: Matthias Rüster <matthias.ruester@gmail.com>\n"
15 "Language: de\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
20
20 -#: advice.c:103
21 +#: advice.c:109
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr "%sHinweis: %.*s%s\n"
25
25 -#: advice.c:156
26 +#: advice.c:162
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29 "Cherry-Picken ist nicht möglich, weil Sie nicht zusammengeführte Dateien "
30 "haben."
31
31 -#: advice.c:158
32 +#: advice.c:164
33 msgid "Committing is not possible because you have unmerged files."
34 msgstr ""
35 "Committen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
36
36 -#: advice.c:160
37 +#: advice.c:166
38 msgid "Merging is not possible because you have unmerged files."
39 msgstr ""
40 "Mergen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
41
41 -#: advice.c:162
42 +#: advice.c:168
43 msgid "Pulling is not possible because you have unmerged files."
44 msgstr ""
45 "Pullen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
46
46 -#: advice.c:164
47 +#: advice.c:170
48 msgid "Reverting is not possible because you have unmerged files."
49 msgstr ""
50 "Reverten ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
51
51 -#: advice.c:166
52 +#: advice.c:172
53 #, c-format
54 msgid "It is not possible to %s because you have unmerged files."
55 msgstr "%s ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
56
56 -#: advice.c:174
57 +#: advice.c:180
58 msgid ""
59 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
60 "as appropriate to mark resolution and make a commit."
@@ -62,51 +63,63 @@ msgstr ""
63 "dann 'git add/rm <Datei>', um die Auflösung entsprechend zu markieren\n"
64 "und zu committen."
65
65 -#: advice.c:182
66 +#: advice.c:188
67 msgid "Exiting because of an unresolved conflict."
68 msgstr "Beende wegen unaufgelöstem Konflikt."
69
69 -#: advice.c:187 builtin/merge.c:1320
70 +#: advice.c:193 builtin/merge.c:1327
71 msgid "You have not concluded your merge (MERGE_HEAD exists)."
72 msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)."
73
73 -#: advice.c:189
74 +#: advice.c:195
75 msgid "Please, commit your changes before merging."
76 msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen."
77
77 -#: advice.c:190
78 +#: advice.c:196
79 msgid "Exiting because of unfinished merge."
80 msgstr "Beende wegen nicht abgeschlossenem Merge."
81
81 -#: advice.c:196
82 +#: advice.c:202
83 #, c-format
84 msgid ""
84 -"Note: checking out '%s'.\n"
85 +"Note: switching to '%s'.\n"
86 "\n"
87 "You are in 'detached HEAD' state. You can look around, make experimental\n"
88 "changes and commit them, and you can discard any commits you make in this\n"
88 -"state without impacting any branches by performing another checkout.\n"
89 +"state without impacting any branches by switching back to a branch.\n"
90 "\n"
91 "If you want to create a new branch to retain commits you create, you may\n"
91 -"do so (now or later) by using -b with the checkout command again. Example:\n"
92 +"do so (now or later) by using -c with the switch command. Example:\n"
93 "\n"
93 -" git checkout -b <new-branch-name>\n"
94 +" git switch -c <new-branch-name>\n"
95 +"\n"
96 +"Or undo this operation with:\n"
97 +"\n"
98 +" git switch -\n"
99 +"\n"
100 +"Turn off this advice by setting config variable advice.detachedHead to "
101 +"false\n"
102 "\n"
103 msgstr ""
96 -"Hinweis: Checke '%s' aus.\n"
104 +"Hinweis: Wechsle zu '%s'.\n"
105 "\n"
106 "Sie befinden sich im Zustand eines 'losgelösten HEAD'. Sie können sich\n"
107 "umschauen, experimentelle Änderungen vornehmen und diese committen, und\n"
108 "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"
109 +"ohne Auswirkungen auf irgendeinen Branch verwerfen, indem Sie zu einem\n"
110 +"anderen Branch wechseln.\n"
111 "\n"
112 "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"
107 -"mit der Option -b tun. Beispiel:\n"
113 +"zu behalten, können Sie das (jetzt oder später) durch Nutzung von\n"
114 +"'switch' mit der Option -c tun. Beispiel:\n"
115 +"\n"
116 +" git switch -c <neuer-Branchname>\n"
117 "\n"
109 -" git checkout -b <neuer-Branchname>\n"
118 +"Oder um diese Operation rückgängig zu machen:\n"
119 +" git switch -\n"
120 +"\n"
121 +"Sie können diesen Hinweis ausschalten, indem Sie die Konfigurationsvariable\n"
122 +"'advice.detachedHead' auf 'false' setzen.\n"
123 "\n"
124
125 #: alias.c:50
@@ -117,99 +130,99 @@ msgstr "Befehlszeile endet mit \\"
130 msgid "unclosed quote"
131 msgstr "Nicht geschlossene Anführungszeichen."
132
120 -#: apply.c:63
133 +#: apply.c:69
134 #, c-format
135 msgid "unrecognized whitespace option '%s'"
136 msgstr "Nicht erkannte Whitespace-Option: '%s'"
137
125 -#: apply.c:79
138 +#: apply.c:85
139 #, c-format
140 msgid "unrecognized whitespace ignore option '%s'"
141 msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"
142
130 -#: apply.c:129
143 +#: apply.c:135
144 msgid "--reject and --3way cannot be used together."
145 msgstr "--reject und --3way können nicht gemeinsam verwendet werden."
146
134 -#: apply.c:131
147 +#: apply.c:137
148 msgid "--cached and --3way cannot be used together."
149 msgstr "--cached und --3way können nicht gemeinsam verwendet werden."
150
138 -#: apply.c:134
151 +#: apply.c:140
152 msgid "--3way outside a repository"
153 msgstr ""
154 "Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
155
143 -#: apply.c:145
156 +#: apply.c:151
157 msgid "--index outside a repository"
158 msgstr ""
159 "Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
160
148 -#: apply.c:148
161 +#: apply.c:154
162 msgid "--cached outside a repository"
163 msgstr ""
164 "Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
165
153 -#: apply.c:829
166 +#: apply.c:801
167 #, c-format
168 msgid "Cannot prepare timestamp regexp %s"
169 msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"
170
158 -#: apply.c:838
171 +#: apply.c:810
172 #, c-format
173 msgid "regexec returned %d for input: %s"
174 msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"
175
163 -#: apply.c:912
176 +#: apply.c:884
177 #, c-format
178 msgid "unable to find filename in patch at line %d"
179 msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."
180
168 -#: apply.c:950
181 +#: apply.c:922
182 #, c-format
183 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
184 msgstr ""
185 "git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "
186 "%d"
187
175 -#: apply.c:956
188 +#: apply.c:928
189 #, c-format
190 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
191 msgstr ""
192 "git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"
193
181 -#: apply.c:957
194 +#: apply.c:929
195 #, c-format
196 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
197 msgstr ""
198 "git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"
199
187 -#: apply.c:962
200 +#: apply.c:934
201 #, c-format
202 msgid "git apply: bad git-diff - expected /dev/null on line %d"
203 msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"
204
192 -#: apply.c:991
205 +#: apply.c:963
206 #, c-format
207 msgid "invalid mode on line %d: %s"
208 msgstr "Ungültiger Modus in Zeile %d: %s"
209
197 -#: apply.c:1310
210 +#: apply.c:1282
211 #, c-format
212 msgid "inconsistent header lines %d and %d"
213 msgstr "Inkonsistente Kopfzeilen %d und %d."
214
202 -#: apply.c:1482
215 +#: apply.c:1460
216 #, c-format
217 msgid "recount: unexpected line: %.*s"
218 msgstr "recount: unerwartete Zeile: %.*s"
219
207 -#: apply.c:1551
220 +#: apply.c:1529
221 #, c-format
222 msgid "patch fragment without header at line %d: %.*s"
223 msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
224
212 -#: apply.c:1571
225 +#: apply.c:1551
226 #, c-format
227 msgid ""
228 "git diff header lacks filename information when removing %d leading pathname "
@@ -224,72 +237,72 @@ msgstr[1] ""
237 "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
238 "%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"
239
227 -#: apply.c:1584
240 +#: apply.c:1564
241 #, c-format
242 msgid "git diff header lacks filename information (line %d)"
243 msgstr ""
244 "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile "
245 "%d)"
246
234 -#: apply.c:1772
247 +#: apply.c:1752
248 msgid "new file depends on old contents"
249 msgstr "neue Datei hängt von alten Inhalten ab"
250
238 -#: apply.c:1774
251 +#: apply.c:1754
252 msgid "deleted file still has contents"
253 msgstr "entfernte Datei hat noch Inhalte"
254
242 -#: apply.c:1808
255 +#: apply.c:1788
256 #, c-format
257 msgid "corrupt patch at line %d"
258 msgstr "fehlerhafter Patch bei Zeile %d"
259
247 -#: apply.c:1845
260 +#: apply.c:1825
261 #, c-format
262 msgid "new file %s depends on old contents"
263 msgstr "neue Datei %s hängt von alten Inhalten ab"
264
252 -#: apply.c:1847
265 +#: apply.c:1827
266 #, c-format
267 msgid "deleted file %s still has contents"
268 msgstr "entfernte Datei %s hat noch Inhalte"
269
257 -#: apply.c:1850
270 +#: apply.c:1830
271 #, c-format
272 msgid "** warning: file %s becomes empty but is not deleted"
273 msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."
274
262 -#: apply.c:1997
275 +#: apply.c:1977
276 #, c-format
277 msgid "corrupt binary patch at line %d: %.*s"
278 msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
279
267 -#: apply.c:2034
280 +#: apply.c:2014
281 #, c-format
282 msgid "unrecognized binary patch at line %d"
283 msgstr "nicht erkannter Binär-Patch bei Zeile %d"
284
272 -#: apply.c:2196
285 +#: apply.c:2176
286 #, c-format
287 msgid "patch with only garbage at line %d"
288 msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
289
277 -#: apply.c:2282
290 +#: apply.c:2262
291 #, c-format
292 msgid "unable to read symlink %s"
293 msgstr "konnte symbolische Verknüpfung %s nicht lesen"
294
282 -#: apply.c:2286
295 +#: apply.c:2266
296 #, c-format
297 msgid "unable to open or read %s"
298 msgstr "konnte %s nicht öffnen oder lesen"
299
287 -#: apply.c:2945
300 +#: apply.c:2925
301 #, c-format
302 msgid "invalid start of line: '%c'"
303 msgstr "Ungültiger Zeilenanfang: '%c'"
304
292 -#: apply.c:3066
305 +#: apply.c:3046
306 #, c-format
307 msgid "Hunk #%d succeeded at %d (offset %d line)."
308 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -297,12 +310,12 @@ msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
310 msgstr[1] ""
311 "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
312
300 -#: apply.c:3078
313 +#: apply.c:3058
314 #, c-format
315 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
316 msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
317
305 -#: apply.c:3084
318 +#: apply.c:3064
319 #, c-format
320 msgid ""
321 "while searching for:\n"
@@ -311,25 +324,25 @@ msgstr ""
324 "bei der Suche nach:\n"
325 "%.*s"
326
314 -#: apply.c:3106
327 +#: apply.c:3086
328 #, c-format
329 msgid "missing binary patch data for '%s'"
330 msgstr "keine Daten in Binär-Patch für '%s'"
331
319 -#: apply.c:3114
332 +#: apply.c:3094
333 #, c-format
334 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
335 msgstr ""
336 "kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n"
337 "umgekehrten Patch-Block auf '%s'"
338
326 -#: apply.c:3161
339 +#: apply.c:3141
340 #, c-format
341 msgid "cannot apply binary patch to '%s' without full index line"
342 msgstr ""
343 "kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden"
344
332 -#: apply.c:3171
345 +#: apply.c:3151
346 #, c-format
347 msgid ""
348 "the patch applies to '%s' (%s), which does not match the current contents."
@@ -337,441 +350,441 @@ msgstr ""
350 "der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n"
351 "entspricht"
352
340 -#: apply.c:3179
353 +#: apply.c:3159
354 #, c-format
355 msgid "the patch applies to an empty '%s' but it is not empty"
356 msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist"
357
345 -#: apply.c:3197
358 +#: apply.c:3177
359 #, c-format
360 msgid "the necessary postimage %s for '%s' cannot be read"
361 msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden"
362
350 -#: apply.c:3210
363 +#: apply.c:3190
364 #, c-format
365 msgid "binary patch does not apply to '%s'"
366 msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
367
355 -#: apply.c:3216
368 +#: apply.c:3196
369 #, c-format
370 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
371 msgstr ""
372 "Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
373
361 -#: apply.c:3237
374 +#: apply.c:3217
375 #, c-format
376 msgid "patch failed: %s:%ld"
377 msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
378
366 -#: apply.c:3360
379 +#: apply.c:3340
380 #, c-format
381 msgid "cannot checkout %s"
382 msgstr "kann %s nicht auschecken"
383
371 -#: apply.c:3412 apply.c:3423 apply.c:3469 midx.c:59 setup.c:279
384 +#: apply.c:3392 apply.c:3403 apply.c:3449 midx.c:62 setup.c:279
385 #, c-format
386 msgid "failed to read %s"
387 msgstr "Fehler beim Lesen von %s"
388
376 -#: apply.c:3420
389 +#: apply.c:3400
390 #, c-format
391 msgid "reading from '%s' beyond a symbolic link"
392 msgstr "'%s' ist hinter einer symbolischen Verknüpfung"
393
381 -#: apply.c:3449 apply.c:3692
394 +#: apply.c:3429 apply.c:3672
395 #, c-format
396 msgid "path %s has been renamed/deleted"
397 msgstr "Pfad %s wurde umbenannt/gelöscht"
398
386 -#: apply.c:3535 apply.c:3707
399 +#: apply.c:3515 apply.c:3687
400 #, c-format
401 msgid "%s: does not exist in index"
402 msgstr "%s ist nicht im Index"
403
391 -#: apply.c:3544 apply.c:3715
404 +#: apply.c:3524 apply.c:3695
405 #, c-format
406 msgid "%s: does not match index"
407 msgstr "%s entspricht nicht der Version im Index"
408
396 -#: apply.c:3579
409 +#: apply.c:3559
410 msgid "repository lacks the necessary blob to fall back on 3-way merge."
411 msgstr ""
412 "Dem Repository fehlt der notwendige Blob, um auf einen 3-Wege-Merge\n"
413 "zurückzufallen."
414
402 -#: apply.c:3582
415 +#: apply.c:3562
416 #, c-format
417 msgid "Falling back to three-way merge...\n"
418 msgstr "Falle zurück auf 3-Wege-Merge ...\n"
419
407 -#: apply.c:3598 apply.c:3602
420 +#: apply.c:3578 apply.c:3582
421 #, c-format
422 msgid "cannot read the current contents of '%s'"
423 msgstr "kann aktuelle Inhalte von '%s' nicht lesen"
424
412 -#: apply.c:3614
425 +#: apply.c:3594
426 #, c-format
427 msgid "Failed to fall back on three-way merge...\n"
428 msgstr "Fehler beim Zurückfallen auf 3-Wege-Merge...\n"
429
417 -#: apply.c:3628
430 +#: apply.c:3608
431 #, c-format
432 msgid "Applied patch to '%s' with conflicts.\n"
433 msgstr "Patch auf '%s' mit Konflikten angewendet.\n"
434
422 -#: apply.c:3633
435 +#: apply.c:3613
436 #, c-format
437 msgid "Applied patch to '%s' cleanly.\n"
438 msgstr "Patch auf '%s' sauber angewendet.\n"
439
427 -#: apply.c:3659
440 +#: apply.c:3639
441 msgid "removal patch leaves file contents"
442 msgstr "Lösch-Patch hinterlässt Dateiinhalte"
443
431 -#: apply.c:3732
444 +#: apply.c:3712
445 #, c-format
446 msgid "%s: wrong type"
447 msgstr "%s: falscher Typ"
448
436 -#: apply.c:3734
449 +#: apply.c:3714
450 #, c-format
451 msgid "%s has type %o, expected %o"
452 msgstr "%s ist vom Typ %o, erwartete %o"
453
441 -#: apply.c:3885 apply.c:3887 read-cache.c:830 read-cache.c:856
454 +#: apply.c:3865 apply.c:3867 read-cache.c:830 read-cache.c:856
455 #: read-cache.c:1309
456 #, c-format
457 msgid "invalid path '%s'"
458 msgstr "Ungültiger Pfad '%s'"
459
447 -#: apply.c:3943
460 +#: apply.c:3923
461 #, c-format
462 msgid "%s: already exists in index"
463 msgstr "%s ist bereits bereitgestellt"
464
452 -#: apply.c:3946
465 +#: apply.c:3926
466 #, c-format
467 msgid "%s: already exists in working directory"
468 msgstr "%s existiert bereits im Arbeitsverzeichnis"
469
457 -#: apply.c:3966
470 +#: apply.c:3946
471 #, c-format
472 msgid "new mode (%o) of %s does not match old mode (%o)"
473 msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"
474
462 -#: apply.c:3971
475 +#: apply.c:3951
476 #, c-format
477 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
478 msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"
479
467 -#: apply.c:3991
480 +#: apply.c:3971
481 #, c-format
482 msgid "affected file '%s' is beyond a symbolic link"
483 msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"
484
472 -#: apply.c:3995
485 +#: apply.c:3975
486 #, c-format
487 msgid "%s: patch does not apply"
488 msgstr "%s: Patch konnte nicht angewendet werden"
489
477 -#: apply.c:4010
490 +#: apply.c:3990
491 #, c-format
492 msgid "Checking patch %s..."
493 msgstr "Prüfe Patch %s ..."
494
482 -#: apply.c:4102
495 +#: apply.c:4082
496 #, c-format
497 msgid "sha1 information is lacking or useless for submodule %s"
498 msgstr "SHA-1 Information fehlt oder ist unbrauchbar für Submodul %s"
499
487 -#: apply.c:4109
500 +#: apply.c:4089
501 #, c-format
502 msgid "mode change for %s, which is not in current HEAD"
503 msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet"
504
492 -#: apply.c:4112
505 +#: apply.c:4092
506 #, c-format
507 msgid "sha1 information is lacking or useless (%s)."
508 msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)."
509
497 -#: apply.c:4117 builtin/checkout.c:257 builtin/reset.c:143
510 +#: apply.c:4097 builtin/checkout.c:278 builtin/reset.c:143
511 #, c-format
512 msgid "make_cache_entry failed for path '%s'"
513 msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
514
502 -#: apply.c:4121
515 +#: apply.c:4101
516 #, c-format
517 msgid "could not add %s to temporary index"
518 msgstr "konnte %s nicht zum temporären Index hinzufügen"
519
507 -#: apply.c:4131
520 +#: apply.c:4111
521 #, c-format
522 msgid "could not write temporary index to %s"
523 msgstr "konnte temporären Index nicht nach %s schreiben"
524
512 -#: apply.c:4269
525 +#: apply.c:4249
526 #, c-format
527 msgid "unable to remove %s from index"
528 msgstr "konnte %s nicht aus dem Index entfernen"
529
517 -#: apply.c:4303
530 +#: apply.c:4283
531 #, c-format
532 msgid "corrupt patch for submodule %s"
533 msgstr "fehlerhafter Patch für Submodul %s"
534
522 -#: apply.c:4309
535 +#: apply.c:4289
536 #, c-format
537 msgid "unable to stat newly created file '%s'"
538 msgstr "konnte neu erstellte Datei '%s' nicht lesen"
539
527 -#: apply.c:4317
540 +#: apply.c:4297
541 #, c-format
542 msgid "unable to create backing store for newly created file %s"
543 msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"
544
532 -#: apply.c:4323 apply.c:4468
545 +#: apply.c:4303 apply.c:4448
546 #, c-format
547 msgid "unable to add cache entry for %s"
548 msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"
549
537 -#: apply.c:4366
550 +#: apply.c:4346
551 #, c-format
552 msgid "failed to write to '%s'"
553 msgstr "Fehler beim Schreiben nach '%s'"
554
542 -#: apply.c:4370
555 +#: apply.c:4350
556 #, c-format
557 msgid "closing file '%s'"
558 msgstr "schließe Datei '%s'"
559
547 -#: apply.c:4440
560 +#: apply.c:4420
561 #, c-format
562 msgid "unable to write file '%s' mode %o"
563 msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
564
552 -#: apply.c:4538
565 +#: apply.c:4518
566 #, c-format
567 msgid "Applied patch %s cleanly."
568 msgstr "Patch %s sauber angewendet"
569
557 -#: apply.c:4546
570 +#: apply.c:4526
571 msgid "internal error"
572 msgstr "interner Fehler"
573
561 -#: apply.c:4549
574 +#: apply.c:4529
575 #, c-format
576 msgid "Applying patch %%s with %d reject..."
577 msgid_plural "Applying patch %%s with %d rejects..."
578 msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."
579 msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
580
568 -#: apply.c:4560
581 +#: apply.c:4540
582 #, c-format
583 msgid "truncating .rej filename to %.*s.rej"
584 msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
585
573 -#: apply.c:4568 builtin/fetch.c:837 builtin/fetch.c:1118
586 +#: apply.c:4548 builtin/fetch.c:878 builtin/fetch.c:1168
587 #, c-format
588 msgid "cannot open %s"
589 msgstr "kann '%s' nicht öffnen"
590
578 -#: apply.c:4582
591 +#: apply.c:4562
592 #, c-format
593 msgid "Hunk #%d applied cleanly."
594 msgstr "Patch-Bereich #%d sauber angewendet."
595
583 -#: apply.c:4586
596 +#: apply.c:4566
597 #, c-format
598 msgid "Rejected hunk #%d."
599 msgstr "Patch-Block #%d zurückgewiesen."
600
588 -#: apply.c:4696
601 +#: apply.c:4676
602 #, c-format
603 msgid "Skipped patch '%s'."
604 msgstr "Patch '%s' ausgelassen."
605
593 -#: apply.c:4704
606 +#: apply.c:4684
607 msgid "unrecognized input"
608 msgstr "nicht erkannte Eingabe"
609
597 -#: apply.c:4724
610 +#: apply.c:4704
611 msgid "unable to read index file"
612 msgstr "Konnte Index-Datei nicht lesen"
613
601 -#: apply.c:4879
614 +#: apply.c:4859
615 #, c-format
616 msgid "can't open patch '%s': %s"
617 msgstr "kann Patch '%s' nicht öffnen: %s"
618
606 -#: apply.c:4906
619 +#: apply.c:4886
620 #, c-format
621 msgid "squelched %d whitespace error"
622 msgid_plural "squelched %d whitespace errors"
623 msgstr[0] "unterdrückte %d Whitespace-Fehler"
624 msgstr[1] "unterdrückte %d Whitespace-Fehler"
625
613 -#: apply.c:4912 apply.c:4927
626 +#: apply.c:4892 apply.c:4907
627 #, c-format
628 msgid "%d line adds whitespace errors."
629 msgid_plural "%d lines add whitespace errors."
630 msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
631 msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
632
620 -#: apply.c:4920
633 +#: apply.c:4900
634 #, c-format
635 msgid "%d line applied after fixing whitespace errors."
636 msgid_plural "%d lines applied after fixing whitespace errors."
637 msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet."
638 msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet."
639
627 -#: apply.c:4936 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
640 +#: apply.c:4916 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
641 msgid "Unable to write new index file"
642 msgstr "Konnte neue Index-Datei nicht schreiben."
643
631 -#: apply.c:4963 apply.c:4966 builtin/am.c:2210 builtin/am.c:2213
632 -#: builtin/clone.c:120 builtin/fetch.c:118 builtin/merge.c:271
633 -#: builtin/pull.c:207 builtin/submodule--helper.c:407
634 -#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
635 -#: builtin/submodule--helper.c:1849 builtin/submodule--helper.c:1852
636 -#: builtin/submodule--helper.c:2091 git-add--interactive.perl:197
644 +#: apply.c:4943 apply.c:4946 builtin/am.c:2208 builtin/am.c:2211
645 +#: builtin/clone.c:123 builtin/fetch.c:128 builtin/merge.c:273
646 +#: builtin/pull.c:208 builtin/submodule--helper.c:407
647 +#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1370
648 +#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
649 +#: builtin/submodule--helper.c:2092 git-add--interactive.perl:211
650 msgid "path"
651 msgstr "Pfad"
652
640 -#: apply.c:4964
653 +#: apply.c:4944
654 msgid "don't apply changes matching the given path"
655 msgstr "keine Änderungen im angegebenen Pfad anwenden"
656
644 -#: apply.c:4967
657 +#: apply.c:4947
658 msgid "apply changes matching the given path"
659 msgstr "Änderungen nur im angegebenen Pfad anwenden"
660
648 -#: apply.c:4969 builtin/am.c:2219
661 +#: apply.c:4949 builtin/am.c:2217
662 msgid "num"
663 msgstr "Anzahl"
664
652 -#: apply.c:4970
665 +#: apply.c:4950
666 msgid "remove <num> leading slashes from traditional diff paths"
667 msgstr ""
668 "<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
669 "entfernen"
670
658 -#: apply.c:4973
671 +#: apply.c:4953
672 msgid "ignore additions made by the patch"
673 msgstr "hinzugefügte Zeilen des Patches ignorieren"
674
662 -#: apply.c:4975
675 +#: apply.c:4955
676 msgid "instead of applying the patch, output diffstat for the input"
677 msgstr ""
678 "anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
679 "ausgegeben"
680
668 -#: apply.c:4979
681 +#: apply.c:4959
682 msgid "show number of added and deleted lines in decimal notation"
683 msgstr ""
684 "die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
685
673 -#: apply.c:4981
686 +#: apply.c:4961
687 msgid "instead of applying the patch, output a summary for the input"
688 msgstr ""
689 "anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
690 "ausgeben"
691
679 -#: apply.c:4983
692 +#: apply.c:4963
693 msgid "instead of applying the patch, see if the patch is applicable"
694 msgstr ""
695 "anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
696
684 -#: apply.c:4985
697 +#: apply.c:4965
698 msgid "make sure the patch is applicable to the current index"
699 msgstr ""
700 "sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"
701
689 -#: apply.c:4987
702 +#: apply.c:4967
703 msgid "mark new files with `git add --intent-to-add`"
704 msgstr "neue Dateien mit `git add --intent-to-add` markieren"
705
693 -#: apply.c:4989
706 +#: apply.c:4969
707 msgid "apply a patch without touching the working tree"
708 msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
709
697 -#: apply.c:4991
710 +#: apply.c:4971
711 msgid "accept a patch that touches outside the working area"
712 msgstr ""
713 "Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
714
702 -#: apply.c:4994
715 +#: apply.c:4974
716 msgid "also apply the patch (use with --stat/--summary/--check)"
717 msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
718
706 -#: apply.c:4996
719 +#: apply.c:4976
720 msgid "attempt three-way merge if a patch does not apply"
721 msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
722
710 -#: apply.c:4998
723 +#: apply.c:4978
724 msgid "build a temporary index based on embedded index information"
725 msgstr ""
726 "einen temporären Index, basierend auf den integrierten Index-Informationen, "
727 "erstellen"
728
716 -#: apply.c:5001 builtin/checkout-index.c:173 builtin/ls-files.c:524
729 +#: apply.c:4981 builtin/checkout-index.c:173 builtin/ls-files.c:524
730 msgid "paths are separated with NUL character"
731 msgstr "Pfade sind getrennt durch NUL Zeichen"
732
720 -#: apply.c:5003
733 +#: apply.c:4983
734 msgid "ensure at least <n> lines of context match"
735 msgstr ""
736 "sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
737
725 -#: apply.c:5004 builtin/am.c:2198 builtin/interpret-trailers.c:97
726 -#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
727 -#: builtin/pack-objects.c:3317 builtin/rebase.c:1415
738 +#: apply.c:4984 builtin/am.c:2196 builtin/interpret-trailers.c:98
739 +#: builtin/interpret-trailers.c:100 builtin/interpret-trailers.c:102
740 +#: builtin/pack-objects.c:3330 builtin/rebase.c:1421
741 msgid "action"
742 msgstr "Aktion"
743
731 -#: apply.c:5005
744 +#: apply.c:4985
745 msgid "detect new or modified lines that have whitespace errors"
746 msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
747
735 -#: apply.c:5008 apply.c:5011
748 +#: apply.c:4988 apply.c:4991
749 msgid "ignore changes in whitespace when finding context"
750 msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
751
739 -#: apply.c:5014
752 +#: apply.c:4994
753 msgid "apply the patch in reverse"
754 msgstr "den Patch in umgekehrter Reihenfolge anwenden"
755
743 -#: apply.c:5016
756 +#: apply.c:4996
757 msgid "don't expect at least one line of context"
758 msgstr "keinen Kontext erwarten"
759
747 -#: apply.c:5018
760 +#: apply.c:4998
761 msgid "leave the rejected hunks in corresponding *.rej files"
762 msgstr ""
763 "zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
764
752 -#: apply.c:5020
765 +#: apply.c:5000
766 msgid "allow overlapping hunks"
767 msgstr "sich überlappende Patch-Blöcke erlauben"
768
756 -#: apply.c:5021 builtin/add.c:291 builtin/check-ignore.c:22
757 -#: builtin/commit.c:1317 builtin/count-objects.c:98 builtin/fsck.c:786
758 -#: builtin/log.c:2045 builtin/mv.c:123 builtin/read-tree.c:128
769 +#: apply.c:5001 builtin/add.c:291 builtin/check-ignore.c:22
770 +#: builtin/commit.c:1337 builtin/count-objects.c:98 builtin/fsck.c:786
771 +#: builtin/log.c:2068 builtin/mv.c:123 builtin/read-tree.c:128
772 msgid "be verbose"
773 msgstr "erweiterte Ausgaben"
774
762 -#: apply.c:5023
775 +#: apply.c:5003
776 msgid "tolerate incorrectly detected missing new-line at the end of file"
777 msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
778
766 -#: apply.c:5026
779 +#: apply.c:5006
780 msgid "do not trust the line counts in the hunk headers"
781 msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
782
770 -#: apply.c:5028 builtin/am.c:2207
783 +#: apply.c:5008 builtin/am.c:2205
784 msgid "root"
785 msgstr "Wurzelverzeichnis"
786
774 -#: apply.c:5029
787 +#: apply.c:5009
788 msgid "prepend <root> to all filenames"
789 msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
790
@@ -814,98 +827,98 @@ msgstr "Kein gültiger Objektname: %s"
827 msgid "not a tree object: %s"
828 msgstr "Kein Tree-Objekt: %s"
829
817 -#: archive.c:424
830 +#: archive.c:426
831 msgid "current working directory is untracked"
832 msgstr "Aktuelles Arbeitsverzeichnis ist unversioniert."
833
821 -#: archive.c:455
834 +#: archive.c:457
835 msgid "fmt"
836 msgstr "Format"
837
825 -#: archive.c:455
838 +#: archive.c:457
839 msgid "archive format"
840 msgstr "Archivformat"
841
829 -#: archive.c:456 builtin/log.c:1557
842 +#: archive.c:458 builtin/log.c:1580
843 msgid "prefix"
844 msgstr "Präfix"
845
833 -#: archive.c:457
846 +#: archive.c:459
847 msgid "prepend prefix to each pathname in the archive"
848 msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
849
837 -#: archive.c:458 builtin/blame.c:821 builtin/blame.c:822
838 -#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1091
839 -#: builtin/fast-export.c:1093 builtin/grep.c:895 builtin/hash-object.c:105
850 +#: archive.c:460 builtin/blame.c:862 builtin/blame.c:874 builtin/blame.c:875
851 +#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1134
852 +#: builtin/fast-export.c:1136 builtin/grep.c:897 builtin/hash-object.c:105
853 #: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412
854 #: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:177
855 msgid "file"
856 msgstr "Datei"
857
845 -#: archive.c:459 builtin/archive.c:90
858 +#: archive.c:461 builtin/archive.c:90
859 msgid "write the archive to this file"
860 msgstr "das Archiv in diese Datei schreiben"
861
849 -#: archive.c:461
862 +#: archive.c:463
863 msgid "read .gitattributes in working directory"
864 msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen"
865
853 -#: archive.c:462
866 +#: archive.c:464
867 msgid "report archived files on stderr"
868 msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben"
869
857 -#: archive.c:463
870 +#: archive.c:465
871 msgid "store only"
872 msgstr "nur speichern"
873
861 -#: archive.c:464
874 +#: archive.c:466
875 msgid "compress faster"
876 msgstr "schneller komprimieren"
877
865 -#: archive.c:472
878 +#: archive.c:474
879 msgid "compress better"
880 msgstr "besser komprimieren"
881
869 -#: archive.c:475
882 +#: archive.c:477
883 msgid "list supported archive formats"
884 msgstr "unterstützte Archivformate auflisten"
885
873 -#: archive.c:477 builtin/archive.c:91 builtin/clone.c:110 builtin/clone.c:113
874 -#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1858
886 +#: archive.c:479 builtin/archive.c:91 builtin/clone.c:113 builtin/clone.c:116
887 +#: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1859
888 msgid "repo"
889 msgstr "Repository"
890
878 -#: archive.c:478 builtin/archive.c:92
891 +#: archive.c:480 builtin/archive.c:92
892 msgid "retrieve the archive from remote repository <repo>"
893 msgstr "Archiv vom Remote-Repository <Repository> abrufen"
894
882 -#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:707
895 +#: archive.c:481 builtin/archive.c:93 builtin/difftool.c:707
896 #: builtin/notes.c:498
897 msgid "command"
898 msgstr "Programm"
899
887 -#: archive.c:480 builtin/archive.c:94
900 +#: archive.c:482 builtin/archive.c:94
901 msgid "path to the remote git-upload-archive command"
902 msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
903
891 -#: archive.c:487
904 +#: archive.c:489
905 msgid "Unexpected option --remote"
906 msgstr "Unerwartete Option --remote"
907
895 -#: archive.c:489
908 +#: archive.c:491
909 msgid "Option --exec can only be used together with --remote"
910 msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden."
911
899 -#: archive.c:491
912 +#: archive.c:493
913 msgid "Unexpected option --output"
914 msgstr "Unerwartete Option --output"
915
903 -#: archive.c:513
916 +#: archive.c:515
917 #, c-format
918 msgid "Unknown archive format '%s'"
919 msgstr "Unbekanntes Archivformat '%s'"
920
908 -#: archive.c:520
921 +#: archive.c:522
922 #, c-format
923 msgid "Argument not supported for format '%s': -%d"
924 msgstr "Argument für Format '%s' nicht unterstützt: -%d"
@@ -949,7 +962,7 @@ msgstr "Pfad ist kein gültiges UTF-8: %s"
962 msgid "path too long (%d chars, SHA1: %s): %s"
963 msgstr "Pfad zu lang (%d Zeichen, SHA1: %s): %s"
964
952 -#: archive-zip.c:474 builtin/pack-objects.c:226 builtin/pack-objects.c:229
965 +#: archive-zip.c:474 builtin/pack-objects.c:230 builtin/pack-objects.c:233
966 #, c-format
967 msgid "deflate error (%d)"
968 msgstr "Fehler beim Komprimieren (%d)"
@@ -1052,12 +1065,12 @@ msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
1065 msgid "a %s revision is needed"
1066 msgstr "ein %s Commit wird benötigt"
1067
1055 -#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:248
1068 +#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:254
1069 #, c-format
1070 msgid "could not create file '%s'"
1071 msgstr "konnte Datei '%s' nicht erstellen"
1072
1060 -#: bisect.c:928 builtin/merge.c:146
1073 +#: bisect.c:928 builtin/merge.c:148
1074 #, c-format
1075 msgid "could not read file '%s'"
1076 msgstr "Konnte Datei '%s' nicht lesen"
@@ -1097,43 +1110,43 @@ msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1110 msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"
1111 msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"
1112
1100 -#: blame.c:1794
1113 +#: blame.c:2697
1114 msgid "--contents and --reverse do not blend well."
1115 msgstr "--contents und --reverse funktionieren gemeinsam nicht."
1116
1104 -#: blame.c:1808
1117 +#: blame.c:2711
1118 msgid "cannot use --contents with final commit object name"
1119 msgstr ""
1120 "kann --contents nicht mit endgültigem Namen des Commit-Objektes benutzen"
1121
1109 -#: blame.c:1829
1122 +#: blame.c:2732
1123 msgid "--reverse and --first-parent together require specified latest commit"
1124 msgstr ""
1125 "--reverse und --first-parent zusammen erfordern die Angabe eines "
1126 "endgültigen\n"
1127 "Commits"
1128
1116 -#: blame.c:1838 bundle.c:164 ref-filter.c:2077 remote.c:1938 sequencer.c:2030
1117 -#: sequencer.c:4224 builtin/commit.c:1017 builtin/log.c:382 builtin/log.c:940
1118 -#: builtin/log.c:1428 builtin/log.c:1804 builtin/log.c:2094 builtin/merge.c:415
1119 -#: builtin/pack-objects.c:3140 builtin/pack-objects.c:3155
1129 +#: blame.c:2741 bundle.c:167 ref-filter.c:2196 remote.c:1938 sequencer.c:2033
1130 +#: sequencer.c:4348 builtin/commit.c:1020 builtin/log.c:387 builtin/log.c:963
1131 +#: builtin/log.c:1451 builtin/log.c:1827 builtin/log.c:2117 builtin/merge.c:411
1132 +#: builtin/pack-objects.c:3148 builtin/pack-objects.c:3163
1133 #: builtin/shortlog.c:192
1134 msgid "revision walk setup failed"
1135 msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
1136
1124 -#: blame.c:1856
1137 +#: blame.c:2759
1138 msgid ""
1139 "--reverse --first-parent together require range along first-parent chain"
1140 msgstr ""
1141 "--reverse und --first-parent zusammen erfordern einen Bereich entlang der\n"
1142 "\"first-parent\"-Kette"
1143
1131 -#: blame.c:1867
1144 +#: blame.c:2770
1145 #, c-format
1146 msgid "no such path %s in %s"
1147 msgstr "Pfad %s nicht in %s"
1148
1136 -#: blame.c:1878
1149 +#: blame.c:2781
1150 #, c-format
1151 msgid "cannot read blob %s for path %s"
1152 msgstr "kann Blob %s für Pfad '%s' nicht lesen"
@@ -1270,12 +1283,12 @@ msgstr "mehrdeutiger Objekt-Name: '%s'"
1283 msgid "Not a valid branch point: '%s'."
1284 msgstr "Ungültiger Branchpunkt: '%s'"
1285
1273 -#: branch.c:359
1286 +#: branch.c:364
1287 #, c-format
1288 msgid "'%s' is already checked out at '%s'"
1289 msgstr "'%s' ist bereits in '%s' ausgecheckt"
1290
1278 -#: branch.c:382
1291 +#: branch.c:387
1292 #, c-format
1293 msgid "HEAD of working tree %s is not updated"
1294 msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."
@@ -1290,8 +1303,8 @@ msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
1303 msgid "unrecognized header: %s%s (%d)"
1304 msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
1305
1293 -#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2281 sequencer.c:2916
1294 -#: builtin/commit.c:788
1306 +#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2283 sequencer.c:3024
1307 +#: builtin/commit.c:791
1308 #, c-format
1309 msgid "could not open '%s'"
1310 msgstr "Konnte '%s' nicht öffnen"
@@ -1300,60 +1313,64 @@ msgstr "Konnte '%s' nicht öffnen"
1313 msgid "Repository lacks these prerequisite commits:"
1314 msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
1315
1303 -#: bundle.c:194
1316 +#: bundle.c:146
1317 +msgid "need a repository to verify a bundle"
1318 +msgstr "Um ein Paket zu überprüfen wird ein Repository benötigt."
1319 +
1320 +#: bundle.c:197
1321 #, c-format
1322 msgid "The bundle contains this ref:"
1323 msgid_plural "The bundle contains these %d refs:"
1324 msgstr[0] "Das Paket enthält diese Referenz:"
1325 msgstr[1] "Das Paket enthält diese %d Referenzen:"
1326
1310 -#: bundle.c:201
1327 +#: bundle.c:204
1328 msgid "The bundle records a complete history."
1329 msgstr "Das Paket speichert eine komplette Historie."
1330
1314 -#: bundle.c:203
1331 +#: bundle.c:206
1332 #, c-format
1333 msgid "The bundle requires this ref:"
1334 msgid_plural "The bundle requires these %d refs:"
1335 msgstr[0] "Das Paket benötigt diese Referenz:"
1336 msgstr[1] "Das Paket benötigt diese %d Referenzen:"
1337
1321 -#: bundle.c:269
1338 +#: bundle.c:272
1339 msgid "unable to dup bundle descriptor"
1340 msgstr "Konnte dup für Descriptor des Pakets nicht ausführen."
1341
1325 -#: bundle.c:276
1342 +#: bundle.c:279
1343 msgid "Could not spawn pack-objects"
1344 msgstr "Konnte Paketobjekte nicht erstellen"
1345
1329 -#: bundle.c:287
1346 +#: bundle.c:290
1347 msgid "pack-objects died"
1348 msgstr "Erstellung der Paketobjekte abgebrochen"
1349
1333 -#: bundle.c:329
1350 +#: bundle.c:332
1351 msgid "rev-list died"
1352 msgstr "\"rev-list\" abgebrochen"
1353
1337 -#: bundle.c:378
1354 +#: bundle.c:381
1355 #, c-format
1356 msgid "ref '%s' is excluded by the rev-list options"
1357 msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
1358
1342 -#: bundle.c:457 builtin/log.c:197 builtin/log.c:1709 builtin/shortlog.c:306
1359 +#: bundle.c:460 builtin/log.c:202 builtin/log.c:1732 builtin/shortlog.c:306
1360 #, c-format
1361 msgid "unrecognized argument: %s"
1362 msgstr "nicht erkanntes Argument: %s"
1363
1347 -#: bundle.c:465
1364 +#: bundle.c:468
1365 msgid "Refusing to create empty bundle."
1366 msgstr "Erstellung eines leeren Pakets zurückgewiesen."
1367
1351 -#: bundle.c:475
1368 +#: bundle.c:478
1369 #, c-format
1370 msgid "cannot create '%s'"
1371 msgstr "kann '%s' nicht erstellen"
1372
1356 -#: bundle.c:500
1373 +#: bundle.c:503
1374 msgid "index-pack died"
1375 msgstr "Erstellung der Paketindexdatei abgebrochen"
1376
@@ -1362,8 +1379,8 @@ msgstr "Erstellung der Paketindexdatei abgebrochen"
1379 msgid "invalid color value: %.*s"
1380 msgstr "Ungültiger Farbwert: %.*s"
1381
1365 -#: commit.c:50 sequencer.c:2697 builtin/am.c:355 builtin/am.c:399
1366 -#: builtin/am.c:1377 builtin/am.c:2022 builtin/replace.c:455
1382 +#: commit.c:50 sequencer.c:2727 builtin/am.c:355 builtin/am.c:399
1383 +#: builtin/am.c:1378 builtin/am.c:2020 builtin/replace.c:455
1384 #, c-format
1385 msgid "could not parse %s"
1386 msgstr "konnte %s nicht parsen"
@@ -1373,7 +1390,7 @@ msgstr "konnte %s nicht parsen"
1390 msgid "%s %s is not a commit!"
1391 msgstr "%s %s ist kein Commit!"
1392
1376 -#: commit.c:193
1393 +#: commit.c:192
1394 msgid ""
1395 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1396 "and will be removed in a future Git version.\n"
@@ -1394,28 +1411,28 @@ msgstr ""
1411 "Sie können diese Meldung unterdrücken, indem Sie\n"
1412 "\"git config advice.graftFileDeprecated false\" ausführen."
1413
1397 -#: commit.c:1128
1414 +#: commit.c:1127
1415 #, c-format
1416 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1417 msgstr ""
1418 "Commit %s hat eine nicht vertrauenswürdige GPG-Signatur, angeblich von %s."
1419
1403 -#: commit.c:1131
1420 +#: commit.c:1130
1421 #, c-format
1422 msgid "Commit %s has a bad GPG signature allegedly by %s."
1423 msgstr "Commit %s hat eine ungültige GPG-Signatur, angeblich von %s."
1424
1408 -#: commit.c:1134
1425 +#: commit.c:1133
1426 #, c-format
1427 msgid "Commit %s does not have a GPG signature."
1428 msgstr "Commit %s hat keine GPG-Signatur."
1429
1413 -#: commit.c:1137
1430 +#: commit.c:1136
1431 #, c-format
1432 msgid "Commit %s has a good GPG signature by %s\n"
1433 msgstr "Commit %s hat eine gültige GPG-Signatur von %s\n"
1434
1418 -#: commit.c:1391
1435 +#: commit.c:1390
1436 msgid ""
1437 "Warning: commit message did not conform to UTF-8.\n"
1438 "You may want to amend it after fixing the message, or set the config\n"
@@ -1427,177 +1444,232 @@ msgstr ""
1444 "Encoding,\n"
1445 "welches von ihrem Projekt verwendet wird.\n"
1446
1430 -#: commit-graph.c:105
1447 +#: commit-graph.c:127
1448 msgid "commit-graph file is too small"
1449 msgstr "Commit-Graph-Datei ist zu klein."
1450
1434 -#: commit-graph.c:170
1451 +#: commit-graph.c:192
1452 #, c-format
1453 msgid "commit-graph signature %X does not match signature %X"
1454 msgstr "Commit-Graph-Signatur %X stimmt nicht mit Signatur %X überein."
1455
1439 -#: commit-graph.c:177
1456 +#: commit-graph.c:199
1457 #, c-format
1458 msgid "commit-graph version %X does not match version %X"
1459 msgstr "Commit-Graph-Version %X stimmt nicht mit Version %X überein."
1460
1444 -#: commit-graph.c:184
1461 +#: commit-graph.c:206
1462 #, c-format
1463 msgid "commit-graph hash version %X does not match version %X"
1464 msgstr "Hash-Version des Commit-Graph %X stimmt nicht mit Version %X überein."
1465
1449 -#: commit-graph.c:207
1466 +#: commit-graph.c:229
1467 msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1468 msgstr ""
1469 "fehlender Tabelleneintrag für Commit-Graph Chunk-Lookup; Datei "
1470 "möglicherweise unvollständig"
1471
1455 -#: commit-graph.c:218
1472 +#: commit-graph.c:240
1473 #, c-format
1474 msgid "commit-graph improper chunk offset %08x%08x"
1475 msgstr "Unzulässiger Commit-Graph Chunk-Offset %08x%08x"
1476
1460 -#: commit-graph.c:255
1477 +#: commit-graph.c:283
1478 #, c-format
1479 msgid "commit-graph chunk id %08x appears multiple times"
1480 msgstr "Commit-Graph Chunk-Id %08x kommt mehrfach vor."
1481
1465 -#: commit-graph.c:390
1482 +#: commit-graph.c:347
1483 +msgid "commit-graph has no base graphs chunk"
1484 +msgstr "Commit-Graph hat keinen Basis-Graph-Chunk"
1485 +
1486 +#: commit-graph.c:357
1487 +msgid "commit-graph chain does not match"
1488 +msgstr "Commit-Graph Verkettung stimmt nicht überein."
1489 +
1490 +#: commit-graph.c:404
1491 +#, c-format
1492 +msgid "invalid commit-graph chain: line '%s' not a hash"
1493 +msgstr "Ungültige Commit-Graph Verkettung: Zeile '%s' ist kein Hash"
1494 +
1495 +#: commit-graph.c:430
1496 +msgid "unable to find all commit-graph files"
1497 +msgstr "Konnte nicht alle Commit-Graph-Dateien finden."
1498 +
1499 +#: commit-graph.c:554 commit-graph.c:614
1500 +msgid "invalid commit position. commit-graph is likely corrupt"
1501 +msgstr "Ungültige Commit-Position. Commit-Graph ist wahrscheinlich beschädigt."
1502 +
1503 +#: commit-graph.c:575
1504 #, c-format
1505 msgid "could not find commit %s"
1506 msgstr "Konnte Commit %s nicht finden."
1507
1470 -#: commit-graph.c:732 builtin/pack-objects.c:2649
1508 +#: commit-graph.c:1002 builtin/pack-objects.c:2657
1509 #, c-format
1510 msgid "unable to get type of object %s"
1511 msgstr "Konnte Art von Objekt '%s' nicht bestimmen."
1512
1475 -#: commit-graph.c:765
1513 +#: commit-graph.c:1034
1514 msgid "Loading known commits in commit graph"
1515 msgstr "Lade bekannte Commits in Commit-Graph"
1516
1479 -#: commit-graph.c:781
1517 +#: commit-graph.c:1051
1518 msgid "Expanding reachable commits in commit graph"
1519 msgstr "Erweitere erreichbare Commits in Commit-Graph"
1520
1483 -#: commit-graph.c:793
1521 +#: commit-graph.c:1070
1522 msgid "Clearing commit marks in commit graph"
1523 msgstr "Lösche Commit-Markierungen in Commit-Graph"
1524
1487 -#: commit-graph.c:813
1525 +#: commit-graph.c:1089
1526 msgid "Computing commit graph generation numbers"
1527 msgstr "Commit-Graph Generierungsnummern berechnen"
1528
1491 -#: commit-graph.c:930
1529 +#: commit-graph.c:1163
1530 #, c-format
1531 msgid "Finding commits for commit graph in %d pack"
1532 msgid_plural "Finding commits for commit graph in %d packs"
1533 msgstr[0] "Suche Commits für Commit-Graph in %d Paket"
1534 msgstr[1] "Suche Commits für Commit-Graph in %d Paketen"
1535
1498 -#: commit-graph.c:943
1536 +#: commit-graph.c:1176
1537 #, c-format
1538 msgid "error adding pack %s"
1539 msgstr "Fehler beim Hinzufügen von Paket %s."
1540
1503 -#: commit-graph.c:945
1541 +#: commit-graph.c:1180
1542 #, c-format
1543 msgid "error opening index for %s"
1544 msgstr "Fehler beim Öffnen des Index für %s."
1545
1508 -#: commit-graph.c:959
1546 +#: commit-graph.c:1204
1547 #, c-format
1548 msgid "Finding commits for commit graph from %d ref"
1549 msgid_plural "Finding commits for commit graph from %d refs"
1550 msgstr[0] "Suche Commits für Commit-Graph in %d Referenz"
1551 msgstr[1] "Suche Commits für Commit-Graph in %d Referenzen"
1552
1515 -#: commit-graph.c:991
1553 +#: commit-graph.c:1238
1554 msgid "Finding commits for commit graph among packed objects"
1555 msgstr "Suche Commits für Commit-Graph in gepackten Objekten"
1556
1519 -#: commit-graph.c:1004
1557 +#: commit-graph.c:1253
1558 msgid "Counting distinct commits in commit graph"
1559 msgstr "Zähle Commits in Commit-Graph"
1560
1523 -#: commit-graph.c:1017
1524 -#, c-format
1525 -msgid "the commit graph format cannot write %d commits"
1526 -msgstr "Das Commit-Graph Format kann nicht %d Commits schreiben."
1527 -
1528 -#: commit-graph.c:1026
1561 +#: commit-graph.c:1284
1562 msgid "Finding extra edges in commit graph"
1563 msgstr "Suche zusätzliche Ränder in Commit-Graph"
1564
1532 -#: commit-graph.c:1050
1533 -msgid "too many commits to write graph"
1534 -msgstr "Zu viele Commits zum Schreiben des Graphen."
1565 +#: commit-graph.c:1332
1566 +msgid "failed to write correct number of base graph ids"
1567 +msgstr "Fehler beim Schreiben der korrekten Anzahl von Basis-Graph-IDs."
1568
1536 -#: commit-graph.c:1057 midx.c:819
1569 +#: commit-graph.c:1365 midx.c:811
1570 #, c-format
1571 msgid "unable to create leading directories of %s"
1572 msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen."
1573
1541 -#: commit-graph.c:1097
1574 +#: commit-graph.c:1377 builtin/index-pack.c:306 builtin/repack.c:240
1575 +#, c-format
1576 +msgid "unable to create '%s'"
1577 +msgstr "konnte '%s' nicht erstellen"
1578 +
1579 +#: commit-graph.c:1437
1580 #, c-format
1581 msgid "Writing out commit graph in %d pass"
1582 msgid_plural "Writing out commit graph in %d passes"
1583 msgstr[0] "Schreibe Commit-Graph in %d Durchgang"
1584 msgstr[1] "Schreibe Commit-Graph in %d Durchgängen"
1585
1548 -#: commit-graph.c:1162
1586 +#: commit-graph.c:1478
1587 +msgid "unable to open commit-graph chain file"
1588 +msgstr "Konnte Commit-Graph Chain-Datei nicht öffnen."
1589 +
1590 +#: commit-graph.c:1490
1591 +msgid "failed to rename base commit-graph file"
1592 +msgstr "Konnte Basis-Commit-Graph-Datei nicht umbenennen."
1593 +
1594 +#: commit-graph.c:1510
1595 +msgid "failed to rename temporary commit-graph file"
1596 +msgstr "Konnte temporäre Commit-Graph-Datei nicht umbenennen."
1597 +
1598 +#: commit-graph.c:1621
1599 +msgid "Scanning merged commits"
1600 +msgstr "Durchsuche zusammengeführte Commits"
1601 +
1602 +#: commit-graph.c:1632
1603 +#, c-format
1604 +msgid "unexpected duplicate commit id %s"
1605 +msgstr "Unerwartete doppelte Commit-ID %s"
1606 +
1607 +#: commit-graph.c:1657
1608 +msgid "Merging commit-graph"
1609 +msgstr "Zusammenführen von Commit-Graph"
1610 +
1611 +#: commit-graph.c:1844
1612 +#, c-format
1613 +msgid "the commit graph format cannot write %d commits"
1614 +msgstr "Das Commit-Graph Format kann nicht %d Commits schreiben."
1615 +
1616 +#: commit-graph.c:1855
1617 +msgid "too many commits to write graph"
1618 +msgstr "Zu viele Commits zum Schreiben des Graphen."
1619 +
1620 +#: commit-graph.c:1945
1621 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1622 msgstr ""
1623 "Die Commit-Graph-Datei hat eine falsche Prüfsumme und ist wahrscheinlich "
1624 "beschädigt."
1625
1554 -#: commit-graph.c:1172
1626 +#: commit-graph.c:1955
1627 #, c-format
1628 msgid "commit-graph has incorrect OID order: %s then %s"
1629 msgstr "Commit-Graph hat fehlerhafte OID-Reihenfolge: %s dann %s"
1630
1559 -#: commit-graph.c:1182 commit-graph.c:1197
1631 +#: commit-graph.c:1965 commit-graph.c:1980
1632 #, c-format
1633 msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1634 msgstr "Commit-Graph hat fehlerhaften Fanout-Wert: fanout[%d] = %u != %u"
1635
1564 -#: commit-graph.c:1189
1636 +#: commit-graph.c:1972
1637 #, c-format
1638 msgid "failed to parse commit %s from commit-graph"
1639 msgstr "Konnte Commit %s von Commit-Graph nicht parsen."
1640
1569 -#: commit-graph.c:1206
1641 +#: commit-graph.c:1989
1642 msgid "Verifying commits in commit graph"
1643 msgstr "Commit in Commit-Graph überprüfen"
1644
1573 -#: commit-graph.c:1219
1645 +#: commit-graph.c:2002
1646 #, c-format
1647 msgid "failed to parse commit %s from object database for commit-graph"
1648 msgstr ""
1649 "Fehler beim Parsen des Commits %s von Objekt-Datenbank für Commit-Graph"
1650
1579 -#: commit-graph.c:1226
1651 +#: commit-graph.c:2009
1652 #, c-format
1653 msgid "root tree OID for commit %s in commit-graph is %s != %s"
1654 msgstr ""
1655 "OID des Wurzelverzeichnisses für Commit %s in Commit-Graph ist %s != %s"
1656
1585 -#: commit-graph.c:1236
1657 +#: commit-graph.c:2019
1658 #, c-format
1659 msgid "commit-graph parent list for commit %s is too long"
1660 msgstr "Commit-Graph Vorgänger-Liste für Commit %s ist zu lang"
1661
1590 -#: commit-graph.c:1242
1662 +#: commit-graph.c:2028
1663 #, c-format
1664 msgid "commit-graph parent for %s is %s != %s"
1665 msgstr "Commit-Graph-Vorgänger für %s ist %s != %s"
1666
1595 -#: commit-graph.c:1255
1667 +#: commit-graph.c:2041
1668 #, c-format
1669 msgid "commit-graph parent list for commit %s terminates early"
1670 msgstr "Commit-Graph Vorgänger-Liste für Commit %s endet zu früh"
1671
1600 -#: commit-graph.c:1260
1672 +#: commit-graph.c:2046
1673 #, c-format
1674 msgid ""
1675 "commit-graph has generation number zero for commit %s, but non-zero elsewhere"
@@ -1605,7 +1677,7 @@ msgstr ""
1677 "Commit-Graph hat Generationsnummer null für Commit %s, aber sonst ungleich "
1678 "null"
1679
1608 -#: commit-graph.c:1264
1680 +#: commit-graph.c:2050
1681 #, c-format
1682 msgid ""
1683 "commit-graph has non-zero generation number for commit %s, but zero elsewhere"
@@ -1613,12 +1685,12 @@ msgstr ""
1685 "Commit-Graph hat Generationsnummer ungleich null für Commit %s, aber sonst "
1686 "null"
1687
1616 -#: commit-graph.c:1279
1688 +#: commit-graph.c:2065
1689 #, c-format
1690 msgid "commit-graph generation for commit %s is %u != %u"
1691 msgstr "Commit-Graph Erstellung für Commit %s ist %u != %u"
1692
1621 -#: commit-graph.c:1285
1693 +#: commit-graph.c:2071
1694 #, c-format
1695 msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1696 msgstr ""
@@ -1628,7 +1700,7 @@ msgstr ""
1700 msgid "memory exhausted"
1701 msgstr "Speicher verbraucht"
1702
1631 -#: config.c:123
1703 +#: config.c:124
1704 #, c-format
1705 msgid ""
1706 "exceeded maximum include depth (%d) while including\n"
@@ -1644,312 +1716,312 @@ msgstr ""
1716 "überschritten.\n"
1717 "Das könnte durch zirkulare Includes entstanden sein."
1718
1647 -#: config.c:139
1719 +#: config.c:140
1720 #, c-format
1721 msgid "could not expand include path '%s'"
1722 msgstr "Konnte Include-Pfad '%s' nicht erweitern."
1723
1652 -#: config.c:150
1724 +#: config.c:151
1725 msgid "relative config includes must come from files"
1726 msgstr "Relative Includes von Konfigurationen müssen aus Dateien kommen."
1727
1656 -#: config.c:190
1728 +#: config.c:197
1729 msgid "relative config include conditionals must come from files"
1730 msgstr ""
1731 "Bedingungen für das Einbinden von Konfigurationen aus relativen Pfaden "
1732 "müssen\n"
1733 "aus Dateien kommen."
1734
1663 -#: config.c:348
1735 +#: config.c:376
1736 #, c-format
1737 msgid "key does not contain a section: %s"
1738 msgstr "Schlüssel enthält keine Sektion: %s"
1739
1668 -#: config.c:354
1740 +#: config.c:382
1741 #, c-format
1742 msgid "key does not contain variable name: %s"
1743 msgstr "Schlüssel enthält keinen Variablennamen: %s"
1744
1673 -#: config.c:378 sequencer.c:2459
1745 +#: config.c:406 sequencer.c:2463
1746 #, c-format
1747 msgid "invalid key: %s"
1748 msgstr "Ungültiger Schlüssel: %s"
1749
1678 -#: config.c:384
1750 +#: config.c:412
1751 #, c-format
1752 msgid "invalid key (newline): %s"
1753 msgstr "Ungültiger Schlüssel (neue Zeile): %s"
1754
1683 -#: config.c:420 config.c:432
1755 +#: config.c:448 config.c:460
1756 #, c-format
1757 msgid "bogus config parameter: %s"
1758 msgstr "Fehlerhafter Konfigurationsparameter: %s"
1759
1688 -#: config.c:467
1760 +#: config.c:495
1761 #, c-format
1762 msgid "bogus format in %s"
1763 msgstr "Fehlerhaftes Format in %s"
1764
1693 -#: config.c:793
1765 +#: config.c:821
1766 #, c-format
1767 msgid "bad config line %d in blob %s"
1768 msgstr "Ungültige Konfigurationszeile %d in Blob %s"
1769
1698 -#: config.c:797
1770 +#: config.c:825
1771 #, c-format
1772 msgid "bad config line %d in file %s"
1773 msgstr "Ungültige Konfigurationszeile %d in Datei %s"
1774
1703 -#: config.c:801
1775 +#: config.c:829
1776 #, c-format
1777 msgid "bad config line %d in standard input"
1778 msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
1779
1708 -#: config.c:805
1780 +#: config.c:833
1781 #, c-format
1782 msgid "bad config line %d in submodule-blob %s"
1783 msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
1784
1713 -#: config.c:809
1785 +#: config.c:837
1786 #, c-format
1787 msgid "bad config line %d in command line %s"
1788 msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
1789
1718 -#: config.c:813
1790 +#: config.c:841
1791 #, c-format
1792 msgid "bad config line %d in %s"
1793 msgstr "Ungültige Konfigurationszeile %d in %s"
1794
1723 -#: config.c:952
1795 +#: config.c:978
1796 msgid "out of range"
1797 msgstr "Außerhalb des Bereichs"
1798
1727 -#: config.c:952
1799 +#: config.c:978
1800 msgid "invalid unit"
1801 msgstr "Ungültige Einheit"
1802
1731 -#: config.c:958
1803 +#: config.c:979
1804 #, c-format
1805 msgid "bad numeric config value '%s' for '%s': %s"
1806 msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
1807
1736 -#: config.c:963
1808 +#: config.c:998
1809 #, c-format
1810 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1811 msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"
1812
1741 -#: config.c:966
1813 +#: config.c:1001
1814 #, c-format
1815 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1816 msgstr ""
1817 "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"
1818
1747 -#: config.c:969
1819 +#: config.c:1004
1820 #, c-format
1821 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1822 msgstr ""
1823 "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: "
1824 "%s"
1825
1754 -#: config.c:972
1826 +#: config.c:1007
1827 #, c-format
1828 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1829 msgstr ""
1830 "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: "
1831 "%s"
1832
1761 -#: config.c:975
1833 +#: config.c:1010
1834 #, c-format
1835 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1836 msgstr ""
1837 "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: "
1838 "%s"
1839
1768 -#: config.c:978
1840 +#: config.c:1013
1841 #, c-format
1842 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1843 msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
1844
1773 -#: config.c:1073
1845 +#: config.c:1108
1846 #, c-format
1847 msgid "failed to expand user dir in: '%s'"
1848 msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
1849
1778 -#: config.c:1082
1850 +#: config.c:1117
1851 #, c-format
1852 msgid "'%s' for '%s' is not a valid timestamp"
1853 msgstr "'%s' ist kein gültiger Zeitstempel für '%s'"
1854
1783 -#: config.c:1173
1855 +#: config.c:1208
1856 #, c-format
1857 msgid "abbrev length out of range: %d"
1858 msgstr "Länge für Abkürzung von Commit-IDs außerhalb des Bereichs: %d"
1859
1788 -#: config.c:1187 config.c:1198
1860 +#: config.c:1222 config.c:1233
1861 #, c-format
1862 msgid "bad zlib compression level %d"
1863 msgstr "ungültiger zlib Komprimierungsgrad %d"
1864
1793 -#: config.c:1290
1865 +#: config.c:1325
1866 msgid "core.commentChar should only be one character"
1867 msgstr "core.commentChar sollte nur ein Zeichen sein"
1868
1797 -#: config.c:1323
1869 +#: config.c:1358
1870 #, c-format
1871 msgid "invalid mode for object creation: %s"
1872 msgstr "Ungültiger Modus für Objekterstellung: %s"
1873
1802 -#: config.c:1395
1874 +#: config.c:1430
1875 #, c-format
1876 msgid "malformed value for %s"
1877 msgstr "Ungültiger Wert für %s."
1878
1807 -#: config.c:1421
1879 +#: config.c:1456
1880 #, c-format
1881 msgid "malformed value for %s: %s"
1882 msgstr "Ungültiger Wert für %s: %s"
1883
1812 -#: config.c:1422
1884 +#: config.c:1457
1885 msgid "must be one of nothing, matching, simple, upstream or current"
1886 msgstr ""
1887 "Muss einer von diesen sein: nothing, matching, simple, upstream, current"
1888
1817 -#: config.c:1483 builtin/pack-objects.c:3397
1889 +#: config.c:1518 builtin/pack-objects.c:3410
1890 #, c-format
1891 msgid "bad pack compression level %d"
1892 msgstr "ungültiger Komprimierungsgrad (%d) für Paketierung"
1893
1822 -#: config.c:1604
1894 +#: config.c:1639
1895 #, c-format
1896 msgid "unable to load config blob object '%s'"
1897 msgstr "Konnte Blob-Objekt '%s' für Konfiguration nicht laden."
1898
1827 -#: config.c:1607
1899 +#: config.c:1642
1900 #, c-format
1901 msgid "reference '%s' does not point to a blob"
1902 msgstr "Referenz '%s' zeigt auf keinen Blob."
1903
1832 -#: config.c:1624
1904 +#: config.c:1659
1905 #, c-format
1906 msgid "unable to resolve config blob '%s'"
1907 msgstr "Konnte Blob '%s' für Konfiguration nicht auflösen."
1908
1837 -#: config.c:1654
1909 +#: config.c:1689
1910 #, c-format
1911 msgid "failed to parse %s"
1912 msgstr "Fehler beim Parsen von %s."
1913
1842 -#: config.c:1710
1914 +#: config.c:1745
1915 msgid "unable to parse command-line config"
1916 msgstr ""
1917 "Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
1918
1847 -#: config.c:2059
1919 +#: config.c:2094
1920 msgid "unknown error occurred while reading the configuration files"
1921 msgstr ""
1922 "Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
1923
1852 -#: config.c:2229
1924 +#: config.c:2264
1925 #, c-format
1926 msgid "Invalid %s: '%s'"
1927 msgstr "Ungültiger %s: '%s'"
1928
1857 -#: config.c:2272
1929 +#: config.c:2307
1930 #, c-format
1931 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1932 msgstr ""
1933 "Unbekannter Wert '%s' in core.untrackedCache; benutze Standardwert 'keep'"
1934
1863 -#: config.c:2298
1935 +#: config.c:2333
1936 #, c-format
1937 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1938 msgstr ""
1939 "Der Wert '%d' von splitIndex.maxPercentChange sollte zwischen 0 und 100 "
1940 "liegen."
1941
1870 -#: config.c:2344
1942 +#: config.c:2379
1943 #, c-format
1944 msgid "unable to parse '%s' from command-line config"
1945 msgstr ""
1946 "Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"
1947 "nicht parsen."
1948
1877 -#: config.c:2346
1949 +#: config.c:2381
1950 #, c-format
1951 msgid "bad config variable '%s' in file '%s' at line %d"
1952 msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
1953
1882 -#: config.c:2427
1954 +#: config.c:2462
1955 #, c-format
1956 msgid "invalid section name '%s'"
1957 msgstr "Ungültiger Sektionsname '%s'"
1958
1887 -#: config.c:2459
1959 +#: config.c:2494
1960 #, c-format
1961 msgid "%s has multiple values"
1962 msgstr "%s hat mehrere Werte"
1963
1892 -#: config.c:2488
1964 +#: config.c:2523
1965 #, c-format
1966 msgid "failed to write new configuration file %s"
1967 msgstr "Konnte neue Konfigurationsdatei '%s' nicht schreiben."
1968
1897 -#: config.c:2740 config.c:3064
1969 +#: config.c:2775 config.c:3099
1970 #, c-format
1971 msgid "could not lock config file %s"
1972 msgstr "Konnte Konfigurationsdatei '%s' nicht sperren."
1973
1902 -#: config.c:2751
1974 +#: config.c:2786
1975 #, c-format
1976 msgid "opening %s"
1977 msgstr "Öffne %s"
1978
1907 -#: config.c:2786 builtin/config.c:328
1979 +#: config.c:2821 builtin/config.c:328
1980 #, c-format
1981 msgid "invalid pattern: %s"
1982 msgstr "Ungültiges Muster: %s"
1983
1912 -#: config.c:2811
1984 +#: config.c:2846
1985 #, c-format
1986 msgid "invalid config file %s"
1987 msgstr "Ungültige Konfigurationsdatei %s"
1988
1917 -#: config.c:2824 config.c:3077
1989 +#: config.c:2859 config.c:3112
1990 #, c-format
1991 msgid "fstat on %s failed"
1992 msgstr "fstat auf %s fehlgeschlagen"
1993
1922 -#: config.c:2835
1994 +#: config.c:2870
1995 #, c-format
1996 msgid "unable to mmap '%s'"
1997 msgstr "mmap für '%s' fehlgeschlagen"
1998
1927 -#: config.c:2844 config.c:3082
1999 +#: config.c:2879 config.c:3117
2000 #, c-format
2001 msgid "chmod on %s failed"
2002 msgstr "chmod auf %s fehlgeschlagen"
2003
1932 -#: config.c:2929 config.c:3179
2004 +#: config.c:2964 config.c:3214
2005 #, c-format
2006 msgid "could not write config file %s"
2007 msgstr "Konnte Konfigurationsdatei %s nicht schreiben."
2008
1937 -#: config.c:2963
2009 +#: config.c:2998
2010 #, c-format
2011 msgid "could not set '%s' to '%s'"
2012 msgstr "Konnte '%s' nicht zu '%s' setzen."
2013
1942 -#: config.c:2965 builtin/remote.c:782
2014 +#: config.c:3000 builtin/remote.c:782
2015 #, c-format
2016 msgid "could not unset '%s'"
2017 msgstr "Konnte '%s' nicht aufheben."
2018
1947 -#: config.c:3055
2019 +#: config.c:3090
2020 #, c-format
2021 msgid "invalid section name: %s"
2022 msgstr "Ungültiger Sektionsname: %s"
2023
1952 -#: config.c:3222
2024 +#: config.c:3257
2025 #, c-format
2026 msgid "missing value for '%s'"
2027 msgstr "Fehlender Wert für '%s'"
@@ -2117,19 +2189,19 @@ msgstr "Merkwürdigen Pfadnamen '%s' blockiert."
2189 msgid "unable to fork"
2190 msgstr "Kann Prozess nicht starten."
2191
2120 -#: connected.c:85 builtin/fsck.c:221 builtin/prune.c:43
2192 +#: connected.c:86 builtin/fsck.c:221 builtin/prune.c:43
2193 msgid "Checking connectivity"
2194 msgstr "Prüfe Konnektivität"
2195
2124 -#: connected.c:97
2196 +#: connected.c:98
2197 msgid "Could not run 'git rev-list'"
2198 msgstr "Konnte 'git rev-list' nicht ausführen"
2199
2128 -#: connected.c:117
2200 +#: connected.c:118
2201 msgid "failed write to rev-list"
2202 msgstr "Fehler beim Schreiben nach rev-list"
2203
2132 -#: connected.c:124
2204 +#: connected.c:125
2205 msgid "failed to close rev-list's stdin"
2206 msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"
2207
@@ -2352,7 +2424,7 @@ msgstr ""
2424 "Regulärer Ausdruck des Delta-Island aus Konfiguration hat zu\n"
2425 "viele Capture-Gruppen (maximal %d)."
2426
2355 -#: delta-islands.c:466
2427 +#: delta-islands.c:467
2428 #, c-format
2429 msgid "Marked %d islands, done.\n"
2430 msgstr "%d Delta-Islands markiert, fertig.\n"
@@ -2428,36 +2500,36 @@ msgstr ""
2500 "Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
2501 "%s"
2502
2431 -#: diff.c:4210
2503 +#: diff.c:4215
2504 #, c-format
2505 msgid "external diff died, stopping at %s"
2506 msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
2507
2436 -#: diff.c:4555
2508 +#: diff.c:4560
2509 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2510 msgstr ""
2511 "--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
2512
2441 -#: diff.c:4558
2513 +#: diff.c:4563
2514 msgid "-G, -S and --find-object are mutually exclusive"
2515 msgstr "-G, -S und --find-object schließen sich gegenseitig aus"
2516
2445 -#: diff.c:4636
2517 +#: diff.c:4641
2518 msgid "--follow requires exactly one pathspec"
2519 msgstr "--follow erfordert genau eine Pfadspezifikation"
2520
2449 -#: diff.c:4684
2521 +#: diff.c:4689
2522 #, c-format
2523 msgid "invalid --stat value: %s"
2524 msgstr "Ungültiger --stat Wert: %s"
2525
2454 -#: diff.c:4689 diff.c:4694 diff.c:4699 diff.c:4704 diff.c:5217
2526 +#: diff.c:4694 diff.c:4699 diff.c:4704 diff.c:4709 diff.c:5222
2527 #: parse-options.c:199 parse-options.c:203
2528 #, c-format
2529 msgid "%s expects a numerical value"
2530 msgstr "%s erwartet einen numerischen Wert."
2531
2460 -#: diff.c:4721
2532 +#: diff.c:4726
2533 #, c-format
2534 msgid ""
2535 "Failed to parse --dirstat/-X option parameter:\n"
@@ -2466,42 +2538,42 @@ msgstr ""
2538 "Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
2539 "%s"
2540
2469 -#: diff.c:4806
2541 +#: diff.c:4811
2542 #, c-format
2543 msgid "unknown change class '%c' in --diff-filter=%s"
2544 msgstr "Unbekannte Änderungsklasse '%c' in --diff-filter=%s"
2545
2474 -#: diff.c:4830
2546 +#: diff.c:4835
2547 #, c-format
2548 msgid "unknown value after ws-error-highlight=%.*s"
2549 msgstr "Unbekannter Wert nach ws-error-highlight=%.*s"
2550
2479 -#: diff.c:4844
2551 +#: diff.c:4849
2552 #, c-format
2553 msgid "unable to resolve '%s'"
2554 msgstr "konnte '%s' nicht auflösen"
2555
2484 -#: diff.c:4894 diff.c:4900
2556 +#: diff.c:4899 diff.c:4905
2557 #, c-format
2558 msgid "%s expects <n>/<m> form"
2559 msgstr "%s erwartet die Form <n>/<m>"
2560
2489 -#: diff.c:4912
2561 +#: diff.c:4917
2562 #, c-format
2563 msgid "%s expects a character, got '%s'"
2564 msgstr "%s erwartet ein Zeichen, '%s' bekommen"
2565
2494 -#: diff.c:4933
2566 +#: diff.c:4938
2567 #, c-format
2568 msgid "bad --color-moved argument: %s"
2569 msgstr "Ungültiges --color-moved Argument: %s"
2570
2499 -#: diff.c:4952
2571 +#: diff.c:4957
2572 #, c-format
2573 msgid "invalid mode '%s' in --color-moved-ws"
2574 msgstr "Ungültiger Modus '%s' in --color-moved-ws"
2575
2504 -#: diff.c:4992
2576 +#: diff.c:4997
2577 msgid ""
2578 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2579 "\"histogram\""
@@ -2509,152 +2581,152 @@ msgstr ""
2581 "Option diff-algorithm akzeptiert: \"myers\", \"minimal\", \"patience\" and "
2582 "\"histogram\""
2583
2512 -#: diff.c:5028 diff.c:5048
2584 +#: diff.c:5033 diff.c:5053
2585 #, c-format
2586 msgid "invalid argument to %s"
2587 msgstr "Ungültiges Argument für %s"
2588
2517 -#: diff.c:5186
2589 +#: diff.c:5191
2590 #, c-format
2591 msgid "failed to parse --submodule option parameter: '%s'"
2592 msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
2593
2522 -#: diff.c:5242
2594 +#: diff.c:5247
2595 #, c-format
2596 msgid "bad --word-diff argument: %s"
2597 msgstr "Ungültiges --word-diff Argument: %s"
2598
2527 -#: diff.c:5265
2599 +#: diff.c:5270
2600 msgid "Diff output format options"
2601 msgstr "Diff-Optionen zu Ausgabeformaten"
2602
2531 -#: diff.c:5267 diff.c:5273
2603 +#: diff.c:5272 diff.c:5278
2604 msgid "generate patch"
2605 msgstr "Erzeuge Patch"
2606
2535 -#: diff.c:5270 builtin/log.c:167
2607 +#: diff.c:5275 builtin/log.c:172
2608 msgid "suppress diff output"
2609 msgstr "Ausgabe der Unterschiede unterdrücken"
2610
2539 -#: diff.c:5275 diff.c:5389 diff.c:5396
2611 +#: diff.c:5280 diff.c:5394 diff.c:5401
2612 msgid "<n>"
2613 msgstr "<n>"
2614
2543 -#: diff.c:5276 diff.c:5279
2615 +#: diff.c:5281 diff.c:5284
2616 msgid "generate diffs with <n> lines context"
2617 msgstr "Erstelle Unterschiede mit <n> Zeilen des Kontextes"
2618
2547 -#: diff.c:5281
2619 +#: diff.c:5286
2620 msgid "generate the diff in raw format"
2621 msgstr "Erstelle Unterschiede im Rohformat"
2622
2551 -#: diff.c:5284
2623 +#: diff.c:5289
2624 msgid "synonym for '-p --raw'"
2625 msgstr "Synonym für '-p --raw'"
2626
2555 -#: diff.c:5288
2627 +#: diff.c:5293
2628 msgid "synonym for '-p --stat'"
2629 msgstr "Synonym für '-p --stat'"
2630
2559 -#: diff.c:5292
2631 +#: diff.c:5297
2632 msgid "machine friendly --stat"
2633 msgstr "maschinenlesbare Ausgabe von --stat"
2634
2563 -#: diff.c:5295
2635 +#: diff.c:5300
2636 msgid "output only the last line of --stat"
2637 msgstr "nur die letzte Zeile von --stat ausgeben"
2638
2567 -#: diff.c:5297 diff.c:5305
2639 +#: diff.c:5302 diff.c:5310
2640 msgid "<param1,param2>..."
2641 msgstr "<Parameter1,Parameter2>..."
2642
2571 -#: diff.c:5298
2643 +#: diff.c:5303
2644 msgid ""
2645 "output the distribution of relative amount of changes for each sub-directory"
2646 msgstr ""
2647 "Gebe die Verteilung des relativen Umfangs der Änderungen für jedes "
2648 "Unterverzeichnis aus"
2649
2578 -#: diff.c:5302
2650 +#: diff.c:5307
2651 msgid "synonym for --dirstat=cumulative"
2652 msgstr "Synonym für --dirstat=cumulative"
2653
2582 -#: diff.c:5306
2654 +#: diff.c:5311
2655 msgid "synonym for --dirstat=files,param1,param2..."
2656 msgstr "Synonym für --dirstat=files,Parameter1,Parameter2..."
2657
2586 -#: diff.c:5310
2658 +#: diff.c:5315
2659 msgid "warn if changes introduce conflict markers or whitespace errors"
2660 msgstr ""
2661 "Warnen, wenn Änderungen Konfliktmarker oder Whitespace-Fehler einbringen"
2662
2591 -#: diff.c:5313
2663 +#: diff.c:5318
2664 msgid "condensed summary such as creations, renames and mode changes"
2665 msgstr ""
2666 "Gekürzte Zusammenfassung, wie z.B. Erstellungen, Umbenennungen und "
2667 "Änderungen der Datei-Rechte"
2668
2597 -#: diff.c:5316
2669 +#: diff.c:5321
2670 msgid "show only names of changed files"
2671 msgstr "nur Dateinamen der geänderten Dateien anzeigen"
2672
2601 -#: diff.c:5319
2673 +#: diff.c:5324
2674 msgid "show only names and status of changed files"
2675 msgstr "nur Dateinamen und Status der geänderten Dateien anzeigen"
2676
2605 -#: diff.c:5321
2677 +#: diff.c:5326
2678 msgid "<width>[,<name-width>[,<count>]]"
2679 msgstr "<Breite>[,<Namens-Breite>[,<Anzahl>]]"
2680
2609 -#: diff.c:5322
2681 +#: diff.c:5327
2682 msgid "generate diffstat"
2683 msgstr "Generiere Zusammenfassung der Unterschiede"
2684
2613 -#: diff.c:5324 diff.c:5327 diff.c:5330
2685 +#: diff.c:5329 diff.c:5332 diff.c:5335
2686 msgid "<width>"
2687 msgstr "<Breite>"
2688
2617 -#: diff.c:5325
2689 +#: diff.c:5330
2690 msgid "generate diffstat with a given width"
2691 msgstr "Erzeuge Zusammenfassung der Unterschiede mit gegebener Breite"
2692
2621 -#: diff.c:5328
2693 +#: diff.c:5333
2694 msgid "generate diffstat with a given name width"
2695 msgstr "Erzeuge Zusammenfassung der Unterschiede mit gegebener Namens-Breite"
2696
2625 -#: diff.c:5331
2697 +#: diff.c:5336
2698 msgid "generate diffstat with a given graph width"
2699 msgstr "Erzeuge Zusammenfassung der Unterschiede mit gegebener Graph-Breite"
2700
2629 -#: diff.c:5333
2701 +#: diff.c:5338
2702 msgid "<count>"
2703 msgstr "<Anzahl>"
2704
2633 -#: diff.c:5334
2705 +#: diff.c:5339
2706 msgid "generate diffstat with limited lines"
2707 msgstr "Erzeuge Zusammenfassung der Unterschiede mit begrenzten Zeilen"
2708
2637 -#: diff.c:5337
2709 +#: diff.c:5342
2710 msgid "generate compact summary in diffstat"
2711 msgstr "Erzeuge kompakte Zusammenstellung in Zusammenfassung der Unterschiede"
2712
2641 -#: diff.c:5340
2713 +#: diff.c:5345
2714 msgid "output a binary diff that can be applied"
2715 msgstr "Gebe eine binäre Differenz aus, dass angewendet werden kann"
2716
2645 -#: diff.c:5343
2717 +#: diff.c:5348
2718 msgid "show full pre- and post-image object names on the \"index\" lines"
2719 msgstr "Zeige vollständige Objekt-Namen in den \"index\"-Zeilen"
2720
2649 -#: diff.c:5345
2721 +#: diff.c:5350
2722 msgid "show colored diff"
2723 msgstr "Zeige farbige Unterschiede"
2724
2653 -#: diff.c:5346
2725 +#: diff.c:5351
2726 msgid "<kind>"
2727 msgstr "<Art>"
2728
2657 -#: diff.c:5347
2729 +#: diff.c:5352
2730 msgid ""
2731 "highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2732 "diff"
@@ -2662,7 +2734,7 @@ msgstr ""
2734 "Hebe Whitespace-Fehler in den Zeilen 'context', 'old' oder 'new' bei den "
2735 "Unterschieden hervor"
2736
2665 -#: diff.c:5350
2737 +#: diff.c:5355
2738 msgid ""
2739 "do not munge pathnames and use NULs as output field terminators in --raw or "
2740 "--numstat"
@@ -2670,91 +2742,91 @@ msgstr ""
2742 "Verschleiere nicht die Pfadnamen und nutze NUL-Zeichen als Schlusszeichen in "
2743 "Ausgabefeldern bei --raw oder --numstat"
2744
2673 -#: diff.c:5353 diff.c:5356 diff.c:5359 diff.c:5465
2745 +#: diff.c:5358 diff.c:5361 diff.c:5364 diff.c:5470
2746 msgid "<prefix>"
2747 msgstr "<Präfix>"
2748
2677 -#: diff.c:5354
2749 +#: diff.c:5359
2750 msgid "show the given source prefix instead of \"a/\""
2751 msgstr "Zeige den gegebenen Quell-Präfix statt \"a/\""
2752
2681 -#: diff.c:5357
2753 +#: diff.c:5362
2754 msgid "show the given destination prefix instead of \"b/\""
2755 msgstr "Zeige den gegebenen Ziel-Präfix statt \"b/\""
2756
2685 -#: diff.c:5360
2757 +#: diff.c:5365
2758 msgid "prepend an additional prefix to every line of output"
2759 msgstr "Stelle einen zusätzlichen Präfix bei jeder Ausgabezeile voran"
2760
2689 -#: diff.c:5363
2761 +#: diff.c:5368
2762 msgid "do not show any source or destination prefix"
2763 msgstr "Zeige keine Quell- oder Ziel-Präfixe an"
2764
2693 -#: diff.c:5366
2765 +#: diff.c:5371
2766 msgid "show context between diff hunks up to the specified number of lines"
2767 msgstr ""
2768 "Zeige Kontext zwischen Unterschied-Blöcken bis zur angegebenen Anzahl von "
2769 "Zeilen."
2770
2699 -#: diff.c:5370 diff.c:5375 diff.c:5380
2771 +#: diff.c:5375 diff.c:5380 diff.c:5385
2772 msgid "<char>"
2773 msgstr "<Zeichen>"
2774
2703 -#: diff.c:5371
2775 +#: diff.c:5376
2776 msgid "specify the character to indicate a new line instead of '+'"
2777 msgstr "Das Zeichen festlegen, das eine neue Zeile kennzeichnet (statt '+')"
2778
2707 -#: diff.c:5376
2779 +#: diff.c:5381
2780 msgid "specify the character to indicate an old line instead of '-'"
2781 msgstr "Das Zeichen festlegen, das eine alte Zeile kennzeichnet (statt '-')"
2782
2711 -#: diff.c:5381
2783 +#: diff.c:5386
2784 msgid "specify the character to indicate a context instead of ' '"
2785 msgstr "Das Zeichen festlegen, das den Kontext kennzeichnet (statt ' ')"
2786
2715 -#: diff.c:5384
2787 +#: diff.c:5389
2788 msgid "Diff rename options"
2789 msgstr "Diff-Optionen zur Umbenennung"
2790
2719 -#: diff.c:5385
2791 +#: diff.c:5390
2792 msgid "<n>[/<m>]"
2793 msgstr "<n>[/<m>]"
2794
2723 -#: diff.c:5386
2795 +#: diff.c:5391
2796 msgid "break complete rewrite changes into pairs of delete and create"
2797 msgstr ""
2798 "Teile komplette Rewrite-Änderungen in Änderungen mit \"löschen\" und "
2799 "\"erstellen\""
2800
2729 -#: diff.c:5390
2801 +#: diff.c:5395
2802 msgid "detect renames"
2803 msgstr "Umbenennungen erkennen"
2804
2733 -#: diff.c:5394
2805 +#: diff.c:5399
2806 msgid "omit the preimage for deletes"
2807 msgstr "Preimage für Löschungen weglassen."
2808
2737 -#: diff.c:5397
2809 +#: diff.c:5402
2810 msgid "detect copies"
2811 msgstr "Kopien erkennen"
2812
2741 -#: diff.c:5401
2813 +#: diff.c:5406
2814 msgid "use unmodified files as source to find copies"
2815 msgstr "Nutze ungeänderte Dateien als Quelle zum Finden von Kopien"
2816
2745 -#: diff.c:5403
2817 +#: diff.c:5408
2818 msgid "disable rename detection"
2819 msgstr "Erkennung von Umbenennungen deaktivieren"
2820
2749 -#: diff.c:5406
2821 +#: diff.c:5411
2822 msgid "use empty blobs as rename source"
2823 msgstr "Nutze leere Blobs als Quelle von Umbennungen"
2824
2753 -#: diff.c:5408
2825 +#: diff.c:5413
2826 msgid "continue listing the history of a file beyond renames"
2827 msgstr "Fortführen der Auflistung der Historie einer Datei nach Umbennung"
2828
2757 -#: diff.c:5411
2829 +#: diff.c:5416
2830 msgid ""
2831 "prevent rename/copy detection if the number of rename/copy targets exceeds "
2832 "given limit"
@@ -2762,159 +2834,159 @@ msgstr ""
2834 "Verhindere die Erkennung von Umbennungen und Kopien, wenn die Anzahl der "
2835 "Ziele für Umbennungen und Kopien das gegebene Limit überschreitet"
2836
2765 -#: diff.c:5413
2837 +#: diff.c:5418
2838 msgid "Diff algorithm options"
2839 msgstr "Diff Algorithmus-Optionen"
2840
2769 -#: diff.c:5415
2841 +#: diff.c:5420
2842 msgid "produce the smallest possible diff"
2843 msgstr "Erzeuge die kleinstmöglichen Änderungen"
2844
2773 -#: diff.c:5418
2845 +#: diff.c:5423
2846 msgid "ignore whitespace when comparing lines"
2847 msgstr "Whitespace-Änderungen beim Vergleich von Zeilen ignorieren"
2848
2777 -#: diff.c:5421
2849 +#: diff.c:5426
2850 msgid "ignore changes in amount of whitespace"
2851 msgstr "Änderungen bei der Anzahl von Whitespace ignorieren"
2852
2781 -#: diff.c:5424
2853 +#: diff.c:5429
2854 msgid "ignore changes in whitespace at EOL"
2855 msgstr "Whitespace-Änderungen am Zeilenende ignorieren"
2856
2785 -#: diff.c:5427
2857 +#: diff.c:5432
2858 msgid "ignore carrier-return at the end of line"
2859 msgstr "Ignoriere den Zeilenumbruch am Ende der Zeile"
2860
2789 -#: diff.c:5430
2861 +#: diff.c:5435
2862 msgid "ignore changes whose lines are all blank"
2863 msgstr "Ignoriere Änderungen in leeren Zeilen"
2864
2793 -#: diff.c:5433
2865 +#: diff.c:5438
2866 msgid "heuristic to shift diff hunk boundaries for easy reading"
2867 msgstr ""
2868 "Heuristik, um Grenzen der Änderungsblöcke für bessere Lesbarkeit zu "
2869 "verschieben"
2870
2799 -#: diff.c:5436
2871 +#: diff.c:5441
2872 msgid "generate diff using the \"patience diff\" algorithm"
2873 msgstr "Erzeuge Änderungen durch Nutzung des Algorithmus \"Patience Diff\""
2874
2803 -#: diff.c:5440
2875 +#: diff.c:5445
2876 msgid "generate diff using the \"histogram diff\" algorithm"
2877 msgstr "Erzeuge Änderungen durch Nutzung des Algorithmus \"Histogram Diff\""
2878
2807 -#: diff.c:5442
2879 +#: diff.c:5447
2880 msgid "<algorithm>"
2881 msgstr "<Algorithmus>"
2882
2811 -#: diff.c:5443
2883 +#: diff.c:5448
2884 msgid "choose a diff algorithm"
2885 msgstr "Ein Algorithmus für Änderungen wählen"
2886
2815 -#: diff.c:5445
2887 +#: diff.c:5450
2888 msgid "<text>"
2889 msgstr "<Text>"
2890
2819 -#: diff.c:5446
2891 +#: diff.c:5451
2892 msgid "generate diff using the \"anchored diff\" algorithm"
2893 msgstr "Erzeuge Änderungen durch Nutzung des Algorithmus \"Anchored Diff\""
2894
2823 -#: diff.c:5448 diff.c:5457 diff.c:5460
2895 +#: diff.c:5453 diff.c:5462 diff.c:5465
2896 msgid "<mode>"
2897 msgstr "<Modus>"
2898
2827 -#: diff.c:5449
2899 +#: diff.c:5454
2900 msgid "show word diff, using <mode> to delimit changed words"
2901 msgstr "Zeige Wort-Änderungen, nutze <Modus>, um Wörter abzugrenzen"
2902
2831 -#: diff.c:5451 diff.c:5454 diff.c:5499
2903 +#: diff.c:5456 diff.c:5459 diff.c:5504
2904 msgid "<regex>"
2905 msgstr "<Regex>"
2906
2835 -#: diff.c:5452
2907 +#: diff.c:5457
2908 msgid "use <regex> to decide what a word is"
2909 msgstr "Nutze <Regex>, um zu entscheiden, was ein Wort ist"
2910
2839 -#: diff.c:5455
2911 +#: diff.c:5460
2912 msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2913 msgstr "Entsprechend wie --word-diff=color --word-diff-regex=<Regex>"
2914
2843 -#: diff.c:5458
2915 +#: diff.c:5463
2916 msgid "moved lines of code are colored differently"
2917 msgstr "Verschobene Codezeilen sind andersfarbig"
2918
2847 -#: diff.c:5461
2919 +#: diff.c:5466
2920 msgid "how white spaces are ignored in --color-moved"
2921 msgstr "Wie Whitespaces in --color-moved ignoriert werden"
2922
2851 -#: diff.c:5464
2923 +#: diff.c:5469
2924 msgid "Other diff options"
2925 msgstr "Andere Diff-Optionen"
2926
2855 -#: diff.c:5466
2927 +#: diff.c:5471
2928 msgid "when run from subdir, exclude changes outside and show relative paths"
2929 msgstr ""
2930 "Wenn vom Unterverzeichnis aufgerufen, schließe Änderungen außerhalb aus und "
2931 "zeige relative Pfade an"
2932
2861 -#: diff.c:5470
2933 +#: diff.c:5475
2934 msgid "treat all files as text"
2935 msgstr "alle Dateien als Text behandeln"
2936
2865 -#: diff.c:5472
2937 +#: diff.c:5477
2938 msgid "swap two inputs, reverse the diff"
2939 msgstr "Vertausche die beiden Eingaben und drehe die Änderungen um"
2940
2869 -#: diff.c:5474
2941 +#: diff.c:5479
2942 msgid "exit with 1 if there were differences, 0 otherwise"
2943 msgstr ""
2944 "Beende mit Exit-Status 1, wenn Änderungen vorhanden sind, andernfalls mit 0"
2945
2874 -#: diff.c:5476
2946 +#: diff.c:5481
2947 msgid "disable all output of the program"
2948 msgstr "Keine Ausgaben vom Programm"
2949
2878 -#: diff.c:5478
2950 +#: diff.c:5483
2951 msgid "allow an external diff helper to be executed"
2952 msgstr "Erlaube die Ausführung eines externes Programms für Änderungen"
2953
2882 -#: diff.c:5480
2954 +#: diff.c:5485
2955 msgid "run external text conversion filters when comparing binary files"
2956 msgstr ""
2957 "Führe externe Text-Konvertierungsfilter aus, wenn binäre Dateien vergleicht "
2958 "werden"
2959
2888 -#: diff.c:5482
2960 +#: diff.c:5487
2961 msgid "<when>"
2962 msgstr "<wann>"
2963
2892 -#: diff.c:5483
2964 +#: diff.c:5488
2965 msgid "ignore changes to submodules in the diff generation"
2966 msgstr ""
2967 "Änderungen in Submodulen während der Erstellung der Unterschiede ignorieren"
2968
2897 -#: diff.c:5486
2969 +#: diff.c:5491
2970 msgid "<format>"
2971 msgstr "<Format>"
2972
2901 -#: diff.c:5487
2973 +#: diff.c:5492
2974 msgid "specify how differences in submodules are shown"
2975 msgstr "Angeben, wie Unterschiede in Submodulen gezeigt werden"
2976
2905 -#: diff.c:5491
2977 +#: diff.c:5496
2978 msgid "hide 'git add -N' entries from the index"
2979 msgstr "verstecke 'git add -N' Einträge vom Index"
2980
2909 -#: diff.c:5494
2981 +#: diff.c:5499
2982 msgid "treat 'git add -N' entries as real in the index"
2983 msgstr "Behandle 'git add -N' Einträge im Index als echt"
2984
2913 -#: diff.c:5496
2985 +#: diff.c:5501
2986 msgid "<string>"
2987 msgstr "<Zeichenkette>"
2988
2917 -#: diff.c:5497
2989 +#: diff.c:5502
2990 msgid ""
2991 "look for differences that change the number of occurrences of the specified "
2992 "string"
@@ -2922,7 +2994,7 @@ msgstr ""
2994 "Suche nach Unterschieden, welche die Anzahl des Vorkommens der angegebenen "
2995 "Zeichenkette verändern"
2996
2925 -#: diff.c:5500
2997 +#: diff.c:5505
2998 msgid ""
2999 "look for differences that change the number of occurrences of the specified "
3000 "regex"
@@ -2930,25 +3002,25 @@ msgstr ""
3002 "Suche nach Unterschieden, welche die Anzahl des Vorkommens des angegebenen "
3003 "regulären Ausdrucks verändern"
3004
2933 -#: diff.c:5503
3005 +#: diff.c:5508
3006 msgid "show all changes in the changeset with -S or -G"
3007 msgstr "zeige alle Änderungen im Changeset mit -S oder -G"
3008
2937 -#: diff.c:5506
3009 +#: diff.c:5511
3010 msgid "treat <string> in -S as extended POSIX regular expression"
3011 msgstr ""
3012 "behandle <Zeichenkette> bei -S als erweiterten POSIX regulären Ausdruck"
3013
2942 -#: diff.c:5509
3014 +#: diff.c:5514
3015 msgid "control the order in which files appear in the output"
3016 msgstr ""
3017 "kontrolliere die Reihenfolge, in der die Dateien in der Ausgabe erscheinen"
3018
2947 -#: diff.c:5510
3019 +#: diff.c:5515
3020 msgid "<object-id>"
3021 msgstr "<Objekt-ID>"
3022
2951 -#: diff.c:5511
3023 +#: diff.c:5516
3024 msgid ""
3025 "look for differences that change the number of occurrences of the specified "
3026 "object"
@@ -2956,33 +3028,33 @@ msgstr ""
3028 "Suche nach Unterschieden, welche die Anzahl des Vorkommens des angegebenen "
3029 "Objektes verändern"
3030
2959 -#: diff.c:5513
3031 +#: diff.c:5518
3032 msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
3033 msgstr "[(A|C|D|M|R|T|U|X|B)...[*]]"
3034
2963 -#: diff.c:5514
3035 +#: diff.c:5519
3036 msgid "select files by diff type"
3037 msgstr "Wähle Dateien anhand der Art der Änderung"
3038
2967 -#: diff.c:5516
3039 +#: diff.c:5521
3040 msgid "<file>"
3041 msgstr "<Datei>"
3042
2971 -#: diff.c:5517
3043 +#: diff.c:5522
3044 msgid "Output to a specific file"
3045 msgstr "Ausgabe zu einer bestimmten Datei"
3046
2975 -#: diff.c:6150
3047 +#: diff.c:6177
3048 msgid "inexact rename detection was skipped due to too many files."
3049 msgstr ""
3050 "Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"
3051 "übersprungen."
3052
2981 -#: diff.c:6153
3053 +#: diff.c:6180
3054 msgid "only found copies from modified paths due to too many files."
3055 msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"
3056
2985 -#: diff.c:6156
3057 +#: diff.c:6183
3058 #, c-format
3059 msgid ""
3060 "you may want to set your %s variable to at least %d and retry the command."
@@ -3089,32 +3161,32 @@ msgstr "konnte nicht zum Remote schreiben"
3161 msgid "--stateless-rpc requires multi_ack_detailed"
3162 msgstr "--stateless-rpc benötigt multi_ack_detailed"
3163
3092 -#: fetch-pack.c:360 fetch-pack.c:1271
3164 +#: fetch-pack.c:360 fetch-pack.c:1284
3165 #, c-format
3166 msgid "invalid shallow line: %s"
3167 msgstr "Ungültige shallow-Zeile: %s"
3168
3097 -#: fetch-pack.c:366 fetch-pack.c:1277
3169 +#: fetch-pack.c:366 fetch-pack.c:1290
3170 #, c-format
3171 msgid "invalid unshallow line: %s"
3172 msgstr "Ungültige unshallow-Zeile: %s"
3173
3102 -#: fetch-pack.c:368 fetch-pack.c:1279
3174 +#: fetch-pack.c:368 fetch-pack.c:1292
3175 #, c-format
3176 msgid "object not found: %s"
3177 msgstr "Objekt nicht gefunden: %s"
3178
3107 -#: fetch-pack.c:371 fetch-pack.c:1282
3179 +#: fetch-pack.c:371 fetch-pack.c:1295
3180 #, c-format
3181 msgid "error in object: %s"
3182 msgstr "Fehler in Objekt: %s"
3183
3112 -#: fetch-pack.c:373 fetch-pack.c:1284
3184 +#: fetch-pack.c:373 fetch-pack.c:1297
3185 #, c-format
3186 msgid "no shallow found: %s"
3187 msgstr "Kein shallow-Objekt gefunden: %s"
3188
3117 -#: fetch-pack.c:376 fetch-pack.c:1288
3189 +#: fetch-pack.c:376 fetch-pack.c:1301
3190 #, c-format
3191 msgid "expected shallow/unshallow, got %s"
3192 msgstr "shallow/unshallow erwartet, %s bekommen"
@@ -3133,7 +3205,7 @@ msgstr "Ungültiger Commit %s"
3205 msgid "giving up"
3206 msgstr "Gebe auf"
3207
3136 -#: fetch-pack.c:477 progress.c:284
3208 +#: fetch-pack.c:477 progress.c:277
3209 msgid "done"
3210 msgstr "Fertig"
3211
@@ -3174,154 +3246,130 @@ msgstr "%s fehlgeschlagen"
3246 msgid "error in sideband demultiplexer"
3247 msgstr "Fehler in sideband demultiplexer"
3248
3177 -#: fetch-pack.c:906
3178 -msgid "Server does not support shallow clients"
3179 -msgstr "Server unterstützt keine shallow-Clients"
3180 -
3181 -#: fetch-pack.c:910
3182 -msgid "Server supports multi_ack_detailed"
3183 -msgstr "Server unterstützt multi_ack_detailed"
3184 -
3185 -#: fetch-pack.c:913
3186 -msgid "Server supports no-done"
3187 -msgstr "Server unterstützt no-done"
3188 -
3189 -#: fetch-pack.c:919
3190 -msgid "Server supports multi_ack"
3191 -msgstr "Server unterstützt multi_ack"
3192 -
3193 -#: fetch-pack.c:923
3194 -msgid "Server supports side-band-64k"
3195 -msgstr "Server unterstützt side-band-64k"
3196 -
3197 -#: fetch-pack.c:927
3198 -msgid "Server supports side-band"
3199 -msgstr "Server unterstützt side-band"
3200 -
3201 -#: fetch-pack.c:931
3202 -msgid "Server supports allow-tip-sha1-in-want"
3203 -msgstr "Server unterstützt allow-tip-sha1-in-want"
3204 -
3205 -#: fetch-pack.c:935
3206 -msgid "Server supports allow-reachable-sha1-in-want"
3207 -msgstr "Server unterstützt allow-reachable-sha1-in-want"
3208 -
3209 -#: fetch-pack.c:945
3210 -msgid "Server supports ofs-delta"
3211 -msgstr "Server unterstützt ofs-delta"
3212 -
3213 -#: fetch-pack.c:951 fetch-pack.c:1144
3214 -msgid "Server supports filter"
3215 -msgstr "Server unterstützt Filter"
3216 -
3217 -#: fetch-pack.c:959
3249 +#: fetch-pack.c:908
3250 #, c-format
3251 msgid "Server version is %.*s"
3252 msgstr "Server-Version ist %.*s"
3253
3222 -#: fetch-pack.c:965
3254 +#: fetch-pack.c:913 fetch-pack.c:919 fetch-pack.c:922 fetch-pack.c:928
3255 +#: fetch-pack.c:932 fetch-pack.c:936 fetch-pack.c:940 fetch-pack.c:944
3256 +#: fetch-pack.c:948 fetch-pack.c:952 fetch-pack.c:956 fetch-pack.c:960
3257 +#: fetch-pack.c:966 fetch-pack.c:972 fetch-pack.c:977 fetch-pack.c:982
3258 +#, c-format
3259 +msgid "Server supports %s"
3260 +msgstr "Server unterstützt %s"
3261 +
3262 +#: fetch-pack.c:915
3263 +msgid "Server does not support shallow clients"
3264 +msgstr "Server unterstützt keine shallow-Clients"
3265 +
3266 +#: fetch-pack.c:975
3267 msgid "Server does not support --shallow-since"
3268 msgstr "Server unterstützt kein --shallow-since"
3269
3226 -#: fetch-pack.c:969
3270 +#: fetch-pack.c:980
3271 msgid "Server does not support --shallow-exclude"
3272 msgstr "Server unterstützt kein --shallow-exclude"
3273
3230 -#: fetch-pack.c:971
3274 +#: fetch-pack.c:984
3275 msgid "Server does not support --deepen"
3276 msgstr "Server unterstützt kein --deepen"
3277
3234 -#: fetch-pack.c:988
3278 +#: fetch-pack.c:1001
3279 msgid "no common commits"
3280 msgstr "keine gemeinsamen Commits"
3281
3238 -#: fetch-pack.c:1000 fetch-pack.c:1449
3282 +#: fetch-pack.c:1013 fetch-pack.c:1462
3283 msgid "git fetch-pack: fetch failed."
3284 msgstr "git fetch-pack: Abholen fehlgeschlagen."
3285
3242 -#: fetch-pack.c:1138
3286 +#: fetch-pack.c:1151
3287 msgid "Server does not support shallow requests"
3288 msgstr "Server unterstützt keine shallow-Anfragen."
3289
3246 -#: fetch-pack.c:1171
3290 +#: fetch-pack.c:1157
3291 +msgid "Server supports filter"
3292 +msgstr "Server unterstützt Filter"
3293 +
3294 +#: fetch-pack.c:1184
3295 msgid "unable to write request to remote"
3296 msgstr "konnte Anfrage nicht zum Remote schreiben"
3297
3250 -#: fetch-pack.c:1189
3298 +#: fetch-pack.c:1202
3299 #, c-format
3300 msgid "error reading section header '%s'"
3301 msgstr "Fehler beim Lesen von Sektionskopf '%s'."
3302
3255 -#: fetch-pack.c:1195
3303 +#: fetch-pack.c:1208
3304 #, c-format
3305 msgid "expected '%s', received '%s'"
3306 msgstr "'%s' erwartet, '%s' empfangen"
3307
3260 -#: fetch-pack.c:1234
3308 +#: fetch-pack.c:1247
3309 #, c-format
3310 msgid "unexpected acknowledgment line: '%s'"
3311 msgstr "Unerwartete Acknowledgment-Zeile: '%s'"
3312
3265 -#: fetch-pack.c:1239
3313 +#: fetch-pack.c:1252
3314 #, c-format
3315 msgid "error processing acks: %d"
3316 msgstr "Fehler beim Verarbeiten von ACKS: %d"
3317
3270 -#: fetch-pack.c:1249
3318 +#: fetch-pack.c:1262
3319 msgid "expected packfile to be sent after 'ready'"
3320 msgstr "Erwartete Versand einer Packdatei nach 'ready'."
3321
3274 -#: fetch-pack.c:1251
3322 +#: fetch-pack.c:1264
3323 msgid "expected no other sections to be sent after no 'ready'"
3324 msgstr "Erwartete keinen Versand einer anderen Sektion ohne 'ready'."
3325
3278 -#: fetch-pack.c:1293
3326 +#: fetch-pack.c:1306
3327 #, c-format
3328 msgid "error processing shallow info: %d"
3329 msgstr "Fehler beim Verarbeiten von Shallow-Informationen: %d"
3330
3283 -#: fetch-pack.c:1340
3331 +#: fetch-pack.c:1353
3332 #, c-format
3333 msgid "expected wanted-ref, got '%s'"
3334 msgstr "wanted-ref erwartet, '%s' bekommen"
3335
3288 -#: fetch-pack.c:1345
3336 +#: fetch-pack.c:1358
3337 #, c-format
3338 msgid "unexpected wanted-ref: '%s'"
3339 msgstr "Unerwartetes wanted-ref: '%s'"
3340
3293 -#: fetch-pack.c:1350
3341 +#: fetch-pack.c:1363
3342 #, c-format
3343 msgid "error processing wanted refs: %d"
3344 msgstr "Fehler beim Verarbeiten von wanted-refs: %d"
3345
3298 -#: fetch-pack.c:1676
3346 +#: fetch-pack.c:1689
3347 msgid "no matching remote head"
3348 msgstr "kein übereinstimmender Remote-Branch"
3349
3302 -#: fetch-pack.c:1699 builtin/clone.c:673
3350 +#: fetch-pack.c:1712 builtin/clone.c:686
3351 msgid "remote did not send all necessary objects"
3352 msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet."
3353
3306 -#: fetch-pack.c:1726
3354 +#: fetch-pack.c:1739
3355 #, c-format
3356 msgid "no such remote ref %s"
3357 msgstr "keine solche Remote-Referenz %s"
3358
3311 -#: fetch-pack.c:1729
3359 +#: fetch-pack.c:1742
3360 #, c-format
3361 msgid "Server does not allow request for unadvertised object %s"
3362 msgstr "Der Server lehnt Anfrage nach nicht angebotenem Objekt %s ab."
3363
3316 -#: gpg-interface.c:318
3364 +#: gpg-interface.c:321
3365 msgid "gpg failed to sign the data"
3366 msgstr "gpg beim Signieren der Daten fehlgeschlagen"
3367
3320 -#: gpg-interface.c:344
3368 +#: gpg-interface.c:347
3369 msgid "could not create temporary file"
3370 msgstr "konnte temporäre Datei nicht erstellen"
3371
3324 -#: gpg-interface.c:347
3372 +#: gpg-interface.c:350
3373 #, c-format
3374 msgid "failed writing detached signature to '%s'"
3375 msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
@@ -3331,18 +3379,18 @@ msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
3379 msgid "ignore invalid color '%.*s' in log.graphColors"
3380 msgstr "Ignoriere ungültige Farbe '%.*s' in log.graphColors"
3381
3334 -#: grep.c:2113
3382 +#: grep.c:2117
3383 #, c-format
3384 msgid "'%s': unable to read %s"
3385 msgstr "'%s': konnte %s nicht lesen"
3386
3339 -#: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:82
3387 +#: grep.c:2134 setup.c:164 builtin/clone.c:409 builtin/diff.c:82
3388 #: builtin/rm.c:135
3389 #, c-format
3390 msgid "failed to stat '%s'"
3391 msgstr "Konnte '%s' nicht lesen"
3392
3345 -#: grep.c:2141
3393 +#: grep.c:2145
3394 #, c-format
3395 msgid "'%s': short read"
3396 msgstr "'%s': read() zu kurz"
@@ -3412,7 +3460,7 @@ msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"
3460 msgid "These are common Git commands used in various situations:"
3461 msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"
3462
3415 -#: help.c:363 git.c:97
3463 +#: help.c:363 git.c:98
3464 #, c-format
3465 msgid "unsupported command listing type '%s'"
3466 msgstr "Nicht unterstützte Art zur Befehlsauflistung '%s'."
@@ -3560,7 +3608,7 @@ msgstr "Leerer Name in Identifikation (für <%s>) nicht erlaubt."
3608 msgid "name consists only of disallowed characters: %s"
3609 msgstr "Name besteht nur aus nicht erlaubten Zeichen: %s"
3610
3563 -#: ident.c:436 builtin/commit.c:608
3611 +#: ident.c:436 builtin/commit.c:611
3612 #, c-format
3613 msgid "invalid date format: %s"
3614 msgstr "Ungültiges Datumsformat: %s"
@@ -3593,6 +3641,11 @@ msgstr "'tree:<Tiefe>' erwartet"
3641 msgid "sparse:path filters support has been dropped"
3642 msgstr "Keine Unterstützung für sparse:path Filter mehr"
3643
3644 +#: list-objects-filter-options.c:94
3645 +#, c-format
3646 +msgid "invalid filter-spec '%s'"
3647 +msgstr "Ungültige filter-spec '%s'"
3648 +
3649 #: list-objects-filter-options.c:158
3650 msgid "cannot change partial clone promisor remote"
3651 msgstr "Kann Remote-Repository für partielles Klonen nicht ändern."
@@ -3626,8 +3679,8 @@ msgstr "Konnte '%s.lock' nicht erstellen: %s"
3679 msgid "failed to read the cache"
3680 msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
3681
3629 -#: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:1921
3630 -#: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:773
3682 +#: merge.c:107 rerere.c:720 builtin/am.c:1885 builtin/am.c:1919
3683 +#: builtin/checkout.c:536 builtin/checkout.c:796 builtin/clone.c:786
3684 #: builtin/stash.c:264
3685 msgid "unable to write new index file"
3686 msgstr "Konnte neue Index-Datei nicht schreiben."
@@ -3652,92 +3705,92 @@ msgstr ""
3705 msgid "error building trees"
3706 msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
3707
3655 -#: merge-recursive.c:861
3708 +#: merge-recursive.c:863
3709 #, c-format
3710 msgid "failed to create path '%s'%s"
3711 msgstr "Fehler beim Erstellen des Pfades '%s'%s"
3712
3660 -#: merge-recursive.c:872
3713 +#: merge-recursive.c:874
3714 #, c-format
3715 msgid "Removing %s to make room for subdirectory\n"
3716 msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
3717
3665 -#: merge-recursive.c:886 merge-recursive.c:905
3718 +#: merge-recursive.c:888 merge-recursive.c:907
3719 msgid ": perhaps a D/F conflict?"
3720 msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
3721
3669 -#: merge-recursive.c:895
3722 +#: merge-recursive.c:897
3723 #, c-format
3724 msgid "refusing to lose untracked file at '%s'"
3725 msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
3726
3674 -#: merge-recursive.c:936 builtin/cat-file.c:40
3727 +#: merge-recursive.c:938 builtin/cat-file.c:40
3728 #, c-format
3729 msgid "cannot read object %s '%s'"
3730 msgstr "kann Objekt %s '%s' nicht lesen"
3731
3679 -#: merge-recursive.c:939
3732 +#: merge-recursive.c:941
3733 #, c-format
3734 msgid "blob expected for %s '%s'"
3735 msgstr "Blob erwartet für %s '%s'"
3736
3684 -#: merge-recursive.c:963
3737 +#: merge-recursive.c:965
3738 #, c-format
3739 msgid "failed to open '%s': %s"
3740 msgstr "Fehler beim Öffnen von '%s': %s"
3741
3689 -#: merge-recursive.c:974
3742 +#: merge-recursive.c:976
3743 #, c-format
3744 msgid "failed to symlink '%s': %s"
3745 msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
3746
3694 -#: merge-recursive.c:979
3747 +#: merge-recursive.c:981
3748 #, c-format
3749 msgid "do not know what to do with %06o %s '%s'"
3750 msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
3751
3699 -#: merge-recursive.c:1175
3752 +#: merge-recursive.c:1177
3753 #, c-format
3754 msgid "Failed to merge submodule %s (not checked out)"
3755 msgstr "Fehler beim Merge von Submodul %s (nicht ausgecheckt)."
3756
3704 -#: merge-recursive.c:1182
3757 +#: merge-recursive.c:1184
3758 #, c-format
3759 msgid "Failed to merge submodule %s (commits not present)"
3760 msgstr "Fehler beim Merge von Submodul %s (Commits nicht vorhanden)."
3761
3709 -#: merge-recursive.c:1189
3762 +#: merge-recursive.c:1191
3763 #, c-format
3764 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3765 msgstr "Fehler beim Merge von Submodul %s (Commits folgen keiner Merge-Basis)"
3766
3714 -#: merge-recursive.c:1197 merge-recursive.c:1209
3767 +#: merge-recursive.c:1199 merge-recursive.c:1211
3768 #, c-format
3769 msgid "Fast-forwarding submodule %s to the following commit:"
3770 msgstr "Spule Submodul %s zu dem folgenden Commit vor:"
3771
3719 -#: merge-recursive.c:1200 merge-recursive.c:1212
3772 +#: merge-recursive.c:1202 merge-recursive.c:1214
3773 #, c-format
3774 msgid "Fast-forwarding submodule %s"
3775 msgstr "Spule Submodul %s vor"
3776
3724 -#: merge-recursive.c:1235
3777 +#: merge-recursive.c:1237
3778 #, c-format
3779 msgid "Failed to merge submodule %s (merge following commits not found)"
3780 msgstr ""
3781 "Fehler beim Merge von Submodule %s (dem Merge nachfolgende Commits nicht "
3782 "gefunden)"
3783
3731 -#: merge-recursive.c:1239
3784 +#: merge-recursive.c:1241
3785 #, c-format
3786 msgid "Failed to merge submodule %s (not fast-forward)"
3787 msgstr "Fehler beim Merge von Submodul %s (kein Vorspulen)"
3788
3736 -#: merge-recursive.c:1240
3789 +#: merge-recursive.c:1242
3790 msgid "Found a possible merge resolution for the submodule:\n"
3791 msgstr "Mögliche Auflösung des Merges für Submodul gefunden:\n"
3792
3740 -#: merge-recursive.c:1243
3793 +#: merge-recursive.c:1245
3794 #, c-format
3795 msgid ""
3796 "If this is correct simply add it to the index for example\n"
@@ -3754,33 +3807,33 @@ msgstr ""
3807 "\n"
3808 "hinzu, um diesen Vorschlag zu akzeptieren.\n"
3809
3757 -#: merge-recursive.c:1252
3810 +#: merge-recursive.c:1254
3811 #, c-format
3812 msgid "Failed to merge submodule %s (multiple merges found)"
3813 msgstr "Fehler beim Merge von Submodul %s (mehrere Merges gefunden)"
3814
3762 -#: merge-recursive.c:1325
3815 +#: merge-recursive.c:1327
3816 msgid "Failed to execute internal merge"
3817 msgstr "Fehler bei Ausführung des internen Merges"
3818
3766 -#: merge-recursive.c:1330
3819 +#: merge-recursive.c:1332
3820 #, c-format
3821 msgid "Unable to add %s to database"
3822 msgstr "Konnte %s nicht zur Datenbank hinzufügen"
3823
3771 -#: merge-recursive.c:1362
3824 +#: merge-recursive.c:1364
3825 #, c-format
3826 msgid "Auto-merging %s"
3827 msgstr "automatischer Merge von %s"
3828
3776 -#: merge-recursive.c:1385
3829 +#: merge-recursive.c:1387
3830 #, c-format
3831 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3832 msgstr ""
3833 "Fehler: Verweigere unversionierte Datei bei %s zu verlieren;\n"
3834 "schreibe stattdessen nach %s."
3835
3783 -#: merge-recursive.c:1457
3836 +#: merge-recursive.c:1459
3837 #, c-format
3838 msgid ""
3839 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -3789,7 +3842,7 @@ msgstr ""
3842 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
3843 "im Arbeitsbereich gelassen."
3844
3792 -#: merge-recursive.c:1462
3845 +#: merge-recursive.c:1464
3846 #, c-format
3847 msgid ""
3848 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -3798,7 +3851,7 @@ msgstr ""
3851 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
3852 "%s wurde im Arbeitsbereich gelassen."
3853
3801 -#: merge-recursive.c:1469
3854 +#: merge-recursive.c:1471
3855 #, c-format
3856 msgid ""
3857 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -3807,7 +3860,7 @@ msgstr ""
3860 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
3861 "im Arbeitsbereich bei %s gelassen."
3862
3810 -#: merge-recursive.c:1474
3863 +#: merge-recursive.c:1476
3864 #, c-format
3865 msgid ""
3866 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -3816,46 +3869,46 @@ msgstr ""
3869 "KONFLIKT (%s/löschen): %s gelöscht in %s und %s nach %s in %s. Stand %s von "
3870 "%s wurde im Arbeitsbereich bei %s gelassen."
3871
3819 -#: merge-recursive.c:1509
3872 +#: merge-recursive.c:1511
3873 msgid "rename"
3874 msgstr "umbenennen"
3875
3823 -#: merge-recursive.c:1509
3876 +#: merge-recursive.c:1511
3877 msgid "renamed"
3878 msgstr "umbenannt"
3879
3827 -#: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:3085
3880 +#: merge-recursive.c:1591 merge-recursive.c:2450 merge-recursive.c:3094
3881 #, c-format
3882 msgid "Refusing to lose dirty file at %s"
3883 msgstr "Verweigere geänderte Datei bei %s zu verlieren."
3884
3832 -#: merge-recursive.c:1599
3885 +#: merge-recursive.c:1601
3886 #, c-format
3887 msgid "Refusing to lose untracked file at %s, even though it's in the way."
3888 msgstr ""
3889 "Verweigere unversionierte Datei bei %s zu verlieren, auch wenn diese im Weg "
3890 "ist."
3891
3839 -#: merge-recursive.c:1657
3892 +#: merge-recursive.c:1659
3893 #, c-format
3894 msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
3895 msgstr ""
3896 "KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
3897 "%s"
3898
3846 -#: merge-recursive.c:1687
3899 +#: merge-recursive.c:1690
3900 #, c-format
3901 msgid "%s is a directory in %s adding as %s instead"
3902 msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
3903
3851 -#: merge-recursive.c:1692
3904 +#: merge-recursive.c:1695
3905 #, c-format
3906 msgid "Refusing to lose untracked file at %s; adding as %s instead"
3907 msgstr ""
3908 "Verweigere unversionierte Datei bei %s zu verlieren; füge stattdessen %s "
3909 "hinzu"
3910
3858 -#: merge-recursive.c:1711
3911 +#: merge-recursive.c:1714
3912 #, c-format
3913 msgid ""
3914 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -3864,18 +3917,18 @@ msgstr ""
3917 "KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
3918 "und \"%s\"->\"%s\" in Branch \"%s\"%s"
3919
3867 -#: merge-recursive.c:1716
3920 +#: merge-recursive.c:1719
3921 msgid " (left unresolved)"
3922 msgstr " (bleibt unaufgelöst)"
3923
3871 -#: merge-recursive.c:1825
3924 +#: merge-recursive.c:1828
3925 #, c-format
3926 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3927 msgstr ""
3928 "KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
3929 "in %s"
3930
3878 -#: merge-recursive.c:2030
3931 +#: merge-recursive.c:2035
3932 #, c-format
3933 msgid ""
3934 "CONFLICT (directory rename split): Unclear where to place %s because "
@@ -3888,7 +3941,7 @@ msgstr ""
3941 "wobei\n"
3942 "keines dieser Ziele die Mehrheit der Dateien erhielt."
3943
3891 -#: merge-recursive.c:2062
3944 +#: merge-recursive.c:2067
3945 #, c-format
3946 msgid ""
3947 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
@@ -3899,7 +3952,7 @@ msgstr ""
3952 "Weg von impliziter Verzeichnisumbenennung, die versucht, einen oder mehrere\n"
3953 "Pfade dahin zu setzen: %s."
3954
3902 -#: merge-recursive.c:2072
3955 +#: merge-recursive.c:2077
3956 #, c-format
3957 msgid ""
3958 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
@@ -3910,7 +3963,7 @@ msgstr ""
3963 "%s mappen; implizite Verzeichnisumbenennungen versuchten diese Pfade dahin\n"
3964 "zu setzen: %s"
3965
3913 -#: merge-recursive.c:2164
3966 +#: merge-recursive.c:2169
3967 #, c-format
3968 msgid ""
3969 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
@@ -3919,7 +3972,7 @@ msgstr ""
3972 "KONFLIKT (umbenennen/umbenennen): Benenne Verzeichnis um %s->%s in %s.\n"
3973 "Benenne Verzeichnis um %s->%s in %s"
3974
3922 -#: merge-recursive.c:2408
3975 +#: merge-recursive.c:2413
3976 #, c-format
3977 msgid ""
3978 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
@@ -3928,52 +3981,52 @@ msgstr ""
3981 "WARNUNG: Vermeide Umbenennung %s -> %s von %s, weil %s selbst umbenannt "
3982 "wurde."
3983
3931 -#: merge-recursive.c:2929
3984 +#: merge-recursive.c:2938
3985 #, c-format
3986 msgid "cannot read object %s"
3987 msgstr "kann Objekt %s nicht lesen"
3988
3936 -#: merge-recursive.c:2932
3989 +#: merge-recursive.c:2941
3990 #, c-format
3991 msgid "object %s is not a blob"
3992 msgstr "Objekt %s ist kein Blob"
3993
3941 -#: merge-recursive.c:2996
3994 +#: merge-recursive.c:3005
3995 msgid "modify"
3996 msgstr "ändern"
3997
3945 -#: merge-recursive.c:2996
3998 +#: merge-recursive.c:3005
3999 msgid "modified"
4000 msgstr "geändert"
4001
3949 -#: merge-recursive.c:3008
4002 +#: merge-recursive.c:3017
4003 msgid "content"
4004 msgstr "Inhalt"
4005
3953 -#: merge-recursive.c:3012
4006 +#: merge-recursive.c:3021
4007 msgid "add/add"
4008 msgstr "hinzufügen/hinzufügen"
4009
3957 -#: merge-recursive.c:3035
4010 +#: merge-recursive.c:3044
4011 #, c-format
4012 msgid "Skipped %s (merged same as existing)"
4013 msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
4014
3962 -#: merge-recursive.c:3057 git-submodule.sh:937
4015 +#: merge-recursive.c:3066 git-submodule.sh:937
4016 msgid "submodule"
4017 msgstr "Submodul"
4018
3966 -#: merge-recursive.c:3058
4019 +#: merge-recursive.c:3067
4020 #, c-format
4021 msgid "CONFLICT (%s): Merge conflict in %s"
4022 msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
4023
3971 -#: merge-recursive.c:3088
4024 +#: merge-recursive.c:3097
4025 #, c-format
4026 msgid "Adding as %s instead"
4027 msgstr "Füge stattdessen als %s hinzu"
4028
3976 -#: merge-recursive.c:3170
4029 +#: merge-recursive.c:3179
4030 #, c-format
4031 msgid ""
4032 "Path updated: %s added in %s inside a directory that was renamed in %s; "
@@ -3982,7 +4035,7 @@ msgstr ""
4035 "Pfad aktualisiert: %s hinzugefügt in %s innerhalb eines Verzeichnisses, das "
4036 "umbenannt wurde in %s; Verschiebe es nach %s."
4037
3985 -#: merge-recursive.c:3173
4038 +#: merge-recursive.c:3182
4039 #, c-format
4040 msgid ""
4041 "CONFLICT (file location): %s added in %s inside a directory that was renamed "
@@ -3991,7 +4044,7 @@ msgstr ""
4044 "KONFLIKT (Speicherort): %s hinzugefügt in %s innerhalb eines Verzeichnisses, "
4045 "das umbenannt wurde in %s, es sollte vielleicht nach %s verschoben werden."
4046
3994 -#: merge-recursive.c:3177
4047 +#: merge-recursive.c:3186
4048 #, c-format
4049 msgid ""
4050 "Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
@@ -4000,7 +4053,7 @@ msgstr ""
4053 "Pfad aktualisiert: %s umbenannt nach %s in %s, innerhalb eines "
4054 "Verzeichnisses, das umbenannt wurde in %s; Verschiebe es nach %s."
4055
4003 -#: merge-recursive.c:3180
4056 +#: merge-recursive.c:3189
4057 #, c-format
4058 msgid ""
4059 "CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
@@ -4010,37 +4063,37 @@ msgstr ""
4063 "Verzeichnisses, das umbenannt wurde in %s, es sollte vielleicht nach %s "
4064 "verschoben werden."
4065
4013 -#: merge-recursive.c:3294
4066 +#: merge-recursive.c:3303
4067 #, c-format
4068 msgid "Removing %s"
4069 msgstr "Entferne %s"
4070
4018 -#: merge-recursive.c:3317
4071 +#: merge-recursive.c:3326
4072 msgid "file/directory"
4073 msgstr "Datei/Verzeichnis"
4074
4022 -#: merge-recursive.c:3322
4075 +#: merge-recursive.c:3331
4076 msgid "directory/file"
4077 msgstr "Verzeichnis/Datei"
4078
4026 -#: merge-recursive.c:3329
4079 +#: merge-recursive.c:3338
4080 #, c-format
4081 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
4082 msgstr ""
4083 "KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
4084 "hinzu."
4085
4033 -#: merge-recursive.c:3338
4086 +#: merge-recursive.c:3347
4087 #, c-format
4088 msgid "Adding %s"
4089 msgstr "Füge %s hinzu"
4090
4038 -#: merge-recursive.c:3347
4091 +#: merge-recursive.c:3356
4092 #, c-format
4093 msgid "CONFLICT (add/add): Merge conflict in %s"
4094 msgstr "KONFLIKT (hinzufügen/hinzufügen): Merge-Konflikt in %s"
4095
4043 -#: merge-recursive.c:3385
4096 +#: merge-recursive.c:3394
4097 #, c-format
4098 msgid ""
4099 "Your local changes to the following files would be overwritten by merge:\n"
@@ -4050,128 +4103,133 @@ msgstr ""
4103 "überschrieben werden:\n"
4104 " %s"
4105
4053 -#: merge-recursive.c:3396
4106 +#: merge-recursive.c:3405
4107 msgid "Already up to date!"
4108 msgstr "Bereits aktuell!"
4109
4057 -#: merge-recursive.c:3405
4110 +#: merge-recursive.c:3414
4111 #, c-format
4112 msgid "merging of trees %s and %s failed"
4113 msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
4114
4062 -#: merge-recursive.c:3504
4115 +#: merge-recursive.c:3513
4116 msgid "Merging:"
4117 msgstr "Merge:"
4118
4066 -#: merge-recursive.c:3517
4119 +#: merge-recursive.c:3526
4120 #, c-format
4121 msgid "found %u common ancestor:"
4122 msgid_plural "found %u common ancestors:"
4123 msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
4124 msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
4125
4073 -#: merge-recursive.c:3556
4126 +#: merge-recursive.c:3565
4127 msgid "merge returned no commit"
4128 msgstr "Merge hat keinen Commit zurückgegeben"
4129
4077 -#: merge-recursive.c:3622
4130 +#: merge-recursive.c:3631
4131 #, c-format
4132 msgid "Could not parse object '%s'"
4133 msgstr "Konnte Objekt '%s' nicht parsen."
4134
4082 -#: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:873
4135 +#: merge-recursive.c:3647 builtin/merge.c:698 builtin/merge.c:869
4136 msgid "Unable to write index."
4137 msgstr "Konnte Index nicht schreiben."
4138
4086 -#: midx.c:66
4139 +#: midx.c:69
4140 #, c-format
4141 msgid "multi-pack-index file %s is too small"
4142 msgstr "multi-pack-index-Datei %s ist zu klein."
4143
4091 -#: midx.c:82
4144 +#: midx.c:85
4145 #, c-format
4146 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
4147 msgstr ""
4148 "multi-pack-index-Signatur 0x%08x stimmt nicht mit Signatur 0x%08x überein."
4149
4097 -#: midx.c:87
4150 +#: midx.c:90
4151 #, c-format
4152 msgid "multi-pack-index version %d not recognized"
4153 msgstr "multi-pack-index-Version %d nicht erkannt."
4154
4102 -#: midx.c:92
4155 +#: midx.c:95
4156 #, c-format
4157 msgid "hash version %u does not match"
4158 msgstr "Hash-Version %u stimmt nicht überein."
4159
4107 -#: midx.c:106
4160 +#: midx.c:109
4161 msgid "invalid chunk offset (too large)"
4162 msgstr "Ungültiger Chunk-Offset (zu groß)"
4163
4111 -#: midx.c:130
4164 +#: midx.c:133
4165 msgid "terminating multi-pack-index chunk id appears earlier than expected"
4166 msgstr "Abschließende multi-pack-index Chunk-Id erscheint eher als erwartet."
4167
4115 -#: midx.c:143
4168 +#: midx.c:146
4169 msgid "multi-pack-index missing required pack-name chunk"
4170 msgstr "multi-pack-index fehlt erforderlicher pack-name Chunk."
4171
4119 -#: midx.c:145
4172 +#: midx.c:148
4173 msgid "multi-pack-index missing required OID fanout chunk"
4174 msgstr "multi-pack-index fehlt erforderlicher OID fanout Chunk."
4175
4123 -#: midx.c:147
4176 +#: midx.c:150
4177 msgid "multi-pack-index missing required OID lookup chunk"
4178 msgstr "multi-pack-index fehlt erforderlicher OID lookup Chunk."
4179
4127 -#: midx.c:149
4180 +#: midx.c:152
4181 msgid "multi-pack-index missing required object offsets chunk"
4182 msgstr "multi-pack-index fehlt erforderlicher object offset Chunk."
4183
4131 -#: midx.c:163
4184 +#: midx.c:166
4185 #, c-format
4186 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
4187 msgstr "Falsche Reihenfolge bei multi-pack-index Pack-Namen: '%s' vor '%s'"
4188
4136 -#: midx.c:208
4189 +#: midx.c:211
4190 #, c-format
4191 msgid "bad pack-int-id: %u (%u total packs)"
4192 msgstr "Ungültige pack-int-id: %u (%u Pakete insgesamt)"
4193
4141 -#: midx.c:258
4194 +#: midx.c:261
4195 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
4196 msgstr ""
4197 "multi-pack-index speichert einen 64-Bit Offset, aber off_t ist zu klein."
4198
4146 -#: midx.c:286
4199 +#: midx.c:289
4200 msgid "error preparing packfile from multi-pack-index"
4201 msgstr "Fehler bei Vorbereitung der Packdatei aus multi-pack-index."
4202
4150 -#: midx.c:457
4203 +#: midx.c:470
4204 #, c-format
4205 msgid "failed to add packfile '%s'"
4206 msgstr "Fehler beim Hinzufügen von Packdatei '%s'."
4207
4155 -#: midx.c:463
4208 +#: midx.c:476
4209 #, c-format
4210 msgid "failed to open pack-index '%s'"
4211 msgstr "Fehler beim Öffnen von pack-index '%s'"
4212
4160 -#: midx.c:557
4213 +#: midx.c:536
4214 #, c-format
4215 msgid "failed to locate object %d in packfile"
4216 msgstr "Fehler beim Lokalisieren von Objekt %d in Packdatei."
4217
4165 -#: midx.c:993
4218 +#: midx.c:865
4219 +#, c-format
4220 +msgid "did not see pack-file %s to drop"
4221 +msgstr "Pack-Datei %s zum Weglassen nicht gefunden"
4222 +
4223 +#: midx.c:1036
4224 #, c-format
4225 msgid "failed to clear multi-pack-index at %s"
4226 msgstr "Fehler beim Löschen des multi-pack-index bei %s"
4227
4170 -#: midx.c:1048
4228 +#: midx.c:1091
4229 msgid "Looking for referenced packfiles"
4230 msgstr "Suche nach referenzierten Pack-Dateien"
4231
4174 -#: midx.c:1063
4232 +#: midx.c:1106
4233 #, c-format
4234 msgid ""
4235 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
@@ -4179,49 +4237,57 @@ msgstr ""
4237 "Ungültige oid fanout Reihenfolge: fanout[%d] = %<PRIx32> > %<PRIx32> = "
4238 "fanout[%d]"
4239
4182 -#: midx.c:1067
4240 +#: midx.c:1110
4241 msgid "Verifying OID order in MIDX"
4242 msgstr "Verifiziere OID-Reihenfolge in MIDX"
4243
4186 -#: midx.c:1076
4244 +#: midx.c:1119
4245 #, c-format
4246 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
4247 msgstr "Ungültige oid lookup Reihenfolge: oid[%d] = %s >= %s = oid[%d]"
4248
4191 -#: midx.c:1095
4249 +#: midx.c:1138
4250 msgid "Sorting objects by packfile"
4251 msgstr "Sortiere Objekte nach Pack-Datei"
4252
4195 -#: midx.c:1101
4253 +#: midx.c:1144
4254 msgid "Verifying object offsets"
4255 msgstr "Überprüfe Objekt-Offsets"
4256
4199 -#: midx.c:1117
4257 +#: midx.c:1160
4258 #, c-format
4259 msgid "failed to load pack entry for oid[%d] = %s"
4260 msgstr "Fehler beim Laden des Pack-Eintrags für oid[%d] = %s"
4261
4204 -#: midx.c:1123
4262 +#: midx.c:1166
4263 #, c-format
4264 msgid "failed to load pack-index for packfile %s"
4265 msgstr "Fehler beim Laden des Pack-Index für Packdatei %s"
4266
4209 -#: midx.c:1132
4267 +#: midx.c:1175
4268 #, c-format
4269 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
4270 msgstr "Falscher Objekt-Offset für oid[%d] = %s: %<PRIx64> != %<PRIx64>"
4271
4214 -#: name-hash.c:531
4272 +#: midx.c:1350
4273 +msgid "could not start pack-objects"
4274 +msgstr "Konnte 'pack-objects' nicht ausführen"
4275 +
4276 +#: midx.c:1369
4277 +msgid "could not finish pack-objects"
4278 +msgstr "Konnte 'pack-objects' nicht beenden"
4279 +
4280 +#: name-hash.c:532
4281 #, c-format
4282 msgid "unable to create lazy_dir thread: %s"
4283 msgstr "Kann lazy_dir Thread nicht erzeugen: %s"
4284
4219 -#: name-hash.c:553
4285 +#: name-hash.c:554
4286 #, c-format
4287 msgid "unable to create lazy_name thread: %s"
4288 msgstr "Kann lazy_name Thread nicht erzeugen: %s"
4289
4224 -#: name-hash.c:559
4290 +#: name-hash.c:560
4291 #, c-format
4292 msgid "unable to join lazy_name thread: %s"
4293 msgstr "Kann lazy_name Thread nicht beitreten: %s"
@@ -4296,16 +4362,16 @@ msgstr "Konnte Objekt '%s' nicht parsen."
4362 msgid "hash mismatch %s"
4363 msgstr "Hash stimmt nicht mit %s überein."
4364
4299 -#: packfile.c:617
4365 +#: packfile.c:648
4366 msgid "offset before end of packfile (broken .idx?)"
4367 msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
4368
4303 -#: packfile.c:1868
4369 +#: packfile.c:1899
4370 #, c-format
4371 msgid "offset before start of pack index for %s (corrupt index?)"
4372 msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
4373
4308 -#: packfile.c:1872
4374 +#: packfile.c:1903
4375 #, c-format
4376 msgid "offset beyond end of pack index for %s (truncated index?)"
4377 msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
@@ -4564,24 +4630,29 @@ msgstr "Kann Thread für lstat nicht erzeugen: %s"
4630 msgid "unable to parse --pretty format"
4631 msgstr "Konnte --pretty Format nicht parsen."
4632
4567 -#: range-diff.c:56
4633 +#: range-diff.c:70
4634 msgid "could not start `log`"
4635 msgstr "Konnte `log` nicht starten."
4636
4571 -#: range-diff.c:59
4637 +#: range-diff.c:72
4638 msgid "could not read `log` output"
4639 msgstr "Konnte Ausgabe von `log` nicht lesen."
4640
4575 -#: range-diff.c:74 sequencer.c:4897
4641 +#: range-diff.c:91 sequencer.c:5021
4642 #, c-format
4643 msgid "could not parse commit '%s'"
4644 msgstr "Konnte Commit '%s' nicht parsen."
4645
4580 -#: range-diff.c:224
4646 +#: range-diff.c:117
4647 +#, c-format
4648 +msgid "could not parse git header '%.*s'"
4649 +msgstr "Konnte Git-Header '%.*s' nicht parsen."
4650 +
4651 +#: range-diff.c:274
4652 msgid "failed to generate diff"
4653 msgstr "Fehler beim Generieren des Diffs."
4654
4584 -#: range-diff.c:455 range-diff.c:457
4655 +#: range-diff.c:506 range-diff.c:508
4656 #, c-format
4657 msgid "could not parse log for '%s'"
4658 msgstr "Konnte Log für '%s' nicht parsen."
@@ -4699,11 +4770,10 @@ msgid "unordered stage entries for '%s'"
4770 msgstr "Ungeordnete Stage-Einträge für '%s'."
4771
4772 #: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:1111
4702 -#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:358
4703 -#: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:955
4704 -#: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:498
4705 -#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4706 -#: builtin/submodule--helper.c:330
4773 +#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:467
4774 +#: builtin/checkout.c:651 builtin/clean.c:956 builtin/commit.c:347
4775 +#: builtin/diff-tree.c:120 builtin/grep.c:499 builtin/mv.c:145
4776 +#: builtin/reset.c:245 builtin/rm.c:271 builtin/submodule--helper.c:330
4777 msgid "index file corrupt"
4778 msgstr "Index-Datei beschädigt"
4779
@@ -4757,12 +4827,12 @@ msgstr "Konnte geteilten Index '%s' nicht aktualisieren."
4827 msgid "broken index, expect %s in %s, got %s"
4828 msgstr "Fehlerhafter Index. Erwartete %s in %s, erhielt %s."
4829
4760 -#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1117
4830 +#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1114
4831 #, c-format
4832 msgid "could not close '%s'"
4833 msgstr "Konnte '%s' nicht schließen."
4834
4765 -#: read-cache.c:3092 sequencer.c:2354 sequencer.c:3807
4835 +#: read-cache.c:3092 sequencer.c:2358 sequencer.c:3928
4836 #, c-format
4837 msgid "could not stat '%s'"
4838 msgstr "Konnte '%s' nicht lesen."
@@ -4847,7 +4917,7 @@ msgid_plural "Rebase %s onto %s (%d commands)"
4917 msgstr[0] "Rebase von %s auf %s (%d Kommando)"
4918 msgstr[1] "Rebase von %s auf %s (%d Kommandos)"
4919
4850 -#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:173
4920 +#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:228
4921 msgid ""
4922 "\n"
4923 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
@@ -4856,7 +4926,7 @@ msgstr ""
4926 "Keine Zeile entfernen. Benutzen Sie 'drop', um explizit einen Commit zu\n"
4927 "entfernen.\n"
4928
4859 -#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:177
4929 +#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:232
4930 msgid ""
4931 "\n"
4932 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
@@ -4864,7 +4934,7 @@ msgstr ""
4934 "\n"
4935 "Wenn Sie hier eine Zeile entfernen, wird DIESER COMMIT VERLOREN GEHEN.\n"
4936
4867 -#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:816
4937 +#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:871
4938 msgid ""
4939 "\n"
4940 "You are editing the todo file of an ongoing interactive rebase.\n"
@@ -4878,7 +4948,7 @@ msgstr ""
4948 " git rebase --continue\n"
4949 "\n"
4950
4881 -#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:893
4951 +#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:948
4952 msgid ""
4953 "\n"
4954 "However, if you remove everything, the rebase will be aborted.\n"
@@ -4888,12 +4958,12 @@ msgstr ""
4958 "Wenn Sie jedoch alles löschen, wird der Rebase abgebrochen.\n"
4959 "\n"
4960
4891 -#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:900
4961 +#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:955
4962 msgid "Note that empty commits are commented out"
4963 msgstr "Leere Commits sind auskommentiert."
4964
4895 -#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3339
4896 -#: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:235
4965 +#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3447
4966 +#: sequencer.c:3473 sequencer.c:5120 builtin/fsck.c:356 builtin/rebase.c:235
4967 #, c-format
4968 msgid "could not write '%s'"
4969 msgstr "Konnte '%s' nicht schreiben."
@@ -4929,99 +4999,100 @@ msgstr ""
4999 "Warnungen zu ändern.\n"
5000 "Die möglichen Verhaltensweisen sind: ignore, warn, error.\n"
5001
4932 -#: refs.c:192
5002 +#: refs.c:262
5003 #, c-format
5004 msgid "%s does not point to a valid object!"
5005 msgstr "%s zeigt auf kein gültiges Objekt!"
5006
4937 -#: refs.c:597
5007 +#: refs.c:667
5008 #, c-format
5009 msgid "ignoring dangling symref %s"
5010 msgstr "Ignoriere unreferenzierte symbolische Referenz %s"
5011
4942 -#: refs.c:599 ref-filter.c:1982
5012 +#: refs.c:669 ref-filter.c:2092
5013 #, c-format
5014 msgid "ignoring broken ref %s"
5015 msgstr "Ignoriere fehlerhafte Referenz %s"
5016
4947 -#: refs.c:734
5017 +#: refs.c:804
5018 #, c-format
5019 msgid "could not open '%s' for writing: %s"
5020 msgstr "Konnte '%s' nicht zum Schreiben öffnen: %s"
5021
4952 -#: refs.c:744 refs.c:795
5022 +#: refs.c:814 refs.c:865
5023 #, c-format
5024 msgid "could not read ref '%s'"
5025 msgstr "Konnte Referenz '%s' nicht lesen."
5026
4957 -#: refs.c:750
5027 +#: refs.c:820
5028 #, c-format
5029 msgid "ref '%s' already exists"
5030 msgstr "Referenz '%s' existiert bereits."
5031
4962 -#: refs.c:755
5032 +#: refs.c:825
5033 #, c-format
5034 msgid "unexpected object ID when writing '%s'"
5035 msgstr "Unerwartete Objekt-ID beim Schreiben von '%s'."
5036
4967 -#: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:2805
4968 -#: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:656
5037 +#: refs.c:833 sequencer.c:403 sequencer.c:2709 sequencer.c:2913
5038 +#: sequencer.c:2927 sequencer.c:3184 sequencer.c:5037 wrapper.c:656
5039 #, c-format
5040 msgid "could not write to '%s'"
5041 msgstr "Konnte nicht nach '%s' schreiben."
5042
4973 -#: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:993
5043 +#: refs.c:860 wrapper.c:225 wrapper.c:395 builtin/am.c:715
5044 +#: builtin/rebase.c:1003
5045 #, c-format
5046 msgid "could not open '%s' for writing"
5047 msgstr "Konnte '%s' nicht zum Schreiben öffnen."
5048
4978 -#: refs.c:797
5049 +#: refs.c:867
5050 #, c-format
5051 msgid "unexpected object ID when deleting '%s'"
5052 msgstr "Unerwartete Objekt-ID beim Löschen von '%s'."
5053
4983 -#: refs.c:928
5054 +#: refs.c:998
5055 #, c-format
5056 msgid "log for ref %s has gap after %s"
5057 msgstr "Log für Referenz %s hat eine Lücke nach %s."
5058
4988 -#: refs.c:934
5059 +#: refs.c:1004
5060 #, c-format
5061 msgid "log for ref %s unexpectedly ended on %s"
5062 msgstr "Log für Referenz %s unerwartet bei %s beendet."
5063
4993 -#: refs.c:993
5064 +#: refs.c:1063
5065 #, c-format
5066 msgid "log for %s is empty"
5067 msgstr "Log für %s ist leer."
5068
4998 -#: refs.c:1085
5069 +#: refs.c:1155
5070 #, c-format
5071 msgid "refusing to update ref with bad name '%s'"
5072 msgstr "Verweigere Aktualisierung einer Referenz mit fehlerhaftem Namen '%s'."
5073
5003 -#: refs.c:1161
5074 +#: refs.c:1231
5075 #, c-format
5076 msgid "update_ref failed for ref '%s': %s"
5077 msgstr "update_ref für Referenz '%s' fehlgeschlagen: %s"
5078
5008 -#: refs.c:1942
5079 +#: refs.c:2012
5080 #, c-format
5081 msgid "multiple updates for ref '%s' not allowed"
5082 msgstr "Mehrere Aktualisierungen für Referenz '%s' nicht erlaubt."
5083
5013 -#: refs.c:1974
5084 +#: refs.c:2044
5085 msgid "ref updates forbidden inside quarantine environment"
5086 msgstr ""
5087 "Aktualisierungen von Referenzen ist innerhalb der Quarantäne-Umgebung "
5088 "verboten."
5089
5019 -#: refs.c:2070 refs.c:2100
5090 +#: refs.c:2140 refs.c:2170
5091 #, c-format
5092 msgid "'%s' exists; cannot create '%s'"
5093 msgstr "'%s' existiert; kann '%s' nicht erstellen"
5094
5024 -#: refs.c:2076 refs.c:2111
5095 +#: refs.c:2146 refs.c:2181
5096 #, c-format
5097 msgid "cannot process '%s' and '%s' at the same time"
5098 msgstr "Kann '%s' und '%s' nicht zur selben Zeit verarbeiten."
@@ -5047,268 +5118,252 @@ msgstr "Konnte Referenzen nicht entfernen: %s"
5118 msgid "invalid refspec '%s'"
5119 msgstr "Ungültige Refspec '%s'"
5120
5050 -#: ref-filter.c:39 wt-status.c:1909
5121 +#: ref-filter.c:42 wt-status.c:1934
5122 msgid "gone"
5123 msgstr "entfernt"
5124
5054 -#: ref-filter.c:40
5125 +#: ref-filter.c:43
5126 #, c-format
5127 msgid "ahead %d"
5128 msgstr "%d voraus"
5129
5059 -#: ref-filter.c:41
5130 +#: ref-filter.c:44
5131 #, c-format
5132 msgid "behind %d"
5133 msgstr "%d hinterher"
5134
5064 -#: ref-filter.c:42
5135 +#: ref-filter.c:45
5136 #, c-format
5137 msgid "ahead %d, behind %d"
5138 msgstr "%d voraus, %d hinterher"
5139
5069 -#: ref-filter.c:138
5140 +#: ref-filter.c:162
5141 #, c-format
5142 msgid "expected format: %%(color:<color>)"
5143 msgstr "Erwartetes Format: %%(color:<Farbe>)"
5144
5074 -#: ref-filter.c:140
5145 +#: ref-filter.c:164
5146 #, c-format
5147 msgid "unrecognized color: %%(color:%s)"
5148 msgstr "nicht erkannte Farbe: %%(color:%s)"
5149
5079 -#: ref-filter.c:162
5150 +#: ref-filter.c:186
5151 #, c-format
5152 msgid "Integer value expected refname:lstrip=%s"
5153 msgstr "Positiver Wert erwartet refname:lstrip=%s"
5154
5084 -#: ref-filter.c:166
5155 +#: ref-filter.c:190
5156 #, c-format
5157 msgid "Integer value expected refname:rstrip=%s"
5158 msgstr "Positiver Wert erwartet refname:rstrip=%s"
5159
5089 -#: ref-filter.c:168
5160 +#: ref-filter.c:192
5161 #, c-format
5162 msgid "unrecognized %%(%s) argument: %s"
5163 msgstr "nicht erkanntes %%(%s) Argument: %s"
5164
5094 -#: ref-filter.c:223
5165 +#: ref-filter.c:247
5166 #, c-format
5167 msgid "%%(objecttype) does not take arguments"
5168 msgstr "%%(objecttype) akzeptiert keine Argumente"
5169
5099 -#: ref-filter.c:245
5170 +#: ref-filter.c:269
5171 #, c-format
5172 msgid "unrecognized %%(objectsize) argument: %s"
5173 msgstr "nicht erkanntes %%(objectsize) Argument: %s"
5174
5104 -#: ref-filter.c:253
5175 +#: ref-filter.c:277
5176 #, c-format
5177 msgid "%%(deltabase) does not take arguments"
5178 msgstr "%%(deltabase) akzeptiert keine Argumente"
5179
5109 -#: ref-filter.c:265
5180 +#: ref-filter.c:289
5181 #, c-format
5182 msgid "%%(body) does not take arguments"
5183 msgstr "%%(body) akzeptiert keine Argumente"
5184
5114 -#: ref-filter.c:274
5185 +#: ref-filter.c:298
5186 #, c-format
5187 msgid "%%(subject) does not take arguments"
5188 msgstr "%%(subject) akzeptiert keine Argumente"
5189
5119 -#: ref-filter.c:296
5190 +#: ref-filter.c:320
5191 #, c-format
5192 msgid "unknown %%(trailers) argument: %s"
5193 msgstr "unbekanntes %%(trailers) Argument: %s"
5194
5124 -#: ref-filter.c:325
5195 +#: ref-filter.c:349
5196 #, c-format
5197 msgid "positive value expected contents:lines=%s"
5198 msgstr "Positiver Wert erwartet contents:lines=%s"
5199
5129 -#: ref-filter.c:327
5200 +#: ref-filter.c:351
5201 #, c-format
5202 msgid "unrecognized %%(contents) argument: %s"
5203 msgstr "nicht erkanntes %%(contents) Argument: %s"
5204
5134 -#: ref-filter.c:342
5205 +#: ref-filter.c:366
5206 #, c-format
5207 msgid "positive value expected objectname:short=%s"
5208 msgstr "Positiver Wert erwartet objectname:short=%s"
5209
5139 -#: ref-filter.c:346
5210 +#: ref-filter.c:370
5211 #, c-format
5212 msgid "unrecognized %%(objectname) argument: %s"
5213 msgstr "nicht erkanntes %%(objectname) Argument: %s"
5214
5144 -#: ref-filter.c:376
5215 +#: ref-filter.c:400
5216 #, c-format
5217 msgid "expected format: %%(align:<width>,<position>)"
5218 msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
5219
5149 -#: ref-filter.c:388
5220 +#: ref-filter.c:412
5221 #, c-format
5222 msgid "unrecognized position:%s"
5223 msgstr "nicht erkannte Position:%s"
5224
5154 -#: ref-filter.c:395
5225 +#: ref-filter.c:419
5226 #, c-format
5227 msgid "unrecognized width:%s"
5228 msgstr "nicht erkannte Breite:%s"
5229
5159 -#: ref-filter.c:404
5230 +#: ref-filter.c:428
5231 #, c-format
5232 msgid "unrecognized %%(align) argument: %s"
5233 msgstr "nicht erkanntes %%(align) Argument: %s"
5234
5164 -#: ref-filter.c:412
5235 +#: ref-filter.c:436
5236 #, c-format
5237 msgid "positive width expected with the %%(align) atom"
5238 msgstr "Positive Breitenangabe für %%(align) erwartet"
5239
5169 -#: ref-filter.c:430
5240 +#: ref-filter.c:454
5241 #, c-format
5242 msgid "unrecognized %%(if) argument: %s"
5243 msgstr "nicht erkanntes %%(if) Argument: %s"
5244
5174 -#: ref-filter.c:531
5245 +#: ref-filter.c:556
5246 #, c-format
5247 msgid "malformed field name: %.*s"
5248 msgstr "Fehlerhafter Feldname: %.*s"
5249
5179 -#: ref-filter.c:558
5250 +#: ref-filter.c:583
5251 #, c-format
5252 msgid "unknown field name: %.*s"
5253 msgstr "Unbekannter Feldname: %.*s"
5254
5184 -#: ref-filter.c:562
5255 +#: ref-filter.c:587
5256 #, c-format
5257 msgid ""
5258 "not a git repository, but the field '%.*s' requires access to object data"
5259 msgstr ""
5260 "Kein Git-Repository, aber das Feld '%.*s' erfordert Zugriff auf Objektdaten."
5261
5191 -#: ref-filter.c:686
5262 +#: ref-filter.c:711
5263 #, c-format
5264 msgid "format: %%(if) atom used without a %%(then) atom"
5265 msgstr "format: %%(if) Atom ohne ein %%(then) Atom verwendet"
5266
5196 -#: ref-filter.c:749
5267 +#: ref-filter.c:774
5268 #, c-format
5269 msgid "format: %%(then) atom used without an %%(if) atom"
5270 msgstr "format: %%(then) Atom ohne ein %%(if) Atom verwendet"
5271
5201 -#: ref-filter.c:751
5272 +#: ref-filter.c:776
5273 #, c-format
5274 msgid "format: %%(then) atom used more than once"
5275 msgstr "format: %%(then) Atom mehr als einmal verwendet"
5276
5206 -#: ref-filter.c:753
5277 +#: ref-filter.c:778
5278 #, c-format
5279 msgid "format: %%(then) atom used after %%(else)"
5280 msgstr "format: %%(then) Atom nach %%(else) verwendet"
5281
5211 -#: ref-filter.c:781
5282 +#: ref-filter.c:806
5283 #, c-format
5284 msgid "format: %%(else) atom used without an %%(if) atom"
5285 msgstr "format: %%(else) Atom ohne ein %%(if) Atom verwendet"
5286
5216 -#: ref-filter.c:783
5287 +#: ref-filter.c:808
5288 #, c-format
5289 msgid "format: %%(else) atom used without a %%(then) atom"
5290 msgstr "Format: %%(else) Atom ohne ein %%(then) Atom verwendet"
5291
5221 -#: ref-filter.c:785
5292 +#: ref-filter.c:810
5293 #, c-format
5294 msgid "format: %%(else) atom used more than once"
5295 msgstr "Format: %%(end) Atom mehr als einmal verwendet"
5296
5226 -#: ref-filter.c:800
5297 +#: ref-filter.c:825
5298 #, c-format
5299 msgid "format: %%(end) atom used without corresponding atom"
5300 msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
5301
5231 -#: ref-filter.c:857
5302 +#: ref-filter.c:882
5303 #, c-format
5304 msgid "malformed format string %s"
5305 msgstr "Fehlerhafter Formatierungsstring %s"
5306
5236 -#: ref-filter.c:1453
5307 +#: ref-filter.c:1485
5308 #, c-format
5238 -msgid "(no branch, rebasing %s)"
5239 -msgstr "(kein Branch, Rebase von Branch %s im Gange)"
5309 +msgid "no branch, rebasing %s"
5310 +msgstr "kein Branch, Rebase von %s"
5311
5241 -#: ref-filter.c:1456
5312 +#: ref-filter.c:1488
5313 #, c-format
5243 -msgid "(no branch, rebasing detached HEAD %s)"
5244 -msgstr "(kein Branch, Rebase von losgelöstem HEAD %s)"
5314 +msgid "no branch, rebasing detached HEAD %s"
5315 +msgstr "kein Branch, Rebase von losgelöstem HEAD %s"
5316
5246 -#: ref-filter.c:1459
5317 +#: ref-filter.c:1491
5318 #, c-format
5248 -msgid "(no branch, bisect started on %s)"
5249 -msgstr "(kein Branch, binäre Suche begonnen bei %s)"
5319 +msgid "no branch, bisect started on %s"
5320 +msgstr "kein Branch, binäre Suche begonnen bei %s"
5321
5251 -#. TRANSLATORS: make sure this matches "HEAD
5252 -#. detached at " in wt-status.c
5253 -#.
5254 -#: ref-filter.c:1467
5255 -#, c-format
5256 -msgid "(HEAD detached at %s)"
5257 -msgstr "(HEAD losgelöst bei %s)"
5258 -
5259 -#. TRANSLATORS: make sure this matches "HEAD
5260 -#. detached from " in wt-status.c
5261 -#.
5262 -#: ref-filter.c:1474
5263 -#, c-format
5264 -msgid "(HEAD detached from %s)"
5265 -msgstr "(HEAD losgelöst von %s)"
5266 -
5267 -#: ref-filter.c:1478
5268 -msgid "(no branch)"
5269 -msgstr "(kein Branch)"
5322 +#: ref-filter.c:1501
5323 +msgid "no branch"
5324 +msgstr "kein Branch"
5325
5271 -#: ref-filter.c:1512 ref-filter.c:1669
5326 +#: ref-filter.c:1537 ref-filter.c:1743
5327 #, c-format
5328 msgid "missing object %s for %s"
5329 msgstr "Objekt %s fehlt für %s"
5330
5276 -#: ref-filter.c:1522
5331 +#: ref-filter.c:1547
5332 #, c-format
5333 msgid "parse_object_buffer failed on %s for %s"
5334 msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
5335
5281 -#: ref-filter.c:1888
5336 +#: ref-filter.c:1998
5337 #, c-format
5338 msgid "malformed object at '%s'"
5339 msgstr "fehlerhaftes Objekt bei '%s'"
5340
5286 -#: ref-filter.c:1977
5341 +#: ref-filter.c:2087
5342 #, c-format
5343 msgid "ignoring ref with broken name %s"
5344 msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
5345
5291 -#: ref-filter.c:2263
5346 +#: ref-filter.c:2382
5347 #, c-format
5348 msgid "format: %%(end) atom missing"
5349 msgstr "Format: %%(end) Atom fehlt"
5350
5296 -#: ref-filter.c:2363
5351 +#: ref-filter.c:2482
5352 #, c-format
5353 msgid "option `%s' is incompatible with --merged"
5354 msgstr "Die Option `%s' ist inkompatibel mit --merged."
5355
5301 -#: ref-filter.c:2366
5356 +#: ref-filter.c:2485
5357 #, c-format
5358 msgid "option `%s' is incompatible with --no-merged"
5359 msgstr "Die Option `%s' ist inkompatibel mit --no-merged."
5360
5306 -#: ref-filter.c:2376
5361 +#: ref-filter.c:2495
5362 #, c-format
5363 msgid "malformed object name %s"
5364 msgstr "Missgebildeter Objektname %s"
5365
5311 -#: ref-filter.c:2381
5366 +#: ref-filter.c:2500
5367 #, c-format
5368 msgid "option `%s' must point to a commit"
5369 msgstr "Die Option `%s' muss auf einen Commit zeigen."
@@ -5662,8 +5717,8 @@ msgstr "Kann '%s' nicht löschen."
5717 msgid "Recorded preimage for '%s'"
5718 msgstr "Preimage für '%s' aufgezeichnet."
5719
5665 -#: rerere.c:881 submodule.c:2024 builtin/log.c:1750
5666 -#: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:1427
5720 +#: rerere.c:881 submodule.c:2023 builtin/log.c:1773
5721 +#: builtin/submodule--helper.c:1418 builtin/submodule--helper.c:1428
5722 #, c-format
5723 msgid "could not create directory '%s'"
5724 msgstr "Konnte Verzeichnis '%s' nicht erstellen."
@@ -5697,20 +5752,20 @@ msgstr "Aufgezeichnete Konfliktauflösung für '%s' gelöscht.\n"
5752 msgid "unable to open rr-cache directory"
5753 msgstr "Konnte rr-cache Verzeichnis nicht öffnen."
5754
5700 -#: revision.c:2476
5755 +#: revision.c:2507
5756 msgid "your current branch appears to be broken"
5757 msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
5758
5704 -#: revision.c:2479
5759 +#: revision.c:2510
5760 #, c-format
5761 msgid "your current branch '%s' does not have any commits yet"
5762 msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
5763
5709 -#: revision.c:2679
5764 +#: revision.c:2710
5765 msgid "--first-parent is incompatible with --bisect"
5766 msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
5767
5713 -#: revision.c:2683
5768 +#: revision.c:2714
5769 msgid "-L does not yet support diff formats besides -p and -s"
5770 msgstr "-L unterstützt noch keine anderen Diff-Formate außer -p und -s"
5771
@@ -5782,24 +5837,29 @@ msgstr "Ungültiger \"cleanup\"-Modus '%s' für Commit-Beschreibungen."
5837 msgid "could not delete '%s'"
5838 msgstr "Konnte '%s' nicht löschen."
5839
5785 -#: sequencer.c:318
5840 +#: sequencer.c:311 builtin/rebase.c:759 builtin/rebase.c:1645 builtin/rm.c:369
5841 +#, c-format
5842 +msgid "could not remove '%s'"
5843 +msgstr "Konnte '%s' nicht löschen"
5844 +
5845 +#: sequencer.c:321
5846 msgid "revert"
5847 msgstr "Revert"
5848
5789 -#: sequencer.c:320
5849 +#: sequencer.c:323
5850 msgid "cherry-pick"
5851 msgstr "Cherry-Pick"
5852
5793 -#: sequencer.c:322
5853 +#: sequencer.c:325
5854 msgid "rebase -i"
5855 msgstr "interaktives Rebase"
5856
5797 -#: sequencer.c:324
5857 +#: sequencer.c:327
5858 #, c-format
5859 msgid "unknown action: %d"
5860 msgstr "Unbekannte Aktion: %d"
5861
5802 -#: sequencer.c:382
5862 +#: sequencer.c:385
5863 msgid ""
5864 "after resolving the conflicts, mark the corrected paths\n"
5865 "with 'git add <paths>' or 'git rm <paths>'"
@@ -5807,7 +5867,7 @@ msgstr ""
5867 "nach Auflösung der Konflikte markieren Sie die korrigierten Pfade\n"
5868 "mit 'git add <Pfade>' oder 'git rm <Pfade>'"
5869
5810 -#: sequencer.c:385
5870 +#: sequencer.c:388
5871 msgid ""
5872 "after resolving the conflicts, mark the corrected paths\n"
5873 "with 'git add <paths>' or 'git rm <paths>'\n"
@@ -5817,45 +5877,45 @@ msgstr ""
5877 "mit 'git add <Pfade>' oder 'git rm <Pfade>' und tragen Sie das Ergebnis mit\n"
5878 "'git commit' ein"
5879
5820 -#: sequencer.c:398 sequencer.c:2801
5880 +#: sequencer.c:401 sequencer.c:2909
5881 #, c-format
5882 msgid "could not lock '%s'"
5883 msgstr "Konnte '%s' nicht sperren"
5884
5825 -#: sequencer.c:405
5885 +#: sequencer.c:408
5886 #, c-format
5887 msgid "could not write eol to '%s'"
5888 msgstr "Konnte EOL nicht nach '%s' schreiben."
5889
5830 -#: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:2821
5831 -#: sequencer.c:3084
5890 +#: sequencer.c:413 sequencer.c:2714 sequencer.c:2915 sequencer.c:2929
5891 +#: sequencer.c:3192
5892 #, c-format
5893 msgid "failed to finalize '%s'"
5894 msgstr "Fehler beim Fertigstellen von '%s'."
5895
5836 -#: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:2704
5837 -#: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:760
5838 -#: builtin/merge.c:1115 builtin/rebase.c:567
5896 +#: sequencer.c:436 sequencer.c:981 sequencer.c:1655 sequencer.c:2734
5897 +#: sequencer.c:3174 sequencer.c:3283 builtin/am.c:245 builtin/commit.c:763
5898 +#: builtin/merge.c:1112 builtin/rebase.c:567
5899 #, c-format
5900 msgid "could not read '%s'"
5901 msgstr "Konnte '%s' nicht lesen"
5902
5843 -#: sequencer.c:459
5903 +#: sequencer.c:462
5904 #, c-format
5905 msgid "your local changes would be overwritten by %s."
5906 msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."
5907
5848 -#: sequencer.c:463
5908 +#: sequencer.c:466
5909 msgid "commit your changes or stash them to proceed."
5910 msgstr ""
5911 "Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
5912
5853 -#: sequencer.c:495
5913 +#: sequencer.c:498
5914 #, c-format
5915 msgid "%s: fast-forward"
5916 msgstr "%s: Vorspulen"
5917
5858 -#: sequencer.c:534 builtin/tag.c:555
5918 +#: sequencer.c:537 builtin/tag.c:565
5919 #, c-format
5920 msgid "Invalid cleanup mode %s"
5921 msgstr "Ungültiger \"cleanup\" Modus %s"
@@ -5863,70 +5923,70 @@ msgstr "Ungültiger \"cleanup\" Modus %s"
5923 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
5924 #. "rebase -i".
5925 #.
5866 -#: sequencer.c:629
5926 +#: sequencer.c:632
5927 #, c-format
5928 msgid "%s: Unable to write new index file"
5929 msgstr "%s: Konnte neue Index-Datei nicht schreiben"
5930
5871 -#: sequencer.c:646
5931 +#: sequencer.c:649
5932 msgid "unable to update cache tree"
5933 msgstr "Konnte Cache-Verzeichnis nicht aktualisieren."
5934
5875 -#: sequencer.c:660
5935 +#: sequencer.c:663
5936 msgid "could not resolve HEAD commit"
5937 msgstr "Konnte HEAD-Commit nicht auflösen."
5938
5879 -#: sequencer.c:740
5939 +#: sequencer.c:743
5940 #, c-format
5941 msgid "no key present in '%.*s'"
5942 msgstr "Kein Schlüssel in '%.*s' vorhanden."
5943
5884 -#: sequencer.c:751
5944 +#: sequencer.c:754
5945 #, c-format
5946 msgid "unable to dequote value of '%s'"
5947 msgstr "Konnte Anführungszeichen von '%s' nicht entfernen."
5948
5889 -#: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5890 -#: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:1035
5949 +#: sequencer.c:791 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5950 +#: builtin/am.c:798 builtin/merge.c:1109 builtin/rebase.c:1045
5951 #, c-format
5952 msgid "could not open '%s' for reading"
5953 msgstr "Konnte '%s' nicht zum Lesen öffnen."
5954
5895 -#: sequencer.c:798
5955 +#: sequencer.c:801
5956 msgid "'GIT_AUTHOR_NAME' already given"
5957 msgstr "'GIT_AUTHOR_NAME' bereits angegeben."
5958
5899 -#: sequencer.c:803
5959 +#: sequencer.c:806
5960 msgid "'GIT_AUTHOR_EMAIL' already given"
5961 msgstr "'GIT_AUTHOR_EMAIL' bereits angegeben."
5962
5903 -#: sequencer.c:808
5963 +#: sequencer.c:811
5964 msgid "'GIT_AUTHOR_DATE' already given"
5965 msgstr "'GIT_AUTHOR_DATE' bereits angegeben."
5966
5907 -#: sequencer.c:812
5967 +#: sequencer.c:815
5968 #, c-format
5969 msgid "unknown variable '%s'"
5970 msgstr "Unbekannte Variable '%s'"
5971
5912 -#: sequencer.c:817
5972 +#: sequencer.c:820
5973 msgid "missing 'GIT_AUTHOR_NAME'"
5974 msgstr "'GIT_AUTHOR_NAME' fehlt."
5975
5916 -#: sequencer.c:819
5976 +#: sequencer.c:822
5977 msgid "missing 'GIT_AUTHOR_EMAIL'"
5978 msgstr "'GIT_AUTHOR_EMAIL' fehlt."
5979
5920 -#: sequencer.c:821
5980 +#: sequencer.c:824
5981 msgid "missing 'GIT_AUTHOR_DATE'"
5982 msgstr "'GIT_AUTHOR_DATE' fehlt."
5983
5924 -#: sequencer.c:881
5984 +#: sequencer.c:884
5985 #, c-format
5986 msgid "invalid date format '%s' in '%s'"
5987 msgstr "Ungültiges Datumsformat '%s' in '%s'"
5988
5929 -#: sequencer.c:898
5989 +#: sequencer.c:901
5990 #, c-format
5991 msgid ""
5992 "you have staged changes in your working tree\n"
@@ -5957,15 +6017,15 @@ msgstr ""
6017 "\n"
6018 " git rebase --continue\n"
6019
5960 -#: sequencer.c:992
6020 +#: sequencer.c:995
6021 msgid "writing root commit"
6022 msgstr "Root-Commit schreiben"
6023
5964 -#: sequencer.c:1213
6024 +#: sequencer.c:1216
6025 msgid "'prepare-commit-msg' hook failed"
6026 msgstr "'prepare-commit-msg' Hook fehlgeschlagen."
6027
5968 -#: sequencer.c:1220
6028 +#: sequencer.c:1223
6029 msgid ""
6030 "Your name and email address were configured automatically based\n"
6031 "on your username and hostname. Please check that they are accurate.\n"
@@ -5993,7 +6053,7 @@ msgstr ""
6053 "\n"
6054 " git commit --amend --reset-author\n"
6055
5996 -#: sequencer.c:1233
6056 +#: sequencer.c:1236
6057 msgid ""
6058 "Your name and email address were configured automatically based\n"
6059 "on your username and hostname. Please check that they are accurate.\n"
@@ -6019,307 +6079,350 @@ msgstr ""
6079 "\n"
6080 " git commit --amend --reset-author\n"
6081
6022 -#: sequencer.c:1275
6082 +#: sequencer.c:1278
6083 msgid "couldn't look up newly created commit"
6084 msgstr "Konnte neu erstellten Commit nicht nachschlagen."
6085
6026 -#: sequencer.c:1277
6086 +#: sequencer.c:1280
6087 msgid "could not parse newly created commit"
6088 msgstr "Konnte neu erstellten Commit nicht analysieren."
6089
6030 -#: sequencer.c:1323
6090 +#: sequencer.c:1326
6091 msgid "unable to resolve HEAD after creating commit"
6092 msgstr "Konnte HEAD nicht auflösen, nachdem der Commit erstellt wurde."
6093
6034 -#: sequencer.c:1325
6094 +#: sequencer.c:1328
6095 msgid "detached HEAD"
6096 msgstr "losgelöster HEAD"
6097
6038 -#: sequencer.c:1329
6098 +#: sequencer.c:1332
6099 msgid " (root-commit)"
6100 msgstr " (Root-Commit)"
6101
6042 -#: sequencer.c:1350
6102 +#: sequencer.c:1353
6103 msgid "could not parse HEAD"
6104 msgstr "Konnte HEAD nicht parsen."
6105
6046 -#: sequencer.c:1352
6106 +#: sequencer.c:1355
6107 #, c-format
6108 msgid "HEAD %s is not a commit!"
6109 msgstr "HEAD %s ist kein Commit!"
6110
6051 -#: sequencer.c:1356 builtin/commit.c:1551
6111 +#: sequencer.c:1359 builtin/commit.c:1571
6112 msgid "could not parse HEAD commit"
6113 msgstr "Konnte Commit von HEAD nicht analysieren."
6114
6055 -#: sequencer.c:1408 sequencer.c:2001
6115 +#: sequencer.c:1411 sequencer.c:2004
6116 msgid "unable to parse commit author"
6117 msgstr "Konnte Commit-Autor nicht parsen."
6118
6059 -#: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:688
6119 +#: sequencer.c:1421 builtin/am.c:1573 builtin/merge.c:684
6120 msgid "git write-tree failed to write a tree"
6121 msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl"
6122
6063 -#: sequencer.c:1435 sequencer.c:1496
6123 +#: sequencer.c:1438 sequencer.c:1499
6124 #, c-format
6125 msgid "unable to read commit message from '%s'"
6126 msgstr "Konnte Commit-Beschreibung von '%s' nicht lesen."
6127
6068 -#: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:882
6069 -#: builtin/merge.c:906
6128 +#: sequencer.c:1465 builtin/am.c:1595 builtin/commit.c:1670 builtin/merge.c:878
6129 +#: builtin/merge.c:903
6130 msgid "failed to write commit object"
6131 msgstr "Fehler beim Schreiben des Commit-Objektes."
6132
6073 -#: sequencer.c:1523
6133 +#: sequencer.c:1526
6134 #, c-format
6135 msgid "could not parse commit %s"
6136 msgstr "Konnte Commit %s nicht parsen."
6137
6078 -#: sequencer.c:1528
6138 +#: sequencer.c:1531
6139 #, c-format
6140 msgid "could not parse parent commit %s"
6141 msgstr "Konnte Eltern-Commit %s nicht parsen."
6142
6083 -#: sequencer.c:1602 sequencer.c:1712
6143 +#: sequencer.c:1605 sequencer.c:1715
6144 #, c-format
6145 msgid "unknown command: %d"
6146 msgstr "Unbekannter Befehl: %d"
6147
6088 -#: sequencer.c:1659 sequencer.c:1684
6148 +#: sequencer.c:1662 sequencer.c:1687
6149 #, c-format
6150 msgid "This is a combination of %d commits."
6151 msgstr "Das ist eine Kombination aus %d Commits."
6152
6093 -#: sequencer.c:1669
6153 +#: sequencer.c:1672
6154 msgid "need a HEAD to fixup"
6155 msgstr "benötige HEAD für fixup"
6156
6097 -#: sequencer.c:1671 sequencer.c:3111
6157 +#: sequencer.c:1674 sequencer.c:3219
6158 msgid "could not read HEAD"
6159 msgstr "Konnte HEAD nicht lesen"
6160
6101 -#: sequencer.c:1673
6161 +#: sequencer.c:1676
6162 msgid "could not read HEAD's commit message"
6163 msgstr "Konnte Commit-Beschreibung von HEAD nicht lesen"
6164
6105 -#: sequencer.c:1679
6165 +#: sequencer.c:1682
6166 #, c-format
6167 msgid "cannot write '%s'"
6168 msgstr "kann '%s' nicht schreiben"
6169
6110 -#: sequencer.c:1686 git-rebase--preserve-merges.sh:441
6170 +#: sequencer.c:1689 git-rebase--preserve-merges.sh:496
6171 msgid "This is the 1st commit message:"
6172 msgstr "Das ist die erste Commit-Beschreibung:"
6173
6114 -#: sequencer.c:1694
6174 +#: sequencer.c:1697
6175 #, c-format
6176 msgid "could not read commit message of %s"
6177 msgstr "Konnte Commit-Beschreibung von %s nicht lesen."
6178
6119 -#: sequencer.c:1701
6179 +#: sequencer.c:1704
6180 #, c-format
6181 msgid "This is the commit message #%d:"
6182 msgstr "Das ist Commit-Beschreibung #%d:"
6183
6124 -#: sequencer.c:1707
6184 +#: sequencer.c:1710
6185 #, c-format
6186 msgid "The commit message #%d will be skipped:"
6187 msgstr "Die Commit-Beschreibung #%d wird ausgelassen:"
6188
6129 -#: sequencer.c:1795
6189 +#: sequencer.c:1798
6190 msgid "your index file is unmerged."
6191 msgstr "Ihre Index-Datei ist nicht zusammengeführt."
6192
6133 -#: sequencer.c:1802
6193 +#: sequencer.c:1805
6194 msgid "cannot fixup root commit"
6195 msgstr "kann fixup nicht auf Root-Commit anwenden"
6196
6137 -#: sequencer.c:1821
6197 +#: sequencer.c:1824
6198 #, c-format
6199 msgid "commit %s is a merge but no -m option was given."
6200 msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
6201
6142 -#: sequencer.c:1829 sequencer.c:1837
6202 +#: sequencer.c:1832 sequencer.c:1840
6203 #, c-format
6204 msgid "commit %s does not have parent %d"
6205 msgstr "Commit %s hat keinen Eltern-Commit %d"
6206
6147 -#: sequencer.c:1843
6207 +#: sequencer.c:1846
6208 #, c-format
6209 msgid "cannot get commit message for %s"
6210 msgstr "Kann keine Commit-Beschreibung für %s bekommen."
6211
6212 #. TRANSLATORS: The first %s will be a "todo" command like
6213 #. "revert" or "pick", the second %s a SHA1.
6154 -#: sequencer.c:1862
6214 +#: sequencer.c:1865
6215 #, c-format
6216 msgid "%s: cannot parse parent commit %s"
6217 msgstr "%s: kann Eltern-Commit %s nicht parsen"
6218
6159 -#: sequencer.c:1927
6219 +#: sequencer.c:1930
6220 #, c-format
6221 msgid "could not rename '%s' to '%s'"
6222 msgstr "Konnte '%s' nicht zu '%s' umbenennen."
6223
6164 -#: sequencer.c:1982
6224 +#: sequencer.c:1985
6225 #, c-format
6226 msgid "could not revert %s... %s"
6227 msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
6228
6169 -#: sequencer.c:1983
6229 +#: sequencer.c:1986
6230 #, c-format
6231 msgid "could not apply %s... %s"
6232 msgstr "Konnte %s... (%s) nicht anwenden"
6233
6174 -#: sequencer.c:2042
6234 +#: sequencer.c:2045
6235 #, c-format
6236 msgid "git %s: failed to read the index"
6237 msgstr "git %s: Fehler beim Lesen des Index"
6238
6179 -#: sequencer.c:2049
6239 +#: sequencer.c:2052
6240 #, c-format
6241 msgid "git %s: failed to refresh the index"
6242 msgstr "git %s: Fehler beim Aktualisieren des Index"
6243
6184 -#: sequencer.c:2118
6244 +#: sequencer.c:2128
6245 #, c-format
6246 msgid "%s does not accept arguments: '%s'"
6247 msgstr "%s akzeptiert keine Argumente: '%s'"
6248
6189 -#: sequencer.c:2127
6249 +#: sequencer.c:2137
6250 #, c-format
6251 msgid "missing arguments for %s"
6252 msgstr "Fehlende Argumente für %s."
6253
6194 -#: sequencer.c:2164
6254 +#: sequencer.c:2174
6255 #, c-format
6256 msgid "could not parse '%.*s'"
6257 msgstr "Konnte '%.*s' nicht parsen."
6258
6199 -#: sequencer.c:2226
6259 +#: sequencer.c:2228
6260 #, c-format
6261 msgid "invalid line %d: %.*s"
6262 msgstr "Ungültige Zeile %d: %.*s"
6263
6204 -#: sequencer.c:2237
6264 +#: sequencer.c:2239
6265 #, c-format
6266 msgid "cannot '%s' without a previous commit"
6267 msgstr "Kann '%s' nicht ohne vorherigen Commit ausführen"
6268
6209 -#: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:178
6269 +#: sequencer.c:2287 builtin/rebase.c:153 builtin/rebase.c:178
6270 #: builtin/rebase.c:204 builtin/rebase.c:229
6271 #, c-format
6272 msgid "could not read '%s'."
6273 msgstr "Konnte '%s' nicht lesen."
6274
6215 -#: sequencer.c:2360
6275 +#: sequencer.c:2323
6276 +msgid "cancelling a cherry picking in progress"
6277 +msgstr "Abbrechen eines laufenden \"cherry-pick\""
6278 +
6279 +#: sequencer.c:2330
6280 +msgid "cancelling a revert in progress"
6281 +msgstr "Abbrechen eines laufenden \"revert\""
6282 +
6283 +#: sequencer.c:2364
6284 msgid "please fix this using 'git rebase --edit-todo'."
6285 msgstr ""
6286 "Bitte beheben Sie dieses, indem Sie 'git rebase --edit-todo' ausführen."
6287
6220 -#: sequencer.c:2362
6288 +#: sequencer.c:2366
6289 #, c-format
6290 msgid "unusable instruction sheet: '%s'"
6291 msgstr "Unbenutzbares Instruktionsblatt: '%s'"
6292
6225 -#: sequencer.c:2367
6293 +#: sequencer.c:2371
6294 msgid "no commits parsed."
6295 msgstr "Keine Commits geparst."
6296
6229 -#: sequencer.c:2378
6297 +#: sequencer.c:2382
6298 msgid "cannot cherry-pick during a revert."
6299 msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
6300
6233 -#: sequencer.c:2380
6301 +#: sequencer.c:2384
6302 msgid "cannot revert during a cherry-pick."
6303 msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
6304
6237 -#: sequencer.c:2462
6305 +#: sequencer.c:2466
6306 #, c-format
6307 msgid "invalid value for %s: %s"
6308 msgstr "Ungültiger Wert für %s: %s"
6309
6242 -#: sequencer.c:2549
6310 +#: sequencer.c:2553
6311 msgid "unusable squash-onto"
6312 msgstr "Unbenutzbares squash-onto."
6313
6246 -#: sequencer.c:2565
6314 +#: sequencer.c:2569
6315 #, c-format
6316 msgid "malformed options sheet: '%s'"
6317 msgstr "Fehlerhaftes Optionsblatt: '%s'"
6318
6251 -#: sequencer.c:2648 sequencer.c:4227
6319 +#: sequencer.c:2652 sequencer.c:4351
6320 msgid "empty commit set passed"
6321 msgstr "leere Menge von Commits übergeben"
6322
6255 -#: sequencer.c:2656
6256 -msgid "a cherry-pick or revert is already in progress"
6257 -msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
6323 +#: sequencer.c:2668
6324 +msgid "revert is already in progress"
6325 +msgstr "\"revert\" ist bereits im Gange"
6326 +
6327 +#: sequencer.c:2670
6328 +#, c-format
6329 +msgid "try \"git revert (--continue | %s--abort | --quit)\""
6330 +msgstr "Versuchen Sie \"git revert (--continue | %s--abort | --quit)\""
6331 +
6332 +#: sequencer.c:2673
6333 +msgid "cherry-pick is already in progress"
6334 +msgstr "\"cherry-pick\" wird bereits durchgeführt"
6335
6259 -#: sequencer.c:2657
6260 -msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
6261 -msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
6336 +#: sequencer.c:2675
6337 +#, c-format
6338 +msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
6339 +msgstr "Versuchen Sie \"git cherry-pick (--continue | %s--abort | --quit)\""
6340
6263 -#: sequencer.c:2660
6341 +#: sequencer.c:2689
6342 #, c-format
6343 msgid "could not create sequencer directory '%s'"
6344 msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."
6345
6268 -#: sequencer.c:2674
6346 +#: sequencer.c:2704
6347 msgid "could not lock HEAD"
6348 msgstr "Konnte HEAD nicht sperren"
6349
6272 -#: sequencer.c:2729 sequencer.c:3979
6350 +#: sequencer.c:2764 sequencer.c:4103
6351 msgid "no cherry-pick or revert in progress"
6274 -msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
6352 +msgstr "kein \"cherry-pick\" oder \"revert\" im Gange"
6353
6276 -#: sequencer.c:2731
6354 +#: sequencer.c:2766 sequencer.c:2777
6355 msgid "cannot resolve HEAD"
6356 msgstr "kann HEAD nicht auflösen"
6357
6280 -#: sequencer.c:2733 sequencer.c:2768
6358 +#: sequencer.c:2768 sequencer.c:2812
6359 msgid "cannot abort from a branch yet to be born"
6360 msgstr "kann nicht abbrechen: bin auf einem Branch, der noch nicht geboren ist"
6361
6284 -#: sequencer.c:2754 builtin/grep.c:732
6362 +#: sequencer.c:2798 builtin/grep.c:734
6363 #, c-format
6364 msgid "cannot open '%s'"
6365 msgstr "kann '%s' nicht öffnen"
6366
6289 -#: sequencer.c:2756
6367 +#: sequencer.c:2800
6368 #, c-format
6369 msgid "cannot read '%s': %s"
6370 msgstr "Kann '%s' nicht lesen: %s"
6371
6294 -#: sequencer.c:2757
6372 +#: sequencer.c:2801
6373 msgid "unexpected end of file"
6374 msgstr "Unerwartetes Dateiende"
6375
6298 -#: sequencer.c:2763
6376 +#: sequencer.c:2807
6377 #, c-format
6378 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
6379 msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
6380
6303 -#: sequencer.c:2774
6381 +#: sequencer.c:2818
6382 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
6383 msgstr ""
6384 "Sie scheinen HEAD verändert zu haben. Keine Rückspulung, prüfen Sie HEAD."
6385
6308 -#: sequencer.c:2903 sequencer.c:3894
6386 +#: sequencer.c:2859
6387 +msgid "no revert in progress"
6388 +msgstr "Kein Revert im Gange"
6389 +
6390 +#: sequencer.c:2867
6391 +msgid "no cherry-pick in progress"
6392 +msgstr "kein \"cherry-pick\" im Gange"
6393 +
6394 +#: sequencer.c:2877
6395 +msgid "failed to skip the commit"
6396 +msgstr "Überspringen des Commits fehlgeschlagen"
6397 +
6398 +#: sequencer.c:2884
6399 +msgid "there is nothing to skip"
6400 +msgstr "Nichts zum Überspringen vorhanden"
6401 +
6402 +#: sequencer.c:2887
6403 +#, c-format
6404 +msgid ""
6405 +"have you committed already?\n"
6406 +"try \"git %s --continue\""
6407 +msgstr ""
6408 +"Haben Sie bereits committet?\n"
6409 +"Versuchen Sie \"git %s --continue\""
6410 +
6411 +#: sequencer.c:3011 sequencer.c:4015
6412 #, c-format
6413 msgid "could not update %s"
6414 msgstr "Konnte %s nicht aktualisieren."
6415
6313 -#: sequencer.c:2941 sequencer.c:3874
6416 +#: sequencer.c:3049 sequencer.c:3995
6417 msgid "cannot read HEAD"
6418 msgstr "Kann HEAD nicht lesen"
6419
6317 -#: sequencer.c:2958
6420 +#: sequencer.c:3066
6421 #, c-format
6422 msgid "unable to copy '%s' to '%s'"
6423 msgstr "Konnte '%s' nicht nach '%s' kopieren."
6424
6322 -#: sequencer.c:2966
6425 +#: sequencer.c:3074
6426 #, c-format
6427 msgid ""
6428 "You can amend the commit now, with\n"
@@ -6338,27 +6441,27 @@ msgstr ""
6441 "\n"
6442 " git rebase --continue\n"
6443
6341 -#: sequencer.c:2976
6444 +#: sequencer.c:3084
6445 #, c-format
6446 msgid "Could not apply %s... %.*s"
6447 msgstr "Konnte %s... (%.*s) nicht anwenden"
6448
6346 -#: sequencer.c:2983
6449 +#: sequencer.c:3091
6450 #, c-format
6451 msgid "Could not merge %.*s"
6452 msgstr "Konnte \"%.*s\" nicht zusammenführen."
6453
6351 -#: sequencer.c:2997 sequencer.c:3001 builtin/difftool.c:633
6454 +#: sequencer.c:3105 sequencer.c:3109 builtin/difftool.c:633
6455 #, c-format
6456 msgid "could not copy '%s' to '%s'"
6457 msgstr "Konnte '%s' nicht nach '%s' kopieren."
6458
6356 -#: sequencer.c:3023 sequencer.c:3446 builtin/rebase.c:839 builtin/rebase.c:1580
6357 -#: builtin/rebase.c:1940 builtin/rebase.c:1995
6459 +#: sequencer.c:3131 sequencer.c:3558 builtin/rebase.c:849 builtin/rebase.c:1582
6460 +#: builtin/rebase.c:1953 builtin/rebase.c:2008
6461 msgid "could not read index"
6462 msgstr "Konnte den Index nicht lesen."
6463
6361 -#: sequencer.c:3028
6464 +#: sequencer.c:3136
6465 #, c-format
6466 msgid ""
6467 "execution failed: %s\n"
@@ -6374,11 +6477,11 @@ msgstr ""
6477 "\n"
6478 "ausführen.\n"
6479
6377 -#: sequencer.c:3034
6480 +#: sequencer.c:3142
6481 msgid "and made changes to the index and/or the working tree\n"
6482 msgstr "Der Index und/oder das Arbeitsverzeichnis wurde geändert.\n"
6483
6381 -#: sequencer.c:3040
6484 +#: sequencer.c:3148
6485 #, c-format
6486 msgid ""
6487 "execution succeeded: %s\n"
@@ -6396,77 +6499,77 @@ msgstr ""
6499 " git rebase --continue\n"
6500 "\n"
6501
6399 -#: sequencer.c:3101
6502 +#: sequencer.c:3209
6503 #, c-format
6504 msgid "illegal label name: '%.*s'"
6505 msgstr "Unerlaubter Beschriftungsname: '%.*s'"
6506
6404 -#: sequencer.c:3155
6507 +#: sequencer.c:3263
6508 msgid "writing fake root commit"
6509 msgstr "unechten Root-Commit schreiben"
6510
6408 -#: sequencer.c:3160
6511 +#: sequencer.c:3268
6512 msgid "writing squash-onto"
6513 msgstr "squash-onto schreiben"
6514
6412 -#: sequencer.c:3198 builtin/rebase.c:844 builtin/rebase.c:850
6515 +#: sequencer.c:3306 builtin/rebase.c:854 builtin/rebase.c:860
6516 #, c-format
6517 msgid "failed to find tree of %s"
6518 msgstr "Fehler beim Finden des \"Tree\"-Objektes von %s."
6519
6417 -#: sequencer.c:3216 builtin/rebase.c:863
6520 +#: sequencer.c:3324 builtin/rebase.c:873
6521 msgid "could not write index"

This file is too large to show in full.