"keine Meldung ob Zauber erfolgreich oder nicht"
added a missing message
This commit is contained in:
Enno Rehling 2008-03-05 16:24:50 +00:00
parent a94a80aa8f
commit bf544ef1be
1 changed files with 11 additions and 0 deletions

View File

@ -1889,6 +1889,17 @@
<text locale="de">"$unit($unit) in $region($region): '$order($command)' - Der Magier zerstört den Fluch($id) auf ${target}."</text> <text locale="de">"$unit($unit) in $region($region): '$order($command)' - Der Magier zerstört den Fluch($id) auf ${target}."</text>
<text locale="en">"$unit($unit) in $region($region): '$order($command)' - The magician destroys the spell on ${target}."</text> <text locale="en">"$unit($unit) in $region($region): '$order($command)' - The magician destroys the spell on ${target}."</text>
</message> </message>
<message name="destroy_curse_noeffect" section="magic">
<type>
<arg name="unit" type="unit"/>
<arg name="region" type="region"/>
<arg name="command" type="order"/>
<arg name="id" type="string"/>
<arg name="target" type="string"/>
</type>
<text locale="de">"$unit($unit) in $region($region): '$order($command)' - Der Zauber ist nicht stark genug, um den Fluch auf ${target} zu zerstören."</text>
<text locale="en">"$unit($unit) in $region($region): '$order($command)' - The spell is not strong enough to destroy the curse on ${target}."</text>
</message>
<message name="deathcloud_effect" section="magic"> <message name="deathcloud_effect" section="magic">
<type> <type>
<arg name="mage" type="unit"/> <arg name="mage" type="unit"/>