typo fixes

This commit is contained in:
Zeno Rogue 2020-03-07 23:44:00 +01:00
parent 99c497e86b
commit a0abb831f3
4 changed files with 9 additions and 9 deletions

View File

@ -1574,7 +1574,7 @@ MONSTER( 'T', 0xFF00FF, "World Turtle", moWorldTurtle, CF_FACE_SIDE | CF_STUNNAB
)
MONSTER( 'R', 0x4040C0, "Rusałka", moRusalka, CF_FACE_SIDE | CF_SHARK, RESERVED, moShark, GENDERSWITCH)
ITEM( 'o', 0x808080, "Orb of Plague", itOrbPlague, IC_ORB, IF_EMPATHY, RESERVED, osOffensive,
"When you kill an enemy, adjacent enemies all also attacked, as long as they are further away from you than from the originally attacked enemy. "
"When you kill an enemy, adjacent enemies are also attacked, as long as they are further away from you than from the originally attacked enemy. "
"These enemies may in turn infect further enemies, up to distance of at most 4 from you."
)
NATIVE(among(m, moPike, moRusalka) ? 2 : 0)
@ -1588,7 +1588,7 @@ LAND( 0x6FA136, "Frog Park", laFrog, ZERO, itFrog, RESERVED,
ITEM( '$', 0xFFD520, "Gold Ball", itFrog, IC_TREASURE, ZERO, RESERVED, osNone,
"A toy lost in the Frog Park by a spoiled child.")
ITEM( 'o', 0x808080, "Orb of Impact", itOrbImpact, IC_ORB, ZERO, RESERVED, osUtility,
"Whenever you use a ranged Orb to achieve an affect, all the single-tile monsters adjacent to the target "
"Whenever you use a ranged Orb to achieve an effect, all the single-tile monsters adjacent to the target "
"location are stunned."
)
WALL( '#', 0x00C000, "shrub", waShrub, WF_WALL | WF_HIGHWALL | WF_STDTREE | WF_CONE, RESERVED, 0, sgNone,

View File

@ -575,7 +575,7 @@ EX void select_quotient() {
start_game();
} */
else
addMessage("No quotient spaces avialable in the current tiling.");
addMessage("No quotient spaces available in the current tiling.");
}
}

View File

@ -8496,7 +8496,7 @@ S("hyperbolic (3:2)", "hyperbolická (3:2)")
S("Sol (3:2)", "Solv (3:2)")
S("quotient spaces in ", "kvocientové prostory v: ")
S("No quotient spaces avialable in the current tiling.",
S("No quotient spaces available in the current tiling.",
"V současném dláždění nejsou k dispozici žádné kvocientové prostory.")
S("You are currently in a product space.", "Momentálně se nacházíš v produktovém prostoru.")
@ -8725,7 +8725,7 @@ S("A malicious water being. When you kill him, he changes the tile you are stand
Orb("Plague", "Moru")
S(
"When you kill an enemy, adjacent enemies all also attacked, as long as they are further away from you than from the originally attacked enemy. "
"When you kill an enemy, adjacent enemies are also attacked, as long as they are further away from you than from the originally attacked enemy. "
"These enemies may in turn infect further enemies, up to distance of at most 4 from you.",
"Kdykoli zabiješ nepřítele, útok zasáhne i nepřátele, kteří s ním sousedí, pokud jsou od tebe dál než nepřítel, na kterého jsi původně zaútočil. "
"Tito nepřátelé mohou nakazit další nepřátele, až do vzdálenosti maximálně 4 políčka od tebe.")
@ -8746,7 +8746,7 @@ N("Gold Ball", GEN_O, "Zlatý míček", "Zlaté míčky", "Zlatý míček", "Zla
S("A toy lost in the Frog Park by a spoiled child.", "Hračka, kterou nějaké rozmazlené dítě ztratilo v Žabím parku.")
Orb("Impact", "Úderu")
S("Whenever you use a ranged Orb to achieve an affect, all the single-tile monsters adjacent to the target "
S("Whenever you use a ranged Orb to achieve an effect, all the single-tile monsters adjacent to the target "
"location are stunned.",
"Kdykoli použiješ efekt nějaké dálkové Sféry, všichni jednopolíčkoví netvoři sousedící s cílovou "
"lokací budou omráčeni.")

View File

@ -8217,7 +8217,7 @@ S("hyperbolic (3:2)", "hiperboliczna (3:2)")
S("Sol (3:2)", "Sol (3:2)")
S("quotient spaces in ", "przestrzenie ilorazowe w: ")
S("No quotient spaces avialable in the current tiling.",
S("No quotient spaces available in the current tiling.",
"Brak dostępnych przestrzeni ilorazowych zo becnym parkietażem.")
S("You are currently in a product space.", "Jesteś w przestrzeni produktowej.")
@ -8447,7 +8447,7 @@ S("A malicious water being. When you kill him, he changes the tile you are stand
Orb("Plague", "Zarazy")
S(
"When you kill an enemy, adjacent enemies all also attacked, as long as they are further away from you than from the originally attacked enemy. "
"When you kill an enemy, adjacent enemies are also attacked, as long as they are further away from you than from the originally attacked enemy. "
"These enemies may in turn infect further enemies, up to distance of at most 4 from you.",
"Kiedy zabijesz przeciwnika, sąsiedni przeciwnicy również są atakowani, o ile są dalej od Ciebie niż przeciwnik zaatakowany oryginalnie. "
"Ci przeciwnicy mogą zarażać kolejnych, aż do odległości 4 od Ciebie.")
@ -8468,7 +8468,7 @@ N("Gold Ball", GEN_F, "Złota Piłka", "Złote Piłki", "Złotą Piłkę", "Zło
S("A toy lost in the Frog Park by a spoiled child.", "Zabawka zgubiona w Żabim Parku przez rozpuszczone dziecko.")
Orb("Impact", "Uderzenia")
S("Whenever you use a ranged Orb to achieve an affect, all the single-tile monsters adjacent to the target "
S("Whenever you use a ranged Orb to achieve an effect, all the single-tile monsters adjacent to the target "
"location are stunned.",
"Za każdym razem, gdy używasz Sfery z efektem zdalnym, by uzyskać efekt, wszystkie jednopolowe stworzenia "
"sąsiedujące z celem są ogłuszane.")