Re: [PATCH v2] l10n: de.po: translate 68 new messages

2015-12-29 Thread Ralf Thielow
2015-12-28 20:32 GMT+01:00 Matthias Rüster : > Hi Ralf, > >> #: builtin/submodule--helper.c:273 >> msgid "fatal: submodule--helper subcommand must be called with a >> subcommand" >> -msgstr "" >> +msgstr "fatal: submodule-helper muss mit einem Unterkommando aufgerufen >> werden" >> >> #: buil

[PATCH v3] l10n: de.po: translate 68 new messages

2015-12-29 Thread Ralf Thielow
Translate 68 new messages came from git.pot update in f4f2c8f (l10n: git.pot: v2.7.0 round 1 (66 new, 29 removed)) and 2c0ca05 (l10n: git.pot: v2.7.0 round 2 (2 new, 2 removed)). Signed-off-by: Ralf Thielow Acked-by: Matthias Rüster --- po/de.po | 190

[PATCH] l10n: update German translation

2018-11-30 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 827 +-- 1 file changed, 375 insertions(+), 452 deletions(-) diff --git a/po/de.po b/po/de.po index 3cf9405df..256b668a8 100644 --- a/po/de.po +++ b/po/de.po @@ -943,17 +943,17 @@ msgid "&q

[PATCH] builtin/rebase.c: remove superfluous space in messages

