1 # Translation of git-gui glossary to German
2 # Copyright (C) 2007 Shawn Pearce, et al.
3 # This file is distributed under the same license as the git package.
4 # Christian Stimming <stimming@tuhh.de>, 2007
8 "Project-Id-Version: git-gui glossary\n"
9 "POT-Creation-Date: 2007-10-19 21:43+0200\n"
10 "PO-Revision-Date: 2007-10-20 15:24+0200\n"
11 "Last-Translator: Christian Stimming <stimming@tuhh.de>\n"
12 "Language-Team: German \n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
17 #. "English Definition (Dear translator: This file will never be visible to the user! It should only serve as a tool for you, the translator. Nothing more.)"
19 "English Term (Dear translator: This file will never be visible to the user!)"
21 "Deutsche Übersetzung.\n"
22 "Andere deutsche SCM:\n"
23 " http://tortoisesvn.net/docs/release/TortoiseSVN_de/index.html und http://"
24 "tortoisesvn.tigris.org/svn/tortoisesvn/trunk/Languages/Tortoise_de.po "
25 "(username=guest, password empty, gut),\n"
26 " http://msdn.microsoft.com/de-de/library/ms181038(vs.80).aspx (MS Visual "
27 "Source Safe, kommerziell),\n"
28 " http://cvsbook.red-bean.com/translations/german/Kap_06.html "
30 " http://tortoisecvs.cvs.sourceforge.net/tortoisecvs/po/TortoiseCVS/de_DE.po?"
31 "view=markup (mittelmäßig),\n"
32 " http://rapidsvn.tigris.org/svn/rapidsvn/trunk/src/locale/de/rapidsvn.po "
33 "(username=guest, password empty, schlecht)"
37 msgstr "nachbessern (ergänzen)"
43 #. "A 'branch' is an active line of development."
52 msgid "checkout [noun]"
54 "Arbeitskopie (Erstellung einer Arbeitskopie; Auscheck? Ausspielung? Abruf? "
55 "Source Safe: Auscheckvorgang)"
57 #. "The action of updating the working tree to a revision which was stored in the object database."
58 msgid "checkout [verb]"
60 "Arbeitskopie erstellen; Zweig umstellen [checkout a branch] (auschecken? "
61 "ausspielen? abrufen? Source Safe: auschecken)"
67 #. "A single point in the git history."
70 "Version; Eintragung; Änderung (Buchung?, Eintragung?, Übertragung?, "
71 "Sendung?, Übergabe?, Einspielung?, Ablagevorgang?)"
73 #. "The action of storing a new snapshot of the project's state in the git history."
76 "eintragen (TortoiseSVN: übertragen; Source Safe: einchecken; senden?, "
77 "übergeben?, einspielen?, einpflegen?, ablegen?)"
81 msgstr "Vergleich (Source Safe: Unterschiede)"
87 #. "A fast-forward is a special type of merge where you have a revision and you are merging another branch's changes that happen to be a descendant of what you have."
88 msgid "fast forward merge"
89 msgstr "Schnellzusammenführung"
91 #. "Fetching a branch means to get the branch's head from a remote repository, to find out which objects are missing from the local object database, and to get them, too."
93 msgstr "anfordern (holen?)"
95 #. "A collection of files. The index is a stored version of your working tree."
96 msgid "index (in git-gui: staging area)"
97 msgstr "Bereitstellung"
99 #. "A successful merge results in the creation of a new commit representing the result of the merge."
101 msgstr "Zusammenführung"
103 #. "To bring the contents of another branch into the current branch."
105 msgstr "zusammenführen"
109 msgstr "Beschreibung (Meldung?, Nachricht?; Source Safe: Kommentar)"
111 #. "Deletes all stale tracking branches under <name>. These stale branches have already been removed from the remote repository referenced by <name>, but are still locally available in 'remotes/<name>'."
115 #. "Pulling a branch means to fetch it and merge it."
117 msgstr "übernehmen (ziehen?)"
119 #. "Pushing a branch means to get the branch's head ref from a remote repository, and ... (well, can someone please explain it for mere mortals?)"
121 msgstr "versenden (ausliefern? hochladen? verschicken? schieben?)"
127 #. "An other repository ('remote'). One might have a set of remotes whose branches one tracks."
129 msgstr "Andere Archive (Gegenseite?, Entfernte?, Server?)"
131 #. "A collection of refs (?) together with an object database containing all objects which are reachable from the refs... (oops, you've lost me here. Again, please an explanation for mere mortals?)"
133 msgstr "Projektarchiv"
137 msgstr "zurücksetzen (zurückkehren?)"
143 #. "A particular state of files and directories which was stored in the object database."
145 msgstr "Version (TortoiseSVN: Revision; Source Safe: Version)"
149 msgstr "abzeichnen (gegenzeichnen?, freizeichnen?, absegnen?)"
153 msgstr "Bereitstellung"
159 #. "A ref pointing to a tag or commit object"
167 #. "A regular git branch that is used to follow changes from another repository."
168 msgid "tracking branch"
169 msgstr "Übernahmezweig"
177 msgstr "aktualisieren"
183 #. "The tree of actual checked out files."
184 msgid "working copy, working tree"
185 msgstr "Arbeitskopie"