Large file — syntax highlighting disabled.
| 1 | # German translations for Git. |
| 2 | # Copyright (C) 2019 Matthias Rüster <matthias.ruester@gmail.com> |
| 3 | # This file is distributed under the same license as the Git package. |
| 4 | # Matthias Rüster <matthias.ruester@gmail.com>, 2019-2020. |
| 5 | # Ralf Thielow <ralf.thielow@gmail.com>, 2010-2019. |
| 6 | # |
| 7 | msgid "" |
| 8 | msgstr "" |
| 9 | "Project-Id-Version: Git\n" |
| 10 | "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" |
| 11 | "POT-Creation-Date: 2025-05-27 22:57+0000\n" |
| 12 | "PO-Revision-Date: 2025-05-31 18:38+0200\n" |
| 13 | "Last-Translator: Ralf Thielow <ralf.thielow@gmail.com>\n" |
| 14 | "Language-Team: German\n" |
| 15 | "Language: de\n" |
| 16 | "MIME-Version: 1.0\n" |
| 17 | "Content-Type: text/plain; charset=UTF-8\n" |
| 18 | "Content-Transfer-Encoding: 8bit\n" |
| 19 | "Plural-Forms: nplurals=2; plural=(n!=1);\n" |
| 20 | "X-Generator: Poedit 3.6\n" |
| 21 | |
| 22 | #, c-format |
| 23 | msgid "Huh (%s)?" |
| 24 | msgstr "Wie bitte (%s)?" |
| 25 | |
| 26 | msgid "could not read index" |
| 27 | msgstr "Index konnte nicht gelesen werden" |
| 28 | |
| 29 | msgid "binary" |
| 30 | msgstr "Binär" |
| 31 | |
| 32 | msgid "nothing" |
| 33 | msgstr "Nichts" |
| 34 | |
| 35 | msgid "unchanged" |
| 36 | msgstr "unverändert" |
| 37 | |
| 38 | msgid "Update" |
| 39 | msgstr "Aktualisieren" |
| 40 | |
| 41 | #, c-format |
| 42 | msgid "could not stage '%s'" |
| 43 | msgstr "Konnte '%s' nicht zum Commit vormerken." |
| 44 | |
| 45 | msgid "could not write index" |
| 46 | msgstr "konnte Index nicht schreiben" |
| 47 | |
| 48 | #, c-format |
| 49 | msgid "updated %d path\n" |
| 50 | msgid_plural "updated %d paths\n" |
| 51 | msgstr[0] "%d Pfad aktualisiert\n" |
| 52 | msgstr[1] "%d Pfade aktualisiert\n" |
| 53 | |
| 54 | #, c-format |
| 55 | msgid "note: %s is untracked now.\n" |
| 56 | msgstr "Hinweis: %s ist nun unversioniert.\n" |
| 57 | |
| 58 | #, c-format |
| 59 | msgid "make_cache_entry failed for path '%s'" |
| 60 | msgstr "make_cache_entry für Pfad '%s' fehlgeschlagen" |
| 61 | |
| 62 | msgid "Revert" |
| 63 | msgstr "Revert" |
| 64 | |
| 65 | msgid "Could not parse HEAD^{tree}" |
| 66 | msgstr "Konnte HEAD^{tree} nicht parsen." |
| 67 | |
| 68 | #, c-format |
| 69 | msgid "reverted %d path\n" |
| 70 | msgid_plural "reverted %d paths\n" |
| 71 | msgstr[0] "%d Pfad wiederhergestellt\n" |
| 72 | msgstr[1] "%d Pfade wiederhergestellt\n" |
| 73 | |
| 74 | #, c-format |
| 75 | msgid "No untracked files.\n" |
| 76 | msgstr "Keine unversionierten Dateien.\n" |
| 77 | |
| 78 | msgid "Add untracked" |
| 79 | msgstr "Unversionierte Dateien hinzufügen" |
| 80 | |
| 81 | #, c-format |
| 82 | msgid "added %d path\n" |
| 83 | msgid_plural "added %d paths\n" |
| 84 | msgstr[0] "%d Pfad hinzugefügt\n" |
| 85 | msgstr[1] "%d Pfade hinzugefügt\n" |
| 86 | |
| 87 | #, c-format |
| 88 | msgid "ignoring unmerged: %s" |
| 89 | msgstr "Ignoriere nicht zusammengeführte Datei: %s" |
| 90 | |
| 91 | #, c-format |
| 92 | msgid "Only binary files changed.\n" |
| 93 | msgstr "Nur Binärdateien geändert.\n" |
| 94 | |
| 95 | #, c-format |
| 96 | msgid "No changes.\n" |
| 97 | msgstr "Keine Änderungen.\n" |
| 98 | |
| 99 | msgid "Patch update" |
| 100 | msgstr "Patch Aktualisierung" |
| 101 | |
| 102 | msgid "Review diff" |
| 103 | msgstr "Diff überprüfen" |
| 104 | |
| 105 | msgid "show paths with changes" |
| 106 | msgstr "Zeige Pfade mit Änderungen" |
| 107 | |
| 108 | msgid "add working tree state to the staged set of changes" |
| 109 | msgstr "Zustand des Arbeitsverzeichnisses zum Commit vormerken" |
| 110 | |
| 111 | msgid "revert staged set of changes back to the HEAD version" |
| 112 | msgstr "Zum Commit vorgemerkte Änderungen auf HEAD-Version zurücksetzen" |
| 113 | |
| 114 | msgid "pick hunks and update selectively" |
| 115 | msgstr "Blöcke und Änderung gezielt auswählen" |
| 116 | |
| 117 | msgid "view diff between HEAD and index" |
| 118 | msgstr "Differenz zwischen HEAD und Index ansehen" |
| 119 | |
| 120 | msgid "add contents of untracked files to the staged set of changes" |
| 121 | msgstr "Inhalte von unversionierten Dateien zum Commit vormerken" |
| 122 | |
| 123 | msgid "Prompt help:" |
| 124 | msgstr "Hilfe für Eingaben:" |
| 125 | |
| 126 | msgid "select a single item" |
| 127 | msgstr "Ein einzelnes Element auswählen" |
| 128 | |
| 129 | msgid "select a range of items" |
| 130 | msgstr "Eine Reihe von Elementen auswählen" |
| 131 | |
| 132 | msgid "select multiple ranges" |
| 133 | msgstr "Mehrere Reihen auswählen" |
| 134 | |
| 135 | msgid "select item based on unique prefix" |
| 136 | msgstr "Element basierend auf eindeutigen Präfix auswählen" |
| 137 | |
| 138 | msgid "unselect specified items" |
| 139 | msgstr "Angegebene Elemente abwählen" |
| 140 | |
| 141 | msgid "choose all items" |
| 142 | msgstr "Alle Elemente auswählen" |
| 143 | |
| 144 | msgid "(empty) finish selecting" |
| 145 | msgstr "(leer) Auswählen beenden" |
| 146 | |
| 147 | msgid "select a numbered item" |
| 148 | msgstr "Ein nummeriertes Element auswählen" |
| 149 | |
| 150 | msgid "(empty) select nothing" |
| 151 | msgstr "(leer) nichts auswählen" |
| 152 | |
| 153 | msgid "*** Commands ***" |
| 154 | msgstr "*** Befehle ***" |
| 155 | |
| 156 | msgid "What now" |
| 157 | msgstr "Was nun" |
| 158 | |
| 159 | msgid "staged" |
| 160 | msgstr "zur Staging-Area hinzugefügt" |
| 161 | |
| 162 | msgid "unstaged" |
| 163 | msgstr "aus Staging-Area entfernt" |
| 164 | |
| 165 | msgid "path" |
| 166 | msgstr "Pfad" |
| 167 | |
| 168 | msgid "could not refresh index" |
| 169 | msgstr "Index konnte nicht aktualisiert werden" |
| 170 | |
| 171 | #, c-format |
| 172 | msgid "Bye.\n" |
| 173 | msgstr "Tschüss.\n" |
| 174 | |
| 175 | #, c-format |
| 176 | msgid "Stage mode change [y,n,q,a,d%s,?]? " |
| 177 | msgstr "Modusänderung der Staging-Area hinzufügen [y,n,q,a,d%s,?]? " |
| 178 | |
| 179 | #, c-format |
| 180 | msgid "Stage deletion [y,n,q,a,d%s,?]? " |
| 181 | msgstr "Löschung der Staging-Area hinzufügen [y,n,q,a,d%s,?]? " |
| 182 | |
| 183 | #, c-format |
| 184 | msgid "Stage addition [y,n,q,a,d%s,?]? " |
| 185 | msgstr "Ergänzung der Staging-Area hinzufügen [y,n,q,a,d%s,?]? " |
| 186 | |
| 187 | #, c-format |
| 188 | msgid "Stage this hunk [y,n,q,a,d%s,?]? " |
| 189 | msgstr "Diesen Patch-Block der Staging-Area hinzufügen [y,n,q,a,d%s,?]? " |
| 190 | |
| 191 | msgid "" |
| 192 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 193 | "staging." |
| 194 | msgstr "" |
| 195 | "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-" |
| 196 | "Block direkt für die Staging-Area markiert." |
| 197 | |
| 198 | msgid "" |
| 199 | "y - stage this hunk\n" |
| 200 | "n - do not stage this hunk\n" |
| 201 | "q - quit; do not stage this hunk or any of the remaining ones\n" |
| 202 | "a - stage this hunk and all later hunks in the file\n" |
| 203 | "d - do not stage this hunk or any of the later hunks in the file\n" |
| 204 | msgstr "" |
| 205 | "y - diesen Patch-Block zum Commit vormerken\n" |
| 206 | "n - diesen Patch-Block nicht zum Commit vormerken\n" |
| 207 | "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht zum Commit " |
| 208 | "vormerken\n" |
| 209 | "a - diesen und alle weiteren Patch-Blöcke dieser Datei zum Commit vormerken\n" |
| 210 | "d - diesen oder alle weiteren Patch-Blöcke in dieser Datei nicht zum Commit " |
| 211 | "vormerken\n" |
| 212 | |
| 213 | #, c-format |
| 214 | msgid "Stash mode change [y,n,q,a,d%s,?]? " |
| 215 | msgstr "Modusänderung stashen [y,n,q,a,d%s,?]? " |
| 216 | |
| 217 | #, c-format |
| 218 | msgid "Stash deletion [y,n,q,a,d%s,?]? " |
| 219 | msgstr "Löschung stashen [y,n,q,a,d%s,?]? " |
| 220 | |
| 221 | #, c-format |
| 222 | msgid "Stash addition [y,n,q,a,d%s,?]? " |
| 223 | msgstr "Ergänzung stashen [y,n,q,a,d%s,?]? " |
| 224 | |
| 225 | #, c-format |
| 226 | msgid "Stash this hunk [y,n,q,a,d%s,?]? " |
| 227 | msgstr "Diesen Patch-Block stashen [y,n,q,a,d%s,?]? " |
| 228 | |
| 229 | msgid "" |
| 230 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 231 | "stashing." |
| 232 | msgstr "" |
| 233 | "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-" |
| 234 | "Block direkt zum Stashen markiert." |
| 235 | |
| 236 | msgid "" |
| 237 | "y - stash this hunk\n" |
| 238 | "n - do not stash this hunk\n" |
| 239 | "q - quit; do not stash this hunk or any of the remaining ones\n" |
| 240 | "a - stash this hunk and all later hunks in the file\n" |
| 241 | "d - do not stash this hunk or any of the later hunks in the file\n" |
| 242 | msgstr "" |
| 243 | "y - diesen Patch-Block stashen\n" |
| 244 | "n - diesen Patch-Block nicht stashen\n" |
| 245 | "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht stashen\n" |
| 246 | "a - diesen und alle weiteren Patch-Blöcke dieser Datei stashen\n" |
| 247 | "d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht stashen\n" |
| 248 | |
| 249 | #, c-format |
| 250 | msgid "Unstage mode change [y,n,q,a,d%s,?]? " |
| 251 | msgstr "Modusänderung aus der Staging-Area entfernen [y,n,q,a,d%s,?]? " |
| 252 | |
| 253 | #, c-format |
| 254 | msgid "Unstage deletion [y,n,q,a,d%s,?]? " |
| 255 | msgstr "Löschung aus der Staging-Area entfernen [y,n,q,a,d%s,?]? " |
| 256 | |
| 257 | #, c-format |
| 258 | msgid "Unstage addition [y,n,q,a,d%s,?]? " |
| 259 | msgstr "Ergänzung aus der Staging-Area entfernen [y,n,q,a,d%s,?]? " |
| 260 | |
| 261 | #, c-format |
| 262 | msgid "Unstage this hunk [y,n,q,a,d%s,?]? " |
| 263 | msgstr "Diesen Patch-Block aus der Staging-Area entfernen [y,n,q,a,d%s,?]? " |
| 264 | |
| 265 | msgid "" |
| 266 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 267 | "unstaging." |
| 268 | msgstr "" |
| 269 | "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-" |
| 270 | "Block direkt zum Entfernen aus der Staging-Area markiert." |
| 271 | |
| 272 | msgid "" |
| 273 | "y - unstage this hunk\n" |
| 274 | "n - do not unstage this hunk\n" |
| 275 | "q - quit; do not unstage this hunk or any of the remaining ones\n" |
| 276 | "a - unstage this hunk and all later hunks in the file\n" |
| 277 | "d - do not unstage this hunk or any of the later hunks in the file\n" |
| 278 | msgstr "" |
| 279 | "y - diesen Patch-Block aus Staging-Area entfernen\n" |
| 280 | "n - diesen Patch-Block nicht aus Staging-Area entfernen\n" |
| 281 | "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht aus Staging-" |
| 282 | "Area entfernen\n" |
| 283 | "a - diesen und alle weiteren Patch-Blöcke dieser Datei aus Staging-Area " |
| 284 | "entfernen\n" |
| 285 | "d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht aus Staging-" |
| 286 | "Area entfernen\n" |
| 287 | |
| 288 | #, c-format |
| 289 | msgid "Apply mode change to index [y,n,q,a,d%s,?]? " |
| 290 | msgstr "Modusänderung auf Index anwenden [y,n,q,a,d%s,?]? " |
| 291 | |
| 292 | #, c-format |
| 293 | msgid "Apply deletion to index [y,n,q,a,d%s,?]? " |
| 294 | msgstr "Löschung auf Index anwenden [y,n,q,a,d%s,?]? " |
| 295 | |
| 296 | #, c-format |
| 297 | msgid "Apply addition to index [y,n,q,a,d%s,?]? " |
| 298 | msgstr "Ergänzung auf Index anwenden [y,n,q,a,d%s,?]? " |
| 299 | |
| 300 | #, c-format |
| 301 | msgid "Apply this hunk to index [y,n,q,a,d%s,?]? " |
| 302 | msgstr "Diesen Patch-Block auf Index anwenden [y,n,q,a,d%s,?]? " |
| 303 | |
| 304 | msgid "" |
| 305 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 306 | "applying." |
| 307 | msgstr "" |
| 308 | "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-" |
| 309 | "Block direkt zum Anwenden markiert." |
| 310 | |
| 311 | msgid "" |
| 312 | "y - apply this hunk to index\n" |
| 313 | "n - do not apply this hunk to index\n" |
| 314 | "q - quit; do not apply this hunk or any of the remaining ones\n" |
| 315 | "a - apply this hunk and all later hunks in the file\n" |
| 316 | "d - do not apply this hunk or any of the later hunks in the file\n" |
| 317 | msgstr "" |
| 318 | "y - diesen Patch-Block auf den Index anwenden\n" |
| 319 | "n - diesen Patch-Block nicht auf den Index anwenden\n" |
| 320 | "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht auf den Index " |
| 321 | "anwenden\n" |
| 322 | "a - diesen und alle weiteren Patch-Blöcke dieser Datei auf den Index " |
| 323 | "anwenden\n" |
| 324 | "d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht auf den Index " |
| 325 | "anwenden\n" |
| 326 | |
| 327 | #, c-format |
| 328 | msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? " |
| 329 | msgstr "Modusänderung im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? " |
| 330 | |
| 331 | #, c-format |
| 332 | msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? " |
| 333 | msgstr "Löschung im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? " |
| 334 | |
| 335 | #, c-format |
| 336 | msgid "Discard addition from worktree [y,n,q,a,d%s,?]? " |
| 337 | msgstr "Ergänzung im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? " |
| 338 | |
| 339 | #, c-format |
| 340 | msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? " |
| 341 | msgstr "Diesen Patch-Block im Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? " |
| 342 | |
| 343 | msgid "" |
| 344 | "If the patch applies cleanly, the edited hunk will immediately be marked for " |
| 345 | "discarding." |
| 346 | msgstr "" |
| 347 | "Wenn der Patch sauber angewendet werden kann, wird der bearbeitete Patch-" |
| 348 | "Block direkt zum Verwerfen markiert." |
| 349 | |
| 350 | msgid "" |
| 351 | "y - discard this hunk from worktree\n" |
| 352 | "n - do not discard this hunk from worktree\n" |
| 353 | "q - quit; do not discard this hunk or any of the remaining ones\n" |
| 354 | "a - discard this hunk and all later hunks in the file\n" |
| 355 | "d - do not discard this hunk or any of the later hunks in the file\n" |
| 356 | msgstr "" |
| 357 | "y - diesen Patch-Block im Arbeitsverzeichnis verwerfen\n" |
| 358 | "n - diesen Patch-Block im Arbeitsverzeichnis nicht verwerfen\n" |
| 359 | "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht im " |
| 360 | "Arbeitsverzeichnis verwerfen\n" |
| 361 | "a - diesen und alle weiteren Patch-Blöcke dieser Datei im Arbeitsverzeichnis " |
| 362 | "verwerfen\n" |
| 363 | "d - diesen oder alle weiteren Patch-Blöcke dieser Datei nicht im " |
| 364 | "Arbeitsverzeichnis verwerfen\n" |
| 365 | |
| 366 | #, c-format |
| 367 | msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? " |
| 368 | msgstr "" |
| 369 | "Modusänderung im Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? " |
| 370 | |
| 371 | #, c-format |
| 372 | msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? " |
| 373 | msgstr "Löschung im Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? " |
| 374 | |
| 375 | #, c-format |
| 376 | msgid "Discard addition from index and worktree [y,n,q,a,d%s,?]? " |
| 377 | msgstr "Ergänzung im Index und Arbeitsverzeichnis verwerfen [y,n,q,a,d%s,?]? " |
| 378 | |
| 379 | #, c-format |
| 380 | msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? " |
| 381 | msgstr "" |
| 382 | "Diesen Patch-Block im Index und Arbeitsverzeichnis verwerfen " |
| 383 | "[y,n,q,a,d%s,?]? " |
| 384 | |
| 385 | msgid "" |
| 386 | "y - discard this hunk from index and worktree\n" |
| 387 | "n - do not discard this hunk from index and worktree\n" |
| 388 | "q - quit; do not discard this hunk or any of the remaining ones\n" |
| 389 | "a - discard this hunk and all later hunks in the file\n" |
| 390 | "d - do not discard this hunk or any of the later hunks in the file\n" |
| 391 | msgstr "" |
| 392 | "y - diesen Patch-Block im Index und Arbeitsverzeichnis verwerfen\n" |
| 393 | "n - diesen Patch-Block nicht im Index und Arbeitsverzeichnis verwerfen\n" |
| 394 | "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht verwerfen\n" |
| 395 | "a - diesen und alle weiteren Patch-Blöcke in der Datei verwerfen\n" |
| 396 | "d - diesen oder alle weiteren Patch-Blöcke in der Datei nicht verwerfen\n" |
| 397 | |
| 398 | #, c-format |
| 399 | msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? " |
| 400 | msgstr "" |
| 401 | "Modusänderung auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? " |
| 402 | |
| 403 | #, c-format |
| 404 | msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? " |
| 405 | msgstr "Löschung auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? " |
| 406 | |
| 407 | #, c-format |
| 408 | msgid "Apply addition to index and worktree [y,n,q,a,d%s,?]? " |
| 409 | msgstr "Ergänzung auf Index und Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? " |
| 410 | |
| 411 | #, c-format |
| 412 | msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? " |
| 413 | msgstr "" |
| 414 | "Diesen Patch-Block auf Index und Arbeitsverzeichnis anwenden " |
| 415 | "[y,n,q,a,d%s,?]? " |
| 416 | |
| 417 | msgid "" |
| 418 | "y - apply this hunk to index and worktree\n" |
| 419 | "n - do not apply this hunk to index and worktree\n" |
| 420 | "q - quit; do not apply this hunk or any of the remaining ones\n" |
| 421 | "a - apply this hunk and all later hunks in the file\n" |
| 422 | "d - do not apply this hunk or any of the later hunks in the file\n" |
| 423 | msgstr "" |
| 424 | "y - diesen Patch-Block im Index und auf das Arbeitsverzeichnis anwenden\n" |
| 425 | "n - diesen Patch-Block nicht im Index und auf das Arbeitsverzeichnis " |
| 426 | "anwenden\n" |
| 427 | "q - Beenden; diesen oder alle verbleibenden Patch-Blöcke nicht anwenden\n" |
| 428 | "a - diesen und alle weiteren Patch-Blöcke in der Datei anwenden\n" |
| 429 | "d - diesen oder alle weiteren Patch-Blöcke in der Datei nicht anwenden\n" |
| 430 | |
| 431 | #, c-format |
| 432 | msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? " |
| 433 | msgstr "Modusänderung auf Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? " |
| 434 | |
| 435 | #, c-format |
| 436 | msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? " |
| 437 | msgstr "Löschung auf Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? " |
| 438 | |
| 439 | #, c-format |
| 440 | msgid "Apply addition to worktree [y,n,q,a,d%s,?]? " |
| 441 | msgstr "Ergänzung auf Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? " |
| 442 | |
| 443 | #, c-format |
| 444 | msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? " |
| 445 | msgstr "" |
| 446 | "Diesen Patch-Block auf das Arbeitsverzeichnis anwenden [y,n,q,a,d%s,?]? " |
| 447 | |
| 448 | msgid "" |
| 449 | "y - apply this hunk to worktree\n" |
| 450 | "n - do not apply this hunk to worktree\n" |
| 451 | "q - quit; do not apply this hunk or any of the remaining ones\n" |
| 452 | "a - apply this hunk and all later hunks in the file\n" |
| 453 | "d - do not apply this hunk or any of the later hunks in the file\n" |
| 454 | msgstr "" |
| 455 | "y - diesen Patch-Block auf das Arbeitsverzeichnis anwenden\n" |
| 456 | "n - diesen Patch-Block nicht auf das Arbeitsverzeichnis anwenden\n" |
| 457 | "q - Beenden; diesen und alle verbleibenden Patch-Blöcke nicht anwenden\n" |
| 458 | "a - diesen und alle weiteren Patch-Blöcke in der Datei anwenden\n" |
| 459 | "d - diesen und alle weiteren Patch-Blöcke in der Datei nicht anwenden\n" |
| 460 | |
| 461 | #, c-format |
| 462 | msgid "could not parse hunk header '%.*s'" |
| 463 | msgstr "Konnte Block-Header '%.*s' nicht parsen." |
| 464 | |
| 465 | msgid "could not parse diff" |
| 466 | msgstr "konnte Diff nicht parsen" |
| 467 | |
| 468 | msgid "could not parse colored diff" |
| 469 | msgstr "konnte farbigen Diff nicht parsen" |
| 470 | |
| 471 | #, c-format |
| 472 | msgid "failed to run '%s'" |
| 473 | msgstr "'%s' konnte nicht ausgeführt werden" |
| 474 | |
| 475 | msgid "mismatched output from interactive.diffFilter" |
| 476 | msgstr "nicht übereinstimmende Ausgabe von interactive.diffFilter" |
| 477 | |
| 478 | msgid "" |
| 479 | "Your filter must maintain a one-to-one correspondence\n" |
| 480 | "between its input and output lines." |
| 481 | msgstr "" |
| 482 | "Der Filter muss eine Eins-zu-Eins-Beziehung\n" |
| 483 | "zwischen den Ein- und Ausgabe-Zeilen einhalten." |
| 484 | |
| 485 | #, c-format |
| 486 | msgid "" |
| 487 | "expected context line #%d in\n" |
| 488 | "%.*s" |
| 489 | msgstr "" |
| 490 | "Erwartete Kontextzeile #%d in\n" |
| 491 | "%.*s" |
| 492 | |
| 493 | #, c-format |
| 494 | msgid "" |
| 495 | "hunks do not overlap:\n" |
| 496 | "%.*s\n" |
| 497 | "\tdoes not end with:\n" |
| 498 | "%.*s" |
| 499 | msgstr "" |
| 500 | "Patch-Blöcke überlappen sich nicht:\n" |
| 501 | "%.*s\n" |
| 502 | "\tendet nicht mit:\n" |
| 503 | "%.*s" |
| 504 | |
| 505 | msgid "Manual hunk edit mode -- see bottom for a quick guide.\n" |
| 506 | msgstr "" |
| 507 | "Manueller Editiermodus für Patch-Blöcke -- siehe nach unten für eine\n" |
| 508 | "Kurzanleitung.\n" |
| 509 | |
| 510 | #, c-format |
| 511 | msgid "" |
| 512 | "---\n" |
| 513 | "To remove '%c' lines, make them ' ' lines (context).\n" |
| 514 | "To remove '%c' lines, delete them.\n" |
| 515 | "Lines starting with %s will be removed.\n" |
| 516 | msgstr "" |
| 517 | "---\n" |
| 518 | "Um '%c' Zeilen zu entfernen, machen Sie aus diesen ' ' Zeilen (Kontext).\n" |
| 519 | "Um '%c' Zeilen zu entfernen, löschen Sie diese.\n" |
| 520 | "Zeilen, die mit %s beginnen, werden entfernt.\n" |
| 521 | |
| 522 | msgid "" |
| 523 | "If it does not apply cleanly, you will be given an opportunity to\n" |
| 524 | "edit again. If all lines of the hunk are removed, then the edit is\n" |
| 525 | "aborted and the hunk is left unchanged.\n" |
| 526 | msgstr "" |
| 527 | "Wenn das nicht sauber angewendet werden kann, haben Sie die Möglichkeit\n" |
| 528 | "einer erneuten Bearbeitung. Wenn alle Zeilen des Patch-Blocks entfernt " |
| 529 | "werden,\n" |
| 530 | "wird die Bearbeitung abgebrochen und der Patch-Block bleibt unverändert.\n" |
| 531 | |
| 532 | msgid "could not parse hunk header" |
| 533 | msgstr "konnte Block-Header nicht parsen" |
| 534 | |
| 535 | msgid "'git apply --cached' failed" |
| 536 | msgstr "'git apply --cached' schlug fehl" |
| 537 | |
| 538 | #. TRANSLATORS: do not translate [y/n] |
| 539 | #. The program will only accept that input at this point. |
| 540 | #. Consider translating (saying "no" discards!) as |
| 541 | #. (saying "n" for "no" discards!) if the translation |
| 542 | #. of the word "no" does not start with n. |
| 543 | #. |
| 544 | msgid "" |
| 545 | "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? " |
| 546 | msgstr "" |
| 547 | "Ihr bearbeiteter Patch-Block kann nicht angewendet werden.\n" |
| 548 | "Erneut bearbeiten? (\"n\" verwirft Bearbeitung!) [y/n]?" |
| 549 | |
| 550 | msgid "The selected hunks do not apply to the index!" |
| 551 | msgstr "" |
| 552 | "Die ausgewählten Patch-Blöcke können nicht auf den Index angewendet werden!" |
| 553 | |
| 554 | msgid "Apply them to the worktree anyway? " |
| 555 | msgstr "Trotzdem auf Arbeitsverzeichnis anwenden? " |
| 556 | |
| 557 | msgid "Nothing was applied.\n" |
| 558 | msgstr "Nichts angewendet.\n" |
| 559 | |
| 560 | msgid "" |
| 561 | "j - leave this hunk undecided, see next undecided hunk\n" |
| 562 | "J - leave this hunk undecided, see next hunk\n" |
| 563 | "k - leave this hunk undecided, see previous undecided hunk\n" |
| 564 | "K - leave this hunk undecided, see previous hunk\n" |
| 565 | "g - select a hunk to go to\n" |
| 566 | "/ - search for a hunk matching the given regex\n" |
| 567 | "s - split the current hunk into smaller hunks\n" |
| 568 | "e - manually edit the current hunk\n" |
| 569 | "p - print the current hunk, 'P' to use the pager\n" |
| 570 | "? - print help\n" |
| 571 | msgstr "" |
| 572 | "j - diesen Patch-Block unbestimmt lassen, nächsten unbestimmten Patch-Block " |
| 573 | "anzeigen\n" |
| 574 | "J - diesen Patch-Block unbestimmt lassen, nächsten Patch-Block anzeigen\n" |
| 575 | "k - diesen Patch-Block unbestimmt lassen, vorherigen unbestimmten Patch-" |
| 576 | "Block anzeigen\n" |
| 577 | "K - diesen Patch-Block unbestimmt lassen, vorherigen Patch-Block anzeigen\n" |
| 578 | "g - Patch-Block zum Hinspringen auswählen\n" |
| 579 | "/ - nach Patch-Block suchen, der regulärem Ausdruck entspricht\n" |
| 580 | "s - aktuellen Patch-Block in kleinere Patch-Blöcke aufteilen\n" |
| 581 | "e - aktuellen Patch-Block manuell editieren\n" |
| 582 | "p - aktuellen Patch-Block anzeigen, 'P' um Anzeigeprogramm zu benutzen\n" |
| 583 | "? - Hilfe anzeigen\n" |
| 584 | |
| 585 | #, c-format |
| 586 | msgid "Only one letter is expected, got '%s'" |
| 587 | msgstr "Es wird nur ein Buchstabe erwartet, '%s' erhalten" |
| 588 | |
| 589 | msgid "No previous hunk" |
| 590 | msgstr "Kein vorheriger Patch-Block" |
| 591 | |
| 592 | msgid "No next hunk" |
| 593 | msgstr "Kein folgender Patch-Block" |
| 594 | |
| 595 | msgid "No other hunks to goto" |
| 596 | msgstr "Keine anderen Patch-Blöcke verbleibend" |
| 597 | |
| 598 | msgid "go to which hunk (<ret> to see more)? " |
| 599 | msgstr "zu welchem Patch-Block springen (<Enter> für mehr Informationen)? " |
| 600 | |
| 601 | msgid "go to which hunk? " |
| 602 | msgstr "zu welchem Patch-Block springen? " |
| 603 | |
| 604 | #, c-format |
| 605 | msgid "Invalid number: '%s'" |
| 606 | msgstr "Ungültige Nummer: '%s'" |
| 607 | |
| 608 | #, c-format |
| 609 | msgid "Sorry, only %d hunk available." |
| 610 | msgid_plural "Sorry, only %d hunks available." |
| 611 | msgstr[0] "Entschuldigung, nur %d Patch-Block verfügbar." |
| 612 | msgstr[1] "Entschuldigung, nur %d Patch-Blöcke verfügbar." |
| 613 | |
| 614 | msgid "No other hunks to search" |
| 615 | msgstr "Keine anderen Patch-Blöcke zum Durchsuchen" |
| 616 | |
| 617 | msgid "search for regex? " |
| 618 | msgstr "Suche nach regulärem Ausdruck? " |
| 619 | |
| 620 | #, c-format |
| 621 | msgid "Malformed search regexp %s: %s" |
| 622 | msgstr "Fehlerhafter regulärer Ausdruck für Suche %s: %s" |
| 623 | |
| 624 | msgid "No hunk matches the given pattern" |
| 625 | msgstr "Kein Patch-Block entspricht dem angegebenen Muster" |
| 626 | |
| 627 | msgid "Sorry, cannot split this hunk" |
| 628 | msgstr "Entschuldigung, kann diesen Patch-Block nicht aufteilen" |
| 629 | |
| 630 | #, c-format |
| 631 | msgid "Split into %d hunks." |
| 632 | msgstr "In %d Patch-Block aufgeteilt." |
| 633 | |
| 634 | msgid "Sorry, cannot edit this hunk" |
| 635 | msgstr "Entschuldigung, kann diesen Patch-Block nicht bearbeiten" |
| 636 | |
| 637 | #, c-format |
| 638 | msgid "Unknown command '%s' (use '?' for help)" |
| 639 | msgstr "Unbekannter Befehl '%s' (für Hilfe '?' verwenden)" |
| 640 | |
| 641 | msgid "'git apply' failed" |
| 642 | msgstr "'git apply' schlug fehl" |
| 643 | |
| 644 | msgid "No changes." |
| 645 | msgstr "Keine Änderungen." |
| 646 | |
| 647 | msgid "Only binary files changed." |
| 648 | msgstr "Nur Binärdateien geändert." |
| 649 | |
| 650 | #, c-format |
| 651 | msgid "" |
| 652 | "\n" |
| 653 | "Disable this message with \"git config set advice.%s false\"" |
| 654 | msgstr "" |
| 655 | "\n" |
| 656 | "Deaktivieren Sie diese Meldung mit \"git config set advice.%s false\"" |
| 657 | |
| 658 | #, c-format |
| 659 | msgid "%shint:%s%.*s%s\n" |
| 660 | msgstr "%sHinweis:%s%.*s%s\n" |
| 661 | |
| 662 | msgid "Cherry-picking is not possible because you have unmerged files." |
| 663 | msgstr "" |
| 664 | "Cherry-Picken ist nicht möglich, weil Sie nicht zusammengeführte Dateien " |
| 665 | "haben." |
| 666 | |
| 667 | msgid "Committing is not possible because you have unmerged files." |
| 668 | msgstr "" |
| 669 | "Committen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." |
| 670 | |
| 671 | msgid "Merging is not possible because you have unmerged files." |
| 672 | msgstr "" |
| 673 | "Mergen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." |
| 674 | |
| 675 | msgid "Pulling is not possible because you have unmerged files." |
| 676 | msgstr "" |
| 677 | "Pullen ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." |
| 678 | |
| 679 | msgid "Reverting is not possible because you have unmerged files." |
| 680 | msgstr "" |
| 681 | "Reverten ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." |
| 682 | |
| 683 | msgid "Rebasing is not possible because you have unmerged files." |
| 684 | msgstr "" |
| 685 | "Rebase ist nicht möglich, weil Sie nicht zusammengeführte Dateien haben." |
| 686 | |
| 687 | msgid "" |
| 688 | "Fix them up in the work tree, and then use 'git add/rm <file>'\n" |
| 689 | "as appropriate to mark resolution and make a commit." |
| 690 | msgstr "" |
| 691 | "Korrigieren Sie dies im Arbeitsverzeichnis, und benutzen Sie\n" |
| 692 | "dann 'git add/rm <Datei>', um die Auflösung entsprechend zu markieren\n" |
| 693 | "und zu committen." |
| 694 | |
| 695 | msgid "Exiting because of an unresolved conflict." |
| 696 | msgstr "Beende wegen unaufgelöstem Konflikt." |
| 697 | |
| 698 | msgid "You have not concluded your merge (MERGE_HEAD exists)." |
| 699 | msgstr "Sie haben Ihren Merge nicht abgeschlossen (MERGE_HEAD existiert)." |
| 700 | |
| 701 | msgid "Please, commit your changes before merging." |
| 702 | msgstr "Bitte committen Sie Ihre Änderungen, bevor Sie mergen." |
| 703 | |
| 704 | msgid "Exiting because of unfinished merge." |
| 705 | msgstr "Beende wegen nicht abgeschlossenem Merge." |
| 706 | |
| 707 | msgid "" |
| 708 | "Diverging branches can't be fast-forwarded, you need to either:\n" |
| 709 | "\n" |
| 710 | "\tgit merge --no-ff\n" |
| 711 | "\n" |
| 712 | "or:\n" |
| 713 | "\n" |
| 714 | "\tgit rebase\n" |
| 715 | msgstr "" |
| 716 | "Abweichende Branches können nicht vorgespult werden, benutzen Sie " |
| 717 | "stattdessen:\n" |
| 718 | "\n" |
| 719 | "\tgit merge --no-ff\n" |
| 720 | "\n" |
| 721 | "oder:\n" |
| 722 | "\n" |
| 723 | "\tgit rebase\n" |
| 724 | |
| 725 | msgid "Not possible to fast-forward, aborting." |
| 726 | msgstr "Vorspulen nicht möglich, breche ab." |
| 727 | |
| 728 | #, c-format |
| 729 | msgid "" |
| 730 | "The following paths and/or pathspecs matched paths that exist\n" |
| 731 | "outside of your sparse-checkout definition, so will not be\n" |
| 732 | "updated in the index:\n" |
| 733 | msgstr "" |
| 734 | "Die folgenden Pfade und/oder Pfadspezifikationen entsprachen keinem Pfad,\n" |
| 735 | "der außerhalb Ihrer partiellen Checkout-Definition existierte, weshalb\n" |
| 736 | "diese nicht im Index aktualisiert werden:\n" |
| 737 | |
| 738 | msgid "" |
| 739 | "If you intend to update such entries, try one of the following:\n" |
| 740 | "* Use the --sparse option.\n" |
| 741 | "* Disable or modify the sparsity rules." |
| 742 | msgstr "" |
| 743 | "Wenn Sie beabsichtigen, solche Einträge zu aktualisieren, versuchen Sie es\n" |
| 744 | "mit einem der folgenden Schritte:\n" |
| 745 | "* Verwenden Sie die Option --sparse.\n" |
| 746 | "* Deaktivieren oder ändern Sie die Regeln für partielle Checkouts." |
| 747 | |
| 748 | #, c-format |
| 749 | msgid "" |
| 750 | "Note: switching to '%s'.\n" |
| 751 | "\n" |
| 752 | "You are in 'detached HEAD' state. You can look around, make experimental\n" |
| 753 | "changes and commit them, and you can discard any commits you make in this\n" |
| 754 | "state without impacting any branches by switching back to a branch.\n" |
| 755 | "\n" |
| 756 | "If you want to create a new branch to retain commits you create, you may\n" |
| 757 | "do so (now or later) by using -c with the switch command. Example:\n" |
| 758 | "\n" |
| 759 | " git switch -c <new-branch-name>\n" |
| 760 | "\n" |
| 761 | "Or undo this operation with:\n" |
| 762 | "\n" |
| 763 | " git switch -\n" |
| 764 | "\n" |
| 765 | "Turn off this advice by setting config variable advice.detachedHead to " |
| 766 | "false\n" |
| 767 | "\n" |
| 768 | msgstr "" |
| 769 | "Hinweis: Wechsle zu '%s'.\n" |
| 770 | "\n" |
| 771 | "Sie befinden sich im Zustand eines 'losgelösten HEAD'. Sie können sich\n" |
| 772 | "umschauen, experimentelle Änderungen vornehmen und diese committen, und\n" |
| 773 | "Sie können alle möglichen Commits, die Sie in diesem Zustand machen,\n" |
| 774 | "ohne Auswirkungen auf irgendeinen Branch verwerfen, indem Sie zu einem\n" |
| 775 | "anderen Branch wechseln.\n" |
| 776 | "\n" |
| 777 | "Wenn Sie einen neuen Branch erstellen möchten, um Ihre erstellten Commits\n" |
| 778 | "zu behalten, können Sie das (jetzt oder später) durch Nutzung von\n" |
| 779 | "'switch' mit der Option -c tun. Beispiel:\n" |
| 780 | "\n" |
| 781 | " git switch -c <neuer-Branchname>\n" |
| 782 | "\n" |
| 783 | "Oder um diese Operation rückgängig zu machen:\n" |
| 784 | " git switch -\n" |
| 785 | "\n" |
| 786 | "Sie können diesen Hinweis ausschalten, indem Sie die Konfigurationsvariable\n" |
| 787 | "'advice.detachedHead' auf 'false' setzen.\n" |
| 788 | "\n" |
| 789 | |
| 790 | #, c-format |
| 791 | msgid "" |
| 792 | "The following paths have been moved outside the\n" |
| 793 | "sparse-checkout definition but are not sparse due to local\n" |
| 794 | "modifications.\n" |
| 795 | msgstr "" |
| 796 | "Die folgenden Pfade wurden aus der partiellen Checkout-Definition\n" |
| 797 | "verschoben, sind aber aufgrund lokaler Änderungen nicht partiell.\n" |
| 798 | |
| 799 | msgid "" |
| 800 | "To correct the sparsity of these paths, do the following:\n" |
| 801 | "* Use \"git add --sparse <paths>\" to update the index\n" |
| 802 | "* Use \"git sparse-checkout reapply\" to apply the sparsity rules" |
| 803 | msgstr "" |
| 804 | "Um den partiellen Checkout dieser Pfade zu korrigieren, gehen Sie wie folgt " |
| 805 | "vor:\n" |
| 806 | "* Verwenden Sie \"git add --sparse <Pfade>\", um den Index zu aktualisieren\n" |
| 807 | "* Verwenden Sie \"git sparse-checkout reapply\", um die Regeln für partielle " |
| 808 | "Checkouts anzuwenden" |
| 809 | |
| 810 | msgid "cmdline ends with \\" |
| 811 | msgstr "Befehlszeile endet mit \\" |
| 812 | |
| 813 | msgid "unclosed quote" |
| 814 | msgstr "nicht geschlossene Anführungszeichen" |
| 815 | |
| 816 | msgid "too many arguments" |
| 817 | msgstr "zu viele Argumente" |
| 818 | |
| 819 | #, c-format |
| 820 | msgid "unrecognized whitespace option '%s'" |
| 821 | msgstr "Nicht erkannte Whitespace-Option: '%s'" |
| 822 | |
| 823 | #, c-format |
| 824 | msgid "unrecognized whitespace ignore option '%s'" |
| 825 | msgstr "nicht erkannte Option zum Ignorieren von Whitespace: '%s'" |
| 826 | |
| 827 | #, c-format |
| 828 | msgid "options '%s' and '%s' cannot be used together" |
| 829 | msgstr "die Optionen '%s' und '%s' können nicht gemeinsam verwendet werden" |
| 830 | |
| 831 | #, c-format |
| 832 | msgid "'%s' outside a repository" |
| 833 | msgstr "'%s' außerhalb eines Repositories" |
| 834 | |
| 835 | msgid "failed to read patch" |
| 836 | msgstr "Patch konnte nicht gelesen werden" |
| 837 | |
| 838 | msgid "patch too large" |
| 839 | msgstr "Patch zu groß" |
| 840 | |
| 841 | #, c-format |
| 842 | msgid "Cannot prepare timestamp regexp %s" |
| 843 | msgstr "Kann regulären Ausdruck für Zeitstempel %s nicht verarbeiten" |
| 844 | |
| 845 | #, c-format |
| 846 | msgid "regexec returned %d for input: %s" |
| 847 | msgstr "Ausführung des regulären Ausdrucks gab %d zurück. Eingabe: %s" |
| 848 | |
| 849 | #, c-format |
| 850 | msgid "unable to find filename in patch at line %d" |
| 851 | msgstr "konnte keinen Dateinamen in Zeile %d des Patches finden" |
| 852 | |
| 853 | #, c-format |
| 854 | msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" |
| 855 | msgstr "" |
| 856 | "git apply: ungültiges 'git-diff' - erwartete /dev/null, erhielt %s in Zeile " |
| 857 | "%d" |
| 858 | |
| 859 | #, c-format |
| 860 | msgid "git apply: bad git-diff - inconsistent new filename on line %d" |
| 861 | msgstr "" |
| 862 | "git apply: ungültiges 'git-diff' - Inkonsistenter neuer Dateiname in Zeile %d" |
| 863 | |
| 864 | #, c-format |
| 865 | msgid "git apply: bad git-diff - inconsistent old filename on line %d" |
| 866 | msgstr "" |
| 867 | "git apply: ungültiges 'git-diff' - Inkonsistenter alter Dateiname in Zeile %d" |
| 868 | |
| 869 | #, c-format |
| 870 | msgid "git apply: bad git-diff - expected /dev/null on line %d" |
| 871 | msgstr "git apply: ungültiges 'git-diff' - erwartete /dev/null in Zeile %d" |
| 872 | |
| 873 | #, c-format |
| 874 | msgid "invalid mode on line %d: %s" |
| 875 | msgstr "Ungültiger Modus in Zeile %d: %s" |
| 876 | |
| 877 | #, c-format |
| 878 | msgid "inconsistent header lines %d and %d" |
| 879 | msgstr "inkonsistente Kopfzeilen %d und %d" |
| 880 | |
| 881 | #, c-format |
| 882 | msgid "" |
| 883 | "git diff header lacks filename information when removing %d leading pathname " |
| 884 | "component (line %d)" |
| 885 | msgid_plural "" |
| 886 | "git diff header lacks filename information when removing %d leading pathname " |
| 887 | "components (line %d)" |
| 888 | msgstr[0] "" |
| 889 | "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn " |
| 890 | "%d vorangestellter Teil des Pfades entfernt wird (Zeile %d)" |
| 891 | msgstr[1] "" |
| 892 | "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen, wenn " |
| 893 | "%d vorangestellte Teile des Pfades entfernt werden (Zeile %d)" |
| 894 | |
| 895 | #, c-format |
| 896 | msgid "git diff header lacks filename information (line %d)" |
| 897 | msgstr "" |
| 898 | "Dem Kopfbereich von \"git diff\" fehlen Informationen zum Dateinamen (Zeile " |
| 899 | "%d)" |
| 900 | |
| 901 | #, c-format |
| 902 | msgid "recount: unexpected line: %.*s" |
| 903 | msgstr "recount: unerwartete Zeile: %.*s" |
| 904 | |
| 905 | #, c-format |
| 906 | msgid "patch fragment without header at line %d: %.*s" |
| 907 | msgstr "Patch-Fragment ohne Kopfbereich bei Zeile %d: %.*s" |
| 908 | |
| 909 | msgid "new file depends on old contents" |
| 910 | msgstr "neue Datei hängt von alten Inhalten ab" |
| 911 | |
| 912 | msgid "deleted file still has contents" |
| 913 | msgstr "entfernte Datei hat noch Inhalte" |
| 914 | |
| 915 | #, c-format |
| 916 | msgid "corrupt patch at line %d" |
| 917 | msgstr "fehlerhafter Patch bei Zeile %d" |
| 918 | |
| 919 | #, c-format |
| 920 | msgid "new file %s depends on old contents" |
| 921 | msgstr "neue Datei %s hängt von alten Inhalten ab" |
| 922 | |
| 923 | #, c-format |
| 924 | msgid "deleted file %s still has contents" |
| 925 | msgstr "entfernte Datei %s hat noch Inhalte" |
| 926 | |
| 927 | #, c-format |
| 928 | msgid "** warning: file %s becomes empty but is not deleted" |
| 929 | msgstr "** Warnung: Datei %s wird leer, aber ist nicht entfernt" |
| 930 | |
| 931 | #, c-format |
| 932 | msgid "corrupt binary patch at line %d: %.*s" |
| 933 | msgstr "fehlerhafter Binär-Patch bei Zeile %d: %.*s" |
| 934 | |
| 935 | #, c-format |
| 936 | msgid "unrecognized binary patch at line %d" |
| 937 | msgstr "nicht erkannter Binär-Patch bei Zeile %d" |
| 938 | |
| 939 | #, c-format |
| 940 | msgid "patch with only garbage at line %d" |
| 941 | msgstr "Patch mit nutzlosen Informationen bei Zeile %d" |
| 942 | |
| 943 | #, c-format |
| 944 | msgid "unable to read symlink %s" |
| 945 | msgstr "konnte symbolische Verknüpfung %s nicht lesen" |
| 946 | |
| 947 | #, c-format |
| 948 | msgid "unable to open or read %s" |
| 949 | msgstr "konnte %s nicht öffnen oder lesen" |
| 950 | |
| 951 | #, c-format |
| 952 | msgid "invalid start of line: '%c'" |
| 953 | msgstr "Ungültiger Zeilenanfang: '%c'" |
| 954 | |
| 955 | #, c-format |
| 956 | msgid "Hunk #%d succeeded at %d (offset %d line)." |
| 957 | msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." |
| 958 | msgstr[0] "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeile versetzt)" |
| 959 | msgstr[1] "" |
| 960 | "Patch-Bereich #%d erfolgreich angewendet bei %d (%d Zeilen versetzt)" |
| 961 | |
| 962 | #, c-format |
| 963 | msgid "Context reduced to (%ld/%ld) to apply fragment at %d" |
| 964 | msgstr "Kontext reduziert zu (%ld/%ld), um Patch-Bereich bei %d anzuwenden" |
| 965 | |
| 966 | #, c-format |
| 967 | msgid "" |
| 968 | "while searching for:\n" |
| 969 | "%.*s" |
| 970 | msgstr "" |
| 971 | "bei der Suche nach:\n" |
| 972 | "%.*s" |
| 973 | |
| 974 | #, c-format |
| 975 | msgid "missing binary patch data for '%s'" |
| 976 | msgstr "keine Daten in Binär-Patch für '%s'" |
| 977 | |
| 978 | #, c-format |
| 979 | msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" |
| 980 | msgstr "" |
| 981 | "kann binären Patch nicht in umgekehrter Reihenfolge anwenden ohne einen\n" |
| 982 | "umgekehrten Patch-Block auf '%s'" |
| 983 | |
| 984 | #, c-format |
| 985 | msgid "cannot apply binary patch to '%s' without full index line" |
| 986 | msgstr "" |
| 987 | "kann binären Patch auf '%s' nicht ohne eine vollständige Index-Zeile anwenden" |
| 988 | |
| 989 | #, c-format |
| 990 | msgid "" |
| 991 | "the patch applies to '%s' (%s), which does not match the current contents." |
| 992 | msgstr "" |
| 993 | "der Patch wird angewendet auf '%s' (%s), was nicht den aktuellen Inhalten\n" |
| 994 | "entspricht." |
| 995 | |
| 996 | #, c-format |
| 997 | msgid "the patch applies to an empty '%s' but it is not empty" |
| 998 | msgstr "der Patch wird auf ein leeres '%s' angewendet, was aber nicht leer ist" |
| 999 | |
| 1000 | #, c-format |
| 1001 | msgid "the necessary postimage %s for '%s' cannot be read" |
| 1002 | msgstr "das erforderliche Postimage %s für '%s' kann nicht gelesen werden" |
| 1003 | |
| 1004 | #, c-format |
| 1005 | msgid "binary patch does not apply to '%s'" |
| 1006 | msgstr "Konnte Binär-Patch nicht auf '%s' anwenden" |
| 1007 | |
| 1008 | #, c-format |
| 1009 | msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" |
| 1010 | msgstr "" |
| 1011 | "Binär-Patch für '%s' erzeugt falsches Ergebnis (erwartete %s, bekam %s)" |
| 1012 | |
| 1013 | #, c-format |
| 1014 | msgid "patch failed: %s:%ld" |
| 1015 | msgstr "Anwendung des Patches fehlgeschlagen: %s:%ld" |
| 1016 | |
| 1017 | #, c-format |
| 1018 | msgid "cannot checkout %s" |
| 1019 | msgstr "kann %s nicht auschecken" |
| 1020 | |
| 1021 | #, c-format |
| 1022 | msgid "failed to read %s" |
| 1023 | msgstr "Fehler beim Lesen von %s" |
| 1024 | |
| 1025 | #, c-format |
| 1026 | msgid "reading from '%s' beyond a symbolic link" |
| 1027 | msgstr "'%s' ist hinter einer symbolischen Verknüpfung" |
| 1028 | |
| 1029 | #, c-format |
| 1030 | msgid "path %s has been renamed/deleted" |
| 1031 | msgstr "Pfad %s wurde umbenannt/gelöscht" |
| 1032 | |
| 1033 | #, c-format |
| 1034 | msgid "%s: does not exist in index" |
| 1035 | msgstr "%s ist nicht im Index" |
| 1036 | |
| 1037 | #, c-format |
| 1038 | msgid "%s: does not match index" |
| 1039 | msgstr "%s entspricht nicht der Version im Index" |
| 1040 | |
| 1041 | msgid "repository lacks the necessary blob to perform 3-way merge." |
| 1042 | msgstr "" |
| 1043 | "Dem Repository fehlt der notwendige Blob, um einen 3-Wege-Merge " |
| 1044 | "durchzuführen." |
| 1045 | |
| 1046 | #, c-format |
| 1047 | msgid "Performing three-way merge...\n" |
| 1048 | msgstr "Führe 3-Wege-Merge durch...\n" |
| 1049 | |
| 1050 | #, c-format |
| 1051 | msgid "cannot read the current contents of '%s'" |
| 1052 | msgstr "kann aktuelle Inhalte von '%s' nicht lesen" |
| 1053 | |
| 1054 | #, c-format |
| 1055 | msgid "Failed to perform three-way merge...\n" |
| 1056 | msgstr "Fehler beim Durchführen des 3-Wege-Merges...\n" |
| 1057 | |
| 1058 | #, c-format |
| 1059 | msgid "Applied patch to '%s' with conflicts.\n" |
| 1060 | msgstr "Patch auf '%s' mit Konflikten angewendet.\n" |
| 1061 | |
| 1062 | #, c-format |
| 1063 | msgid "Applied patch to '%s' cleanly.\n" |
| 1064 | msgstr "Patch auf '%s' sauber angewendet.\n" |
| 1065 | |
| 1066 | #, c-format |
| 1067 | msgid "Falling back to direct application...\n" |
| 1068 | msgstr "Ausweichen auf direkte Anwendung...\n" |
| 1069 | |
| 1070 | msgid "removal patch leaves file contents" |
| 1071 | msgstr "Lösch-Patch hinterlässt Dateiinhalte" |
| 1072 | |
| 1073 | #, c-format |
| 1074 | msgid "%s: wrong type" |
| 1075 | msgstr "%s: falscher Typ" |
| 1076 | |
| 1077 | #, c-format |
| 1078 | msgid "%s has type %o, expected %o" |
| 1079 | msgstr "%s ist vom Typ %o, erwartete %o" |
| 1080 | |
| 1081 | #, c-format |
| 1082 | msgid "invalid path '%s'" |
| 1083 | msgstr "Ungültiger Pfad '%s'" |
| 1084 | |
| 1085 | #, c-format |
| 1086 | msgid "%s: already exists in index" |
| 1087 | msgstr "%s ist bereits bereitgestellt" |
| 1088 | |
| 1089 | #, c-format |
| 1090 | msgid "%s: already exists in working directory" |
| 1091 | msgstr "%s existiert bereits im Arbeitsverzeichnis" |
| 1092 | |
| 1093 | #, c-format |
| 1094 | msgid "new mode (%o) of %s does not match old mode (%o)" |
| 1095 | msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o)" |
| 1096 | |
| 1097 | #, c-format |
| 1098 | msgid "new mode (%o) of %s does not match old mode (%o) of %s" |
| 1099 | msgstr "neuer Modus (%o) von %s entspricht nicht dem alten Modus (%o) von %s" |
| 1100 | |
| 1101 | #, c-format |
| 1102 | msgid "affected file '%s' is beyond a symbolic link" |
| 1103 | msgstr "betroffene Datei '%s' ist hinter einer symbolischen Verknüpfung" |
| 1104 | |
| 1105 | #, c-format |
| 1106 | msgid "%s: patch does not apply" |
| 1107 | msgstr "%s: Patch konnte nicht angewendet werden" |
| 1108 | |
| 1109 | #, c-format |
| 1110 | msgid "Checking patch %s..." |
| 1111 | msgstr "Prüfe Patch %s..." |
| 1112 | |
| 1113 | #, c-format |
| 1114 | msgid "sha1 information is lacking or useless for submodule %s" |
| 1115 | msgstr "SHA-1 Information fehlt oder ist unbrauchbar für Submodul %s" |
| 1116 | |
| 1117 | #, c-format |
| 1118 | msgid "mode change for %s, which is not in current HEAD" |
| 1119 | msgstr "Modusänderung für %s, was sich nicht im aktuellen HEAD befindet" |
| 1120 | |
| 1121 | #, c-format |
| 1122 | msgid "sha1 information is lacking or useless (%s)." |
| 1123 | msgstr "SHA-1 Information fehlt oder ist unbrauchbar (%s)." |
| 1124 | |
| 1125 | #, c-format |
| 1126 | msgid "could not add %s to temporary index" |
| 1127 | msgstr "konnte %s nicht zum temporären Index hinzufügen" |
| 1128 | |
| 1129 | #, c-format |
| 1130 | msgid "could not write temporary index to %s" |
| 1131 | msgstr "konnte temporären Index nicht nach %s schreiben" |
| 1132 | |
| 1133 | #, c-format |
| 1134 | msgid "unable to remove %s from index" |
| 1135 | msgstr "konnte %s nicht aus dem Index entfernen" |
| 1136 | |
| 1137 | #, c-format |
| 1138 | msgid "corrupt patch for submodule %s" |
| 1139 | msgstr "fehlerhafter Patch für Submodul %s" |
| 1140 | |
| 1141 | #, c-format |
| 1142 | msgid "unable to stat newly created file '%s'" |
| 1143 | msgstr "konnte neu erstellte Datei '%s' nicht lesen" |
| 1144 | |
| 1145 | #, c-format |
| 1146 | msgid "unable to create backing store for newly created file %s" |
| 1147 | msgstr "kann internen Speicher für eben erstellte Datei %s nicht erzeugen" |
| 1148 | |
| 1149 | #, c-format |
| 1150 | msgid "unable to add cache entry for %s" |
| 1151 | msgstr "kann für %s keinen Eintrag in den Zwischenspeicher hinzufügen" |
| 1152 | |
| 1153 | #, c-format |
| 1154 | msgid "failed to write to '%s'" |
| 1155 | msgstr "Fehler beim Schreiben nach '%s'" |
| 1156 | |
| 1157 | #, c-format |
| 1158 | msgid "closing file '%s'" |
| 1159 | msgstr "schließe Datei '%s'" |
| 1160 | |
| 1161 | #, c-format |
| 1162 | msgid "unable to write file '%s' mode %o" |
| 1163 | msgstr "konnte Datei '%s' mit Modus %o nicht schreiben" |
| 1164 | |
| 1165 | #, c-format |
| 1166 | msgid "Applied patch %s cleanly." |
| 1167 | msgstr "Patch %s sauber angewendet." |
| 1168 | |
| 1169 | msgid "internal error" |
| 1170 | msgstr "interner Fehler" |
| 1171 | |
| 1172 | #, c-format |
| 1173 | msgid "Applying patch %%s with %d reject..." |
| 1174 | msgid_plural "Applying patch %%s with %d rejects..." |
| 1175 | msgstr[0] "Wende Patch %%s mit %d Zurückweisung an..." |
| 1176 | msgstr[1] "Wende Patch %%s mit %d Zurückweisungen an..." |
| 1177 | |
| 1178 | #, c-format |
| 1179 | msgid "cannot open %s" |
| 1180 | msgstr "kann '%s' nicht öffnen" |
| 1181 | |
| 1182 | #, c-format |
| 1183 | msgid "cannot unlink '%s'" |
| 1184 | msgstr "Kann '%s' nicht löschen." |
| 1185 | |
| 1186 | #, c-format |
| 1187 | msgid "Hunk #%d applied cleanly." |
| 1188 | msgstr "Patch-Bereich #%d sauber angewendet." |
| 1189 | |
| 1190 | #, c-format |
| 1191 | msgid "Rejected hunk #%d." |
| 1192 | msgstr "Patch-Block #%d zurückgewiesen." |
| 1193 | |
| 1194 | #, c-format |
| 1195 | msgid "Skipped patch '%s'." |
| 1196 | msgstr "Patch '%s' ausgelassen." |
| 1197 | |
| 1198 | msgid "No valid patches in input (allow with \"--allow-empty\")" |
| 1199 | msgstr "Keine gültigen Patches in der Eingabe (erlauben mit \"--allow-empty\")" |
| 1200 | |
| 1201 | msgid "unable to read index file" |
| 1202 | msgstr "Konnte Index-Datei nicht lesen" |
| 1203 | |
| 1204 | #, c-format |
| 1205 | msgid "can't open patch '%s': %s" |
| 1206 | msgstr "kann Patch '%s' nicht öffnen: %s" |
| 1207 | |
| 1208 | #, c-format |
| 1209 | msgid "squelched %d whitespace error" |
| 1210 | msgid_plural "squelched %d whitespace errors" |
| 1211 | msgstr[0] "unterdrückte %d Whitespace-Fehler" |
| 1212 | msgstr[1] "unterdrückte %d Whitespace-Fehler" |
| 1213 | |
| 1214 | #, c-format |
| 1215 | msgid "%d line adds whitespace errors." |
| 1216 | msgid_plural "%d lines add whitespace errors." |
| 1217 | msgstr[0] "%d Zeile fügt Whitespace-Fehler hinzu." |
| 1218 | msgstr[1] "%d Zeilen fügen Whitespace-Fehler hinzu." |
| 1219 | |
| 1220 | #, c-format |
| 1221 | msgid "%d line applied after fixing whitespace errors." |
| 1222 | msgid_plural "%d lines applied after fixing whitespace errors." |
| 1223 | msgstr[0] "%d Zeile nach Behebung von Whitespace-Fehlern angewendet." |
| 1224 | msgstr[1] "%d Zeilen nach Behebung von Whitespace-Fehlern angewendet." |
| 1225 | |
| 1226 | msgid "Unable to write new index file" |
| 1227 | msgstr "Konnte neue Index-Datei nicht schreiben" |
| 1228 | |
| 1229 | msgid "don't apply changes matching the given path" |
| 1230 | msgstr "keine Änderungen im angegebenen Pfad anwenden" |
| 1231 | |
| 1232 | msgid "apply changes matching the given path" |
| 1233 | msgstr "Änderungen nur im angegebenen Pfad anwenden" |
| 1234 | |
| 1235 | msgid "num" |
| 1236 | msgstr "Anzahl" |
| 1237 | |
| 1238 | msgid "remove <num> leading slashes from traditional diff paths" |
| 1239 | msgstr "" |
| 1240 | "<Anzahl> vorangestellte Schrägstriche von herkömmlichen Differenzpfaden " |
| 1241 | "entfernen" |
| 1242 | |
| 1243 | msgid "ignore additions made by the patch" |
| 1244 | msgstr "hinzugefügte Zeilen des Patches ignorieren" |
| 1245 | |
| 1246 | msgid "instead of applying the patch, output diffstat for the input" |
| 1247 | msgstr "" |
| 1248 | "statt den Patch anzuwenden, den \"diffstat\" für die Eingabe ausgegeben" |
| 1249 | |
| 1250 | msgid "show number of added and deleted lines in decimal notation" |
| 1251 | msgstr "" |
| 1252 | "die Anzahl von hinzugefügten/entfernten Zeilen in Dezimalnotation anzeigen" |
| 1253 | |
| 1254 | msgid "instead of applying the patch, output a summary for the input" |
| 1255 | msgstr "" |
| 1256 | "statt den Patch anzuwenden, eine Zusammenfassung für die Eingabe ausgeben" |
| 1257 | |
| 1258 | msgid "instead of applying the patch, see if the patch is applicable" |
| 1259 | msgstr "" |
| 1260 | "statt den Patch anzuwenden, anzeigen ob der Patch angewendet werden kann" |
| 1261 | |
| 1262 | msgid "make sure the patch is applicable to the current index" |
| 1263 | msgstr "" |
| 1264 | "sicherstellen, dass der Patch mit dem aktuellen Index angewendet werden kann" |
| 1265 | |
| 1266 | msgid "mark new files with `git add --intent-to-add`" |
| 1267 | msgstr "neue Dateien mit `git add --intent-to-add` markieren" |
| 1268 | |
| 1269 | msgid "apply a patch without touching the working tree" |
| 1270 | msgstr "Patch anwenden, ohne Änderungen im Arbeitsverzeichnis vorzunehmen" |
| 1271 | |
| 1272 | msgid "accept a patch that touches outside the working area" |
| 1273 | msgstr "" |
| 1274 | "Patch anwenden, der Änderungen außerhalb des Arbeitsverzeichnisses vornimmt" |
| 1275 | |
| 1276 | msgid "also apply the patch (use with --stat/--summary/--check)" |
| 1277 | msgstr "Patch anwenden (Benutzung mit --stat/--summary/--check)" |
| 1278 | |
| 1279 | msgid "attempt three-way merge, fall back on normal patch if that fails" |
| 1280 | msgstr "" |
| 1281 | "versuche 3-Wege-Merge, weiche auf normalen Patch aus, wenn dies fehlschlägt" |
| 1282 | |
| 1283 | msgid "for conflicts, use our version" |
| 1284 | msgstr "bei Konflikten unsere Variante verwenden" |
| 1285 | |
| 1286 | msgid "for conflicts, use their version" |
| 1287 | msgstr "bei Konflikten ihre Variante verwenden" |
| 1288 | |
| 1289 | msgid "for conflicts, use a union version" |
| 1290 | msgstr "bei Konflikten eine gemeinsame Variante verwenden" |
| 1291 | |
| 1292 | msgid "build a temporary index based on embedded index information" |
| 1293 | msgstr "" |
| 1294 | "einen temporären Index, basierend auf den integrierten Index-Informationen, " |
| 1295 | "erstellen" |
| 1296 | |
| 1297 | msgid "paths are separated with NUL character" |
| 1298 | msgstr "Pfade sind getrennt durch NUL Zeichen" |
| 1299 | |
| 1300 | msgid "ensure at least <n> lines of context match" |
| 1301 | msgstr "" |
| 1302 | "sicher stellen, dass mindestens <n> Zeilen des Kontextes übereinstimmen" |
| 1303 | |
| 1304 | msgid "action" |
| 1305 | msgstr "Aktion" |
| 1306 | |
| 1307 | msgid "detect new or modified lines that have whitespace errors" |
| 1308 | msgstr "neue oder geänderte Zeilen, die Whitespace-Fehler haben, ermitteln" |
| 1309 | |
| 1310 | msgid "ignore changes in whitespace when finding context" |
| 1311 | msgstr "Änderungen im Whitespace bei der Suche des Kontextes ignorieren" |
| 1312 | |
| 1313 | msgid "apply the patch in reverse" |
| 1314 | msgstr "den Patch in umgekehrter Reihenfolge anwenden" |
| 1315 | |
| 1316 | msgid "don't expect at least one line of context" |
| 1317 | msgstr "keinen Kontext erwarten" |
| 1318 | |
| 1319 | msgid "leave the rejected hunks in corresponding *.rej files" |
| 1320 | msgstr "" |
| 1321 | "zurückgewiesene Patch-Blöcke in entsprechenden *.rej Dateien hinterlassen" |
| 1322 | |
| 1323 | msgid "allow overlapping hunks" |
| 1324 | msgstr "sich überlappende Patch-Blöcke erlauben" |
| 1325 | |
| 1326 | msgid "tolerate incorrectly detected missing new-line at the end of file" |
| 1327 | msgstr "fehlerhaft erkannten fehlenden Zeilenumbruch am Dateiende tolerieren" |
| 1328 | |
| 1329 | msgid "do not trust the line counts in the hunk headers" |
| 1330 | msgstr "den Zeilennummern im Kopf des Patch-Blocks nicht vertrauen" |
| 1331 | |
| 1332 | msgid "root" |
| 1333 | msgstr "Wurzelverzeichnis" |
| 1334 | |
| 1335 | msgid "prepend <root> to all filenames" |
| 1336 | msgstr "<Wurzelverzeichnis> vor alle Dateinamen stellen" |
| 1337 | |
| 1338 | msgid "don't return error for empty patches" |
| 1339 | msgstr "keinen Fehler für leere Patches zurückgeben" |
| 1340 | |
| 1341 | msgid "--ours, --theirs, and --union require --3way" |
| 1342 | msgstr "--ours, --theirs, und --union erfordern --3way" |
| 1343 | |
| 1344 | #, c-format |
| 1345 | msgid "cannot stream blob %s" |
| 1346 | msgstr "kann Blob %s nicht streamen" |
| 1347 | |
| 1348 | #, c-format |
| 1349 | msgid "unsupported file mode: 0%o (SHA1: %s)" |
| 1350 | msgstr "Nicht unterstützter Dateimodus: 0%o (SHA1: %s)" |
| 1351 | |
| 1352 | #, c-format |
| 1353 | msgid "deflate error (%d)" |
| 1354 | msgstr "Fehler beim Komprimieren (%d)" |
| 1355 | |
| 1356 | #, c-format |
| 1357 | msgid "unable to start '%s' filter" |
| 1358 | msgstr "konnte '%s' Filter nicht starten" |
| 1359 | |
| 1360 | msgid "unable to redirect descriptor" |
| 1361 | msgstr "konnte Descriptor nicht umleiten" |
| 1362 | |
| 1363 | #, c-format |
| 1364 | msgid "'%s' filter reported error" |
| 1365 | msgstr "'%s' Filter meldete Fehler" |
| 1366 | |
| 1367 | #, c-format |
| 1368 | msgid "path is not valid UTF-8: %s" |
| 1369 | msgstr "Pfad ist kein gültiges UTF-8: %s" |
| 1370 | |
| 1371 | #, c-format |
| 1372 | msgid "path too long (%d chars, SHA1: %s): %s" |
| 1373 | msgstr "Pfad zu lang (%d Zeichen, SHA1: %s): %s" |
| 1374 | |
| 1375 | #, c-format |
| 1376 | msgid "timestamp too large for this system: %<PRIuMAX>" |
| 1377 | msgstr "Timestamp zu groß für dieses System: %<PRIuMAX>" |
| 1378 | |
| 1379 | msgid "git archive [<options>] <tree-ish> [<path>...]" |
| 1380 | msgstr "git archive [<Optionen>] <Commit-Referenz> [<Pfad>...]" |
| 1381 | |
| 1382 | msgid "" |
| 1383 | "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" |
| 1384 | msgstr "" |
| 1385 | "git archive --remote <Repository> [--exec <Programm>] [<Optionen>] <Commit-" |
| 1386 | "Referenz> [<Pfad>...]" |
| 1387 | |
| 1388 | msgid "git archive --remote <repo> [--exec <cmd>] --list" |
| 1389 | msgstr "git archive --remote <Repository> [--exec <Programm>] --list" |
| 1390 | |
| 1391 | #, c-format |
| 1392 | msgid "cannot read '%s'" |
| 1393 | msgstr "kann '%s' nicht lesen" |
| 1394 | |
| 1395 | #, c-format |
| 1396 | msgid "pathspec '%s' matches files outside the current directory" |
| 1397 | msgstr "" |
| 1398 | "Pfadspezifikation '%s' findet Dateien außerhalb des aktuellen Verzeichnisses" |
| 1399 | |
| 1400 | #, c-format |
| 1401 | msgid "pathspec '%s' did not match any files" |
| 1402 | msgstr "Pfadspezifikation '%s' stimmt mit keinen Dateien überein" |
| 1403 | |
| 1404 | #, c-format |
| 1405 | msgid "no such ref: %.*s" |
| 1406 | msgstr "Referenz nicht gefunden: %.*s" |
| 1407 | |
| 1408 | #, c-format |
| 1409 | msgid "not a valid object name: %s" |
| 1410 | msgstr "Kein gültiger Objektname: %s" |
| 1411 | |
| 1412 | #, c-format |
| 1413 | msgid "not a tree object: %s" |
| 1414 | msgstr "Kein Tree-Objekt: %s" |
| 1415 | |
| 1416 | #, c-format |
| 1417 | msgid "failed to unpack tree object %s" |
| 1418 | msgstr "Tree-Objekt %s konnte nicht entpackt werden" |
| 1419 | |
| 1420 | #, c-format |
| 1421 | msgid "File not found: %s" |
| 1422 | msgstr "Datei nicht gefunden: %s" |
| 1423 | |
| 1424 | #, c-format |
| 1425 | msgid "Not a regular file: %s" |
| 1426 | msgstr "Keine reguläre Datei: %s" |
| 1427 | |
| 1428 | #, c-format |
| 1429 | msgid "unclosed quote: '%s'" |
| 1430 | msgstr "nicht geschlossene Anführungszeichen: '%s'" |
| 1431 | |
| 1432 | #, c-format |
| 1433 | msgid "missing colon: '%s'" |
| 1434 | msgstr "fehlender Doppelpunkt: '%s'" |
| 1435 | |
| 1436 | #, c-format |
| 1437 | msgid "empty file name: '%s'" |
| 1438 | msgstr "leerer Dateiname: '%s'" |
| 1439 | |
| 1440 | msgid "fmt" |
| 1441 | msgstr "Format" |
| 1442 | |
| 1443 | msgid "archive format" |
| 1444 | msgstr "Archivformat" |
| 1445 | |
| 1446 | msgid "prefix" |
| 1447 | msgstr "Präfix" |
| 1448 | |
| 1449 | msgid "prepend prefix to each pathname in the archive" |
| 1450 | msgstr "einen Präfix vor jeden Pfadnamen in dem Archiv stellen" |
| 1451 | |
| 1452 | msgid "file" |
| 1453 | msgstr "Datei" |
| 1454 | |
| 1455 | msgid "add untracked file to archive" |
| 1456 | msgstr "unversionierte Datei zum Archiv hinzufügen" |
| 1457 | |
| 1458 | msgid "path:content" |
| 1459 | msgstr "Pfad:Inhalt" |
| 1460 | |
| 1461 | msgid "write the archive to this file" |
| 1462 | msgstr "das Archiv in diese Datei schreiben" |
| 1463 | |
| 1464 | msgid "read .gitattributes in working directory" |
| 1465 | msgstr ".gitattributes aus dem Arbeitsverzeichnis lesen" |
| 1466 | |
| 1467 | msgid "report archived files on stderr" |
| 1468 | msgstr "archivierte Dateien in der Standard-Fehlerausgabe ausgeben" |
| 1469 | |
| 1470 | msgid "time" |
| 1471 | msgstr "Zeit" |
| 1472 | |
| 1473 | msgid "set modification time of archive entries" |
| 1474 | msgstr "Änderungszeitpunkt von Archiveinträgen festlegen" |
| 1475 | |
| 1476 | msgid "set compression level" |
| 1477 | msgstr "Komprimierungsgrad setzen" |
| 1478 | |
| 1479 | msgid "list supported archive formats" |
| 1480 | msgstr "unterstützte Archivformate auflisten" |
| 1481 | |
| 1482 | msgid "repo" |
| 1483 | msgstr "Repository" |
| 1484 | |
| 1485 | msgid "retrieve the archive from remote repository <repo>" |
| 1486 | msgstr "Archiv vom Remote-Repository <Repository> abrufen" |
| 1487 | |
| 1488 | msgid "command" |
| 1489 | msgstr "Programm" |
| 1490 | |
| 1491 | msgid "path to the remote git-upload-archive command" |
| 1492 | msgstr "Pfad zum externen \"git-upload-archive\"-Programm" |
| 1493 | |
| 1494 | msgid "Unexpected option --remote" |
| 1495 | msgstr "Unerwartete Option --remote" |
| 1496 | |
| 1497 | #, c-format |
| 1498 | msgid "the option '%s' requires '%s'" |
| 1499 | msgstr "die Option '%s' erfordert '%s'" |
| 1500 | |
| 1501 | msgid "Unexpected option --output" |
| 1502 | msgstr "Unerwartete Option --output" |
| 1503 | |
| 1504 | #, c-format |
| 1505 | msgid "extra command line parameter '%s'" |
| 1506 | msgstr "zusätzlicher Befehlszeilenparameter '%s'" |
| 1507 | |
| 1508 | #, c-format |
| 1509 | msgid "Unknown archive format '%s'" |
| 1510 | msgstr "Unbekanntes Archivformat '%s'" |
| 1511 | |
| 1512 | #, c-format |
| 1513 | msgid "Argument not supported for format '%s': -%d" |
| 1514 | msgstr "Argument für Format '%s' nicht unterstützt: -%d" |
| 1515 | |
| 1516 | #, c-format |
| 1517 | msgid "%.*s is not a valid attribute name" |
| 1518 | msgstr "%.*s ist kein gültiger Attributname" |
| 1519 | |
| 1520 | msgid "unable to add additional attribute" |
| 1521 | msgstr "konnte kein zusätzliches Attribut hinzufügen" |
| 1522 | |
| 1523 | #, c-format |
| 1524 | msgid "ignoring overly long attributes line %d" |
| 1525 | msgstr "ignoriere übermäßig lange Attribut-Zeile %d" |
| 1526 | |
| 1527 | #, c-format |
| 1528 | msgid "%s not allowed: %s:%d" |
| 1529 | msgstr "%s nicht erlaubt: %s:%d" |
| 1530 | |
| 1531 | msgid "" |
| 1532 | "Negative patterns are ignored in git attributes\n" |
| 1533 | "Use '\\!' for literal leading exclamation." |
| 1534 | msgstr "" |
| 1535 | "Verneinende Muster werden in Git-Attributen ignoriert.\n" |
| 1536 | "Benutzen Sie '\\!' für führende Ausrufezeichen." |
| 1537 | |
| 1538 | #, c-format |
| 1539 | msgid "cannot fstat gitattributes file '%s'" |
| 1540 | msgstr "Kann gitattributes-Datei '%s' nicht lesen" |
| 1541 | |
| 1542 | #, c-format |
| 1543 | msgid "ignoring overly large gitattributes file '%s'" |
| 1544 | msgstr "ignoriere übermäßig große gitattributes-Datei '%s'" |
| 1545 | |
| 1546 | #, c-format |
| 1547 | msgid "ignoring overly large gitattributes blob '%s'" |
| 1548 | msgstr "ignoriere übermäßig großen gitattribute-Blob '%s'" |
| 1549 | |
| 1550 | msgid "cannot use --attr-source or GIT_ATTR_SOURCE without repo" |
| 1551 | msgstr "" |
| 1552 | "kann nicht --attr-source oder GIT_ATTR_SOURCE ohne Repository verwenden" |
| 1553 | |
| 1554 | msgid "bad --attr-source or GIT_ATTR_SOURCE" |
| 1555 | msgstr "ungültiges --attr-source oder GIT_ATTR_SOURCE" |
| 1556 | |
| 1557 | #, c-format |
| 1558 | msgid "unable to stat '%s'" |
| 1559 | msgstr "konnte '%s' nicht lesen" |
| 1560 | |
| 1561 | #, c-format |
| 1562 | msgid "unable to read %s" |
| 1563 | msgstr "kann %s nicht lesen" |
| 1564 | |
| 1565 | #, c-format |
| 1566 | msgid "Badly quoted content in file '%s': %s" |
| 1567 | msgstr "Ungültiger Inhalt bzgl. Anführungszeichen in Datei '%s': %s" |
| 1568 | |
| 1569 | #, c-format |
| 1570 | msgid "We cannot bisect more!\n" |
| 1571 | msgstr "Keine binäre Suche mehr möglich!\n" |
| 1572 | |
| 1573 | #, c-format |
| 1574 | msgid "Not a valid commit name %s" |
| 1575 | msgstr "%s ist kein gültiger Commit-Name" |
| 1576 | |
| 1577 | #, c-format |
| 1578 | msgid "" |
| 1579 | "The merge base %s is bad.\n" |
| 1580 | "This means the bug has been fixed between %s and [%s].\n" |
| 1581 | msgstr "" |
| 1582 | "Die Merge-Basis %s ist fehlerhaft.\n" |
| 1583 | "Das bedeutet, der Fehler wurde zwischen %s und [%s] behoben.\n" |
| 1584 | |
| 1585 | #, c-format |
| 1586 | msgid "" |
| 1587 | "The merge base %s is new.\n" |
| 1588 | "The property has changed between %s and [%s].\n" |
| 1589 | msgstr "" |
| 1590 | "Die Merge-Basis %s ist neu.\n" |
| 1591 | "Das bedeutet, die Eigenschaft hat sich zwischen %s und [%s] geändert.\n" |
| 1592 | |
| 1593 | #, c-format |
| 1594 | msgid "" |
| 1595 | "The merge base %s is %s.\n" |
| 1596 | "This means the first '%s' commit is between %s and [%s].\n" |
| 1597 | msgstr "" |
| 1598 | "Die Merge-Basis %s ist %s.\n" |
| 1599 | "Das bedeutet, der erste '%s' Commit befindet sich zwischen %s und [%s].\n" |
| 1600 | |
| 1601 | #, c-format |
| 1602 | msgid "" |
| 1603 | "Some %s revs are not ancestors of the %s rev.\n" |
| 1604 | "git bisect cannot work properly in this case.\n" |
| 1605 | "Maybe you mistook %s and %s revs?\n" |
| 1606 | msgstr "" |
| 1607 | "Manche %s Commits sind keine Vorgänger des %s Commits.\n" |
| 1608 | "git bisect kann in diesem Fall nicht richtig arbeiten.\n" |
| 1609 | "Vielleicht verwechselten Sie %s und %s Commits?\n" |
| 1610 | |
| 1611 | #, c-format |
| 1612 | msgid "" |
| 1613 | "the merge base between %s and [%s] must be skipped.\n" |
| 1614 | "So we cannot be sure the first %s commit is between %s and %s.\n" |
| 1615 | "We continue anyway." |
| 1616 | msgstr "" |
| 1617 | "Die Merge-Basis zwischen %s und [%s] muss ausgelassen werden.\n" |
| 1618 | "Es kann daher nicht sichergestellt werden, dass sich der\n" |
| 1619 | "erste %s Commit zwischen %s und %s befindet.\n" |
| 1620 | "Es wird dennoch fortgesetzt." |
| 1621 | |
| 1622 | #, c-format |
| 1623 | msgid "Bisecting: a merge base must be tested\n" |
| 1624 | msgstr "Binäre Suche: eine Merge-Basis muss geprüft werden\n" |
| 1625 | |
| 1626 | #, c-format |
| 1627 | msgid "a %s revision is needed" |
| 1628 | msgstr "ein %s Commit wird benötigt" |
| 1629 | |
| 1630 | #, c-format |
| 1631 | msgid "could not create file '%s'" |
| 1632 | msgstr "konnte Datei '%s' nicht erstellen" |
| 1633 | |
| 1634 | #, c-format |
| 1635 | msgid "unable to start 'show' for object '%s'" |
| 1636 | msgstr "konnte 'show' für Objekt '%s' nicht starten" |
| 1637 | |
| 1638 | #, c-format |
| 1639 | msgid "could not read file '%s'" |
| 1640 | msgstr "Konnte Datei '%s' nicht lesen" |
| 1641 | |
| 1642 | msgid "reading bisect refs failed" |
| 1643 | msgstr "Lesen von Referenzen für binäre Suche fehlgeschlagen" |
| 1644 | |
| 1645 | #, c-format |
| 1646 | msgid "%s was both %s and %s\n" |
| 1647 | msgstr "%s war sowohl %s als auch %s\n" |
| 1648 | |
| 1649 | #, c-format |
| 1650 | msgid "" |
| 1651 | "No testable commit found.\n" |
| 1652 | "Maybe you started with bad path arguments?\n" |
| 1653 | msgstr "" |
| 1654 | "Kein testbarer Commit gefunden.\n" |
| 1655 | "Vielleicht starteten Sie mit schlechten Pfad-Argumenten?\n" |
| 1656 | |
| 1657 | #, c-format |
| 1658 | msgid "(roughly %d step)" |
| 1659 | msgid_plural "(roughly %d steps)" |
| 1660 | msgstr[0] "(ungefähr %d Schritt)" |
| 1661 | msgstr[1] "(ungefähr %d Schritte)" |
| 1662 | |
| 1663 | #. TRANSLATORS: the last %s will be replaced with "(roughly %d |
| 1664 | #. steps)" translation. |
| 1665 | #. |
| 1666 | #, c-format |
| 1667 | msgid "Bisecting: %d revision left to test after this %s\n" |
| 1668 | msgid_plural "Bisecting: %d revisions left to test after this %s\n" |
| 1669 | msgstr[0] "Binäre Suche: danach noch %d Commit zum Testen übrig %s\n" |
| 1670 | msgstr[1] "Binäre Suche: danach noch %d Commits zum Testen übrig %s\n" |
| 1671 | |
| 1672 | msgid "--contents and --reverse do not blend well." |
| 1673 | msgstr "--contents und --reverse funktionieren gemeinsam nicht." |
| 1674 | |
| 1675 | msgid "--reverse and --first-parent together require specified latest commit" |
| 1676 | msgstr "" |
| 1677 | "--reverse und --first-parent zusammen erfordern die Angabe eines " |
| 1678 | "endgültigen\n" |
| 1679 | "Commits" |
| 1680 | |
| 1681 | msgid "revision walk setup failed" |
| 1682 | msgstr "Einrichtung des Revisionsgangs fehlgeschlagen" |
| 1683 | |
| 1684 | msgid "" |
| 1685 | "--reverse --first-parent together require range along first-parent chain" |
| 1686 | msgstr "" |
| 1687 | "--reverse und --first-parent zusammen erfordern einen Bereich entlang der\n" |
| 1688 | "\"first-parent\"-Kette" |
| 1689 | |
| 1690 | #, c-format |
| 1691 | msgid "no such path %s in %s" |
| 1692 | msgstr "Pfad %s nicht in %s gefunden" |
| 1693 | |
| 1694 | #, c-format |
| 1695 | msgid "cannot read blob %s for path %s" |
| 1696 | msgstr "kann Blob %s für Pfad '%s' nicht lesen" |
| 1697 | |
| 1698 | msgid "" |
| 1699 | "cannot inherit upstream tracking configuration of multiple refs when " |
| 1700 | "rebasing is requested" |
| 1701 | msgstr "" |
| 1702 | "Upstream-Tracking-Konfiguration von mehreren Referenzen kann nicht vererbt " |
| 1703 | "werden, wenn ein Rebase angefordert wird" |
| 1704 | |
| 1705 | #, c-format |
| 1706 | msgid "not setting branch '%s' as its own upstream" |
| 1707 | msgstr "Branch %s nicht als sein eigener Upstream-Branch gesetzt" |
| 1708 | |
| 1709 | #, c-format |
| 1710 | msgid "branch '%s' set up to track '%s' by rebasing." |
| 1711 | msgstr "Branch '%s' folgt nun '%s' durch Rebase." |
| 1712 | |
| 1713 | #, c-format |
| 1714 | msgid "branch '%s' set up to track '%s'." |
| 1715 | msgstr "Branch '%s' folgt nun '%s'." |
| 1716 | |
| 1717 | #, c-format |
| 1718 | msgid "branch '%s' set up to track:" |
| 1719 | msgstr "Branch '%s' folgt nun:" |
| 1720 | |
| 1721 | msgid "unable to write upstream branch configuration" |
| 1722 | msgstr "konnte Konfiguration zu Upstream-Branch nicht schreiben" |
| 1723 | |
| 1724 | msgid "" |
| 1725 | "\n" |
| 1726 | "After fixing the error cause you may try to fix up\n" |
| 1727 | "the remote tracking information by invoking:" |
| 1728 | msgstr "" |
| 1729 | "\n" |
| 1730 | "Nachdem Sie die Fehlerursache behoben haben, können Sie\n" |
| 1731 | "die Tracking-Informationen erneut setzen mit:" |
| 1732 | |
| 1733 | #, c-format |
| 1734 | msgid "asked to inherit tracking from '%s', but no remote is set" |
| 1735 | msgstr "" |
| 1736 | "Vererbung des Tracking von '%s' angefragt, aber es ist kein Remote-" |
| 1737 | "Repository gesetzt" |
| 1738 | |
| 1739 | #, c-format |
| 1740 | msgid "asked to inherit tracking from '%s', but no merge configuration is set" |
| 1741 | msgstr "" |
| 1742 | "Vererbung des Tracking von '%s' angefragt, aber es ist keine Merge-" |
| 1743 | "Konfiguration gesetzt" |
| 1744 | |
| 1745 | #, c-format |
| 1746 | msgid "not tracking: ambiguous information for ref '%s'" |
| 1747 | msgstr "kein Tracking: mehrdeutige Informationen für Referenz '%s'" |
| 1748 | |
| 1749 | #. #-#-#-#-# branch.c.po #-#-#-#-# |
| 1750 | #. TRANSLATORS: This is a line listing a remote with duplicate |
| 1751 | #. refspecs in the advice message below. For RTL languages you'll |
| 1752 | #. probably want to swap the "%s" and leading " " space around. |
| 1753 | #. |
| 1754 | #. #-#-#-#-# object-name.c.po #-#-#-#-# |
| 1755 | #. TRANSLATORS: This is line item of ambiguous object output |
| 1756 | #. from describe_ambiguous_object() above. For RTL languages |
| 1757 | #. you'll probably want to swap the "%s" and leading " " space |
| 1758 | #. around. |
| 1759 | #. |
| 1760 | #, c-format |
| 1761 | msgid " %s\n" |
| 1762 | msgstr " %s\n" |
| 1763 | |
| 1764 | #. TRANSLATORS: The second argument is a \n-delimited list of |
| 1765 | #. duplicate refspecs, composed above. |
| 1766 | #. |
| 1767 | #, c-format |
| 1768 | msgid "" |
| 1769 | "There are multiple remotes whose fetch refspecs map to the remote\n" |
| 1770 | "tracking ref '%s':\n" |
| 1771 | "%s\n" |
| 1772 | "This is typically a configuration error.\n" |
| 1773 | "\n" |
| 1774 | "To support setting up tracking branches, ensure that\n" |
| 1775 | "different remotes' fetch refspecs map into different\n" |
| 1776 | "tracking namespaces." |
| 1777 | msgstr "" |
| 1778 | "Es gibt mehrere Remote-Repositories, deren Fetch-Refspecs der\n" |
| 1779 | "Remote-Tracking-Referenz '%s' zugeordnet sind:\n" |
| 1780 | "%s\n" |
| 1781 | "Das ist in der Regel ein Konfigurationsfehler.\n" |
| 1782 | "\n" |
| 1783 | "Um das Setzen von Tracking-Branches zu unterstützen,\n" |
| 1784 | "stellen Sie sicher, dass verschiedene Fetch-Refspecs der\n" |
| 1785 | "Remote-Repositories zu verschiedenen Tracking-Namensräumen\n" |
| 1786 | "zugeordnet werden." |
| 1787 | |
| 1788 | #, c-format |
| 1789 | msgid "'%s' is not a valid branch name" |
| 1790 | msgstr "'%s' ist kein gültiger Branchname" |
| 1791 | |
| 1792 | msgid "See `man git check-ref-format`" |
| 1793 | msgstr "Siehe `man git check-ref-format`" |
| 1794 | |
| 1795 | #, c-format |
| 1796 | msgid "a branch named '%s' already exists" |
| 1797 | msgstr "Branch '%s' existiert bereits" |
| 1798 | |
| 1799 | #, c-format |
| 1800 | msgid "cannot force update the branch '%s' used by worktree at '%s'" |
| 1801 | msgstr "" |
| 1802 | "Aktualisierung des vom Arbeitsverzeichnis '%2$s' verwendete Branch '%1$s' " |
| 1803 | "kann nicht erzwungen werden" |
| 1804 | |
| 1805 | #, c-format |
| 1806 | msgid "cannot set up tracking information; starting point '%s' is not a branch" |
| 1807 | msgstr "" |
| 1808 | "kann Tracking-Informationen nicht einrichten; Startpunkt '%s' ist kein Branch" |
| 1809 | |
| 1810 | #, c-format |
| 1811 | msgid "the requested upstream branch '%s' does not exist" |
| 1812 | msgstr "der angeforderte Upstream-Branch '%s' existiert nicht" |
| 1813 | |
| 1814 | msgid "" |
| 1815 | "\n" |
| 1816 | "If you are planning on basing your work on an upstream\n" |
| 1817 | "branch that already exists at the remote, you may need to\n" |
| 1818 | "run \"git fetch\" to retrieve it.\n" |
| 1819 | "\n" |
| 1820 | "If you are planning to push out a new local branch that\n" |
| 1821 | "will track its remote counterpart, you may want to use\n" |
| 1822 | "\"git push -u\" to set the upstream config as you push." |
| 1823 | msgstr "" |
| 1824 | "\n" |
| 1825 | "Falls Sie vorhaben, Ihre Arbeit auf einem bereits existierenden\n" |
| 1826 | "Upstream-Branch aufzubauen, sollten Sie \"git fetch\"\n" |
| 1827 | "ausführen, um diesen abzurufen.\n" |
| 1828 | "\n" |
| 1829 | "Falls Sie vorhaben, einen neuen lokalen Branch zu versenden\n" |
| 1830 | "der seinem externen Gegenstück folgen soll, können Sie\n" |
| 1831 | "\"git push -u\" verwenden, um den Upstream-Branch beim \"push\"\n" |
| 1832 | "zu konfigurieren." |
| 1833 | |
| 1834 | #, c-format |
| 1835 | msgid "not a valid object name: '%s'" |
| 1836 | msgstr "kein gültiger Objektname: '%s'" |
| 1837 | |
| 1838 | #, c-format |
| 1839 | msgid "ambiguous object name: '%s'" |
| 1840 | msgstr "mehrdeutiger Objekt-Name: '%s'" |
| 1841 | |
| 1842 | #, c-format |
| 1843 | msgid "not a valid branch point: '%s'" |
| 1844 | msgstr "ungültiger Branchpunkt: '%s'" |
| 1845 | |
| 1846 | #, c-format |
| 1847 | msgid "submodule '%s': unable to find submodule" |
| 1848 | msgstr "Submodul '%s': Submodul konnte nicht gefunden werden" |
| 1849 | |
| 1850 | #, c-format |
| 1851 | msgid "" |
| 1852 | "You may try updating the submodules using 'git checkout --no-recurse-" |
| 1853 | "submodules %s && git submodule update --init'" |
| 1854 | msgstr "" |
| 1855 | "Sie können versuchen, die Submodule mit \"git checkout --no-recurse-" |
| 1856 | "submodules %s && git submodule update --init\" zu aktualisieren." |
| 1857 | |
| 1858 | #, c-format |
| 1859 | msgid "submodule '%s': cannot create branch '%s'" |
| 1860 | msgstr "Submodul '%s': kann Branch nicht erzeugen: '%s'" |
| 1861 | |
| 1862 | #, c-format |
| 1863 | msgid "'%s' is already used by worktree at '%s'" |
| 1864 | msgstr "'%s' wird bereits von Arbeitsverzeichnis in '%s' verwendet" |
| 1865 | |
| 1866 | msgid "git add [<options>] [--] <pathspec>..." |
| 1867 | msgstr "git add [<Optionen>] [--] <Pfadspezifikation>..." |
| 1868 | |
| 1869 | #, c-format |
| 1870 | msgid "cannot chmod %cx '%s'" |
| 1871 | msgstr "kann chmod %cx '%s' nicht ausführen" |
| 1872 | |
| 1873 | msgid "Unstaged changes after refreshing the index:" |
| 1874 | msgstr "" |
| 1875 | "Nicht zum Commit vorgemerkte Änderungen nach Aktualisierung der Staging-Area:" |
| 1876 | |
| 1877 | msgid "could not read the index" |
| 1878 | msgstr "konnte den Index nicht lesen" |
| 1879 | |
| 1880 | msgid "editing patch failed" |
| 1881 | msgstr "Bearbeitung des Patches fehlgeschlagen" |
| 1882 | |
| 1883 | #, c-format |
| 1884 | msgid "could not stat '%s'" |
| 1885 | msgstr "Konnte '%s' nicht lesen." |
| 1886 | |
| 1887 | msgid "empty patch. aborted" |
| 1888 | msgstr "leerer Patch. Abgebrochen" |
| 1889 | |
| 1890 | #, c-format |
| 1891 | msgid "could not apply '%s'" |
| 1892 | msgstr "konnte '%s' nicht anwenden" |
| 1893 | |
| 1894 | msgid "The following paths are ignored by one of your .gitignore files:\n" |
| 1895 | msgstr "" |
| 1896 | "Die folgenden Pfade werden durch eine Ihrer \".gitignore\" Dateien " |
| 1897 | "ignoriert:\n" |
| 1898 | |
| 1899 | msgid "dry run" |
| 1900 | msgstr "Probelauf" |
| 1901 | |
| 1902 | msgid "be verbose" |
| 1903 | msgstr "erweiterte Ausgaben" |
| 1904 | |
| 1905 | msgid "interactive picking" |
| 1906 | msgstr "interaktives Auswählen" |
| 1907 | |
| 1908 | msgid "select hunks interactively" |
| 1909 | msgstr "Blöcke interaktiv auswählen" |
| 1910 | |
| 1911 | msgid "edit current diff and apply" |
| 1912 | msgstr "aktuelle Unterschiede editieren und anwenden" |
| 1913 | |
| 1914 | msgid "allow adding otherwise ignored files" |
| 1915 | msgstr "das Hinzufügen andernfalls ignorierter Dateien erlauben" |
| 1916 | |
| 1917 | msgid "update tracked files" |
| 1918 | msgstr "versionierte Dateien aktualisieren" |
| 1919 | |
| 1920 | msgid "renormalize EOL of tracked files (implies -u)" |
| 1921 | msgstr "" |
| 1922 | "erneutes Normalisieren der Zeilenenden von versionierten Dateien (impliziert " |
| 1923 | "-u)" |
| 1924 | |
| 1925 | msgid "record only the fact that the path will be added later" |
| 1926 | msgstr "nur speichern, dass der Pfad später hinzugefügt werden soll" |
| 1927 | |
| 1928 | msgid "add changes from all tracked and untracked files" |
| 1929 | msgstr "" |
| 1930 | "Änderungen von allen versionierten und unversionierten Dateien hinzufügen" |
| 1931 | |
| 1932 | msgid "ignore paths removed in the working tree (same as --no-all)" |
| 1933 | msgstr "gelöschte Pfade im Arbeitsverzeichnis ignorieren (genau wie --no-all)" |
| 1934 | |
| 1935 | msgid "don't add, only refresh the index" |
| 1936 | msgstr "nichts hinzufügen, nur den Index aktualisieren" |
| 1937 | |
| 1938 | msgid "just skip files which cannot be added because of errors" |
| 1939 | msgstr "" |
| 1940 | "Dateien überspringen, die aufgrund von Fehlern nicht hinzugefügt werden " |
| 1941 | "konnten" |
| 1942 | |
| 1943 | msgid "check if - even missing - files are ignored in dry run" |
| 1944 | msgstr "prüfen ob - auch fehlende - Dateien im Probelauf ignoriert werden" |
| 1945 | |
| 1946 | msgid "allow updating entries outside of the sparse-checkout cone" |
| 1947 | msgstr "" |
| 1948 | "erlaube das Aktualisieren von Einträgen außerhalb des partiellen Checkouts " |
| 1949 | "im Cone-Modus" |
| 1950 | |
| 1951 | msgid "override the executable bit of the listed files" |
| 1952 | msgstr "das \"ausführbar\"-Bit der aufgelisteten Dateien überschreiben" |
| 1953 | |
| 1954 | msgid "warn when adding an embedded repository" |
| 1955 | msgstr "warnen wenn eingebettetes Repository hinzugefügt wird" |
| 1956 | |
| 1957 | #, c-format |
| 1958 | msgid "" |
| 1959 | "You've added another git repository inside your current repository.\n" |
| 1960 | "Clones of the outer repository will not contain the contents of\n" |
| 1961 | "the embedded repository and will not know how to obtain it.\n" |
| 1962 | "If you meant to add a submodule, use:\n" |
| 1963 | "\n" |
| 1964 | "\tgit submodule add <url> %s\n" |
| 1965 | "\n" |
| 1966 | "If you added this path by mistake, you can remove it from the\n" |
| 1967 | "index with:\n" |
| 1968 | "\n" |
| 1969 | "\tgit rm --cached %s\n" |
| 1970 | "\n" |
| 1971 | "See \"git help submodule\" for more information." |
| 1972 | msgstr "" |
| 1973 | "Sie haben ein Git-Repository innerhalb ihres aktuellen Repositories " |
| 1974 | "hinzugefügt.\n" |
| 1975 | "Klone des äußeren Repositories werden die Inhalte des eingebetteten " |
| 1976 | "Repositories\n" |
| 1977 | "weder enthalten, noch wissen, wie diese zu beschaffen sind.\n" |
| 1978 | "Wenn Sie ein Submodul hinzufügen wollten, benutzen Sie:\n" |
| 1979 | "\n" |
| 1980 | "\tgit submodule add <URL> %s\n" |
| 1981 | "\n" |
| 1982 | "Wenn Sie diesen Pfad aus Versehen hinzugefügt haben, können Sie diesen mit\n" |
| 1983 | "\n" |
| 1984 | "\tgit rm --cached %s\n" |
| 1985 | "\n" |
| 1986 | "vom Index entfernen.\n" |
| 1987 | "\n" |
| 1988 | "Siehe \"git help submodule\" für weitere Informationen." |
| 1989 | |
| 1990 | #, c-format |
| 1991 | msgid "adding embedded git repository: %s" |
| 1992 | msgstr "Füge eingebettetes Repository hinzu: %s" |
| 1993 | |
| 1994 | msgid "Use -f if you really want to add them." |
| 1995 | msgstr "Verwenden Sie -f, wenn Sie diese wirklich hinzufügen möchten." |
| 1996 | |
| 1997 | msgid "adding files failed" |
| 1998 | msgstr "Hinzufügen von Dateien fehlgeschlagen" |
| 1999 | |
| 2000 | #, c-format |
| 2001 | msgid "--chmod param '%s' must be either -x or +x" |
| 2002 | msgstr "--chmod Parameter '%s' muss entweder -x oder +x sein" |
| 2003 | |
| 2004 | #, c-format |
| 2005 | msgid "'%s' and pathspec arguments cannot be used together" |
| 2006 | msgstr "" |
| 2007 | "'%s' und Pfadspezifikation-Argumente können nicht gemeinsam verwendet werden" |
| 2008 | |
| 2009 | #, c-format |
| 2010 | msgid "Nothing specified, nothing added.\n" |
| 2011 | msgstr "Nichts spezifiziert, nichts hinzugefügt.\n" |
| 2012 | |
| 2013 | msgid "Maybe you wanted to say 'git add .'?" |
| 2014 | msgstr "Meinten Sie vielleicht 'git add .'?" |
| 2015 | |
| 2016 | msgid "index file corrupt" |
| 2017 | msgstr "Index-Datei beschädigt" |
| 2018 | |
| 2019 | msgid "unable to write new index file" |
| 2020 | msgstr "Konnte neue Index-Datei nicht schreiben." |
| 2021 | |
| 2022 | #, c-format |
| 2023 | msgid "bad action '%s' for '%s'" |
| 2024 | msgstr "ungültige Aktion '%s' für '%s'" |
| 2025 | |
| 2026 | #, c-format |
| 2027 | msgid "invalid value for '%s': '%s'" |
| 2028 | msgstr "ungültiger Wert für '%s': '%s'" |
| 2029 | |
| 2030 | #, c-format |
| 2031 | msgid "could not read '%s'" |
| 2032 | msgstr "Konnte '%s' nicht lesen" |
| 2033 | |
| 2034 | msgid "could not parse author script" |
| 2035 | msgstr "konnte Autor-Skript nicht parsen" |
| 2036 | |
| 2037 | #, c-format |
| 2038 | msgid "could not parse %s" |
| 2039 | msgstr "konnte %s nicht parsen" |
| 2040 | |
| 2041 | #, c-format |
| 2042 | msgid "'%s' was deleted by the applypatch-msg hook" |
| 2043 | msgstr "'%s' wurde durch den applypatch-msg Hook entfernt" |
| 2044 | |
| 2045 | #, c-format |
| 2046 | msgid "Malformed input line: '%s'." |
| 2047 | msgstr "Fehlerhafte Eingabezeile: '%s'." |
| 2048 | |
| 2049 | #, c-format |
| 2050 | msgid "Failed to copy notes from '%s' to '%s'" |
| 2051 | msgstr "Fehler beim Kopieren der Notizen von '%s' nach '%s'" |
| 2052 | |
| 2053 | msgid "fseek failed" |
| 2054 | msgstr "\"fseek\" fehlgeschlagen" |
| 2055 | |
| 2056 | #, c-format |
| 2057 | msgid "could not open '%s' for reading" |
| 2058 | msgstr "Konnte '%s' nicht zum Lesen öffnen." |
| 2059 | |
| 2060 | #, c-format |
| 2061 | msgid "could not open '%s' for writing" |
| 2062 | msgstr "Konnte '%s' nicht zum Schreiben öffnen." |
| 2063 | |
| 2064 | #, c-format |
| 2065 | msgid "could not parse patch '%s'" |
| 2066 | msgstr "konnte Patch '%s' nicht parsen" |
| 2067 | |
| 2068 | msgid "Only one StGIT patch series can be applied at once" |
| 2069 | msgstr "Es kann nur eine StGIT Patch-Serie auf einmal angewendet werden." |
| 2070 | |
| 2071 | msgid "invalid timestamp" |
| 2072 | msgstr "ungültiger Zeitstempel" |
| 2073 | |
| 2074 | msgid "invalid Date line" |
| 2075 | msgstr "Ungültige \"Date\"-Zeile" |
| 2076 | |
| 2077 | msgid "invalid timezone offset" |
| 2078 | msgstr "Ungültiger Offset in der Zeitzone" |
| 2079 | |
| 2080 | msgid "Patch format detection failed." |
| 2081 | msgstr "Patch-Formaterkennung fehlgeschlagen." |
| 2082 | |
| 2083 | #, c-format |
| 2084 | msgid "failed to create directory '%s'" |
| 2085 | msgstr "Fehler beim Erstellen von Verzeichnis '%s'" |
| 2086 | |
| 2087 | msgid "Failed to split patches." |
| 2088 | msgstr "Fehler beim Aufteilen der Patches." |
| 2089 | |
| 2090 | #, c-format |
| 2091 | msgid "When you have resolved this problem, run \"%s --continue\".\n" |
| 2092 | msgstr "" |
| 2093 | "Wenn Sie dieses Problem behoben haben, führen Sie \"%s --continue\" aus.\n" |
| 2094 | |
| 2095 | #, c-format |
| 2096 | msgid "If you prefer to skip this patch, run \"%s --skip\" instead.\n" |
| 2097 | msgstr "" |
| 2098 | "Falls Sie diesen Patch auslassen möchten, führen Sie stattdessen \"%s --" |
| 2099 | "skip\" aus.\n" |
| 2100 | |
| 2101 | #, c-format |
| 2102 | msgid "" |
| 2103 | "To record the empty patch as an empty commit, run \"%s --allow-empty\".\n" |
| 2104 | msgstr "" |
| 2105 | "Um den leeren Patch als leeren Commit aufzuzeichnen, führen Sie \"%s --allow-" |
| 2106 | "empty\" aus.\n" |
| 2107 | |
| 2108 | #, c-format |
| 2109 | msgid "To restore the original branch and stop patching, run \"%s --abort\"." |
| 2110 | msgstr "" |
| 2111 | "Um den ursprünglichen Branch wiederherzustellen und die Anwendung der " |
| 2112 | "Patches abzubrechen, führen Sie \"%s --abort\" aus." |
| 2113 | |
| 2114 | msgid "Patch sent with format=flowed; space at the end of lines might be lost." |
| 2115 | msgstr "" |
| 2116 | "Patch mit format=flowed versendet; Leerzeichen am Ende von Zeilen könnte " |
| 2117 | "verloren gehen." |
| 2118 | |
| 2119 | #, c-format |
| 2120 | msgid "missing author line in commit %s" |
| 2121 | msgstr "Autor-Zeile fehlt in Commit %s" |
| 2122 | |
| 2123 | #, c-format |
| 2124 | msgid "invalid ident line: %.*s" |
| 2125 | msgstr "Ungültige Identifikationszeile: %.*s" |
| 2126 | |
| 2127 | #, c-format |
| 2128 | msgid "unable to parse commit %s" |
| 2129 | msgstr "konnte Commit '%s' nicht parsen" |
| 2130 | |
| 2131 | msgid "Repository lacks necessary blobs to fall back on 3-way merge." |
| 2132 | msgstr "" |
| 2133 | "Dem Repository fehlen notwendige Blobs um auf einen 3-Wege-Merge " |
| 2134 | "zurückzufallen." |
| 2135 | |
| 2136 | msgid "Using index info to reconstruct a base tree..." |
| 2137 | msgstr "" |
| 2138 | "Verwende Informationen aus der Staging-Area, um ein Basisverzeichnis " |
| 2139 | "nachzustellen..." |
| 2140 | |
| 2141 | msgid "" |
| 2142 | "Did you hand edit your patch?\n" |
| 2143 | "It does not apply to blobs recorded in its index." |
| 2144 | msgstr "" |
| 2145 | "Haben Sie den Patch per Hand editiert?\n" |
| 2146 | "Er kann nicht auf die Blobs in seiner 'index' Zeile angewendet werden." |
| 2147 | |
| 2148 | msgid "Falling back to patching base and 3-way merge..." |
| 2149 | msgstr "Falle zurück zum Patchen der Basis und zum 3-Wege-Merge..." |
| 2150 | |
| 2151 | msgid "Failed to merge in the changes." |
| 2152 | msgstr "Merge der Änderungen fehlgeschlagen." |
| 2153 | |
| 2154 | msgid "git write-tree failed to write a tree" |
| 2155 | msgstr "\"git write-tree\" schlug beim Schreiben eines \"Tree\"-Objektes fehl" |
| 2156 | |
| 2157 | msgid "applying to an empty history" |
| 2158 | msgstr "auf leere Historie anwenden" |
| 2159 | |
| 2160 | msgid "failed to write commit object" |
| 2161 | msgstr "Fehler beim Schreiben des Commit-Objektes." |
| 2162 | |
| 2163 | #, c-format |
| 2164 | msgid "cannot resume: %s does not exist." |
| 2165 | msgstr "Kann nicht fortsetzen: %s existiert nicht" |
| 2166 | |
| 2167 | msgid "Commit Body is:" |
| 2168 | msgstr "Commit-Beschreibung ist:" |
| 2169 | |
| 2170 | #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a] |
| 2171 | #. in your translation. The program will only accept English |
| 2172 | #. input at this point. |
| 2173 | #. |
| 2174 | #, c-format |
| 2175 | msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: " |
| 2176 | msgstr "Anwenden? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: " |
| 2177 | |
| 2178 | msgid "unable to write index file" |
| 2179 | msgstr "konnte Index-Datei nicht schreiben" |
| 2180 | |
| 2181 | #, c-format |
| 2182 | msgid "Dirty index: cannot apply patches (dirty: %s)" |
| 2183 | msgstr "Geänderter Index: kann Patches nicht anwenden (geändert: %s)" |
| 2184 | |
| 2185 | #, c-format |
| 2186 | msgid "Skipping: %.*s" |
| 2187 | msgstr "Überspringe: %.*s" |
| 2188 | |
| 2189 | #, c-format |
| 2190 | msgid "Creating an empty commit: %.*s" |
| 2191 | msgstr "Erzeuge leeren Commit: %.*s" |
| 2192 | |
| 2193 | msgid "Patch is empty." |
| 2194 | msgstr "Patch ist leer." |
| 2195 | |
| 2196 | #, c-format |
| 2197 | msgid "Applying: %.*s" |
| 2198 | msgstr "Wende an: %.*s" |
| 2199 | |
| 2200 | msgid "No changes -- Patch already applied." |
| 2201 | msgstr "Keine Änderungen -- Patches bereits angewendet." |
| 2202 | |
| 2203 | #, c-format |
| 2204 | msgid "Patch failed at %s %.*s" |
| 2205 | msgstr "Anwendung des Patches fehlgeschlagen bei %s %.*s" |
| 2206 | |
| 2207 | msgid "Use 'git am --show-current-patch=diff' to see the failed patch" |
| 2208 | msgstr "" |
| 2209 | "Benutzen Sie 'git am --show-current-patch=diff', um den\n" |
| 2210 | "fehlgeschlagenen Patch zu sehen" |
| 2211 | |
| 2212 | msgid "No changes - recorded it as an empty commit." |
| 2213 | msgstr "Keine Änderungen - wurde als leerer Commit gespeichert." |
| 2214 | |
| 2215 | msgid "" |
| 2216 | "No changes - did you forget to use 'git add'?\n" |
| 2217 | "If there is nothing left to stage, chances are that something else\n" |
| 2218 | "already introduced the same changes; you might want to skip this patch." |
| 2219 | msgstr "" |
| 2220 | "Keine Änderungen - haben Sie vergessen 'git add' zu benutzen?\n" |
| 2221 | "Wenn keine Änderungen mehr zum Commit vorzumerken sind, könnten\n" |
| 2222 | "diese bereits anderweitig eingefügt worden sein; Sie könnten diesen Patch\n" |
| 2223 | "auslassen." |
| 2224 | |
| 2225 | msgid "" |
| 2226 | "You still have unmerged paths in your index.\n" |
| 2227 | "You should 'git add' each file with resolved conflicts to mark them as " |
| 2228 | "such.\n" |
| 2229 | "You might run `git rm` on a file to accept \"deleted by them\" for it." |
| 2230 | msgstr "" |
| 2231 | "Sie haben noch immer nicht zusammengeführte Pfade in Ihrem Index.\n" |
| 2232 | "Sie sollten 'git add' für jede Datei mit aufgelösten Konflikten ausführen,\n" |
| 2233 | "um diese als solche zu markieren.\n" |
| 2234 | "Sie können `git rm` auf Dateien ausführen, um \"von denen gelöscht\" für\n" |
| 2235 | "diese zu akzeptieren." |
| 2236 | |
| 2237 | #, c-format |
| 2238 | msgid "Could not parse object '%s'." |
| 2239 | msgstr "Konnte Objekt '%s' nicht parsen." |
| 2240 | |
| 2241 | msgid "failed to clean index" |
| 2242 | msgstr "Fehler beim Bereinigen des Index" |
| 2243 | |
| 2244 | msgid "" |
| 2245 | "You seem to have moved HEAD since the last 'am' failure.\n" |
| 2246 | "Not rewinding to ORIG_HEAD" |
| 2247 | msgstr "" |
| 2248 | "Sie scheinen seit dem letzten gescheiterten 'am' HEAD geändert zu haben.\n" |
| 2249 | "Keine Zurücksetzung zu ORIG_HEAD." |
| 2250 | |
| 2251 | #, c-format |
| 2252 | msgid "failed to read '%s'" |
| 2253 | msgstr "Fehler beim Lesen von '%s'" |
| 2254 | |
| 2255 | msgid "git am [<options>] [(<mbox> | <Maildir>)...]" |
| 2256 | msgstr "git am [<Optionen>] [(<mbox> | <E-Mail-Verzeichnis>)...]" |
| 2257 | |
| 2258 | msgid "git am [<options>] (--continue | --skip | --abort)" |
| 2259 | msgstr "git am [<Optionen>] (--continue | --skip | --abort)" |
| 2260 | |
| 2261 | msgid "run interactively" |
| 2262 | msgstr "interaktiv ausführen" |
| 2263 | |
| 2264 | msgid "bypass pre-applypatch and applypatch-msg hooks" |
| 2265 | msgstr "Hooks pre-applypatch und applypatch-msg umgehen" |
| 2266 | |
| 2267 | msgid "historical option -- no-op" |
| 2268 | msgstr "historische Option -- kein Effekt" |
| 2269 | |
| 2270 | msgid "allow fall back on 3way merging if needed" |
| 2271 | msgstr "erlaube, falls notwendig, das Zurückfallen auf einen 3-Wege-Merge" |
| 2272 | |
| 2273 | msgid "be quiet" |
| 2274 | msgstr "weniger Ausgaben" |
| 2275 | |
| 2276 | msgid "add a Signed-off-by trailer to the commit message" |
| 2277 | msgstr "eine Signed-off-by Zeile der Commit-Beschreibung hinzufügen" |
| 2278 | |
| 2279 | msgid "recode into utf8 (default)" |
| 2280 | msgstr "nach UTF-8 umkodieren (Standard)" |
| 2281 | |
| 2282 | msgid "pass -k flag to git-mailinfo" |
| 2283 | msgstr "-k an git-mailinfo übergeben" |
| 2284 | |
| 2285 | msgid "pass -b flag to git-mailinfo" |
| 2286 | msgstr "-b an git-mailinfo übergeben" |
| 2287 | |
| 2288 | msgid "pass -m flag to git-mailinfo" |
| 2289 | msgstr "-m an git-mailinfo übergeben" |
| 2290 | |
| 2291 | msgid "pass --keep-cr flag to git-mailsplit for mbox format" |
| 2292 | msgstr "--keep-cr an git-mailsplit für mbox-Format übergeben" |
| 2293 | |
| 2294 | msgid "strip everything before a scissors line" |
| 2295 | msgstr "alles vor einer Scheren-Zeile entfernen" |
| 2296 | |
| 2297 | msgid "pass it through git-mailinfo" |
| 2298 | msgstr "an git-mailinfo weitergeben" |
| 2299 | |
| 2300 | msgid "pass it through git-apply" |
| 2301 | msgstr "an git-apply übergeben" |
| 2302 | |
| 2303 | msgid "n" |
| 2304 | msgstr "Anzahl" |
| 2305 | |
| 2306 | msgid "format" |
| 2307 | msgstr "Format" |
| 2308 | |
| 2309 | msgid "format the patch(es) are in" |
| 2310 | msgstr "Patch-Format" |
| 2311 | |
| 2312 | msgid "override error message when patch failure occurs" |
| 2313 | msgstr "Meldung bei fehlerhafter Patch-Anwendung überschreiben" |
| 2314 | |
| 2315 | msgid "continue applying patches after resolving a conflict" |
| 2316 | msgstr "Anwendung der Patches nach Auflösung eines Konfliktes fortsetzen" |
| 2317 | |
| 2318 | msgid "synonyms for --continue" |
| 2319 | msgstr "Synonyme für --continue" |
| 2320 | |
| 2321 | msgid "skip the current patch" |
| 2322 | msgstr "den aktuellen Patch auslassen" |
| 2323 | |
| 2324 | msgid "restore the original branch and abort the patching operation" |
| 2325 | msgstr "" |
| 2326 | "ursprünglichen Branch wiederherstellen und Anwendung der Patches abbrechen" |
| 2327 | |
| 2328 | msgid "abort the patching operation but keep HEAD where it is" |
| 2329 | msgstr "Patch-Operation abbrechen, aber HEAD an aktueller Stelle belassen" |
| 2330 | |
| 2331 | msgid "show the patch being applied" |
| 2332 | msgstr "den Patch, der gerade angewendet wird, anzeigen" |
| 2333 | |
| 2334 | msgid "try to apply current patch again" |
| 2335 | msgstr "den aktuellen Patch erneut versuchen anzuwenden" |
| 2336 | |
| 2337 | msgid "record the empty patch as an empty commit" |
| 2338 | msgstr "leerer Patch als leeren Commit gespeichert" |
| 2339 | |
| 2340 | msgid "lie about committer date" |
| 2341 | msgstr "Autor-Datum als Commit-Datum verwenden" |
| 2342 | |
| 2343 | msgid "use current timestamp for author date" |
| 2344 | msgstr "aktuellen Zeitstempel als Autor-Datum verwenden" |
| 2345 | |
| 2346 | msgid "key-id" |
| 2347 | msgstr "GPG-Schlüsselkennung" |
| 2348 | |
| 2349 | msgid "GPG-sign commits" |
| 2350 | msgstr "Commits mit GPG signieren" |
| 2351 | |
| 2352 | msgid "how to handle empty patches" |
| 2353 | msgstr "wie leere Patches behandelt werden sollen" |
| 2354 | |
| 2355 | msgid "(internal use for git-rebase)" |
| 2356 | msgstr "(intern für git-rebase verwendet)" |
| 2357 | |
| 2358 | msgid "" |
| 2359 | "The -b/--binary option has been a no-op for long time, and\n" |
| 2360 | "it will be removed. Please do not use it anymore." |
| 2361 | msgstr "" |
| 2362 | "Die -b/--binary Option hat seit Langem keinen Effekt und wird\n" |
| 2363 | "entfernt. Bitte verwenden Sie diese nicht mehr." |
| 2364 | |
| 2365 | msgid "failed to read the index" |
| 2366 | msgstr "Fehler beim Lesen des Index" |
| 2367 | |
| 2368 | #, c-format |
| 2369 | msgid "previous rebase directory %s still exists but mbox given." |
| 2370 | msgstr "Vorheriges Rebase-Verzeichnis %s existiert noch, aber mbox gegeben." |
| 2371 | |
| 2372 | #, c-format |
| 2373 | msgid "" |
| 2374 | "Stray %s directory found.\n" |
| 2375 | "Use \"git am --abort\" to remove it." |
| 2376 | msgstr "" |
| 2377 | "Stray %s Verzeichnis gefunden.\n" |
| 2378 | "Benutzen Sie \"git am --abort\", um es zu entfernen." |
| 2379 | |
| 2380 | msgid "Resolve operation not in progress, we are not resuming." |
| 2381 | msgstr "Es ist keine Auflösung im Gange, es wird nicht fortgesetzt." |
| 2382 | |
| 2383 | msgid "interactive mode requires patches on the command line" |
| 2384 | msgstr "Interaktiver Modus benötigt Patches über die Kommandozeile" |
| 2385 | |
| 2386 | msgid "git apply [<options>] [<patch>...]" |
| 2387 | msgstr "git apply [<Optionen>] [<Patch>...]" |
| 2388 | |
| 2389 | msgid "could not redirect output" |
| 2390 | msgstr "konnte Ausgabe nicht umleiten" |
| 2391 | |
| 2392 | msgid "git archive: expected ACK/NAK, got a flush packet" |
| 2393 | msgstr "git archive: ACK/NAK erwartet, Flush-Paket bekommen" |
| 2394 | |
| 2395 | #, c-format |
| 2396 | msgid "git archive: NACK %s" |
| 2397 | msgstr "git archive: NACK %s" |
| 2398 | |
| 2399 | msgid "git archive: protocol error" |
| 2400 | msgstr "git archive: Protokollfehler" |
| 2401 | |
| 2402 | msgid "git archive: expected a flush" |
| 2403 | msgstr "git archive: erwartete eine Spülung (flush)" |
| 2404 | |
| 2405 | msgid "git backfill [--min-batch-size=<n>] [--[no-]sparse]" |
| 2406 | msgstr "git backfill [--min-batch-size=<n>] [--[no-]sparse]" |
| 2407 | |
| 2408 | msgid "problem loading sparse-checkout" |
| 2409 | msgstr "Problem beim Laden von sparse-checkout" |
| 2410 | |
| 2411 | msgid "Minimum number of objects to request at a time" |
| 2412 | msgstr "Mindestanzahl der gleichzeitig anzufordernden Objekte" |
| 2413 | |
| 2414 | msgid "Restrict the missing objects to the current sparse-checkout" |
| 2415 | msgstr "fehlenden Objekte im aktuellen sparse-checkout beschränken" |
| 2416 | |
| 2417 | msgid "" |
| 2418 | "git bisect start [--term-(new|bad)=<term> --term-(old|good)=<term>] [--no-" |
| 2419 | "checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]" |
| 2420 | msgstr "" |
| 2421 | "git bisect start [--term-(new|bad)=<Begriff> --term-(old|good)=<Begriff>] " |
| 2422 | "[--no-checkout] [--first-parent] [<schlecht> [<gut>...]] [--] " |
| 2423 | "[<Pfadspezifikation>...]" |
| 2424 | |
| 2425 | msgid "git bisect (good|bad) [<rev>...]" |
| 2426 | msgstr "git bisect (good|bad) [<Commit>...]" |
| 2427 | |
| 2428 | msgid "git bisect skip [(<rev>|<range>)...]" |
| 2429 | msgstr "git bisect skip [(<Commit>|<Bereich>)...]" |
| 2430 | |
| 2431 | msgid "git bisect reset [<commit>]" |
| 2432 | msgstr "git bisect reset [<Commit>]" |
| 2433 | |
| 2434 | msgid "git bisect replay <logfile>" |
| 2435 | msgstr "git bisect replay <Logdatei>" |
| 2436 | |
| 2437 | msgid "git bisect run <cmd> [<arg>...]" |
| 2438 | msgstr "git bisect run <Programm> [<Argument>...]" |
| 2439 | |
| 2440 | #, c-format |
| 2441 | msgid "cannot open file '%s' in mode '%s'" |
| 2442 | msgstr "kann Datei '%s' nicht im Modus '%s' öffnen" |
| 2443 | |
| 2444 | #, c-format |
| 2445 | msgid "could not write to file '%s'" |
| 2446 | msgstr "konnte nicht in Datei '%s' schreiben" |
| 2447 | |
| 2448 | #, c-format |
| 2449 | msgid "cannot open file '%s' for reading" |
| 2450 | msgstr "Datei '%s' kann nicht zum Lesen geöffnet werden" |
| 2451 | |
| 2452 | #, c-format |
| 2453 | msgid "'%s' is not a valid term" |
| 2454 | msgstr "'%s' ist kein gültiger Begriff" |
| 2455 | |
| 2456 | #, c-format |
| 2457 | msgid "can't use the builtin command '%s' as a term" |
| 2458 | msgstr "kann den eingebauten Befehl '%s' nicht als Begriff verwenden" |
| 2459 | |
| 2460 | #, c-format |
| 2461 | msgid "can't change the meaning of the term '%s'" |
| 2462 | msgstr "kann die Bedeutung von dem Begriff '%s' nicht ändern" |
| 2463 | |
| 2464 | msgid "please use two different terms" |
| 2465 | msgstr "bitte verwenden Sie zwei verschiedene Begriffe" |
| 2466 | |
| 2467 | #, c-format |
| 2468 | msgid "We are not bisecting.\n" |
| 2469 | msgstr "Keine binäre Suche im Gange.\n" |
| 2470 | |
| 2471 | #, c-format |
| 2472 | msgid "'%s' is not a valid commit" |
| 2473 | msgstr "'%s' ist kein gültiger Commit" |
| 2474 | |
| 2475 | #, c-format |
| 2476 | msgid "" |
| 2477 | "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'." |
| 2478 | msgstr "" |
| 2479 | "Konnte den ursprünglichen HEAD '%s' nicht auschecken.\n" |
| 2480 | "Versuchen Sie 'git bisect reset <Commit>'." |
| 2481 | |
| 2482 | #, c-format |
| 2483 | msgid "Bad bisect_write argument: %s" |
| 2484 | msgstr "Ungültiges \"bisect_write\" Argument: %s" |
| 2485 | |
| 2486 | #, c-format |
| 2487 | msgid "couldn't get the oid of the rev '%s'" |
| 2488 | msgstr "konnte die OID der Revision '%s' nicht erhalten" |
| 2489 | |
| 2490 | #, c-format |
| 2491 | msgid "couldn't open the file '%s'" |
| 2492 | msgstr "konnte die Datei '%s' nicht öffnen" |
| 2493 | |
| 2494 | #, c-format |
| 2495 | msgid "Invalid command: you're currently in a %s/%s bisect" |
| 2496 | msgstr "Ungültiger Befehl: Sie sind gerade innerhalb einer binären %s/%s Suche" |
| 2497 | |
| 2498 | #, c-format |
| 2499 | msgid "" |
| 2500 | "You need to give me at least one %s and %s revision.\n" |
| 2501 | "You can use \"git bisect %s\" and \"git bisect %s\" for that." |
| 2502 | msgstr "" |
| 2503 | "Sie müssen mindestens einen \"%s\" und einen \"%s\" Commit angeben.\n" |
| 2504 | "Sie können dafür \"git bisect %s\" und \"git bisect %s\" benutzen." |
| 2505 | |
| 2506 | #, c-format |
| 2507 | msgid "" |
| 2508 | "You need to start by \"git bisect start\".\n" |
| 2509 | "You then need to give me at least one %s and %s revision.\n" |
| 2510 | "You can use \"git bisect %s\" and \"git bisect %s\" for that." |
| 2511 | msgstr "" |
| 2512 | "Sie müssen mit \"git bisect start\" beginnen.\n" |
| 2513 | "Danach müssen Sie mindestens einen \"%s\" und einen \"%s\" Commit angeben.\n" |
| 2514 | "Sie können dafür \"git bisect %s\" und \"git bisect %s\" benutzen." |
| 2515 | |
| 2516 | #, c-format |
| 2517 | msgid "bisecting only with a %s commit" |
| 2518 | msgstr "binäre Suche nur mit einem %s Commit" |
| 2519 | |
| 2520 | #. TRANSLATORS: Make sure to include [Y] and [n] in your |
| 2521 | #. translation. The program will only accept English input |
| 2522 | #. at this point. |
| 2523 | #. |
| 2524 | msgid "Are you sure [Y/n]? " |
| 2525 | msgstr "Sind Sie sicher [Y/n]? " |
| 2526 | |
| 2527 | msgid "status: waiting for both good and bad commits\n" |
| 2528 | msgstr "Status: warte auf guten und schlechten Commit\n" |
| 2529 | |
| 2530 | #, c-format |
| 2531 | msgid "status: waiting for bad commit, %d good commit known\n" |
| 2532 | msgid_plural "status: waiting for bad commit, %d good commits known\n" |
| 2533 | msgstr[0] "Status: warte auf schlechten Commit, %d guter Commit bekannt\n" |
| 2534 | msgstr[1] "Status: warte auf schlechten Commit, %d gute Commits bekannt\n" |
| 2535 | |
| 2536 | msgid "status: waiting for good commit(s), bad commit known\n" |
| 2537 | msgstr "Status: warte auf gute(n) Commit(s), schlechter Commit bekannt\n" |
| 2538 | |
| 2539 | msgid "no terms defined" |
| 2540 | msgstr "keine Begriffe definiert" |
| 2541 | |
| 2542 | #, c-format |
| 2543 | msgid "" |
| 2544 | "Your current terms are %s for the old state\n" |
| 2545 | "and %s for the new state.\n" |
| 2546 | msgstr "" |
| 2547 | "Ihre aktuellen Begriffe sind %s für den alten Zustand\n" |
| 2548 | "und %s für den neuen Zustand.\n" |
| 2549 | |
| 2550 | #, c-format |
| 2551 | msgid "" |
| 2552 | "invalid argument %s for 'git bisect terms'.\n" |
| 2553 | "Supported options are: --term-good|--term-old and --term-bad|--term-new." |
| 2554 | msgstr "" |
| 2555 | "Ungültiges Argument %s für 'git bisect terms'.\n" |
| 2556 | "Unterstützte Optionen sind: --term-good|--term-old und --term-bad|--term-new." |
| 2557 | |
| 2558 | #, c-format |
| 2559 | msgid "could not open '%s' for appending" |
| 2560 | msgstr "konnte '%s' nicht zum Anhängen öffnen" |
| 2561 | |
| 2562 | msgid "'' is not a valid term" |
| 2563 | msgstr "'' ist kein gültiger Begriff" |
| 2564 | |
| 2565 | #, c-format |
| 2566 | msgid "unrecognized option: '%s'" |
| 2567 | msgstr "nicht erkannte Option: '%s'" |
| 2568 | |
| 2569 | #, c-format |
| 2570 | msgid "'%s' does not appear to be a valid revision" |
| 2571 | msgstr "'%s' scheint kein gültiger Commit zu sein" |
| 2572 | |
| 2573 | msgid "bad HEAD - I need a HEAD" |
| 2574 | msgstr "ungültiger HEAD - HEAD wird benötigt" |
| 2575 | |
| 2576 | #, c-format |
| 2577 | msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'." |
| 2578 | msgstr "" |
| 2579 | "Auschecken von '%s' fehlgeschlagen. Versuchen Sie 'git bisect start " |
| 2580 | "<gültiger-Branch>'." |
| 2581 | |
| 2582 | msgid "bad HEAD - strange symbolic ref" |
| 2583 | msgstr "ungültiger HEAD - merkwürdige symbolische Referenz" |
| 2584 | |
| 2585 | #, c-format |
| 2586 | msgid "invalid ref: '%s'" |
| 2587 | msgstr "ungültige Referenz: '%s'" |
| 2588 | |
| 2589 | msgid "You need to start by \"git bisect start\"\n" |
| 2590 | msgstr "Sie müssen mit \"git bisect start\" beginnen\n" |
| 2591 | |
| 2592 | #. TRANSLATORS: Make sure to include [Y] and [n] in your |
| 2593 | #. translation. The program will only accept English input |
| 2594 | #. at this point. |
| 2595 | #. |
| 2596 | msgid "Do you want me to do it for you [Y/n]? " |
| 2597 | msgstr "Wollen Sie, dass ich es für Sie mache [Y/n]? " |
| 2598 | |
| 2599 | msgid "Please call `--bisect-state` with at least one argument" |
| 2600 | msgstr "Bitte führen Sie `--bisect-state` mit mindestens einem Argument aus" |
| 2601 | |
| 2602 | #, c-format |
| 2603 | msgid "'git bisect %s' can take only one argument." |
| 2604 | msgstr "'git bisect %s' kann nur ein Argument entgegennehmen." |
| 2605 | |
| 2606 | #, c-format |
| 2607 | msgid "Bad rev input: %s" |
| 2608 | msgstr "Ungültige Referenz-Eingabe: %s" |
| 2609 | |
| 2610 | #, c-format |
| 2611 | msgid "Bad rev input (not a commit): %s" |
| 2612 | msgstr "Ungültige Referenz-Eingabe (kein Commit): %s" |
| 2613 | |
| 2614 | msgid "We are not bisecting." |
| 2615 | msgstr "Keine binäre Suche im Gange." |
| 2616 | |
| 2617 | #, c-format |
| 2618 | msgid "'%s'?? what are you talking about?" |
| 2619 | msgstr "'%s'?? Was reden Sie da?" |
| 2620 | |
| 2621 | #, c-format |
| 2622 | msgid "cannot read file '%s' for replaying" |
| 2623 | msgstr "kann Datei '%s' nicht für die Wiederholung lesen" |
| 2624 | |
| 2625 | #, c-format |
| 2626 | msgid "running %s\n" |
| 2627 | msgstr "Ausführen von %s\n" |
| 2628 | |
| 2629 | msgid "bisect run failed: no command provided." |
| 2630 | msgstr "'bisect run' fehlgeschlagen: kein Befehl angegeben." |
| 2631 | |
| 2632 | #, c-format |
| 2633 | msgid "unable to verify %s on good revision" |
| 2634 | msgstr "kann %s bei gutem Commit nicht verifizieren" |
| 2635 | |
| 2636 | #, c-format |
| 2637 | msgid "bogus exit code %d for good revision" |
| 2638 | msgstr "fehlerhafter Exit-Code %d für guten Commit" |
| 2639 | |
| 2640 | #, c-format |
| 2641 | msgid "bisect run failed: exit code %d from %s is < 0 or >= 128" |
| 2642 | msgstr "bisect-Lauf fehlgeschlagen: Exit-Code %d von %s ist < 0 oder >= 128" |
| 2643 | |
| 2644 | #, c-format |
| 2645 | msgid "cannot open file '%s' for writing" |
| 2646 | msgstr "Datei '%s' kann nicht zum Schreiben geöffnet werden" |
| 2647 | |
| 2648 | msgid "bisect run cannot continue any more" |
| 2649 | msgstr "'bisect run' kann nicht mehr fortgesetzt werden" |
| 2650 | |
| 2651 | msgid "bisect run success" |
| 2652 | msgstr "'bisect run' erfolgreich ausgeführt" |
| 2653 | |
| 2654 | msgid "bisect found first bad commit" |
| 2655 | msgstr "binäre Suche fand ersten schlechten Commit" |
| 2656 | |
| 2657 | #, c-format |
| 2658 | msgid "bisect run failed: 'git bisect %s' exited with error code %d" |
| 2659 | msgstr "" |
| 2660 | "bisect-Lauf fehlgeschlagen: 'git bisect %s' wurde mit Fehlercode %d beendet" |
| 2661 | |
| 2662 | #, c-format |
| 2663 | msgid "'%s' requires either no argument or a commit" |
| 2664 | msgstr "'%s' erfordert entweder kein Argument oder einen Commit" |
| 2665 | |
| 2666 | #, c-format |
| 2667 | msgid "'%s' requires 0 or 1 argument" |
| 2668 | msgstr "'%s' erfordert 0 oder 1 Argument" |
| 2669 | |
| 2670 | #, c-format |
| 2671 | msgid "'%s' requires 0 arguments" |
| 2672 | msgstr "'%s' erfordert 0 Argumente" |
| 2673 | |
| 2674 | msgid "no logfile given" |
| 2675 | msgstr "keine Log-Datei angegeben" |
| 2676 | |
| 2677 | #, c-format |
| 2678 | msgid "'%s' failed: no command provided." |
| 2679 | msgstr "'%s' ist fehlgeschlagen: kein Befehl angegeben." |
| 2680 | |
| 2681 | msgid "need a command" |
| 2682 | msgstr "Befehl benötigt" |
| 2683 | |
| 2684 | #, c-format |
| 2685 | msgid "unknown command: '%s'" |
| 2686 | msgstr "unbekannter Befehl: '%s'" |
| 2687 | |
| 2688 | msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>" |
| 2689 | msgstr "git blame [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>" |
| 2690 | |
| 2691 | msgid "git annotate [<options>] [<rev-opts>] [<rev>] [--] <file>" |
| 2692 | msgstr "git annotate [<Optionen>] [<rev-opts>] [<Commit>] [--] <Datei>" |
| 2693 | |
| 2694 | msgid "<rev-opts> are documented in git-rev-list(1)" |
| 2695 | msgstr "<rev-opts> sind dokumentiert in git-rev-list(1)" |
| 2696 | |
| 2697 | #, c-format |
| 2698 | msgid "expecting a color: %s" |
| 2699 | msgstr "erwarte eine Farbe: %s" |
| 2700 | |
| 2701 | msgid "must end with a color" |
| 2702 | msgstr "muss mit einer Farbe enden" |
| 2703 | |
| 2704 | #, c-format |
| 2705 | msgid "cannot find revision %s to ignore" |
| 2706 | msgstr "konnte Commit %s zum Ignorieren nicht finden" |
| 2707 | |
| 2708 | msgid "show blame entries as we find them, incrementally" |
| 2709 | msgstr "\"blame\"-Einträge schrittweise anzeigen, während wir sie finden" |
| 2710 | |
| 2711 | msgid "do not show object names of boundary commits (Default: off)" |
| 2712 | msgstr "keine Objektnamen für Grenz-Commits anzeigen (Standard: aus)" |
| 2713 | |
| 2714 | msgid "do not treat root commits as boundaries (Default: off)" |
| 2715 | msgstr "Root-Commits nicht als Grenzen behandeln (Standard: aus)" |
| 2716 | |
| 2717 | msgid "show work cost statistics" |
| 2718 | msgstr "Statistiken zum Arbeitsaufwand anzeigen" |
| 2719 | |
| 2720 | msgid "force progress reporting" |
| 2721 | msgstr "Fortschrittsanzeige erzwingen" |
| 2722 | |
| 2723 | msgid "show output score for blame entries" |
| 2724 | msgstr "Ausgabebewertung für \"blame\"-Einträge anzeigen" |
| 2725 | |
| 2726 | msgid "show original filename (Default: auto)" |
| 2727 | msgstr "ursprünglichen Dateinamen anzeigen (Standard: auto)" |
| 2728 | |
| 2729 | msgid "show original linenumber (Default: off)" |
| 2730 | msgstr "ursprüngliche Zeilennummer anzeigen (Standard: aus)" |
| 2731 | |
| 2732 | msgid "show in a format designed for machine consumption" |
| 2733 | msgstr "Anzeige in einem Format für maschinelle Auswertung" |
| 2734 | |
| 2735 | msgid "show porcelain format with per-line commit information" |
| 2736 | msgstr "" |
| 2737 | "Anzeige in Format für Fremdprogramme mit Commit-Informationen pro Zeile" |
| 2738 | |
| 2739 | msgid "use the same output mode as git-annotate (Default: off)" |
| 2740 | msgstr "" |
| 2741 | "den gleichen Ausgabemodus benutzen wie \"git-annotate\" (Standard: aus)" |
| 2742 | |
| 2743 | msgid "show raw timestamp (Default: off)" |
| 2744 | msgstr "unbearbeiteten Zeitstempel anzeigen (Standard: aus)" |
| 2745 | |
| 2746 | msgid "show long commit SHA1 (Default: off)" |
| 2747 | msgstr "langen Commit-SHA1 anzeigen (Standard: aus)" |
| 2748 | |
| 2749 | msgid "suppress author name and timestamp (Default: off)" |
| 2750 | msgstr "den Namen des Autors und den Zeitstempel unterdrücken (Standard: aus)" |
| 2751 | |
| 2752 | msgid "show author email instead of name (Default: off)" |
| 2753 | msgstr "" |
| 2754 | "statt des Namens die E-Mail-Adresse des Autors anzeigen (Standard: aus)" |
| 2755 | |
| 2756 | msgid "ignore whitespace differences" |
| 2757 | msgstr "Whitespace-Unterschiede ignorieren" |
| 2758 | |
| 2759 | msgid "rev" |
| 2760 | msgstr "Commit" |
| 2761 | |
| 2762 | msgid "ignore <rev> when blaming" |
| 2763 | msgstr "ignoriere <Commit> beim Ausführen von 'blame'" |
| 2764 | |
| 2765 | msgid "ignore revisions from <file>" |
| 2766 | msgstr "ignoriere Commits aus <Datei>" |
| 2767 | |
| 2768 | msgid "color redundant metadata from previous line differently" |
| 2769 | msgstr "redundante Metadaten der vorherigen Zeile unterschiedlich einfärben" |
| 2770 | |
| 2771 | msgid "color lines by age" |
| 2772 | msgstr "Zeilen nach Alter einfärben" |
| 2773 | |
| 2774 | msgid "spend extra cycles to find better match" |
| 2775 | msgstr "" |
| 2776 | "mehr Arbeitsschritte ausführen, um eine bessere Übereinstimmung zu finden" |
| 2777 | |
| 2778 | msgid "use revisions from <file> instead of calling git-rev-list" |
| 2779 | msgstr "Commits von <Datei> benutzen, statt \"git-rev-list\" aufzurufen" |
| 2780 | |
| 2781 | msgid "use <file>'s contents as the final image" |
| 2782 | msgstr "Inhalte der <Datei>en als endgültiges Abbild benutzen" |
| 2783 | |
| 2784 | msgid "score" |
| 2785 | msgstr "Bewertung" |
| 2786 | |
| 2787 | msgid "find line copies within and across files" |
| 2788 | msgstr "kopierte Zeilen innerhalb oder zwischen Dateien finden" |
| 2789 | |
| 2790 | msgid "find line movements within and across files" |
| 2791 | msgstr "verschobene Zeilen innerhalb oder zwischen Dateien finden" |
| 2792 | |
| 2793 | msgid "range" |
| 2794 | msgstr "Bereich" |
| 2795 | |
| 2796 | msgid "process only line range <start>,<end> or function :<funcname>" |
| 2797 | msgstr "" |
| 2798 | "nur Zeilen im Bereich <Start>,<Ende> oder Funktion :<Funktionsname> " |
| 2799 | "verarbeiten" |
| 2800 | |
| 2801 | msgid "--progress can't be used with --incremental or porcelain formats" |
| 2802 | msgstr "" |
| 2803 | "--progress kann nicht mit --incremental oder Formaten für Fremdprogramme\n" |
| 2804 | "verwendet werden" |
| 2805 | |
| 2806 | #. TRANSLATORS: This string is used to tell us the |
| 2807 | #. maximum display width for a relative timestamp in |
| 2808 | #. "git blame" output. For C locale, "4 years, 11 |
| 2809 | #. months ago", which takes 22 places, is the longest |
| 2810 | #. among various forms of relative timestamps, but |
| 2811 | #. your language may need more or fewer display |
| 2812 | #. columns. |
| 2813 | #. |
| 2814 | msgid "4 years, 11 months ago" |
| 2815 | msgstr "vor 4 Jahren und 11 Monaten" |
| 2816 | |
| 2817 | #, c-format |
| 2818 | msgid "file %s has only %lu line" |
| 2819 | msgid_plural "file %s has only %lu lines" |
| 2820 | msgstr[0] "Datei %s hat nur %lu Zeile" |
| 2821 | msgstr[1] "Datei %s hat nur %lu Zeilen" |
| 2822 | |
| 2823 | msgid "Blaming lines" |
| 2824 | msgstr "Verarbeite Zeilen" |
| 2825 | |
| 2826 | msgid "git branch [<options>] [-r | -a] [--merged] [--no-merged]" |
| 2827 | msgstr "git branch [<Optionen>] [-r | -a] [--merged] [--no-merged]" |
| 2828 | |
| 2829 | msgid "" |
| 2830 | "git branch [<options>] [-f] [--recurse-submodules] <branch-name> [<start-" |
| 2831 | "point>]" |
| 2832 | msgstr "" |
| 2833 | "git branch [<Optionen>] [-f] [--recurse-submodules] <Branchname> " |
| 2834 | "[<Startpunkt>]" |
| 2835 | |
| 2836 | msgid "git branch [<options>] [-l] [<pattern>...]" |
| 2837 | msgstr "git branch [<Optionen>] [-l] [<Muster>...]" |
| 2838 | |
| 2839 | msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..." |
| 2840 | msgstr "git branch [<Optionen>] [-r] (-d | -D) <Branchname>..." |
| 2841 | |
| 2842 | msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>" |
| 2843 | msgstr "git branch [<Optionen>] (-m | -M) [<alter-Branch>] <neuer-Branch>" |
| 2844 | |
| 2845 | msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>" |
| 2846 | msgstr "git branch [<Optionen>] (-c | -C) [<alter-Branch>] <neuer-Branch>" |
| 2847 | |
| 2848 | msgid "git branch [<options>] [-r | -a] [--points-at]" |
| 2849 | msgstr "git branch [<Optionen>] [-r | -a] [--points-at]" |
| 2850 | |
| 2851 | msgid "git branch [<options>] [-r | -a] [--format]" |
| 2852 | msgstr "git branch [<Optionen>] [-r | -a] [--format]" |
| 2853 | |
| 2854 | #, c-format |
| 2855 | msgid "" |
| 2856 | "deleting branch '%s' that has been merged to\n" |
| 2857 | " '%s', but not yet merged to HEAD" |
| 2858 | msgstr "" |
| 2859 | "Löschen des Branches '%s', der mit\n" |
| 2860 | " '%s', aber noch nicht in HEAD zusammengeführt wurde" |
| 2861 | |
| 2862 | #, c-format |
| 2863 | msgid "" |
| 2864 | "not deleting branch '%s' that is not yet merged to\n" |
| 2865 | " '%s', even though it is merged to HEAD" |
| 2866 | msgstr "" |
| 2867 | "entferne Branch '%s' nicht, der noch nicht zusammengeführt wurde mit\n" |
| 2868 | " '%s', obwohl er mit HEAD zusammengeführt wurde" |
| 2869 | |
| 2870 | #, c-format |
| 2871 | msgid "couldn't look up commit object for '%s'" |
| 2872 | msgstr "konnte Commit-Objekt für '%s' nicht nachschlagen" |
| 2873 | |
| 2874 | #, c-format |
| 2875 | msgid "the branch '%s' is not fully merged" |
| 2876 | msgstr "der Branch '%s' ist nicht vollständig zusammengeführt" |
| 2877 | |
| 2878 | #, c-format |
| 2879 | msgid "If you are sure you want to delete it, run 'git branch -D %s'" |
| 2880 | msgstr "" |
| 2881 | "Wenn Sie sicher sind, dass Sie den Branch löschen wollen, führen Sie 'git " |
| 2882 | "branch -D %s' aus." |
| 2883 | |
| 2884 | msgid "update of config-file failed" |
| 2885 | msgstr "Aktualisierung der Konfigurationsdatei fehlgeschlagen." |
| 2886 | |
| 2887 | msgid "cannot use -a with -d" |
| 2888 | msgstr "kann -a nicht mit -d benutzen" |
| 2889 | |
| 2890 | #, c-format |
| 2891 | msgid "cannot delete branch '%s' used by worktree at '%s'" |
| 2892 | msgstr "" |
| 2893 | "kann Branch '%s' nicht löschen, der in Arbeitsverzeichnis '%s' verwendet wird" |
| 2894 | |
| 2895 | #, c-format |
| 2896 | msgid "remote-tracking branch '%s' not found" |
| 2897 | msgstr "Remote-Tracking-Branch '%s' nicht gefunden" |
| 2898 | |
| 2899 | #, c-format |
| 2900 | msgid "" |
| 2901 | "branch '%s' not found.\n" |
| 2902 | "Did you forget --remote?" |
| 2903 | msgstr "" |
| 2904 | "Branch '%s' nicht gefunden.\n" |
| 2905 | "Haben Sie --remote vergessen?" |
| 2906 | |
| 2907 | #, c-format |
| 2908 | msgid "branch '%s' not found" |
| 2909 | msgstr "Branch '%s' nicht gefunden" |
| 2910 | |
| 2911 | #, c-format |
| 2912 | msgid "Deleted remote-tracking branch %s (was %s).\n" |
| 2913 | msgstr "Remote-Tracking-Branch %s entfernt (war %s).\n" |
| 2914 | |
| 2915 | #, c-format |
| 2916 | msgid "Deleted branch %s (was %s).\n" |
| 2917 | msgstr "Branch %s entfernt (war %s).\n" |
| 2918 | |
| 2919 | msgid "unable to parse format string" |
| 2920 | msgstr "Konnte Formatierungsstring nicht parsen." |
| 2921 | |
| 2922 | msgid "could not resolve HEAD" |
| 2923 | msgstr "konnte HEAD-Commit nicht auflösen" |
| 2924 | |
| 2925 | #, c-format |
| 2926 | msgid "HEAD (%s) points outside of refs/heads/" |
| 2927 | msgstr "HEAD (%s) wurde nicht unter \"refs/heads/\" gefunden!" |
| 2928 | |
| 2929 | #, c-format |
| 2930 | msgid "branch %s is being rebased at %s" |
| 2931 | msgstr "Rebase von Branch %s in %s im Gange" |
| 2932 | |
| 2933 | #, c-format |
| 2934 | msgid "branch %s is being bisected at %s" |
| 2935 | msgstr "Binäre Suche von Branch %s in %s im Gange" |
| 2936 | |
| 2937 | #, c-format |
| 2938 | msgid "HEAD of working tree %s is not updated" |
| 2939 | msgstr "HEAD des Arbeitsverzeichnisses %s ist nicht aktualisiert" |
| 2940 | |
| 2941 | #, c-format |
| 2942 | msgid "invalid branch name: '%s'" |
| 2943 | msgstr "Ungültiger Branchname: '%s'" |
| 2944 | |
| 2945 | #, c-format |
| 2946 | msgid "no commit on branch '%s' yet" |
| 2947 | msgstr "Noch kein Commit in Branch '%s'" |
| 2948 | |
| 2949 | #, c-format |
| 2950 | msgid "no branch named '%s'" |
| 2951 | msgstr "kein Branch mit dem Namen '%s'" |
| 2952 | |
| 2953 | msgid "branch rename failed" |
| 2954 | msgstr "Umbenennung des Branches fehlgeschlagen" |
| 2955 | |
| 2956 | msgid "branch copy failed" |
| 2957 | msgstr "Kopie des Branches fehlgeschlagen" |
| 2958 | |
| 2959 | #, c-format |
| 2960 | msgid "created a copy of a misnamed branch '%s'" |
| 2961 | msgstr "Kopie eines falsch benannten Branches '%s' erstellt" |
| 2962 | |
| 2963 | #, c-format |
| 2964 | msgid "renamed a misnamed branch '%s' away" |
| 2965 | msgstr "falsch benannten Branch '%s' umbenannt" |
| 2966 | |
| 2967 | #, c-format |
| 2968 | msgid "branch renamed to %s, but HEAD is not updated" |
| 2969 | msgstr "Branch wird in %s umbenannt, aber HEAD wird nicht aktualisiert" |
| 2970 | |
| 2971 | msgid "branch is renamed, but update of config-file failed" |
| 2972 | msgstr "" |
| 2973 | "Branch wurde umbenannt, aber die Aktualisierung der Konfigurationsdatei\n" |
| 2974 | "ist fehlgeschlagen" |
| 2975 | |
| 2976 | msgid "branch is copied, but update of config-file failed" |
| 2977 | msgstr "" |
| 2978 | "Branch wurde kopiert, aber die Aktualisierung der Konfigurationsdatei\n" |
| 2979 | "ist fehlgeschlagen" |
| 2980 | |
| 2981 | #, c-format |
| 2982 | msgid "" |
| 2983 | "Please edit the description for the branch\n" |
| 2984 | " %s\n" |
| 2985 | "Lines starting with '%s' will be stripped.\n" |
| 2986 | msgstr "" |
| 2987 | "Bitte ändern Sie die Beschreibung für den Branch\n" |
| 2988 | " %s\n" |
| 2989 | "Zeilen, die mit '%s' beginnen, werden entfernt.\n" |
| 2990 | |
| 2991 | msgid "Generic options" |
| 2992 | msgstr "Allgemeine Optionen" |
| 2993 | |
| 2994 | msgid "show hash and subject, give twice for upstream branch" |
| 2995 | msgstr "Hash und Betreff anzeigen; -vv: zusätzlich Upstream-Branch" |
| 2996 | |
| 2997 | msgid "suppress informational messages" |
| 2998 | msgstr "Informationsmeldungen unterdrücken" |
| 2999 | |
| 3000 | msgid "set branch tracking configuration" |
| 3001 | msgstr "Branch-Tracking-Konfiguration setzen" |
| 3002 | |
| 3003 | msgid "do not use" |
| 3004 | msgstr "nicht verwenden" |
| 3005 | |
| 3006 | msgid "upstream" |
| 3007 | msgstr "Upstream" |
| 3008 | |
| 3009 | msgid "change the upstream info" |
| 3010 | msgstr "Informationen zum Upstream-Branch ändern" |
| 3011 | |
| 3012 | msgid "unset the upstream info" |
| 3013 | msgstr "Informationen zum Upstream-Branch entfernen" |
| 3014 | |
| 3015 | msgid "use colored output" |
| 3016 | msgstr "farbige Ausgaben verwenden" |
| 3017 | |
| 3018 | msgid "act on remote-tracking branches" |
| 3019 | msgstr "auf Remote-Tracking-Branches wirken" |
| 3020 | |
| 3021 | msgid "print only branches that contain the commit" |
| 3022 | msgstr "nur Branches ausgeben, die diesen Commit enthalten" |
| 3023 | |
| 3024 | msgid "print only branches that don't contain the commit" |
| 3025 | msgstr "nur Branches ausgeben, die diesen Commit nicht enthalten" |
| 3026 | |
| 3027 | msgid "Specific git-branch actions:" |
| 3028 | msgstr "spezifische Aktionen für \"git-branch\":" |
| 3029 | |
| 3030 | msgid "list both remote-tracking and local branches" |
| 3031 | msgstr "Remote-Tracking und lokale Branches auflisten" |
| 3032 | |
| 3033 | msgid "delete fully merged branch" |
| 3034 | msgstr "vollständig zusammengeführten Branch entfernen" |
| 3035 | |
| 3036 | msgid "delete branch (even if not merged)" |
| 3037 | msgstr "Branch löschen (auch wenn nicht zusammengeführt)" |
| 3038 | |
| 3039 | msgid "move/rename a branch and its reflog" |
| 3040 | msgstr "einen Branch und dessen Reflog verschieben/umbenennen" |
| 3041 | |
| 3042 | msgid "move/rename a branch, even if target exists" |
| 3043 | msgstr "" |
| 3044 | "einen Branch verschieben/umbenennen, auch wenn das Ziel bereits existiert" |
| 3045 | |
| 3046 | msgid "do not output a newline after empty formatted refs" |
| 3047 | msgstr "keinen Zeilenumbruch nach leer formatierten Referenzen ausgeben" |
| 3048 | |
| 3049 | msgid "copy a branch and its reflog" |
| 3050 | msgstr "einen Branch und dessen Reflog kopieren" |
| 3051 | |
| 3052 | msgid "copy a branch, even if target exists" |
| 3053 | msgstr "einen Branch kopieren, auch wenn das Ziel bereits existiert" |
| 3054 | |
| 3055 | msgid "list branch names" |
| 3056 | msgstr "Branchnamen auflisten" |
| 3057 | |
| 3058 | msgid "show current branch name" |
| 3059 | msgstr "Zeige aktuellen Branchnamen." |
| 3060 | |
| 3061 | msgid "create the branch's reflog" |
| 3062 | msgstr "das Reflog des Branches erzeugen" |
| 3063 | |
| 3064 | msgid "edit the description for the branch" |
| 3065 | msgstr "die Beschreibung für den Branch bearbeiten" |
| 3066 | |
| 3067 | msgid "force creation, move/rename, deletion" |
| 3068 | msgstr "Erstellung, Verschiebung/Umbenennung oder Löschung erzwingen" |
| 3069 | |
| 3070 | msgid "print only branches that are merged" |
| 3071 | msgstr "nur zusammengeführte Branches ausgeben" |
| 3072 | |
| 3073 | msgid "print only branches that are not merged" |
| 3074 | msgstr "nur nicht zusammengeführte Branches ausgeben" |
| 3075 | |
| 3076 | msgid "list branches in columns" |
| 3077 | msgstr "Branches in Spalten auflisten" |
| 3078 | |
| 3079 | msgid "object" |
| 3080 | msgstr "Objekt" |
| 3081 | |
| 3082 | msgid "print only branches of the object" |
| 3083 | msgstr "nur Branches von diesem Objekt ausgeben" |
| 3084 | |
| 3085 | msgid "sorting and filtering are case insensitive" |
| 3086 | msgstr "Sortierung und Filterung sind unabhängig von Groß- und Kleinschreibung" |
| 3087 | |
| 3088 | msgid "recurse through submodules" |
| 3089 | msgstr "Rekursion in Submodulen durchführen" |
| 3090 | |
| 3091 | msgid "format to use for the output" |
| 3092 | msgstr "für die Ausgabe zu verwendendes Format" |
| 3093 | |
| 3094 | msgid "failed to resolve HEAD as a valid ref" |
| 3095 | msgstr "HEAD konnte nicht als gültige Referenz aufgelöst werden" |
| 3096 | |
| 3097 | msgid "HEAD not found below refs/heads!" |
| 3098 | msgstr "HEAD wurde nicht unter \"refs/heads\" gefunden!" |
| 3099 | |
| 3100 | msgid "" |
| 3101 | "branch with --recurse-submodules can only be used if " |
| 3102 | "submodule.propagateBranches is enabled" |
| 3103 | msgstr "" |
| 3104 | "Branch mit --recurse-submodules kann nur genutzt werden, wenn " |
| 3105 | "submodule.propagateBranches aktiviert ist" |
| 3106 | |
| 3107 | msgid "--recurse-submodules can only be used to create branches" |
| 3108 | msgstr "--recurse-submodules kann nur genutzt werden, um Branches zu erstellen" |
| 3109 | |
| 3110 | msgid "branch name required" |
| 3111 | msgstr "Branchname erforderlich" |
| 3112 | |
| 3113 | msgid "cannot give description to detached HEAD" |
| 3114 | msgstr "zu losgelöstem HEAD kann keine Beschreibung hinterlegt werden" |
| 3115 | |
| 3116 | msgid "cannot edit description of more than one branch" |
| 3117 | msgstr "Beschreibung von mehr als einem Branch kann nicht bearbeitet werden" |
| 3118 | |
| 3119 | msgid "cannot copy the current branch while not on any" |
| 3120 | msgstr "" |
| 3121 | "Kann den aktuellen Branch nicht kopieren, solange Sie sich auf keinem " |
| 3122 | "befinden." |
| 3123 | |
| 3124 | msgid "cannot rename the current branch while not on any" |
| 3125 | msgstr "" |
| 3126 | "Kann aktuellen Branch nicht umbenennen, solange Sie sich auf keinem befinden." |
| 3127 | |
| 3128 | msgid "too many branches for a copy operation" |
| 3129 | msgstr "zu viele Branches für eine Kopieroperation angegeben" |
| 3130 | |
| 3131 | msgid "too many arguments for a rename operation" |
| 3132 | msgstr "zu viele Argumente für eine Umbenennen-Operation angegeben" |
| 3133 | |
| 3134 | msgid "too many arguments to set new upstream" |
| 3135 | msgstr "zu viele Argumente angegeben, um Upstream-Branch zu setzen" |
| 3136 | |
| 3137 | #, c-format |
| 3138 | msgid "" |
| 3139 | "could not set upstream of HEAD to %s when it does not point to any branch" |
| 3140 | msgstr "" |
| 3141 | "konnte den Upstream von HEAD nicht auf %s setzen, wenn er auf keinen Zweig " |
| 3142 | "verweist" |
| 3143 | |
| 3144 | #, c-format |
| 3145 | msgid "no such branch '%s'" |
| 3146 | msgstr "Branch '%s' nicht gefunden" |
| 3147 | |
| 3148 | #, c-format |
| 3149 | msgid "branch '%s' does not exist" |
| 3150 | msgstr "Branch '%s' existiert nicht" |
| 3151 | |
| 3152 | msgid "too many arguments to unset upstream" |
| 3153 | msgstr "" |
| 3154 | "zu viele Argumente angegeben, um Konfiguration zu Upstream-Branch zu " |
| 3155 | "entfernen" |
| 3156 | |
| 3157 | msgid "could not unset upstream of HEAD when it does not point to any branch" |
| 3158 | msgstr "" |
| 3159 | "konnte den Upstream von HEAD nicht aufheben, wenn er nicht auf einen Zweig " |
| 3160 | "verweist" |
| 3161 | |
| 3162 | #, c-format |
| 3163 | msgid "branch '%s' has no upstream information" |
| 3164 | msgstr "Branch '%s' hat keine Upstream-Informationen" |
| 3165 | |
| 3166 | msgid "" |
| 3167 | "the -a, and -r, options to 'git branch' do not take a branch name.\n" |
| 3168 | "Did you mean to use: -a|-r --list <pattern>?" |
| 3169 | msgstr "" |
| 3170 | "Die Optionen -a und -r bei 'git branch' können nicht mit einem Branchnamen " |
| 3171 | "verwendet werden.\n" |
| 3172 | "Wollten Sie -a|-r --list <Muster> benutzen?" |
| 3173 | |
| 3174 | msgid "" |
| 3175 | "the '--set-upstream' option is no longer supported. Please use '--track' or " |
| 3176 | "'--set-upstream-to' instead" |
| 3177 | msgstr "" |
| 3178 | "Die '--set-upstream' Option wird nicht länger unterstützt.\n" |
| 3179 | "Bitte benutzen Sie stattdessen '--track' oder '--set-upstream-to'." |
| 3180 | |
| 3181 | msgid "git version:\n" |
| 3182 | msgstr "git Version:\n" |
| 3183 | |
| 3184 | msgid "compiler info: " |
| 3185 | msgstr "Compiler Info: " |
| 3186 | |
| 3187 | msgid "libc info: " |
| 3188 | msgstr "libc Info: " |
| 3189 | |
| 3190 | msgid "not run from a git repository - no hooks to show\n" |
| 3191 | msgstr "nicht in einem Git-Repository ausgeführt - keine Hooks zum Anzeigen\n" |
| 3192 | |
| 3193 | msgid "" |
| 3194 | "git bugreport [(-o | --output-directory) <path>]\n" |
| 3195 | " [(-s | --suffix) <format> | --no-suffix]\n" |
| 3196 | " [--diagnose[=<mode>]]" |
| 3197 | msgstr "" |
| 3198 | "git bugreport [(-o | --output-directory) <Pfad>]\n" |
| 3199 | " [(-s | --suffix) <Format> | --no-suffix]\n" |
| 3200 | " [--diagnose[=<Modus>]]" |
| 3201 | |
| 3202 | msgid "" |
| 3203 | "Thank you for filling out a Git bug report!\n" |
| 3204 | "Please answer the following questions to help us understand your issue.\n" |
| 3205 | "\n" |
| 3206 | "What did you do before the bug happened? (Steps to reproduce your issue)\n" |
| 3207 | "\n" |
| 3208 | "What did you expect to happen? (Expected behavior)\n" |
| 3209 | "\n" |
| 3210 | "What happened instead? (Actual behavior)\n" |
| 3211 | "\n" |
| 3212 | "What's different between what you expected and what actually happened?\n" |
| 3213 | "\n" |
| 3214 | "Anything else you want to add:\n" |
| 3215 | "\n" |
| 3216 | "Please review the rest of the bug report below.\n" |
| 3217 | "You can delete any lines you don't wish to share.\n" |
| 3218 | msgstr "" |
| 3219 | "Vielen Dank für das Ausfüllen eines Git-Fehlerberichts!\n" |
| 3220 | "Bitte antworten Sie auf die folgenden Fragen, um uns dabei zu helfen, Ihr\n" |
| 3221 | "Problem zu verstehen.\n" |
| 3222 | "\n" |
| 3223 | "Was haben Sie gemacht, bevor der Fehler auftrat? (Schritte, um Ihr Fehler\n" |
| 3224 | "zu reproduzieren)\n" |
| 3225 | "\n" |
| 3226 | "Was haben Sie erwartet, was passieren soll? (Erwartetes Verhalten)\n" |
| 3227 | "\n" |
| 3228 | "Was ist stattdessen passiert? (Wirkliches Verhalten)\n" |
| 3229 | "\n" |
| 3230 | "Was ist der Unterschied zwischen dem, was Sie erwartet haben und was\n" |
| 3231 | "wirklich passiert ist?\n" |
| 3232 | "\n" |
| 3233 | "Sonstige Anmerkungen, die Sie hinzufügen möchten:\n" |
| 3234 | "\n" |
| 3235 | "Bitte überprüfen Sie den restlichen Teil des Fehlerberichts unten.\n" |
| 3236 | "Sie können jede Zeile löschen, die Sie nicht mitteilen möchten.\n" |
| 3237 | |
| 3238 | msgid "mode" |
| 3239 | msgstr "Modus" |
| 3240 | |
| 3241 | msgid "" |
| 3242 | "create an additional zip archive of detailed diagnostics (default 'stats')" |
| 3243 | msgstr "" |
| 3244 | "ein zusätzliches Zip-Archiv mit detaillierten Diagnosen erstellen (Standard " |
| 3245 | "'stats')" |
| 3246 | |
| 3247 | msgid "specify a destination for the bugreport file(s)" |
| 3248 | msgstr "einen Zielort für die Fehlerberichtsdatei(en) angeben" |
| 3249 | |
| 3250 | msgid "specify a strftime format suffix for the filename(s)" |
| 3251 | msgstr "ein Suffix im strftime-Format für den/die Dateinamen angeben" |
| 3252 | |
| 3253 | #, c-format |
| 3254 | msgid "unknown argument `%s'" |
| 3255 | msgstr "unbekanntes Argument `%s'" |
| 3256 | |
| 3257 | #, c-format |
| 3258 | msgid "could not create leading directories for '%s'" |
| 3259 | msgstr "konnte vorangehende Verzeichnisse für '%s' nicht erstellen" |
| 3260 | |
| 3261 | #, c-format |
| 3262 | msgid "unable to create diagnostics archive %s" |
| 3263 | msgstr "Diagnosearchiv %s kann nicht erstellt werden" |
| 3264 | |
| 3265 | msgid "System Info" |
| 3266 | msgstr "System Info" |
| 3267 | |
| 3268 | msgid "Enabled Hooks" |
| 3269 | msgstr "Aktivierte Hooks" |
| 3270 | |
| 3271 | #, c-format |
| 3272 | msgid "unable to write to %s" |
| 3273 | msgstr "konnte nicht nach %s schreiben" |
| 3274 | |
| 3275 | #, c-format |
| 3276 | msgid "Created new report at '%s'.\n" |
| 3277 | msgstr "Neuer Bericht unter '%s' erstellt.\n" |
| 3278 | |
| 3279 | msgid "" |
| 3280 | "git bundle create [-q | --quiet | --progress]\n" |
| 3281 | " [--version=<version>] <file> <git-rev-list-args>" |
| 3282 | msgstr "" |
| 3283 | "git bundle create [-q | --quiet | --progress]\n" |
| 3284 | " [--version=<Version>] <Datei> <git-rev-list-Argumente>" |
| 3285 | |
| 3286 | msgid "git bundle verify [-q | --quiet] <file>" |
| 3287 | msgstr "git bundle verify [-q | --quiet] <Datei>" |
| 3288 | |
| 3289 | msgid "git bundle list-heads <file> [<refname>...]" |
| 3290 | msgstr "git bundle list-heads <Datei> [<Referenzname>...]" |
| 3291 | |
| 3292 | msgid "git bundle unbundle [--progress] <file> [<refname>...]" |
| 3293 | msgstr "git bundle unbundle [--progress] <Datei> [<Referenzname>...]" |
| 3294 | |
| 3295 | msgid "need a <file> argument" |
| 3296 | msgstr "<Datei> Argument benötigt" |
| 3297 | |
| 3298 | msgid "do not show progress meter" |
| 3299 | msgstr "keine Fortschrittsanzeige anzeigen" |
| 3300 | |
| 3301 | msgid "show progress meter" |
| 3302 | msgstr "Fortschrittsanzeige anzeigen" |
| 3303 | |
| 3304 | msgid "historical; same as --progress" |
| 3305 | msgstr "historisch; dasselbe wie --progress" |
| 3306 | |
| 3307 | msgid "historical; does nothing" |
| 3308 | msgstr "historisch; kein Effekt" |
| 3309 | |
| 3310 | msgid "specify bundle format version" |
| 3311 | msgstr "Version des Paket-Formats angeben" |
| 3312 | |
| 3313 | msgid "Need a repository to create a bundle." |
| 3314 | msgstr "Um ein Paket zu erstellen wird ein Repository benötigt." |
| 3315 | |
| 3316 | msgid "do not show bundle details" |
| 3317 | msgstr "Keine Bundle-Details anzeigen" |
| 3318 | |
| 3319 | msgid "need a repository to verify a bundle" |
| 3320 | msgstr "um ein Paket zu überprüfen wird ein Repository benötigt" |
| 3321 | |
| 3322 | #, c-format |
| 3323 | msgid "%s is okay\n" |
| 3324 | msgstr "%s ist in Ordnung\n" |
| 3325 | |
| 3326 | msgid "Need a repository to unbundle." |
| 3327 | msgstr "Zum Entpacken wird ein Repository benötigt." |
| 3328 | |
| 3329 | msgid "Unbundling objects" |
| 3330 | msgstr "Entpacken von Objekten" |
| 3331 | |
| 3332 | #, c-format |
| 3333 | msgid "cannot read object %s '%s'" |
| 3334 | msgstr "kann Objekt %s '%s' nicht lesen" |
| 3335 | |
| 3336 | msgid "flush is only for --buffer mode" |
| 3337 | msgstr "Flush ist nur für --buffer Modus" |
| 3338 | |
| 3339 | msgid "empty command in input" |
| 3340 | msgstr "leerer Befehl in der Eingabe" |
| 3341 | |
| 3342 | #, c-format |
| 3343 | msgid "whitespace before command: '%s'" |
| 3344 | msgstr "Whitespace vor Befehl: '%s'" |
| 3345 | |
| 3346 | #, c-format |
| 3347 | msgid "%s requires arguments" |
| 3348 | msgstr "%s benötigt Argumente" |
| 3349 | |
| 3350 | #, c-format |
| 3351 | msgid "%s takes no arguments" |
| 3352 | msgstr "%s braucht kein Argument" |
| 3353 | |
| 3354 | msgid "only one batch option may be specified" |
| 3355 | msgstr "Nur eine Batch-Option erlaubt." |
| 3356 | |
| 3357 | msgid "git cat-file <type> <object>" |
| 3358 | msgstr "git cat-file <Typ> <Objekt>" |
| 3359 | |
| 3360 | msgid "git cat-file (-e | -p | -t | -s) <object>" |
| 3361 | msgstr "git cat-file (-e | -p | -t | -s) <Objekt>" |
| 3362 | |
| 3363 | msgid "" |
| 3364 | "git cat-file (--textconv | --filters)\n" |
| 3365 | " [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]" |
| 3366 | msgstr "" |
| 3367 | "git cat-file (--textconv | --filters)\n" |
| 3368 | " [<Commit>:<Pfad|Commit-Referenz> | --path=<Pfad|Commit-" |
| 3369 | "Referenz> <Commit>]" |
| 3370 | |
| 3371 | msgid "" |
| 3372 | "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-" |
| 3373 | "objects]\n" |
| 3374 | " [--buffer] [--follow-symlinks] [--unordered]\n" |
| 3375 | " [--textconv | --filters] [-Z]" |
| 3376 | msgstr "" |
| 3377 | "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-" |
| 3378 | "objects]\n" |
| 3379 | " [--buffer] [--follow-symlinks] [--unordered]\n" |
| 3380 | " [--textconv | --filters] [-Z]" |
| 3381 | |
| 3382 | msgid "Check object existence or emit object contents" |
| 3383 | msgstr "Überprüfen von Objektexistenz oder Ausgeben von Objekt-Inhalten" |
| 3384 | |
| 3385 | msgid "check if <object> exists" |
| 3386 | msgstr "prüfe, ob <Objekt> vorhanden ist" |
| 3387 | |
| 3388 | msgid "pretty-print <object> content" |
| 3389 | msgstr "ansprechende Anzeige für <Objekt> Inhalt" |
| 3390 | |
| 3391 | msgid "Emit [broken] object attributes" |
| 3392 | msgstr "Ausgabe von [fehlerhaften] Objekt-Attributen" |
| 3393 | |
| 3394 | msgid "show object type (one of 'blob', 'tree', 'commit', 'tag', ...)" |
| 3395 | msgstr "zeige Objekt-Typ (eines von 'blob', 'tree', 'commit', 'tag', ...)" |
| 3396 | |
| 3397 | msgid "show object size" |
| 3398 | msgstr "Objektgröße anzeigen" |
| 3399 | |
| 3400 | msgid "use mail map file" |
| 3401 | msgstr "\"mailmap\"-Datei verwenden" |
| 3402 | |
| 3403 | msgid "Batch objects requested on stdin (or --batch-all-objects)" |
| 3404 | msgstr "" |
| 3405 | "Batch-Objekte von Standard-Eingabe (oder --batch-all-objects) angefordert" |
| 3406 | |
| 3407 | msgid "show full <object> or <rev> contents" |
| 3408 | msgstr "vollständige Inhalte von <Objekt> oder <Commit> anzeigen" |
| 3409 | |
| 3410 | msgid "like --batch, but don't emit <contents>" |
| 3411 | msgstr "wie --batch, aber keine Ausgabe von <Inhalten>" |
| 3412 | |
| 3413 | msgid "stdin is NUL-terminated" |
| 3414 | msgstr "stdin endet mit NUL" |
| 3415 | |
| 3416 | msgid "stdin and stdout is NUL-terminated" |
| 3417 | msgstr "stdin und stdout sind NUL-beendet" |
| 3418 | |
| 3419 | msgid "read commands from stdin" |
| 3420 | msgstr "Befehle von der Standard-Eingabe lesen" |
| 3421 | |
| 3422 | msgid "with --batch[-check]: ignores stdin, batches all known objects" |
| 3423 | msgstr "" |
| 3424 | "mit --batch[-check]: ignoriert Standard-Eingabe, Stapelverarbeitung aller " |
| 3425 | "bekannten Objekte" |
| 3426 | |
| 3427 | msgid "Change or optimize batch output" |
| 3428 | msgstr "Ändern oder Optimieren der Batch-Ausgabe" |
| 3429 | |
| 3430 | msgid "buffer --batch output" |
| 3431 | msgstr "Ausgabe von --batch puffern" |
| 3432 | |
| 3433 | msgid "follow in-tree symlinks" |
| 3434 | msgstr "folge symbolische Verknüpfungen in Verzeichnissen" |
| 3435 | |
| 3436 | msgid "do not order objects before emitting them" |
| 3437 | msgstr "Objekte nicht ordnen, bevor sie ausgegeben werden" |
| 3438 | |
| 3439 | msgid "" |
| 3440 | "Emit object (blob or tree) with conversion or filter (stand-alone, or with " |
| 3441 | "batch)" |
| 3442 | msgstr "" |
| 3443 | "Objekt (Blob oder Verzeichnis) mit Konvertierung oder Filter (eigenständig " |
| 3444 | "oder mit Batch) ausgeben" |
| 3445 | |
| 3446 | msgid "run textconv on object's content" |
| 3447 | msgstr "eine Textkonvertierung auf Objekt-Inhalte ausführen" |
| 3448 | |
| 3449 | msgid "run filters on object's content" |
| 3450 | msgstr "Filter auf Objekt-Inhalte ausführen" |
| 3451 | |
| 3452 | msgid "blob|tree" |
| 3453 | msgstr "Blob|Verzeichnis" |
| 3454 | |
| 3455 | msgid "use a <path> for (--textconv | --filters); Not with 'batch'" |
| 3456 | msgstr "" |
| 3457 | "nutzen Sie einen <Pfad> für (--textconv | --filters); Nicht mit 'batch'" |
| 3458 | |
| 3459 | msgid "objects filter only supported in batch mode" |
| 3460 | msgstr "Objektfilter werden nur im Batch-Modus unterstützt" |
| 3461 | |
| 3462 | #, c-format |
| 3463 | msgid "objects filter not supported: '%s'" |
| 3464 | msgstr "Objektfilter nicht unterstützt: '%s'" |
| 3465 | |
| 3466 | #, c-format |
| 3467 | msgid "'%s=<%s>' needs '%s' or '%s'" |
| 3468 | msgstr "'%s=<%s>' benötigt '%s' oder '%s'" |
| 3469 | |
| 3470 | msgid "path|tree-ish" |
| 3471 | msgstr "Pfad|Commit-Referenz" |
| 3472 | |
| 3473 | #, c-format |
| 3474 | msgid "'%s' requires a batch mode" |
| 3475 | msgstr "'%s' erfordert einen Batch-Modus" |
| 3476 | |
| 3477 | #, c-format |
| 3478 | msgid "'-%c' is incompatible with batch mode" |
| 3479 | msgstr "'%c' ist inkompatibel mit dem Batch-Modus" |
| 3480 | |
| 3481 | msgid "batch modes take no arguments" |
| 3482 | msgstr "Batch-Modi erwarten keine Argumente" |
| 3483 | |
| 3484 | #, c-format |
| 3485 | msgid "<rev> required with '%s'" |
| 3486 | msgstr "<Commit> benötigt mit '%s'" |
| 3487 | |
| 3488 | #, c-format |
| 3489 | msgid "<object> required with '-%c'" |
| 3490 | msgstr "<Objekt> benötigt mit '-%c'" |
| 3491 | |
| 3492 | #, c-format |
| 3493 | msgid "only two arguments allowed in <type> <object> mode, not %d" |
| 3494 | msgstr "nur zwei Argumente im <Typ> <Objekt> Modus erlaubt, nicht %d" |
| 3495 | |
| 3496 | msgid "" |
| 3497 | "git check-attr [--source <tree-ish>] [-a | --all | <attr>...] [--] " |
| 3498 | "<pathname>..." |
| 3499 | msgstr "" |
| 3500 | "git check-attr [--source <Commit-Referenz>] [-a | --all | <Attribut>...] " |
| 3501 | "[--] <Pfadname>..." |
| 3502 | |
| 3503 | msgid "" |
| 3504 | "git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>...]" |
| 3505 | msgstr "" |
| 3506 | "git check-attr --stdin [-z] [--source <Commit-Referenz>] [-a | --all | " |
| 3507 | "<Attribut>...]" |
| 3508 | |
| 3509 | msgid "report all attributes set on file" |
| 3510 | msgstr "alle Attribute einer Datei ausgeben" |
| 3511 | |
| 3512 | msgid "use .gitattributes only from the index" |
| 3513 | msgstr "nur .gitattributes vom Index verwenden" |
| 3514 | |
| 3515 | msgid "read file names from stdin" |
| 3516 | msgstr "Dateinamen von der Standard-Eingabe lesen" |
| 3517 | |
| 3518 | msgid "terminate input and output records by a NUL character" |
| 3519 | msgstr "Einträge von Ein- und Ausgabe mit NUL-Zeichen abschließen" |
| 3520 | |
| 3521 | msgid "<tree-ish>" |
| 3522 | msgstr "<Commit-Referenz>" |
| 3523 | |
| 3524 | msgid "which tree-ish to check attributes at" |
| 3525 | msgstr "in welchem Commit die Attribute zu prüfen sind" |
| 3526 | |
| 3527 | msgid "suppress progress reporting" |
| 3528 | msgstr "Fortschrittsanzeige unterdrücken" |
| 3529 | |
| 3530 | msgid "show non-matching input paths" |
| 3531 | msgstr "Eingabe-Pfade ohne Übereinstimmungen anzeigen" |
| 3532 | |
| 3533 | msgid "ignore index when checking" |
| 3534 | msgstr "Index bei der Prüfung ignorieren" |
| 3535 | |
| 3536 | msgid "cannot specify pathnames with --stdin" |
| 3537 | msgstr "Angabe von Pfadnamen kann nicht gemeinsam mit --stdin verwendet werden" |
| 3538 | |
| 3539 | msgid "-z only makes sense with --stdin" |
| 3540 | msgstr "-z kann nur mit --stdin verwendet werden" |
| 3541 | |
| 3542 | msgid "no path specified" |
| 3543 | msgstr "kein Pfad angegeben" |
| 3544 | |
| 3545 | msgid "--quiet is only valid with a single pathname" |
| 3546 | msgstr "--quiet ist nur mit einem einzelnen Pfadnamen gültig" |
| 3547 | |
| 3548 | msgid "cannot have both --quiet and --verbose" |
| 3549 | msgstr "--quiet und --verbose können nicht gemeinsam verwendet werden" |
| 3550 | |
| 3551 | msgid "--non-matching is only valid with --verbose" |
| 3552 | msgstr "--non-matching ist nur mit --verbose zulässig" |
| 3553 | |
| 3554 | msgid "git check-mailmap [<options>] <contact>..." |
| 3555 | msgstr "git check-mailmap [<Optionen>] <Kontakt>..." |
| 3556 | |
| 3557 | msgid "also read contacts from stdin" |
| 3558 | msgstr "ebenfalls Kontakte von der Standard-Eingabe lesen" |
| 3559 | |
| 3560 | msgid "read additional mailmap entries from file" |
| 3561 | msgstr "zusätzliche mailmap-Einträge aus Datei lesen" |
| 3562 | |
| 3563 | msgid "blob" |
| 3564 | msgstr "Blob" |
| 3565 | |
| 3566 | msgid "read additional mailmap entries from blob" |
| 3567 | msgstr "zusätzliche mailmap-Einträge aus Blob lesen" |
| 3568 | |
| 3569 | msgid "no contacts specified" |
| 3570 | msgstr "keine Kontakte angegeben" |
| 3571 | |
| 3572 | msgid "git checkout--worker [<options>]" |
| 3573 | msgstr "git checkout--worker [<Optionen>]" |
| 3574 | |
| 3575 | msgid "string" |
| 3576 | msgstr "Zeichenkette" |
| 3577 | |
| 3578 | msgid "when creating files, prepend <string>" |
| 3579 | msgstr "" |
| 3580 | "wenn Dateien erzeugt werden, stelle <Zeichenkette> dem Dateinamen voran" |
| 3581 | |
| 3582 | msgid "git checkout-index [<options>] [--] [<file>...]" |
| 3583 | msgstr "git checkout-index [<Optionen>] [--] [<Datei>...]" |
| 3584 | |
| 3585 | msgid "stage should be between 1 and 3 or all" |
| 3586 | msgstr "stage sollte zwischen 1 und 3 oder 'all' sein" |
| 3587 | |
| 3588 | msgid "check out all files in the index" |
| 3589 | msgstr "alle Dateien im Index auschecken" |
| 3590 | |
| 3591 | msgid "do not skip files with skip-worktree set" |
| 3592 | msgstr "Dateien mit gesetztem skip-worktree nicht überspringen" |
| 3593 | |
| 3594 | msgid "force overwrite of existing files" |
| 3595 | msgstr "das Überschreiben bereits existierender Dateien erzwingen" |
| 3596 | |
| 3597 | msgid "no warning for existing files and files not in index" |
| 3598 | msgstr "" |
| 3599 | "keine Warnung für existierende Dateien, und Dateien, die sich nicht im Index " |
| 3600 | "befinden" |
| 3601 | |
| 3602 | msgid "don't checkout new files" |
| 3603 | msgstr "keine neuen Dateien auschecken" |
| 3604 | |
| 3605 | msgid "update stat information in the index file" |
| 3606 | msgstr "Dateiinformationen in der Index-Datei aktualisieren" |
| 3607 | |
| 3608 | msgid "read list of paths from the standard input" |
| 3609 | msgstr "eine Liste von Pfaden von der Standard-Eingabe lesen" |
| 3610 | |
| 3611 | msgid "write the content to temporary files" |
| 3612 | msgstr "den Inhalt in temporäre Dateien schreiben" |
| 3613 | |
| 3614 | msgid "copy out the files from named stage" |
| 3615 | msgstr "Dateien von dem benannten Stand kopieren" |
| 3616 | |
| 3617 | msgid "git checkout [<options>] <branch>" |
| 3618 | msgstr "git checkout [<Optionen>] <Branch>" |
| 3619 | |
| 3620 | msgid "git checkout [<options>] [<branch>] -- <file>..." |
| 3621 | msgstr "git checkout [<Optionen>] [<Branch>] -- <Datei>..." |
| 3622 | |
| 3623 | msgid "git switch [<options>] [<branch>]" |
| 3624 | msgstr "git switch [<Optionen>] [<Branch>]" |
| 3625 | |
| 3626 | msgid "git restore [<options>] [--source=<branch>] <file>..." |
| 3627 | msgstr "git restore [<Optionen>] [--source=<Branch>] <Datei>..." |
| 3628 | |
| 3629 | #, c-format |
| 3630 | msgid "path '%s' does not have our version" |
| 3631 | msgstr "Pfad '%s' hat nicht unsere Version" |
| 3632 | |
| 3633 | #, c-format |
| 3634 | msgid "path '%s' does not have their version" |
| 3635 | msgstr "Pfad '%s' hat nicht deren Version" |
| 3636 | |
| 3637 | #, c-format |
| 3638 | msgid "path '%s' does not have all necessary versions" |
| 3639 | msgstr "Pfad '%s' hat nicht alle notwendigen Versionen" |
| 3640 | |
| 3641 | #, c-format |
| 3642 | msgid "path '%s' does not have necessary versions" |
| 3643 | msgstr "Pfad '%s' hat nicht die notwendigen Versionen" |
| 3644 | |
| 3645 | #, c-format |
| 3646 | msgid "path '%s': cannot merge" |
| 3647 | msgstr "Pfad '%s': kann nicht zusammenführen" |
| 3648 | |
| 3649 | #, c-format |
| 3650 | msgid "Unable to add merge result for '%s'" |
| 3651 | msgstr "Konnte Merge-Ergebnis von '%s' nicht hinzufügen." |
| 3652 | |
| 3653 | #, c-format |
| 3654 | msgid "Recreated %d merge conflict" |
| 3655 | msgid_plural "Recreated %d merge conflicts" |
| 3656 | msgstr[0] "%d Merge-Konflikt wieder erstellt" |
| 3657 | msgstr[1] "%d Merge-Konflikte wieder erstellt" |
| 3658 | |
| 3659 | #, c-format |
| 3660 | msgid "Updated %d path from %s" |
| 3661 | msgid_plural "Updated %d paths from %s" |
| 3662 | msgstr[0] "%d Pfad von %s aktualisiert" |
| 3663 | msgstr[1] "%d Pfade von %s aktualisiert" |
| 3664 | |
| 3665 | #, c-format |
| 3666 | msgid "Updated %d path from the index" |
| 3667 | msgid_plural "Updated %d paths from the index" |
| 3668 | msgstr[0] "%d Pfad vom Index aktualisiert" |
| 3669 | msgstr[1] "%d Pfade vom Index aktualisiert" |
| 3670 | |
| 3671 | #, c-format |
| 3672 | msgid "'%s' cannot be used with updating paths" |
| 3673 | msgstr "'%s' kann nicht mit der Aktualisierung von Pfaden verwendet werden" |
| 3674 | |
| 3675 | #, c-format |
| 3676 | msgid "Cannot update paths and switch to branch '%s' at the same time." |
| 3677 | msgstr "" |
| 3678 | "Kann nicht gleichzeitig Pfade aktualisieren und zu Branch '%s' wechseln" |
| 3679 | |
| 3680 | #, c-format |
| 3681 | msgid "neither '%s' or '%s' is specified" |
| 3682 | msgstr "Weder '%s' noch '%s' ist angegeben" |
| 3683 | |
| 3684 | #, c-format |
| 3685 | msgid "'%s' must be used when '%s' is not specified" |
| 3686 | msgstr "'%s' kann nur genutzt werden, wenn '%s' nicht verwendet wird" |
| 3687 | |
| 3688 | #, c-format |
| 3689 | msgid "'%s' or '%s' cannot be used with %s" |
| 3690 | msgstr "'%s' oder '%s' kann nicht mit %s verwendet werden" |
| 3691 | |
| 3692 | #, c-format |
| 3693 | msgid "'%s', '%s', or '%s' cannot be used when checking out of a tree" |
| 3694 | msgstr "" |
| 3695 | "'%s', '%s' oder '%s' können beim Auschecken aus einem Verzeichnis nicht " |
| 3696 | "verwendet werden" |
| 3697 | |
| 3698 | #, c-format |
| 3699 | msgid "path '%s' is unmerged" |
| 3700 | msgstr "Pfad '%s' ist nicht zusammengeführt" |
| 3701 | |
| 3702 | #, c-format |
| 3703 | msgid "unable to read tree (%s)" |
| 3704 | msgstr "konnte \"Tree\"-Objekt (%s) nicht lesen" |
| 3705 | |
| 3706 | msgid "you need to resolve your current index first" |
| 3707 | msgstr "Sie müssen zuerst die Konflikte in Ihrem aktuellen Index auflösen." |
| 3708 | |
| 3709 | #, c-format |
| 3710 | msgid "" |
| 3711 | "cannot continue with staged changes in the following files:\n" |
| 3712 | "%s" |
| 3713 | msgstr "" |
| 3714 | "Kann nicht mit vorgemerkten Änderungen in folgenden Dateien fortsetzen:\n" |
| 3715 | "%s" |
| 3716 | |
| 3717 | #, c-format |
| 3718 | msgid "Can not do reflog for '%s': %s\n" |
| 3719 | msgstr "Kann \"reflog\" für '%s' nicht durchführen: %s\n" |
| 3720 | |
| 3721 | msgid "HEAD is now at" |
| 3722 | msgstr "HEAD ist jetzt bei" |
| 3723 | |
| 3724 | msgid "unable to update HEAD" |
| 3725 | msgstr "Konnte HEAD nicht aktualisieren." |
| 3726 | |
| 3727 | #, c-format |
| 3728 | msgid "Reset branch '%s'\n" |
| 3729 | msgstr "Setze Branch '%s' neu\n" |
| 3730 | |
| 3731 | #, c-format |
| 3732 | msgid "Already on '%s'\n" |
| 3733 | msgstr "Bereits auf '%s'\n" |
| 3734 | |
| 3735 | #, c-format |
| 3736 | msgid "Switched to and reset branch '%s'\n" |
| 3737 | msgstr "Zu umgesetztem Branch '%s' gewechselt\n" |
| 3738 | |
| 3739 | #, c-format |
| 3740 | msgid "Switched to a new branch '%s'\n" |
| 3741 | msgstr "Zu neuem Branch '%s' gewechselt\n" |
| 3742 | |
| 3743 | #, c-format |
| 3744 | msgid "Switched to branch '%s'\n" |
| 3745 | msgstr "Zu Branch '%s' gewechselt\n" |
| 3746 | |
| 3747 | #, c-format |
| 3748 | msgid " ... and %d more.\n" |
| 3749 | msgstr " ... und %d weitere.\n" |
| 3750 | |
| 3751 | #, c-format |
| 3752 | msgid "" |
| 3753 | "Warning: you are leaving %d commit behind, not connected to\n" |
| 3754 | "any of your branches:\n" |
| 3755 | "\n" |
| 3756 | "%s\n" |
| 3757 | msgid_plural "" |
| 3758 | "Warning: you are leaving %d commits behind, not connected to\n" |
| 3759 | "any of your branches:\n" |
| 3760 | "\n" |
| 3761 | "%s\n" |
| 3762 | msgstr[0] "" |
| 3763 | "Warnung: Sie lassen %d Commit zurück. Folgender Commit ist in\n" |
| 3764 | "keinem Ihrer Branches enthalten:\n" |
| 3765 | "\n" |
| 3766 | "%s\n" |
| 3767 | msgstr[1] "" |
| 3768 | "Warnung: Sie lassen %d Commits zurück. Folgende Commits sind in\n" |
| 3769 | "keinem Ihrer Branches enthalten:\n" |
| 3770 | "\n" |
| 3771 | "%s\n" |
| 3772 | |
| 3773 | #, c-format |
| 3774 | msgid "" |
| 3775 | "If you want to keep it by creating a new branch, this may be a good time\n" |
| 3776 | "to do so with:\n" |
| 3777 | "\n" |
| 3778 | " git branch <new-branch-name> %s\n" |
| 3779 | "\n" |
| 3780 | msgid_plural "" |
| 3781 | "If you want to keep them by creating a new branch, this may be a good time\n" |
| 3782 | "to do so with:\n" |
| 3783 | "\n" |
| 3784 | " git branch <new-branch-name> %s\n" |
| 3785 | "\n" |
| 3786 | msgstr[0] "" |
| 3787 | "Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n" |
| 3788 | "ein guter Zeitpunkt sein, dies zu tun mit:\n" |
| 3789 | "\n" |
| 3790 | " git branch <neuer-Branchname> %s\n" |
| 3791 | "\n" |
| 3792 | msgstr[1] "" |
| 3793 | "Wenn Sie diese durch einen neuen Branch behalten möchten, dann könnte jetzt\n" |
| 3794 | "ein guter Zeitpunkt sein, dies zu tun mit:\n" |
| 3795 | "\n" |
| 3796 | " git branch <neuer-Branchname> %s\n" |
| 3797 | "\n" |
| 3798 | |
| 3799 | msgid "internal error in revision walk" |
| 3800 | msgstr "interner Fehler im Revisionsgang" |
| 3801 | |
| 3802 | msgid "Previous HEAD position was" |
| 3803 | msgstr "Vorherige Position von HEAD war" |
| 3804 | |
| 3805 | msgid "You are on a branch yet to be born" |
| 3806 | msgstr "Sie sind auf einem Branch, der noch nicht geboren ist" |
| 3807 | |
| 3808 | #, c-format |
| 3809 | msgid "" |
| 3810 | "'%s' could be both a local file and a tracking branch.\n" |
| 3811 | "Please use -- (and optionally --no-guess) to disambiguate" |
| 3812 | msgstr "" |
| 3813 | "'%s' könnte eine lokale Datei und ein Tracking-Branch sein.\n" |
| 3814 | "Bitte benutzen Sie -- (und optional --no-guess), um diese\n" |
| 3815 | "eindeutig voneinander zu unterscheiden." |
| 3816 | |
| 3817 | msgid "" |
| 3818 | "If you meant to check out a remote tracking branch on, e.g. 'origin',\n" |
| 3819 | "you can do so by fully qualifying the name with the --track option:\n" |
| 3820 | "\n" |
| 3821 | " git checkout --track origin/<name>\n" |
| 3822 | "\n" |
| 3823 | "If you'd like to always have checkouts of an ambiguous <name> prefer\n" |
| 3824 | "one remote, e.g. the 'origin' remote, consider setting\n" |
| 3825 | "checkout.defaultRemote=origin in your config." |
| 3826 | msgstr "" |
| 3827 | "Falls Sie einen Remote-Tracking-Branch, z.B. von 'origin', auschecken " |
| 3828 | "wollten,\n" |
| 3829 | "können Sie das tun, indem Sie den vollständig qualifizierten Namen mit der\n" |
| 3830 | "--track Option angeben:\n" |
| 3831 | "\n" |
| 3832 | " git checkout --track origin/<Name>\n" |
| 3833 | "\n" |
| 3834 | "Falls Sie beim Auschecken mit mehrdeutigen <Namen> immer ein Remote-" |
| 3835 | "Repository\n" |
| 3836 | "bevorzugen möchten, z.B. 'origin', können Sie die Einstellung\n" |
| 3837 | "checkout.defaultRemote=origin in Ihrer Konfiguration setzen." |
| 3838 | |
| 3839 | #, c-format |
| 3840 | msgid "'%s' matched multiple (%d) remote tracking branches" |
| 3841 | msgstr "'%s' entspricht mehreren (%d) Remote-Tracking-Branches" |
| 3842 | |
| 3843 | msgid "only one reference expected" |
| 3844 | msgstr "nur eine Referenz erwartet" |
| 3845 | |
| 3846 | #, c-format |
| 3847 | msgid "only one reference expected, %d given." |
| 3848 | msgstr "nur eine Referenz erwartet, %d gegeben." |
| 3849 | |
| 3850 | #, c-format |
| 3851 | msgid "invalid reference: %s" |
| 3852 | msgstr "Ungültige Referenz: %s" |
| 3853 | |
| 3854 | #, c-format |
| 3855 | msgid "reference is not a tree: %s" |
| 3856 | msgstr "Referenz ist kein \"Tree\"-Objekt: %s" |
| 3857 | |
| 3858 | #, c-format |
| 3859 | msgid "a branch is expected, got tag '%s'" |
| 3860 | msgstr "Ein Branch wird erwartet, Tag '%s' bekommen" |
| 3861 | |
| 3862 | #, c-format |
| 3863 | msgid "a branch is expected, got remote branch '%s'" |
| 3864 | msgstr "Ein Branch wird erwartet, Remote-Branch '%s' bekommen" |
| 3865 | |
| 3866 | #, c-format |
| 3867 | msgid "a branch is expected, got '%s'" |
| 3868 | msgstr "Ein Branch wird erwartet, '%s' bekommen" |
| 3869 | |
| 3870 | #, c-format |
| 3871 | msgid "a branch is expected, got commit '%s'" |
| 3872 | msgstr "Ein Branch wird erwartet, Commit '%s' bekommen" |
| 3873 | |
| 3874 | msgid "" |
| 3875 | "If you want to detach HEAD at the commit, try again with the --detach option." |
| 3876 | msgstr "" |
| 3877 | "Wenn Sie HEAD bei dem Commit loslösen möchten, versuchen Sie es erneut mit " |
| 3878 | "der --detach Option." |
| 3879 | |
| 3880 | msgid "" |
| 3881 | "cannot switch branch while merging\n" |
| 3882 | "Consider \"git merge --quit\" or \"git worktree add\"." |
| 3883 | msgstr "" |
| 3884 | "Der Branch kann nicht während eines Merges gewechselt werden.\n" |
| 3885 | "Ziehen Sie \"git merge --quit\" oder \"git worktree add\" in Betracht." |
| 3886 | |
| 3887 | msgid "" |
| 3888 | "cannot switch branch in the middle of an am session\n" |
| 3889 | "Consider \"git am --quit\" or \"git worktree add\"." |
| 3890 | msgstr "" |
| 3891 | "Der Branch kann nicht während eines laufenden 'am'-Befehls gewechselt " |
| 3892 | "werden.\n" |
| 3893 | "Ziehen Sie \"git am --quit\" oder \"git worktree add\" in Betracht." |
| 3894 | |
| 3895 | msgid "" |
| 3896 | "cannot switch branch while rebasing\n" |
| 3897 | "Consider \"git rebase --quit\" or \"git worktree add\"." |
| 3898 | msgstr "" |
| 3899 | "Der Branch kann nicht während eines laufenden 'revert'-Befehls gewechselt " |
| 3900 | "werden.\n" |
| 3901 | "Ziehen Sie \"git rebase --quit\" oder \"git worktree add\" in Betracht." |
| 3902 | |
| 3903 | msgid "" |
| 3904 | "cannot switch branch while cherry-picking\n" |
| 3905 | "Consider \"git cherry-pick --quit\" or \"git worktree add\"." |
| 3906 | msgstr "" |
| 3907 | "Der Branch kann nicht während eines laufenden 'cherry-pick'-Befehls " |
| 3908 | "gewechselt werden.\n" |
| 3909 | "Ziehen Sie \"git cherry-pick --quit\" oder \"git worktree add\" in Betracht." |
| 3910 | |
| 3911 | msgid "" |
| 3912 | "cannot switch branch while reverting\n" |
| 3913 | "Consider \"git revert --quit\" or \"git worktree add\"." |
| 3914 | msgstr "" |
| 3915 | "Der Branch kann nicht während eines laufenden 'revert'-Befehls gewechselt " |
| 3916 | "werden.\n" |
| 3917 | "Ziehen Sie \"git revert --quit\" oder \"git worktree add\" in Betracht." |
| 3918 | |
| 3919 | msgid "you are switching branch while bisecting" |
| 3920 | msgstr "Sie wechseln den Branch während einer binären Suche" |
| 3921 | |
| 3922 | msgid "paths cannot be used with switching branches" |
| 3923 | msgstr "Pfade können nicht beim Wechseln von Branches verwendet werden" |
| 3924 | |
| 3925 | #, c-format |
| 3926 | msgid "'%s' cannot be used with switching branches" |
| 3927 | msgstr "'%s' kann nicht beim Wechseln von Branches verwendet werden" |
| 3928 | |
| 3929 | #, c-format |
| 3930 | msgid "'%s' needs the paths to check out" |
| 3931 | msgstr "'%s' benötigt die Pfade zum Auschecken" |
| 3932 | |
| 3933 | #, c-format |
| 3934 | msgid "'%s' cannot be used with '%s'" |
| 3935 | msgstr "'%s' kann nicht mit '%s' verwendet werden" |
| 3936 | |
| 3937 | #, c-format |
| 3938 | msgid "'%s' cannot take <start-point>" |
| 3939 | msgstr "'%s' kann nicht <Startpunkt> bekommen" |
| 3940 | |
| 3941 | #, c-format |
| 3942 | msgid "Cannot switch branch to a non-commit '%s'" |
| 3943 | msgstr "Kann Branch nicht zu Nicht-Commit '%s' wechseln" |
| 3944 | |
| 3945 | msgid "missing branch or commit argument" |
| 3946 | msgstr "Branch- oder Commit-Argument fehlt" |
| 3947 | |
| 3948 | #, c-format |
| 3949 | msgid "unknown conflict style '%s'" |
| 3950 | msgstr "unbekannter Konfliktstil '%s'" |
| 3951 | |
| 3952 | msgid "perform a 3-way merge with the new branch" |
| 3953 | msgstr "einen 3-Wege-Merge mit dem neuen Branch ausführen" |
| 3954 | |
| 3955 | msgid "style" |
| 3956 | msgstr "Stil" |
| 3957 | |
| 3958 | msgid "conflict style (merge, diff3, or zdiff3)" |
| 3959 | msgstr "Konfliktstil (merge, diff3 oder zdiff3)" |
| 3960 | |
| 3961 | msgid "detach HEAD at named commit" |
| 3962 | msgstr "HEAD bei benanntem Commit loslösen" |
| 3963 | |
| 3964 | msgid "force checkout (throw away local modifications)" |
| 3965 | msgstr "Auschecken erzwingen (verwirft lokale Änderungen)" |
| 3966 | |
| 3967 | msgid "new-branch" |
| 3968 | msgstr "neuer Branch" |
| 3969 | |
| 3970 | msgid "new unborn branch" |
| 3971 | msgstr "neuer ungeborener Branch" |
| 3972 | |
| 3973 | msgid "update ignored files (default)" |
| 3974 | msgstr "ignorierte Dateien aktualisieren (Standard)" |
| 3975 | |
| 3976 | msgid "do not check if another worktree is using this branch" |
| 3977 | msgstr "" |
| 3978 | "nicht prüfen, ob ein anderes Arbeitsverzeichnis diesen Branch verwendet" |
| 3979 | |
| 3980 | msgid "checkout our version for unmerged files" |
| 3981 | msgstr "unsere Variante für nicht zusammengeführte Dateien auschecken" |
| 3982 | |
| 3983 | msgid "checkout their version for unmerged files" |
| 3984 | msgstr "ihre Variante für nicht zusammengeführte Dateien auschecken" |
| 3985 | |
| 3986 | msgid "do not limit pathspecs to sparse entries only" |
| 3987 | msgstr "keine Einschränkung bei Pfadspezifikationen zum partiellen Auschecken" |
| 3988 | |
| 3989 | #, c-format |
| 3990 | msgid "options '-%c', '-%c', and '%s' cannot be used together" |
| 3991 | msgstr "" |
| 3992 | "die Optionen '-%c', '-%c' und '%s' können nicht gemeinsam verwendet werden" |
| 3993 | |
| 3994 | msgid "--track needs a branch name" |
| 3995 | msgstr "--track benötigt ein Branchname" |
| 3996 | |
| 3997 | #, c-format |
| 3998 | msgid "missing branch name; try -%c" |
| 3999 | msgstr "kein Branchname; versuchen Sie -%c" |
| 4000 | |
| 4001 | #, c-format |
| 4002 | msgid "could not resolve %s" |
| 4003 | msgstr "konnte %s nicht auflösen" |
| 4004 | |
| 4005 | msgid "invalid path specification" |
| 4006 | msgstr "ungültige Pfadspezifikation" |
| 4007 | |
| 4008 | #, c-format |
| 4009 | msgid "'%s' is not a commit and a branch '%s' cannot be created from it" |
| 4010 | msgstr "" |
| 4011 | "'%s' ist kein Commit und es kann kein Branch '%s' aus diesem erstellt werden." |
| 4012 | |
| 4013 | #, c-format |
| 4014 | msgid "git checkout: --detach does not take a path argument '%s'" |
| 4015 | msgstr "git checkout: --detach nimmt kein Pfad-Argument '%s'" |
| 4016 | |
| 4017 | msgid "" |
| 4018 | "git checkout: --ours/--theirs, --force and --merge are incompatible when\n" |
| 4019 | "checking out of the index." |
| 4020 | msgstr "" |
| 4021 | "git checkout: --ours/--theirs, --force und --merge sind inkompatibel wenn\n" |
| 4022 | "Sie aus dem Index auschecken." |
| 4023 | |
| 4024 | msgid "you must specify path(s) to restore" |
| 4025 | msgstr "Sie müssen Pfad(e) zur Wiederherstellung angeben." |
| 4026 | |
| 4027 | msgid "branch" |
| 4028 | msgstr "Branch" |
| 4029 | |
| 4030 | msgid "create and checkout a new branch" |
| 4031 | msgstr "einen neuen Branch erzeugen und auschecken" |
| 4032 | |
| 4033 | msgid "create/reset and checkout a branch" |
| 4034 | msgstr "einen Branch erstellen/umsetzen und auschecken" |
| 4035 | |
| 4036 | msgid "create reflog for new branch" |
| 4037 | msgstr "das Reflog für den neuen Branch erzeugen" |
| 4038 | |
| 4039 | msgid "second guess 'git checkout <no-such-branch>' (default)" |
| 4040 | msgstr "Zweite Vermutung 'git checkout <kein-solcher-Branch>' (Standard)" |
| 4041 | |
| 4042 | msgid "use overlay mode (default)" |
| 4043 | msgstr "benutze Overlay-Modus (Standard)" |
| 4044 | |
| 4045 | msgid "create and switch to a new branch" |
| 4046 | msgstr "einen neuen Branch erzeugen und dahin wechseln" |
| 4047 | |
| 4048 | msgid "create/reset and switch to a branch" |
| 4049 | msgstr "einen Branch erstellen/umsetzen und dahin wechseln" |
| 4050 | |
| 4051 | msgid "second guess 'git switch <no-such-branch>'" |
| 4052 | msgstr "Zweite Vermutung 'git switch <kein-solcher-Branch>'" |
| 4053 | |
| 4054 | msgid "throw away local modifications" |
| 4055 | msgstr "lokale Änderungen verwerfen" |
| 4056 | |
| 4057 | msgid "which tree-ish to checkout from" |
| 4058 | msgstr "Von welcher Commit-Referenz ausgecheckt werden soll" |
| 4059 | |
| 4060 | msgid "restore the index" |
| 4061 | msgstr "Index wiederherstellen" |
| 4062 | |
| 4063 | msgid "restore the working tree (default)" |
| 4064 | msgstr "das Arbeitsverzeichnis wiederherstellen (Standard)" |
| 4065 | |
| 4066 | msgid "ignore unmerged entries" |
| 4067 | msgstr "ignoriere nicht zusammengeführte Einträge" |
| 4068 | |
| 4069 | msgid "use overlay mode" |
| 4070 | msgstr "benutze Overlay-Modus" |
| 4071 | |
| 4072 | msgid "" |
| 4073 | "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] " |
| 4074 | "[<pathspec>...]" |
| 4075 | msgstr "" |
| 4076 | "git clean [-d] [-f] [-i] [-n] [-q] [-e <Muster>] [-x | -X] [--] " |
| 4077 | "[<Pfadspezifikation>...]" |
| 4078 | |
| 4079 | #, c-format |
| 4080 | msgid "Removing %s\n" |
| 4081 | msgstr "Lösche %s\n" |
| 4082 | |
| 4083 | #, c-format |
| 4084 | msgid "Would remove %s\n" |
| 4085 | msgstr "Würde %s löschen\n" |
| 4086 | |
| 4087 | #, c-format |
| 4088 | msgid "Skipping repository %s\n" |
| 4089 | msgstr "Überspringe Repository %s\n" |
| 4090 | |
| 4091 | #, c-format |
| 4092 | msgid "Would skip repository %s\n" |
| 4093 | msgstr "Würde Repository %s überspringen\n" |
| 4094 | |
| 4095 | #, c-format |
| 4096 | msgid "failed to remove %s" |
| 4097 | msgstr "Fehler beim Löschen von %s" |
| 4098 | |
| 4099 | #, c-format |
| 4100 | msgid "could not lstat %s\n" |
| 4101 | msgstr "Konnte 'lstat' nicht für %s ausführen\n" |
| 4102 | |
| 4103 | msgid "Refusing to remove current working directory\n" |
| 4104 | msgstr "Das aktuelle Arbeitsverzeichnis zu löschen wird verweigert\n" |
| 4105 | |
| 4106 | msgid "Would refuse to remove current working directory\n" |
| 4107 | msgstr "Das aktuelle Arbeitsverzeichnis zu löschen würde verweigert werden\n" |
| 4108 | |
| 4109 | #, c-format |
| 4110 | msgid "" |
| 4111 | "Prompt help:\n" |
| 4112 | "1 - select a numbered item\n" |
| 4113 | "foo - select item based on unique prefix\n" |
| 4114 | " - (empty) select nothing\n" |
| 4115 | msgstr "" |
| 4116 | "Eingabehilfe:\n" |
| 4117 | "1 - nummeriertes Element auswählen\n" |
| 4118 | "foo - Element anhand eines eindeutigen Präfix auswählen\n" |
| 4119 | " - (leer) nichts auswählen\n" |
| 4120 | |
| 4121 | #, c-format |
| 4122 | msgid "" |
| 4123 | "Prompt help:\n" |
| 4124 | "1 - select a single item\n" |
| 4125 | "3-5 - select a range of items\n" |
| 4126 | "2-3,6-9 - select multiple ranges\n" |
| 4127 | "foo - select item based on unique prefix\n" |
| 4128 | "-... - unselect specified items\n" |
| 4129 | "* - choose all items\n" |
| 4130 | " - (empty) finish selecting\n" |
| 4131 | msgstr "" |
| 4132 | "Eingabehilfe:\n" |
| 4133 | "1 - einzelnes Element auswählen\n" |
| 4134 | "3-5 - Bereich von Elementen auswählen\n" |
| 4135 | "2-3,6-9 - mehrere Bereiche auswählen\n" |
| 4136 | "foo - Element anhand eines eindeutigen Präfix auswählen\n" |
| 4137 | "-... - angegebenes Element abwählen\n" |
| 4138 | "* - alle Elemente auswählen\n" |
| 4139 | " - (leer) Auswahl beenden\n" |
| 4140 | |
| 4141 | #, c-format |
| 4142 | msgid "Huh (%s)?\n" |
| 4143 | msgstr "Wie bitte (%s)?\n" |
| 4144 | |
| 4145 | #, c-format |
| 4146 | msgid "Input ignore patterns>> " |
| 4147 | msgstr "Ignorier-Muster eingeben>> " |
| 4148 | |
| 4149 | #, c-format |
| 4150 | msgid "WARNING: Cannot find items matched by: %s" |
| 4151 | msgstr "WARNUNG: Kann keine Einträge finden die Muster entsprechen: %s" |
| 4152 | |
| 4153 | msgid "Select items to delete" |
| 4154 | msgstr "Wählen Sie Einträge zum Löschen" |
| 4155 | |
| 4156 | #. TRANSLATORS: Make sure to keep [y/N] as is |
| 4157 | #, c-format |
| 4158 | msgid "Remove %s [y/N]? " |
| 4159 | msgstr "'%s' löschen [y/N]? " |
| 4160 | |
| 4161 | msgid "" |
| 4162 | "clean - start cleaning\n" |
| 4163 | "filter by pattern - exclude items from deletion\n" |
| 4164 | "select by numbers - select items to be deleted by numbers\n" |
| 4165 | "ask each - confirm each deletion (like \"rm -i\")\n" |
| 4166 | "quit - stop cleaning\n" |
| 4167 | "help - this screen\n" |
| 4168 | "? - help for prompt selection" |
| 4169 | msgstr "" |
| 4170 | "clean - Clean starten\n" |
| 4171 | "filter by pattern - Einträge von Löschung ausschließen\n" |
| 4172 | "select by numbers - Auswahl von Einträgen über Nummern\n" |
| 4173 | "ask each - jede Löschung bestätigen (wie \"rm -i\")\n" |
| 4174 | "quit - Clean beenden\n" |
| 4175 | "help - diese Meldung anzeigen\n" |
| 4176 | "? - Hilfe zur Auswahl mittels Eingabe anzeigen" |
| 4177 | |
| 4178 | msgid "Would remove the following item:" |
| 4179 | msgid_plural "Would remove the following items:" |
| 4180 | msgstr[0] "Würde das folgende Element entfernen:" |
| 4181 | msgstr[1] "Würde die folgenden Elemente entfernen:" |
| 4182 | |
| 4183 | msgid "No more files to clean, exiting." |
| 4184 | msgstr "Keine Dateien mehr zum Löschen, beende." |
| 4185 | |
| 4186 | msgid "do not print names of files removed" |
| 4187 | msgstr "keine Namen von gelöschten Dateien ausgeben" |
| 4188 | |
| 4189 | msgid "force" |
| 4190 | msgstr "Aktion erzwingen" |
| 4191 | |
| 4192 | msgid "interactive cleaning" |
| 4193 | msgstr "interaktives Clean" |
| 4194 | |
| 4195 | msgid "remove whole directories" |
| 4196 | msgstr "ganze Verzeichnisse löschen" |
| 4197 | |
| 4198 | msgid "pattern" |
| 4199 | msgstr "Muster" |
| 4200 | |
| 4201 | msgid "add <pattern> to ignore rules" |
| 4202 | msgstr "<Muster> zu den Regeln für ignorierte Pfade hinzufügen" |
| 4203 | |
| 4204 | msgid "remove ignored files, too" |
| 4205 | msgstr "auch ignorierte Dateien löschen" |
| 4206 | |
| 4207 | msgid "remove only ignored files" |
| 4208 | msgstr "nur ignorierte Dateien löschen" |
| 4209 | |
| 4210 | msgid "clean.requireForce is true and -f not given: refusing to clean" |
| 4211 | msgstr "" |
| 4212 | "clean.requireForce ist 'true' und -f ist nicht angegeben: clean wird " |
| 4213 | "verweigert" |
| 4214 | |
| 4215 | #, c-format |
| 4216 | msgid "info: Could not add alternate for '%s': %s\n" |
| 4217 | msgstr "info: Konnte Alternative für '%s' nicht hinzufügen: %s\n" |
| 4218 | |
| 4219 | #, c-format |
| 4220 | msgid "failed to stat '%s'" |
| 4221 | msgstr "Konnte '%s' nicht lesen" |
| 4222 | |
| 4223 | #, c-format |
| 4224 | msgid "%s exists and is not a directory" |
| 4225 | msgstr "%s existiert und ist kein Verzeichnis" |
| 4226 | |
| 4227 | #, c-format |
| 4228 | msgid "'%s' is a symlink, refusing to clone with --local" |
| 4229 | msgstr "" |
| 4230 | "'%s' ist eine symbolische Verknüpfung, verweigere das Klonen mit --local" |
| 4231 | |
| 4232 | #, c-format |
| 4233 | msgid "failed to start iterator over '%s'" |
| 4234 | msgstr "Fehler beim Starten der Iteration über '%s'" |
| 4235 | |
| 4236 | #, c-format |
| 4237 | msgid "symlink '%s' exists, refusing to clone with --local" |
| 4238 | msgstr "" |
| 4239 | "symbolische Verknüpfung '%s' existiert, verweigere das Klonen mit --local" |
| 4240 | |
| 4241 | #, c-format |
| 4242 | msgid "failed to unlink '%s'" |
| 4243 | msgstr "Konnte '%s' nicht entfernen." |
| 4244 | |
| 4245 | #, c-format |
| 4246 | msgid "hardlink cannot be checked at '%s'" |
| 4247 | msgstr "Hardlink bei '%s' kann nicht geprüft werden" |
| 4248 | |
| 4249 | #, c-format |
| 4250 | msgid "hardlink different from source at '%s'" |
| 4251 | msgstr "Hardlink unterscheidet sich von der Quelle bei '%s'" |
| 4252 | |
| 4253 | #, c-format |
| 4254 | msgid "failed to create link '%s'" |
| 4255 | msgstr "Konnte Verweis '%s' nicht erstellen" |
| 4256 | |
| 4257 | #, c-format |
| 4258 | msgid "failed to copy file to '%s'" |
| 4259 | msgstr "Konnte Datei nicht nach '%s' kopieren" |
| 4260 | |
| 4261 | #, c-format |
| 4262 | msgid "failed to iterate over '%s'" |
| 4263 | msgstr "Fehler beim Iterieren über '%s'" |
| 4264 | |
| 4265 | #, c-format |
| 4266 | msgid "done.\n" |
| 4267 | msgstr "Fertig.\n" |
| 4268 | |
| 4269 | msgid "" |
| 4270 | "Clone succeeded, but checkout failed.\n" |
| 4271 | "You can inspect what was checked out with 'git status'\n" |
| 4272 | "and retry with 'git restore --source=HEAD :/'\n" |
| 4273 | msgstr "" |
| 4274 | "Klonen erfolgreich, Auschecken ist aber fehlgeschlagen.\n" |
| 4275 | "Sie können mit 'git status' prüfen, was ausgecheckt worden ist\n" |
| 4276 | "und das Auschecken mit 'git restore --source=HEAD :/' erneut versuchen.\n" |
| 4277 | |
| 4278 | msgid "remote did not send all necessary objects" |
| 4279 | msgstr "Remote-Repository hat nicht alle erforderlichen Objekte gesendet" |
| 4280 | |
| 4281 | #, c-format |
| 4282 | msgid "unable to update %s" |
| 4283 | msgstr "kann %s nicht aktualisieren" |
| 4284 | |
| 4285 | msgid "failed to initialize sparse-checkout" |
| 4286 | msgstr "Fehler beim Initialisieren vom partiellen Checkout." |
| 4287 | |
| 4288 | msgid "remote HEAD refers to nonexistent ref, unable to checkout" |
| 4289 | msgstr "" |
| 4290 | "HEAD des Remote-Repositories verweist auf nicht existierende Referenz, kann " |
| 4291 | "nicht ausgecheckt werden" |
| 4292 | |
| 4293 | msgid "unable to checkout working tree" |
| 4294 | msgstr "Arbeitsverzeichnis konnte nicht ausgecheckt werden" |
| 4295 | |
| 4296 | msgid "unable to write parameters to config file" |
| 4297 | msgstr "konnte Parameter nicht in Konfigurationsdatei schreiben" |
| 4298 | |
| 4299 | msgid "cannot repack to clean up" |
| 4300 | msgstr "Kann \"repack\" zum Aufräumen nicht aufrufen" |
| 4301 | |
| 4302 | msgid "cannot unlink temporary alternates file" |
| 4303 | msgstr "Kann temporäre \"alternates\"-Datei nicht entfernen" |
| 4304 | |
| 4305 | msgid "don't clone shallow repository" |
| 4306 | msgstr "Repository mit unvollständiger Historie nicht klonen" |
| 4307 | |
| 4308 | msgid "don't create a checkout" |
| 4309 | msgstr "kein Auschecken" |
| 4310 | |
| 4311 | msgid "create a bare repository" |
| 4312 | msgstr "ein Bare-Repository erstellen" |
| 4313 | |
| 4314 | msgid "create a mirror repository (implies --bare)" |
| 4315 | msgstr "ein Spiegel-Repository erstellen (impliziert --bare)" |
| 4316 | |
| 4317 | msgid "to clone from a local repository" |
| 4318 | msgstr "von einem lokalen Repository klonen" |
| 4319 | |
| 4320 | msgid "don't use local hardlinks, always copy" |
| 4321 | msgstr "lokal keine harten Verweise verwenden, immer Kopien" |
| 4322 | |
| 4323 | msgid "setup as shared repository" |
| 4324 | msgstr "als verteiltes Repository einrichten" |
| 4325 | |
| 4326 | msgid "pathspec" |
| 4327 | msgstr "Pfadspezifikation" |
| 4328 | |
| 4329 | msgid "initialize submodules in the clone" |
| 4330 | msgstr "Submodule im Klon initialisieren" |
| 4331 | |
| 4332 | msgid "number of submodules cloned in parallel" |
| 4333 | msgstr "Anzahl der parallel zu klonenden Submodule" |
| 4334 | |
| 4335 | msgid "template-directory" |
| 4336 | msgstr "Vorlagenverzeichnis" |
| 4337 | |
| 4338 | msgid "directory from which templates will be used" |
| 4339 | msgstr "Verzeichnis, von welchem die Vorlagen verwendet werden" |
| 4340 | |
| 4341 | msgid "reference repository" |
| 4342 | msgstr "Repository referenzieren" |
| 4343 | |
| 4344 | msgid "use --reference only while cloning" |
| 4345 | msgstr "--reference nur während des Klonens benutzen" |
| 4346 | |
| 4347 | msgid "name" |
| 4348 | msgstr "Name" |
| 4349 | |
| 4350 | msgid "use <name> instead of 'origin' to track upstream" |
| 4351 | msgstr "<Name> statt 'origin' für Upstream-Repository verwenden" |
| 4352 | |
| 4353 | msgid "checkout <branch> instead of the remote's HEAD" |
| 4354 | msgstr "<Branch> auschecken, anstatt HEAD des Remote-Repositories" |
| 4355 | |
| 4356 | msgid "clone single revision <rev> and check out" |
| 4357 | msgstr "einzelnen Commit <Commit> klonen und auschecken" |
| 4358 | |
| 4359 | msgid "path to git-upload-pack on the remote" |
| 4360 | msgstr "Pfad zu \"git-upload-pack\" auf der Gegenseite" |
| 4361 | |
| 4362 | msgid "depth" |
| 4363 | msgstr "Tiefe" |
| 4364 | |
| 4365 | msgid "create a shallow clone of that depth" |
| 4366 | msgstr "" |
| 4367 | "einen Klon mit unvollständiger Historie (shallow) in dieser Tiefe erstellen" |
| 4368 | |
| 4369 | msgid "create a shallow clone since a specific time" |
| 4370 | msgstr "" |
| 4371 | "einen Klon mit unvollständiger Historie (shallow) seit einer bestimmten " |
| 4372 | "Zeit\n" |
| 4373 | "erstellen" |
| 4374 | |
| 4375 | msgid "ref" |
| 4376 | msgstr "Referenz" |
| 4377 | |
| 4378 | msgid "deepen history of shallow clone, excluding ref" |
| 4379 | msgstr "Historie eines flachen Klons vertiefen, Referenz exkludiert" |
| 4380 | |
| 4381 | msgid "clone only one branch, HEAD or --branch" |
| 4382 | msgstr "nur einen Branch klonen, HEAD oder --branch" |
| 4383 | |
| 4384 | msgid "clone tags, and make later fetches not to follow them" |
| 4385 | msgstr "Tags klonen und dafür sorgen, dass spätere Abrufe ihnen nicht folgen" |
| 4386 | |
| 4387 | msgid "any cloned submodules will be shallow" |
| 4388 | msgstr "jedes geklonte Submodul mit unvollständiger Historie (shallow)" |
| 4389 | |
| 4390 | msgid "gitdir" |
| 4391 | msgstr ".git-Verzeichnis" |
| 4392 | |
| 4393 | msgid "separate git dir from working tree" |
| 4394 | msgstr "Git-Verzeichnis vom Arbeitsverzeichnis separieren" |
| 4395 | |
| 4396 | msgid "specify the reference format to use" |
| 4397 | msgstr "das zu verwendende Referenzformat angeben" |
| 4398 | |
| 4399 | msgid "key=value" |
| 4400 | msgstr "Schlüssel=Wert" |
| 4401 | |
| 4402 | msgid "set config inside the new repository" |
| 4403 | msgstr "Konfiguration innerhalb des neuen Repositories setzen" |
| 4404 | |
| 4405 | msgid "server-specific" |
| 4406 | msgstr "serverspezifisch" |
| 4407 | |
| 4408 | msgid "option to transmit" |
| 4409 | msgstr "Option übertragen" |
| 4410 | |
| 4411 | msgid "apply partial clone filters to submodules" |
| 4412 | msgstr "partielle Klonfilter auf Submodule anwenden" |
| 4413 | |
| 4414 | msgid "any cloned submodules will use their remote-tracking branch" |
| 4415 | msgstr "jedes geklonte Submodul nutzt seinen Remote-Tracking-Branch" |
| 4416 | |
| 4417 | msgid "initialize sparse-checkout file to include only files at root" |
| 4418 | msgstr "" |
| 4419 | "Initialisiere Datei für partiellen Checkout, um nur Dateien im\n" |
| 4420 | "Root-Verzeichnis einzubeziehen" |
| 4421 | |
| 4422 | msgid "uri" |
| 4423 | msgstr "uri" |
| 4424 | |
| 4425 | msgid "a URI for downloading bundles before fetching from origin remote" |
| 4426 | msgstr "" |
| 4427 | "eine URI für das Herunterladen von Bundles vor dem Abruf\n" |
| 4428 | "aus dem ursprünglichen Remote-Repository" |
| 4429 | |
| 4430 | msgid "git clone [<options>] [--] <repo> [<dir>]" |
| 4431 | msgstr "git clone [<Optionen>] [--] <Repository> [<Verzeichnis>]" |
| 4432 | |
| 4433 | msgid "Too many arguments." |
| 4434 | msgstr "Zu viele Argumente." |
| 4435 | |
| 4436 | msgid "You must specify a repository to clone." |
| 4437 | msgstr "Sie müssen ein Repository zum Klonen angeben." |
| 4438 | |
| 4439 | #, c-format |
| 4440 | msgid "unknown ref storage format '%s'" |
| 4441 | msgstr "unbekanntes Speicherformat für Referenzen '%s'" |
| 4442 | |
| 4443 | #, c-format |
| 4444 | msgid "repository '%s' does not exist" |
| 4445 | msgstr "Repository '%s' existiert nicht" |
| 4446 | |
| 4447 | #, c-format |
| 4448 | msgid "depth %s is not a positive number" |
| 4449 | msgstr "Tiefe %s ist keine positive Zahl" |
| 4450 | |
| 4451 | #, c-format |
| 4452 | msgid "destination path '%s' already exists and is not an empty directory." |
| 4453 | msgstr "Zielpfad '%s' existiert bereits und ist kein leeres Verzeichnis." |
| 4454 | |
| 4455 | #, c-format |
| 4456 | msgid "repository path '%s' already exists and is not an empty directory." |
| 4457 | msgstr "" |
| 4458 | "Pfad des Repositories '%s' existiert bereits und ist kein leeres Verzeichnis." |
| 4459 | |
| 4460 | #, c-format |
| 4461 | msgid "working tree '%s' already exists." |
| 4462 | msgstr "Arbeitsverzeichnis '%s' existiert bereits." |
| 4463 | |
| 4464 | #, c-format |
| 4465 | msgid "could not create leading directories of '%s'" |
| 4466 | msgstr "Konnte führende Verzeichnisse von '%s' nicht erstellen." |
| 4467 | |
| 4468 | #, c-format |
| 4469 | msgid "could not create work tree dir '%s'" |
| 4470 | msgstr "Konnte Arbeitsverzeichnis '%s' nicht erstellen" |
| 4471 | |
| 4472 | #, c-format |
| 4473 | msgid "Cloning into bare repository '%s'...\n" |
| 4474 | msgstr "Klone in Bare-Repository '%s' ...\n" |
| 4475 | |
| 4476 | #, c-format |
| 4477 | msgid "Cloning into '%s'...\n" |
| 4478 | msgstr "Klone nach '%s'...\n" |
| 4479 | |
| 4480 | msgid "" |
| 4481 | "clone --recursive is not compatible with both --reference and --reference-if-" |
| 4482 | "able" |
| 4483 | msgstr "" |
| 4484 | "'clone --recursive' ist nicht kompatibel mit --reference und --reference-if-" |
| 4485 | "able" |
| 4486 | |
| 4487 | #, c-format |
| 4488 | msgid "'%s' is not a valid remote name" |
| 4489 | msgstr "'%s' ist kein gültiger Name für ein Remote-Repository" |
| 4490 | |
| 4491 | msgid "--depth is ignored in local clones; use file:// instead." |
| 4492 | msgstr "" |
| 4493 | "--depth wird in lokalen Klonen ignoriert; benutzen Sie stattdessen \"file://" |
| 4494 | "\"." |
| 4495 | |
| 4496 | msgid "--shallow-since is ignored in local clones; use file:// instead." |
| 4497 | msgstr "" |
| 4498 | "--shallow-since wird in lokalen Klonen ignoriert; benutzen Sie stattdessen " |
| 4499 | "\"file://\"." |
| 4500 | |
| 4501 | msgid "--shallow-exclude is ignored in local clones; use file:// instead." |
| 4502 | msgstr "" |
| 4503 | "--shallow-exclude wird in lokalen Klonen ignoriert; benutzen Sie stattdessen " |
| 4504 | "\"file://\"." |
| 4505 | |
| 4506 | msgid "--filter is ignored in local clones; use file:// instead." |
| 4507 | msgstr "" |
| 4508 | "--filter wird in lokalen Klonen ignoriert; benutzen Sie stattdessen \"file://" |
| 4509 | "\"." |
| 4510 | |
| 4511 | msgid "source repository is shallow, reject to clone." |
| 4512 | msgstr "" |
| 4513 | "Quelle ist ein Repository mit unvollständiger Historie (shallow), Klonen " |
| 4514 | "zurückgewiesen." |
| 4515 | |
| 4516 | msgid "source repository is shallow, ignoring --local" |
| 4517 | msgstr "" |
| 4518 | "Quelle ist ein Repository mit unvollständiger Historie (shallow),\n" |
| 4519 | "ignoriere --local" |
| 4520 | |
| 4521 | msgid "--local is ignored" |
| 4522 | msgstr "--local wird ignoriert" |
| 4523 | |
| 4524 | msgid "cannot clone from filtered bundle" |
| 4525 | msgstr "kann nicht von gefiltertem Bundle klonen" |
| 4526 | |
| 4527 | msgid "failed to initialize the repo, skipping bundle URI" |
| 4528 | msgstr "konnte das Repository nicht initialisieren, überspringe Bundle-URI" |
| 4529 | |
| 4530 | #, c-format |
| 4531 | msgid "failed to fetch objects from bundle URI '%s'" |
| 4532 | msgstr "Objekte aus Bundle-URI '%s' konnten nicht abgerufen werden" |
| 4533 | |
| 4534 | msgid "failed to fetch advertised bundles" |
| 4535 | msgstr "angekündigte Bundles konnten nicht abgerufen werden" |
| 4536 | |
| 4537 | msgid "remote transport reported error" |
| 4538 | msgstr "Remoteübertragung meldete Fehler" |
| 4539 | |
| 4540 | #, c-format |
| 4541 | msgid "Remote branch %s not found in upstream %s" |
| 4542 | msgstr "Remote-Branch %s nicht im Upstream-Repository %s gefunden" |
| 4543 | |
| 4544 | #, c-format |
| 4545 | msgid "Remote revision %s not found in upstream %s" |
| 4546 | msgstr "Remote-Commit %s nicht im Upstream-Repository %s gefunden" |
| 4547 | |
| 4548 | msgid "You appear to have cloned an empty repository." |
| 4549 | msgstr "Sie scheinen ein leeres Repository geklont zu haben." |
| 4550 | |
| 4551 | msgid "git column [<options>]" |
| 4552 | msgstr "git column [<Optionen>]" |
| 4553 | |
| 4554 | msgid "lookup config vars" |
| 4555 | msgstr "Konfigurationsvariablen nachschlagen" |
| 4556 | |
| 4557 | msgid "layout to use" |
| 4558 | msgstr "zu verwendende Anordnung" |
| 4559 | |
| 4560 | msgid "maximum width" |
| 4561 | msgstr "maximale Breite" |
| 4562 | |
| 4563 | msgid "padding space on left border" |
| 4564 | msgstr "Abstand zum linken Rand auffüllen" |
| 4565 | |
| 4566 | msgid "padding space on right border" |
| 4567 | msgstr "Abstand zum rechten Rand auffüllen" |
| 4568 | |
| 4569 | msgid "padding space between columns" |
| 4570 | msgstr "Abstand zwischen Spalten auffüllen" |
| 4571 | |
| 4572 | #, c-format |
| 4573 | msgid "%s must be non-negative" |
| 4574 | msgstr "%s muss nicht-negativ sein" |
| 4575 | |
| 4576 | msgid "--command must be the first argument" |
| 4577 | msgstr "--command muss an erster Stelle stehen" |
| 4578 | |
| 4579 | msgid "" |
| 4580 | "git commit-graph verify [--object-dir <dir>] [--shallow] [--[no-]progress]" |
| 4581 | msgstr "" |
| 4582 | "git commit-graph verify [--object-dir <Verzeichnis>] [--shallow] [--" |
| 4583 | "[no-]progress]" |
| 4584 | |
| 4585 | msgid "" |
| 4586 | "git commit-graph write [--object-dir <dir>] [--append]\n" |
| 4587 | " [--split[=<strategy>]] [--reachable | --stdin-packs | " |
| 4588 | "--stdin-commits]\n" |
| 4589 | " [--changed-paths] [--[no-]max-new-filters <n>] [--" |
| 4590 | "[no-]progress]\n" |
| 4591 | " <split-options>" |
| 4592 | msgstr "" |
| 4593 | "git commit-graph write [--object-dir <Verzeichnis>] [--append]\n" |
| 4594 | " [--split[=<Strategie>]] [--reachable | --stdin-packs " |
| 4595 | "| --stdin-commits]\n" |
| 4596 | " [--changed-paths] [--[no-]max-new-filters <n>] [--" |
| 4597 | "[no-]progress]\n" |
| 4598 | " <Split-Optionen>" |
| 4599 | |
| 4600 | msgid "dir" |
| 4601 | msgstr "Verzeichnis" |
| 4602 | |
| 4603 | msgid "the object directory to store the graph" |
| 4604 | msgstr "das Objektverzeichnis zum Speichern des Graphen" |
| 4605 | |
| 4606 | msgid "if the commit-graph is split, only verify the tip file" |
| 4607 | msgstr "" |
| 4608 | "Wenn der Commit-Graph aufgeteilt ist, nur die Datei an der Spitze überprüfen" |
| 4609 | |
| 4610 | #, c-format |
| 4611 | msgid "Could not open commit-graph '%s'" |
| 4612 | msgstr "Konnte Commit-Graph '%s' nicht öffnen." |
| 4613 | |
| 4614 | #, c-format |
| 4615 | msgid "could not open commit-graph chain '%s'" |
| 4616 | msgstr "konnte die Commit-Graph-Kette '%s' nicht öffnen" |
| 4617 | |
| 4618 | #, c-format |
| 4619 | msgid "unrecognized --split argument, %s" |
| 4620 | msgstr "nicht erkanntes --split Argument, %s" |
| 4621 | |
| 4622 | #, c-format |
| 4623 | msgid "unexpected non-hex object ID: %s" |
| 4624 | msgstr "unerwartete nicht-hexadezimale Objekt-ID: %s" |
| 4625 | |
| 4626 | #, c-format |
| 4627 | msgid "invalid object: %s" |
| 4628 | msgstr "ungültiges Objekt: %s" |
| 4629 | |
| 4630 | #, c-format |
| 4631 | msgid "option `%s' expects a numerical value" |
| 4632 | msgstr "Option `%s' erwartet einen numerischen Wert." |
| 4633 | |
| 4634 | msgid "start walk at all refs" |
| 4635 | msgstr "Durchlauf auf allen Referenzen beginnen" |
| 4636 | |
| 4637 | msgid "scan pack-indexes listed by stdin for commits" |
| 4638 | msgstr "durch Standard-Eingabe gelistete Pack-Indexe nach Commits scannen" |
| 4639 | |
| 4640 | msgid "start walk at commits listed by stdin" |
| 4641 | msgstr "Lauf bei Commits beginnen, die über die Standard-Eingabe gelistet sind" |
| 4642 | |
| 4643 | msgid "include all commits already in the commit-graph file" |
| 4644 | msgstr "" |
| 4645 | "alle Commits einschließen, die sich bereits in der Commit-Graph-Datei " |
| 4646 | "befinden" |
| 4647 | |
| 4648 | msgid "enable computation for changed paths" |
| 4649 | msgstr "Berechnung für veränderte Pfade aktivieren" |
| 4650 | |
| 4651 | msgid "allow writing an incremental commit-graph file" |
| 4652 | msgstr "erlaube das Schreiben einer inkrementellen Commit-Graph-Datei" |
| 4653 | |
| 4654 | msgid "maximum number of commits in a non-base split commit-graph" |
| 4655 | msgstr "" |
| 4656 | "maximale Anzahl von Commits in einem aufgeteilten Commit-Graph ohne Basis" |
| 4657 | |
| 4658 | msgid "maximum ratio between two levels of a split commit-graph" |
| 4659 | msgstr "" |
| 4660 | "maximales Verhältnis zwischen zwei Ebenen eines aufgeteilten Commit-Graph" |
| 4661 | |
| 4662 | msgid "only expire files older than a given date-time" |
| 4663 | msgstr "nur Objekte älter als angegebene Zeit verfallen lassen" |
| 4664 | |
| 4665 | msgid "maximum number of changed-path Bloom filters to compute" |
| 4666 | msgstr "maximale Anzahl der zu berechnenden Bloom-Filter für veränderte Pfade" |
| 4667 | |
| 4668 | msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs" |
| 4669 | msgstr "" |
| 4670 | "benutzen Sie mindestens eine der folgenden Optionen: --reachable, --stdin-" |
| 4671 | "commits, oder --stdin-packs" |
| 4672 | |
| 4673 | msgid "Collecting commits from input" |
| 4674 | msgstr "Sammle Commits von der Standard-Eingabe" |
| 4675 | |
| 4676 | msgid "git commit-tree <tree> [(-p <parent>)...]" |
| 4677 | msgstr "git commit-tree <Tree-Objekt> [(-p <Elternteil>)...]" |
| 4678 | |
| 4679 | msgid "" |
| 4680 | "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...]\n" |
| 4681 | " [(-F <file>)...] <tree>" |
| 4682 | msgstr "" |
| 4683 | "git commit-tree [(-p <Elternteil>)...] [-S[<Key-ID>]] [(-m <Nachricht>)...]\n" |
| 4684 | " [(-F <Datei>)...] <Tree-Objekt>" |
| 4685 | |
| 4686 | #, c-format |
| 4687 | msgid "duplicate parent %s ignored" |
| 4688 | msgstr "doppelter Vorgänger %s ignoriert" |
| 4689 | |
| 4690 | #, c-format |
| 4691 | msgid "not a valid object name %s" |
| 4692 | msgstr "Kein gültiger Objektname: %s" |
| 4693 | |
| 4694 | #, c-format |
| 4695 | msgid "git commit-tree: failed to read '%s'" |
| 4696 | msgstr "git commit-tree: Fehler beim Lesen von '%s'" |
| 4697 | |
| 4698 | #, c-format |
| 4699 | msgid "git commit-tree: failed to close '%s'" |
| 4700 | msgstr "git commit-tree: Fehler beim Schließen von '%s'" |
| 4701 | |
| 4702 | msgid "parent" |
| 4703 | msgstr "Eltern-Commit" |
| 4704 | |
| 4705 | msgid "id of a parent commit object" |
| 4706 | msgstr "ID eines Eltern-Commit-Objektes." |
| 4707 | |
| 4708 | msgid "message" |
| 4709 | msgstr "Beschreibung" |
| 4710 | |
| 4711 | msgid "commit message" |
| 4712 | msgstr "Commit-Beschreibung" |
| 4713 | |
| 4714 | msgid "read commit log message from file" |
| 4715 | msgstr "Commit-Beschreibung von Datei lesen" |
| 4716 | |
| 4717 | msgid "GPG sign commit" |
| 4718 | msgstr "Commit mit GPG signieren" |
| 4719 | |
| 4720 | msgid "must give exactly one tree" |
| 4721 | msgstr "Brauche genau ein Tree-Objekt." |
| 4722 | |
| 4723 | msgid "git commit-tree: failed to read" |
| 4724 | msgstr "git commit-tree: Fehler beim Lesen" |
| 4725 | |
| 4726 | msgid "" |
| 4727 | "git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend]\n" |
| 4728 | " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|" |
| 4729 | "reword):]<commit>]\n" |
| 4730 | " [-F <file> | -m <msg>] [--reset-author] [--allow-empty]\n" |
| 4731 | " [--allow-empty-message] [--no-verify] [-e] [--author=<author>]\n" |
| 4732 | " [--date=<date>] [--cleanup=<mode>] [--[no-]status]\n" |
| 4733 | " [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]\n" |
| 4734 | " [(--trailer <token>[(=|:)<value>])...] [-S[<keyid>]]\n" |
| 4735 | " [--] [<pathspec>...]" |
| 4736 | msgstr "" |
| 4737 | "git commit [-a | --interactive | --patch] [-s] [-v] [-u[<Modus>]] [--amend]\n" |
| 4738 | " [--dry-run] [(-c | -C | --squash) <Commit> | --fixup [(amend|" |
| 4739 | "reword):]<Commit>]\n" |
| 4740 | " [-F <Datei> | -m <Nachricht>] [--reset-author] [--allow-empty]\n" |
| 4741 | " [--allow-empty-message] [--no-verify] [-e] [--author=<Autor>]\n" |
| 4742 | " [--date=<Datum>] [--cleanup=<Modus>] [--[no-]status]\n" |
| 4743 | " [-i | -o] [--pathspec-from-file=<Datei> [--pathspec-file-nul]]\n" |
| 4744 | " [(--trailer <Token>[(=|:)<Wert>])...] [-S[<Key-ID>>]]\n" |
| 4745 | " [--] [<Pfadspezifikation>...]" |
| 4746 | |
| 4747 | msgid "git status [<options>] [--] [<pathspec>...]" |
| 4748 | msgstr "git status [<Optionen>] [--] [<Pfadspezifikation>...]" |
| 4749 | |
| 4750 | msgid "" |
| 4751 | "You asked to amend the most recent commit, but doing so would make\n" |
| 4752 | "it empty. You can repeat your command with --allow-empty, or you can\n" |
| 4753 | "remove the commit entirely with \"git reset HEAD^\".\n" |
| 4754 | msgstr "" |
| 4755 | "Sie fragten den jüngsten Commit nachzubessern, aber das würde diesen leer\n" |
| 4756 | "machen. Sie können Ihren Befehl mit --allow-empty wiederholen, oder diesen\n" |
| 4757 | "Commit mit \"git reset HEAD^\" vollständig entfernen.\n" |
| 4758 | |
| 4759 | msgid "" |
| 4760 | "The previous cherry-pick is now empty, possibly due to conflict resolution.\n" |
| 4761 | "If you wish to commit it anyway, use:\n" |
| 4762 | "\n" |
| 4763 | " git commit --allow-empty\n" |
| 4764 | "\n" |
| 4765 | msgstr "" |
| 4766 | "Der letzte \"cherry-pick\" ist jetzt leer, möglicherweise durch eine " |
| 4767 | "Konfliktauflösung.\n" |
| 4768 | "Wenn Sie dies trotzdem committen wollen, benutzen Sie:\n" |
| 4769 | "\n" |
| 4770 | " git commit --allow-empty\n" |
| 4771 | "\n" |
| 4772 | |
| 4773 | msgid "Otherwise, please use 'git rebase --skip'\n" |
| 4774 | msgstr "Andernfalls benutzen Sie bitte 'git rebase --skip'\n" |
| 4775 | |
| 4776 | msgid "Otherwise, please use 'git cherry-pick --skip'\n" |
| 4777 | msgstr "Andernfalls benutzen Sie bitte 'git cherry-pick --skip'\n" |
| 4778 | |
| 4779 | msgid "" |
| 4780 | "and then use:\n" |
| 4781 | "\n" |
| 4782 | " git cherry-pick --continue\n" |
| 4783 | "\n" |
| 4784 | "to resume cherry-picking the remaining commits.\n" |
| 4785 | "If you wish to skip this commit, use:\n" |
| 4786 | "\n" |
| 4787 | " git cherry-pick --skip\n" |
| 4788 | "\n" |
| 4789 | msgstr "" |
| 4790 | "Und dann nutzen Sie:\n" |
| 4791 | "\n" |
| 4792 | " git cherry-pick --continue\n" |
| 4793 | "\n" |
| 4794 | "um das Cherry-Picking mit den übrigen Commits fortzusetzen.\n" |
| 4795 | "Wenn dieser Commit übersprungen werden soll, nutzen Sie:\n" |
| 4796 | "\n" |
| 4797 | " git cherry-pick --skip\n" |
| 4798 | "\n" |
| 4799 | |
| 4800 | msgid "updating files failed" |
| 4801 | msgstr "Aktualisierung der Dateien fehlgeschlagen" |
| 4802 | |
| 4803 | msgid "failed to unpack HEAD tree object" |
| 4804 | msgstr "Fehler beim Entpacken des Tree-Objektes von HEAD." |
| 4805 | |
| 4806 | msgid "No paths with --include/--only does not make sense." |
| 4807 | msgstr "Keine Pfade mit der Option --include/--only ist nicht sinnvoll." |
| 4808 | |
| 4809 | msgid "unable to create temporary index" |
| 4810 | msgstr "Konnte temporären Index nicht erstellen." |
| 4811 | |
| 4812 | msgid "interactive add failed" |
| 4813 | msgstr "interaktives Hinzufügen fehlgeschlagen" |
| 4814 | |
| 4815 | msgid "unable to update temporary index" |
| 4816 | msgstr "Konnte temporären Index nicht aktualisieren." |
| 4817 | |
| 4818 | msgid "Failed to update main cache tree" |
| 4819 | msgstr "Konnte Haupt-Cache-Verzeichnis nicht aktualisieren" |
| 4820 | |
| 4821 | msgid "cannot do a partial commit during a merge." |
| 4822 | msgstr "Kann keinen Teil-Commit durchführen, während ein Merge im Gange ist." |
| 4823 | |
| 4824 | msgid "cannot do a partial commit during a cherry-pick." |
| 4825 | msgstr "" |
| 4826 | "Kann keinen Teil-Commit durchführen, während \"cherry-pick\" im Gange ist." |
| 4827 | |
| 4828 | msgid "cannot do a partial commit during a rebase." |
| 4829 | msgstr "kann keinen Teil-Commit durchführen, während ein Rebase im Gange ist." |
| 4830 | |
| 4831 | msgid "cannot read the index" |
| 4832 | msgstr "Kann Index nicht lesen" |
| 4833 | |
| 4834 | msgid "unable to write temporary index file" |
| 4835 | msgstr "Konnte temporäre Index-Datei nicht schreiben." |
| 4836 | |
| 4837 | #, c-format |
| 4838 | msgid "commit '%s' lacks author header" |
| 4839 | msgstr "Commit '%s' fehlt Autor-Kopfbereich" |
| 4840 | |
| 4841 | #, c-format |
| 4842 | msgid "commit '%s' has malformed author line" |
| 4843 | msgstr "Commit '%s' hat fehlerhafte Autor-Zeile" |
| 4844 | |
| 4845 | msgid "malformed --author parameter" |
| 4846 | msgstr "Fehlerhafter --author Parameter" |
| 4847 | |
| 4848 | #, c-format |
| 4849 | msgid "invalid date format: %s" |
| 4850 | msgstr "Ungültiges Datumsformat: %s" |
| 4851 | |
| 4852 | msgid "" |
| 4853 | "unable to select a comment character that is not used\n" |
| 4854 | "in the current commit message" |
| 4855 | msgstr "" |
| 4856 | "Konnte kein Kommentar-Zeichen auswählen, das nicht in\n" |
| 4857 | "der aktuellen Commit-Beschreibung verwendet wird." |
| 4858 | |
| 4859 | #, c-format |
| 4860 | msgid "could not lookup commit '%s'" |
| 4861 | msgstr "konnte Commit '%s' nicht nachschlagen" |
| 4862 | |
| 4863 | #, c-format |
| 4864 | msgid "(reading log message from standard input)\n" |
| 4865 | msgstr "(lese Log-Nachricht von Standard-Eingabe)\n" |
| 4866 | |
| 4867 | msgid "could not read log from standard input" |
| 4868 | msgstr "Konnte Log nicht von Standard-Eingabe lesen." |
| 4869 | |
| 4870 | #, c-format |
| 4871 | msgid "could not read log file '%s'" |
| 4872 | msgstr "Konnte Log-Datei '%s' nicht lesen" |
| 4873 | |
| 4874 | #, c-format |
| 4875 | msgid "options '%s' and '%s:%s' cannot be used together" |
| 4876 | msgstr "die Optionen '%s' und '%s:%s' können nicht gemeinsam verwendet werden" |
| 4877 | |
| 4878 | msgid "could not read SQUASH_MSG" |
| 4879 | msgstr "Konnte SQUASH_MSG nicht lesen" |
| 4880 | |
| 4881 | msgid "could not read MERGE_MSG" |
| 4882 | msgstr "Konnte MERGE_MSG nicht lesen" |
| 4883 | |
| 4884 | #, c-format |
| 4885 | msgid "could not open '%s'" |
| 4886 | msgstr "Konnte '%s' nicht öffnen" |
| 4887 | |
| 4888 | msgid "could not write commit template" |
| 4889 | msgstr "Konnte Commit-Vorlage nicht schreiben" |
| 4890 | |
| 4891 | #, c-format |
| 4892 | msgid "" |
| 4893 | "Please enter the commit message for your changes. Lines starting\n" |
| 4894 | "with '%s' will be ignored.\n" |
| 4895 | msgstr "" |
| 4896 | "Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,\n" |
| 4897 | "die mit '%s' beginnen, werden ignoriert.\n" |
| 4898 | |
| 4899 | #, c-format |
| 4900 | msgid "" |
| 4901 | "Please enter the commit message for your changes. Lines starting\n" |
| 4902 | "with '%s' will be ignored, and an empty message aborts the commit.\n" |
| 4903 | msgstr "" |
| 4904 | "Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,\n" |
| 4905 | "die mit '%s' beginnen, werden ignoriert, und eine leere Beschreibung\n" |
| 4906 | "bricht den Commit ab.\n" |
| 4907 | |
| 4908 | #, c-format |
| 4909 | msgid "" |
| 4910 | "Please enter the commit message for your changes. Lines starting\n" |
| 4911 | "with '%s' will be kept; you may remove them yourself if you want to.\n" |
| 4912 | msgstr "" |
| 4913 | "Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,\n" |
| 4914 | "die mit '%s' beginnen, werden beibehalten; wenn Sie möchten, können Sie\n" |
| 4915 | "diese entfernen.\n" |
| 4916 | |
| 4917 | #, c-format |
| 4918 | msgid "" |
| 4919 | "Please enter the commit message for your changes. Lines starting\n" |
| 4920 | "with '%s' will be kept; you may remove them yourself if you want to.\n" |
| 4921 | "An empty message aborts the commit.\n" |
| 4922 | msgstr "" |
| 4923 | "Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, " |
| 4924 | "die\n" |
| 4925 | "mit '%s' beginnen, werden beibehalten; wenn Sie möchten, können Sie diese " |
| 4926 | "entfernen.\n" |
| 4927 | "Eine leere Beschreibung bricht den Commit ab.\n" |
| 4928 | |
| 4929 | msgid "" |
| 4930 | "\n" |
| 4931 | "It looks like you may be committing a merge.\n" |
| 4932 | "If this is not correct, please run\n" |
| 4933 | "\tgit update-ref -d MERGE_HEAD\n" |
| 4934 | "and try again.\n" |
| 4935 | msgstr "" |
| 4936 | "\n" |
| 4937 | "Es sieht so aus, als committen Sie einen Merge.\n" |
| 4938 | "Falls das nicht korrekt ist, führen Sie bitte\n" |
| 4939 | "\tgit update-ref -d MERGE_HEAD\n" |
| 4940 | "aus und versuchen Sie es erneut.\n" |
| 4941 | |
| 4942 | msgid "" |
| 4943 | "\n" |
| 4944 | "It looks like you may be committing a cherry-pick.\n" |
| 4945 | "If this is not correct, please run\n" |
| 4946 | "\tgit update-ref -d CHERRY_PICK_HEAD\n" |
| 4947 | "and try again.\n" |
| 4948 | msgstr "" |
| 4949 | "\n" |
| 4950 | "Es sieht so aus, als committen Sie einen \"cherry-pick\".\n" |
| 4951 | "Falls das nicht korrekt ist, führen Sie bitte\n" |
| 4952 | "\tgit update-ref -d CHERRY_PICK_HEAD\n" |
| 4953 | "aus und versuchen Sie es erneut.\n" |
| 4954 | |
| 4955 | #, c-format |
| 4956 | msgid "%sAuthor: %.*s <%.*s>" |
| 4957 | msgstr "%sAutor: %.*s <%.*s>" |
| 4958 | |
| 4959 | #, c-format |
| 4960 | msgid "%sDate: %s" |
| 4961 | msgstr "%sDatum: %s" |
| 4962 | |
| 4963 | #, c-format |
| 4964 | msgid "%sCommitter: %.*s <%.*s>" |
| 4965 | msgstr "%sCommit-Ersteller: %.*s <%.*s>" |
| 4966 | |
| 4967 | msgid "Cannot read index" |
| 4968 | msgstr "Kann Index nicht lesen" |
| 4969 | |
| 4970 | msgid "unable to pass trailers to --trailers" |
| 4971 | msgstr "konnte Anhänge nicht an --trailers weitergeben" |
| 4972 | |
| 4973 | msgid "Error building trees" |
| 4974 | msgstr "Fehler beim Erzeugen der \"Tree\"-Objekte" |
| 4975 | |
| 4976 | #, c-format |
| 4977 | msgid "Please supply the message using either -m or -F option.\n" |
| 4978 | msgstr "" |
| 4979 | "Bitte liefern Sie eine Beschreibung entweder mit der Option -m oder -F.\n" |
| 4980 | |
| 4981 | #, c-format |
| 4982 | msgid "--author '%s' is not 'Name <email>' and matches no existing author" |
| 4983 | msgstr "" |
| 4984 | "--author '%s' ist nicht im Format 'Name <E-Mail>' und stimmt mit keinem " |
| 4985 | "vorhandenen Autor überein" |
| 4986 | |
| 4987 | #, c-format |
| 4988 | msgid "Invalid ignored mode '%s'" |
| 4989 | msgstr "Ungültiger ignored-Modus '%s'." |
| 4990 | |
| 4991 | #, c-format |
| 4992 | msgid "Invalid untracked files mode '%s'" |
| 4993 | msgstr "Ungültiger Modus '%s' für unversionierte Dateien" |
| 4994 | |
| 4995 | msgid "You are in the middle of a merge -- cannot reword." |
| 4996 | msgstr "Ein Merge ist im Gange -- kann Umformulierung nicht durchführen." |
| 4997 | |
| 4998 | msgid "You are in the middle of a cherry-pick -- cannot reword." |
| 4999 | msgstr "\"cherry-pick\" ist im Gange -- kann Umformulierung nicht durchführen." |
| 5000 |
Showing first 5,000 of 24,236 lines.
View raw