share/hedgewars/Data/Missions/Bazooka Training.hwt
changeset 2958 e6f7620da87e
parent 2950 81dd71096b1f
child 2996 dfc7507a21a0
equal deleted inserted replaced
2957:8f3f2a220835 2958:e6f7620da87e
    16 -- Text may then be accessed using "arrayname[L]".
    16 -- Text may then be accessed using "arrayname[L]".
    17 
    17 
    18 local caption = {
    18 local caption = {
    19 	["en"] = "Bazooka Training",
    19 	["en"] = "Bazooka Training",
    20 	["de"] = "Bazooka-Training"
    20 	["de"] = "Bazooka-Training"
    21 	}
    21 	-- To add other languages, just add lines similar to the
       
    22 	-- existing ones - don't forget the trailing ","!
       
    23 	}
       
    24 
    22 local subcaption = {
    25 local subcaption = {
    23 	["en"] = "Aiming Practice",
    26 	["en"] = "Aiming Practice",
    24 	["de"] = "Zielübung"
    27 	["de"] = "Zielübung"
    25 	}
    28 	}
    26 
    29