forked from github/server
Even more message fixing.
This commit is contained in:
parent
5ebac77a1c
commit
c088273a9d
|
@ -311,6 +311,7 @@
|
|||
<string name="sehr viele">
|
||||
<text locale="de">sehr viele</text>
|
||||
<text locale="en">a great many </text>
|
||||
<text locale="fr">beaucoup de </text>
|
||||
</string>
|
||||
|
||||
<string name="nr_trade_intro">
|
||||
|
|
|
@ -6310,8 +6310,8 @@
|
|||
<arg name="region" type="region"/>
|
||||
<arg name="mage" type="unit"/>
|
||||
</type>
|
||||
<text locale="de">"$unit($unit) ruft in $region($region) eine Pest hervor."</text>
|
||||
<text locale="en">"$unit($unit) sends the plague on $region($region)."</text>
|
||||
<text locale="de">"$unit($mage) ruft in $region($region) eine Pest hervor."</text>
|
||||
<text locale="en">"$unit($mage) sends the plague on $region($region)."</text>
|
||||
</message>
|
||||
|
||||
<message name="too_many_units_in_faction" section="errors">
|
||||
|
|
Loading…
Reference in New Issue