Merge branch 'master' of git://ozlabs.org/~paulus/gitk

* 'master' of git://ozlabs.org/~paulus/gitk:
  gitk: Follow themed bgcolor in help dialogs
  gitk: fr.po: Sync translations with git
  gitk: Update French translation (311t)
  gitk: Update German translation
  gitk: Update Bulgarian translation (311t)
This commit is contained in:
Junio C Hamano 2016-03-20 18:05:10 -07:00
commit 257000c617
4 changed files with 803 additions and 819 deletions

View File

@ -3021,7 +3021,7 @@ proc bindall {event action} {
} }
proc about {} { proc about {} {
global uifont NS global bgcolor NS
set w .about set w .about
if {[winfo exists $w]} { if {[winfo exists $w]} {
raise $w raise $w
@ -3036,7 +3036,7 @@ Gitk - a commit viewer for git
Copyright \u00a9 2005-2014 Paul Mackerras Copyright \u00a9 2005-2014 Paul Mackerras
Use and redistribute under the terms of the GNU General Public License"] \ Use and redistribute under the terms of the GNU General Public License"] \
-justify center -aspect 400 -border 2 -bg white -relief groove -justify center -aspect 400 -border 2 -bg $bgcolor -relief groove
pack $w.m -side top -fill x -padx 2 -pady 2 pack $w.m -side top -fill x -padx 2 -pady 2
${NS}::button $w.ok -text [mc "Close"] -command "destroy $w" -default active ${NS}::button $w.ok -text [mc "Close"] -command "destroy $w" -default active
pack $w.ok -side bottom pack $w.ok -side bottom
@ -3047,7 +3047,7 @@ Use and redistribute under the terms of the GNU General Public License"] \
} }
proc keys {} { proc keys {} {
global NS global bgcolor NS
set w .keys set w .keys
if {[winfo exists $w]} { if {[winfo exists $w]} {
raise $w raise $w
@ -3103,7 +3103,7 @@ proc keys {} {
[mc "<%s-minus> Decrease font size" $M1T] [mc "<%s-minus> Decrease font size" $M1T]
[mc "<F5> Update"] [mc "<F5> Update"]
" \ " \
-justify left -bg white -border 2 -relief groove -justify left -bg $bgcolor -border 2 -relief groove
pack $w.m -side top -fill both -padx 2 -pady 2 pack $w.m -side top -fill both -padx 2 -pady 2
${NS}::button $w.ok -text [mc "Close"] -command "destroy $w" -default active ${NS}::button $w.ok -text [mc "Close"] -command "destroy $w" -default active
bind $w <Key-Escape> [list destroy $w] bind $w <Key-Escape> [list destroy $w]

File diff suppressed because it is too large Load Diff

View File

@ -23,11 +23,11 @@ msgstr "Liste der nicht zusammengeführten Dateien nicht gefunden:"
#: gitk:212 gitk:2381 #: gitk:212 gitk:2381
msgid "Color words" msgid "Color words"
msgstr "" msgstr "Wörter einfärben"
#: gitk:217 gitk:2381 gitk:8220 gitk:8253 #: gitk:217 gitk:2381 gitk:8220 gitk:8253
msgid "Markup words" msgid "Markup words"
msgstr "" msgstr "Wörter kennzeichnen"
#: gitk:324 #: gitk:324
msgid "Error parsing revisions:" msgid "Error parsing revisions:"
@ -187,7 +187,7 @@ msgstr "Änderungen:"
#: gitk:2304 gitk:4779 #: gitk:2304 gitk:4779
msgid "changing lines matching:" msgid "changing lines matching:"
msgstr "" msgstr "Geänderte Zeilen entsprechen:"
#: gitk:2313 gitk:2315 gitk:4766 #: gitk:2313 gitk:2315 gitk:4766
msgid "Exact" msgid "Exact"
@ -248,7 +248,7 @@ msgstr "Leerzeichenänderungen ignorieren"
#: gitk:2378 gitk:2380 gitk:7959 gitk:8206 #: gitk:2378 gitk:2380 gitk:7959 gitk:8206
msgid "Line diff" msgid "Line diff"
msgstr "" msgstr "Zeilenunterschied"
#: gitk:2445 #: gitk:2445
msgid "Patch" msgid "Patch"
@ -307,19 +307,16 @@ msgid "Compare with marked commit"
msgstr "Mit Lesezeichen vergleichen" msgstr "Mit Lesezeichen vergleichen"
#: gitk:2629 gitk:2640 #: gitk:2629 gitk:2640
#, fuzzy
msgid "Diff this -> marked commit" msgid "Diff this -> marked commit"
msgstr "Vergleich: diese -> gewählte" msgstr "Vergleich: diese -> gewählte Version"
#: gitk:2630 gitk:2641 #: gitk:2630 gitk:2641
#, fuzzy
msgid "Diff marked commit -> this" msgid "Diff marked commit -> this"
msgstr "Vergleich: gewählte -> diese" msgstr "Vergleich: gewählte -> diese Version"
#: gitk:2631 #: gitk:2631
#, fuzzy
msgid "Revert this commit" msgid "Revert this commit"
msgstr "Lesezeichen setzen" msgstr "Version umkehren"
#: gitk:2647 #: gitk:2647
msgid "Check out this branch" msgid "Check out this branch"
@ -331,7 +328,7 @@ msgstr "Zweig löschen"
#: gitk:2649 #: gitk:2649
msgid "Copy branch name" msgid "Copy branch name"
msgstr "" msgstr "Zweigname kopieren"
#: gitk:2656 #: gitk:2656
msgid "Highlight this too" msgid "Highlight this too"
@ -351,7 +348,7 @@ msgstr "Annotieren der Elternversion"
#: gitk:2660 #: gitk:2660
msgid "Copy path" msgid "Copy path"
msgstr "" msgstr "Pfad kopieren"
#: gitk:2667 #: gitk:2667
msgid "Show origin of this line" msgid "Show origin of this line"
@ -362,7 +359,6 @@ msgid "Run git gui blame on this line"
msgstr "Diese Zeile annotieren (»git gui blame«)" msgstr "Diese Zeile annotieren (»git gui blame«)"
#: gitk:3014 #: gitk:3014
#, fuzzy
msgid "" msgid ""
"\n" "\n"
"Gitk - a commit viewer for git\n" "Gitk - a commit viewer for git\n"
@ -374,7 +370,7 @@ msgstr ""
"\n" "\n"
"Gitk - eine Visualisierung der Git-Historie\n" "Gitk - eine Visualisierung der Git-Historie\n"
"\n" "\n"
"Copyright \\u00a9 2005-2010 Paul Mackerras\n" "Copyright \\u00a9 2005-2014 Paul Mackerras\n"
"\n" "\n"
"Benutzung und Weiterverbreitung gemäß den Bedingungen der GNU General Public " "Benutzung und Weiterverbreitung gemäß den Bedingungen der GNU General Public "
"License" "License"
@ -397,9 +393,9 @@ msgid "<%s-Q>\t\tQuit"
msgstr "<%s-Q>\t\tBeenden" msgstr "<%s-Q>\t\tBeenden"
#: gitk:3049 #: gitk:3049
#, fuzzy, tcl-format #, tcl-format
msgid "<%s-W>\t\tClose window" msgid "<%s-W>\t\tClose window"
msgstr "<%s-F>\t\tSuchen" msgstr "<%s-F>\t\tFenster schließen"
#: gitk:3050 #: gitk:3050
msgid "<Home>\t\tMove to first commit" msgid "<Home>\t\tMove to first commit"
@ -410,19 +406,16 @@ msgid "<End>\t\tMove to last commit"
msgstr "<Ende>\t\tZur ältesten Version springen" msgstr "<Ende>\t\tZur ältesten Version springen"
#: gitk:3052 #: gitk:3052
#, fuzzy
msgid "<Up>, p, k\tMove up one commit" msgid "<Up>, p, k\tMove up one commit"
msgstr "<Hoch>, p, i\tNächste neuere Version" msgstr "<Hoch>, p, k\tNächste neuere Version"
#: gitk:3053 #: gitk:3053
#, fuzzy
msgid "<Down>, n, j\tMove down one commit" msgid "<Down>, n, j\tMove down one commit"
msgstr "<Runter>, n, k\tNächste ältere Version" msgstr "<Runter>, n, j\tNächste ältere Version"
#: gitk:3054 #: gitk:3054
#, fuzzy
msgid "<Left>, z, h\tGo back in history list" msgid "<Left>, z, h\tGo back in history list"
msgstr "<Links>, z, j\tEine Version zurückgehen" msgstr "<Links>, z, h\tEine Version zurückgehen"
#: gitk:3055 #: gitk:3055
msgid "<Right>, x, l\tGo forward in history list" msgid "<Right>, x, l\tGo forward in history list"
@ -431,7 +424,7 @@ msgstr "<Rechts>, x, l\tEine Version weitergehen"
#: gitk:3056 #: gitk:3056
#, tcl-format #, tcl-format
msgid "<%s-n>\tGo to n-th parent of current commit in history list" msgid "<%s-n>\tGo to n-th parent of current commit in history list"
msgstr "" msgstr "<%s-n>\tZu n-ter Elternversion in Versionshistorie springen"
#: gitk:3057 #: gitk:3057
msgid "<PageUp>\tMove up one page in commit list" msgid "<PageUp>\tMove up one page in commit list"
@ -514,9 +507,8 @@ msgid "<Return>\tMove to next find hit"
msgstr "<Eingabetaste>\tWeitersuchen" msgstr "<Eingabetaste>\tWeitersuchen"
#: gitk:3075 #: gitk:3075
#, fuzzy
msgid "g\t\tGo to commit" msgid "g\t\tGo to commit"
msgstr "<Ende>\t\tZur ältesten Version springen" msgstr "g\t\tZu Version springen"
#: gitk:3076 #: gitk:3076
msgid "/\t\tFocus the search box" msgid "/\t\tFocus the search box"
@ -673,9 +665,8 @@ msgid "Matches all Commit Info criteria"
msgstr "Alle Versionsinformationen-Kriterien erfüllen" msgstr "Alle Versionsinformationen-Kriterien erfüllen"
#: gitk:4086 #: gitk:4086
#, fuzzy
msgid "Matches no Commit Info criteria" msgid "Matches no Commit Info criteria"
msgstr "Alle Versionsinformationen-Kriterien erfüllen" msgstr "keine Versionsinformationen-Kriterien erfüllen"
#: gitk:4087 #: gitk:4087
msgid "Changes to Files:" msgid "Changes to Files:"
@ -802,7 +793,7 @@ msgstr "Lokale Änderungen, nicht bereitgestellt"
#: gitk:7134 #: gitk:7134
msgid "and many more" msgid "and many more"
msgstr "" msgstr "und weitere"
#: gitk:7137 #: gitk:7137
msgid "many" msgid "many"
@ -1066,34 +1057,31 @@ msgid "No changes committed"
msgstr "Keine Änderungen eingetragen" msgstr "Keine Änderungen eingetragen"
#: gitk:9593 #: gitk:9593
#, fuzzy, tcl-format #, tcl-format
msgid "Commit %s is not included in branch %s -- really revert it?" msgid "Commit %s is not included in branch %s -- really revert it?"
msgstr "" msgstr ""
"Version »%s« ist bereits im Zweig »%s« enthalten -- trotzdem erneut " "Version »%s« ist nicht im Zweig »%s« enthalten -- trotzdem umkehren?"
"eintragen?"
#: gitk:9598 #: gitk:9598
#, fuzzy
msgid "Reverting" msgid "Reverting"
msgstr "Zurücksetzen" msgstr "Umkehren"
#: gitk:9606 #: gitk:9606
#, fuzzy, tcl-format #, tcl-format
msgid "" msgid ""
"Revert failed because of local changes to the following files:%s Please " "Revert failed because of local changes to the following files:%s Please "
"commit, reset or stash your changes and try again." "commit, reset or stash your changes and try again."
msgstr "" msgstr ""
"Pflücken fehlgeschlagen, da noch lokale Änderungen in Datei »%s«\n" "Umkehren fehlgeschlagen, da noch lokale Änderungen in Datei »%s«\n"
"vorliegen. Bitte diese Änderungen eintragen, zurücksetzen oder\n" "vorliegen. Bitte diese Änderungen eintragen, zurücksetzen oder\n"
"zwischenspeichern (»git stash«) und dann erneut versuchen." "zwischenspeichern (»git stash«) und dann erneut versuchen."
#: gitk:9610 #: gitk:9610
#, fuzzy
msgid "" msgid ""
"Revert failed because of merge conflict.\n" "Revert failed because of merge conflict.\n"
" Do you wish to run git citool to resolve it?" " Do you wish to run git citool to resolve it?"
msgstr "" msgstr ""
"Pflücken fehlgeschlagen, da ein Zusammenführungs-Konflikt aufgetreten\n" "Umkehren fehlgeschlagen, da ein Zusammenführungs-Konflikt aufgetreten\n"
"ist. Soll das Zusammenführungs-Werkzeug (»git citool«) aufgerufen\n" "ist. Soll das Zusammenführungs-Werkzeug (»git citool«) aufgerufen\n"
"werden, um diesen Konflikt aufzulösen?" "werden, um diesen Konflikt aufzulösen?"
@ -1206,9 +1194,8 @@ msgid "Show local changes"
msgstr "Lokale Änderungen anzeigen" msgstr "Lokale Änderungen anzeigen"
#: gitk:11361 #: gitk:11361
#, fuzzy
msgid "Auto-select SHA1 (length)" msgid "Auto-select SHA1 (length)"
msgstr "SHA1-Hashwert automatisch auswählen" msgstr "SHA1-Hashwert (Länge) automatisch auswählen"
#: gitk:11365 #: gitk:11365
msgid "Hide remote refs" msgid "Hide remote refs"
@ -1223,13 +1210,12 @@ msgid "Tab spacing"
msgstr "Tabulatorbreite" msgstr "Tabulatorbreite"
#: gitk:11374 #: gitk:11374
#, fuzzy
msgid "Display nearby tags/heads" msgid "Display nearby tags/heads"
msgstr "Naheliegende Markierungen anzeigen" msgstr "Naheliegende Markierungen/Zweigspitzen anzeigen"
#: gitk:11377 #: gitk:11377
msgid "Maximum # tags/heads to show" msgid "Maximum # tags/heads to show"
msgstr "" msgstr "Maximale Anzahl anzuzeigender Markierungen/Zweigspitzen"
#: gitk:11380 #: gitk:11380
msgid "Limit diffs to listed paths" msgid "Limit diffs to listed paths"
@ -1348,17 +1334,16 @@ msgid "Gitk preferences"
msgstr "Gitk-Einstellungen" msgstr "Gitk-Einstellungen"
#: gitk:11494 #: gitk:11494
#, fuzzy
msgid "General" msgid "General"
msgstr "Erzeugen" msgstr "Allgemein"
#: gitk:11495 #: gitk:11495
msgid "Colors" msgid "Colors"
msgstr "" msgstr "Farben"
#: gitk:11496 #: gitk:11496
msgid "Fonts" msgid "Fonts"
msgstr "" msgstr "Schriftarten"
#: gitk:11546 #: gitk:11546
#, tcl-format #, tcl-format
@ -1370,6 +1355,8 @@ msgid ""
"Sorry, gitk cannot run with this version of Tcl/Tk.\n" "Sorry, gitk cannot run with this version of Tcl/Tk.\n"
" Gitk requires at least Tcl/Tk 8.4." " Gitk requires at least Tcl/Tk 8.4."
msgstr "" msgstr ""
"Entschuldigung, gitk kann nicht mit dieser Tcl/Tk Version ausgeführt werden.\n"
" Gitk erfordert mindestens Tcl/Tk 8.4."
#: gitk:12269 #: gitk:12269
msgid "Cannot find a git repository here." msgid "Cannot find a git repository here."

File diff suppressed because it is too large Load Diff