forked from github/server
New message for spells that cannot be cast in astral space.
English Style: can't or can not => cannot
This commit is contained in:
parent
b06f3cf0e2
commit
cf1c06ad29
3 changed files with 18 additions and 5 deletions
|
@ -3485,6 +3485,13 @@
|
||||||
<arg name="command" type="order"/>
|
<arg name="command" type="order"/>
|
||||||
</type>
|
</type>
|
||||||
</message>
|
</message>
|
||||||
|
<message name="spell_astral_forbidden" section="errors">
|
||||||
|
<type>
|
||||||
|
<arg name="unit" type="unit"/>
|
||||||
|
<arg name="region" type="region"/>
|
||||||
|
<arg name="command" type="order"/>
|
||||||
|
</type>
|
||||||
|
</message>
|
||||||
<message name="spell_astral_only" section="errors">
|
<message name="spell_astral_only" section="errors">
|
||||||
<type>
|
<type>
|
||||||
<arg name="unit" type="unit"/>
|
<arg name="unit" type="unit"/>
|
||||||
|
|
|
@ -641,6 +641,9 @@ msgstr "\"$unit($unit) vergisst $skill($skill).\""
|
||||||
msgid "spell_astral_only"
|
msgid "spell_astral_only"
|
||||||
msgstr "\"$unit($unit) in $region($region): '$order($command)' - Dieser Zauber kann nur im Astralraum gezaubert werden.\""
|
msgstr "\"$unit($unit) in $region($region): '$order($command)' - Dieser Zauber kann nur im Astralraum gezaubert werden.\""
|
||||||
|
|
||||||
|
msgid "spell_astral_forbidden"
|
||||||
|
msgstr "\"$unit($unit) in $region($region): '$order($command)' - Dieser Zauber kann nicht im Astralraum gezaubert werden.\""
|
||||||
|
|
||||||
msgid "sp_movecastle_fail_0"
|
msgid "sp_movecastle_fail_0"
|
||||||
msgstr "\"$unit($unit) in $region($region): '$order($command)' - Der Elementar ist zu klein, um das Gebäude zu tragen.\""
|
msgstr "\"$unit($unit) in $region($region): '$order($command)' - Der Elementar ist zu klein, um das Gebäude zu tragen.\""
|
||||||
|
|
||||||
|
|
|
@ -638,6 +638,9 @@ msgstr "\"$unit($unit) in $region($region) damages the $ship($ship).\""
|
||||||
msgid "forget"
|
msgid "forget"
|
||||||
msgstr "\"$unit($unit) forgets $skill($skill).\""
|
msgstr "\"$unit($unit) forgets $skill($skill).\""
|
||||||
|
|
||||||
|
msgid "spell_astral_forbidden"
|
||||||
|
msgstr "\"$unit($unit) in $region($region): '$order($command)' - This spell cannot be cast on the astral plane.\""
|
||||||
|
|
||||||
msgid "spell_astral_only"
|
msgid "spell_astral_only"
|
||||||
msgstr "\"$unit($unit) in $region($region): '$order($command)' - This spell can only be cast on the astral plane.\""
|
msgstr "\"$unit($unit) in $region($region): '$order($command)' - This spell can only be cast on the astral plane.\""
|
||||||
|
|
||||||
|
@ -1164,7 +1167,7 @@ msgid "error_max_magicians"
|
||||||
msgstr "\"$unit($unit) in $region($region): '$order($command)' - There may not be more than $int($amount) magicians in your faction.\""
|
msgstr "\"$unit($unit) in $region($region): '$order($command)' - There may not be more than $int($amount) magicians in your faction.\""
|
||||||
|
|
||||||
msgid "error304"
|
msgid "error304"
|
||||||
msgstr "\"$unit($unit) in $region($region): '$order($command)' - Units of a faction that can't be attacked may not guard.\""
|
msgstr "\"$unit($unit) in $region($region): '$order($command)' - Units of a faction that cannot be attacked may not guard.\""
|
||||||
|
|
||||||
msgid "error300"
|
msgid "error300"
|
||||||
msgstr "\"$unit($unit) in $region($region): '$order($command)' - Invalid synonym.\""
|
msgstr "\"$unit($unit) in $region($region): '$order($command)' - Invalid synonym.\""
|
||||||
|
|
Loading…
Reference in a new issue