Fixed 2 translation problems.
This commit is contained in:
parent
fbc04342e2
commit
0244b68bcc
2 changed files with 33 additions and 33 deletions
|
@ -295,37 +295,37 @@
|
|||
|
||||
#Set locations known to the ai_controller.
|
||||
#Call protocol is {AI_LOCATION ID NAME RANGE X Y}.
|
||||
{AI_LOCATION kkalenz _ "Keep of Kalenz" 1 3 11}
|
||||
{AI_LOCATION ktrugl _ "Keep of Truugl" 2 19 8}
|
||||
{AI_LOCATION kmordrum _ "Keep of Mordrum" 2 41 13}
|
||||
{AI_LOCATION kurugpir _ "Keep of Urug-Pir" 2 39 23}
|
||||
{AI_LOCATION kelithsomir _ "Keep of El'Ithsomir" 1 32 35}
|
||||
{AI_LOCATION kgrubr _ "Keep of Grubr" 1 20 42}
|
||||
{AI_LOCATION nshallows _ "Northern Shallows" 2 31 11}
|
||||
{AI_LOCATION falyas _ "Ford of Alyas" 3 22 19}
|
||||
{AI_LOCATION fifranur _ "Ford of Tifranur" 2 7 31}
|
||||
{AI_LOCATION tnorth _ "North Tower" 1 14 24}
|
||||
{AI_LOCATION snorth _ "South Tower" 1 12 26}
|
||||
{AI_LOCATION sgate _ "South Bastion" 1 14 31}
|
||||
{AI_LOCATION telgreen _ "Telfar Green" 2 33 14}
|
||||
{AI_LOCATION dancegreen _ "Dancer's Green" 5 27 4}
|
||||
{AI_LOCATION karmarth _ "Karmarth Hills" 5 6 4}
|
||||
{AI_LOCATION nbridge _ "North Bridge" 1 14 20}
|
||||
{AI_LOCATION gtree _ "Great Tree" 1 15 26}
|
||||
{AI_LOCATION brightleaf _ "Brightleaf Wood" 5 26 30}
|
||||
{AI_LOCATION westwind _ "Westwind Wood" 5 3 20}
|
||||
{AI_LOCATION southwind _ "Southwind Wood" 5 5 38}
|
||||
{AI_LOCATION telionath _ "Telionath" 1 18 34}
|
||||
{AI_LOCATION arthen _ "Arthen" 1 30 20}
|
||||
{AI_LOCATION arryn _ "Arryn" 1 4 26}
|
||||
{AI_LOCATION illissa _ "Illissa" 1 28 25}
|
||||
{AI_LOCATION viricon _ "Viricon" 1 24 39}
|
||||
{AI_LOCATION tireas _ "Tireas" 1 12 16}
|
||||
{AI_LOCATION essarn _ "Essarn" 1 41 31}
|
||||
{AI_LOCATION valcathra _ "Valcathra" 1 38 37}
|
||||
{AI_LOCATION aelion _ "Aelion" 1 12 39}
|
||||
{AI_LOCATION elendor _ "Elendor" 1 18 17}
|
||||
{AI_LOCATION erethean _ "Erethean" 1 17 53}
|
||||
{AI_LOCATION kkalenz _"Keep of Kalenz" 1 3 11}
|
||||
{AI_LOCATION ktrugl _"Keep of Truugl" 2 19 8}
|
||||
{AI_LOCATION kmordrum _"Keep of Mordrum" 2 41 13}
|
||||
{AI_LOCATION kurugpir _"Keep of Urug-Pir" 2 39 23}
|
||||
{AI_LOCATION kelithsomir _"Keep of El'Ithsomir" 1 32 35}
|
||||
{AI_LOCATION kgrubr _"Keep of Grubr" 1 20 42}
|
||||
{AI_LOCATION nshallows _"Northern Shallows" 2 31 11}
|
||||
{AI_LOCATION falyas _"Ford of Alyas" 3 22 19}
|
||||
{AI_LOCATION ftifranur _"Ford of Tifranur" 2 7 31}
|
||||
{AI_LOCATION tnorth _"North Tower" 1 14 24}
|
||||
{AI_LOCATION tsouth _"South Tower" 1 12 26}
|
||||
{AI_LOCATION sgate _"South Bastion" 1 14 31}
|
||||
{AI_LOCATION telgreen _"Telfar Green" 2 33 14}
|
||||
{AI_LOCATION dancegreen _"Dancer's Green" 5 27 4}
|
||||
{AI_LOCATION karmarth _"Karmarth Hills" 5 6 4}
|
||||
{AI_LOCATION nbridge _"North Bridge" 1 14 20}
|
||||
{AI_LOCATION gtree _"Great Tree" 1 15 26}
|
||||
{AI_LOCATION brightleaf _"Brightleaf Wood" 5 26 30}
|
||||
{AI_LOCATION westwind _"Westwind Wood" 5 3 20}
|
||||
{AI_LOCATION southwind _"Southwind Wood" 5 5 38}
|
||||
{AI_LOCATION telionath _"Telionath" 1 18 34}
|
||||
{AI_LOCATION arthen _"Arthen" 1 30 20}
|
||||
{AI_LOCATION arryn _"Arryn" 1 4 26}
|
||||
{AI_LOCATION illissa _"Illissa" 1 28 25}
|
||||
{AI_LOCATION viricon _"Viricon" 1 24 39}
|
||||
{AI_LOCATION tireas _"Tireas" 1 12 16}
|
||||
{AI_LOCATION essarn _"Essarn" 1 41 31}
|
||||
{AI_LOCATION valcathra _"Valcathra" 1 38 37}
|
||||
{AI_LOCATION aelion _"Aelion" 1 12 39}
|
||||
{AI_LOCATION elendor _"Elendor" 1 18 17}
|
||||
{AI_LOCATION erethean _"Erethean" 1 17 53}
|
||||
[message]
|
||||
id=Kalenz
|
||||
message= _ "The orcs have pushed us back to the Ka'lian. There is no way out. We must win here!"
|
||||
|
|
|
@ -218,13 +218,13 @@
|
|||
value=$l3_length
|
||||
[set_variable]
|
||||
name=left_behind
|
||||
format=$left_behind + _ " and " + $l3_selector_store[$i].name # wmllint: ignore
|
||||
format= _ "$left_behind and $l3_selector_store[$i].name" # wmllint: ignore
|
||||
[/set_variable]
|
||||
[/case]
|
||||
[else]
|
||||
[set_variable]
|
||||
name=left_behind
|
||||
format=$left_behind + ", " + $l3_selector_store[$i].name
|
||||
format= _ "$left_behind|, $l3_selector_store[$i].name"
|
||||
[/set_variable]
|
||||
[/else]
|
||||
[/switch]
|
||||
|
|
Loading…
Add table
Reference in a new issue