l10n: de.po: translate 210 new messages

Translate 210 new messages came from git.pot update in fda7b09 (l10n: git.pot: v2.11.0 round 1 (209 new, 53 removed)) and c091ffb (l10n: git.pot: v2.11.0 round 2 (1 new, 1 removed)). Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>

Ralf Thielow committed Nov 2, 2016 at 18:51 UTC 6366c34b895613482fa32f1abe1c3ca043905ad2
1 file changed +5043 -4069
po/de.po
+5043 -4069
@@ -7,8 +7,8 @@ msgid ""
7 msgstr ""
8 "Project-Id-Version: Git\n"
9 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
10 -"POT-Creation-Date: 2016-08-27 23:21+0800\n"
11 -"PO-Revision-Date: 2015-01-21 15:01+0800\n"
10 +"POT-Creation-Date: 2016-11-25 22:50+0800\n"
11 +"PO-Revision-Date: 2016-11-28 18:10+0100\n"
12 "Last-Translator: Ralf Thielow <ralf.thielow@gmail.com>\n"
13 "Language-Team: German <>\n"
14 "Language: de\n"
@@ -24,23 +24,29 @@ msgstr "Hinweis: %.*s\n"
24
25 #: advice.c:83
26 msgid "Cherry-picking is not possible because you have unmerged files."
27 -msgstr "Cherry-Picken ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
27 +msgstr ""
28 +"Cherry-Picken ist nicht möglich, weil Sie nicht zusammengeführte Dateien "
29 +"haben."
30
31 #: advice.c:85
32 msgid "Committing is not possible because you have unmerged files."
31 -msgstr "Committen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
33 +msgstr ""
34 +"Committen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
35
36 #: advice.c:87
37 msgid "Merging is not possible because you have unmerged files."
35 -msgstr "Mergen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
38 +msgstr ""
39 +"Mergen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
40
41 #: advice.c:89
42 msgid "Pulling is not possible because you have unmerged files."
39 -msgstr "Pullen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
43 +msgstr ""
44 +"Pullen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
45
46 #: advice.c:91
47 msgid "Reverting is not possible because you have unmerged files."
43 -msgstr "Reverten ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
48 +msgstr ""
49 +"Reverten ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben."
50
51 #: advice.c:93
52 #, c-format
@@ -96,4021 +102,4531 @@ msgstr ""
102 "weiteren Checkout durchführen.\n"
103 "\n"
104 "Wenn Sie einen neuen Branch erstellen möchten, um Ihre erstellten Commits\n"
99 -"zu behalten, können Sie das (jetzt oder später) durch einen weiteren Checkout\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"
108 "\n"
109 " git checkout -b <neuer-Branchname>\n"
110 "\n"
111
105 -#: archive.c:12
106 -msgid "git archive [<options>] <tree-ish> [<path>...]"
107 -msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]"
112 +#: apply.c:57
113 +#, c-format
114 +msgid "unrecognized whitespace option '%s'"
115 +msgstr "nicht erkannte Whitespace-Option: '%s'"
116
109 -#: archive.c:13
110 -msgid "git archive --list"
111 -msgstr "git archive --list"
117 +#: apply.c:73
118 +#, c-format
119 +msgid "unrecognized whitespace ignore option '%s'"
120 +msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'"
121
113 -#: archive.c:14
114 -msgid ""
115 -"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
116 -msgstr ""
117 -"git archive --remote <Repository> [--exec <Programm>] [<Optionen>] <Commit-"
118 -"Referenz> [<Pfad>...]"
122 +#: apply.c:125
123 +msgid "--reject and --3way cannot be used together."
124 +msgstr "--reject und --3way können nicht gemeinsam verwendet werden."
125
120 -#: archive.c:15
121 -msgid "git archive --remote <repo> [--exec <cmd>] --list"
122 -msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
126 +#: apply.c:127
127 +msgid "--cached and --3way cannot be used together."
128 +msgstr "--cached und --3way können nicht gemeinsam verwendet werden."
129
124 -#: archive.c:344 builtin/add.c:139 builtin/add.c:435 builtin/rm.c:327
125 -#, c-format
126 -msgid "pathspec '%s' did not match any files"
127 -msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
130 +#: apply.c:130
131 +msgid "--3way outside a repository"
132 +msgstr ""
133 +"Die Option --3way kann nicht außerhalb eines Repositories verwendet werden."
134
129 -#: archive.c:429
130 -msgid "fmt"
131 -msgstr "Format"
135 +#: apply.c:141
136 +msgid "--index outside a repository"
137 +msgstr ""
138 +"Die Option --index kann nicht außerhalb eines Repositories verwendet werden."
139
133 -#: archive.c:429
134 -msgid "archive format"
135 -msgstr "Archivformat"
140 +#: apply.c:144
141 +msgid "--cached outside a repository"
142 +msgstr ""
143 +"Die Option --cached kann nicht außerhalb eines Repositories verwendet werden."
144
137 -#: archive.c:430 builtin/log.c:1422
138 -msgid "prefix"
139 -msgstr "Präfix"
145 +#: apply.c:845
146 +#, c-format
147 +msgid "Cannot prepare timestamp regexp %s"
148 +msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten"
149
141 -#: archive.c:431
142 -msgid "prepend prefix to each pathname in the archive"
143 -msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
150 +#: apply.c:854
151 +#, c-format
152 +msgid "regexec returned %d for input: %s"
153 +msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s"
154
145 -#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2553 builtin/blame.c:2554
146 -#: builtin/config.c:59 builtin/fast-export.c:987 builtin/fast-export.c:989
147 -#: builtin/grep.c:722 builtin/hash-object.c:100 builtin/ls-files.c:460
148 -#: builtin/ls-files.c:463 builtin/notes.c:399 builtin/notes.c:562
149 -#: builtin/read-tree.c:109 parse-options.h:153
150 -msgid "file"
151 -msgstr "Datei"
155 +#: apply.c:938
156 +#, c-format
157 +msgid "unable to find filename in patch at line %d"
158 +msgstr "Konnte keinen Dateinamen in Zeile %d des Patches finden."
159
153 -#: archive.c:433 builtin/archive.c:89
154 -msgid "write the archive to this file"
155 -msgstr "das Archiv in diese Datei schreiben"
160 +#: apply.c:977
161 +#, c-format
162 +msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
163 +msgstr ""
164 +"git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile "
165 +"%d"
166
157 -#: archive.c:435
158 -msgid "read .gitattributes in working directory"
159 -msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen"
167 +#: apply.c:983
168 +#, c-format
169 +msgid "git apply: bad git-diff - inconsistent new filename on line %d"
170 +msgstr ""
171 +"git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d"
172
161 -#: archive.c:436
162 -msgid "report archived files on stderr"
163 -msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben"
173 +#: apply.c:984
174 +#, c-format
175 +msgid "git apply: bad git-diff - inconsistent old filename on line %d"
176 +msgstr ""
177 +"git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d"
178
165 -#: archive.c:437
166 -msgid "store only"
167 -msgstr "nur speichern"
179 +#: apply.c:990
180 +#, c-format
181 +msgid "git apply: bad git-diff - expected /dev/null on line %d"
182 +msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d"
183
169 -#: archive.c:438
170 -msgid "compress faster"
171 -msgstr "schneller komprimieren"
184 +#: apply.c:1488
185 +#, c-format
186 +msgid "recount: unexpected line: %.*s"
187 +msgstr "recount: unerwartete Zeile: %.*s"
188
173 -#: archive.c:446
174 -msgid "compress better"
175 -msgstr "besser komprimieren"
189 +#: apply.c:1557
190 +#, c-format
191 +msgid "patch fragment without header at line %d: %.*s"
192 +msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s"
193
177 -#: archive.c:449
178 -msgid "list supported archive formats"
179 -msgstr "unterstützte Archivformate auflisten"
194 +#: apply.c:1577
195 +#, c-format
196 +msgid ""
197 +"git diff header lacks filename information when removing %d leading pathname "
198 +"component (line %d)"
199 +msgid_plural ""
200 +"git diff header lacks filename information when removing %d leading pathname "
201 +"components (line %d)"
202 +msgstr[0] ""
203 +"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
204 +"%d vorangestellter Teil des Pfades entfernt wird (Zeile %d)"
205 +msgstr[1] ""
206 +"Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn "
207 +"%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)"
208
181 -#: archive.c:451 builtin/archive.c:90 builtin/clone.c:82
182 -#: builtin/submodule--helper.c:832
183 -msgid "repo"
184 -msgstr "Repository"
209 +#: apply.c:1589
210 +#, c-format
211 +msgid "git diff header lacks filename information (line %d)"
212 +msgstr "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile %d)"
213
186 -#: archive.c:452 builtin/archive.c:91
187 -msgid "retrieve the archive from remote repository <repo>"
188 -msgstr "Archiv vom Remote-Repository <Repository> abrufen"
214 +#: apply.c:1759
215 +msgid "new file depends on old contents"
216 +msgstr "neue Datei hängt von alten Inhalten ab"
217
190 -#: archive.c:453 builtin/archive.c:92 builtin/notes.c:483
191 -msgid "command"
192 -msgstr "Programm"
218 +#: apply.c:1761
219 +msgid "deleted file still has contents"
220 +msgstr "entfernte Datei hat noch Inhalte"
221
194 -#: archive.c:454 builtin/archive.c:93
195 -msgid "path to the remote git-upload-archive command"
196 -msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
222 +#: apply.c:1795
223 +#, c-format
224 +msgid "corrupt patch at line %d"
225 +msgstr "fehlerhafter Patch bei Zeile %d"
226
198 -#: archive.c:461
199 -msgid "Unexpected option --remote"
200 -msgstr "Unerwartete Option --remote"
227 +#: apply.c:1832
228 +#, c-format
229 +msgid "new file %s depends on old contents"
230 +msgstr "neue Datei %s hängt von alten Inhalten ab"
231
202 -#: archive.c:463
203 -msgid "Option --exec can only be used together with --remote"
204 -msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden."
232 +#: apply.c:1834
233 +#, c-format
234 +msgid "deleted file %s still has contents"
235 +msgstr "entfernte Datei %s hat noch Inhalte"
236
206 -#: archive.c:465
207 -msgid "Unexpected option --output"
208 -msgstr "Unerwartete Option --output"
237 +#: apply.c:1837
238 +#, c-format
239 +msgid "** warning: file %s becomes empty but is not deleted"
240 +msgstr "** Warnung: Datei %s wird leer, aber nicht entfernt."
241
210 -#: archive.c:487
242 +#: apply.c:1984
243 #, c-format
212 -msgid "Unknown archive format '%s'"
213 -msgstr "Unbekanntes Archivformat '%s'"
244 +msgid "corrupt binary patch at line %d: %.*s"
245 +msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s"
246
215 -#: archive.c:494
247 +#: apply.c:2021
248 #, c-format
217 -msgid "Argument not supported for format '%s': -%d"
218 -msgstr "Argument für Format '%s' nicht unterstützt: -%d"
249 +msgid "unrecognized binary patch at line %d"
250 +msgstr "nicht erkannter Binär-Patch bei Zeile %d"
251
220 -#: attr.c:263
221 -msgid ""
222 -"Negative patterns are ignored in git attributes\n"
223 -"Use '\\!' for literal leading exclamation."
224 -msgstr ""
225 -"Verneinende Muster werden in Git-Attributen ignoriert.\n"
226 -"Benutzen Sie '\\!' für führende Ausrufezeichen."
252 +#: apply.c:2182
253 +#, c-format
254 +msgid "patch with only garbage at line %d"
255 +msgstr "Patch mit nutzlosen Informationen bei Zeile %d"
256
228 -#: bisect.c:441
257 +#: apply.c:2274
258 #, c-format
230 -msgid "Could not open file '%s'"
231 -msgstr "Konnte Datei '%s' nicht öffnen"
259 +msgid "unable to read symlink %s"
260 +msgstr "konnte symbolische Verknüpfung %s nicht lesen"
261
233 -#: bisect.c:446
262 +#: apply.c:2278
263 #, c-format
235 -msgid "Badly quoted content in file '%s': %s"
236 -msgstr "Ungültiger Inhalt bzgl. Anführungsstriche in Datei '%s': %s"
264 +msgid "unable to open or read %s"
265 +msgstr "konnte %s nicht öffnen oder lesen"
266
238 -#: bisect.c:655
267 +#: apply.c:2931
268 #, c-format
240 -msgid "We cannot bisect more!\n"
241 -msgstr "Keine binäre Suche mehr möglich!\n"
269 +msgid "invalid start of line: '%c'"
270 +msgstr "Ungültiger Zeilenanfang: '%c'"
271
243 -#: bisect.c:708
272 +#: apply.c:3050
273 #, c-format
245 -msgid "Not a valid commit name %s"
246 -msgstr "%s ist kein gültiger Commit-Name"
274 +msgid "Hunk #%d succeeded at %d (offset %d line)."
275 +msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
276 +msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)"
277 +msgstr[1] ""
278 +"Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)"
279
248 -#: bisect.c:732
280 +#: apply.c:3062
281 #, c-format
250 -msgid ""
251 -"The merge base %s is bad.\n"
252 -"This means the bug has been fixed between %s and [%s].\n"
253 -msgstr ""
254 -"Die Merge-Basis %s ist fehlerhaft.\n"
255 -"Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n"
282 +msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
283 +msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden"
284
257 -#: bisect.c:737
285 +#: apply.c:3068
286 #, c-format
287 msgid ""
260 -"The merge base %s is new.\n"
261 -"The property has changed between %s and [%s].\n"
288 +"while searching for:\n"
289 +"%.*s"
290 msgstr ""
263 -"Die Merge-Basis %s ist neu.\n"
264 -"Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n"
291 +"bei der Suche nach:\n"
292 +"%.*s"
293
266 -#: bisect.c:742
294 +#: apply.c:3090
295 #, c-format
268 -msgid ""
269 -"The merge base %s is %s.\n"
270 -"This means the first '%s' commit is between %s and [%s].\n"
271 -msgstr ""
272 -"Die Merge-Basis %s ist %s.\n"
273 -"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s]\n"
296 +msgid "missing binary patch data for '%s'"
297 +msgstr "keine Daten in Binär-Patch für '%s'"
298
275 -#: bisect.c:750
299 +#: apply.c:3098
300 #, c-format
277 -msgid ""
278 -"Some %s revs are not ancestor of the %s rev.\n"
279 -"git bisect cannot work properly in this case.\n"
280 -"Maybe you mistook %s and %s revs?\n"
301 +msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
302 msgstr ""
282 -"Manche %s Commits sind keine Vorgänger des %s Commits.\n"
283 -"git bisect kann in diesem Fall nicht richtig arbeiten.\n"
284 -"Vielleicht verwechselten Sie %s und %s Commits?\n"
303 +"kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n"
304 +"umgekehrten Patch-Block auf '%s'"
305
286 -#: bisect.c:763
306 +#: apply.c:3144
307 +#, c-format
308 +msgid "cannot apply binary patch to '%s' without full index line"
309 +msgstr "kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden"
310 +
311 +#: apply.c:3154
312 #, c-format
313 msgid ""
289 -"the merge base between %s and [%s] must be skipped.\n"
290 -"So we cannot be sure the first %s commit is between %s and %s.\n"
291 -"We continue anyway."
314 +"the patch applies to '%s' (%s), which does not match the current contents."
315 msgstr ""
293 -"Die Merge-Basis zwischen %s und [%s] muss ausgelassen werden.\n"
294 -"Es kann daher nicht sichergestellt werden, dass sich der\n"
295 -"erste %s Commit zwischen %s und %s befindet.\n"
296 -"Es wird dennoch fortgesetzt."
316 +"der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n"
317 +"entspricht"
318
298 -#: bisect.c:798
319 +#: apply.c:3162
320 #, c-format
300 -msgid "Bisecting: a merge base must be tested\n"
301 -msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
321 +msgid "the patch applies to an empty '%s' but it is not empty"
322 +msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist"
323
303 -#: bisect.c:849
324 +#: apply.c:3180
325 #, c-format
305 -msgid "a %s revision is needed"
306 -msgstr "ein %s Commit wird benötigt"
326 +msgid "the necessary postimage %s for '%s' cannot be read"
327 +msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden"
328
308 -#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
329 +#: apply.c:3193
330 #, c-format
310 -msgid "could not create file '%s'"
311 -msgstr "konnte Datei '%s' nicht erstellen"
331 +msgid "binary patch does not apply to '%s'"
332 +msgstr "Konnte Binär-Patch nicht auf '%s' anwenden"
333
313 -#: bisect.c:917
334 +#: apply.c:3199
335 #, c-format
315 -msgid "could not read file '%s'"
316 -msgstr "Konnte Datei '%s' nicht lesen"
317 -
318 -#: bisect.c:947
319 -msgid "reading bisect refs failed"
320 -msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen"
336 +msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
337 +msgstr ""
338 +"Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)"
339
322 -#: bisect.c:967
340 +#: apply.c:3220
341 #, c-format
324 -msgid "%s was both %s and %s\n"
325 -msgstr "%s war sowohl %s als auch %s\n"
342 +msgid "patch failed: %s:%ld"
343 +msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld"
344
327 -#: bisect.c:975
345 +#: apply.c:3342
346 #, c-format
329 -msgid ""
330 -"No testable commit found.\n"
331 -"Maybe you started with bad path parameters?\n"
332 -msgstr ""
333 -"Kein testbarer Commit gefunden.\n"
334 -"Vielleicht starteten Sie mit falschen Pfad-Parametern?\n"
347 +msgid "cannot checkout %s"
348 +msgstr "kann %s nicht auschecken"
349
336 -#: bisect.c:994
350 +#: apply.c:3390 apply.c:3401 apply.c:3447 setup.c:248
351 #, c-format
338 -msgid "(roughly %d step)"
339 -msgid_plural "(roughly %d steps)"
340 -msgstr[0] "(ungefähr %d Schritt)"
341 -msgstr[1] "(ungefähr %d Schritte)"
352 +msgid "failed to read %s"
353 +msgstr "Fehler beim Lesen von %s"
354
343 -#. TRANSLATORS: the last %s will be replaced with
344 -#. "(roughly %d steps)" translation
345 -#: bisect.c:998
355 +#: apply.c:3398
356 #, c-format
347 -msgid "Bisecting: %d revision left to test after this %s\n"
348 -msgid_plural "Bisecting: %d revisions left to test after this %s\n"
349 -msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"
350 -msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"
357 +msgid "reading from '%s' beyond a symbolic link"
358 +msgstr "'%s' ist hinter einer symbolischen Verknüpfung"
359
352 -#: branch.c:53
360 +#: apply.c:3427 apply.c:3667
361 #, c-format
354 -msgid ""
355 -"\n"
356 -"After fixing the error cause you may try to fix up\n"
357 -"the remote tracking information by invoking\n"
358 -"\"git branch --set-upstream-to=%s%s%s\"."
359 -msgstr ""
360 -"\n"
361 -"Nachdem Sie die Fehlerursache behoben haben, können Sie\n"
362 -"die Tracking-Informationen mit\n"
363 -"\"git branch --set-upstream-to=%s%s%s\"\n"
364 -"erneut setzen."
362 +msgid "path %s has been renamed/deleted"
363 +msgstr "Pfad %s wurde umbenannt/gelöscht"
364
366 -#: branch.c:67
365 +#: apply.c:3510 apply.c:3681
366 #, c-format
368 -msgid "Not setting branch %s as its own upstream."
369 -msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein."
367 +msgid "%s: does not exist in index"
368 +msgstr "%s ist nicht im Index"
369
371 -#: branch.c:93
370 +#: apply.c:3519 apply.c:3689
371 #, c-format
373 -msgid "Branch %s set up to track remote branch %s from %s by rebasing."
372 +msgid "%s: does not match index"
373 +msgstr "%s entspricht nicht der Version im Index"
374 +
375 +#: apply.c:3554
376 +msgid "repository lacks the necessary blob to fall back on 3-way merge."
377 msgstr ""
375 -"Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s durch Rebase."
378 +"Dem Repository fehlt der notwendige Blob, um auf einen 3-Wege-Merge\n"
379 +"zurückzufallen."
380
377 -#: branch.c:94
381 +#: apply.c:3557
382 #, c-format
379 -msgid "Branch %s set up to track remote branch %s from %s."
380 -msgstr "Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s."
383 +msgid "Falling back to three-way merge...\n"
384 +msgstr "Falle zurück auf 3-Wege-Merge ...\n"
385
382 -#: branch.c:98
386 +#: apply.c:3573 apply.c:3577
387 #, c-format
384 -msgid "Branch %s set up to track local branch %s by rebasing."
385 -msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s durch Rebase."
388 +msgid "cannot read the current contents of '%s'"
389 +msgstr "kann aktuelle Inhalte von '%s' nicht lesen"
390
387 -#: branch.c:99
391 +#: apply.c:3589
392 #, c-format
389 -msgid "Branch %s set up to track local branch %s."
390 -msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s."
393 +msgid "Failed to fall back on three-way merge...\n"
394 +msgstr "Fehler beim Zurückfallen auf 3-Wege-Merge...\n"
395
392 -#: branch.c:104
396 +#: apply.c:3603
397 #, c-format
394 -msgid "Branch %s set up to track remote ref %s by rebasing."
395 -msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s durch Rebase."
398 +msgid "Applied patch to '%s' with conflicts.\n"
399 +msgstr "Patch auf '%s' mit Konflikten angewendet.\n"
400
397 -#: branch.c:105
401 +#: apply.c:3608
402 #, c-format
399 -msgid "Branch %s set up to track remote ref %s."
400 -msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s."
403 +msgid "Applied patch to '%s' cleanly.\n"
404 +msgstr "Patch auf '%s' sauber angewendet.\n"
405
402 -#: branch.c:109
406 +#: apply.c:3634
407 +msgid "removal patch leaves file contents"
408 +msgstr "Lösch-Patch hinterlässt Dateiinhalte"
409 +
410 +#: apply.c:3706
411 #, c-format
404 -msgid "Branch %s set up to track local ref %s by rebasing."
405 -msgstr ""
406 -"Branch %s konfiguriert zum Folgen von lokaler Referenz %s durch Rebase."
412 +msgid "%s: wrong type"
413 +msgstr "%s: falscher Typ"
414
408 -#: branch.c:110
415 +#: apply.c:3708
416 #, c-format
410 -msgid "Branch %s set up to track local ref %s."
411 -msgstr "Branch %s konfiguriert zum Folgen von lokaler Referenz %s."
417 +msgid "%s has type %o, expected %o"
418 +msgstr "%s ist vom Typ %o, erwartete %o"
419
413 -#: branch.c:119
414 -msgid "Unable to write upstream branch configuration"
415 -msgstr "Konnte Konfiguration zu Upstream-Branch nicht schreiben."
420 +#: apply.c:3859 apply.c:3861
421 +#, c-format
422 +msgid "invalid path '%s'"
423 +msgstr "Ungültiger Pfad '%s'"
424
417 -#: branch.c:156
425 +#: apply.c:3917
426 #, c-format
419 -msgid "Not tracking: ambiguous information for ref %s"
420 -msgstr ""
421 -"Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist "
422 -"mehrdeutig."
427 +msgid "%s: already exists in index"
428 +msgstr "%s ist bereits bereitgestellt"
429
424 -#: branch.c:185
430 +#: apply.c:3920
431 #, c-format
426 -msgid "'%s' is not a valid branch name."
427 -msgstr "'%s' ist kein gültiger Branchname."
432 +msgid "%s: already exists in working directory"
433 +msgstr "%s existiert bereits im Arbeitsverzeichnis"
434
429 -#: branch.c:190
435 +#: apply.c:3940
436 #, c-format
431 -msgid "A branch named '%s' already exists."
432 -msgstr "Branch '%s' existiert bereits."
437 +msgid "new mode (%o) of %s does not match old mode (%o)"
438 +msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)"
439
434 -#: branch.c:198
435 -msgid "Cannot force update the current branch."
436 -msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen."
440 +#: apply.c:3945
441 +#, c-format
442 +msgid "new mode (%o) of %s does not match old mode (%o) of %s"
443 +msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s"
444
438 -#: branch.c:218
445 +#: apply.c:3965
446 #, c-format
440 -msgid "Cannot setup tracking information; starting point '%s' is not a branch."
441 -msgstr ""
442 -"Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein "
443 -"Branch."
447 +msgid "affected file '%s' is beyond a symbolic link"
448 +msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung"
449
445 -#: branch.c:220
450 +#: apply.c:3969
451 #, c-format
447 -msgid "the requested upstream branch '%s' does not exist"
448 -msgstr "der angeforderte Upstream-Branch '%s' existiert nicht"
452 +msgid "%s: patch does not apply"
453 +msgstr "%s: Patch konnte nicht angewendet werden"
454
450 -#: branch.c:222
451 -msgid ""
452 -"\n"
453 -"If you are planning on basing your work on an upstream\n"
454 -"branch that already exists at the remote, you may need to\n"
455 -"run \"git fetch\" to retrieve it.\n"
456 -"\n"
457 -"If you are planning to push out a new local branch that\n"
458 -"will track its remote counterpart, you may want to use\n"
459 -"\"git push -u\" to set the upstream config as you push."
460 -msgstr ""
461 -"\n"
462 -"Falls Sie vorhaben, Ihre Arbeit auf einem bereits existierenden\n"
463 -"Upstream-Branch aufzubauen, sollten Sie \"git fetch\"\n"
464 -"ausführen, um diesen abzurufen.\n"
465 -"\n"
466 -"Falls Sie vorhaben, einen neuen lokalen Branch zu versenden\n"
467 -"der seinem externen Gegenstück folgen soll, können Sie\n"
468 -"\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n"
469 -"zu konfigurieren."
455 +#: apply.c:3984
456 +#, c-format
457 +msgid "Checking patch %s..."
458 +msgstr "Prüfe Patch %s ..."
459
471 -#: branch.c:266
460 +#: apply.c:4075
461 #, c-format
473 -msgid "Not a valid object name: '%s'."
474 -msgstr "Ungültiger Objekt-Name: '%s'"
462 +msgid "sha1 information is lacking or useless for submodule %s"
463 +msgstr "SHA-1 Information fehlt oder ist unbrauchbar für Submodul %s"
464
476 -#: branch.c:286
465 +#: apply.c:4082
466 #, c-format
478 -msgid "Ambiguous object name: '%s'."
479 -msgstr "mehrdeutiger Objekt-Name: '%s'"
467 +msgid "mode change for %s, which is not in current HEAD"
468 +msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet"
469
481 -#: branch.c:291
470 +#: apply.c:4085
471 #, c-format
483 -msgid "Not a valid branch point: '%s'."
484 -msgstr "Ungültiger Branchpunkt: '%s'"
472 +msgid "sha1 information is lacking or useless (%s)."
473 +msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)."
474
486 -#: branch.c:345
475 +#: apply.c:4090 builtin/checkout.c:233 builtin/reset.c:135
476 #, c-format
488 -msgid "'%s' is already checked out at '%s'"
489 -msgstr "'%s' ist bereits in '%s' ausgecheckt"
477 +msgid "make_cache_entry failed for path '%s'"
478 +msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen"
479
491 -#: branch.c:364
480 +#: apply.c:4094
481 #, c-format
493 -msgid "HEAD of working tree %s is not updated"
494 -msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."
482 +msgid "could not add %s to temporary index"
483 +msgstr "konnte %s nicht zum temporären Index hinzufügen"
484
496 -#: bundle.c:34
485 +#: apply.c:4104
486 #, c-format
498 -msgid "'%s' does not look like a v2 bundle file"
499 -msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
487 +msgid "could not write temporary index to %s"
488 +msgstr "konnte temporären Index nicht nach %s schreiben"
489
501 -#: bundle.c:61
490 +#: apply.c:4242
491 #, c-format
503 -msgid "unrecognized header: %s%s (%d)"
504 -msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
492 +msgid "unable to remove %s from index"
493 +msgstr "konnte %s nicht aus dem Index entfernen"
494
506 -#: bundle.c:87 builtin/commit.c:778
495 +#: apply.c:4277
496 #, c-format
508 -msgid "could not open '%s'"
509 -msgstr "Konnte '%s' nicht öffnen"
497 +msgid "corrupt patch for submodule %s"
498 +msgstr "fehlerhafter Patch für Submodul %s"
499
511 -#: bundle.c:139
512 -msgid "Repository lacks these prerequisite commits:"
513 -msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
500 +#: apply.c:4283
501 +#, c-format
502 +msgid "unable to stat newly created file '%s'"
503 +msgstr "konnte neu erstellte Datei '%s' nicht lesen"
504
515 -#: bundle.c:163 ref-filter.c:1462 sequencer.c:630 sequencer.c:1085
516 -#: builtin/blame.c:2763 builtin/commit.c:1057 builtin/log.c:348
517 -#: builtin/log.c:890 builtin/log.c:1336 builtin/log.c:1659 builtin/log.c:1901
518 -#: builtin/merge.c:356 builtin/shortlog.c:170
519 -msgid "revision walk setup failed"
520 -msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
505 +#: apply.c:4291
506 +#, c-format
507 +msgid "unable to create backing store for newly created file %s"
508 +msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen"
509
522 -#: bundle.c:185
510 +#: apply.c:4297 apply.c:4441
511 #, c-format
524 -msgid "The bundle contains this ref:"
525 -msgid_plural "The bundle contains these %d refs:"
526 -msgstr[0] "Das Paket enthält diese Referenz:"
527 -msgstr[1] "Das Paket enthält diese %d Referenzen:"
512 +msgid "unable to add cache entry for %s"
513 +msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen"
514
529 -#: bundle.c:192
530 -msgid "The bundle records a complete history."
531 -msgstr "Das Paket speichert eine komplette Historie."
515 +#: apply.c:4338
516 +#, c-format
517 +msgid "failed to write to '%s'"
518 +msgstr "Fehler beim Schreiben nach '%s'"
519
533 -#: bundle.c:194
520 +#: apply.c:4342
521 #, c-format
535 -msgid "The bundle requires this ref:"
536 -msgid_plural "The bundle requires these %d refs:"
537 -msgstr[0] "Das Paket benötigt diese Referenz:"
538 -msgstr[1] "Das Paket benötigt diese %d Referenzen:"
522 +msgid "closing file '%s'"
523 +msgstr "schließe Datei '%s'"
524
540 -#: bundle.c:253
541 -msgid "Could not spawn pack-objects"
542 -msgstr "Konnte Paketobjekte nicht erstellen"
525 +#: apply.c:4412
526 +#, c-format
527 +msgid "unable to write file '%s' mode %o"
528 +msgstr "konnte Datei '%s' mit Modus %o nicht schreiben"
529
544 -#: bundle.c:264
545 -msgid "pack-objects died"
546 -msgstr "Erstellung der Paketobjekte abgebrochen"
530 +#: apply.c:4510
531 +#, c-format
532 +msgid "Applied patch %s cleanly."
533 +msgstr "Patch %s sauber angewendet"
534
548 -#: bundle.c:304
549 -msgid "rev-list died"
550 -msgstr "\"rev-list\" abgebrochen"
535 +#: apply.c:4518
536 +msgid "internal error"
537 +msgstr "interner Fehler"
538
552 -#: bundle.c:353
539 +#: apply.c:4521
540 #, c-format
554 -msgid "ref '%s' is excluded by the rev-list options"
555 -msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
541 +msgid "Applying patch %%s with %d reject..."
542 +msgid_plural "Applying patch %%s with %d rejects..."
543 +msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..."
544 +msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..."
545
557 -#: bundle.c:443 builtin/log.c:165 builtin/log.c:1565 builtin/shortlog.c:273
546 +#: apply.c:4532
547 #, c-format
559 -msgid "unrecognized argument: %s"
560 -msgstr "nicht erkanntes Argument: %s"
561 -
562 -#: bundle.c:451
563 -msgid "Refusing to create empty bundle."
564 -msgstr "Erstellung eines leeren Pakets zurückgewiesen."
548 +msgid "truncating .rej filename to %.*s.rej"
549 +msgstr "Verkürze Name von .rej Datei zu %.*s.rej"
550
566 -#: bundle.c:463
551 +#: apply.c:4540 builtin/fetch.c:740 builtin/fetch.c:989
552 #, c-format
568 -msgid "cannot create '%s'"
569 -msgstr "kann '%s' nicht erstellen"
553 +msgid "cannot open %s"
554 +msgstr "kann '%s' nicht öffnen"
555
571 -#: bundle.c:491
572 -msgid "index-pack died"
573 -msgstr "Erstellung der Paketindexdatei abgebrochen"
556 +#: apply.c:4554
557 +#, c-format
558 +msgid "Hunk #%d applied cleanly."
559 +msgstr "Patch-Bereich #%d sauber angewendet."
560
575 -#: color.c:290
561 +#: apply.c:4558
562 #, c-format
577 -msgid "invalid color value: %.*s"
578 -msgstr "Ungültiger Farbwert: %.*s"
563 +msgid "Rejected hunk #%d."
564 +msgstr "Patch-Block #%d zurückgewiesen."
565
580 -#: commit.c:40 builtin/am.c:433 builtin/am.c:469 builtin/am.c:1505
581 -#: builtin/am.c:2119
566 +#: apply.c:4668
567 #, c-format
583 -msgid "could not parse %s"
584 -msgstr "konnte %s nicht parsen"
585 -
586 -#: commit.c:42
587 -#, c-format
588 -msgid "%s %s is not a commit!"
589 -msgstr "%s %s ist kein Commit!"
568 +msgid "Skipped patch '%s'."
569 +msgstr "Patch '%s' ausgelassen."
570
591 -#: compat/obstack.c:406 compat/obstack.c:408
592 -msgid "memory exhausted"
593 -msgstr "Speicher verbraucht"
571 +#: apply.c:4676
572 +msgid "unrecognized input"
573 +msgstr "nicht erkannte Eingabe"
574
595 -#: config.c:516
596 -#, c-format
597 -msgid "bad config line %d in blob %s"
598 -msgstr "Ungültige Konfigurationszeile %d in Blob %s"
575 +#: apply.c:4695
576 +msgid "unable to read index file"
577 +msgstr "Konnte Index-Datei nicht lesen"
578
600 -#: config.c:520
579 +#: apply.c:4833
580 #, c-format
602 -msgid "bad config line %d in file %s"
603 -msgstr "Ungültige Konfigurationszeile %d in Datei %s"
581 +msgid "can't open patch '%s': %s"
582 +msgstr "kann Patch '%s' nicht öffnen: %s"
583
605 -#: config.c:524
584 +#: apply.c:4858
585 #, c-format
607 -msgid "bad config line %d in standard input"
608 -msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
586 +msgid "squelched %d whitespace error"
587 +msgid_plural "squelched %d whitespace errors"
588 +msgstr[0] "unterdrückte %d Whitespace-Fehler"
589 +msgstr[1] "unterdrückte %d Whitespace-Fehler"
590
610 -#: config.c:528
591 +#: apply.c:4864 apply.c:4879
592 #, c-format
612 -msgid "bad config line %d in submodule-blob %s"
613 -msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
593 +msgid "%d line adds whitespace errors."
594 +msgid_plural "%d lines add whitespace errors."
595 +msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu."
596 +msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu."
597
615 -#: config.c:532
598 +#: apply.c:4872
599 #, c-format
617 -msgid "bad config line %d in command line %s"
618 -msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
600 +msgid "%d line applied after fixing whitespace errors."
601 +msgid_plural "%d lines applied after fixing whitespace errors."
602 +msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet."
603 +msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet."
604
620 -#: config.c:536
621 -#, c-format
622 -msgid "bad config line %d in %s"
623 -msgstr "Ungültige Konfigurationszeile %d in %s"
605 +#: apply.c:4888 builtin/add.c:463 builtin/mv.c:286 builtin/rm.c:431
606 +msgid "Unable to write new index file"
607 +msgstr "Konnte neue Index-Datei nicht schreiben."
608
625 -#: config.c:655
626 -msgid "out of range"
627 -msgstr "Außerhalb des Bereichs"
609 +#: apply.c:4919 apply.c:4922 builtin/am.c:2277 builtin/am.c:2280
610 +#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
611 +#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:407
612 +#: builtin/submodule--helper.c:589 builtin/submodule--helper.c:592
613 +#: builtin/submodule--helper.c:944 builtin/submodule--helper.c:947
614 +msgid "path"
615 +msgstr "Pfad"
616
629 -#: config.c:655
630 -msgid "invalid unit"
631 -msgstr "Ungültige Einheit"
617 +#: apply.c:4920
618 +msgid "don't apply changes matching the given path"
619 +msgstr "keine Änderungen im angegebenen Pfad anwenden"
620
633 -#: config.c:661
634 -#, c-format
635 -msgid "bad numeric config value '%s' for '%s': %s"
636 -msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
621 +#: apply.c:4923
622 +msgid "apply changes matching the given path"
623 +msgstr "Änderungen nur im angegebenen Pfad anwenden"
624
638 -#: config.c:666
639 -#, c-format
640 -msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
641 -msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"
625 +#: apply.c:4925 builtin/am.c:2286
626 +msgid "num"
627 +msgstr "Anzahl"
628
643 -#: config.c:669
644 -#, c-format
645 -msgid "bad numeric config value '%s' for '%s' in file %s: %s"
646 -msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"
629 +#: apply.c:4926
630 +msgid "remove <num> leading slashes from traditional diff paths"
631 +msgstr ""
632 +"<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden "
633 +"entfernen"
634
648 -#: config.c:672
649 -#, c-format
650 -msgid "bad numeric config value '%s' for '%s' in standard input: %s"
651 -msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: %s"
635 +#: apply.c:4929
636 +msgid "ignore additions made by the patch"
637 +msgstr "hinzugefügte Zeilen des Patches ignorieren"
638
653 -#: config.c:675
654 -#, c-format
655 -msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
656 -msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: %s"
639 +#: apply.c:4931
640 +msgid "instead of applying the patch, output diffstat for the input"
641 +msgstr ""
642 +"anstatt der Anwendung des Patches, den \"diffstat\" für die Eingabe "
643 +"ausgegeben"
644
658 -#: config.c:678
659 -#, c-format
660 -msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
661 -msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: %s"
645 +#: apply.c:4935
646 +msgid "show number of added and deleted lines in decimal notation"
647 +msgstr ""
648 +"die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen"
649
663 -#: config.c:681
664 -#, c-format
665 -msgid "bad numeric config value '%s' for '%s' in %s: %s"
666 -msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
650 +#: apply.c:4937
651 +msgid "instead of applying the patch, output a summary for the input"
652 +msgstr ""
653 +"anstatt der Anwendung des Patches, eine Zusammenfassung für die Eingabe "
654 +"ausgeben"
655
668 -#: config.c:768
669 -#, c-format
670 -msgid "failed to expand user dir in: '%s'"
671 -msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
656 +#: apply.c:4939
657 +msgid "instead of applying the patch, see if the patch is applicable"
658 +msgstr ""
659 +"anstatt der Anwendung des Patches, zeige ob Patch angewendet werden kann"
660
673 -#: config.c:849 config.c:860
674 -#, c-format
675 -msgid "bad zlib compression level %d"
676 -msgstr "ungültiger zlib Komprimierungsgrad %d"
661 +#: apply.c:4941
662 +msgid "make sure the patch is applicable to the current index"
663 +msgstr ""
664 +"sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann"
665
678 -#: config.c:978
679 -#, c-format
680 -msgid "invalid mode for object creation: %s"
681 -msgstr "Ungültiger Modus für Objekterstellung: %s"
666 +#: apply.c:4943
667 +msgid "apply a patch without touching the working tree"
668 +msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen"
669
683 -#: config.c:1312
684 -msgid "unable to parse command-line config"
670 +#: apply.c:4945
671 +msgid "accept a patch that touches outside the working area"
672 msgstr ""
686 -"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
673 +"Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt"
674
688 -#: config.c:1362
689 -msgid "unknown error occurred while reading the configuration files"
675 +#: apply.c:4947
676 +msgid "also apply the patch (use with --stat/--summary/--check)"
677 +msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)"
678 +
679 +#: apply.c:4949
680 +msgid "attempt three-way merge if a patch does not apply"
681 +msgstr "versuche 3-Wege-Merge, wenn der Patch nicht angewendet werden konnte"
682 +
683 +#: apply.c:4951
684 +msgid "build a temporary index based on embedded index information"
685 msgstr ""
691 -"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
686 +"einen temporären Index, basierend auf den integrierten Index-Informationen, "
687 +"erstellen"
688
693 -#: config.c:1716
694 -#, c-format
695 -msgid "unable to parse '%s' from command-line config"
689 +#: apply.c:4954 builtin/checkout-index.c:169 builtin/ls-files.c:505
690 +msgid "paths are separated with NUL character"
691 +msgstr "Pfade sind getrennt durch NUL Zeichen"
692 +
693 +#: apply.c:4956
694 +msgid "ensure at least <n> lines of context match"
695 msgstr ""
697 -"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"
698 -"nicht parsen."
696 +"sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen"
697
700 -#: config.c:1718
701 -#, c-format
702 -msgid "bad config variable '%s' in file '%s' at line %d"
703 -msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
698 +#: apply.c:4957 builtin/am.c:2265
699 +msgid "action"
700 +msgstr "Aktion"
701
705 -#: config.c:1777
706 -#, c-format
707 -msgid "%s has multiple values"
708 -msgstr "%s hat mehrere Werte"
702 +#: apply.c:4958
703 +msgid "detect new or modified lines that have whitespace errors"
704 +msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln"
705
710 -#: config.c:2311
711 -#, c-format
712 -msgid "could not set '%s' to '%s'"
713 -msgstr "Konnte '%s' nicht zu '%s' setzen."
706 +#: apply.c:4961 apply.c:4964
707 +msgid "ignore changes in whitespace when finding context"
708 +msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren"
709
715 -#: config.c:2313
716 -#, c-format
717 -msgid "could not unset '%s'"
718 -msgstr "Konnte '%s' nicht aufheben."
710 +#: apply.c:4967
711 +msgid "apply the patch in reverse"
712 +msgstr "den Patch in umgekehrter Reihenfolge anwenden"
713
720 -#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
721 -msgid "Checking connectivity"
722 -msgstr "Prüfe Konnektivität"
714 +#: apply.c:4969
715 +msgid "don't expect at least one line of context"
716 +msgstr "keinen Kontext erwarten"
717
724 -#: connected.c:74
725 -msgid "Could not run 'git rev-list'"
726 -msgstr "Konnte 'git rev-list' nicht ausführen"
718 +#: apply.c:4971
719 +msgid "leave the rejected hunks in corresponding *.rej files"
720 +msgstr ""
721 +"zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen"
722
728 -#: connected.c:94
729 -msgid "failed write to rev-list"
730 -msgstr "Fehler beim Schreiben nach rev-list"
723 +#: apply.c:4973
724 +msgid "allow overlapping hunks"
725 +msgstr "sich überlappende Patch-Blöcke erlauben"
726
732 -#: connected.c:101
733 -msgid "failed to close rev-list's stdin"
734 -msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"
727 +#: apply.c:4974 builtin/add.c:267 builtin/check-ignore.c:19
728 +#: builtin/commit.c:1339 builtin/count-objects.c:94 builtin/fsck.c:593
729 +#: builtin/log.c:1860 builtin/mv.c:110 builtin/read-tree.c:114
730 +msgid "be verbose"
731 +msgstr "erweiterte Ausgaben"
732
736 -#: date.c:97
737 -msgid "in the future"
738 -msgstr "in der Zukunft"
733 +#: apply.c:4976
734 +msgid "tolerate incorrectly detected missing new-line at the end of file"
735 +msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren"
736
740 -#: date.c:103
741 -#, c-format
742 -msgid "%lu second ago"
743 -msgid_plural "%lu seconds ago"
744 -msgstr[0] "vor %lu Sekunde"
745 -msgstr[1] "vor %lu Sekunden"
737 +#: apply.c:4979
738 +msgid "do not trust the line counts in the hunk headers"
739 +msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen"
740
747 -#: date.c:110
748 -#, c-format
749 -msgid "%lu minute ago"
750 -msgid_plural "%lu minutes ago"
751 -msgstr[0] "vor %lu Minute"
752 -msgstr[1] "vor %lu Minuten"
741 +#: apply.c:4981 builtin/am.c:2274
742 +msgid "root"
743 +msgstr "Wurzelverzeichnis"
744
754 -#: date.c:117
755 -#, c-format
756 -msgid "%lu hour ago"
757 -msgid_plural "%lu hours ago"
758 -msgstr[0] "vor %lu Stunde"
759 -msgstr[1] "vor %lu Stunden"
745 +#: apply.c:4982
746 +msgid "prepend <root> to all filenames"
747 +msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen"
748
761 -#: date.c:124
762 -#, c-format
763 -msgid "%lu day ago"
764 -msgid_plural "%lu days ago"
765 -msgstr[0] "vor %lu Tag"
766 -msgstr[1] "vor %lu Tagen"
749 +#: archive.c:12
750 +msgid "git archive [<options>] <tree-ish> [<path>...]"
751 +msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]"
752
768 -#: date.c:130
769 -#, c-format
770 -msgid "%lu week ago"
771 -msgid_plural "%lu weeks ago"
772 -msgstr[0] "vor %lu Woche"
773 -msgstr[1] "vor %lu Wochen"
753 +#: archive.c:13
754 +msgid "git archive --list"
755 +msgstr "git archive --list"
756
775 -#: date.c:137
776 -#, c-format
777 -msgid "%lu month ago"
778 -msgid_plural "%lu months ago"
779 -msgstr[0] "vor %lu Monat"
780 -msgstr[1] "vor %lu Monaten"
757 +#: archive.c:14
758 +msgid ""
759 +"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
760 +msgstr ""
761 +"git archive --remote <Repository> [--exec <Programm>] [<Optionen>] <Commit-"
762 +"Referenz> [<Pfad>...]"
763
782 -#: date.c:148
764 +#: archive.c:15
765 +msgid "git archive --remote <repo> [--exec <cmd>] --list"
766 +msgstr "git archive --remote <Repository> [--exec <Programm>] --list"
767 +
768 +#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:327
769 #, c-format
784 -msgid "%lu year"
785 -msgid_plural "%lu years"
786 -msgstr[0] "vor %lu Jahr"
787 -msgstr[1] "vor %lu Jahren"
770 +msgid "pathspec '%s' did not match any files"
771 +msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein"
772
789 -#. TRANSLATORS: "%s" is "<n> years"
790 -#: date.c:151
791 -#, c-format
792 -msgid "%s, %lu month ago"
793 -msgid_plural "%s, %lu months ago"
794 -msgstr[0] "%s, und %lu Monat"
795 -msgstr[1] "%s, und %lu Monaten"
773 +#: archive.c:429
774 +msgid "fmt"
775 +msgstr "Format"
776
797 -#: date.c:156 date.c:161
798 -#, c-format
799 -msgid "%lu year ago"
800 -msgid_plural "%lu years ago"
801 -msgstr[0] "vor %lu Jahr"
802 -msgstr[1] "vor %lu Jahren"
777 +#: archive.c:429
778 +msgid "archive format"
779 +msgstr "Archivformat"
780
804 -#: diffcore-order.c:24
805 -#, c-format
806 -msgid "failed to read orderfile '%s'"
807 -msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."
781 +#: archive.c:430 builtin/log.c:1429
782 +msgid "prefix"
783 +msgstr "Präfix"
784
809 -#: diffcore-rename.c:540
810 -msgid "Performing inexact rename detection"
811 -msgstr "Führe Erkennung für ungenaue Umbenennung aus"
785 +#: archive.c:431
786 +msgid "prepend prefix to each pathname in the archive"
787 +msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen"
788
813 -#: diff.c:116
814 -#, c-format
815 -msgid " Failed to parse dirstat cut-off percentage '%s'\n"
816 -msgstr ""
817 -" Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n"
789 +#: archive.c:432 builtin/blame.c:2603 builtin/blame.c:2604 builtin/config.c:59
790 +#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:723
791 +#: builtin/hash-object.c:101 builtin/ls-files.c:539 builtin/ls-files.c:542
792 +#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109
793 +#: parse-options.h:153
794 +msgid "file"
795 +msgstr "Datei"
796
819 -#: diff.c:121
820 -#, c-format
821 -msgid " Unknown dirstat parameter '%s'\n"
822 -msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"
797 +#: archive.c:433 builtin/archive.c:89
798 +msgid "write the archive to this file"
799 +msgstr "das Archiv in diese Datei schreiben"
800
824 -#: diff.c:225
825 -#, c-format
826 -msgid "Unknown value for 'diff.submodule' config variable: '%s'"
827 -msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
801 +#: archive.c:435
802 +msgid "read .gitattributes in working directory"
803 +msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen"
804
829 -#: diff.c:277
830 -#, c-format
831 -msgid ""
832 -"Found errors in 'diff.dirstat' config variable:\n"
833 -"%s"
834 -msgstr ""
835 -"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
836 -"%s"
805 +#: archive.c:436
806 +msgid "report archived files on stderr"
807 +msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben"
808
838 -#: diff.c:3017
839 -#, c-format
840 -msgid "external diff died, stopping at %s"
841 -msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
809 +#: archive.c:437
810 +msgid "store only"
811 +msgstr "nur speichern"
812
843 -#: diff.c:3415
844 -msgid "--follow requires exactly one pathspec"
845 -msgstr "--follow erfordert genau eine Pfadspezifikation"
813 +#: archive.c:438
814 +msgid "compress faster"
815 +msgstr "schneller komprimieren"
816
847 -#: diff.c:3578
848 -#, c-format
849 -msgid ""
850 -"Failed to parse --dirstat/-X option parameter:\n"
851 -"%s"
852 -msgstr ""
853 -"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
854 -"%s"
817 +#: archive.c:446
818 +msgid "compress better"
819 +msgstr "besser komprimieren"
820
856 -#: diff.c:3592
857 -#, c-format
858 -msgid "Failed to parse --submodule option parameter: '%s'"
859 -msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
821 +#: archive.c:449
822 +msgid "list supported archive formats"
823 +msgstr "unterstützte Archivformate auflisten"
824
861 -#: dir.c:1823
862 -msgid "failed to get kernel name and information"
863 -msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"
825 +#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
826 +#: builtin/submodule--helper.c:601 builtin/submodule--helper.c:953
827 +msgid "repo"
828 +msgstr "Repository"
829
865 -#: dir.c:1942
866 -msgid "Untracked cache is disabled on this system or location."
867 -msgstr ""
868 -"Cache für unversionierte Dateien ist auf diesem System oder\n"
869 -"für dieses Verzeichnis deaktiviert."
830 +#: archive.c:452 builtin/archive.c:91
831 +msgid "retrieve the archive from remote repository <repo>"
832 +msgstr "Archiv vom Remote-Repository <Repository> abrufen"
833
871 -#: gpg-interface.c:178
872 -msgid "gpg failed to sign the data"
873 -msgstr "gpg beim Signieren der Daten fehlgeschlagen"
834 +#: archive.c:453 builtin/archive.c:92 builtin/notes.c:485
835 +msgid "command"
836 +msgstr "Programm"
837
875 -#: gpg-interface.c:208
876 -msgid "could not create temporary file"
877 -msgstr "konnte temporäre Datei nicht erstellen"
838 +#: archive.c:454 builtin/archive.c:93
839 +msgid "path to the remote git-upload-archive command"
840 +msgstr "Pfad zum externen \"git-upload-archive\"-Programm"
841
879 -#: gpg-interface.c:210
880 -#, c-format
881 -msgid "failed writing detached signature to '%s'"
882 -msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
842 +#: archive.c:461
843 +msgid "Unexpected option --remote"
844 +msgstr "Unerwartete Option --remote"
845 +
846 +#: archive.c:463
847 +msgid "Option --exec can only be used together with --remote"
848 +msgstr "Die Option --exec kann nur zusammen mit --remote verwendet werden."
849 +
850 +#: archive.c:465
851 +msgid "Unexpected option --output"
852 +msgstr "Unerwartete Option --output"
853
884 -#: grep.c:1792
854 +#: archive.c:487
855 #, c-format
886 -msgid "'%s': unable to read %s"
887 -msgstr "'%s': konnte %s nicht lesen"
856 +msgid "Unknown archive format '%s'"
857 +msgstr "Unbekanntes Archivformat '%s'"
858
889 -#: grep.c:1809 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
859 +#: archive.c:494
860 #, c-format
891 -msgid "failed to stat '%s'"
892 -msgstr "Konnte '%s' nicht lesen"
861 +msgid "Argument not supported for format '%s': -%d"
862 +msgstr "Argument für Format '%s' nicht unterstützt: -%d"
863 +
864 +#: attr.c:263
865 +msgid ""
866 +"Negative patterns are ignored in git attributes\n"
867 +"Use '\\!' for literal leading exclamation."
868 +msgstr ""
869 +"Verneinende Muster werden in Git-Attributen ignoriert.\n"
870 +"Benutzen Sie '\\!' für führende Ausrufezeichen."
871
894 -#: grep.c:1820
872 +#: bisect.c:441
873 #, c-format
896 -msgid "'%s': short read"
897 -msgstr "'%s': read() zu kurz"
874 +msgid "Could not open file '%s'"
875 +msgstr "Konnte Datei '%s' nicht öffnen"
876
899 -#: help.c:205
877 +#: bisect.c:446
878 #, c-format
901 -msgid "available git commands in '%s'"
902 -msgstr "Vorhandene Git-Befehle in '%s'"
879 +msgid "Badly quoted content in file '%s': %s"
880 +msgstr "Ungültiger Inhalt bzgl. Anführungsstriche in Datei '%s': %s"
881
904 -#: help.c:212
905 -msgid "git commands available from elsewhere on your $PATH"
906 -msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"
882 +#: bisect.c:655
883 +#, c-format
884 +msgid "We cannot bisect more!\n"
885 +msgstr "Keine binäre Suche mehr möglich!\n"
886
908 -#: help.c:244
909 -msgid "These are common Git commands used in various situations:"
910 -msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"
887 +#: bisect.c:708
888 +#, c-format
889 +msgid "Not a valid commit name %s"
890 +msgstr "%s ist kein gültiger Commit-Name"
891
912 -#: help.c:309
892 +#: bisect.c:732
893 #, c-format
894 msgid ""
915 -"'%s' appears to be a git command, but we were not\n"
916 -"able to execute it. Maybe git-%s is broken?"
895 +"The merge base %s is bad.\n"
896 +"This means the bug has been fixed between %s and [%s].\n"
897 msgstr ""
918 -"'%s' scheint ein git-Befehl zu sein, konnte aber\n"
919 -"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"
920 -
921 -#: help.c:366
922 -msgid "Uh oh. Your system reports no Git commands at all."
923 -msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."
898 +"Die Merge-Basis %s ist fehlerhaft.\n"
899 +"Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n"
900
925 -#: help.c:388
901 +#: bisect.c:737
902 #, c-format
903 msgid ""
928 -"WARNING: You called a Git command named '%s', which does not exist.\n"
929 -"Continuing under the assumption that you meant '%s'"
904 +"The merge base %s is new.\n"
905 +"The property has changed between %s and [%s].\n"
906 msgstr ""
931 -"Warnung: Sie haben den nicht existierenden Git-Befehl '%s' ausgeführt.\n"
932 -"Setze fort unter der Annahme, dass Sie '%s' gemeint haben."
933 -
934 -#: help.c:393
935 -#, c-format
936 -msgid "in %0.1f seconds automatically..."
937 -msgstr "Automatische Ausführung in %0.1f Sekunden ..."
907 +"Die Merge-Basis %s ist neu.\n"
908 +"Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n"
909
939 -#: help.c:400
910 +#: bisect.c:742
911 #, c-format
941 -msgid "git: '%s' is not a git command. See 'git --help'."
942 -msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."
943 -
944 -#: help.c:404 help.c:470
912 msgid ""
946 -"\n"
947 -"Did you mean this?"
948 -msgid_plural ""
949 -"\n"
950 -"Did you mean one of these?"
951 -msgstr[0] ""
952 -"\n"
953 -"Haben Sie das gemeint?"
954 -msgstr[1] ""
955 -"\n"
956 -"Haben Sie eines von diesen gemeint?"
913 +"The merge base %s is %s.\n"
914 +"This means the first '%s' commit is between %s and [%s].\n"
915 +msgstr ""
916 +"Die Merge-Basis %s ist %s.\n"
917 +"Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s]\n"
918
958 -#: help.c:466
919 +#: bisect.c:750
920 #, c-format
960 -msgid "%s: %s - %s"
961 -msgstr "%s: %s - %s"
921 +msgid ""
922 +"Some %s revs are not ancestor of the %s rev.\n"
923 +"git bisect cannot work properly in this case.\n"
924 +"Maybe you mistook %s and %s revs?\n"
925 +msgstr ""
926 +"Manche %s Commits sind keine Vorgänger des %s Commits.\n"
927 +"git bisect kann in diesem Fall nicht richtig arbeiten.\n"
928 +"Vielleicht verwechselten Sie %s und %s Commits?\n"
929
963 -#: lockfile.c:152
930 +#: bisect.c:763
931 #, c-format
932 msgid ""
966 -"Unable to create '%s.lock': %s.\n"
967 -"\n"
968 -"Another git process seems to be running in this repository, e.g.\n"
969 -"an editor opened by 'git commit'. Please make sure all processes\n"
970 -"are terminated then try again. If it still fails, a git process\n"
971 -"may have crashed in this repository earlier:\n"
972 -"remove the file manually to continue."
933 +"the merge base between %s and [%s] must be skipped.\n"
934 +"So we cannot be sure the first %s commit is between %s and %s.\n"
935 +"We continue anyway."
936 msgstr ""
974 -"Konnte '%s.lock' nicht erstellen: %s.\n"
975 -"\n"
976 -"Ein anderer Git-Prozess scheint in diesem Repository ausgeführt\n"
977 -"zu werden, zum Beispiel ein noch offener Editor von 'git commit'.\n"
978 -"Bitte stellen Sie sicher, dass alle Prozesse beendet wurden und\n"
979 -"versuchen Sie es erneut. Falls es immer noch fehlschlägt, könnte\n"
980 -"ein früherer Git-Prozess in diesem Repository abgestürzt sein:\n"
981 -"Löschen Sie die Datei manuell um fortzufahren."
937 +"Die Merge-Basis zwischen %s und [%s] muss ausgelassen werden.\n"
938 +"Es kann daher nicht sichergestellt werden, dass sich der\n"
939 +"erste %s Commit zwischen %s und %s befindet.\n"
940 +"Es wird dennoch fortgesetzt."
941
983 -#: lockfile.c:160
942 +#: bisect.c:798
943 #, c-format
985 -msgid "Unable to create '%s.lock': %s"
986 -msgstr "Konnte '%s.lock' nicht erstellen: %s"
944 +msgid "Bisecting: a merge base must be tested\n"
945 +msgstr "binäre Suche: eine Merge-Basis muss geprüft werden\n"
946
988 -#: merge.c:41
989 -msgid "failed to read the cache"
990 -msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
947 +#: bisect.c:849
948 +#, c-format
949 +msgid "a %s revision is needed"
950 +msgstr "ein %s Commit wird benötigt"
951
992 -#: merge.c:94 builtin/am.c:1992 builtin/am.c:2027 builtin/checkout.c:375
993 -#: builtin/checkout.c:589 builtin/clone.c:732
994 -msgid "unable to write new index file"
995 -msgstr "Konnte neue Index-Datei nicht schreiben."
996 -
997 -#: merge-recursive.c:209
998 -msgid "(bad commit)\n"
999 -msgstr "(ungültiger Commit)\n"
952 +#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
953 +#, c-format
954 +msgid "could not create file '%s'"
955 +msgstr "konnte Datei '%s' nicht erstellen"
956
1001 -#: merge-recursive.c:231
957 +#: bisect.c:917
958 #, c-format
1003 -msgid "addinfo_cache failed for path '%s'"
1004 -msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"
959 +msgid "could not read file '%s'"
960 +msgstr "Konnte Datei '%s' nicht lesen"
961
1006 -#: merge-recursive.c:301
1007 -msgid "error building trees"
1008 -msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
962 +#: bisect.c:947
963 +msgid "reading bisect refs failed"
964 +msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen"
965
1010 -#: merge-recursive.c:720
966 +#: bisect.c:967
967 #, c-format
1012 -msgid "failed to create path '%s'%s"
1013 -msgstr "Fehler beim Erstellen des Pfades '%s'%s"
968 +msgid "%s was both %s and %s\n"
969 +msgstr "%s war sowohl %s als auch %s\n"
970
1015 -#: merge-recursive.c:731
971 +#: bisect.c:975
972 #, c-format
1017 -msgid "Removing %s to make room for subdirectory\n"
1018 -msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
973 +msgid ""
974 +"No testable commit found.\n"
975 +"Maybe you started with bad path parameters?\n"
976 +msgstr ""
977 +"Kein testbarer Commit gefunden.\n"
978 +"Vielleicht starteten Sie mit falschen Pfad-Parametern?\n"
979
1020 -#: merge-recursive.c:745 merge-recursive.c:764
1021 -msgid ": perhaps a D/F conflict?"
1022 -msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
980 +#: bisect.c:994
981 +#, c-format
982 +msgid "(roughly %d step)"
983 +msgid_plural "(roughly %d steps)"
984 +msgstr[0] "(ungefähr %d Schritt)"
985 +msgstr[1] "(ungefähr %d Schritte)"
986
1024 -#: merge-recursive.c:754
987 +#. TRANSLATORS: the last %s will be replaced with
988 +#. "(roughly %d steps)" translation
989 +#: bisect.c:998
990 #, c-format
1026 -msgid "refusing to lose untracked file at '%s'"
1027 -msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
991 +msgid "Bisecting: %d revision left to test after this %s\n"
992 +msgid_plural "Bisecting: %d revisions left to test after this %s\n"
993 +msgstr[0] "binäre Suche: danach noch %d Commit zum Testen übrig %s\n"
994 +msgstr[1] "binäre Suche: danach noch %d Commits zum Testen übrig %s\n"
995
1029 -#: merge-recursive.c:796
996 +#: branch.c:53
997 #, c-format
1031 -msgid "cannot read object %s '%s'"
1032 -msgstr "kann Objekt %s '%s' nicht lesen"
998 +msgid ""
999 +"\n"
1000 +"After fixing the error cause you may try to fix up\n"
1001 +"the remote tracking information by invoking\n"
1002 +"\"git branch --set-upstream-to=%s%s%s\"."
1003 +msgstr ""
1004 +"\n"
1005 +"Nachdem Sie die Fehlerursache behoben haben, können Sie\n"
1006 +"die Tracking-Informationen mit\n"
1007 +"\"git branch --set-upstream-to=%s%s%s\"\n"
1008 +"erneut setzen."
1009
1034 -#: merge-recursive.c:798
1010 +#: branch.c:67
1011 #, c-format
1036 -msgid "blob expected for %s '%s'"
1037 -msgstr "Blob erwartet für %s '%s'"
1012 +msgid "Not setting branch %s as its own upstream."
1013 +msgstr "Branch %s kann nicht sein eigener Upstream-Branch sein."
1014
1039 -#: merge-recursive.c:822
1015 +#: branch.c:93
1016 #, c-format
1041 -msgid "failed to open '%s': %s"
1042 -msgstr "Fehler beim Öffnen von '%s': %s"
1017 +msgid "Branch %s set up to track remote branch %s from %s by rebasing."
1018 +msgstr ""
1019 +"Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s durch Rebase."
1020
1044 -#: merge-recursive.c:833
1021 +#: branch.c:94
1022 #, c-format
1046 -msgid "failed to symlink '%s': %s"
1047 -msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
1023 +msgid "Branch %s set up to track remote branch %s from %s."
1024 +msgstr "Branch %s konfiguriert zum Folgen von Remote-Branch %s von %s."
1025
1049 -#: merge-recursive.c:838
1026 +#: branch.c:98
1027 #, c-format
1051 -msgid "do not know what to do with %06o %s '%s'"
1052 -msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
1028 +msgid "Branch %s set up to track local branch %s by rebasing."
1029 +msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s durch Rebase."
1030
1054 -#: merge-recursive.c:978
1055 -msgid "Failed to execute internal merge"
1056 -msgstr "Fehler bei Ausführung des internen Merges"
1031 +#: branch.c:99
1032 +#, c-format
1033 +msgid "Branch %s set up to track local branch %s."
1034 +msgstr "Branch %s konfiguriert zum Folgen von lokalem Branch %s."
1035
1058 -#: merge-recursive.c:982
1036 +#: branch.c:104
1037 #, c-format
1060 -msgid "Unable to add %s to database"
1061 -msgstr "Konnte %s nicht zur Datenbank hinzufügen"
1038 +msgid "Branch %s set up to track remote ref %s by rebasing."
1039 +msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s durch Rebase."
1040
1063 -#: merge-recursive.c:1081 merge-recursive.c:1095
1041 +#: branch.c:105
1042 #, c-format
1065 -msgid ""
1066 -"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1067 -"in tree."
1068 -msgstr ""
1069 -"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
1070 -"im Arbeitsbereich gelassen."
1043 +msgid "Branch %s set up to track remote ref %s."
1044 +msgstr "Branch %s konfiguriert zum Folgen von Remote-Referenz %s."
1045
1072 -#: merge-recursive.c:1087 merge-recursive.c:1100
1046 +#: branch.c:109
1047 #, c-format
1074 -msgid ""
1075 -"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1076 -"in tree at %s."
1048 +msgid "Branch %s set up to track local ref %s by rebasing."
1049 msgstr ""
1078 -"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
1079 -"im Arbeitsbereich bei %s gelassen."
1050 +"Branch %s konfiguriert zum Folgen von lokaler Referenz %s durch Rebase."
1051
1081 -#: merge-recursive.c:1143
1082 -msgid "rename"
1083 -msgstr "umbenennen"
1052 +#: branch.c:110
1053 +#, c-format
1054 +msgid "Branch %s set up to track local ref %s."
1055 +msgstr "Branch %s konfiguriert zum Folgen von lokaler Referenz %s."
1056
1085 -#: merge-recursive.c:1143
1086 -msgid "renamed"
1087 -msgstr "umbenannt"
1057 +#: branch.c:119
1058 +msgid "Unable to write upstream branch configuration"
1059 +msgstr "Konnte Konfiguration zu Upstream-Branch nicht schreiben."
1060
1089 -#: merge-recursive.c:1200
1061 +#: branch.c:156
1062 #, c-format
1091 -msgid "%s is a directory in %s adding as %s instead"
1092 -msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
1063 +msgid "Not tracking: ambiguous information for ref %s"
1064 +msgstr ""
1065 +"Konfiguration zum Folgen von Branch nicht eingerichtet. Referenz %s ist "
1066 +"mehrdeutig."
1067
1094 -#: merge-recursive.c:1225
1068 +#: branch.c:185
1069 #, c-format
1096 -msgid ""
1097 -"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1098 -"\"->\"%s\" in \"%s\"%s"
1099 -msgstr ""
1100 -"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
1101 -"und \"%s\"->\"%s\" in Branch \"%s\"%s"
1070 +msgid "'%s' is not a valid branch name."
1071 +msgstr "'%s' ist kein gültiger Branchname."
1072
1103 -#: merge-recursive.c:1230
1104 -msgid " (left unresolved)"
1105 -msgstr " (bleibt unaufgelöst)"
1073 +#: branch.c:190
1074 +#, c-format
1075 +msgid "A branch named '%s' already exists."
1076 +msgstr "Branch '%s' existiert bereits."
1077
1107 -#: merge-recursive.c:1292
1078 +#: branch.c:198
1079 +msgid "Cannot force update the current branch."
1080 +msgstr "Kann Aktualisierung des aktuellen Branches nicht erzwingen."
1081 +
1082 +#: branch.c:218
1083 #, c-format
1109 -msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1084 +msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1085 msgstr ""
1111 -"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
1112 -"in %s"
1086 +"Kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein "
1087 +"Branch."
1088
1114 -#: merge-recursive.c:1325
1089 +#: branch.c:220
1090 #, c-format
1116 -msgid "Renaming %s to %s and %s to %s instead"
1117 -msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
1091 +msgid "the requested upstream branch '%s' does not exist"
1092 +msgstr "der angeforderte Upstream-Branch '%s' existiert nicht"
1093
1119 -#: merge-recursive.c:1531
1120 -#, c-format
1121 -msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1094 +#: branch.c:222
1095 +msgid ""
1096 +"\n"
1097 +"If you are planning on basing your work on an upstream\n"
1098 +"branch that already exists at the remote, you may need to\n"
1099 +"run \"git fetch\" to retrieve it.\n"
1100 +"\n"
1101 +"If you are planning to push out a new local branch that\n"
1102 +"will track its remote counterpart, you may want to use\n"
1103 +"\"git push -u\" to set the upstream config as you push."
1104 msgstr ""
1123 -"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
1124 -"%s"
1105 +"\n"
1106 +"Falls Sie vorhaben, Ihre Arbeit auf einem bereits existierenden\n"
1107 +"Upstream-Branch aufzubauen, sollten Sie \"git fetch\"\n"
1108 +"ausführen, um diesen abzurufen.\n"
1109 +"\n"
1110 +"Falls Sie vorhaben, einen neuen lokalen Branch zu versenden\n"
1111 +"der seinem externen Gegenstück folgen soll, können Sie\n"
1112 +"\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n"
1113 +"zu konfigurieren."
1114
1126 -#: merge-recursive.c:1546
1115 +#: branch.c:265
1116 #, c-format
1128 -msgid "Adding merged %s"
1129 -msgstr "Füge zusammengeführte Datei %s hinzu"
1117 +msgid "Not a valid object name: '%s'."
1118 +msgstr "Ungültiger Objekt-Name: '%s'"
1119
1131 -#: merge-recursive.c:1553 merge-recursive.c:1766
1120 +#: branch.c:285
1121 #, c-format
1133 -msgid "Adding as %s instead"
1134 -msgstr "Füge stattdessen als %s hinzu"
1122 +msgid "Ambiguous object name: '%s'."
1123 +msgstr "mehrdeutiger Objekt-Name: '%s'"
1124
1136 -#: merge-recursive.c:1610
1125 +#: branch.c:290
1126 #, c-format
1138 -msgid "cannot read object %s"
1139 -msgstr "kann Objekt %s nicht lesen"
1127 +msgid "Not a valid branch point: '%s'."
1128 +msgstr "Ungültiger Branchpunkt: '%s'"
1129
1141 -#: merge-recursive.c:1613
1130 +#: branch.c:344
1131 #, c-format
1143 -msgid "object %s is not a blob"
1144 -msgstr "Objekt %s ist kein Blob"
1145 -
1146 -#: merge-recursive.c:1666
1147 -msgid "modify"
1148 -msgstr "ändern"
1149 -
1150 -#: merge-recursive.c:1666
1151 -msgid "modified"
1152 -msgstr "geändert"
1132 +msgid "'%s' is already checked out at '%s'"
1133 +msgstr "'%s' ist bereits in '%s' ausgecheckt"
1134
1154 -#: merge-recursive.c:1676
1155 -msgid "content"
1156 -msgstr "Inhalt"
1135 +#: branch.c:363
1136 +#, c-format
1137 +msgid "HEAD of working tree %s is not updated"
1138 +msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert."
1139
1158 -#: merge-recursive.c:1683
1159 -msgid "add/add"
1160 -msgstr "hinzufügen/hinzufügen"
1140 +#: bundle.c:34
1141 +#, c-format
1142 +msgid "'%s' does not look like a v2 bundle file"
1143 +msgstr "'%s' sieht nicht wie eine v2 Paketdatei aus"
1144
1162 -#: merge-recursive.c:1718
1145 +#: bundle.c:61
1146 #, c-format
1164 -msgid "Skipped %s (merged same as existing)"
1165 -msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
1147 +msgid "unrecognized header: %s%s (%d)"
1148 +msgstr "nicht erkannter Kopfbereich: %s%s (%d)"
1149
1167 -#: merge-recursive.c:1732
1150 +#: bundle.c:87 sequencer.c:963 builtin/commit.c:777
1151 #, c-format
1169 -msgid "Auto-merging %s"
1170 -msgstr "automatischer Merge von %s"
1152 +msgid "could not open '%s'"
1153 +msgstr "Konnte '%s' nicht öffnen"
1154
1172 -#: merge-recursive.c:1736 git-submodule.sh:919
1173 -msgid "submodule"
1174 -msgstr "Submodul"
1155 +#: bundle.c:139
1156 +msgid "Repository lacks these prerequisite commits:"
1157 +msgstr "Dem Repository fehlen folgende vorausgesetzte Commits:"
1158
1176 -#: merge-recursive.c:1737
1159 +#: bundle.c:163 ref-filter.c:1462 sequencer.c:830 sequencer.c:1374
1160 +#: builtin/blame.c:2814 builtin/commit.c:1061 builtin/log.c:348
1161 +#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1162 +#: builtin/merge.c:356 builtin/shortlog.c:170
1163 +msgid "revision walk setup failed"
1164 +msgstr "Einrichtung des Revisionsgangs fehlgeschlagen"
1165 +
1166 +#: bundle.c:185
1167 #, c-format
1178 -msgid "CONFLICT (%s): Merge conflict in %s"
1179 -msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
1168 +msgid "The bundle contains this ref:"
1169 +msgid_plural "The bundle contains these %d refs:"
1170 +msgstr[0] "Das Paket enthält diese Referenz:"
1171 +msgstr[1] "Das Paket enthält diese %d Referenzen:"
1172
1181 -#: merge-recursive.c:1831
1173 +#: bundle.c:192
1174 +msgid "The bundle records a complete history."
1175 +msgstr "Das Paket speichert eine komplette Historie."
1176 +
1177 +#: bundle.c:194
1178 #, c-format
1183 -msgid "Removing %s"
1184 -msgstr "Entferne %s"
1179 +msgid "The bundle requires this ref:"
1180 +msgid_plural "The bundle requires these %d refs:"
1181 +msgstr[0] "Das Paket benötigt diese Referenz:"
1182 +msgstr[1] "Das Paket benötigt diese %d Referenzen:"
1183
1186 -#: merge-recursive.c:1857
1187 -msgid "file/directory"
1188 -msgstr "Datei/Verzeichnis"
1184 +#: bundle.c:253
1185 +msgid "Could not spawn pack-objects"
1186 +msgstr "Konnte Paketobjekte nicht erstellen"
1187
1190 -#: merge-recursive.c:1863
1191 -msgid "directory/file"
1192 -msgstr "Verzeichnis/Datei"
1188 +#: bundle.c:264
1189 +msgid "pack-objects died"
1190 +msgstr "Erstellung der Paketobjekte abgebrochen"
1191
1194 -#: merge-recursive.c:1868
1192 +#: bundle.c:304
1193 +msgid "rev-list died"
1194 +msgstr "\"rev-list\" abgebrochen"
1195 +
1196 +#: bundle.c:353
1197 #, c-format
1196 -msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1197 -msgstr ""
1198 -"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
1199 -"hinzu."
1198 +msgid "ref '%s' is excluded by the rev-list options"
1199 +msgstr "Referenz '%s' wird durch \"rev-list\" Optionen ausgeschlossen"
1200
1201 -#: merge-recursive.c:1877
1201 +#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:273
1202 #, c-format
1203 -msgid "Adding %s"
1204 -msgstr "Füge %s hinzu"
1203 +msgid "unrecognized argument: %s"
1204 +msgstr "nicht erkanntes Argument: %s"
1205
1206 -#: merge-recursive.c:1914
1207 -msgid "Already up-to-date!"
1208 -msgstr "Bereits aktuell!"
1206 +#: bundle.c:451
1207 +msgid "Refusing to create empty bundle."
1208 +msgstr "Erstellung eines leeren Pakets zurückgewiesen."
1209
1210 -#: merge-recursive.c:1923
1210 +#: bundle.c:463
1211 #, c-format
1212 -msgid "merging of trees %s and %s failed"
1213 -msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
1212 +msgid "cannot create '%s'"
1213 +msgstr "kann '%s' nicht erstellen"
1214
1215 -#: merge-recursive.c:2006
1216 -msgid "Merging:"
1217 -msgstr "Merge:"
1215 +#: bundle.c:491
1216 +msgid "index-pack died"
1217 +msgstr "Erstellung der Paketindexdatei abgebrochen"
1218
1219 -#: merge-recursive.c:2019
1219 +#: color.c:290
1220 #, c-format
1221 -msgid "found %u common ancestor:"
1222 -msgid_plural "found %u common ancestors:"
1223 -msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
1224 -msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
1225 -
1226 -#: merge-recursive.c:2058
1227 -msgid "merge returned no commit"
1228 -msgstr "Merge hat keinen Commit zurückgegeben"
1221 +msgid "invalid color value: %.*s"
1222 +msgstr "Ungültiger Farbwert: %.*s"
1223
1230 -#: merge-recursive.c:2121
1224 +#: commit.c:40 builtin/am.c:421 builtin/am.c:457 builtin/am.c:1493
1225 +#: builtin/am.c:2127
1226 #, c-format
1232 -msgid "Could not parse object '%s'"
1233 -msgstr "Konnte Objekt '%s' nicht parsen."
1227 +msgid "could not parse %s"
1228 +msgstr "konnte %s nicht parsen"
1229
1235 -#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
1236 -msgid "Unable to write index."
1237 -msgstr "Konnte Index nicht schreiben."
1230 +#: commit.c:42
1231 +#, c-format
1232 +msgid "%s %s is not a commit!"
1233 +msgstr "%s %s ist kein Commit!"
1234
1239 -#: notes-utils.c:41
1240 -msgid "Cannot commit uninitialized/unreferenced notes tree"
1235 +#: commit.c:1514
1236 +msgid ""
1237 +"Warning: commit message did not conform to UTF-8.\n"
1238 +"You may want to amend it after fixing the message, or set the config\n"
1239 +"variable i18n.commitencoding to the encoding your project uses.\n"
1240 msgstr ""
1242 -"Kann uninitialisiertes/unreferenzierte Notiz-Verzeichnis nicht committen."
1241 +"Warnung: Die Commit-Beschreibung ist nicht UTF-8 konform.\n"
1242 +"Sie können das Nachbessern, nachdem Sie die Beschreibung korrigiert haben,\n"
1243 +"oder Sie setzen die Konfigurationsvariable i18n.commitencoding auf das Encoding,\n"
1244 +"welches von ihrem Projekt verwendet wird.\n"
1245
1244 -#: notes-utils.c:100
1245 -#, c-format
1246 -msgid "Bad notes.rewriteMode value: '%s'"
1247 -msgstr "Ungültiger notes.rewriteMode Wert: '%s'"
1246 +#: compat/obstack.c:406 compat/obstack.c:408
1247 +msgid "memory exhausted"
1248 +msgstr "Speicher verbraucht"
1249
1249 -#: notes-utils.c:110
1250 +#: config.c:516
1251 #, c-format
1251 -msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
1252 -msgstr ""
1253 -"Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)"
1252 +msgid "bad config line %d in blob %s"
1253 +msgstr "Ungültige Konfigurationszeile %d in Blob %s"
1254
1255 -#. TRANSLATORS: The first %s is the name of the
1256 -#. environment variable, the second %s is its value
1257 -#: notes-utils.c:137
1255 +#: config.c:520
1256 #, c-format
1259 -msgid "Bad %s value: '%s'"
1260 -msgstr "Ungültiger %s Wert: '%s'"
1257 +msgid "bad config line %d in file %s"
1258 +msgstr "Ungültige Konfigurationszeile %d in Datei %s"
1259
1262 -#: object.c:242
1260 +#: config.c:524
1261 #, c-format
1264 -msgid "unable to parse object: %s"
1265 -msgstr "Konnte Objekt '%s' nicht parsen."
1266 -
1267 -#: parse-options.c:572
1268 -msgid "..."
1269 -msgstr "..."
1262 +msgid "bad config line %d in standard input"
1263 +msgstr "Ungültige Konfigurationszeile %d in Standard-Eingabe"
1264
1271 -#: parse-options.c:590
1265 +#: config.c:528
1266 #, c-format
1273 -msgid "usage: %s"
1274 -msgstr "Verwendung: %s"
1267 +msgid "bad config line %d in submodule-blob %s"
1268 +msgstr "Ungültige Konfigurationszeile %d in Submodul-Blob %s"
1269
1276 -#. TRANSLATORS: the colon here should align with the
1277 -#. one in "usage: %s" translation
1278 -#: parse-options.c:594
1270 +#: config.c:532
1271 #, c-format
1280 -msgid " or: %s"
1281 -msgstr " oder: %s"
1272 +msgid "bad config line %d in command line %s"
1273 +msgstr "Ungültige Konfigurationszeile %d in Kommandozeile %s"
1274
1283 -#: parse-options.c:597
1275 +#: config.c:536
1276 #, c-format
1285 -msgid " %s"
1286 -msgstr " %s"
1277 +msgid "bad config line %d in %s"
1278 +msgstr "Ungültige Konfigurationszeile %d in %s"
1279
1288 -#: parse-options.c:631
1289 -msgid "-NUM"
1290 -msgstr "-NUM"
1280 +#: config.c:655
1281 +msgid "out of range"
1282 +msgstr "Außerhalb des Bereichs"
1283
1292 -#: parse-options-cb.c:108
1284 +#: config.c:655
1285 +msgid "invalid unit"
1286 +msgstr "Ungültige Einheit"
1287 +
1288 +#: config.c:661
1289 #, c-format
1294 -msgid "malformed object name '%s'"
1295 -msgstr "fehlerhafter Objekt-Name '%s'"
1290 +msgid "bad numeric config value '%s' for '%s': %s"
1291 +msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s': %s"
1292
1297 -#: path.c:798
1293 +#: config.c:666
1294 #, c-format
1299 -msgid "Could not make %s writable by group"
1300 -msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."
1295 +msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1296 +msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Blob %s: %s"
1297
1302 -#: pathspec.c:133
1303 -msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
1298 +#: config.c:669
1299 +#, c-format
1300 +msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1301 msgstr ""
1305 -"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "
1306 -"inkompatibel."
1302 +"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Datei %s: %s"
1303
1308 -#: pathspec.c:143
1309 -msgid ""
1310 -"global 'literal' pathspec setting is incompatible with all other global "
1311 -"pathspec settings"
1304 +#: config.c:672
1305 +#, c-format
1306 +msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1307 msgstr ""
1313 -"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"
1314 -"mit allen anderen Optionen."
1315 -
1316 -#: pathspec.c:177
1317 -msgid "invalid parameter for pathspec magic 'prefix'"
1318 -msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"
1308 +"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Standard-Eingabe: "
1309 +"%s"
1310
1320 -#: pathspec.c:183
1311 +#: config.c:675
1312 #, c-format
1322 -msgid "Invalid pathspec magic '%.*s' in '%s'"
1323 -msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"
1313 +msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1314 +msgstr ""
1315 +"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Submodul-Blob %s: "
1316 +"%s"
1317
1325 -#: pathspec.c:187
1318 +#: config.c:678
1319 #, c-format
1327 -msgid "Missing ')' at the end of pathspec magic in '%s'"
1328 -msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"
1320 +msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1321 +msgstr ""
1322 +"Ungültiger numerischer Wert '%s' für Konfiguration '%s' in Befehlszeile %s: "
1323 +"%s"
1324
1330 -#: pathspec.c:205
1325 +#: config.c:681
1326 #, c-format
1332 -msgid "Unimplemented pathspec magic '%c' in '%s'"
1333 -msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"
1327 +msgid "bad numeric config value '%s' for '%s' in %s: %s"
1328 +msgstr "Ungültiger numerischer Wert '%s' für Konfiguration '%s' in %s: %s"
1329
1335 -#: pathspec.c:230
1330 +#: config.c:768
1331 #, c-format
1337 -msgid "%s: 'literal' and 'glob' are incompatible"
1338 -msgstr "%s: 'literal' und 'glob' sind inkompatibel"
1332 +msgid "failed to expand user dir in: '%s'"
1333 +msgstr "Fehler beim Erweitern des Nutzerverzeichnisses in: '%s'"
1334
1340 -#: pathspec.c:241
1335 +#: config.c:852 config.c:863
1336 #, c-format
1342 -msgid "%s: '%s' is outside repository"
1343 -msgstr "%s: '%s' liegt außerhalb des Repositories"
1337 +msgid "bad zlib compression level %d"
1338 +msgstr "ungültiger zlib Komprimierungsgrad %d"
1339
1345 -#: pathspec.c:291
1340 +#: config.c:978
1341 #, c-format
1347 -msgid "Pathspec '%s' is in submodule '%.*s'"
1348 -msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
1342 +msgid "invalid mode for object creation: %s"
1343 +msgstr "Ungültiger Modus für Objekterstellung: %s"
1344
1350 -#: pathspec.c:353
1351 -#, c-format
1352 -msgid "%s: pathspec magic not supported by this command: %s"
1345 +#: config.c:1312
1346 +msgid "unable to parse command-line config"
1347 msgstr ""
1354 -"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"
1355 -
1356 -#: pathspec.c:433
1357 -#, c-format
1358 -msgid "pathspec '%s' is beyond a symbolic link"
1359 -msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
1348 +"Konnte die über die Befehlszeile angegebene Konfiguration nicht parsen."
1349
1361 -#: pathspec.c:442
1362 -msgid ""
1363 -"There is nothing to exclude from by :(exclude) patterns.\n"
1364 -"Perhaps you forgot to add either ':/' or '.' ?"
1350 +#: config.c:1362
1351 +msgid "unknown error occurred while reading the configuration files"
1352 msgstr ""
1366 -":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"
1367 -"Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"
1353 +"Es trat ein unbekannter Fehler beim Lesen der Konfigurationsdateien auf."
1354
1369 -#: pretty.c:973
1370 -msgid "unable to parse --pretty format"
1371 -msgstr "Konnte --pretty Format nicht parsen."
1355 +#: config.c:1716
1356 +#, c-format
1357 +msgid "unable to parse '%s' from command-line config"
1358 +msgstr ""
1359 +"Konnte Wert '%s' aus der über die Befehlszeile angegebenen Konfiguration\n"
1360 +"nicht parsen."
1361
1373 -#: progress.c:235
1374 -msgid "done"
1375 -msgstr "Fertig"
1362 +#: config.c:1718
1363 +#, c-format
1364 +msgid "bad config variable '%s' in file '%s' at line %d"
1365 +msgstr "ungültige Konfigurationsvariable '%s' in Datei '%s' bei Zeile %d"
1366
1377 -#: read-cache.c:1281
1367 +#: config.c:1777
1368 +#, c-format
1369 +msgid "%s has multiple values"
1370 +msgstr "%s hat mehrere Werte"
1371 +
1372 +#: config.c:2311
1373 +#, c-format
1374 +msgid "could not set '%s' to '%s'"
1375 +msgstr "Konnte '%s' nicht zu '%s' setzen."
1376 +
1377 +#: config.c:2313
1378 #, c-format
1379 +msgid "could not unset '%s'"
1380 +msgstr "Konnte '%s' nicht aufheben."
1381 +
1382 +#: connect.c:49
1383 +msgid "The remote end hung up upon initial contact"
1384 +msgstr "Die Gegenseite hat sich nach dem erstmaligen Kontakt aufgehangen."
1385 +
1386 +#: connect.c:51
1387 msgid ""
1380 -"index.version set, but the value is invalid.\n"
1381 -"Using version %i"
1388 +"Could not read from remote repository.\n"
1389 +"\n"
1390 +"Please make sure you have the correct access rights\n"
1391 +"and the repository exists."
1392 msgstr ""
1383 -"index.version gesetzt, aber Wert ungültig.\n"
1384 -"Verwende Version %i"
1393 +"Konnte nicht vom Remote-Repository lesen.\n"
1394 +"\n"
1395 +"Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen\n"
1396 +"und das Repository existiert."
1397 +
1398 +#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
1399 +msgid "Checking connectivity"
1400 +msgstr "Prüfe Konnektivität"
1401 +
1402 +#: connected.c:75
1403 +msgid "Could not run 'git rev-list'"
1404 +msgstr "Konnte 'git rev-list' nicht ausführen"
1405 +
1406 +#: connected.c:95
1407 +msgid "failed write to rev-list"
1408 +msgstr "Fehler beim Schreiben nach rev-list"
1409 +
1410 +#: connected.c:102
1411 +msgid "failed to close rev-list's stdin"
1412 +msgstr "Fehler beim Schließen von rev-list's Standard-Eingabe"
1413
1386 -#: read-cache.c:1291
1414 +#: convert.c:201
1415 #, c-format
1416 msgid ""
1389 -"GIT_INDEX_VERSION set, but the value is invalid.\n"
1390 -"Using version %i"
1417 +"CRLF will be replaced by LF in %s.\n"
1418 +"The file will have its original line endings in your working directory."
1419 msgstr ""
1392 -"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
1393 -"Verwende Version %i"
1420 +"CRLF wird in %s durch LF ersetzt.\n"
1421 +"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis behalten."
1422
1395 -#: refs.c:551 builtin/merge.c:840
1423 +#: convert.c:205
1424 #, c-format
1397 -msgid "Could not open '%s' for writing"
1398 -msgstr "Konnte '%s' nicht zum Schreiben öffnen."
1425 +msgid "CRLF would be replaced by LF in %s."
1426 +msgstr "CRLF würde in %s durch LF ersetzt werden."
1427
1400 -#: refs/files-backend.c:2534
1428 +#: convert.c:211
1429 #, c-format
1402 -msgid "could not delete reference %s: %s"
1403 -msgstr "Konnte Referenz %s nicht entfernen: %s"
1430 +msgid ""
1431 +"LF will be replaced by CRLF in %s.\n"
1432 +"The file will have its original line endings in your working directory."
1433 +msgstr ""
1434 +"LF wird in %s durch CRLF ersetzt.\n"
1435 +"Die Datei wird ihre ursprünglichen Zeilenenden im Arbeitsverzeichnis behalten."
1436
1405 -#: refs/files-backend.c:2537
1437 +#: convert.c:215
1438 #, c-format
1407 -msgid "could not delete references: %s"
1408 -msgstr "Konnte Referenzen nicht entfernen: %s"
1439 +msgid "LF would be replaced by CRLF in %s"
1440 +msgstr "LF würde in %s durch CRLF ersetzt werden."
1441 +
1442 +#: date.c:97
1443 +msgid "in the future"
1444 +msgstr "in der Zukunft"
1445
1410 -#: refs/files-backend.c:2546
1446 +#: date.c:103
1447 #, c-format
1412 -msgid "could not remove reference %s"
1413 -msgstr "Konnte Referenz %s nicht löschen"
1448 +msgid "%lu second ago"
1449 +msgid_plural "%lu seconds ago"
1450 +msgstr[0] "vor %lu Sekunde"
1451 +msgstr[1] "vor %lu Sekunden"
1452
1415 -#: ref-filter.c:55
1453 +#: date.c:110
1454 #, c-format
1417 -msgid "expected format: %%(color:<color>)"
1418 -msgstr "Erwartetes Format: %%(color:<Farbe>)"
1455 +msgid "%lu minute ago"
1456 +msgid_plural "%lu minutes ago"
1457 +msgstr[0] "vor %lu Minute"
1458 +msgstr[1] "vor %lu Minuten"
1459
1420 -#: ref-filter.c:57
1460 +#: date.c:117
1461 #, c-format
1422 -msgid "unrecognized color: %%(color:%s)"
1423 -msgstr "nicht erkannte Farbe: %%(color:%s)"
1462 +msgid "%lu hour ago"
1463 +msgid_plural "%lu hours ago"
1464 +msgstr[0] "vor %lu Stunde"
1465 +msgstr[1] "vor %lu Stunden"
1466
1425 -#: ref-filter.c:71
1467 +#: date.c:124
1468 #, c-format
1427 -msgid "unrecognized format: %%(%s)"
1428 -msgstr "nicht erkanntes Format: %%(%s)"
1469 +msgid "%lu day ago"
1470 +msgid_plural "%lu days ago"
1471 +msgstr[0] "vor %lu Tag"
1472 +msgstr[1] "vor %lu Tagen"
1473
1430 -#: ref-filter.c:77
1474 +#: date.c:130
1475 #, c-format
1432 -msgid "%%(body) does not take arguments"
1433 -msgstr "%%(body) akzeptiert keine Argumente"
1476 +msgid "%lu week ago"
1477 +msgid_plural "%lu weeks ago"
1478 +msgstr[0] "vor %lu Woche"
1479 +msgstr[1] "vor %lu Wochen"
1480
1435 -#: ref-filter.c:84
1481 +#: date.c:137
1482 #, c-format
1437 -msgid "%%(subject) does not take arguments"
1438 -msgstr "%%(subject) akzeptiert keine Argumente"
1483 +msgid "%lu month ago"
1484 +msgid_plural "%lu months ago"
1485 +msgstr[0] "vor %lu Monat"
1486 +msgstr[1] "vor %lu Monaten"
1487
1440 -#: ref-filter.c:101
1488 +#: date.c:148
1489 #, c-format
1442 -msgid "positive value expected contents:lines=%s"
1443 -msgstr "Positiver Wert erwartet contents:lines=%s"
1490 +msgid "%lu year"
1491 +msgid_plural "%lu years"
1492 +msgstr[0] "vor %lu Jahr"
1493 +msgstr[1] "vor %lu Jahren"
1494
1445 -#: ref-filter.c:103
1495 +#. TRANSLATORS: "%s" is "<n> years"
1496 +#: date.c:151
1497 #, c-format
1447 -msgid "unrecognized %%(contents) argument: %s"
1448 -msgstr "nicht erkanntes %%(contents) Argument: %s"
1498 +msgid "%s, %lu month ago"
1499 +msgid_plural "%s, %lu months ago"
1500 +msgstr[0] "%s, und %lu Monat"
1501 +msgstr[1] "%s, und %lu Monaten"
1502
1450 -#: ref-filter.c:113
1503 +#: date.c:156 date.c:161
1504 #, c-format
1452 -msgid "unrecognized %%(objectname) argument: %s"
1453 -msgstr "nicht erkanntes %%(objectname) Argument: %s"
1505 +msgid "%lu year ago"
1506 +msgid_plural "%lu years ago"
1507 +msgstr[0] "vor %lu Jahr"
1508 +msgstr[1] "vor %lu Jahren"
1509
1455 -#: ref-filter.c:135
1510 +#: diffcore-order.c:24
1511 #, c-format
1457 -msgid "expected format: %%(align:<width>,<position>)"
1458 -msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
1512 +msgid "failed to read orderfile '%s'"
1513 +msgstr "Fehler beim Lesen der Reihenfolgedatei '%s'."
1514
1460 -#: ref-filter.c:147
1515 +#: diffcore-rename.c:536
1516 +msgid "Performing inexact rename detection"
1517 +msgstr "Führe Erkennung für ungenaue Umbenennung aus"
1518 +
1519 +#: diff.c:62
1520 #, c-format
1462 -msgid "unrecognized position:%s"
1463 -msgstr "nicht erkannte Position:%s"
1521 +msgid "option '%s' requires a value"
1522 +msgstr "Option '%s' erfordert einen Wert."
1523
1465 -#: ref-filter.c:151
1524 +#: diff.c:124
1525 #, c-format
1467 -msgid "unrecognized width:%s"
1468 -msgstr "nicht erkannte Breite:%s"
1526 +msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1527 +msgstr ""
1528 +" Fehler beim Parsen des abgeschnittenen \"dirstat\" Prozentsatzes '%s'\n"
1529
1470 -#: ref-filter.c:157
1530 +#: diff.c:129
1531 #, c-format
1472 -msgid "unrecognized %%(align) argument: %s"
1473 -msgstr "nicht erkanntes %%(align) Argument: %s"
1532 +msgid " Unknown dirstat parameter '%s'\n"
1533 +msgstr " Unbekannter \"dirstat\" Parameter '%s'\n"
1534
1475 -#: ref-filter.c:161
1535 +#: diff.c:283
1536 #, c-format
1477 -msgid "positive width expected with the %%(align) atom"
1478 -msgstr "Positive Breitenangabe für %%(align) erwartet"
1537 +msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1538 +msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'"
1539
1480 -#: ref-filter.c:244
1540 +#: diff.c:346
1541 #, c-format
1482 -msgid "malformed field name: %.*s"
1483 -msgstr "Fehlerhafter Feldname: %.*s"
1542 +msgid ""
1543 +"Found errors in 'diff.dirstat' config variable:\n"
1544 +"%s"
1545 +msgstr ""
1546 +"Fehler in 'diff.dirstat' Konfigurationsvariable gefunden:\n"
1547 +"%s"
1548
1485 -#: ref-filter.c:270
1549 +#: diff.c:3087
1550 #, c-format
1487 -msgid "unknown field name: %.*s"
1488 -msgstr "Unbekannter Feldname: %.*s"
1551 +msgid "external diff died, stopping at %s"
1552 +msgstr "externes Diff-Programm unerwartet beendet, angehalten bei %s"
1553
1490 -#: ref-filter.c:372
1554 +#: diff.c:3412
1555 +msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1556 +msgstr "--name-only, --name-status, --check und -s schließen sich gegenseitig aus"
1557 +
1558 +#: diff.c:3502
1559 +msgid "--follow requires exactly one pathspec"
1560 +msgstr "--follow erfordert genau eine Pfadspezifikation"
1561 +
1562 +#: diff.c:3665
1563 #, c-format
1492 -msgid "format: %%(end) atom used without corresponding atom"
1493 -msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
1564 +msgid ""
1565 +"Failed to parse --dirstat/-X option parameter:\n"
1566 +"%s"
1567 +msgstr ""
1568 +"Fehler beim Parsen des --dirstat/-X Optionsparameters:\n"
1569 +"%s"
1570
1495 -#: ref-filter.c:424
1571 +#: diff.c:3679
1572 #, c-format
1497 -msgid "malformed format string %s"
1498 -msgstr "Fehlerhafter Formatierungsstring %s"
1573 +msgid "Failed to parse --submodule option parameter: '%s'"
1574 +msgstr "Fehler beim Parsen des --submodule Optionsparameters: '%s'"
1575
1500 -#: ref-filter.c:878
1501 -msgid ":strip= requires a positive integer argument"
1502 -msgstr ":strip= erfordert eine positive Ganzzahl als Argument"
1576 +#: diff.c:4700
1577 +msgid "inexact rename detection was skipped due to too many files."
1578 +msgstr ""
1579 +"Ungenaue Erkennung für Umbenennungen wurde aufgrund zu vieler Dateien\n"
1580 +"übersprungen."
1581
1504 -#: ref-filter.c:883
1582 +#: diff.c:4703
1583 +msgid "only found copies from modified paths due to too many files."
1584 +msgstr "nur Kopien von geänderten Pfaden, aufgrund zu vieler Dateien, gefunden"
1585 +
1586 +#: diff.c:4706
1587 #, c-format
1506 -msgid "ref '%s' does not have %ld components to :strip"
1507 -msgstr "Referenz '%s' hat keine %ld Komponenten für :strip"
1588 +msgid ""
1589 +"you may want to set your %s variable to at least %d and retry the command."
1590 +msgstr ""
1591 +"Sie könnten die Variable %s auf mindestens %d setzen und den Befehl\n"
1592 +"erneut versuchen."
1593
1509 -#: ref-filter.c:1046
1594 +#: dir.c:1866
1595 +msgid "failed to get kernel name and information"
1596 +msgstr "Fehler beim Sammeln von Namen und Informationen zum Kernel"
1597 +
1598 +#: dir.c:1985
1599 +msgid "Untracked cache is disabled on this system or location."
1600 +msgstr ""
1601 +"Cache für unversionierte Dateien ist auf diesem System oder\n"
1602 +"für dieses Verzeichnis deaktiviert."
1603 +
1604 +#: fetch-pack.c:213
1605 +msgid "git fetch-pack: expected shallow list"
1606 +msgstr "git fetch-pack: erwartete shallow-Liste"
1607 +
1608 +#: fetch-pack.c:225
1609 +msgid "git fetch-pack: expected ACK/NAK, got EOF"
1610 +msgstr "git fetch-pack: ACK/NAK erwartet, EOF bekommen"
1611 +
1612 +#: fetch-pack.c:243
1613 #, c-format
1511 -msgid "unknown %.*s format %s"
1512 -msgstr "Unbekanntes %.*s Format %s"
1614 +msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1615 +msgstr "git fetch-pack: ACK/NAK erwartet, '%s' bekommen"
1616
1514 -#: ref-filter.c:1066 ref-filter.c:1097
1617 +#: fetch-pack.c:295
1618 +msgid "--stateless-rpc requires multi_ack_detailed"
1619 +msgstr "--stateless-rpc benötigt multi_ack_detailed"
1620 +
1621 +#: fetch-pack.c:381
1622 #, c-format
1516 -msgid "missing object %s for %s"
1517 -msgstr "Objekt %s fehlt für %s"
1623 +msgid "invalid shallow line: %s"
1624 +msgstr "Ungültige shallow-Zeile: %s"
1625
1519 -#: ref-filter.c:1069 ref-filter.c:1100
1626 +#: fetch-pack.c:387
1627 #, c-format
1521 -msgid "parse_object_buffer failed on %s for %s"
1522 -msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
1628 +msgid "invalid unshallow line: %s"
1629 +msgstr "Ungültige unshallow-Zeile: %s"
1630
1524 -#: ref-filter.c:1311
1631 +#: fetch-pack.c:389
1632 #, c-format
1526 -msgid "malformed object at '%s'"
1527 -msgstr "fehlerhaftes Objekt bei '%s'"
1633 +msgid "object not found: %s"
1634 +msgstr "Objekt nicht gefunden: %s"
1635
1529 -#: ref-filter.c:1373
1636 +#: fetch-pack.c:392
1637 #, c-format
1531 -msgid "ignoring ref with broken name %s"
1532 -msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
1638 +msgid "error in object: %s"
1639 +msgstr "Fehler in Objekt: %s"
1640
1534 -#: ref-filter.c:1378
1641 +#: fetch-pack.c:394
1642 #, c-format
1536 -msgid "ignoring broken ref %s"
1537 -msgstr "Ignoriere fehlerhafte Referenz %s"
1643 +msgid "no shallow found: %s"
1644 +msgstr "Kein shallow-Objekt gefunden: %s"
1645
1539 -#: ref-filter.c:1651
1646 +#: fetch-pack.c:397
1647 #, c-format
1541 -msgid "format: %%(end) atom missing"
1542 -msgstr "Format: %%(end) Atom fehlt"
1648 +msgid "expected shallow/unshallow, got %s"
1649 +msgstr "shallow/unshallow erwartet, %s bekommen"
1650
1544 -#: ref-filter.c:1705
1651 +#: fetch-pack.c:436
1652 #, c-format
1546 -msgid "malformed object name %s"
1547 -msgstr "Missgebildeter Objektname %s"
1653 +msgid "got %s %d %s"
1654 +msgstr "%s %d %s bekommen"
1655
1549 -#: remote.c:746
1656 +#: fetch-pack.c:450
1657 #, c-format
1551 -msgid "Cannot fetch both %s and %s to %s"
1552 -msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
1658 +msgid "invalid commit %s"
1659 +msgstr "Ungültiger Commit %s"
1660
1554 -#: remote.c:750
1661 +#: fetch-pack.c:483
1662 +msgid "giving up"
1663 +msgstr "Gebe auf"
1664 +
1665 +#: fetch-pack.c:493 progress.c:235
1666 +msgid "done"
1667 +msgstr "Fertig"
1668 +
1669 +#: fetch-pack.c:505
1670 #, c-format
1556 -msgid "%s usually tracks %s, not %s"
1557 -msgstr "%s folgt üblicherweise %s, nicht %s"
1671 +msgid "got %s (%d) %s"
1672 +msgstr "%s (%d) %s bekommen"
1673
1559 -#: remote.c:754
1674 +#: fetch-pack.c:551
1675 #, c-format
1561 -msgid "%s tracks both %s and %s"
1562 -msgstr "%s folgt sowohl %s als auch %s"
1676 +msgid "Marking %s as complete"
1677 +msgstr "Markiere %s als vollständig"
1678
1564 -#: remote.c:762
1565 -msgid "Internal error"
1566 -msgstr "Interner Fehler"
1679 +#: fetch-pack.c:697
1680 +#, c-format
1681 +msgid "already have %s (%s)"
1682 +msgstr "habe %s (%s) bereits"
1683
1568 -#: remote.c:1677 remote.c:1720
1569 -msgid "HEAD does not point to a branch"
1570 -msgstr "HEAD zeigt auf keinen Branch"
1684 +#: fetch-pack.c:735
1685 +msgid "fetch-pack: unable to fork off sideband demultiplexer"
1686 +msgstr "fetch-pack: Fehler beim Starten des sideband demultiplexer"
1687
1572 -#: remote.c:1686
1573 -#, c-format
1574 -msgid "no such branch: '%s'"
1575 -msgstr "Kein solcher Branch: '%s'"
1688 +#: fetch-pack.c:743
1689 +msgid "protocol error: bad pack header"
1690 +msgstr "Protokollfehler: ungültiger Pack-Header"
1691
1577 -#: remote.c:1689
1692 +#: fetch-pack.c:799
1693 #, c-format
1579 -msgid "no upstream configured for branch '%s'"
1580 -msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
1694 +msgid "fetch-pack: unable to fork off %s"
1695 +msgstr "fetch-pack: konnte %s nicht starten"
1696
1582 -#: remote.c:1695
1697 +#: fetch-pack.c:815
1698 #, c-format
1584 -msgid "upstream branch '%s' not stored as a remote-tracking branch"
1585 -msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
1699 +msgid "%s failed"
1700 +msgstr "%s fehlgeschlagen"
1701
1587 -#: remote.c:1710
1588 -#, c-format
1589 -msgid "push destination '%s' on remote '%s' has no local tracking branch"
1590 -msgstr ""
1591 -"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
1592 -"Branch"
1702 +#: fetch-pack.c:817
1703 +msgid "error in sideband demultiplexer"
1704 +msgstr "Fehler in sideband demultiplexer"
1705
1594 -#: remote.c:1725
1595 -#, c-format
1596 -msgid "branch '%s' has no remote for pushing"
1597 -msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
1706 +#: fetch-pack.c:844
1707 +msgid "Server does not support shallow clients"
1708 +msgstr "Server unterstützt keine shallow-Clients"
1709
1599 -#: remote.c:1736
1600 -#, c-format
1601 -msgid "push refspecs for '%s' do not include '%s'"
1602 -msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
1710 +#: fetch-pack.c:848
1711 +msgid "Server supports multi_ack_detailed"
1712 +msgstr "Server unterstützt multi_ack_detailed"
1713
1604 -#: remote.c:1749
1605 -msgid "push has no destination (push.default is 'nothing')"
1606 -msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
1714 +#: fetch-pack.c:851
1715 +msgid "Server supports no-done"
1716 +msgstr "Server unterstützt no-done"
1717
1608 -#: remote.c:1771
1609 -msgid "cannot resolve 'simple' push to a single destination"
1610 -msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
1718 +#: fetch-pack.c:857
1719 +msgid "Server supports multi_ack"
1720 +msgstr "Server unterstützt multi_ack"
1721
1612 -#: remote.c:2073
1613 -#, c-format
1614 -msgid "Your branch is based on '%s', but the upstream is gone.\n"
1615 -msgstr ""
1616 -"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"
1722 +#: fetch-pack.c:861
1723 +msgid "Server supports side-band-64k"
1724 +msgstr "Server unterstützt side-band-64k"
1725
1618 -#: remote.c:2077
1619 -msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1620 -msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
1726 +#: fetch-pack.c:865
1727 +msgid "Server supports side-band"
1728 +msgstr "Server unterstützt side-band"
1729
1622 -#: remote.c:2080
1623 -#, c-format
1624 -msgid "Your branch is up-to-date with '%s'.\n"
1625 -msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"
1730 +#: fetch-pack.c:869
1731 +msgid "Server supports allow-tip-sha1-in-want"
1732 +msgstr "Server unterstützt allow-tip-sha1-in-want"
1733
1627 -#: remote.c:2084
1628 -#, c-format
1629 -msgid "Your branch is ahead of '%s' by %d commit.\n"
1630 -msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1631 -msgstr[0] "Ihr Branch ist vor '%s' um %d Commit.\n"
1632 -msgstr[1] "Ihr Branch ist vor '%s' um %d Commits.\n"
1734 +#: fetch-pack.c:873
1735 +msgid "Server supports allow-reachable-sha1-in-want"
1736 +msgstr "Server unterstützt allow-reachable-sha1-in-want"
1737
1634 -#: remote.c:2090
1635 -msgid " (use \"git push\" to publish your local commits)\n"
1636 -msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
1738 +#: fetch-pack.c:883
1739 +msgid "Server supports ofs-delta"
1740 +msgstr "Server unterstützt ofs-delta"
1741
1638 -#: remote.c:2093
1742 +#: fetch-pack.c:890
1743 #, c-format
1640 -msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1641 -msgid_plural ""
1642 -"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1643 -msgstr[0] ""
1644 -"Ihr Branch ist zu '%s' um %d Commit hinterher, und kann vorgespult werden.\n"
1645 -msgstr[1] ""
1646 -"Ihr Branch ist zu '%s' um %d Commits hinterher, und kann vorgespult werden.\n"
1744 +msgid "Server version is %.*s"
1745 +msgstr "Server-Version ist %.*s"
1746
1648 -#: remote.c:2101
1649 -msgid " (use \"git pull\" to update your local branch)\n"
1650 -msgstr ""
1651 -" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
1747 +#: fetch-pack.c:896
1748 +msgid "Server does not support --shallow-since"
1749 +msgstr "Server unterstützt kein --shallow-since"
1750
1653 -#: remote.c:2104
1654 -#, c-format
1655 -msgid ""
1656 -"Your branch and '%s' have diverged,\n"
1657 -"and have %d and %d different commit each, respectively.\n"
1658 -msgid_plural ""
1659 -"Your branch and '%s' have diverged,\n"
1660 -"and have %d and %d different commits each, respectively.\n"
1661 -msgstr[0] ""
1662 -"Ihr Branch und '%s' sind divergiert,\n"
1663 -"und haben jeweils %d und %d unterschiedliche Commits.\n"
1664 -msgstr[1] ""
1665 -"Ihr Branch und '%s' sind divergiert,\n"
1666 -"und haben jeweils %d und %d unterschiedliche Commits.\n"
1751 +#: fetch-pack.c:900
1752 +msgid "Server does not support --shallow-exclude"
1753 +msgstr "Server unterstützt kein --shallow-exclude"
1754
1668 -#: remote.c:2114
1669 -msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1670 -msgstr ""
1671 -" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
1672 -"zusammenzuführen)\n"
1755 +#: fetch-pack.c:902
1756 +msgid "Server does not support --deepen"
1757 +msgstr "Server unterstützt kein --deepen"
1758
1674 -#: revision.c:2132
1675 -msgid "your current branch appears to be broken"
1676 -msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
1759 +#: fetch-pack.c:913
1760 +msgid "no common commits"
1761 +msgstr "keine gemeinsamen Commits"
1762
1678 -#: revision.c:2135
1679 -#, c-format
1680 -msgid "your current branch '%s' does not have any commits yet"
1681 -msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
1763 +#: fetch-pack.c:925
1764 +msgid "git fetch-pack: fetch failed."
1765 +msgstr "git fetch-pack: Abholen fehlgeschlagen."
1766
1683 -#: revision.c:2329
1684 -msgid "--first-parent is incompatible with --bisect"
1685 -msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
1767 +#: fetch-pack.c:1087
1768 +msgid "no matching remote head"
1769 +msgstr "kein übereinstimmender Remote-Branch"
1770
1687 -#: run-command.c:92
1688 -msgid "open /dev/null failed"
1689 -msgstr "Öffnen von /dev/null fehlgeschlagen"
1771 +#: gpg-interface.c:185
1772 +msgid "gpg failed to sign the data"
1773 +msgstr "gpg beim Signieren der Daten fehlgeschlagen"
1774 +
1775 +#: gpg-interface.c:215
1776 +msgid "could not create temporary file"
1777 +msgstr "konnte temporäre Datei nicht erstellen"
1778
1691 -#: run-command.c:94
1779 +#: gpg-interface.c:217
1780 #, c-format
1693 -msgid "dup2(%d,%d) failed"
1694 -msgstr "dup2(%d,%d) fehlgeschlagen"
1781 +msgid "failed writing detached signature to '%s'"
1782 +msgstr "Fehler beim Schreiben der losgelösten Signatur nach '%s'"
1783
1696 -#: send-pack.c:298
1697 -msgid "failed to sign the push certificate"
1698 -msgstr "Fehler beim Signieren des \"push\"-Zertifikates"
1784 +#: grep.c:1782
1785 +#, c-format
1786 +msgid "'%s': unable to read %s"
1787 +msgstr "'%s': konnte %s nicht lesen"
1788
1700 -#: send-pack.c:411
1701 -msgid "the receiving end does not support --signed push"
1702 -msgstr ""
1703 -"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"
1789 +#: grep.c:1799 builtin/clone.c:381 builtin/diff.c:84 builtin/rm.c:155
1790 +#, c-format
1791 +msgid "failed to stat '%s'"
1792 +msgstr "Konnte '%s' nicht lesen"
1793
1705 -#: send-pack.c:413
1706 -msgid ""
1707 -"not sending a push certificate since the receiving end does not support --"
1708 -"signed push"
1709 -msgstr ""
1710 -"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"
1711 -"Versand (\"--signed push\") unterstützt"
1794 +#: grep.c:1810
1795 +#, c-format
1796 +msgid "'%s': short read"
1797 +msgstr "'%s': read() zu kurz"
1798
1713 -#: send-pack.c:425
1714 -msgid "the receiving end does not support --atomic push"
1715 -msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
1799 +#: help.c:203
1800 +#, c-format
1801 +msgid "available git commands in '%s'"
1802 +msgstr "Vorhandene Git-Befehle in '%s'"
1803
1717 -#: send-pack.c:430
1718 -msgid "the receiving end does not support push options"
1719 -msgstr "die Gegenseite unterstützt keine Push-Optionen"
1804 +#: help.c:210
1805 +msgid "git commands available from elsewhere on your $PATH"
1806 +msgstr "Vorhandene Git-Befehle anderswo in Ihrem $PATH"
1807 +
1808 +#: help.c:241
1809 +msgid "These are common Git commands used in various situations:"
1810 +msgstr "Allgemeine Git-Befehle, verwendet in verschiedenen Situationen:"
1811
1721 -#: sequencer.c:174
1812 +#: help.c:306
1813 +#, c-format
1814 msgid ""
1723 -"after resolving the conflicts, mark the corrected paths\n"
1724 -"with 'git add <paths>' or 'git rm <paths>'"
1815 +"'%s' appears to be a git command, but we were not\n"
1816 +"able to execute it. Maybe git-%s is broken?"
1817 msgstr ""
1726 -"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"
1727 -"mit 'git add <Pfade>' oder 'git rm <Pfade>'"
1818 +"'%s' scheint ein git-Befehl zu sein, konnte aber\n"
1819 +"nicht ausgeführt werden. Vielleicht ist git-%s fehlerhaft?"
1820 +
1821 +#: help.c:361
1822 +msgid "Uh oh. Your system reports no Git commands at all."
1823 +msgstr "Uh oh. Keine Git-Befehle auf Ihrem System vorhanden."
1824
1729 -#: sequencer.c:177
1825 +#: help.c:383
1826 +#, c-format
1827 msgid ""
1731 -"after resolving the conflicts, mark the corrected paths\n"
1732 -"with 'git add <paths>' or 'git rm <paths>'\n"
1733 -"and commit the result with 'git commit'"
1828 +"WARNING: You called a Git command named '%s', which does not exist.\n"
1829 +"Continuing under the assumption that you meant '%s'"
1830 msgstr ""
1735 -"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"
1736 -"mit 'git add <Pfade>' oder 'git rm <Pfade>'und tragen Sie das Ergebnis mit\n"
1737 -"'git commit' ein"
1831 +"Warnung: Sie haben den nicht existierenden Git-Befehl '%s' ausgeführt.\n"
1832 +"Setze fort unter der Annahme, dass Sie '%s' gemeint haben."
1833
1739 -#: sequencer.c:190 sequencer.c:841 sequencer.c:924
1834 +#: help.c:388
1835 #, c-format
1741 -msgid "Could not write to %s"
1742 -msgstr "Konnte nicht nach %s schreiben"
1836 +msgid "in %0.1f seconds automatically..."
1837 +msgstr "Automatische Ausführung in %0.1f Sekunden ..."
1838
1744 -#: sequencer.c:193 sequencer.c:843 sequencer.c:928
1839 +#: help.c:395
1840 #, c-format
1746 -msgid "Error wrapping up %s."
1747 -msgstr "Fehler beim Einpacken von %s."
1841 +msgid "git: '%s' is not a git command. See 'git --help'."
1842 +msgstr "git: '%s' ist kein Git-Befehl. Siehe 'git --help'."
1843
1749 -#: sequencer.c:208
1750 -msgid "Your local changes would be overwritten by cherry-pick."
1751 -msgstr ""
1752 -"Ihre lokalen Änderungen würden durch den Cherry-Pick überschrieben werden."
1844 +#: help.c:399 help.c:465
1845 +msgid ""
1846 +"\n"
1847 +"Did you mean this?"
1848 +msgid_plural ""
1849 +"\n"
1850 +"Did you mean one of these?"
1851 +msgstr[0] ""
1852 +"\n"
1853 +"Haben Sie das gemeint?"
1854 +msgstr[1] ""
1855 +"\n"
1856 +"Haben Sie eines von diesen gemeint?"
1857
1754 -#: sequencer.c:210
1755 -msgid "Your local changes would be overwritten by revert."
1756 -msgstr "Ihre lokalen Änderungen würden durch den Revert überschrieben werden."
1858 +#: help.c:461
1859 +#, c-format
1860 +msgid "%s: %s - %s"
1861 +msgstr "%s: %s - %s"
1862
1758 -#: sequencer.c:213
1759 -msgid "Commit your changes or stash them to proceed."
1863 +#: ident.c:334
1864 +msgid ""
1865 +"\n"
1866 +"*** Please tell me who you are.\n"
1867 +"\n"
1868 +"Run\n"
1869 +"\n"
1870 +" git config --global user.email \"you@example.com\"\n"
1871 +" git config --global user.name \"Your Name\"\n"
1872 +"\n"
1873 +"to set your account's default identity.\n"
1874 +"Omit --global to set the identity only in this repository.\n"
1875 +"\n"
1876 msgstr ""
1761 -"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
1877 +"\n"
1878 +"*** Bitte geben Sie an, wer Sie sind.\n"
1879 +"\n"
1880 +"Führen Sie\n"
1881 +"\n"
1882 +" git config --global user.email \"you@example.com\"\n"
1883 +" git config --global user.name \"Your Name\"\n"
1884 +"\n"
1885 +"aus, um das als Ihre standardmäßige Identität zu setzen.\n"
1886 +"Lassen Sie die Option \"--global\" weg, um die Identität nur\n"
1887 +"für dieses Repository zu setzen.\n"
1888
1763 -#: sequencer.c:228
1889 +#: lockfile.c:152
1890 #, c-format
1765 -msgid "%s: fast-forward"
1766 -msgstr "%s: Vorspulen"
1891 +msgid ""
1892 +"Unable to create '%s.lock': %s.\n"
1893 +"\n"
1894 +"Another git process seems to be running in this repository, e.g.\n"
1895 +"an editor opened by 'git commit'. Please make sure all processes\n"
1896 +"are terminated then try again. If it still fails, a git process\n"
1897 +"may have crashed in this repository earlier:\n"
1898 +"remove the file manually to continue."
1899 +msgstr ""
1900 +"Konnte '%s.lock' nicht erstellen: %s.\n"
1901 +"\n"
1902 +"Ein anderer Git-Prozess scheint in diesem Repository ausgeführt\n"
1903 +"zu werden, zum Beispiel ein noch offener Editor von 'git commit'.\n"
1904 +"Bitte stellen Sie sicher, dass alle Prozesse beendet wurden und\n"
1905 +"versuchen Sie es erneut. Falls es immer noch fehlschlägt, könnte\n"
1906 +"ein früherer Git-Prozess in diesem Repository abgestürzt sein:\n"
1907 +"Löschen Sie die Datei manuell um fortzufahren."
1908
1768 -#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1769 -#: sequencer.c:303
1909 +#: lockfile.c:160
1910 #, c-format
1771 -msgid "%s: Unable to write new index file"
1772 -msgstr "%s: Konnte neue Index-Datei nicht schreiben"
1911 +msgid "Unable to create '%s.lock': %s"
1912 +msgstr "Konnte '%s.lock' nicht erstellen: %s"
1913
1774 -#: sequencer.c:321
1775 -msgid "Could not resolve HEAD commit\n"
1776 -msgstr "Konnte Commit von HEAD nicht auflösen\n"
1914 +#: merge.c:41
1915 +msgid "failed to read the cache"
1916 +msgstr "Lesen des Zwischenspeichers fehlgeschlagen"
1917
1778 -#: sequencer.c:341
1779 -msgid "Unable to update cache tree\n"
1780 -msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"
1918 +#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:374
1919 +#: builtin/checkout.c:588 builtin/clone.c:731
1920 +msgid "unable to write new index file"
1921 +msgstr "Konnte neue Index-Datei nicht schreiben."
1922
1782 -#: sequencer.c:393
1783 -#, c-format
1784 -msgid "Could not parse commit %s\n"
1785 -msgstr "Konnte Commit %s nicht parsen\n"
1923 +#: merge-recursive.c:209
1924 +msgid "(bad commit)\n"
1925 +msgstr "(ungültiger Commit)\n"
1926
1787 -#: sequencer.c:398
1927 +#: merge-recursive.c:231
1928 #, c-format
1789 -msgid "Could not parse parent commit %s\n"
1790 -msgstr "Konnte Eltern-Commit %s nicht parsen\n"
1929 +msgid "addinfo_cache failed for path '%s'"
1930 +msgstr "addinfo_cache für Pfad '%s' fehlgeschlagen"
1931
1792 -#: sequencer.c:463
1793 -msgid "Your index file is unmerged."
1794 -msgstr "Ihre Index-Datei ist nicht zusammengeführt."
1932 +#: merge-recursive.c:301
1933 +msgid "error building trees"
1934 +msgstr "Fehler beim Erstellen der \"Tree\"-Objekte"
1935
1796 -#: sequencer.c:482
1936 +#: merge-recursive.c:720
1937 #, c-format
1798 -msgid "Commit %s is a merge but no -m option was given."
1799 -msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
1938 +msgid "failed to create path '%s'%s"
1939 +msgstr "Fehler beim Erstellen des Pfades '%s'%s"
1940
1801 -#: sequencer.c:490
1941 +#: merge-recursive.c:731
1942 #, c-format
1803 -msgid "Commit %s does not have parent %d"
1804 -msgstr "Commit %s hat keinen Elternteil %d"
1943 +msgid "Removing %s to make room for subdirectory\n"
1944 +msgstr "Entferne %s, um Platz für Unterverzeichnis zu schaffen\n"
1945
1806 -#: sequencer.c:494
1807 -#, c-format
1808 -msgid "Mainline was specified but commit %s is not a merge."
1809 -msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
1946 +#: merge-recursive.c:745 merge-recursive.c:764
1947 +msgid ": perhaps a D/F conflict?"
1948 +msgstr ": vielleicht ein Verzeichnis/Datei-Konflikt?"
1949
1811 -#. TRANSLATORS: The first %s will be "revert" or
1812 -#. "cherry-pick", the second %s a SHA1
1813 -#: sequencer.c:507
1950 +#: merge-recursive.c:754
1951 #, c-format
1815 -msgid "%s: cannot parse parent commit %s"
1816 -msgstr "%s: kann Eltern-Commit %s nicht parsen"
1952 +msgid "refusing to lose untracked file at '%s'"
1953 +msgstr "verweigere, da unversionierte Dateien in '%s' verloren gehen würden"
1954
1818 -#: sequencer.c:511
1955 +#: merge-recursive.c:796 builtin/cat-file.c:34
1956 #, c-format
1820 -msgid "Cannot get commit message for %s"
1821 -msgstr "Kann keine Commit-Beschreibung für %s bekommen"
1822 -
1823 -#: sequencer.c:597
1824 -#, c-format
1825 -msgid "could not revert %s... %s"
1826 -msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
1957 +msgid "cannot read object %s '%s'"
1958 +msgstr "kann Objekt %s '%s' nicht lesen"
1959
1828 -#: sequencer.c:598
1960 +#: merge-recursive.c:798
1961 #, c-format
1830 -msgid "could not apply %s... %s"
1831 -msgstr "Konnte %s... (%s) nicht anwenden"
1832 -
1833 -#: sequencer.c:633
1834 -msgid "empty commit set passed"
1835 -msgstr "leere Menge von Commits übergeben"
1962 +msgid "blob expected for %s '%s'"
1963 +msgstr "Blob erwartet für %s '%s'"
1964
1837 -#: sequencer.c:641
1965 +#: merge-recursive.c:822
1966 #, c-format
1839 -msgid "git %s: failed to read the index"
1840 -msgstr "git %s: Fehler beim Lesen des Index"
1967 +msgid "failed to open '%s': %s"
1968 +msgstr "Fehler beim Öffnen von '%s': %s"
1969
1842 -#: sequencer.c:645
1970 +#: merge-recursive.c:833
1971 #, c-format
1844 -msgid "git %s: failed to refresh the index"
1845 -msgstr "git %s: Fehler beim Aktualisieren des Index"
1972 +msgid "failed to symlink '%s': %s"
1973 +msgstr "Fehler beim Erstellen einer symbolischen Verknüpfung für '%s': %s"
1974
1847 -#: sequencer.c:705
1848 -msgid "Cannot revert during another revert."
1849 -msgstr "Kann Revert nicht während eines anderen Reverts ausführen."
1975 +#: merge-recursive.c:838
1976 +#, c-format
1977 +msgid "do not know what to do with %06o %s '%s'"
1978 +msgstr "weiß nicht was mit %06o %s '%s' zu machen ist"
1979
1851 -#: sequencer.c:706
1852 -msgid "Cannot revert during a cherry-pick."
1853 -msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
1980 +#: merge-recursive.c:978
1981 +msgid "Failed to execute internal merge"
1982 +msgstr "Fehler bei Ausführung des internen Merges"
1983
1855 -#: sequencer.c:709
1856 -msgid "Cannot cherry-pick during a revert."
1857 -msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
1984 +#: merge-recursive.c:982
1985 +#, c-format
1986 +msgid "Unable to add %s to database"
1987 +msgstr "Konnte %s nicht zur Datenbank hinzufügen"
1988
1859 -#: sequencer.c:710
1860 -msgid "Cannot cherry-pick during another cherry-pick."
1861 -msgstr "Kann Cherry-Pick nicht während eines anderen Cherry-Picks ausführen."
1989 +#: merge-recursive.c:1081 merge-recursive.c:1095
1990 +#, c-format
1991 +msgid ""
1992 +"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1993 +"in tree."
1994 +msgstr ""
1995 +"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
1996 +"im Arbeitsbereich gelassen."
1997
1863 -#: sequencer.c:732
1998 +#: merge-recursive.c:1087 merge-recursive.c:1100
1999 #, c-format
1865 -msgid "Could not parse line %d."
1866 -msgstr "Konnte Zeile %d nicht parsen."
2000 +msgid ""
2001 +"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2002 +"in tree at %s."
2003 +msgstr ""
2004 +"KONFLIKT (%s/löschen): %s gelöscht in %s und %s in %s. Stand %s von %s wurde "
2005 +"im Arbeitsbereich bei %s gelassen."
2006
1868 -#: sequencer.c:737
1869 -msgid "No commits parsed."
1870 -msgstr "Keine Commits geparst."
2007 +#: merge-recursive.c:1143
2008 +msgid "rename"
2009 +msgstr "umbenennen"
2010
1872 -#: sequencer.c:749
2011 +#: merge-recursive.c:1143
2012 +msgid "renamed"
2013 +msgstr "umbenannt"
2014 +
2015 +#: merge-recursive.c:1200
2016 #, c-format
1874 -msgid "Could not open %s"
1875 -msgstr "Konnte %s nicht öffnen"
2017 +msgid "%s is a directory in %s adding as %s instead"
2018 +msgstr "%s ist ein Verzeichnis in %s, füge es stattdessen als %s hinzu"
2019
1877 -#: sequencer.c:753
2020 +#: merge-recursive.c:1225
2021 #, c-format
1879 -msgid "Could not read %s."
1880 -msgstr "Konnte %s nicht lesen."
2022 +msgid ""
2023 +"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2024 +"\"->\"%s\" in \"%s\"%s"
2025 +msgstr ""
2026 +"KONFLIKT (umbenennen/umbenennen): Benenne um \"%s\"->\"%s\" in Branch \"%s\" "
2027 +"und \"%s\"->\"%s\" in Branch \"%s\"%s"
2028 +
2029 +#: merge-recursive.c:1230
2030 +msgid " (left unresolved)"
2031 +msgstr " (bleibt unaufgelöst)"
2032
1882 -#: sequencer.c:760
2033 +#: merge-recursive.c:1292
2034 #, c-format
1884 -msgid "Unusable instruction sheet: %s"
1885 -msgstr "Unbenutzbares Instruktionsblatt: %s"
2035 +msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2036 +msgstr ""
2037 +"KONFLIKT (umbenennen/umbenennen): Benenne um %s->%s in %s. Benenne um %s->%s "
2038 +"in %s"
2039
1887 -#: sequencer.c:790
2040 +#: merge-recursive.c:1325
2041 #, c-format
1889 -msgid "Invalid key: %s"
1890 -msgstr "Ungültiger Schlüssel: %s"
2042 +msgid "Renaming %s to %s and %s to %s instead"
2043 +msgstr "Benenne stattdessen %s nach %s und %s nach %s um"
2044
1892 -#: sequencer.c:793 builtin/pull.c:50 builtin/pull.c:52
2045 +#: merge-recursive.c:1531
2046 #, c-format
1894 -msgid "Invalid value for %s: %s"
1895 -msgstr "Ungültiger Wert für %s: %s"
2047 +msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2048 +msgstr ""
2049 +"KONFLIKT (umbenennen/hinzufügen): Benenne um %s->%s in %s. %s hinzugefügt in "
2050 +"%s"
2051
1897 -#: sequencer.c:803
2052 +#: merge-recursive.c:1546
2053 #, c-format
1899 -msgid "Malformed options sheet: %s"
1900 -msgstr "Fehlerhaftes Optionsblatt: %s"
2054 +msgid "Adding merged %s"
2055 +msgstr "Füge zusammengeführte Datei %s hinzu"
2056
1902 -#: sequencer.c:822
1903 -msgid "a cherry-pick or revert is already in progress"
1904 -msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
2057 +#: merge-recursive.c:1553 merge-recursive.c:1766
2058 +#, c-format
2059 +msgid "Adding as %s instead"
2060 +msgstr "Füge stattdessen als %s hinzu"
2061
1906 -#: sequencer.c:823
1907 -msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1908 -msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
2062 +#: merge-recursive.c:1610
2063 +#, c-format
2064 +msgid "cannot read object %s"
2065 +msgstr "kann Objekt %s nicht lesen"
2066
1910 -#: sequencer.c:827
2067 +#: merge-recursive.c:1613
2068 #, c-format
1912 -msgid "Could not create sequencer directory %s"
1913 -msgstr "Konnte \"sequencer\"-Verzeichnis %s nicht erstellen"
2069 +msgid "object %s is not a blob"
2070 +msgstr "Objekt %s ist kein Blob"
2071
1915 -#: sequencer.c:862 sequencer.c:998
1916 -msgid "no cherry-pick or revert in progress"
1917 -msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
2072 +#: merge-recursive.c:1666
2073 +msgid "modify"
2074 +msgstr "ändern"
2075
1919 -#: sequencer.c:864
1920 -msgid "cannot resolve HEAD"
1921 -msgstr "kann HEAD nicht auflösen"
2076 +#: merge-recursive.c:1666
2077 +msgid "modified"
2078 +msgstr "geändert"
2079
1923 -#: sequencer.c:866 sequencer.c:900
1924 -msgid "cannot abort from a branch yet to be born"
1925 -msgstr "kann nicht abbrechen: bin auf einem Branch, der noch geboren wird"
2080 +#: merge-recursive.c:1676
2081 +msgid "content"
2082 +msgstr "Inhalt"
2083
1927 -#: sequencer.c:886 builtin/fetch.c:724 builtin/fetch.c:970
1928 -#, c-format
1929 -msgid "cannot open %s"
1930 -msgstr "kann '%s' nicht öffnen"
2084 +#: merge-recursive.c:1683
2085 +msgid "add/add"
2086 +msgstr "hinzufügen/hinzufügen"
2087
1932 -#: sequencer.c:888
2088 +#: merge-recursive.c:1718
2089 #, c-format
1934 -msgid "cannot read %s: %s"
1935 -msgstr "Kann %s nicht lesen: %s"
1936 -
1937 -#: sequencer.c:889
1938 -msgid "unexpected end of file"
1939 -msgstr "Unerwartetes Dateiende"
2090 +msgid "Skipped %s (merged same as existing)"
2091 +msgstr "%s ausgelassen (Ergebnis des Merges existiert bereits)"
2092
1941 -#: sequencer.c:895
2093 +#: merge-recursive.c:1732
2094 #, c-format
1943 -msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1944 -msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
2095 +msgid "Auto-merging %s"
2096 +msgstr "automatischer Merge von %s"
2097
1946 -#: sequencer.c:921
1947 -#, c-format
1948 -msgid "Could not format %s."
1949 -msgstr "Konnte %s nicht formatieren."
2098 +#: merge-recursive.c:1736 git-submodule.sh:924
2099 +msgid "submodule"
2100 +msgstr "Submodul"
2101
1951 -#: sequencer.c:1066
2102 +#: merge-recursive.c:1737
2103 #, c-format
1953 -msgid "%s: can't cherry-pick a %s"
1954 -msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"
2104 +msgid "CONFLICT (%s): Merge conflict in %s"
2105 +msgstr "KONFLIKT (%s): Merge-Konflikt in %s"
2106
1956 -#: sequencer.c:1069
2107 +#: merge-recursive.c:1831
2108 #, c-format
1958 -msgid "%s: bad revision"
1959 -msgstr "%s: ungültiger Commit"
2109 +msgid "Removing %s"
2110 +msgstr "Entferne %s"
2111
1961 -#: sequencer.c:1102
1962 -msgid "Can't revert as initial commit"
1963 -msgstr "Kann nicht als allerersten Commit einen Revert ausführen."
2112 +#: merge-recursive.c:1857
2113 +msgid "file/directory"
2114 +msgstr "Datei/Verzeichnis"
2115
1965 -#: setup.c:160
1966 -#, c-format
1967 -msgid ""
1968 -"%s: no such path in the working tree.\n"
1969 -"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
1970 -msgstr ""
1971 -"%s: kein solcher Pfad im Arbeitsverzeichnis.\n"
1972 -"Benutzen Sie 'git <Befehl> -- <Pfad>...' zur Angabe von Pfaden, die lokal\n"
1973 -"nicht existieren."
2116 +#: merge-recursive.c:1863
2117 +msgid "directory/file"
2118 +msgstr "Verzeichnis/Datei"
2119
1975 -#: setup.c:173
2120 +#: merge-recursive.c:1868
2121 #, c-format
1977 -msgid ""
1978 -"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
1979 -"Use '--' to separate paths from revisions, like this:\n"
1980 -"'git <command> [<revision>...] -- [<file>...]'"
2122 +msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2123 msgstr ""
1982 -"mehrdeutiges Argument '%s': unbekannter Commit oder Pfad existiert nicht\n"
1983 -"im Arbeitsverzeichnis\n"
1984 -"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
1985 -"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
2124 +"KONFLIKT (%s): Es existiert bereits ein Verzeichnis %s in %s. Füge %s als %s "
2125 +"hinzu."
2126
1987 -#: setup.c:223
2127 +#: merge-recursive.c:1877
2128 #, c-format
1989 -msgid ""
1990 -"ambiguous argument '%s': both revision and filename\n"
1991 -"Use '--' to separate paths from revisions, like this:\n"
1992 -"'git <command> [<revision>...] -- [<file>...]'"
1993 -msgstr ""
1994 -"mehrdeutiges Argument '%s': sowohl Commit als auch Dateiname\n"
1995 -"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
1996 -"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
2129 +msgid "Adding %s"
2130 +msgstr "Füge %s hinzu"
2131
1998 -#: setup.c:248 builtin/apply.c:3362 builtin/apply.c:3373 builtin/apply.c:3419
1999 -#, c-format
2000 -msgid "failed to read %s"
2001 -msgstr "Fehler beim Lesen von %s"
2132 +#: merge-recursive.c:1914
2133 +msgid "Already up-to-date!"
2134 +msgstr "Bereits aktuell!"
2135
2003 -#: setup.c:468
2136 +#: merge-recursive.c:1923
2137 #, c-format
2005 -msgid "Expected git repo version <= %d, found %d"
2006 -msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"
2138 +msgid "merging of trees %s and %s failed"
2139 +msgstr "Zusammenführen der \"Tree\"-Objekte %s und %s fehlgeschlagen"
2140
2008 -#: setup.c:476
2009 -msgid "unknown repository extensions found:"
2010 -msgstr "Unbekannte Repository-Erweiterungen gefunden:"
2141 +#: merge-recursive.c:2006
2142 +msgid "Merging:"
2143 +msgstr "Merge:"
2144
2012 -#: setup.c:762
2145 +#: merge-recursive.c:2019
2146 #, c-format
2014 -msgid "Not a git repository (or any of the parent directories): %s"
2015 -msgstr "Kein Git-Repository (oder irgendein Elternverzeichnis): %s"
2147 +msgid "found %u common ancestor:"
2148 +msgid_plural "found %u common ancestors:"
2149 +msgstr[0] "%u gemeinsamen Vorgänger-Commit gefunden"
2150 +msgstr[1] "%u gemeinsame Vorgänger-Commits gefunden"
2151
2017 -#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
2018 -msgid "Cannot come back to cwd"
2019 -msgstr "Kann nicht zurück zu Arbeitsverzeichnis wechseln"
2152 +#: merge-recursive.c:2058
2153 +msgid "merge returned no commit"
2154 +msgstr "Merge hat keinen Commit zurückgegeben"
2155
2021 -#: setup.c:845
2022 -msgid "Unable to read current working directory"
2023 -msgstr "Konnte aktuelles Arbeitsverzeichnis nicht lesen."
2156 +#: merge-recursive.c:2121
2157 +#, c-format
2158 +msgid "Could not parse object '%s'"
2159 +msgstr "Konnte Objekt '%s' nicht parsen."
2160
2025 -#: setup.c:920
2161 +#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
2162 +msgid "Unable to write index."
2163 +msgstr "Konnte Index nicht schreiben."
2164 +
2165 +#: notes-merge.c:273
2166 #, c-format
2167 msgid ""
2028 -"Not a git repository (or any parent up to mount point %s)\n"
2029 -"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
2168 +"You have not concluded your previous notes merge (%s exists).\n"
2169 +"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2170 +"commit/abort the previous merge before you start a new notes merge."
2171 msgstr ""
2031 -"Kein Git-Repository (oder irgendein Elternverzeichnis bis zum Einhängepunkt %s)\n"
2032 -"Stoppe bei Dateisystemgrenze (GIT_DISCOVERY_ACROSS_FILESYSTEM nicht gesetzt)."
2172 +"Sie haben Ihren vorherigen Merge von Notizen nicht abgeschlossen (%s existiert).\n"
2173 +"Bitte benutzen Sie 'git notes merge --commit' oder 'git notes merge --abort', um\n"
2174 +"den vorherigen Merge zu committen bzw. abzubrechen, bevor Sie einen neuen Merge\n"
2175 +"von Notizen beginnen."
2176
2034 -#: setup.c:927
2177 +#: notes-merge.c:280
2178 #, c-format
2036 -msgid "Cannot change to '%s/..'"
2037 -msgstr "Kann nicht in Verzeichnis '%s/..' wechseln"
2179 +msgid "You have not concluded your notes merge (%s exists)."
2180 +msgstr "Sie haben Ihren Merge von Notizen nicht abgeschlossen (%s existiert)."
2181
2039 -#: setup.c:989
2040 -#, c-format
2041 -msgid ""
2042 -"Problem with core.sharedRepository filemode value (0%.3o).\n"
2043 -"The owner of files must always have read and write permissions."
2182 +#: notes-utils.c:41
2183 +msgid "Cannot commit uninitialized/unreferenced notes tree"
2184 msgstr ""
2045 -"Problem mit Wert für Dateimodus (0%.3o) von core.sharedRepository.\n"
2046 -"Der Besitzer der Dateien muss immer Lese- und Schreibrechte haben."
2185 +"Kann uninitialisiertes/unreferenzierte Notiz-Verzeichnis nicht committen."
2186
2048 -#: sha1_file.c:1046
2049 -msgid "offset before end of packfile (broken .idx?)"
2050 -msgstr "Offset vor Ende der Packdatei (fehlerhafte Indexdatei?)"
2051 -
2052 -#: sha1_file.c:2434
2187 +#: notes-utils.c:100
2188 #, c-format
2054 -msgid "offset before start of pack index for %s (corrupt index?)"
2055 -msgstr "Offset vor Beginn des Pack-Index für %s (beschädigter Index?)"
2189 +msgid "Bad notes.rewriteMode value: '%s'"
2190 +msgstr "Ungültiger notes.rewriteMode Wert: '%s'"
2191
2057 -#: sha1_file.c:2438
2192 +#: notes-utils.c:110
2193 #, c-format
2059 -msgid "offset beyond end of pack index for %s (truncated index?)"
2060 -msgstr "Offset hinter Ende des Pack-Index für %s (abgeschnittener Index?)"
2061 -
2062 -#: sha1_name.c:462
2063 -msgid ""
2064 -"Git normally never creates a ref that ends with 40 hex characters\n"
2065 -"because it will be ignored when you just specify 40-hex. These refs\n"
2066 -"may be created by mistake. For example,\n"
2067 -"\n"
2068 -" git checkout -b $br $(git rev-parse ...)\n"
2069 -"\n"
2070 -"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
2071 -"examine these refs and maybe delete them. Turn this message off by\n"
2072 -"running \"git config advice.objectNameWarning false\""
2073 -msgstr ""
2074 -"Git erzeugt normalerweise keine Referenzen die mit\n"
2075 -"40 Hex-Zeichen enden, da diese ignoriert werden wenn\n"
2076 -"Sie diese angeben. Diese Referenzen könnten aus Versehen\n"
2077 -"erzeugt worden sein. Zum Beispiel,\n"
2078 -"\n"
2079 -" git checkout -b $br $(git rev-parse ...)\n"
2080 -"\n"
2081 -"wobei \"$br\" leer ist und eine 40-Hex-Referenz erzeugt\n"
2082 -"wurde. Bitte prüfen Sie diese Referenzen und löschen\n"
2083 -"Sie sie gegebenenfalls. Unterdrücken Sie diese Meldung\n"
2084 -"indem Sie \"git config advice.objectNameWarning false\"\n"
2085 -"ausführen."
2086 -
2087 -#: submodule.c:64 submodule.c:98
2088 -msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
2194 +msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2195 msgstr ""
2090 -"Kann nicht zusammengeführte .gitmodules-Datei nicht ändern, lösen\n"
2091 -"Sie zuerst die Konflikte auf"
2092 -
2093 -#: submodule.c:68 submodule.c:102
2094 -#, c-format
2095 -msgid "Could not find section in .gitmodules where path=%s"
2096 -msgstr "Konnte keine Sektion in .gitmodules mit Pfad \"%s\" finden"
2196 +"Umschreiben der Notizen in %s zurückgewiesen (außerhalb von refs/notes/)"
2197
2098 -#: submodule.c:76
2198 +#. TRANSLATORS: The first %s is the name of the
2199 +#. environment variable, the second %s is its value
2200 +#: notes-utils.c:137
2201 #, c-format
2100 -msgid "Could not update .gitmodules entry %s"
2101 -msgstr "Konnte Eintrag '%s' in .gitmodules nicht aktualisieren"
2202 +msgid "Bad %s value: '%s'"
2203 +msgstr "Ungültiger %s Wert: '%s'"
2204
2103 -#: submodule.c:109
2205 +#: object.c:242
2206 #, c-format
2105 -msgid "Could not remove .gitmodules entry for %s"
2106 -msgstr "Konnte Eintrag '%s' nicht aus .gitmodules entfernen"
2107 -
2108 -#: submodule.c:120
2109 -msgid "staging updated .gitmodules failed"
2110 -msgstr "Konnte aktualisierte .gitmodules-Datei nicht zum Commit vormerken"
2207 +msgid "unable to parse object: %s"
2208 +msgstr "Konnte Objekt '%s' nicht parsen."
2209
2112 -#: submodule.c:177
2113 -msgid "negative values not allowed for submodule.fetchJobs"
2114 -msgstr "Negative Werte für submodule.fetchJobs nicht erlaubt"
2210 +#: parse-options.c:572
2211 +msgid "..."
2212 +msgstr "..."
2213
2116 -#: submodule-config.c:358
2214 +#: parse-options.c:590
2215 #, c-format
2118 -msgid "invalid value for %s"
2119 -msgstr "Ungültiger Wert für %s"
2216 +msgid "usage: %s"
2217 +msgstr "Verwendung: %s"
2218
2121 -#: trailer.c:237
2219 +#. TRANSLATORS: the colon here should align with the
2220 +#. one in "usage: %s" translation
2221 +#: parse-options.c:594
2222 #, c-format
2123 -msgid "running trailer command '%s' failed"
2124 -msgstr "Ausführen des Anhang-Befehls '%s' fehlgeschlagen"
2223 +msgid " or: %s"
2224 +msgstr " oder: %s"
2225
2126 -#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
2127 -#: trailer.c:562
2226 +#: parse-options.c:597
2227 #, c-format
2129 -msgid "unknown value '%s' for key '%s'"
2130 -msgstr "unbekannter Wert '%s' für Schlüssel %s"
2228 +msgid " %s"
2229 +msgstr " %s"
2230
2132 -#: trailer.c:544 trailer.c:549 builtin/remote.c:289
2133 -#, c-format
2134 -msgid "more than one %s"
2135 -msgstr "mehr als ein %s"
2231 +#: parse-options.c:631
2232 +msgid "-NUM"
2233 +msgstr "-NUM"
2234
2137 -#: trailer.c:582
2235 +#: parse-options-cb.c:108
2236 #, c-format
2139 -msgid "empty trailer token in trailer '%.*s'"
2140 -msgstr "leerer Anhang-Token in Anhang '%.*s'"
2237 +msgid "malformed object name '%s'"
2238 +msgstr "fehlerhafter Objekt-Name '%s'"
2239
2142 -#: trailer.c:702
2240 +#: path.c:826
2241 #, c-format
2144 -msgid "could not read input file '%s'"
2145 -msgstr "Konnte Eingabe-Datei '%s' nicht lesen"
2242 +msgid "Could not make %s writable by group"
2243 +msgstr "Konnte Gruppenschreibrecht für %s nicht setzen."
2244
2147 -#: trailer.c:705
2148 -msgid "could not read from stdin"
2149 -msgstr "konnte nicht von der Standard-Eingabe lesen"
2245 +#: pathspec.c:133
2246 +msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2247 +msgstr ""
2248 +"Globale Einstellungen zur Pfadspezifikation 'glob' und 'noglob' sind "
2249 +"inkompatibel."
2250
2151 -#: trailer.c:857 builtin/am.c:42
2152 -#, c-format
2153 -msgid "could not stat %s"
2154 -msgstr "Konnte '%s' nicht lesen"
2251 +#: pathspec.c:143
2252 +msgid ""
2253 +"global 'literal' pathspec setting is incompatible with all other global "
2254 +"pathspec settings"
2255 +msgstr ""
2256 +"Globale Einstellung zur Pfadspezifikation 'literal' ist inkompatibel\n"
2257 +"mit allen anderen Optionen."
2258 +
2259 +#: pathspec.c:177
2260 +msgid "invalid parameter for pathspec magic 'prefix'"
2261 +msgstr "ungültiger Parameter für Pfadspezifikationsangabe 'prefix'"
2262
2156 -#: trailer.c:859
2263 +#: pathspec.c:183
2264 #, c-format
2158 -msgid "file %s is not a regular file"
2159 -msgstr "Datei '%s' ist keine reguläre Datei"
2265 +msgid "Invalid pathspec magic '%.*s' in '%s'"
2266 +msgstr "ungültige Pfadspezifikationsangabe '%.*s' in '%s'"
2267
2161 -#: trailer.c:861
2268 +#: pathspec.c:187
2269 #, c-format
2163 -msgid "file %s is not writable by user"
2164 -msgstr "Datei %s ist vom Benutzer nicht beschreibbar."
2270 +msgid "Missing ')' at the end of pathspec magic in '%s'"
2271 +msgstr "Fehlendes ')' am Ende der Pfadspezifikationsangabe in '%s'"
2272
2166 -#: trailer.c:873
2167 -msgid "could not open temporary file"
2168 -msgstr "konnte temporäre Datei '%s' nicht öffnen"
2273 +#: pathspec.c:205
2274 +#, c-format
2275 +msgid "Unimplemented pathspec magic '%c' in '%s'"
2276 +msgstr "nicht unterstützte Pfadspezifikationsangabe '%c' in '%s'"
2277
2170 -#: trailer.c:912
2278 +#: pathspec.c:230
2279 #, c-format
2172 -msgid "could not rename temporary file to %s"
2173 -msgstr "konnte temporäre Datei nicht zu %s umbenennen"
2280 +msgid "%s: 'literal' and 'glob' are incompatible"
2281 +msgstr "%s: 'literal' und 'glob' sind inkompatibel"
2282
2175 -#: transport.c:62
2283 +#: pathspec.c:241
2284 #, c-format
2177 -msgid "Would set upstream of '%s' to '%s' of '%s'\n"
2178 -msgstr "Würde Upstream-Branch von '%s' zu '%s' von '%s' setzen\n"
2285 +msgid "%s: '%s' is outside repository"
2286 +msgstr "%s: '%s' liegt außerhalb des Repositories"
2287
2180 -#: transport.c:151
2288 +#: pathspec.c:291
2289 #, c-format
2182 -msgid "transport: invalid depth option '%s'"
2183 -msgstr "transport: ungültige --depth Option '%s'"
2290 +msgid "Pathspec '%s' is in submodule '%.*s'"
2291 +msgstr "Pfadspezifikation '%s' befindet sich in Submodul '%.*s'"
2292
2185 -#: transport.c:771
2293 +#: pathspec.c:353
2294 #, c-format
2187 -msgid ""
2188 -"The following submodule paths contain changes that can\n"
2189 -"not be found on any remote:\n"
2295 +msgid "%s: pathspec magic not supported by this command: %s"
2296 msgstr ""
2191 -"Die folgenden Submodul-Pfade enthalten Änderungen, die in keinem\n"
2192 -"Remote-Repository gefunden wurden:\n"
2297 +"%s: Pfadspezifikationsangabe wird von diesem Befehl nicht unterstützt: %s"
2298
2194 -#: transport.c:775
2195 -#, c-format
2299 +#: pathspec.c:408
2300 msgid ""
2197 -"\n"
2198 -"Please try\n"
2199 -"\n"
2200 -"\tgit push --recurse-submodules=on-demand\n"
2201 -"\n"
2202 -"or cd to the path and use\n"
2203 -"\n"
2204 -"\tgit push\n"
2205 -"\n"
2206 -"to push them to a remote.\n"
2207 -"\n"
2301 +"empty strings as pathspecs will be made invalid in upcoming releases. please "
2302 +"use . instead if you meant to match all paths"
2303 msgstr ""
2209 -"\n"
2210 -"Bitte versuchen Sie\n"
2211 -"\n"
2212 -"\tgit push --recurse-submodules=on-demand\n"
2213 -"\n"
2214 -"oder wechseln Sie in das Verzeichnis und benutzen Sie\n"
2215 -"\n"
2216 -"\tgit push\n"
2217 -"\n"
2218 -"zum Versenden zu einem Remote-Repository.\n"
2219 -"\n"
2220 -
2221 -#: transport.c:783
2222 -msgid "Aborting."
2223 -msgstr "Abbruch."
2304 +"Leere Strings als Pfadspezifikationen werden in kommenden Releases ungültig.\n"
2305 +"Bitte benutzen Sie stattdessen . wenn Sie alle Pfade meinen."
2306
2225 -#: transport-helper.c:1041
2307 +#: pathspec.c:440
2308 #, c-format
2227 -msgid "Could not read ref %s"
2228 -msgstr "Konnte Referenz %s nicht lesen."
2309 +msgid "pathspec '%s' is beyond a symbolic link"
2310 +msgstr "Pfadspezifikation '%s' ist hinter einer symbolischen Verknüpfung"
2311
2230 -#: unpack-trees.c:64
2231 -#, c-format
2312 +#: pathspec.c:449
2313 msgid ""
2233 -"Your local changes to the following files would be overwritten by checkout:\n"
2234 -"%%sPlease commit your changes or stash them before you switch branches."
2314 +"There is nothing to exclude from by :(exclude) patterns.\n"
2315 +"Perhaps you forgot to add either ':/' or '.' ?"
2316 msgstr ""
2236 -"Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"
2237 -"überschrieben werden:\n"
2238 -"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie Branches\n"
2239 -"wechseln."
2317 +":(exclude) Muster, aber keine anderen Pfadspezifikationen angegeben.\n"
2318 +"Vielleicht haben Sie vergessen entweder ':/' oder '.' hinzuzufügen?"
2319
2241 -#: unpack-trees.c:66
2242 -#, c-format
2243 -msgid ""
2244 -"Your local changes to the following files would be overwritten by checkout:\n"
2245 -"%%s"
2246 -msgstr ""
2247 -"Ihre lokalen Änderungen in den folgenden Dateien würden beim Auschecken\n"
2248 -"überschrieben werden:\n"
2249 -"%%s"
2320 +#: pretty.c:971
2321 +msgid "unable to parse --pretty format"
2322 +msgstr "Konnte --pretty Format nicht parsen."
2323
2251 -#: unpack-trees.c:69
2324 +#: read-cache.c:1315
2325 #, c-format
2326 msgid ""
2254 -"Your local changes to the following files would be overwritten by merge:\n"
2255 -"%%sPlease commit your changes or stash them before you merge."
2327 +"index.version set, but the value is invalid.\n"
2328 +"Using version %i"
2329 msgstr ""
2257 -"Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"
2258 -"überschrieben werden:\n"
2259 -"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor sie mergen."
2330 +"index.version gesetzt, aber Wert ungültig.\n"
2331 +"Verwende Version %i"
2332
2261 -#: unpack-trees.c:71
2333 +#: read-cache.c:1325
2334 #, c-format
2335 msgid ""
2264 -"Your local changes to the following files would be overwritten by merge:\n"
2265 -"%%s"
2336 +"GIT_INDEX_VERSION set, but the value is invalid.\n"
2337 +"Using version %i"
2338 msgstr ""
2267 -"Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge\n"
2268 -"überschrieben werden:\n"
2269 -"%%s"
2339 +"GIT_INDEX_VERSION gesetzt, aber Wert ungültig.\n"
2340 +"Verwende Version %i"
2341
2271 -#: unpack-trees.c:74
2342 +#: refs.c:576 builtin/merge.c:840
2343 #, c-format
2273 -msgid ""
2274 -"Your local changes to the following files would be overwritten by %s:\n"
2275 -"%%sPlease commit your changes or stash them before you %s."
2276 -msgstr ""
2277 -"Ihre lokalen Änderungen in den folgenden Dateien würden durch %s\n"
2278 -"überschrieben werden:\n"
2279 -"%%sBitte committen oder stashen Sie Ihre Änderungen, bevor Sie %s ausführen."
2344 +msgid "Could not open '%s' for writing"
2345 +msgstr "Konnte '%s' nicht zum Schreiben öffnen."
2346
2281 -#: unpack-trees.c:76
2347 +#: refs/files-backend.c:2481
2348 #, c-format
2283 -msgid ""
2284 -"Your local changes to the following files would be overwritten by %s:\n"
2285 -"%%s"
2286 -msgstr ""
2287 -"Ihre lokalen Änderungen würden durch %s überschrieben werden.\n"
2288 -"%%s"
2349 +msgid "could not delete reference %s: %s"
2350 +msgstr "Konnte Referenz %s nicht entfernen: %s"
2351
2290 -#: unpack-trees.c:81
2352 +#: refs/files-backend.c:2484
2353 #, c-format
2292 -msgid ""
2293 -"Updating the following directories would lose untracked files in it:\n"
2294 -"%s"
2295 -msgstr ""
2296 -"Durch die Aktualisierung der folgenden Verzeichnisse würden unversionierte\n"
2297 -"Dateien in diesen Verzeichnissen verloren gehen:\n"
2298 -"%s"
2354 +msgid "could not delete references: %s"
2355 +msgstr "Konnte Referenzen nicht entfernen: %s"
2356
2300 -#: unpack-trees.c:85
2357 +#: refs/files-backend.c:2493
2358 #, c-format
2302 -msgid ""
2303 -"The following untracked working tree files would be removed by checkout:\n"
2304 -"%%sPlease move or remove them before you switch branches."
2305 -msgstr ""
2306 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2307 -"den Checkout entfernt werden:\n"
2308 -"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
2359 +msgid "could not remove reference %s"
2360 +msgstr "Konnte Referenz %s nicht löschen"
2361
2310 -#: unpack-trees.c:87
2362 +#: ref-filter.c:55
2363 #, c-format
2312 -msgid ""
2313 -"The following untracked working tree files would be removed by checkout:\n"
2314 -"%%s"
2315 -msgstr ""
2316 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
2317 -"den\n"
2318 -"Checkout entfernt werden:\n"
2319 -"%%s"
2364 +msgid "expected format: %%(color:<color>)"
2365 +msgstr "Erwartetes Format: %%(color:<Farbe>)"
2366
2321 -#: unpack-trees.c:90
2367 +#: ref-filter.c:57
2368 #, c-format
2323 -msgid ""
2324 -"The following untracked working tree files would be removed by merge:\n"
2325 -"%%sPlease move or remove them before you merge."
2326 -msgstr ""
2327 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2328 -"den Merge entfernt werden:\n"
2329 -"%%sBitte verschieben oder entfernen Sie diese, bevor sie mergen."
2369 +msgid "unrecognized color: %%(color:%s)"
2370 +msgstr "nicht erkannte Farbe: %%(color:%s)"
2371
2331 -#: unpack-trees.c:92
2372 +#: ref-filter.c:71
2373 #, c-format
2333 -msgid ""
2334 -"The following untracked working tree files would be removed by merge:\n"
2335 -"%%s"
2336 -msgstr ""
2337 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
2338 -"den\n"
2339 -"Merge entfernt werden:\n"
2340 -"%%s"
2374 +msgid "unrecognized format: %%(%s)"
2375 +msgstr "nicht erkanntes Format: %%(%s)"
2376
2342 -#: unpack-trees.c:95
2377 +#: ref-filter.c:77
2378 #, c-format
2344 -msgid ""
2345 -"The following untracked working tree files would be removed by %s:\n"
2346 -"%%sPlease move or remove them before you %s."
2347 -msgstr ""
2348 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2349 -"den %s entfernt werden:\n"
2350 -"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
2379 +msgid "%%(body) does not take arguments"
2380 +msgstr "%%(body) akzeptiert keine Argumente"
2381
2352 -#: unpack-trees.c:97
2382 +#: ref-filter.c:84
2383 #, c-format
2354 -msgid ""
2355 -"The following untracked working tree files would be removed by %s:\n"
2356 -"%%s"
2357 -msgstr ""
2358 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2359 -"den %s entfernt werden:\n"
2360 -"%%s"
2384 +msgid "%%(subject) does not take arguments"
2385 +msgstr "%%(subject) akzeptiert keine Argumente"
2386
2362 -#: unpack-trees.c:102
2387 +#: ref-filter.c:101
2388 #, c-format
2364 -msgid ""
2365 -"The following untracked working tree files would be overwritten by "
2366 -"checkout:\n"
2367 -"%%sPlease move or remove them before you switch branches."
2368 -msgstr ""
2369 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2370 -"den Checkout überschrieben werden:\n"
2371 -"%%sBitte verschieben oder entfernen Sie diese, bevor Sie Branches wechseln."
2389 +msgid "positive value expected contents:lines=%s"
2390 +msgstr "Positiver Wert erwartet contents:lines=%s"
2391
2373 -#: unpack-trees.c:104
2392 +#: ref-filter.c:103
2393 #, c-format
2375 -msgid ""
2376 -"The following untracked working tree files would be overwritten by "
2377 -"checkout:\n"
2378 -"%%s"
2379 -msgstr ""
2380 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
2381 -"den\n"
2382 -"Checkout überschrieben werden:\n"
2383 -"%%s"
2394 +msgid "unrecognized %%(contents) argument: %s"
2395 +msgstr "nicht erkanntes %%(contents) Argument: %s"
2396
2385 -#: unpack-trees.c:107
2397 +#: ref-filter.c:113
2398 #, c-format
2387 -msgid ""
2388 -"The following untracked working tree files would be overwritten by merge:\n"
2389 -"%%sPlease move or remove them before you merge."
2390 -msgstr ""
2391 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2392 -"den Merge überschrieben werden:\n"
2393 -"%%sBitte verschieben oder entfernen Sie diese, bevor Sie mergen."
2399 +msgid "unrecognized %%(objectname) argument: %s"
2400 +msgstr "nicht erkanntes %%(objectname) Argument: %s"
2401
2395 -#: unpack-trees.c:109
2402 +#: ref-filter.c:135
2403 #, c-format
2397 -msgid ""
2398 -"The following untracked working tree files would be overwritten by merge:\n"
2399 -"%%s"
2400 -msgstr ""
2401 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2402 -"den Merge überschrieben werden:\n"
2403 -"%%s"
2404 +msgid "expected format: %%(align:<width>,<position>)"
2405 +msgstr "Erwartetes Format: %%(align:<Breite>,<Position>)"
2406
2405 -#: unpack-trees.c:112
2407 +#: ref-filter.c:147
2408 #, c-format
2407 -msgid ""
2408 -"The following untracked working tree files would be overwritten by %s:\n"
2409 -"%%sPlease move or remove them before you %s."
2410 -msgstr ""
2411 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch\n"
2412 -"den %s überschrieben werden:\n"
2413 -"%%sBitte verschieben oder entfernen Sie diese, bevor sie %s ausführen."
2409 +msgid "unrecognized position:%s"
2410 +msgstr "nicht erkannte Position:%s"
2411
2415 -#: unpack-trees.c:114
2412 +#: ref-filter.c:151
2413 #, c-format
2417 -msgid ""
2418 -"The following untracked working tree files would be overwritten by %s:\n"
2419 -"%%s"
2420 -msgstr ""
2421 -"Die folgenden unversionierten Dateien im Arbeitsverzeichnis würden durch "
2422 -"den\n"
2423 -"%s überschrieben werden:\n"
2424 -"%%s"
2414 +msgid "unrecognized width:%s"
2415 +msgstr "nicht erkannte Breite:%s"
2416
2426 -#: unpack-trees.c:121
2417 +#: ref-filter.c:157
2418 #, c-format
2428 -msgid "Entry '%s' overlaps with '%s'. Cannot bind."
2429 -msgstr "Eintrag '%s' überschneidet sich mit '%s'. Kann nicht verbinden."
2419 +msgid "unrecognized %%(align) argument: %s"
2420 +msgstr "nicht erkanntes %%(align) Argument: %s"
2421
2431 -#: unpack-trees.c:124
2422 +#: ref-filter.c:161
2423 #, c-format
2433 -msgid ""
2434 -"Cannot update sparse checkout: the following entries are not up-to-date:\n"
2435 -"%s"
2436 -msgstr ""
2437 -"Kann partiellen Checkout nicht aktualisieren: die folgenden Einträge sind "
2438 -"nicht\n"
2439 -"aktuell:\n"
2440 -"%s"
2424 +msgid "positive width expected with the %%(align) atom"
2425 +msgstr "Positive Breitenangabe für %%(align) erwartet"
2426
2442 -#: unpack-trees.c:126
2427 +#: ref-filter.c:244
2428 #, c-format
2444 -msgid ""
2445 -"The following Working tree files would be overwritten by sparse checkout "
2446 -"update:\n"
2447 -"%s"
2448 -msgstr ""
2449 -"Die folgenden Dateien im Arbeitsbereich würden durch die Aktualisierung\n"
2450 -"des partiellen Checkouts überschrieben werden:\n"
2451 -"%s"
2429 +msgid "malformed field name: %.*s"
2430 +msgstr "Fehlerhafter Feldname: %.*s"
2431
2453 -#: unpack-trees.c:128
2432 +#: ref-filter.c:270
2433 #, c-format
2455 -msgid ""
2456 -"The following Working tree files would be removed by sparse checkout "
2457 -"update:\n"
2458 -"%s"
2459 -msgstr ""
2460 -"Die folgenden Dateien im Arbeitsbereich würden durch die Aktualisierung\n"
2461 -"des partiellen Checkouts entfernt werden:\n"
2462 -"%s"
2434 +msgid "unknown field name: %.*s"
2435 +msgstr "Unbekannter Feldname: %.*s"
2436
2464 -#: unpack-trees.c:205
2437 +#: ref-filter.c:372
2438 #, c-format
2466 -msgid "Aborting\n"
2467 -msgstr "Abbruch\n"
2439 +msgid "format: %%(end) atom used without corresponding atom"
2440 +msgstr "Format: %%(end) Atom ohne zugehöriges Atom verwendet"
2441
2469 -#: unpack-trees.c:237
2470 -msgid "Checking out files"
2471 -msgstr "Checke Dateien aus"
2442 +#: ref-filter.c:424
2443 +#, c-format
2444 +msgid "malformed format string %s"
2445 +msgstr "Fehlerhafter Formatierungsstring %s"
2446
2473 -#: urlmatch.c:120
2474 -msgid "invalid URL scheme name or missing '://' suffix"
2475 -msgstr "Ungültiges URL-Schema oder Suffix '://' fehlt"
2447 +#: ref-filter.c:878
2448 +msgid ":strip= requires a positive integer argument"
2449 +msgstr ":strip= erfordert eine positive Ganzzahl als Argument"
2450
2477 -#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
2451 +#: ref-filter.c:883
2452 #, c-format
2479 -msgid "invalid %XX escape sequence"
2480 -msgstr "ungültige Escape-Sequenz %XX"
2481 -
2482 -#: urlmatch.c:172
2483 -msgid "missing host and scheme is not 'file:'"
2484 -msgstr "fehlender Host und Schema ist nicht 'file:'"
2453 +msgid "ref '%s' does not have %ld components to :strip"
2454 +msgstr "Referenz '%s' hat keine %ld Komponenten für :strip"
2455
2486 -#: urlmatch.c:189
2487 -msgid "a 'file:' URL may not have a port number"
2488 -msgstr "eine 'file:' URL darf keine Portnummer enthalten"
2456 +#: ref-filter.c:1046
2457 +#, c-format
2458 +msgid "unknown %.*s format %s"
2459 +msgstr "Unbekanntes %.*s Format %s"
2460
2490 -#: urlmatch.c:199
2491 -msgid "invalid characters in host name"
2492 -msgstr "Hostname enthält ungültige Zeichen"
2461 +#: ref-filter.c:1066 ref-filter.c:1097
2462 +#, c-format
2463 +msgid "missing object %s for %s"
2464 +msgstr "Objekt %s fehlt für %s"
2465
2494 -#: urlmatch.c:244 urlmatch.c:255
2495 -msgid "invalid port number"
2496 -msgstr "ungültige Portnummer"
2466 +#: ref-filter.c:1069 ref-filter.c:1100
2467 +#, c-format
2468 +msgid "parse_object_buffer failed on %s for %s"
2469 +msgstr "parse_object_buffer bei %s für %s fehlgeschlagen"
2470
2498 -#: urlmatch.c:322
2499 -msgid "invalid '..' path segment"
2500 -msgstr "ungültiges '..' Pfadsegment"
2471 +#: ref-filter.c:1311
2472 +#, c-format
2473 +msgid "malformed object at '%s'"
2474 +msgstr "fehlerhaftes Objekt bei '%s'"
2475
2502 -#: worktree.c:282
2476 +#: ref-filter.c:1373
2477 #, c-format
2504 -msgid "failed to read '%s'"
2505 -msgstr "Fehler beim Lesen von '%s'"
2478 +msgid "ignoring ref with broken name %s"
2479 +msgstr "Ignoriere Referenz mit fehlerhaftem Namen %s"
2480
2507 -#: wrapper.c:222 wrapper.c:392
2481 +#: ref-filter.c:1378
2482 #, c-format
2509 -msgid "could not open '%s' for reading and writing"
2510 -msgstr "Konnte '%s' nicht zum Lesen und Schreiben öffnen."
2483 +msgid "ignoring broken ref %s"
2484 +msgstr "Ignoriere fehlerhafte Referenz %s"
2485
2512 -#: wrapper.c:224 wrapper.c:394 builtin/am.c:778
2486 +#: ref-filter.c:1633
2487 #, c-format
2514 -msgid "could not open '%s' for writing"
2515 -msgstr "Konnte '%s' nicht zum Schreiben öffnen."
2488 +msgid "format: %%(end) atom missing"
2489 +msgstr "Format: %%(end) Atom fehlt"
2490
2517 -#: wrapper.c:226 wrapper.c:396 builtin/am.c:324 builtin/am.c:771
2518 -#: builtin/am.c:859 builtin/commit.c:1712 builtin/merge.c:1029
2519 -#: builtin/pull.c:407
2491 +#: ref-filter.c:1687
2492 #, c-format
2521 -msgid "could not open '%s' for reading"
2522 -msgstr "Konnte '%s' nicht zum Lesen öffnen."
2493 +msgid "malformed object name %s"
2494 +msgstr "Missgebildeter Objektname %s"
2495
2524 -#: wrapper.c:605 wrapper.c:626
2496 +#: remote.c:746
2497 #, c-format
2526 -msgid "unable to access '%s'"
2527 -msgstr "konnte nicht auf '%s' zugreifen"
2498 +msgid "Cannot fetch both %s and %s to %s"
2499 +msgstr "Kann 'fetch' nicht für sowohl %s als auch %s nach %s ausführen."
2500
2529 -#: wrapper.c:634
2530 -msgid "unable to get current working directory"
2531 -msgstr "Konnte aktuelles Arbeitsverzeichnis nicht bekommen."
2501 +#: remote.c:750
2502 +#, c-format
2503 +msgid "%s usually tracks %s, not %s"
2504 +msgstr "%s folgt üblicherweise %s, nicht %s"
2505
2533 -#: wrapper.c:658
2506 +#: remote.c:754
2507 #, c-format
2535 -msgid "could not write to %s"
2536 -msgstr "Konnte nicht nach '%s' schreiben."
2508 +msgid "%s tracks both %s and %s"
2509 +msgstr "%s folgt sowohl %s als auch %s"
2510
2538 -#: wrapper.c:660
2511 +#: remote.c:762
2512 +msgid "Internal error"
2513 +msgstr "Interner Fehler"
2514 +
2515 +#: remote.c:1677 remote.c:1720
2516 +msgid "HEAD does not point to a branch"
2517 +msgstr "HEAD zeigt auf keinen Branch"
2518 +
2519 +#: remote.c:1686
2520 #, c-format
2540 -msgid "could not close %s"
2541 -msgstr "Konnte '%s' nicht schließen."
2521 +msgid "no such branch: '%s'"
2522 +msgstr "Kein solcher Branch: '%s'"
2523
2543 -#: wt-status.c:150
2544 -msgid "Unmerged paths:"
2545 -msgstr "Nicht zusammengeführte Pfade:"
2524 +#: remote.c:1689
2525 +#, c-format
2526 +msgid "no upstream configured for branch '%s'"
2527 +msgstr "Kein Upstream-Branch für Branch '%s' konfiguriert."
2528
2547 -#: wt-status.c:177 wt-status.c:204
2529 +#: remote.c:1695
2530 #, c-format
2549 -msgid " (use \"git reset %s <file>...\" to unstage)"
2550 -msgstr ""
2551 -" (benutzen Sie \"git reset %s <Datei>...\" zum Entfernen aus der Staging-"
2552 -"Area)"
2531 +msgid "upstream branch '%s' not stored as a remote-tracking branch"
2532 +msgstr "Upstream-Branch '%s' nicht als Remote-Tracking-Branch gespeichert"
2533
2554 -#: wt-status.c:179 wt-status.c:206
2555 -msgid " (use \"git rm --cached <file>...\" to unstage)"
2534 +#: remote.c:1710
2535 +#, c-format
2536 +msgid "push destination '%s' on remote '%s' has no local tracking branch"
2537 msgstr ""
2557 -" (benutzen Sie \"git rm --cached <Datei>...\" zum Entfernen aus der Staging-"
2558 -"Area)"
2538 +"Ziel für \"push\" '%s' auf Remote-Repository '%s' hat keinen lokal gefolgten "
2539 +"Branch"
2540
2560 -#: wt-status.c:183
2561 -msgid " (use \"git add <file>...\" to mark resolution)"
2562 -msgstr ""
2563 -" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
2541 +#: remote.c:1725
2542 +#, c-format
2543 +msgid "branch '%s' has no remote for pushing"
2544 +msgstr "Branch '%s' hat keinen Upstream-Branch gesetzt"
2545
2565 -#: wt-status.c:185 wt-status.c:189
2566 -msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
2567 -msgstr ""
2568 -" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung entsprechend zu "
2569 -"markieren)"
2546 +#: remote.c:1736
2547 +#, c-format
2548 +msgid "push refspecs for '%s' do not include '%s'"
2549 +msgstr "Push-Refspecs für '%s' beinhalten nicht '%s'"
2550
2571 -#: wt-status.c:187
2572 -msgid " (use \"git rm <file>...\" to mark resolution)"
2551 +#: remote.c:1749
2552 +msgid "push has no destination (push.default is 'nothing')"
2553 +msgstr "kein Ziel für \"push\" (push.default ist 'nothing')"
2554 +
2555 +#: remote.c:1771
2556 +msgid "cannot resolve 'simple' push to a single destination"
2557 +msgstr "kann einzelnes Ziel für \"push\" im Modus 'simple' nicht auflösen"
2558 +
2559 +#: remote.c:2073
2560 +#, c-format
2561 +msgid "Your branch is based on '%s', but the upstream is gone.\n"
2562 msgstr ""
2574 -" (benutzen Sie \"git add/rm <Datei>...\", um die Auflösung zu markieren)"
2563 +"Ihr Branch basiert auf '%s', aber der Upstream-Branch wurde entfernt.\n"
2564
2576 -#: wt-status.c:198 wt-status.c:882
2577 -msgid "Changes to be committed:"
2578 -msgstr "zum Commit vorgemerkte Änderungen:"
2565 +#: remote.c:2077
2566 +msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2567 +msgstr " (benutzen Sie \"git branch --unset-upstream\" zum Beheben)\n"
2568
2580 -#: wt-status.c:216 wt-status.c:891
2581 -msgid "Changes not staged for commit:"
2582 -msgstr "Änderungen, die nicht zum Commit vorgemerkt sind:"
2569 +#: remote.c:2080
2570 +#, c-format
2571 +msgid "Your branch is up-to-date with '%s'.\n"
2572 +msgstr "Ihr Branch ist auf dem selben Stand wie '%s'.\n"
2573
2584 -#: wt-status.c:220
2585 -msgid " (use \"git add <file>...\" to update what will be committed)"
2586 -msgstr ""
2587 -" (benutzen Sie \"git add <Datei>...\", um die Änderungen zum Commit "
2588 -"vorzumerken)"
2574 +#: remote.c:2084
2575 +#, c-format
2576 +msgid "Your branch is ahead of '%s' by %d commit.\n"
2577 +msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2578 +msgstr[0] "Ihr Branch ist vor '%s' um %d Commit.\n"
2579 +msgstr[1] "Ihr Branch ist vor '%s' um %d Commits.\n"
2580
2590 -#: wt-status.c:222
2591 -msgid " (use \"git add/rm <file>...\" to update what will be committed)"
2592 -msgstr ""
2593 -" (benutzen Sie \"git add/rm <Datei>...\", um die Änderungen zum Commit "
2594 -"vorzumerken)"
2581 +#: remote.c:2090
2582 +msgid " (use \"git push\" to publish your local commits)\n"
2583 +msgstr " (benutzen Sie \"git push\", um lokale Commits zu publizieren)\n"
2584
2596 -#: wt-status.c:223
2597 -msgid ""
2598 -" (use \"git checkout -- <file>...\" to discard changes in working directory)"
2599 -msgstr ""
2600 -" (benutzen Sie \"git checkout -- <Datei>...\", um die Änderungen im "
2601 -"Arbeitsverzeichnis zu verwerfen)"
2585 +#: remote.c:2093
2586 +#, c-format
2587 +msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2588 +msgid_plural ""
2589 +"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2590 +msgstr[0] ""
2591 +"Ihr Branch ist zu '%s' um %d Commit hinterher, und kann vorgespult werden.\n"
2592 +msgstr[1] ""
2593 +"Ihr Branch ist zu '%s' um %d Commits hinterher, und kann vorgespult werden.\n"
2594
2603 -#: wt-status.c:225
2604 -msgid " (commit or discard the untracked or modified content in submodules)"
2595 +#: remote.c:2101
2596 +msgid " (use \"git pull\" to update your local branch)\n"
2597 msgstr ""
2606 -" (committen oder verwerfen Sie den unversionierten oder geänderten Inhalt "
2607 -"in den Submodulen)"
2598 +" (benutzen Sie \"git pull\", um Ihren lokalen Branch zu aktualisieren)\n"
2599
2609 -#: wt-status.c:237
2600 +#: remote.c:2104
2601 #, c-format
2611 -msgid " (use \"git %s <file>...\" to include in what will be committed)"
2602 +msgid ""
2603 +"Your branch and '%s' have diverged,\n"
2604 +"and have %d and %d different commit each, respectively.\n"
2605 +msgid_plural ""
2606 +"Your branch and '%s' have diverged,\n"
2607 +"and have %d and %d different commits each, respectively.\n"
2608 +msgstr[0] ""
2609 +"Ihr Branch und '%s' sind divergiert,\n"
2610 +"und haben jeweils %d und %d unterschiedliche Commits.\n"
2611 +msgstr[1] ""
2612 +"Ihr Branch und '%s' sind divergiert,\n"
2613 +"und haben jeweils %d und %d unterschiedliche Commits.\n"
2614 +
2615 +#: remote.c:2114
2616 +msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2617 msgstr ""
2613 -" (benutzen Sie \"git %s <Datei>...\", um die Änderungen zum Commit "
2614 -"vorzumerken)"
2618 +" (benutzen Sie \"git pull\", um Ihren Branch mit dem Remote-Branch "
2619 +"zusammenzuführen)\n"
2620
2616 -#: wt-status.c:252
2617 -msgid "both deleted:"
2618 -msgstr "beide gelöscht:"
2621 +#: revision.c:2158
2622 +msgid "your current branch appears to be broken"
2623 +msgstr "Ihr aktueller Branch scheint fehlerhaft zu sein."
2624
2620 -#: wt-status.c:254
2621 -msgid "added by us:"
2622 -msgstr "von uns hinzugefügt:"
2625 +#: revision.c:2161
2626 +#, c-format
2627 +msgid "your current branch '%s' does not have any commits yet"
2628 +msgstr "Ihr aktueller Branch '%s' hat noch keine Commits."
2629
2624 -#: wt-status.c:256
2625 -msgid "deleted by them:"
2626 -msgstr "von denen gelöscht:"
2630 +#: revision.c:2355
2631 +msgid "--first-parent is incompatible with --bisect"
2632 +msgstr "Die Optionen --first-parent und --bisect sind inkompatibel."
2633
2628 -#: wt-status.c:258
2629 -msgid "added by them:"
2630 -msgstr "von denen hinzugefügt:"
2634 +#: run-command.c:106
2635 +msgid "open /dev/null failed"
2636 +msgstr "Öffnen von /dev/null fehlgeschlagen"
2637
2632 -#: wt-status.c:260
2633 -msgid "deleted by us:"
2634 -msgstr "von uns gelöscht:"
2638 +#: run-command.c:108
2639 +#, c-format
2640 +msgid "dup2(%d,%d) failed"
2641 +msgstr "dup2(%d,%d) fehlgeschlagen"
2642
2636 -#: wt-status.c:262
2637 -msgid "both added:"
2638 -msgstr "von beiden hinzugefügt:"
2643 +#: send-pack.c:297
2644 +msgid "failed to sign the push certificate"
2645 +msgstr "Fehler beim Signieren des \"push\"-Zertifikates"
2646
2640 -#: wt-status.c:264
2641 -msgid "both modified:"
2642 -msgstr "von beiden geändert:"
2647 +#: send-pack.c:410
2648 +msgid "the receiving end does not support --signed push"
2649 +msgstr ""
2650 +"die Gegenseite unterstützt keinen signierten Versand (\"--signed push\")"
2651
2644 -#: wt-status.c:274
2645 -msgid "new file:"
2646 -msgstr "neue Datei:"
2652 +#: send-pack.c:412
2653 +msgid ""
2654 +"not sending a push certificate since the receiving end does not support --"
2655 +"signed push"
2656 +msgstr ""
2657 +"kein Versand des \"push\"-Zertifikates, da die Gegenseite keinen signierten\n"
2658 +"Versand (\"--signed push\") unterstützt"
2659
2648 -#: wt-status.c:276
2649 -msgid "copied:"
2650 -msgstr "kopiert:"
2660 +#: send-pack.c:424
2661 +msgid "the receiving end does not support --atomic push"
2662 +msgstr "die Gegenseite unterstützt keinen atomaren Versand (\"--atomic push\")"
2663
2652 -#: wt-status.c:278
2653 -msgid "deleted:"
2654 -msgstr "gelöscht:"
2664 +#: send-pack.c:429
2665 +msgid "the receiving end does not support push options"
2666 +msgstr "die Gegenseite unterstützt keine Push-Optionen"
2667
2656 -#: wt-status.c:280
2657 -msgid "modified:"
2658 -msgstr "geändert:"
2668 +#: sequencer.c:171
2669 +msgid "revert"
2670 +msgstr "Revert"
2671
2660 -#: wt-status.c:282
2661 -msgid "renamed:"
2662 -msgstr "umbenannt:"
2672 +#: sequencer.c:171
2673 +msgid "cherry-pick"
2674 +msgstr "Cherry-Pick"
2675
2664 -#: wt-status.c:284
2665 -msgid "typechange:"
2666 -msgstr "Typänderung:"
2676 +#: sequencer.c:228
2677 +msgid ""
2678 +"after resolving the conflicts, mark the corrected paths\n"
2679 +"with 'git add <paths>' or 'git rm <paths>'"
2680 +msgstr ""
2681 +"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"
2682 +"mit 'git add <Pfade>' oder 'git rm <Pfade>'"
2683
2668 -#: wt-status.c:286
2669 -msgid "unknown:"
2670 -msgstr "unbekannt:"
2684 +#: sequencer.c:231
2685 +msgid ""
2686 +"after resolving the conflicts, mark the corrected paths\n"
2687 +"with 'git add <paths>' or 'git rm <paths>'\n"
2688 +"and commit the result with 'git commit'"
2689 +msgstr ""
2690 +"nach Auflösung der Konflikte, markieren Sie die korrigierten Pfade\n"
2691 +"mit 'git add <Pfade>' oder 'git rm <Pfade>'und tragen Sie das Ergebnis mit\n"
2692 +"'git commit' ein"
2693
2672 -#: wt-status.c:288
2673 -msgid "unmerged:"
2674 -msgstr "nicht gemerged:"
2694 +#: sequencer.c:244 sequencer.c:1209
2695 +#, c-format
2696 +msgid "could not lock '%s'"
2697 +msgstr "Konnte '%s' nicht sperren"
2698
2676 -#: wt-status.c:370
2677 -msgid "new commits, "
2678 -msgstr "neue Commits, "
2699 +#: sequencer.c:247 sequencer.c:1125 sequencer.c:1214
2700 +#, c-format
2701 +msgid "could not write to '%s'"
2702 +msgstr "Konnte nicht nach '%s' schreiben."
2703
2680 -#: wt-status.c:372
2681 -msgid "modified content, "
2682 -msgstr "geänderter Inhalt, "
2704 +#: sequencer.c:251
2705 +#, c-format
2706 +msgid "could not write eol to '%s'"
2707 +msgstr "Konnte EOL nicht nach '%s' schreiben."
2708
2684 -#: wt-status.c:374
2685 -msgid "untracked content, "
2686 -msgstr "unversionierter Inhalt, "
2709 +#: sequencer.c:255 sequencer.c:1130 sequencer.c:1216
2710 +#, c-format
2711 +msgid "failed to finalize '%s'."
2712 +msgstr "Fehler beim Fertigstellen von '%s'."
2713
2688 -#: wt-status.c:756
2689 -msgid "Submodules changed but not updated:"
2690 -msgstr "Submodule geändert, aber nicht aktualisiert:"
2714 +#: sequencer.c:279 builtin/am.c:259 builtin/commit.c:749 builtin/merge.c:1032
2715 +#, c-format
2716 +msgid "could not read '%s'"
2717 +msgstr "Konnte '%s' nicht lesen"
2718
2692 -#: wt-status.c:758
2693 -msgid "Submodule changes to be committed:"
2694 -msgstr "Änderungen in Submodul zum Committen:"
2719 +#: sequencer.c:305
2720 +#, c-format
2721 +msgid "your local changes would be overwritten by %s."
2722 +msgstr "Ihre lokalen Änderungen würden durch den %s überschrieben werden."
2723
2696 -#: wt-status.c:839
2697 -msgid ""
2698 -"Do not touch the line above.\n"
2699 -"Everything below will be removed."
2724 +#: sequencer.c:309
2725 +msgid "commit your changes or stash them to proceed."
2726 msgstr ""
2701 -"Ändern Sie nicht die obige Zeile.\n"
2702 -"Alles unterhalb von ihr wird entfernt."
2727 +"Committen Sie Ihre Änderungen oder benutzen Sie \"stash\", um fortzufahren."
2728
2704 -#: wt-status.c:950
2705 -msgid "You have unmerged paths."
2706 -msgstr "Sie haben nicht zusammengeführte Pfade."
2707 -
2708 -#: wt-status.c:953
2709 -msgid " (fix conflicts and run \"git commit\")"
2710 -msgstr " (beheben Sie die Konflikte und führen Sie \"git commit\" aus)"
2711 -
2712 -#: wt-status.c:955
2713 -msgid " (use \"git merge --abort\" to abort the merge)"
2714 -msgstr " (benutzen Sie \"git merge --abort\", um den Merge abzubrechen)"
2715 -
2716 -#: wt-status.c:960
2717 -msgid "All conflicts fixed but you are still merging."
2718 -msgstr "Alle Konflikte sind behoben, aber Sie sind immer noch beim Merge."
2729 +#: sequencer.c:324
2730 +#, c-format
2731 +msgid "%s: fast-forward"
2732 +msgstr "%s: Vorspulen"
2733
2720 -#: wt-status.c:963
2721 -msgid " (use \"git commit\" to conclude merge)"
2722 -msgstr " (benutzen Sie \"git commit\", um den Merge abzuschließen)"
2734 +#. TRANSLATORS: %s will be "revert" or "cherry-pick"
2735 +#: sequencer.c:399
2736 +#, c-format
2737 +msgid "%s: Unable to write new index file"
2738 +msgstr "%s: Konnte neue Index-Datei nicht schreiben"
2739
2724 -#: wt-status.c:973
2725 -msgid "You are in the middle of an am session."
2726 -msgstr "Eine \"am\"-Sitzung ist im Gange."
2740 +#: sequencer.c:418
2741 +msgid "could not resolve HEAD commit\n"
2742 +msgstr "Konnte HEAD-Commit nicht auflösen\n"
2743
2728 -#: wt-status.c:976
2729 -msgid "The current patch is empty."
2730 -msgstr "Der aktuelle Patch ist leer."
2744 +#: sequencer.c:438
2745 +msgid "unable to update cache tree\n"
2746 +msgstr "Konnte Cache-Verzeichnis nicht aktualisieren\n"
2747
2732 -#: wt-status.c:980
2733 -msgid " (fix conflicts and then run \"git am --continue\")"
2748 +#: sequencer.c:483
2749 +#, c-format
2750 +msgid ""
2751 +"you have staged changes in your working tree\n"
2752 +"If these changes are meant to be squashed into the previous commit, run:\n"
2753 +"\n"
2754 +" git commit --amend %s\n"
2755 +"\n"
2756 +"If they are meant to go into a new commit, run:\n"
2757 +"\n"
2758 +" git commit %s\n"
2759 +"\n"
2760 +"In both cases, once you're done, continue with:\n"
2761 +"\n"
2762 +" git rebase --continue\n"
2763 msgstr ""
2735 -" (beheben Sie die Konflikte und führen Sie dann \"git am --continue\" aus)"
2764 +"Es befinden sich zum Commit vorgemerkte Änderungen in Ihrem Arbeitsverzeichnis.\n"
2765 +"Wenn diese Änderungen in den vorherigen Commit aufgenommen werden sollen,\n"
2766 +"führen Sie aus:\n"
2767 +"\n"
2768 +" git commit --amend %s\n"
2769 +"\n"
2770 +"Wenn daraus ein neuer Commit erzeugt werden soll, führen Sie aus:\n"
2771 +"\n"
2772 +" git commit %s\n"
2773 +"\n"
2774 +"Im Anschluss führen Sie zum Fortfahren aus:\n"
2775 +"\n"
2776 +" git rebase --continue\n"
2777
2737 -#: wt-status.c:982
2738 -msgid " (use \"git am --skip\" to skip this patch)"
2739 -msgstr " (benutzen Sie \"git am --skip\", um diesen Patch auszulassen)"
2778 +#: sequencer.c:567
2779 +#, c-format
2780 +msgid "could not parse commit %s\n"
2781 +msgstr "Konnte Commit %s nicht parsen\n"
2782
2741 -#: wt-status.c:984
2742 -msgid " (use \"git am --abort\" to restore the original branch)"
2743 -msgstr ""
2744 -" (benutzen Sie \"git am --abort\", um den ursprünglichen Branch "
2745 -"wiederherzustellen)"
2783 +#: sequencer.c:572
2784 +#, c-format
2785 +msgid "could not parse parent commit %s\n"
2786 +msgstr "Konnte Eltern-Commit %s nicht parsen\n"
2787
2747 -#: wt-status.c:1109
2748 -msgid "No commands done."
2749 -msgstr "Keine Befehle ausgeführt."
2788 +#: sequencer.c:656
2789 +msgid "your index file is unmerged."
2790 +msgstr "Ihre Index-Datei ist nicht zusammengeführt."
2791
2751 -#: wt-status.c:1112
2792 +#: sequencer.c:675
2793 #, c-format
2753 -msgid "Last command done (%d command done):"
2754 -msgid_plural "Last commands done (%d commands done):"
2755 -msgstr[0] "Zuletzt ausgeführter Befehl (%d Befehl ausgeführt):"
2756 -msgstr[1] "Zuletzt ausgeführte Befehle (%d Befehle ausgeführt):"
2794 +msgid "commit %s is a merge but no -m option was given."
2795 +msgstr "Commit %s ist ein Merge, aber die Option -m wurde nicht angegeben."
2796
2758 -#: wt-status.c:1123
2797 +#: sequencer.c:683
2798 #, c-format
2760 -msgid " (see more in file %s)"
2761 -msgstr " (mehr Informationen in Datei %s)"
2762 -
2763 -#: wt-status.c:1128
2764 -msgid "No commands remaining."
2765 -msgstr "Keine Befehle verbleibend."
2799 +msgid "commit %s does not have parent %d"
2800 +msgstr "Commit %s hat keinen Eltern-Commit %d"
2801
2767 -#: wt-status.c:1131
2802 +#: sequencer.c:687
2803 #, c-format
2769 -msgid "Next command to do (%d remaining command):"
2770 -msgid_plural "Next commands to do (%d remaining commands):"
2771 -msgstr[0] "Nächster auszuführender Befehl (%d Befehle verbleibend):"
2772 -msgstr[1] "Nächste auszuführende Befehle (%d Befehle verbleibend):"
2804 +msgid "mainline was specified but commit %s is not a merge."
2805 +msgstr "Hauptlinie wurde spezifiziert, aber Commit %s ist kein Merge."
2806
2774 -#: wt-status.c:1139
2775 -msgid " (use \"git rebase --edit-todo\" to view and edit)"
2776 -msgstr " (benutzen Sie \"git rebase --edit-todo\" zum Ansehen und Bearbeiten)"
2807 +#. TRANSLATORS: The first %s will be a "todo" command like
2808 +#. "revert" or "pick", the second %s a SHA1.
2809 +#: sequencer.c:700
2810 +#, c-format
2811 +msgid "%s: cannot parse parent commit %s"
2812 +msgstr "%s: kann Eltern-Commit %s nicht parsen"
2813
2778 -#: wt-status.c:1152
2814 +#: sequencer.c:705
2815 #, c-format
2780 -msgid "You are currently rebasing branch '%s' on '%s'."
2781 -msgstr "Sie sind gerade beim Rebase von Branch '%s' auf '%s'."
2816 +msgid "cannot get commit message for %s"
2817 +msgstr "Kann keine Commit-Beschreibung für %s bekommen."
2818
2783 -#: wt-status.c:1157
2784 -msgid "You are currently rebasing."
2785 -msgstr "Sie sind gerade beim Rebase."
2819 +#: sequencer.c:797
2820 +#, c-format
2821 +msgid "could not revert %s... %s"
2822 +msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
2823
2787 -#: wt-status.c:1171
2788 -msgid " (fix conflicts and then run \"git rebase --continue\")"
2789 -msgstr ""
2790 -" (beheben Sie die Konflikte und führen Sie dann \"git rebase --continue\" "
2791 -"aus)"
2824 +#: sequencer.c:798
2825 +#, c-format
2826 +msgid "could not apply %s... %s"
2827 +msgstr "Konnte %s... (%s) nicht anwenden"
2828
2793 -#: wt-status.c:1173
2794 -msgid " (use \"git rebase --skip\" to skip this patch)"
2795 -msgstr " (benutzen Sie \"git rebase --skip\", um diesen Patch auszulassen)"
2829 +#: sequencer.c:833
2830 +msgid "empty commit set passed"
2831 +msgstr "leere Menge von Commits übergeben"
2832
2797 -#: wt-status.c:1175
2798 -msgid " (use \"git rebase --abort\" to check out the original branch)"
2799 -msgstr ""
2800 -" (benutzen Sie \"git rebase --abort\", um den ursprünglichen Branch "
2801 -"auszuchecken)"
2833 +#: sequencer.c:843
2834 +#, c-format
2835 +msgid "git %s: failed to read the index"
2836 +msgstr "git %s: Fehler beim Lesen des Index"
2837
2803 -#: wt-status.c:1181
2804 -msgid " (all conflicts fixed: run \"git rebase --continue\")"
2805 -msgstr " (alle Konflikte behoben: führen Sie \"git rebase --continue\" aus)"
2838 +#: sequencer.c:850
2839 +#, c-format
2840 +msgid "git %s: failed to refresh the index"
2841 +msgstr "git %s: Fehler beim Aktualisieren des Index"
2842
2807 -#: wt-status.c:1185
2843 +#: sequencer.c:944
2844 #, c-format
2809 -msgid ""
2810 -"You are currently splitting a commit while rebasing branch '%s' on '%s'."
2811 -msgstr ""
2812 -"Sie teilen gerade einen Commit auf, während ein Rebase von Branch '%s' auf "
2813 -"'%s' im Gange ist."
2845 +msgid "invalid line %d: %.*s"
2846 +msgstr "Ungültige Zeile %d: %.*s"
2847
2815 -#: wt-status.c:1190
2816 -msgid "You are currently splitting a commit during a rebase."
2817 -msgstr "Sie teilen gerade einen Commit während eines Rebase auf."
2848 +#: sequencer.c:950
2849 +msgid "no commits parsed."
2850 +msgstr "Keine Commits geparst."
2851
2819 -#: wt-status.c:1193
2820 -msgid " (Once your working directory is clean, run \"git rebase --continue\")"
2821 -msgstr ""
2822 -" (Sobald Ihr Arbeitsverzeichnis unverändert ist, führen Sie \"git rebase --"
2823 -"continue\" aus)"
2852 +#: sequencer.c:966
2853 +#, c-format
2854 +msgid "could not read '%s'."
2855 +msgstr "Konnte '%s' nicht lesen."
2856
2825 -#: wt-status.c:1197
2857 +#: sequencer.c:972
2858 #, c-format
2827 -msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2828 -msgstr ""
2829 -"Sie editieren gerade einen Commit während eines Rebase von Branch '%s' auf "
2830 -"'%s'."
2859 +msgid "unusable instruction sheet: '%s'"
2860 +msgstr "Unbenutzbares Instruktionsblatt: '%s'"
2861
2832 -#: wt-status.c:1202
2833 -msgid "You are currently editing a commit during a rebase."
2834 -msgstr "Sie editieren gerade einen Commit während eines Rebase."
2862 +#: sequencer.c:983
2863 +msgid "cannot cherry-pick during a revert."
2864 +msgstr "Kann Cherry-Pick nicht während eines Reverts ausführen."
2865
2836 -#: wt-status.c:1205
2837 -msgid " (use \"git commit --amend\" to amend the current commit)"
2838 -msgstr ""
2839 -" (benutzen Sie \"git commit --amend\", um den aktuellen Commit "
2840 -"nachzubessern)"
2866 +#: sequencer.c:985
2867 +msgid "cannot revert during a cherry-pick."
2868 +msgstr "Kann Revert nicht während eines Cherry-Picks ausführen."
2869
2842 -#: wt-status.c:1207
2843 -msgid ""
2844 -" (use \"git rebase --continue\" once you are satisfied with your changes)"
2845 -msgstr ""
2846 -" (benutzen Sie \"git rebase --continue\" sobald Ihre Änderungen "
2847 -"abgeschlossen sind)"
2870 +#: sequencer.c:1028
2871 +#, c-format
2872 +msgid "invalid key: %s"
2873 +msgstr "Ungültiger Schlüssel: %s"
2874
2849 -#: wt-status.c:1217
2875 +#: sequencer.c:1031
2876 #, c-format
2851 -msgid "You are currently cherry-picking commit %s."
2852 -msgstr "Sie führen gerade \"cherry-pick\" von Commit %s aus."
2877 +msgid "invalid value for %s: %s"
2878 +msgstr "Ungültiger Wert für %s: %s"
2879
2854 -#: wt-status.c:1222
2855 -msgid " (fix conflicts and run \"git cherry-pick --continue\")"
2856 -msgstr ""
2857 -" (beheben Sie die Konflikte und führen Sie dann \"git cherry-pick --continue"
2858 -"\" aus)"
2880 +#: sequencer.c:1063
2881 +#, c-format
2882 +msgid "malformed options sheet: '%s'"
2883 +msgstr "Fehlerhaftes Optionsblatt: '%s'"
2884
2860 -#: wt-status.c:1225
2861 -msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
2862 -msgstr ""
2863 -" (alle Konflikte behoben: führen Sie \"git cherry-pick --continue\" aus)"
2885 +#: sequencer.c:1101
2886 +msgid "a cherry-pick or revert is already in progress"
2887 +msgstr "\"cherry-pick\" oder \"revert\" ist bereits im Gang"
2888
2865 -#: wt-status.c:1227
2866 -msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2867 -msgstr ""
2868 -" (benutzen Sie \"git cherry-pick --abort\", um die Cherry-Pick-Operation "
2869 -"abzubrechen)"
2889 +#: sequencer.c:1102
2890 +msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
2891 +msgstr "versuchen Sie \"git cherry-pick (--continue | --quit | --abort)\""
2892
2871 -#: wt-status.c:1236
2893 +#: sequencer.c:1106
2894 #, c-format
2873 -msgid "You are currently reverting commit %s."
2874 -msgstr "Sie sind gerade an einem Revert von Commit '%s'."
2895 +msgid "could not create sequencer directory '%s'"
2896 +msgstr "Konnte \"sequencer\"-Verzeichnis '%s' nicht erstellen."
2897
2876 -#: wt-status.c:1241
2877 -msgid " (fix conflicts and run \"git revert --continue\")"
2878 -msgstr ""
2879 -" (beheben Sie die Konflikte und führen Sie dann \"git revert --continue\" "
2880 -"aus)"
2898 +#: sequencer.c:1120
2899 +msgid "could not lock HEAD"
2900 +msgstr "Konnte HEAD nicht sperren"
2901
2882 -#: wt-status.c:1244
2883 -msgid " (all conflicts fixed: run \"git revert --continue\")"
2884 -msgstr " (alle Konflikte behoben: führen Sie \"git revert --continue\" aus)"
2902 +#: sequencer.c:1151 sequencer.c:1289
2903 +msgid "no cherry-pick or revert in progress"
2904 +msgstr "kein \"cherry-pick\" oder \"revert\" im Gang"
2905
2886 -#: wt-status.c:1246
2887 -msgid " (use \"git revert --abort\" to cancel the revert operation)"
2888 -msgstr ""
2889 -" (benutzen Sie \"git revert --abort\", um die Revert-Operation abzubrechen)"
2906 +#: sequencer.c:1153
2907 +msgid "cannot resolve HEAD"
2908 +msgstr "kann HEAD nicht auflösen"
2909
2891 -#: wt-status.c:1257
2910 +#: sequencer.c:1155 sequencer.c:1189
2911 +msgid "cannot abort from a branch yet to be born"
2912 +msgstr "kann nicht abbrechen: bin auf einem Branch, der noch geboren wird"
2913 +
2914 +#: sequencer.c:1175 builtin/grep.c:578
2915 #, c-format
2893 -msgid "You are currently bisecting, started from branch '%s'."
2894 -msgstr "Sie sind gerade bei einer binären Suche, gestartet von Branch '%s'."
2916 +msgid "cannot open '%s'"
2917 +msgstr "kann '%s' nicht öffnen"
2918
2896 -#: wt-status.c:1261
2897 -msgid "You are currently bisecting."
2898 -msgstr "Sie sind gerade bei einer binären Suche."
2919 +#: sequencer.c:1177
2920 +#, c-format
2921 +msgid "cannot read '%s': %s"
2922 +msgstr "Kann '%s' nicht lesen: %s"
2923
2900 -#: wt-status.c:1264
2901 -msgid " (use \"git bisect reset\" to get back to the original branch)"
2902 -msgstr ""
2903 -" (benutzen Sie \"git bisect reset\", um zum ursprünglichen Branch "
2904 -"zurückzukehren)"
2924 +#: sequencer.c:1178
2925 +msgid "unexpected end of file"
2926 +msgstr "Unerwartetes Dateiende"
2927
2906 -#: wt-status.c:1464
2907 -msgid "On branch "
2908 -msgstr "Auf Branch "
2928 +#: sequencer.c:1184
2929 +#, c-format
2930 +msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
2931 +msgstr "gespeicherte \"pre-cherry-pick\" HEAD Datei '%s' ist beschädigt"
2932
2910 -#: wt-status.c:1470
2911 -msgid "interactive rebase in progress; onto "
2912 -msgstr "interaktives Rebase im Gange; auf "
2933 +#: sequencer.c:1354
2934 +#, c-format
2935 +msgid "%s: can't cherry-pick a %s"
2936 +msgstr "%s: %s kann nicht in \"cherry-pick\" benutzt werden"
2937
2914 -#: wt-status.c:1472
2915 -msgid "rebase in progress; onto "
2916 -msgstr "Rebase im Gange; auf "
2938 +#: sequencer.c:1358
2939 +#, c-format
2940 +msgid "%s: bad revision"
2941 +msgstr "%s: ungültiger Commit"
2942
2918 -#: wt-status.c:1477
2919 -msgid "HEAD detached at "
2920 -msgstr "HEAD losgelöst bei "
2943 +#: sequencer.c:1391
2944 +msgid "can't revert as initial commit"
2945 +msgstr "Kann nicht als allerersten Commit einen Revert ausführen."
2946
2922 -#: wt-status.c:1479
2923 -msgid "HEAD detached from "
2924 -msgstr "HEAD losgelöst von "
2947 +#: setup.c:160
2948 +#, c-format
2949 +msgid ""
2950 +"%s: no such path in the working tree.\n"
2951 +"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
2952 +msgstr ""
2953 +"%s: kein solcher Pfad im Arbeitsverzeichnis.\n"
2954 +"Benutzen Sie 'git <Befehl> -- <Pfad>...' zur Angabe von Pfaden, die lokal\n"
2955 +"nicht existieren."
2956
2926 -#: wt-status.c:1482
2927 -msgid "Not currently on any branch."
2928 -msgstr "Im Moment auf keinem Branch."
2957 +#: setup.c:173
2958 +#, c-format
2959 +msgid ""
2960 +"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
2961 +"Use '--' to separate paths from revisions, like this:\n"
2962 +"'git <command> [<revision>...] -- [<file>...]'"
2963 +msgstr ""
2964 +"mehrdeutiges Argument '%s': unbekannter Commit oder Pfad existiert nicht\n"
2965 +"im Arbeitsverzeichnis\n"
2966 +"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
2967 +"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
2968
2930 -#: wt-status.c:1500
2931 -msgid "Initial commit"
2932 -msgstr "Initialer Commit"
2969 +#: setup.c:223
2970 +#, c-format
2971 +msgid ""
2972 +"ambiguous argument '%s': both revision and filename\n"
2973 +"Use '--' to separate paths from revisions, like this:\n"
2974 +"'git <command> [<revision>...] -- [<file>...]'"
2975 +msgstr ""
2976 +"mehrdeutiges Argument '%s': sowohl Commit als auch Dateiname\n"
2977 +"Benutzen Sie '--', um Pfade und Commits zu trennen, ähnlich wie:\n"
2978 +"'git <Befehl> [<Commit>...] -- [<Datei>...]'"
2979
2934 -#: wt-status.c:1514
2935 -msgid "Untracked files"
2936 -msgstr "Unversionierte Dateien"
2980 +#: setup.c:468
2981 +#, c-format
2982 +msgid "Expected git repo version <= %d, found %d"
2983 +msgstr "Erwartete Git-Repository-Version <= %d, %d gefunden"
2984
2938 -#: wt-status.c:1516
2939 -msgid "Ignored files"
2940 -msgstr "Ignorierte Dateien"
2985 +#: setup.c:476
2986 +msgid "unknown repository extensions found:"

This file is too large to show in full.