share/hedgewars/Data/Locale/de.lua
author unc0rr
Sat, 27 Dec 2014 22:09:31 +0300
branch0.9.21
changeset 10721 9b789de8e5df
parent 10449 d108ca108ef3
child 11007 ec02f4070ef2
permissions -rw-r--r--
Workaround bug (each time losing room master status, even when joining mutliple rooms, new instance of NetAmmoSchemeModel created, receiving schemeConfig and modifying its 43rd member, thus the last model which accepts this signal has the string cut down several times, workaround creates copy of qstringlist to avoid modifying shared message instance. Proper fix would delete unneeded instances of NetAmmoSchemeModel, but who cares)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4502
759c1a3bb156 lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff changeset
     1
locale = {
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
     2
--      [":("] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
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: 4865
diff changeset
     4
--      ["..."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
     5
--      ["011101000"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
    11
--      ["30 minutes later..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
    12
--      ["About a month ago, a cyborg came and told us that you're the cannibals!"] = "", -- A_Classic_Fairytale:enemy
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
    13
	["Accuracy Bonus!"] = "Präzisions-Bonus!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5837
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: 5945
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: 5945
diff changeset
    17
--      ["???"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
    28
--      ["a Hedgewars challenge"] = "", -- User_Mission_-_RCPlane_Challenge, User_Mission_-_Rope_Knock_Challenge
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
    29
	["a Hedgewars mini-game"] = "ein Hedgewars Mini-Spiel", -- 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
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    32
	["Aiming Practice"] = "Zielübung", --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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
    42
--      ["All walls touched!"] = "", -- WxW
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
    43
	["Ammo Depleted!"] = "Munition erschöpft!",
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
    44
	["ammo extended!"] = "Munition aufgestockt!",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
    45
	["Ammo is reset at the end of your turn."] = "Munition wird am Ende des Spielzuges zurückgesetzt.",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5837
diff changeset
    46
	["Ammo Maniac!"] = "Munitionsverrückter!",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    47
	["Ammo"] = "Munition",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
    63
--      ["Artur Detour"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
diff changeset
    67
--      ["Assault Team"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    73
	["Available points remaining: "] = "Verfügbare Punkte verbleibend:",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
    74
--      ["Back Breaker"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5837
diff changeset
    76
--      ["[Backspace]"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
    77
--      ["Backstab"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5837
diff changeset
    80
--      ["Bamboo Thicket"] = "",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
    81
	["Barrel Eater!"] = "Fassfresser!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
    82
	["Barrel Launcher"] = "Fasswerfer",
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
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    86
	["Bat balls at your enemies and|push them into the sea!"] = "Schlage Bälle auf deine Widersacher|und lass sie ins Meer fallen!",
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    87
	["Bat your opponents through the|baskets and out of the map!"] = "Schlage deine Widersacher durch|die Körbe und aus der Karte hinaus!",
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
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    89
	["Bazooka Training"] = "Bazooka-Training",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
    90
--      ["Beep Loopers"] = "", -- A_Classic_Fairytale:queen
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
    91
	["Best laps per team: "] = "Beste Rundenzeiten pro Team: ",
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
    92
	["Best Team Times: "] = "Beste Team-Zeiten: ",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
diff changeset
    97
--      ["Blender"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
    98
--      ["Bloodpie"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
    99
--      ["Bloodrocutor"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   100
--      ["Bloodsucker"] = "", -- A_Classic_Fairytale:shadow
5837
d53a77964ae7 translation fail/typo
sheepluva
parents: 5836
diff changeset
   101
	["Bloody Rookies"] = "Blutige Anfänger", -- 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: 5945
diff changeset
   104
--      ["Bone Jackson"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   105
--      ["Bonely"] = "", -- A_Classic_Fairytale:shadow
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   106
	["Boom!"] = "Bumm!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   107
	["BOOM!"] = "KABUMM!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   108
	["Boss defeated!"] = "Boss wurde besiegt!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   109
	["Boss Slayer!"] = "Boss-Töter!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   110
--      ["Brain Blower"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   112
--      ["Brainila"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   113
--      ["Brain Stu"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   114
--      ["Brain Teaser"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   118
    ["Build a track and race."] = "Konstruiere eine Strecke und mach ein Wettrennen.",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   119
--      ["Bullseye"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   123
--      ["But...we died!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   131
--      ["Cannibal Sentry"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   132
--      ["Cannibals?! You're the cannibals!"] = "", -- A_Classic_Fairytale:enemy
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   133
	["CAPTURE THE FLAG"] = "EROBERE DIE FAHNE",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   134
	["Careless"] = "Achtlos",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   135
--      ["Carol"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   136
--      ["CHALLENGE COMPLETE"] = "", -- User_Mission_-_RCPlane_Challenge
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   137
	["Change Weapon"] = "Waffenwechsel",
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: 5945
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
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   145
	["Clumsy"] = "Hoppla",
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: 5945
diff changeset
   147
--      ["Cluster Bomb MASTER!"] = "", -- Basic_Training_-_Cluster_Bomb
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   148
--      ["Cluster Bomb Training"] = "", -- Basic_Training_-_Cluster_Bomb
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   149
	["Codename: Teamwork"] = "Code-Name: Teamwork",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   150
--      ["Collateral Damage"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   151
--      ["Collateral Damage II"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   157
--      ["Compete to use as few planes as possible!"] = "", -- User_Mission_-_RCPlane_Challenge
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   158
	["Complete the track as fast as you can!"] = "Durchlaufe die Strecke so schnell du kannst!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   159
--      ["COMPLETION TIME"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   160
--      ["Configuration accepted."] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   161
--      ["Congratulations"] = "", -- Basic_Training_-_Rope
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   162
	["Congratulations!"] = "Gratulation!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   164
--      ["Congratulations! You've completed the Rope tutorial! |- Tutorial ends in 10 seconds!"] = "", -- Basic_Training_-_Rope
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   165
	["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Gratulation! Du hast alle Ziele innerhalb der|verfügbaren Zeit ausgeschaltet.", --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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   169
	["Control pillars to score points."] = "Kontrolliere die Säulen um Punkte zu erhalten.",
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: 5945
diff changeset
   171
--      ["Corporationals"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   172
--      ["Corpsemonger"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   179
	["Cybernetic Empire"] = "Kybernetisches Imperium",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   181
--      ["Dahmer"] = "", -- A_Classic_Fairytale:backstab
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5837
diff changeset
   182
	["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "VERDAMMT, REKRUT! RUNTER VON MEINEM KOPF!",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   183
	["DAMMIT, ROOKIE!"] = "VERDAMMT, REKRUT!",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   184
--      ["Dangerous Ducklings"] = "",
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   185
	["Deadweight"] = "Gravitus",
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: 5945
diff changeset
   187
--      ["Defeat the cannibals"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   188
--      ["Defeat the cannibals!|"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   194
	["Demolition is fun!"] = "Zerstörung macht Spaß!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   196
--      ["Dense Cloud must have already told them everything..."] = "", -- A_Classic_Fairytale:shadow
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   197
	["Depleted Kamikaze!"] = "Munitionsloses 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: 5945
diff changeset
   199
--      ["Destroy him, Leaks A Lot! He is responsible for the deaths of many of us!"] = "", -- A_Classic_Fairytale:first_blood
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   200
	["Destroy invaders to score points."] = "Zerstöre die Angreifer um Punkte zu erhalten.",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   208
--      ["Dist: "] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5837
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: 5945
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: 5945
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: 5945
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: 5945
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: 4865
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
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   223
	["Drowner"] = "Absäufer",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   236
	["Each turn you get 1-3 random weapons"] = "Du bekommst jede Runde 1-3 zufällig gewählte Waffen",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   237
	["Each turn you get one random weapon"] = "Du bekommst jede Runde eine zufällig gewählte Waffe.",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
diff changeset
   242
--      ["Elderbot"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   243
--      ["Elimate your captor."] = "", -- User_Mission_-_The_Great_Escape
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   244
	["Eliminate all enemies"] = "Vernichte alle Gegner",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   245
	["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Eliminiere alle Ziele bevor die Zeit ausläuft.|Du hast in dieser Mission unbegrenzte Munition.", --Bazooka, Shotgun, SniperRifle
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   246
--      ["Eliminate enemy hogs and take their weapons."] = "", -- Highlander
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   247
	["Eliminate Poison before the time runs out"] = "Neutralisiere das Gift bevor die Zeit abgelaufen ist",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   248
	["Eliminate the Blue Team"] = "Lösche das Blaue Team aus",
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   249
	["Eliminate the enemy before the time runs out"] = "Vernichte den Feind bevor die Zeit abgelaufen ist", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   250
	["Eliminate the enemy hogs to win."] = "Vernichte alle gegnerischen Igel um zu gewinnen",
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   251
	["Eliminate the enemy specialists."] = "Vernichte die gegnerischen Spezialisten",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   252
	["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "- Vernichte Einheit 3378 |  Kraftloser Widerstand muss überleben",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5837
diff changeset
   254
--      ["Energetic Engineer"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   255
	["Enjoy the swim..."] = "Viel Spaß beim Schwimmen...",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   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: 5945
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: 5945
diff changeset
   259
--      ["Everyone knows this."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   260
--      ["Every single time!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   261
--      ["Everything looks OK..."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   265
--      ["Eye Chewer"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   266
--      ["Family Reunion"] = "", -- A_Classic_Fairytale:family
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   267
	["Fastest lap: "] = "Schnellste Runde: ",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   268
	["Feeble Resistance"] = "Kraftloser Widerstand",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   272
--      ["Femur Lover"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   273
--      ["Fierce Competition!"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
diff changeset
   277
--      ["Finish your training|Hint: Animations can be skipped with the [Precise] key."] = "", -- 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
   278
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   279
	["Fire"] = "Feuer",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   280
--      ["First aid kits?!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   283
--      ["First Steps"] = "", -- A_Classic_Fairytale:first_blood
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   284
	["Flag captured!"] = "Fahne erobert!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   285
	["Flag respawned!"] = "Fahne wieder erschienen!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   286
	["Flag returned!"] = "Fahne zurückgebracht!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   287
	["Flags, and their home base will be placed where each team ends their first turn."] = "Fahnen und deren Heimatstandort werden dort plaziert wo jedes Team deren ersten Zug beendet.",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5837
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: 5945
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: 5945
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: 5945
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: 5945
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: 5837
diff changeset
   298
--      ["Friendly Fire!"] = "",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   299
	["fuel extended!"] = "Treibstoff aus!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   300
	["GAME BEGUN!!!"] = "SPIEL GESTARTET!!!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   301
--      ["Game Modifiers: "] = "", -- The_Specialists
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   302
	["GAME OVER!"] = "SPIEL ZU ENDE!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   303
	["Game Started!"] = "Spiel Gestartet!]",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
diff changeset
   310
--      ["Get Dense Cloud out of the pit!"] = "", -- A_Classic_Fairytale:journey
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   311
	["Get on over there and take him out!"] = "Mach, dass du hinüber kommst und schalte ihn aus!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   318
--      ["GG!"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   322
--      ["Glark"] = "", -- A_Classic_Fairytale:shadow
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   323
	["Goal"] = "Ziel",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   324
	["GO! GO! GO!"] = "Bewegung, Bewegung, Bewegung!",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   325
	["Good birdy......"] = "Braver Vogel......",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   326
--      ["Good Dude"] = "", -- User_Mission_-_The_Great_Escape
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   328
--      ["Good luck...or else!"] = "", -- A_Classic_Fairytale:journey
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   329
	["Good luck out there!"] = "Viel Glück da draußen!",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   330
	["Good so far!"] = "Gut soweit!",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   331
	["Good to go!"] = "Startklar!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   333
--      ["Go, quick!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   334
--      ["Gorkij"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   335
--      ["Go surf!"] = "", -- WxW
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   336
	["GOTCHA!"] = "ERWISCHT!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   337
	["Grab Mines/Explosives"] = "Sammle Minen/Fässer",
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   345
--      ["Greetings, "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   348
--      ["Grenade Training"] = "", -- Basic_Training_-_Grenade
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   349
--      ["Grenadiers"] = "", -- Basic_Training_-_Grenade
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   351
--      ["HAHA!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 4865
diff changeset
   353
--      ["Hahahaha!"] = "",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   354
	["Haha, now THAT would be something!"] = "Haha, na DAS wär ja was!",
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: 5945
diff changeset
   356
--      ["Hannibal"] = "", -- A_Classic_Fairytale:epil
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   357
	["Hapless Hogs"] = "Glücklose Igel",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   358
	[" Hapless Hogs left!"] = " Glücklose Igel verbleibend!",
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: 5945
diff changeset
   360
--      ["Hatless Jerry"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   365
	["Health crates extend your time."] = "Medipacks verlängern deine Zeit.",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   366
--      ["Heavy Cannfantry"] = "", -- A_Classic_Fairytale:united
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   367
	["Heavy"] = "Schwierig",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   371
	["Hedgewars-Basketball"] = "Hedgewars-Basketball",
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   372
	["Hedgewars-Knockball"] = "Hedgewars-Knockball",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   373
--      ["Hedgibal Lecter"] = "", -- A_Classic_Fairytale:backstab
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   374
	["Heh, it's not that bad."] = "Hehe, so schlimm ist es nicht.",
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: 5945
diff changeset
   376
--      ["Hello again, "] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   377
--      ["Help me, Leaks!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   378
--      ["Help me, please!!!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   379
--      ["Help me, please!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   385
--      ["Hero Team"] = "", -- User_Mission_-_The_Great_Escape
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
diff changeset
   388
--      ["Hey, guys!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   389
--      ["Hey guys!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   391
--      ["HIGHLANDER"] = "", -- Highlander
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   392
--      ["Hightime"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 4865
diff changeset
   398
--      ["Hit Combo!"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   399
--      ["Hmmm..."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   408
--      ["Honest Lee"] = "", -- A_Classic_Fairytale:enemy
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   409
	["Hooray!"] = "Hurra!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   410
--      ["Hostage Situation"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   419
	["Hunter"] = "Jäger", --Bazooka, Shotgun, SniperRifle
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   464
--      ["Incredible..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   473
	["Instructor"] = "Ausbilder", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   474
--      ["Interesting idea, haha!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
diff changeset
   476
--      ["In the meantime, take these and return to your \"friend\"!"] = "", -- A_Classic_Fairytale:shadow
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   477
	["invaders destroyed"] = "Angreifer zerstört",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
diff changeset
   481
--      ["I see..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   497
--      ["I told you, I just found them."] = "", -- A_Classic_Fairytale:backstab
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   498
	["It's a good thing SUDDEN DEATH is 99 turns away..."] = "Gut, dass SUDDEN DEATH noch 99 Runden entfernt ist...",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   502
--      ["It's over..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   515
--      ["Jeremiah"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   516
--      ["John"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   517
--      ["Judas"] = "", -- A_Classic_Fairytale:backstab
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   518
	["Jumping is disabled"] = "Sprünge sind deaktiviert!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   523
	["Kamikaze Expert!"] = "Kamikazeexperte!",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   524
	["Keep it up!"] = "Weiter so!",
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   525
--      ["Kerguelen"] = "", -- Continental_supplies
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   526
	["Killing spree!"] = "Blutrausch!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 4865
diff changeset
   528
--      ["KILLS"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   529
--      ["Kill the aliens!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   534
	["Last Target!"] = "Letzte Zielscheibe!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   535
--      ["Leader"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   536
--      ["Leaderbot"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   541
--      ["Led Heart"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 4865
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   555
	["Listen up, maggot!!"] = "Aufgepasst, du Made!!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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: 5837
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
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: 5945
diff changeset
   573
--      ["Meiwes"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   576
	["Mine Deployer"] = "Minenleger",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   577
	["Mine Eater!"] = "Minenfresser!",
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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   579
	["|- Mines Time:"] = "| - Minenzündzeit: ", -- 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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   581
	["MISSION FAILED"] = "MISSION GESCHEITERT", -- User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5846
diff changeset
   582
	["MISSION SUCCESSFUL"] = "MISSION ERFOLGREICH", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   583
	["MISSION SUCCESS"] = "MISSIONSERFOLG",
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: 5945
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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   589
	["Movement: [Up], [Down], [Left], [Right]"] = "Bewegung: [Hoch], [Runter], [Links], [Rechts]",
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: 4865
diff changeset
   591
--      ["Multi-shot!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5837
diff changeset
   592
	["Munition!"] = "Munition erschöpft!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   593
--      ["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: 5945
diff changeset
   594
--      ["Muscle Dissolver"] = "", -- A_Classic_Fairytale:shadow
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   595
--      ["-------"] = "", -- Mutant
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   596
--      ["Mutant"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   597
--      ["Nade Boy"] = "", -- Basic_Training_-_Grenade
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   598
--      ["Name"] = "", -- A_Classic_Fairytale:queen
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   599
	["Nameless Heroes"] = "Namenlose Helden",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   600
--      ["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
   601
--      ["Napalm"] = "", -- Construction_Mode
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   602
--      ["Napalm rocket: [Fire a bomb with napalm!]"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   603
--      ["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
   604
--      ["Naughty Ninja"] = "", -- User_Mission_-_Dangerous_Ducklings
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   605
	["New Barrels Per Turn"] = "Neue Fässer jede Runde",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   606
	["NEW CLAN RECORD: "] = "NEUER KLAN-REKORD",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   607
	["NEW fastest lap: "] = "NEUE schnellste Runde: ",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   608
	["New Mines Per Turn"] = "Neue Minen jede Runde",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   609
	["NEW RACE RECORD: "] = "NEUER RENNREKORD: ",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5837
diff changeset
   610
--      ["Newton's Hammock"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   611
--      ["Nicely done, meatbags!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   612
--      ["Nice work, "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   613
--      ["Nice work!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   614
--      ["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
   615
--      ["Nobody Laugh"] = "", -- User_Mission_-_Nobody_Laugh
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   616
--      ["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: 5945
diff changeset
   617
--      ["No...I wonder where they disappeared?!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   618
--      ["Nom-Nom"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   619
--      ["NomNom"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   620
--      ["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: 5945
diff changeset
   621
--      ["No! Please, help me!"] = "", -- A_Classic_Fairytale:journey
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   622
--      ["NORMAL"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   623
--      ["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
   624
--      ["North America"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   625
--      ["Not all hogs are born equal."] = "", -- Highlander
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   626
	["NOT ENOUGH WAYPOINTS"] = "NICHT GENUG WEGPUNKTE",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   627
--      ["Not now, Fiery Water!"] = "", -- A_Classic_Fairytale:backstab
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   628
	["Not So Friendly Match"] = "Kein-so-Freundschaftsspiel", -- Basketball, Knockball
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   629
--      ["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: 5945
diff changeset
   630
--      ["No, we made sure of that!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   631
--      ["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: 5945
diff changeset
   632
--      ["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: 5945
diff changeset
   633
--      ["No. Where did he come from?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   634
--      ["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: 5945
diff changeset
   635
--      ["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
   636
--      ["Object Placement Tool"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   637
--      ["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: 5945
diff changeset
   638
--      ["Obstacle course"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   639
--      ["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: 5945
diff changeset
   640
--      ["OH, COME ON!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   641
--      ["Oh, my!"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   642
--      ["Oh, my! This is even more entertaining than I've expected!"] = "", -- A_Classic_Fairytale:backstab
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   643
	["Oh no! Just try again!"] = "Oh nein! Versuch's nochmal!", -- 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: 5945
diff changeset
   644
--      ["Oh no, not "] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   645
	["Oh no! Time's up! Just try again."] = "Oh nein! Die Zeit ist um! Versuche es nochmal.", --Bazooka, Shotgun, SniperRifle
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   646
--      ["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: 5945
diff changeset
   647
--      ["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: 5945
diff changeset
   648
--      ["Olive"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   649
--      ["Omnivore"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   650
--      ["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
   651
--      ["ONE HOG PER TEAM! KILLING EXCESS HEDGES"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   652
--      ["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
   653
--      ["on Skip"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   654
--      ["Oops...I dropped them."] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   655
--      ["Open that crate and we will continue!"] = "", -- A_Classic_Fairytale:first_blood
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   656
--      ["Operation Diver"] = "",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   657
	["Opposing Team: "] = "Gegnerisches Team: ",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   658
--      ["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: 5945
diff changeset
   659
--      ["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
   660
--      ["Other kills don't give you points."] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   661
--      ["Ouch!"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   662
--      ["Our tribe, our beautiful island!"] = "", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   663
--      ["Parachute"] = "", -- Continental_supplies
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   664
	["Pathetic Hog #%d"] = "Erbärmlicher Igel #%d",
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   665
	["Pathetic Resistance"] = "Erbärmlicher Widerstand", -- 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
   666
--      ["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: 5945
diff changeset
   667
--      ["Perfect! Now try to get the next crate without hurting yourself!"] = "", -- A_Classic_Fairytale:first_blood
5889
sheepluva
parents: 5867
diff changeset
   668
	["Per-Hog Ammo"] = "Munition pro Igel",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   669
--      ["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
   670
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   671
--      ["Per team weapons"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   672
--      ["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
   673
--      ["Piano Strike"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   674
--      ["Pickhammer"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   675
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   676
--      ["Pings left:"] = "", -- Space_Invasion
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   677
	["Place more waypoints using the 'Air Attack' weapon."] = "Platziere mehr Wegpunkte durch Verwenden der 'Luftangriff'-Waffe",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   678
--      ["Planes Used:"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   679
--      ["Planes Used"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   680
--      ["Play with me!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   681
--      ["Please place the way-point further from the waterline."] = "", -- Racer
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   682
--      ["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: 5945
diff changeset
   683
--      ["Please, stop releasing your \"smoke signals\"!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   684
--      ["Point Blank Combo!"] = "", -- Space_Invasion
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   685
--      ["POINTS"] = "", -- Mutant
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   686
	["points"] = "Punkte", -- Control, CTF_Blizzard, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   687
	["Poison"] = "Gift",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   688
--      ["Population"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   689
--      ["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
   690
--      ["Portal mission"] = "", -- portal
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   691
	["Power Remaining"] = "Verbleibende Energie",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   692
	["Prepare yourself"] = "Mach dich bereit",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   693
--      ["presice"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   694
--      ["Press [Enter] to accept this configuration."] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   695
--      ["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: 4865
diff changeset
   696
--      ["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
   697
--      ["Prestigious Pilot"] = "", -- User_Mission_-_RCPlane_Challenge
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   698
--      ["Private Novak"] = "", -- Basic_Training_-_Cluster_Bomb
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   699
--      ["Protect yourselves!|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: 5945
diff changeset
   700
	["PUNKTESTAND"] = "",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   701
	["Race complexity limit reached."] = "Rennkomplexitätslimit erreicht.",
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5846
diff changeset
   702
--      ["RACER"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   703
--      ["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: 5945
diff changeset
   704
--      ["Radar Ping"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   705
--      ["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: 5945
diff changeset
   706
--      ["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
   707
--      ["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
   708
--      ["RC Plane"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   709
--      ["RC PLANE TRAINING"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   710
--      ["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
   711
--      ["Reflector Shield"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   712
--      ["Reflects enemy projectiles."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   713
--      ["Regurgitator"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   714
--      ["Reinforcements"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   715
--      ["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: 5945
diff changeset
   716
--      ["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
   717
--      ["REMOVED"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   718
--      ["Respawner"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   719
--      ["Resurrector"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   720
--      ["Resurrects dead hedgehogs."] = "", -- Construction_Mode
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   721
	[" - 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"] = " - Bringe die gegnerische Flagge zu deiner Heimatbasis um zu punkten. | - Das Team das zuerst 3 Flaggen erobert gewinnt. | - Du kannst nur punkten wenn deine eigene Flagge in deiner Basis ist | - Igel lassen die Flagge fallen wenn sie sterben oder ertrinken | - Fallen gelassene Flaggen können zurückgebracht oder wieder gestohlen werden | - Igel tauchen nach ihrem Tod wieder auf",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   722
--      ["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: 5945
diff changeset
   723
--      ["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
   724
--      ["Rope"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   725
--      ["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
   726
--      ["Rope to safety"] = "", -- ClimbHome
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   727
--      ["Rope Training"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   728
--      ["Rot Molester"] = "", -- A_Classic_Fairytale:shadow
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5846
diff changeset
   729
--      ["Round Limit:"] = "",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   730
	["Round Limit"] = "Rundenbegrenzung",
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5846
diff changeset
   731
--      ["Rounds Complete: "] = "",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   732
	["Rounds Complete"] = "Runden Gespielt",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   733
--      ["Rubber Band"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   734
--      ["Rubber Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   735
--      ["RULES"] = "", -- Frenzy, Mutant
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   736
	["RULES OF THE GAME [Press ESC to view]"] = "SPIEL REGELN (Drücke ESC zum Anzeigen)",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   737
--      ["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: 4865
diff changeset
   738
--      ["s|"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   739
--      ["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
   740
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   741
--      ["Salivaslurper"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   742
--      ["Salvation"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   743
--      ["Salvation was one step closer now..."] = "", -- A_Classic_Fairytale:dragon
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   744
	["Save as many hapless hogs as possible!"] = "Rette so viele glücklose Igel als möglich!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   745
--      ["Save Fell From Heaven!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   746
--      ["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: 5945
diff changeset
   747
--      ["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: 5945
diff changeset
   748
--      ["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: 5945
diff changeset
   749
--      ["Scalp Muncher"] = "", -- A_Classic_Fairytale:backstab
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   750
--      ["Score"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   751
--      ["SCORE"] = "", -- Space_Invasion
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   752
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   753
--      ["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
   754
--      ["Seduction"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   755
--      ["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: 5945
diff changeset
   756
--      ["See that crate farther on the right?"] = "", -- A_Classic_Fairytale:first_blood
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   757
	["See ya!"] = "Mach's gut!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   758
--      ["Segmentation Paul"] = "", -- A_Classic_Fairytale:dragon
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   759
--      ["Select continent!"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   760
--      ["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: 5945
diff changeset
   761
--      ["Select difficulty: [Left] - easier or [Right] - harder"] = "", -- A_Classic_Fairytale:first_blood
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   762
	["selected!"] = "ausgewählt!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   763
--      ["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
   764
--      ["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: 4865
diff changeset
   765
--      ["s"] = "", -- GaudyRacer, Space_Invasion
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   766
--      ["... 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: 5945
diff changeset
   767
--      ["She's behind that tall thingy."] = "", -- A_Classic_Fairytale:family
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   768
	["Shield boosted! +30 power"] = "Schild verstärkt! +30 Energie",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   769
	["Shield Depleted"] = "Schild aufgebraucht!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   770
	["Shield is fully recharged!"] = "Schild vollständig aufgeladen!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   771
	["Shield Master!"] = "Schildmeister!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   772
	["Shield Miser!"] = "Schildgieriger",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   773
	["Shield OFF:"] = "Schild AUS:",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   774
	["Shield ON:"] = "Schild AN:",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   775
	["Shield Seeker!"] = "Schildsucher!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   776
--      ["Shoryuken"] = "", -- Construction_Mode, Frenzy, A_Space_Adventure:death02
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   777
--      ["Shotgun"] = "", -- Continental_supplies
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   778
	["Shotgun Team"] = "Schrotflinten-Team",
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   779
	["Shotgun Training"] = "Schrotflinten-Training",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   780
	["shots remaining."] = "Schüsse übrig",
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   781
	["Silly"] = "Doofi",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   782
--      ["SineGun"] = "", -- Construction_Mode
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   783
	["Sinky"] = "Blubb",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   784
--      ["Sirius Lee"] = "", -- A_Classic_Fairytale:enemy
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   785
	["%s is out and Team %d|scored a penalty!| |Score:"] = "%s ist draußen und Team %d|erhält eine Strafe!| |Punktestand:", -- Basketball, Knockball
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   786
	["%s is out and Team %d|scored a point!| |Score:"] = "%s ist draußen und Team %d|erhält einen Punkt!| |Punktestand:", -- Basketball, Knockball
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   787
--      ["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
   788
--      ["Slot"] = "", -- Frenzy
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   789
--      ["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
   790
--      ["SLOTS"] = "", -- Frenzy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   791
--      ["Smith 0.97"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   792
--      ["Smith 0.98"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   793
--      ["Smith 0.99a"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   794
--      ["Smith 0.99b"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   795
--      ["Smith 0.99f"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   796
--      ["Smith 1.0"] = "", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   797
--      ["Sniper Rifle"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   798
--      ["Sniper!"] = "", -- Space_Invasion
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   799
	["Sniper Training"] = "Scharfschützen-Training",
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   800
	["Sniperz"] = "Heckenschützen",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   801
--      ["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
   802
--      ["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
   803
--      ["South America"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   804
--      ["So? What will it be?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   805
--      ["Spawn the crate, and attack!"] = "", -- WxW
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   806
--      ["Special Weapons:"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   807
	["Spielmodifikatoren: "] = "",
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   808
--      ["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: 5945
diff changeset
   809
--      ["Spleenlover"] = "", -- A_Classic_Fairytale:united
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   810
	["Sponge"] = "Schwamm",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   811
--      ["Spooky Tree"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   812
--      ["Sprite Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   813
--      ["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: 4865
diff changeset
   814
--      ["STATUS UPDATE"] = "", -- GaudyRacer, Space_Invasion
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   815
--      ["Steel Eye"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   816
--      ["Step By Step"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   817
--      ["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
   818
--      ["Sticky Mine"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   819
--      ["Sticky Mine Placement Mode"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   820
--      ["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
   821
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   822
--      ["Structure Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   823
--      ["Structure Placement Tool"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   824
--      ["Sundaland"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   825
--      ["Super Weapons"] = "", -- WxW
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   826
--      ["Support Station"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   827
--      ["Surf Before Crate"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   828
--      ["Surfer! +15 points!"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   829
--      ["Surfer!"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   830
--      ["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: 5945
diff changeset
   831
--      ["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
   832
--      ["switch"] = "", -- Continental_supplies
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   833
	["Switched to "] = "Gewechselt zu ",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   834
--      ["Switch Hog"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   835
--      ["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
   836
--      ["tab"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   837
--      ["Tagging Mode"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   838
--      ["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
   839
--      ["Tardis"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   840
--      ["Target Placement Mode"] = "", -- Construction_Mode
4660
8ff3dead5850 Add polish translation. Also make it clearer in the commented lines that each line must have a comma
szczur+nemo
parents: 4645
diff changeset
   841
--	["Team %d: "] = "",
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   842
	["Team Scores"] = "Teampunktestand", -- Control, Space_Invasion
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   843
--      ["Teleporation Node"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   844
--      ["Teleportation Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   845
--      ["Teleportation Node"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   846
--      ["Teleport"] = "", -- Construction_Mode, Frenzy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   847
--      ["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
   848
--      ["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: 5945
diff changeset
   849
--      ["Thanks!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   850
--      ["Thank you, my hero!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   851
--      ["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: 5945
diff changeset
   852
--      ["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: 5945
diff changeset
   853
--      ["That is, indeed, very weird..."] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   854
--      ["That makes it almost invaluable!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   855
--      ["That ought to show them!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   856
--      ["That's for my father!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   857
--      ["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: 4865
diff changeset
   858
--      ["That Sinking Feeling"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   859
--      ["That's not our problem!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   860
--      ["That's typical of you!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   861
--      ["That was just mean!"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   862
	["That was pointless."] = "Das war sinnlos.",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   863
--      ["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
   864
--      ["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
   865
--      ["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: 5945
diff changeset
   866
--      ["The Bull's Eye"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   867
--      ["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: 5945
diff changeset
   868
--      ["The Crate Frenzy"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   869
--      ["The Dilemma"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   870
--      ["The enemy can't move but it might be a good idea to stay out of sight!|"] = "", -- A_Classic_Fairytale:dragon
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   871
	["The enemy is hiding out on yonder ducky!"] = "Der Feind versteckt sich auf dem Entlein dort drüben!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   872
--      ["The Enemy Of My Enemy"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   873
--      ["The First Blood"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   874
--      ["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
   875
--      ["The first player to kill someone becomes the Mutant."] = "", -- Mutant
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   876
	["The flag will respawn next round."] = "Die Fahne wird nächste Runde wieder auftauchen.",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   877
--      ["The food bites back"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   878
--      ["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: 5945
diff changeset
   879
--      ["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
   880
--      ["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: 5945
diff changeset
   881
--      ["The guardian"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   882
--      ["The Individualist"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   883
--      ["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: 5945
diff changeset
   884
--      ["The Journey Back"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   885
--      ["The Leap of Faith"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   886
--      ["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
   887
--      ["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
   888
--      ["The Mutant loses health quickly if he doesn't keep scoring kills."] = "", -- Mutant
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   889
	["The Nameless One"] = "Der Namenlose",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   890
--      ["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: 5945
diff changeset
   891
--      ["Then how do they keep appearing?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   892
--      ["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
   893
--      ["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
   894
--      ["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: 5945
diff changeset
   895
--      ["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: 5945
diff changeset
   896
--      ["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: 5945
diff changeset
   897
--      ["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: 5945
diff changeset
   898
--      ["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: 5945
diff changeset
   899
--      ["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: 5945
diff changeset
   900
--      ["The Rising"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   901
--      ["The Savior"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   902
--      ["These primitive people are so funny!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   903
--      ["The Shadow Falls"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   904
--      ["The Showdown"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   905
--      ["The Slaughter"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:first_blood
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   906
	["THE SPECIALISTS"] = "DIE SPEZIALISTEN",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   907
--      ["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: 5945
diff changeset
   908
--      ["The Torment"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   909
--      ["The Tunnel Maker"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   910
--      ["The Ultimate Weapon"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   911
--      ["The Union"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   912
--      ["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: 5945
diff changeset
   913
--      ["The walk of Fame"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   914
--      ["The wasted youth"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   915
--      ["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: 5945
diff changeset
   916
--      ["The what?!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   917
--      ["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: 5945
diff changeset
   918
--      ["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: 5945
diff changeset
   919
--      ["They Call Me Bullseye!"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   920
--      ["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: 5945
diff changeset
   921
--      ["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: 5945
diff changeset
   922
--      ["They killed "] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   923
--      ["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: 5945
diff changeset
   924
--      ["They never learn"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   925
--      ["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: 5945
diff changeset
   926
--      ["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: 5945
diff changeset
   927
--      ["Thighlicker"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   928
--      ["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: 5945
diff changeset
   929
--      ["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: 5945
diff changeset
   930
--      ["This is typical!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   931
--      ["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: 5945
diff changeset
   932
--      ["This must be the caves!"] = "", -- A_Classic_Fairytale:backstab
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   933
	["This one's tricky."] = "Der hier ist knifflig.",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   934
	["This rain is really something..."] = "Das nenne ich mal einen Regenschauer...",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   935
--      ["This will be fun!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   936
--      ["Those aliens are destroying the island!"] = "", -- A_Classic_Fairytale:family
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   937
	["Timed Kamikaze!"] = "Pünktliches Kamikaze!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   938
	["Time Extended!"] = "Zeit verlängert!",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   939
	["Time Extension"] = "Zeitverlängerung",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   940
	["Time Left: "] = "Verbleibende Zeit",
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5846
diff changeset
   941
	["TIME: "] = "ZEIT: ",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   942
--      ["Tip: The rope physics are different than in the real world, |use it to your advantage!"] = "", -- Basic_Training_-_Rope
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   943
	["Toggle Shield"] = "Schild ein/aus",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   944
--      ["To help you, of course!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   945
--      ["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: 5945
diff changeset
   946
--      ["Torn Muscle"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   947
--      [" to save the village."] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   948
--      ["To the caves..."] = "", -- A_Classic_Fairytale:united
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   949
	["Toxic Team"] = "Giftige Gegner", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
   950
	["TRACK COMPLETED"] = "STRECKENLAUF BEENDET",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   951
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   952
--      ["training"] = "", -- portal
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   953
--      ["Traitors"] = "", -- A_Classic_Fairytale:epil
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   954
--      ["Tribe"] = "", -- A_Classic_Fairytale:backstab
4660
8ff3dead5850 Add polish translation. Also make it clearer in the commented lines that each line must have a comma
szczur+nemo
parents: 4645
diff changeset
   955
--	["TrophyRace"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   956
--      ["Try to protect the chief! You won't lose if he dies, but it is advised that he survives."] = "", -- A_Classic_Fairytale:united
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   957
--      ["T_T"] = "",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   958
	["Tumbling Time Extended!"] = "Purzelzeit verlängert!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   959
--      ["Turns until Sudden Death: "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   960
--      [" turns until Sudden Death! Better hurry!"] = "", -- A_Classic_Fairytale:dragon
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   961
	["Turn Time"] = "Zeit pro Zug",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   962
--      ["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: 5945
diff changeset
   963
--      ["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: 5945
diff changeset
   964
--      ["Uhmm...ok no."] = "", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
   965
--      ["ULTRA KILL"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   966
--      ["Under Construction"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   967
--      ["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
   968
--      ["Unique new weapons"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   969
--      ["Unit 0x0007"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   970
--      ["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
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   971
	["Unit 3378"] = "Einheit 3378",
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   972
	["Unit 835"] = "Einheit 3378",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   973
--      ["United We Stand"] = "", -- A_Classic_Fairytale:united
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5846
diff changeset
   974
	["Unit"] = "Einheit",
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   975
	["Unlimited Attacks"] = "Unbegrenzte Angriffe",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   976
--      ["Unlucky Sods"] = "", -- User_Mission_-_Rope_Knock_Challenge
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   977
	["Unstoppable!"] = "Unaufhaltbar!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   978
--      ["Unsuspecting Louts"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   979
--      ["[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: 5945
diff changeset
   980
--      ["Use it wisely!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   981
--      ["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: 4865
diff changeset
   982
--      ["User Challenge"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   983
--      ["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: 5945
diff changeset
   984
--      ["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: 5945
diff changeset
   985
--      ["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: 5945
diff changeset
   986
--      ["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
   987
--      ["Use your ready time to think."] = "", -- Frenzy
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   988
	["Use your rope to get from start to finish as fast as you can!"] = "Nutze das Seil um von Start zu Ziel zu gelangen - so schnell du kannst!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
   989
--      ["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
   990
--      ["Vampirism"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   991
--      ["Vedgies"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   992
--      ["Vegan Jack"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   993
--      ["Victory!"] = "", -- Basic_Training_-_Rope
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
   994
	["Victory for the "] = "Sieg für ", -- CTF_Blizzard, Capture_the_Flag
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   995
--      ["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: 5945
diff changeset
   996
--      ["Walls Left"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   997
--      ["Walls Required"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   998
--      ["WALL TO WALL"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
   999
--      ["Wannabe Flyboys"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1000
--      ["Wannabe Shoppsta"] = "", -- User_Mission_-_Rope_Knock_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1001
--      ["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
  1002
--      ["Watermelon Bomb"] = "", -- Construction_Mode
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
  1003
	["Waypoint placed."] = "Wegpunkt gesetzt",
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
  1004
	["Way-Points Remaining"] = "Wegpunkte verbleibend",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1005
--      ["Weaklings"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1006
--      ["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
  1007
--      ["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
  1008
--      ["Weapon Filter"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1009
--      ["weaponschemes"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1010
--      ["Weapons reset."] = "", -- Highlander
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
  1011
	["Weapons Reset"] = "Waffenzurücksetzung",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1012
--      ["We are indeed."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1013
--      ["We can't defeat them!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1014
--      ["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: 5945
diff changeset
  1015
--      ["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: 5945
diff changeset
  1016
--      ["We have no time to waste..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1017
--      ["We have nowhere else to live!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1018
--      ["We have to protect the village!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1019
--      ["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: 5945
diff changeset
  1020
--      ["Welcome, Leaks A Lot!"] = "", -- A_Classic_Fairytale:journey
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
  1021
	["Well done."] = "Gut gemacht.",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1022
--      ["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: 5945
diff changeset
  1023
--      ["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: 5945
diff changeset
  1024
--      ["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: 5945
diff changeset
  1025
--      ["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: 5945
diff changeset
  1026
--      ["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: 5945
diff changeset
  1027
--      ["We made sure noone followed us!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1028
--      ["We need to move!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1029
--      ["We need to prevent their arrival!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1030
--      ["We need to warn the village."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1031
--      ["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: 5945
diff changeset
  1032
--      ["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: 5945
diff changeset
  1033
--      ["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: 5945
diff changeset
  1034
--      ["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: 5945
diff changeset
  1035
--      ["What a douche!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1036
--      ["What am I gonna...eat, yo?"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1037
--      ["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: 5945
diff changeset
  1038
--      ["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: 5945
diff changeset
  1039
--      ["What a ride!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1040
--      ["What a strange cave!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1041
--      ["What a strange feeling!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1042
--      ["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: 5945
diff changeset
  1043
--      ["Whatever floats your boat..."] = "", -- A_Classic_Fairytale:shadow
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
  1044
--      [" 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: 5945
diff changeset
  1045
--      ["What has "] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1046
--      ["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: 5945
diff changeset
  1047
--      ["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: 5945
diff changeset
  1048
--      ["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: 5945
diff changeset
  1049
--      ["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: 5945
diff changeset
  1050
--      ["When?"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1051
--      ["When I find it..."] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1052
--      ["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: 5945
diff changeset
  1053
--      ["Where are they?!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1054
--      ["Where did that alien run?"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1055
--      ["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: 5945
diff changeset
  1056
--      ["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: 5945
diff changeset
  1057
--      ["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: 5945
diff changeset
  1058
--      ["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: 5945
diff changeset
  1059
--      ["Where do you get that?!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1060
--      ["Where have you been?!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1061
--      ["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
  1062
--      ["Whip"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1063
--      ["? Why?"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1064
--      ["Why "] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1065
--      ["! Why?!"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1066
--      ["Why are you doing this?"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1067
--      ["Why are you helping us, uhm...?"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1068
--      ["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: 5945
diff changeset
  1069
--      ["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: 5945
diff changeset
  1070
--      ["Why do you not like me?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1071
--      ["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: 5945
diff changeset
  1072
--      ["Why me?!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1073
--      ["Why would they do this?"] = "", -- A_Classic_Fairytale:backstab
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
  1074
--      ["- 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
  1075
--      ["- 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
  1076
--      ["- 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
  1077
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 8045
diff changeset
  1078
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
  1079
	["Will this ever end?"] = "Wird dies je enden?",
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
  1080
--      ["WINNER IS "] = "", -- Mutant
5945
3157d13eeb7e german translations, a lot was still missing -.-
sheepluva
parents: 5889
diff changeset
  1081
	["WINNING TIME: "] = "BESTZEIT: ",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1082
--      ["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: 5945
diff changeset
  1083
--      ["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: 5945
diff changeset
  1084
--      ["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: 5945
diff changeset
  1085
--      ["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: 5945
diff changeset
  1086
--      ["Wow, what a dream!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1087
--      ["Y3K1337"] = "", -- A_Classic_Fairytale:journey, A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1088
--      ["Yay, we won!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1089
--      ["Y Chwiliad"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1090
--      ["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: 5945
diff changeset
  1091
--      ["Yeah, sure! I died. Hillarious!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1092
--      ["Yeah, take that!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1093
--      ["Yeah? Watcha gonna do? Cry?"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1094
--      ["Yes!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1095
--      ["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: 5945
diff changeset
  1096
--      ["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
  1097
--      ["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: 5945
diff changeset
  1098
--      ["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: 5945
diff changeset
  1099
--      ["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: 5945
diff changeset
  1100
--      ["! You bastards!"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1101
--      ["You bear impressive skills, "] = "", -- A_Classic_Fairytale:dragon
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7827
diff changeset
  1102
--      ["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: 5945
diff changeset
  1103
--      ["You couldn't possibly believe that after refusing my offer I'd just let you go!"] = "", -- A_Classic_Fairytale:journey
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
  1104
	["You'd almost swear the water was rising!"] = "Man könnte fast schwören das Wasser würde steigen!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1105
--      ["You'd better watch your steps..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1106
--      ["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: 5945
diff changeset
  1107
--      ["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: 5945
diff changeset
  1108
--      ["You have "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1109
--      ["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: 5945
diff changeset
  1110
--      ["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: 5945
diff changeset
  1111
--      ["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: 5945
diff changeset
  1112
--      ["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: 5945
diff changeset
  1113
--      ["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: 5945
diff changeset
  1114
--      ["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: 5945
diff changeset
  1115
--      ["You have finally figured it out!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1116
--      ["You have kidnapped our whole tribe!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1117
--      ["You have killed an innocent hedgehog!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1118
--      ["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: 5945
diff changeset
  1119
--      ["You have proven yourselves worthy!"] = "", -- A_Classic_Fairytale:enemy
5846
99e0dccf5529 german lua translations
sheepluva
parents: 5844
diff changeset
  1120
	["You have SCORED!!"] = "Du hast GEPUNKTET!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1121
--      ["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: 5945
diff changeset
  1122
--      ["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: 5945
diff changeset
  1123
--      ["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: 5945
diff changeset
  1124
--      ["You just committed suicide..."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1125
--      ["You killed my father, you monster!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1126
--      ["You know...taking a stroll."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1127
--      ["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: 5945
diff changeset
  1128
--      ["You'll see what I mean!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1129
--      ["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
  1130
--      ["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
  1131
--      ["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: 5945
diff changeset
  1132
--      ["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: 5945
diff changeset
  1133
--      ["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: 5945
diff changeset
  1134
--      ["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: 5945
diff changeset
  1135
--      ["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: 5945
diff changeset
  1136
--      ["Your deaths will be avenged, cannibals!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1137
--      ["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: 5945
diff changeset
  1138
--      ["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: 5945
diff changeset
  1139
--      ["You're a pathetic liar!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1140
--      ["You're funny!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1141
--      ["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: 5945
diff changeset
  1142
--      ["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: 5945
diff changeset
  1143
--      ["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: 5945
diff changeset
  1144
--      ["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: 5945
diff changeset
  1145
--      ["Your hogs must survive!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1146
--      ["Your movement skills will be evaluated now."] = "", -- A_Classic_Fairytale:first_blood
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
  1147
	["You saved"] = "Gerettet: ",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1148
--      ["You've been assaulting us, we have been just defending ourselves!"] = "", -- A_Classic_Fairytale:enemy
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
  1149
	["You've failed. Try again."] = "Du bist gescheitert. Versuche es nochmal.",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
  1150
	["You've reached the goal!| |Time: "] = "Ziel erreicht!| |Zeit: ",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1151
--      ["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
  1152
--      ["- 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: 5945
diff changeset
  1153
--      ["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: 5945
diff changeset
  1154
--      ["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
  1155
--      ["Zealandia"] = "", -- Continental_supplies
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
  1156
	["'Zooka Team"] = "Die Knalltüten",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 5945
diff changeset
  1157
--      ["Zork"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
4502
759c1a3bb156 lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff changeset
  1158
    }