20 ["de"] = "Scharfschützen-Training", |
20 ["de"] = "Scharfschützen-Training", |
21 ["es"] = "Entrenamiento con rifle francotirador", |
21 ["es"] = "Entrenamiento con rifle francotirador", |
22 ["pl"] = "Trening Snajperski", |
22 ["pl"] = "Trening Snajperski", |
23 ["pt_PT"] = "Treino com Sniper", |
23 ["pt_PT"] = "Treino com Sniper", |
24 ["pt_BR"] = "Treino com o Rifle Sniper", |
24 ["pt_BR"] = "Treino com o Rifle Sniper", |
25 ["sv"] = "Prickskyttesträning" |
25 ["sv"] = "Prickskyttesträning", |
|
26 ["sk"] = "Tréning pre ostreľovačov" |
26 -- To add other languages, just add lines similar to the |
27 -- To add other languages, just add lines similar to the |
27 -- existing ones - don't forget the trailing ","! |
28 -- existing ones - don't forget the trailing ","! |
28 } |
29 } |
29 |
30 |
30 local subcaption = { |
31 local subcaption = { |
32 ["de"] = "Zielübung", |
33 ["de"] = "Zielübung", |
33 ["es"] = "Practica tu puntería", |
34 ["es"] = "Practica tu puntería", |
34 ["pl"] = "Potrenuj celność", |
35 ["pl"] = "Potrenuj celność", |
35 ["pt_PT"] = "Pratica a tua pontaria", |
36 ["pt_PT"] = "Pratica a tua pontaria", |
36 ["pt_BR"] = "Pratique a sua pontaria", |
37 ["pt_BR"] = "Pratique a sua pontaria", |
37 ["sv"] = "Siktesövning" |
38 ["sv"] = "Siktesövning", |
|
39 ["sk"] = "Tréning presnosti" |
38 } |
40 } |
39 |
41 |
40 local goal = { |
42 local goal = { |
41 ["en"] = "Eliminate all targets before your time runs out.|You have unlimited ammo for this mission.", |
43 ["en"] = "Eliminate all targets before your time runs out.|You have unlimited ammo for this mission.", |
42 ["de"] = "Eliminiere alle Ziele bevor die Zeit ausläuft.|Du hast in dieser Mission unbegrenzte Munition.", |
44 ["de"] = "Eliminiere alle Ziele bevor die Zeit ausläuft.|Du hast in dieser Mission unbegrenzte Munition.", |
43 ["es"] = "Destruye todos los objetivos antes de que se agote el tiempo.|La munición en esta misión es ilimitada.", |
45 ["es"] = "Destruye todos los objetivos antes de que se agote el tiempo.|La munición en esta misión es ilimitada.", |
44 ["pl"] = "Zniszcz wszystkie cele zanim upłynie czas.|W tej misji masz nieskończoną ilość amunicji.", |
46 ["pl"] = "Zniszcz wszystkie cele zanim upłynie czas.|W tej misji masz nieskończoną ilość amunicji.", |
45 ["pt_PT"] = "Destrói todos os alvos antes do tempo terminar.|Tens munições infinitas para esta missão.", |
47 ["pt_PT"] = "Destrói todos os alvos antes do tempo terminar.|Tens munições infinitas 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.", |
48 ["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" |
49 ["sv"] = "Förstör alla målen innan din tid tar slut.|Du har obegränsad ammunition för deta uppdrag", |
|
50 ["sk"] = "Zneškodnite všetky ciele pred vypršaním času.|Na túto misiu máte neobmedzené množstvo streliva." |
48 } |
51 } |
49 |
52 |
50 local timeout = { |
53 local timeout = { |
51 ["en"] = "Oh no! Time's up! Just try again.", |
54 ["en"] = "Oh no! Time's up! Just try again.", |
52 ["de"] = "Oh nein! Die Zeit ist um! Versuche es nochmal.", |
55 ["de"] = "Oh nein! Die Zeit ist um! Versuche es nochmal.", |
53 ["es"] = "¡Oh, no, se te acabó el tiempo! ¿Por qué no lo intentas de nuevo?", |
56 ["es"] = "¡Oh, no, se te acabó el tiempo! ¿Por qué no lo intentas de nuevo?", |
54 ["pl"] = "Ajajaj! Koniec czasu! Spróbuj jeszcze raz.", |
57 ["pl"] = "Ajajaj! Koniec czasu! Spróbuj jeszcze raz.", |
55 ["pt_PT"] = "Oh não! Acabou o tempo! Tenta novamente.", |
58 ["pt_PT"] = "Oh não! Acabou o tempo! Tenta novamente.", |
56 ["pt_BR"] = "Oh não! O tempo acabou! Tente novamente.", |
59 ["pt_BR"] = "Oh não! O tempo acabou! Tente novamente.", |
57 ["sv"] = "Åh nej! Tiden är ute! Pröva igen." |
60 ["sv"] = "Åh nej! Tiden är ute! Pröva igen.", |
|
61 ["sk"] = "Ale nie! Čas vypršal! Tak to skúste znovu." |
58 } |
62 } |
59 |
63 |
60 local success = { |
64 local success = { |
61 ["en"] = "Congratulations! You've eliminated all targets|within the allowed time frame.", |
65 ["en"] = "Congratulations! You've eliminated all targets|within the allowed time frame.", |
62 ["de"] = "Gratulation! Du hast alle Ziele innerhalb der|verfügbaren Zeit ausgeschaltet.", |
66 ["de"] = "Gratulation! Du hast alle Ziele innerhalb der|verfügbaren Zeit ausgeschaltet.", |
63 ["es"] = "¡Felicidades! Has destruido todos los objectivos|dentro del tiempo establecido.", |
67 ["es"] = "¡Felicidades! Has destruido todos los objectivos|dentro del tiempo establecido.", |
64 ["pl"] = "Gratulacje! Zniszczyłeś wszystkie cele przed upłynięciem czasu.", |
68 ["pl"] = "Gratulacje! Zniszczyłeś wszystkie cele przed upłynięciem czasu.", |
65 ["pt_PT"] = "Parabéns! Eliminaste todos os alvos|dentro do tempo limite.", |
69 ["pt_PT"] = "Parabéns! Eliminaste todos os alvos|dentro do tempo limite.", |
66 ["pt_BR"] = "Parabéns! Você eliminou todos os alvos|dentro do tempo limite.", |
70 ["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." |
71 ["sv"] = "Grattis! Du har förstört alla målen inom den|tillåtna tidsramen.", |
|
72 ["sk"] = "Gratulujem! Zneškodnili ste všetky ciele|v stanovenom čase." |
68 } |
73 } |
69 |
74 |
70 local teamname = { |
75 local teamname = { |
71 ["en"] = "Sniperz", |
76 ["en"] = "Sniperz", |
72 ["de"] = "Heckenschützen", |
77 ["de"] = "Heckenschützen", |
73 ["es"] = "Fusileros", |
78 ["es"] = "Fusileros", |
74 ["pl"] = "Snajperzy", |
79 ["pl"] = "Snajperzy", |
75 ["pt_BR"] = "Franco-Atiradores", |
80 ["pt_BR"] = "Franco-Atiradores", |
76 ["sv"] = "Prickskyttarna" |
81 ["sv"] = "Prickskyttarna", |
|
82 ["sk"] = "Ostreľovači" |
77 } |
83 } |
78 |
84 |
79 local hogname = { |
85 local hogname = { |
80 ["en"] = "Hunter", |
86 ["en"] = "Hunter", |
81 ["de"] = "Jäger", |
87 ["de"] = "Jäger", |
82 ["es"] = "Francotirador", |
88 ["es"] = "Francotirador", |
83 ["pl"] = "Strzelec", |
89 ["pl"] = "Strzelec", |
84 ["pt_PT"] = "Comando", |
90 ["pt_PT"] = "Comando", |
85 ["pt_BR"] = "Caçador", |
91 ["pt_BR"] = "Caçador", |
86 ["sv"] = "Jägare" |
92 ["sv"] = "Jägare", |
|
93 ["sk"] = "Lovec" |
87 } |
94 } |
88 |
95 |
89 -- To handle missing texts we define a small wrapper function that |
96 -- To handle missing texts we define a small wrapper function that |
90 -- we'll use to retrieve text. |
97 -- we'll use to retrieve text. |
91 local function loc(text) |
98 local function loc(text) |