share/hedgewars/Data/Missions/Training/Shotgun.lua
changeset 3247 045a76b9f32f
parent 3235 c7ceda2f5d4a
child 3346 967fd96f7373
equal deleted inserted replaced
3246:ab99a0f0b485 3247:045a76b9f32f
    67 
    67 
    68 local hogname = {
    68 local hogname = {
    69 	["en"] = "Hunter",
    69 	["en"] = "Hunter",
    70 	["de"] = "Jäger",
    70 	["de"] = "Jäger",
    71 	["es"] = "Cazador",
    71 	["es"] = "Cazador",
    72 	["en"] = "Strzelec",
    72 	["pl"] = "Strzelec",
    73 	["pt_PT"] = "Comando"
    73 	["pt_PT"] = "Comando"
    74 	}
    74 	}
    75 
    75 
    76 -- To handle missing texts we define a small wrapper function that
    76 -- To handle missing texts we define a small wrapper function that
    77 -- we'll use to retrieve text.
    77 -- we'll use to retrieve text.