fixed score/kills translation again

This commit is contained in:
Zeno Rogue 2017-12-03 10:44:05 +01:00
parent dfb0f6e1c1
commit ad7c453d18
4 changed files with 8 additions and 8 deletions

View File

@ -6437,6 +6437,6 @@ S("This makes sense only in hyperbolic or Torus geometry.", "To dává smysl jen
#undef Orb #undef Orb
S("score: ", "skóre: ") S("score: %1", "skóre: %1")
S("kills: ", "zabitých netvorů: ") S("kills: %1", "zabitých netvorů: %1")

View File

@ -4004,5 +4004,5 @@ S("A petrified creature.", "Eine versteinerte Kreatur.")
#undef Orb #undef Orb
S("score: ", "punkte: ") S("score: %1", "punkte: %1")
S("kills: ", "kills: ") S("kills: %1", "kills: %1")

View File

@ -6290,6 +6290,6 @@ S("This makes sense only in hyperbolic or Torus geometry.", "To ma sens tylko w
// for the map editor // for the map editor
N("Dragon Head", GEN_F, "Głowa Smoka", "Głowy Smoka", "Głowę Smoka", "Głową Smoka") N("Dragon Head", GEN_F, "Głowa Smoka", "Głowy Smoka", "Głowę Smoka", "Głową Smoka")
S("score: ", "wynik: ") S("score: %1", "wynik: %1")
S("kills: ", "zabicia: ") S("kills: %1", "zabicia: %1")

View File

@ -6508,6 +6508,6 @@ S("This makes sense only in hyperbolic or Torus geometry.", "Имеет смыс
#undef Orb #undef Orb
S("score: ", "Очки: ") S("score: %1", "Очки: %1")
S("kills: ", "Убийства: ") S("kills: %1", "Убийства: %1")