mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fixed score/kills translation again
This commit is contained in:
parent
dfb0f6e1c1
commit
ad7c453d18
@ -6437,6 +6437,6 @@ S("This makes sense only in hyperbolic or Torus geometry.", "To dává smysl jen
|
||||
|
||||
#undef Orb
|
||||
|
||||
S("score: ", "skóre: ")
|
||||
S("kills: ", "zabitých netvorů: ")
|
||||
S("score: %1", "skóre: %1")
|
||||
S("kills: %1", "zabitých netvorů: %1")
|
||||
|
||||
|
@ -4004,5 +4004,5 @@ S("A petrified creature.", "Eine versteinerte Kreatur.")
|
||||
|
||||
#undef Orb
|
||||
|
||||
S("score: ", "punkte: ")
|
||||
S("kills: ", "kills: ")
|
||||
S("score: %1", "punkte: %1")
|
||||
S("kills: %1", "kills: %1")
|
||||
|
@ -6290,6 +6290,6 @@ S("This makes sense only in hyperbolic or Torus geometry.", "To ma sens tylko w
|
||||
// for the map editor
|
||||
N("Dragon Head", GEN_F, "Głowa Smoka", "Głowy Smoka", "Głowę Smoka", "Głową Smoka")
|
||||
|
||||
S("score: ", "wynik: ")
|
||||
S("kills: ", "zabicia: ")
|
||||
S("score: %1", "wynik: %1")
|
||||
S("kills: %1", "zabicia: %1")
|
||||
|
||||
|
@ -6508,6 +6508,6 @@ S("This makes sense only in hyperbolic or Torus geometry.", "Имеет смыс
|
||||
|
||||
#undef Orb
|
||||
|
||||
S("score: ", "Очки: ")
|
||||
S("kills: ", "Убийства: ")
|
||||
S("score: %1", "Очки: %1")
|
||||
S("kills: %1", "Убийства: %1")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user