This commit is contained in:
Christian Schlittchen 2004-06-13 10:22:23 +00:00
parent e763673cbd
commit 3772cdda43
2 changed files with 10 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LinkLibraries mapper :
items items
gamecode gamecode
kernel kernel
modules modules
attributes attributes
spells spells
races races

View File

@ -2449,6 +2449,15 @@
<text locale="fr">"$unit($unit) drowns when $ship($ship) in $region($region) sinks."</text> <text locale="fr">"$unit($unit) drowns when $ship($ship) in $region($region) sinks."</text>
<text locale="en">"$unit($unit) drowns when $ship($ship) in $region($region) sinks."</text> <text locale="en">"$unit($unit) drowns when $ship($ship) in $region($region) sinks."</text>
</message> </message>
<message name="error317" section="events">
<type>
<arg name="unit" type="unit"/>
<arg name="region" type="region"/>
<arg name="command" type="order"/>
</type>
<text locale="de">"$unit($unit) in $region($region): '$order($command)' - Dieses Objekt ist unzerstörbar."</text>
<text locale="en">"$unit($unit) in $region($region): '$order($command)' - This object is indestructible."</text>
</message>
<message name="error316" section="events"> <message name="error316" section="events">
<type> <type>
<arg name="unit" type="unit"/> <arg name="unit" type="unit"/>