share/hedgewars/Data/Locale/es.lua
author nemo
Sat, 10 Sep 2011 21:23:12 -0400
changeset 5844 fdf22a4843f7
parent 5328 81a6f6f29b16
child 5867 a04f25c4209f
permissions -rw-r--r--
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
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 = {
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
     2
--      ["..."] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
     3
	[":("] = ":(",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
     4
	["!!!"] = "!!!",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
     5
--      ["Accuracy Bonus!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
     6
--      ["Achievement Unlocked"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_That_Sinking_Feeling, Tumbler
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
     7
--      ["a Hedgewars mini-game"] = "", -- Space_Invasion, The_Specialists
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
     8
	["Aiming Practice"] = "Practica tu puntería", --Bazooka, Shotgun, SniperRifle
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
     9
--      ["Ammo"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    10
--      ["Ammo Depleted!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    11
--      ["ammo extended!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    12
--      ["Ammo is reset at the end of your turn."] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    13
--      ["Ammo Maniac!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    14
--      ["Available points remaining: "] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    15
--      ["[Backspace]"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    16
--      ["Bamboo Thicket"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    17
--      ["Barrel Eater!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    18
--      ["Barrel Launcher"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    19
	["Bat balls at your enemies and|push them into the sea!"] = "¡Batea pelotas hacia tus enemigos|y hazlos caer al agua!",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    20
	["Bat your opponents through the|baskets and out of the map!"] = "¡Batea a tus enemigos fuera del campo de juego|a través de las canastas laterales!",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    21
	["Bazooka Training"] = "Entrenamiento con bazuca",
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    22
	["Best laps per team: "] = "Mejores tiempos por equipo: ",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    23
--      ["Best Team Times: "] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    24
	["Bloody Rookies"] = "Reclutas", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
    25
--      ["Boom!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    26
--      ["BOOM!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    27
--      ["Boss defeated!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    28
--      ["Boss Slayer!"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    29
	["CAPTURE THE FLAG"] = "Capturar la bandera",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    30
--      ["Careless"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    31
--      ["Change Weapon"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    32
--      ["Clumsy"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    33
	["Codename: Teamwork"] = "Nombre en clave: Trabajo en equipo",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    34
--      ["Complete the track as fast as you can!"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    35
	["Congratulations!"] = "¡Felicidades!",
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    36
	["Congratulations! You've eliminated all targets|within the allowed time frame."] = "¡Felicidades! Has destruido todos los objectivos|dentro del tiempo establecido.", --Bazooka, Shotgun, SniperRifle
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    37
	["Control pillars to score points."] = "Controla los pilares para anotar puntos.",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    38
	["Cybernetic Empire"] = "Imperio cibernético",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
    39
	["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "¡MALDITA SEA, RECLUTA! ¡FUERA DE MI CABEZA!",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    40
	["DAMMIT, ROOKIE!"] = "¡MALDITA SEA, RECLUTA!",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    41
	["Dangerous Ducklings"] = "Patitos peligrosos",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    42
--      ["Deadweight"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    43
--      ["Demolition is fun!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    44
--      ["Depleted Kamikaze!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    45
--      ["Destroy invaders to score points."] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    46
--      ["Double Kill!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    47
--      ["Drone Hunter!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    48
--      ["Drowner"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    49
--      ["Each turn you get 1-3 random weapons"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    50
--      ["Each turn you get one random weapon"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    51
	["Eliminate all enemies"] = "Elimina a todos los enemigos",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    52
	["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Destruye todos los objetivos antes de que se agote el tiempo.|La munición en esta misión es ilimitada.", --Bazooka, Shotgun, SniperRifle
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    53
	["Eliminate Poison before the time runs out"] = "Acaba con los Tóxicos antes de que se agote el tiempo",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    54
	["Eliminate the Blue Team"] = "Elimina al Equipo azul",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    55
--      ["Eliminate the enemy before the time runs out"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    56
--      ["Eliminate the enemy hogs to win."] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    57
--      ["Eliminate the enemy specialists."] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    58
	["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "- Elimina a la Unidad 3378 |- Resustencia Fútil debe sobrevivir",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    59
--      ["Energetic Engineer"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    60
	["Enjoy the swim..."] = "Disfruta del baño...",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    61
--      ["[Enter]"] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    62
	["Fastest lap: "] = "Vuelta rápida: ",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    63
	["Feeble Resistance"] = "Resistencia Fútil",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    64
--      ["Fire"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    65
	["Flag captured!"] = "¡Bandera capturada!",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    66
	["Flag respawned!"] = "¡Bandera restablecida!",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    67
	["Flag returned!"] = "¡Bandera recuperada!",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    68
--      ["Flags, and their home base will be placed where each team ends their first turn."] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    69
--      ["Flamer"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    70
--      ["Friendly Fire!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    71
--      ["fuel extended!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    72
--      ["GAME BEGUN!!!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    73
--      ["Game Modifiers: "] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    74
	["GAME OVER!"] = "¡FIN DEL JUEGO!",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    75
	["Game Started!"] = "¡El juego ha empezado!",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    76
	["Get on over there and take him out!"] = "¡Ves allí y elimínalo!",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    77
--      ["Goal"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    78
	["GO! GO! GO!"] = "¡VAMOS! ¡VAMOS! ¡VAMOS!",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    79
	["Good birdy......"] = "Buen pajarito......",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    80
	["Good luck out there!"] = "¡Buena suerte!",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    81
--      ["Good so far!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    82
--      ["Good to go!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    83
--      ["GOTCHA!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    84
--      ["Grab Mines/Explosives"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    85
--      ["Hahahaha!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    86
--      ["Haha, now THAT would be something!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    87
--      ["Hapless Hogs"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    88
--      [" Hapless Hogs left!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
    89
--      ["Health crates extend your time."] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    90
--      ["Heavy"] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    91
	["Hedgewars-Basketball"] = "Hedgewars-Baloncesto",
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    92
	["Hedgewars-Knockball"] = "Hedgewars-Knockball",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    93
--      ["Heh, it's not that bad."] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    94
--      ["Hit Combo!"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    95
	["Hmmm..."] = "Mmm...",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    96
	["Hooray!"] = "¡Hurra!",
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    97
	["Hunter"] = "Artillero", --Bazooka, Shotgun, SniperRifle
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
    98
	["Instructor"] = "Instructor", -- 01#Boot_Camp, User_Mission_-_Dangerous_Ducklings
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    99
--      ["invaders destroyed"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   100
--      ["It's a good thing SUDDEN DEATH is 99 turns away..."] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   101
--      ["Jumping is disabled"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   102
--      ["Kamikaze Expert!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   103
--      ["Keep it up!"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   104
--      ["Killing spree!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   105
--      ["KILLS"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   106
--      ["Last Target!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   107
--      ["[Left Shift]"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   108
	["Listen up, maggot!!"] = "¡Atento, escoria!",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   109
--      ["Lively Lifeguard"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   110
--      ["Mine Deployer"] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   111
--      ["Mine Eater!"] = "",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   112
--      ["|- Mines Time:"] = "", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   113
	["MISSION FAILED"] = "MISIÓN FALLIDA", -- User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   114
--      ["MISSION SUCCESS"] = "",
4770
375d819fca93 Strip a redundant entry, just use "successful"
nemo
parents: 4755
diff changeset
   115
	["MISSION SUCCESSFUL"] = "MISIÓN COMPLETADA", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   116
--      ["Movement: [Up], [Down], [Left], [Right]"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   117
--      ["Multi-shot!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   118
--      ["Nameless Heroes"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   119
--      ["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: 4865
diff changeset
   120
--      ["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
   121
	["NEW fastest lap: "] = "NUEVA vuelta rápida: ",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   122
--      ["New Mines Per Turn"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   123
--      ["NEW RACE RECORD: "] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   124
--      ["Newton's Hammock"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   125
--      ["NOT ENOUGH WAYPOINTS"] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   126
	["Not So Friendly Match"] = "Partido no-tan-amistoso", -- Basketball, Knockball
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   127
	["Oh no! Just try again!"] = "¡Oh, no! ¿Por qué no lo intentas de nuevo?", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   128
	["Oh no! Time's up! Just try again."] = "¡Oh, no, se te acabó el tiempo! ¿Por qué no lo intentas de nuevo?", --Bazooka, Shotgun, SniperRifle
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   129
	["Operation Diver"] = "Buzo",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   130
	["Opposing Team: "] = "Equipo enemigo: ",
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   131
	["Pathetic Hog #%d"] = "Erizo patético #%d",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   132
--      ["Pathetic Resistance"] = "", -- User_Mission_-_Bamboo_Thicket, User_Mission_-_Newton_and_the_Hammock
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   133
--      ["Per-Hog Ammo"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   134
--      ["Place more waypoints using [ENTER]"] = "",
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4713
diff changeset
   135
--      ["points"] = "", -- Control, CTF_Blizzard, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   136
	["Poison"] = "Veneno",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   137
--      ["Power Remaining"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   138
--      ["Prepare yourself"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   139
--      ["Press [Precise] to skip intro"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   140
--      ["Race complexity limit reached."] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   141
	[" - 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"] = "- Vuelve a tu base con la bandera enemiga para anotar un punto | - El equipo que anote 3 puntos gana | - Sólo se puede anotar si tu propia bandera está en tu base | - Los erizos resucitan cuando mueren",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   142
--      ["Round Limit"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   143
--      ["Rounds Complete"] = "",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   144
--      ["RULES OF THE GAME [Press ESC to view]"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   145
	["RULES OF THE GAME [Press ESC to view]"] = "REGLAS DEL JUEGO (Presiona ESC para leerlas)",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   146
--      ["s|"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   147
--      ["Save as many hapless hogs as possible!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   148
--      ["SCORE"] = "",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   149
--      ["sec"] = "", -- CTF_Blizzard, TrophyRace, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle, User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork, Capture_the_Flag
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   150
	["See ya!"] = "¡Hasta otra!",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   151
--      ["selected!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   152
--      ["s"] = "", -- GaudyRacer, Space_Invasion
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   153
--      ["Shield boosted! +30 power"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   154
--      ["Shield Depleted"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   155
--      ["Shield is fully recharged!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   156
--      ["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: 4865
diff changeset
   157
--      ["Shield Miser!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   158
--      ["Shield OFF:"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   159
--      ["Shield ON:"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   160
--      ["Shield Seeker!"] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   161
	["Shotgun Team"] = "Escopeteros",
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   162
	["Shotgun Training"] = "Entrenamiento con escopeta",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   163
--      ["Shots Left: "] = "", -- GaudyRacer, Tumbler
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   164
--      ["shots remaining."] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   165
--      ["Silly"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   166
--      ["Sinky"] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   167
	["%s is out and Team %d|scored a penalty!| |Score:"] = "¡%s cayó y Equipo %d|anotó una falta!| |Puntuación:", -- Basketball, Knockball
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   168
	["%s is out and Team %d|scored a point!| |Score:"] = "¡%s cayó y Equipo %d|anotó un tanto!| |Puntuación:", -- Basketball, Knockball
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   169
	["Sniper Training"] = "Entrenamiento con rifle francotirador",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   170
	["Sniperz"] = "Francotiradores",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   171
--      ["Sponge"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   172
	["Spooky Tree"] = "Árbol tenebroso",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   173
--      ["STATUS UPDATE"] = "", -- GaudyRacer, Space_Invasion
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   174
--      ["Switched to "] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   175
	["Team %d: "] = "Equipo %d",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   176
--      ["Team Scores"] = "", -- Control, Space_Invasion
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   177
--      ["That Sinking Feeling"] = "",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   178
--      ["That was pointless."] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   179
	["The enemy is hiding out on yonder ducky!"] = "¡El enemigo está escondido detrás del patito del fondo!",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   180
--      ["The flag will respawn next round."] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   181
--      ["The Nameless One"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   182
--      ["THE SPECIALISTS"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   183
--      ["This one's tricky."] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   184
--      ["This rain is really something..."] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   185
--      ["TIME: "] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   186
--      ["Timed Kamikaze!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   187
--      ["Time Extended!"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   188
--      ["Time Extension"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   189
--      ["Toggle Shield"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   190
	["Toxic Team"] = "Tóxicos", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   191
--      ["TRACK COMPLETED"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   192
--      ["Track Time: "] = "",
4503
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
   193
	["TrophyRace"] = "TrophyRace",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   194
	["T_T"] = "T_T",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   195
--      ["Tumbling Time Extended!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   196
--      ["Turn Time"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   197
--      ["Unit"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   198
	["Unit 3378"] = "Unidad 3378",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   199
--      ["Unit 835"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   200
--      ["Unlimited Attacks"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   201
--      ["Unstoppable!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   202
--      ["User Challenge"] = "",
4503
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
   203
	["Use your rope to get from start to finish as fast as you can!"] = "¡Usa tu cuerda para llegar a la salida lo más rápido que puedas!",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   204
--      ["v.06"] = "",
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4713
diff changeset
   205
	["Victory for the "] = "La victoria es para", -- CTF_Blizzard, Capture_the_Flag
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   206
--      ["Waypoint placed."] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   207
--      ["Weapons Reset"] = "",
5844
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   208
--      ["Well done."] = "",
fdf22a4843f7 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo
parents: 5328
diff changeset
   209
--      ["Will this ever end?"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   210
--      ["WINNING TIME: "] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   211
--      ["You'd almost swear the water was rising!"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   212
	["You have SCORED!!"] = "¡Has anotado!",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   213
--      ["You saved"] = "",
4667
436b3aafcb0c Updated spanish translation
Palewolf
parents: 4664
diff changeset
   214
	["You've failed. Try again."] = "Has fracasado. Inténtalo de nuevo.",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   215
	["You've reached the goal!| |Time: "] = "¡Has llegado a la meta!| |Tiempo: ",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   216
	["'Zooka Team"] = "Bazuqueros",
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
   217
    }