Skip to content

Commit

Permalink
git-gui: fix a typo in po/ files
Browse files Browse the repository at this point in the history
"succeeded" was misspelled in the code, which propagated throughout the
 translations.

Fixed all of them.

Signed-off-by: Benjamin Kerensa <bkerensa <at> ubuntu.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
  • Loading branch information
Benjamin Kerensa authored and Pat Thoyts committed Mar 10, 2012
1 parent 446f822 commit ef42057
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion po/git-gui.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion po/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion po/nb.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion po/pt_br.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef42057

Please sign in to comment.