author | nemo |
Sun, 11 Sep 2011 15:51:56 -0400 | |
changeset 5867 | a04f25c4209f |
parent 5844 | fdf22a4843f7 |
child 5929 | c13b88b52489 |
permissions | -rw-r--r-- |
4863 | 1 |
locale = { |
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:
4865
diff
changeset
|
2 |
-- ["..."] = "", |
4863 | 3 |
[":("] = ":(", |
4 |
["!!!"] = "!!!", |
|
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:
4865
diff
changeset
|
5 |
-- ["Accuracy Bonus!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
6 |
-- ["Achievement Unlocked"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_That_Sinking_Feeling, Tumbler |
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:
4865
diff
changeset
|
7 |
-- ["a Hedgewars mini-game"] = "", -- Space_Invasion, The_Specialists |
4863 | 8 |
["Aiming Practice"] = "Pratica la tua mira", --Bazooka, Shotgun, SniperRifle |
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:
4865
diff
changeset
|
9 |
-- ["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:
4865
diff
changeset
|
10 |
-- ["Ammo Depleted!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
11 |
-- ["ammo extended!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
12 |
-- ["Ammo is reset at the end of your 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:
4865
diff
changeset
|
13 |
-- ["Ammo Maniac!"] = "", |
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:
4865
diff
changeset
|
14 |
-- ["Available points remaining: "] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
15 |
-- ["[Backspace]"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
16 |
-- ["Bamboo Thicket"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
17 |
-- ["Barrel Eater!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
18 |
-- ["Barrel Launcher"] = "", |
4863 | 19 |
["Bat balls at your enemies and|push them into the sea!"] = "Lancia delle palle ai tuoi nemici|e spingili in acqua!", |
20 |
["Bat your opponents through the|baskets and out of the map!"] = "Manda (colpendoli) i tuoi nemici|in acqua attraverso i canestri laterali!", |
|
21 |
["Bazooka Training"] = "Addestramento con il Bazooka", |
|
22 |
["Best laps per team: "] = "Tempo migliore per squadra: ", |
|
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:
4865
diff
changeset
|
23 |
-- ["Best Team Times: "] = "", |
4863 | 24 |
["Bloody Rookies"] = "Reclute Sanguinose", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree |
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:
4865
diff
changeset
|
25 |
-- ["BOOM!"] = "", |
4863 | 26 |
-- ["Boom!"] = "BOOM!", |
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:
4865
diff
changeset
|
27 |
-- ["Boss defeated!"] = "", |
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:
4865
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."] = "", |
4863 | 30 |
["CAPTURE THE FLAG"] = "Cattura la Bandiera", |
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:
4865
diff
changeset
|
31 |
-- ["Careless"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
32 |
-- ["Change 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:
4865
diff
changeset
|
33 |
-- ["Clumsy"] = "", |
4863 | 34 |
["Codename: Teamwork"] = "Nome in codice: Lavoro di Squadra", |
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:
4865
diff
changeset
|
35 |
-- ["Complete the track as fast as you can!"] = "", |
4863 | 36 |
["Congratulations!"] = "Complimenti!", |
37 |
["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Complimenti! Hai distrutto tutti gli obiettivi|entro il tempo previsto.", --Bazooka, Shotgun, SniperRifle |
|
38 |
["Control pillars to score points."] = "Controlla i pilastri per guadagnare punti.", |
|
39 |
["Cybernetic Empire"] = "Impero Cibernetico", |
|
40 |
["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "MALEDIZIONE, RECLUTA! VIA DALLA MIA TESTA!", |
|
41 |
["DAMMIT, ROOKIE!"] = "MALEDIZIONE, RECLUTA!", |
|
42 |
["Dangerous Ducklings"] = "Papere Pericolose", |
|
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:
4865
diff
changeset
|
43 |
-- ["Deadweight"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
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:
4865
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:
4865
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:
5328
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:
4865
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:
4865
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:
4865
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:
4865
diff
changeset
|
51 |
-- ["Each turn you get one random weapon"] = "", |
4863 | 52 |
["Eliminate all enemies"] = "Elimina tutti i nemici", |
53 |
["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Distruggi tutti gli obiettivi entro il tempo previsto.|Hai armi illimitate per questa missione.", --Bazooka, Shotgun, SniperRifle |
|
54 |
["Eliminate Poison before the time runs out"] = "Elimina Veleno prima che il tempo finisca", |
|
55 |
["Eliminate the Blue Team"] = "Elimina il Blue Team", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
56 |
-- ["Eliminate the enemy before the time runs out"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
57 |
-- ["Eliminate the enemy hogs to win."] = "", |
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:
4865
diff
changeset
|
58 |
-- ["Eliminate the enemy specialists."] = "", |
4863 | 59 |
["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "- Elimina l'Unità 3378 |- La Resistenza Finale deve sopravvivere", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
60 |
-- ["Energetic Engineer"] = "", |
4863 | 61 |
["Enjoy the swim..."] = "Nuota con piacere...", |
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:
4865
diff
changeset
|
62 |
-- ["[Enter]"] = "", |
4863 | 63 |
["Fastest lap: "] = "Giro migliore: ", |
64 |
["Feeble Resistance"] = "Resistenza Finale", |
|
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:
4865
diff
changeset
|
65 |
-- ["Fire"] = "", |
4863 | 66 |
["Flag captured!"] = "Bandiera catturata!", |
67 |
["Flag respawned!"] = "Bandiera restituita!", |
|
68 |
["Flag returned!"] = "Bandiera recuperata!", |
|
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:
4865
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:
5328
diff
changeset
|
70 |
-- ["Flamer"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
71 |
-- ["Friendly Fire!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
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:
4865
diff
changeset
|
73 |
-- ["GAME BEGUN!!!"] = "", |
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:
4865
diff
changeset
|
74 |
-- ["Game Modifiers: "] = "", |
4863 | 75 |
["GAME OVER!"] = "GAME OVER!", |
76 |
["Game Started!"] = "Gioco iniziato!", |
|
77 |
["Get on over there and take him out!"] = "Vai fuori da qui ed eliminalo!", |
|
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:
4865
diff
changeset
|
78 |
-- ["Goal"] = "", |
4863 | 79 |
["GO! GO! GO!"] = "VAI! VAI! VAI!", |
80 |
["Good birdy......"] = "Bell'uccellino......", |
|
81 |
["Good luck out there!"] = "Buona fortuna!", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
82 |
-- ["Good so far!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
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:
4865
diff
changeset
|
84 |
-- ["GOTCHA!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
85 |
-- ["Grab Mines/Explosives"] = "", |
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:
4865
diff
changeset
|
86 |
-- ["Hahahaha!"] = "", |
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:
4865
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:
4865
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:
4865
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:
5328
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:
4865
diff
changeset
|
91 |
-- ["Heavy"] = "", |
4863 | 92 |
["Hedgewars-Basketball"] = "Hedgewars-Pallacanestro", |
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:
4865
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:
4865
diff
changeset
|
95 |
-- ["Hit Combo!"] = "", |
4863 | 96 |
["Hmmm..."] = "Mmmmm...", |
97 |
["Hooray!"] = "Hurra!!!", |
|
98 |
["Hunter"] = "Cacciatore", --Bazooka, Shotgun, SniperRifle |
|
99 |
["Instructor"] = "Istruttore", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings |
|
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:
4865
diff
changeset
|
100 |
-- ["invaders destroyed"] = "", |
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:
4865
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:
4865
diff
changeset
|
102 |
-- ["Jumping is disabled"] = "", |
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:
4865
diff
changeset
|
103 |
-- ["Kamikaze Expert!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
104 |
-- ["Keep it up!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
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:
4865
diff
changeset
|
106 |
-- ["KILLS"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
107 |
-- ["Last Target!"] = "", |
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:
4865
diff
changeset
|
108 |
-- ["[Left Shift]"] = "", |
4863 | 109 |
["Listen up, maggot!!"] = "Recluta, Attenzione!!", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
110 |
-- ["Lively Lifeguard"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
111 |
-- ["Mine Deployer"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
112 |
-- ["Mine Eater!"] = "", |
4863 | 113 |
-- ["|- Mines Time:"] = "|-Timer delle mine:", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
114 |
["MISSION FAILED"] = "MISSIONE FALLITA", -- User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
|
115 |
["MISSION SUCCESSFUL"] = "MISSIONE COMPLETATA CON SUCCESSO", -- User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
|
116 |
["MISSION SUCCESS"] = "MISSIONE COMPLETATA", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
|
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:
4865
diff
changeset
|
117 |
-- ["Movement: [Up], [Down], [Left], [Right]"] = "", |
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:
4865
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:
4865
diff
changeset
|
119 |
-- ["Nameless Heroes"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
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:
4865
diff
changeset
|
121 |
-- ["NEW CLAN RECORD: "] = "", |
4863 | 122 |
["NEW fastest lap: "] = "Nuovo giro migliore: ", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
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:
4865
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:
5328
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:
4865
diff
changeset
|
126 |
-- ["NOT ENOUGH WAYPOINTS"] = "", |
4863 | 127 |
["Not So Friendly Match"] = "Partita non molto amichevole", -- Basketball, Knockball |
128 |
["Oh no! Just try again!"] = "Oh no! Prova ancora!", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
|
129 |
["Oh no! Time's up! Just try again."] = "Oh no! Tempo scaduto! Prova ancora!", --Bazooka, Shotgun, SniperRifle |
|
130 |
["Operation Diver"] = "Operazione Sub", |
|
131 |
["Opposing Team: "] = "Squadra Nemica: ", |
|
132 |
["Pathetic Hog #%d"] = "Riccio Patetico #%d", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
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:
4865
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:
4865
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:
4865
diff
changeset
|
137 |
-- ["points"] = "", -- Control, Space_Invasion |
4863 | 138 |
["Poison"] = "Veleno", |
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:
4865
diff
changeset
|
139 |
-- ["Power Remaining"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
140 |
-- ["Prepare yourself"] = "", |
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:
4865
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:
4865
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"] = "", |
4863 | 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"] = " - Riporta la bandiera nemica alla tua base per guadagnare un punto| - La prima squadra a catturarne 3 vince! | - Puoi guadagnare punti solo quando la tua bandiera si trova nella tua base! | - I ricci lasceranno cadere la bandiera se uccisi o caduti in acqua! | - Le bandiere cadute possono essere restituite o ricatturate! | - I ricci risorgono dalla morte!", |
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:
4865
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:
4865
diff
changeset
|
148 |
-- ["Rounds Complete"] = "", |
4863 | 149 |
-- ["RULES OF THE GAME [Press ESC to view]"] = "", |
150 |
["RULES OF THE GAME [Press ESC to view]"] = "REGOLE DEL GIOCO (Premi ESC per visualizzarle)", |
|
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:
4865
diff
changeset
|
151 |
-- ["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:
4865
diff
changeset
|
152 |
-- ["Save as many hapless hogs as possible!"] = "", |
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:
4865
diff
changeset
|
153 |
-- ["SCORE"] = "", |
4863 | 154 |
-- ["sec"] = "sec", -- 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 |
155 |
["See ya!"] = "Ci vediamo!", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
156 |
-- ["selected!"] = "", |
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:
4865
diff
changeset
|
157 |
-- ["s"] = "", -- 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:
4865
diff
changeset
|
158 |
-- ["Shield boosted! +30 power"] = "", |
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:
4865
diff
changeset
|
159 |
-- ["Shield Depleted"] = "", |
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:
4865
diff
changeset
|
160 |
-- ["Shield is fully recharged!"] = "", |
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:
4865
diff
changeset
|
161 |
-- ["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:
4865
diff
changeset
|
162 |
-- ["Shield Miser!"] = "", |
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:
4865
diff
changeset
|
163 |
-- ["Shield OFF:"] = "", |
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:
4865
diff
changeset
|
164 |
-- ["Shield ON:"] = "", |
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:
4865
diff
changeset
|
165 |
-- ["Shield Seeker!"] = "", |
4863 | 166 |
["Shotgun Team"] = "Squadra FaP", |
167 |
["Shotgun Training"] = "Allenamento con il Fucile a Pompa", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
168 |
-- ["shots 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:
4865
diff
changeset
|
169 |
-- ["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:
4865
diff
changeset
|
170 |
-- ["Sinky"] = "", |
4863 | 171 |
["%s is out and Team %d|scored a penalty!| |Score:"] = "%s è fuori dal campo e la squadra %d|prende una penalità!| |Punteggio:", -- Basketball, Knockball |
4865 | 172 |
["%s is out and Team %d|scored a point!| |Score:"] = "?s è fuori dal campo e la squadra %d|guadagna un punto!| |Puntuación:", -- Basketball, Knockball |
4863 | 173 |
["Sniper Training"] = "Addestramento con il Fucile di Precisione", |
174 |
["Sniperz"] = "Squadra FdP", |
|
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:
4865
diff
changeset
|
175 |
-- ["Sponge"] = "", |
4863 | 176 |
["Spooky Tree"] = "Albero stregato", |
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:
4865
diff
changeset
|
177 |
-- ["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:
4865
diff
changeset
|
178 |
-- ["Switched to "] = "", |
4863 | 179 |
["Team %d: "] = "Squadra %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:
4865
diff
changeset
|
180 |
-- ["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:
4865
diff
changeset
|
181 |
-- ["That Sinking Feeling"] = "", |
4863 | 182 |
-- ["That was pointless."] = "Questo era senza scopo.", |
183 |
["The enemy is hiding out on yonder ducky!"] = "Il nemico si sta nascondendo dietro a quella papera!", |
|
184 |
-- ["The flag will respawn next round."] = "La bandiera verrà restituita alla fine del 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:
4865
diff
changeset
|
185 |
-- ["The Nameless One"] = "", |
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:
4865
diff
changeset
|
186 |
-- ["THE SPECIALISTS"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
187 |
-- ["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:
4865
diff
changeset
|
188 |
-- ["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:
4865
diff
changeset
|
189 |
-- ["TIME: "] = "", |
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:
4865
diff
changeset
|
190 |
-- ["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:
4865
diff
changeset
|
191 |
-- ["Time Extended!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
192 |
-- ["Time Extension"] = "", |
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:
4865
diff
changeset
|
193 |
-- ["Toggle Shield"] = "", |
4863 | 194 |
["Toxic Team"] = "Team Velenoso", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
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:
4865
diff
changeset
|
195 |
-- ["TRACK COMPLETED"] = "", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
196 |
-- ["TRACK FAILED!"] = "", |
4863 | 197 |
["TrophyRace"] = "TrophyRace", |
198 |
["T_T"] = "T_T", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
199 |
-- ["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:
4865
diff
changeset
|
200 |
-- ["Turn Time"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
201 |
-- ["Unit"] = "", |
4863 | 202 |
["Unit 3378"] = "Unità 3378", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
203 |
-- ["Unit 835"] = "", |
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:
4865
diff
changeset
|
204 |
-- ["Unlimited Attacks"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
205 |
-- ["Unstoppable!"] = "", |
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:
4865
diff
changeset
|
206 |
-- ["User Challenge"] = "", |
4863 | 207 |
["Use your rope to get from start to finish as fast as you can!"] = "Usa la tua corda per raggiungere il traguardo il più velocemente possibile!", |
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:
4865
diff
changeset
|
208 |
-- ["Victory for the "] = "", -- CTF_Blizzard, Capture_the_Flag |
4863 | 209 |
["Victory for the"] = "La vittoria è di", |
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:
4865
diff
changeset
|
210 |
-- ["Waypoint placed."] = "", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
211 |
-- ["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:
4865
diff
changeset
|
212 |
-- ["Weapons Reset"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
213 |
-- ["Well done."] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
214 |
-- ["Will this ever end?"] = "", |
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:
4865
diff
changeset
|
215 |
-- ["WINNING TIME: "] = "", |
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:
4865
diff
changeset
|
216 |
-- ["You'd almost swear the water was rising!"] = "", |
4863 | 217 |
["You have SCORED!!"] = "Hai guadagnato un PUNTO!", |
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:
4865
diff
changeset
|
218 |
-- ["You saved"] = "", |
4863 | 219 |
["You've failed. Try again."] = "Hai fallito. Prova di nuovo!", |
220 |
["You've reached the goal!| |Time: "] = "Hai raggiunto il traguardo!| |Tempo: ", |
|
221 |
["'Zooka Team"] = "Squadra 'zooka", |
|
222 |
} |