mark empty strings as untranslatable

This commit is contained in:
Gunter Labes 2006-08-28 23:24:52 +00:00
parent 0468bc7db8
commit dbf7978cce
5 changed files with 38 additions and 38 deletions

View file

@ -1110,7 +1110,7 @@ value=$stored_unit.type
[then]
{FREE_UNIT (Crawling Horror) () ( _ "") 2 $temp_x $temp_y}
{FREE_UNIT (Crawling Horror) () ("") 2 $temp_x $temp_y}
[set_variable]
name=counter

View file

@ -387,25 +387,25 @@ name=moveto
{CLEAR_VARIABLE tempelf}
{FREE_UNIT (Giant Mudcrawler) () ( _ "") 2 20 24}
{FREE_UNIT (Giant Mudcrawler) () ("") 2 20 24}
#ifdef HARD
{FREE_UNIT (Giant Mudcrawler) () ( _ "") 2 20 25}
{FREE_UNIT (Giant Mudcrawler) () ("") 2 20 25}
#else
{FREE_UNIT (Small Mudcrawler) () ( _ "") 2 20 25}
{FREE_UNIT (Small Mudcrawler) () ("") 2 20 25}
#endif
#ifdef EASY
{FREE_UNIT (Small Mudcrawler) () ( _ "") 2 23 27}
{FREE_UNIT (Small Mudcrawler) () ("") 2 23 27}
#else
{FREE_UNIT (Giant Mudcrawler) () ( _ "") 2 23 27}
{FREE_UNIT (Giant Mudcrawler) () ("") 2 23 27}
#endif
#When not easy diff, mudcrawler is spawned on hills, not desert.
#ifdef EASY
{FREE_UNIT (Small Mudcrawler) () ( _ "") 2 25 28}
{FREE_UNIT (Small Mudcrawler) () ("") 2 25 28}
#else
{FREE_UNIT (Small Mudcrawler) () ( _ "") 2 24 28}
{FREE_UNIT (Small Mudcrawler) () ("") 2 24 28}
#endif
[if]
@ -478,21 +478,21 @@ name=moveto
{UNIT_T (Desert Archer) (Illuvia) ( _ "Illuvia") 1 19 33}
{UNIT_T (Desert Hunter) (Raynor) ( _ "Raynor") 1 21 35}
{FREE_UNIT (Small Mudcrawler) () ( _ "") 2 25 34}
{FREE_UNIT (Small Mudcrawler) () ("") 2 25 34}
#ifdef HARD
{FREE_UNIT (Giant Mudcrawler) () ( _ "") 2 24 35}
{FREE_UNIT (Giant Mudcrawler) () ("") 2 24 35}
#else
{FREE_UNIT (Small Mudcrawler) () ( _ "") 2 24 35}
{FREE_UNIT (Small Mudcrawler) () ("") 2 24 35}
#endif
#ifdef EASY
{FREE_UNIT (Small Mudcrawler) () ( _ "") 2 20 34}
{FREE_UNIT (Small Mudcrawler) () ("") 2 20 34}
#else
{FREE_UNIT (Giant Mudcrawler) () ( _ "") 2 20 34}
{FREE_UNIT (Giant Mudcrawler) () ("") 2 20 34}
#endif
{FREE_UNIT (Giant Mudcrawler) () ( _ "") 2 21 36}
{FREE_UNIT (Giant Mudcrawler) () ("") 2 21 36}
[if]
[variable]

View file

