equal
deleted
inserted
replaced
67 |
67 |
68 local hogname = { |
68 local hogname = { |
69 ["en"] = "Hunter", |
69 ["en"] = "Hunter", |
70 ["de"] = "Jäger", |
70 ["de"] = "Jäger", |
71 ["es"] = "Cazador", |
71 ["es"] = "Cazador", |
72 ["en"] = "Strzelec", |
72 ["pl"] = "Strzelec", |
73 ["pt_PT"] = "Comando" |
73 ["pt_PT"] = "Comando" |
74 } |
74 } |
75 |
75 |
76 -- To handle missing texts we define a small wrapper function that |
76 -- To handle missing texts we define a small wrapper function that |
77 -- we'll use to retrieve text. |
77 -- we'll use to retrieve text. |