* [PATCH] '"succeeded" was misspelled in the code, which propagated throughout the translations. Fix all of them"
@ 2012-03-06 1:36 Benjamin Kerensa
2012-03-06 1:43 ` Junio C Hamano
2012-03-10 21:40 ` Benjamin Kerensa
0 siblings, 2 replies; 4+ messages in thread
From: Benjamin Kerensa @ 2012-03-06 1:36 UTC (permalink / raw)
To: gitster; +Cc: jrnieder, git, patthoyts, worldhello.net
---
po/de.po | 2 +-
po/fr.po | 2 +-
po/git-gui.pot | 2 +-
po/hu.po | 2 +-
po/it.po | 2 +-
po/ja.po | 2 +-
po/nb.po | 2 +-
po/pt_br.po | 2 +-
po/ru.po | 2 +-
po/sv.po | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/po/de.po b/po/de.po
index 44c5ddc..d9a9ebd 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2397,7 +2397,7 @@ msgid "Generation failed."
msgstr "Schlüsselerzeugung fehlgeschlagen."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "Schlüsselerzeugung erfolgreich, aber keine Schlüssel gefunden."
#: lib/sshkey.tcl:121
diff --git a/po/fr.po b/po/fr.po
index 8170696..40441db 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2399,7 +2399,7 @@ msgid "Generation failed."
msgstr "La génération a échoué."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "La génération a réussi, mais aucune clé n'a été trouvée."
#: lib/sshkey.tcl:121
diff --git a/po/git-gui.pot b/po/git-gui.pot
index 1ae2aaa..0c94f9c 100644
--- a/po/git-gui.pot
+++ b/po/git-gui.pot
@@ -2203,7 +2203,7 @@ msgid "Generation failed."
msgstr ""
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr ""
#: lib/sshkey.tcl:121
diff --git a/po/hu.po b/po/hu.po
index 0f87bc1..d106dad 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2354,7 +2354,7 @@ msgid "Generation failed."
msgstr "A generálás nem sikerült."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "A generálás sikeres, de egy kulcs se található."
#: lib/sshkey.tcl:121
diff --git a/po/it.po b/po/it.po
index aa15a20..1bd8b8e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2397,7 +2397,7 @@ msgid "Generation failed."
msgstr "Errore durante la creazione della chiave."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "La chiave è stata creata con successo, ma non è stata trovata."
#: lib/sshkey.tcl:121
diff --git a/po/ja.po b/po/ja.po
index 1501798..9aff249 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2362,7 +2362,7 @@ msgid "Generation failed."
msgstr "生成に失敗しました。"
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "生成には成功しましたが、鍵が見つかりません。"
#: lib/sshkey.tcl:121
diff --git a/po/nb.po b/po/nb.po
index 6de93c2..d66aa50 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -2286,7 +2286,7 @@ msgid "Generation failed."
msgstr "Generering feilet."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "Generering vellykket, men ingen nøkler er funnet."
#: lib/sshkey.tcl:121
diff --git a/po/pt_br.po b/po/pt_br.po
index b175b97..bad116c 100644
--- a/po/pt_br.po
+++ b/po/pt_br.po
@@ -2375,7 +2375,7 @@ msgid "Generation failed."
msgstr "A geração da chave falhou."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "A geração da chave foi bem-sucedida, mas nenhuma chave foi encontrada."
#: lib/sshkey.tcl:121
diff --git a/po/ru.po b/po/ru.po
index 30f4b77..ca4343b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2370,7 +2370,7 @@ msgid "Generation failed."
msgstr "Ключ не создан."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "Создание ключа завершилось, но результат не был найден"
#: lib/sshkey.tcl:121
diff --git a/po/sv.po b/po/sv.po
index 24cc4e3..fcb063f 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2382,7 +2382,7 @@ msgid "Generation failed."
msgstr "Misslyckades med att skapa."
#: lib/sshkey.tcl:120
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "Lyckades skapa nyckeln, men hittar inte någon nyckel."
#: lib/sshkey.tcl:123
--
1.7.9
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] '"succeeded" was misspelled in the code, which propagated throughout the translations. Fix all of them"
2012-03-06 1:36 [PATCH] '"succeeded" was misspelled in the code, which propagated throughout the translations. Fix all of them" Benjamin Kerensa
@ 2012-03-06 1:43 ` Junio C Hamano
2012-03-10 21:40 ` Benjamin Kerensa
1 sibling, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2012-03-06 1:43 UTC (permalink / raw)
To: Benjamin Kerensa; +Cc: jrnieder, git, patthoyts, worldhello.net
Benjamin Kerensa <bkerensa@ubuntu.com> writes:
> ---
Please sign-off your patch.
A commit log message is "one line summary" (that goes to the
subject), and description in a separate paragraph (that goes to the
body). What I said was to describe the commit in the _body_ of the
log message, so your entire e-mail would look like this:
] To: ...
] From: Benjamin...
] Subject: [PATCH] git-gui: fix a typo in po/ files
| "succeeded" was misspelled in the code, which propagated throughout the
| translations.
|
| Fix all of them.
|
| Signed-off-by: ....
| ---
| po/de.po | 2 +-
| ...
where "]" lines are the e-mail header and "|" lines are the body of
the message.
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] '"succeeded" was misspelled in the code, which propagated throughout the translations. Fix all of them"
2012-03-06 1:36 [PATCH] '"succeeded" was misspelled in the code, which propagated throughout the translations. Fix all of them" Benjamin Kerensa
2012-03-06 1:43 ` Junio C Hamano
@ 2012-03-10 21:40 ` Benjamin Kerensa
2012-03-10 22:14 ` Junio C Hamano
1 sibling, 1 reply; 4+ messages in thread
From: Benjamin Kerensa @ 2012-03-10 21:40 UTC (permalink / raw)
To: patthoyts, git; +Cc: Jonathan Nieder
"succeeded" was misspelled in the code, which propagated throughout the
translations.
Fixed all of them.
Signed-off-by: Benjamin Kerensa <bkerensa <at> ubuntu.com>
---
po/de.po | 2 +-
po/fr.po | 2 +-
po/git-gui.pot | 2 +-
po/hu.po | 2 +-
po/it.po | 2 +-
po/ja.po | 2 +-
po/nb.po | 2 +-
po/pt_br.po | 2 +-
po/ru.po | 2 +-
po/sv.po | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/po/de.po b/po/de.po
index 44c5ddc..d9a9ebd 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2397,7 +2397,7 @@ msgid "Generation failed."
msgstr "Schlüsselerzeugung fehlgeschlagen."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "Schlüsselerzeugung erfolgreich, aber keine Schlüssel gefunden."
#: lib/sshkey.tcl:121
diff --git a/po/fr.po b/po/fr.po
index 8170696..40441db 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2399,7 +2399,7 @@ msgid "Generation failed."
msgstr "La génération a échoué."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "La génération a réussi, mais aucune clé n'a été trouvée."
#: lib/sshkey.tcl:121
diff --git a/po/git-gui.pot b/po/git-gui.pot
index 1ae2aaa..0c94f9c 100644
--- a/po/git-gui.pot
+++ b/po/git-gui.pot
@@ -2203,7 +2203,7 @@ msgid "Generation failed."
msgstr ""
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr ""
#: lib/sshkey.tcl:121
diff --git a/po/hu.po b/po/hu.po
index 0f87bc1..d106dad 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2354,7 +2354,7 @@ msgid "Generation failed."
msgstr "A generálás nem sikerült."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "A generálás sikeres, de egy kulcs se található."
#: lib/sshkey.tcl:121
diff --git a/po/it.po b/po/it.po
index aa15a20..1bd8b8e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2397,7 +2397,7 @@ msgid "Generation failed."
msgstr "Errore durante la creazione della chiave."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "La chiave è stata creata con successo, ma non è stata trovata."
#: lib/sshkey.tcl:121
diff --git a/po/ja.po b/po/ja.po
index 1501798..9aff249 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2362,7 +2362,7 @@ msgid "Generation failed."
msgstr "生成に失敗しました。"
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "生成には成功しましたが、鍵が見つかりません。"
#: lib/sshkey.tcl:121
diff --git a/po/nb.po b/po/nb.po
index 6de93c2..d66aa50 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -2286,7 +2286,7 @@ msgid "Generation failed."
msgstr "Generering feilet."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "Generering vellykket, men ingen nøkler er funnet."
#: lib/sshkey.tcl:121
diff --git a/po/pt_br.po b/po/pt_br.po
index b175b97..bad116c 100644
--- a/po/pt_br.po
+++ b/po/pt_br.po
@@ -2375,7 +2375,7 @@ msgid "Generation failed."
msgstr "A geração da chave falhou."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "A geração da chave foi bem-sucedida, mas nenhuma chave foi encontrada."
#: lib/sshkey.tcl:121
diff --git a/po/ru.po b/po/ru.po
index 30f4b77..ca4343b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2370,7 +2370,7 @@ msgid "Generation failed."
msgstr "Ключ не создан."
#: lib/sshkey.tcl:118
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "Создание ключа завершилось, но результат не был найден"
#: lib/sshkey.tcl:121
diff --git a/po/sv.po b/po/sv.po
index 24cc4e3..fcb063f 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2382,7 +2382,7 @@ msgid "Generation failed."
msgstr "Misslyckades med att skapa."
#: lib/sshkey.tcl:120
-msgid "Generation succeded, but no keys found."
+msgid "Generation succeeded, but no keys found."
msgstr "Lyckades skapa nyckeln, men hittar inte någon nyckel."
#: lib/sshkey.tcl:123
--
1.7.9
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] '"succeeded" was misspelled in the code, which propagated throughout the translations. Fix all of them"
2012-03-10 21:40 ` Benjamin Kerensa
@ 2012-03-10 22:14 ` Junio C Hamano
0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2012-03-10 22:14 UTC (permalink / raw)
To: patthoyts, Benjamin Kerensa; +Cc: git, Jonathan Nieder
Benjamin Kerensa <bkerensa@ubuntu.com> writes:
> "succeeded" was misspelled in the code, which propagated throughout the
> translations.
>
> Fixed all of them.
>
> Signed-off-by: Benjamin Kerensa <bkerensa <at> ubuntu.com>
>
> ---
Benjamin, thanks for re-sending the patch to the current subsystem
maintainer.
Pat, when you apply this (I quickly looked at it and the patch
looked sane, but if you eyeball it to double check the sanity of the
patch it would be appreciated), please fix two things in the above:
- s/Fixed all/Fix all/; we write what we did as if we are giving
orders to a person who is applying the patch;
- The mangled e-mail address on the S-o-b: line.
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-10 22:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 1:36 [PATCH] '"succeeded" was misspelled in the code, which propagated throughout the translations. Fix all of them" Benjamin Kerensa
2012-03-06 1:43 ` Junio C Hamano
2012-03-10 21:40 ` Benjamin Kerensa
2012-03-10 22:14 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).