share/hedgewars/Data/Missions/Training/Shotgun.lua
changeset 3476 1ec68b8d3bd1
parent 3456 e19e017691e4
child 4162 923db448ad16
equal deleted inserted replaced
3475:95345f98da19 3476:1ec68b8d3bd1
    19 	["en"] = "Shotgun Training",
    19 	["en"] = "Shotgun Training",
    20 	["de"] = "Schrotflinten-Training",
    20 	["de"] = "Schrotflinten-Training",
    21 	["es"] = "Entrenamiento con escopeta",
    21 	["es"] = "Entrenamiento con escopeta",
    22 	["pl"] = "Trening strzelecki",
    22 	["pl"] = "Trening strzelecki",
    23 	["pt_PT"] = "Treino com Caçadeira",
    23 	["pt_PT"] = "Treino com Caçadeira",
    24 	["pt_BR"] = "Treino com a Escopeta"
    24 	["pt_BR"] = "Treino com a Escopeta",
       
    25 	["sv"] = "Hagelgevärsträning"
    25 	-- To add other languages, just add lines similar to the
    26 	-- To add other languages, just add lines similar to the
    26 	-- existing ones - don't forget the trailing ","!
    27 	-- existing ones - don't forget the trailing ","!
    27 	}
    28 	}
    28 
    29 
    29 local subcaption = {
    30 local subcaption = {
    30 	["en"] = "Aiming Practice",
    31 	["en"] = "Aiming Practice",
    31 	["de"] = "Zielübung",
    32 	["de"] = "Zielübung",
    32 	["es"] = "Practica tu puntería",
    33 	["es"] = "Practica tu puntería",
    33 	["pl"] = "Potrenuj celność",
    34 	["pl"] = "Potrenuj celność",
    34 	["pt_PT"] = "Pratica a tua pontaria",
    35 	["pt_PT"] = "Pratica a tua pontaria",
    35 	["pt_BR"] = "Pratique a sua pontaria"
    36 	["pt_BR"] = "Pratique a sua pontaria",
       
    37 	["sv"] = "Siktesövning"
    36 	}
    38 	}
    37 
    39 
    38 local goal = {
    40 local goal = {
    39 	["en"] = "Eliminate all targets before your time runs out.|You have unlimited ammo for this mission.",
    41 	["en"] = "Eliminate all targets before your time runs out.|You have unlimited ammo for this mission.",
    40 	["de"] = "Eliminiere alle Ziele bevor die Zeit ausläuft.|Du hast in dieser Mission unbegrenzte Munition.",
    42 	["de"] = "Eliminiere alle Ziele bevor die Zeit ausläuft.|Du hast in dieser Mission unbegrenzte Munition.",
    41 	["es"] = "Destruye todos los objetivos antes de que se agote el tiempo.|La munición en esta misión es ilimitada.",
    43 	["es"] = "Destruye todos los objetivos antes de que se agote el tiempo.|La munición en esta misión es ilimitada.",
    42 	["pl"] = "Zniszcz wszystkie cele zanim upłynie czas.|W tej misji masz nieskończoną ilość amunicji.",
    44 	["pl"] = "Zniszcz wszystkie cele zanim upłynie czas.|W tej misji masz nieskończoną ilość amunicji.",
    43 	["pt_PT"] = "Destrói todos os alvos antes do tempo terminar.|Tens munições infinitas para esta missão.",
    45 	["pt_PT"] = "Destrói todos os alvos antes do tempo terminar.|Tens munições infinitas para esta missão.",
    44 	["pt_BR"] = "Destrua todos os alvos antes que o tempo acabe.|Você tem munição infinita para esta missão."
    46 	["pt_BR"] = "Destrua todos os alvos antes que o tempo acabe.|Você tem munição infinita para esta missão.",
       
    47 	["sv"] = "Förstör alla målen innan din tid tar slut.|Du har obegränsad ammunition för deta uppdrag"
    45 	}
    48 	}
    46 
    49 
    47 local timeout = {
    50 local timeout = {
    48 	["en"] = "Oh no! Time's up! Just try again.",
    51 	["en"] = "Oh no! Time's up! Just try again.",
    49 	["de"] = "Oh nein! Die Zeit ist um! Versuche es nochmal.",
    52 	["de"] = "Oh nein! Die Zeit ist um! Versuche es nochmal.",
    50 	["es"] = "¡Oh, no, se te acabó el tiempo! ¿Por qué no lo intentas de nuevo?",
    53 	["es"] = "¡Oh, no, se te acabó el tiempo! ¿Por qué no lo intentas de nuevo?",
    51 	["pl"] = "Ajajaj! Koniec czasu! Spróbuj jeszcze raz.",
    54 	["pl"] = "Ajajaj! Koniec czasu! Spróbuj jeszcze raz.",
    52 	["pt_PT"] = "Oh não! Acabou o tempo! Tenta novamente.",
    55 	["pt_PT"] = "Oh não! Acabou o tempo! Tenta novamente.",
    53 	["pt_BR"] = "Oh não! O tempo acabou! Tente novamente."
    56 	["pt_BR"] = "Oh não! O tempo acabou! Tente novamente.",
       
    57 	["sv"] = "Åh nej! Tiden är ute! Pröva igen."
    54 	}
    58 	}
    55 
    59 
    56 local success = {
    60 local success = {
    57 	["en"] = "Congratulations! You've eliminated all targets|within the allowed time frame.",
    61 	["en"] = "Congratulations! You've eliminated all targets|within the allowed time frame.",
    58 	["de"] = "Gratulation! Du hast alle Ziele innerhalb der|verfügbaren Zeit ausgeschaltet.",
    62 	["de"] = "Gratulation! Du hast alle Ziele innerhalb der|verfügbaren Zeit ausgeschaltet.",
    59 	["es"] = "¡Felicidades! Has destruido todos los objectivos|dentro del tiempo establecido.",
    63 	["es"] = "¡Felicidades! Has destruido todos los objectivos|dentro del tiempo establecido.",
    60 	["pl"] = "Gratulacje! Zniszczyłeś wszystkie cele przed upłynięciem czasu.",
    64 	["pl"] = "Gratulacje! Zniszczyłeś wszystkie cele przed upłynięciem czasu.",
    61 	["pt_PT"] = "Parabéns! Eliminaste todos os alvos|dentro do tempo limite.",
    65 	["pt_PT"] = "Parabéns! Eliminaste todos os alvos|dentro do tempo limite.",
    62 	["pt_BR"] = "Parabéns! Você eliminou todos os alvos|dentro do tempo limite."
    66 	["pt_BR"] = "Parabéns! Você eliminou todos os alvos|dentro do tempo limite.",
       
    67 	["sv"] = "Grattis! Du har förstört alla målen inom den|tillåtna tidsramen."
    63 	}
    68 	}
    64 
    69 
    65 local teamname = {
    70 local teamname = {
    66 	["en"] = "Shotgun Team",
    71 	["en"] = "Shotgun Team",
    67 	["de"] = "Die Knalltüten",
    72 	["de"] = "Die Knalltüten",
    68 	["es"] = "Escopeteros",
    73 	["es"] = "Escopeteros",
    69 	["pl"] = "Shotgun Team",
    74 	["pl"] = "Shotgun Team",
    70 	["pt_PT"] = "Caçadores",
    75 	["pt_PT"] = "Caçadores",
    71 	["pt_PT"] = "Carabineiros"
    76 	["pt_PT"] = "Carabineiros",
       
    77 	["sv"] = "Hagelgevärslaget"
    72 	}
    78 	}
    73 
    79 
    74 local hogname = {
    80 local hogname = {
    75 	["en"] = "Hunter",
    81 	["en"] = "Hunter",
    76 	["de"] = "Jäger",
    82 	["de"] = "Jäger",
    77 	["es"] = "Cazador",
    83 	["es"] = "Cazador",
    78 	["pl"] = "Strzelec",
    84 	["pl"] = "Strzelec",
    79 	["pt_PT"] = "Comando",
    85 	["pt_PT"] = "Comando",
    80 	["pt_BR"] = "Caçador",
    86 	["pt_BR"] = "Caçador",
       
    87 	["sv"] = "Jägare"
    81 	}
    88 	}
    82 
    89 
    83 -- To handle missing texts we define a small wrapper function that
    90 -- To handle missing texts we define a small wrapper function that
    84 -- we'll use to retrieve text.
    91 -- we'll use to retrieve text.
    85 local function loc(text)
    92 local function loc(text)