share/hedgewars/Data/Locale/de.lua
author sheepluva
Sat, 10 Sep 2011 14:10:14 +0200
changeset 5836 6d6041b50b09
parent 5328 81a6f6f29b16
child 5837 d53a77964ae7
permissions -rw-r--r--
some sniper training improvements and few german lua translations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4502
759c1a3bb156 lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff changeset
     1
locale = {
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
     2
--      [":("] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
     3
--      ["!!!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
     4
--      ["..."] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
     6
--      ["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
     7
	["Aiming Practice"] = "Zielübung", --Bazooka, Shotgun, SniperRifle
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
     8
	["Ammo"] = "Munition",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
     9
	["Munition!"] = "Munition erschöpft!",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    10
	["Ammo Maniac!"] = "Munitionsverrückter!",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    11
	["Available points remaining: "] = "Verfügbare Punkte verbleibend:",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    12
	["Bat balls at your enemies and|push them into the sea!"] = "Schlage Bälle auf deine Widersacher|und lass sie ins Meer fallen!",
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    13
	["Bat your opponents through the|baskets and out of the map!"] = "Schlage deine Widersacher durch|die Körbe und aus der Karte hinaus!",
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    14
	["Bazooka Training"] = "Bazooka-Training",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    15
	["Best laps per team: "] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    16
--      ["Best Team Times: "] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    17
	["Blutige Anfänger"] = "", -- 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
    18
--      ["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
    19
--      ["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
    20
--      ["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
    21
--      ["Boss Slayer!"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    22
--      ["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
    23
--      ["Careless"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
    24
--      ["Clumsy"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    25
--      ["Codename: Teamwork"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    26
--      ["Complete the track as fast as you can!"] = "",
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
    27
--      ["Congratulations!"] = "",
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    28
	["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Gratulation! Du hast alle Ziele innerhalb der|verfügbaren Zeit ausgeschaltet.", --Bazooka, Shotgun, SniperRifle
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    29
--      ["Control pillars to score points."] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    30
--      ["Cybernetic Empire"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    31
	["DAMMIT, ROOKIE!"] = "VERDAMMT, REKRUT!",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    32
	["DAMMIT, ROOKIE! GET OFF MY HEAD!"] = "VERDAMMT, REKRUT! RUNTER VON MEINEM KOPF!",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    33
--      ["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
    34
--      ["Deadweight"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    35
	["Demolition is fun!"] = "Zerstörung macht Spaß!",
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
    36
--      ["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
    37
--      ["Destroy invaders to score points."] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
    38
--      ["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
    39
--      ["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
    40
--      ["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
    41
--      ["Each turn you get one random weapon"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    42
--      ["Eliminate all enemies"] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    43
	["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Eliminiere alle Ziele bevor die Zeit ausläuft.|Du hast in dieser Mission unbegrenzte Munition.", --Bazooka, Shotgun, SniperRifle
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    44
--      ["Eliminate Poison before the time runs out"] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    45
--      ["Eliminate the Blue Team"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    46
--      ["Eliminate the enemy specialists."] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    47
--      ["- Eliminate Unit 3378 |- Feeble Resistance must survive"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    48
	["Enjoy the swim..."] = "Viel Spaß beim Schwimmen...",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    49
--      ["[Enter]"] = "",
4660
8ff3dead5850 Add polish translation. Also make it clearer in the commented lines that each line must have a comma
szczur+nemo
parents: 4645
diff changeset
    50
--	["Fastest lap: "] = "",
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
    51
--      ["Feeble Resistance"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    52
--      ["Fire"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    53
--      ["Flag captured!"] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    54
--      ["Flag respawned!"] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    55
--      ["Flag returned!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    56
--      ["Flags, and their home base will be placed where each team ends their first turn."] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
--      ["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
    58
--      ["Game Modifiers: "] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    59
--      ["GAME OVER!"] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    60
--      ["Game Started!"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    61
	["Get on over there and take him out!"] = "Mach, dass du hinüber kommst und schalte ihn aus!",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    62
	["Goal"] = "Ziel",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    63
	["GO! GO! GO!"] = "Bewegung, Bewegung, Bewegung!",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    64
--      ["Good birdy......"] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    65
--      ["Good luck out there!"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    66
	["Good so far!"] = "Gut soweit!",
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
    67
--      ["GOTCHA!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
--      ["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
    69
--      ["Haha, now THAT would be something!"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    70
	["Hapless Hogs"] = "Glücklose Igel",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    71
	[" Hapless Hogs left!"] = " Glücklose Igel verbleibend!",
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
--      ["Heavy"] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    73
	["Hedgewars-Basketball"] = "Hedgewars-Basketball",
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
    74
	["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
    75
--      ["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
    76
--      ["Hit Combo!"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    77
--      ["Hmmm..."] = "",
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    78
--      ["Hooray!"] = "",
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    79
	["Hunter"] = "Jäger", --Bazooka, Shotgun, SniperRifle
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    80
	["Instructor"] = "Ausbilder", -- 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
    81
--      ["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
    82
--      ["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
    83
--      ["Jumping is disabled"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    84
	["Keep it up!"] = "Weiter so!",
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
--      ["Kamikaze Expert!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
--      ["KILLS"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    87
	["Last Target!"] = "Letzte Zielscheibe!",
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
    88
--      ["[Left Shift]"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
    89
	["Listen up, maggot!!"] = "Aufgepasst, du Made!!",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
    90
--      ["|- Mines Time:"] = "", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
    91
--      ["MISSION FAILED"] = "", -- User_Mission_-_Dangerous_Ducklings, User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    92
--      ["MISSION SUCCESS"] = "",
4770
375d819fca93 Strip a redundant entry, just use "successful"
nemo
parents: 4755
diff changeset
    93
--      ["MISSION SUCCESSFUL"] = "", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
    94
--      ["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
    95
--      ["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
    96
--      ["Nameless Heroes"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
    97
--      ["NEW CLAN RECORD: "] = "",
4660
8ff3dead5850 Add polish translation. Also make it clearer in the commented lines that each line must have a comma
szczur+nemo
parents: 4645
diff changeset
    98
--	["NEW fastest lap: "] = "",
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
--      ["NEW RACE RECORD: "] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
--      ["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
   101
	["Not So Friendly Match"] = "Kein-so-Freundschaftsspiel", -- Basketball, Knockball
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   102
--      ["Oh no! Just try again!"] = "", -- 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
   103
	["Oh no! Time's up! Just try again."] = "Oh nein! Die Zeit ist um! Versuche es nochmal.", --Bazooka, Shotgun, SniperRifle
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   104
--      ["Operation Diver"] = "",
4711
c750f9459f40 remove another missed dupe from previous generation
nemo
parents: 4672
diff changeset
   105
--      ["Opposing Team: "] = "",
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
   106
--      ["Pathetic Hog #%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
   107
--      ["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
   108
--      ["Place more waypoints using [ENTER]"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   109
	["points"] = "Punkte", -- Control, CTF_Blizzard, Basic_Training_-_Bazooka, Basic_Training_-_Shotgun, Basic_Training_-_Sniper_Rifle
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   110
	["Poison"] = "Gift",
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
   111
--      ["Power Remaining"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
   112
--      ["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
   113
--      ["Race complexity limit reached."] = "",
4670
nemo
parents: 4664
diff changeset
   114
--      [" - Return the enemy flag to your base to score | - First team to 3 captures wins | - You may only score when your flag is in your base | - Hogs will drop the flag if killed, or drowned | - Dropped flags may be returned or recaptured | - Hogs respawn when killed"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   115
--      ["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
   116
--      ["Rounds Complete"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   117
--      ["RULES OF THE GAME [Press ESC to view]"] = "",
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
   118
--      ["s|"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   119
	["Save as many hapless hogs as possible!"] = "Rette so viele glücklose Igel als möglich!",
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
--      ["SCORE"] = "",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   121
--      ["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
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   122
	["See ya!"] = "Mach's gut!",
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
--      ["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
   124
--      ["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
   125
--      ["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
   126
--      ["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
   127
--      ["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
   128
--      ["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
   129
--      ["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
   130
--      ["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
   131
--      ["Shield Seeker!"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   132
	["Shotgun Team"] = "Schrotflinten-Team",
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   133
	["Shotgun Training"] = "Schrotflinten-Training",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   134
--      ["Shots Left: "] = "", -- GaudyRacer, Tumbler
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
   135
--      ["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
   136
--      ["Sinky"] = "",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   137
	["%s is out and Team %d|scored a penalty!| |Score:"] = "%s ist draußen und Team %d|erhält eine Strafe!| |Punktestand:", -- Basketball, Knockball
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   138
	["%s is out and Team %d|scored a point!| |Score:"] = "%s ist draußen und Team %d|erhält einen Punkt!| |Punktestand:", -- Basketball, Knockball
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   139
	["Sniper Training"] = "Scharfschützen-Training",
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
   140
	["Sniperz"] = "Heckenschützen",
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
   141
--      ["Sponge"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   142
--      ["Spooky Tree"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   143
--      ["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
   144
--      ["Switched to "] = "",
4660
8ff3dead5850 Add polish translation. Also make it clearer in the commented lines that each line must have a comma
szczur+nemo
parents: 4645
diff changeset
   145
--	["Team %d: "] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   146
--      ["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
   147
--      ["That Sinking Feeling"] = "",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   148
--      ["That was pointless."] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   149
	["The enemy is hiding out on yonder ducky!"] = "Der Feind versteckt sich auf dem Entlein dort drüben!",
4713
d2c7d00e65d5 few more lua phrases
nemo
parents: 4711
diff changeset
   150
--      ["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
   151
--      ["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
   152
--      ["THE SPECIALISTS"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   153
	["This one's tricky."] = "Der hier ist knifflig.",
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
   154
--      ["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
   155
--      ["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
   156
--      ["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
   157
--      ["Time Extended!"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
--      ["Time Left: "] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
--      ["Toggle Shield"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   160
--      ["Toxic Team"] = "", -- User_Mission_-_Diver, User_Mission_-_Spooky_Tree, User_Mission_-_Teamwork
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   161
--      ["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
   162
--      ["Track Time: "] = "",
4660
8ff3dead5850 Add polish translation. Also make it clearer in the commented lines that each line must have a comma
szczur+nemo
parents: 4645
diff changeset
   163
--	["TrophyRace"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   164
--      ["T_T"] = "",
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
--      ["Turn Time"] = "",
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
   166
--      ["Unit 3378"] = "",
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
   167
--      ["Unlimited Attacks"] = "",
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short 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
   168
--      ["User Challenge"] = "",
4660
8ff3dead5850 Add polish translation. Also make it clearer in the commented lines that each line must have a comma
szczur+nemo
parents: 4645
diff changeset
   169
--	["Use your rope to get from start to finish as fast as you can!"] = "",
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   170
--      ["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
   171
--      ["Victory for the "] = "", -- CTF_Blizzard, Capture_the_Flag
5325
261b79ba22b1 Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
nemo
parents: 4865
diff changeset
   172
--      ["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
   173
--      ["Weapons Reset"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   174
	["Well done."] = "Gut gemacht.",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   175
	["Will this ever end?"] = "Wird dies je enden?",
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
--      ["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
   177
--      ["You'd almost swear the water was rising!"] = "",
4662
63aafc9c2a81 Add a bunch of lua from mikade, update translation files
mikade+nemo
parents: 4660
diff changeset
   178
--      ["You have SCORED!!"] = "",
5836
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   179
	["You saved"] = "Gerettet: ",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   180
	["You've failed. Try again."] = "Du bist gescheitert. Versuche es nochmal.",
6d6041b50b09 some sniper training improvements and few german lua translations
sheepluva
parents: 5328
diff changeset
   181
	["You've reached the goal!| |Time: "] = "Ziel erreicht!| |Zeit: ",
4645
830036850d10 sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
nemo
parents: 4506
diff changeset
   182
	["'Zooka Team"] = "Die Knalltüten",
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
   183
    }