share/hedgewars/Data/Missions/Training/SniperRifle.lua
changeset 3274 1e7dcd32890a
parent 3273 d398b7bb3ecd
child 3284 7ffd0e20ad08
equal deleted inserted replaced
3273:d398b7bb3ecd 3274:1e7dcd32890a
    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"] = "Sniper Training",
    19 	["en"] = "Sniper Training",
    20 	["de"] = "Scharfschützen-Training",
    20 	["de"] = "Scharfschützen-Training",
       
    21 	["pl"] = "Trening Snajperski",
    21 	["pt_PT"] = "Treino com Sniper"
    22 	["pt_PT"] = "Treino com Sniper"
    22 	-- To add other languages, just add lines similar to the
    23 	-- To add other languages, just add lines similar to the
    23 	-- existing ones - don't forget the trailing ","!
    24 	-- existing ones - don't forget the trailing ","!
    24 	}
    25 	}
    25 
    26 
    55 	["pt_PT"] = "Parabéns! Eliminaste todos os alvos|dentro do tempo limite."
    56 	["pt_PT"] = "Parabéns! Eliminaste todos os alvos|dentro do tempo limite."
    56 	}
    57 	}
    57 
    58 
    58 local teamname = {
    59 local teamname = {
    59 	["en"] = "Sniperz",
    60 	["en"] = "Sniperz",
    60 	["de"] = "Heckenschützen"
    61 	["de"] = "Heckenschützen",
       
    62 	["pl"] = "Snajperzy"
    61 	}
    63 	}
    62 
    64 
    63 local hogname = {
    65 local hogname = {
    64 	["en"] = "Hunter",
    66 	["en"] = "Hunter",
    65 	["de"] = "Jäger",
    67 	["de"] = "Jäger",