share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 4074 b73fd6ca06dd
parent 4072 6bc2b8982c7b
child 4080 5809a2360d45
equal deleted inserted replaced
4073:582350d49e98 4074:b73fd6ca06dd
     1 -- Hedgewars - Roperace for 2+ Players
     1 -- Hedgewars - Roperace for 2+ Players
     2 
     2 
     3 local caption = {
     3 local caption = {
     4 	["en"] = "ShoppaKing Map Three: TrophyRace",
     4 	["en"] = "ShoppaKing Map Three: TrophyRace",
     5 	["sv"] = "ShoppaKing bana tre: TrophyRace",
     5 	["sv"] = "ShoppaKing bana tre: TrophyRace",
       
     6 	["pl"] = "ShoppaKing: TrophyRace",
     6 	}
     7 	}
     7 
     8 
     8 local subcaption = {
     9 local subcaption = {
     9 	["en"] = "Made by Wolfmarc and Dragonfly",
    10 	["en"] = "Made by Wolfmarc and Dragonfly",
    10 	["sv"] = "Skapad av Wolfmarc och Dragonfly",
    11 	["sv"] = "Skapad av Wolfmarc och Dragonfly",
       
    12 	["pl"] = "Zrobione przez Wolfmarca i Dragonfly",
    11 	}
    13 	}
    12 
    14 
    13 local goal = {
    15 local goal = {
    14 	["en"] = "Use your rope to get from start to finish as fast as you can!",
    16 	["en"] = "Use your rope to get from start to finish as fast as you can!",
    15 	["sv"] = "Använd ditt rep för att ta dig från start till mål så fort du kan!",
    17 	["sv"] = "Använd ditt rep för att ta dig från start till mål så fort du kan!",
       
    18 	["pl"] = "Użyj liny by jak najszybciej dotrzec od startu do mety",
    16 	}
    19 	}
    17 
    20 
    18 local done = {
    21 local done = {
    19 	["en"] = "You've reached the goal!| |Time: ",
    22 	["en"] = "You've reached the goal!| |Time: ",
    20 	["sv"] = "Du är i mål!| |Tid: ",
    23 	["sv"] = "Du är i mål!| |Tid: ",
       
    24 	["pl"] = "Dotarłeś do celu!| |Czas: ",
    21 	}
    25 	}
    22 local eliminated = {
    26 local eliminated = {
    23 	["en"] = "Eliminating worst hedgehog this round...| |%s is OUT!",
    27 	["en"] = "Eliminating worst hedgehog this round...| |%s is OUT!",
    24 	["sv"] = "Eliminerar sämsta igelkotten den här omgången...| |%s är UTE!",
    28 	["sv"] = "Eliminerar sämsta igelkotten den här omgången...| |%s är UTE!",
       
    29 	["pl"] = "Eliminujemy najgorszego jeża tej rundy...| |%s ODPADŁ!",
    25 	}
    30 	}
    26 
    31 
    27 local newbesttime = {
    32 local newbesttime = {
    28 	["en"] = "NEW fastest lap: ",
    33 	["en"] = "NEW fastest lap: ",
    29 	["sv"] = "NY snabbaste tid: ",
    34 	["sv"] = "NY snabbaste tid: ",
       
    35 	["pl"] = "NOWE najszybsze okrążenie: ",
    30 	}
    36 	}
    31 
    37 
    32 local oldbesttime = {
    38 local oldbesttime = {
    33 	["en"] = "Fastest lap: ",
    39 	["en"] = "Fastest lap: ",
    34 	["sv"] = "Snabbaste tid: ",
    40 	["sv"] = "Snabbaste tid: ",
       
    41 	["pl"] = "Najszybsze okrążenie: ",
    35 	}
    42 	}
    36 local bestclantimes = {
    43 local bestclantimes = {
    37 	["en"] = "Best laps per team: ",
    44 	["en"] = "Best laps per team: ",
    38 	["sv"] = "Bästa tider per lag: ",
    45 	["sv"] = "Bästa tider per lag: ",
       
    46 	["pl"] = "Najszybsze okrążenie drużyny: ",
    39 	}
    47 	}
    40 local clantime = {
    48 local clantime = {
    41 	["en"] = "Team %d: ",
    49 	["en"] = "Team %d: ",
    42 	["sv"] = "Lag %d: ",
    50 	["sv"] = "Lag %d: ",
       
    51 	["pl"] = "Drużyna %d: ",
    43 	}
    52 	}
    44 
    53 
    45 	local function loc(text)
    54 	local function loc(text)
    46 	if text == nil then return "**missing**"
    55 	if text == nil then return "**missing**"
    47 	elseif text[L] == nil then return text["en"]
    56 	elseif text[L] == nil then return text["en"]