--- a/share/hedgewars/Data/Missions/Training/Shotgun.lua Tue Nov 16 20:04:20 2010 +0100
+++ b/share/hedgewars/Data/Missions/Training/Shotgun.lua Tue Nov 16 20:55:39 2010 +0100
@@ -22,7 +22,8 @@
["pl"] = "Trening strzelecki",
["pt_PT"] = "Treino com Caçadeira",
["pt_BR"] = "Treino com a Escopeta",
- ["sv"] = "Hagelgevärsträning"
+ ["sv"] = "Hagelgevärsträning",
+ ["sk"] = "Tréning s brokovnicou"
-- To add other languages, just add lines similar to the
-- existing ones - don't forget the trailing ","!
}
@@ -34,7 +35,8 @@
["pl"] = "Potrenuj celność",
["pt_PT"] = "Pratica a tua pontaria",
["pt_BR"] = "Pratique a sua pontaria",
- ["sv"] = "Siktesövning"
+ ["sv"] = "Siktesövning",
+ ["sk"] = "Tréning presnosti"
}
local goal = {
@@ -44,7 +46,8 @@
["pl"] = "Zniszcz wszystkie cele zanim upłynie czas.|W tej misji masz nieskończoną ilość amunicji.",
["pt_PT"] = "Destrói todos os alvos antes do tempo terminar.|Tens munições infinitas para esta missão.",
["pt_BR"] = "Destrua todos os alvos antes que o tempo acabe.|Você tem munição infinita para esta missão.",
- ["sv"] = "Förstör alla målen innan din tid tar slut.|Du har obegränsad ammunition för deta uppdrag"
+ ["sv"] = "Förstör alla målen innan din tid tar slut.|Du har obegränsad ammunition för deta uppdrag",
+ ["sk"] = "Zneškodnite všetky ciele pred vypršaním času.|Na túto misiu máte neobmedzené množstvo streliva."
}
local timeout = {
@@ -54,7 +57,8 @@
["pl"] = "Ajajaj! Koniec czasu! Spróbuj jeszcze raz.",
["pt_PT"] = "Oh não! Acabou o tempo! Tenta novamente.",
["pt_BR"] = "Oh não! O tempo acabou! Tente novamente.",
- ["sv"] = "Åh nej! Tiden är ute! Pröva igen."
+ ["sv"] = "Åh nej! Tiden är ute! Pröva igen.",
+ ["sk"] = "Ale nie! Čas vypršal! Tak to skúste znovu."
}
local success = {
@@ -64,7 +68,8 @@
["pl"] = "Gratulacje! Zniszczyłeś wszystkie cele przed upłynięciem czasu.",
["pt_PT"] = "Parabéns! Eliminaste todos os alvos|dentro do tempo limite.",
["pt_BR"] = "Parabéns! Você eliminou todos os alvos|dentro do tempo limite.",
- ["sv"] = "Grattis! Du har förstört alla målen inom den|tillåtna tidsramen."
+ ["sv"] = "Grattis! Du har förstört alla målen inom den|tillåtna tidsramen.",
+ ["sk"] = "Gratulujem! Zneškodnili ste všetky ciele|v stanovenom čase."
}
local teamname = {
@@ -74,7 +79,8 @@
["pl"] = "Shotgun Team",
["pt_PT"] = "Caçadores",
["pt_PT"] = "Carabineiros",
- ["sv"] = "Hagelgevärslaget"
+ ["sv"] = "Hagelgevärslaget",
+ ["sk"] = "Shotgun tím"
}
local hogname = {
@@ -84,7 +90,8 @@
["pl"] = "Strzelec",
["pt_PT"] = "Comando",
["pt_BR"] = "Caçador",
- ["sv"] = "Jägare"
+ ["sv"] = "Jägare",
+ ["sk"] = "Lovec"
}
-- To handle missing texts we define a small wrapper function that