author | inu |
Sun, 13 Nov 2011 12:11:44 -0500 | |
changeset 6352 | 2448f5390bd5 |
parent 5937 | 2de4fa7102bf |
child 7827 | 353d90ddc188 |
permissions | -rw-r--r-- |
4502
759c1a3bb156
lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff
changeset
|
1 |
locale = { |
5027 | 2 |
[":("] = ":(", |
3 |
["!!!"] = "!!!", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
4 |
["..."] = "...", |
5937 | 5 |
["Accuracy Bonus!"] = "Bónus de precisão!", |
6 |
-- ["Achievement Unlocked"] = "Desbloqueado", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_That_Sinking_Feeling, Tumbler |
|
5685 | 7 |
["a Hedgewars mini-game"] = "um mini-jogo Hedgewars", -- Space_Invasion, The_Specialists |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
8 |
["Aiming Practice"] = "Pratica a tua pontaria", --Bazooka, Shotgun, SniperRifle |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
9 |
-- ["Ammo Depleted!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
10 |
-- ["ammo extended!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
11 |
-- ["Ammo is reset at the end of your turn."] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
12 |
-- ["Ammo Maniac!"] = "", |
5937 | 13 |
["Ammo"] = "Munições", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
14 |
-- ["Available points remaining: "] = "", |
5937 | 15 |
["[Backspace]"] = "[Retrocesso (backspace)]", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
16 |
-- ["Bamboo Thicket"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
17 |
-- ["Barrel Eater!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
18 |
-- ["Barrel Launcher"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
19 |
["Bat balls at your enemies and|push them into the sea!"] = "Bate bolas contra os teus|enimigos e empurra-os ao mar!", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
20 |
["Bat your opponents through the|baskets and out of the map!"] = "Bate os teus adversarios|fora do mapa acertando com eles no cesto!", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
21 |
["Bazooka Training"] = "Treino com Bazuca", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
22 |
["Best laps per team: "] = "Melhores voltas por equipa: ", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
23 |
-- ["Best Team Times: "] = "", |
4662
63aafc9c2a81
Add a bunch of lua from mikade, update translation files
mikade+nemo
parents:
4660
diff
changeset
|
24 |
-- ["Bloody Rookies"] = "", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
25 |
["Boom!"] = "Boom!", |
5685 | 26 |
["BOOM!"] = "BOOM!", |
27 |
["Boss defeated!"] = "Boss derrotado!", |
|
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
28 |
-- ["Boss Slayer!"] = "", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
29 |
-- ["Build a track and race."] = "", |
5027 | 30 |
["CAPTURE THE FLAG"] = "CAPTURAR A BANDEIRA", |
5937 | 31 |
["Careless"] = "Descuidado", |
32 |
["Change Weapon"] = "Trocar Arma", |
|
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
33 |
-- ["Clumsy"] = "", |
4662
63aafc9c2a81
Add a bunch of lua from mikade, update translation files
mikade+nemo
parents:
4660
diff
changeset
|
34 |
-- ["Codename: Teamwork"] = "", |
5685 | 35 |
["Complete the track as fast as you can!"] = "Completa a pista o mais rápido que conseguires!", |
5027 | 36 |
["Congratulations!"] = "Parabéns!", |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
37 |
["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Parabéns! Eliminaste todos os alvos|dentro do tempo limite.", --Bazooka, Shotgun, SniperRifle |
4662
63aafc9c2a81
Add a bunch of lua from mikade, update translation files
mikade+nemo
parents:
4660
diff
changeset
|
38 |
-- ["Control pillars to score points."] = "", |
5937 | 39 |
["Cybernetic Empire"] = "Império Cibernético", |
4662
63aafc9c2a81
Add a bunch of lua from mikade, update translation files
mikade+nemo
parents:
4660
diff
changeset
|
40 |
-- ["DAMMIT, ROOKIE!"] = "", |
63aafc9c2a81
Add a bunch of lua from mikade, update translation files
mikade+nemo
parents:
4660
diff
changeset
|
41 |
-- ["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "", |
5027 | 42 |
["Dangerous Ducklings"] = "Patinhos perigosos", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
43 |
-- ["Deadweight"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
44 |
-- ["Demolition is fun!"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
45 |
-- ["Depleted Kamikaze!"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
46 |
-- ["Destroy invaders to score points."] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
47 |
-- ["Double Kill!"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
48 |
-- ["Drone Hunter!"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
49 |
-- ["Drowner"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
50 |
-- ["Each turn you get 1-3 random weapons"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
51 |
-- ["Each turn you get one random weapon"] = "", |
5027 | 52 |
["Eliminate all enemies"] = "Elimina todos os inimigos", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
53 |
["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Destrói todos os alvos antes do tempo terminar.|Tens munições infinitas para esta missão.", --Bazooka, Shotgun, SniperRifle |
5027 | 54 |
["Eliminate Poison before the time runs out"] = "Elimina o Poison antes do tempo terminar.", |
55 |
["Eliminate the Blue Team"] = "Elimina a equipa azul", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
56 |
-- ["Eliminate the enemy before the time runs out"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock |
5937 | 57 |
-- ["Eliminate the enemy hogs to win."] = "Elimina os ouriços inimigos para ganhar.", |
58 |
-- ["Eliminate the enemy specialists."] = "Elimina os especialistas inimigos.", |
|
4662
63aafc9c2a81
Add a bunch of lua from mikade, update translation files
mikade+nemo
parents:
4660
diff
changeset
|
59 |
-- ["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
60 |
-- ["Energetic Engineer"] = "", |
5027 | 61 |
["Enjoy the swim..."] = "Aproveita o mergulho", |
5685 | 62 |
["[Enter]"] = "[Enter]", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
63 |
["Fastest lap: "] = "Volta mais rápida: ", |
4664
debfdc340e68
add new translation phrases missed through insufficient quoting, remove duplicated hog name entries, add almost complete polish translation
szczur+nemo
parents:
4662
diff
changeset
|
64 |
-- ["Feeble Resistance"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
65 |
-- ["Fire"] = "", |
5027 | 66 |
["Flag captured!"] = "Bandeira capturada!", |
67 |
["Flag respawned!"] = "Bandeira reiniciada!", |
|
68 |
["Flag returned!"] = "Bandeira devolvida!", |
|
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
69 |
-- ["Flags, and their home base will be placed where each team ends their first turn."] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
70 |
-- ["Flamer"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
71 |
-- ["Friendly Fire!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
72 |
-- ["fuel extended!"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
73 |
-- ["GAME BEGUN!!!"] = "", |
5937 | 74 |
["Game Modifiers: "] = "Modificadores de Jogo: ", |
75 |
["GAME OVER!"] = "GAME OVER!", |
|
4662
63aafc9c2a81
Add a bunch of lua from mikade, update translation files
mikade+nemo
parents:
4660
diff
changeset
|
76 |
-- ["Game Started!"] = "", |
5937 | 77 |
["Get on over there and take him out!"] = "Chega-te aqui e acaba com ele!", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
78 |
-- ["Goal"] = "", |
5027 | 79 |
["GO! GO! GO!"] = "GO! GO! GO!", |
5937 | 80 |
-- ["Good birdy......"] = "Lindo\Bom passarito......" (needs ingame confirmation), |
5027 | 81 |
["Good luck out there!"] = "Boa sorte aí fora!", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
82 |
-- ["Good so far!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
83 |
-- ["Good to go!"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
84 |
-- ["GOTCHA!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
85 |
-- ["Grab Mines/Explosives"] = "", |
5685 | 86 |
["Hahahaha!"] = "Hahahaha!", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
87 |
-- ["Haha, now THAT would be something!"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
88 |
-- ["Hapless Hogs"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
89 |
-- [" Hapless Hogs left!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
90 |
-- ["Health crates extend your time."] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
91 |
-- ["Heavy"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
92 |
["Hedgewars-Basketball"] = "Hedgewars-Basketball", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
93 |
["Hedgewars-Knockball"] = "Hedgewars-Knockball", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
94 |
-- ["Heh, it's not that bad."] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
95 |
-- ["Hit Combo!"] = "", |
5027 | 96 |
["Hmmm..."] = "Hmmm...", |
97 |
["Hooray!"] = "Hurra!", |
|
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
98 |
["Hunter"] = "Comando", --Bazooka, Shotgun, SniperRifle |
5027 | 99 |
["Instructor"] = "Instrutor", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings |
5937 | 100 |
["invaders destroyed"] = "invasores destruidos", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
101 |
-- ["It's a good thing SUDDEN DEATH is 99 turns away..."] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
102 |
-- ["Jumping is disabled"] = "", |
5685 | 103 |
["Kamikaze Expert!"] = "Kamikaze profissional!", |
5937 | 104 |
-- ["Keep it up!"] = "Continua assim!", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
105 |
-- ["Killing spree!"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
106 |
-- ["KILLS"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
107 |
-- ["Last Target!"] = "", |
5685 | 108 |
["[Left Shift]"] = "[Shift Esquerdo]", |
5027 | 109 |
["Listen up, maggot!!"] = "Oiçam bem suas larvas!!", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
110 |
-- ["Lively Lifeguard"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
111 |
-- ["Mine Deployer"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
112 |
-- ["Mine Eater!"] = "", |
5027 | 113 |
["|- Mines Time:"] = "|- Tempo das minas:", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
114 |
["MISSION FAILED"] = "MISSÃO FALHADA", -- User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
|
115 |
["MISSION SUCCESSFUL"] = "MISSÃO COMPLETA", -- User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
|
116 |
["MISSION SUCCESS"] = "MISSÃO COMPLETA", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
|
5685 | 117 |
["Movement: [Up], [Down], [Left], [Right]"] = "Movimento: [Cima], [Baixo], [Esquerda], [Direita]", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
118 |
-- ["Multi-shot!"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
119 |
-- ["Nameless Heroes"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
120 |
-- ["New Barrels Per Turn"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
121 |
-- ["NEW CLAN RECORD: "] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
122 |
["NEW fastest lap: "] = "NOVA volta recorde: ", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
123 |
-- ["New Mines Per Turn"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
124 |
-- ["NEW RACE RECORD: "] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
125 |
-- ["Newton's Hammock"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
126 |
-- ["NOT ENOUGH WAYPOINTS"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
127 |
["Not So Friendly Match"] = "Partida não muito amigável", -- Basketball, Knockball |
5027 | 128 |
["Oh no! Just try again!"] = "Oh não! Tenta novamente!", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
5937 | 129 |
["Oh no! Time's up! Just try again."] = "Oh não! Terminou o tempo! Tenta novamente.", --Bazooka, Shotgun, SniperRifle |
5027 | 130 |
["Operation Diver"] = "Operação Mergulho", |
131 |
["Opposing Team: "] = "Equipa adversária", |
|
132 |
["Pathetic Hog #%d"] = "Ouriço patético #%d", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
133 |
-- ["Pathetic Resistance"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
134 |
-- ["Per-Hog Ammo"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
135 |
-- ["Place more waypoints using [ENTER]"] = "", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
136 |
-- ["Place more waypoints using the 'Air Attack' weapon."] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
137 |
-- ["points"] = "", -- Control, Space_Invasion |
5027 | 138 |
["Poison"] = "Poison", |
5937 | 139 |
["Power Remaining"] = "Energia Restante", |
140 |
["Prepare yourself"] = "Prepara-te!", |
|
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
141 |
-- ["Press [Precise] to skip intro"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
142 |
-- ["Race complexity limit reached."] = "", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
143 |
-- ["RACER"] = "", |
5027 | 144 |
[" - Return the enemy flag to your base to score | - First team to 3 captures wins | - You may only score when your flag is in your base | - Hogs will drop the flag if killed, or drowned | - Dropped flags may be returned or recaptured | - Hogs respawn when killed"] = " - Traz a bandeira inimiga para tua base | - A primeira equipa a captura-la 3 vezes ganha | - Apenas podes marcar quando a tua bandeira está na tua base | - Os ouriços largam a bandeira se morrerem ou se afogarem | - As bandeiras abandonadas podem ser devolvidas ou recapturadas | - Os ouriços mortos ressuscitam", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
145 |
-- ["Round Limit:"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
146 |
-- ["Round Limit"] = "", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
147 |
-- ["Rounds Complete: "] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
148 |
-- ["Rounds Complete"] = "", |
5027 | 149 |
["RULES OF THE GAME [Press ESC to view]"] = "REGRAS DE JOGO [Pressiona ESC para as visualizar]", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
150 |
-- ["s|"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
151 |
-- ["Save as many hapless hogs as possible!"] = "", |
5937 | 152 |
["SCORE"] = "RESULTADOS", |
5027 | 153 |
["sec"] = "seg", -- CTF_Blizzard, TrophyRace, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle, User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork, Capture_the_Flag |
154 |
["See ya!"] = "Chau!", |
|
5937 | 155 |
["selected!"] = "seleccionado!", |
156 |
-- ["Shield boosted! +30 power"] = "Escudo melhorado! +30 energia (-unconfirmed)", |
|
5685 | 157 |
["Shield Depleted"] = "Escudo Esgotado", |
158 |
["Shield is fully recharged!"] = "Escudo completamente recarregado!", |
|
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
159 |
-- ["Shield Master!"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
160 |
-- ["Shield Miser!"] = "", |
5685 | 161 |
["Shield OFF:"] = "Escudo DESLIGADO:", |
162 |
["Shield ON:"] = "Escudo LIGADO:", |
|
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
163 |
-- ["Shield Seeker!"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
164 |
["Shotgun Team"] = "Caçadores", |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
165 |
["Shotgun Training"] = "Treino com Caçadeira", |
5937 | 166 |
-- ["shots remaining."] = "tiros restantes.", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
167 |
-- ["Silly"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
168 |
-- ["Sinky"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
169 |
["%s is out and Team %d|scored a penalty!| |Score:"] = "%s está fora e a equipa %d|perde um ponto!| |Pontuação:", -- Basketball, Knockball |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
170 |
["%s is out and Team %d|scored a point!| |Score:"] = "%s está fora e a equipa %d|soma um ponto!| |Pontuação:", -- Basketball, Knockball |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
171 |
["Sniper Training"] = "Treino com Sniper", |
5027 | 172 |
["Sniperz"] = "Sniperz", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
173 |
-- ["Sponge"] = "", |
4662
63aafc9c2a81
Add a bunch of lua from mikade, update translation files
mikade+nemo
parents:
4660
diff
changeset
|
174 |
-- ["Spooky Tree"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
175 |
["s"] = "s", -- GaudyRacer, Space_Invasion |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
176 |
-- ["STATUS UPDATE"] = "", -- GaudyRacer, Space_Invasion |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
177 |
-- ["Switched to "] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
178 |
["Team %d: "] = "Equipa %d: ", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
179 |
-- ["Team Scores"] = "", -- Control, Space_Invasion |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
180 |
-- ["That Sinking Feeling"] = "", |
5027 | 181 |
["That was pointless."] = "Isso foi completamente desnecessario.", |
182 |
["The enemy is hiding out on yonder ducky!"] = "O inimigo está escondido ali a diante ao pé do patinho!", |
|
183 |
["The flag will respawn next round."] = "A bandeira ira reaparecer no próximo turno.", |
|
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
184 |
-- ["The Nameless One"] = "", |
5937 | 185 |
["THE SPECIALISTS"] = "OS ESPECIALISTAS", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
186 |
-- ["This one's tricky."] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
187 |
-- ["This rain is really something..."] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
188 |
-- ["Timed Kamikaze!"] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
189 |
-- ["Time Extended!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
190 |
-- ["Time Extension"] = "", |
5937 | 191 |
["TIME: "] = "TEMPO: ", |
6352 | 192 |
["Toggle Shield"] = "Ligar\Desligar Escudo", |
4662
63aafc9c2a81
Add a bunch of lua from mikade, update translation files
mikade+nemo
parents:
4660
diff
changeset
|
193 |
-- ["Toxic Team"] = "", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
5937 | 194 |
-- ["TRACK COMPLETED"] = "PISTA COMPLETA", |
195 |
-- ["TRACK FAILED!"] = "PISTA", |
|
4503 | 196 |
["TrophyRace"] = "TrophyRace", |
5027 | 197 |
["T_T"] = "T_T", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
198 |
-- ["Tumbling Time Extended!"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
199 |
-- ["Turn Time"] = "", |
6352 | 200 |
["Unit"] = "Unidade", |
5027 | 201 |
["Unit 3378"] = "Unidade 3378", |
6352 | 202 |
["Unit 835"] = "Unidade 835", |
5685 | 203 |
["Unlimited Attacks"] = "Ataques Ilimitados", |
6352 | 204 |
["Unstoppable!"] = "Imparável!", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
205 |
-- ["User Challenge"] = "", |
4503 | 206 |
["Use your rope to get from start to finish as fast as you can!"] = "Utilizando a corda, percorre o percurso do inicio ao fim o mais rápido que conseguires!", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
207 |
-- ["Victory for the "] = "", -- CTF_Blizzard, Capture_the_Flag |
5027 | 208 |
["Victory for the"] = "Vitória para a", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
209 |
-- ["Waypoint placed."] = "", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
210 |
-- ["Way-Points Remaining"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
211 |
-- ["Weapons Reset"] = "", |
5937 | 212 |
["Well done."] = "Bom trabalho.", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5685
diff
changeset
|
213 |
-- ["Will this ever end?"] = "", |
6352 | 214 |
["WINNING TIME: "] = "TEMPO VENCEDOR: ", |
215 |
["You'd almost swear the water was rising!"] = "Quase eras capaz jurar que a água estava a subir!", |
|
5027 | 216 |
["You have SCORED!!"] = "Marcaste!!", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
5027
diff
changeset
|
217 |
-- ["You saved"] = "", |
5027 | 218 |
["You've failed. Try again."] = "Falhaste. Tenta novamente.", |
4503 | 219 |
["You've reached the goal!| |Time: "] = "Chegaste ao fim!| |Tempo: ", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
220 |
["'Zooka Team"] = "Bazuqueiros", |
4502
759c1a3bb156
lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff
changeset
|
221 |
} |