| 1 | # Translation of git-gui to German. |
| 2 | # Copyright (C) 2007 Shawn Pearce, et al. |
| 3 | # This file is distributed under the same license as the git package. |
| 4 | # Christian Stimming <stimming@tuhh.de>, 2007 |
| 5 | # |
| 6 | msgid "" |
| 7 | msgstr "" |
| 8 | "Project-Id-Version: git-gui\n" |
| 9 | "Report-Msgid-Bugs-To: \n" |
| 10 | "POT-Creation-Date: 2020-02-08 22:54+0100\n" |
| 11 | "PO-Revision-Date: 2020-02-09 22:40+0100\n" |
| 12 | "Last-Translator: Christian Stimming <christian@cstimming.de>\n" |
| 13 | "Language-Team: German\n" |
| 14 | "Language: de_DE\n" |
| 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=UTF-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | |
| 19 | #: git-gui.sh:847 |
| 20 | #, tcl-format |
| 21 | msgid "Invalid font specified in %s:" |
| 22 | msgstr "Ungültige Zeichensatz-Angabe in %s:" |
| 23 | |
| 24 | #: git-gui.sh:901 |
| 25 | msgid "Main Font" |
| 26 | msgstr "Programmschriftart" |
| 27 | |
| 28 | #: git-gui.sh:902 |
| 29 | msgid "Diff/Console Font" |
| 30 | msgstr "Vergleich-Schriftart" |
| 31 | |
| 32 | #: git-gui.sh:917 git-gui.sh:931 git-gui.sh:944 git-gui.sh:1034 git-gui.sh:1053 |
| 33 | #: git-gui.sh:3212 |
| 34 | msgid "git-gui: fatal error" |
| 35 | msgstr "git-gui: Programmfehler" |
| 36 | |
| 37 | #: git-gui.sh:918 |
| 38 | msgid "Cannot find git in PATH." |
| 39 | msgstr "Git kann im PATH nicht gefunden werden." |
| 40 | |
| 41 | #: git-gui.sh:945 |
| 42 | msgid "Cannot parse Git version string:" |
| 43 | msgstr "Git Versionsangabe kann nicht erkannt werden:" |
| 44 | |
| 45 | #: git-gui.sh:970 |
| 46 | #, tcl-format |
| 47 | msgid "" |
| 48 | "Git version cannot be determined.\n" |
| 49 | "\n" |
| 50 | "%s claims it is version '%s'.\n" |
| 51 | "\n" |
| 52 | "%s requires at least Git 1.5.0 or later.\n" |
| 53 | "\n" |
| 54 | "Assume '%s' is version 1.5.0?\n" |
| 55 | msgstr "" |
| 56 | "Die Version von Git kann nicht bestimmt werden.\n" |
| 57 | "\n" |
| 58 | "»%s« behauptet, es sei Version »%s«.\n" |
| 59 | "\n" |
| 60 | "%s benötigt mindestens Git 1.5.0 oder höher.\n" |
| 61 | "\n" |
| 62 | "Soll angenommen werden, »%s« sei Version 1.5.0?\n" |
| 63 | |
| 64 | #: git-gui.sh:1267 |
| 65 | msgid "Git directory not found:" |
| 66 | msgstr "Git-Verzeichnis nicht gefunden:" |
| 67 | |
| 68 | #: git-gui.sh:1301 |
| 69 | msgid "Cannot move to top of working directory:" |
| 70 | msgstr "" |
| 71 | "Es konnte nicht in das oberste Verzeichnis der Arbeitskopie gewechselt " |
| 72 | "werden:" |
| 73 | |
| 74 | #: git-gui.sh:1309 |
| 75 | msgid "Cannot use bare repository:" |
| 76 | msgstr "Bloßes Repository kann nicht benutzt werden:" |
| 77 | |
| 78 | #: git-gui.sh:1317 |
| 79 | msgid "No working directory" |
| 80 | msgstr "Kein Arbeitsverzeichnis" |
| 81 | |
| 82 | #: git-gui.sh:1491 lib/checkout_op.tcl:306 |
| 83 | msgid "Refreshing file status..." |
| 84 | msgstr "Dateistatus aktualisieren..." |
| 85 | |
| 86 | #: git-gui.sh:1551 |
| 87 | msgid "Scanning for modified files ..." |
| 88 | msgstr "Nach geänderten Dateien suchen..." |
| 89 | |
| 90 | #: git-gui.sh:1629 |
| 91 | msgid "Calling prepare-commit-msg hook..." |
| 92 | msgstr "Aufrufen des »prepare-commit-msg hook«..." |
| 93 | |
| 94 | #: git-gui.sh:1646 |
| 95 | msgid "Commit declined by prepare-commit-msg hook." |
| 96 | msgstr "Commit abgelehnt durch »prepare-commit-msg hook«." |
| 97 | |
| 98 | #: git-gui.sh:1804 lib/browser.tcl:252 |
| 99 | msgid "Ready." |
| 100 | msgstr "Bereit." |
| 101 | |
| 102 | #: git-gui.sh:1968 |
| 103 | #, tcl-format |
| 104 | msgid "" |
| 105 | "Display limit (gui.maxfilesdisplayed = %s) reached, not showing all %s files." |
| 106 | msgstr "" |
| 107 | "Anzeigelimit erreicht (gui.maxfilesdisplayed = %s) für Anzahl Einträge. Es " |
| 108 | "werden nicht alle %s Dateien gezeigt." |
| 109 | |
| 110 | #: git-gui.sh:2091 |
| 111 | msgid "Unmodified" |
| 112 | msgstr "Unverändert" |
| 113 | |
| 114 | #: git-gui.sh:2093 |
| 115 | msgid "Modified, not staged" |
| 116 | msgstr "Verändert, nicht bereitgestellt" |
| 117 | |
| 118 | #: git-gui.sh:2094 git-gui.sh:2106 |
| 119 | msgid "Staged for commit" |
| 120 | msgstr "Bereitgestellt zum Committen" |
| 121 | |
| 122 | #: git-gui.sh:2095 git-gui.sh:2107 |
| 123 | msgid "Portions staged for commit" |
| 124 | msgstr "Teilweise bereitgestellt zum Committen" |
| 125 | |
| 126 | #: git-gui.sh:2096 git-gui.sh:2108 |
| 127 | msgid "Staged for commit, missing" |
| 128 | msgstr "Bereitgestellt zum Committen, fehlend" |
| 129 | |
| 130 | #: git-gui.sh:2098 |
| 131 | msgid "File type changed, not staged" |
| 132 | msgstr "Dateityp geändert, nicht bereitgestellt" |
| 133 | |
| 134 | #: git-gui.sh:2099 git-gui.sh:2100 |
| 135 | msgid "File type changed, old type staged for commit" |
| 136 | msgstr "Dateityp geändert, alter Dateityp bereitgestellt" |
| 137 | |
| 138 | #: git-gui.sh:2101 |
| 139 | msgid "File type changed, staged" |
| 140 | msgstr "Dateityp geändert, bereitgestellt" |
| 141 | |
| 142 | #: git-gui.sh:2102 |
| 143 | msgid "File type change staged, modification not staged" |
| 144 | msgstr "Dateityp-Änderung bereitgestellt, Inhaltsänderung nicht bereitgestellt" |
| 145 | |
| 146 | #: git-gui.sh:2103 |
| 147 | msgid "File type change staged, file missing" |
| 148 | msgstr "Dateityp-Änderung bereitgestellt, Datei gelöscht" |
| 149 | |
| 150 | #: git-gui.sh:2105 |
| 151 | msgid "Untracked, not staged" |
| 152 | msgstr "Unversioniert, nicht bereitgestellt" |
| 153 | |
| 154 | #: git-gui.sh:2110 |
| 155 | msgid "Missing" |
| 156 | msgstr "Fehlend" |
| 157 | |
| 158 | #: git-gui.sh:2111 |
| 159 | msgid "Staged for removal" |
| 160 | msgstr "Bereitgestellt zum Löschen" |
| 161 | |
| 162 | #: git-gui.sh:2112 |
| 163 | msgid "Staged for removal, still present" |
| 164 | msgstr "Bereitgestellt zum Löschen, trotzdem vorhanden" |
| 165 | |
| 166 | #: git-gui.sh:2114 git-gui.sh:2115 git-gui.sh:2116 git-gui.sh:2117 |
| 167 | #: git-gui.sh:2118 git-gui.sh:2119 |
| 168 | msgid "Requires merge resolution" |
| 169 | msgstr "Konfliktauflösung nötig" |
| 170 | |
| 171 | #: git-gui.sh:2164 |
| 172 | msgid "Couldn't find gitk in PATH" |
| 173 | msgstr "Gitk kann im PATH nicht gefunden werden." |
| 174 | |
| 175 | #: git-gui.sh:2210 git-gui.sh:2245 |
| 176 | #, tcl-format |
| 177 | msgid "Starting %s... please wait..." |
| 178 | msgstr "%s wird gestartet... bitte warten." |
| 179 | |
| 180 | #: git-gui.sh:2224 |
| 181 | msgid "Couldn't find git gui in PATH" |
| 182 | msgstr "»Git gui« kann im PATH nicht gefunden werden." |
| 183 | |
| 184 | #: git-gui.sh:2726 lib/choose_repository.tcl:53 |
| 185 | msgid "Repository" |
| 186 | msgstr "Repository" |
| 187 | |
| 188 | #: git-gui.sh:2727 |
| 189 | msgid "Edit" |
| 190 | msgstr "Bearbeiten" |
| 191 | |
| 192 | #: git-gui.sh:2729 lib/choose_rev.tcl:567 |
| 193 | msgid "Branch" |
| 194 | msgstr "Branch" |
| 195 | |
| 196 | #: git-gui.sh:2732 lib/choose_rev.tcl:554 |
| 197 | msgid "Commit@@noun" |
| 198 | msgstr "Commit" |
| 199 | |
| 200 | #: git-gui.sh:2735 lib/merge.tcl:127 lib/merge.tcl:174 |
| 201 | msgid "Merge" |
| 202 | msgstr "Zusammenführen" |
| 203 | |
| 204 | #: git-gui.sh:2736 lib/choose_rev.tcl:563 |
| 205 | msgid "Remote" |
| 206 | msgstr "Extern" |
| 207 | |
| 208 | #: git-gui.sh:2739 |
| 209 | msgid "Tools" |
| 210 | msgstr "Werkzeuge" |
| 211 | |
| 212 | #: git-gui.sh:2748 |
| 213 | msgid "Explore Working Copy" |
| 214 | msgstr "Arbeitskopie im Dateimanager öffnen" |
| 215 | |
| 216 | #: git-gui.sh:2763 |
| 217 | msgid "Git Bash" |
| 218 | msgstr "Git Bash" |
| 219 | |
| 220 | #: git-gui.sh:2772 |
| 221 | msgid "Browse Current Branch's Files" |
| 222 | msgstr "Aktuellen Branch durchblättern" |
| 223 | |
| 224 | #: git-gui.sh:2776 |
| 225 | msgid "Browse Branch Files..." |
| 226 | msgstr "Branch durchblättern..." |
| 227 | |
| 228 | #: git-gui.sh:2781 |
| 229 | msgid "Visualize Current Branch's History" |
| 230 | msgstr "Aktuellen Branch darstellen" |
| 231 | |
| 232 | #: git-gui.sh:2785 |
| 233 | msgid "Visualize All Branch History" |
| 234 | msgstr "Historie aller Branches darstellen" |
| 235 | |
| 236 | #: git-gui.sh:2792 |
| 237 | #, tcl-format |
| 238 | msgid "Browse %s's Files" |
| 239 | msgstr "Branch »%s« durchblättern" |
| 240 | |
| 241 | #: git-gui.sh:2794 |
| 242 | #, tcl-format |
| 243 | msgid "Visualize %s's History" |
| 244 | msgstr "Historie von »%s« darstellen" |
| 245 | |
| 246 | #: git-gui.sh:2799 lib/database.tcl:40 |
| 247 | msgid "Database Statistics" |
| 248 | msgstr "Datenbankstatistik" |
| 249 | |
| 250 | #: git-gui.sh:2802 lib/database.tcl:33 |
| 251 | msgid "Compress Database" |
| 252 | msgstr "Datenbank komprimieren" |
| 253 | |
| 254 | #: git-gui.sh:2805 |
| 255 | msgid "Verify Database" |
| 256 | msgstr "Datenbank überprüfen" |
| 257 | |
| 258 | #: git-gui.sh:2812 git-gui.sh:2816 git-gui.sh:2820 |
| 259 | msgid "Create Desktop Icon" |
| 260 | msgstr "Desktop-Icon erstellen" |
| 261 | |
| 262 | #: git-gui.sh:2828 lib/choose_repository.tcl:209 lib/choose_repository.tcl:217 |
| 263 | msgid "Quit" |
| 264 | msgstr "Beenden" |
| 265 | |
| 266 | #: git-gui.sh:2836 |
| 267 | msgid "Undo" |
| 268 | msgstr "Rückgängig" |
| 269 | |
| 270 | #: git-gui.sh:2839 |
| 271 | msgid "Redo" |
| 272 | msgstr "Wiederholen" |
| 273 | |
| 274 | #: git-gui.sh:2843 git-gui.sh:3461 |
| 275 | msgid "Cut" |
| 276 | msgstr "Ausschneiden" |
| 277 | |
| 278 | #: git-gui.sh:2846 git-gui.sh:3464 git-gui.sh:3540 git-gui.sh:3633 |
| 279 | #: lib/console.tcl:69 |
| 280 | msgid "Copy" |
| 281 | msgstr "Kopieren" |
| 282 | |
| 283 | #: git-gui.sh:2849 git-gui.sh:3467 |
| 284 | msgid "Paste" |
| 285 | msgstr "Einfügen" |
| 286 | |
| 287 | #: git-gui.sh:2852 git-gui.sh:3470 lib/remote_branch_delete.tcl:39 |
| 288 | #: lib/branch_delete.tcl:28 |
| 289 | msgid "Delete" |
| 290 | msgstr "Löschen" |
| 291 | |
| 292 | #: git-gui.sh:2856 git-gui.sh:3474 git-gui.sh:3637 lib/console.tcl:71 |
| 293 | msgid "Select All" |
| 294 | msgstr "Alle auswählen" |
| 295 | |
| 296 | #: git-gui.sh:2865 |
| 297 | msgid "Create..." |
| 298 | msgstr "Erstellen..." |
| 299 | |
| 300 | #: git-gui.sh:2871 |
| 301 | msgid "Checkout..." |
| 302 | msgstr "Auschecken..." |
| 303 | |
| 304 | #: git-gui.sh:2877 |
| 305 | msgid "Rename..." |
| 306 | msgstr "Umbenennen..." |
| 307 | |
| 308 | #: git-gui.sh:2882 |
| 309 | msgid "Delete..." |
| 310 | msgstr "Löschen..." |
| 311 | |
| 312 | #: git-gui.sh:2887 |
| 313 | msgid "Reset..." |
| 314 | msgstr "Änderungen verwerfen..." |
| 315 | |
| 316 | #: git-gui.sh:2897 |
| 317 | msgid "Done" |
| 318 | msgstr "Fertig" |
| 319 | |
| 320 | #: git-gui.sh:2899 |
| 321 | msgid "Commit@@verb" |
| 322 | msgstr "Committen" |
| 323 | |
| 324 | #: git-gui.sh:2908 git-gui.sh:3400 |
| 325 | msgid "Amend Last Commit" |
| 326 | msgstr "Letzten Commit nachbessern" |
| 327 | |
| 328 | #: git-gui.sh:2918 git-gui.sh:3361 lib/remote_branch_delete.tcl:101 |
| 329 | msgid "Rescan" |
| 330 | msgstr "Neu laden" |
| 331 | |
| 332 | #: git-gui.sh:2924 |
| 333 | msgid "Stage To Commit" |
| 334 | msgstr "Für Commit bereitstellen" |
| 335 | |
| 336 | #: git-gui.sh:2930 |
| 337 | msgid "Stage Changed Files To Commit" |
| 338 | msgstr "Geänderte Dateien für Commit bereitstellen" |
| 339 | |
| 340 | #: git-gui.sh:2936 |
| 341 | msgid "Unstage From Commit" |
| 342 | msgstr "Aus Commit-Bereitstellung herausnehmen" |
| 343 | |
| 344 | #: git-gui.sh:2942 lib/index.tcl:521 |
| 345 | msgid "Revert Changes" |
| 346 | msgstr "Änderungen verwerfen" |
| 347 | |
| 348 | #: git-gui.sh:2950 git-gui.sh:3700 git-gui.sh:3731 |
| 349 | msgid "Show Less Context" |
| 350 | msgstr "Weniger Zeilen anzeigen" |
| 351 | |
| 352 | #: git-gui.sh:2954 git-gui.sh:3704 git-gui.sh:3735 |
| 353 | msgid "Show More Context" |
| 354 | msgstr "Mehr Zeilen anzeigen" |
| 355 | |
| 356 | #: git-gui.sh:2961 git-gui.sh:3374 git-gui.sh:3485 |
| 357 | msgid "Sign Off" |
| 358 | msgstr "Abzeichnen" |
| 359 | |
| 360 | #: git-gui.sh:2977 |
| 361 | msgid "Local Merge..." |
| 362 | msgstr "Lokales Zusammenführen..." |
| 363 | |
| 364 | #: git-gui.sh:2982 |
| 365 | msgid "Abort Merge..." |
| 366 | msgstr "Zusammenführen abbrechen..." |
| 367 | |
| 368 | #: git-gui.sh:2994 git-gui.sh:3022 |
| 369 | msgid "Add..." |
| 370 | msgstr "Neues hinzufügen..." |
| 371 | |
| 372 | #: git-gui.sh:2998 |
| 373 | msgid "Push..." |
| 374 | msgstr "Versenden..." |
| 375 | |
| 376 | #: git-gui.sh:3002 |
| 377 | msgid "Delete Branch..." |
| 378 | msgstr "Branch löschen..." |
| 379 | |
| 380 | #: git-gui.sh:3012 git-gui.sh:3666 |
| 381 | msgid "Options..." |
| 382 | msgstr "Optionen..." |
| 383 | |
| 384 | #: git-gui.sh:3023 |
| 385 | msgid "Remove..." |
| 386 | msgstr "Entfernen..." |
| 387 | |
| 388 | #: git-gui.sh:3032 lib/choose_repository.tcl:67 |
| 389 | msgid "Help" |
| 390 | msgstr "Hilfe" |
| 391 | |
| 392 | #: git-gui.sh:3036 git-gui.sh:3040 lib/choose_repository.tcl:61 |
| 393 | #: lib/choose_repository.tcl:70 lib/about.tcl:14 |
| 394 | #, tcl-format |
| 395 | msgid "About %s" |
| 396 | msgstr "Über %s" |
| 397 | |
| 398 | #: git-gui.sh:3064 |
| 399 | msgid "Online Documentation" |
| 400 | msgstr "Online-Dokumentation" |
| 401 | |
| 402 | #: git-gui.sh:3067 lib/choose_repository.tcl:64 lib/choose_repository.tcl:73 |
| 403 | msgid "Show SSH Key" |
| 404 | msgstr "SSH-Schlüssel anzeigen" |
| 405 | |
| 406 | #: git-gui.sh:3097 git-gui.sh:3229 |
| 407 | msgid "usage:" |
| 408 | msgstr "Verwendung:" |
| 409 | |
| 410 | #: git-gui.sh:3101 git-gui.sh:3233 |
| 411 | msgid "Usage" |
| 412 | msgstr "Verwendung" |
| 413 | |
| 414 | #: git-gui.sh:3182 lib/blame.tcl:575 |
| 415 | msgid "Error" |
| 416 | msgstr "Fehler" |
| 417 | |
| 418 | #: git-gui.sh:3213 |
| 419 | #, tcl-format |
| 420 | msgid "fatal: cannot stat path %s: No such file or directory" |
| 421 | msgstr "" |
| 422 | "Fehler: Verzeichnis »%s« kann nicht gelesen werden: Datei oder Verzeichnis " |
| 423 | "nicht gefunden" |
| 424 | |
| 425 | #: git-gui.sh:3246 |
| 426 | msgid "Current Branch:" |
| 427 | msgstr "Aktueller Branch:" |
| 428 | |
| 429 | #: git-gui.sh:3271 |
| 430 | msgid "Unstaged Changes" |
| 431 | msgstr "Nicht bereitgestellte Änderungen" |
| 432 | |
| 433 | #: git-gui.sh:3293 |
| 434 | msgid "Staged Changes (Will Commit)" |
| 435 | msgstr "Bereitstellung (zum Committen)" |
| 436 | |
| 437 | #: git-gui.sh:3367 |
| 438 | msgid "Stage Changed" |
| 439 | msgstr "Alles bereitstellen" |
| 440 | |
| 441 | #: git-gui.sh:3386 lib/transport.tcl:137 |
| 442 | msgid "Push" |
| 443 | msgstr "Versenden" |
| 444 | |
| 445 | #: git-gui.sh:3413 |
| 446 | msgid "Initial Commit Message:" |
| 447 | msgstr "Erste Commit-Beschreibung:" |
| 448 | |
| 449 | #: git-gui.sh:3414 |
| 450 | msgid "Amended Commit Message:" |
| 451 | msgstr "Nachgebesserte Beschreibung:" |
| 452 | |
| 453 | #: git-gui.sh:3415 |
| 454 | msgid "Amended Initial Commit Message:" |
| 455 | msgstr "Nachgebesserte erste Beschreibung:" |
| 456 | |
| 457 | #: git-gui.sh:3416 |
| 458 | msgid "Amended Merge Commit Message:" |
| 459 | msgstr "Nachgebesserte Zusammenführungs-Beschreibung:" |
| 460 | |
| 461 | #: git-gui.sh:3417 |
| 462 | msgid "Merge Commit Message:" |
| 463 | msgstr "Zusammenführungs-Beschreibung:" |
| 464 | |
| 465 | #: git-gui.sh:3418 |
| 466 | msgid "Commit Message:" |
| 467 | msgstr "Commit-Beschreibung:" |
| 468 | |
| 469 | #: git-gui.sh:3477 git-gui.sh:3641 lib/console.tcl:73 |
| 470 | msgid "Copy All" |
| 471 | msgstr "Alle kopieren" |
| 472 | |
| 473 | #: git-gui.sh:3501 lib/blame.tcl:106 |
| 474 | msgid "File:" |
| 475 | msgstr "Datei:" |
| 476 | |
| 477 | #: git-gui.sh:3549 lib/choose_repository.tcl:1100 |
| 478 | msgid "Open" |
| 479 | msgstr "Öffnen" |
| 480 | |
| 481 | #: git-gui.sh:3629 |
| 482 | msgid "Refresh" |
| 483 | msgstr "Aktualisieren" |
| 484 | |
| 485 | #: git-gui.sh:3650 |
| 486 | msgid "Decrease Font Size" |
| 487 | msgstr "Schriftgröße verkleinern" |
| 488 | |
| 489 | #: git-gui.sh:3654 |
| 490 | msgid "Increase Font Size" |
| 491 | msgstr "Schriftgröße vergrößern" |
| 492 | |
| 493 | #: git-gui.sh:3662 lib/blame.tcl:296 |
| 494 | msgid "Encoding" |
| 495 | msgstr "Zeichenkodierung" |
| 496 | |
| 497 | #: git-gui.sh:3673 |
| 498 | msgid "Apply/Reverse Hunk" |
| 499 | msgstr "Patch-Block anwenden/zurücknehmen" |
| 500 | |
| 501 | #: git-gui.sh:3678 |
| 502 | msgid "Apply/Reverse Line" |
| 503 | msgstr "Zeile anwenden/zurücknehmen" |
| 504 | |
| 505 | #: git-gui.sh:3684 git-gui.sh:3794 git-gui.sh:3805 |
| 506 | msgid "Revert Hunk" |
| 507 | msgstr "Patch-Block zurücknehmen" |
| 508 | |
| 509 | #: git-gui.sh:3689 git-gui.sh:3801 git-gui.sh:3812 |
| 510 | msgid "Revert Line" |
| 511 | msgstr "Zeilenänderungen zurücknehmen" |
| 512 | |
| 513 | #: git-gui.sh:3694 git-gui.sh:3791 |
| 514 | msgid "Undo Last Revert" |
| 515 | msgstr "Letztes Zurücknehmen rückgängig" |
| 516 | |
| 517 | #: git-gui.sh:3713 |
| 518 | msgid "Run Merge Tool" |
| 519 | msgstr "Zusammenführungswerkzeug" |
| 520 | |
| 521 | #: git-gui.sh:3718 |
| 522 | msgid "Use Remote Version" |
| 523 | msgstr "Externe Version benutzen" |
| 524 | |
| 525 | #: git-gui.sh:3722 |
| 526 | msgid "Use Local Version" |
| 527 | msgstr "Lokale Version benutzen" |
| 528 | |
| 529 | #: git-gui.sh:3726 |
| 530 | msgid "Revert To Base" |
| 531 | msgstr "Zurücksetzen auf ursprünglichen Commit" |
| 532 | |
| 533 | #: git-gui.sh:3744 |
| 534 | msgid "Visualize These Changes In The Submodule" |
| 535 | msgstr "Diese Änderungen im Submodul darstellen" |
| 536 | |
| 537 | #: git-gui.sh:3748 |
| 538 | msgid "Visualize Current Branch History In The Submodule" |
| 539 | msgstr "Aktuellen Branch im Submodul darstellen" |
| 540 | |
| 541 | #: git-gui.sh:3752 |
| 542 | msgid "Visualize All Branch History In The Submodule" |
| 543 | msgstr "Alle Branches im Submodul darstellen" |
| 544 | |
| 545 | #: git-gui.sh:3757 |
| 546 | msgid "Start git gui In The Submodule" |
| 547 | msgstr "Git gui im Submodul starten" |
| 548 | |
| 549 | #: git-gui.sh:3793 |
| 550 | msgid "Unstage Hunk From Commit" |
| 551 | msgstr "Patch-Block aus Bereitstellung herausnehmen" |
| 552 | |
| 553 | #: git-gui.sh:3797 |
| 554 | msgid "Unstage Lines From Commit" |
| 555 | msgstr "Zeilen aus der Bereitstellung herausnehmen" |
| 556 | |
| 557 | #: git-gui.sh:3798 git-gui.sh:3809 |
| 558 | msgid "Revert Lines" |
| 559 | msgstr "Zeilenänderung zurücknehmen" |
| 560 | |
| 561 | #: git-gui.sh:3800 |
| 562 | msgid "Unstage Line From Commit" |
| 563 | msgstr "Zeile aus der Bereitstellung herausnehmen" |
| 564 | |
| 565 | #: git-gui.sh:3804 |
| 566 | msgid "Stage Hunk For Commit" |
| 567 | msgstr "Patch-Block zur Bereitstellung hinzufügen" |
| 568 | |
| 569 | #: git-gui.sh:3808 |
| 570 | msgid "Stage Lines For Commit" |
| 571 | msgstr "Zeilen zur Bereitstellung hinzufügen" |
| 572 | |
| 573 | #: git-gui.sh:3811 |
| 574 | msgid "Stage Line For Commit" |
| 575 | msgstr "Zeile zur Bereitstellung hinzufügen" |
| 576 | |
| 577 | #: git-gui.sh:3861 |
| 578 | msgid "Initializing..." |
| 579 | msgstr "Initialisieren..." |
| 580 | |
| 581 | #: git-gui.sh:4017 |
| 582 | #, tcl-format |
| 583 | msgid "" |
| 584 | "Possible environment issues exist.\n" |
| 585 | "\n" |
| 586 | "The following environment variables are probably\n" |
| 587 | "going to be ignored by any Git subprocess run\n" |
| 588 | "by %s:\n" |
| 589 | "\n" |
| 590 | msgstr "" |
| 591 | "Möglicherweise gibt es Probleme mit manchen Umgebungsvariablen.\n" |
| 592 | "\n" |
| 593 | "Die folgenden Umgebungsvariablen können vermutlich nicht \n" |
| 594 | "von %s an Git weitergegeben werden:\n" |
| 595 | "\n" |
| 596 | |
| 597 | #: git-gui.sh:4046 |
| 598 | msgid "" |
| 599 | "\n" |
| 600 | "This is due to a known issue with the\n" |
| 601 | "Tcl binary distributed by Cygwin." |
| 602 | msgstr "" |
| 603 | "\n" |
| 604 | "Dies ist ein bekanntes Problem der Tcl-Version, die\n" |
| 605 | "in Cygwin mitgeliefert wird." |
| 606 | |
| 607 | #: git-gui.sh:4051 |
| 608 | #, tcl-format |
| 609 | msgid "" |
| 610 | "\n" |
| 611 | "\n" |
| 612 | "A good replacement for %s\n" |
| 613 | "is placing values for the user.name and\n" |
| 614 | "user.email settings into your personal\n" |
| 615 | "~/.gitconfig file.\n" |
| 616 | msgstr "" |
| 617 | "\n" |
| 618 | "\n" |
| 619 | "Um den Namen »%s« zu ändern, sollten Sie die \n" |
| 620 | "gewünschten Werte für die Einstellung user.name und \n" |
| 621 | "user.email in Ihre Datei ~/.gitconfig einfügen.\n" |
| 622 | |
| 623 | #: lib/spellcheck.tcl:57 |
| 624 | msgid "Unsupported spell checker" |
| 625 | msgstr "Rechtschreibprüfungsprogramm nicht unterstützt" |
| 626 | |
| 627 | #: lib/spellcheck.tcl:65 |
| 628 | msgid "Spell checking is unavailable" |
| 629 | msgstr "Rechtschreibprüfung nicht verfügbar" |
| 630 | |
| 631 | #: lib/spellcheck.tcl:68 |
| 632 | msgid "Invalid spell checking configuration" |
| 633 | msgstr "Unbenutzbare Konfiguration der Rechtschreibprüfung" |
| 634 | |
| 635 | #: lib/spellcheck.tcl:70 |
| 636 | #, tcl-format |
| 637 | msgid "Reverting dictionary to %s." |
| 638 | msgstr "Wörterbuch auf %s zurückgesetzt." |
| 639 | |
| 640 | #: lib/spellcheck.tcl:73 |
| 641 | msgid "Spell checker silently failed on startup" |
| 642 | msgstr "Rechtschreibprüfungsprogramm mit Fehler abgebrochen" |
| 643 | |
| 644 | #: lib/spellcheck.tcl:80 |
| 645 | msgid "Unrecognized spell checker" |
| 646 | msgstr "Unbekanntes Rechtschreibprüfungsprogramm" |
| 647 | |
| 648 | #: lib/spellcheck.tcl:186 |
| 649 | msgid "No Suggestions" |
| 650 | msgstr "Keine Vorschläge" |
| 651 | |
| 652 | #: lib/spellcheck.tcl:388 |
| 653 | msgid "Unexpected EOF from spell checker" |
| 654 | msgstr "Unerwartetes EOF vom Rechtschreibprüfungsprogramm" |
| 655 | |
| 656 | #: lib/spellcheck.tcl:392 |
| 657 | msgid "Spell Checker Failed" |
| 658 | msgstr "Rechtschreibprüfung fehlgeschlagen" |
| 659 | |
| 660 | #: lib/transport.tcl:6 lib/remote_add.tcl:132 |
| 661 | #, tcl-format |
| 662 | msgid "fetch %s" |
| 663 | msgstr "»%s« anfordern" |
| 664 | |
| 665 | #: lib/transport.tcl:7 |
| 666 | #, tcl-format |
| 667 | msgid "Fetching new changes from %s" |
| 668 | msgstr "Neue Änderungen von »%s« holen" |
| 669 | |
| 670 | #: lib/transport.tcl:18 |
| 671 | #, tcl-format |
| 672 | msgid "remote prune %s" |
| 673 | msgstr "Gelöschte externe Branches aus »%s« entfernen" |
| 674 | |
| 675 | #: lib/transport.tcl:19 |
| 676 | #, tcl-format |
| 677 | msgid "Pruning tracking branches deleted from %s" |
| 678 | msgstr "Gelöschte externe Trackingbranches aus »%s« werden entfernt" |
| 679 | |
| 680 | #: lib/transport.tcl:25 |
| 681 | msgid "fetch all remotes" |
| 682 | msgstr "Abrufen aller externen" |
| 683 | |
| 684 | #: lib/transport.tcl:26 |
| 685 | msgid "Fetching new changes from all remotes" |
| 686 | msgstr "Neue Änderungen von allen externen anfordern" |
| 687 | |
| 688 | #: lib/transport.tcl:40 |
| 689 | msgid "remote prune all remotes" |
| 690 | msgstr "Extern veraltete Branches entfernen aller Repositories" |
| 691 | |
| 692 | #: lib/transport.tcl:41 |
| 693 | msgid "Pruning tracking branches deleted from all remotes" |
| 694 | msgstr "" |
| 695 | "Gelöschte externe Trackingbranches aus allen Repositories werden entfernt" |
| 696 | |
| 697 | #: lib/transport.tcl:54 lib/transport.tcl:92 lib/transport.tcl:110 |
| 698 | #: lib/remote_add.tcl:162 |
| 699 | #, tcl-format |
| 700 | msgid "push %s" |
| 701 | msgstr "»%s« versenden..." |
| 702 | |
| 703 | #: lib/transport.tcl:55 |
| 704 | #, tcl-format |
| 705 | msgid "Pushing changes to %s" |
| 706 | msgstr "Änderungen nach »%s« versenden" |
| 707 | |
| 708 | #: lib/transport.tcl:93 |
| 709 | #, tcl-format |
| 710 | msgid "Mirroring to %s" |
| 711 | msgstr "Spiegeln nach %s" |
| 712 | |
| 713 | #: lib/transport.tcl:111 |
| 714 | #, tcl-format |
| 715 | msgid "Pushing %s %s to %s" |
| 716 | msgstr "%s %s nach %s versenden" |
| 717 | |
| 718 | #: lib/transport.tcl:132 |
| 719 | msgid "Push Branches" |
| 720 | msgstr "Branches versenden" |
| 721 | |
| 722 | #: lib/transport.tcl:141 lib/checkout_op.tcl:580 lib/remote_add.tcl:34 |
| 723 | #: lib/browser.tcl:292 lib/branch_checkout.tcl:30 lib/branch_rename.tcl:32 |
| 724 | #: lib/choose_font.tcl:45 lib/option.tcl:127 lib/tools_dlg.tcl:41 |
| 725 | #: lib/tools_dlg.tcl:202 lib/tools_dlg.tcl:345 lib/remote_branch_delete.tcl:43 |
| 726 | #: lib/branch_create.tcl:37 lib/branch_delete.tcl:34 lib/merge.tcl:178 |
| 727 | msgid "Cancel" |
| 728 | msgstr "Abbrechen" |
| 729 | |
| 730 | #: lib/transport.tcl:147 |
| 731 | msgid "Source Branches" |
| 732 | msgstr "Lokale Branches" |
| 733 | |
| 734 | #: lib/transport.tcl:162 |
| 735 | msgid "Destination Repository" |
| 736 | msgstr "Ziel-Repository" |
| 737 | |
| 738 | #: lib/transport.tcl:165 lib/remote_branch_delete.tcl:51 |
| 739 | msgid "Remote:" |
| 740 | msgstr "Externes Repository:" |
| 741 | |
| 742 | #: lib/transport.tcl:187 lib/remote_branch_delete.tcl:72 |
| 743 | msgid "Arbitrary Location:" |
| 744 | msgstr "Beliebige Adresse:" |
| 745 | |
| 746 | #: lib/transport.tcl:205 |
| 747 | msgid "Transfer Options" |
| 748 | msgstr "Netzwerk-Einstellungen" |
| 749 | |
| 750 | #: lib/transport.tcl:207 |
| 751 | msgid "Force overwrite existing branch (may discard changes)" |
| 752 | msgstr "" |
| 753 | "Überschreiben von existierenden Branches erzwingen (könnte Änderungen " |
| 754 | "löschen)" |
| 755 | |
| 756 | #: lib/transport.tcl:211 |
| 757 | msgid "Use thin pack (for slow network connections)" |
| 758 | msgstr "Kompaktes Datenformat benutzen (für langsame Netzverbindungen)" |
| 759 | |
| 760 | #: lib/transport.tcl:215 |
| 761 | msgid "Include tags" |
| 762 | msgstr "Mit Tags versenden" |
| 763 | |
| 764 | #: lib/transport.tcl:229 |
| 765 | #, tcl-format |
| 766 | msgid "%s (%s): Push" |
| 767 | msgstr "%s (%s): Versenden" |
| 768 | |
| 769 | #: lib/checkout_op.tcl:85 |
| 770 | #, tcl-format |
| 771 | msgid "Fetching %s from %s" |
| 772 | msgstr "Änderungen »%s« von »%s« anfordern" |
| 773 | |
| 774 | #: lib/checkout_op.tcl:133 |
| 775 | #, tcl-format |
| 776 | msgid "fatal: Cannot resolve %s" |
| 777 | msgstr "Fehler: »%s« kann nicht als Branch oder Version erkannt werden" |
| 778 | |
| 779 | #: lib/checkout_op.tcl:146 lib/sshkey.tcl:58 lib/console.tcl:81 |
| 780 | #: lib/database.tcl:30 |
| 781 | msgid "Close" |
| 782 | msgstr "Schließen" |
| 783 | |
| 784 | #: lib/checkout_op.tcl:175 |
| 785 | #, tcl-format |
| 786 | msgid "Branch '%s' does not exist." |
| 787 | msgstr "Branch »%s« existiert nicht." |
| 788 | |
| 789 | #: lib/checkout_op.tcl:194 |
| 790 | #, tcl-format |
| 791 | msgid "Failed to configure simplified git-pull for '%s'." |
| 792 | msgstr "Fehler beim Einrichten der vereinfachten git-pull für »%s«." |
| 793 | |
| 794 | #: lib/checkout_op.tcl:202 lib/branch_rename.tcl:102 |
| 795 | #, tcl-format |
| 796 | msgid "Branch '%s' already exists." |
| 797 | msgstr "Branch »%s« existiert bereits." |
| 798 | |
| 799 | #: lib/checkout_op.tcl:229 |
| 800 | #, tcl-format |
| 801 | msgid "" |
| 802 | "Branch '%s' already exists.\n" |
| 803 | "\n" |
| 804 | "It cannot fast-forward to %s.\n" |
| 805 | "A merge is required." |
| 806 | msgstr "" |
| 807 | "Branch »%s« existiert bereits.\n" |
| 808 | "\n" |
| 809 | "Branch kann nicht auf »%s« vorgespult werden. Reguläres Zusammenführen ist " |
| 810 | "notwendig." |
| 811 | |
| 812 | #: lib/checkout_op.tcl:243 |
| 813 | #, tcl-format |
| 814 | msgid "Merge strategy '%s' not supported." |
| 815 | msgstr "Zusammenführungsmethode »%s« nicht unterstützt." |
| 816 | |
| 817 | #: lib/checkout_op.tcl:262 |
| 818 | #, tcl-format |
| 819 | msgid "Failed to update '%s'." |
| 820 | msgstr "Aktualisieren von »%s« fehlgeschlagen." |
| 821 | |
| 822 | #: lib/checkout_op.tcl:274 |
| 823 | msgid "Staging area (index) is already locked." |
| 824 | msgstr "Bereitstellung (»index«) ist zur Bearbeitung gesperrt (»locked«)." |
| 825 | |
| 826 | #: lib/checkout_op.tcl:289 |
| 827 | msgid "" |
| 828 | "Last scanned state does not match repository state.\n" |
| 829 | "\n" |
| 830 | "Another Git program has modified this repository since the last scan. A " |
| 831 | "rescan must be performed before the current branch can be changed.\n" |
| 832 | "\n" |
| 833 | "The rescan will be automatically started now.\n" |
| 834 | msgstr "" |
| 835 | "Der letzte geladene Status stimmt nicht mehr mit dem Repository überein.\n" |
| 836 | "\n" |
| 837 | "Ein anderes Git-Programm hat das Repository seit dem letzten Laden " |
| 838 | "geändert. Vor dem Wechseln des lokalen Branches muss neu geladen werden.\n" |
| 839 | "\n" |
| 840 | "Es wird gleich neu geladen.\n" |
| 841 | |
| 842 | #: lib/checkout_op.tcl:345 |
| 843 | #, tcl-format |
| 844 | msgid "Updating working directory to '%s'..." |
| 845 | msgstr "Arbeitskopie aktualisieren auf »%s«..." |
| 846 | |
| 847 | #: lib/checkout_op.tcl:346 |
| 848 | msgid "files checked out" |
| 849 | msgstr "Dateien aktualisiert" |
| 850 | |
| 851 | #: lib/checkout_op.tcl:377 |
| 852 | #, tcl-format |
| 853 | msgid "Aborted checkout of '%s' (file level merging is required)." |
| 854 | msgstr "" |
| 855 | "Branch »%s« Auschecken abgebrochen (Zusammenführen der Dateien ist " |
| 856 | "notwendig)." |
| 857 | |
| 858 | #: lib/checkout_op.tcl:378 |
| 859 | msgid "File level merge required." |
| 860 | msgstr "Zusammenführen der Dateien ist notwendig." |
| 861 | |
| 862 | #: lib/checkout_op.tcl:382 |
| 863 | #, tcl-format |
| 864 | msgid "Staying on branch '%s'." |
| 865 | msgstr "Es wird auf Branch »%s« verblieben." |
| 866 | |
| 867 | #: lib/checkout_op.tcl:453 |
| 868 | msgid "" |
| 869 | "You are no longer on a local branch.\n" |
| 870 | "\n" |
| 871 | "If you wanted to be on a branch, create one now starting from 'This Detached " |
| 872 | "Checkout'." |
| 873 | msgstr "" |
| 874 | "Die Arbeitskopie ist nicht auf einem lokalen Branch.\n" |
| 875 | "\n" |
| 876 | "Wenn Sie auf einem Branch arbeiten möchten, erstellen Sie bitte jetzt einen " |
| 877 | "Branch mit der Auswahl »Losgelöste Arbeitskopie-Version«." |
| 878 | |
| 879 | #: lib/checkout_op.tcl:504 lib/checkout_op.tcl:508 |
| 880 | #, tcl-format |
| 881 | msgid "Checked out '%s'." |
| 882 | msgstr "Umgestellt auf »%s«." |
| 883 | |
| 884 | #: lib/checkout_op.tcl:536 |
| 885 | #, tcl-format |
| 886 | msgid "Resetting '%s' to '%s' will lose the following commits:" |
| 887 | msgstr "Umsetzen von »%s« nach »%s« wird folgende Commits verlieren:" |
| 888 | |
| 889 | #: lib/checkout_op.tcl:558 |
| 890 | msgid "Recovering lost commits may not be easy." |
| 891 | msgstr "" |
| 892 | "Verlorene Commits können nur mit größerem Aufwand wiederhergestellt werden." |
| 893 | |
| 894 | #: lib/checkout_op.tcl:563 |
| 895 | #, tcl-format |
| 896 | msgid "Reset '%s'?" |
| 897 | msgstr "»%s« umsetzen?" |
| 898 | |
| 899 | #: lib/checkout_op.tcl:568 lib/tools_dlg.tcl:336 lib/merge.tcl:170 |
| 900 | msgid "Visualize" |
| 901 | msgstr "Darstellen" |
| 902 | |
| 903 | #: lib/checkout_op.tcl:572 lib/branch_create.tcl:85 |
| 904 | msgid "Reset" |
| 905 | msgstr "Umsetzen (Reset)" |
| 906 | |
| 907 | #: lib/checkout_op.tcl:636 |
| 908 | #, tcl-format |
| 909 | msgid "" |
| 910 | "Failed to set current branch.\n" |
| 911 | "\n" |
| 912 | "This working directory is only partially switched. We successfully updated " |
| 913 | "your files, but failed to update an internal Git file.\n" |
| 914 | "\n" |
| 915 | "This should not have occurred. %s will now close and give up." |
| 916 | msgstr "" |
| 917 | "Lokaler Branch kann nicht gesetzt werden.\n" |
| 918 | "\n" |
| 919 | "Diese Arbeitskopie ist nur teilweise umgestellt. Die Dateien sind korrekt " |
| 920 | "aktualisiert, aber einige interne Git-Dateien konnten nicht geändert " |
| 921 | "werden.\n" |
| 922 | "\n" |
| 923 | "Dies ist ein interner Programmfehler von %s. Programm wird jetzt abgebrochen." |
| 924 | |
| 925 | #: lib/remote_add.tcl:20 |
| 926 | #, tcl-format |
| 927 | msgid "%s (%s): Add Remote" |
| 928 | msgstr "%s (%s): Externes Repository hinzufügen" |
| 929 | |
| 930 | #: lib/remote_add.tcl:25 |
| 931 | msgid "Add New Remote" |
| 932 | msgstr "Neues externes Repository hinzufügen" |
| 933 | |
| 934 | #: lib/remote_add.tcl:30 lib/tools_dlg.tcl:37 |
| 935 | msgid "Add" |
| 936 | msgstr "Hinzufügen" |
| 937 | |
| 938 | #: lib/remote_add.tcl:39 |
| 939 | msgid "Remote Details" |
| 940 | msgstr "Einzelheiten des externen Repository" |
| 941 | |
| 942 | #: lib/remote_add.tcl:41 lib/tools_dlg.tcl:51 lib/branch_create.tcl:44 |
| 943 | msgid "Name:" |
| 944 | msgstr "Name:" |
| 945 | |
| 946 | #: lib/remote_add.tcl:50 |
| 947 | msgid "Location:" |
| 948 | msgstr "Adresse:" |
| 949 | |
| 950 | #: lib/remote_add.tcl:60 |
| 951 | msgid "Further Action" |
| 952 | msgstr "Weitere Aktion" |
| 953 | |
| 954 | #: lib/remote_add.tcl:63 |
| 955 | msgid "Fetch Immediately" |
| 956 | msgstr "Jetzt anfordern" |
| 957 | |
| 958 | #: lib/remote_add.tcl:69 |
| 959 | msgid "Initialize Remote Repository and Push" |
| 960 | msgstr "Externes Repository initialisieren und dahin versenden" |
| 961 | |
| 962 | #: lib/remote_add.tcl:75 |
| 963 | msgid "Do Nothing Else Now" |
| 964 | msgstr "Keine weitere Aktion" |
| 965 | |
| 966 | #: lib/remote_add.tcl:100 |
| 967 | msgid "Please supply a remote name." |
| 968 | msgstr "Bitte geben Sie einen Namen des externen Repository an." |
| 969 | |
| 970 | #: lib/remote_add.tcl:113 |
| 971 | #, tcl-format |
| 972 | msgid "'%s' is not an acceptable remote name." |
| 973 | msgstr "»%s« ist kein zulässiger Name eines externen Repository." |
| 974 | |
| 975 | #: lib/remote_add.tcl:124 |
| 976 | #, tcl-format |
| 977 | msgid "Failed to add remote '%s' of location '%s'." |
| 978 | msgstr "Fehler beim Hinzufügen des externen Repository »%s« aus Adresse »%s«." |
| 979 | |
| 980 | #: lib/remote_add.tcl:133 |
| 981 | #, tcl-format |
| 982 | msgid "Fetching the %s" |
| 983 | msgstr "»%s« anfordern" |
| 984 | |
| 985 | #: lib/remote_add.tcl:156 |
| 986 | #, tcl-format |
| 987 | msgid "Do not know how to initialize repository at location '%s'." |
| 988 | msgstr "" |
| 989 | "Initialisieren eines externen Repositories an Adresse »%s« ist nicht möglich." |
| 990 | |
| 991 | #: lib/remote_add.tcl:163 |
| 992 | #, tcl-format |
| 993 | msgid "Setting up the %s (at %s)" |
| 994 | msgstr "Einrichten von »%s« an »%s«" |
| 995 | |
| 996 | #: lib/browser.tcl:17 |
| 997 | msgid "Starting..." |
| 998 | msgstr "Starten..." |
| 999 | |
| 1000 | #: lib/browser.tcl:27 |
| 1001 | #, tcl-format |
| 1002 | msgid "%s (%s): File Browser" |
| 1003 | msgstr "%s (%s): Datei-Browser" |
| 1004 | |
| 1005 | #: lib/browser.tcl:132 lib/browser.tcl:149 |
| 1006 | #, tcl-format |
| 1007 | msgid "Loading %s..." |
| 1008 | msgstr "%s laden..." |
| 1009 | |
| 1010 | #: lib/browser.tcl:193 |
| 1011 | msgid "[Up To Parent]" |
| 1012 | msgstr "[Nach oben]" |
| 1013 | |
| 1014 | #: lib/browser.tcl:275 |
| 1015 | #, tcl-format |
| 1016 | msgid "%s (%s): Browse Branch Files" |
| 1017 | msgstr "%s (%s): Dateien des Branches durchblättern" |
| 1018 | |
| 1019 | #: lib/browser.tcl:282 |
| 1020 | msgid "Browse Branch Files" |
| 1021 | msgstr "Dateien des Branches durchblättern" |
| 1022 | |
| 1023 | #: lib/browser.tcl:288 lib/choose_repository.tcl:437 |
| 1024 | #: lib/choose_repository.tcl:524 lib/choose_repository.tcl:533 |
| 1025 | #: lib/choose_repository.tcl:1115 |
| 1026 | msgid "Browse" |
| 1027 | msgstr "Blättern" |
| 1028 | |
| 1029 | #: lib/browser.tcl:297 lib/branch_checkout.tcl:35 lib/tools_dlg.tcl:321 |
| 1030 | msgid "Revision" |
| 1031 | msgstr "Version" |
| 1032 | |
| 1033 | #: lib/index.tcl:6 |
| 1034 | msgid "Unable to unlock the index." |
| 1035 | msgstr "Bereitstellung kann nicht wieder freigegeben werden." |
| 1036 | |
| 1037 | #: lib/index.tcl:30 |
| 1038 | msgid "Index Error" |
| 1039 | msgstr "Fehler in Bereitstellung" |
| 1040 | |
| 1041 | #: lib/index.tcl:32 |
| 1042 | msgid "" |
| 1043 | "Updating the Git index failed. A rescan will be automatically started to " |
| 1044 | "resynchronize git-gui." |
| 1045 | msgstr "" |
| 1046 | "Das Aktualisieren der Git-Bereitstellung ist fehlgeschlagen. Eine allgemeine " |
| 1047 | "Git-Aktualisierung wird jetzt gestartet, um git-gui wieder mit git zu " |
| 1048 | "synchronisieren." |
| 1049 | |
| 1050 | #: lib/index.tcl:43 |
| 1051 | msgid "Continue" |
| 1052 | msgstr "Fortsetzen" |
| 1053 | |
| 1054 | #: lib/index.tcl:46 |
| 1055 | msgid "Unlock Index" |
| 1056 | msgstr "Bereitstellung freigeben" |
| 1057 | |
| 1058 | #: lib/index.tcl:77 lib/index.tcl:146 lib/index.tcl:220 lib/index.tcl:587 |
| 1059 | #: lib/choose_repository.tcl:999 |
| 1060 | msgid "files" |
| 1061 | msgstr "Dateien" |
| 1062 | |
| 1063 | #: lib/index.tcl:326 |
| 1064 | msgid "Unstaging selected files from commit" |
| 1065 | msgstr "Gewählte Dateien aus der Bereitstellung herausnehmen" |
| 1066 | |
| 1067 | #: lib/index.tcl:330 |
| 1068 | #, tcl-format |
| 1069 | msgid "Unstaging %s from commit" |
| 1070 | msgstr "Datei »%s« aus der Bereitstellung herausnehmen" |
| 1071 | |
| 1072 | #: lib/index.tcl:369 |
| 1073 | msgid "Ready to commit." |
| 1074 | msgstr "Bereit zum Committen." |
| 1075 | |
| 1076 | #: lib/index.tcl:378 |
| 1077 | msgid "Adding selected files" |
| 1078 | msgstr "Gewählte Dateien hinzufügen" |
| 1079 | |
| 1080 | #: lib/index.tcl:382 |
| 1081 | #, tcl-format |
| 1082 | msgid "Adding %s" |
| 1083 | msgstr "»%s« hinzufügen" |
| 1084 | |
| 1085 | #: lib/index.tcl:412 |
| 1086 | #, tcl-format |
| 1087 | msgid "Stage %d untracked files?" |
| 1088 | msgstr "%d unversionierte Dateien bereitstellen?" |
| 1089 | |
| 1090 | #: lib/index.tcl:420 |
| 1091 | msgid "Adding all changed files" |
| 1092 | msgstr "Alle geänderten Dateien hinzufügen" |
| 1093 | |
| 1094 | #: lib/index.tcl:503 |
| 1095 | #, tcl-format |
| 1096 | msgid "Revert changes in file %s?" |
| 1097 | msgstr "Änderungen in Datei »%s« verwerfen?" |
| 1098 | |
| 1099 | #: lib/index.tcl:508 |
| 1100 | #, tcl-format |
| 1101 | msgid "Revert changes in these %i files?" |
| 1102 | msgstr "Änderungen in diesen %i Dateien verwerfen?" |
| 1103 | |
| 1104 | #: lib/index.tcl:517 |
| 1105 | msgid "Any unstaged changes will be permanently lost by the revert." |
| 1106 | msgstr "" |
| 1107 | "Alle nicht bereitgestellten Änderungen werden beim Verwerfen verloren gehen." |
| 1108 | |
| 1109 | #: lib/index.tcl:520 lib/index.tcl:563 |
| 1110 | msgid "Do Nothing" |
| 1111 | msgstr "Nichts tun" |
| 1112 | |
| 1113 | #: lib/index.tcl:545 |
| 1114 | #, tcl-format |
| 1115 | msgid "Delete untracked file %s?" |
| 1116 | msgstr "Unversionierte Datei »%s« löschen?" |
| 1117 | |
| 1118 | #: lib/index.tcl:550 |
| 1119 | #, tcl-format |
| 1120 | msgid "Delete these %i untracked files?" |
| 1121 | msgstr "Diese %i unversionierten Dateien löschen?" |
| 1122 | |
| 1123 | #: lib/index.tcl:560 |
| 1124 | msgid "Files will be permanently deleted." |
| 1125 | msgstr "Dateien werden endgültig gelöscht." |
| 1126 | |
| 1127 | #: lib/index.tcl:564 |
| 1128 | msgid "Delete Files" |
| 1129 | msgstr "Dateien löschen" |
| 1130 | |
| 1131 | #: lib/index.tcl:586 |
| 1132 | msgid "Deleting" |
| 1133 | msgstr "Löschen" |
| 1134 | |
| 1135 | #: lib/index.tcl:665 |
| 1136 | msgid "Encountered errors deleting files:\n" |
| 1137 | msgstr "Fehler beim Löschen der Dateien:\n" |
| 1138 | |
| 1139 | #: lib/index.tcl:674 |
| 1140 | #, tcl-format |
| 1141 | msgid "None of the %d selected files could be deleted." |
| 1142 | msgstr "Keine der %d gewählten Dateien konnten gelöscht werden." |
| 1143 | |
| 1144 | #: lib/index.tcl:679 |
| 1145 | #, tcl-format |
| 1146 | msgid "%d of the %d selected files could not be deleted." |
| 1147 | msgstr "%d der %d gewählten Dateien konnten nicht gelöscht werden." |
| 1148 | |
| 1149 | #: lib/index.tcl:726 |
| 1150 | msgid "Reverting selected files" |
| 1151 | msgstr "Änderungen in gewählten Dateien verwerfen" |
| 1152 | |
| 1153 | #: lib/index.tcl:730 |
| 1154 | #, tcl-format |
| 1155 | msgid "Reverting %s" |
| 1156 | msgstr "Änderungen in %s verwerfen" |
| 1157 | |
| 1158 | #: lib/branch_checkout.tcl:16 |
| 1159 | #, tcl-format |
| 1160 | msgid "%s (%s): Checkout Branch" |
| 1161 | msgstr "%s (%s): Branch auschecken" |
| 1162 | |
| 1163 | #: lib/branch_checkout.tcl:21 |
| 1164 | msgid "Checkout Branch" |
| 1165 | msgstr "Branch auschecken" |
| 1166 | |
| 1167 | #: lib/branch_checkout.tcl:26 |
| 1168 | msgid "Checkout" |
| 1169 | msgstr "Auschecken" |
| 1170 | |
| 1171 | #: lib/branch_checkout.tcl:39 lib/option.tcl:310 lib/branch_create.tcl:69 |
| 1172 | msgid "Options" |
| 1173 | msgstr "Optionen" |
| 1174 | |
| 1175 | #: lib/branch_checkout.tcl:42 lib/branch_create.tcl:92 |
| 1176 | msgid "Fetch Tracking Branch" |
| 1177 | msgstr "Trackingbranch anfordern" |
| 1178 | |
| 1179 | #: lib/branch_checkout.tcl:47 |
| 1180 | msgid "Detach From Local Branch" |
| 1181 | msgstr "Verbindung zu lokalem Branch lösen" |
| 1182 | |
| 1183 | #: lib/status_bar.tcl:263 |
| 1184 | #, tcl-format |
| 1185 | msgid "%s ... %*i of %*i %s (%3i%%)" |
| 1186 | msgstr "%s ... %*i von %*i %s (%3i%%)" |
| 1187 | |
| 1188 | #: lib/remote.tcl:200 |
| 1189 | msgid "Push to" |
| 1190 | msgstr "Versenden nach" |
| 1191 | |
| 1192 | #: lib/remote.tcl:218 |
| 1193 | msgid "Remove Remote" |
| 1194 | msgstr "Externes Repository entfernen" |
| 1195 | |
| 1196 | #: lib/remote.tcl:223 |
| 1197 | msgid "Prune from" |
| 1198 | msgstr "Veraltete Branches entfernen" |
| 1199 | |
| 1200 | #: lib/remote.tcl:228 |
| 1201 | msgid "Fetch from" |
| 1202 | msgstr "Anfordern" |
| 1203 | |
| 1204 | #: lib/remote.tcl:249 lib/remote.tcl:253 lib/remote.tcl:258 lib/remote.tcl:264 |
| 1205 | msgid "All" |
| 1206 | msgstr "Alle" |
| 1207 | |
| 1208 | #: lib/branch_rename.tcl:15 |
| 1209 | #, tcl-format |
| 1210 | msgid "%s (%s): Rename Branch" |
| 1211 | msgstr "%s (%s): Branch umbenennen" |
| 1212 | |
| 1213 | #: lib/branch_rename.tcl:23 |
| 1214 | msgid "Rename Branch" |
| 1215 | msgstr "Branch umbenennen" |
| 1216 | |
| 1217 | #: lib/branch_rename.tcl:28 |
| 1218 | msgid "Rename" |
| 1219 | msgstr "Umbenennen" |
| 1220 | |
| 1221 | #: lib/branch_rename.tcl:38 |
| 1222 | msgid "Branch:" |
| 1223 | msgstr "Branch:" |
| 1224 | |
| 1225 | #: lib/branch_rename.tcl:46 |
| 1226 | msgid "New Name:" |
| 1227 | msgstr "Neuer Name:" |
| 1228 | |
| 1229 | #: lib/branch_rename.tcl:81 |
| 1230 | msgid "Please select a branch to rename." |
| 1231 | msgstr "Bitte wählen Sie einen Branch zum umbenennen." |
| 1232 | |
| 1233 | #: lib/branch_rename.tcl:92 lib/branch_create.tcl:154 |
| 1234 | msgid "Please supply a branch name." |
| 1235 | msgstr "Bitte geben Sie einen Branchnamen an." |
| 1236 | |
| 1237 | #: lib/branch_rename.tcl:112 lib/branch_create.tcl:165 |
| 1238 | #, tcl-format |
| 1239 | msgid "'%s' is not an acceptable branch name." |
| 1240 | msgstr "»%s« ist kein zulässiger Branchname." |
| 1241 | |
| 1242 | #: lib/branch_rename.tcl:123 |
| 1243 | #, tcl-format |
| 1244 | msgid "Failed to rename '%s'." |
| 1245 | msgstr "Fehler beim Umbenennen von »%s«." |
| 1246 | |
| 1247 | #: lib/choose_font.tcl:41 |
| 1248 | msgid "Select" |
| 1249 | msgstr "Auswählen" |
| 1250 | |
| 1251 | #: lib/choose_font.tcl:55 |
| 1252 | msgid "Font Family" |
| 1253 | msgstr "Schriftfamilie" |
| 1254 | |
| 1255 | #: lib/choose_font.tcl:76 |
| 1256 | msgid "Font Size" |
| 1257 | msgstr "Schriftgröße" |
| 1258 | |
| 1259 | #: lib/choose_font.tcl:93 |
| 1260 | msgid "Font Example" |
| 1261 | msgstr "Schriftbeispiel" |
| 1262 | |
| 1263 | #: lib/choose_font.tcl:105 |
| 1264 | msgid "" |
| 1265 | "This is example text.\n" |
| 1266 | "If you like this text, it can be your font." |
| 1267 | msgstr "" |
| 1268 | "Dies ist ein Beispieltext.\n" |
| 1269 | "Wenn Ihnen dieser Text gefällt, sollten Sie diese Schriftart wählen." |
| 1270 | |
| 1271 | #: lib/option.tcl:11 |
| 1272 | #, tcl-format |
| 1273 | msgid "Invalid global encoding '%s'" |
| 1274 | msgstr "Ungültige globale Zeichenkodierung »%s«" |
| 1275 | |
| 1276 | #: lib/option.tcl:19 |
| 1277 | #, tcl-format |
| 1278 | msgid "Invalid repo encoding '%s'" |
| 1279 | msgstr "Ungültige Repository-Zeichenkodierung »%s«" |
| 1280 | |
| 1281 | #: lib/option.tcl:119 |
| 1282 | msgid "Restore Defaults" |
| 1283 | msgstr "Voreinstellungen wiederherstellen" |
| 1284 | |
| 1285 | #: lib/option.tcl:123 |
| 1286 | msgid "Save" |
| 1287 | msgstr "Speichern" |
| 1288 | |
| 1289 | #: lib/option.tcl:133 |
| 1290 | #, tcl-format |
| 1291 | msgid "%s Repository" |
| 1292 | msgstr "%s Repository" |
| 1293 | |
| 1294 | #: lib/option.tcl:134 |
| 1295 | msgid "Global (All Repositories)" |
| 1296 | msgstr "Global (Alle Repositories)" |
| 1297 | |
| 1298 | #: lib/option.tcl:140 |
| 1299 | msgid "User Name" |
| 1300 | msgstr "Benutzername" |
| 1301 | |
| 1302 | #: lib/option.tcl:141 |
| 1303 | msgid "Email Address" |
| 1304 | msgstr "E-Mail-Adresse" |
| 1305 | |
| 1306 | #: lib/option.tcl:143 |
| 1307 | msgid "Summarize Merge Commits" |
| 1308 | msgstr "Zusammenführungs-Commits zusammenfassen" |
| 1309 | |
| 1310 | #: lib/option.tcl:144 |
| 1311 | msgid "Merge Verbosity" |
| 1312 | msgstr "Ausführlichkeit der Zusammenführen-Meldungen" |
| 1313 | |
| 1314 | #: lib/option.tcl:145 |
| 1315 | msgid "Show Diffstat After Merge" |
| 1316 | msgstr "Vergleichsstatistik nach Zusammenführen anzeigen" |
| 1317 | |
| 1318 | #: lib/option.tcl:146 |
| 1319 | msgid "Use Merge Tool" |
| 1320 | msgstr "Zusammenführungswerkzeug" |
| 1321 | |
| 1322 | #: lib/option.tcl:148 |
| 1323 | msgid "Trust File Modification Timestamps" |
| 1324 | msgstr "Auf Dateiänderungsdatum verlassen" |
| 1325 | |
| 1326 | #: lib/option.tcl:149 |
| 1327 | msgid "Prune Tracking Branches During Fetch" |
| 1328 | msgstr "Veraltete Trackingbranches entfernen während Anforderung" |
| 1329 | |
| 1330 | #: lib/option.tcl:150 |
| 1331 | msgid "Match Tracking Branches" |
| 1332 | msgstr "Neue Branches automatisch als Trackingbranch" |
| 1333 | |
| 1334 | #: lib/option.tcl:151 |
| 1335 | msgid "Use Textconv For Diffs and Blames" |
| 1336 | msgstr "Benutze »textconv« für Vergleich und Annotieren" |
| 1337 | |
| 1338 | #: lib/option.tcl:152 |
| 1339 | msgid "Blame Copy Only On Changed Files" |
| 1340 | msgstr "Kopie-Annotieren nur bei geänderten Dateien" |
| 1341 | |
| 1342 | #: lib/option.tcl:153 |
| 1343 | msgid "Maximum Length of Recent Repositories List" |
| 1344 | msgstr "Anzahl Einträge in »Letzte Repositories«" |
| 1345 | |
| 1346 | #: lib/option.tcl:154 |
| 1347 | msgid "Minimum Letters To Blame Copy On" |
| 1348 | msgstr "Mindestzahl Zeichen für Kopie-Annotieren" |
| 1349 | |
| 1350 | #: lib/option.tcl:155 |
| 1351 | msgid "Blame History Context Radius (days)" |
| 1352 | msgstr "Anzahl Tage für Annotieren-Historien-Kontext" |
| 1353 | |
| 1354 | #: lib/option.tcl:156 |
| 1355 | msgid "Number of Diff Context Lines" |
| 1356 | msgstr "Anzahl der Kontextzeilen beim Vergleich" |
| 1357 | |
| 1358 | #: lib/option.tcl:157 |
| 1359 | msgid "Additional Diff Parameters" |
| 1360 | msgstr "Zusätzliche Vergleich-/diff-Parameter" |
| 1361 | |
| 1362 | #: lib/option.tcl:158 |
| 1363 | msgid "Commit Message Text Width" |
| 1364 | msgstr "Textbreite der Commit-Beschreibung" |
| 1365 | |
| 1366 | #: lib/option.tcl:159 |
| 1367 | msgid "New Branch Name Template" |
| 1368 | msgstr "Namensvorlage für neue Branches" |
| 1369 | |
| 1370 | #: lib/option.tcl:160 |
| 1371 | msgid "Default File Contents Encoding" |
| 1372 | msgstr "Voreingestellte Zeichenkodierung" |
| 1373 | |
| 1374 | #: lib/option.tcl:161 |
| 1375 | msgid "Warn before committing to a detached head" |
| 1376 | msgstr "Warnen vor Committen auf losgelöste Branchspitze" |
| 1377 | |
| 1378 | #: lib/option.tcl:162 |
| 1379 | msgid "Staging of untracked files" |
| 1380 | msgstr "Unversionierte Dateien bereitstellen" |
| 1381 | |
| 1382 | #: lib/option.tcl:163 |
| 1383 | msgid "Show untracked files" |
| 1384 | msgstr "Unversionierte Dateien anzeigen" |
| 1385 | |
| 1386 | #: lib/option.tcl:164 |
| 1387 | msgid "Tab spacing" |
| 1388 | msgstr "Tabulator-Breite" |
| 1389 | |
| 1390 | #: lib/option.tcl:182 lib/option.tcl:197 lib/option.tcl:220 lib/option.tcl:282 |
| 1391 | #: lib/database.tcl:57 |
| 1392 | #, tcl-format |
| 1393 | msgid "%s:" |
| 1394 | msgstr "%s:" |
| 1395 | |
| 1396 | #: lib/option.tcl:210 |
| 1397 | msgid "Change" |
| 1398 | msgstr "Ändern" |
| 1399 | |
| 1400 | #: lib/option.tcl:254 |
| 1401 | msgid "Spelling Dictionary:" |
| 1402 | msgstr "Wörterbuch Rechtschreibprüfung:" |
| 1403 | |
| 1404 | #: lib/option.tcl:284 |
| 1405 | msgid "Change Font" |
| 1406 | msgstr "Schriftart ändern" |
| 1407 | |
| 1408 | #: lib/option.tcl:288 |
| 1409 | #, tcl-format |
| 1410 | msgid "Choose %s" |
| 1411 | msgstr "%s wählen" |
| 1412 | |
| 1413 | #: lib/option.tcl:294 |
| 1414 | msgid "pt." |
| 1415 | msgstr "pt." |
| 1416 | |
| 1417 | #: lib/option.tcl:308 |
| 1418 | msgid "Preferences" |
| 1419 | msgstr "Einstellungen" |
| 1420 | |
| 1421 | #: lib/option.tcl:345 |
| 1422 | msgid "Failed to completely save options:" |
| 1423 | msgstr "Optionen konnten nicht gespeichert werden:" |
| 1424 | |
| 1425 | #: lib/encoding.tcl:443 |
| 1426 | msgid "Default" |
| 1427 | msgstr "Voreinstellung" |
| 1428 | |
| 1429 | #: lib/encoding.tcl:448 |
| 1430 | #, tcl-format |
| 1431 | msgid "System (%s)" |
| 1432 | msgstr "Systemweit (%s)" |
| 1433 | |
| 1434 | #: lib/encoding.tcl:459 lib/encoding.tcl:465 |
| 1435 | msgid "Other" |
| 1436 | msgstr "Andere" |
| 1437 | |
| 1438 | #: lib/tools.tcl:76 |
| 1439 | #, tcl-format |
| 1440 | msgid "Running %s requires a selected file." |
| 1441 | msgstr "Um »%s« zu starten, muss eine Datei ausgewählt sein." |
| 1442 | |
| 1443 | #: lib/tools.tcl:92 |
| 1444 | #, tcl-format |
| 1445 | msgid "Are you sure you want to run %1$s on file \"%2$s\"?" |
| 1446 | msgstr "Wollen Sie %1$s wirklich auf Datei »%2$s« starten?" |
| 1447 | |
| 1448 | #: lib/tools.tcl:96 |
| 1449 | #, tcl-format |
| 1450 | msgid "Are you sure you want to run %s?" |
| 1451 | msgstr "Wollen Sie %s wirklich starten?" |
| 1452 | |
| 1453 | #: lib/tools.tcl:118 |
| 1454 | #, tcl-format |
| 1455 | msgid "Tool: %s" |
| 1456 | msgstr "Werkzeug: %s" |
| 1457 | |
| 1458 | #: lib/tools.tcl:119 |
| 1459 | #, tcl-format |
| 1460 | msgid "Running: %s" |
| 1461 | msgstr "Starten: %s" |
| 1462 | |
| 1463 | #: lib/tools.tcl:158 |
| 1464 | #, tcl-format |
| 1465 | msgid "Tool completed successfully: %s" |
| 1466 | msgstr "Werkzeug erfolgreich abgeschlossen: %s" |
| 1467 | |
| 1468 | #: lib/tools.tcl:160 |
| 1469 | #, tcl-format |
| 1470 | msgid "Tool failed: %s" |
| 1471 | msgstr "Werkzeug fehlgeschlagen: %s" |
| 1472 | |
| 1473 | #: lib/mergetool.tcl:8 |
| 1474 | msgid "Force resolution to the base version?" |
| 1475 | msgstr "Konflikt durch Basisversion ersetzen?" |
| 1476 | |
| 1477 | #: lib/mergetool.tcl:9 |
| 1478 | msgid "Force resolution to this branch?" |
| 1479 | msgstr "Konflikt durch diesen Branch ersetzen?" |
| 1480 | |
| 1481 | #: lib/mergetool.tcl:10 |
| 1482 | msgid "Force resolution to the other branch?" |
| 1483 | msgstr "Konflikt durch anderen Branch ersetzen?" |
| 1484 | |
| 1485 | #: lib/mergetool.tcl:14 |
| 1486 | #, tcl-format |
| 1487 | msgid "" |
| 1488 | "Note that the diff shows only conflicting changes.\n" |
| 1489 | "\n" |
| 1490 | "%s will be overwritten.\n" |
| 1491 | "\n" |
| 1492 | "This operation can be undone only by restarting the merge." |
| 1493 | msgstr "" |
| 1494 | "Hinweis: Der Vergleich zeigt nur konfliktverursachende Änderungen an.\n" |
| 1495 | "\n" |
| 1496 | "»%s« wird überschrieben.\n" |
| 1497 | "\n" |
| 1498 | "Diese Operation kann nur rückgängig gemacht werden, wenn die\n" |
| 1499 | "Zusammenführung erneut gestartet wird." |
| 1500 | |
| 1501 | #: lib/mergetool.tcl:45 |
| 1502 | #, tcl-format |
| 1503 | msgid "File %s seems to have unresolved conflicts, still stage?" |
| 1504 | msgstr "Datei »%s« hat nicht aufgelöste Konflikte. Trotzdem bereitstellen?" |
| 1505 | |
| 1506 | #: lib/mergetool.tcl:60 |
| 1507 | #, tcl-format |
| 1508 | msgid "Adding resolution for %s" |
| 1509 | msgstr "Auflösung hinzugefügt für %s" |
| 1510 | |
| 1511 | #: lib/mergetool.tcl:141 |
| 1512 | msgid "Cannot resolve deletion or link conflicts using a tool" |
| 1513 | msgstr "" |
| 1514 | "Konflikte durch gelöschte Dateien oder symbolische Links können nicht durch " |
| 1515 | "das Zusamenführungswerkzeug gelöst werden." |
| 1516 | |
| 1517 | #: lib/mergetool.tcl:146 |
| 1518 | msgid "Conflict file does not exist" |
| 1519 | msgstr "Konflikt-Datei existiert nicht" |
| 1520 | |
| 1521 | #: lib/mergetool.tcl:246 |
| 1522 | #, tcl-format |
| 1523 | msgid "Not a GUI merge tool: '%s'" |
| 1524 | msgstr "Kein GUI Zusammenführungswerkzeug: »%s«" |
| 1525 | |
| 1526 | #: lib/mergetool.tcl:275 |
| 1527 | #, tcl-format |
| 1528 | msgid "Unsupported merge tool '%s'" |
| 1529 | msgstr "Unbekanntes Zusammenführungswerkzeug: »%s«" |
| 1530 | |
| 1531 | #: lib/mergetool.tcl:310 |
| 1532 | msgid "Merge tool is already running, terminate it?" |
| 1533 | msgstr "Zusammenführungswerkzeug läuft bereits. Soll es abgebrochen werden?" |
| 1534 | |
| 1535 | #: lib/mergetool.tcl:330 |
| 1536 | #, tcl-format |
| 1537 | msgid "" |
| 1538 | "Error retrieving versions:\n" |
| 1539 | "%s" |
| 1540 | msgstr "" |
| 1541 | "Fehler beim Abrufen der Dateiversionen:\n" |
| 1542 | "%s" |
| 1543 | |
| 1544 | #: lib/mergetool.tcl:350 |
| 1545 | #, tcl-format |
| 1546 | msgid "" |
| 1547 | "Could not start the merge tool:\n" |
| 1548 | "\n" |
| 1549 | "%s" |
| 1550 | msgstr "" |
| 1551 | "Zusammenführungswerkzeug konnte nicht gestartet werden:\n" |
| 1552 | "\n" |
| 1553 | "%s" |
| 1554 | |
| 1555 | #: lib/mergetool.tcl:354 |
| 1556 | msgid "Running merge tool..." |
| 1557 | msgstr "Zusammenführungswerkzeug starten..." |
| 1558 | |
| 1559 | #: lib/mergetool.tcl:382 lib/mergetool.tcl:390 |
| 1560 | msgid "Merge tool failed." |
| 1561 | msgstr "Zusammenführungswerkzeug fehlgeschlagen." |
| 1562 | |
| 1563 | #: lib/tools_dlg.tcl:22 |
| 1564 | #, tcl-format |
| 1565 | msgid "%s (%s): Add Tool" |
| 1566 | msgstr "%s (%s): Werkzeug hinzufügen" |
| 1567 | |
| 1568 | #: lib/tools_dlg.tcl:28 |
| 1569 | msgid "Add New Tool Command" |
| 1570 | msgstr "Neues Kommando für Werkzeug hinzufügen" |
| 1571 | |
| 1572 | #: lib/tools_dlg.tcl:34 |
| 1573 | msgid "Add globally" |
| 1574 | msgstr "Global hinzufügen" |
| 1575 | |
| 1576 | #: lib/tools_dlg.tcl:46 |
| 1577 | msgid "Tool Details" |
| 1578 | msgstr "Einzelheiten des Werkzeugs" |
| 1579 | |
| 1580 | #: lib/tools_dlg.tcl:49 |
| 1581 | msgid "Use '/' separators to create a submenu tree:" |
| 1582 | msgstr "Benutzen Sie einen Schrägstrich »/«, um Untermenüs zu erstellen:" |
| 1583 | |
| 1584 | #: lib/tools_dlg.tcl:60 |
| 1585 | msgid "Command:" |
| 1586 | msgstr "Kommando:" |
| 1587 | |
| 1588 | #: lib/tools_dlg.tcl:71 |
| 1589 | msgid "Show a dialog before running" |
| 1590 | msgstr "Bestätigungsfrage vor Starten anzeigen" |
| 1591 | |
| 1592 | #: lib/tools_dlg.tcl:77 |
| 1593 | msgid "Ask the user to select a revision (sets $REVISION)" |
| 1594 | msgstr "Benutzer nach Version fragen (setzt $REVISION)" |
| 1595 | |
| 1596 | #: lib/tools_dlg.tcl:82 |
| 1597 | msgid "Ask the user for additional arguments (sets $ARGS)" |
| 1598 | msgstr "Benutzer nach zusätzlichen Argumenten fragen (setzt $ARGS)" |
| 1599 | |
| 1600 | #: lib/tools_dlg.tcl:89 |
| 1601 | msgid "Don't show the command output window" |
| 1602 | msgstr "Kein Ausgabefenster zeigen" |
| 1603 | |
| 1604 | #: lib/tools_dlg.tcl:94 |
| 1605 | msgid "Run only if a diff is selected ($FILENAME not empty)" |
| 1606 | msgstr "Nur starten, wenn ein Vergleich gewählt ist ($FILENAME ist nicht leer)" |
| 1607 | |
| 1608 | #: lib/tools_dlg.tcl:118 |
| 1609 | msgid "Please supply a name for the tool." |
| 1610 | msgstr "Bitte geben Sie einen Werkzeugnamen an." |
| 1611 | |
| 1612 | #: lib/tools_dlg.tcl:126 |
| 1613 | #, tcl-format |
| 1614 | msgid "Tool '%s' already exists." |
| 1615 | msgstr "Werkzeug »%s« existiert bereits." |
| 1616 | |
| 1617 | #: lib/tools_dlg.tcl:148 |
| 1618 | #, tcl-format |
| 1619 | msgid "" |
| 1620 | "Could not add tool:\n" |
| 1621 | "%s" |
| 1622 | msgstr "" |
| 1623 | "Werkzeug konnte nicht hinzugefügt werden:\n" |
| 1624 | "\n" |
| 1625 | "%s" |
| 1626 | |
| 1627 | #: lib/tools_dlg.tcl:187 |
| 1628 | #, tcl-format |
| 1629 | msgid "%s (%s): Remove Tool" |
| 1630 | msgstr "%s (%s): Werkzeug entfernen" |
| 1631 | |
| 1632 | #: lib/tools_dlg.tcl:193 |
| 1633 | msgid "Remove Tool Commands" |
| 1634 | msgstr "Werkzeugkommandos entfernen" |
| 1635 | |
| 1636 | #: lib/tools_dlg.tcl:198 |
| 1637 | msgid "Remove" |
| 1638 | msgstr "Entfernen" |
| 1639 | |
| 1640 | #: lib/tools_dlg.tcl:231 |
| 1641 | msgid "(Blue denotes repository-local tools)" |
| 1642 | msgstr "(Werkzeuge für lokales Repository werden in Blau angezeigt)" |
| 1643 | |
| 1644 | #: lib/tools_dlg.tcl:283 |
| 1645 | #, tcl-format |
| 1646 | msgid "%s (%s):" |
| 1647 | msgstr "%s (%s):" |
| 1648 | |
| 1649 | #: lib/tools_dlg.tcl:292 |
| 1650 | #, tcl-format |
| 1651 | msgid "Run Command: %s" |
| 1652 | msgstr "Kommando aufrufen: %s" |
| 1653 | |
| 1654 | #: lib/tools_dlg.tcl:306 |
| 1655 | msgid "Arguments" |
| 1656 | msgstr "Argumente" |
| 1657 | |
| 1658 | #: lib/tools_dlg.tcl:341 |
| 1659 | msgid "OK" |
| 1660 | msgstr "Ok" |
| 1661 | |
| 1662 | #: lib/search.tcl:48 |
| 1663 | msgid "Find:" |
| 1664 | msgstr "Suchen:" |
| 1665 | |
| 1666 | #: lib/search.tcl:50 |
| 1667 | msgid "Next" |
| 1668 | msgstr "Nächster" |
| 1669 | |
| 1670 | #: lib/search.tcl:51 |
| 1671 | msgid "Prev" |
| 1672 | msgstr "Voriger" |
| 1673 | |
| 1674 | #: lib/search.tcl:52 |
| 1675 | msgid "RegExp" |
| 1676 | msgstr "RegAusdruck" |
| 1677 | |
| 1678 | #: lib/search.tcl:54 |
| 1679 | msgid "Case" |
| 1680 | msgstr "Groß/klein" |
| 1681 | |
| 1682 | #: lib/shortcut.tcl:8 lib/shortcut.tcl:43 lib/shortcut.tcl:75 |
| 1683 | #, tcl-format |
| 1684 | msgid "%s (%s): Create Desktop Icon" |
| 1685 | msgstr "%s (%s): Desktop-Icon erstellen" |
| 1686 | |
| 1687 | #: lib/shortcut.tcl:24 lib/shortcut.tcl:65 |
| 1688 | msgid "Cannot write shortcut:" |
| 1689 | msgstr "Fehler beim Schreiben der Verknüpfung:" |
| 1690 | |
| 1691 | #: lib/shortcut.tcl:140 |
| 1692 | msgid "Cannot write icon:" |
| 1693 | msgstr "Fehler beim Erstellen des Icons:" |
| 1694 | |
| 1695 | #: lib/remote_branch_delete.tcl:29 |
| 1696 | #, tcl-format |
| 1697 | msgid "%s (%s): Delete Branch Remotely" |
| 1698 | msgstr "%s (%s): Branch in externem Repository löschen" |
| 1699 | |
| 1700 | #: lib/remote_branch_delete.tcl:34 |
| 1701 | msgid "Delete Branch Remotely" |
| 1702 | msgstr "Branch in externem Repository löschen" |
| 1703 | |
| 1704 | #: lib/remote_branch_delete.tcl:48 |
| 1705 | msgid "From Repository" |
| 1706 | msgstr "In Repository" |
| 1707 | |
| 1708 | #: lib/remote_branch_delete.tcl:88 |
| 1709 | msgid "Branches" |
| 1710 | msgstr "Branches" |
| 1711 | |
| 1712 | #: lib/remote_branch_delete.tcl:110 |
| 1713 | msgid "Delete Only If" |
| 1714 | msgstr "Nur löschen, wenn" |
| 1715 | |
| 1716 | #: lib/remote_branch_delete.tcl:112 |
| 1717 | msgid "Merged Into:" |
| 1718 | msgstr "Zusammengeführt mit:" |
| 1719 | |
| 1720 | #: lib/remote_branch_delete.tcl:120 lib/branch_delete.tcl:53 |
| 1721 | msgid "Always (Do not perform merge checks)" |
| 1722 | msgstr "Immer (Keine Zusammenführungsprüfung)" |
| 1723 | |
| 1724 | #: lib/remote_branch_delete.tcl:153 |
| 1725 | msgid "A branch is required for 'Merged Into'." |
| 1726 | msgstr "Für »Zusammenführen mit« muss ein Branch angegeben werden." |
| 1727 | |
| 1728 | #: lib/remote_branch_delete.tcl:185 |
| 1729 | #, tcl-format |
| 1730 | msgid "" |
| 1731 | "The following branches are not completely merged into %s:\n" |
| 1732 | "\n" |
| 1733 | " - %s" |
| 1734 | msgstr "" |
| 1735 | "Folgende Branches sind noch nicht mit »%s« zusammengeführt:\n" |
| 1736 | "\n" |
| 1737 | " - %s" |
| 1738 | |
| 1739 | #: lib/remote_branch_delete.tcl:190 |
| 1740 | #, tcl-format |
| 1741 | msgid "" |
| 1742 | "One or more of the merge tests failed because you have not fetched the " |
| 1743 | "necessary commits. Try fetching from %s first." |
| 1744 | msgstr "" |
| 1745 | "Ein oder mehrere Zusammenführungen sind fehlgeschlagen, da Sie nicht die " |
| 1746 | "notwendigen Commits vorher angefordert haben. Sie sollten versuchen, zuerst " |
| 1747 | "von »%s« anzufordern." |
| 1748 | |
| 1749 | #: lib/remote_branch_delete.tcl:208 |
| 1750 | msgid "Please select one or more branches to delete." |
| 1751 | msgstr "Bitte wählen Sie mindestens einen Branch, der gelöscht werden soll." |
| 1752 | |
| 1753 | #: lib/remote_branch_delete.tcl:218 lib/branch_delete.tcl:115 |
| 1754 | msgid "" |
| 1755 | "Recovering deleted branches is difficult.\n" |
| 1756 | "\n" |
| 1757 | "Delete the selected branches?" |
| 1758 | msgstr "" |
| 1759 | "Das Wiederherstellen von gelöschten Branches ist nur mit größerem Aufwand " |
| 1760 | "möglich.\n" |
| 1761 | "\n" |
| 1762 | "Sollen die ausgewählten Branches gelöscht werden?" |
| 1763 | |
| 1764 | #: lib/remote_branch_delete.tcl:227 |
| 1765 | #, tcl-format |
| 1766 | msgid "Deleting branches from %s" |
| 1767 | msgstr "Branches auf »%s« werden gelöscht" |
| 1768 | |
| 1769 | #: lib/remote_branch_delete.tcl:300 |
| 1770 | msgid "No repository selected." |
| 1771 | msgstr "Kein Repository ausgewählt." |
| 1772 | |
| 1773 | #: lib/remote_branch_delete.tcl:305 |
| 1774 | #, tcl-format |
| 1775 | msgid "Scanning %s..." |
| 1776 | msgstr "»%s« laden..." |
| 1777 | |
| 1778 | #: lib/choose_repository.tcl:45 |
| 1779 | msgid "Git Gui" |
| 1780 | msgstr "Git Gui" |
| 1781 | |
| 1782 | #: lib/choose_repository.tcl:104 lib/choose_repository.tcl:427 |
| 1783 | msgid "Create New Repository" |
| 1784 | msgstr "Repository neu erstellen" |
| 1785 | |
| 1786 | #: lib/choose_repository.tcl:110 |
| 1787 | msgid "New..." |
| 1788 | msgstr "Neu..." |
| 1789 | |
| 1790 | #: lib/choose_repository.tcl:117 lib/choose_repository.tcl:511 |
| 1791 | msgid "Clone Existing Repository" |
| 1792 | msgstr "Repository klonen" |
| 1793 | |
| 1794 | #: lib/choose_repository.tcl:128 |
| 1795 | msgid "Clone..." |
| 1796 | msgstr "Klonen..." |
| 1797 | |
| 1798 | #: lib/choose_repository.tcl:135 lib/choose_repository.tcl:1105 |
| 1799 | msgid "Open Existing Repository" |
| 1800 | msgstr "Repository öffnen" |
| 1801 | |
| 1802 | #: lib/choose_repository.tcl:141 |
| 1803 | msgid "Open..." |
| 1804 | msgstr "Öffnen..." |
| 1805 | |
| 1806 | #: lib/choose_repository.tcl:154 |
| 1807 | msgid "Recent Repositories" |
| 1808 | msgstr "Letzte Repositories" |
| 1809 | |
| 1810 | #: lib/choose_repository.tcl:164 |
| 1811 | msgid "Open Recent Repository:" |
| 1812 | msgstr "Zuletzt benutztes Repository öffnen:" |
| 1813 | |
| 1814 | #: lib/choose_repository.tcl:331 lib/choose_repository.tcl:338 |
| 1815 | #: lib/choose_repository.tcl:345 |
| 1816 | #, tcl-format |
| 1817 | msgid "Failed to create repository %s:" |
| 1818 | msgstr "Repository »%s« konnte nicht erstellt werden:" |
| 1819 | |
| 1820 | #: lib/choose_repository.tcl:422 lib/branch_create.tcl:33 |
| 1821 | msgid "Create" |
| 1822 | msgstr "Erstellen" |
| 1823 | |
| 1824 | #: lib/choose_repository.tcl:432 |
| 1825 | msgid "Directory:" |
| 1826 | msgstr "Verzeichnis:" |
| 1827 | |
| 1828 | #: lib/choose_repository.tcl:462 lib/choose_repository.tcl:588 |
| 1829 | #: lib/choose_repository.tcl:1139 |
| 1830 | msgid "Git Repository" |
| 1831 | msgstr "Git Repository" |
| 1832 | |
| 1833 | #: lib/choose_repository.tcl:487 |
| 1834 | #, tcl-format |
| 1835 | msgid "Directory %s already exists." |
| 1836 | msgstr "Verzeichnis »%s« existiert bereits." |
| 1837 | |
| 1838 | #: lib/choose_repository.tcl:491 |
| 1839 | #, tcl-format |
| 1840 | msgid "File %s already exists." |
| 1841 | msgstr "Datei »%s« existiert bereits." |
| 1842 | |
| 1843 | #: lib/choose_repository.tcl:506 |
| 1844 | msgid "Clone" |
| 1845 | msgstr "Klonen" |
| 1846 | |
| 1847 | #: lib/choose_repository.tcl:519 |
| 1848 | msgid "Source Location:" |
| 1849 | msgstr "Herkunfts-Adresse:" |
| 1850 | |
| 1851 | #: lib/choose_repository.tcl:528 |
| 1852 | msgid "Target Directory:" |
| 1853 | msgstr "Zielverzeichnis:" |
| 1854 | |
| 1855 | #: lib/choose_repository.tcl:538 |
| 1856 | msgid "Clone Type:" |
| 1857 | msgstr "Art des Klonens:" |
| 1858 | |
| 1859 | #: lib/choose_repository.tcl:543 |
| 1860 | msgid "Standard (Fast, Semi-Redundant, Hardlinks)" |
| 1861 | msgstr "Standard (schnell, teilweise redundant, Hardlinks)" |
| 1862 | |
| 1863 | #: lib/choose_repository.tcl:548 |
| 1864 | msgid "Full Copy (Slower, Redundant Backup)" |
| 1865 | msgstr "Alles kopieren (langsamer, volle Redundanz)" |
| 1866 | |
| 1867 | #: lib/choose_repository.tcl:553 |
| 1868 | msgid "Shared (Fastest, Not Recommended, No Backup)" |
| 1869 | msgstr "Verknüpft (schnell, nicht empfohlen, kein Backup)" |
| 1870 | |
| 1871 | #: lib/choose_repository.tcl:560 |
| 1872 | msgid "Recursively clone submodules too" |
| 1873 | msgstr "Rekursiv weitere Submodule klonen" |
| 1874 | |
| 1875 | #: lib/choose_repository.tcl:594 lib/choose_repository.tcl:641 |
| 1876 | #: lib/choose_repository.tcl:790 lib/choose_repository.tcl:864 |
| 1877 | #: lib/choose_repository.tcl:1145 lib/choose_repository.tcl:1153 |
| 1878 | #, tcl-format |
| 1879 | msgid "Not a Git repository: %s" |
| 1880 | msgstr "Kein Git-Repository: %s" |
| 1881 | |
| 1882 | #: lib/choose_repository.tcl:630 |
| 1883 | msgid "Standard only available for local repository." |
| 1884 | msgstr "Standard ist nur für lokale Repositories verfügbar." |
| 1885 | |
| 1886 | #: lib/choose_repository.tcl:634 |
| 1887 | msgid "Shared only available for local repository." |
| 1888 | msgstr "Verknüpft ist nur für lokale Repositories verfügbar." |
| 1889 | |
| 1890 | #: lib/choose_repository.tcl:655 |
| 1891 | #, tcl-format |
| 1892 | msgid "Location %s already exists." |
| 1893 | msgstr "Adresse »%s« existiert bereits." |
| 1894 | |
| 1895 | #: lib/choose_repository.tcl:666 |
| 1896 | msgid "Failed to configure origin" |
| 1897 | msgstr "Der Ursprungsort konnte nicht eingerichtet werden" |
| 1898 | |
| 1899 | #: lib/choose_repository.tcl:678 |
| 1900 | msgid "Counting objects" |
| 1901 | msgstr "Objekte werden gezählt" |
| 1902 | |
| 1903 | #: lib/choose_repository.tcl:679 |
| 1904 | msgid "buckets" |
| 1905 | msgstr "Buckets" |
| 1906 | |
| 1907 | #: lib/choose_repository.tcl:703 |
| 1908 | #, tcl-format |
| 1909 | msgid "Unable to copy objects/info/alternates: %s" |
| 1910 | msgstr "Kopien von Objekten/Info/Alternates konnten nicht erstellt werden: %s" |
| 1911 | |
| 1912 | #: lib/choose_repository.tcl:740 |
| 1913 | #, tcl-format |
| 1914 | msgid "Nothing to clone from %s." |
| 1915 | msgstr "Von »%s« konnte nichts geklont werden." |
| 1916 | |
| 1917 | #: lib/choose_repository.tcl:742 lib/choose_repository.tcl:962 |
| 1918 | #: lib/choose_repository.tcl:974 |
| 1919 | msgid "The 'master' branch has not been initialized." |
| 1920 | msgstr "Der »master«-Branch wurde noch nicht initialisiert." |
| 1921 | |
| 1922 | #: lib/choose_repository.tcl:755 |
| 1923 | msgid "Hardlinks are unavailable. Falling back to copying." |
| 1924 | msgstr "Hardlinks nicht verfügbar. Stattdessen wird kopiert." |
| 1925 | |
| 1926 | #: lib/choose_repository.tcl:769 |
| 1927 | #, tcl-format |
| 1928 | msgid "Cloning from %s" |
| 1929 | msgstr "Kopieren von »%s«" |
| 1930 | |
| 1931 | #: lib/choose_repository.tcl:800 |
| 1932 | msgid "Copying objects" |
| 1933 | msgstr "Objektdatenbank kopieren" |
| 1934 | |
| 1935 | #: lib/choose_repository.tcl:801 |
| 1936 | msgid "KiB" |
| 1937 | msgstr "KB" |
| 1938 | |
| 1939 | #: lib/choose_repository.tcl:825 |
| 1940 | #, tcl-format |
| 1941 | msgid "Unable to copy object: %s" |
| 1942 | msgstr "Objekt kann nicht kopiert werden: %s" |
| 1943 | |
| 1944 | #: lib/choose_repository.tcl:837 |
| 1945 | msgid "Linking objects" |
| 1946 | msgstr "Objekte verlinken" |
| 1947 | |
| 1948 | #: lib/choose_repository.tcl:838 |
| 1949 | msgid "objects" |
| 1950 | msgstr "Objekte" |
| 1951 | |
| 1952 | #: lib/choose_repository.tcl:846 |
| 1953 | #, tcl-format |
| 1954 | msgid "Unable to hardlink object: %s" |
| 1955 | msgstr "Für Objekt konnte kein Hardlink erstellt werden: %s" |
| 1956 | |
| 1957 | #: lib/choose_repository.tcl:903 |
| 1958 | msgid "Cannot fetch branches and objects. See console output for details." |
| 1959 | msgstr "" |
| 1960 | "Branches und Objekte konnten nicht angefordert werden. Kontrollieren Sie " |
| 1961 | "die Ausgaben auf der Konsole für weitere Angaben." |
| 1962 | |
| 1963 | #: lib/choose_repository.tcl:914 |
| 1964 | msgid "Cannot fetch tags. See console output for details." |
| 1965 | msgstr "" |
| 1966 | "Tags konnten nicht angefordert werden. Kontrollieren Sie die Ausgaben auf " |
| 1967 | "der Konsole für weitere Angaben." |
| 1968 | |
| 1969 | #: lib/choose_repository.tcl:938 |
| 1970 | msgid "Cannot determine HEAD. See console output for details." |
| 1971 | msgstr "" |
| 1972 | "Die Branchspitze (HEAD) konnte nicht gefunden werden. Kontrollieren Sie die " |
| 1973 | "Ausgaben auf der Konsole für weitere Angaben." |
| 1974 | |
| 1975 | #: lib/choose_repository.tcl:947 |
| 1976 | #, tcl-format |
| 1977 | msgid "Unable to cleanup %s" |
| 1978 | msgstr "Verzeichnis »%s« kann nicht aufgeräumt werden." |
| 1979 | |
| 1980 | #: lib/choose_repository.tcl:953 |
| 1981 | msgid "Clone failed." |
| 1982 | msgstr "Klonen fehlgeschlagen." |
| 1983 | |
| 1984 | #: lib/choose_repository.tcl:960 |
| 1985 | msgid "No default branch obtained." |
| 1986 | msgstr "Kein voreingestellter Branch gefunden." |
| 1987 | |
| 1988 | #: lib/choose_repository.tcl:971 |
| 1989 | #, tcl-format |
| 1990 | msgid "Cannot resolve %s as a commit." |
| 1991 | msgstr "»%s« wurde nicht als Commit gefunden." |
| 1992 | |
| 1993 | #: lib/choose_repository.tcl:998 |
| 1994 | msgid "Creating working directory" |
| 1995 | msgstr "Arbeitskopie erstellen" |
| 1996 | |
| 1997 | #: lib/choose_repository.tcl:1028 |
| 1998 | msgid "Initial file checkout failed." |
| 1999 | msgstr "Erstellen der Arbeitskopie fehlgeschlagen." |
| 2000 | |
| 2001 | #: lib/choose_repository.tcl:1072 |
| 2002 | msgid "Cloning submodules" |
| 2003 | msgstr "Klone Submodul" |
| 2004 | |
| 2005 | #: lib/choose_repository.tcl:1087 |
| 2006 | msgid "Cannot clone submodules." |
| 2007 | msgstr "Submodul konnte nicht geklont werden." |
| 2008 | |
| 2009 | #: lib/choose_repository.tcl:1110 |
| 2010 | msgid "Repository:" |
| 2011 | msgstr "Repository:" |
| 2012 | |
| 2013 | #: lib/choose_repository.tcl:1159 |
| 2014 | #, tcl-format |
| 2015 | msgid "Failed to open repository %s:" |
| 2016 | msgstr "Repository »%s« konnte nicht geöffnet werden." |
| 2017 | |
| 2018 | #: lib/about.tcl:26 |
| 2019 | msgid "git-gui - a graphical user interface for Git." |
| 2020 | msgstr "git-gui - eine grafische Oberfläche für Git." |
| 2021 | |
| 2022 | #: lib/blame.tcl:74 |
| 2023 | #, tcl-format |
| 2024 | msgid "%s (%s): File Viewer" |
| 2025 | msgstr "%s (%s): Datei-Browser" |
| 2026 | |
| 2027 | #: lib/blame.tcl:80 |
| 2028 | msgid "Commit:" |
| 2029 | msgstr "Commit:" |
| 2030 | |
| 2031 | #: lib/blame.tcl:282 |
| 2032 | msgid "Copy Commit" |
| 2033 | msgstr "Commit kopieren" |
| 2034 | |
| 2035 | #: lib/blame.tcl:286 |
| 2036 | msgid "Find Text..." |
| 2037 | msgstr "Text suchen..." |
| 2038 | |
| 2039 | #: lib/blame.tcl:290 |
| 2040 | msgid "Goto Line..." |
| 2041 | msgstr "Gehe zu Zeile..." |
| 2042 | |
| 2043 | #: lib/blame.tcl:299 |
| 2044 | msgid "Do Full Copy Detection" |
| 2045 | msgstr "Volle Kopie-Erkennung" |
| 2046 | |
| 2047 | #: lib/blame.tcl:303 |
| 2048 | msgid "Show History Context" |
| 2049 | msgstr "Historien-Kontext anzeigen" |
| 2050 | |
| 2051 | #: lib/blame.tcl:306 |
| 2052 | msgid "Blame Parent Commit" |
| 2053 | msgstr "Elterncommit annotieren" |
| 2054 | |
| 2055 | #: lib/blame.tcl:468 |
| 2056 | #, tcl-format |
| 2057 | msgid "Reading %s..." |
| 2058 | msgstr "%s lesen..." |
| 2059 | |
| 2060 | #: lib/blame.tcl:596 |
| 2061 | msgid "Loading copy/move tracking annotations..." |
| 2062 | msgstr "Annotierungen für Kopieren/Verschieben werden geladen..." |
| 2063 | |
| 2064 | #: lib/blame.tcl:613 |
| 2065 | msgid "lines annotated" |
| 2066 | msgstr "Zeilen annotiert" |
| 2067 | |
| 2068 | #: lib/blame.tcl:815 |
| 2069 | msgid "Loading original location annotations..." |
| 2070 | msgstr "Annotierungen für ursprünglichen Ort werden geladen..." |
| 2071 | |
| 2072 | #: lib/blame.tcl:818 |
| 2073 | msgid "Annotation complete." |
| 2074 | msgstr "Annotierung vollständig." |
| 2075 | |
| 2076 | #: lib/blame.tcl:849 |
| 2077 | msgid "Busy" |
| 2078 | msgstr "Verarbeitung läuft" |
| 2079 | |
| 2080 | #: lib/blame.tcl:850 |
| 2081 | msgid "Annotation process is already running." |
| 2082 | msgstr "Annotierung läuft bereits." |
| 2083 | |
| 2084 | #: lib/blame.tcl:889 |
| 2085 | msgid "Running thorough copy detection..." |
| 2086 | msgstr "Intensive Kopie-Erkennung läuft..." |
| 2087 | |
| 2088 | #: lib/blame.tcl:957 |
| 2089 | msgid "Loading annotation..." |
| 2090 | msgstr "Annotierung laden..." |
| 2091 | |
| 2092 | #: lib/blame.tcl:1010 |
| 2093 | msgid "Author:" |
| 2094 | msgstr "Autor:" |
| 2095 | |
| 2096 | #: lib/blame.tcl:1014 |
| 2097 | msgid "Committer:" |
| 2098 | msgstr "Committer:" |
| 2099 | |
| 2100 | #: lib/blame.tcl:1019 |
| 2101 | msgid "Original File:" |
| 2102 | msgstr "Ursprüngliche Datei:" |
| 2103 | |
| 2104 | #: lib/blame.tcl:1067 |
| 2105 | msgid "Cannot find HEAD commit:" |
| 2106 | msgstr "Branchspitze (»HEAD commit«) kann nicht gefunden werden:" |
| 2107 | |
| 2108 | #: lib/blame.tcl:1122 |
| 2109 | msgid "Cannot find parent commit:" |
| 2110 | msgstr "Elterncommit kann nicht gefunden werden:" |
| 2111 | |
| 2112 | #: lib/blame.tcl:1137 |
| 2113 | msgid "Unable to display parent" |
| 2114 | msgstr "Elterncommit kann nicht angezeigt werden" |
| 2115 | |
| 2116 | #: lib/blame.tcl:1138 lib/diff.tcl:345 |
| 2117 | msgid "Error loading diff:" |
| 2118 | msgstr "Fehler beim Laden des Vergleichs:" |
| 2119 | |
| 2120 | #: lib/blame.tcl:1279 |
| 2121 | msgid "Originally By:" |
| 2122 | msgstr "Ursprünglich von:" |
| 2123 | |
| 2124 | #: lib/blame.tcl:1285 |
| 2125 | msgid "In File:" |
| 2126 | msgstr "In Datei:" |
| 2127 | |
| 2128 | #: lib/blame.tcl:1290 |
| 2129 | msgid "Copied Or Moved Here By:" |
| 2130 | msgstr "Kopiert oder verschoben durch:" |
| 2131 | |
| 2132 | #: lib/diff.tcl:77 |
| 2133 | #, tcl-format |
| 2134 | msgid "" |
| 2135 | "No differences detected.\n" |
| 2136 | "\n" |
| 2137 | "%s has no changes.\n" |
| 2138 | "\n" |
| 2139 | "The modification date of this file was updated by another application, but " |
| 2140 | "the content within the file was not changed.\n" |
| 2141 | "\n" |
| 2142 | "A rescan will be automatically started to find other files which may have " |
| 2143 | "the same state." |
| 2144 | msgstr "" |
| 2145 | "Keine Änderungen feststellbar.\n" |
| 2146 | "\n" |
| 2147 | "»%s« enthält keine Änderungen. Zwar wurde das Änderungsdatum dieser Datei " |
| 2148 | "von einem anderen Programm modifiziert, aber der Inhalt der Datei ist " |
| 2149 | "unverändert.\n" |
| 2150 | "\n" |
| 2151 | "Das Arbeitsverzeichnis wird jetzt neu geladen, um diese Änderung bei allen " |
| 2152 | "Dateien zu prüfen." |
| 2153 | |
| 2154 | #: lib/diff.tcl:117 |
| 2155 | #, tcl-format |
| 2156 | msgid "Loading diff of %s..." |
| 2157 | msgstr "Vergleich von »%s« laden..." |
| 2158 | |
| 2159 | #: lib/diff.tcl:143 |
| 2160 | msgid "" |
| 2161 | "LOCAL: deleted\n" |
| 2162 | "REMOTE:\n" |
| 2163 | msgstr "" |
| 2164 | "LOKAL: gelöscht\n" |
| 2165 | "EXTERN:\n" |
| 2166 | |
| 2167 | #: lib/diff.tcl:148 |
| 2168 | msgid "" |
| 2169 | "REMOTE: deleted\n" |
| 2170 | "LOCAL:\n" |
| 2171 | msgstr "" |
| 2172 | "EXTERN: gelöscht\n" |
| 2173 | "LOKAL:\n" |
| 2174 | |
| 2175 | #: lib/diff.tcl:155 |
| 2176 | msgid "LOCAL:\n" |
| 2177 | msgstr "LOKAL:\n" |
| 2178 | |
| 2179 | #: lib/diff.tcl:158 |
| 2180 | msgid "REMOTE:\n" |
| 2181 | msgstr "EXTERN:\n" |
| 2182 | |
| 2183 | #: lib/diff.tcl:220 lib/diff.tcl:344 |
| 2184 | #, tcl-format |
| 2185 | msgid "Unable to display %s" |
| 2186 | msgstr "Datei »%s« kann nicht angezeigt werden" |
| 2187 | |
| 2188 | #: lib/diff.tcl:221 |
| 2189 | msgid "Error loading file:" |
| 2190 | msgstr "Fehler beim Laden der Datei:" |
| 2191 | |
| 2192 | #: lib/diff.tcl:227 |
| 2193 | msgid "Git Repository (subproject)" |
| 2194 | msgstr "Git-Repository (Subprojekt)" |
| 2195 | |
| 2196 | #: lib/diff.tcl:239 |
| 2197 | msgid "* Binary file (not showing content)." |
| 2198 | msgstr "* Binärdatei (Inhalt wird nicht angezeigt)" |
| 2199 | |
| 2200 | #: lib/diff.tcl:244 |
| 2201 | #, tcl-format |
| 2202 | msgid "" |
| 2203 | "* Untracked file is %d bytes.\n" |
| 2204 | "* Showing only first %d bytes.\n" |
| 2205 | msgstr "" |
| 2206 | "* Unversionierte Datei hat %d Bytes.\n" |
| 2207 | "* Nur erste %d Bytes werden angezeigt.\n" |
| 2208 | |
| 2209 | #: lib/diff.tcl:250 |
| 2210 | #, tcl-format |
| 2211 | msgid "" |
| 2212 | "\n" |
| 2213 | "* Untracked file clipped here by %s.\n" |
| 2214 | "* To see the entire file, use an external editor.\n" |
| 2215 | msgstr "" |
| 2216 | "\n" |
| 2217 | "* Unversionierte Datei, hier abgeschnitten durch %s.\n" |
| 2218 | "* Zum Ansehen der vollständigen Datei externen Editor benutzen.\n" |
| 2219 | |
| 2220 | #: lib/diff.tcl:583 |
| 2221 | msgid "Failed to unstage selected hunk." |
| 2222 | msgstr "" |
| 2223 | "Fehler beim Herausnehmen des gewählten Patch-Blocks aus der Bereitstellung." |
| 2224 | |
| 2225 | #: lib/diff.tcl:591 |
| 2226 | msgid "Failed to revert selected hunk." |
| 2227 | msgstr "Fehler beim Zurücknehmen des gewählten Patch-Blocks." |
| 2228 | |
| 2229 | #: lib/diff.tcl:594 |
| 2230 | msgid "Failed to stage selected hunk." |
| 2231 | msgstr "Fehler beim Bereitstellen des gewählten Patch-Blocks." |
| 2232 | |
| 2233 | #: lib/diff.tcl:687 |
| 2234 | msgid "Failed to unstage selected line." |
| 2235 | msgstr "Fehler beim Herausnehmen der gewählten Zeile aus der Bereitstellung." |
| 2236 | |
| 2237 | #: lib/diff.tcl:696 |
| 2238 | msgid "Failed to revert selected line." |
| 2239 | msgstr "Fehler beim Zurücknehmen der gewählten Zeile." |
| 2240 | |
| 2241 | #: lib/diff.tcl:700 |
| 2242 | msgid "Failed to stage selected line." |
| 2243 | msgstr "Fehler beim Bereitstellen der gewählten Zeile." |
| 2244 | |
| 2245 | #: lib/diff.tcl:889 |
| 2246 | msgid "Failed to undo last revert." |
| 2247 | msgstr "Fehler beim Rückgängigmachen des letzten Zurücknehmen-Commits" |
| 2248 | |
| 2249 | #: lib/sshkey.tcl:34 |
| 2250 | msgid "No keys found." |
| 2251 | msgstr "Keine Schlüssel gefunden." |
| 2252 | |
| 2253 | #: lib/sshkey.tcl:37 |
| 2254 | #, tcl-format |
| 2255 | msgid "Found a public key in: %s" |
| 2256 | msgstr "Öffentlicher Schlüssel gefunden in: %s" |
| 2257 | |
| 2258 | #: lib/sshkey.tcl:43 |
| 2259 | msgid "Generate Key" |
| 2260 | msgstr "Schlüssel erzeugen" |
| 2261 | |
| 2262 | #: lib/sshkey.tcl:61 |
| 2263 | msgid "Copy To Clipboard" |
| 2264 | msgstr "In Zwischenablage kopieren" |
| 2265 | |
| 2266 | #: lib/sshkey.tcl:75 |
| 2267 | msgid "Your OpenSSH Public Key" |
| 2268 | msgstr "Ihr OpenSSH öffenlicher Schlüssel" |
| 2269 | |
| 2270 | #: lib/sshkey.tcl:83 |
| 2271 | msgid "Generating..." |
| 2272 | msgstr "Erzeugen..." |
| 2273 | |
| 2274 | #: lib/sshkey.tcl:89 |
| 2275 | #, tcl-format |
| 2276 | msgid "" |
| 2277 | "Could not start ssh-keygen:\n" |
| 2278 | "\n" |
| 2279 | "%s" |
| 2280 | msgstr "" |
| 2281 | "Konnte »ssh-keygen« nicht starten:\n" |
| 2282 | "\n" |
| 2283 | "%s" |
| 2284 | |
| 2285 | #: lib/sshkey.tcl:116 |
| 2286 | msgid "Generation failed." |
| 2287 | msgstr "Schlüsselerzeugung fehlgeschlagen." |
| 2288 | |
| 2289 | #: lib/sshkey.tcl:123 |
| 2290 | msgid "Generation succeeded, but no keys found." |
| 2291 | msgstr "Schlüsselerzeugung erfolgreich, aber keine Schlüssel gefunden." |
| 2292 | |
| 2293 | #: lib/sshkey.tcl:126 |
| 2294 | #, tcl-format |
| 2295 | msgid "Your key is in: %s" |
| 2296 | msgstr "Ihr Schlüssel ist abgelegt in: %s" |
| 2297 | |
| 2298 | #: lib/branch_create.tcl:23 |
| 2299 | #, tcl-format |
| 2300 | msgid "%s (%s): Create Branch" |
| 2301 | msgstr "%s (%s): Branch erstellen" |
| 2302 | |
| 2303 | #: lib/branch_create.tcl:28 |
| 2304 | msgid "Create New Branch" |
| 2305 | msgstr "Neuen Branch erstellen" |
| 2306 | |
| 2307 | #: lib/branch_create.tcl:42 |
| 2308 | msgid "Branch Name" |
| 2309 | msgstr "Branchname" |
| 2310 | |
| 2311 | #: lib/branch_create.tcl:57 |
| 2312 | msgid "Match Tracking Branch Name" |
| 2313 | msgstr "Passend zu Trackingbranch-Name" |
| 2314 | |
| 2315 | #: lib/branch_create.tcl:66 |
| 2316 | msgid "Starting Revision" |
| 2317 | msgstr "Anfangsversion" |
| 2318 | |
| 2319 | #: lib/branch_create.tcl:72 |
| 2320 | msgid "Update Existing Branch:" |
| 2321 | msgstr "Existierenden Branch aktualisieren:" |
| 2322 | |
| 2323 | #: lib/branch_create.tcl:75 |
| 2324 | msgid "No" |
| 2325 | msgstr "Nein" |
| 2326 | |
| 2327 | #: lib/branch_create.tcl:80 |
| 2328 | msgid "Fast Forward Only" |
| 2329 | msgstr "Nur Vorspulen" |
| 2330 | |
| 2331 | #: lib/branch_create.tcl:97 |
| 2332 | msgid "Checkout After Creation" |
| 2333 | msgstr "Branch auschecken nach Erstellen" |
| 2334 | |
| 2335 | #: lib/branch_create.tcl:132 |
| 2336 | msgid "Please select a tracking branch." |
| 2337 | msgstr "Bitte wählen Sie einen Trackingbranch." |
| 2338 | |
| 2339 | #: lib/branch_create.tcl:141 |
| 2340 | #, tcl-format |
| 2341 | msgid "Tracking branch %s is not a branch in the remote repository." |
| 2342 | msgstr "Trackingbranch »%s« ist kein Branch im externen Repository." |
| 2343 | |
| 2344 | #: lib/console.tcl:59 |
| 2345 | msgid "Working... please wait..." |
| 2346 | msgstr "Verarbeitung. Bitte warten..." |
| 2347 | |
| 2348 | #: lib/console.tcl:186 |
| 2349 | msgid "Success" |
| 2350 | msgstr "Erfolgreich" |
| 2351 | |
| 2352 | #: lib/console.tcl:200 |
| 2353 | msgid "Error: Command Failed" |
| 2354 | msgstr "Fehler: Kommando fehlgeschlagen" |
| 2355 | |
| 2356 | #: lib/line.tcl:17 |
| 2357 | msgid "Goto Line:" |
| 2358 | msgstr "Gehe zu Zeile:" |
| 2359 | |
| 2360 | #: lib/line.tcl:23 |
| 2361 | msgid "Go" |
| 2362 | msgstr "Gehe" |
| 2363 | |
| 2364 | #: lib/choose_rev.tcl:52 |
| 2365 | msgid "This Detached Checkout" |
| 2366 | msgstr "Losgelöste Arbeitskopie-Version" |
| 2367 | |
| 2368 | #: lib/choose_rev.tcl:60 |
| 2369 | msgid "Revision Expression:" |
| 2370 | msgstr "Version Regex-Ausdruck:" |
| 2371 | |
| 2372 | #: lib/choose_rev.tcl:72 |
| 2373 | msgid "Local Branch" |
| 2374 | msgstr "Lokaler Branch" |
| 2375 | |
| 2376 | #: lib/choose_rev.tcl:77 |
| 2377 | msgid "Tracking Branch" |
| 2378 | msgstr "Trackingbranch" |
| 2379 | |
| 2380 | #: lib/choose_rev.tcl:82 lib/choose_rev.tcl:544 |
| 2381 | msgid "Tag" |
| 2382 | msgstr "Tag" |
| 2383 | |
| 2384 | #: lib/choose_rev.tcl:321 |
| 2385 | #, tcl-format |
| 2386 | msgid "Invalid revision: %s" |
| 2387 | msgstr "Ungültige Version: %s" |
| 2388 | |
| 2389 | #: lib/choose_rev.tcl:342 |
| 2390 | msgid "No revision selected." |
| 2391 | msgstr "Keine Version ausgewählt." |
| 2392 | |
| 2393 | #: lib/choose_rev.tcl:350 |
| 2394 | msgid "Revision expression is empty." |
| 2395 | msgstr "Versions-Ausdruck ist leer." |
| 2396 | |
| 2397 | #: lib/choose_rev.tcl:537 |
| 2398 | msgid "Updated" |
| 2399 | msgstr "Aktualisiert" |
| 2400 | |
| 2401 | #: lib/choose_rev.tcl:565 |
| 2402 | msgid "URL" |
| 2403 | msgstr "URL" |
| 2404 | |
| 2405 | #: lib/commit.tcl:9 |
| 2406 | msgid "" |
| 2407 | "There is nothing to amend.\n" |
| 2408 | "\n" |
| 2409 | "You are about to create the initial commit. There is no commit before this " |
| 2410 | "to amend.\n" |
| 2411 | msgstr "" |
| 2412 | "Kein Commit zur Nachbesserung vorhanden.\n" |
| 2413 | "\n" |
| 2414 | "Sie sind dabei, den ersten Commit zu erstellen. Es gibt keinen existierenden " |
| 2415 | "Commit, den Sie nachbessern könnten.\n" |
| 2416 | |
| 2417 | #: lib/commit.tcl:18 |
| 2418 | msgid "" |
| 2419 | "Cannot amend while merging.\n" |
| 2420 | "\n" |
| 2421 | "You are currently in the middle of a merge that has not been fully " |
| 2422 | "completed. You cannot amend the prior commit unless you first abort the " |
| 2423 | "current merge activity.\n" |
| 2424 | msgstr "" |
| 2425 | "Nachbesserung bei Zusammenführung nicht möglich.\n" |
| 2426 | "\n" |
| 2427 | "Sie haben das Zusammenführen von Commits angefangen, aber noch nicht " |
| 2428 | "beendet. Sie können keinen vorigen Commit nachbessern, solange eine " |
| 2429 | "unfertige Zusammenführung existiert. Dazu müssen Sie die Zusammenführung " |
| 2430 | "beenden oder abbrechen.\n" |
| 2431 | |
| 2432 | #: lib/commit.tcl:56 |
| 2433 | msgid "Error loading commit data for amend:" |
| 2434 | msgstr "Fehler beim Laden der Commitdaten für Nachbessern:" |
| 2435 | |
| 2436 | #: lib/commit.tcl:83 |
| 2437 | msgid "Unable to obtain your identity:" |
| 2438 | msgstr "Benutzername konnte nicht bestimmt werden:" |
| 2439 | |
| 2440 | #: lib/commit.tcl:88 |
| 2441 | msgid "Invalid GIT_COMMITTER_IDENT:" |
| 2442 | msgstr "Ungültiger Wert von GIT_COMMITTER_INDENT:" |
| 2443 | |
| 2444 | #: lib/commit.tcl:138 |
| 2445 | #, tcl-format |
| 2446 | msgid "warning: Tcl does not support encoding '%s'." |
| 2447 | msgstr "Warning: Tcl/Tk unterstützt die Zeichencodierung »%s« nicht." |
| 2448 | |
| 2449 | #: lib/commit.tcl:158 |
| 2450 | msgid "" |
| 2451 | "Last scanned state does not match repository state.\n" |
| 2452 | "\n" |
| 2453 | "Another Git program has modified this repository since the last scan. A " |
| 2454 | "rescan must be performed before another commit can be created.\n" |
| 2455 | "\n" |
| 2456 | "The rescan will be automatically started now.\n" |
| 2457 | msgstr "" |
| 2458 | "Der letzte geladene Status stimmt nicht mehr mit dem Repository überein.\n" |
| 2459 | "\n" |
| 2460 | "Ein anderes Git-Programm hat das Repository seit dem letzten Laden " |
| 2461 | "geändert. Vor dem nächsten Commit muss neu geladen werden.\n" |
| 2462 | "\n" |
| 2463 | "Es wird gleich neu geladen.\n" |
| 2464 | |
| 2465 | #: lib/commit.tcl:182 |
| 2466 | #, tcl-format |
| 2467 | msgid "" |
| 2468 | "Unmerged files cannot be committed.\n" |
| 2469 | "\n" |
| 2470 | "File %s has merge conflicts. You must resolve them and stage the file " |
| 2471 | "before committing.\n" |
| 2472 | msgstr "" |
| 2473 | "Nicht zusammengeführte Dateien können nicht committet werden.\n" |
| 2474 | "\n" |
| 2475 | "Die Datei »%s« hat noch nicht aufgelöste Zusammenführungs-Konflikte. Sie " |
| 2476 | "müssen diese Konflikte auflösen und die Dateien in die Bereitstellung " |
| 2477 | "hinzufügen, bevor Sie committen können.\n" |
| 2478 | |
| 2479 | #: lib/commit.tcl:190 |
| 2480 | #, tcl-format |
| 2481 | msgid "" |
| 2482 | "Unknown file state %s detected.\n" |
| 2483 | "\n" |
| 2484 | "File %s cannot be committed by this program.\n" |
| 2485 | msgstr "" |
| 2486 | "Unbekannter Dateizustand »%s«.\n" |
| 2487 | "\n" |
| 2488 | "Datei »%s« kann nicht committet werden.\n" |
| 2489 | |
| 2490 | #: lib/commit.tcl:198 |
| 2491 | msgid "" |
| 2492 | "No changes to commit.\n" |
| 2493 | "\n" |
| 2494 | "You must stage at least 1 file before you can commit.\n" |
| 2495 | msgstr "" |
| 2496 | "Keine Änderungen vorhanden, die committet werden könnten.\n" |
| 2497 | "\n" |
| 2498 | "Sie müssen mindestens eine Datei bereitstellen, bevor Sie committen können.\n" |
| 2499 | |
| 2500 | #: lib/commit.tcl:213 |
| 2501 | msgid "" |
| 2502 | "Please supply a commit message.\n" |
| 2503 | "\n" |
| 2504 | "A good commit message has the following format:\n" |
| 2505 | "\n" |
| 2506 | "- First line: Describe in one sentence what you did.\n" |
| 2507 | "- Second line: Blank\n" |
| 2508 | "- Remaining lines: Describe why this change is good.\n" |
| 2509 | msgstr "" |
| 2510 | "Bitte geben Sie eine Versionsbeschreibung ein.\n" |
| 2511 | "\n" |
| 2512 | "Eine gute Versionsbeschreibung enthält folgende Abschnitte:\n" |
| 2513 | "\n" |
| 2514 | "- Erste Zeile: Eine Zusammenfassung, was man gemacht hat.\n" |
| 2515 | "\n" |
| 2516 | "- Zweite Zeile: Leerzeile\n" |
| 2517 | "\n" |
| 2518 | "- Rest: Eine ausführliche Beschreibung, warum diese Änderung hilfreich ist.\n" |
| 2519 | |
| 2520 | #: lib/commit.tcl:244 |
| 2521 | msgid "Calling pre-commit hook..." |
| 2522 | msgstr "Aufrufen des »pre-commit hook«..." |
| 2523 | |
| 2524 | #: lib/commit.tcl:259 |
| 2525 | msgid "Commit declined by pre-commit hook." |
| 2526 | msgstr "Committen abgelehnt durch »pre-commit hook«." |
| 2527 | |
| 2528 | #: lib/commit.tcl:278 |
| 2529 | msgid "" |
| 2530 | "You are about to commit on a detached head. This is a potentially dangerous " |
| 2531 | "thing to do because if you switch to another branch you will lose your " |
| 2532 | "changes and it can be difficult to retrieve them later from the reflog. You " |
| 2533 | "should probably cancel this commit and create a new branch to continue.\n" |
| 2534 | " \n" |
| 2535 | " Do you really want to proceed with your Commit?" |
| 2536 | msgstr "" |
| 2537 | "Sie sind dabei, einen Commit auf losgelöste Branchspitze (»commit to " |
| 2538 | "detached head«) zu erstellen. Das ist riskant, denn wenn Sie zu einem " |
| 2539 | "anderen Branch wechseln, würden Sie diese Änderungen verlieren und es ist " |
| 2540 | "nachträglich schwierig, diese aus dem Commit-Log (»reflog«) wiederzufinden. " |
| 2541 | "Es wird empfohlen, diesen Commit abzubrechen und zunächst einen neuen Branch " |
| 2542 | "zu erstellen.\n" |
| 2543 | "\n" |
| 2544 | " Wollen Sie den Commit trotzdem in dieser Form erstellen?" |
| 2545 | |
| 2546 | #: lib/commit.tcl:299 |
| 2547 | msgid "Calling commit-msg hook..." |
| 2548 | msgstr "Aufrufen des »commit-msg hook«..." |
| 2549 | |
| 2550 | #: lib/commit.tcl:314 |
| 2551 | msgid "Commit declined by commit-msg hook." |
| 2552 | msgstr "Committen abgelehnt durch »commit-msg hook«." |
| 2553 | |
| 2554 | #: lib/commit.tcl:327 |
| 2555 | msgid "Committing changes..." |
| 2556 | msgstr "Änderungen committen..." |
| 2557 | |
| 2558 | #: lib/commit.tcl:344 |
| 2559 | msgid "write-tree failed:" |
| 2560 | msgstr "write-tree fehlgeschlagen:" |
| 2561 | |
| 2562 | #: lib/commit.tcl:345 lib/commit.tcl:395 lib/commit.tcl:422 |
| 2563 | msgid "Commit failed." |
| 2564 | msgstr "Committen fehlgeschlagen." |
| 2565 | |
| 2566 | #: lib/commit.tcl:362 |
| 2567 | #, tcl-format |
| 2568 | msgid "Commit %s appears to be corrupt" |
| 2569 | msgstr "Version »%s« scheint beschädigt zu sein" |
| 2570 | |
| 2571 | #: lib/commit.tcl:367 |
| 2572 | msgid "" |
| 2573 | "No changes to commit.\n" |
| 2574 | "\n" |
| 2575 | "No files were modified by this commit and it was not a merge commit.\n" |
| 2576 | "\n" |
| 2577 | "A rescan will be automatically started now.\n" |
| 2578 | msgstr "" |
| 2579 | "Keine Änderungen zum committen.\n" |
| 2580 | "\n" |
| 2581 | "Es gibt keine geänderte Datei in diesem Commit und es wurde auch nichts " |
| 2582 | "zusammengeführt.\n" |
| 2583 | "\n" |
| 2584 | "Das Arbeitsverzeichnis wird daher jetzt neu geladen.\n" |
| 2585 | |
| 2586 | #: lib/commit.tcl:374 |
| 2587 | msgid "No changes to commit." |
| 2588 | msgstr "Keine Änderungen, die committet werden können." |
| 2589 | |
| 2590 | #: lib/commit.tcl:394 |
| 2591 | msgid "commit-tree failed:" |
| 2592 | msgstr "commit-tree fehlgeschlagen:" |
| 2593 | |
| 2594 | #: lib/commit.tcl:421 |
| 2595 | msgid "update-ref failed:" |
| 2596 | msgstr "update-ref fehlgeschlagen:" |
| 2597 | |
| 2598 | #: lib/commit.tcl:514 |
| 2599 | #, tcl-format |
| 2600 | msgid "Created commit %s: %s" |
| 2601 | msgstr "Commit %s erstellt: %s" |
| 2602 | |
| 2603 | #: lib/branch_delete.tcl:16 |
| 2604 | #, tcl-format |
| 2605 | msgid "%s (%s): Delete Branch" |
| 2606 | msgstr "%s (%s): Branch löschen" |
| 2607 | |
| 2608 | #: lib/branch_delete.tcl:21 |
| 2609 | msgid "Delete Local Branch" |
| 2610 | msgstr "Lokalen Branch löschen" |
| 2611 | |
| 2612 | #: lib/branch_delete.tcl:39 |
| 2613 | msgid "Local Branches" |
| 2614 | msgstr "Lokale Branches" |
| 2615 | |
| 2616 | #: lib/branch_delete.tcl:51 |
| 2617 | msgid "Delete Only If Merged Into" |
| 2618 | msgstr "Nur löschen, wenn zusammengeführt nach" |
| 2619 | |
| 2620 | #: lib/branch_delete.tcl:103 |
| 2621 | #, tcl-format |
| 2622 | msgid "The following branches are not completely merged into %s:" |
| 2623 | msgstr "Folgende Branches sind noch nicht mit »%s« zusammengeführt:" |
| 2624 | |
| 2625 | #: lib/branch_delete.tcl:131 |
| 2626 | #, tcl-format |
| 2627 | msgid " - %s:" |
| 2628 | msgstr " - %s:" |
| 2629 | |
| 2630 | #: lib/branch_delete.tcl:141 |
| 2631 | #, tcl-format |
| 2632 | msgid "" |
| 2633 | "Failed to delete branches:\n" |
| 2634 | "%s" |
| 2635 | msgstr "" |
| 2636 | "Fehler beim Löschen der Branches:\n" |
| 2637 | "%s" |
| 2638 | |
| 2639 | #: lib/date.tcl:25 |
| 2640 | #, tcl-format |
| 2641 | msgid "Invalid date from Git: %s" |
| 2642 | msgstr "Ungültiges Datum von Git: %s" |
| 2643 | |
| 2644 | #: lib/database.tcl:42 |
| 2645 | msgid "Number of loose objects" |
| 2646 | msgstr "Anzahl unverknüpfter Objekte" |
| 2647 | |
| 2648 | #: lib/database.tcl:43 |
| 2649 | msgid "Disk space used by loose objects" |
| 2650 | msgstr "Festplattenplatz von unverknüpften Objekten" |
| 2651 | |
| 2652 | #: lib/database.tcl:44 |
| 2653 | msgid "Number of packed objects" |
| 2654 | msgstr "Anzahl komprimierter Objekte" |
| 2655 | |
| 2656 | #: lib/database.tcl:45 |
| 2657 | msgid "Number of packs" |
| 2658 | msgstr "Anzahl Komprimierungseinheiten" |
| 2659 | |
| 2660 | #: lib/database.tcl:46 |
| 2661 | msgid "Disk space used by packed objects" |
| 2662 | msgstr "Festplattenplatz von komprimierten Objekten" |
| 2663 | |
| 2664 | #: lib/database.tcl:47 |
| 2665 | msgid "Packed objects waiting for pruning" |
| 2666 | msgstr "Komprimierte Objekte, die zum Aufräumen vorgesehen sind" |
| 2667 | |
| 2668 | #: lib/database.tcl:48 |
| 2669 | msgid "Garbage files" |
| 2670 | msgstr "Dateien im Mülleimer" |
| 2671 | |
| 2672 | #: lib/database.tcl:66 |
| 2673 | #, tcl-format |
| 2674 | msgid "%s (%s): Database Statistics" |
| 2675 | msgstr "%s (%s): Datenbankstatistik" |
| 2676 | |
| 2677 | #: lib/database.tcl:72 |
| 2678 | msgid "Compressing the object database" |
| 2679 | msgstr "Objektdatenbank komprimieren" |
| 2680 | |
| 2681 | #: lib/database.tcl:83 |
| 2682 | msgid "Verifying the object database with fsck-objects" |
| 2683 | msgstr "Die Objektdatenbank durch »fsck-objects« überprüfen lassen" |
| 2684 | |
| 2685 | #: lib/database.tcl:107 |
| 2686 | #, tcl-format |
| 2687 | msgid "" |
| 2688 | "This repository currently has approximately %i loose objects.\n" |
| 2689 | "\n" |
| 2690 | "To maintain optimal performance it is strongly recommended that you compress " |
| 2691 | "the database.\n" |
| 2692 | "\n" |
| 2693 | "Compress the database now?" |
| 2694 | msgstr "" |
| 2695 | "Dieses Repository enthält ungefähr %i nicht verknüpfte Objekte.\n" |
| 2696 | "\n" |
| 2697 | "Für eine optimale Performance wird empfohlen, die Datenbank des Repository " |
| 2698 | "zu komprimieren.\n" |
| 2699 | "\n" |
| 2700 | "Soll die Datenbank jetzt komprimiert werden?" |
| 2701 | |
| 2702 | #: lib/error.tcl:20 |
| 2703 | #, tcl-format |
| 2704 | msgid "%s: error" |
| 2705 | msgstr "%s: Fehler" |
| 2706 | |
| 2707 | #: lib/error.tcl:36 |
| 2708 | #, tcl-format |
| 2709 | msgid "%s: warning" |
| 2710 | msgstr "%s: Warnung" |
| 2711 | |
| 2712 | #: lib/error.tcl:80 |
| 2713 | #, tcl-format |
| 2714 | msgid "%s hook failed:" |
| 2715 | msgstr "%s hook fehlgeschlagen:" |
| 2716 | |
| 2717 | #: lib/error.tcl:96 |
| 2718 | msgid "You must correct the above errors before committing." |
| 2719 | msgstr "" |
| 2720 | "Sie müssen die obigen Fehler zuerst beheben, bevor Sie committen können." |
| 2721 | |
| 2722 | #: lib/error.tcl:116 |
| 2723 | #, tcl-format |
| 2724 | msgid "%s (%s): error" |
| 2725 | msgstr "%s (%s): Fehler" |
| 2726 | |
| 2727 | #: lib/merge.tcl:13 |
| 2728 | msgid "" |
| 2729 | "Cannot merge while amending.\n" |
| 2730 | "\n" |
| 2731 | "You must finish amending this commit before starting any type of merge.\n" |
| 2732 | msgstr "" |
| 2733 | "Zusammenführen kann nicht gleichzeitig mit Nachbessern durchgeführt werden.\n" |
| 2734 | "\n" |
| 2735 | "Sie müssen zuerst den Nachbesserungs-Commit abschließen, bevor Sie " |
| 2736 | "zusammenführen können.\n" |
| 2737 | |
| 2738 | #: lib/merge.tcl:27 |
| 2739 | msgid "" |
| 2740 | "Last scanned state does not match repository state.\n" |
| 2741 | "\n" |
| 2742 | "Another Git program has modified this repository since the last scan. A " |
| 2743 | "rescan must be performed before a merge can be performed.\n" |
| 2744 | "\n" |
| 2745 | "The rescan will be automatically started now.\n" |
| 2746 | msgstr "" |
| 2747 | "Der letzte geladene Status stimmt nicht mehr mit dem Repository überein.\n" |
| 2748 | "\n" |
| 2749 | "Ein anderes Git-Programm hat das Repository seit dem letzten Laden " |
| 2750 | "geändert. Vor einem Zusammenführen muss neu geladen werden.\n" |
| 2751 | "\n" |
| 2752 | "Es wird gleich neu geladen.\n" |
| 2753 | |
| 2754 | #: lib/merge.tcl:45 |
| 2755 | #, tcl-format |
| 2756 | msgid "" |
| 2757 | "You are in the middle of a conflicted merge.\n" |
| 2758 | "\n" |
| 2759 | "File %s has merge conflicts.\n" |
| 2760 | "\n" |
| 2761 | "You must resolve them, stage the file, and commit to complete the current " |
| 2762 | "merge. Only then can you begin another merge.\n" |
| 2763 | msgstr "" |
| 2764 | "Zusammenführung mit Konflikten.\n" |
| 2765 | "\n" |
| 2766 | "Die Datei »%s« enthält Konflikte beim Zusammenführen.\n" |
| 2767 | "\n" |
| 2768 | "Sie müssen diese Konflikte per Hand auflösen. Anschließend müssen Sie die " |
| 2769 | "Datei wieder bereitstellen und committen, um die Zusammenführung " |
| 2770 | "abzuschließen. Erst danach kann eine neue Zusammenführung begonnen werden.\n" |
| 2771 | |
| 2772 | #: lib/merge.tcl:55 |
| 2773 | #, tcl-format |
| 2774 | msgid "" |
| 2775 | "You are in the middle of a change.\n" |
| 2776 | "\n" |
| 2777 | "File %s is modified.\n" |
| 2778 | "\n" |
| 2779 | "You should complete the current commit before starting a merge. Doing so " |
| 2780 | "will help you abort a failed merge, should the need arise.\n" |
| 2781 | msgstr "" |
| 2782 | "Es liegen Änderungen vor.\n" |
| 2783 | "\n" |
| 2784 | "Die Datei »%s« wurde geändert.\n" |
| 2785 | "\n" |
| 2786 | "Sie sollten zuerst den bereitgestellten Commit abschließen, bevor Sie eine " |
| 2787 | "Zusammenführung beginnen. Mit dieser Reihenfolge können Sie mögliche " |
| 2788 | "Konflikte beim Zusammenführen wesentlich einfacher beheben oder abbrechen.\n" |
| 2789 | |
| 2790 | #: lib/merge.tcl:108 |
| 2791 | #, tcl-format |
| 2792 | msgid "%s of %s" |
| 2793 | msgstr "%s von %s" |
| 2794 | |
| 2795 | #: lib/merge.tcl:126 |
| 2796 | #, tcl-format |
| 2797 | msgid "Merging %s and %s..." |
| 2798 | msgstr "Zusammenführen von %s und %s..." |
| 2799 | |
| 2800 | #: lib/merge.tcl:137 |
| 2801 | msgid "Merge completed successfully." |
| 2802 | msgstr "Zusammenführen erfolgreich abgeschlossen." |
| 2803 | |
| 2804 | #: lib/merge.tcl:139 |
| 2805 | msgid "Merge failed. Conflict resolution is required." |
| 2806 | msgstr "Zusammenführen fehlgeschlagen. Konfliktauflösung ist notwendig." |
| 2807 | |
| 2808 | #: lib/merge.tcl:156 |
| 2809 | #, tcl-format |
| 2810 | msgid "%s (%s): Merge" |
| 2811 | msgstr "%s (%s): Zusammenführen" |
| 2812 | |
| 2813 | #: lib/merge.tcl:164 |
| 2814 | #, tcl-format |
| 2815 | msgid "Merge Into %s" |
| 2816 | msgstr "Zusammenführen in »%s«" |
| 2817 | |
| 2818 | #: lib/merge.tcl:183 |
| 2819 | msgid "Revision To Merge" |
| 2820 | msgstr "Zusammenzuführende Version" |
| 2821 | |
| 2822 | #: lib/merge.tcl:218 |
| 2823 | msgid "" |
| 2824 | "Cannot abort while amending.\n" |
| 2825 | "\n" |
| 2826 | "You must finish amending this commit.\n" |
| 2827 | msgstr "" |
| 2828 | "Abbruch der Nachbesserung ist nicht möglich.\n" |
| 2829 | "\n" |
| 2830 | "Sie müssen die Nachbesserung diese Commits abschließen.\n" |
| 2831 | |
| 2832 | #: lib/merge.tcl:228 |
| 2833 | msgid "" |
| 2834 | "Abort merge?\n" |
| 2835 | "\n" |
| 2836 | "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n" |
| 2837 | "\n" |
| 2838 | "Continue with aborting the current merge?" |
| 2839 | msgstr "" |
| 2840 | "Zusammenführen abbrechen?\n" |
| 2841 | "\n" |
| 2842 | "Wenn Sie abbrechen, gehen alle noch nicht committeten Änderungen verloren.\n" |
| 2843 | "\n" |
| 2844 | "Zusammenführen jetzt abbrechen?" |
| 2845 | |
| 2846 | #: lib/merge.tcl:234 |
| 2847 | msgid "" |
| 2848 | "Reset changes?\n" |
| 2849 | "\n" |
| 2850 | "Resetting the changes will cause *ALL* uncommitted changes to be lost.\n" |
| 2851 | "\n" |
| 2852 | "Continue with resetting the current changes?" |
| 2853 | msgstr "" |
| 2854 | "Änderungen verwerfen?\n" |
| 2855 | "\n" |
| 2856 | "Alle noch nicht committeten Änderungen würden verloren gehen.\n" |
| 2857 | "\n" |
| 2858 | "Änderungen jetzt verwerfen?" |
| 2859 | |
| 2860 | #: lib/merge.tcl:246 |
| 2861 | msgid "Aborting" |
| 2862 | msgstr "Abbruch" |
| 2863 | |
| 2864 | #: lib/merge.tcl:247 |
| 2865 | msgid "files reset" |
| 2866 | msgstr "Dateien zurückgesetzt" |
| 2867 | |
| 2868 | #: lib/merge.tcl:277 |
| 2869 | msgid "Abort failed." |
| 2870 | msgstr "Abbruch fehlgeschlagen." |
| 2871 | |
| 2872 | #: lib/merge.tcl:279 |
| 2873 | msgid "Abort completed. Ready." |
| 2874 | msgstr "Abbruch durchgeführt. Bereit." |