author | sheepluva |
Sun, 11 Sep 2011 16:18:49 +0200 | |
changeset 5854 | 2f52e422ce9e |
parent 5844 | fdf22a4843f7 |
child 5867 | a04f25c4209f |
permissions | -rw-r--r-- |
4970 | 1 |
locale = { |
2 |
-- [":("] = "", |
|
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:
4970
diff
changeset
|
3 |
-- ["..."] = "", |
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
4970
diff
changeset
|
4 |
-- ["Accuracy Bonus!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
5 |
-- ["Achievement Unlocked"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_That_Sinking_Feeling, Tumbler |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
4970
diff
changeset
|
6 |
-- ["a Hedgewars mini-game"] = "", -- Space_Invasion, The_Specialists |
4970 | 7 |
["Aiming Practice"] = "Практика прицілювання", --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:
4970
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:
4970
diff
changeset
|
9 |
-- ["Ammo Depleted!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
10 |
-- ["ammo extended!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
11 |
-- ["Ammo is reset at the end of your turn."] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
4970
diff
changeset
|
12 |
-- ["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:
4970
diff
changeset
|
13 |
-- ["Available points remaining: "] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
14 |
-- ["[Backspace]"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
15 |
-- ["Bamboo Thicket"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
16 |
-- ["Barrel Eater!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
17 |
-- ["Barrel Launcher"] = "", |
4970 | 18 |
["Bat balls at your enemies and|push them into the sea!"] = "Закидайте ворогів м'ячами щоб|зіштовути їх у море!", |
19 |
["Bat your opponents through the|baskets and out of the map!"] = "Дубасьте опонентів битою через|кошики та за межі карти!", |
|
20 |
["Bazooka Training"] = "Тренування з базукою", |
|
21 |
["Best laps per team: "] = "Кращі партії на команду: ", |
|
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:
4970
diff
changeset
|
22 |
-- ["Best Team Times: "] = "", |
4970 | 23 |
["Bloody Rookies"] = "Криваві Салаги", -- 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:
4970
diff
changeset
|
24 |
-- ["BOOM!"] = "", |
4970 | 25 |
["Boom!"] = "Бабах!", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
4970
diff
changeset
|
26 |
-- ["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:
4970
diff
changeset
|
27 |
-- ["Boss Slayer!"] = "", |
4970 | 28 |
["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:
4970
diff
changeset
|
29 |
-- ["Careless"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
30 |
-- ["Change Weapon"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
4970
diff
changeset
|
31 |
-- ["Clumsy"] = "", |
4970 | 32 |
["Codename: 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:
4970
diff
changeset
|
33 |
-- ["Complete the track as fast as you can!"] = "", |
4970 | 34 |
["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Вітаємо! Ви знищили всі цілі|в межах дозволеного часу.", --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:
4970
diff
changeset
|
35 |
["Congratulations!"] = "Вітаємо!", |
4970 | 36 |
["Control pillars to score points."] = "Контрольюй стовпи щоб набрати очки.", |
37 |
["Cybernetic Empire"] = "Кібернетична Імперія", |
|
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:
4970
diff
changeset
|
38 |
["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "ЧОРТ ЗАБИРАЙ, САЛАГА! ЗЛІЗЬ З МОЄЇ ГОЛОВИ!", |
4970 | 39 |
["DAMMIT, ROOKIE!"] = "ЧОРТ ЗАБИРАЙ, САЛАГА!", |
40 |
["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:
4970
diff
changeset
|
41 |
-- ["Deadweight"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
42 |
-- ["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:
4970
diff
changeset
|
43 |
-- ["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:
4970
diff
changeset
|
44 |
-- ["Destroy invaders to score points."] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
45 |
-- ["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:
4970
diff
changeset
|
46 |
-- ["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:
4970
diff
changeset
|
47 |
-- ["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:
4970
diff
changeset
|
48 |
-- ["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:
4970
diff
changeset
|
49 |
-- ["Each turn you get one random weapon"] = "", |
4970 | 50 |
["Eliminate all enemies"] = "Ліквідуйте всіх ворогів", |
51 |
["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Знищіть всі цілі до закінчення часу.|У вас безмежні боєприпаси.", --Bazooka, Shotgun, SniperRifle |
|
52 |
["Eliminate Poison before the time runs out"] = "Знешкодьте Смердюка до закінчення часу", |
|
53 |
["Eliminate the Blue Team"] = "Знищіть Синю Команду", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
54 |
-- ["Eliminate the enemy before the time runs out"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
55 |
-- ["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:
4970
diff
changeset
|
56 |
-- ["Eliminate the enemy specialists."] = "", |
4970 | 57 |
["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "- Знищіть Об'єкт 3378 |- Жалюгідні Повстанці повинні вижити", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
58 |
-- ["Energetic Engineer"] = "", |
4970 | 59 |
["Enjoy the swim..."] = "Насолоджуйся плаванням...", |
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:
4970
diff
changeset
|
60 |
-- ["[Enter]"] = "", |
4970 | 61 |
["Fastest lap: "] = "Найшвидша партія: ", |
62 |
["Feeble Resistance"] = "Жалюгідні Повстанці", |
|
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
4970
diff
changeset
|
63 |
-- ["Fire"] = "", |
4970 | 64 |
["Flag captured!"] = "Прапор захоплено!", |
65 |
["Flag respawned!"] = "Прапор відновлено!", |
|
66 |
["Flag returned!"] = "Прапор повернено!", |
|
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:
4970
diff
changeset
|
67 |
-- ["Flags, and their home base will be placed where each team ends their first turn."] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
68 |
-- ["Flamer"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
69 |
-- ["Friendly Fire!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
70 |
-- ["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:
4970
diff
changeset
|
71 |
-- ["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:
4970
diff
changeset
|
72 |
-- ["Game Modifiers: "] = "", |
4970 | 73 |
["GAME OVER!"] = "КІНЕЦЬ ГРИ!", |
74 |
["Game Started!"] = "Гра почалась!", |
|
75 |
["Get on over there and take him out!"] = "Залізь туди і прикінчи його!", |
|
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:
4970
diff
changeset
|
76 |
-- ["Goal"] = "", |
4970 | 77 |
["GO! GO! GO!"] = "ДАВАЙ! ДАВАЙ! РУХАЙСЯ!", |
78 |
["Good birdy......"] = "Гарна пташка......", |
|
79 |
["Good luck out there!"] = "Удачі!", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
80 |
-- ["Good so far!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
81 |
-- ["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:
4970
diff
changeset
|
82 |
-- ["GOTCHA!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
83 |
-- ["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:
4970
diff
changeset
|
84 |
-- ["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:
4970
diff
changeset
|
85 |
-- ["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:
4970
diff
changeset
|
86 |
-- ["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:
4970
diff
changeset
|
87 |
-- [" Hapless Hogs left!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
88 |
-- ["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:
4970
diff
changeset
|
89 |
-- ["Heavy"] = "", |
4970 | 90 |
["Hedgewars-Basketball"] = "Баскетбол Їжаками", |
91 |
["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:
4970
diff
changeset
|
92 |
-- ["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:
4970
diff
changeset
|
93 |
-- ["Hit Combo!"] = "", |
4970 | 94 |
["Hmmm..."] = "Хмм...", |
95 |
["Hooray!"] = "Урааа!", |
|
96 |
["Hunter"] = "Мисливець", --Bazooka, Shotgun, SniperRifle |
|
97 |
["Instructor"] = "Інструктор", -- 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:
4970
diff
changeset
|
98 |
-- ["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:
4970
diff
changeset
|
99 |
-- ["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:
4970
diff
changeset
|
100 |
-- ["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:
4970
diff
changeset
|
101 |
-- ["Kamikaze Expert!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
102 |
-- ["Keep it up!"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
103 |
-- ["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:
4970
diff
changeset
|
104 |
-- ["KILLS"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
105 |
-- ["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:
4970
diff
changeset
|
106 |
-- ["[Left Shift]"] = "", |
4970 | 107 |
["Listen up, maggot!!"] = "Слухай, хробак!", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
108 |
-- ["Lively Lifeguard"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
109 |
-- ["Mine Deployer"] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
110 |
-- ["Mine Eater!"] = "", |
4970 | 111 |
["|- Mines Time:"] = "|- Час детонування мін:", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
112 |
["MISSION FAILED"] = "МІСІЮ ПРОВАЛЕНО", -- 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:
4970
diff
changeset
|
113 |
-- ["MISSION SUCCESS"] = "", |
4970 | 114 |
["MISSION SUCCESSFUL"] = "МІСІЮ ВИКОНАНО", -- 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:
4970
diff
changeset
|
115 |
-- ["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:
4970
diff
changeset
|
116 |
-- ["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:
4970
diff
changeset
|
117 |
-- ["Nameless Heroes"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
118 |
-- ["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:
4970
diff
changeset
|
119 |
-- ["NEW CLAN RECORD: "] = "", |
4970 | 120 |
["NEW fastest lap: "] = "НОВА найшвидша партія: ", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
121 |
-- ["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:
4970
diff
changeset
|
122 |
-- ["NEW RACE RECORD: "] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
123 |
-- ["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:
4970
diff
changeset
|
124 |
-- ["NOT ENOUGH WAYPOINTS"] = "", |
4970 | 125 |
["Not So Friendly Match"] = "Не дуже товариський матч", -- Basketball, Knockball |
126 |
["Oh no! Just try again!"] = "О, ні! Давай, спробуй ще раз!", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork |
|
127 |
["Oh no! Time's up! Just try again."] = "О, ні! Час йде! Спробуй ще раз.", --Bazooka, Shotgun, SniperRifle |
|
128 |
["Operation Diver"] = "Операція Водолаз", |
|
129 |
["Opposing Team: "] = "Команда-Противник: ", |
|
130 |
["Pathetic Hog #%d"] = "Жалюгідний Їжак #%d", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
131 |
-- ["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:
4970
diff
changeset
|
132 |
-- ["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:
4970
diff
changeset
|
133 |
-- ["Place more waypoints using [ENTER]"] = "", |
4970 | 134 |
["points"] = "очок", -- Control, CTF_Blizzard, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle |
135 |
["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:
4970
diff
changeset
|
136 |
-- ["Power Remaining"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
137 |
-- ["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:
4970
diff
changeset
|
138 |
-- ["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:
4970
diff
changeset
|
139 |
-- ["Race complexity limit reached."] = "", |
4970 | 140 |
[" - 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"] = " - Поверніть ворожий прапор на свою базу щоб заробити очко | - Виграє команда з трьома очками | - Ви можете заробити очко лише коли ваш прапор на вашій базі | - Їжак покине прапор якщо потоне чи буде вбитий | - Покинутий прапор можна повернути або захопити знов | - Їжаки відновлюються після смерті", |
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:
4970
diff
changeset
|
141 |
-- ["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:
4970
diff
changeset
|
142 |
-- ["Rounds Complete"] = "", |
4970 | 143 |
["RULES OF THE GAME [Press ESC to view]"] = "ПРАВИЛА ГРИ [Натисніть ESC для перегляду]", |
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:
4970
diff
changeset
|
144 |
-- ["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:
4970
diff
changeset
|
145 |
-- ["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:
4970
diff
changeset
|
146 |
-- ["SCORE"] = "", |
4970 | 147 |
["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 |
148 |
["See ya!"] = "Побачимося!", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
149 |
-- ["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:
4970
diff
changeset
|
150 |
-- ["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:
4970
diff
changeset
|
151 |
-- ["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:
4970
diff
changeset
|
152 |
-- ["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:
4970
diff
changeset
|
153 |
-- ["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:
4970
diff
changeset
|
154 |
-- ["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:
4970
diff
changeset
|
155 |
-- ["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:
4970
diff
changeset
|
156 |
-- ["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:
4970
diff
changeset
|
157 |
-- ["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:
4970
diff
changeset
|
158 |
-- ["Shield Seeker!"] = "", |
4970 | 159 |
["Shotgun Team"] = "Команда Рушниць", |
160 |
["Shotgun Training"] = "Тренування з рушницею", |
|
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:
4970
diff
changeset
|
161 |
-- ["Shots Left: "] = "", -- GaudyRacer, Tumbler |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
162 |
-- ["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:
4970
diff
changeset
|
163 |
-- ["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:
4970
diff
changeset
|
164 |
-- ["Sinky"] = "", |
4970 | 165 |
["%s is out and Team %d|scored a penalty!| |Score:"] = "%s вибув і Команда %d|отримала штраф!| |Рахунок:", -- Basketball, Knockball |
166 |
["%s is out and Team %d|scored a point!| |Score:"] = "%s вибув і Команда %d|заробила очко!| |Рахунок:", -- Basketball, Knockball |
|
167 |
["Sniper Training"] = "Снайперське тренування", |
|
168 |
-- ["Sniperz"] = "", |
|
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
4970
diff
changeset
|
169 |
-- ["Sponge"] = "", |
4970 | 170 |
["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:
4970
diff
changeset
|
171 |
-- ["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:
4970
diff
changeset
|
172 |
-- ["Switched to "] = "", |
4970 | 173 |
["Team %d: "] = "Команда %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:
4970
diff
changeset
|
174 |
-- ["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:
4970
diff
changeset
|
175 |
-- ["That Sinking Feeling"] = "", |
4970 | 176 |
["That was pointless."] = "Це було безглуздо.", |
177 |
["The enemy is hiding out on yonder ducky!"] = "Ворог ховається на он тій качечці!", |
|
178 |
["The flag will respawn next round."] = "Прапор відновиться в наступному раунді.", |
|
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:
4970
diff
changeset
|
179 |
-- ["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:
4970
diff
changeset
|
180 |
-- ["THE SPECIALISTS"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
181 |
-- ["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:
4970
diff
changeset
|
182 |
-- ["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:
4970
diff
changeset
|
183 |
-- ["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:
4970
diff
changeset
|
184 |
-- ["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:
4970
diff
changeset
|
185 |
-- ["Time Extended!"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
186 |
-- ["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:
4970
diff
changeset
|
187 |
-- ["Toggle Shield"] = "", |
4970 | 188 |
["Toxic Team"] = "Токсична Команда", -- 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:
4970
diff
changeset
|
189 |
-- ["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:
4970
diff
changeset
|
190 |
-- ["Track Time: "] = "", |
4970 | 191 |
["TrophyRace"] = "Погоня за Трофеєм", |
192 |
["T_T"] = "Ааааа!!!", |
|
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
193 |
-- ["Tumbling Time Extended!"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
4970
diff
changeset
|
194 |
-- ["Turn Time"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
195 |
-- ["Unit"] = "", |
4970 | 196 |
["Unit 3378"] = "Об'єкт 3378", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
197 |
-- ["Unit 835"] = "", |
5325
261b79ba22b1
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents:
4970
diff
changeset
|
198 |
-- ["Unlimited Attacks"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
199 |
-- ["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:
4970
diff
changeset
|
200 |
-- ["User Challenge"] = "", |
4970 | 201 |
["Use your rope to get from start to finish as fast as you can!"] = "Скористайся мотузкою щоб якнайшвидше досягнути фінішу!", |
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:
4970
diff
changeset
|
202 |
-- ["v.06"] = "", |
4970 | 203 |
["Victory for the "] = "Перемога для ", -- 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:
4970
diff
changeset
|
204 |
-- ["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:
4970
diff
changeset
|
205 |
-- ["Weapons Reset"] = "", |
5844
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
206 |
-- ["Well done."] = "", |
fdf22a4843f7
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents:
5328
diff
changeset
|
207 |
-- ["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:
4970
diff
changeset
|
208 |
-- ["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:
4970
diff
changeset
|
209 |
-- ["You'd almost swear the water was rising!"] = "", |
4970 | 210 |
["You have SCORED!!"] = "Ви заробили ОЧКО!!", |
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:
4970
diff
changeset
|
211 |
-- ["You saved"] = "", |
4970 | 212 |
["You've failed. Try again."] = "Спроба не вдалась. Спробуйте знов.", |
213 |
["You've reached the goal!| |Time: "] = "Ви досягли мети!| |Час: ", |
|
214 |
["'Zooka Team"] = "Команда 'Zooka", |
|
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:
4970
diff
changeset
|
215 |
["!!!"] = "Я!", |
4970 | 216 |
} |