author | nemo |
Sun, 26 Jun 2011 19:44:41 -0400 | |
changeset 5328 | 81a6f6f29b16 |
parent 5325 | 261b79ba22b1 |
child 5844 | fdf22a4843f7 |
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 = { |
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:
4770
diff
changeset
|
2 |
-- ["..."] = "", |
4710 | 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:
4770
diff
changeset
|
5 |
-- ["Accuracy Bonus!"] = "", |
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:
4770
diff
changeset
|
6 |
-- ["a Hedgewars mini-game"] = "", -- 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
|
7 |
["Aiming Practice"] = "Siktesövning", --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:
4770
diff
changeset
|
8 |
-- ["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:
4770
diff
changeset
|
9 |
-- ["Ammo 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:
4770
diff
changeset
|
10 |
-- ["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:
4770
diff
changeset
|
11 |
-- ["Available points remaining: "] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
12 |
["Bat balls at your enemies and|push them into the sea!"] = "Slå bollar mot dina fiender|och slå ner dem i havet", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
13 |
["Bat your opponents through the|baskets and out of the map!"] = "Slå ner dina motståndare i|korgarna och ut ur kartan!", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
14 |
["Bazooka Training"] = "Bazookaträning", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
15 |
["Best laps per team: "] = "Bästa varv per lag: ", |
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:
4770
diff
changeset
|
16 |
-- ["Best Team Times: "] = "", |
4710 | 17 |
["Bloody Rookies"] = "Blodiga gröngölingar", -- 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:
4770
diff
changeset
|
18 |
-- ["BOOM!"] = "", |
4722 | 19 |
["Boom!"] = "Bom!", |
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:
4770
diff
changeset
|
20 |
-- ["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:
4770
diff
changeset
|
21 |
-- ["Boss Slayer!"] = "", |
4710 | 22 |
["CAPTURE THE FLAG"] = "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:
4770
diff
changeset
|
23 |
-- ["Careless"] = "", |
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:
4770
diff
changeset
|
24 |
-- ["Clumsy"] = "", |
4710 | 25 |
["Codename: Teamwork"] = "Kodnamn: Lagarbete", |
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:
4770
diff
changeset
|
26 |
-- ["Complete the track as fast as you can!"] = "", |
4710 | 27 |
["Congratulations!"] = "Grattis!", |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
28 |
["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Grattis! Du har förstört alla målen inom den|tillåtna tidsramen.", --Bazooka, Shotgun, SniperRifle |
4710 | 29 |
["Control pillars to score points."] = "Kontrollera pelare för att ta poäng", |
30 |
["Cybernetic Empire"] = "Robotriket", |
|
4713 | 31 |
["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "SATAN, GRÖNGÖLING! SLUTA TJATA!", |
4710 | 32 |
["DAMMIT, ROOKIE!"] = "SATAN, GRÖNGÖLING!", |
33 |
["Dangerous Ducklings"] = "Farliga ankungar", |
|
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:
4770
diff
changeset
|
34 |
-- ["Deadweight"] = "", |
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:
4770
diff
changeset
|
35 |
-- ["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:
4770
diff
changeset
|
36 |
-- ["Destroy invaders to score points."] = "", |
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:
4770
diff
changeset
|
37 |
-- ["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:
4770
diff
changeset
|
38 |
-- ["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:
4770
diff
changeset
|
39 |
-- ["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:
4770
diff
changeset
|
40 |
-- ["Each turn you get one random weapon"] = "", |
4710 | 41 |
["Eliminate all enemies"] = "Förgör alla fiender", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
42 |
["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Förstör alla målen innan din tid tar slut.|Du har obegränsad ammunition för deta uppdrag", --Bazooka, Shotgun, SniperRifle |
4710 | 43 |
["Eliminate Poison before the time runs out"] = "Förgör Gift innan tiden tar slut", |
44 |
["Eliminate the Blue Team"] = "Förgör det Blå laget", |
|
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:
4770
diff
changeset
|
45 |
-- ["Eliminate the enemy specialists."] = "", |
4710 | 46 |
["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "- Förgör Enhet 3378 |- Klent motstånd måste överleva", |
47 |
["Enjoy the swim..."] = "Ha en trevlig simtur...", |
|
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:
4770
diff
changeset
|
48 |
-- ["[Enter]"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
49 |
["Fastest lap: "] = "Snabbast varv: ", |
4710 | 50 |
["Feeble Resistance"] = "Klent motstånd", |
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:
4770
diff
changeset
|
51 |
-- ["Fire"] = "", |
4710 | 52 |
["Flag captured!"] = "Flagga tagen!", |
53 |
["Flag respawned!"] = "Flagga återställd!", |
|
54 |
["Flag returned!"] = "Flagga återvänd!", |
|
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:
4770
diff
changeset
|
55 |
-- ["Flags, and their home base will be placed where each team ends their first turn."] = "", |
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:
4770
diff
changeset
|
56 |
-- ["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:
4770
diff
changeset
|
57 |
-- ["Game Modifiers: "] = "", |
4710 | 58 |
["GAME OVER!"] = "SPELET ÄR SLUT!", |
59 |
["Game Started!"] = "Spel startat!", |
|
60 |
["Get on over there and take him out!"] = "Ta dig bort där och gör dig av med honom!", |
|
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:
4770
diff
changeset
|
61 |
-- ["Goal"] = "", |
4710 | 62 |
["GO! GO! GO!"] = "Kör! Kör! Kör!", |
63 |
["Good birdy......"] = "Fin fågel......", |
|
64 |
["Good luck out there!"] = "Lycka till där ute!", |
|
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:
4770
diff
changeset
|
65 |
-- ["GOTCHA!"] = "", |
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:
4770
diff
changeset
|
66 |
-- ["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:
4770
diff
changeset
|
67 |
-- ["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:
4770
diff
changeset
|
68 |
-- ["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:
4770
diff
changeset
|
69 |
-- [" Hapless Hogs left!"] = "", |
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:
4770
diff
changeset
|
70 |
-- ["Heavy"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
71 |
["Hedgewars-Basketball"] = "Hedgewars-Basket", |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
72 |
["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:
4770
diff
changeset
|
73 |
-- ["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:
4770
diff
changeset
|
74 |
-- ["Hit Combo!"] = "", |
4710 | 75 |
["Hmmm..."] = "Hmmm...", |
76 |
["Hooray!"] = "Hurra!", |
|
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
77 |
["Hunter"] = "Jägare", --Bazooka, Shotgun, SniperRifle |
4710 | 78 |
["Instructor"] = "Instruktör", -- 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:
4770
diff
changeset
|
79 |
-- ["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:
4770
diff
changeset
|
80 |
-- ["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:
4770
diff
changeset
|
81 |
-- ["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:
4770
diff
changeset
|
82 |
-- ["Kamikaze Expert!"] = "", |
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:
4770
diff
changeset
|
83 |
-- ["KILLS"] = "", |
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:
4770
diff
changeset
|
84 |
-- ["[Left Shift]"] = "", |
4710 | 85 |
["Listen up, maggot!!"] = "Hör här, ynkrygg!!", |
4722 | 86 |
["|- Mines Time:"] = "|- Mintid:", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
4710 | 87 |
["MISSION FAILED"] = "UPPDRAG MISSLYCKADES", -- 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:
4770
diff
changeset
|
88 |
-- ["MISSION SUCCESS"] = "", |
4770 | 89 |
["MISSION SUCCESSFUL"] = "UPPDRAG SLUTFÖRT", -- 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:
4770
diff
changeset
|
90 |
-- ["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:
4770
diff
changeset
|
91 |
-- ["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:
4770
diff
changeset
|
92 |
-- ["Nameless Heroes"] = "", |
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:
4770
diff
changeset
|
93 |
-- ["NEW CLAN RECORD: "] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
94 |
["NEW fastest lap: "] = "NYTT snabbast varv: ", |
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:
4770
diff
changeset
|
95 |
-- ["NEW RACE RECORD: "] = "", |
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:
4770
diff
changeset
|
96 |
-- ["NOT ENOUGH WAYPOINTS"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
97 |
["Not So Friendly Match"] = "En inte så vänlig match", -- Basketball, Knockball |
4710 | 98 |
["Oh no! Just try again!"] = "Å nej! Bara att försöka igen!", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
99 |
["Oh no! Time's up! Just try again."] = "Åh nej! Tiden är ute! Pröva igen.", --Bazooka, Shotgun, SniperRifle |
4710 | 100 |
["Operation Diver"] = "Operationens dykare", |
4711 | 101 |
["Opposing Team: "] = "Motståndarlag: ", |
4710 | 102 |
["Pathetic Hog #%d"] = "Patetisk kott #%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:
4770
diff
changeset
|
103 |
-- ["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:
4770
diff
changeset
|
104 |
-- ["Place more waypoints using [ENTER]"] = "", |
4755
7df529b4335c
Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents:
4722
diff
changeset
|
105 |
-- ["points"] = "", -- Control, CTF_Blizzard, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle |
4710 | 106 |
["Poison"] = "Gift", |
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:
4770
diff
changeset
|
107 |
-- ["Power Remaining"] = "", |
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:
4770
diff
changeset
|
108 |
-- ["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:
4770
diff
changeset
|
109 |
-- ["Race complexity limit reached."] = "", |
4710 | 110 |
[" - 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"] = " - Återvänd med fiendens flagga till din bas för att ta poäng | - Första laget till tre vinner | - Du kan bara ta poäng när din egen flagga är i basen | - Kottar tappar flaggan när de dödas eller drunknar | - Tappade flaggor kan tas tillbaka eller fångas | - Kottar kommer tillbaka när de dör", |
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:
4770
diff
changeset
|
111 |
-- ["Round Limit"] = "", |
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:
4770
diff
changeset
|
112 |
-- ["Rounds Complete"] = "", |
4722 | 113 |
["RULES OF THE GAME [Press ESC to view]"] = "SPELREGLER [Tryck ESC för att se]", |
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:
4770
diff
changeset
|
114 |
-- ["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:
4770
diff
changeset
|
115 |
-- ["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:
4770
diff
changeset
|
116 |
-- ["SCORE"] = "", |
4722 | 117 |
["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 |
4710 | 118 |
["See ya!"] = "Ses!", |
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:
4770
diff
changeset
|
119 |
-- ["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:
4770
diff
changeset
|
120 |
-- ["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:
4770
diff
changeset
|
121 |
-- ["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:
4770
diff
changeset
|
122 |
-- ["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:
4770
diff
changeset
|
123 |
-- ["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:
4770
diff
changeset
|
124 |
-- ["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:
4770
diff
changeset
|
125 |
-- ["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:
4770
diff
changeset
|
126 |
-- ["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:
4770
diff
changeset
|
127 |
-- ["Shield Seeker!"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
128 |
["Shotgun Team"] = "Hagelgevärslaget", |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
129 |
["Shotgun Training"] = "Hagelgevärsträning", |
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:
4770
diff
changeset
|
130 |
-- ["Shots Left: "] = "", -- GaudyRacer, Tumbler |
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:
4770
diff
changeset
|
131 |
-- ["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:
4770
diff
changeset
|
132 |
-- ["Sinky"] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
133 |
["%s is out and Team %d|scored a penalty!| |Score:"] = "%s är ute och lag %d|fick ett straff!| |Poängställning:", -- Basketball, Knockball |
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
134 |
["%s is out and Team %d|scored a point!| |Score:"] = "%s är ute och lag %d|fick ett poäng!| |Poängställning:", -- Basketball, Knockball |
4506
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
135 |
["Sniper Training"] = "Prickskyttesträning", |
37744d5c877e
Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents:
4503
diff
changeset
|
136 |
["Sniperz"] = "Prickskyttarna", |
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:
4770
diff
changeset
|
137 |
-- ["Sponge"] = "", |
4710 | 138 |
["Spooky Tree"] = "Kusligt trä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:
4770
diff
changeset
|
139 |
-- ["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:
4770
diff
changeset
|
140 |
-- ["Switched to "] = "", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
141 |
["Team %d: "] = "Lag %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:
4770
diff
changeset
|
142 |
-- ["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:
4770
diff
changeset
|
143 |
-- ["That Sinking Feeling"] = "", |
4722 | 144 |
["That was pointless."] = "Det där var meningslöst.", |
4710 | 145 |
["The enemy is hiding out on yonder ducky!"] = "Fienden gömmer sig på andra ankan!", |
4722 | 146 |
["The flag will respawn next round."] = "Flaggan kommer tillbaka nästa runda.", |
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:
4770
diff
changeset
|
147 |
-- ["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:
4770
diff
changeset
|
148 |
-- ["THE SPECIALISTS"] = "", |
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:
4770
diff
changeset
|
149 |
-- ["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:
4770
diff
changeset
|
150 |
-- ["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:
4770
diff
changeset
|
151 |
-- ["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:
4770
diff
changeset
|
152 |
-- ["Time Extended!"] = "", |
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:
4770
diff
changeset
|
153 |
-- ["Time Left: "] = "", |
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:
4770
diff
changeset
|
154 |
-- ["Toggle Shield"] = "", |
4710 | 155 |
["Toxic Team"] = "Förgiftade laget", -- 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:
4770
diff
changeset
|
156 |
-- ["TRACK COMPLETED"] = "", |
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:
4770
diff
changeset
|
157 |
-- ["Track Time: "] = "", |
4503 | 158 |
["TrophyRace"] = "TrophyRace", |
4710 | 159 |
["T_T"] = "T_T", |
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:
4770
diff
changeset
|
160 |
-- ["Turn Time"] = "", |
4710 | 161 |
["Unit 3378"] = "Enhet 3378", |
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:
4770
diff
changeset
|
162 |
-- ["Unlimited Attacks"] = "", |
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:
4770
diff
changeset
|
163 |
-- ["User Challenge"] = "", |
4503 | 164 |
["Use your rope to get from start to finish as fast as you can!"] = "Använd ditt rep för att ta dig från start till mål så fort som möjligt!", |
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:
4770
diff
changeset
|
165 |
-- ["v.06"] = "", |
4755
7df529b4335c
Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents:
4722
diff
changeset
|
166 |
["Victory for the "] = "Vinst för", -- 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:
4770
diff
changeset
|
167 |
-- ["Waypoint placed."] = "", |
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:
4770
diff
changeset
|
168 |
-- ["Weapons Reset"] = "", |
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:
4770
diff
changeset
|
169 |
-- ["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:
4770
diff
changeset
|
170 |
-- ["You'd almost swear the water was rising!"] = "", |
4710 | 171 |
["You have SCORED!!"] = "Du har tagit poäng!", |
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:
4770
diff
changeset
|
172 |
-- ["You saved"] = "", |
4710 | 173 |
["You've failed. Try again."] = "Du har misslyckats. Försök igen.", |
4503 | 174 |
["You've reached the goal!| |Time: "] = "Du har nått målet!| |Tid: ", |
4645
830036850d10
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents:
4600
diff
changeset
|
175 |
["'Zooka Team"] = "Bazookalaget", |
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
|
176 |
} |