Skip to content

Commit

Permalink
git-gui: Improve German translation.
Browse files Browse the repository at this point in the history
Change translation of "clone" back to "klonen" because "kopieren" is a
much broader term than this particular git action.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Christian Stimming authored and Shawn O. Pearce committed Jan 16, 2008
1 parent 10899a8 commit d71b565
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: git-gui\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-11-24 10:36+0100\n"
"PO-Revision-Date: 2008-01-07 21:52+0100\n"
"PO-Revision-Date: 2008-01-15 20:33+0100\n"
"Last-Translator: Christian Stimming <stimming@tuhh.de>\n"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -914,11 +914,11 @@ msgstr "Neu..."

#: lib/choose_repository.tcl:93 lib/choose_repository.tcl:468
msgid "Clone Existing Repository"
msgstr "Projektarchiv kopieren"
msgstr "Projektarchiv klonen"

#: lib/choose_repository.tcl:99
msgid "Clone..."
msgstr "Kopieren..."
msgstr "Klonen..."

#: lib/choose_repository.tcl:106 lib/choose_repository.tcl:978
msgid "Open Existing Repository"
Expand Down Expand Up @@ -968,15 +968,15 @@ msgstr "Datei »%s« existiert bereits."

#: lib/choose_repository.tcl:463
msgid "Clone"
msgstr "Kopieren"
msgstr "Klonen"

#: lib/choose_repository.tcl:476
msgid "URL:"
msgstr "URL:"

#: lib/choose_repository.tcl:496
msgid "Clone Type:"
msgstr "Art der Kopie:"
msgstr "Art des Klonens:"

#: lib/choose_repository.tcl:502
msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
Expand Down Expand Up @@ -1025,7 +1025,7 @@ msgstr "Kopien von Objekten/Info/Alternates konnten nicht erstellt werden: %s"
#: lib/choose_repository.tcl:690
#, tcl-format
msgid "Nothing to clone from %s."
msgstr "Von »%s« konnte nichts kopiert werden."
msgstr "Von »%s« konnte nichts geklont werden."

#: lib/choose_repository.tcl:692 lib/choose_repository.tcl:906
#: lib/choose_repository.tcl:918
Expand Down Expand Up @@ -1086,7 +1086,7 @@ msgstr "Verzeichnis »%s« kann nicht aufgeräumt werden."

#: lib/choose_repository.tcl:897
msgid "Clone failed."
msgstr "Kopieren fehlgeschlagen."
msgstr "Klonen fehlgeschlagen."

#: lib/choose_repository.tcl:904
msgid "No default branch obtained."
Expand Down
4 changes: 2 additions & 2 deletions po/glossary/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: git-gui glossary\n"
"POT-Creation-Date: 2008-01-07 21:20+0100\n"
"PO-Revision-Date: 2008-01-07 21:27+0100\n"
"PO-Revision-Date: 2008-01-15 20:32+0100\n"
"Last-Translator: Christian Stimming <stimming@tuhh.de>\n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -62,7 +62,7 @@ msgstr ""

#. ""
msgid "clone [verb]"
msgstr "kopieren"
msgstr "klonen"

#. "A single point in the git history."
msgid "commit [noun]"
Expand Down

0 comments on commit d71b565

Please sign in to comment.