author | nemo |
Sun, 26 Jun 2011 19:42:44 -0400 | |
changeset 5325 | 261b79ba22b1 |
parent 4770 | 375d819fca93 |
child 5328 | 81a6f6f29b16 |
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 = { |
4663 | 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:
4770
diff
changeset
|
4 |
-- ["..."] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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 |
4663 | 7 |
["Aiming Practice"] = "Potrenuj celność", |
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: "] = "", |
4663 | 12 |
["Bat balls at your enemies and|push them into the sea!"] = "Uderzaj piłkami w swoich przeciwników|i strącaj ich do wody!", |
13 |
["Bat your opponents through the|baskets and out of the map!"] = "Uderzaj swoich przekiwników|wyrzucając przez kosz, poza mapę!", |
|
14 |
["Bazooka Training"] = "Trening bazooki", |
|
15 |
["Best laps per team: "] = "Najszybsze okrążenie drużyny: ", |
|
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: "] = "", |
4663 | 17 |
["Bloody Rookies"] = "Żółtodzioby", |
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!"] = "", |
4714 | 19 |
["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:
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!"] = "", |
4663 | 22 |
["CAPTURE THE FLAG"] = "PRZECHWYĆ 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"] = "", |
4663 | 25 |
["Codename: Teamwork"] = "Kryptonim: Praca zespołowa", |
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!"] = "", |
4714 | 27 |
["Congratulations!"] = "Gratulacje", |
4663 | 28 |
["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Gratulacje! Zniszczyłeś wszystkie cele przed upłynięciem czasu.", |
29 |
["Control pillars to score points."] = "Kontroluj filary by zdobyć punkty", |
|
4714 | 30 |
["CTF_BLIZZARD"] = "Śnieżyca", |
4663 | 31 |
["Cybernetic Empire"] = "Cybernetyczne Imperium", |
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:
4715
diff
changeset
|
32 |
["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "Młody!!! Złaź z mojej głowy!!!", |
4714 | 33 |
["DAMMIT, ROOKIE!"] = "Żółtodziobie!", |
4663 | 34 |
["Dangerous Ducklings"] = "Niebezpieczne Kaczory", |
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
|
35 |
-- ["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
|
36 |
-- ["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
|
37 |
-- ["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
|
38 |
-- ["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
|
39 |
-- ["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
|
40 |
-- ["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
|
41 |
-- ["Each turn you get one random weapon"] = "", |
4663 | 42 |
["Eliminate all enemies"] = "Wyeliminuj wszystkich przeciwników", |
43 |
["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Zniszcz wszystkie cele zanim upłynie czas.|W tej misji masz nieskończoną ilość amunicji.", |
|
44 |
["Eliminate Poison before the time runs out"] = "Zabij Truciciela zanim skończy się czas", |
|
45 |
["Eliminate the Blue Team"] = "Zniszcz niebieską drużynę", |
|
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
|
46 |
-- ["Eliminate the enemy specialists."] = "", |
4663 | 47 |
["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "Rozwal Jednostkę 3378 | Twoja drużyna musi przetrwać", |
48 |
["Enjoy the swim..."] = "Popływaj trochę...", |
|
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
|
49 |
-- ["[Enter]"] = "", |
4663 | 50 |
["Fastest lap: "] = "Najszybsze okrążenie: ", |
4714 | 51 |
["Feeble Resistance"] = "Ruch Oporu", |
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
|
52 |
-- ["Fire"] = "", |
4663 | 53 |
["Flag captured!"] = "Flaga przechwycona!", |
54 |
["Flag respawned!"] = "Flaga przywrócona!", |
|
55 |
["Flag returned!"] = "Flaga odzyskana!", |
|
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
|
56 |
-- ["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
|
57 |
-- ["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
|
58 |
-- ["Game Modifiers: "] = "", |
4663 | 59 |
["GAME OVER!"] = "KONIEC GRY!", |
60 |
["Game Started!"] = "Gra Rozpoczęta", |
|
61 |
["Get on over there and take him out!"] = "Dostań się tam i go wykończ!", |
|
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
|
62 |
-- ["Goal"] = "", |
4663 | 63 |
["GO! GO! GO!"] = "RUCHY! RUCHY! RUCHY!", |
64 |
["Good birdy......"] = "Dooobry ptaszek...", |
|
65 |
["Good luck out there!"] = "Powodzenia!", |
|
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
|
66 |
-- ["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
|
67 |
-- ["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
|
68 |
-- ["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
|
69 |
-- ["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
|
70 |
-- [" 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
|
71 |
-- ["Heavy"] = "", |
4663 | 72 |
["Hedgewars-Basketball"] = "Hedgewars-Koszykówka", |
73 |
["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
|
74 |
-- ["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
|
75 |
-- ["Hit Combo!"] = "", |
4663 | 76 |
["Hmmm..."] = "Hmmmm...", |
77 |
["Hooray!"] = "Hurraaa!", |
|
78 |
["Hunter"] = "Strzelec", |
|
79 |
["Instructor"] = "Instruktor", |
|
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
|
80 |
-- ["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
|
81 |
-- ["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
|
82 |
-- ["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
|
83 |
-- ["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
|
84 |
-- ["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
|
85 |
-- ["[Left Shift]"] = "", |
4663 | 86 |
["Listen up, maggot!!"] = "Słuchaj mnie, gnido!", |
4714 | 87 |
["|- Mines Time:"] = "|- Czas detonacji min:", |
4663 | 88 |
["MISSION FAILED"] = "MISJA ZAKOŃCZONA NIEPOWODZENIEM", |
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
|
89 |
-- ["MISSION SUCCESS"] = "", |
4663 | 90 |
["MISSION SUCCESSFUL"] = "MISJA POWIODŁA SIĘ", |
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
|
91 |
-- ["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
|
92 |
-- ["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
|
93 |
-- ["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
|
94 |
-- ["NEW CLAN RECORD: "] = "", |
4663 | 95 |
["NEW fastest lap: "] = "NOWE najszybsze okrążenie: ", |
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
|
96 |
-- ["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
|
97 |
-- ["NOT ENOUGH WAYPOINTS"] = "", |
4663 | 98 |
["Not So Friendly Match"] = "Mecz Nie-Do-Końca Towarzyski", |
99 |
["Oh no! Just try again!"] = "Ojojoj! Spróbuj jeszcze raz!", |
|
100 |
["Oh no! Time's up! Just try again."] = "Ajajaj! Koniec czasu! Spróbuj jeszcze raz.", |
|
101 |
["Operation Diver"] = "Operacja Nurek", |
|
4711 | 102 |
["Opposing Team: "] = "Przeciwna drużyna", |
4664
debfdc340e68
add new translation phrases missed through insufficient quoting, remove duplicated hog name entries, add almost complete polish translation
szczur+nemo
parents:
4663
diff
changeset
|
103 |
["Pathetic Hog #%d"] = "Załosny Jeż #%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
|
104 |
-- ["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
|
105 |
-- ["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:
4715
diff
changeset
|
106 |
-- ["points"] = "", -- Control, CTF_Blizzard, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle |
4714 | 107 |
["Poison"] = "Truciciel", |
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
|
108 |
-- ["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
|
109 |
-- ["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
|
110 |
-- ["Race complexity limit reached."] = "", |
4663 | 111 |
[" - 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"] = " - Przynieś flagę wroga do swojej bazy by zdobyć punkt | - Pierwszy kto zrobi to 3 razy, wygrywa | - Punkt zdobywasz tylko gdy twoja flaga znajduje się w bazie | - Jeże upuszczą flagę gdy zostaną zabite bądź utopione | - Upuszczona flaga może być przywrócona lub przechwycona ponownie | - Jeże odradzają się po śmierci", |
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
|
112 |
-- ["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
|
113 |
-- ["Rounds Complete"] = "", |
4663 | 114 |
["RULES OF THE GAME [Press ESC to view]"] = "ZASADY GRY [Naciśnij ESC by zobaczyć]", |
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
|
115 |
-- ["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
|
116 |
-- ["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
|
117 |
-- ["SCORE"] = "", |
4714 | 118 |
["sec"] = "sek", |
4663 | 119 |
["See ya!"] = "Do zobaczenia!", |
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
|
120 |
-- ["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
|
121 |
-- ["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
|
122 |
-- ["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
|
123 |
-- ["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
|
124 |
-- ["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
|
125 |
-- ["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
|
126 |
-- ["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
|
127 |
-- ["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
|
128 |
-- ["Shield Seeker!"] = "", |
4663 | 129 |
["Shotgun Team"] = "Strzelcy", |
130 |
["Shotgun Training"] = "Trening strzelecki", |
|
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
|
131 |
-- ["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
|
132 |
-- ["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
|
133 |
-- ["Sinky"] = "", |
4663 | 134 |
["%s is out and Team %d|scored a penalty!| |Score:"] = "%s utonął i drużyna %d|dostała punkt karny!| |Punktacja:", |
135 |
["%s is out and Team %d|scored a point!| |Score:"] = "%s utonął i drużyna %d|zdobyła punkt!| |Punktacja:", |
|
136 |
["Sniper Training"] = "Trening Snajperski", |
|
137 |
["Sniperz"] = "Snajperzy", |
|
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
|
138 |
-- ["Sponge"] = "", |
4663 | 139 |
["Spooky Tree"] = "Straszne drzewo", |
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
|
140 |
-- ["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
|
141 |
-- ["Switched to "] = "", |
4663 | 142 |
["Team %d: "] = "Drużyna %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
|
143 |
-- ["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
|
144 |
-- ["That Sinking Feeling"] = "", |
4714 | 145 |
["That was pointless."] = "To było bezcelowe", |
146 |
["The enemy is hiding out on yonder ducky!"] = "Na tamtej kaczce ukrywa się nasz przeciwnik!", |
|
147 |
["The flag will respawn next round."] = "Flaga pojawi się ponownie przy następnej rundzie.", |
|
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
|
148 |
-- ["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
|
149 |
-- ["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
|
150 |
-- ["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
|
151 |
-- ["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
|
152 |
-- ["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
|
153 |
-- ["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
|
154 |
-- ["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
|
155 |
-- ["Toggle Shield"] = "", |
4663 | 156 |
["Toxic Team"] = "Toksyczny zespół", |
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
|
157 |
-- ["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
|
158 |
-- ["Track Time: "] = "", |
4663 | 159 |
["TrophyRace"] = "TrophyRace", |
160 |
["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
|
161 |
-- ["Turn Time"] = "", |
4714 | 162 |
["Unit 3378"] = "Jednostka 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
|
163 |
-- ["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
|
164 |
-- ["User Challenge"] = "", |
4663 | 165 |
["Use your rope to get from start to finish as fast as you can!"] = "Użyj liny by jak najszybciej dotrzec od startu do mety", |
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
|
166 |
-- ["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:
4715
diff
changeset
|
167 |
["Victory for the "] = "Zwycięstwo przypadło", |
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
|
168 |
-- ["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
|
169 |
-- ["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
|
170 |
-- ["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
|
171 |
-- ["You'd almost swear the water was rising!"] = "", |
4663 | 172 |
["You have SCORED!!"] = "Zdobyłeś PUNKT", |
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
|
173 |
-- ["You saved"] = "", |
4663 | 174 |
["You've failed. Try again."] = "Przegrałeś. Spróbuj jeszcze raz", |
175 |
["You've reached the goal!| |Time: "] = "Dotarłeś do celu!| |Czas: ", |
|
176 |
["'Zooka Team"] = "Bazookinierzy", |
|
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
|
177 |
} |