share/hedgewars/Data/Locale/ko.lua
author antonc27 <antonc27@mail.ru>
Sat, 31 Oct 2015 04:03:17 +0100
branchios-revival
changeset 11262 6e1aa1144a2b
parent 10449 d108ca108ef3
child 12716 d6acad807057
permissions -rw-r--r--
- Finally added rus localization for all User Missions - Some missed strings added to stub.lua Note: Maybe some translation checks needed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
     1
locale = {
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
     2
--      [":("] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
     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
--      ["..."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
     5
--      ["011101000"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
     6
--      ["011101001"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:family, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow, A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
     7
--      ["+1 to a Bottom Feeder for killing anyone"] = "", -- Mutant
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
     8
--      ["+1 to a Mutant for killing anyone"] = "", -- Mutant
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
     9
--      ["-1 to anyone for a suicide"] = "", -- Mutant
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    10
--      ["+2 for becoming a Mutant"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    11
--      ["30 minutes later..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    12
--      ["About a month ago, a cyborg came and told us that you're the cannibals!"] = "", -- A_Classic_Fairytale:enemy
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
    13
--      ["Accuracy Bonus!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    14
--      ["Ace"] = "", -- User_Mission_-_RCPlane_Challenge, User_Mission_-_Rope_Knock_Challenge
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    15
--      ["Achievement Unlocked"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_That_Sinking_Feeling, Tumbler
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    16
--      ["A Classic Fairytale"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    17
--      ["???"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    18
--      ["Actually, you aren't worthy of life! Take this..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    19
--      ["A cy-what?"] = "", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    20
--      ["Advanced Repositioning Mode"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    21
--      ["Adventurous"] = "", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    22
--      ["a frenetic Hedgewars mini-game"] = "", -- Frenzy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
    23
--      ["Africa"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    24
--      ["After Leaks A Lot betrayed his tribe, he joined the cannibals..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    25
--      ["After the shock caused by the enemy spy, Leaks A Lot and Dense Cloud went hunting to relax."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    26
--      ["Again with the 'cannibals' thing!"] = "", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    27
--      ["Aggressively removes enemy hedgehogs."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    28
--      ["a Hedgewars challenge"] = "", -- User_Mission_-_RCPlane_Challenge, User_Mission_-_Rope_Knock_Challenge
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
    29
--      ["a Hedgewars mini-game"] = "", -- Space_Invasion, The_Specialists
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    30
--      ["a Hedgewars tag game"] = "", -- Mutant
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    31
--      ["AHHh, home sweet home.  Made it in %d seconds."] = "", -- ClimbHome
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
    32
--      ["Aiming Practice"] = "", --Bazooka, Shotgun, SniperRifle
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    33
--      ["Air Attack"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    34
--      ["A leap in a leap"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    35
--      ["A little gift from the cyborgs"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    36
--      ["All gone...everything!"] = "", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    37
--      ["Allows free teleportation between other nodes."] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    38
--      ["Allows placement of girders, rubber-bands, mines, sticky mines and barrels."] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    39
--      ["Allows placement of structures."] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    40
--      ["Allows the placement of weapons, utiliites, and health crates."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    41
--      ["All right, we just need to get to the other side of the island!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    42
--      ["All walls touched!"] = "", -- WxW
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
    43
--      ["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
    44
--      ["Ammo Depleted!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    45
--      ["ammo extended!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    46
--      ["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: 4770
diff changeset
    47
--      ["Ammo Maniac!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    48
--      ["And how am I alive?!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    49
--      ["And so happenned that Leaks A Lot failed to complete the challenge! He landed, pressured by shame..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    50
--      ["And so it began..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    51
--      ["...and so the cyborgs took over the world..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    52
--      ["And so they discovered that cyborgs weren't invulnerable..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    53
--      ["And where's all the weed?"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    54
--      ["And you believed me? Oh, god, that's cute!"] = "", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    55
--      ["Anno 1032: [The explosion will make a strong push ~ Wide range, wont affect hogs close to the target]"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    56
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
    57
--      ["Antarctica"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    58
--      ["Antarctic summer: - Will give you one girder/mudball and two sineguns/portals every fourth turn."] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    59
--      ["Area"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    60
--      ["Are we there yet?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    61
--      ["Are you accusing me of something?"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    62
--      ["Are you saying that many of us have died for your entertainment?"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    63
--      ["Artur Detour"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    64
--      ["As a reward for your performance, here's some new technology!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    65
--      ["a shoppa minigame"] = "", -- WxW
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
    66
--      ["Asia"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    67
--      ["Assault Team"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    68
--      ["As the ammo is sparse, you might want to reuse ropes while mid-air.|"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    69
--      ["As the challenge was completed, Leaks A Lot set foot on the ground..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    70
--      ["As you can see, there is no way to get on the other side!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    71
--      ["Attack From Rope"] = "", -- WxW
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
    72
--      ["Australia"] = "", -- Continental_supplies
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
--      ["Available points remaining: "] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    74
--      ["Back Breaker"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    75
--      ["Back in the village, after telling the villagers about the threat..."] = "", -- A_Classic_Fairytale:united
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    76
--      ["[Backspace]"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    77
--      ["Backstab"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    78
--      ["Bad Team"] = "", -- User_Mission_-_The_Great_Escape
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    79
--      ["Ballgun"] = "", -- Construction_Mode
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    80
--      ["Bamboo Thicket"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    81
--      ["Barrel Eater!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    82
--      ["Barrel Launcher"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    83
--      ["Barrel Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    84
--      ["Baseball Bat"] = "", -- Construction_Mode
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
    85
--      ["Baseballbat"] = "", -- Continental_supplies
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
    86
--      ["Bat balls at your enemies and|push them into the sea!"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
    87
--      ["Bat your opponents through the|baskets and out of the map!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    88
--      ["Bazooka"] = "", -- Construction_Mode, Frenzy, A_Space_Adventure:death02
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
    89
--      ["Bazooka Training"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    90
--      ["Beep Loopers"] = "", -- A_Classic_Fairytale:queen
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
    91
--      ["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: 4770
diff changeset
    92
--      ["Best Team Times: "] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    93
--      ["Beware, though! If you are slow, you die!"] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    94
--      ["Bio-Filter"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    95
--      ["Biomechanic Team"] = "", -- A_Classic_Fairytale:family
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
    96
--      ["Birdy"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    97
--      ["Blender"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    98
--      ["Bloodpie"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
    99
--      ["Bloodrocutor"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   100
--      ["Bloodsucker"] = "", -- A_Classic_Fairytale:shadow
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   101
--      ["Bloody Rookies"] = "", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   102
--      ["Blowtorch"] = "", -- Construction_Mode, Frenzy
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   103
--      ["Blue Team"] = "", -- User_Mission_-_Dangerous_Ducklings
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   104
--      ["Bone Jackson"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   105
--      ["Bonely"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   106
--      ["BOOM!"] = "",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   107
--      ["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: 4770
diff changeset
   108
--      ["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
   109
--      ["Boss Slayer!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   110
--      ["Brain Blower"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   111
--      ["Brainiac"] = "", -- A_Classic_Fairytale:epil, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   112
--      ["Brainila"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   113
--      ["Brain Stu"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   114
--      ["Brain Teaser"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   115
--      ["Brutal Lily"] = "", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   116
--      ["Brutus"] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   117
--      ["Build a fortress and destroy your enemy."] = "", -- Construction_Mode
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
   118
--      ["Build a track and race."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   119
--      ["Bullseye"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   120
--      ["But it proved to be no easy task!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   121
--      ["But that's impossible!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   122
--      ["But the ones alive are stronger in their heart!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   123
--      ["But...we died!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   124
--      ["But where can we go?"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   125
--      ["But why would they help us?"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   126
--      ["But you're cannibals. It's what you do."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   127
--      ["But you said you'd let her go!"] = "", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   128
--      ["Cake"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   129
--      ["Call me Beep! Well, 'cause I'm such a nice...person!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   130
--      ["Cannibals"] = "", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   131
--      ["Cannibal Sentry"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   132
--      ["Cannibals?! You're the cannibals!"] = "", -- A_Classic_Fairytale:enemy
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   133
--      ["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
   134
--      ["Careless"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   135
--      ["Carol"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   136
--      ["CHALLENGE COMPLETE"] = "", -- User_Mission_-_RCPlane_Challenge
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   137
--      ["Change Weapon"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   138
--      ["changing range from %i%% to %i%% with period of %i msec"] = "", -- Gravity
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   139
--      ["Choose your side! If you want to join the strange man, walk up to him.|Otherwise, walk away from him. If you decide to att...nevermind..."] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   140
--      ["Cleaver"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   141
--      ["Cleaver Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   142
--      ["Climber"] = "", -- ClimbHome
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   143
--      ["Climb Home"] = "", -- ClimbHome
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   144
--      ["Clowns"] = "", -- User_Mission_-_Nobody_Laugh
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
   145
--      ["Clumsy"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   146
--      ["Cluster Bomb"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   147
--      ["Cluster Bomb MASTER!"] = "", -- Basic_Training_-_Cluster_Bomb
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   148
--      ["Cluster Bomb Training"] = "", -- Basic_Training_-_Cluster_Bomb
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   149
--      ["Codename: Teamwork"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   150
--      ["Collateral Damage"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   151
--      ["Collateral Damage II"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   152
--      ["Collect all the crates, but remember, our time in this life is limited!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   153
--      ["Collect or destroy all the health crates."] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   154
--      ["Collect the crate on the right.|Hint: Select the rope, [Up] or [Down] to aim, [Space] to fire, directional keys to move.|Ropes can be fired again in the air!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   155
--      ["Collect the crates within the time limit!|If you fail, you'll have to try again."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   156
--      ["Come closer, so that your training may continue!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   157
--      ["Compete to use as few planes as possible!"] = "", -- User_Mission_-_RCPlane_Challenge
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
   158
--      ["Complete the track as fast as you can!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   159
--      ["COMPLETION TIME"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   160
--      ["Configuration accepted."] = "", -- WxW
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   161
--      ["Congratulations!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   162
--      ["Congratulations"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   163
--      ["Congratulations! You needed only half of time|to eliminate all targets."] = "", -- Basic_Training_-_Cluster_Bomb
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   164
--      ["Congratulations! You've completed the Rope tutorial! |- Tutorial ends in 10 seconds!"] = "", -- Basic_Training_-_Rope
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   165
--      ["Congratulations! You've eliminated all targets|within the allowed time frame."] = "", --Bazooka, Shotgun, SniperRifle
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   166
--      ["CONSTRUCTION MODE"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   167
--      ["Construction Station"] = "", -- Construction_Mode
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   168
--      ["Continental supplies"] = "", -- Continental_supplies
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   169
--      ["Control pillars to score points."] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   170
--      ["Core"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   171
--      ["Corporationals"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   172
--      ["Corpsemonger"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   173
--      ["Corpse Thrower"] = "", -- A_Classic_Fairytale:epil
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   174
--      ["Cost"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   175
--      ["Crate Placement Tool"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   176
--      ["Crates Left:"] = "", -- User_Mission_-_RCPlane_Challenge
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   177
--      ["Cricket time: [Drop a fireable mine! ~ Will work if fired close to your hog & far away from enemy ~ 1 sec]"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   178
--      ["Current setting is "] = "", -- Gravity
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   179
--      ["Cybernetic Empire"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   180
--      ["Cyborg. It's what the aliens call themselves."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   181
--      ["Dahmer"] = "", -- A_Classic_Fairytale:backstab
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   182
--      ["DAMMIT, ROOKIE!"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   183
--      ["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   184
--      ["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
   185
--      ["Deadweight"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   186
--      ["Decrease"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   187
--      ["Defeat the cannibals"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   188
--      ["Defeat the cannibals!|"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   189
--      ["Defeat the cannibals!|Grenade hint: set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   190
--      ["Defeat the cyborgs!"] = "", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   191
--      ["Defend your core from the enemy."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   192
--      ["Defend yourself!|Hint: You can get tips on using weapons by moving your mouse over them in the weapon selection menu"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   193
--      ["Dematerializes weapons and equipment carried by enemy hedgehogs."] = "", -- Construction_Mode
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   194
--      ["Demolition is fun!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   195
--      ["Dense Cloud"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   196
--      ["Dense Cloud must have already told them everything..."] = "", -- A_Classic_Fairytale:shadow
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
   197
--      ["Depleted Kamikaze!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   198
--      ["Desert Eagle"] = "", -- Construction_Mode, A_Space_Adventure:death02
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   199
--      ["Destroy him, Leaks A Lot! He is responsible for the deaths of many of us!"] = "", -- A_Classic_Fairytale:first_blood
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
   200
--      ["Destroy invaders to score points."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   201
--      ["Destroy the targets!|Hint: Select the Shoryuken and hit [Space]|P.S. You can use it mid-air."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   202
--      ["Destroy the targets!|Hint: [Up], [Down] to aim, [Space] to shoot"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   203
--      ["Did anyone follow you?"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   204
--      ["Did you see him coming?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   205
--      ["Did you warn the village?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   206
--      ["Die, die, die!"] = "", -- A_Classic_Fairytale:dragon
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   207
--      ["Disguise as a Rockhopper Penguin: [Swap place with a random enemy hog in the circle]"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   208
--      ["Dist: "] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   209
--      ["Do not laugh, inexperienced one, for he speaks the truth!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   210
--      ["Do not let his words fool you, young one! He will stab you in the back as soon as you turn away!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   211
--      ["Do the deed"] = "", -- A_Classic_Fairytale:first_blood
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   212
--      ["Double Kill!"] = "",
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   213
--      ["DOUBLE KILL"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   214
--      ["Do you have any idea how valuable grass is?"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   215
--      ["Do you think you're some kind of god?"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   216
--      ["Dragon's Lair"] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   217
--      ["Drill Rocket"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   218
--      ["Drills"] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   219
--      ["Drill Strike"] = "", -- Construction_Mode
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
   220
--      ["Drone Hunter!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   221
--      ["Drop a bomb: [Drop some heroic wind that will turn into a bomb on impact]"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   222
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
   223
--      ["Drowner"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   224
--      ["Dude, all the plants are gone!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   225
--      ["Dude, can you see Ramon and Spiky?"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   226
--      ["Dude, that's so cool!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   227
--      ["Dude, we really need a new shaman..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   228
--      ["Dude, what's this place?!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   229
--      ["Dude, where are we?"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   230
--      ["Dude, wow! I just had the weirdest high!"] = "", -- A_Classic_Fairytale:backstab
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   231
--      ["Duration"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   232
--      ["Dust storm: [Deals 15 damage to all enemies in the circle]"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   233
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   234
--      ["Dynamite"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   235
--      ["Each turn is only ONE SECOND!"] = "", -- Frenzy
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
   236
--      ["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
   237
--      ["Each turn you get one random weapon"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   238
--      ["Eagle Eye"] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   239
--      ["Eagle Eye: [Blink to the impact ~ One shot]"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   240
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   241
--      ["Ear Sniffer"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:epil
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   242
--      ["Elderbot"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   243
--      ["Elimate your captor."] = "", -- User_Mission_-_The_Great_Escape
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   244
--      ["Eliminate all enemies"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   245
--      ["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "", --Bazooka, Shotgun, SniperRifle
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   246
--      ["Eliminate enemy hogs and take their weapons."] = "", -- Highlander
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   247
--      ["Eliminate Poison before the time runs out"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   248
--      ["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
   249
--      ["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
   250
--      ["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: 4770
diff changeset
   251
--      ["Eliminate the enemy specialists."] = "",
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   252
--      ["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   253
--      ["Elmo"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   254
--      ["Energetic Engineer"] = "",
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   255
--      ["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: 4770
diff changeset
   256
--      ["[Enter]"] = "",
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   257
--      ["Europe"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   258
--      [" ever done to you?!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   259
--      ["Everyone knows this."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   260
--      ["Every single time!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   261
--      ["Everything looks OK..."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   262
--      ["Exactly, man! That was my dream."] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   263
--      ["Extra Damage"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   264
--      ["Extra Time"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   265
--      ["Eye Chewer"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   266
--      ["Family Reunion"] = "", -- A_Classic_Fairytale:family
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   267
--      ["Fastest lap: "] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   268
--      ["Feeble Resistance"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   269
--      ["Fell From Grace"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   270
--      ["Fell From Heaven"] = "", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   271
--      ["Fell From Heaven is the best! Fell From Heaven is the greatest!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   272
--      ["Femur Lover"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   273
--      ["Fierce Competition!"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   274
--      ["Fiery Water"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   275
--      ["Filthy Blue"] = "", -- User_Mission_-_Dangerous_Ducklings
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   276
--      ["Find your tribe!|Cross the lake!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   277
--      ["Finish your training|Hint: Animations can be skipped with the [Precise] key."] = "", -- A_Classic_Fairytale:first_blood
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
   278
--      ["Fire"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   279
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   280
--      ["First aid kits?!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   281
--      ["First Blood"] = "", -- A_Classic_Fairytale:first_blood
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   282
--      ["FIRST BLOOD MUTATES"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   283
--      ["First Steps"] = "", -- A_Classic_Fairytale:first_blood
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   284
--      ["Flag captured!"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   285
--      ["Flag respawned!"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   286
--      ["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: 4770
diff changeset
   287
--      ["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
   288
--      ["Flamer"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   289
--      ["Flamethrower"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   290
--      ["Flaming Worm"] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   291
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   292
--      ["Flesh for Brainz"] = "", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   293
--      ["Flying Saucer"] = "", -- Construction_Mode, Frenzy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   294
--      ["For improved features/stability, play 0.9.18+"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   295
--      ["Free Dense Cloud and continue the mission!"] = "", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   296
--      ["Freezer"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   297
--      ["FRENZY"] = "", -- Frenzy
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   298
--      ["Friendly Fire!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   299
--      ["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: 4770
diff changeset
   300
--      ["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
   301
--      ["Game Modifiers: "] = "",
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   302
--      ["GAME OVER!"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   303
--      ["Game Started!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   304
--      ["Game? Was this a game to you?!"] = "", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   305
--      ["GasBomb"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   306
--      ["Gas Gargler"] = "", -- A_Classic_Fairytale:queen
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   307
--      ["General information"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   308
--      ["Generates power."] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   309
--      ["Generator"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   310
--      ["Get Dense Cloud out of the pit!"] = "", -- A_Classic_Fairytale:journey
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   311
--      ["Get on over there and take him out!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   312
--      ["Get on the head of the mole"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   313
--      ["Get out of there!"] = "", -- User_Mission_-_The_Great_Escape
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   314
--      ["Get that crate!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   315
--      ["Get the crate on the other side of the island!|"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   316
--      ["Get to the target using your rope! |Controls: Left & Right to swing the rope - Up & Down to Contract and Expand!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   317
--      ["Get your teammates out of their natural prison and save the princess!|Hint: Drilling holes should solve everything.|Hint: It might be a good idea to place a girder before starting to drill. Just saying.|Hint: All your hedgehogs need to be above the marked height!|Hint: Leaks A Lot needs to get really close to the princess!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   318
--      ["GG!"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   319
--      ["Gimme Bones"] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   320
--      ["Girder"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   321
--      ["Girder Placement Mode"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   322
--      ["Glark"] = "", -- A_Classic_Fairytale:shadow
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
   323
--      ["Goal"] = "",
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   324
--      ["GO! GO! GO!"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   325
--      ["Good birdy......"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   326
--      ["Good Dude"] = "", -- User_Mission_-_The_Great_Escape
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   327
--      ["Good idea, they'll never find us there!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   328
--      ["Good luck...or else!"] = "", -- A_Classic_Fairytale:journey
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   329
--      ["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
   330
--      ["Good so far!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   331
--      ["Good to go!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   332
--      ["Go on top of the flower"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   333
--      ["Go, quick!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   334
--      ["Gorkij"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   335
--      ["Go surf!"] = "", -- WxW
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
   336
--      ["GOTCHA!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   337
--      ["Grab Mines/Explosives"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   338
--      ["Grants nearby hogs life-regeneration."] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   339
--      ["Gravity"] = "", -- Gravity
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   340
--      ["Great choice, Steve! Mind if I call you that?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   341
--      ["Great work! Now hit it with your Baseball Bat! |Tip: You can change weapon with 'Right Click'!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   342
--      ["Great! You will be contacted soon for assistance."] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   343
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   344
--      ["Green lipstick bullet: [Poisonous, deals no damage]"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   345
--      ["Greetings, "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   346
--      ["Greetings, cloudy one!"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   347
--      ["Grenade"] = "", -- Construction_Mode, Frenzy, A_Space_Adventure:death02
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   348
--      ["Grenade Training"] = "", -- Basic_Training_-_Grenade
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   349
--      ["Grenadiers"] = "", -- Basic_Training_-_Grenade
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   350
--      ["Guys, do you think there's more of them?"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   351
--      ["HAHA!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   352
--      ["Haha!"] = "", -- A_Classic_Fairytale:united
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
   353
--      ["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
   354
--      ["Haha, now THAT would be something!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   355
--      ["Hammer"] = "", -- Construction_Mode, Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   356
--      ["Hannibal"] = "", -- A_Classic_Fairytale:epil
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
   357
--      ["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
   358
--      [" Hapless Hogs left!"] = "",
7935
f8941f0b7bef update lua (remove duplicate strings, esp in fr.lua - mostly my fault - and add a bit more escaping to the crude script)
nemo
parents: 7905
diff changeset
   359
--      [" HAS MUTATED"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   360
--      ["Hatless Jerry"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   361
--      ["Have no illusions, your tribe is dead, indifferent of your choice."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   362
--      ["Have we ever attacked you first?"] = "", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   363
--      ["Healing Station"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   364
--      ["Health Crate Placement Mode"] = "", -- Construction_Mode
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   365
--      ["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: 4770
diff changeset
   366
--      ["Heavy"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   367
--      ["Heavy Cannfantry"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   368
--      ["Hedge-cogs"] = "", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   369
--      ["Hedgehog projectile: [Fire your hog like a Sticky Bomb]"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   370
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   371
--      ["Hedgewars-Basketball"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   372
--      ["Hedgewars-Knockball"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   373
--      ["Hedgibal Lecter"] = "", -- A_Classic_Fairytale:backstab
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
   374
--      ["Heh, it's not that bad."] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   375
--      ["Hellish Handgrenade"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   376
--      ["Hello again, "] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   377
--      ["Help me, Leaks!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   378
--      ["Help me, please!!!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   379
--      ["Help me, please!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   380
--      ["He moves like an eagle in the sky."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   381
--      ["He must be in the village already."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   382
--      ["Here, let me help you!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   383
--      ["Here, let me help you save her!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   384
--      ["Here...pick your weapon!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   385
--      ["Hero Team"] = "", -- User_Mission_-_The_Great_Escape
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   386
--      ["He's so brave..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   387
--      ["He won't be selling us out anymore!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   388
--      ["Hey, guys!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   389
--      ["Hey guys!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   390
--      ["Hey! This is cheating!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   391
--      ["HIGHLANDER"] = "", -- Highlander
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   392
--      ["Hightime"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   393
--      ["Hint: Double Jump - Press [Backspace] twice"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   394
--      ["Hint: Select the BlowTorch, aim and press [Fire]. Press [Fire] again to stop.|Don't blow up the crate."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   395
--      ["Hint: Select the LowGravity and press [Fire]."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   396
--      ["Hint: you might want to stay out of sight and take all the crates...|"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   397
--      ["His arms are so strong!"] = "", -- A_Classic_Fairytale:first_blood
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
   398
--      ["Hit Combo!"] = "",
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   399
--      ["Hmmm..."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   400
--      ["Hmmm...actually...I didn't either."] = "", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   401
--      ["Hmmm, I'll have to find some way of moving him off this anti-portal surface..."] = "", -- portal
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   402
--      ["Hmmm...it's a draw. How unfortunate!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   403
--      ["Hmmm...perhaps a little more time will help."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   404
--      ["Hogminator"] = "", -- A_Classic_Fairytale:family
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   405
--      ["Hogs in sight!"] = "", -- Continental_supplies
8045
ef403e6bddae mutatis mutandis
koda
parents: 7938
diff changeset
   406
--      ["HOLY SHYTE!"] = "", -- Mutant
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   407
--      ["Homing Bee"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   408
--      ["Honest Lee"] = "", -- A_Classic_Fairytale:enemy
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   409
--      ["Hooray!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   410
--      ["Hostage Situation"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   411
--      ["How can I ever repay you for saving my life?"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   412
--      ["How come in a village full of warriors, it's up to me to save it?"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   413
--      ["How difficult would you like it to be?"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   414
--      ["HOW DO THEY KNOW WHERE WE ARE???"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   415
--      ["However, if you fail to do so, she dies a most violent death, just like your friend! Muahahaha!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   416
--      ["However, if you fail to do so, she dies a most violent death! Muahahaha!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   417
--      ["However, my mates don't agree with me on letting you go..."] = "", -- A_Classic_Fairytale:dragon
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   418
--      [" HP"] = "", -- Mutant
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   419
--      ["Hunter"] = "", --Bazooka, Shotgun, SniperRifle
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   420
--      ["I believe there's more of them."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   421
--      ["I can see you have been training diligently."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   422
--      ["I can't believe it worked!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   423
--      ["I can't believe this!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   424
--      ["I can't believe what I'm hearing!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   425
--      ["I can't wait any more, I have to save myself!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   426
--      ["I could just teleport myself there..."] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   427
--      ["I'd better get going myself."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   428
--      ["I didn't until about a month ago."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   429
--      ["I don't know how you did that.. But good work! |The next one should be easy as cake for you!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   430
--      ["I feel something...a place! They will arrive near the circles!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   431
--      ["If only I had a way..."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   432
--      ["If only I were given a chance to explain my being here..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   433
--      ["I forgot that she's the daughter of the chief, too..."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   434
--      ["If they try coming here, they can have a taste of my delicious knuckles!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   435
--      ["If you agree to provide the information we need, you will be spared!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   436
--      ["If you can get that crate fast enough, your beloved \"princess\" may go free."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   437
--      ["If you decide to help us, though, we will no longer need to find a new governor for the island."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   438
--      ["If you get stuck, use your Desert Eagle or restart the mission!|"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   439
--      ["If you know what I mean..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   440
--      ["If you say so..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   441
--      ["I guess you'll have to kill them."] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   442
--      ["I have come to make you an offering..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   443
--      ["I have no idea where that mole disappeared...Can you see it?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   444
--      ["I have to follow that alien."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   445
--      ["I have to get back to the village!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   446
--      ["I hope you are prepared for a small challenge, young one."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   447
--      ["I just don't want to sink to your level."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   448
--      ["I just found out that they have captured your princess!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   449
--      ["I just wonder where Ramon and Spiky disappeared..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   450
--      ["I'll hold them off while you return to the village!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   451
--      ["Imagine those targets are the wolves that killed your parents! Take your anger out on them!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   452
--      ["I'm...alive? How? Why?"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   453
--      ["I'm a ninja."] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   454
--      ["I marked the place of their arrival. You're welcome!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   455
--      ["I'm certain that this is a misunderstanding, fellow hedgehogs!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   456
--      ["I mean, none of you ceased to live."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   457
--      ["I'm getting old for this!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   458
--      ["I'm getting thirsty..."] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   459
--      ["I'm here to help you rescue her."] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   460
--      ["I'm not sure about that!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   461
--      ["Impressive...you are still dry as the corpse of a hawk after a week in the desert..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   462
--      ["I'm so scared!"] = "", -- A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   463
--      ["Increase"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   464
--      ["Incredible..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   465
--      ["I need to find the others!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   466
--      ["I need to get to the other side of this island, fast!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   467
--      ["I need to move the tribe!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   468
--      ["I need to prevent their arrival!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   469
--      ["I need to warn the others."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   470
--      ["In fact, you are the only one that's been acting strangely."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   471
--      ["In order to get to the other side, you need to collect the crates first.|"] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   472
--      ["INSANITY"] = "", -- Mutant
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   473
--      ["Instructor"] = "", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   474
--      ["Interesting idea, haha!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   475
--      ["Interesting! Last time you said you killed a cannibal!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   476
--      ["In the meantime, take these and return to your \"friend\"!"] = "", -- A_Classic_Fairytale:shadow
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
   477
--      ["invaders destroyed"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   478
--      ["Invasion"] = "", -- A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   479
--      ["Invulnerable"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   480
--      ["I saw it with my own eyes!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   481
--      ["I see..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   482
--      ["I see you have already taken the leap of faith."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   483
--      ["I see you would like his punishment to be more...personal..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   484
--      ["I sense another wave of cannibals heading my way!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   485
--      ["I sense another wave of cannibals heading our way!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   486
--      ["I shouldn't have drunk that last pint."] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   487
--      ["Is this place in my head?"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   488
--      ["It doesn't matter. I won't let that alien hurt my daughter!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   489
--      ["I think we are safe here."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   490
--      ["I thought their shaman died when he tried our medicine!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   491
--      ["It is called 'Hogs of Steel'."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   492
--      ["It is time to practice your fighting skills."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   493
--      ["It must be a childhood trauma..."] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   494
--      ["It must be the aliens!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   495
--      ["It must be the aliens' deed."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   496
--      ["It must be the cyborgs again!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   497
--      ["I told you, I just found them."] = "", -- A_Classic_Fairytale:backstab
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
   498
--      ["It's a good thing SUDDEN DEATH is 99 turns away..."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   499
--      ["It's always up to women to clear up the mess men created!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   500
--      ["It's a shame, I forgot how to do that!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   501
--      ["It's impossible to communicate with the spirits without a shaman."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   502
--      ["It's over..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   503
--      ["It's time you learned that your actions have consequences!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   504
--      ["It's worth more than wood!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   505
--      ["It wants our brains!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   506
--      ["It was not a dream, unwise one!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   507
--      ["I've seen this before. They just appear out of thin air."] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   508
--      ["I want to play a game..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   509
--      ["I want to see how it handles this!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   510
--      ["I wish to help you, "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   511
--      ["I wonder where Dense Cloud is..."] = "", -- A_Classic_Fairytale:journey, A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   512
--      ["I wonder why I'm so angry all the time..."] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   513
--      ["I won't let you kill her!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   514
--      ["Jack"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   515
--      ["Jeremiah"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   516
--      ["John"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   517
--      ["Judas"] = "", -- A_Classic_Fairytale:backstab
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
   518
--      ["Jumping is disabled"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   519
--      ["Just kidding, none of you have died!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   520
--      ["Just on a walk."] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   521
--      ["Just wait till I get my hands on that trauma! ARGH!"] = "", -- A_Classic_Fairytale:family
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   522
--      ["Kamikaze"] = "", -- Construction_Mode
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
   523
--      ["Kamikaze Expert!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   524
--      ["Keep it up!"] = "",
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   525
--      ["Kerguelen"] = "", -- Continental_supplies
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   526
--      ["Killing spree!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   527
--      ["KILL IT!"] = "", -- A_Classic_Fairytale:first_blood
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
   528
--      ["KILLS"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   529
--      ["Kill the aliens!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   530
--      ["Kill the cannibal!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   531
--      ["Kill the traitor...or spare his life!|Kill him or press [Precise]!"] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   532
--      ["Land Sprayer"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   533
--      ["Laser Sight"] = "", -- Construction_Mode
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   534
--      ["Last Target!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   535
--      ["Leader"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   536
--      ["Leaderbot"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   537
--      ["Leaks A Lot"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   538
--      ["Leaks A Lot, depressed for killing his loved one, failed to save the village..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   539
--      ["Leaks A Lot gave his life for his tribe! He should have survived!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   540
--      ["Leaks A Lot must survive!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   541
--      ["Led Heart"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   542
--      ["Lee"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
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
   543
--      ["[Left Shift]"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   544
--      ["left shift"] = "", -- Continental_supplies
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   545
--      ["Let a Continent provide your weapons!"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   546
--      ["Let me test your skills a little, will you?"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   547
--      ["Let's go home!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   548
--      ["Let's head back to the village!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   549
--      ["Let's see what your comrade does now!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   550
--      ["Let's show those cannibals what we're made of!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   551
--      ["Let them have a taste of my fury!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   552
--      ["Let us help, too!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   553
--      ["Light Cannfantry"] = "", -- A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   554
--      ["Limburger"] = "", -- Construction_Mode
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   555
--      ["Listen up, maggot!!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   556
--      ["Little did they know that this hunt will mark them forever..."] = "", -- A_Classic_Fairytale:shadow
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   557
--      ["Lively Lifeguard"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   558
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   559
--      ["Lonely Cries: [Rise the water if no hog is in the circle and deal 7 damage to all enemy hogs]"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   560
--      ["Lonely Hog"] = "", -- ClimbHome
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   561
--      ["Look, I had no choice!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   562
--      ["Look out! There's more of them!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   563
--      ["Look out! We're surrounded by cannibals!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   564
--      ["Looks like the whole world is falling apart!"] = "", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   565
--      ["Low Gravity"] = "", -- Construction_Mode, Frenzy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   566
--      ["Luckily, I've managed to snatch some of them."] = "", -- A_Classic_Fairytale:united
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   567
--      ["LUDICROUS KILL"] = "", -- Mutant
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   568
--      ["Made it!"] = "", -- ClimbHome
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   569
--      ["- Massive weapon bonus on first turn"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   570
--      ["May the spirits aid you in all your quests!"] = "", -- A_Classic_Fairytale:backstab
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   571
--      ["Medicine: [Fire some exploding medicine that will heal all hogs effected by the explosion]"] = "", -- Continental_supplies
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   572
--      ["MEGA KILL"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   573
--      ["Meiwes"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   574
--      ["Mindy"] = "", -- A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   575
--      ["Mine"] = "", -- Construction_Mode, Frenzy
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   576
--      ["Mine Deployer"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   577
--      ["Mine Eater!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   578
--      ["Mine Placement Mode"] = "", -- Construction_Mode
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   579
--      ["|- Mines Time:"] = "", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   580
--      ["Mine Strike"] = "", -- Construction_Mode
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   581
--      ["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: 4770
diff changeset
   582
--      ["MISSION SUCCESS"] = "",
4770
375d819fca93 Strip a redundant entry, just use "successful"
nemo
parents: 4755
diff changeset
   583
--      ["MISSION SUCCESSFUL"] = "", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   584
--      ["Molotov Cocktail"] = "", -- Construction_Mode
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   585
--      ["Molotov"] = "", -- Continental_supplies
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   586
--      ["MONSTER KILL"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   587
--      ["More Natives"] = "", -- A_Classic_Fairytale:epil
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   588
--      ["Mortar"] = "", -- Construction_Mode, A_Space_Adventure:death02
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
   589
--      ["Movement: [Up], [Down], [Left], [Right]"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   590
--      ["Mudball"] = "", -- Construction_Mode
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
   591
--      ["Multi-shot!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   592
--      ["Muriel"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   593
--      ["Muscle Dissolver"] = "", -- A_Classic_Fairytale:shadow
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   594
--      ["-------"] = "", -- Mutant
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   595
--      ["Mutant"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   596
--      ["Nade Boy"] = "", -- Basic_Training_-_Grenade
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   597
--      ["Name"] = "", -- A_Classic_Fairytale:queen
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
   598
--      ["Nameless Heroes"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   599
--      ["Nancy Screw"] = "", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:queen
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   600
--      ["Napalm"] = "", -- Construction_Mode
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   601
--      ["Napalm rocket: [Fire a bomb with napalm!]"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   602
--      ["Natives"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow, A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   603
--      ["Naughty Ninja"] = "", -- User_Mission_-_Dangerous_Ducklings
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   604
--      ["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: 4770
diff changeset
   605
--      ["NEW CLAN RECORD: "] = "",
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   606
--      ["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
   607
--      ["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: 4770
diff changeset
   608
--      ["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
   609
--      ["Newton's Hammock"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   610
--      ["Nicely done, meatbags!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   611
--      ["Nice work, "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   612
--      ["Nice work!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   613
--      ["Nilarian"] = "", -- A_Classic_Fairytale:queen
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   614
--      ["Nobody Laugh"] = "", -- User_Mission_-_Nobody_Laugh
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   615
--      ["No, I came back to help you out..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   616
--      ["No...I wonder where they disappeared?!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   617
--      ["Nom-Nom"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   618
--      ["NomNom"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   619
--      ["Nope. It was one fast mole, that's for sure."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   620
--      ["No! Please, help me!"] = "", -- A_Classic_Fairytale:journey
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   621
--      ["NORMAL"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   622
--      ["Normal players can only score points by killing the mutant."] = "", -- Mutant
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   623
--      ["North America"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   624
--      ["Not all hogs are born equal."] = "", -- Highlander
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
   625
--      ["NOT ENOUGH WAYPOINTS"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   626
--      ["Not now, Fiery Water!"] = "", -- A_Classic_Fairytale:backstab
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   627
--      ["Not So Friendly Match"] = "", -- Basketball, Knockball
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   628
--      ["Not you again! My head still hurts from last time!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   629
--      ["No, we made sure of that!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   630
--      ["Now find the next target! |Tip: Normally you lose health by falling down, so be careful!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   631
--      ["No! What have I done?! What have YOU done?!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   632
--      ["No. Where did he come from?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   633
--      ["Now how do I get on the other side?!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   634
--      ["No. You and the rest of the tribe are safer there!"] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   635
--      ["Object Placement Tool"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   636
--      ["Obliterate them!|Hint: You might want to take cover..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   637
--      ["Obstacle course"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   638
--      ["Of course I have to save her. What did I expect?!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   639
--      ["OH, COME ON!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   640
--      ["Oh, my!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   641
--      ["Oh, my! This is even more entertaining than I've expected!"] = "", -- A_Classic_Fairytale:backstab
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   642
--      ["Oh no! Just try again!"] = "", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   643
--      ["Oh no, not "] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   644
--      ["Oh no! Time's up! Just try again."] = "", --Bazooka, Shotgun, SniperRifle
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   645
--      ["Oh no! You failed! Just try again."] = "", -- Basic_Training_-_Cluster_Bomb
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   646
--      ["Oh, silly me! I forgot that I'm the shaman."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   647
--      ["Olive"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   648
--      ["Omnivore"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   649
--      ["Once upon a time, on an island with great natural resources, lived two tribes in heated conflict..."] = "", -- A_Classic_Fairytale:first_blood
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   650
--      ["ONE HOG PER TEAM! KILLING EXCESS HEDGES"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   651
--      ["One tribe was peaceful, spending their time hunting and training, enjoying the small pleasures of life..."] = "", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   652
--      ["on Skip"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   653
--      ["Oops...I dropped them."] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   654
--      ["Open that crate and we will continue!"] = "", -- A_Classic_Fairytale:first_blood
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   655
--      ["Operation Diver"] = "",
4711
c750f9459f40 remove another missed dupe from previous generation
nemo
parents: 4707
diff changeset
   656
--      ["Opposing Team: "] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   657
--      ["or 'g=50, g2=150, period=4000' for gravity changing|from 50 to 150 and back with period of 4000 msec"] = "", -- Gravity
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   658
--      ["Orlando Boom!"] = "", -- A_Classic_Fairytale:queen
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   659
--      ["Other kills don't give you points."] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   660
--      ["Ouch!"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   661
--      ["Our tribe, our beautiful island!"] = "", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   662
--      ["Parachute"] = "", -- Continental_supplies
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   663
--      ["Pathetic Hog #%d"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   664
--      ["Pathetic Resistance"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   665
--      ["Penguin roar: [Deal 15 damage + 15% of your hogs health to all hogs around you and get 2/3 back]"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   666
--      ["Perfect! Now try to get the next crate without hurting yourself!"] = "", -- A_Classic_Fairytale:first_blood
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
   667
--      ["Per-Hog Ammo"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   668
--      ["Personal Portal Device"] = "", -- Construction_Mode
7935
f8941f0b7bef update lua (remove duplicate strings, esp in fr.lua - mostly my fault - and add a bit more escaping to the crude script)
nemo
parents: 7905
diff changeset
   669
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   670
--      ["Per team weapons"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   671
--      ["Pfew! That was close!"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   672
--      ["Piano Strike"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   673
--      ["Pickhammer"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   674
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   675
--      ["Pings left:"] = "", -- Space_Invasion
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
   676
--      ["Place more waypoints using the 'Air Attack' weapon."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   677
--      ["Planes Used:"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   678
--      ["Planes Used"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   679
--      ["Play with me!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   680
--      ["Please place the way-point further from the waterline."] = "", -- Racer
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   681
--      ["Please place the way-point in the open, within the map boundaries."] = "", -- Racer
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   682
--      ["Please, stop releasing your \"smoke signals\"!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   683
--      ["Point Blank Combo!"] = "", -- Space_Invasion
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: 4713
diff changeset
   684
--      ["points"] = "", -- Control, CTF_Blizzard, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   685
--      ["POINTS"] = "", -- Mutant
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   686
--      ["Poison"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   687
--      ["Population"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   688
--      ["Portal hint: one goes to the destination, and one is the entrance.|"] = "", -- A_Classic_Fairytale:dragon
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   689
--      ["Portal mission"] = "", -- portal
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
   690
--      ["Power Remaining"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   691
--      ["Prepare yourself"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   692
--      ["presice"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   693
--      ["Press [Enter] to accept this configuration."] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   694
--      ["Press [Left] or [Right] to move around, [Enter] to jump"] = "", -- A_Classic_Fairytale:first_blood
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
   695
--      ["Press [Precise] to skip intro"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   696
--      ["Prestigious Pilot"] = "", -- User_Mission_-_RCPlane_Challenge
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   697
--      ["Private Novak"] = "", -- Basic_Training_-_Cluster_Bomb
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   698
--      ["Protect yourselves!|Grenade hint: set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"] = "", -- A_Classic_Fairytale:shadow
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
   699
--      ["Race complexity limit reached."] = "",
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
   700
--      ["RACER"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   701
--      ["Rachel"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   702
--      ["Radar Ping"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   703
--      ["Raging Buffalo"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   704
--      ["Ramon"] = "", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   705
--      ["random in range from %i%% to %i%% with period of %i msec"] = "", -- Gravity
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   706
--      ["RC Plane"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   707
--      ["RC PLANE TRAINING"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   708
--      ["Really?! You thought you could harm me with your little toys?"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   709
--      ["Reflector Shield"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   710
--      ["Reflects enemy projectiles."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   711
--      ["Regurgitator"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   712
--      ["Reinforcements"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   713
--      ["Remember: The rope only bend around objects, |if it doesn't hit anything it's always stright!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   714
--      ["Remember this, pathetic animal: when the day comes, you will regret your blind loyalty!"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   715
--      ["REMOVED"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   716
--      ["Respawner"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   717
--      ["Resurrector"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   718
--      ["Resurrects dead hedgehogs."] = "", -- Construction_Mode
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   719
--      [" - 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"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   720
--      ["Return to Leaks A Lot! If you get stuck, press [Precise] to try again!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   721
--      ["Righteous Beard"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   722
--      ["Rope"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   723
--      ["ROPE-KNOCKING"] = "", -- User_Mission_-_Rope_Knock_Challenge
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   724
--      ["Rope to safety"] = "", -- ClimbHome
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   725
--      ["Rope Training"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   726
--      ["Rot Molester"] = "", -- A_Classic_Fairytale:shadow
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
   727
--      ["Round Limit:"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4770
diff changeset
   728
--      ["Round Limit"] = "",
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
   729
--      ["Rounds Complete: "] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4770
diff changeset
   730
--      ["Rounds Complete"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   731
--      ["Rubber Band"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   732
--      ["Rubber Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   733
--      ["RULES"] = "", -- Frenzy, Mutant
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   734
--      ["RULES OF THE GAME [Press ESC to view]"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   735
--      ["Rusty Joe"] = "", -- A_Classic_Fairytale:queen
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
   736
--      ["s|"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   737
--      ["Sabotage/Flare: [Sabotage all hogs in the circle and deal ~1 dmg OR Fire a cluster up into the air]"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   738
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   739
--      ["Salivaslurper"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   740
--      ["Salvation"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   741
--      ["Salvation was one step closer now..."] = "", -- A_Classic_Fairytale:dragon
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
   742
--      ["Save as many hapless hogs as possible!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   743
--      ["Save Fell From Heaven!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   744
--      ["Save Leaks A Lot!|Hint: The Switch utility might be of help to you."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   745
--      ["Save the princess! All your hogs must survive!|Hint: Kill the cyborgs first! Use the ammo very carefully!|Hint: You might want to spare a girder for cover!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   746
--      ["Save the princess by collecting the crate in under 12 turns!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   747
--      ["Scalp Muncher"] = "", -- A_Classic_Fairytale:backstab
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
   748
--      ["SCORE"] = "",
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   749
--      ["Score"] = "", -- Mutant
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   750
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   751
--      ["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
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   752
--      ["Seduction"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   753
--      ["Seems like every time you take a \"walk\", the enemy find us!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   754
--      ["See that crate farther on the right?"] = "", -- A_Classic_Fairytale:first_blood
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   755
--      ["See ya!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   756
--      ["Segmentation Paul"] = "", -- A_Classic_Fairytale:dragon
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   757
--      ["Select continent!"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   758
--      ["Select continent first round with the Weapon Menu or by"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   759
--      ["Select difficulty: [Left] - easier or [Right] - harder"] = "", -- A_Classic_Fairytale:first_blood
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   760
--      ["selected!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   761
--      ["Set period to negative value for random gravity"] = "", -- Gravity
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   762
--      ["Setup:|'g=150', where 150 is 150% of normal gravity"] = "", -- Gravity
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
   763
--      ["s"] = "", -- GaudyRacer, Space_Invasion
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   764
--      ["... share your beauty with the world every morning, my princess!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   765
--      ["She's behind that tall thingy."] = "", -- A_Classic_Fairytale:family
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
   766
--      ["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
   767
--      ["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
   768
--      ["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
   769
--      ["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
   770
--      ["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
   771
--      ["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
   772
--      ["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
   773
--      ["Shield Seeker!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   774
--      ["Shoryuken"] = "", -- Construction_Mode, Frenzy, A_Space_Adventure:death02
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   775
--      ["Shotgun"] = "", -- Continental_supplies
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   776
--      ["Shotgun Team"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   777
--      ["Shotgun Training"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   778
--      ["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: 4770
diff changeset
   779
--      ["Silly"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   780
--      ["SineGun"] = "", -- Construction_Mode
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
   781
--      ["Sinky"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   782
--      ["Sirius Lee"] = "", -- A_Classic_Fairytale:enemy
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   783
--      ["%s is out and Team %d|scored a penalty!| |Score:"] = "", -- Basketball, Knockball
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   784
--      ["%s is out and Team %d|scored a point!| |Score:"] = "", -- Basketball, Knockball
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   785
--      ["Slippery"] = "", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   786
--      ["Slot"] = "", -- Frenzy
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   787
--      ["Slot keys save time! (F1-F10 by default)"] = "", -- Frenzy
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   788
--      ["SLOTS"] = "", -- Frenzy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   789
--      ["Smith 0.97"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   790
--      ["Smith 0.98"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   791
--      ["Smith 0.99a"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   792
--      ["Smith 0.99b"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   793
--      ["Smith 0.99f"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   794
--      ["Smith 1.0"] = "", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   795
--      ["Sniper Rifle"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   796
--      ["Sniper!"] = "", -- Space_Invasion
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   797
--      ["Sniper Training"] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   798
--      ["Sniperz"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   799
--      ["So humiliating..."] = "", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   800
--      ["Some weapons have a second option. Find them with"] = "", -- Continental_supplies
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   801
--      ["South America"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   802
--      ["So? What will it be?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   803
--      ["Spawn the crate, and attack!"] = "", -- WxW
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   804
--      ["Special Weapons:"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   805
--      ["Spiky Cheese"] = "", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   806
--      ["Spleenlover"] = "", -- A_Classic_Fairytale:united
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
   807
--      ["Sponge"] = "",
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   808
--      ["Spooky Tree"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   809
--      ["Sprite Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   810
--      ["Sprite Testing Mode"] = "", -- Construction_Mode
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
   811
--      ["STATUS UPDATE"] = "", -- GaudyRacer, Space_Invasion
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   812
--      ["Steel Eye"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   813
--      ["Step By Step"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   814
--      ["Steve"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   815
--      ["Sticky Mine"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   816
--      ["Sticky Mine Placement Mode"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   817
--      ["Stronglings"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   818
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   819
--      ["Structure Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   820
--      ["Structure Placement Tool"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   821
--      ["Sundaland"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   822
--      ["Super Weapons"] = "", -- WxW
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   823
--      ["Support Station"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   824
--      ["Surf Before Crate"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   825
--      ["Surfer! +15 points!"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   826
--      ["Surfer!"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   827
--      ["Survive!|Hint: Cinematics can be skipped with the [Precise] key."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   828
--      ["Swing, Leaks A Lot, on the wings of the wind!"] = "", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   829
--      ["switch"] = "", -- Continental_supplies
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
   830
--      ["Switched to "] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   831
--      ["Switch Hog"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   832
--      ["Syntax Errol"] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   833
--      ["tab"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   834
--      ["Tagging Mode"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   835
--      ["Talk about mixed signals..."] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   836
--      ["Tardis"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   837
--      ["Target Placement Mode"] = "", -- Construction_Mode
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   838
--      ["Team %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
   839
--      ["Team Scores"] = "", -- Control, Space_Invasion
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   840
--      ["Teleporation Node"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   841
--      ["Teleportation Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   842
--      ["Teleportation Node"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   843
--      ["Teleport"] = "", -- Construction_Mode, Frenzy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   844
--      ["Teleport hint: just use the mouse to select the destination!"] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   845
--      ["Teleport Unsuccessful. Please teleport within a clan teleporter's sphere of influence."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   846
--      ["Thanks!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   847
--      ["Thank you, my hero!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   848
--      ["Thank you, oh, thank you, Leaks A Lot!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   849
--      ["Thank you, oh, thank you, my heroes!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   850
--      ["That is, indeed, very weird..."] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   851
--      ["That makes it almost invaluable!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   852
--      ["That ought to show them!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   853
--      ["That's for my father!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   854
--      ["That shaman sure knows what he's doing!"] = "", -- A_Classic_Fairytale:shadow
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
   855
--      ["That Sinking Feeling"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   856
--      ["That's not our problem!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   857
--      ["That's typical of you!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   858
--      ["That was just mean!"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   859
--      ["That was pointless."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   860
--      ["The answer is...entertaintment. You'll see what I mean."] = "", -- A_Classic_Fairytale:backstab
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   861
--      ["The anti-portal zone is all over the floor, and I have nothing to kill him...Droping something could hurt him enough to kill him..."] = "", -- portal
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   862
--      ["The Bottom Feeder can score points by killing anyone."] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   863
--      ["The Bull's Eye"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   864
--      ["The caves are well hidden, they won't find us there!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   865
--      ["The Crate Frenzy"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   866
--      ["The Dilemma"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   867
--      ["The enemy can't move but it might be a good idea to stay out of sight!|"] = "", -- A_Classic_Fairytale:dragon
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   868
--      ["The enemy is hiding out on yonder ducky!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   869
--      ["The Enemy Of My Enemy"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   870
--      ["The First Blood"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   871
--      ["The First Encounter"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   872
--      ["The first player to kill someone becomes the Mutant."] = "", -- Mutant
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   873
--      ["The flag will respawn next round."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   874
--      ["The food bites back"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   875
--      ["The giant umbrella from the last crate should help break the fall."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   876
--      ["The Great Escape"] = "", -- User_Mission_-_The_Great_Escape
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   877
--      ["The Great Hog in the sky sees your sadness and grants you a boon."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   878
--      ["The guardian"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   879
--      ["The Individualist"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   880
--      ["Their buildings were very primitive back then, even for an uncivilised island."] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   881
--      ["The Journey Back"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   882
--      ["The Leap of Faith"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   883
--      ["The Moonwalk"] = "", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   884
--      ["The Mutant has super-weapons and a lot of health."] = "", -- Mutant
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   885
--      ["The Mutant loses health quickly if he doesn't keep scoring kills."] = "", -- Mutant
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
   886
--      ["The Nameless One"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   887
--      ["The next one is pretty hard! |Tip: You have to do multiple swings!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   888
--      ["Then how do they keep appearing?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   889
--      ["The other one were all cannibals, spending their time eating the organs of fellow hedgehogs..."] = "", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   890
--      ["The player with least points (or most deaths) becomes the Bottom Feeder."] = "", -- Mutant
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   891
--      ["There are a variety of structures available to aid you."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   892
--      ["There must be a spy among us!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   893
--      ["There's more of them? When did they become so hungry?"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   894
--      ["There's nothing more satisfying for me than seeing you share your beauty with the world every morning, my princess!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   895
--      ["There's nothing more satisfying to us than seeing you share your beauty..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   896
--      ["There's nothing more satisfying to us than seeing you share your beauty with the world every morning, my princess!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   897
--      ["The Rising"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   898
--      ["The Savior"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   899
--      ["These primitive people are so funny!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   900
--      ["The Shadow Falls"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   901
--      ["The Showdown"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   902
--      ["The Slaughter"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:first_blood
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
   903
--      ["THE SPECIALISTS"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   904
--      ["The spirits of the ancerstors are surely pleased, Leaks A Lot."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   905
--      ["The Torment"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   906
--      ["The Tunnel Maker"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   907
--      ["The Ultimate Weapon"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   908
--      ["The Union"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   909
--      ["The village, unprepared, was destroyed by the cyborgs..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   910
--      ["The walk of Fame"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   911
--      ["The wasted youth"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   912
--      ["The weapon in that last crate was bestowed upon us by the ancients!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   913
--      ["The what?!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   914
--      ["The wind whispers that you are ready to become familiar with tools, now..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   915
--      ["They are all waiting back in the village, haha."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   916
--      ["They Call Me Bullseye!"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   917
--      ["They have weapons we've never seen before!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   918
--      ["They keep appearing like this. It's weird!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   919
--      ["They killed "] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   920
--      ["They must be trying to weaken us!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   921
--      ["They never learn"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   922
--      ["They told us to wear these clothes. They said that this is the newest trend."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   923
--      ["They've been manipulating us all this time!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   924
--      ["Thighlicker"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   925
--      ["This is it! It's time to make Fell From Heaven fall for me..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   926
--      ["This island is the only place left on Earth with grass on it!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   927
--      ["This is typical!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   928
--      ["This must be some kind of sorcery!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   929
--      ["This must be the caves!"] = "", -- A_Classic_Fairytale:backstab
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   930
--      ["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: 4770
diff changeset
   931
--      ["This rain is really something..."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   932
--      ["This will be fun!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   933
--      ["Those aliens are destroying the island!"] = "", -- A_Classic_Fairytale:family
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
   934
--      ["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
   935
--      ["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
   936
--      ["Time Extended!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   937
--      ["Time Extension"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   938
--      ["Tip: The rope physics are different than in the real world, |use it to your advantage!"] = "", -- Basic_Training_-_Rope
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
   939
--      ["Toggle Shield"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   940
--      ["To help you, of course!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   941
--      ["To place a girder, select it, use [Left] and [Right] to select angle and length, place with [Left Click]"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   942
--      ["Torn Muscle"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   943
--      [" to save the village."] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   944
--      ["To the caves..."] = "", -- A_Classic_Fairytale:united
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   945
--      ["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: 4770
diff changeset
   946
--      ["TRACK COMPLETED"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   947
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   948
--      ["training"] = "", -- portal
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   949
--      ["Traitors"] = "", -- A_Classic_Fairytale:epil
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   950
--      ["Tribe"] = "", -- A_Classic_Fairytale:backstab
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   951
--      ["TrophyRace"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   952
--      ["Try to protect the chief! You won't lose if he dies, but it is advised that he survives."] = "", -- A_Classic_Fairytale:united
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   953
--      ["T_T"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   954
--      ["Tumbling Time Extended!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   955
--      ["Turns until Sudden Death: "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   956
--      [" turns until Sudden Death! Better hurry!"] = "", -- A_Classic_Fairytale:dragon
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
   957
--      ["Turn Time"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   958
--      ["Two little hogs cooperating, getting past obstacles..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   959
--      ["Uhm...I met one of them and took his weapons."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   960
--      ["Uhmm...ok no."] = "", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   961
--      ["ULTRA KILL"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   962
--      ["Under Construction"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   963
--      ["Unexpected Igor"] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   964
--      ["Unique new weapons"] = "", -- Continental_supplies
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   965
--      ["Unit"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   966
--      ["Unit 0x0007"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   967
--      ["Unit 334a$7%;.*"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   968
--      ["Unit 3378"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   969
--      ["Unit 835"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   970
--      ["United We Stand"] = "", -- A_Classic_Fairytale:united
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
   971
--      ["Unlimited Attacks"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   972
--      ["Unlucky Sods"] = "", -- User_Mission_-_Rope_Knock_Challenge
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   973
--      ["Unstoppable!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   974
--      ["Unsuspecting Louts"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   975
--      ["[Up], [Down] to aim, [Space] to shoot!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   976
--      ["Use it wisely!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   977
--      ["Use it with precaution!"] = "", -- A_Classic_Fairytale:first_blood
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
   978
--      ["User Challenge"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   979
--      ["Use the air-attack weapons and the arrow keys to select structures."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   980
--      ["Use the portal gun to get to the next crate, then use the new gun to get to the final destination!|"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   981
--      ["Use the rope to get on the head of the mole, young one!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   982
--      ["Use the rope to knock your enemies to their doom."] = "", -- User_Mission_-_Rope_Knock_Challenge
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   983
--      ["Use your ready time to think."] = "", -- Frenzy
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
   984
--      ["Use your rope to get from start to finish as fast as you can!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   985
--      ["Utility Crate Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   986
--      ["Vampirism"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   987
--      ["Vedgies"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   988
--      ["Vegan Jack"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   989
--      ["Victory!"] = "", -- Basic_Training_-_Rope
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: 4713
diff changeset
   990
--      ["Victory for the "] = "", -- CTF_Blizzard, Capture_the_Flag
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   991
--      ["Violence is not the answer to your problems!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   992
--      ["Walls Left"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   993
--      ["Walls Required"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   994
--      ["WALL TO WALL"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   995
--      ["Wannabe Flyboys"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   996
--      ["Wannabe Shoppsta"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
   997
--      ["Watch your steps, young one!"] = "", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   998
--      ["Watermelon Bomb"] = "", -- Construction_Mode
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
   999
--      ["Waypoint placed."] = "",
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
  1000
--      ["Way-Points Remaining"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1001
--      ["Weaklings"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1002
--      ["We all know what happens when you get frightened..."] = "", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1003
--      ["Weapon Crate Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1004
--      ["Weapon Filter"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1005
--      ["weaponschemes"] = "", -- Continental_supplies
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
  1006
--      ["Weapons Reset"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1007
--      ["Weapons reset."] = "", -- Highlander
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1008
--      ["We are indeed."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1009
--      ["We can't defeat them!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1010
--      ["We can't hold them up much longer!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1011
--      ["We can't let them take over our little island!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1012
--      ["We have no time to waste..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1013
--      ["We have nowhere else to live!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1014
--      ["We have to protect the village!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1015
--      ["We have to unite and defeat those cylergs!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1016
--      ["Welcome, Leaks A Lot!"] = "", -- A_Classic_Fairytale:journey
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
  1017
--      ["Well done."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1018
--      ["We'll give you a problem then!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1019
--      ["We'll spare your life for now!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1020
--      ["Well, that was a waste of time."] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1021
--      ["Well, well! Isn't that the cutest thing you've ever seen?"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1022
--      ["Well, yes. This was a cyborg television show."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1023
--      ["We made sure noone followed us!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1024
--      ["We need to move!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1025
--      ["We need to prevent their arrival!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1026
--      ["We need to warn the village."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1027
--      ["We should head back to the village now."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1028
--      ["We were trying to save her and we got lost."] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1029
--      ["We won't let you hurt her!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1030
--      ["What?! A cannibal? Here? There is no time to waste! Come, you are prepared."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1031
--      ["What a douche!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1032
--      ["What am I gonna...eat, yo?"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1033
--      ["What are you doing at a distance so great, young one?"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1034
--      ["What are you doing? Let her go!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1035
--      ["What a ride!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1036
--      ["What a strange cave!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1037
--      ["What a strange feeling!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1038
--      ["What do my faulty eyes observe? A spy!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1039
--      ["Whatever floats your boat..."] = "", -- A_Classic_Fairytale:shadow
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
  1040
--      [" What !! For all of this struggle i just win some ... TIME o0"] = "", -- portal
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1041
--      ["What has "] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1042
--      ["What? Here? How did they find us?!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1043
--      ["What is this place?"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1044
--      ["What shall we do with the traitor?"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1045
--      ["WHAT?! You're the ones attacking us!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1046
--      ["When?"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1047
--      ["When I find it..."] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1048
--      ["Where are all these crates coming from?!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1049
--      ["Where are they?!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1050
--      ["Where did that alien run?"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1051
--      ["Where did you get the exploding apples?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1052
--      ["Where did you get the exploding apples and the magic bow that shoots many arrows?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1053
--      ["Where did you get the magic bow that shoots many arrows?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1054
--      ["Where did you get the weapons in the forest, Dense Cloud?"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1055
--      ["Where do you get that?!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1056
--      ["Where have you been?!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1057
--      ["Where have you been?"] = "", -- A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1058
--      ["Whip"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1059
--      ["? Why?"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1060
--      ["Why "] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1061
--      ["! Why?!"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1062
--      ["Why are you doing this?"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1063
--      ["Why are you helping us, uhm...?"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1064
--      ["Why can't he just let her go?!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1065
--      ["Why do men keep hurting me?"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1066
--      ["Why do you not like me?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1067
--      ["Why do you want to take over our island?"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1068
--      ["Why me?!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1069
--      ["Why would they do this?"] = "", -- A_Classic_Fairytale:backstab
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
  1070
--      ["- Will Get 1-3 random weapons"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1071
--      ["- Will give you an airstrike every fifth turn."] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1072
--      ["- Will give you a parachute every second turn."] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1073
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1074
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
  1075
--      ["Will this ever end?"] = "",
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
  1076
--      ["WINNER IS "] = "", -- Mutant
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
  1077
--      ["WINNING TIME: "] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1078
--      ["Wise Oak"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1079
--      ["With Dense Cloud on the land of shadows, I'm the village's only hope..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1080
--      ["With the rest of the tribe gone, it was up to "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1081
--      ["Worry not, for it is a peaceful animal! There is no reason to be afraid..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1082
--      ["Wow, what a dream!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1083
--      ["Y3K1337"] = "", -- A_Classic_Fairytale:journey, A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1084
--      ["Yay, we won!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1085
--      ["Y Chwiliad"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1086
--      ["Yeah...I think it's a 'he', lol."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1087
--      ["Yeah, sure! I died. Hillarious!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1088
--      ["Yeah, take that!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1089
--      ["Yeah? Watcha gonna do? Cry?"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1090
--      ["Yes!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1091
--      ["Yes, yeees! You are now ready to enter the real world!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1092
--      ["Yo, dude, we're here, too!"] = "", -- A_Classic_Fairytale:family
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1093
--      ["You are far from home, and the water is rising, climb up as high as you can!"] = "", -- ClimbHome
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1094
--      ["You are given the chance to turn your life around..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1095
--      ["You are playing with our lives here!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1096
--      ["! You bastards!"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1097
--      ["You bear impressive skills, "] = "", -- A_Classic_Fairytale:dragon
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
  1098
--      ["You can't fire a portal on the blue surface"] = "", -- portal
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1099
--      ["You couldn't possibly believe that after refusing my offer I'd just let you go!"] = "", -- A_Classic_Fairytale:journey
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
  1100
--      ["You'd almost swear the water was rising!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1101
--      ["You'd better watch your steps..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1102
--      ["You did not make it in time, try again!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1103
--      ["You have 7 turns until the next wave arrives.|Make sure the arriving cannibals are greeted appropriately!|If the hog dies, the cause is lost.|Hint: you might want to use some mines..."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1104
--      ["You have "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1105
--      ["You have been giving us out to the enemy, haven't you!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1106
--      ["You have been respawned, at your last checkpoint!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1107
--      ["You have been respawned, be more carefull next time!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1108
--      ["You have chosen the perfect moment to leave."] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1109
--      ["You have failed to complete your task, young one!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1110
--      ["You have failed to save the tribe!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1111
--      ["You have finally figured it out!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1112
--      ["You have kidnapped our whole tribe!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1113
--      ["You have killed an innocent hedgehog!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1114
--      ["You have proven yourself worthy to see our most ancient secret!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1115
--      ["You have proven yourselves worthy!"] = "", -- A_Classic_Fairytale:enemy
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
  1116
--      ["You have SCORED!!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1117
--      ["You have to destroy 12 targets in 180 seconds"] = "", -- Basic_Training_-_Cluster_Bomb
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1118
--      ["You have won the game by proving true cooperative skills!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1119
--      ["You just appeared out of thin air!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1120
--      ["You just committed suicide..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1121
--      ["You killed my father, you monster!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1122
--      ["You know...taking a stroll."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1123
--      ["You know what? I don't even regret anything!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1124
--      ["You'll see what I mean!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1125
--      ["You may only attack from a rope!"] = "", -- WxW
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1126
--      ["You may only spawn 5 crates per turn."] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1127
--      ["You may only use 1 Extra Time per turn."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1128
--      ["You meatbags are pretty slow, you know!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1129
--      ["You might want to find a way to instantly kill arriving cannibals!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1130
--      ["Young one, you are telling us that they can instantly change location without a shaman?"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1131
--      ["You probably know what to do next..."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1132
--      ["Your deaths will be avenged, cannibals!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1133
--      ["Your death will not be in vain, Dense Cloud!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1134
--      ["You're...alive!? But we saw you die!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1135
--      ["You're a pathetic liar!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1136
--      ["You're funny!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1137
--      ["You're getting pretty good! |Tip: When you shorten you rope you move faster! |and when you lengthen it you move slower"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1138
--      ["You're pathetic! You are not worthy of my attention..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1139
--      ["You're probably wondering why I bought you back..."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1140
--      ["You're terrorizing the forest...We won't catch anything like this!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1141
--      ["Your hogs must survive!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1142
--      ["Your movement skills will be evaluated now."] = "", -- A_Classic_Fairytale:first_blood
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
  1143
--      ["You saved"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1144
--      ["You've been assaulting us, we have been just defending ourselves!"] = "", -- A_Classic_Fairytale:enemy
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
  1145
--      ["You've failed. Try again."] = "",
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
  1146
--      ["You've reached the goal!| |Time: "] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1147
--      ["You will be avenged!"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1148
--      ["- You will recieve 2-4 weapons on each kill! (Even on own hogs)"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1149
--      ["You won't believe what happened to me!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1150
--      ["Yuck! I bet they'll keep worshipping her even after I save the village!"] = "", -- A_Classic_Fairytale:family
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
  1151
--      ["Zealandia"] = "", -- Continental_supplies
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
  1152
--      ["'Zooka Team"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5867
diff changeset
  1153
--      ["Zork"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents:
diff changeset
  1154
    }