# HG changeset patch # User nemo # Date 1260294418 0 # Node ID cd9ab1f5bfdbb7783f09a2970b8cc7ccd4c972a1 # Parent fce353f8b75ac9e0ff5bda7b15f5286a09beaf65 Restore the plural forms - lupdate-qt4 seems to be behaving now. update the compiled files too diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_bg.qm Binary file share/hedgewars/Data/Locale/hedgewars_bg.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_cs.qm Binary file share/hedgewars/Data/Locale/hedgewars_cs.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_de.qm Binary file share/hedgewars/Data/Locale/hedgewars_de.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_en.qm Binary file share/hedgewars/Data/Locale/hedgewars_en.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_en.ts --- a/share/hedgewars/Data/Locale/hedgewars_en.ts Tue Dec 08 17:41:53 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_en.ts Tue Dec 08 17:46:58 2009 +0000 @@ -18,7 +18,7 @@ <source>Every %1 turn</source> <translation type="unfinished"> <numerusform>Each turn</numerusform> - <numerusform></numerusform> + <numerusform>Every %1 turns</numerusform> </translation> </message> </context> @@ -244,14 +244,14 @@ <source><p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p></source> <translation type="unfinished"> <numerusform><p>The best killer is <b>%1</b> with <b>%2</b> kill in a turn.</p></numerusform> - <numerusform></numerusform> + <numerusform><p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p></numerusform> </translation> </message> <message numerus="yes"> <source><p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p></source> <translation type="unfinished"> <numerusform><p>A total of <b>%1</b> hedgehog was killed during this round.</p></numerusform> - <numerusform></numerusform> + <numerusform><p>A total of <b>%1</b> hedgehogs were killed during this round.</p></numerusform> </translation> </message> </context> @@ -432,14 +432,14 @@ <source>There are %1 clients connected to this room.</source> <translation type="unfinished"> <numerusform>There is %1 client connected to this room.</numerusform> - <numerusform></numerusform> + <numerusform>There are %1 clients connected to this room.</numerusform> </translation> </message> <message numerus="yes"> <source>There are %1 teams participating in this room.</source> <translation type="unfinished"> <numerusform>There is %1 team participating in this room.</numerusform> - <numerusform></numerusform> + <numerusform>There are %1 teams participating in this room.</numerusform> </translation> </message> <message> diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_es.qm Binary file share/hedgewars/Data/Locale/hedgewars_es.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_fi.qm Binary file share/hedgewars/Data/Locale/hedgewars_fi.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_fr.qm Binary file share/hedgewars/Data/Locale/hedgewars_fr.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_fr.ts --- a/share/hedgewars/Data/Locale/hedgewars_fr.ts Tue Dec 08 17:41:53 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_fr.ts Tue Dec 08 17:46:58 2009 +0000 @@ -18,7 +18,7 @@ <source>Every %1 turn</source> <translation> <numerusform>Chaque tour</numerusform> - <numerusform></numerusform> + <numerusform>Tous les %1 tours</numerusform> </translation> </message> </context> @@ -244,14 +244,14 @@ <source><p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p></source> <translation> <numerusform><p>Le meilleur tueur est <b>%1</b> avec <b>%2</b> mort en un tour.</p></numerusform> - <numerusform></numerusform> + <numerusform><p>Le meilleur tueur est <b>%1</b> avec <b>%2</b> morts en un tour.</p></numerusform> </translation> </message> <message numerus="yes"> <source><p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p></source> <translation> <numerusform><p>Un total de <b>%1</b> hérisson a été tué pendant cette partie.</p></numerusform> - <numerusform></numerusform> + <numerusform><p>Un total de <b>%1</b> hérissons ont été tués pendant cette partie.</p></numerusform> </translation> </message> </context> @@ -434,14 +434,14 @@ <source>There are %1 clients connected to this room.</source> <translation> <numerusform>Il y a %1 client connecté à cette salle.</numerusform> - <numerusform></numerusform> + <numerusform>Il y a %1 clients connectés à cette salle.</numerusform> </translation> </message> <message numerus="yes"> <source>There are %1 teams participating in this room.</source> <translation> <numerusform>Il y a %1 équipe participant dans cette salle.</numerusform> - <numerusform></numerusform> + <numerusform>Il y a %1 équipes participant dans cette salle.</numerusform> </translation> </message> <message> diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_it.qm Binary file share/hedgewars/Data/Locale/hedgewars_it.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_pl.qm Binary file share/hedgewars/Data/Locale/hedgewars_pl.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_pt_BR.qm Binary file share/hedgewars/Data/Locale/hedgewars_pt_BR.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_pt_PT.qm Binary file share/hedgewars/Data/Locale/hedgewars_pt_PT.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_pt_PT.ts --- a/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Tue Dec 08 17:41:53 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Tue Dec 08 17:46:58 2009 +0000 @@ -18,7 +18,7 @@ <source>Every %1 turn</source> <translation> <numerusform>Todos os turnos</numerusform> - <numerusform></numerusform> + <numerusform>Cada %1 turnos</numerusform> </translation> </message> </context> @@ -244,14 +244,14 @@ <source><p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p></source> <translation> <numerusform><p>O extreminador da ronda foi <b>%1</b> com <b>%2</b> morto num unico turno.</p></numerusform> - <numerusform></numerusform> + <numerusform><p>O extreminador da ronda foi <b>%1</b> com <b>%2</b> mortes num unico turno.</p></numerusform> </translation> </message> <message numerus="yes"> <source><p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p></source> <translation> <numerusform><p>Apenas <b>%1</b> ouriço perdeu a vida durante esta ronda.</p></numerusform> - <numerusform></numerusform> + <numerusform><p>Um total de <b>%1</b> ouriços foram perderam a vida durante esta ronda.</p></numerusform> </translation> </message> </context> @@ -434,14 +434,14 @@ <source>There are %1 clients connected to this room.</source> <translation> <numerusform>Apenas %1 cliente esta conectado a esta sala.</numerusform> - <numerusform></numerusform> + <numerusform>Um total de %1 clientes estão conectados a esta sala.</numerusform> </translation> </message> <message numerus="yes"> <source>There are %1 teams participating in this room.</source> <translation> <numerusform>Apenas %1 equipa esta a participar nesta sala.</numerusform> - <numerusform></numerusform> + <numerusform>Existem %1 equipas a participar nesta sala.</numerusform> </translation> </message> <message> diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_ru.qm Binary file share/hedgewars/Data/Locale/hedgewars_ru.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_sk.qm Binary file share/hedgewars/Data/Locale/hedgewars_sk.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_sv.qm Binary file share/hedgewars/Data/Locale/hedgewars_sv.qm has changed diff -r fce353f8b75a -r cd9ab1f5bfdb share/hedgewars/Data/Locale/hedgewars_uk.qm Binary file share/hedgewars/Data/Locale/hedgewars_uk.qm has changed