Some more English localization.

This commit is contained in:
Enno Rehling 2007-09-02 08:56:07 +00:00
parent d434b73617
commit ebec08fa01
4 changed files with 15 additions and 5 deletions

View File

@ -186,7 +186,7 @@ give_men(int n, unit * u, unit * u2, struct order * ord)
} else if (u2 && fval(u, UFL_WERE) != fval(u2, UFL_WERE)) { } else if (u2 && fval(u, UFL_WERE) != fval(u2, UFL_WERE)) {
error = 312; error = 312;
} else if (u2 && u2->number!=0 && u2->race != u->race) { } else if (u2 && u2->number!=0 && u2->race != u->race) {
log_warning(("Partei %s versucht %s an %s zu übergeben.\n", log_warning(("facion %s attempts to give %s to faction %s.\n",
itoa36(u->faction->no), u->race->_name[0], itoa36(u->faction->no), u->race->_name[0],
u2->race->_name[1])); u2->race->_name[1]));
error = 139; error = 139;

View File

@ -166,10 +166,7 @@ cansee_antimagiczone(const struct faction *viewer, const void * obj, typ_t typ,
} }
static struct curse_type ct_antimagiczone = { static struct curse_type ct_antimagiczone = {
"antimagiczone", "antimagiczone",
CURSETYP_NORM, 0, (M_DURATION | M_VIGOUR), CURSETYP_NORM, 0, (M_DURATION | M_VIGOUR), NULL,
"Dieser Zauber scheint magische Energien irgendwie abzuleiten und "
"so alle in der Region gezauberten Sprüche in ihrer Wirkung zu "
"schwächen oder ganz zu verhindern.",
cinfo_antimagiczone, NULL, NULL, NULL, cansee_antimagiczone cinfo_antimagiczone, NULL, NULL, NULL, cansee_antimagiczone
}; };

View File

@ -7405,22 +7405,27 @@
<string name="sptype_precombat"> <string name="sptype_precombat">
<text locale="de">Präkampfzauber</text> <text locale="de">Präkampfzauber</text>
<text locale="en">pre-combat spell</text>
</string> </string>
<string name="sptype_postcombat"> <string name="sptype_postcombat">
<text locale="de">Postkampfzauber</text> <text locale="de">Postkampfzauber</text>
<text locale="en">post-combat spell</text>
</string> </string>
<string name="sptype_combat"> <string name="sptype_combat">
<text locale="de">Kampfzauber</text> <text locale="de">Kampfzauber</text>
<text locale="en">combat spell</text>
</string> </string>
<string name="sptype_normal"> <string name="sptype_normal">
<text locale="de">Normaler Zauber</text> <text locale="de">Normaler Zauber</text>
<text locale="en">regular spell</text>
</string> </string>
<string name="nr_insectwinter"> <string name="nr_insectwinter">
<text locale="de">Es ist Winter, und Insekten können nur in Wüsten oder mit Hilfe des Nestwärme-Tranks Personen rekrutieren.</text> <text locale="de">Es ist Winter, und Insekten können nur in Wüsten oder mit Hilfe des Nestwärme-Tranks Personen rekrutieren.</text>
<text locale="en">It is winter, and insects can only recruit in deserts or with the aid of nestwarmth potions.</text>
</string> </string>
<string name="nr_insectfall"> <string name="nr_insectfall">

View File

@ -111,6 +111,12 @@
<text locale="de">"$unit($unit) bekommt von einer Schlange einen Apfel angeboten. ($int36($id))"</text> <text locale="de">"$unit($unit) bekommt von einer Schlange einen Apfel angeboten. ($int36($id))"</text>
<text locale="en">"A large green snake offers $unit($unit) a fine-looking apple. ($int36($id))"</text> <text locale="en">"A large green snake offers $unit($unit) a fine-looking apple. ($int36($id))"</text>
</message> </message>
<message name="curseinfo::antimagiczone" section="events">
<type>
<arg name="id" type="int"/>
</type>
<text locale="en">"A spell is deflecting magical energies and weakening all other spells cast in the region. ($int36($id))"</text>
<text locale="de">"Dieser Zauber scheint magische Energien irgendwie abzuleiten und so alle in der Region gezauberten Sprüche in ihrer Wirkung zu schwächen oder ganz zu verhindern. ($int36($id))"</text>
<message name="curseinfo::sparkle_10" section="events"> <message name="curseinfo::sparkle_10" section="events">
<type> <type>
<arg name="unit" type="unit"/> <arg name="unit" type="unit"/>
@ -1392,6 +1398,7 @@
<arg name="amount" type="int"/> <arg name="amount" type="int"/>
</type> </type>
<text locale="de">"$unit($mage) beginnt ein Ritual der Wiederbelebung. $int($amount) Krieger stehen von den Toten auf."</text> <text locale="de">"$unit($mage) beginnt ein Ritual der Wiederbelebung. $int($amount) Krieger stehen von den Toten auf."</text>
<text locale="de">"$unit($mage) begins a ritual of resurrection. $int($amount) warriors rise from the dead."</text>
</message> </message>
<message name="reanimate_effect_1" section="magic"> <message name="reanimate_effect_1" section="magic">
@ -7358,6 +7365,7 @@
<arg name="mage" type="unit"/> <arg name="mage" type="unit"/>
</type> </type>
<text locale="de">"$unit($mage) stimmt einen seltsamen Gesang an. Ein plötzlicher Tumult entsteht und bringt die Kampfaufstellung durcheinander."</text> <text locale="de">"$unit($mage) stimmt einen seltsamen Gesang an. Ein plötzlicher Tumult entsteht und bringt die Kampfaufstellung durcheinander."</text>
<text locale="en">"$unit($mage) begins a mysterious chant. great confusion sweeps through the ranks of the enemy."</text>
</message> </message>
<message name="sp_strongwalls_effect" section="battle"> <message name="sp_strongwalls_effect" section="battle">