share/hedgewars/Data/Locale/pt_PT.lua
author nemo
Tue, 28 Oct 2014 09:56:28 -0400
changeset 10449 d108ca108ef3
parent 9118 4ffcc472da92
child 12716 d6acad807057
permissions -rw-r--r--
Update locale to latest strings. This does NOT include the string format improvement.
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 = {
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
     2
	[":("] = ":(",
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
     3
	["!!!"] = "!!!",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
     4
	["..."] = "...",
7902
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7827
diff changeset
     5
	["011101000"] = "011101000", -- A_Classic_Fairytale:dragon
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7827
diff changeset
     6
	["011101001"] = "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: 9118
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: 9118
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: 9118
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: 9118
diff changeset
    10
--      ["+2 for becoming a Mutant"] = "", -- Mutant
7902
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7827
diff changeset
    11
	["30 minutes later..."] = "30 minutos depois...", -- A_Classic_Fairytale:shadow
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    12
	["About a month ago, a cyborg came and told us that you're the cannibals!"] = "À volta de um mês atrás, apareceu um cyborg e disse-nos que voces é que eram os cabinais!", -- A_Classic_Fairytale:enemy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    13
	["Accuracy Bonus!"] = "Bónus de Precisão!",
7902
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7827
diff changeset
    14
	["Ace"] = "Ás", -- User_Mission_-_RCPlane_Challenge, User_Mission_-_Rope_Knock_Challenge
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7827
diff changeset
    15
	["Achievement Unlocked"] = "Proeza Desbloqueada", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_That_Sinking_Feeling, Tumbler
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
    16
	["???"] = "???", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    17
	["A Classic Fairytale"] = "Um Clássico Conto de Fadas", -- A_Classic_Fairytale:first_blood
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    18
	["Actually, you aren't worthy of life! Take this..."] = "Pensando melhor, não mereçes viver! Toma isto...", -- A_Classic_Fairytale:shadow
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    19
	["A cy-what?"] = "Um cy-quê?", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
    20
--      ["Advanced Repositioning Mode"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    21
	["Adventurous"] = "Aventureiro", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
    22
--      ["a frenetic Hedgewars mini-game"] = "", -- Frenzy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    23
	["Africa"] = "África", -- Continental_supplies
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    24
	["After Leaks A Lot betrayed his tribe, he joined the cannibals..."] = "Depois do Leaks A Lot ter traído a sua tribo, ele juntou-se aos canibais...", -- A_Classic_Fairytale:first_blood
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    25
	["After the shock caused by the enemy spy, Leaks A Lot and Dense Cloud went hunting to relax."] = "Depois do choque causado pelo espião inimigo, Leaks A Lot e Nuvem Densa foram caçar para relaxar.", -- A_Classic_Fairytale:shadow
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    26
	["Again with the 'cannibals' thing!"] = "Outra vez com a cena dos 'canibais'!", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
    27
--      ["Aggressively removes enemy hedgehogs."] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    28
	["a Hedgewars challenge"] = "um desafio Hedgewars", -- User_Mission_-_RCPlane_Challenge, User_Mission_-_Rope_Knock_Challenge
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
    29
	["a Hedgewars mini-game"] = "um mini-jogo Hedgewars", -- Space_Invasion, The_Specialists
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
    30
--      ["a Hedgewars tag game"] = "", -- Mutant
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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"] = "Pratica a tua pontaria", --Bazooka, Shotgun, SniperRifle
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
    33
--      ["Air Attack"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    34
--      ["A leap in a leap"] = "Um salto num salto", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    35
	["A little gift from the cyborgs"] = "Um pequeno presente dos cyborgs", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    36
	["All gone...everything!"] = "Foi-se...tudo!", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 9118
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: 9118
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: 9118
diff changeset
    40
--      ["Allows the placement of weapons, utiliites, and health crates."] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    41
	["All right, we just need to get to the other side of the island!"] = "Ok, so precisamos de chegar ao outro lado da ilha!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    42
	["All walls touched!"] = "Todas as paredes alcançadas!", -- WxW
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    43
--      ["Ammo Depleted!"] = "Munições Esgotadas!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    44
--      ["ammo extended!"] = "munições adicionadas!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    45
	["Ammo is reset at the end of your turn."] = "O armamento é reposto no fim do teu turno.",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
    46
--      ["Ammo Maniac!"] = "",
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
    47
	["Ammo"] = "Munições",
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    48
	["And how am I alive?!"] = "E como raio estou eu vivo ainda?!", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    50
	["And so it began..."] = "E assim começou...", -- A_Classic_Fairytale:first_blood
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    51
	["...and so the cyborgs took over the world..."] = "...e então os cyborgs apoderaram-se do mundo...", -- A_Classic_Fairytale:shadow
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    52
	["And so they discovered that cyborgs weren't invulnerable..."] = "E então descobriram que os cyborgs não eram invulneráveis...", -- A_Classic_Fairytale:journey
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    53
	["And where's all the weed?"] = "E onde está a erva toda?", -- A_Classic_Fairytale:dragon
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    54
	["And you believed me? Oh, god, that's cute!"] = "E tu acreditaste em mim? Ai meu deus, tão fofo!", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 9118
diff changeset
    56
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    57
	["Antarctica"] = "Antártica", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 9118
diff changeset
    59
--      ["Area"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    60
	["Are we there yet?"] = "Já chegámos?", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    61
--      ["Are you accusing me of something?"] = "Estás a acusar-me de alguma coisa?", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    62
--      ["Are you saying that many of us have died for your entertainment?"] = "Estás a tentar dizer-me que estas quantidade de nós morreu para o teu entertenimento?", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
    63
--      ["Artur Detour"] = "", -- A_Classic_Fairytale:queen
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    64
	["As a reward for your performance, here's some new technology!"] = "De forma a recompensar o teu desempenho, aqui tens alguma nova tecnologia!", -- A_Classic_Fairytale:dragon
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    65
	["a shoppa minigame"] = "um minijogo shoppa", -- WxW
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    66
	["Asia"] = "Ásia", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
    67
--      ["Assault Team"] = "", -- A_Classic_Fairytale:backstab
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    68
	["As the ammo is sparse, you might want to reuse ropes while mid-air.|"] = "Como o armamento está muito disperso, podes querer reutilizar a corda enquanto no ar.|", -- A_Classic_Fairytale:dragon
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
    69
--      ["As the challenge was completed, Leaks A Lot set foot on the ground..."] = "", -- A_Classic_Fairytale:first_blood
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    70
	["As you can see, there is no way to get on the other side!"] = "Como podes ver, não existe forma de passarmos para o outro lado!", -- A_Classic_Fairytale:dragon
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
    71
	["Attack From Rope"] = "Ataca Da Corda", -- WxW
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    72
	["Australia"] = "Austrália", -- Continental_supplies
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    73
--      ["Available points remaining: "] = "Pontos activos restantes: ",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    74
--      ["Back Breaker"] = "Parte Costas", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
    75
--      ["Back in the village, after telling the villagers about the threat..."] = "De volta à\Mais tarde na aldeia, depois de ter avisado os aldeões sobre a ameaça...", -- A_Classic_Fairytale:united
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
    76
	["[Backspace]"] = "[Retrocesso (backspace)]",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
    77
--      ["Backstab"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
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: 5685
diff changeset
    80
--      ["Bamboo Thicket"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
    81
--      ["Barrel Eater!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
    82
--      ["Barrel Launcher"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
    83
--      ["Barrel Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
    84
--      ["Baseball Bat"] = "", -- Construction_Mode
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
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!"] = "Bate bolas contra os teus|enimigos e empurra-os ao mar!",
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!"] = "Bate os teus adversarios|fora do mapa acertando com eles no cesto!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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"] = "Treino com Bazuca",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
    90
--      ["Beep Loopers"] = "", -- A_Classic_Fairytale:queen
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    91
	["Best laps per team: "] = "Melhores voltas por equipa: ",
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: 5027
diff changeset
    92
--      ["Best Team Times: "] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
    94
--      ["Bio-Filter"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
    96
--      ["Birdy"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
    97
--      ["Blender"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
    98
--      ["Bloodpie"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
    99
--      ["Bloodrocutor"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   100
--      ["Bloodsucker"] = "", -- A_Classic_Fairytale:shadow
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   101
--      ["Bloody Rookies"] = "", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   102
--      ["Blowtorch"] = "", -- Construction_Mode, Frenzy
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   103
--      ["Blue Team"] = "", -- User_Mission_-_Dangerous_Ducklings
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   104
--      ["Bone Jackson"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   105
--      ["Bonely"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   106
	["BOOM!"] = "BOOM!",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   107
	["Boom!"] = "Boom!",
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   108
	["Boss defeated!"] = "Boss derrotado!",
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: 5027
diff changeset
   109
--      ["Boss Slayer!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   110
--      ["Brain Blower"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
diff changeset
   112
--      ["Brainila"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   113
--      ["Brain Stu"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   114
--      ["Brain Teaser"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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: 9118
diff changeset
   117
--      ["Build a fortress and destroy your enemy."] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   118
--      ["Build a track and race."] = "Constroi uma pista e compete numa corrida.",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   119
--      ["Bullseye"] = "Em cheio", -- A_Classic_Fairytale:dragon
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   120
--      ["But it proved to be no easy task!"] = "", -- A_Classic_Fairytale:dragon
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   121
	["But that's impossible!"] = "Mas isso é impossível!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   122
--      ["But the ones alive are stronger in their heart!"] = "Mas os sobreviventes têm um coração mais forte! (não faz sentido assim...)", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   123
--      ["But...we died!"] = "Mas...nós morremos!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   124
--      ["But where can we go?"] = "Mas para onde podemos ir?", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   125
--      ["But why would they help us?"] = "Mas porque nos ajudariam eles?", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   126
--      ["But you're cannibals. It's what you do."] = "Mas voçês são canibais. É o que (voçês)fazem.", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   127
--      ["But you said you'd let her go!"] = "Mas disseste que a deixarias ir!", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   128
--      ["Cake"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   129
--      ["Call me Beep! Well, 'cause I'm such a nice...person!"] = "Trata-me por Beep! Bem, porque eu sou um---a pessoa tão simpática!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   130
	["Cannibals"] = "Canibais", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:first_blood
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   131
--      ["Cannibal Sentry"] = "", -- A_Classic_Fairytale:journey
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   132
--      ["Cannibals?! You're the cannibals!"] = "Canibais?! Vocês são os canibais!", -- A_Classic_Fairytale:enemy
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   133
	["CAPTURE THE FLAG"] = "CAPTURAR A BANDEIRA",
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   134
	["Careless"] = "Descuidado",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   135
	["Carol"] = "Carol", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   136
	["CHALLENGE COMPLETE"] = "DESAFIO COMPLETO", -- User_Mission_-_RCPlane_Challenge
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   137
	["Change Weapon"] = "Trocar Arma",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   138
--      ["changing range from %i%% to %i%% with period of %i msec"] = "", -- Gravity
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
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..."] = "Escolhe o teu lado! Se quiseres juntar-te ao homem estranho, aproxima-te dele! Caso contrario, afastate dele. Se decidires atac...esquece...", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   140
--      ["Cleaver"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   141
--      ["Cleaver Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   142
--      ["Climber"] = "", -- ClimbHome
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   143
--      ["Climb Home"] = "", -- ClimbHome
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   144
--      ["Clowns"] = "", -- User_Mission_-_Nobody_Laugh
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   145
	["Clumsy"] = "Desastrado",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   146
--      ["Cluster Bomb"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   147
	["Cluster Bomb MASTER!"] = "MESTRE da Bomba de Fragmentos!", -- Basic_Training_-_Cluster_Bomb
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   148
	["Cluster Bomb Training"] = "Treino com Bomba de Fragmentos!", -- Basic_Training_-_Cluster_Bomb
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   149
--      ["Codename: Teamwork"] = "Nome de código: Trabalho em Equipa",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   150
	["Collateral Damage"] = "Dano Colateral", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   151
	["Collateral Damage II"] = "Dano Colateral II", -- A_Classic_Fairytale:journey
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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: 6352
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: 6352
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: 6352
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: 6352
diff changeset
   157
--      ["Compete to use as few planes as possible!"] = "", -- User_Mission_-_RCPlane_Challenge
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   158
	["Complete the track as fast as you can!"] = "Completa a pista o mais rápido que conseguires!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   159
--      ["COMPLETION TIME"] = "", -- User_Mission_-_Rope_Knock_Challenge
7902
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7827
diff changeset
   160
--      ["Configuration accepted."] = "Configuração aceite", -- WxW
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   161
	["Congratulations!"] = "Parabéns!",
7902
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7827
diff changeset
   162
--      ["Congratulations"] = "Parabéns", -- Basic_Training_-_Rope
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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."] = "Parabéns! Eliminaste todos os alvos|dentro do tempo limite.", --Bazooka, Shotgun, SniperRifle
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   166
--      ["CONSTRUCTION MODE"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   167
--      ["Construction Station"] = "", -- Construction_Mode
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   168
--      ["Continental supplies"] = "", -- Continental_supplies
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   169
--      ["Control pillars to score points."] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   170
--      ["Core"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   171
--      ["Corporationals"] = "", -- A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   172
--      ["Corpsemonger"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   174
--      ["Cost"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   175
--      ["Crate Placement Tool"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
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: 9118
diff changeset
   178
--      ["Current setting is "] = "", -- Gravity
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   179
	["Cybernetic Empire"] = "Império Cibernético",
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
   180
--      ["Cyborg. It's what the aliens call themselves."] = "Cyborg. É o que os extra terrestres se chamam a eles mesmos(errrr)\autointitulam", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   181
--      ["Dahmer"] = "", -- A_Classic_Fairytale:backstab
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   182
--      ["DAMMIT, ROOKIE!"] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   183
--      ["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "",
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   184
	["Dangerous Ducklings"] = "Patinhos perigosos",
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: 5027
diff changeset
   185
--      ["Deadweight"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   186
--      ["Decrease"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   187
--      ["Defeat the cannibals"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   188
--      ["Defeat the cannibals!|"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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: 9118
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: 6352
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: 9118
diff changeset
   193
--      ["Dematerializes weapons and equipment carried by enemy hedgehogs."] = "", -- Construction_Mode
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
   194
	["Demolition is fun!"] = "Demolir é divertido!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   195
	["Dense Cloud must have already told them everything..."] = "O Nuvem Densa já lhes deve ter dito tudo...", -- A_Classic_Fairytale:shadow
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   196
	["Dense Cloud"] = "Nuvem Densa", -- 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
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: 5027
diff changeset
   197
--      ["Depleted Kamikaze!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 6352
diff changeset
   199
--      ["Destroy him, Leaks A Lot! He is responsible for the deaths of many of us!"] = "", -- A_Classic_Fairytale:first_blood
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   200
--      ["Destroy invaders to score points."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
diff changeset
   202
--      ["Destroy the targets!|Hint: [Up], [Down] to aim, [Space] to shoot"] = "", -- A_Classic_Fairytale:first_blood
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
   203
	["Did anyone follow you?"] = "Foste seguido por alguém?", -- A_Classic_Fairytale:united
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   204
--      ["Did you see him coming?"] = "", -- A_Classic_Fairytale:shadow
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
   205
	["Did you warn the village?"] = "Avisaste a aldeia?", -- A_Classic_Fairytale:shadow
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
   206
	["Die, die, die!"] = "Morre, morre, morre!", -- A_Classic_Fairytale:dragon
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
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: 6352
diff changeset
   208
--      ["Dist: "] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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: 6352
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: 5685
diff changeset
   212
--      ["Double Kill!"] = "",
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   213
--      ["DOUBLE KILL"] = "", -- Mutant
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   214
--      ["Do you have any idea how valuable grass is?"] = "Tnes alguma ideia do quão aliosa esta erva é?", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   215
--      ["Do you think you're some kind of god?"] = "Pensas que és\Axas-te algum tipo de deus?", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   217
--      ["Drill Rocket"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
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: 5027
diff changeset
   220
--      ["Drone Hunter!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 9118
diff changeset
   222
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   223
--      ["Drowner"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   224
--      ["Dude, all the plants are gone!"] = "Bacano, os planetas desapareceram todos!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   225
--      ["Dude, can you see Ramon and Spiky?"] = "Bacano, consegues ver o Ramon e o Spiky?", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   226
--      ["Dude, that's so cool!"] = "Bacano, isso\isto é tão fixe!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   227
--      ["Dude, we really need a new shaman..."] = "Bacano, precisamos mesmo de um xamã...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   228
--      ["Dude, what's this place?!"] = "Bacano, que sitio é este?!", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   229
--      ["Dude, where are we?"] = "Bacano, onde estamos?", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   230
--      ["Dude, wow! I just had the weirdest high!"] = "Bacano, wow! Acabei de ter o 'high' mais esquesito de sempre.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   231
	["Duration"] = "Duração", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 9118
diff changeset
   233
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   234
--      ["Dynamite"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   235
--      ["Each turn is only ONE SECOND!"] = "", -- Frenzy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   236
--      ["Each turn you get 1-3 random weapons"] = "Todos os turnos recebes 1-3 armas aleatórias",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   237
--      ["Each turn you get one random weapon"] = "Todos os turnos recebes uma arma aleatória",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
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: 9118
diff changeset
   240
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   241
--      ["Ear Sniffer"] = "Snifa ouvidos\orelhas", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:epil
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   242
--      ["Elderbot"] = "", -- A_Classic_Fairytale:family
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   243
--      ["Elimate your captor."] = "Elimina o teu raptor.", -- User_Mission_-_The_Great_Escape
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   244
	["Eliminate all enemies"] = "Elimina todos os inimigos",
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."] = "Destrói todos os alvos antes do tempo terminar.|Tens munições infinitas para esta missão.", --Bazooka, Shotgun, SniperRifle
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   246
--      ["Eliminate enemy hogs and take their weapons."] = "Elimina os ouriços enimigos e fica-lhes com as armas\apodera-te das armas deles.", -- Highlander
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   247
	["Eliminate Poison before the time runs out"] = "Elimina o Poison antes do tempo terminar.",
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   248
	["Eliminate the Blue Team"] = "Elimina a equipa azul",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   249
--      ["Eliminate the enemy before the time runs out"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   250
--      ["Eliminate the enemy hogs to win."] = "Elimina os ouriços inimigos para ganhar.",
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   251
--      ["Eliminate the enemy specialists."] = "Elimina os especialistas inimigos.",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   252
--      ["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 5685
diff changeset
   254
--      ["Energetic Engineer"] = "",
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   255
	["Enjoy the swim..."] = "Aproveita o mergulho",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   256
	["[Enter]"] = "[Enter]",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   257
	["Europe"] = "Europa", -- Continental_supplies
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   258
--      [" ever done to you?!"] = " alguma vez te aconteceu?!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   259
--      ["Everyone knows this."] = "Toda a gente sabe isso.", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   260
--      ["Every single time!"] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   261
--      ["Everything looks OK..."] = "", -- A_Classic_Fairytale:enemy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   262
--      ["Exactly, man! That was my dream."] = "Exactamente, homem! Esse era o meu sonho.", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   263
--      ["Extra Damage"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   264
--      ["Extra Time"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   265
--      ["Eye Chewer"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   266
--      ["Family Reunion"] = "", -- A_Classic_Fairytale:family
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   267
	["Fastest lap: "] = "Volta mais rápida: ",
4664
debfdc340e68 add new translation phrases missed through insufficient quoting, remove duplicated hog name entries, add almost complete polish translation
szczur+nemo
parents: 4662
diff changeset
   268
--      ["Feeble Resistance"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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: 6352
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: 6352
diff changeset
   272
--      ["Femur Lover"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   273
--      ["Fierce Competition!"] = "", -- Space_Invasion
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   274
	["Fiery Water"] = "Água Flamejante", -- 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: 9118
diff changeset
   275
--      ["Filthy Blue"] = "", -- User_Mission_-_Dangerous_Ducklings
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   276
	["Find your tribe!|Cross the lake!"] = "Encontra a tua tribo|Atravessa o lago!", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   277
--      ["Finish your training|Hint: Animations can be skipped with the [Precise] key."] = "Acaba o teu treino|Ajuda: As animações podem ser saltadas com a tecla [Precisão].", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   278
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   279
	["Fire"] = "Fogo",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   280
	["First aid kits?!"] = "Kits de primeiros socorros?!", -- A_Classic_Fairytale:united
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   281
--      ["First Blood"] = "", -- A_Classic_Fairytale:first_blood
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   282
--      ["FIRST BLOOD MUTATES"] = "", -- Mutant
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   283
--      ["First Steps"] = "Primeiros Passos", -- A_Classic_Fairytale:first_blood
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   284
	["Flag captured!"] = "Bandeira capturada!",
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   285
	["Flag respawned!"] = "Bandeira reiniciada!",
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   286
	["Flag returned!"] = "Bandeira devolvida!",
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: 5027
diff changeset
   287
--      ["Flags, and their home base will be placed where each team ends their first turn."] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   288
--      ["Flamer"] = "Azeiteiro",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   289
--      ["Flamethrower"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   290
--      ["Flaming Worm"] = "Minhoca Flamejante", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   291
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   293
--      ["Flying Saucer"] = "", -- Construction_Mode, Frenzy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   294
	["For improved features/stability, play 0.9.18+"] = "Para mais funcionalidades e maior estabilidade, joga 0.9.18+", -- WxW
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   295
	["Free Dense Cloud and continue the mission!"] = "Liberta o Nuvem Densa e continua a tua missão!", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   296
--      ["Freezer"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   297
--      ["FRENZY"] = "", -- Frenzy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   298
--      ["Friendly Fire!"] = "Fogo amigável!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   299
--      ["fuel extended!"] = "combustivel aumentado!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   300
--      ["GAME BEGUN!!!"] = "O JOGO COMEÇOU!!!",
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   301
	["Game Modifiers: "] = "Modificadores de Jogo: ",
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   302
	["GAME OVER!"] = "GAME OVER!",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   303
--      ["Game Started!"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   304
	["Game? Was this a game to you?!"] = "Jogo? Isto foi um jogo para ti?!", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   305
--      ["GasBomb"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   307
--      ["General information"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   308
--      ["Generates power."] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   309
--      ["Generator"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   310
--      ["Get Dense Cloud out of the pit!"] = "Tira o Nuvem Densa do precipicio(?)", -- A_Classic_Fairytale:journey
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   311
	["Get on over there and take him out!"] = "Chega-te aqui e acaba com ele!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
diff changeset
   313
--      ["Get out of there!"] = "", -- User_Mission_-_The_Great_Escape
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   314
--      ["Get that crate!"] = "Vai buscar aquela caixa!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   315
--      ["Get the crate on the other side of the island!|"] = "Vai buscar a caixa no outro lado da ilha!|", -- A_Classic_Fairytale:journey
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   318
	["GG!"] = "GG! (Excelente jogo!)", -- User_Mission_-_Rope_Knock_Challenge
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   320
--      ["Girder"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   321
--      ["Girder Placement Mode"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   322
--      ["Glark"] = "", -- A_Classic_Fairytale:shadow
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   323
--      ["Goal"] = "Objectivo\Fim",
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   324
	["GO! GO! GO!"] = "GO! GO! GO!",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   325
	["Good birdy......"] = "Lindo passarito......",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   326
	["Good Dude"] = "Boa Bacano", -- User_Mission_-_The_Great_Escape
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   327
	["Good idea, they'll never find us there!"] = "Boa ideia, eles nunca nos vão encontrar aqui!", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   328
	["Good luck...or else!"] = "Boa sorte...caso contrário!", -- A_Classic_Fairytale:journey
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   329
	["Good luck out there!"] = "Boa sorte aí fora!",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   330
	["Good so far!"] = "Até agora tudo bem!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   331
--      ["Good to go!"] = "Pronto para seguir!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   332
	["Go on top of the flower"] = "Vai para cima da flor", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   333
	["Go, quick!"] = "Vai, rápido!", -- A_Classic_Fairytale:backstab
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   334
--      ["Gorkij"] = "", -- A_Classic_Fairytale:journey
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   335
--      ["Go surf!"] = "Vai 'surfar'!", -- WxW
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   336
--      ["GOTCHA!"] = "APANHEI-TE!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   337
--      ["Grab Mines/Explosives"] = "Agarra Minas/Explosivos",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 9118
diff changeset
   339
--      ["Gravity"] = "", -- Gravity
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   340
--      ["Great choice, Steve! Mind if I call you that?"] = "Excelente escolha, Steve! Importas-te que te chame\trate assim?", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   341
--      ["Great work! Now hit it with your Baseball Bat! |Tip: You can change weapon with 'Right Click'!"] = Bom trabalho! Agora dá-lhe com o teu bastão de basebal! [Ajuada: Podes trocar de arma com o 'Click Direito'!]"", -- Basic_Training_-_Rope
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   343
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 6352
diff changeset
   345
--      ["Greetings, "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   347
--      ["Grenade"] = "", -- Construction_Mode, Frenzy, A_Space_Adventure:death02
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   348
--      ["Grenade Training"] = "Treino com Granadas", -- Basic_Training_-_Grenade
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   349
--      ["Grenadiers"] = "", -- Basic_Training_-_Grenade
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   350
--      ["Guys, do you think there's more of them?"] = "Pessoal, axam que ainda há mais?\ha mais deles?", -- A_Classic_Fairytale:backstab
7902
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7827
diff changeset
   351
	["HAHA!"] = "HAHA!", -- A_Classic_Fairytale:enemy
a82b1bf2eca1 - Fix for little mistakes (applied to every hedgewars_*.ts file).
inu
parents: 7827
diff changeset
   352
	["Haha!"] = "Haha!", -- A_Classic_Fairytale:united
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   353
	["Hahahaha!"] = "Hahahaha!",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   354
--      ["Haha, now THAT would be something!"] = "Haha, agora ISSO seria espetacular!\é que era!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   355
--      ["Hammer"] = "", -- Construction_Mode, Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   356
--      ["Hannibal"] = "Hannibal", -- A_Classic_Fairytale:epil
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   357
--      [" Hapless Hogs left!"] = " Ouriços Desafortunados restantes!",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   358
--      ["Hapless Hogs"] = "Ouriços Desafortunados",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   359
--      [" HAS MUTATED"] = " MUTOU", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   360
--      ["Hatless Jerry"] = "", -- A_Classic_Fairytale:queen
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   361
--      ["Have no illusions, your tribe is dead, indifferent of your choice."] = "Não tenhas ilusoes, a tua tribo está morta, indiferentes à tua escolha.", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   362
--      ["Have we ever attacked you first?"] = "Alguma vez te atacamos primeiro?", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   363
--      ["Healing Station"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   364
--      ["Health Crate Placement Mode"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   365
	["Health crates extend your time."] = "As caixas de vida prolongam o teu tempo.",
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: 5027
diff changeset
   366
--      ["Heavy"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   367
--      ["Heavy Cannfantry"] = "", -- A_Classic_Fairytale:united
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   368
--      ["Hedge-cogs"] = "Engrenagens-ouriço", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 9118
diff changeset
   370
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   371
	["Hedgewars-Basketball"] = "Hedgewars-Basquetebol",
4645
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",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   373
--      ["Hedgibal Lecter"] = "Hedgibal Lecter", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   374
--      ["Heh, it's not that bad."] = "Heh, não é assim tão mau.\Podia ser pior.",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   375
--      ["Hellish Handgrenade"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   376
	["Hello again, "] = "Olá novamente, ", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   377
	["Help me, Leaks!"] = "Ajuda-me, Leaks!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   378
	["Help me, please!!!"] = "Ajuda-me, por favor!!!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   379
	["Help me, please!"] = "Ajuda-me, por favor!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   380
--      ["He moves like an eagle in the sky."] = "Ele move-se tal\como uma águia no ceu.", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   381
--      ["He must be in the village already."] = "Ele já deve estar\ter chegado à na aldeia.", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   382
--      ["Here, let me help you!"] = "Aqui, deixa-me ajudar-te!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   383
--      ["Here, let me help you save her!"] = "Aqui, deixa-me ajudar-te a salva-la!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   384
--      ["Here...pick your weapon!"] = "Aqui\Pega...agarra a tua arma!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   385
--      ["Hero Team"] = "Equipa Heroi", -- User_Mission_-_The_Great_Escape
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   386
	["He's so brave..."] = "Ele é tão corajoso...", -- A_Classic_Fairytale:first_blood
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   387
--      ["He won't be selling us out anymore!"] = "", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   388
	["Hey, guys!"] = "Hey, pessoal!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   389
	["Hey guys!"] = "Hey pessoal!", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   390
--      ["Hey! This is cheating!"] = "Hey! Isto\Isso é batota!", -- A_Classic_Fairytale:journey
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   391
--      ["HIGHLANDER"] = "", -- Highlander
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   392
--      ["Hightime"] = "", -- A_Classic_Fairytale:first_blood
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   393
--      ["Hint: Double Jump - Press [Backspace] twice"] = "Dica: Duplo Salto - Carrega [Retroceder] duas vezes", -- A_Classic_Fairytale:first_blood
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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: 6352
diff changeset
   396
--      ["Hint: you might want to stay out of sight and take all the crates...|"] = "", -- A_Classic_Fairytale:journey
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   397
--      ["His arms are so strong!"] = "Os braços dele são tão fortes!", -- 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: 5027
diff changeset
   398
--      ["Hit Combo!"] = "",
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
   399
	["Hmmm...actually...I didn't either."] = "Hmmm...na verdade...uu também não fazia ideia.", -- A_Classic_Fairytale:enemy
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   400
	["Hmmm..."] = "Hmmm...",
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   401
--      ["Hmmm, I'll have to find some way of moving him off this anti-portal surface..."] = "", -- portal
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   402
	["Hmmm...it's a draw. How unfortunate!"] = "Hmmm...é um empate. Que azar!", -- A_Classic_Fairytale:enemy
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
   403
	["Hmmm...perhaps a little more time will help."] = "Hmmm...talvez um pouco mais de tempo ajude.", -- A_Classic_Fairytale:first_blood
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   404
--      ["Hogminator"] = "", -- A_Classic_Fairytale:family
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
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: 9118
diff changeset
   407
--      ["Homing Bee"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   408
--      ["Honest Lee"] = "", -- A_Classic_Fairytale:enemy
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   409
	["Hooray!"] = "Hurra!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   410
--      ["Hostage Situation"] = "", -- A_Classic_Fairytale:family
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   411
--      ["How can I ever repay you for saving my life?"] = "Como posso eu (possivelmente) recompensar-te por teres salvo a minha vida?", -- A_Classic_Fairytale:journey
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   412
--      ["How come in a village full of warriors, it's up to me to save it?"] = "", -- A_Classic_Fairytale:dragon
8782
9f00cbc539e7 pt translation update
inu
parents: 8398
diff changeset
   413
	["How difficult would you like it to be?"] = "Quão difícil gostarias que fosse?", -- A_Classic_Fairytale:first_blood
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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: 6352
diff changeset
   416
--      ["However, if you fail to do so, she dies a most violent death! Muahahaha!"] = "", -- A_Classic_Fairytale:journey
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   417
--      ["However, my mates don't agree with me on letting you go..."] = "No entanto, os meus colegas não concordam com eu deixar-vos ir...", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   418
	[" HP"] = " 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"] = "Comando", --Bazooka, Shotgun, SniperRifle
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   420
--      ["I believe there's more of them."] = "Acredito que existem mais deles.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   421
--      ["I can see you have been training diligently."] = "Consigo ver que tens treinado diligentemente.", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   422
	["I can't believe it worked!"] = "Mal posso acreditar que funcionou!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   423
	["I can't believe this!"] = "Não posso acreditar nisto!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   424
	["I can't believe what I'm hearing!"] = "Não posso acreditar no que estou a ouvir!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   425
	["I can't wait any more, I have to save myself!"] = "Não tenho paciencia para esperar mais, tenho de me salvar a mim mesmo!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   426
--      ["I could just teleport myself there..."] = "Podia simplesmente teletransportar-me para la...", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   427
--      ["I'd better get going myself."] = "Seria melhor se fosse sozinho.", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   428
--      ["I didn't until about a month ago."] = "Nem pensei nisso até ao mês passado.", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   430
--      ["I feel something...a place! They will arrive near the circles!"] = "Eu sinti algo...um lugar! Eles vão chegar perto dos circulos!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   431
--      ["If only I had a way..."] = "Ao menos se eu tivesse uma maneira...", -- A_Classic_Fairytale:backstab
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   432
--      ["If only I were given a chance to explain my being here..."] = "", -- A_Classic_Fairytale:first_blood
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   433
--      ["I forgot that she's the daughter of the chief, too..."] = "Esqueci-me\Tinha-me esquecido que ela também é filha do chefe...", -- A_Classic_Fairytale:backstab
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   434
--      ["If they try coming here, they can have a taste of my delicious knuckles!"] = "", -- A_Classic_Fairytale:united
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   435
--      ["If you agree to provide the information we need, you will be spared!"] = "Se concordares em fornecer a informação que precisamos, serás poupado!", -- A_Classic_Fairytale:shadow
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 6352
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
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   438
--      ["If you get stuck, use your Desert Eagle or restart the mission!|"] = "Se ficares preso, usa o teu Desert Eagle ou recomeça a missão!|", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   439
--      ["If you know what I mean..."] = "Se percebes o que quero dizer...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   440
	["If you say so..."] = "Se tu o dizes...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   441
	["I guess you'll have to kill them."] = "Parece que vais ter de os matar.", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   442
	["I have come to make you an offering..."] = "Eu estou aqui para te fazer uma proposta...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   443
	["I have no idea where that mole disappeared...Can you see it?"] = "Não faço ideia para onde se meteu aquela toupeira...Consegues vê-la?", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   444
	["I have to follow that alien."] = "Tenho de seguir aquele alienígena.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   445
	["I have to get back to the village!"] = "Tenho de voltar para a aldeia!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   446
	["I hope you are prepared for a small challenge, young one."] = "Espero que estejas preparado para um pequeno desafio jovem.", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   447
	["I just don't want to sink to your level."] = "So não quero descer ao teu nível.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   448
	["I just found out that they have captured your princess!"] = "Acabei de descobrir que eles capturaram a princesa!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   449
	["I just wonder where Ramon and Spiky disappeared..."] = "Só gostava de saber para onde o Ramom e o Spiky desapareceram...", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   450
	["I'll hold them off while you return to the village!"] = "Eu mantenho-os ocupados enquanto regressas à aldeia!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   451
	["Imagine those targets are the wolves that killed your parents! Take your anger out on them!"] = "Imagina que aqueles alvos são os lobos que mataram os teus pais! Descarrega toda a tua raiva neles!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   452
	["I'm...alive? How? Why?"] = "Eu estou...vivo? Como? Por quê?", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   453
	["I'm a ninja."] = "Sou um ninja.", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   454
	["I marked the place of their arrival. You're welcome!"] = "Eu marquei o local onde vão chegar. Não é preciso agradecer!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   455
	["I'm certain that this is a misunderstanding, fellow hedgehogs!"] = "Tenho a certeza que isto é um mal entendido, camaradas ouriços!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   456
	["I mean, none of you ceased to live."] = "Quer dizer, nenhum de vocês cesou de viver.", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   457
	["I'm getting old for this!"] = "Estou a ficar velho para isto.", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   458
	["I'm getting thirsty..."] = "Estou a ficar com sede...", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   459
	["I'm here to help you rescue her."] = "Estou aqui para te ajudar a salva-la.", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   460
	["I'm not sure about that!"] = "Não tenho a certeza quanto a isso!", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   461
	["Impressive...you are still dry as the corpse of a hawk after a week in the desert..."] = "Impressionante...ainda estás seco tal e qual um cadáver de um falcão depois de uma semana no deserto...", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   462
	["I'm so scared!"] = "Tenho tanto medo!", -- A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   463
--      ["Increase"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   464
	["Incredible..."] = "Incrível...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   465
	["I need to find the others!"] = "Preciso de encontrar os outros!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   466
	["I need to get to the other side of this island, fast!"] = "Preciso de chegar ao outro lado da ilha, rápido!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   467
	["I need to move the tribe!"] = "Preciso de mover a tribo!", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   468
--      ["I need to prevent their arrival!"] = "Não posso deixar\permitir\Preciso de prevenir que cheguem!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   469
	["I need to warn the others."] = "Preciso de avisar os outros.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   470
	["In fact, you are the only one that's been acting strangely."] = "Na realidade, és o único que se tem comportado de forma estranha.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   471
	["In order to get to the other side, you need to collect the crates first.|"] = "De forma a conseguir chegar ao outro lado, tens primeiro de obter todas as caixas.", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   472
--      ["INSANITY"] = "", -- Mutant
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   473
	["Instructor"] = "Instrutor", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   474
	["Interesting idea, haha!"] = "Interessante ideia, haha!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   475
	["Interesting! Last time you said you killed a cannibal!"] = "Interessante! Da ultima vez disseste que tinhas morto um canibal!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   476
--      ["In the meantime, take these and return to your \"friend\"!"] = "Entretanto, pega\toma isto e volta para o teu \"amigo\"!", -- A_Classic_Fairytale:shadow
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   477
	["invaders destroyed"] = "invasores destruidos",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   478
	["Invasion"] = "Invasão", -- A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   479
--      ["Invulnerable"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   480
	["I saw it with my own eyes!"] = "Eu vi-o com os meus próprios olhos!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   481
	["I see..."] = "Estou a ver...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   482
--      ["I see you have already taken the leap of faith."] = "Vejo que ja deste um salto de fé", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   483
--      ["I see you would like his punishment to be more...personal..."] = "Estou a ver que gostarias que o seu fosse mais... pessoal...", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   484
--      ["I sense another wave of cannibals heading my way!"] = "Sinto que outro ataque de canibais vem na minha direcção!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   485
--      ["I sense another wave of cannibals heading our way!"] = "Sinto que outro ataque de canibais vem\se move na nossa direcção!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   486
	["I shouldn't have drunk that last pint."] = "Não devia ter bebido aquele ultimo caneco.", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   487
--      ["Is this place in my head?"] = "Este lugar é na minha cabeça?", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   488
	["It doesn't matter. I won't let that alien hurt my daughter!"] = "Não quero saber. Não vou deixar aquele alienígena magoar a minha filha!", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   489
	["I think we are safe here."] = "Penso que estamos seguros aqui.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   490
	["I thought their shaman died when he tried our medicine!"] = "Pensava que o xamã deles tinha morrido quando experimentou o nosso remédio!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   491
--      ["It is called 'Hogs of Steel'."] = "É chamado 'Hogs of Steel'.", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   492
	["It is time to practice your fighting skills."] = "Está na hora de praticar os habilidades em combate.", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   493
	["It must be a childhood trauma..."] = "Deve ser um trauma de criança...", -- A_Classic_Fairytale:family
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   494
	["It must be the aliens' deed."] = "Devem ser obra dos alienígenas!", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   495
	["It must be the aliens!"] = "Devem ser os alienígenas!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   496
	["It must be the cyborgs again!"] = "Devem ser os cyborgs novamente!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   497
--      ["I told you, I just found them."] = "Eu disse-te que os tinha acabado de encontrar.\que simplesmente os encontrei.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   498
	["It's a good thing SUDDEN DEATH is 99 turns away..."] = "Ainda bem que ainda faltam 99 turnos para MORTE SÚBITA...",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   499
	["It's always up to women to clear up the mess men created!"] = "Está sempre a cargo das mulheres, limpar a confusão que os homens criaram!", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   500
--      ["It's a shame, I forgot how to do that!"] = "É uma pena, esqueci-me de como fazer isso\tal coisa!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   501
	["It's impossible to communicate with the spirits without a shaman."] = "É impossível comunicar com os espiritos sem um xamã.", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   502
--      ["It's over..."] = "Acabou...\Finalmente acabou...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   503
--      ["It's time you learned that your actions have consequences!"] = "Está na hora de aprenderes que as tua ações teem consequencias!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   504
--      ["It's worth more than wood!"] = "É mais valioso\Vale mais que madeira!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   505
--      ["It wants our brains!"] = "Quer os nosso cérebros!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   506
	["It was not a dream, unwise one!"] = "Não foi um sonho, ó insensato!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   507
	["I've seen this before. They just appear out of thin air."] = "Eu já vi isto antes. Eles aparecem do nada.", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   508
	["I want to play a game..."] = "Eu quero jogar um jogo...", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   509
--      ["I want to see how it handles this!"] = "Quero ver como ele<se desembaraça nesta..> trata da situação!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   510
	["I wish to help you, "] = "Desejo ajudar-te, ", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   511
	["I wonder where Dense Cloud is..."] = "Pergunto-me onde estará o Nuvem Densa...", -- A_Classic_Fairytale:journey, A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   512
	["I wonder why I'm so angry all the time..."] = "Pergunto-me porque estou sempre tão zangado...", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   513
	["I won't let you kill her!"] = "Não te vou permitir que a mates!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   514
	["Jack"] = "Jack", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   515
	["Jeremiah"] = "Jeremiah", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   516
	["John"] = "John", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   517
	["Judas"] = "Judas", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   518
	["Jumping is disabled"] = "Saltar está desactivado",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   519
	["Just kidding, none of you have died!"] = "Estou só a brincar, nenhum de vocês morreu!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   520
--      ["Just on a walk."] = "Só a passear\dar um passeio.", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   521
	["Just wait till I get my hands on that trauma! ARGH!"] = "Espera até eu pôr as mãos naquele trauma! ARGH!", -- A_Classic_Fairytale:family
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   522
--      ["Kamikaze"] = "", -- Construction_Mode
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   523
	["Kamikaze Expert!"] = "Kamikaze profissional!",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   524
	["Keep it up!"] = "Continua assim!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   525
	["Kerguelen"] = "", -- Continental_supplies
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   526
--      ["Killing spree!"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   527
--      ["KILL IT!"] = "MATA-O!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   528
--      ["KILLS"] = "VITIMAS",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   529
	["Kill the aliens!"] = "Mata os alienígenas!", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   530
	["Kill the cannibal!"] = "Destrói o canibal!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   531
--      ["Kill the traitor...or spare his life!|Kill him or press [Precise]!"] = "Acaba com o traídor...ou poupa a sua vida!|Mata-o ou pressiona [Precisão]!", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   532
--      ["Land Sprayer"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   533
--      ["Laser Sight"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   534
--      ["Last Target!"] = "Ultimo Alvo!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   535
--      ["Leaderbot"] = "", -- A_Classic_Fairytale:queen
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   536
--      ["Leader"] = "Lider", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   537
--      ["Leaks A Lot, depressed for killing his loved one, failed to save the village..."] = "O Leaks A Lot, deprimido por ter morto a sua amada, não conseguiu salvar a aldeia...", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   538
	["Leaks A Lot gave his life for his tribe! He should have survived!"] = "Leaks A Lot deu a sua vida pela tribo! Ele devia ter sobrevivido!", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   539
	["Leaks A Lot"] = "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
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   540
	["Leaks A Lot must survive!"] = "Leaks A Lot tem de sobreviver!", -- A_Classic_Fairytale:journey
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   541
--      ["Led Heart"] = "", -- A_Classic_Fairytale:queen
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   542
	["Lee"] = "Lee", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   543
--      ["left shift"] = "", -- Continental_supplies
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   544
	["[Left Shift]"] = "[Shift Esquerdo]",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   545
	["Let a Continent provide your weapons!"] = "Deixa um Continente fornecer-vos armamento!", -- Continental_supplies
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   546
--      ["Let me test your skills a little, will you?"] = "Pemite-me testar as tuas habilidades um pouco\por um bocadinho.<, ok?>", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   547
	["Let's go home!"] = "Vamos para casa!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   548
	["Let's head back to the village!"] = "Vamos voltar para a aldeia!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   549
	["Let's see what your comrade does now!"] = "Vamos ver o que o teu camarada faz agora.", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   550
	["Let's show those cannibals what we're made of!"] = "Vamos mostrar àqueles canibais do que somos feitos!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   551
--      ["Let them have a taste of my fury!"] = "Deixa-os provar a minha fúria!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   552
	["Let us help, too!"] = "Deixa-nos ajudar também!", -- A_Classic_Fairytale:backstab
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   554
--      ["Limburger"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   555
	["Listen up, maggot!!"] = "Ouvem bem, verme!!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   556
--      ["Little did they know that this hunt will mark them forever..."] = "Nunca eles imaginariam que esta caça os marcaria para sempre...", -- A_Classic_Fairytale:shadow
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   557
--      ["Lively Lifeguard"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   558
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 9118
diff changeset
   560
--      ["Lonely Hog"] = "", -- ClimbHome
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   561
	["Look, I had no choice!"] = "Olha, eu não tive escolha!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   562
--      ["Look out! There's more of them!"] = "Cuidado! Existem mais!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   563
--      ["Look out! We're surrounded by cannibals!"] = "Cuidado! Estamos rodeados de cabinais!", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   565
--      ["Low Gravity"] = "", -- Construction_Mode, Frenzy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   566
--      ["Luckily, I've managed to snatch some of them."] = "Por sorte, consegui <roubar> alguns deles.", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   567
	["LUDICROUS KILL"] = "LUDICROUS KILL", -- Mutant
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   568
--      ["Made it!"] = "", -- ClimbHome
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
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: 6352
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: 7902
diff changeset
   571
--      ["Medicine: [Fire some exploding medicine that will heal all hogs effected by the explosion]"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   572
	["MEGA KILL"] = "MEGA KILL", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   573
--      ["Meiwes"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
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: 9118
diff changeset
   575
--      ["Mine"] = "", -- Construction_Mode, Frenzy
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   576
--      ["Mine Deployer"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   577
--      ["Mine Eater!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   578
--      ["Mine Placement Mode"] = "", -- Construction_Mode
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   579
	["|- Mines Time:"] = "|- Tempo das minas:", -- 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: 9118
diff changeset
   580
--      ["Mine Strike"] = "", -- Construction_Mode
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   581
	["MISSION FAILED"] = "MISSÃO FALHADA", -- User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   582
	["MISSION SUCCESSFUL"] = "MISSÃO COMPLETA", -- User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   583
	["MISSION SUCCESS"] = "MISSÃO COMPLETA", -- 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: 9118
diff changeset
   584
--      ["Molotov Cocktail"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   585
	["Molotov"] = "", -- Continental_supplies
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   586
	["MONSTER KILL"] = "MONSTER KILL", -- Mutant
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   587
	["More Natives"] = "Mais Nativos", -- A_Classic_Fairytale:epil
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   588
--      ["Mortar"] = "", -- Construction_Mode, A_Space_Adventure:death02
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   589
	["Movement: [Up], [Down], [Left], [Right]"] = "Movimento: [Cima], [Baixo], [Esquerda], [Direita]",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   590
--      ["Mudball"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   591
--      ["Multi-shot!"] = "Multiplo-tiro!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   592
--      ["Muriel"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   593
--      ["Muscle Dissolver"] = "", -- A_Classic_Fairytale:shadow
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   594
	["-------"] = "-------", -- Mutant
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   595
--      ["Mutant"] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   596
--      ["Nade Boy"] = "", -- Basic_Training_-_Grenade
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   597
--      ["Nameless Heroes"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   598
	["Name"] = "Nome", -- A_Classic_Fairytale:queen
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   599
--      ["Nancy Screw"] = "", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:queen
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   600
--      ["Napalm"] = "", -- Construction_Mode
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   601
--      ["Napalm rocket: [Fire a bomb with napalm!]"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   602
--      ["Natives"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:journey, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow, A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   603
--      ["Naughty Ninja"] = "", -- User_Mission_-_Dangerous_Ducklings
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   604
--      ["New Barrels Per Turn"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   605
--      ["NEW CLAN RECORD: "] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   606
	["NEW fastest lap: "] = "NOVA volta recorde: ",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   607
--      ["New Mines Per Turn"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   608
--      ["NEW RACE RECORD: "] = "NOVO RECORDE PARA ESTA PISTA: ",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   609
--      ["Newton's Hammock"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   610
--      ["Nicely done, meatbags!"] = "Muito bom trabalho\Muito bem, (seus )sacos de carne!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   611
	["Nice work, "] = "Bom trabalho, ", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   612
	["Nice work!"] = "Bom trabalho!", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   613
--      ["Nilarian"] = "", -- A_Classic_Fairytale:queen
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   614
--      ["Nobody Laugh"] = "", -- User_Mission_-_Nobody_Laugh
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   615
	["No, I came back to help you out..."] = "Não, voltei para te ajudar...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   616
--      ["No...I wonder where they disappeared?!"] = "Não... Pegunto-me para onde desapareceram?!", -- A_Classic_Fairytale:journey
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   617
--      ["Nom-Nom"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   618
--      ["NomNom"] = "", -- A_Classic_Fairytale:united
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   619
--      ["Nope. It was one fast mole, that's for sure."] = "Não. Mas foi uma toupeira muito rápida de certeza.", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   620
	["No! Please, help me!"] = "Não! Por favor, ajuda-me!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   621
	["NORMAL"] = "NORMAL", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   622
--      ["Normal players can only score points by killing the mutant."] = "", -- Mutant
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   623
	["North America"] = "América do Norte", -- Continental_supplies
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   624
--      ["Not all hogs are born equal."] = "Nem todos os ouriços nascem iguais\da mesma maneira.", -- Highlander
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   625
--      ["NOT ENOUGH WAYPOINTS"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   626
	["Not now, Fiery Water!"] = "Agora não Água Flamejante!", -- 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
   627
	["Not So Friendly Match"] = "Partida não muito amigável", -- Basketball, Knockball
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   628
--      ["Not you again! My head still hurts from last time!"] = "Tu outra vez?! A minha cabeça ainda doi da ultima vez!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   629
	["No, we made sure of that!"] = "Não, certificamo-nos disso!", -- A_Classic_Fairytale:united
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   630
--      ["Now find the next target! |Tip: Normally you lose health by falling down, so be careful!"] = "", -- Basic_Training_-_Rope
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   631
	["No! What have I done?! What have YOU done?!"] = "Não! O que fiz eu?! O que fizeste TU?!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   632
	["No. Where did he come from?"] = "Não. De onde raio é que ele apareceu?", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   633
	["Now how do I get on the other side?!"] = "Agora, como chego ao outro lado?!", -- A_Classic_Fairytale:dragon
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   634
--      ["No. You and the rest of the tribe are safer there!"] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   635
--      ["Object Placement Tool"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   636
--      ["Obliterate them!|Hint: You might want to take cover..."] = "", -- A_Classic_Fairytale:shadow
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   637
	["Obstacle course"] = "Pista de obstáculos", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   638
	["Of course I have to save her. What did I expect?!"] = "Claro que tenho de a salvar. Estavas à espera do quê?!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   639
--      ["OH, COME ON!"] = "OH, VÁ LÁ!", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   640
	["Oh, my! This is even more entertaining than I've expected!"] = "Uau! Isto é mais interessante do que eu esperava!", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   641
	["Oh, my!"] = "Uau!", -- A_Classic_Fairytale:first_blood
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   642
	["Oh no! Just try again!"] = "Oh não! Tenta novamente!", -- 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: 6352
diff changeset
   643
--      ["Oh no, not "] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   644
	["Oh no! Time's up! Just try again."] = "Oh não! Terminou o tempo! Tenta novamente.", --Bazooka, Shotgun, SniperRifle
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   645
--      ["Oh no! You failed! Just try again."] = "", -- Basic_Training_-_Cluster_Bomb
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   646
--      ["Oh, silly me! I forgot that I'm the shaman."] = "", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   647
	["Olive"] = "Azeitona", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   648
	["Omnivore"] = "Omnívoro", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   649
--      ["Once upon a time, on an island with great natural resources, lived two tribes in heated conflict..."] = "Era uma vez, numa ilha de grandes recursos naturais, viviam duas tribos com um profundo conflituo...", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   650
	["ONE HOG PER TEAM! KILLING EXCESS HEDGES"] = "UM OURIÇO POR EQUIPA! A REMOVER OS OURIÇOS EM EXCESSO", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   651
--      ["One tribe was peaceful, spending their time hunting and training, enjoying the small pleasures of life..."] = "", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   652
--      ["on Skip"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   653
	["Oops...I dropped them."] = "Oops...deixei-os cair.", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   654
	["Open that crate and we will continue!"] = "Abre a caixa e podemos prosseguir!", -- A_Classic_Fairytale:first_blood
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   655
	["Operation Diver"] = "Operação Mergulho",
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   656
	["Opposing Team: "] = "Equipa adversária",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   657
--      ["or 'g=50, g2=150, period=4000' for gravity changing|from 50 to 150 and back with period of 4000 msec"] = "", -- Gravity
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   658
--      ["Orlando Boom!"] = "", -- A_Classic_Fairytale:queen
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   659
--      ["Other kills don't give you points."] = "", -- Mutant
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   660
	["Ouch!"] = "Ouch!", -- User_Mission_-_Rope_Knock_Challenge
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   661
	["Our tribe, our beautiful island!"] = "A nossa tribo, a nossa bela ilha!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   662
	["Parachute"] = "Pára-quedas", -- Continental_supplies
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   663
	["Pathetic Hog #%d"] = "Ouriço patético #%d",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   664
--      ["Pathetic Resistance"] = "Pátetica Resistencia", -- 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: 9118
diff changeset
   665
--      ["Penguin roar: [Deal 15 damage + 15% of your hogs health to all hogs around you and get 2/3 back]"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   666
	["Perfect! Now try to get the next crate without hurting yourself!"] = "Perfeito! Agora tenta obter a proxima caixa sem te aleijares!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   667
--      ["Per-Hog Ammo"] = "Armamento por-Ouriço",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   668
--      ["Personal Portal Device"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   669
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   670
--      ["Per team weapons"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   671
	["Pfew! That was close!"] = "Ufa! Foi por um triz.", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   672
--      ["Piano Strike"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   673
--      ["Pickhammer"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   674
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   675
--      ["Pings left:"] = "", -- Space_Invasion
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
   676
--      ["Place more waypoints using the 'Air Attack' weapon."] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   677
--      ["Planes Used:"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   678
--      ["Planes Used"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   679
--      ["Play with me!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   680
--      ["Please place the way-point further from the waterline."] = "", -- Racer
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   681
--      ["Please place the way-point in the open, within the map boundaries."] = "", -- Racer
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   682
--      ["Please, stop releasing your \"smoke signals\"!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   683
--      ["Point Blank Combo!"] = "", -- Space_Invasion
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: 5027
diff changeset
   684
--      ["points"] = "", -- Control, Space_Invasion
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   685
--      ["POINTS"] = "", -- Mutant
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   686
	["Poison"] = "Poison",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   687
--      ["Population"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   688
--      ["Portal hint: one goes to the destination, and one is the entrance.|"] = "", -- A_Classic_Fairytale:dragon
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   689
--      ["Portal mission"] = "", -- portal
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   690
	["Power Remaining"] = "Energia Restante",
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   691
	["Prepare yourself"] = "Prepara-te!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   692
--      ["presice"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   693
	["Press [Enter] to accept this configuration."] = "Pressiona [Enter] para aceitar esta configuração.", -- WxW
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   694
	["Press [Left] or [Right] to move around, [Enter] to jump"] = "Pressiona [Esquerda] ou [Direita] para te moveres, [Enter] para saltar", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   695
--      ["Press [Precise] to skip intro"] = "Pressiona [] para saltar a introdução",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   696
--      ["Prestigious Pilot"] = "", -- User_Mission_-_RCPlane_Challenge
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   697
--      ["Private Novak"] = "", -- Basic_Training_-_Cluster_Bomb
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   698
--      ["Protect yourselves!|Grenade hint: set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"] = "", -- A_Classic_Fairytale:shadow
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   699
--      ["Race complexity limit reached."] = "",
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
   700
--      ["RACER"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   701
	["Rachel"] = "Rachel", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   702
--      ["Radar Ping"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   703
--      ["Raging Buffalo"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   704
--      ["Ramon"] = "", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   705
--      ["random in range from %i%% to %i%% with period of %i msec"] = "", -- Gravity
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   706
--      ["RC Plane"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   707
--      ["RC PLANE TRAINING"] = "", -- User_Mission_-_RCPlane_Challenge
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   708
--      ["Really?! You thought you could harm me with your little toys?"] = "A SÉRIO?! Pensavas que me podias fazer mal com os teus pequenos brinquedos?", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   709
--      ["Reflector Shield"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   710
--      ["Reflects enemy projectiles."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   711
--      ["Regurgitator"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   712
--      ["Reinforcements"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   713
--      ["Remember: The rope only bend around objects, |if it doesn't hit anything it's always stright!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   714
--      ["Remember this, pathetic animal: when the day comes, you will regret your blind loyalty!"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   715
--      ["REMOVED"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   716
--      ["Respawner"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   717
--      ["Resurrector"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   718
--      ["Resurrects dead hedgehogs."] = "", -- Construction_Mode
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   719
	[" - Return the enemy flag to your base to score | - First team to 3 captures wins | - You may only score when your flag is in your base | - Hogs will drop the flag if killed, or drowned | - Dropped flags may be returned or recaptured | - Hogs respawn when killed"] = " - Traz a bandeira inimiga para tua base | - A primeira equipa a captura-la 3 vezes ganha | - Apenas podes marcar quando a tua bandeira está na tua base | - Os ouriços largam a bandeira se morrerem ou se afogarem | - As bandeiras abandonadas podem ser devolvidas ou recapturadas | - Os ouriços mortos ressuscitam",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   720
--      ["Return to Leaks A Lot! If you get stuck, press [Precise] to try again!"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   721
--      ["Righteous Beard"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:first_blood, A_Classic_Fairytale:queen, A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   722
--      ["Rope"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   723
--      ["ROPE-KNOCKING"] = "", -- User_Mission_-_Rope_Knock_Challenge
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   724
--      ["Rope to safety"] = "", -- ClimbHome
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   725
--      ["Rope Training"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   726
--      ["Rot Molester"] = "", -- A_Classic_Fairytale:shadow
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
   727
--      ["Round Limit:"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   728
--      ["Round Limit"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   729
--      ["Rounds Complete: "] = "Rondas Completas: ",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   730
--      ["Rounds Complete"] = "Rondas Completas",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   731
--      ["Rubber Band"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   732
--      ["Rubber Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   733
--      ["RULES"] = "", -- Frenzy, Mutant
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   734
	["RULES OF THE GAME [Press ESC to view]"] = "REGRAS DE JOGO [Pressiona ESC para as visualizar]",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   735
--      ["Rusty Joe"] = "Joe Emferrujado", -- 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: 5027
diff changeset
   736
--      ["s|"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   737
--      ["Sabotage/Flare: [Sabotage all hogs in the circle and deal ~1 dmg OR Fire a cluster up into the air]"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   738
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   739
--      ["Salivaslurper"] = "", -- A_Classic_Fairytale:united
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   740
--      ["Salvation"] = "Salvação", -- A_Classic_Fairytale:family
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   741
--      ["Salvation was one step closer now..."] = "", -- A_Classic_Fairytale:dragon
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   742
	["Save as many hapless hogs as possible!"] = "Salva o máximo de ouriços desafortunados possível!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   743
--      ["Save Fell From Heaven!"] = "", -- A_Classic_Fairytale:journey
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   744
--      ["Save Leaks A Lot!|Hint: The Switch utility might be of help to you."] = "Salva o Leaks A Lot! Ajuda: A abilidade\ferramente Switch(?) pode ser-te util.", -- A_Classic_Fairytale:shadow
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   745
--      ["Save the princess! All your hogs must survive!|Hint: Kill the cyborgs first! Use the ammo very carefully!|Hint: You might want to spare a girder for cover!"] = "", -- A_Classic_Fairytale:family
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   746
--      ["Save the princess by collecting the crate in under 12 turns!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   747
--      ["Scalp Muncher"] = "", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   748
	["SCORE"] = "RESULTADO",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   749
	["Score"] = "Resultado", -- Mutant
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   750
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   751
	["sec"] = "seg", -- 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
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   752
	["Seduction"] = "Sedução", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   753
--      ["Seems like every time you take a \"walk\", the enemy find us!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   754
--      ["See that crate farther on the right?"] = "", -- A_Classic_Fairytale:first_blood
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   755
	["See ya!"] = "Chau!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   756
--      ["Segmentation Paul"] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   757
--      ["Select continent first round with the Weapon Menu or by"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   758
	["Select continent!"] = "Seleciona o continente!", -- Continental_supplies
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   759
--      ["Select difficulty: [Left] - easier or [Right] - harder"] = "Seleciona a dificuldade: [Esquerda] - facil ou [Direita] - dificil", -- A_Classic_Fairytale:first_blood
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   760
	["selected!"] = "seleccionado!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   761
--      ["Set period to negative value for random gravity"] = "", -- Gravity
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   762
--      ["Setup:|'g=150', where 150 is 150% of normal gravity"] = "", -- Gravity
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   763
	["... share your beauty with the world every morning, my princess!"] = "... partilha a tua beleza com o mundo todas as manhãs, minha princesa!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   764
	["She's behind that tall thingy."] = "Ela está atráz daquela coisa alta.", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   765
--      ["Shield boosted! +30 power"] = "Escudo reparado\aumentado! +30 energia (-unconfirmed)",
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   766
	["Shield Depleted"] = "Escudo Esgotado",
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   767
	["Shield is fully recharged!"] = "Escudo completamente recarregado!",
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: 5027
diff changeset
   768
--      ["Shield Master!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   769
--      ["Shield Miser!"] = "",
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   770
	["Shield OFF:"] = "Escudo DESLIGADO:",
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   771
	["Shield ON:"] = "Escudo LIGADO:",
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: 5027
diff changeset
   772
--      ["Shield Seeker!"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   773
--      ["Shoryuken"] = "", -- Construction_Mode, Frenzy, A_Space_Adventure:death02
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   774
	["Shotgun"] = "Caçadeira", -- 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
   775
	["Shotgun Team"] = "Caçadores",
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   776
	["Shotgun Training"] = "Treino com Caçadeira",
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   777
--      ["shots remaining."] = "tiros restantes.",
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: 5027
diff changeset
   778
--      ["Silly"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   779
--      ["SineGun"] = "", -- Construction_Mode
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   780
--      ["Sinky"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   781
--      ["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
   782
	["%s is out and Team %d|scored a penalty!| |Score:"] = "%s está fora e a equipa %d|perde um ponto!| |Pontuação:", -- Basketball, Knockball
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   783
	["%s is out and Team %d|scored a point!| |Score:"] = "%s está fora e a equipa %d|soma um ponto!| |Pontuação:", -- Basketball, Knockball
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   784
--      ["Slippery"] = "Escorregadio", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   785
--      ["Slot"] = "", -- Frenzy
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   786
--      ["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: 9118
diff changeset
   787
--      ["SLOTS"] = "", -- Frenzy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   788
--      ["Smith 0.97"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   789
--      ["Smith 0.98"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   790
--      ["Smith 0.99a"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   791
--      ["Smith 0.99b"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   792
--      ["Smith 0.99f"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   793
--      ["Smith 1.0"] = "", -- A_Classic_Fairytale:enemy
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   794
--      ["Sniper Rifle"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   795
--      ["Sniper!"] = "", -- Space_Invasion
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   796
	["Sniper Training"] = "Treino com Sniper",
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   797
	["Sniperz"] = "Sniperz",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   798
	["So humiliating..."] = "Tão humilhante...", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   799
--      ["Some weapons have a second option. Find them with"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   800
	["South America"] = "América do Sul", -- Continental_supplies
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   801
	["So? What will it be?"] = "Então? O que vai ser?", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   802
--      ["Spawn the crate, and attack!"] = "Faz aparecer a caixa, e ataca!", -- WxW
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   803
--      ["Special Weapons:"] = "Armas Especiais:", -- Continental_supplies
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   804
--      ["Spiky Cheese"] = "Queijo \"Picante\"", -- A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen, A_Classic_Fairytale:shadow
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   805
--      ["Spleenlover"] = "", -- A_Classic_Fairytale:united
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   806
--      ["Sponge"] = "Esponja",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   807
--      ["Spooky Tree"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   808
--      ["Sprite Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   809
--      ["Sprite Testing Mode"] = "", -- Construction_Mode
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   810
	["s"] = "s", -- GaudyRacer, Space_Invasion
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: 5027
diff changeset
   811
--      ["STATUS UPDATE"] = "", -- GaudyRacer, Space_Invasion
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   812
--      ["Steel Eye"] = "Olho de Ferro", -- A_Classic_Fairytale:queen
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   813
--      ["Step By Step"] = "Passo a Passo", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   814
	["Steve"] = "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: 7902
diff changeset
   815
--      ["Sticky Mine"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   816
--      ["Sticky Mine Placement Mode"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   817
--      ["Stronglings"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   818
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   819
--      ["Structure Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   820
--      ["Structure Placement Tool"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   821
--      ["Sundaland"] = "", -- Continental_supplies
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   822
--      ["Super Weapons"] = "", -- WxW
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   823
--      ["Support Station"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   824
--      ["Surf Before Crate"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   825
--      ["Surfer! +15 points!"] = "", -- Space_Invasion
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   826
--      ["Surfer!"] = "", -- WxW
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   827
--      ["Survive!|Hint: Cinematics can be skipped with the [Precise] key."] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   828
--      ["Swing, Leaks A Lot, on the wings of the wind!"] = "", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   829
--      ["switch"] = "", -- Continental_supplies
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   830
--      ["Switched to "] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   831
--      ["Switch Hog"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   832
--      ["Syntax Errol"] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   833
--      ["tab"] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   834
--      ["Tagging Mode"] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   835
--      ["Talk about mixed signals..."] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   836
--      ["Tardis"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   837
--      ["Target Placement Mode"] = "", -- Construction_Mode
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   838
	["Team %d: "] = "Equipa %d: ",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   839
--      ["Team Scores"] = "Pontuações Equipa", -- Control, Space_Invasion
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   840
--      ["Teleporation Node"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   841
--      ["Teleportation Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   842
--      ["Teleportation Node"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   843
--      ["Teleport"] = "", -- Construction_Mode, Frenzy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   844
--      ["Teleport hint: just use the mouse to select the destination!"] = "Ajuda com o Teleporte: usa o rato para selecionar o teu destino!", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   845
--      ["Teleport Unsuccessful. Please teleport within a clan teleporter's sphere of influence."] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   846
	["Thanks!"] = "Obrigada!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   847
	["Thank you, my hero!"] = "Obrigada, meu herói!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   848
	["Thank you, oh, thank you, Leaks A Lot!"] = "Obrigada, oh, obrigada, Leaks A Lot!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   849
	["Thank you, oh, thank you, my heroes!"] = "Obrigada, oh, obrigada, meus heróis!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   850
	["That is, indeed, very weird..."] = "Isto é, de facto, muito estranho...", -- A_Classic_Fairytale:united
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   851
--      ["That makes it almost invaluable!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   852
--      ["That ought to show them!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   853
--      ["That's for my father!"] = "", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   854
--      ["That shaman sure knows what he's doing!"] = "Aquele xamã sabe mesmo o que está a fazer!", -- 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: 5027
diff changeset
   855
--      ["That Sinking Feeling"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   856
--      ["That's not our problem!"] = "Não temos nada a ver com o teu problema.\Esse problema não tem nada a ver comnosco!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   857
	["That's typical of you!"] = "Típico vindo de ti!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   858
--      ["That was just mean!"] = "Isso foi desnecessariamente mau! -errr má tradução", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   859
	["That was pointless."] = "Isso foi completamente desnecessario.",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   860
--      ["The answer is...entertaintment. You'll see what I mean."] = "A resposta é...entertenimento. Já vais perceber ao que me refiro\quero dizer.", -- A_Classic_Fairytale:backstab
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
   861
--      ["The anti-portal zone is all over the floor, and I have nothing to kill him...Droping something could hurt him enough to kill him..."] = "", -- portal
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   862
--      ["The Bottom Feeder can score points by killing anyone."] = "", -- Mutant
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   863
--      ["The Bull's Eye"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   864
--      ["The caves are well hidden, they won't find us there!"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   865
--      ["The Crate Frenzy"] = "", -- A_Classic_Fairytale:first_blood
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   866
--      ["The Dilemma"] = "O Dilema", -- A_Classic_Fairytale:shadow
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   867
--      ["The enemy can't move but it might be a good idea to stay out of sight!|"] = "", -- A_Classic_Fairytale:dragon
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   868
	["The enemy is hiding out on yonder ducky!"] = "O inimigo está escondido ali a diante ao pé do patinho!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   869
--      ["The Enemy Of My Enemy"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   870
--      ["The First Blood"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   871
--      ["The First Encounter"] = "", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   872
--      ["The first player to kill someone becomes the Mutant."] = "", -- Mutant
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   873
	["The flag will respawn next round."] = "A bandeira ira reaparecer no próximo turno.",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   874
--      ["The food bites back"] = "", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   875
--      ["The giant umbrella from the last crate should help break the fall."] = "O guarda-chuva gigante que estava na ultima caixa deve ajudar a amparar a tua queda.", -- A_Classic_Fairytale:first_blood
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   876
--      ["The Great Escape"] = "", -- User_Mission_-_The_Great_Escape
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   877
--      ["The Great Hog in the sky sees your sadness and grants you a boon."] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   878
--      ["The guardian"] = "O guardião", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   879
--      ["The Individualist"] = "O Individualista", -- A_Classic_Fairytale:shadow
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   880
--      ["Their buildings were very primitive back then, even for an uncivilised island."] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   881
--      ["The Journey Back"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   882
--      ["The Leap of Faith"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   883
--      ["The Moonwalk"] = "", -- A_Classic_Fairytale:journey
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   884
--      ["The Mutant has super-weapons and a lot of health."] = "", -- Mutant
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   885
--      ["The Mutant loses health quickly if he doesn't keep scoring kills."] = "", -- Mutant
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   886
--      ["The Nameless One"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   887
--      ["The next one is pretty hard! |Tip: You have to do multiple swings!"] = "", -- Basic_Training_-_Rope
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   888
--      ["Then how do they keep appearing?"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   889
--      ["The other one were all cannibals, spending their time eating the organs of fellow hedgehogs..."] = "", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   890
--      ["The player with least points (or most deaths) becomes the Bottom Feeder."] = "", -- Mutant
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   891
--      ["There are a variety of structures available to aid you."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   892
--      ["There must be a spy among us!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   893
--      ["There's more of them? When did they become so hungry?"] = "", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   894
--      ["There's nothing more satisfying for me than seeing you share your beauty with the world every morning, my princess!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   895
--      ["There's nothing more satisfying to us than seeing you share your beauty..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   896
--      ["There's nothing more satisfying to us than seeing you share your beauty with the world every morning, my princess!"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   897
--      ["The Rising"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   898
--      ["The Savior"] = "", -- A_Classic_Fairytale:journey
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   899
--      ["These primitive people are so funny!"] = "Esta gente primitiva é tão divertida!", -- A_Classic_Fairytale:backstab
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   900
--      ["The Shadow Falls"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   901
--      ["The Showdown"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   902
--      ["The Slaughter"] = "", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:first_blood
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   903
	["THE SPECIALISTS"] = "OS ESPECIALISTAS",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   904
--      ["The spirits of the ancerstors are surely pleased, Leaks A Lot."] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   905
--      ["The Torment"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   906
--      ["The Tunnel Maker"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   907
--      ["The Ultimate Weapon"] = "", -- A_Classic_Fairytale:first_blood
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   908
--      ["The Union"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   909
--      ["The village, unprepared, was destroyed by the cyborgs..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   910
--      ["The walk of Fame"] = "", -- A_Classic_Fairytale:shadow
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   911
--      ["The wasted youth"] = "A juventude desperdiçada", -- A_Classic_Fairytale:first_blood
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   912
--      ["The weapon in that last crate was bestowed upon us by the ancients!"] = "", -- A_Classic_Fairytale:first_blood
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   913
	["The what?!"] = "Os quê?!", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   914
--      ["The wind whispers that you are ready to become familiar with tools, now..."] = "O vento sussura que tu estás pronto para te familiarizares com as ferramentas agora...", -- A_Classic_Fairytale:first_blood
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   915
--      ["They are all waiting back in the village, haha."] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   916
--      ["They Call Me Bullseye!"] = "", -- Space_Invasion
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   917
	["They have weapons we've never seen before!"] = "Eles têm armas que nunca vimos antes!", -- A_Classic_Fairytale:united
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   918
--      ["They keep appearing like this. It's weird!"] = "", -- A_Classic_Fairytale:united
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   919
	["They killed "] = "Eles mataram ", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   920
--      ["They must be trying to weaken us!"] = "", -- A_Classic_Fairytale:enemy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   921
	["They never learn"] = "Eles nunca aprendem", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   922
	["They told us to wear these clothes. They said that this is the newest trend."] = "Eles disseram-nos para usar estas roupas. Eles disseram que isto era a última moda.", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   923
--      ["They've been manipulating us all this time!"] = "", -- A_Classic_Fairytale:enemy
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   924
--      ["Thighlicker"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   925
--      ["This is it! It's time to make Fell From Heaven fall for me..."] = "", -- A_Classic_Fairytale:first_blood
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   926
--      ["This island is the only place left on Earth with grass on it!"] = "Esta ilha é o último lugar que resta na Terra com erva nele!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   927
	["This is typical!"] = "Típico", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   928
--      ["This must be some kind of sorcery!"] = "Isto deve ser algum tipo de feitiçaria!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   929
--      ["This must be the caves!"] = "Isto devem ser as cavernas!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   930
--      ["This one's tricky."] = "Este é complicado(?)",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   931
	["This rain is really something..."] = "Esta chuva é mesmo qualquer coisa...",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   932
	["This will be fun!"] = "Isto vai ser divertido!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   933
	["Those aliens are destroying the island!"] = "Aqueles alienígenas estão a destruir a ilha!", -- A_Classic_Fairytale:family
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   934
--      ["Timed Kamikaze!"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   935
	["Time Extended!"] = "Tempo Prolongado!",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   936
	["Time Extension"] = "Extensão de tempo",
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   937
	["TIME: "] = "TEMPO: ",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   938
--      ["Tip: The rope physics are different than in the real world, |use it to your advantage!"] = "", -- Basic_Training_-_Rope
6352
2448f5390bd5 pt update
inu
parents: 5937
diff changeset
   939
	["Toggle Shield"] = "Ligar\Desligar Escudo",
9118
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
   940
	["To help you, of course!"] = "Para te ajudar claro!", -- A_Classic_Fairytale:journey
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   941
--      ["To place a girder, select it, use [Left] and [Right] to select angle and length, place with [Left Click]"] = "", -- A_Classic_Fairytale:shadow
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   942
--      ["Torn Muscle"] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   943
--      [" to save the village."] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   944
--      ["To the caves..."] = "", -- A_Classic_Fairytale:united
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   945
--      ["Toxic Team"] = "", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
   946
--      ["TRACK COMPLETED"] = "PISTA COMPLETA",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   947
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   948
	["training"] = "treino", -- portal
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   949
	["Traitores"] = "Traidores", -- A_Classic_Fairytale:epil
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   950
	["Tribe"] = "Tribo", -- A_Classic_Fairytale:backstab
4503
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
   951
	["TrophyRace"] = "TrophyRace",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   952
	["Try to protect the chief! You won't lose if he dies, but it is advised that he survives."] = "Tenta protejer o chefe! Não perdes se ele morrer, mas é recomendado que ele sobreviva.", -- A_Classic_Fairytale:united
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   953
	["T_T"] = "T_T",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5685
diff changeset
   954
--      ["Tumbling Time Extended!"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   955
--      ["Turns until Sudden Death: "] = "", -- A_Classic_Fairytale:dragon
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   956
--      [" turns until Sudden Death! Better hurry!"] = "", -- A_Classic_Fairytale:dragon
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
   957
--      ["Turn Time"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   958
--      ["Two little hogs cooperating, getting past obstacles..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   959
--      ["Uhm...I met one of them and took his weapons."] = "", -- A_Classic_Fairytale:shadow
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   960
--      ["Uhmm...ok no."] = "Uhm...ok não.", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   961
	["ULTRA KILL"] = "ULTRA KILL", -- Mutant
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   962
	["Under Construction"] = "Em Construção", -- A_Classic_Fairytale:shadow
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   963
--      ["Unexpected Igor"] = "", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   964
--      ["Unique new weapons"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   965
	["Unit 0x0007"] = "Unidade 0x0007", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   966
	["Unit 334a$7%;.*"] = "Unidade 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
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
   967
	["Unit 3378"] = "Unidade 3378",
6352
2448f5390bd5 pt update
inu
parents: 5937
diff changeset
   968
	["Unit 835"] = "Unidade 835",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   969
--      ["United We Stand"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   970
	["Unit"] = "Unidade",
5685
f5518fbcd019 pt update
inu
parents: 5328
diff changeset
   971
	["Unlimited Attacks"] = "Ataques Ilimitados",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   972
--      ["Unlucky Sods"] = "", -- User_Mission_-_Rope_Knock_Challenge
6352
2448f5390bd5 pt update
inu
parents: 5937
diff changeset
   973
	["Unstoppable!"] = "Imparável!",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   974
--      ["Unsuspecting Louts"] = "", -- User_Mission_-_Rope_Knock_Challenge
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   975
	["[Up], [Down] to aim, [Space] to shoot!"] = "[Cima], [Baixo] para apontar, [Espaço] para disparar!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   976
--      ["Use it wisely!"] = "Usa com moderação\sábiamente", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   977
--      ["Use it with precaution!"] = "Usa com cuidado!", -- 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: 5027
diff changeset
   978
--      ["User Challenge"] = "",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   979
--      ["Use the air-attack weapons and the arrow keys to select structures."] = "", -- Construction_Mode
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   980
--      ["Use the portal gun to get to the next crate, then use the new gun to get to the final destination!|"] = "", -- A_Classic_Fairytale:dragon
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   981
--      ["Use the rope to get on the head of the mole, young one!"] = "Usa a corda para chegar à cabeça da toupeira, jovem!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   982
	["Use the rope to knock your enemies to their doom."] = "Usa a corda para empurrar os teus inimigos para o seu fim.", -- User_Mission_-_Rope_Knock_Challenge
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   983
--      ["Use your ready time to think."] = "", -- Frenzy
4503
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
   984
	["Use your rope to get from start to finish as fast as you can!"] = "Utilizando a corda, percorre o percurso do inicio ao fim o mais rápido que conseguires!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   985
--      ["Utility Crate Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   986
--      ["Vampirism"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   987
	["Vedgies"] = "Vegetais", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   988
	["Vegan Jack"] = "Jack Vegetariano", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   989
	["Victory for the "] = "Vitória para a", -- CTF_Blizzard, Capture_the_Flag
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   990
	["Victory!"] = "Vitória!", -- Basic_Training_-_Rope
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   991
	["Violence is not the answer to your problems!"] = "Violência não é a resposta para os teus problemas!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   992
--      ["Walls Left"] = "Faltam $1 paredes", -- WxW
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   993
	["Walls Required"] = "Paredes Necessárias", -- WxW
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   994
	["WALL TO WALL"] = "WALL TO WALL", -- WxW
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   995
--      ["Wannabe Flyboys"] = "", -- User_Mission_-_RCPlane_Challenge
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
   996
--      ["Wannabe Shoppsta"] = "", -- User_Mission_-_Rope_Knock_Challenge
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   997
--      ["Watch your steps, young one!"] = "Cuidado onde pões os pés, jovem!", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
   998
--      ["Watermelon Bomb"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
   999
--      ["Waypoint placed."] = "Waypoint colocado.",
5867
a04f25c4209f rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo
parents: 5844
diff changeset
  1000
--      ["Way-Points Remaining"] = "",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1001
--      ["Weaklings"] = "Fracotes", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1002
--      ["We all know what happens when you get frightened..."] = "Todos sabemos o que acontece quando te sentes assustado...", -- A_Classic_Fairytale:first_blood
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1003
--      ["Weapon Crate Placement Mode"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1004
--      ["Weapon Filter"] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1005
--      ["weaponschemes"] = "", -- Continental_supplies
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 5027
diff changeset
  1006
--      ["Weapons Reset"] = "",
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1007
--      ["Weapons reset."] = "", -- Highlander
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1008
	["We are indeed."] = "Somos mesmo.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1009
--      ["We can't defeat them!"] = "Não podemos\conseguimos derrotalos!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1010
--      ["We can't hold them up much longer!"] = "Não conseguimos aguentalos por muito mais.", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1011
--      ["We can't let them take over our little island!"] = "Não os podemos deixar apoderarem-se\que se apoderem da nossa pequena ilha!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1012
	["We have no time to waste..."] = "Não temos tempo a perder...", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1013
--      ["We have nowhere else to live!"] = "Não temos mais onde viver!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1014
	["We have to protect the village!"] = "Temos de protejer a aldeia!", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1015
--      ["We have to unite and defeat those cylergs!"] = "Temos de nos unir e derrotar estes ciber-pernudos!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1016
	["Welcome, Leaks A Lot!"] = "Bem vindo, Leaks a Lot!", -- A_Classic_Fairytale:journey
5937
2de4fa7102bf pt update
inu
parents: 5867
diff changeset
  1017
	["Well done."] = "Bom trabalho.",
9118
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
  1018
	["We'll give you a problem then!"] = "Nós arranjamos-te um problema então!", -- A_Classic_Fairytale:enemy
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1019
--      ["We'll spare your life for now!"] = "Vamos poupar a tua vida para ja!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1020
--      ["Well, that was a waste of time."] = "Bem, isto foi um desperdicio de tempo.", -- A_Classic_Fairytale:dragon
9118
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
  1021
--      ["Well, well! Isn't that the cutest thing you've ever seen?"] = "Bem, bem! Não isto é coisa mais fofa que já alguma vez viste?", -- A_Classic_Fairytale:journey
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
  1022
	["Well, yes. This was a cyborg television show."] = "Bem, claro. Isto era um programa de televisão para cyborgs.", -- A_Classic_Fairytale:enemy
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
  1023
	["We made sure noone followed us!"] = "Certificá-mo-nos que ninguém nos seguiu! que ninguem nos seguiu!", -- A_Classic_Fairytale:backstab
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
  1024
	["We need to move!"] = "Temos de ir!", -- A_Classic_Fairytale:united
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
  1025
--      ["We need to prevent their arrival!"] = "Temos de prevenir a sua chegada!", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1026
	["We need to warn the village."] = "Temos de avisar a aldeia.", -- A_Classic_Fairytale:shadow
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1027
--      ["We should head back to the village now."] = "", -- A_Classic_Fairytale:shadow
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1028
--      ["We were trying to save her and we got lost."] = "Estavamos a tentar salva-la e acabamos por nos perder.", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1029
--      ["We won't let you hurt her!"] = "Não vamos deixar que a magoes!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1030
--      ["What?! A cannibal? Here? There is no time to waste! Come, you are prepared."] = "O quê? Um canibal? Aqui? Não ha tempo a perder! Vem, estás preparado.", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1031
	["What a douche!"] = "Que otário!", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1032
--      ["What am I gonna...eat, yo?"] = "", -- A_Classic_Fairytale:family
9118
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
  1033
--      ["What are you doing at a distance so great, young one?"] = "O que estás a fazer a tão grande distancia, jovem?", -- A_Classic_Fairytale:first_blood
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1034
--      ["What are you doing? Let her go!"] = "Que estás a fazer? Larga-a!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1035
	["What a ride!"] = "Que viagem!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1036
	["What a strange cave!"] = "Que caverna estranha!", -- A_Classic_Fairytale:dragon
9118
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
  1037
--      ["What a strange feeling!"] = "Tenho um mau persentimento!", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1038
	["What do my faulty eyes observe? A spy!"] = "O que vêm observam os meus defeituoso olhos? Um espião!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1039
--      ["Whatever floats your boat..."] = "O que quer que seja que faz o teu barco flutuar... (preciso melhor expressão verdadeiramente portuguesa)", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1040
	[" What !! For all of this struggle i just win some ... TIME o0"] = " O quê !! Por todo este esforço tudo o que ganho é ... TEMPO o0", -- portal
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1041
--      ["What has "] = "Foi aquilo ", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1042
	["What? Here? How did they find us?!"] = "O quê? Aqui? Como raio nos encontraram?!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1043
--      ["What is this place?"] = "O que é este sitio?\Que (raio de) sitio é este?", -- A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy
9118
4ffcc472da92 portoguese update
inu
parents: 8782
diff changeset
  1044
	["What shall we do with the traitor?"] = "O que fazemos com o traidor?", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1045
--      ["WHAT?! You're the ones attacking us!"] = "O QUÊ?! Voces é que nos atacaram\estão a atacar!", -- A_Classic_Fairytale:enemy
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1046
	["When I find it..."] = "Quando o encontrar...", -- A_Classic_Fairytale:dragon
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1047
	["When?"] = "Quando?", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1048
	["Where are all these crates coming from?!"] = "De onde vêm todas estas caixas?!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1049
	["Where are they?!"] = "Onde estão eles?!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1050
	["Where did that alien run?"] = "Para onde fugiu aquele alienígena?", -- A_Classic_Fairytale:dragon
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1051
	["Where did you get the exploding apples and the magic bow that shoots many arrows?"] = "Onde arranjaste as maçãs explosivas e o arco mágico que dispara muitas flechas?", -- A_Classic_Fairytale:shadow
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1052
	["Where did you get the exploding apples?"] = "Onde arranjaste as maçãs explosivas?", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1053
	["Where did you get the magic bow that shoots many arrows?"] = "Onde arranjaste o arco mágico que dispara muitas flechas?", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1054
--      ["Where did you get the weapons in the forest, Dense Cloud?"] = "Onde arranjaste as armas na floresta, Nuvem Densa?", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1055
	["Where do you get that?!"] = "Onde arranjaste isso?!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1056
	["Where have you been?!"] = "Onde estiveste?!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1057
	["Where have you been?"] = "Onde estiveste?", -- A_Classic_Fairytale:united
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1058
--      ["Whip"] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1059
	["Why are you doing this?"] = "Porque estás a fazer isto?", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1060
	["Why are you helping us, uhm...?"] = "Porque nos estás a ajudar, uhm...?", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1061
	["Why can't he just let her go?!"] = "Porque não podemos simplesmente deixá-la ir?!", -- A_Classic_Fairytale:family
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1062
	["Why do men keep hurting me?"] = "Porque é que os homens continuam a magoar-me?", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1063
	["Why do you not like me?"] = "Porque não gostas de mim?", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1064
	["Why do you want to take over our island?"] = "Porque querem apoderar-se da nossa ilha?", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1065
	["Why me?!"] = "Por quê eu?!", -- A_Classic_Fairytale:backstab
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1066
	["? Why?"] = "? Por quê?", -- A_Classic_Fairytale:backstab
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1067
	["Why "] = "Por quê ", -- A_Classic_Fairytale:backstab
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1068
	["! Why?!"] = "! Por quê?!", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1069
	["Why would they do this?"] = "Porque fariam eles isto?", -- A_Classic_Fairytale:backstab
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
  1070
--      ["- Will Get 1-3 random weapons"] = "", -- Continental_supplies
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1071
--      ["- Will give you an airstrike every fifth turn."] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1072
--      ["- Will give you a parachute every second turn."] = "", -- Continental_supplies
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1073
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1074
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1075
--      ["Will this ever end?"] = "Será que isto alguma vez vai acabar?",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1076
	["WINNER IS "] = "O VENCEDOR É ", -- Mutant
6352
2448f5390bd5 pt update
inu
parents: 5937
diff changeset
  1077
	["WINNING TIME: "] = "TEMPO VENCEDOR: ",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1078
--      ["Wise Oak"] = "Carvalho Sábio", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:dragon, A_Classic_Fairytale:enemy, A_Classic_Fairytale:epil, A_Classic_Fairytale:family, A_Classic_Fairytale:queen
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1079
--      ["With Dense Cloud on the land of shadows, I'm the village's only hope..."] = "", -- A_Classic_Fairytale:journey
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1080
--      ["With the rest of the tribe gone, it was up to "] = "", -- A_Classic_Fairytale:dragon
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1081
	["Worry not, for it is a peaceful animal! There is no reason to be afraid..."] = "Não te preocupes, pois este animal é perfeitamente pacífico! Não há qualquer fazão para receio...", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1082
	["Wow, what a dream!"] = "Wow, mas que sonho!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1083
	["Y3K1337"] = "Y3K1337", -- A_Classic_Fairytale:journey, A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1084
--      ["Yay, we won!"] = "Boa, ganhamos!", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1085
--      ["Y Chwiliad"] = "", -- A_Classic_Fairytale:dragon
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1086
--      ["Yeah...I think it's a 'he', lol."] = "Sim...penso que é um \"ele\", lol.", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1087
	["Yeah, sure! I died. Hillarious!"] = "Sim, claro! Morri. Que piada!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1088
--      ["Yeah, take that!"] = "Sim, toma isto!", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1089
	["Yeah? Watcha gonna do? Cry?"] = "Ai sim? E o que vais fazer? Chorar?", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1090
	["Yes!"] = "Sim!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1091
--      ["Yes, yeees! You are now ready to enter the real world!"] = "Sim, SIM! Estás agora pronto para entrar no mundo real!", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1092
--      ["Yo, dude, we're here, too!"] = "Yo, bacano, também estamos aqui!\chagámos, também!", -- A_Classic_Fairytale:family
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1093
--      ["You are far from home, and the water is rising, climb up as high as you can!"] = "", -- ClimbHome
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1094
	["You are given the chance to turn your life around..."] = "Foi-te oferecida uma oportunidade para mudar a tua vida...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1095
--      ["You are playing with our lives here!"] = "Estas a bincar com as nossas vidas com isto!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1096
--      ["! You bastards!"] = "! Seus bastardos!<precisa uma expresão melhor>", -- A_Classic_Fairytale:backstab, A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1097
--      ["You bear impressive skills, "] = "As tuas habilidades são impressionantes, ", -- A_Classic_Fairytale:dragon
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1098
--      ["You can't fire a portal on the blue surface"] = "Não podes disparar um portal na superficie azul", -- portal
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1099
--      ["You couldn't possibly believe that after refusing my offer I'd just let you go!"] = "", -- A_Classic_Fairytale:journey
6352
2448f5390bd5 pt update
inu
parents: 5937
diff changeset
  1100
	["You'd almost swear the water was rising!"] = "Quase eras capaz jurar que a água estava a subir!",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1101
--      ["You'd better watch your steps..."] = "É melhor teres cuidado onde pôes os pés...", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1102
--      ["You did not make it in time, try again!"] = "Não chegaste a tempo, tenta novamente!", -- Basic_Training_-_Rope
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1103
--      ["You have 7 turns until the next wave arrives.|Make sure the arriving cannibals are greeted appropriately!|If the hog dies, the cause is lost.|Hint: you might want to use some mines..."] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1104
--      ["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: 6352
diff changeset
  1105
--      ["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: 6352
diff changeset
  1106
--      ["You have been respawned, be more carefull next time!"] = "", -- Basic_Training_-_Rope
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1107
--      ["You have chosen the perfect moment to leave."] = "Escolheste o momento perfeito para ir embora\sair.", -- A_Classic_Fairytale:united
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1108
--      ["You have failed to complete your task, young one!"] = "Não foste capaz de completar a tua tarefa, jovem!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1109
--      ["You have failed to save the tribe!"] = "Não foste capaz de salvar a tribo!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1110
--      ["You have finally figured it out!"] = "Finalmente percebeste!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1111
--      ["You have kidnapped our whole tribe!"] = "Tu raptaste toda a nossa tribo!", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1112
--      ["You have killed an innocent hedgehog!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1113
--      ["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: 6352
diff changeset
  1114
--      ["You have proven yourselves worthy!"] = "", -- A_Classic_Fairytale:enemy
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
  1115
	["You have SCORED!!"] = "Marcaste!!",
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1116
--      ["You have "] = "Tens ", -- A_Classic_Fairytale:dragon
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1117
	["You have to destroy 12 targets in 180 seconds"] = "Tens de destruir 12 alvos em 180 segundos", -- Basic_Training_-_Cluster_Bomb
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1118
--      ["You have won the game by proving true cooperative skills!"] = "Ganhaste o jogo demonstrando a tua excelente habilidade em cooperar!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1119
	["You just appeared out of thin air!"] = "Simplesmente apareceste do nada!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1120
	["You just committed suicide..."] = "Acabaste de cometer suicídio...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1121
	["You killed my father, you monster!"] = "Tu mataste o meu pai, seu monstro!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1122
--      ["You know...taking a stroll."] = "Tu sabes...a passear.", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1123
--      ["You know what? I don't even regret anything!"] = "Sabes que mais? Nem me arrependo de nada disto!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1124
--      ["You'll see what I mean!"] = "Já vais perceber o que quero dizer!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1125
	["You may only attack from a rope!"] = "Só podes atacar da corda!", -- WxW
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1126
--      ["You may only spawn 5 crates per turn."] = "", -- Construction_Mode
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1127
--      ["You may only use 1 Extra Time per turn."] = "", -- Construction_Mode
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1128
	["You meatbags are pretty slow, you know!"] = "Voçês sacos de carne são muito lentos, sabiam?", -- A_Classic_Fairytale:enemy
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1129
--      ["You might want to find a way to instantly kill arriving cannibals!"] = "", -- A_Classic_Fairytale:backstab
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1130
--      ["Young one, you are telling us that they can instantly change location without a shaman?"] = "", -- A_Classic_Fairytale:united
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1131
--      ["You probably know what to do next..."] = "", -- A_Classic_Fairytale:first_blood
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1132
--      ["Your deaths will be avenged, cannibals!"] = "As vossas mortes serão vingadas canibais!", -- A_Classic_Fairytale:enemy
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1133
	["Your death will not be in vain, Dense Cloud!"] = "A tua morte não será em vão, Nuvem Densa!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1134
	["You're...alive!? But we saw you die!"] = "Estás...vivo!? Mas nós vimos-te morrer!", -- A_Classic_Fairytale:backstab
7827
353d90ddc188 Fix bad loc calls in campaign, rope training. Regenerate lua. Untested.
nemo
parents: 6352
diff changeset
  1135
--      ["You're a pathetic liar!"] = "", -- A_Classic_Fairytale:backstab
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1136
--      ["You're funny!"] = "És engraçado!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1137
--      ["You're getting pretty good! |Tip: When you shorten you rope you move faster! |and when you lengthen it you move slower"] = "Estás a ficar muito bom!", -- Basic_Training_-_Rope
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1138
--      ["You're pathetic! You are not worthy of my attention..."] = "És patetico! Não és digno da minha atenção...", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1139
--      ["You're probably wondering why I bought you back..."] = "Deves-te estar(?) a perguntar-te porque te trouxe de volta...", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1140
	["You're terrorizing the forest...We won't catch anything like this!"] = "Estás a aterrorizar a floresta...Não vamos conseguir apanhar nada assim!", -- A_Classic_Fairytale:shadow
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1141
	["Your hogs must survive!"] = "Os teus ouriços têm de sobreviver!", -- A_Classic_Fairytale:journey
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1142
--      ["Your movement skills will be evaluated now."] = "A tua habilidade para te movimentares serão agora avaliadas.", -- A_Classic_Fairytale:first_blood
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1143
--      ["You saved"] = "Salvaste",
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1144
--      ["You've been assaulting us, we have been just defending ourselves!"] = "Voces têm-nos atacado, apenas nos estamos a defender!", -- A_Classic_Fairytale:enemy
5027
872c5c8a07ec portuguese updates
inu
parents: 4865
diff changeset
  1145
	["You've failed. Try again."] = "Falhaste. Tenta novamente.",
4503
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
  1146
	["You've reached the goal!| |Time: "] = "Chegaste ao fim!| |Tempo: ",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1147
	["You will be avenged!"] = "Serás vingado!", -- A_Classic_Fairytale:shadow
10449
d108ca108ef3 Update locale to latest strings. This does NOT include the string format improvement.
nemo
parents: 9118
diff changeset
  1148
--      ["- You will recieve 2-4 weapons on each kill! (Even on own hogs)"] = "", -- Continental_supplies
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1149
	["You won't believe what happened to me!"] = "Não vais acreditar no que se passou comigo!", -- A_Classic_Fairytale:backstab
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1150
--      ["Yuck! I bet they'll keep worshipping her even after I save the village!"] = "Yuck! Aposto que eles vão continuar a venerala mesmo depois de eu ter salvo a aldeia deles~~~~~~", -- A_Classic_Fairytale:family
7905
15577789ab8b update lua loc, adjust cleaver in ammo sets
nemo
parents: 7902
diff changeset
  1151
--      ["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
  1152
	["'Zooka Team"] = "Bazuqueiros",
8398
d63a0f9d2ccb pt_PT update
inu
parents: 8045
diff changeset
  1153
	["Zork"] = "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
  1154
    }