2018-11-30 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- builtin/rebase.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/rebase.c b/builtin/rebase.c index 5b3e5baec8..a6acba76b4 100644 --- a/builtin/rebase.c +++ b/builtin/rebase.c @@ -871,7 +871,7 @@ int cmd_rebase(int argc, const char

[PATCH v2] l10n: update German translation

2018-12-03 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- v2 updates the translation up to the latest update of git.pot. range-diff: 1: f0a6c76bf ! 1: f8313495e l10n: update German translation @@ -205,13 +205,13 @@ -msgstr "" +msgstr "Falsche Reihenfolge bei multi-pack-index Pack-Namen

[PATCH] l10n: de.po: fix two messages

2018-12-07 Thread Ralf Thielow
Reported-by: Phillip Szelat Signed-off-by: Ralf Thielow --- Hi Phillip, Good catches. Thanks for the review! Ralf po/de.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/de.po b/po/de.po index eb213d742..d5113434a 100644 --- a/po/de.po +++ b/po/de.po @@ -3421,7

[PATCH] git-rebase.sh: fix typos in error messages

2018-09-28 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- git-rebase.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-rebase.sh b/git-rebase.sh index 7973447645..45b6ee9c0e 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -553,15 +553,15 @@ then # Note: incompatibility with

[PATCH] l10n: de.po: translate 108 new messages

2018-07-19 Thread Ralf Thielow
Translate 108 new messages came from git.pot update in 9b7388a85 (l10n: git.pot: v2.18.0 round 1 (108 new, 14 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 373 +-- 1 file changed, 194 insertions(+), 179 deletions(-) diff --git a/po

[PATCH] builtin/config.c: separate message and value by colon in error messages

2018-08-03 Thread Ralf Thielow
The error message and the value that caused that error should be separated by a colon. Signed-off-by: Ralf Thielow --- builtin/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/config.c b/builtin/config.c index 2c93a289a7..862f870b58 100644 --- a/builtin

[PATCH] l10n: de.po: translate 132 new messages

2018-03-27 Thread Ralf Thielow
Translate 132 new message came from git.pot update in abc8de64d (l10n: git.pot: v2.17.0 round 1 (132 new, 44 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 455 +-- 1 file changed, 209 insertions(+), 246 deletions(-) diff --git a/po

[PATCH] l10n: TEAMS: remove inactive de team members

2018-04-03 Thread Ralf Thielow
Thanks for your contributions! Signed-off-by: Ralf Thielow --- po/TEAMS | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/po/TEAMS b/po/TEAMS index 065771cfe..762879550 100644 --- a/po/TEAMS +++ b/po/TEAMS @@ -13,12 +13,8 @@ Members: Alex Henrie Language: de

Re: [PATCH] l10n: de.po: translate 132 new messages

2018-04-03 Thread Ralf Thielow
2018-04-02 20:09 GMT+02:00 Matthias Rüster : > Hi Ralf, > > thanks a lot for your translations! > > I've only found a small issue: > >> #: git-add--interactive.perl:1405 >> -#, fuzzy, perl-format >> +#, perl-format >> msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? " >> -msgstr "diesen

[PATCH] l10n: de.po: fix a 'add --interactive' message

2018-04-03 Thread Ralf Thielow
Noticed-by: Matthias Rüster Signed-off-by: Ralf Thielow --- po/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/de.po b/po/de.po index 793bd2a80..257f527d6 100644 --- a/po/de.po +++ b/po/de.po @@ -16991,7 +16991,7 @@ msgstr "Löschung im Arbeitsverzeichnis verw

git-clone ignores submodule.recurse configuration

2017-12-01 Thread Ralf Thielow
Today I played around a bit with git submodules and noticed that the very handy configuration "submodule.recurse" is not working for the git-clone command. "git help config" tells me that submodule.recurse affects all commands that have a --recurse-submodules option. git-clone seems to be an excep

Re: [PATCH] l10n: update de_DE translation

2017-12-02 Thread Ralf Thielow
Robert Abel wrote: > Der-, die- and dasselbe and their declensions are spelt as one word in German. > Thanks! > Signed-off-by: Robert Abel > --- > po/de.po | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/po/de.po b/po/de.po > index a05aca5f3..400262625 100644 >

[PATCH] l10n: de.po: improve messages when a branch starts to track another ref

2017-12-16 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/po/de.po b/po/de.po index 400262625..00ffd8c41 100644 --- a/po/de.po +++ b/po/de.po @@ -1070,42 +1070,42 @@ msgstr "Branch %s kann nicht sein eigener Upstream-B

[PATCH] l10n: de.po: translate 72 new messages

2018-01-11 Thread Ralf Thielow
Translate 72 new messages came from git.pot update in 18a907225 (l10n: git.pot: v2.16.0 round 1 (64 new, 25 removed)) and 005c62fe4 (l10n: git.pot: v2.16.0 round 2 (8 new, 4 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 227

[PATCH] Documentation/git-worktree.txt: add missing `

2018-01-11 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- Documentation/git-worktree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index f850e8ffb..41585f535 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git

[PATCH v2] l10n: de.po: translate 72 new messages

2018-01-13 Thread Ralf Thielow
Translate 72 new messages came from git.pot update in 18a907225 (l10n: git.pot: v2.16.0 round 1 (64 new, 25 removed)) and 005c62fe4 (l10n: git.pot: v2.16.0 round 2 (8 new, 4 removed)). Signed-off-by: Ralf Thielow --- Thanks for the review, Matthias! po/de.po | 227

[PATCH] submodule.c: add missing ' in error messages

2017-04-13 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- submodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submodule.c b/submodule.c index c52d6634c..02033c97e 100644 --- a/submodule.c +++ b/submodule.c @@ -1251,7 +1251,7 @@ int bad_to_remove_submodule(const char *path, unsigned flags

[PATCH] git-add--interactive.perl: add missing dot in a message

2017-04-13 Thread Ralf Thielow
One message appears twice in the translations and the only difference is a dot at the end. So add this dot to make the messages being identical. Signed-off-by: Ralf Thielow --- git-add--interactive.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-add

[PATCH] l10n: de.po: update German translation

2017-04-30 Thread Ralf Thielow
Translate 96 new messages came from git.pot update in dfc182b (l10n: git.pot: v2.13.0 round 1 (96 new, 37 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 309 +++ 1 file changed, 134 insertions(+), 175 deletions(-) diff --git a

[PATCH v2] l10n: de.po: update German translation

2017-04-30 Thread Ralf Thielow
Translate 96 new messages came from git.pot update in dfc182b (l10n: git.pot: v2.13.0 round 1 (96 new, 37 removed)). Signed-off-by: Ralf Thielow --- :/ It turned out de.po was not up-to-date with the git.pot update mentioned. So here we go again. po/de.po | 323

Re: [PATCH v2] l10n: de.po: update German translation

2017-05-02 Thread Ralf Thielow
2017-05-01 14:19 GMT+02:00 Simon Ruderich : > On Sun, Apr 30, 2017 at 09:11:49PM +0200, Ralf Thielow wrote: >> #: config.c:1952 >> #, c-format >> msgid "unknown core.untrackedCache value '%s'; using 'keep' default value" >> -msgstr &q

[PATCH v3] l10n: de.po: update German translation

2017-05-02 Thread Ralf Thielow
Translate 96 new messages came from git.pot update in dfc182b (l10n: git.pot: v2.13.0 round 1 (96 new, 37 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 323 --- 1 file changed, 142 insertions(+), 181 deletions(-) diff --git a

Re: [PATCH v3] l10n: de.po: update German translation

2017-05-03 Thread Ralf Thielow
Am 3. Mai 2017 um 14:38 schrieb Christian Brabandt : > Hallo Ralf! > > Ralf Thielow schrieb am Dienstag, den 02. Mai 2017: > >> @@ -1260,6 +1260,8 @@ msgstr "Speicher verbraucht" >> #: config.c:191 >> msgid "relative config include

[PATCH v4] l10n: de.po: update German translation

2017-05-03 Thread Ralf Thielow
Translate 96 new messages came from git.pot update in dfc182b (l10n: git.pot: v2.13.0 round 1 (96 new, 37 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 323 --- 1 file changed, 142 insertions(+), 181 deletions(-) diff --git a

Re: [PATCH v4] l10n: de.po: update German translation

2017-05-04 Thread Ralf Thielow
2017-05-03 19:29 GMT+02:00 Matthias Rüster : > Hi Ralf, > > thanks again for your work! > > >> >> #: ref-filter.c:565 >> -#, fuzzy, c-format >> +#, c-format >> msgid "format: %%(then) atom used after %%(else)" >> -msgstr "Format: %%(end) Atom fehlt" >> +msgstr "format: %%(then) nach %%(else) verw

Re: [PATCH v3] l10n: de.po: update German translation

2017-05-04 Thread Ralf Thielow
2017-05-03 21:27 GMT+02:00 Christian Brabandt : > On Mi, 03 Mai 2017, Ralf Thielow wrote: > >> Ref or Reference is translated as "Referenz" while >> Rev or Revision is translated as "Commit" so I think >> the translation is correct. > > Oh right

[PATCH v5] l10n: de.po: update German translation

2017-05-04 Thread Ralf Thielow
Translate 96 new messages came from git.pot update in dfc182b (l10n: git.pot: v2.13.0 round 1 (96 new, 37 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 325 --- 1 file changed, 143 insertions(+), 182 deletions(-) diff --git a

[PATCH] l10n: de.po: translate 4 new messages

2017-05-05 Thread Ralf Thielow
Translate 4 new messages came from git.pot update in 28e1aaa48 (l10n: git.pot: v2.13.0 round 2 (4 new, 7 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/po/de.po b/po/de.po index 12c3d36a0..679f8f472 100644 --- a

[PATCH] l10n: de.po: fix typo

2017-07-10 Thread Ralf Thielow
Reported-by: Andre Hinrichs Signed-off-by: Ralf Thielow --- Hi Andre, thanks for the bugreport! Ralf po/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/de.po b/po/de.po index 679f8f4..42c4508 100644 --- a/po/de.po +++ b/po/de.po @@ -8564,7 +8564,7 @@ msgstr

[PATCH] l10n: de.po: update German translation

2017-07-14 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 123 +-- 1 file changed, 64 insertions(+), 59 deletions(-) diff --git a/po/de.po b/po/de.po index b9e076f93..f4cb9bf2d 100644 --- a/po/de.po +++ b/po/de.po @@ -176,26 +176,26 @@ msgid &quo

[PATCH] git add -i: replace \t with blanks in the help message

2017-02-22 Thread Ralf Thielow
e tab character with blanks. Signed-off-by: Ralf Thielow --- git-add--interactive.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-add--interactive.perl b/git-add--interactive.perl index cf6fc926a..982593c89 100755 --- a/git-add--interactive.perl +++ b/git-add--interac

Re: [PATCH] l10n: de: lower case after semi-colon

2017-03-17 Thread Ralf Thielow
Thanks for both patches to de.po! 2017-03-17 16:04 GMT+01:00 Michael J Gruber : > Signed-off-by: Michael J Gruber > --- > Just a minor thing. I'm wondering about lower/upper case > at the beginning of the line, though. Do we have a rule for de.po? > There is no rule nor is there consistency. :/

[PATCH v2] l10n: de.po: update German translation

2017-07-21 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- Hi Matthias, 2017-07-20 20:36 GMT+02:00 Matthias Rüster : > Hi Ralf, > > I think the following should be "hinzugefügt": > Sure. Thanks for review! Ciao, Ralf po/de.po | 123 +

Re: [PATCH v2] l10n: de.po: update German translation

2017-07-21 Thread Ralf Thielow
+#, fuzzy, c-format +msgid "% second ago" +msgid_plural "% seconds ago" +msgstr[0] "vor %lu Sekunde" +msgstr[1] "vor %lu Sekunden" ... which seems to be OK. A full diff after updating de.po after this patch can be found at https://pastebin.com/5yeSnGQj. Ralf 2017-07

[PATCH v3] l10n: de.po: update German translation

2017-07-21 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- v3 contains updated translations in date.c where %lu turned into %. po/de.po | 169 --- 1 file changed, 87 insertions(+), 82 deletions(-) diff --git a/po/de.po b/po/de.po index 347166240..283e68627

[PATCH] l10n: de.po: various fixes in German translation

2017-07-27 Thread Ralf Thielow
From: Hartmut Henkel Signed-off-by: Hartmut Henkel Signed-off-by: Ralf Thielow --- po/de.po | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/po/de.po b/po/de.po index c5b7ed501..dc381cb2d 100644 --- a/po/de.po +++ b/po

Re: [PATCH] l10n: de.po: various fixes in German translation

2017-07-27 Thread Ralf Thielow
2017-07-27 20:00 GMT+02:00 Stefan Beller : > This patch looks good to me, but some unrelated comments > that I feel would improve the translation even more. > > Thanks, > Stefan > >> @@ -1465,7 +1465,7 @@ msgstr "Konnte '%s' nicht aufheben." >> >> #: connect.c:50 >> msgid "The remote end hung up

[PATCH v2] l10n: de.po: various fixes in German translation

2017-07-27 Thread Ralf Thielow
From: Hartmut Henkel Signed-off-by: Hartmut Henkel Helped-by: Stefan Beller Signed-off-by: Ralf Thielow --- po/de.po | 52 +--- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/po/de.po b/po/de.po index c5b7ed501..362ebb6bb

[PATCH] sequencer.c: unify error messages

2017-10-13 Thread Ralf Thielow
When ftruncate() in rearrange_squash() fails, we write that we couldn't finish the operation on the todo file. It is more accurate to write that we couldn't truncate as we do in other calls of ftruncate(). While at there, remove a full stop in another error message. Signed-off-by: Ra

[PATCH v2] sequencer.c: fix and unify error messages in rearrange_squash()

2017-10-15 Thread Ralf Thielow
runcate as we do in other calls of ftruncate(). Signed-off-by: Ralf Thielow --- sequencer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sequencer.c b/sequencer.c index e258bb646..75f5356f6 100644 --- a/sequencer.c +++ b/sequencer.c @@ -2948,9 +2948,9 @@ int rearrange_s

Re: [PATCH] sequencer.c: unify error messages

2017-10-15 Thread Ralf Thielow
2017-10-13 23:12 GMT+02:00 René Scharfe : > Am 13.10.2017 um 19:51 schrieb Ralf Thielow: >> When ftruncate() in rearrange_squash() fails, we write >> that we couldn't finish the operation on the todo file. >> It is more accurate to write that we couldn't truncat

Re: [L10N] Kickoff of translation for Git 2.15.0 round 2

2017-10-17 Thread Ralf Thielow
2017-10-17 8:53 GMT+02:00 Junio C Hamano : > Jiang Xin writes: > >> Git v2.15.0-rc1 released with a typo fix from commit dfab1eac23 >> ("i18n: add a missing space in message", Sun Oct 8 14:18:39 2017 +0200). >> This time there are 2 updated messages need to be translated since last >> update. Let

[PATCH] sequencer.c: unify an error message

2017-10-17 Thread Ralf Thielow
Change an error message in sequencer.c for the case that we could not write to a file to match other instances. Signed-off-by: Ralf Thielow --- sequencer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequencer.c b/sequencer.c index 75f5356f6..f2a10cc4f 100644 --- a

[PATCH] l10n: de.po: translate 70 new messages

2017-10-17 Thread Ralf Thielow
Translate 70 new messages came from git.pot update in 25eab542b (l10n: git.pot: v2.15.0 round 1 (68 new, 36 removed)) and 9c07fab78 (l10n: git.pot: v2.15.0 round 2 (2 new, 2 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 253

[PATCH] l10n: de.po: fix typos

2017-10-20 Thread Ralf Thielow
From: Andre Hinrichs Signed-off-by: Andre Hinrichs Signed-off-by: Ralf Thielow --- po/de.po | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/po/de.po b/po/de.po index 0619c4988..a05aca5f3 100644 --- a/po/de.po +++ b/po/de.po @@ -2389,7 +2389,7

[PATCH] help.c: rename function "pretty_print_string_list"

2014-02-28 Thread Ralf Thielow
The part "string_list" of the name of function "pretty_print_string_list" is just an implementation detail. The function pretty-prints command names so rename it to "pretty_print_cmdnames". Signed-off-by: Ralf Thielow --- Just noticed this while digging thro

[PATCH] l10n: de.po: correct translation of "completed" after resolving deltas

2014-04-12 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- I'll queue this fix as part of the German l10n changes for the next release. po/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/de.po b/po/de.po index 773ae87..3e01e72 100644 --- a/po/de.po +++ b/po/de.po @@ -6108,7 +6108,7 @@ m

[PATCH] l10n: de.po: translate 45 new messages

2014-04-19 Thread Ralf Thielow
Translate 45 new messages came from git.pot update in 5e078fc (l10n: git.pot: v2.0.0 round 1 (45 new, 28 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 123 +-- 1 file changed, 49 insertions(+), 74 deletions(-) diff --git a/po

Re: [PATCH] l10n: de.po: translate 38 new messages

2014-08-23 Thread Ralf Thielow
anslations for v2.1.0 are ready. > 2014-08-06 1:51 GMT+08:00 Ralf Thielow : >> Translate 38 new messages came from git.pot update in fe05e19 >> (l10n: git.pot: v2.1.0 round 1 (38 new, 9 removed)). >> >> Signed-off-by: Ralf Thielow >> --- >> po/de.po | 13

[PATCH] po/TEAMS: add new members to German translation team

2014-08-26 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/TEAMS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/po/TEAMS b/po/TEAMS index 52c3d07..461cc14 100644 --- a/po/TEAMS +++ b/po/TEAMS @@ -15,6 +15,8 @@ Leader: Ralf Thielow Members: Thomas Rast Jan Krüger

[PATCH] l10n: de.po: translate 38 new messages

2014-08-26 Thread Ralf Thielow
Translate 38 new messages came from git.pot update in fe05e19 (l10n: git.pot: v2.1.0 round 1 (38 new, 9 removed)). Signed-off-by: Ralf Thielow --- This is a resend of an earlier patch [1] with an extended recipient list. [1] http://article.gmane.org/gmane.comp.version-control.git/254815 po

[PATCH v2] l10n: de.po: translate 38 new messages

2014-08-27 Thread Ralf Thielow
Translate 38 new messages came from git.pot update in fe05e19 (l10n: git.pot: v2.1.0 round 1 (38 new, 9 removed)). Signed-off-by: Ralf Thielow --- Am 26. August 2014 22:08 schrieb Phillip Sz : > > msgid "did not receive expected object %s" >>-msgstr "Kann Objekt

[PATCH] po/TEAMS: add new member to German translation team

2014-09-05 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/TEAMS | 1 + 1 file changed, 1 insertion(+) diff --git a/po/TEAMS b/po/TEAMS index 461cc14..a33a38e 100644 --- a/po/TEAMS +++ b/po/TEAMS @@ -17,6 +17,7 @@ Members: Thomas Rast Christian Stimming Phillip Szelat

[PATCH 7/7] part7: l10n: de.po: use imperative form for command options

2014-09-19 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 162 +++ 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/po/de.po b/po/de.po index 9ccd63b..dbac6f1 100644 --- a/po/de.po +++ b/po/de.po @@ -9479,35 +9479,35 @@ msgstr "Sy

[PATCH 5/7] part5: l10n: de.po: use imperative form for command options

2014-09-19 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 162 +++ 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/po/de.po b/po/de.po index 1abb5a3..e776d6f 100644 --- a/po/de.po +++ b/po/de.po @@ -6749,7 +6749,7 @@ msgstr "Au

[PATCH 4/7] part4: l10n: de.po: use imperative form for command options

2014-09-19 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 192 +++ 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/po/de.po b/po/de.po index f7c160c..1abb5a3 100644 --- a/po/de.po +++ b/po/de.po @@ -5588,83 +5588,83 @@ msgstr "kan

[PATCH 0/7] l10n: de.po: use imperative form for command options

2014-09-19 Thread Ralf Thielow
e applying. Ralf Thielow (7): part1: l10n: de.po: use imperative form for command options part2: l10n: de.po: use imperative form for command options part3: l10n: de.po: use imperative form for command options part4: l10n: de.po: use imperative form for command options part5: l10n:

[PATCH 2/7] part2: l10n: de.po: use imperative form for command options

2014-09-19 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 148 +++ 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/po/de.po b/po/de.po index 13b31bd..ca174c2 100644 --- a/po/de.po +++ b/po/de.po @@ -3228,31 +3228,31 @@ msgstr

[PATCH 1/7] part1: l10n: de.po: use imperative form for command options

2014-09-19 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 166 +++ 1 file changed, 83 insertions(+), 83 deletions(-) diff --git a/po/de.po b/po/de.po index e5d2b25..13b31bd 100644 --- a/po/de.po +++ b/po/de.po @@ -70,7 +70,7 @@ msgstr "P

[PATCH 3/7] part3: l10n: de.po: use imperative form for command options

2014-09-19 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 160 +++ 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/po/de.po b/po/de.po index ca174c2..f7c160c 100644 --- a/po/de.po +++ b/po/de.po @@ -4648,31 +4648,31 @@ msgstr

[PATCH 6/7] part6: l10n: de.po: use imperative form for command options

2014-09-19 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 156 +++ 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/po/de.po b/po/de.po index e776d6f..9ccd63b 100644 --- a/po/de.po +++ b/po/de.po @@ -7942,11 +7942,11 @@ msgstr "

Re: [PATCH 1/7] part1: l10n: de.po: use imperative form for command options

2014-09-19 Thread Ralf Thielow
Hi Phillip, 2014-09-19 21:11 GMT+02:00 Phillip Sz : > Hi, > >> #: archive.c:351 builtin/archive.c:91 >> msgid "retrieve the archive from remote repository " >> -msgstr "ruft das Archiv von Remote-Repository ab" >> +msgstr "Archiv von Remote-Repository abrufen" >> > > "Archiv vom Remote-Reposit

Re: [PATCH] l10n: de.po: change Email to E-Mail

2014-09-21 Thread Ralf Thielow
2014-09-20 17:51 GMT+02:00 Phillip Sz : > Changes all Email to E-Mail, as this is the correct form in german. > Thanks! > Phillip > > Signed-off-by: Phillip Sz > --- > po/de.po | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/po/de.po b/po/de.po > index e5

Re: [PATCH] de.po: Fixup one translation

2014-09-23 Thread Ralf Thielow
2014-09-23 10:43 GMT+02:00 Stefan Beller : > On 23.09.2014 10:06, Eric Sunshine wrote: >> On Tue, Sep 23, 2014 at 3:37 AM, Stefan Beller >> wrote: >>> English grammar with German words doesn't make it a German translation. ;) >>> We also need to fix the >> >> Sentence fragment. > > Yeah, original

Re: [PATCH] l10n:de.po: use comma before "um"

2014-09-23 Thread Ralf Thielow
Am 23. September 2014 14:00 schrieb Phillip Sz : > Hi, > this patch added a comma before the "um". See: > > http://www.duden.de/sprachwissen/rechtschreibregeln/komma#K117 > Thanks! -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.o

Re: [PATCH 3/7] part3: l10n: de.po: use imperative form for command options

2014-09-25 Thread Ralf Thielow
Hi, 2014-09-23 12:24 GMT+02:00 Phillip Sz : > Hi, > >> #: builtin/describe.c:395 >> msgid "find the tag that comes after the commit" >> -msgstr "findet das Tag, das nach Commit kommt" >> +msgstr "das Tag finden, das nach Commit kommt" >> > > "das Tag finden, das nach dem Commit kommt" > >> #: b

Re: [PATCH] de.po: Fixup one translation

2014-09-25 Thread Ralf Thielow
> "%s\n" > That are two sentences. I'll queue this: -- >8 -- From: Stefan Beller Date: Tue, 23 Sep 2014 14:54:46 +0200 Subject: [PATCH] de.po: Fixup one translation English grammar with German words doesn't make it a German translation. ;) Signed-off-by: Stefan

[PATCH v2] part1: l10n: de.po: use imperative form for command options

2014-10-24 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 166 +++ 1 file changed, 83 insertions(+), 83 deletions(-) diff --git a/po/de.po b/po/de.po index e5d2b25..1285d57 100644 --- a/po/de.po +++ b/po/de.po @@ -70,7 +70,7 @@ msgstr "P

[PATCH v2] part3: l10n: de.po: use imperative form for command options

2014-10-24 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 160 +++ 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/po/de.po b/po/de.po index b3a1762..dbcf6a9 100644 --- a/po/de.po +++ b/po/de.po @@ -4648,31 +4648,31 @@ msgstr

[PATCH v3 0/7] use imperative form for command

2014-11-07 Thread Ralf Thielow
v3 is rebased on top of git-po's master branch. Thanks for review, Phillip. Ralf Thielow (7): part1: l10n: de.po: use imperative form for command options part2: l10n: de.po: use imperative form for command options part3: l10n: de.po: use imperative form for command options part4:

[PATCH v3 3/7] part3: l10n: de.po: use imperative form for command options

2014-11-07 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 160 +++ 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/po/de.po b/po/de.po index 47b2d68..8071fd1 100644 --- a/po/de.po +++ b/po/de.po @@ -4648,31 +4648,31 @@ msgstr

[PATCH v3 7/7] part7: l10n: de.po: use imperative form for command options

2014-11-07 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 162 +++ 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/po/de.po b/po/de.po index 5a1a61f..dea43e0 100644 --- a/po/de.po +++ b/po/de.po @@ -9479,35 +9479,35 @@ msgstr "Sy

[PATCH v3 2/7] part2: l10n: de.po: use imperative form for command options

2014-11-07 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 148 +++ 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/po/de.po b/po/de.po index 8782bd4..47b2d68 100644 --- a/po/de.po +++ b/po/de.po @@ -3228,31 +3228,31 @@ msgstr

[PATCH v3 1/7] part1: l10n: de.po: use imperative form for command options

2014-11-07 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 166 +++ 1 file changed, 83 insertions(+), 83 deletions(-) diff --git a/po/de.po b/po/de.po index c807967..8782bd4 100644 --- a/po/de.po +++ b/po/de.po @@ -70,7 +70,7 @@ msgstr "P

[PATCH v3 5/7] part5: l10n: de.po: use imperative form for command options

2014-11-07 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 162 +++ 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/po/de.po b/po/de.po index 64ee621..f94d46f 100644 --- a/po/de.po +++ b/po/de.po @@ -6749,7 +6749,7 @@ msgstr "Au

[PATCH v3 6/7] part6: l10n: de.po: use imperative form for command options

2014-11-07 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 156 +++ 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/po/de.po b/po/de.po index f94d46f..5a1a61f 100644 --- a/po/de.po +++ b/po/de.po @@ -7942,11 +7942,11 @@ msgstr "

[PATCH v3 4/7] part4: l10n: de.po: use imperative form for command options

2014-11-07 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 192 +++ 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/po/de.po b/po/de.po index 8071fd1..64ee621 100644 --- a/po/de.po +++ b/po/de.po @@ -5588,83 +5588,83 @@ msgstr "kan

[PATCH] l10n: de.po: translate 62 new messages

2014-11-07 Thread Ralf Thielow
Translate 62 new messages came from git.pot update in 16742b0 (l10n: git.pot: proposed updates for v2.2.0 (+62)). Signed-off-by: Ralf Thielow --- po/de.po | 178 +-- 1 file changed, 82 insertions(+), 96 deletions(-) diff --git a/po

[PATCH v2] l10n: de.po: translate 62 new messages

2014-11-12 Thread Ralf Thielow
Translate 62 new messages came from git.pot update in 16742b0 (l10n: git.pot: proposed updates for v2.2.0 (+62)). Signed-off-by: Ralf Thielow --- po/de.po | 180 +-- 1 file changed, 83 insertions(+), 97 deletions(-) diff --git a/po

Re: [PATCH] l10n: de.po: translate 2 new messages

2014-11-18 Thread Ralf Thielow
Hi Phillip, 2014-11-16 16:54 GMT+01:00 Phillip Sz : > Phillip There's no need for writing your name in the commit message body. > > Signed-off-by: Phillip Sz > --- > po/de.po | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/po/de.po b/po/de.po > index c807967..5af3f

[PATCH] builtin/push.c: fix description of --recurse-submodules option

2014-11-18 Thread Ralf Thielow
). Fix this by unmark the string for translation and add the missing option. Signed-off-by: Ralf Thielow --- builtin/push.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/push.c b/builtin/push.c index a076b19..cfa20c2 100644 --- a/builtin/push.c +++ b/builtin/push.

[PATCH] l10n: de.po: translate 2 new messages

2014-11-18 Thread Ralf Thielow
Signed-off-by: Phillip Sz Signed-off-by: Ralf Thielow --- po/de.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/de.po b/po/de.po index 0597cb2..5ad705b 100644 --- a/po/de.po +++ b/po/de.po @@ -5638,7 +5638,7 @@ msgstr "die Reflogs prüfen (Standard)"

[PATCH] l10n: de.po: improve hint for autocorrected command execution

2014-04-25 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- I'll queue this as part of the German l10n changes for the next release. po/de.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/de.po b/po/de.po index b777ef4..d143572 100644 --- a/po/de.po +++ b/po/de.po @@ -555,12 +555,12 @@

[PATCH v2] l10n: de.po: translate 45 new messages

2014-04-27 Thread Ralf Thielow
Translate 45 new messages came from git.pot update in 5e078fc (l10n: git.pot: v2.0.0 round 1 (45 new, 28 removed)). Signed-off-by: Ralf Thielow Acked-by: Thomas Rast --- po/de.po | 127 +-- 1 file changed, 50 insertions(+), 77

[PATCH] l10n: de.po: fix typo

2014-06-11 Thread Ralf Thielow
Reported-by: Hartmut Henkel Signed-off-by: Ralf Thielow --- po/de.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/de.po b/po/de.po index b777ef4..88d10ed 100644 --- a/po/de.po +++ b/po/de.po @@ -10551,13 +10551,13 @@ msgstr "Bitte committen Sie die Änderungen

[PATCH] l10n: de.po: fix typo

2014-06-12 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- po/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/de.po b/po/de.po index b777ef4..d7bc424 100644 --- a/po/de.po +++ b/po/de.po @@ -3503,7 +3503,7 @@ msgstr "Gewechselt zu umgesetzten Branch '%s'\n" #: builtin/ch

[PATCH] l10n: de.po: improve message when switching branches

2014-06-12 Thread Ralf Thielow
Suggested-by: Stefan Beller Signed-off-by: Ralf Thielow --- Am 12. Juni 2014 19:59 schrieb Stefan Beller : > On 12.06.2014 18:12, Ralf Thielow wrote: >> Signed-off-by: Ralf Thielow >> #, c-format >> msgid "Switched to a new branch '%s'\n" >> -

Error running 'git status' with Git version of current 'next' branch

2014-07-09 Thread Ralf Thielow
Hi, I'm getting the following error when calling 'git status' on one of my projects. git: dir.c:739: last_exclude_matching_from_list: Assertion `x->baselen == 0 || x->base[x->baselen - 1] == '/'' failed. Aborted (core dumped) I'm using the current 'next', git version 2.0.1.664.g35b839c I have bi

Re: [PATCH] rebase -i: Remember merge options beyond continue actions

2014-07-18 Thread Ralf Thielow
Hi, Thanks for the patch. I've had this issue today and the patch has fixed it. I hope the patch makes its way to Git. Ralf > Hi Eric, > > thanks a lot for the reference. > > I added the Reported-by: and Signed-off-by: lines to the commit message. > >Fabian > > -- >8 -- > Subject: rebase

Re: [PATCH] l10n: de.po: fix typo

2014-08-01 Thread Ralf Thielow
e. I'll be sending a pull request (containing this patch) to the l10n coordinator when the other translations for this release are done. Ralf > Regards, Hartmut > > > On Wed, 11 Jun 2014, Ralf Thielow wrote: > >> Reported-by: Hartmut Henkel >> Signed-off-by: R

[PATCH] l10n: de.po: translate 38 new messages

2014-08-05 Thread Ralf Thielow
Translate 38 new messages came from git.pot update in fe05e19 (l10n: git.pot: v2.1.0 round 1 (38 new, 9 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 131 ++- 1 file changed, 62 insertions(+), 69 deletions(-) diff --git a/po

[PATCH] rebase: introduce "rebase.preserve" configuration option

2014-08-05 Thread Ralf Thielow
tch introduces a new configuration variable "rebase.preserve". If set to true, "--preserve-merges" option will be enabled in git-rebase by default. Signed-off-by: Ralf Thielow --- Documentation/config.txt | 3 +++ git-rebase.sh | 1 +

feature request: consider picked commits in "branch --contains"

2013-11-29 Thread Ralf Thielow
Hi, there are development workflows where a feature or fix is by definition implemented in the dev branch and perhaps picked into a stable/rc branch. A question often being asked in such a workflow is "Is this fix in this stable branch?". Usually I would call "git branch -r --contains $commit" to

Segfault when fetching from current git.git on GitHub

2013-12-03 Thread Ralf Thielow
Hi, I've fetched from the current git.git on GitHub minutes ago and got a segfault. I could reproduce it with the Git version of the current "next" branch (1.8.5.392.gf545f4d) with the steps below. The segfault does not appear with version 1.8.5. Steps to reproduce: git init tmp cd tmp git remote

Re: german translation bug

2013-12-25 Thread Ralf Thielow
On Wed, Dec 25, 2013 at 8:53 PM, Wolfgang Rohdewald wrote: > "Arbeitsverzeichnis leer" means > "working directory empty" which is obviously wrong. > > It should say > > "Arbeitsverzeichnis sauber" > > wr@s5:~/src/linux$ git status > # Auf Zweig drm-intel-testing > Nichts zum Einreichen, Arbeitsver

Re: german translation bug

2013-12-26 Thread Ralf Thielow
On Wed, Dec 25, 2013 at 10:53 PM, Wolfgang Rohdewald wrote: > Am Mittwoch, 25. Dezember 2013, 21:59:10 schrieb Ralf Thielow: >> What version of Git do you use? What distro in what version do you use? > > freshly installed kubuntu 13.10. The package language-pack-de mentioned >

[PATCH] l10n: de.po: fix translation of 'prefix'

2014-01-03 Thread Ralf Thielow
The word 'prefix' is currently translated as 'Prefix' which is not a German word. It should be translated as 'Präfix'. Signed-off-by: Ralf Thielow --- po/de.po | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/po/de.po b/po/de.po

<    1   2   3   4   >