1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 13:07:16 +00:00

English grammar fix

This commit is contained in:
Zeno Rogue 2021-02-04 15:02:14 +01:00
parent 00c5f9a626
commit c1555c3ffa
6 changed files with 9 additions and 9 deletions

View File

@ -671,7 +671,7 @@ ITEM( '*', 0x8080FF, "White Dove Feather", itWindstone, IC_TREASURE, ZERO, RESER
"This feather is truly beautiful and strong." "This feather is truly beautiful and strong."
) )
ITEM( 'o', 0xC00060, "Orb of Empathy", itOrbEmpathy, IC_ORB, ZERO | IF_SHMUPLIFE, RESERVED, osFriend, ITEM( 'o', 0xC00060, "Orb of Empathy", itOrbEmpathy, IC_ORB, ZERO | IF_SHMUPLIFE, RESERVED, osFriend,
"This Orb lets your allies to share your Orb powers.\n\n" "This Orb lets your allies share your Orb powers.\n\n"
"The following Orbs are affected:" "The following Orbs are affected:"
) )
ITEM( '>', 0x0000FF, "strong wind", itStrongWind, IC_NAI, ZERO, RESERVED, osNone, ITEM( '>', 0x0000FF, "strong wind", itStrongWind, IC_NAI, ZERO, RESERVED, osNone,

View File

@ -3306,7 +3306,7 @@ Orb("Empathy", "Empatie")
S(" %1", " %1") S(" %1", " %1")
S(", %1", ", %1") S(", %1", ", %1")
S( "This Orb lets your allies to share your Orb powers.\n\n" S( "This Orb lets your allies share your Orb powers.\n\n"
"The following Orbs are affected:", "The following Orbs are affected:",
"Tato Sféra ti umožňuje dělit se o moc tvých Sfér s kamarády.\n\n" "Tato Sféra ti umožňuje dělit se o moc tvých Sfér s kamarády.\n\n"
@ -6566,7 +6566,7 @@ S("keep shape", "udržovat tvar")
S("texture mode", "texturový mód") S("texture mode", "texturový mód")
S( S(
"This mode lets you to change the floor tesselation easily -- " "This mode lets you change the floor tesselation easily -- "
"select 'paint a new texture' and draw like in a Paint program. " "select 'paint a new texture' and draw like in a Paint program. "
"The obtained pattern can then be easily changed to another geometry, " "The obtained pattern can then be easily changed to another geometry, "
"or saved.\n\n" "or saved.\n\n"

View File

@ -3098,7 +3098,7 @@ Orb("Empathy", "der Empathie")
S(" %1", " %1") // ??? S(" %1", " %1") // ???
S(", %1", ", %1") // ??? S(", %1", ", %1") // ???
S("This Orb lets your allies to share your Orb powers.\n\n" S("This Orb lets your allies share your Orb powers.\n\n"
"The following Orbs are affected:", "The following Orbs are affected:",
"Dieser Orb erlaubt es deinen Verbündeten deine Orbkräfte zu nutzen.\n\n" "Dieser Orb erlaubt es deinen Verbündeten deine Orbkräfte zu nutzen.\n\n"

View File

@ -3241,7 +3241,7 @@ Orb("Empathy", "Empatii")
S(" %1", " %1") S(" %1", " %1")
S(", %1", ", %1") S(", %1", ", %1")
S( "This Orb lets your allies to share your Orb powers.\n\n" S( "This Orb lets your allies share your Orb powers.\n\n"
"The following Orbs are affected:", "The following Orbs are affected:",
"Ta sfera pozwala Ci dzielić się mocami Sfer z przyjaciółmi.\n\n" "Ta sfera pozwala Ci dzielić się mocami Sfer z przyjaciółmi.\n\n"
@ -6407,7 +6407,7 @@ S("keep shape", "trzymaj kształt")
S("texture mode", "tryb tekstury") S("texture mode", "tryb tekstury")
S( S(
"This mode lets you to change the floor tesselation easily -- " "This mode lets you change the floor tesselation easily -- "
"select 'paint a new texture' and draw like in a Paint program. " "select 'paint a new texture' and draw like in a Paint program. "
"The obtained pattern can then be easily changed to another geometry, " "The obtained pattern can then be easily changed to another geometry, "
"or saved.\n\n" "or saved.\n\n"

View File

@ -3307,7 +3307,7 @@ Orb("Empathy", "Сочувствия")
S(" %1", " %1") S(" %1", " %1")
S(", %1", ", %1") S(", %1", ", %1")
S( "This Orb lets your allies to share your Orb powers.\n\n" S( "This Orb lets your allies share your Orb powers.\n\n"
"The following Orbs are affected:", "The following Orbs are affected:",
"Эта сфера позволяет Вашим союзникам использовать силы Ваших сфер.\n\n" "Эта сфера позволяет Вашим союзникам использовать силы Ваших сфер.\n\n"
@ -6632,7 +6632,7 @@ S("keep shape", "сохранять форму")
S("texture mode", "режим текстур") S("texture mode", "режим текстур")
S( S(
"This mode lets you to change the floor tesselation easily -- " "This mode lets you change the floor tesselation easily -- "
"select 'paint a new texture' and draw like in a Paint program. " "select 'paint a new texture' and draw like in a Paint program. "
"The obtained pattern can then be easily changed to another geometry, " "The obtained pattern can then be easily changed to another geometry, "
"or saved.\n\n" "or saved.\n\n"

View File

@ -1229,7 +1229,7 @@ void showMagicMenu() {
} }
string texturehelp = string texturehelp =
"This mode lets you to change the floor tesselation easily -- " "This mode lets you change the floor tesselation easily -- "
"select 'paint a new texture' and draw like in a Paint program. " "select 'paint a new texture' and draw like in a Paint program. "
"The obtained pattern can then be easily changed to another geometry, " "The obtained pattern can then be easily changed to another geometry, "
"or saved.\n\n" "or saved.\n\n"