2007-07-21 12:18:14 +00:00
|
|
|
# Translation of git-gui to German.
|
|
|
|
# Copyright (C) 2007 Shawn Pearce, et al.
|
|
|
|
# This file is distributed under the same license as the git package.
|
|
|
|
# Christian Stimming <stimming@tuhh.de>, 2007
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: git-gui\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2020-02-09 22:00:56 +00:00
|
|
|
"POT-Creation-Date: 2020-02-08 22:54+0100\n"
|
2020-03-19 23:06:51 +00:00
|
|
|
"PO-Revision-Date: 2020-02-09 22:40+0100\n"
|
|
|
|
"Last-Translator: Christian Stimming <christian@cstimming.de>\n"
|
2007-07-21 12:18:14 +00:00
|
|
|
"Language-Team: German\n"
|
2020-03-19 23:06:51 +00:00
|
|
|
"Language: de_DE\n"
|
2007-07-21 12:18:14 +00:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:847
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Invalid font specified in %s:"
|
|
|
|
msgstr "Ungültige Zeichensatz-Angabe in %s:"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:901
|
2007-10-08 19:34:56 +00:00
|
|
|
msgid "Main Font"
|
|
|
|
msgstr "Programmschriftart"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:902
|
2007-10-08 19:34:56 +00:00
|
|
|
msgid "Diff/Console Font"
|
|
|
|
msgstr "Vergleich-Schriftart"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:917 git-gui.sh:931 git-gui.sh:944 git-gui.sh:1034 git-gui.sh:1053
|
|
|
|
#: git-gui.sh:3212
|
|
|
|
msgid "git-gui: fatal error"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "git-gui: Programmfehler"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:918
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Cannot find git in PATH."
|
|
|
|
msgstr "Git kann im PATH nicht gefunden werden."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:945
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Cannot parse Git version string:"
|
|
|
|
msgstr "Git Versionsangabe kann nicht erkannt werden:"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:970
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"Git version cannot be determined.\n"
|
|
|
|
"\n"
|
|
|
|
"%s claims it is version '%s'.\n"
|
|
|
|
"\n"
|
|
|
|
"%s requires at least Git 1.5.0 or later.\n"
|
|
|
|
"\n"
|
|
|
|
"Assume '%s' is version 1.5.0?\n"
|
|
|
|
msgstr ""
|
|
|
|
"Die Version von Git kann nicht bestimmt werden.\n"
|
|
|
|
"\n"
|
|
|
|
"»%s« behauptet, es sei Version »%s«.\n"
|
|
|
|
"\n"
|
|
|
|
"%s benötigt mindestens Git 1.5.0 oder höher.\n"
|
|
|
|
"\n"
|
|
|
|
"Soll angenommen werden, »%s« sei Version 1.5.0?\n"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1267
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Git directory not found:"
|
|
|
|
msgstr "Git-Verzeichnis nicht gefunden:"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1301
|
2007-10-08 19:34:56 +00:00
|
|
|
msgid "Cannot move to top of working directory:"
|
2007-10-10 08:11:43 +00:00
|
|
|
msgstr ""
|
|
|
|
"Es konnte nicht in das oberste Verzeichnis der Arbeitskopie gewechselt "
|
|
|
|
"werden:"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1309
|
2010-01-26 21:26:45 +00:00
|
|
|
msgid "Cannot use bare repository:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bloßes Repository kann nicht benutzt werden:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1317
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "No working directory"
|
|
|
|
msgstr "Kein Arbeitsverzeichnis"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1491 lib/checkout_op.tcl:306
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Refreshing file status..."
|
|
|
|
msgstr "Dateistatus aktualisieren..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1551
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Scanning for modified files ..."
|
|
|
|
msgstr "Nach geänderten Dateien suchen..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1629
|
2008-10-25 20:51:05 +00:00
|
|
|
msgid "Calling prepare-commit-msg hook..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aufrufen des »prepare-commit-msg hook«..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1646
|
2008-10-25 20:51:05 +00:00
|
|
|
msgid "Commit declined by prepare-commit-msg hook."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Commit abgelehnt durch »prepare-commit-msg hook«."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1804 lib/browser.tcl:252
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Ready."
|
|
|
|
msgstr "Bereit."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:1968
|
2010-01-26 21:26:45 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid ""
|
|
|
|
"Display limit (gui.maxfilesdisplayed = %s) reached, not showing all %s files."
|
2009-08-11 18:50:00 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Anzeigelimit erreicht (gui.maxfilesdisplayed = %s) für Anzahl Einträge. Es "
|
|
|
|
"werden nicht alle %s Dateien gezeigt."
|
2010-01-26 21:26:45 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2091
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Unmodified"
|
|
|
|
msgstr "Unverändert"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2093
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Modified, not staged"
|
|
|
|
msgstr "Verändert, nicht bereitgestellt"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2094 git-gui.sh:2106
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Staged for commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bereitgestellt zum Committen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2095 git-gui.sh:2107
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Portions staged for commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Teilweise bereitgestellt zum Committen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2096 git-gui.sh:2108
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Staged for commit, missing"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bereitgestellt zum Committen, fehlend"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2098
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "File type changed, not staged"
|
|
|
|
msgstr "Dateityp geändert, nicht bereitgestellt"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2099 git-gui.sh:2100
|
|
|
|
msgid "File type changed, old type staged for commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Dateityp geändert, alter Dateityp bereitgestellt"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:2101
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "File type changed, staged"
|
|
|
|
msgstr "Dateityp geändert, bereitgestellt"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2102
|
|
|
|
msgid "File type change staged, modification not staged"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Dateityp-Änderung bereitgestellt, Inhaltsänderung nicht bereitgestellt"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:2103
|
|
|
|
msgid "File type change staged, file missing"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Dateityp-Änderung bereitgestellt, Datei gelöscht"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:2105
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Untracked, not staged"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Unversioniert, nicht bereitgestellt"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2110
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Missing"
|
|
|
|
msgstr "Fehlend"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2111
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Staged for removal"
|
|
|
|
msgstr "Bereitgestellt zum Löschen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2112
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Staged for removal, still present"
|
|
|
|
msgstr "Bereitgestellt zum Löschen, trotzdem vorhanden"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2114 git-gui.sh:2115 git-gui.sh:2116 git-gui.sh:2117
|
|
|
|
#: git-gui.sh:2118 git-gui.sh:2119
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Requires merge resolution"
|
|
|
|
msgstr "Konfliktauflösung nötig"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2164
|
2008-08-02 07:54:51 +00:00
|
|
|
msgid "Couldn't find gitk in PATH"
|
|
|
|
msgstr "Gitk kann im PATH nicht gefunden werden."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2210 git-gui.sh:2245
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Starting %s... please wait..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s wird gestartet... bitte warten."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2224
|
2010-01-26 21:26:45 +00:00
|
|
|
msgid "Couldn't find git gui in PATH"
|
|
|
|
msgstr "»Git gui« kann im PATH nicht gefunden werden."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2726 lib/choose_repository.tcl:53
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Repository"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Repository"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2727
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Edit"
|
|
|
|
msgstr "Bearbeiten"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2729 lib/choose_rev.tcl:567
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2732 lib/choose_rev.tcl:554
|
2007-10-08 19:34:56 +00:00
|
|
|
msgid "Commit@@noun"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Commit"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2735 lib/merge.tcl:127 lib/merge.tcl:174
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Merge"
|
|
|
|
msgstr "Zusammenführen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2736 lib/choose_rev.tcl:563
|
2007-10-10 08:11:43 +00:00
|
|
|
msgid "Remote"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Extern"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2739
|
2008-12-06 20:22:16 +00:00
|
|
|
msgid "Tools"
|
|
|
|
msgstr "Werkzeuge"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2748
|
2008-10-25 20:51:05 +00:00
|
|
|
msgid "Explore Working Copy"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Arbeitskopie im Dateimanager öffnen"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2763
|
|
|
|
msgid "Git Bash"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Git Bash"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:2772
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Browse Current Branch's Files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aktuellen Branch durchblättern"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2776
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Browse Branch Files..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch durchblättern..."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2781
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Visualize Current Branch's History"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aktuellen Branch darstellen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2785
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Visualize All Branch History"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Historie aller Branches darstellen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2792
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Browse %s's Files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch »%s« durchblättern"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2794
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Visualize %s's History"
|
|
|
|
msgstr "Historie von »%s« darstellen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2799 lib/database.tcl:40
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Database Statistics"
|
|
|
|
msgstr "Datenbankstatistik"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2802 lib/database.tcl:33
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Compress Database"
|
|
|
|
msgstr "Datenbank komprimieren"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2805
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Verify Database"
|
|
|
|
msgstr "Datenbank überprüfen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2812 git-gui.sh:2816 git-gui.sh:2820
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Create Desktop Icon"
|
|
|
|
msgstr "Desktop-Icon erstellen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2828 lib/choose_repository.tcl:209 lib/choose_repository.tcl:217
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Quit"
|
|
|
|
msgstr "Beenden"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2836
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Undo"
|
|
|
|
msgstr "Rückgängig"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2839
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Redo"
|
|
|
|
msgstr "Wiederholen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2843 git-gui.sh:3461
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Cut"
|
|
|
|
msgstr "Ausschneiden"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2846 git-gui.sh:3464 git-gui.sh:3540 git-gui.sh:3633
|
2008-03-14 06:36:18 +00:00
|
|
|
#: lib/console.tcl:69
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Copy"
|
|
|
|
msgstr "Kopieren"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2849 git-gui.sh:3467
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Paste"
|
|
|
|
msgstr "Einfügen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2852 git-gui.sh:3470 lib/remote_branch_delete.tcl:39
|
|
|
|
#: lib/branch_delete.tcl:28
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Delete"
|
|
|
|
msgstr "Löschen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2856 git-gui.sh:3474 git-gui.sh:3637 lib/console.tcl:71
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Select All"
|
|
|
|
msgstr "Alle auswählen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2865
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Create..."
|
|
|
|
msgstr "Erstellen..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2871
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Checkout..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Auschecken..."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2877
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Rename..."
|
|
|
|
msgstr "Umbenennen..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2882
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Delete..."
|
|
|
|
msgstr "Löschen..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2887
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Reset..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Änderungen verwerfen..."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2897
|
2008-10-25 20:51:05 +00:00
|
|
|
msgid "Done"
|
|
|
|
msgstr "Fertig"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2899
|
2008-10-25 20:51:05 +00:00
|
|
|
msgid "Commit@@verb"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Committen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2908 git-gui.sh:3400
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Amend Last Commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Letzten Commit nachbessern"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2918 git-gui.sh:3361 lib/remote_branch_delete.tcl:101
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Rescan"
|
|
|
|
msgstr "Neu laden"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2924
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Stage To Commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Für Commit bereitstellen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2930
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Stage Changed Files To Commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Geänderte Dateien für Commit bereitstellen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2936
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Unstage From Commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aus Commit-Bereitstellung herausnehmen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2942 lib/index.tcl:521
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Revert Changes"
|
2008-01-07 21:00:25 +00:00
|
|
|
msgstr "Änderungen verwerfen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2950 git-gui.sh:3700 git-gui.sh:3731
|
2008-08-02 07:54:51 +00:00
|
|
|
msgid "Show Less Context"
|
|
|
|
msgstr "Weniger Zeilen anzeigen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2954 git-gui.sh:3704 git-gui.sh:3735
|
2008-08-02 07:54:51 +00:00
|
|
|
msgid "Show More Context"
|
|
|
|
msgstr "Mehr Zeilen anzeigen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2961 git-gui.sh:3374 git-gui.sh:3485
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Sign Off"
|
|
|
|
msgstr "Abzeichnen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2977
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Local Merge..."
|
|
|
|
msgstr "Lokales Zusammenführen..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2982
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Abort Merge..."
|
|
|
|
msgstr "Zusammenführen abbrechen..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2994 git-gui.sh:3022
|
2008-10-25 20:51:05 +00:00
|
|
|
msgid "Add..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Neues hinzufügen..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:2998
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Push..."
|
2007-10-20 13:31:43 +00:00
|
|
|
msgstr "Versenden..."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3002
|
2008-10-25 20:51:05 +00:00
|
|
|
msgid "Delete Branch..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch löschen..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3012 git-gui.sh:3666
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Options..."
|
|
|
|
msgstr "Optionen..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3023
|
2008-12-06 20:22:16 +00:00
|
|
|
msgid "Remove..."
|
|
|
|
msgstr "Entfernen..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3032 lib/choose_repository.tcl:67
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Help"
|
|
|
|
msgstr "Hilfe"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3036 git-gui.sh:3040 lib/choose_repository.tcl:61
|
|
|
|
#: lib/choose_repository.tcl:70 lib/about.tcl:14
|
2010-01-26 21:26:45 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "About %s"
|
|
|
|
msgstr "Über %s"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3064
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Online Documentation"
|
|
|
|
msgstr "Online-Dokumentation"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3067 lib/choose_repository.tcl:64 lib/choose_repository.tcl:73
|
2008-12-06 20:22:16 +00:00
|
|
|
msgid "Show SSH Key"
|
|
|
|
msgstr "SSH-Schlüssel anzeigen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3097 git-gui.sh:3229
|
|
|
|
msgid "usage:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verwendung:"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:3101 git-gui.sh:3233
|
|
|
|
msgid "Usage"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verwendung"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:3182 lib/blame.tcl:575
|
|
|
|
msgid "Error"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:3213
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "fatal: cannot stat path %s: No such file or directory"
|
2008-02-02 09:18:27 +00:00
|
|
|
msgstr ""
|
|
|
|
"Fehler: Verzeichnis »%s« kann nicht gelesen werden: Datei oder Verzeichnis "
|
|
|
|
"nicht gefunden"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3246
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Current Branch:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aktueller Branch:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3271
|
2007-10-10 08:11:43 +00:00
|
|
|
msgid "Unstaged Changes"
|
2007-10-20 13:31:43 +00:00
|
|
|
msgstr "Nicht bereitgestellte Änderungen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3293
|
|
|
|
msgid "Staged Changes (Will Commit)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bereitstellung (zum Committen)"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3367
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Stage Changed"
|
2007-10-20 13:31:43 +00:00
|
|
|
msgstr "Alles bereitstellen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3386 lib/transport.tcl:137
|
2007-10-10 08:11:43 +00:00
|
|
|
msgid "Push"
|
2007-10-20 13:31:43 +00:00
|
|
|
msgstr "Versenden"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3413
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Initial Commit Message:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Erste Commit-Beschreibung:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3414
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Amended Commit Message:"
|
2008-02-02 09:18:27 +00:00
|
|
|
msgstr "Nachgebesserte Beschreibung:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3415
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Amended Initial Commit Message:"
|
2008-02-02 09:18:27 +00:00
|
|
|
msgstr "Nachgebesserte erste Beschreibung:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3416
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Amended Merge Commit Message:"
|
2008-02-02 09:18:27 +00:00
|
|
|
msgstr "Nachgebesserte Zusammenführungs-Beschreibung:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3417
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Merge Commit Message:"
|
2008-02-02 09:18:27 +00:00
|
|
|
msgstr "Zusammenführungs-Beschreibung:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3418
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Commit Message:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Commit-Beschreibung:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3477 git-gui.sh:3641 lib/console.tcl:73
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Copy All"
|
|
|
|
msgstr "Alle kopieren"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3501 lib/blame.tcl:106
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "File:"
|
|
|
|
msgstr "Datei:"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3549 lib/choose_repository.tcl:1100
|
|
|
|
msgid "Open"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Öffnen"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:3629
|
2008-02-02 09:18:27 +00:00
|
|
|
msgid "Refresh"
|
|
|
|
msgstr "Aktualisieren"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3650
|
2008-02-02 09:18:27 +00:00
|
|
|
msgid "Decrease Font Size"
|
|
|
|
msgstr "Schriftgröße verkleinern"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3654
|
2008-02-02 09:18:27 +00:00
|
|
|
msgid "Increase Font Size"
|
|
|
|
msgstr "Schriftgröße vergrößern"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3662 lib/blame.tcl:296
|
2008-10-25 20:51:05 +00:00
|
|
|
msgid "Encoding"
|
|
|
|
msgstr "Zeichenkodierung"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3673
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Apply/Reverse Hunk"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Patch-Block anwenden/zurücknehmen"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3678
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Apply/Reverse Line"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zeile anwenden/zurücknehmen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3684 git-gui.sh:3794 git-gui.sh:3805
|
|
|
|
msgid "Revert Hunk"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Patch-Block zurücknehmen"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:3689 git-gui.sh:3801 git-gui.sh:3812
|
|
|
|
msgid "Revert Line"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zeilenänderungen zurücknehmen"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3694 git-gui.sh:3791
|
|
|
|
msgid "Undo Last Revert"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Letztes Zurücknehmen rückgängig"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:3713
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Run Merge Tool"
|
|
|
|
msgstr "Zusammenführungswerkzeug"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3718
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Use Remote Version"
|
2012-10-17 22:55:46 +00:00
|
|
|
msgstr "Externe Version benutzen"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3722
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Use Local Version"
|
|
|
|
msgstr "Lokale Version benutzen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3726
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Revert To Base"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zurücksetzen auf ursprünglichen Commit"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3744
|
2010-01-26 21:26:45 +00:00
|
|
|
msgid "Visualize These Changes In The Submodule"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Diese Änderungen im Submodul darstellen"
|
2010-01-26 21:26:45 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3748
|
2010-01-26 21:26:45 +00:00
|
|
|
msgid "Visualize Current Branch History In The Submodule"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aktuellen Branch im Submodul darstellen"
|
2010-01-26 21:26:45 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3752
|
2010-01-26 21:26:45 +00:00
|
|
|
msgid "Visualize All Branch History In The Submodule"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Alle Branches im Submodul darstellen"
|
2010-01-26 21:26:45 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3757
|
2010-01-26 21:26:45 +00:00
|
|
|
msgid "Start git gui In The Submodule"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Git gui im Submodul starten"
|
2010-01-26 21:26:45 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3793
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Unstage Hunk From Commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Patch-Block aus Bereitstellung herausnehmen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3797
|
2010-01-26 21:26:45 +00:00
|
|
|
msgid "Unstage Lines From Commit"
|
|
|
|
msgstr "Zeilen aus der Bereitstellung herausnehmen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3798 git-gui.sh:3809
|
|
|
|
msgid "Revert Lines"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zeilenänderung zurücknehmen"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: git-gui.sh:3800
|
2008-08-02 07:54:51 +00:00
|
|
|
msgid "Unstage Line From Commit"
|
|
|
|
msgstr "Zeile aus der Bereitstellung herausnehmen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3804
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Stage Hunk For Commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Patch-Block zur Bereitstellung hinzufügen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3808
|
2010-01-26 21:26:45 +00:00
|
|
|
msgid "Stage Lines For Commit"
|
|
|
|
msgstr "Zeilen zur Bereitstellung hinzufügen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3811
|
2008-08-02 07:54:51 +00:00
|
|
|
msgid "Stage Line For Commit"
|
|
|
|
msgstr "Zeile zur Bereitstellung hinzufügen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:3861
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Initializing..."
|
|
|
|
msgstr "Initialisieren..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:4017
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"Possible environment issues exist.\n"
|
|
|
|
"\n"
|
|
|
|
"The following environment variables are probably\n"
|
|
|
|
"going to be ignored by any Git subprocess run\n"
|
|
|
|
"by %s:\n"
|
|
|
|
"\n"
|
|
|
|
msgstr ""
|
2007-11-24 09:56:42 +00:00
|
|
|
"Möglicherweise gibt es Probleme mit manchen Umgebungsvariablen.\n"
|
|
|
|
"\n"
|
|
|
|
"Die folgenden Umgebungsvariablen können vermutlich nicht \n"
|
|
|
|
"von %s an Git weitergegeben werden:\n"
|
|
|
|
"\n"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:4046
|
2007-10-08 19:34:56 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"This is due to a known issue with the\n"
|
|
|
|
"Tcl binary distributed by Cygwin."
|
|
|
|
msgstr ""
|
2007-11-24 09:56:42 +00:00
|
|
|
"\n"
|
|
|
|
"Dies ist ein bekanntes Problem der Tcl-Version, die\n"
|
|
|
|
"in Cygwin mitgeliefert wird."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: git-gui.sh:4051
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
"A good replacement for %s\n"
|
|
|
|
"is placing values for the user.name and\n"
|
|
|
|
"user.email settings into your personal\n"
|
|
|
|
"~/.gitconfig file.\n"
|
|
|
|
msgstr ""
|
2007-11-24 09:56:42 +00:00
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
"Um den Namen »%s« zu ändern, sollten Sie die \n"
|
|
|
|
"gewünschten Werte für die Einstellung user.name und \n"
|
|
|
|
"user.email in Ihre Datei ~/.gitconfig einfügen.\n"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/spellcheck.tcl:57
|
|
|
|
msgid "Unsupported spell checker"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Rechtschreibprüfungsprogramm nicht unterstützt"
|
2008-08-02 07:54:51 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/spellcheck.tcl:65
|
|
|
|
msgid "Spell checking is unavailable"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Rechtschreibprüfung nicht verfügbar"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/spellcheck.tcl:68
|
|
|
|
msgid "Invalid spell checking configuration"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Unbenutzbare Konfiguration der Rechtschreibprüfung"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/spellcheck.tcl:70
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Reverting dictionary to %s."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Wörterbuch auf %s zurückgesetzt."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/spellcheck.tcl:73
|
|
|
|
msgid "Spell checker silently failed on startup"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Rechtschreibprüfungsprogramm mit Fehler abgebrochen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/spellcheck.tcl:80
|
|
|
|
msgid "Unrecognized spell checker"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Unbekanntes Rechtschreibprüfungsprogramm"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/spellcheck.tcl:186
|
|
|
|
msgid "No Suggestions"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Keine Vorschläge"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/spellcheck.tcl:388
|
|
|
|
msgid "Unexpected EOF from spell checker"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Unerwartetes EOF vom Rechtschreibprüfungsprogramm"
|
2008-08-02 07:54:51 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/spellcheck.tcl:392
|
|
|
|
msgid "Spell Checker Failed"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Rechtschreibprüfung fehlgeschlagen"
|
2008-08-02 07:54:51 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:6 lib/remote_add.tcl:132
|
|
|
|
#, tcl-format
|
|
|
|
msgid "fetch %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "»%s« anfordern"
|
2008-08-02 07:54:51 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:7
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Fetching new changes from %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Neue Änderungen von »%s« holen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:18
|
|
|
|
#, tcl-format
|
|
|
|
msgid "remote prune %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Gelöschte externe Branches aus »%s« entfernen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:19
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Pruning tracking branches deleted from %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Gelöschte externe Trackingbranches aus »%s« werden entfernt"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:25
|
|
|
|
msgid "fetch all remotes"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Abrufen aller externen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:26
|
|
|
|
msgid "Fetching new changes from all remotes"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Neue Änderungen von allen externen anfordern"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:40
|
|
|
|
msgid "remote prune all remotes"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Extern veraltete Branches entfernen aller Repositories"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:41
|
|
|
|
msgid "Pruning tracking branches deleted from all remotes"
|
2007-10-10 08:11:43 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Gelöschte externe Trackingbranches aus allen Repositories werden entfernt"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:54 lib/transport.tcl:92 lib/transport.tcl:110
|
|
|
|
#: lib/remote_add.tcl:162
|
|
|
|
#, tcl-format
|
|
|
|
msgid "push %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "»%s« versenden..."
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:55
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Pushing changes to %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Änderungen nach »%s« versenden"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:93
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Mirroring to %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Spiegeln nach %s"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:111
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Pushing %s %s to %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s %s nach %s versenden"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:132
|
|
|
|
msgid "Push Branches"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branches versenden"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:141 lib/checkout_op.tcl:580 lib/remote_add.tcl:34
|
|
|
|
#: lib/browser.tcl:292 lib/branch_checkout.tcl:30 lib/branch_rename.tcl:32
|
|
|
|
#: lib/choose_font.tcl:45 lib/option.tcl:127 lib/tools_dlg.tcl:41
|
|
|
|
#: lib/tools_dlg.tcl:202 lib/tools_dlg.tcl:345 lib/remote_branch_delete.tcl:43
|
|
|
|
#: lib/branch_create.tcl:37 lib/branch_delete.tcl:34 lib/merge.tcl:178
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Cancel"
|
|
|
|
msgstr "Abbrechen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:147
|
|
|
|
msgid "Source Branches"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Lokale Branches"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:162
|
|
|
|
msgid "Destination Repository"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ziel-Repository"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:165 lib/remote_branch_delete.tcl:51
|
|
|
|
msgid "Remote:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Externes Repository:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:187 lib/remote_branch_delete.tcl:72
|
|
|
|
msgid "Arbitrary Location:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Beliebige Adresse:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:205
|
|
|
|
msgid "Transfer Options"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Netzwerk-Einstellungen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:207
|
|
|
|
msgid "Force overwrite existing branch (may discard changes)"
|
2007-07-22 01:12:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Überschreiben von existierenden Branches erzwingen (könnte Änderungen "
|
|
|
|
"löschen)"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:211
|
|
|
|
msgid "Use thin pack (for slow network connections)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kompaktes Datenformat benutzen (für langsame Netzverbindungen)"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:215
|
|
|
|
msgid "Include tags"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Mit Tags versenden"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/transport.tcl:229
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Push"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Versenden"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:85
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Fetching %s from %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Änderungen »%s« von »%s« anfordern"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:133
|
|
|
|
#, tcl-format
|
|
|
|
msgid "fatal: Cannot resolve %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler: »%s« kann nicht als Branch oder Version erkannt werden"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:146 lib/sshkey.tcl:58 lib/console.tcl:81
|
|
|
|
#: lib/database.tcl:30
|
|
|
|
msgid "Close"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Schließen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:175
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Branch '%s' does not exist."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch »%s« existiert nicht."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:194
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Failed to configure simplified git-pull for '%s'."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Einrichten der vereinfachten git-pull für »%s«."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:202 lib/branch_rename.tcl:102
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Branch '%s' already exists."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch »%s« existiert bereits."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:229
|
|
|
|
#, tcl-format
|
2010-01-26 21:26:45 +00:00
|
|
|
msgid ""
|
2020-02-09 22:00:56 +00:00
|
|
|
"Branch '%s' already exists.\n"
|
2010-01-26 21:26:45 +00:00
|
|
|
"\n"
|
2020-02-09 22:00:56 +00:00
|
|
|
"It cannot fast-forward to %s.\n"
|
|
|
|
"A merge is required."
|
2010-01-26 21:26:45 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Branch »%s« existiert bereits.\n"
|
2010-01-26 21:26:45 +00:00
|
|
|
"\n"
|
2020-03-19 23:06:51 +00:00
|
|
|
"Branch kann nicht auf »%s« vorgespult werden. Reguläres Zusammenführen ist "
|
|
|
|
"notwendig."
|
2010-01-26 21:26:45 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:243
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Merge strategy '%s' not supported."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammenführungsmethode »%s« nicht unterstützt."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:262
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Failed to update '%s'."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aktualisieren von »%s« fehlgeschlagen."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/checkout_op.tcl:274
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Staging area (index) is already locked."
|
|
|
|
msgstr "Bereitstellung (»index«) ist zur Bearbeitung gesperrt (»locked«)."
|
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/checkout_op.tcl:289
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid ""
|
|
|
|
"Last scanned state does not match repository state.\n"
|
|
|
|
"\n"
|
|
|
|
"Another Git program has modified this repository since the last scan. A "
|
|
|
|
"rescan must be performed before the current branch can be changed.\n"
|
|
|
|
"\n"
|
|
|
|
"The rescan will be automatically started now.\n"
|
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Der letzte geladene Status stimmt nicht mehr mit dem Repository überein.\n"
|
2007-07-21 12:18:14 +00:00
|
|
|
"\n"
|
2020-03-19 23:06:51 +00:00
|
|
|
"Ein anderes Git-Programm hat das Repository seit dem letzten Laden "
|
|
|
|
"geändert. Vor dem Wechseln des lokalen Branches muss neu geladen werden.\n"
|
2007-07-21 12:18:14 +00:00
|
|
|
"\n"
|
|
|
|
"Es wird gleich neu geladen.\n"
|
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/checkout_op.tcl:345
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Updating working directory to '%s'..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Arbeitskopie aktualisieren auf »%s«..."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/checkout_op.tcl:346
|
2008-02-02 09:18:27 +00:00
|
|
|
msgid "files checked out"
|
|
|
|
msgstr "Dateien aktualisiert"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:377
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Aborted checkout of '%s' (file level merging is required)."
|
2007-10-08 19:34:56 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Branch »%s« Auschecken abgebrochen (Zusammenführen der Dateien ist "
|
2007-10-08 19:34:56 +00:00
|
|
|
"notwendig)."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:378
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "File level merge required."
|
|
|
|
msgstr "Zusammenführen der Dateien ist notwendig."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:382
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Staying on branch '%s'."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Es wird auf Branch »%s« verblieben."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:453
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid ""
|
|
|
|
"You are no longer on a local branch.\n"
|
|
|
|
"\n"
|
|
|
|
"If you wanted to be on a branch, create one now starting from 'This Detached "
|
|
|
|
"Checkout'."
|
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Die Arbeitskopie ist nicht auf einem lokalen Branch.\n"
|
2007-07-21 12:18:14 +00:00
|
|
|
"\n"
|
2020-03-19 23:06:51 +00:00
|
|
|
"Wenn Sie auf einem Branch arbeiten möchten, erstellen Sie bitte jetzt einen "
|
|
|
|
"Branch mit der Auswahl »Losgelöste Arbeitskopie-Version«."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:504 lib/checkout_op.tcl:508
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Checked out '%s'."
|
|
|
|
msgstr "Umgestellt auf »%s«."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:536
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Resetting '%s' to '%s' will lose the following commits:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Umsetzen von »%s« nach »%s« wird folgende Commits verlieren:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:558
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Recovering lost commits may not be easy."
|
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Verlorene Commits können nur mit größerem Aufwand wiederhergestellt werden."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:563
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Reset '%s'?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "»%s« umsetzen?"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:568 lib/tools_dlg.tcl:336 lib/merge.tcl:170
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid "Visualize"
|
|
|
|
msgstr "Darstellen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:572 lib/branch_create.tcl:85
|
|
|
|
msgid "Reset"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Umsetzen (Reset)"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/checkout_op.tcl:636
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"Failed to set current branch.\n"
|
|
|
|
"\n"
|
|
|
|
"This working directory is only partially switched. We successfully updated "
|
|
|
|
"your files, but failed to update an internal Git file.\n"
|
|
|
|
"\n"
|
|
|
|
"This should not have occurred. %s will now close and give up."
|
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Lokaler Branch kann nicht gesetzt werden.\n"
|
2007-07-21 12:18:14 +00:00
|
|
|
"\n"
|
|
|
|
"Diese Arbeitskopie ist nur teilweise umgestellt. Die Dateien sind korrekt "
|
|
|
|
"aktualisiert, aber einige interne Git-Dateien konnten nicht geändert "
|
|
|
|
"werden.\n"
|
|
|
|
"\n"
|
|
|
|
"Dies ist ein interner Programmfehler von %s. Programm wird jetzt abgebrochen."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:20
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Add Remote"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Externes Repository hinzufügen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:25
|
|
|
|
msgid "Add New Remote"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Neues externes Repository hinzufügen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:30 lib/tools_dlg.tcl:37
|
|
|
|
msgid "Add"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Hinzufügen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:39
|
|
|
|
msgid "Remote Details"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Einzelheiten des externen Repository"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:41 lib/tools_dlg.tcl:51 lib/branch_create.tcl:44
|
|
|
|
msgid "Name:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Name:"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:50
|
|
|
|
msgid "Location:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Adresse:"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:60
|
|
|
|
msgid "Further Action"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Weitere Aktion"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:63
|
|
|
|
msgid "Fetch Immediately"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Jetzt anfordern"
|
2007-10-20 13:31:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:69
|
|
|
|
msgid "Initialize Remote Repository and Push"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Externes Repository initialisieren und dahin versenden"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:75
|
|
|
|
msgid "Do Nothing Else Now"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Keine weitere Aktion"
|
2007-10-20 13:31:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:100
|
|
|
|
msgid "Please supply a remote name."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bitte geben Sie einen Namen des externen Repository an."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:113
|
|
|
|
#, tcl-format
|
|
|
|
msgid "'%s' is not an acceptable remote name."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "»%s« ist kein zulässiger Name eines externen Repository."
|
2007-10-20 13:31:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:124
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Failed to add remote '%s' of location '%s'."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Hinzufügen des externen Repository »%s« aus Adresse »%s«."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:133
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Fetching the %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "»%s« anfordern"
|
2007-10-20 13:31:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:156
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Do not know how to initialize repository at location '%s'."
|
2007-07-22 01:12:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Initialisieren eines externen Repositories an Adresse »%s« ist nicht möglich."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_add.tcl:163
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Setting up the %s (at %s)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Einrichten von »%s« an »%s«"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/browser.tcl:17
|
|
|
|
msgid "Starting..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Starten..."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/browser.tcl:27
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): File Browser"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Datei-Browser"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/browser.tcl:132 lib/browser.tcl:149
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Loading %s..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s laden..."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/browser.tcl:193
|
|
|
|
msgid "[Up To Parent]"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "[Nach oben]"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/browser.tcl:275
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Browse Branch Files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Dateien des Branches durchblättern"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/browser.tcl:282
|
|
|
|
msgid "Browse Branch Files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Dateien des Branches durchblättern"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/browser.tcl:288 lib/choose_repository.tcl:437
|
|
|
|
#: lib/choose_repository.tcl:524 lib/choose_repository.tcl:533
|
|
|
|
#: lib/choose_repository.tcl:1115
|
|
|
|
msgid "Browse"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Blättern"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/browser.tcl:297 lib/branch_checkout.tcl:35 lib/tools_dlg.tcl:321
|
|
|
|
msgid "Revision"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Version"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:6
|
|
|
|
msgid "Unable to unlock the index."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bereitstellung kann nicht wieder freigegeben werden."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:30
|
|
|
|
msgid "Index Error"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler in Bereitstellung"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:32
|
|
|
|
msgid ""
|
|
|
|
"Updating the Git index failed. A rescan will be automatically started to "
|
|
|
|
"resynchronize git-gui."
|
2007-07-22 01:12:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Das Aktualisieren der Git-Bereitstellung ist fehlgeschlagen. Eine allgemeine "
|
|
|
|
"Git-Aktualisierung wird jetzt gestartet, um git-gui wieder mit git zu "
|
|
|
|
"synchronisieren."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:43
|
|
|
|
msgid "Continue"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fortsetzen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:46
|
|
|
|
msgid "Unlock Index"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bereitstellung freigeben"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:77 lib/index.tcl:146 lib/index.tcl:220 lib/index.tcl:587
|
|
|
|
#: lib/choose_repository.tcl:999
|
|
|
|
msgid "files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Dateien"
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:326
|
|
|
|
msgid "Unstaging selected files from commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Gewählte Dateien aus der Bereitstellung herausnehmen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:330
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Unstaging %s from commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Datei »%s« aus der Bereitstellung herausnehmen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:369
|
|
|
|
msgid "Ready to commit."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bereit zum Committen."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:378
|
|
|
|
msgid "Adding selected files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Gewählte Dateien hinzufügen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:382
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Adding %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "»%s« hinzufügen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:412
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Stage %d untracked files?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%d unversionierte Dateien bereitstellen?"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:420
|
|
|
|
msgid "Adding all changed files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Alle geänderten Dateien hinzufügen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:503
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Revert changes in file %s?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Änderungen in Datei »%s« verwerfen?"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:508
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Revert changes in these %i files?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Änderungen in diesen %i Dateien verwerfen?"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:517
|
|
|
|
msgid "Any unstaged changes will be permanently lost by the revert."
|
2007-10-10 08:11:43 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Alle nicht bereitgestellten Änderungen werden beim Verwerfen verloren gehen."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:520 lib/index.tcl:563
|
|
|
|
msgid "Do Nothing"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Nichts tun"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:545
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Delete untracked file %s?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Unversionierte Datei »%s« löschen?"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:550
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Delete these %i untracked files?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Diese %i unversionierten Dateien löschen?"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:560
|
|
|
|
msgid "Files will be permanently deleted."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Dateien werden endgültig gelöscht."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:564
|
|
|
|
msgid "Delete Files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Dateien löschen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:586
|
|
|
|
msgid "Deleting"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Löschen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:665
|
|
|
|
msgid "Encountered errors deleting files:\n"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Löschen der Dateien:\n"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:674
|
|
|
|
#, tcl-format
|
|
|
|
msgid "None of the %d selected files could be deleted."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Keine der %d gewählten Dateien konnten gelöscht werden."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:679
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%d of the %d selected files could not be deleted."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%d der %d gewählten Dateien konnten nicht gelöscht werden."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:726
|
|
|
|
msgid "Reverting selected files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Änderungen in gewählten Dateien verwerfen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/index.tcl:730
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Reverting %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Änderungen in %s verwerfen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_checkout.tcl:16
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Checkout Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Branch auschecken"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_checkout.tcl:21
|
|
|
|
msgid "Checkout Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch auschecken"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_checkout.tcl:26
|
|
|
|
msgid "Checkout"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Auschecken"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_checkout.tcl:39 lib/option.tcl:310 lib/branch_create.tcl:69
|
|
|
|
msgid "Options"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Optionen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_checkout.tcl:42 lib/branch_create.tcl:92
|
|
|
|
msgid "Fetch Tracking Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Trackingbranch anfordern"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_checkout.tcl:47
|
|
|
|
msgid "Detach From Local Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verbindung zu lokalem Branch lösen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/status_bar.tcl:263
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s ... %*i of %*i %s (%3i%%)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s ... %*i von %*i %s (%3i%%)"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote.tcl:200
|
|
|
|
msgid "Push to"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Versenden nach"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote.tcl:218
|
|
|
|
msgid "Remove Remote"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Externes Repository entfernen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote.tcl:223
|
|
|
|
msgid "Prune from"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Veraltete Branches entfernen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote.tcl:228
|
|
|
|
msgid "Fetch from"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Anfordern"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote.tcl:249 lib/remote.tcl:253 lib/remote.tcl:258 lib/remote.tcl:264
|
|
|
|
msgid "All"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Alle"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_rename.tcl:15
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Rename Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Branch umbenennen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_rename.tcl:23
|
|
|
|
msgid "Rename Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch umbenennen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_rename.tcl:28
|
|
|
|
msgid "Rename"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Umbenennen"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_rename.tcl:38
|
|
|
|
msgid "Branch:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_rename.tcl:46
|
|
|
|
msgid "New Name:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Neuer Name:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_rename.tcl:81
|
|
|
|
msgid "Please select a branch to rename."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bitte wählen Sie einen Branch zum umbenennen."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_rename.tcl:92 lib/branch_create.tcl:154
|
|
|
|
msgid "Please supply a branch name."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bitte geben Sie einen Branchnamen an."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_rename.tcl:112 lib/branch_create.tcl:165
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "'%s' is not an acceptable branch name."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "»%s« ist kein zulässiger Branchname."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_rename.tcl:123
|
2010-01-26 21:26:45 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Failed to rename '%s'."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Umbenennen von »%s«."
|
2010-01-26 21:26:45 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_font.tcl:41
|
|
|
|
msgid "Select"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Auswählen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_font.tcl:55
|
|
|
|
msgid "Font Family"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Schriftfamilie"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_font.tcl:76
|
|
|
|
msgid "Font Size"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Schriftgröße"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_font.tcl:93
|
|
|
|
msgid "Font Example"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Schriftbeispiel"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_font.tcl:105
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid ""
|
2020-02-09 22:00:56 +00:00
|
|
|
"This is example text.\n"
|
|
|
|
"If you like this text, it can be your font."
|
2007-07-21 12:18:14 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Dies ist ein Beispieltext.\n"
|
|
|
|
"Wenn Ihnen dieser Text gefällt, sollten Sie diese Schriftart wählen."
|
2008-02-02 09:18:27 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:11
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Invalid global encoding '%s'"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ungültige globale Zeichenkodierung »%s«"
|
2008-02-02 09:18:27 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:19
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Invalid repo encoding '%s'"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ungültige Repository-Zeichenkodierung »%s«"
|
2008-02-02 09:18:27 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:119
|
|
|
|
msgid "Restore Defaults"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Voreinstellungen wiederherstellen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:123
|
|
|
|
msgid "Save"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Speichern"
|
2008-02-02 09:18:27 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:133
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s Repository"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s Repository"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:134
|
|
|
|
msgid "Global (All Repositories)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Global (Alle Repositories)"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:140
|
|
|
|
msgid "User Name"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Benutzername"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:141
|
|
|
|
msgid "Email Address"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "E-Mail-Adresse"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:143
|
|
|
|
msgid "Summarize Merge Commits"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammenführungs-Commits zusammenfassen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:144
|
|
|
|
msgid "Merge Verbosity"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ausführlichkeit der Zusammenführen-Meldungen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:145
|
|
|
|
msgid "Show Diffstat After Merge"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Vergleichsstatistik nach Zusammenführen anzeigen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:146
|
|
|
|
msgid "Use Merge Tool"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammenführungswerkzeug"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:148
|
|
|
|
msgid "Trust File Modification Timestamps"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Auf Dateiänderungsdatum verlassen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:149
|
|
|
|
msgid "Prune Tracking Branches During Fetch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Veraltete Trackingbranches entfernen während Anforderung"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:150
|
|
|
|
msgid "Match Tracking Branches"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Neue Branches automatisch als Trackingbranch"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:151
|
|
|
|
msgid "Use Textconv For Diffs and Blames"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Benutze »textconv« für Vergleich und Annotieren"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:152
|
|
|
|
msgid "Blame Copy Only On Changed Files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kopie-Annotieren nur bei geänderten Dateien"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:153
|
|
|
|
msgid "Maximum Length of Recent Repositories List"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Anzahl Einträge in »Letzte Repositories«"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:154
|
|
|
|
msgid "Minimum Letters To Blame Copy On"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Mindestzahl Zeichen für Kopie-Annotieren"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:155
|
|
|
|
msgid "Blame History Context Radius (days)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Anzahl Tage für Annotieren-Historien-Kontext"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:156
|
|
|
|
msgid "Number of Diff Context Lines"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Anzahl der Kontextzeilen beim Vergleich"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:157
|
|
|
|
msgid "Additional Diff Parameters"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusätzliche Vergleich-/diff-Parameter"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:158
|
|
|
|
msgid "Commit Message Text Width"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Textbreite der Commit-Beschreibung"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:159
|
|
|
|
msgid "New Branch Name Template"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Namensvorlage für neue Branches"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:160
|
|
|
|
msgid "Default File Contents Encoding"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Voreingestellte Zeichenkodierung"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:161
|
|
|
|
msgid "Warn before committing to a detached head"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Warnen vor Committen auf losgelöste Branchspitze"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:162
|
|
|
|
msgid "Staging of untracked files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Unversionierte Dateien bereitstellen"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:163
|
|
|
|
msgid "Show untracked files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Unversionierte Dateien anzeigen"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:164
|
|
|
|
msgid "Tab spacing"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Tabulator-Breite"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:182 lib/option.tcl:197 lib/option.tcl:220 lib/option.tcl:282
|
|
|
|
#: lib/database.tcl:57
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s:"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:210
|
|
|
|
msgid "Change"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ändern"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:254
|
|
|
|
msgid "Spelling Dictionary:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Wörterbuch Rechtschreibprüfung:"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:284
|
|
|
|
msgid "Change Font"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Schriftart ändern"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:288
|
2008-10-25 20:51:05 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Choose %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s wählen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:294
|
|
|
|
msgid "pt."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "pt."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:308
|
|
|
|
msgid "Preferences"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Einstellungen"
|
2008-08-02 07:54:51 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/option.tcl:345
|
|
|
|
msgid "Failed to completely save options:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Optionen konnten nicht gespeichert werden:"
|
2008-08-02 07:54:51 +00:00
|
|
|
|
2008-10-25 20:51:05 +00:00
|
|
|
#: lib/encoding.tcl:443
|
|
|
|
msgid "Default"
|
|
|
|
msgstr "Voreinstellung"
|
|
|
|
|
|
|
|
#: lib/encoding.tcl:448
|
|
|
|
#, tcl-format
|
|
|
|
msgid "System (%s)"
|
|
|
|
msgstr "Systemweit (%s)"
|
|
|
|
|
|
|
|
#: lib/encoding.tcl:459 lib/encoding.tcl:465
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Other"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Andere"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools.tcl:76
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Running %s requires a selected file."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Um »%s« zu starten, muss eine Datei ausgewählt sein."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools.tcl:92
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Are you sure you want to run %1$s on file \"%2$s\"?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Wollen Sie %1$s wirklich auf Datei »%2$s« starten?"
|
2008-02-02 09:18:27 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools.tcl:96
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Are you sure you want to run %s?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Wollen Sie %s wirklich starten?"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools.tcl:118
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Tool: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Werkzeug: %s"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools.tcl:119
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Running: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Starten: %s"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/tools.tcl:158
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Tool completed successfully: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Werkzeug erfolgreich abgeschlossen: %s"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/tools.tcl:160
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Tool failed: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Werkzeug fehlgeschlagen: %s"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/mergetool.tcl:8
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Force resolution to the base version?"
|
|
|
|
msgstr "Konflikt durch Basisversion ersetzen?"
|
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/mergetool.tcl:9
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Force resolution to this branch?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Konflikt durch diesen Branch ersetzen?"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/mergetool.tcl:10
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Force resolution to the other branch?"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Konflikt durch anderen Branch ersetzen?"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/mergetool.tcl:14
|
2008-09-13 08:24:47 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"Note that the diff shows only conflicting changes.\n"
|
|
|
|
"\n"
|
|
|
|
"%s will be overwritten.\n"
|
|
|
|
"\n"
|
|
|
|
"This operation can be undone only by restarting the merge."
|
|
|
|
msgstr ""
|
|
|
|
"Hinweis: Der Vergleich zeigt nur konfliktverursachende Änderungen an.\n"
|
|
|
|
"\n"
|
|
|
|
"»%s« wird überschrieben.\n"
|
|
|
|
"\n"
|
|
|
|
"Diese Operation kann nur rückgängig gemacht werden, wenn die\n"
|
|
|
|
"Zusammenführung erneut gestartet wird."
|
|
|
|
|
2008-10-25 20:51:05 +00:00
|
|
|
#: lib/mergetool.tcl:45
|
|
|
|
#, tcl-format
|
|
|
|
msgid "File %s seems to have unresolved conflicts, still stage?"
|
|
|
|
msgstr "Datei »%s« hat nicht aufgelöste Konflikte. Trotzdem bereitstellen?"
|
|
|
|
|
|
|
|
#: lib/mergetool.tcl:60
|
2008-09-13 08:24:47 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Adding resolution for %s"
|
|
|
|
msgstr "Auflösung hinzugefügt für %s"
|
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/mergetool.tcl:141
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Cannot resolve deletion or link conflicts using a tool"
|
|
|
|
msgstr ""
|
|
|
|
"Konflikte durch gelöschte Dateien oder symbolische Links können nicht durch "
|
|
|
|
"das Zusamenführungswerkzeug gelöst werden."
|
|
|
|
|
2010-01-26 21:26:45 +00:00
|
|
|
#: lib/mergetool.tcl:146
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Conflict file does not exist"
|
|
|
|
msgstr "Konflikt-Datei existiert nicht"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/mergetool.tcl:246
|
2008-09-13 08:24:47 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Not a GUI merge tool: '%s'"
|
|
|
|
msgstr "Kein GUI Zusammenführungswerkzeug: »%s«"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/mergetool.tcl:275
|
2008-09-13 08:24:47 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Unsupported merge tool '%s'"
|
|
|
|
msgstr "Unbekanntes Zusammenführungswerkzeug: »%s«"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/mergetool.tcl:310
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Merge tool is already running, terminate it?"
|
|
|
|
msgstr "Zusammenführungswerkzeug läuft bereits. Soll es abgebrochen werden?"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/mergetool.tcl:330
|
2008-09-13 08:24:47 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"Error retrieving versions:\n"
|
|
|
|
"%s"
|
|
|
|
msgstr ""
|
|
|
|
"Fehler beim Abrufen der Dateiversionen:\n"
|
|
|
|
"%s"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/mergetool.tcl:350
|
2008-09-13 08:24:47 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"Could not start the merge tool:\n"
|
|
|
|
"\n"
|
|
|
|
"%s"
|
|
|
|
msgstr ""
|
|
|
|
"Zusammenführungswerkzeug konnte nicht gestartet werden:\n"
|
|
|
|
"\n"
|
|
|
|
"%s"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/mergetool.tcl:354
|
2008-09-13 08:24:47 +00:00
|
|
|
msgid "Running merge tool..."
|
|
|
|
msgstr "Zusammenführungswerkzeug starten..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/mergetool.tcl:382 lib/mergetool.tcl:390
|
|
|
|
msgid "Merge tool failed."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammenführungswerkzeug fehlgeschlagen."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:22
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Add Tool"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Werkzeug hinzufügen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:28
|
|
|
|
msgid "Add New Tool Command"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Neues Kommando für Werkzeug hinzufügen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:34
|
|
|
|
msgid "Add globally"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Global hinzufügen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:46
|
|
|
|
msgid "Tool Details"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Einzelheiten des Werkzeugs"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:49
|
|
|
|
msgid "Use '/' separators to create a submenu tree:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Benutzen Sie einen Schrägstrich »/«, um Untermenüs zu erstellen:"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:60
|
|
|
|
msgid "Command:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kommando:"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:71
|
|
|
|
msgid "Show a dialog before running"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bestätigungsfrage vor Starten anzeigen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:77
|
|
|
|
msgid "Ask the user to select a revision (sets $REVISION)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Benutzer nach Version fragen (setzt $REVISION)"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:82
|
|
|
|
msgid "Ask the user for additional arguments (sets $ARGS)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Benutzer nach zusätzlichen Argumenten fragen (setzt $ARGS)"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:89
|
|
|
|
msgid "Don't show the command output window"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kein Ausgabefenster zeigen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:94
|
|
|
|
msgid "Run only if a diff is selected ($FILENAME not empty)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Nur starten, wenn ein Vergleich gewählt ist ($FILENAME ist nicht leer)"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:118
|
|
|
|
msgid "Please supply a name for the tool."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bitte geben Sie einen Werkzeugnamen an."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:126
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Tool '%s' already exists."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Werkzeug »%s« existiert bereits."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:148
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
2020-02-09 22:00:56 +00:00
|
|
|
"Could not add tool:\n"
|
|
|
|
"%s"
|
2007-10-10 08:11:43 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Werkzeug konnte nicht hinzugefügt werden:\n"
|
|
|
|
"\n"
|
|
|
|
"%s"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:187
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Remove Tool"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Werkzeug entfernen"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/tools_dlg.tcl:193
|
|
|
|
msgid "Remove Tool Commands"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Werkzeugkommandos entfernen"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/tools_dlg.tcl:198
|
|
|
|
msgid "Remove"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Entfernen"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:231
|
|
|
|
msgid "(Blue denotes repository-local tools)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "(Werkzeuge für lokales Repository werden in Blau angezeigt)"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/tools_dlg.tcl:283
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s):"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s):"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:292
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Run Command: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kommando aufrufen: %s"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:306
|
|
|
|
msgid "Arguments"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Argumente"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/tools_dlg.tcl:341
|
|
|
|
msgid "OK"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ok"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/search.tcl:48
|
|
|
|
msgid "Find:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Suchen:"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/search.tcl:50
|
|
|
|
msgid "Next"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Nächster"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/search.tcl:51
|
|
|
|
msgid "Prev"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Voriger"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/search.tcl:52
|
|
|
|
msgid "RegExp"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "RegAusdruck"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/search.tcl:54
|
|
|
|
msgid "Case"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Groß/klein"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/shortcut.tcl:8 lib/shortcut.tcl:43 lib/shortcut.tcl:75
|
|
|
|
#, tcl-format
|
|
|
|
msgid "%s (%s): Create Desktop Icon"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Desktop-Icon erstellen"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/shortcut.tcl:24 lib/shortcut.tcl:65
|
|
|
|
msgid "Cannot write shortcut:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Schreiben der Verknüpfung:"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/shortcut.tcl:140
|
|
|
|
msgid "Cannot write icon:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Erstellen des Icons:"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/remote_branch_delete.tcl:29
|
2008-11-16 21:56:55 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Delete Branch Remotely"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Branch in externem Repository löschen"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/remote_branch_delete.tcl:34
|
|
|
|
msgid "Delete Branch Remotely"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch in externem Repository löschen"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/remote_branch_delete.tcl:48
|
|
|
|
msgid "From Repository"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "In Repository"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_branch_delete.tcl:88
|
|
|
|
msgid "Branches"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branches"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/remote_branch_delete.tcl:110
|
|
|
|
msgid "Delete Only If"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Nur löschen, wenn"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/remote_branch_delete.tcl:112
|
|
|
|
msgid "Merged Into:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammengeführt mit:"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/remote_branch_delete.tcl:120 lib/branch_delete.tcl:53
|
|
|
|
msgid "Always (Do not perform merge checks)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Immer (Keine Zusammenführungsprüfung)"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/remote_branch_delete.tcl:153
|
|
|
|
msgid "A branch is required for 'Merged Into'."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Für »Zusammenführen mit« muss ein Branch angegeben werden."
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/remote_branch_delete.tcl:185
|
2008-11-16 21:56:55 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
2020-02-09 22:00:56 +00:00
|
|
|
"The following branches are not completely merged into %s:\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
"\n"
|
2020-02-09 22:00:56 +00:00
|
|
|
" - %s"
|
2007-07-22 01:12:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Folgende Branches sind noch nicht mit »%s« zusammengeführt:\n"
|
|
|
|
"\n"
|
|
|
|
" - %s"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_branch_delete.tcl:190
|
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"One or more of the merge tests failed because you have not fetched the "
|
|
|
|
"necessary commits. Try fetching from %s first."
|
2007-07-22 01:12:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Ein oder mehrere Zusammenführungen sind fehlgeschlagen, da Sie nicht die "
|
|
|
|
"notwendigen Commits vorher angefordert haben. Sie sollten versuchen, zuerst "
|
|
|
|
"von »%s« anzufordern."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_branch_delete.tcl:208
|
|
|
|
msgid "Please select one or more branches to delete."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bitte wählen Sie mindestens einen Branch, der gelöscht werden soll."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_branch_delete.tcl:218 lib/branch_delete.tcl:115
|
|
|
|
msgid ""
|
|
|
|
"Recovering deleted branches is difficult.\n"
|
|
|
|
"\n"
|
|
|
|
"Delete the selected branches?"
|
2008-08-02 21:48:33 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Das Wiederherstellen von gelöschten Branches ist nur mit größerem Aufwand "
|
|
|
|
"möglich.\n"
|
|
|
|
"\n"
|
|
|
|
"Sollen die ausgewählten Branches gelöscht werden?"
|
2008-08-02 21:48:33 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_branch_delete.tcl:227
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Deleting branches from %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branches auf »%s« werden gelöscht"
|
2008-08-02 21:48:33 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_branch_delete.tcl:300
|
|
|
|
msgid "No repository selected."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kein Repository ausgewählt."
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/remote_branch_delete.tcl:305
|
2008-11-16 21:56:55 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Scanning %s..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "»%s« laden..."
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:45
|
|
|
|
msgid "Git Gui"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Git Gui"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:104 lib/choose_repository.tcl:427
|
|
|
|
msgid "Create New Repository"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Repository neu erstellen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:110
|
|
|
|
msgid "New..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Neu..."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:117 lib/choose_repository.tcl:511
|
|
|
|
msgid "Clone Existing Repository"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Repository klonen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:128
|
|
|
|
msgid "Clone..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Klonen..."
|
2007-11-24 09:56:32 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:135 lib/choose_repository.tcl:1105
|
|
|
|
msgid "Open Existing Repository"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Repository öffnen"
|
2007-11-24 09:56:32 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:141
|
|
|
|
msgid "Open..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Öffnen..."
|
2007-11-24 09:56:32 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:154
|
|
|
|
msgid "Recent Repositories"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Letzte Repositories"
|
2007-11-24 09:56:32 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:164
|
|
|
|
msgid "Open Recent Repository:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zuletzt benutztes Repository öffnen:"
|
2007-11-24 09:56:32 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:331 lib/choose_repository.tcl:338
|
|
|
|
#: lib/choose_repository.tcl:345
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Failed to create repository %s:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Repository »%s« konnte nicht erstellt werden:"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:422 lib/branch_create.tcl:33
|
|
|
|
msgid "Create"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Erstellen"
|
2008-02-02 09:20:17 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:432
|
|
|
|
msgid "Directory:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verzeichnis:"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_repository.tcl:462 lib/choose_repository.tcl:588
|
|
|
|
#: lib/choose_repository.tcl:1139
|
|
|
|
msgid "Git Repository"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Git Repository"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:487
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Directory %s already exists."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verzeichnis »%s« existiert bereits."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:491
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "File %s already exists."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Datei »%s« existiert bereits."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:506
|
|
|
|
msgid "Clone"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Klonen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:519
|
|
|
|
msgid "Source Location:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Herkunfts-Adresse:"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:528
|
|
|
|
msgid "Target Directory:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zielverzeichnis:"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_repository.tcl:538
|
|
|
|
msgid "Clone Type:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Art des Klonens:"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_repository.tcl:543
|
|
|
|
msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Standard (schnell, teilweise redundant, Hardlinks)"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_repository.tcl:548
|
|
|
|
msgid "Full Copy (Slower, Redundant Backup)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Alles kopieren (langsamer, volle Redundanz)"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_repository.tcl:553
|
|
|
|
msgid "Shared (Fastest, Not Recommended, No Backup)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verknüpft (schnell, nicht empfohlen, kein Backup)"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_repository.tcl:560
|
|
|
|
msgid "Recursively clone submodules too"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Rekursiv weitere Submodule klonen"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:594 lib/choose_repository.tcl:641
|
|
|
|
#: lib/choose_repository.tcl:790 lib/choose_repository.tcl:864
|
|
|
|
#: lib/choose_repository.tcl:1145 lib/choose_repository.tcl:1153
|
2008-11-16 21:56:55 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Not a Git repository: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kein Git-Repository: %s"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:630
|
|
|
|
msgid "Standard only available for local repository."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Standard ist nur für lokale Repositories verfügbar."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:634
|
|
|
|
msgid "Shared only available for local repository."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verknüpft ist nur für lokale Repositories verfügbar."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:655
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Location %s already exists."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Adresse »%s« existiert bereits."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:666
|
|
|
|
msgid "Failed to configure origin"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Der Ursprungsort konnte nicht eingerichtet werden"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_repository.tcl:678
|
|
|
|
msgid "Counting objects"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Objekte werden gezählt"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_repository.tcl:679
|
|
|
|
msgid "buckets"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Buckets"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:703
|
2008-10-25 20:51:05 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Unable to copy objects/info/alternates: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kopien von Objekten/Info/Alternates konnten nicht erstellt werden: %s"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:740
|
2008-09-13 08:24:47 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Nothing to clone from %s."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Von »%s« konnte nichts geklont werden."
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:742 lib/choose_repository.tcl:962
|
|
|
|
#: lib/choose_repository.tcl:974
|
|
|
|
msgid "The 'master' branch has not been initialized."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Der »master«-Branch wurde noch nicht initialisiert."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:755
|
|
|
|
msgid "Hardlinks are unavailable. Falling back to copying."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Hardlinks nicht verfügbar. Stattdessen wird kopiert."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:769
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Cloning from %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kopieren von »%s«"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:800
|
|
|
|
msgid "Copying objects"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Objektdatenbank kopieren"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:801
|
|
|
|
msgid "KiB"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "KB"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:825
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Unable to copy object: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Objekt kann nicht kopiert werden: %s"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:837
|
|
|
|
msgid "Linking objects"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Objekte verlinken"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:838
|
|
|
|
msgid "objects"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Objekte"
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:846
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Unable to hardlink object: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Für Objekt konnte kein Hardlink erstellt werden: %s"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:903
|
|
|
|
msgid "Cannot fetch branches and objects. See console output for details."
|
2007-07-22 01:12:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Branches und Objekte konnten nicht angefordert werden. Kontrollieren Sie "
|
|
|
|
"die Ausgaben auf der Konsole für weitere Angaben."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:914
|
|
|
|
msgid "Cannot fetch tags. See console output for details."
|
2007-07-22 01:12:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Tags konnten nicht angefordert werden. Kontrollieren Sie die Ausgaben auf "
|
|
|
|
"der Konsole für weitere Angaben."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:938
|
|
|
|
msgid "Cannot determine HEAD. See console output for details."
|
2008-02-02 09:20:17 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Die Branchspitze (HEAD) konnte nicht gefunden werden. Kontrollieren Sie die "
|
|
|
|
"Ausgaben auf der Konsole für weitere Angaben."
|
2008-08-02 07:54:51 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:947
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Unable to cleanup %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verzeichnis »%s« kann nicht aufgeräumt werden."
|
2008-08-02 07:54:51 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:953
|
|
|
|
msgid "Clone failed."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Klonen fehlgeschlagen."
|
2008-09-13 08:24:47 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:960
|
|
|
|
msgid "No default branch obtained."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kein voreingestellter Branch gefunden."
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:971
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Cannot resolve %s as a commit."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "»%s« wurde nicht als Commit gefunden."
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:998
|
|
|
|
msgid "Creating working directory"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Arbeitskopie erstellen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:1028
|
|
|
|
msgid "Initial file checkout failed."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Erstellen der Arbeitskopie fehlgeschlagen."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:1072
|
|
|
|
msgid "Cloning submodules"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Klone Submodul"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:1087
|
|
|
|
msgid "Cannot clone submodules."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Submodul konnte nicht geklont werden."
|
2008-02-16 20:53:23 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:1110
|
|
|
|
msgid "Repository:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Repository:"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_repository.tcl:1159
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Failed to open repository %s:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Repository »%s« konnte nicht geöffnet werden."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/about.tcl:26
|
|
|
|
msgid "git-gui - a graphical user interface for Git."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "git-gui - eine grafische Oberfläche für Git."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:74
|
2008-11-16 21:56:55 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): File Viewer"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Datei-Browser"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:80
|
|
|
|
msgid "Commit:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Commit:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:282
|
|
|
|
msgid "Copy Commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Commit kopieren"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:286
|
|
|
|
msgid "Find Text..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Text suchen..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:290
|
|
|
|
msgid "Goto Line..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Gehe zu Zeile..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:299
|
|
|
|
msgid "Do Full Copy Detection"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Volle Kopie-Erkennung"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:303
|
|
|
|
msgid "Show History Context"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Historien-Kontext anzeigen"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:306
|
|
|
|
msgid "Blame Parent Commit"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Elterncommit annotieren"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:468
|
2008-11-16 21:56:55 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Reading %s..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s lesen..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:596
|
|
|
|
msgid "Loading copy/move tracking annotations..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Annotierungen für Kopieren/Verschieben werden geladen..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:613
|
|
|
|
msgid "lines annotated"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zeilen annotiert"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:815
|
|
|
|
msgid "Loading original location annotations..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Annotierungen für ursprünglichen Ort werden geladen..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:818
|
|
|
|
msgid "Annotation complete."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Annotierung vollständig."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:849
|
|
|
|
msgid "Busy"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verarbeitung läuft"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:850
|
|
|
|
msgid "Annotation process is already running."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Annotierung läuft bereits."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:889
|
|
|
|
msgid "Running thorough copy detection..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Intensive Kopie-Erkennung läuft..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:957
|
|
|
|
msgid "Loading annotation..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Annotierung laden..."
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1010
|
|
|
|
msgid "Author:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Autor:"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1014
|
|
|
|
msgid "Committer:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Committer:"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1019
|
|
|
|
msgid "Original File:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ursprüngliche Datei:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1067
|
|
|
|
msgid "Cannot find HEAD commit:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branchspitze (»HEAD commit«) kann nicht gefunden werden:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1122
|
|
|
|
msgid "Cannot find parent commit:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Elterncommit kann nicht gefunden werden:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1137
|
|
|
|
msgid "Unable to display parent"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Elterncommit kann nicht angezeigt werden"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1138 lib/diff.tcl:345
|
|
|
|
msgid "Error loading diff:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Laden des Vergleichs:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1279
|
|
|
|
msgid "Originally By:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ursprünglich von:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1285
|
|
|
|
msgid "In File:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "In Datei:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/blame.tcl:1290
|
|
|
|
msgid "Copied Or Moved Here By:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Kopiert oder verschoben durch:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:77
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
2020-02-09 22:00:56 +00:00
|
|
|
"No differences detected.\n"
|
2007-10-08 19:34:56 +00:00
|
|
|
"\n"
|
2020-02-09 22:00:56 +00:00
|
|
|
"%s has no changes.\n"
|
|
|
|
"\n"
|
|
|
|
"The modification date of this file was updated by another application, but "
|
|
|
|
"the content within the file was not changed.\n"
|
|
|
|
"\n"
|
|
|
|
"A rescan will be automatically started to find other files which may have "
|
|
|
|
"the same state."
|
2007-10-08 19:34:56 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Keine Änderungen feststellbar.\n"
|
2007-10-08 19:34:56 +00:00
|
|
|
"\n"
|
2020-03-19 23:06:51 +00:00
|
|
|
"»%s« enthält keine Änderungen. Zwar wurde das Änderungsdatum dieser Datei "
|
|
|
|
"von einem anderen Programm modifiziert, aber der Inhalt der Datei ist "
|
|
|
|
"unverändert.\n"
|
|
|
|
"\n"
|
|
|
|
"Das Arbeitsverzeichnis wird jetzt neu geladen, um diese Änderung bei allen "
|
|
|
|
"Dateien zu prüfen."
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:117
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Loading diff of %s..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Vergleich von »%s« laden..."
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:143
|
2007-07-21 12:18:14 +00:00
|
|
|
msgid ""
|
2020-02-09 22:00:56 +00:00
|
|
|
"LOCAL: deleted\n"
|
|
|
|
"REMOTE:\n"
|
2007-10-08 19:34:56 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"LOKAL: gelöscht\n"
|
|
|
|
"EXTERN:\n"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:148
|
|
|
|
msgid ""
|
|
|
|
"REMOTE: deleted\n"
|
|
|
|
"LOCAL:\n"
|
2008-08-02 21:48:33 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"EXTERN: gelöscht\n"
|
|
|
|
"LOKAL:\n"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:155
|
|
|
|
msgid "LOCAL:\n"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "LOKAL:\n"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:158
|
|
|
|
msgid "REMOTE:\n"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "EXTERN:\n"
|
2008-10-25 20:51:05 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:220 lib/diff.tcl:344
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Unable to display %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Datei »%s« kann nicht angezeigt werden"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:221
|
|
|
|
msgid "Error loading file:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Laden der Datei:"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:227
|
|
|
|
msgid "Git Repository (subproject)"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Git-Repository (Subprojekt)"
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:239
|
|
|
|
msgid "* Binary file (not showing content)."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "* Binärdatei (Inhalt wird nicht angezeigt)"
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:244
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid ""
|
|
|
|
"* Untracked file is %d bytes.\n"
|
|
|
|
"* Showing only first %d bytes.\n"
|
2007-10-10 08:11:43 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"* Unversionierte Datei hat %d Bytes.\n"
|
|
|
|
"* Nur erste %d Bytes werden angezeigt.\n"
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:250
|
2008-03-14 06:36:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"* Untracked file clipped here by %s.\n"
|
|
|
|
"* To see the entire file, use an external editor.\n"
|
2007-10-10 08:11:43 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"\n"
|
|
|
|
"* Unversionierte Datei, hier abgeschnitten durch %s.\n"
|
|
|
|
"* Zum Ansehen der vollständigen Datei externen Editor benutzen.\n"
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:583
|
|
|
|
msgid "Failed to unstage selected hunk."
|
2007-10-10 08:11:43 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Fehler beim Herausnehmen des gewählten Patch-Blocks aus der Bereitstellung."
|
2008-02-16 20:53:23 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:591
|
|
|
|
msgid "Failed to revert selected hunk."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Zurücknehmen des gewählten Patch-Blocks."
|
2008-02-16 20:53:23 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:594
|
|
|
|
msgid "Failed to stage selected hunk."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Bereitstellen des gewählten Patch-Blocks."
|
2008-02-16 20:53:23 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:687
|
|
|
|
msgid "Failed to unstage selected line."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Herausnehmen der gewählten Zeile aus der Bereitstellung."
|
2008-02-16 20:53:23 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:696
|
|
|
|
msgid "Failed to revert selected line."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Zurücknehmen der gewählten Zeile."
|
2008-08-02 21:48:33 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:700
|
|
|
|
msgid "Failed to stage selected line."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Bereitstellen der gewählten Zeile."
|
2008-02-16 20:53:23 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/diff.tcl:889
|
|
|
|
msgid "Failed to undo last revert."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Rückgängigmachen des letzten Zurücknehmen-Commits"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:34
|
2008-12-06 20:22:16 +00:00
|
|
|
msgid "No keys found."
|
|
|
|
msgstr "Keine Schlüssel gefunden."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:37
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Found a public key in: %s"
|
|
|
|
msgstr "Öffentlicher Schlüssel gefunden in: %s"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:43
|
2008-12-06 20:22:16 +00:00
|
|
|
msgid "Generate Key"
|
|
|
|
msgstr "Schlüssel erzeugen"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:61
|
2008-12-06 20:22:16 +00:00
|
|
|
msgid "Copy To Clipboard"
|
|
|
|
msgstr "In Zwischenablage kopieren"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:75
|
2008-12-06 20:22:16 +00:00
|
|
|
msgid "Your OpenSSH Public Key"
|
|
|
|
msgstr "Ihr OpenSSH öffenlicher Schlüssel"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:83
|
2008-12-06 20:22:16 +00:00
|
|
|
msgid "Generating..."
|
|
|
|
msgstr "Erzeugen..."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:89
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"Could not start ssh-keygen:\n"
|
|
|
|
"\n"
|
|
|
|
"%s"
|
|
|
|
msgstr ""
|
|
|
|
"Konnte »ssh-keygen« nicht starten:\n"
|
|
|
|
"\n"
|
|
|
|
"%s"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:116
|
2008-12-06 20:22:16 +00:00
|
|
|
msgid "Generation failed."
|
|
|
|
msgstr "Schlüsselerzeugung fehlgeschlagen."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:123
|
2012-03-06 01:53:23 +00:00
|
|
|
msgid "Generation succeeded, but no keys found."
|
2008-12-06 20:22:16 +00:00
|
|
|
msgstr "Schlüsselerzeugung erfolgreich, aber keine Schlüssel gefunden."
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/sshkey.tcl:126
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid "Your key is in: %s"
|
|
|
|
msgstr "Ihr Schlüssel ist abgelegt in: %s"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:23
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Create Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Branch erstellen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:28
|
|
|
|
msgid "Create New Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Neuen Branch erstellen"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:42
|
|
|
|
msgid "Branch Name"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branchname"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:57
|
|
|
|
msgid "Match Tracking Branch Name"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Passend zu Trackingbranch-Name"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:66
|
|
|
|
msgid "Starting Revision"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Anfangsversion"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:72
|
|
|
|
msgid "Update Existing Branch:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Existierenden Branch aktualisieren:"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:75
|
|
|
|
msgid "No"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Nein"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:80
|
|
|
|
msgid "Fast Forward Only"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Nur Vorspulen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:97
|
|
|
|
msgid "Checkout After Creation"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Branch auschecken nach Erstellen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:132
|
|
|
|
msgid "Please select a tracking branch."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Bitte wählen Sie einen Trackingbranch."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_create.tcl:141
|
|
|
|
#, tcl-format
|
|
|
|
msgid "Tracking branch %s is not a branch in the remote repository."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Trackingbranch »%s« ist kein Branch im externen Repository."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/console.tcl:59
|
|
|
|
msgid "Working... please wait..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Verarbeitung. Bitte warten..."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/console.tcl:186
|
|
|
|
msgid "Success"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Erfolgreich"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/console.tcl:200
|
|
|
|
msgid "Error: Command Failed"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler: Kommando fehlgeschlagen"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/line.tcl:17
|
|
|
|
msgid "Goto Line:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Gehe zu Zeile:"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/line.tcl:23
|
|
|
|
msgid "Go"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Gehe"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_rev.tcl:52
|
|
|
|
msgid "This Detached Checkout"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Losgelöste Arbeitskopie-Version"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_rev.tcl:60
|
|
|
|
msgid "Revision Expression:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Version Regex-Ausdruck:"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_rev.tcl:72
|
|
|
|
msgid "Local Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Lokaler Branch"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_rev.tcl:77
|
|
|
|
msgid "Tracking Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Trackingbranch"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_rev.tcl:82 lib/choose_rev.tcl:544
|
|
|
|
msgid "Tag"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Tag"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_rev.tcl:321
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Invalid revision: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ungültige Version: %s"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_rev.tcl:342
|
|
|
|
msgid "No revision selected."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Keine Version ausgewählt."
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/choose_rev.tcl:350
|
|
|
|
msgid "Revision expression is empty."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Versions-Ausdruck ist leer."
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_rev.tcl:537
|
|
|
|
msgid "Updated"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aktualisiert"
|
2020-02-09 22:00:56 +00:00
|
|
|
|
|
|
|
#: lib/choose_rev.tcl:565
|
|
|
|
msgid "URL"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "URL"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:9
|
|
|
|
msgid ""
|
|
|
|
"There is nothing to amend.\n"
|
|
|
|
"\n"
|
|
|
|
"You are about to create the initial commit. There is no commit before this "
|
|
|
|
"to amend.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Kein Commit zur Nachbesserung vorhanden.\n"
|
|
|
|
"\n"
|
|
|
|
"Sie sind dabei, den ersten Commit zu erstellen. Es gibt keinen existierenden "
|
|
|
|
"Commit, den Sie nachbessern könnten.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:18
|
|
|
|
msgid ""
|
|
|
|
"Cannot amend while merging.\n"
|
|
|
|
"\n"
|
|
|
|
"You are currently in the middle of a merge that has not been fully "
|
|
|
|
"completed. You cannot amend the prior commit unless you first abort the "
|
|
|
|
"current merge activity.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Nachbesserung bei Zusammenführung nicht möglich.\n"
|
|
|
|
"\n"
|
|
|
|
"Sie haben das Zusammenführen von Commits angefangen, aber noch nicht "
|
|
|
|
"beendet. Sie können keinen vorigen Commit nachbessern, solange eine "
|
|
|
|
"unfertige Zusammenführung existiert. Dazu müssen Sie die Zusammenführung "
|
|
|
|
"beenden oder abbrechen.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:56
|
|
|
|
msgid "Error loading commit data for amend:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Fehler beim Laden der Commitdaten für Nachbessern:"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:83
|
|
|
|
msgid "Unable to obtain your identity:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Benutzername konnte nicht bestimmt werden:"
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:88
|
|
|
|
msgid "Invalid GIT_COMMITTER_IDENT:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ungültiger Wert von GIT_COMMITTER_INDENT:"
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:138
|
|
|
|
#, tcl-format
|
|
|
|
msgid "warning: Tcl does not support encoding '%s'."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Warning: Tcl/Tk unterstützt die Zeichencodierung »%s« nicht."
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:158
|
|
|
|
msgid ""
|
|
|
|
"Last scanned state does not match repository state.\n"
|
|
|
|
"\n"
|
|
|
|
"Another Git program has modified this repository since the last scan. A "
|
|
|
|
"rescan must be performed before another commit can be created.\n"
|
|
|
|
"\n"
|
|
|
|
"The rescan will be automatically started now.\n"
|
2008-03-14 06:36:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Der letzte geladene Status stimmt nicht mehr mit dem Repository überein.\n"
|
|
|
|
"\n"
|
|
|
|
"Ein anderes Git-Programm hat das Repository seit dem letzten Laden "
|
|
|
|
"geändert. Vor dem nächsten Commit muss neu geladen werden.\n"
|
|
|
|
"\n"
|
|
|
|
"Es wird gleich neu geladen.\n"
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:182
|
2008-03-14 06:36:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid ""
|
|
|
|
"Unmerged files cannot be committed.\n"
|
|
|
|
"\n"
|
|
|
|
"File %s has merge conflicts. You must resolve them and stage the file "
|
|
|
|
"before committing.\n"
|
2008-03-14 06:36:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Nicht zusammengeführte Dateien können nicht committet werden.\n"
|
|
|
|
"\n"
|
|
|
|
"Die Datei »%s« hat noch nicht aufgelöste Zusammenführungs-Konflikte. Sie "
|
|
|
|
"müssen diese Konflikte auflösen und die Dateien in die Bereitstellung "
|
|
|
|
"hinzufügen, bevor Sie committen können.\n"
|
2008-03-14 06:36:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:190
|
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
|
|
|
"Unknown file state %s detected.\n"
|
|
|
|
"\n"
|
|
|
|
"File %s cannot be committed by this program.\n"
|
2008-02-16 20:56:22 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Unbekannter Dateizustand »%s«.\n"
|
|
|
|
"\n"
|
|
|
|
"Datei »%s« kann nicht committet werden.\n"
|
2008-02-16 20:56:22 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:198
|
|
|
|
msgid ""
|
|
|
|
"No changes to commit.\n"
|
|
|
|
"\n"
|
|
|
|
"You must stage at least 1 file before you can commit.\n"
|
2008-02-16 20:56:22 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Keine Änderungen vorhanden, die committet werden könnten.\n"
|
|
|
|
"\n"
|
|
|
|
"Sie müssen mindestens eine Datei bereitstellen, bevor Sie committen können.\n"
|
2008-02-16 20:56:22 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:213
|
|
|
|
msgid ""
|
|
|
|
"Please supply a commit message.\n"
|
|
|
|
"\n"
|
|
|
|
"A good commit message has the following format:\n"
|
|
|
|
"\n"
|
|
|
|
"- First line: Describe in one sentence what you did.\n"
|
|
|
|
"- Second line: Blank\n"
|
|
|
|
"- Remaining lines: Describe why this change is good.\n"
|
2008-02-16 20:56:22 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Bitte geben Sie eine Versionsbeschreibung ein.\n"
|
|
|
|
"\n"
|
|
|
|
"Eine gute Versionsbeschreibung enthält folgende Abschnitte:\n"
|
|
|
|
"\n"
|
|
|
|
"- Erste Zeile: Eine Zusammenfassung, was man gemacht hat.\n"
|
|
|
|
"\n"
|
|
|
|
"- Zweite Zeile: Leerzeile\n"
|
|
|
|
"\n"
|
|
|
|
"- Rest: Eine ausführliche Beschreibung, warum diese Änderung hilfreich ist.\n"
|
2008-02-16 20:56:22 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:244
|
|
|
|
msgid "Calling pre-commit hook..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aufrufen des »pre-commit hook«..."
|
2008-02-16 20:56:22 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:259
|
|
|
|
msgid "Commit declined by pre-commit hook."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Committen abgelehnt durch »pre-commit hook«."
|
2008-02-16 20:56:22 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:278
|
|
|
|
msgid ""
|
|
|
|
"You are about to commit on a detached head. This is a potentially dangerous "
|
|
|
|
"thing to do because if you switch to another branch you will lose your "
|
|
|
|
"changes and it can be difficult to retrieve them later from the reflog. You "
|
|
|
|
"should probably cancel this commit and create a new branch to continue.\n"
|
|
|
|
" \n"
|
|
|
|
" Do you really want to proceed with your Commit?"
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Sie sind dabei, einen Commit auf losgelöste Branchspitze (»commit to "
|
|
|
|
"detached head«) zu erstellen. Das ist riskant, denn wenn Sie zu einem "
|
|
|
|
"anderen Branch wechseln, würden Sie diese Änderungen verlieren und es ist "
|
|
|
|
"nachträglich schwierig, diese aus dem Commit-Log (»reflog«) wiederzufinden. "
|
|
|
|
"Es wird empfohlen, diesen Commit abzubrechen und zunächst einen neuen Branch "
|
|
|
|
"zu erstellen.\n"
|
|
|
|
"\n"
|
|
|
|
" Wollen Sie den Commit trotzdem in dieser Form erstellen?"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:299
|
|
|
|
msgid "Calling commit-msg hook..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Aufrufen des »commit-msg hook«..."
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:314
|
|
|
|
msgid "Commit declined by commit-msg hook."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Committen abgelehnt durch »commit-msg hook«."
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:327
|
|
|
|
msgid "Committing changes..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Änderungen committen..."
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:344
|
|
|
|
msgid "write-tree failed:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "write-tree fehlgeschlagen:"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:345 lib/commit.tcl:395 lib/commit.tcl:422
|
|
|
|
msgid "Commit failed."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Committen fehlgeschlagen."
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:362
|
2008-11-16 21:56:55 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Commit %s appears to be corrupt"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Version »%s« scheint beschädigt zu sein"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:367
|
2008-11-16 21:56:55 +00:00
|
|
|
msgid ""
|
2020-02-09 22:00:56 +00:00
|
|
|
"No changes to commit.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
"\n"
|
2020-02-09 22:00:56 +00:00
|
|
|
"No files were modified by this commit and it was not a merge commit.\n"
|
|
|
|
"\n"
|
|
|
|
"A rescan will be automatically started now.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Keine Änderungen zum committen.\n"
|
|
|
|
"\n"
|
|
|
|
"Es gibt keine geänderte Datei in diesem Commit und es wurde auch nichts "
|
|
|
|
"zusammengeführt.\n"
|
|
|
|
"\n"
|
|
|
|
"Das Arbeitsverzeichnis wird daher jetzt neu geladen.\n"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:374
|
|
|
|
msgid "No changes to commit."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Keine Änderungen, die committet werden können."
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:394
|
|
|
|
msgid "commit-tree failed:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "commit-tree fehlgeschlagen:"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:421
|
|
|
|
msgid "update-ref failed:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "update-ref fehlgeschlagen:"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/commit.tcl:514
|
2007-07-22 01:12:18 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Created commit %s: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Commit %s erstellt: %s"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_delete.tcl:16
|
2007-10-10 08:11:43 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Delete Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Branch löschen"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_delete.tcl:21
|
|
|
|
msgid "Delete Local Branch"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Lokalen Branch löschen"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_delete.tcl:39
|
|
|
|
msgid "Local Branches"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Lokale Branches"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_delete.tcl:51
|
|
|
|
msgid "Delete Only If Merged Into"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Nur löschen, wenn zusammengeführt nach"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_delete.tcl:103
|
2008-11-16 21:56:55 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "The following branches are not completely merged into %s:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Folgende Branches sind noch nicht mit »%s« zusammengeführt:"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_delete.tcl:131
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid " - %s:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr " - %s:"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/branch_delete.tcl:141
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
|
|
|
msgid ""
|
2020-02-09 22:00:56 +00:00
|
|
|
"Failed to delete branches:\n"
|
2008-12-06 20:22:16 +00:00
|
|
|
"%s"
|
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Fehler beim Löschen der Branches:\n"
|
2008-12-06 20:22:16 +00:00
|
|
|
"%s"
|
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/date.tcl:25
|
2008-11-16 21:56:55 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Invalid date from Git: %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Ungültiges Datum von Git: %s"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:42
|
|
|
|
msgid "Number of loose objects"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Anzahl unverknüpfter Objekte"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:43
|
|
|
|
msgid "Disk space used by loose objects"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Festplattenplatz von unverknüpften Objekten"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:44
|
|
|
|
msgid "Number of packed objects"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Anzahl komprimierter Objekte"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:45
|
|
|
|
msgid "Number of packs"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Anzahl Komprimierungseinheiten"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:46
|
|
|
|
msgid "Disk space used by packed objects"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Festplattenplatz von komprimierten Objekten"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:47
|
|
|
|
msgid "Packed objects waiting for pruning"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Komprimierte Objekte, die zum Aufräumen vorgesehen sind"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:48
|
|
|
|
msgid "Garbage files"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Dateien im Mülleimer"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:66
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Database Statistics"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Datenbankstatistik"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:72
|
|
|
|
msgid "Compressing the object database"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Objektdatenbank komprimieren"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:83
|
|
|
|
msgid "Verifying the object database with fsck-objects"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Die Objektdatenbank durch »fsck-objects« überprüfen lassen"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/database.tcl:107
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid ""
|
|
|
|
"This repository currently has approximately %i loose objects.\n"
|
|
|
|
"\n"
|
|
|
|
"To maintain optimal performance it is strongly recommended that you compress "
|
|
|
|
"the database.\n"
|
|
|
|
"\n"
|
|
|
|
"Compress the database now?"
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Dieses Repository enthält ungefähr %i nicht verknüpfte Objekte.\n"
|
|
|
|
"\n"
|
|
|
|
"Für eine optimale Performance wird empfohlen, die Datenbank des Repository "
|
|
|
|
"zu komprimieren.\n"
|
|
|
|
"\n"
|
|
|
|
"Soll die Datenbank jetzt komprimiert werden?"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/error.tcl:20
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s: error"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s: Fehler"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/error.tcl:36
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s: warning"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s: Warnung"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/error.tcl:80
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s hook failed:"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s hook fehlgeschlagen:"
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/error.tcl:96
|
|
|
|
msgid "You must correct the above errors before committing."
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Sie müssen die obigen Fehler zuerst beheben, bevor Sie committen können."
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/error.tcl:116
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): error"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Fehler"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:13
|
|
|
|
msgid ""
|
|
|
|
"Cannot merge while amending.\n"
|
|
|
|
"\n"
|
|
|
|
"You must finish amending this commit before starting any type of merge.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Zusammenführen kann nicht gleichzeitig mit Nachbessern durchgeführt werden.\n"
|
|
|
|
"\n"
|
|
|
|
"Sie müssen zuerst den Nachbesserungs-Commit abschließen, bevor Sie "
|
|
|
|
"zusammenführen können.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:27
|
|
|
|
msgid ""
|
|
|
|
"Last scanned state does not match repository state.\n"
|
|
|
|
"\n"
|
|
|
|
"Another Git program has modified this repository since the last scan. A "
|
|
|
|
"rescan must be performed before a merge can be performed.\n"
|
|
|
|
"\n"
|
|
|
|
"The rescan will be automatically started now.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Der letzte geladene Status stimmt nicht mehr mit dem Repository überein.\n"
|
|
|
|
"\n"
|
|
|
|
"Ein anderes Git-Programm hat das Repository seit dem letzten Laden "
|
|
|
|
"geändert. Vor einem Zusammenführen muss neu geladen werden.\n"
|
|
|
|
"\n"
|
|
|
|
"Es wird gleich neu geladen.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:45
|
2007-10-08 19:34:56 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid ""
|
|
|
|
"You are in the middle of a conflicted merge.\n"
|
|
|
|
"\n"
|
|
|
|
"File %s has merge conflicts.\n"
|
|
|
|
"\n"
|
|
|
|
"You must resolve them, stage the file, and commit to complete the current "
|
|
|
|
"merge. Only then can you begin another merge.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Zusammenführung mit Konflikten.\n"
|
|
|
|
"\n"
|
|
|
|
"Die Datei »%s« enthält Konflikte beim Zusammenführen.\n"
|
|
|
|
"\n"
|
|
|
|
"Sie müssen diese Konflikte per Hand auflösen. Anschließend müssen Sie die "
|
|
|
|
"Datei wieder bereitstellen und committen, um die Zusammenführung "
|
|
|
|
"abzuschließen. Erst danach kann eine neue Zusammenführung begonnen werden.\n"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:55
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid ""
|
|
|
|
"You are in the middle of a change.\n"
|
|
|
|
"\n"
|
|
|
|
"File %s is modified.\n"
|
|
|
|
"\n"
|
|
|
|
"You should complete the current commit before starting a merge. Doing so "
|
|
|
|
"will help you abort a failed merge, should the need arise.\n"
|
2008-11-16 21:56:55 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Es liegen Änderungen vor.\n"
|
|
|
|
"\n"
|
|
|
|
"Die Datei »%s« wurde geändert.\n"
|
|
|
|
"\n"
|
|
|
|
"Sie sollten zuerst den bereitgestellten Commit abschließen, bevor Sie eine "
|
|
|
|
"Zusammenführung beginnen. Mit dieser Reihenfolge können Sie mögliche "
|
|
|
|
"Konflikte beim Zusammenführen wesentlich einfacher beheben oder abbrechen.\n"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:108
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s of %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s von %s"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:126
|
2008-12-06 20:22:16 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Merging %s and %s..."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammenführen von %s und %s..."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:137
|
|
|
|
msgid "Merge completed successfully."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammenführen erfolgreich abgeschlossen."
|
2008-12-06 20:22:16 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:139
|
|
|
|
msgid "Merge failed. Conflict resolution is required."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammenführen fehlgeschlagen. Konfliktauflösung ist notwendig."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:156
|
2007-07-21 12:18:14 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "%s (%s): Merge"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "%s (%s): Zusammenführen"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:164
|
2008-12-08 16:32:28 +00:00
|
|
|
#, tcl-format
|
2020-02-09 22:00:56 +00:00
|
|
|
msgid "Merge Into %s"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammenführen in »%s«"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:183
|
|
|
|
msgid "Revision To Merge"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Zusammenzuführende Version"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:218
|
|
|
|
msgid ""
|
|
|
|
"Cannot abort while amending.\n"
|
|
|
|
"\n"
|
|
|
|
"You must finish amending this commit.\n"
|
2007-07-22 01:12:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Abbruch der Nachbesserung ist nicht möglich.\n"
|
|
|
|
"\n"
|
|
|
|
"Sie müssen die Nachbesserung diese Commits abschließen.\n"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:228
|
|
|
|
msgid ""
|
|
|
|
"Abort merge?\n"
|
|
|
|
"\n"
|
|
|
|
"Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
|
|
|
|
"\n"
|
|
|
|
"Continue with aborting the current merge?"
|
2007-07-22 01:12:18 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Zusammenführen abbrechen?\n"
|
|
|
|
"\n"
|
|
|
|
"Wenn Sie abbrechen, gehen alle noch nicht committeten Änderungen verloren.\n"
|
|
|
|
"\n"
|
|
|
|
"Zusammenführen jetzt abbrechen?"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:234
|
|
|
|
msgid ""
|
|
|
|
"Reset changes?\n"
|
|
|
|
"\n"
|
|
|
|
"Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
|
|
|
|
"\n"
|
|
|
|
"Continue with resetting the current changes?"
|
2007-10-10 08:11:43 +00:00
|
|
|
msgstr ""
|
2020-03-19 23:06:51 +00:00
|
|
|
"Änderungen verwerfen?\n"
|
|
|
|
"\n"
|
|
|
|
"Alle noch nicht committeten Änderungen würden verloren gehen.\n"
|
|
|
|
"\n"
|
|
|
|
"Änderungen jetzt verwerfen?"
|
2007-10-08 19:34:56 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:246
|
|
|
|
msgid "Aborting"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Abbruch"
|
2007-07-21 12:18:14 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:247
|
|
|
|
msgid "files reset"
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Dateien zurückgesetzt"
|
2007-10-10 08:11:43 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:277
|
|
|
|
msgid "Abort failed."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Abbruch fehlgeschlagen."
|
2007-07-22 01:12:18 +00:00
|
|
|
|
2020-02-09 22:00:56 +00:00
|
|
|
#: lib/merge.tcl:279
|
|
|
|
msgid "Abort completed. Ready."
|
2020-03-19 23:06:51 +00:00
|
|
|
msgstr "Abbruch durchgeführt. Bereit."
|