share/hedgewars/Data/Maps/Knockball/map.lua
changeset 3264 3cf9d915cdb9
parent 3263 fd1588933051
child 3266 aef4b9316060
equal deleted inserted replaced
3263:fd1588933051 3264:3cf9d915cdb9
     2 
     2 
     3 local caption = {
     3 local caption = {
     4 	["en"] = "Hedgewars-Knockball",
     4 	["en"] = "Hedgewars-Knockball",
     5 	["de"] = "Hedgewars-Knockball",
     5 	["de"] = "Hedgewars-Knockball",
     6 	["es"] = "Hedgewars-Knockball",
     6 	["es"] = "Hedgewars-Knockball",
     7 	["pl"] = "Hedgewars-Knockball"
     7 	["pl"] = "Hedgewars-Knockball",
       
     8 	["pt_PT"] = "Hedgewars-Knockball"
     8 	}
     9 	}
     9 
    10 
    10 local subcaption = {
    11 local subcaption = {
    11 	["en"] = "Not So Friendly Match",
    12 	["en"] = "Not So Friendly Match",
    12 	["de"] = "Kein-so-Freundschaftsspiel",
    13 	["de"] = "Kein-so-Freundschaftsspiel",
    13 	["es"] = "Partido no-tan-amistoso",
    14 	["es"] = "Partido no-tan-amistoso",
    14 	["pl"] = "Mecz Nie-Taki-Towarzyski"
    15 	["pl"] = "Mecz Nie-Taki-Towarzyski",
       
    16 	["pt_PT"] = "Partida não muito amigável"
    15 	}
    17 	}
    16 
    18 
    17 local goal = {
    19 local goal = {
    18 	["en"] = "Bat balls at your enemies and|push them into the sea!",
    20 	["en"] = "Bat balls at your enemies and|push them into the sea!",
    19 	["de"] = "Schlage Bälle auf deine Widersacher|und lass sie ins Meer fallen!",
    21 	["de"] = "Schlage Bälle auf deine Widersacher|und lass sie ins Meer fallen!",
    20 	["es"] = "¡Batea pelotas hacia tus enemigos|y hazlos caer al agua!",
    22 	["es"] = "¡Batea pelotas hacia tus enemigos|y hazlos caer al agua!",
    21 	["pl"] = "Uderzaj piłkami w swoich przeciwników|i strącaj ich do wody!"
    23 	["pl"] = "Uderzaj piłkami w swoich przeciwników|i strącaj ich do wody!",
       
    24 	["pt_PT"] = "Bate bolas contra os teus|enimigos e empurra-os ao mar!"
    22 	}
    25 	}
    23 
    26 
    24 local scored = {
    27 local scored = {
    25 	["en"] = "%s is out and Team %d|scored a point!| |Score:",
    28 	["en"] = "%s is out and Team %d|scored a point!| |Score:",
    26 	["de"] = "%s ist draußen und Team %d|erhält einen Punkt!| |Punktestand:",
    29 	["de"] = "%s ist draußen und Team %d|erhält einen Punkt!| |Punktestand:",
    27 	["es"] = "¡%s cayó y Equipo %d|anotó un tanto!| |Puntuación:",
    30 	["es"] = "¡%s cayó y Equipo %d|anotó un tanto!| |Puntuación:",
    28 	["pl"] = "%s utonął i drużyna %d|zdobyła punkt!| |Punktacja:"
    31 	["pl"] = "%s utonął i drużyna %d|zdobyła punkt!| |Punktacja:",
       
    32 	["pt_PT"] = "%s está fora e a equipa %d|soma um ponto!| |Pontuação:"
    29 	}
    33 	}
    30 
    34 
    31 local failed = {
    35 local failed = {
    32 	["en"] = "%s is out and Team %d|scored a penalty!| |Score:",
    36 	["en"] = "%s is out and Team %d|scored a penalty!| |Score:",
    33 	["de"] = "%s ist draußen und Team %d|erhält eine Strafe!| |Punktestand:",
    37 	["de"] = "%s ist draußen und Team %d|erhält eine Strafe!| |Punktestand:",
    34 	["es"] = "¡%s cayó y Equipo %d|anotó una falta!| |Puntuación:",
    38 	["es"] = "¡%s cayó y Equipo %d|anotó una falta!| |Puntuación:",
    35 	["pl"] = "%s utonął i drużyna %d|dostała punkt karny!| |Punktacja:"
    39 	["pl"] = "%s utonął i drużyna %d|dostała punkt karny!| |Punktacja:",
       
    40 	["pt_PT"] = "%s está fora e a equipa %d|perde um ponto!| |Pontuação:"
    36 	}
    41 	}
    37 
    42 
    38 local function loc(text)
    43 local function loc(text)
    39 	if text == nil then return "**missing**"
    44 	if text == nil then return "**missing**"
    40 	elseif text[L] == nil then return text["en"]
    45 	elseif text[L] == nil then return text["en"]