@ -985,13 +985,13 @@ name=start
#else
{UNIT_ (Skeleton Rider) () ( _ "") 2 20 23}
{UNIT_ (Skeleton Rider) () ("") 2 20 23}
{UNIT_ (Skeleton Rider) () ( _ "") 2 22 23}
{UNIT_ (Skeleton Rider) () ("") 2 22 23}
{UNIT_ (Necrophage) () ( _ "") 3 20 7}
{UNIT_ (Necrophage) () ("") 3 20 7}
{UNIT_ (Necrophage) () ( _ "") 3 22 7}
{UNIT_ (Necrophage) () ("") 3 22 7}
#endif
@ -1187,7 +1187,7 @@ name="temp_xa"
add=1
[/set_variable]
{UNIT_ (Soulless) () ( _ "") {SIDE} $temp_xa {Y}}
{UNIT_ (Soulless) () ("") {SIDE} $temp_xa {Y}}
[set_variable]
name=temp_xb
@ -1198,7 +1198,7 @@ name=temp_xb
add=-1
[/set_variable]
{UNIT_ (Soulless) () ( _ "") {SIDE} $temp_xb {Y}}
{UNIT_ (Soulless) () ("") {SIDE} $temp_xb {Y}}
[set_variable]
name=temp_y
@ -1209,7 +1209,7 @@ name=temp_y
add=1
[/set_variable]
{UNIT_ (Soulless) () ( _ "") {SIDE} {X} $temp_y}
{UNIT_ (Soulless) () ("") {SIDE} {X} $temp_y}
[set_variable]
name=temp_y
@ -1220,7 +1220,7 @@ name=temp_y
add=-1
[/set_variable]
{UNIT_ (Soulless) () ( _ "") {SIDE} {X} $temp_y}
{UNIT_ (Soulless) () ("") {SIDE} {X} $temp_y}
#enddef
@ -1260,7 +1260,7 @@ add=-1
#NOTE: a walking dead is created from inhabitants of the
#elvish encampment
{UNIT_ (Walking Corpse) () ( _ "") {SIDE} {X} {Y}}
{UNIT_ (Walking Corpse) () ("") {SIDE} {X} {Y}}
[if]
[variable]
@ -1871,7 +1871,7 @@ first_time_only=no
#NOTE: a walking dead is created from inhabitants of the
#elvish encampment
{UNIT_ (Walking Corpse) () ( _ "") $side_number $x1 $y1}
{UNIT_ (Walking Corpse) () ("") $side_number $x1 $y1}
[if]
[variable]

View file

@ -932,21 +932,21 @@ message= _ "Ssshhhh, did you hear something?"
#make ants easy: 3 medium: 4 hard: 5
{UNIT_ (Giant Ant) () ( _ "") 8 17 26}
{UNIT_ (Giant Ant) () ( _ "") 8 17 27}
{UNIT_ (Giant Ant) () ( _ "") 8 18 26}
{UNIT_ (Giant Ant) () ("") 8 17 26}
{UNIT_ (Giant Ant) () ("") 8 17 27}
{UNIT_ (Giant Ant) () ("") 8 18 26}
#ifdef EASY
#else
{UNIT_ (Giant Ant) () ( _ "") 8 18 27}
{UNIT_ (Giant Ant) () ("") 8 18 27}
#endif
#ifdef HARD
{UNIT_ (Giant Ant) () ( _ "") 8 19 27}
{UNIT_ (Giant Ant) () ("") 8 19 27}
#endif
#make spider
{UNIT_ (Cave Spider) () ( _ "") 9 4 25}
{UNIT_ (Cave Spider) () ("") 9 4 25}
[redraw]
[/redraw]

View file

@ -2113,21 +2113,21 @@ description=High Advisor
message= _ "Arise, our brothers of ages past! Arise and destroy the intruders!"
[/message]
{UNIT_ (Troll Zombie) () ( _ "") 7 39 22}
{UNIT_ (Troll Zombie) () ( _ "") 7 40 28}
{UNIT_ (Troll Zombie) () ( _ "") 7 36 23}
{UNIT_ (Troll Zombie) () ( _ "") 7 37 29}
{UNIT_ (Troll Zombie) () ("") 7 39 22}
{UNIT_ (Troll Zombie) () ("") 7 40 28}
{UNIT_ (Troll Zombie) () ("") 7 36 23}
{UNIT_ (Troll Zombie) () ("") 7 37 29}
#ifdef MEDIUM
{UNIT_ (Troll Zombie) () ( _ "") 7 33 25}
{UNIT_ (Troll Zombie) () ( _ "") 7 34 28}
{UNIT_ (Troll Zombie) () ("") 7 33 25}
{UNIT_ (Troll Zombie) () ("") 7 34 28}
#endif
#ifdef HARD
{UNIT_ (Troll Zombie) () ( _ "") 7 42 21}
{UNIT_ (Troll Zombie) () ( _ "") 7 43 26}
{UNIT_ (Troll Zombie) () ("") 7 42 21}
{UNIT_ (Troll Zombie) () ("") 7 43 26}
#endif