author | sheepluva |
Thu, 15 Sep 2011 00:47:05 +0200 | |
changeset 5907 | 64ccc6be0ec5 |
parent 5867 | a04f25c4209f |
child 5939 | d4680c51b220 |
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 = { |
4804 | 2 |
[":("] = ":(", |
3 |
["!!!"] = "!!!", |
|
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
|
4 |
-- ["..."] = "", |
5701 | 5 |
["Accuracy Bonus!"] = "Bonus za presnosť!", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
6 |
-- ["Achievement Unlocked"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_That_Sinking_Feeling, Tumbler |
5701 | 7 |
["a Hedgewars mini-game"] = "minihra 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"] = "Tréning presnosti", --Bazooka, Shotgun, SniperRifle |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
9 |
["Ammo Depleted!"] = "Výzbroj vyčerpaná!", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
10 |
-- ["ammo extended!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
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:
5701
diff
changeset
|
12 |
-- ["Ammo Maniac!"] = "", |
5701 | 13 |
["Ammo"] = "Výzbroj", |
14 |
["Available points remaining: "] = "Zostavajúci počet bodov: ", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
15 |
-- ["[Backspace]"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
16 |
-- ["Bamboo Thicket"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
17 |
-- ["Barrel Eater!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
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!"] = "Loptami triafajte vašich nepriateľov|a zhoďte ich tak do mora!", |
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!"] = "Odpálkujte vašich súperov do koša|a von z mapy!", |
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"] = "Tréning s bazukou", |
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: "] = "Najrýchlejšie kolá podľa tímov: ", |
5701 | 23 |
["Best Team Times: "] = "Najrýchlejšie tímové časy: ", |
4804 | 24 |
["Bloody Rookies"] = "Mizerní zelenáči", -- 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:
5701
diff
changeset
|
25 |
["Boom!"] = "Bum!", |
5701 | 26 |
["BOOM!"] = "BUM!", |
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."] = "", |
4788 | 30 |
["CAPTURE THE FLAG"] = "ZMOCNITE SA VLAJKY", |
5701 | 31 |
["Careless"] = "Bezstarostný", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
32 |
-- ["Change Weapon"] = "", |
5701 | 33 |
["Clumsy"] = "Nešikovný", |
4788 | 34 |
["Codename: Teamwork"] = "Kódové meno: Teamová práca", |
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!"] = "", |
4788 | 36 |
["Congratulations!"] = "Gratulujem!", |
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."] = "Gratulujem! Zneškodnili ste všetky ciele|v stanovenom čase.", --Bazooka, Shotgun, SniperRifle |
4788 | 38 |
["Control pillars to score points."] = "Ovládnite piliere, aby ste skórovali", |
39 |
["Cybernetic Empire"] = "Kybertnetické impérium", |
|
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
|
40 |
["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "Do kelu s tebou, zelenáč! Okamžite mi zlez z hlavy!", |
4788 | 41 |
["DAMMIT, ROOKIE!"] = "Prekliaty zelenáč!", |
42 |
["Dangerous Ducklings"] = "Nebezpečné kačiatka", |
|
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:
5701
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:
5701
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"] = "", |
4788 | 52 |
["Eliminate all enemies"] = "Zneškodnite všetkých nepriateľov", |
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."] = "Zneškodnite všetky ciele pred vypršaním času.|Na túto misiu máte neobmedzené množstvo streliva.", --Bazooka, Shotgun, SniperRifle |
4788 | 54 |
["Eliminate Poison before the time runs out"] = "Zneškodnite Poisona pred tým, ako vyprší čas", |
55 |
["Eliminate the Blue Team"] = "Zneškodnite modrý tím", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
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:
5701
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."] = "", |
4788 | 59 |
["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "- Zneškodnite Jednotku 3378|- Slabý odpor musí prežiť", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
60 |
-- ["Energetic Engineer"] = "", |
4788 | 61 |
["Enjoy the swim..."] = "Užite si plávanie...", |
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]"] = "", |
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: "] = "Najrýchlejšie kolo: ", |
4788 | 64 |
["Feeble Resistance"] = "Slabý odpor", |
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"] = "", |
4788 | 66 |
["Flag captured!"] = "Získaná vlajka!", |
67 |
["Flag respawned!"] = "Vlajka obnovená!", |
|
68 |
["Flag returned!"] = "Vlajka vrátená!", |
|
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:
5701
diff
changeset
|
70 |
-- ["Flamer"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
71 |
-- ["Friendly Fire!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
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: "] = "", |
4788 | 75 |
["GAME OVER!"] = "KONIEC HRY!", |
76 |
["Game Started!"] = "Hra začala!", |
|
77 |
["Get on over there and take him out!"] = "Okamžite poď sem a dostaň ho!", |
|
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"] = "", |
4788 | 79 |
["GO! GO! GO!"] = "POĎ! POĎ! POĎ!", |
80 |
["Good birdy......"] = "Dobrý vtáčik......", |
|
81 |
["Good luck out there!"] = "Veľa šťastia!", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
82 |
-- ["Good so far!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
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:
5701
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:
5701
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"] = "", |
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-Basketbal", |
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:
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!"] = "", |
4788 | 96 |
["Hmmm..."] = "Hmm..", |
97 |
["Hooray!"] = "Hurá!", |
|
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
98 |
["Hunter"] = "Lovec", --Bazooka, Shotgun, SniperRifle |
4804 | 99 |
["Instructor"] = "Inštruktor", -- 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:
5701
diff
changeset
|
104 |
-- ["Keep it up!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
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:
5701
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]"] = "", |
4788 | 109 |
["Listen up, maggot!!"] = "Počúvaj, ty biedny červ!", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
110 |
-- ["Lively Lifeguard"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
111 |
-- ["Mine Deployer"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
112 |
-- ["Mine Eater!"] = "", |
4788 | 113 |
["|- Mines Time:"] = "|- Časovač pre míny:", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
114 |
["MISSION FAILED"] = "MISIA NEÚSPEŠNÁ", -- User_Mission_-_Dangerous_Ducklings, 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
|
115 |
-- ["MISSION SUCCESS"] = "", |
4788 | 116 |
["MISSION SUCCESSFUL"] = "MISIA ÚSPEŠNÁ", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
5701 | 117 |
["Movement: [Up], [Down], [Left], [Right]"] = "Pohyb: [Hore], [Dole], [Vľavo], [Vpravo]", |
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
|
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:
5701
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: "] = "", |
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: "] = "NOVÉ najrýchlejšie kolo: ", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
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:
5701
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"] = "", |
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"] = "Nie tak celkom priateľský zápas", -- Basketball, Knockball |
4788 | 128 |
["Oh no! Just try again!"] = "Áále nie! Tak to skúste znovu!", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
129 |
["Oh no! Time's up! Just try again."] = "Áále nie! Čas vypršal! Tak to skúste znovu.", --Bazooka, Shotgun, SniperRifle |
|
130 |
["Operation Diver"] = "Operácia Potápač", |
|
131 |
["Opposing Team: "] = "Nepriateľský tím", |
|
132 |
["Pathetic Hog #%d"] = "Žalostný ježko #%d", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
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."] = "", |
4788 | 137 |
["points"] = "body", -- Control, CTF_Blizzard, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle |
138 |
["Poison"] = "Poison", |
|
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:
5701
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"] = "", |
4788 | 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"] = " - Skórujete prinesením nepriateľskej vlajky do vašej základne | - Prvý tím, ktorý dosiahne 3 body, vyhráva | - Skórujete len vtedy, keď je máte svoju vlajku v základni | - Spadnuté vlajky môžu byť vrátené na základňu alebo sa ich môže zmocniť súpere | - Ježkovia po smrti ožiujú", |
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"] = "", |
4788 | 149 |
["RULES OF THE GAME [Press ESC to view]"] = "PRAVIDLÁ HRY [Stlačte Esc pre ich zobrazenie]", |
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
|
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:
4865
diff
changeset
|
151 |
-- ["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
|
152 |
-- ["SCORE"] = "", |
4788 | 153 |
["sec"] = "sek", -- 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!"] = "Tak zatiaľ!", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
155 |
-- ["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
|
156 |
-- ["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
|
157 |
-- ["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
|
158 |
-- ["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
|
159 |
-- ["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
|
160 |
-- ["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
|
161 |
-- ["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
|
162 |
-- ["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
|
163 |
-- ["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
|
164 |
-- ["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
|
165 |
["Shotgun Team"] = "Shotgun tím", |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
166 |
["Shotgun Training"] = "Tréning s brokovnicou", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
167 |
-- ["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
|
168 |
-- ["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
|
169 |
-- ["Sinky"] = "", |
4645
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 penalty!| |Score:"] = "%s je mimo hru a tím %d|dostal trestný bod!| |Skóre:", -- Basketball, Knockball |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
171 |
["%s is out and Team %d|scored a point!| |Score:"] = "%s je mimo hru a tím %d|získal bod!| |Skóre:", -- Basketball, Knockball |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
172 |
["Sniper Training"] = "Tréning pre ostreľovačov", |
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
173 |
["Sniperz"] = "Ostreľovači", |
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
|
174 |
-- ["Sponge"] = "", |
4788 | 175 |
["Spooky Tree"] = "Strašidelný strom", |
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
|
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:
4865
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: "] = "Tím %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
|
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:
4865
diff
changeset
|
180 |
-- ["That Sinking Feeling"] = "", |
4788 | 181 |
["That was pointless."] = "To bolo zbytočné.", |
182 |
["The enemy is hiding out on yonder ducky!"] = "Nepriateľ sa schováva na tamtej kačičke!", |
|
183 |
["The flag will respawn next round."] = "V ďalšom kole sa obnoví vlajka.", |
|
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
|
184 |
-- ["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
|
185 |
-- ["THE SPECIALISTS"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
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:
4865
diff
changeset
|
187 |
-- ["This rain is really something..."] = "", |
5701 | 188 |
["TIME: "] = "ČAS: ", |
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
|
189 |
-- ["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
|
190 |
-- ["Time Extended!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
191 |
-- ["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
|
192 |
-- ["Toggle Shield"] = "", |
4788 | 193 |
["Toxic Team"] = "Toxic tím", -- 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
|
194 |
-- ["TRACK COMPLETED"] = "", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
195 |
-- ["TRACK FAILED!"] = "", |
4503 | 196 |
["TrophyRace"] = "Preteky o trofej", |
4788 | 197 |
["T_T"] = "T_T", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
198 |
-- ["Tumbling Time Extended!"] = "", |
5701 | 199 |
["Turn Time"] = "Čas na ťah", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
200 |
-- ["Unit"] = "", |
4788 | 201 |
["Unit 3378"] = "Jednotka 3378", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
202 |
-- ["Unit 835"] = "", |
5701 | 203 |
["Unlimited Attacks"] = "Neobmedzené útoky", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
204 |
-- ["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
|
205 |
-- ["User Challenge"] = "", |
4503 | 206 |
["Use your rope to get from start to finish as fast as you can!"] = "Použite lano na presun zo štartovnej pozície do cieľa tak rýchlo, ako to len viete!", |
4788 | 207 |
["Victory for the "] = "Víťazstvo pre", -- CTF_Blizzard, Capture_the_Flag |
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 |
-- ["Waypoint placed."] = "", |
5867
a04f25c4209f
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents:
5844
diff
changeset
|
209 |
-- ["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
|
210 |
-- ["Weapons Reset"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
211 |
-- ["Well done."] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5701
diff
changeset
|
212 |
-- ["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
|
213 |
-- ["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
|
214 |
-- ["You'd almost swear the water was rising!"] = "", |
4788 | 215 |
["You have SCORED!!"] = "SKÓROVALI ste!!", |
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
|
216 |
-- ["You saved"] = "", |
4788 | 217 |
["You've failed. Try again."] = "Neuspeli ste. Skúste to znova.", |
4503 | 218 |
["You've reached the goal!| |Time: "] = "Dosiahli ste cieľ!| |Čas: ", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4506
diff
changeset
|
219 |
["'Zooka Team"] = "Bazuka tím", |
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
|
220 |
} |