author | Wuzzy <almikes@aol.com> |
Thu, 18 May 2017 00:24:24 +0200 | |
changeset 12427 | 75485b6cdea6 |
parent 12420 | bdf81e6c00eb |
child 12428 | 8b1df6f6229e |
permissions | -rw-r--r-- |
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 = { |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
2 |
["-------"]="-------", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
3 |
[":("]=":(", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
4 |
["!!!"]="!!!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
5 |
["???"]="???", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
6 |
["..."]="…", |
11007 | 7 |
[""]="", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
8 |
["011101000"]="011101000", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
9 |
["011101001"]="011101001", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
10 |
["%.1f seconds were remaining."]="Es verblieben %.1f.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
11 |
["1 - Normal Girder"]="1 – Normaler Bauträger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
12 |
["1 - Normal Land"]="1 – Normales Gelände", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
13 |
["1 - Normal Rubber"]="1 – Normales Gummi", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
14 |
["+1 to a Bottom Feeder for killing anyone"]="+1 für den Versager, der andere tötet", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
15 |
["+1 to a Mutant for killing anyone"]="+1 für den Mutanten, der andere tötet", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
16 |
["-1 to anyone for a suicide"]="-1 für Selbstmord", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
17 |
["+2 for becoming a Mutant"]="+2 für die Verwandlung zum Mutanten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
18 |
["2 - Indestructible Girder"]="2 – Unzerstörbarer Bauträger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
19 |
["2 - Indestructible Land"]="2 – Unzerstörbares Gelände", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
20 |
["30 minutes later..."]="30 Minuten später …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
21 |
["3 - Icy Girder"]="3 – Eisiger Bauträger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
22 |
["3 - Icy Land"]="3 – Eisiges Gelände", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
23 |
["4 - Bouncy Girder"]="4 – Elastischer Bauträger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
24 |
["4 - Bouncy Land"]="4 – Elastisches Gelände", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
25 |
["5 additional enemies will be spawned during the game"]="5 weitere Gegner werden während des Spiels auftauchen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
26 |
["5 deadly hogs"]="5 tödliche Igel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
27 |
["6 more seconds added to the clock"]="6 Bonussekunden auf die Uhr", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
28 |
["About a month ago, a cyborg came and told us that you're the cannibals!"]="Vor etwa einem Monat kam ein Cyborg und erzählte uns, dass ihr die Kannibalen seid.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
29 |
["Above-average pilot"]="Überdurchschnittlicher Pilot", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
30 |
["Accuracy bonus: +%d points"]="Präzisions-Bonus: +%d Punkte", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
31 |
["Accuracy Bonus!"]="Präzisions-Bonus!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
32 |
["Ace"]="Ass", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
33 |
["Achievement obtained: Lively Lifeguard"]="Errungenschaft erhalten: Lebhafter Lebensretter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
34 |
["Achievement Unlocked"]="Neue Errungenschaft", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
35 |
["A Classic Fairytale"]="Ein typisches Märchen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
36 |
["Actually, you aren't worthy of life! Take this..."]="Eigentlich hast du nicht das Recht, zu leben! Nimm das!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
37 |
["A cy-what?"]="Ein Cy-was?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
38 |
["ADVANCED REPOSITIONING MODE"]="FORTGESCHRITTENER VERLEGUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
39 |
["Advanced Repositioning Mode"]="Fortgeschrittner Verlegungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
40 |
["Adventurous"]="Abenteuerlich", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
41 |
["a frenetic Hedgewars mini-game"]="ein hektisches Hedgewars-Minispiel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
42 |
["Africa"]="Afrika", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
43 |
["A frozen adventure"]="Ein frostiges Abenteuer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
44 |
["After Leaks A Lot betrayed his tribe, he joined the cannibals..."]="Nachdem Undichte Stelle seinen Stamm betrogen hatte, trat er den Kannibalen bei.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
45 |
["After that incident he went underground and started working on his plan to steal the device"]="Nach dem Unfall ging er in den Untergrund und arbeitete an seinem Plan, um das Gerät zu stehlen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
46 |
["After the shock caused by the enemy spy, Leaks A Lot and Dense Cloud went hunting to relax."]="Nach dem Schock, der vom feindlichen Spion ausgelöst wurde, gingen Undichte Stelle und Dichte Wolke zur Entspannung auf die Jagd.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
47 |
["Again with the 'cannibals' thing!"]="Nicht schon wieder dieser »Kannibalen«-Unfug!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
48 |
["Aggressively removes enemy hedgehogs."]="Entfernt feindliche Igel aggressiv.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
49 |
["a Hedgewars challenge"]="eine Hedgewars-Herausforderung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
50 |
["a Hedgewars mini-game"]="ein Hedgewars Mini-Spiel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
51 |
["a Hedgewars tag game"]="ein Hedgewars-Fangenspiel", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
52 |
["Ahhh, home, sweet home. Made it in %d seconds."]="Ah, trautes Heim, Glück allein! Geschafft in %d Sekunden.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
53 |
["Aiming practice"]="Zielübung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
54 |
["Aiming Practice"]="Zielübung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
55 |
["Air Attack"]="Luftangriff", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
56 |
["Air General"]="Luftkommandant", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
57 |
["Air Mine"]="Luftmine", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
58 |
["Air Mine Placement Mode"]="Luftminenplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
59 |
["AIR MINE PLACEMENT MODE"]="LUFTMINENPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
60 |
["A leap in a leap"]="Ein Sprung in einem Sprung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
61 |
["A little gift from the cyborgs"]="Ein kleines Geschenk von den Cyborgs", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
62 |
["All gone...everything!"]="Alles fort, alles!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
63 |
["Allies"]="Verbündete", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
64 |
["Allows free teleportation between other nodes."]="Ermöglicht kostenlose Teleportationen zwischen anderen Stationen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
65 |
["Allows placement of girders, rubber-bands, mines, sticky mines and barrels."]="Ermöglicht die Platzierung von Trägern, Gummibändern, Minen, Haftminen und Pulverfässern.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
66 |
["Allows the placement of weapons, utiliites, and health crates."]="Ermöglicht die Platzierung von Waffen-, Werkzeug- und Gesundheitskisten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
67 |
["All right, we just need to get to the other side of the island!"]="Okay, wir müssen einfach nur auf die andere Seite der Insel gelangen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
68 |
["All the other places are protected by our flight-inhibiting weapons"]="Alle anderen Orte sind von unseren flugverhindernden Waffen geschützt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
69 |
["All the saucer pilots dream to come here one day in order to compete with the best!"]="Alle Untertassenpiloten träumen davon, hier eines Tages herzukommen, um gegen die Besten um die Wette zu fliegen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
70 |
["All walls touched!"]="Alle Wände berührt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
71 |
["Also, you should know that the only place where you can fly is the left-most part of this area"]="Außerdem solltest du wissen, dass der einzige Ort, wo du fliegen kannst, ganz links in diesem Gebiet ist.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
72 |
["Amazing! I was never beaten in a race before!"]="Großartig! Ich wurde zuvor noch nie in einem Wettlauf geschlagen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
73 |
["Ammo Depleted!"]="Munition erschöpft!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
74 |
["ammo extended!"]="Munition aufgestockt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
75 |
["Ammo is reset at the end of your turn."]="Munition wird am Ende des Spielzuges zurückgesetzt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
76 |
["Ammo Maniac!"]="Munitionsverrückter!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
77 |
["Ammo"]="Munition", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
78 |
[" and 8 more seconds added to the clock"]=" und 8 Bonussekunden auf die Uhr", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
79 |
["...and got ambushed by the Red Strawberries"]="… und von den Roten Erdbeeren überfallen wurdest.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
80 |
["And how am I alive?!"]="Und wie kann es sein, dass ich am Leben bin?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
81 |
["And so happenned that Leaks A Lot failed to complete the challenge! He landed, pressured by shame..."]="Und somit versagte Undichte Stelle dabei, die Herausforderung abzuschließen. Unter Schande landete er.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
82 |
["And so it began..."]="Und so fing es an …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
83 |
["...and so the cyborgs took over the world..."]="Und so eroberten die Cyborgs die Welt …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
84 |
["And so they discovered that cyborgs weren't invulnerable..."]="Und so fanden sie heraus, dass die Cyborgs nicht unverwundbar sind.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
85 |
["And where's all the weed?"]="Und wo ist all das Gras?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
86 |
["And you believed me? Oh, god, that's cute!"]="Und du hast mir geglaubt? Ach Gottchen, das ist so süß!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
87 |
["Anno 1032: [The explosion will make a strong push ~ Wide range, wont affect hogs close to the target]"]="Anno 1032: (Die Explosion wird stark schubsen – Große Reichweite, betrifft Igel in der Nähe des Ziels nicht)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
88 |
["Antarctica"]="Antarktika", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
89 |
["Antarctic summer: - Will give you one girder/mudball and two sineguns/portals every fourth turn."]="Antarktischer Sommer: – Wird dir einen Träger/Schlammball und zwei Sinuskanonen/Portalgeräte jeden 4. Zug geben", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
90 |
["An unexpected event!"]="Ein unerwartetes Ereignis!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
91 |
["A random hedgehog will inherit the weapons of his deceased team-mates"]="Ein zufälliger Igel wird die Waffen seiner verstorbenen Teamkollegen erben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
92 |
["Area"]="Gebiet", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
93 |
["Are we there yet?"]="Sind wir schon da?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
94 |
["Are you accusing me of something?"]="Beschuldigst du mich?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
95 |
["Are you saying that many of us have died for your entertainment?"]="Willst du damit sagen, dass viele von uns nur für eure Unterhaltung gestorben sind?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
96 |
["Artur Detour"]="Artus Rück", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
97 |
["As a reward for your performance, here's some new technology!"]="Als Belohnung für deine Leistung gebe ich dir eine neue Technologie!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
98 |
["a shoppa minigame"]="ein Einkaufs-Minispiel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
99 |
["Asia"]="Asien", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
100 |
["A smuggler! Prepare for battle"]="Ein Schmuggler! Bereitmachen zum Kämpfen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
101 |
["A Space Adventure"]="Ein Weltraumabenteuer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
102 |
["Assault Team"]="Sturmtruppe", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
103 |
["As the ammo is sparse, you might want to reuse ropes while mid-air.|"]="Da die Munition knapp ist, solltest du vielleicht Seile in der Luft wiederverwenden.|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
104 |
["As the challenge was completed, Leaks A Lot set foot on the ground..."]="Nachdem die Herausforderung abgeschlossen war, setzte Undichte Stelle einen Fuß auf den Boden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
105 |
["As you are more experienced, I want you to lead them to the battle"]="Da du erfahrener bist, will ich, dass du sie in der Schlacht anführst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
106 |
["As you can see I have survived our last encounter and I had time to plot my master plan!"]="Wie du sehen kannst, habe ich unser letztes Zusammentreffen überlebt und ich hatte Zeit, meinen Masterplan auszuhecken.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
107 |
["As you can see, there is no way to get on the other side!"]="Wie du siehst, gibt es keinen Weg, um auf die andere Seite zu kommen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
108 |
["Athlete"]="Athlet", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
109 |
["Attack Captain Lime before he attacks back"]="Greif Leutnant Limone an, bevor er angreift.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
110 |
["Attack From Rope"]="Angriff Vom Seil", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
111 |
["Attack the assassins before they attack back"]="Greif die Assassinen an, bevor sie angreifen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
112 |
["At the end of the game your health was "]="Am Ende des Spiels war deine Gesundheit ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
113 |
["At the start of the game each enemy hog has only the weapon that he is named after"]="Am Anfang des Spiels hat jeder feindliche Igel nur die Waffe, nachdem er benannt wurde.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
114 |
["Australia"]="Australien", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
115 |
["Available points remaining: "]="Verfügbare Punkte verbleibend:", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
116 |
["Average pilot"]="Durchschnittlicher Pilot", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
117 |
["Back Breaker"]="Rückenbrecher", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
118 |
["Back in the village, after telling the villagers about the threat..."]="Zurück im Dorf, nachdem die Dorfbewohner vor der Gefahr gewarnt worden sind …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
119 |
["[Backspace]"]="[Rücktaste]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
120 |
["Backstab"]="Verrat", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
121 |
["Bad Team"]="Böses Team", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
122 |
["Bad timing"]="Schlechtes Timing", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
123 |
["Ballgun"]="Ballkanone", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
124 |
["Bamboo Thicket"]="Bambusdickicht", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
125 |
["Barrel Eater!"]="Fassfresser!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
126 |
["Barrel Launcher"]="Fasswerfer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
127 |
["BARREL PLACEMENT MODE"]="FASSPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
128 |
["Barrel Placement Mode"]="Pulverfassplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
129 |
["Baseballbat"]="Baseballschläger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
130 |
["Baseball Bat"]="Baseballschläger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
131 |
["Bat balls at your enemies and|push them into the sea!"]="Schlage Bälle auf deine Widersacher|und lass sie ins Meer fallen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
132 |
["Battle Starts Now!"]="Jetzt beginnt die Schlacht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
133 |
["Bat your opponents through the|baskets and out of the map!"]="Schlage deine Widersacher durch|die Körbe und aus der Karte hinaus!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
134 |
["Bazooka"]="Bazooka", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
135 |
["Bazooka Training"]="Bazooka-Training", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
136 |
["Be careful, the future of Hogera is in your hands!"]="Sei vorsichtig, die Zukunft von Hogera liegt in deinen Händen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
137 |
["Be careful, your gadgets won't work in the bandit area. You should get an ice gun"]="Sei vorsichtig, deine Apparate werden im Banditenland nicht funktionieren. Du solltest eine Eiskanone holen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
138 |
["Beep Loopers"]="Piepskreisler", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
139 |
["Beginner"]="Anfänger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
140 |
["Behind these trees on the east side there is secret base 17"]="Hinter diesen Bäumen auf der Ostseite liegt die geheime Basis 17.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
141 |
["Below-average pilot"]="Unterdurchschnittlicher Pilot", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
142 |
["Best laps per team: "]="Beste Rundenzeiten pro Team: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
143 |
["Best Team Times: "]="Beste Team-Zeiten: ", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
144 |
["Better luck next time!"]="Vielleicht klappt's beim nächsten Mal!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
145 |
["Beware, any damage taken will stay until you complete the moon's main mission"]="Achtung, jeglicher Schaden, den du nimmst, wird bleiben, bis du die Hauptmission des Mondes fertiggestellt hast.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
146 |
["Beware, though! If you are slow, you die!"]="Aber Vorsicht! Wenn du langsam bist, wirst du sterben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
147 |
["Beware though! Many smugglers come often to explore these tunnels and scavenge whatever valuable items they can find"]="Aber Vorsicht! Viele Schmuggler kommen oft hier her, um diese Tunnel zu durchsuchen und alles mögliche, was sie finden, zu sammeln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
148 |
["Billy Frost"]="Bernd Frost", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
149 |
["Bio-Filter"]="Biofilter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
150 |
["Biomechanic Team"]="Biomechanisches Team", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
151 |
["Birdy"]="Vogli", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
152 |
["Blender"]="Blender", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
153 |
["Bloodpie"]="Blutkuchen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
154 |
["Bloodrocutor"]="Blutfrierer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
155 |
["Bloodsucker"]="Blutsauger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
156 |
["Bloody Rookies"]="Blutige Anfänger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
157 |
["Blowtorch"]="Schweißbrenner", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
158 |
["BlowTorch"]="Schweißbrenner", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
159 |
["Blue Team"]="Blaues Team", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
160 |
["Bob"]="Bert", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
161 |
["Bone Jackson"]="Knochen-Ede", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
162 |
["Bonely"]="Knochi", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
163 |
["Boom!"]="Bumm!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
164 |
["BOOM!"]="KABUMM!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
165 |
["Boris"]="Boris", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
166 |
["Boss defeated!"]="Boss wurde besiegt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
167 |
["Boss Slayer!"]="Boss-Töter!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
168 |
["Bouncy Land"]="Sprunghaftes Gelände", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
169 |
["Brain Blower"]="Hirnpuster", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
170 |
["Brainiac"]="Hirni", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
171 |
["Brainila"]="Hirnilia", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
172 |
["Brain Stu"]="Hirntopf", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
173 |
["Brain Teaser"]="Hirnreiz", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
174 |
["Bruce"]="Brutus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
175 |
["Brutal Lily"]="Brutalo-Lilie", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
176 |
["Brutus"]="Brutus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
177 |
["Build a fortress and destroy your enemy."]="Baue ein Fort und zerstöre deinen Feind.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
178 |
["Build a track and race."]="Konstruiere eine Strecke und mach ein Wettrennen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
179 |
["Builder"]="Baumeister", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
180 |
["Bullseye"]="Volltreffer!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
181 |
["But it proved to be no easy task!"]="Aber es war keine einfache Aufgabe!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
182 |
["But that's impossible!"]="Aber das ist unmöglich!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
183 |
["But the ones alive are stronger in their heart!"]="Aber die Lebendigen sind in ihrem Herzen stärker.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
184 |
["But...we died!"]="Aber … wir sind gestorben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
185 |
["But where can we go?"]="Aber wohin können wir gehen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
186 |
["But why would they help us?"]="Aber warum würden sie uns helfen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
187 |
["But you're cannibals. It's what you do."]="Aber ihr seid Kannibalen. Das ist, was ihr tut.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
188 |
["But you said you'd let her go!"]="Aber du sagtest, dass du sie freilässt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
189 |
["Cake"]="Kuchen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
190 |
["Call me Beep! Well, 'cause I'm such a nice...person!"]="Nenn mich »Pieps«! Weil ich so eine nette … Person bin!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
191 |
["Cannibal Sentry"]="Kannibalenwache", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
192 |
["Cannibals"]="Kannibalen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
193 |
["Cannibals?! You're the cannibals!"]="Kannibalen?! Ihr seid die Kannibalen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
194 |
["... can you do it?"]="Kannst du es schaffen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
195 |
["Captain Lime"]="Leutnant Limone", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
196 |
["CAPTURE THE FLAG"]="SCHNAPP DIR DIE FLAGGE", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
197 |
["Careless"]="Achtlos", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
198 |
["Carol"]="Karol", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
199 |
["Challenge completed!"]="Herausforderung bewältigt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
200 |
["CHALLENGE COMPLETE"]="HERAUSFORDERUNG ABGESCHLOSSEN", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
201 |
["Challenge failed!"]="Herausforderung gescheitert!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
202 |
["Challenge"]="Herausforderung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
203 |
["Challenge Objectives"]="Herausforderungsziele", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
204 |
["Change Content: [Left], [Right]"]="Inhalt ändern: [Links], [Rechts]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
205 |
["Change Health Boost: [Left], [Right]"]="Gesundheitsschub ändern: [Links], [Rechts]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
206 |
["Change Health: [Left], [Right]"]="Gesundheit ändern: [Links], [Rechts]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
207 |
["Change LandFlag: [1], [2], [3], [4]"]="LandFlag ändern: [1], [2], [3], [4]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
208 |
["Change Placement Mode: [Up], [Down]"]="Platzierungsmodus ändern: [Hoch], [Runter]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
209 |
["Change Rotation: [Left], [Right]"]="Rotieren: [Links], [Rechts]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
210 |
["Change Selection: [Up], [Down], [Left], [Right]"]="Auswahl ändern: [Hoch], [Runter], [Links], [Rechts]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
211 |
["Change Timer (in milliseconds): [Left], [Right]"]="Zeitzünder (in Millisekunden) ändern: [Links], [Rechts]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
212 |
["Change Weapon"]="Waffenwechsel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
213 |
["changing range from %i%% to %i%% with period of %i msec"]="Sich verändernde Grenzen von %i%% bis %i%% mit einer Periode von %i ms", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
214 |
["Chasing the blue hog"]="Jag' den blauen Igel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
215 |
["Cheater"]="Cheater", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
216 |
["Checkpoint reached!"]="Kontrollpunkt erreicht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
217 |
["CheckPoint reached!"]="Kontrollpunkt erreicht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
218 |
["Chef"]="Chefkoch", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
219 |
["Chief Sandologist"]="Haupt-Sandologe", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
220 |
["Choose your side! If you want to join the strange man, walk up to him.|Otherwise, walk away from him. If you decide to att...nevermind..."]="Wähl deine Seite! Wenn du dem seltsamen Mann beitreten willst, geh zu ihm hin.|Geh ansonsten von ihm fort. Wenn du angr… Vergiss es!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
221 |
["Cleaver"]="Hackebeil", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
222 |
["CLEAVER MINE PLACEMENT MODE"]="HACKEBEILPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
223 |
["Cleaver Placement Mode"]="Hackebeilplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
224 |
["Climber"]="Kletterer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
225 |
["Climb Home"]="Nach Hause klettern", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
226 |
["Clown"]="Clown", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
227 |
["Clowns"]="Clowns", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
228 |
["Cluck-cluck time: [Fire an egg ~ Sabotages and cures poison ~ Cannot be fired close to another hog]"]="Gackerzeit: (Schieß ein Ei – Sabotiert und kuriert Gift – kann nicht in der nähe anderer Igel gefeuert werden)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
229 |
["Clumsy"]="Hoppla", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
230 |
["Cluster Bomb"]="Splittergranate", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
231 |
["Codename: Teamwork"]="Code-Name: Teamwork", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
232 |
["Collateral Damage II"]="Kollateralschaden II", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
233 |
["Collateral Damage"]="Kollateralschaden", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
234 |
["Collect all the crates, but remember, our time in this life is limited!"]="Sammle all die Kisten ein, aber denk dran, unsere Zeit in diesem Leben ist begrenzt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
235 |
["Collect or destroy all the health crates."]="Sammle oder zerstöre alle Gesundheitskisten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
236 |
["Collect the crate on the right.|Hint: Select the rope, [Up] or [Down] to aim, [Space] to fire, directional keys to move.|Ropes can be fired again in the air!"]="Sammle die Kiste auf der rechten Seite ein.|Tipp: Wähle das Seil, [Hoch] oder [Runter] zum Zielen, [Leer] zum feuern, Richtungstasten zum bewegen.|Seile können in der Luft erneut geschossen werden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
237 |
["Collect the crates within the time limit!|If you fail, you'll have to try again."]="Sammle die Kisten innerhalb der Zeitbegrenzung ein!|Wenn du versagst, musst es erneut versuchen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
238 |
["Collect the crate with the flying saucer"]="Sammle die Kiste mit der fliegenden Untertasse ein.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
239 |
["Collect the icegun and get the device part from Thanta"]="Sammle die Eiskanone ein und besorge das Bauteil von Thanta", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
240 |
["Come back to this mission after collecting all the device parts"]="Kehre zu dieser Mission zurück, nachdem du alle Bauteile eingesammelt hast.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
241 |
["Come back to this mission and visit the other planets to collect the crates"]="Kehre zu dieser Mission zurück und besuche die anderen Planeten, um die Kisten einzusammeln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
242 |
["Come closer, so that your training may continue!"]="Komm näher, damit deine Übungen fortfahren können!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
243 |
["Commander"]="Kommandant", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
244 |
["COMMANDS: (Use while no weapon is selected)"]="BEFEHLE: (Benutzen, wenn keine Waffe gewählt ist)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
245 |
["Compete to use as few planes as possible!"]="Verwende so wenige Flugzeuge wie möglich!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
246 |
["Complete the track as fast as you can!"]="Durchlaufe die Strecke so schnell du kannst!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
247 |
["COMPLETION TIME"]="ZEIT", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
248 |
["Configuration accepted."]="Konfiguration akzeptiert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
249 |
["Congrats! You made them run away!"]="Gratulation! Du hast sie in die Flucht geschlagen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
250 |
["Congrats! You won!"]="Gratulation! Du hast gewonnen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
251 |
["Congratulations!"]="Gratulation!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
252 |
["Congratulations"]="Gratulation", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
253 |
["Congratulations, now you can take Thanta's device part..."]="Gratulation, nun kannst du dir Thantas Bauteil nehmen …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
254 |
["Congratulations, you acquired the device part!"]="Gratulation, du hast das Bauteil erhalten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
255 |
["Congratulations, you are the best!"]="Gratulation, du bist der Beste!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
256 |
["Congratulations, you are the fastest!"]="Gratulation, du bist der Schnellste!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
257 |
["Congratulations, you collected the device part!"]="Gratulation, du hast das Bauteil eingesammelt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
258 |
["Congratulations! You have destroyed all targets within the time."]="Gratulation! Du hast alle Ziele innerhalb der verfügbaren Zeit ausgeschaltet.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
259 |
["Congratulations, you have saved Hogera!"]="Gratulation, du hast Hogera gerettet!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
260 |
["Congratulations! You have truly mastered this challenge! Don't forget to save the demo."]="Gratulation! Du hast diese Herausforderung wahrhaft gemeistert! Vergiss nicht, die Wiederholung zu speichern.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
261 |
["Congratulations! You've completed the Rope tutorial! |- Tutorial ends in 10 seconds!"]="Gratulation! Du hast die Seil-Einführung abgeschlossen! |- Die Einführung wird in 10 Sekunden beendet.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
262 |
["Congratulations! You've eliminated all targets|within the allowed time frame."]="Gratulation! Du hast alle Ziele innerhalb der|verfügbaren Zeit ausgeschaltet.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
263 |
["Congratulations, you won!"]="Gratulation, du hast gewonnen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
264 |
["CONSTRUCTION MODE"]="BAUMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
265 |
["Construction Station"]="Baustation", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
266 |
["Continental supplies"]="Kontinentallieferungen", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
267 |
["Control pillars to score points."]="Behalte die Kontrolle über die Säulen, um Punkte zu erhalten.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
268 |
["Core"]="Kern", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
269 |
["Corn"]="Mais", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
270 |
["Corporationals"]="Kapitalista", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
271 |
["Corpsemonger"]="Leichenschänder", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
272 |
["Corpse Thrower"]="Leichenschmeißer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
273 |
["Cost"]="Kosten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
274 |
["Crate Placement Tool"]="Kistenplatzierungswerkzeug", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
275 |
["crate(s)"]="Kiste(n)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
276 |
["Crates left: %d"]="Verbleibende Kisten: %d", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
277 |
["Crazy Runner"]="Verrückter Renner", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
278 |
["Cricket time: [Fire away a 1 sec mine! ~ Cannot be fired close to another hog]"]="Kricket: (Feuere eine 1-Sek.-Mine! – kann nicht in der Nähe anderer Igel gefeuert werden)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
279 |
["Current setting is "]="Aktuelle Einstellung ist ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
280 |
["Cybernetic Empire"]="Kybernetisches Imperium", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
281 |
["Cyborg. It's what the aliens call themselves."]="Cyborg. So nennen sich die Außerirdischen selbst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
282 |
["Dahmer"]="Dahmer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
283 |
["DAMMIT, ROOKIE! GET OFF MY HEAD!"]="VERDAMMT, REKRUT! RUNTER VON MEINEM KOPF!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
284 |
["DAMMIT, ROOKIE!"]="VERDAMMT, REKRUT!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
285 |
["Dangerous Ducklings"]="Gefährliche Entchen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
286 |
["Dark Strawberry"]="Dunkle Erdbeere", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
287 |
["%d crate(s) remaining"]="Verbleibende Kisten: %d", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
288 |
["Deadly Grape"]="Traube des Todes", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
289 |
["Deadweight"]="Gravitus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
290 |
["Defeat Professor Hogevil!"]="Besiege Professor Bösigel!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
291 |
["Defeat the cannibals!|"]="Besiege die Kannibalen!|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
292 |
["Defeat the cannibals"]="Besiege die Kannibalen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
293 |
["Defeat the cannibals!|Grenade hint: set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"]="Besiege die Kannibalen!|Granatentipp: Setze den Timer mit [1-5], ziele mit [Hoch]/[Runter] und halte [Leer], um die Stärke zu setzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
294 |
["Defeat the cyborgs!"]="Besiege die Cyborgs!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
295 |
["Defend yourself!|Hint: You can get tips on using weapons by moving your mouse over them in the weapon selection menu"]="Verteidige dich!|Tipp: Du kannst Tipps über die Benutzung der Waffen erhalten, indem du im Waffenauswahlmenü mit dem Mauszeiger auf sie zeigst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
296 |
["Deletion Mode: [5]"]="Löschmodus: [5]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
297 |
["Deletion Mode"]="Löschmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
298 |
["Dematerializes weapons and equipment carried by enemy hedgehogs."]="Demateralisiert Waffen und Equipment, das von feindlichen Igeln getragen wird.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
299 |
["Demolition is fun!"]="Zerstörung macht Spaß!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
300 |
["Dense Cloud"]="Dichte Wolke", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
301 |
["Dense Cloud must have already told them everything..."]="Dichte Wolke muss ihnen bereits alles gesagt haben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
302 |
["Depleted Kamikaze!"]="Munitionsloses Kamikaze!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
303 |
["Desert Eagle"]="Desert Eagle", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
304 |
["Destroyer of planes"]="Flugzeug-Zerstörer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
305 |
["Destroy him, Leaks A Lot! He is responsible for the deaths of many of us!"]="Zerstöre ihn, Undichte Stelle! Er ist verantwortlich für viele Tote auf unserer Seite!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
306 |
["Destroy invaders to score points."]="Zerstöre die Angreifer um Punkte zu erhalten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
307 |
["Destroy the targets!|Hint: Select the Shoryuken and hit [Space]|P.S. You can use it mid-air."]="Zerstör die Ziele!|Tipp: Wähle das Shoryuken und drücke [Leertaste]|PS: Du kannst es in der Luft benutzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
308 |
["Destroy the targets!|Hint: [Up], [Down] to aim, [Space] to shoot"]="Zerstöre die Ziele!|Tipp: [Hoch], [Runter] zum Zielen, [Leer] zum Schießen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
309 |
["%d Hapless Hogs left"]="%d Glücklose Igel verbleibend", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
310 |
["Did anyone follow you?"]="Ist dir irgendjemand gefolgt?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
311 |
["Did you see him coming?"]="Hast du ihn kommen sehen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
312 |
["Did you warn the village?"]="Hast du das Dorf gewarnt?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
313 |
["Die, die, die!"]="Stirb, stirb, stirb!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
314 |
["Difficulty: "]="Schwierigkeitsgrad: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
315 |
["Disguise as a Rockhopper Penguin: [Swap place with a random enemy hog in the circle]"]="Als Felsenpinguin tarnen: (Vertausche die Plätze mit einem zufälligen Igel im Kreis)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
316 |
["Disqualified!"]="Disqualifiziert!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
317 |
["Do not destroy the crates"]="Zerstöre nicht die Kisten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
318 |
["Do not laugh, inexperienced one, for he speaks the truth!"]="Lach nicht, Unerfahrener, da er die Wahrheit spricht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
319 |
["Do not let his words fool you, young one! He will stab you in the back as soon as you turn away!"]="Lass dich nicht von seinen Worten einlullen, Jüngling! Er wird dich hinterrücks ermorden, sobald du ihm den Rücken zuwendest!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
320 |
["Don't be foolish son, there will be more"]="Sei kein Idiot, Sohn, es werden mehr kommen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
321 |
["Don't destroy the device crate!"]="Zerstöre nicht die Kiste mit dem Bauteil!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
322 |
["Don't eliminate Captain Lime before collecting the last crate!"]="Eliminiere Leutnant Limone nicht, bevor du die letzte Kiste eingesammelt hast!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
323 |
["Don't hit me you fools!"]="Trefft mich nicht, ihr Idioten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
324 |
["Do the deed"]="Tu deine Pflicht", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
325 |
["DOUBLE KILL"]="DOPPEL-ABSCHUSS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
326 |
["Double Kill!"]="Doppelmord!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
327 |
["Do you have any idea how valuable grass is?"]="Habt ihr überhaupt eine Ahnung darüber, wie wertvoll Gras ist?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
328 |
["Do you think you're some kind of god?"]="Hältst du dich für eine Art Gott?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
329 |
["Dragon's Lair"]="Die Höhle des Löwen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
330 |
["Dr.Cornelius"]="Dr. Cornelius", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
331 |
["Drill Rocket"]="Bohrkopfrakete", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
332 |
["Drills"]="Bohrer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
333 |
["Drill Strike"]="Bohr-Luftangriff", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
334 |
["Drone Hunter!"]="Drohnenjäger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
335 |
["Drop a bomb: [Drop some heroic wind that will turn into a bomb on impact]"]="Bombe fallenlassen: (Lass einen heroischen Wind, der sich bei Einschlag in eine Bombe verwandelt, fallen)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
336 |
["Drove the minions away"]="Seine Lakaien vertrieben", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
337 |
["Drove the Professor away"]="Den Professor vertrieben", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
338 |
["Drowner"]="Absäufer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
339 |
["Drunk greenhorn"]="Betrunkener Grünschnabel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
340 |
["Dude, all the plants are gone!"]="Mann, all die Pflanzen sind fort!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
341 |
["Dude, can you see Ramon and Spiky?"]="He, kannst du Ramon und Stachli sehen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
342 |
["Dude, that's so cool!"]="Junge, das ist so cool!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
343 |
["Dude, we really need a new shaman..."]="Mann, wir brauchen wirklich einen neuen Schamanen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
344 |
["Dude, what's this place?!"]="Junge, was ist das für ein Ort?!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
345 |
["Dude, where are we?"]="He, wo sind wir?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
346 |
["Dude, wow! I just had the weirdest high!"]="Junge, wow! Ich hatte gerade das seltsamste Erlebnis!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
347 |
["Duration"]="Dauer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
348 |
["During the final testing of the device an accident happened"]="Während des letzten Tests des Gerätes ist ein Unfall passiert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
349 |
["During the game you can get new RC planes by collecting the weapon crates"]="Während des Spiels kannst du neue Funkflugzeuge erhalten, indem du die Waffenkisten sammest.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
350 |
["Dust storm: [Deals 15 damage to all enemies in the circle]"]="Staubsturm: (15 Schaden für alle Gegner im Kreis)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
351 |
["Dynamite"]="Dynamit", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
352 |
["Each time you destroy all the targets on your current level you'll get teleported to the next level"]="Jedes mal, wenn du alle Ziele im aktuellen Level zerstörst, wirst du zum nächsten Level teleportiert", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
353 |
["Each time you play this missions enemy hogs will play in a random order"]="Jedes mal, wenn du diese Mission spielst, werden die feindlichen Igel in einer zufälligen Reihenfolge spielen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
354 |
["Each turn is only ONE SECOND!"]="Jeder Zug dauert nur EINE SEKUNDE!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
355 |
["Each turn you get 1-3 random weapons"]="Du bekommst jede Runde 1-3 zufällig gewählte Waffen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
356 |
["Each turn you get one random weapon"]="Du bekommst jede Runde eine zufällig gewählte Waffe.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
357 |
["Each turn you'll have only one rope to use"]="In jedem Zug kannst du nur ein Seil benutzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
358 |
["Eagle Eye"]="Adlerauge", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
359 |
["Eagle Eye: [Blink to the impact ~ One shot]"]="Adlerauge: (Teleportiere dich zum Einschlagspunkt – ein Schuss)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
360 |
["Ear Sniffer"]="Ohrenschnüffler", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
361 |
["EASY"]="EINFACH", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
362 |
["Ehm... ok..."]="Aha, okay …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
363 |
["Elderbot"]="Altbot", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
364 |
["Elimate your captor."]="Eliminiere deinen Peiniger.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
365 |
["Eliminate all enemies"]="Vernichte alle Gegner", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
366 |
["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.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
367 |
["Eliminated the evil minions"]="Die bösen Lakaien eliminiert", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
368 |
["Eliminated the Professor Hogevil"]="Professor Bösigel eliminiert", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
369 |
["Eliminate enemy hogs and take their weapons."]="Vernichte alle gegnerischen Igel und nimm ihre Waffen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
370 |
["Eliminate Poison before the time runs out"]="Neutralisiere das Gift, bevor die Zeit abgelaufen ist.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
371 |
["Eliminate the Blue Team"]="Lösche das Blaue Team aus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
372 |
["Eliminate the enemy before the time runs out"]="Vernichte den Feind, bevor die Zeit abgelaufen ist", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
373 |
["Eliminate the enemy hogs to win."]="Vernichte alle gegnerischen Igel, um zu gewinnen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
374 |
["Eliminate the enemy specialists."]="Vernichte die gegnerischen Spezialisten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
375 |
["- Eliminate Unit 3378 |- Feeble Resistance must survive"]="- Vernichte Einheit 3378 |- Kraftloser Widerstand muss überleben", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
376 |
["Elite pilot"]="Elitepilot", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
377 |
["Elmo"]="Elmo", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
378 |
["Energetic Engineer"]="Energetischer Ingenieur", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
379 |
["Engineer"]="Ingenieur", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
380 |
["Enjoy the swim..."]="Viel Spaß beim Schwimmen …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
381 |
["[Enter]"]="[Eingabe]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
382 |
["Europe"]="Europa", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
383 |
[" ever done to you?!"]=" jemals angetan?!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
384 |
["Every 2 rings, the ring color will be green and you'll get an extra flying saucer"]="Alle 2 Ringe wird der Ring grün und du erhältst eine neue fliegende Untertasse", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
385 |
["Every 2 rings you'll get extra flying saucers"]="Alle 2 Ringe erhälst du neue fliegende Untertassen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
386 |
["Everyone knows this."]="Das weiß jeder.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
387 |
["Every single time!"]="Jedes Mal!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
388 |
["Everything looks OK..."]="Alles sieht gut aus.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
389 |
["Every time you kill an enemy hog your ammo will get reset"]="Bei jedem Mal, in dem du einen feindlichen Igel tötest, wird deine Munition zurückgesetzt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
390 |
["Exactly, man! That was my dream."]="Genau! Das war mein Traum.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
391 |
["Experienced beginner"]="Erfahrener Anfänger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
392 |
["Explore the tunnel with the other hedgehogs and search for the device"]="Erforsche den Tunnel mit den anderen Igeln und such nach dem Gerät.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
393 |
["Exploring the tunnel"]="Höhlenforscher", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
394 |
["Extra Damage"]="Extraschaden", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
395 |
["Extra Time"]="Zusatzzeit", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
396 |
["Eye Chewer"]="Augenkauer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
397 |
["Family Reunion"]="Familientreffen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
398 |
["Fastest lap: "]="Schnellste Runde: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
399 |
["Feeble Resistance"]="Kraftloser Widerstand", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
400 |
["Fell From Grace"]="Fiel in Ungnade", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
401 |
["Fell From Heaven"]="Fiel Vom Himmel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
402 |
["Fell From Heaven is the best! Fell From Heaven is the greatest!"]="Fiel Vom Himmel ist die Beste! Fiel Vom Himmel ist die Größte!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
403 |
["Femur Lover"]="Schenkellieber", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
404 |
["Fierce Competition!"]="Harter Wettkampf!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
405 |
["Fiery Water"]="Feuerwasser", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
406 |
["Filthy Blue"]="Blödblau", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
407 |
["Finally you are here..."]="Endlich bist du hier …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
408 |
["Find a way to detonate all the explosives and stay alive!"]="Finde einen Weg, alle Sprengstoffe zu detonieren und bleib am Leben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
409 |
["Find your tribe!|Cross the lake!"]="Finde deinen Stamm!|Überquere den Fluss!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
410 |
["Finish your training|Hint: Animations can be skipped with the [Precise] key."]="Schließe deine Übungen ab.|Tipp: Animationen können mit der [Genaues Zielen]-Taste übersprungen werden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
411 |
["Fire"]="Feuer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
412 |
["First aid kits?!"]="Erste-Hilfe-Koffer?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
413 |
["First Blood"]="Der erste Zusammenstoß", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
414 |
["FIRST BLOOD MUTATES"]="ERSTER MÖRDER MUTIERT", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
415 |
["First Steps"]="Erste Schritte", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
416 |
["Flag captured!"]="Flagge genommen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
417 |
["Flag respawned!"]="Fahne wieder erschienen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
418 |
["Flag returned!"]="Fahne zurückgebracht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
419 |
["Flags, and their home base will be placed where each team ends their first turn."]="Fahnen und deren Heimatstandort werden dort plaziert, wo jedes Team deren ersten Zug beendet.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
420 |
["Flamer"]="Flammenwerfer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
421 |
["Flamethrower"]="Flammenwerfer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
422 |
["Flaming Worm"]="Flammenwurm", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
423 |
["Flawless victory!"]="Perfekter Sieg!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
424 |
["Flesh for Brainz"]="Fleisch gegen Hirn", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
425 |
["Flying Saucer"]="Fliegende Untertasse", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
426 |
["Fly to the meteorite and detonate the explosives"]="Fliege zum Meteroiten und sprenge die Bomben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
427 |
["Fly to the moon"]="Flieg zum Mond.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
428 |
["For improved features/stability, play 0.9.18+"]="Für bessere Features/Stabilität, spiele 0.9.18 oder später", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
429 |
["Free Dense Cloud and continue the mission!"]="Befrei Dichte Wolke und setze die Mission fort!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
430 |
["Freezer"]="Eiskanone", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
431 |
["FRENZY"]="WAHNSINN", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
432 |
["Friendly Fire!"]="Eigenbeschuss!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
433 |
["From the second turn and beyond the water rises"]="Vom 2. Zug an wird das Wasser steigen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
434 |
["Frozen Bandits"]="Frostbanditen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
435 |
["Fruit Assassins"]="Fruchtassassinen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
436 |
["fuel extended!"]="Treibstoff aufgetankt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
437 |
["GAME BEGUN!!!"]="SPIEL GESTARTET!!!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
438 |
["Game Modifiers: "]="Spiel-Modifikatoren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
439 |
["GAME OVER!"]="SPIEL ZU ENDE!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
440 |
["Game Started!"]="Spiel gestartet!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
441 |
["Game? Was this a game to you?!"]="Spiel? War das ein Spiel für dich?!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
442 |
["GasBomb"]="Gasbombe", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
443 |
["Gas Gargler"]="Gasgurgler", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
444 |
["General information"]="Allgemeine Informationen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
445 |
["General Lemon"]="General Limone", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
446 |
["Generates power."]="Erzeugt Energie.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
447 |
["Generator"]="Generator", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
448 |
["Get Dense Cloud out of the pit!"]="Hol Dichte Wolke aus der Grube!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
449 |
["Get him Spike!"]="Hol ihn, Stachel!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
450 |
["Get on over there and take him out!"]="Mach, dass du hinüber kommst und schalte ihn aus!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
451 |
["Get on the head of the mole"]="Geh auf den Kopf des Maulwurfs", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
452 |
["Get out of there!"]="Geh weg!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
453 |
["Get ready to fight!"]="Bereitmachen zum Kämpfen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
454 |
["Get that crate!"]="Hol dir die Kiste!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
455 |
["Get the crate on the other side of the island!|"]="Hol dir die Kiste auf der anderen Seite der Insel!|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
456 |
["Getting ready"]="Bereitmachen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
457 |
["Getting to the device"]="Zum Greifen nah", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
458 |
["Get to the target using your rope! |Controls: Left & Right to swing the rope - Up & Down to Contract and Expand!"]="Gelange zum Ziel mit deinem Seil! |Steuerung: Links/Rechts zum Schwingen – Hoch/Runter zum Ein- und Ausfahren!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
459 |
["Get your teammates out of their natural prison and save the princess!|Hint: Drilling holes should solve everything.|Hint: It might be a good idea to place a girder before starting to drill. Just saying.|Hint: All your hedgehogs need to be above the marked height!|Hint: Leaks A Lot needs to get really close to the princess!"]="Befrei deine Teamkollegen aus ihrem natürlichen Gefängnis und rette die Prinzessin!|Tipp: Löcher bohren sollte alle Probleme lösen.|Tipp: Es könnte eine gute Idee sein, vor dem Bohren einen Träger zu platzieren. Ich mein ja nur.|Tipp: All deine Igel müssen sich über der markierten Höhe befinden.|Tipp: Undichte Stelle muss sich sehr nahe an der Prinzessin befinden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
460 |
["GG!"]="Gut gemacht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
461 |
["Gimme Bones"]="Gib Knochen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
462 |
["Girder"]="Bauträger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
463 |
["GIRDER PLACEMENT MODE"]="BAUTRÄGERPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
464 |
["Girder Placement Mode"]="Trägerplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
465 |
["Glark"]="Glark", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
466 |
["Goal"]="Ziel", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
467 |
["Go and collect the crate"]="Geh und sammle die Kiste.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
468 |
["Go down and save these PAotH hogs!"]="Geh runter und rette diese PAdI-Igel!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
469 |
["Go get him again"]="Los, hol ihn dir wieder!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
470 |
["GO! GO! GO!"]="Los, los, los!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
471 |
["Good birdy......"]="Braver Vogel …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
472 |
["Good Dude"]="Guter Junge", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
473 |
["Good idea, they'll never find us there!"]="Gute Idee, hier werden sie uns niemals finden!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
474 |
["Good luck...or else!"]="Viel Glück! Sonst …!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
475 |
["Good luck out there!"]="Viel Glück da draußen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
476 |
["Good luck!"]="Viel Glück!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
477 |
["Good so far!"]="Gut soweit!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
478 |
["Good to go!"]="Startklar!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
479 |
["Go on top of the flower"]="Geh auf die Spitze der Blume", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
480 |
["Go, quick!"]="Los, schnell!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
481 |
["Gorkij"]="Gorkidsch", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
482 |
["Go surf!"]="Los, surfe!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
483 |
["Got 1 more saucer"]="1 neue Untertasse", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
484 |
["GOTCHA!"]="ERWISCHT!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
485 |
["Go to go back"]="Ich muss umkehren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
486 |
["Go to Thanta and get the device part!"]="Gehe zu Thanta und ergattere das Bauteil!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
487 |
["Go to the moon by using the flying saucer and complete the main mission"]="Komm zum Mond, indem du die fliegende Untertasse benutzt und die Hauptmission beendest.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
488 |
["Go to the surface!"]="Geh an die Oberfläche!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
489 |
["Go to the upper platform and get the weapons in the crates!"]="Geh zur oberen Plattform und nimm dir die Waffen in den Kisten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
490 |
["Got the saucer!"]="Ich hab die Untertasse!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
491 |
["Grab Mines/Explosives"]="Sammle Minen/Fässer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
492 |
["Grants nearby hogs life-regeneration."]="Spendet nahen Igeln Lebensenergie.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
493 |
["Gravity"]="Schwerkraft", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
494 |
["Great choice, Steve! Mind if I call you that?"]="Großartige Entscheidung, Stefan! Stört es dich, wenn ich dich so nenne?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
495 |
["Great work! Now hit it with your Baseball Bat! |Tip: You can change weapon with 'Right Click'!"]="Gute Arbeit! Nun triff es mit deinem Baseballschläger! |Tipp: Du kannst die Waffe mit [Rechtsklick] wechseln!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
496 |
["Great! You will be contacted soon for assistance."]="Gut! Du wirst schon bald für Unterstützung benachrichtigt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
497 |
["Green areas aren't portal enabled"]="Grüne Bereiche sind portalabweisend.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
498 |
["Green Bananas"]="Grüne Bananen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
499 |
["Green Bananas won!"]="Die Grünen Bananen haben gewonnen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
500 |
["Green Hog Grape"]="Grünigeltraube", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
501 |
["Green hogs won't intentionally hurt you"]="Grüne Igel werden dich nicht absichtlich verletzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
502 |
["Greenhorn"]="Grünschnabel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
503 |
["Green lipstick bullet: [Poisonous, deals no damage]"]="Grüne Lippenstiftpatrone: (giftig, kein Schaden)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
504 |
["Greetings, cloudy one!"]="Grüße, du Wolkiger!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
505 |
["Greetings from the Navy, %s (%s), for being a distance of %d away from the mainland!"]="Grüße von der Marine, %s (%s), für einen Abstand von %d vom Festland!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
506 |
["Greetings, "]="Grüße, ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
507 |
["Grenade"]="Granate", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
508 |
["Grenade Group"]="Granatengruppe", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
509 |
["Grenade Training"]="Granatentraining", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
510 |
["Grenadier"]="Grenadier", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
511 |
["Grenadiers"]="Grenadiere", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
512 |
["Guards"]="Wächter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
513 |
["Guys, do you think there's more of them?"]="Leute, glaubt ihr, dass es noch mehr von ihnen gibt?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
514 |
["Haha!"]="Haha!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
515 |
["HAHA!"]="HAHA!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
516 |
["Hahahaha!"]="Hahahaha!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
517 |
["Haha, now THAT would be something!"]="Haha, na DAS wär ja was!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
518 |
["Hammer"]="Hammer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
519 |
["Hannibal"]="Hannibal", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
520 |
["Hapless Hogs"]="Glücklose Igel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
521 |
["Hard flying"]="Schwerer Flug", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
522 |
["HARD"]="SCHWER", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
523 |
[" HAS MUTATED"]=" MUTIERTE", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
524 |
["Hatless Jerry"]="Hutloser Igor", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
525 |
["Have no illusions, your tribe is dead, indifferent of your choice."]="Mach dir keine Hoffnungen, dein Stamm ist tot, unabhängig von deiner Entscheidung.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
526 |
["Haven't found it yet..."]="Ich hab es noch nicht gefunden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
527 |
["Have we ever attacked you first?"]="Haben wir euch jemals zuerst angegriffen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
528 |
["H confirmed that there isn't such a PAotH activity logged"]="H bestätigte, dass eine solche PAdI-Aktivität nicht protokolliert ist.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
529 |
["Healing Station"]="Heilstation", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
530 |
["Health Crate Placement Mode"]="Gesundheitskistenplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
531 |
["HEALTH CRATE PLACEMENT MODE"]="GESUNDHEITSKISTENPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
532 |
["Health crates extend your time."]="Erste-Hilfe-Kisten verlängern deine Zeit.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
533 |
["Health Modification Mode"]="Gesundheitsmodifikationsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
534 |
["HEALTH MODIFICATION MODE"]="GESUNDHEITSMODIFIKATIONSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
535 |
["Heartful"]="Herzlich", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
536 |
["Heavy Cannfantry"]="Schwere Kannfantrie", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
537 |
["Heavy"]="Schwierig", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
538 |
["Hedge-cogs"]="Stachelräder", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
539 |
["HEDGE EDITOR"]="HEDGE EDITOR", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
540 |
["Hedgehog projectile: [Fire your hog like a Sticky Bomb]"]="Igelprojektil: (Feuer deinen Igel wie eine Haftmine)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
541 |
["Hedgewars-Basketball"]="Hedgewars-Basketball", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
542 |
["Hedgewars-Knockball"]="Hedgewars-Schlagball", |
11007 | 543 |
["Hedgibal Lecter"]="Iglibal Lector", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
544 |
["He doesn't know it but this device is a part of the anti-gravity device"]="Er weiß es nicht, aber dieses Bauteil ist ein Teil des Antischwerkraftgeräts.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
545 |
["He has captured the rest of the PAotH team and awaits to capture you!"]="Er hat den Rest des PAdI-Teams gefangen und wartet auf deine Gefangennahme!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
546 |
["Heh, it's not that bad."]="Hehe, so schlimm ist es nicht.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
547 |
["He is a very tough and very determined hedgehog. I would be extremely careful if I were you"]="Er ist ein sehr starker und willensstarker Igel. An deiner Stelle wäre ich sehr vorsichtig.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
548 |
["Helena"]="Helena", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
549 |
["Hellish Handgrenade"]="Höllische Handgranate", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
550 |
["Hello again, "]="Hallo, ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
551 |
["Help Hog Solo to find all the parts of the anti-gravity device."]="Hilf Igel Einsam, alle Bauteile des Antischwerkraftgerätes zu finden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
552 |
["Help me, Leaks!"]="Hilf mir, Undichte!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
553 |
["Help me, please!!!"]="Hilfe! Zu Hilfe! Bitte!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
554 |
["Help me, please!"]="Hilf mir bitte!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
555 |
["He moves like an eagle in the sky."]="Er bewegt sich wie ein Adler in der Luft.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
556 |
["He must be in the village already."]="Er muss schon im Dorf sein.", |
11007 | 557 |
["Here, let me help you!"]="Hier, lass mich dir helfen!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
558 |
["Here, let me help you save her!"]="Hier, lass mich dir helfen, sie zu retten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
559 |
["Here...pick your weapon!"]="Hier … wähl deine Waffe!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
560 |
["Here! Take it..."]="Hier, nimm es …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
561 |
["Here we go!"]="Auf geht's!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
562 |
["Hero Team"]="Heldenteam", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
563 |
["He's so brave..."]="Er ist so mutig.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
564 |
["He was the lab assistant of Dr. Goodhogan, the inventor of the anti-gravity device"]="Er war der Laborassistent von Dr. Gutigeln, dem Erfinder des Antischwerkraftgeräts.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
565 |
["He won't be selling us out anymore!"]="Er wird uns nicht mehr verraten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
566 |
["Hey guys!"]="Hey, Leute!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
567 |
["Hey, guys!"]="Hey, Leute!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
568 |
["Hey"]="Hey", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
569 |
["Hey Hog Solo! Finally you have come..."]="Hey, Igel Einsam! Endlich bist du angekommen …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
570 |
["Hey! This is cheating!"]="Hey, das ist geschummelt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
571 |
["H"]="H", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
572 |
["HIGHLANDER"]="HOCHLÄNDER", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
573 |
["Hightime"]="Hoch hinaus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
574 |
["Hi! Nice to meet you"]="Hi! Schön, dich zu sehen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
575 |
["Hint: Double Jump - Press [Backspace] twice"]="Tipp: Doppelsprung – Drück [Rücktaste] 2 Mal", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
576 |
["Hint: Select the BlowTorch, aim and press [Fire]. Press [Fire] again to stop.|Don't blow up the crate."]="Tipp: Wähle den Schweißbrenner, ziele und drücke [Feuern]. Drücke [Feuern] erneut, um aufzuhören.|Spreng nicht die Kiste.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
577 |
["Hint: Select the LowGravity and press [Fire]."]="Tipp: Wähle die niedrige Schwerkraft und drücke [Feuern].", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
578 |
["Hint: you might want to stay out of sight and take all the crates...|"]="Tipp: Du solltest vielleicht aus der Schusslinie bleiben und alle Kisten nehmen.|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
579 |
["His arms are so strong!"]="Seine Arme sind so stark!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
580 |
["Hit Combo!"]="Treffer-Combo!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
581 |
["hits"]="Treffer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
582 |
["Hmmm...actually...I didn't either."]="Hmmm, ich … eigentlich auch nicht.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
583 |
["Hmmm..."]="Hmmm …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
584 |
["Hmmm, I'll have to find some way of moving him off this anti-portal surface..."]="Hmmm, ich muss einen Weg finden, um ihn von dieser Antiportaloberfläche zu schubsen …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
585 |
["Hmmm...it's a draw. How unfortunate!"]="Hmmm … Es ist unentschieden. Wie blöd!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
586 |
["Hmmm...perhaps a little more time will help."]="Hmmm. Vielleicht wird etwas mehr Zeit helfen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
587 |
["Hm... Now I ran out of fuel..."]="Hmm … Jetzt ist mein Treibstoff alle.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
588 |
["Hog 100"]="Igel 100", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
589 |
["Hog 1"]="Igel 1", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
590 |
["Hog 3x5"]="Igel 3x5", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
591 |
["Hog 7+7"]="Igel 7+7", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
592 |
["Hog decar"]="Igel decar", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
593 |
["Hog dertien"]="Igel dertien", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
594 |
["Hog D"]="Igel D", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
595 |
["Hog EOF"]="Igel EOF", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
596 |
["Hogera is safe!"]="Hogera ist in Sicherheit!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
597 |
["Hog exi"]="Igel exi", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
598 |
["Hog Hephaestus"]="Igel Hephaestus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
599 |
["Hog Identity Mode"]="Igelidentitätsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
600 |
["HOG IDENTITY MODE"]="IGELIDENTITÄTSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
601 |
["Hog III"]="Igel III", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
602 |
["Hogminator"]="Iglinator", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
603 |
["Hog nueve"]="Igel nueve", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
604 |
["Hog octo"]="Igel octo", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
605 |
["Hog onze"]="Igel onze", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
606 |
["Hog Saturn"]="Igel Saturn", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
607 |
["Hogs in sight!"]="Igel in Sicht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
608 |
["Hog Solo and GB"]="Igel Einsam und GB", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
609 |
["Hog Solo arrived at "]="Igel Einsam ist angekommen an ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
610 |
["Hog Solo couldn't escape, try again!"]="Igel Einsam konnte nicht fliehen, versuch es nochmal!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
611 |
["Hog Solo escaped successfully!"]="Igel Einsam ist erfolgreich geflohen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
612 |
["...Hog Solo fights for his life"]="… kämpft Igel Einsam ums Überleben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
613 |
["Hog Solo has to reach the last crates"]="Igel Einsam muss die letzten Kisten erreichen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
614 |
["Hog Solo has to refuel his saucer."]="Igel Einsam muss seine Untertasse auftanken.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
615 |
["Hog Solo"]="Igel Einsam", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
616 |
["Hog Solo lost, try again!"]="Igel Einsam hat verloren, versuch es nochmal!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
617 |
["Hog Solo wins, congratulations!"]="Igel Einsam gewinnt, Gratulation!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
618 |
["Hog two"]="Igel zwei", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
619 |
["HOLY SHYTE!"]="HEILIGE SCHEISSE!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
620 |
["Homing Bee"]="Zielsuchende Biene", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
621 |
["Honest Lee"]="Leo Ehrlich", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
622 |
["Hook"]="Haken", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
623 |
["Hoorah!!!"]="Hurra!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
624 |
["Hoorah! I've found it, now I have to get back to Captain Lime!"]="Hurra! Ich habe es gefunden, nun muss ich zurück zu Leutnant Limone!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
625 |
["Hoorah! You are a champion!"]="Hurra! Du bist ein Champion!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
626 |
["Hooray!"]="Hurra!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
627 |
["Hopeless case"]="Hoffnungsloser Fall", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
628 |
["Hostage Situation"]="Geiselrettung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
629 |
["How can I ever repay you for saving my life?"]="Wie kann ich es jemals wieder gutmachen, dass du mein Leben gerettet hast?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
630 |
["How come in a village full of warriors, it's up to me to save it?"]="Wie kommt es, dass es immer an mir liegt, ein Dorf voller Krieger zu retten?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
631 |
["How difficult would you like it to be?"]="Wie schwer möchtest du es haben?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
632 |
["HOW DO THEY KNOW WHERE WE ARE???"]="WOHER WISSEN SIE, WO WIR SIND?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
633 |
["However, if you fail to do so, she dies a most violent death, just like your friend! Muahahaha!"]="Aber wenn du versagst, wird sie den grausamsten Tod sterben, genau, wie dein Freund! Muhahahaha!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
634 |
["However, if you fail to do so, she dies a most violent death! Muahahaha!"]="Wenn du aber versagst, wird sie den grausamsten Tod sterben! Muhahahaha!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
635 |
["However, my mates don't agree with me on letting you go..."]="Aber meine Freunde wollen dich nicht gehen lassen …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
636 |
["However the army of Yellow Watermelons is about to attack any moment now."]="Aber die Armee der Gelben Wassermelonen wird jeden Moment angreifen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
637 |
[" HP"]=" TP", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
638 |
["Hunter"]="Jäger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
639 |
["I am not ready for this planet yet. I should visit it when I have found all the other device parts"]="Ich bin für diesen Planeten noch nicht bereit. Ich sollte ihn besuchen, sobald ich alle anderen Bauteile gefunden habe.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
640 |
["I am sorry but I was looking for a device that may be hidden somewhere around here"]="Tut mir Leid, aber ich suchte nach einem Gerät, das hier irgendwo versteckt sein könnte.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
641 |
["I believe there's more of them."]="Ich glaube, es gibt noch mehr von ihnen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
642 |
["I can see you have been training diligently."]="Ich sehe, dass du fleißig geübt hast.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
643 |
["I can't believe it worked!"]="Ich kann nicht glauben, dass es funktioniert hat!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
644 |
["I can't believe this!"]="Ich kann es nicht glauben!", |
11007 | 645 |
["I can't believe what I'm hearing!"]="Ich kann nicht glauben, was ich höre!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
646 |
["I can't wait any more, I have to save myself!"]="Ich kann nicht länger waren, ich muss selber zur Hilfe eilen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
647 |
["Ice Jake"]="Eis-Jakob", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
648 |
["I could just teleport myself there..."]="Ich könnte mich einfach dorthin teleportieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
649 |
["Icy Land"]="Eisiges Gelände", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
650 |
["I'd better get going myself."]="Ich geh jetzt besser weiter.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
651 |
["I didn't until about a month ago."]="Ich wusste es nicht vor einem Monat.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
652 |
["I don't know how you did that.. But good work! |The next one should be easy as cake for you!"]="Ich weiß nicht, wie du das getan hast. Aber gute Arbeit! |Die Nächste solle idiotensicher für dich sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
653 |
["I feel something...a place! They will arrive near the circles!"]="Ich fühle etwas … einen Ort! Sie werden in der Nähe der Kreise auftauchen!", |
11007 | 654 |
["If only I had a way..."]="Wenn ich nur wüsste, wie.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
655 |
["If only I were given a chance to explain my being here..."]="Wenn ich nur eine Gelegenheit hätte, um meine Anwesenheit zu erklären …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
656 |
["I forgot that she's the daughter of the chief, too..."]="Ich vergaß, dass sie auch die Tochter des Häuptlings ist.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
657 |
["If they try coming here, they can have a taste of my delicious knuckles!"]="Wenn sie versuchen, hierher zukommen, können sie von meinen köstlichen Fäusten kosten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
658 |
["If you agree to provide the information we need, you will be spared!"]="Wenn du einverstanden bist, uns die Information, die wir brauchen, zu geben, wirst du verschont!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
659 |
["If you can get that crate fast enough, your beloved \"princess\" may go free."]="Wenn du diese Kiste schnell genug einsammelst, darfst du deine geliebte »Prinzessin« befreien.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
660 |
["If you decide to help us, though, we will no longer need to find a new governor for the island."]="Wenn du uns helfen willst, brauchen wir für diese Insel keinen neuen Anführer zu suchen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
661 |
["If you get stuck, use your Desert Eagle or restart the mission!|"]="Wenn du stecken bleibst, benutze deine Desert Eagle oder starte die Mission neu.|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
662 |
["If you help us you can keep the device if you find it but we'll keep everything else"]="Wenn du uns hilfst, darfst du das Gerät behalten, wenn du es findest, aber wir werden alles andere behalten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
663 |
["If you injure a hedgehog you'll get 35% of the damage dealt"]="Wenn du einen Igel verletzt, wirst du 35% des angerichteten Schadens erhalten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
664 |
["If you kill a hedgehog with the respective weapon your health points will be set to 100"]="Wenn du einen Igel mit der entsprechenden Waffe tötest, wird deine Gesundheit auf 100 gesetzt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
665 |
["If you know what I mean..."]="Wenn du verstehst, was ich meine.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
666 |
["If you say so..."]="Wenn du es sagst …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
667 |
["If you skip a turn then the turn time left will be added to your next turn"]="Wenn du einen Zug überspringst, wird die Zugzeit auf deinen nächsten Zug addiert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
668 |
["If you skip the game your time left will be added to your next turn"]="Wenn du das Spiel überspringst, wird deine verbleibende Zeit für deinen nächsten Zug addiert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
669 |
["If you wish to restart the course, hold [Precise] while your turn ends (e.g with Skip)!|"]="Wenn du den Hindernislauf neustarten willst, drücke [Genaues Zielen], während dein Zug endet (z.B. mit Überspringen)!|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
670 |
["I guess I can't go far without fuels!"]="Ich fürchte, ohne Treibstoff komme ich nicht weit.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
671 |
["I guess we lost him!"]="Ich glaube, wir haben ihn verloren!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
672 |
["I guess you'll have to kill them."]="Ich fürchte, du musst sie töten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
673 |
["I have come to make you an offering..."]="Ich kam, um dir ein Angebot zu machen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
674 |
["I have heard that the local tribes say that many years ago some PAotH scientists were dumping their waste here"]="Ich hörte, dass die örtlichen Stämme sagen, dass vor vielen Jahren einige PAdI-Wissenschaftler ihren Müll dort abgeliefert haben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
675 |
["I have no idea where that mole disappeared...Can you see it?"]="Ich habe keine Ahnung, wohin dieser Maulwurf verschwand. Kannst du ihn sehen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
676 |
["I have only 3 hogs available and they are all cadets"]="Ich habe nur 3 Igel, uns sie sind alle Kadetten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
677 |
["I have to follow that alien."]="Ich muss diesem Außerirdischen finden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
678 |
["I have to get back to the village!"]="Ich muss zum Dorf zurückkehren!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
679 |
["I have to reach the surface as quickly as I can..."]="Du muss die Oberfläche so schnell wie möglich erreichen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
680 |
["I hope you are prepared for a small challenge, young one."]="Ich hoffe, du bist für eine kleine Herausforderung gewappnet, Jüngling.", |
11007 | 681 |
["I just don't want to sink to your level."]="Ich will nicht auf dein Niveau herabsinken.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
682 |
["I just found out that they have captured your princess!"]="Ich habe gerade herausgefunden, dass sie deine Prinzessin gefangen haben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
683 |
["I just want the strange device you found!"]="Ich will nur das seltsame Teil, das du gefunden hast.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
684 |
["I just wonder where Ramon and Spiky disappeared..."]="Ich frage mich lediglich, wohin Ramon und Stachli verschwunden sind.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
685 |
["I know that your resources are low due to the battle but I'll send two of my best hogs to assist you."]="Ich weiß, dass deine Ressourcen aufgrund der Schlacht begrenzt sind, aber ich werde dir zwei meiner besten Igel schicken, um die zu helfen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
686 |
["I'll get him!"]="Den schnapp ich mir!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
687 |
["I'll hold them off while you return to the village!"]="Ich halte sie zurück, während du zum Dorf zurückkehrst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
688 |
["I'll let you know whatever I know about him if you manage to catch me 3 times"]="Ich lass dich wissen, was ich über ihn weiß, wenn du es schaffst, mich 3 mal zu fangen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
689 |
["I'll make good use of it"]="Ich werde es klug anwenden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
690 |
["Imagine those targets are the wolves that killed your parents! Take your anger out on them!"]="Stell dir vor, diese Zielscheiben sind die Wölfe, die eine Eltern getötet haben! Lass deine Wut an ihnen aus!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
691 |
["I'm...alive? How? Why?"]="Ich lebe? Wie? Warum?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
692 |
["I'm a ninja."]="Ich bin ein Ninja.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
693 |
["I marked the place of their arrival. You're welcome!"]="Ich habe ihren Ankunftsort markiert. Gern geschehen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
694 |
["I may lost this battle, but I haven't lost the war yet!"]="Ich mag vielleicht diese Schlacht verloren haben, aber ich habe den Krieg noch nicht verloren!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
695 |
["I'm certain that this is a misunderstanding, fellow hedgehogs!"]="Ich bin mir sicher, dass das ein Missverständnis ist, liebe Igel.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
696 |
["I mean, none of you ceased to live."]="Ich meine, niemand von euch hat aufgehört, zu leben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
697 |
["I'm getting old for this!"]="Ich werd zu alt dafür!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
698 |
["I'm getting thirsty..."]="Ich hab Durst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
699 |
["I'm here to help you rescue her."]="Ich bin hier, um dir bei ihrer Rettung zu helfen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
700 |
["I'm not sure about that!"]="Ich bin mir darüber nicht so sicher.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
701 |
["Impressive...you are still dry as the corpse of a hawk after a week in the desert..."]="Großartig! Du bist immer noch so trocken wie der Kadaver eines Adlers nach einer Woche in der Wüste.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
702 |
["I'm so scared!"]="Ich hab solche Angst!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
703 |
["I'm still low on hogs. If you are not afraid I could use a set of extra hands"]="Ich habe immer noch wenige Igel. Wenn du keine Angst hast, könnte ich etwas Unterstützung gebrauchen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
704 |
["In am also entrusting you with some rope"]="Ich werde dir auch etwas Seil anvertrauen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
705 |
["Incredible..."]="Unglaublich.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
706 |
["Indestructible Land"]="Unzerstörbares Gelände", |
11007 | 707 |
["I need to find the others!"]="Ich muss die anderen finden!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
708 |
["I need to get to the other side of this island, fast!"]="Ich muss auf die andere Seite der Insel gelangen, und zwar schnell!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
709 |
["I need to move the tribe!"]="Ich muss den Stamm von hier fortführen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
710 |
["I need to prevent their arrival!"]="Ich muss ihre Ankunft verhindern!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
711 |
["I need to warn the others."]="Ich muss die anderen warnen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
712 |
["In fact, you are the only one that's been acting strangely."]="Tatsächlich bist du der Einzige, der sich seltsam benahm.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
713 |
["In order to get to the other side, you need to collect the crates first.|"]="Um auf die andere Seite zu gelangen, musst du zuerst die Kisten einsammeln.|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
714 |
["INSANITY"]="WAHNSINN", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
715 |
["Instructor"]="Ausbilder", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
716 |
["Insufficient Power"]="Unzureichende Energie", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
717 |
["Interesting idea, haha!"]="Interessanter Gedanke, haha!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
718 |
["Interesting! Last time you said you killed a cannibal!"]="Interessant. Das letzte mal sagtest du, dass du einen Kannibalen getötet hast.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
719 |
["In the Ice Planet flying saucer stadium..."]="Im Stadion der fliegenden Untertassen auf dem Eisplaneten …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
720 |
["In the meantime, take these and return to your \"friend\"!"]="In der Zwischenzeit, nimm diese und kehre zu deinem »Freund« zurück!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
721 |
["In the Planet of Sand, you have to double check your moves..."]="Auf dem Sandplaneten musst du deine Züge gut überlegen …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
722 |
["In this accident Professor Hogevil lost all his spines on his head!"]="Bei diesem Unfall hat Professor Bösigel all seine Stacheln auf seinem Kopf verloren!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
723 |
["invaders destroyed"]="Angreifer zerstört", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
724 |
["Invalid Placement"]="Ungültige Position", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
725 |
["Invasion"]="Invasion", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
726 |
["Invulnerable"]="Unverwundbar", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
727 |
["In your best (and only) flight you took out %d crates with one RC plane!"]="In deinem besten (und einzigem) Flug hast du %d Kisten mit einem Funkflugzeug zerstört!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
728 |
["In your best flight you took out %d crates with one RC plane."]="In deinem besten Flug hast du %d Kisten mit einem Funkflugzeug zerstört.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
729 |
["I of course will observe the battle and intervene if necessary"]="Ich werde natürlich die Schlacht beobachten und, wenn nötig, einschreiten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
730 |
["I saw it with my own eyes!"]="Ich sah es mit meinen eigenen Augen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
731 |
["I see..."]="Ich verstehe …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
732 |
["I see you have already taken the leap of faith."]="Ich sehe, du hast bereits den Mutsprung absolviert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
733 |
["I see you would like his punishment to be more...personal..."]="Ich sehe, du möchtest, dass seine Bestrafung etwas … persönlicher ausfällt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
734 |
["I sense another wave of cannibals heading my way!"]="Ich nehme eine weitere Welle in meine Richtung wahr!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
735 |
["I sense another wave of cannibals heading our way!"]="Ich nehme eine Welle von Kannibalen, die auf uns zu gehen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
736 |
["I should go now, goodbye!"]="Ich sollte jetzt gehen. Tschüss!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
737 |
["I shouldn't have drunk that last pint."]="Ich sollte nicht die ganze Flasche ausgetrunken haben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
738 |
["Is this place in my head?"]="Ist dieser Ort in meinem Kopf?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
739 |
["It doesn't matter. I won't let that alien hurt my daughter!"]="Es ist egal. Ich werde diesen Außerirdischen nicht meine Tochter weh tun lassen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
740 |
["I think we are safe here."]="Ich glaub, hier sind wir in Sicherheit.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
741 |
["I thought their shaman died when he tried our medicine!"]="Ich dachte, ihr Schamane starb, als er unsere Medizin probierte.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
742 |
["It is called 'Hogs of Steel'."]="Sie heißt »Igel aus Stahl«.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
743 |
["It is time to practice your fighting skills."]="Es ist Zeit, dein Kämpfen zu üben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
744 |
["It must be a childhood trauma..."]="Es muss ein Kindheitstrauma sein.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
745 |
["It must be the aliens' deed."]="Das muss die Tat der Außerirdischen sein.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
746 |
["It must be the aliens!"]="Es müssen diese Außerirdischen sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
747 |
["It must be the cyborgs again!"]="Das müssen wohl wieder diese Cyborgs sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
748 |
["I told you, I just found them."]="Ich sag's dir, ich habe sie gerade erst gefunden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
749 |
["It's a good thing SUDDEN DEATH is 99 turns away..."]="Gut, dass SUDDEN DEATH in 99 Runden ist …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
750 |
["It's always up to women to clear up the mess men created!"]="Es bleibt immer an Frauen hängen, das Chaos, das Männer hinterlassen haben, aufzuräumen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
751 |
["It's a shame, I forgot how to do that!"]="Zu dumm, ich habe vergessen, wie man das macht.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
752 |
["It seems that Professor Hogevil has prepared for your arrival!"]="Es scheint, dass sich Professor Bösigel sich auf deine Ankunft vorbereitet hat!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
753 |
["It's impossible to communicate with the spirits without a shaman."]="Es ist unmöglich, ohne einen Schamanen mit den Geistern zu kommunizieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
754 |
["It's over..."]="Es ist vorbei.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
755 |
["It's time you learned that your actions have consequences!"]="Es ist Zeit, dass du lernst, dass dein Handeln Konsequenzen haben wird!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
756 |
["It's worth more than wood!"]="Es ist wertvoller als Holz!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
757 |
["It wants our brains!"]="Es will unsere Gehirne!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
758 |
["It was all just bad luck!"]="So ein Pech!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
759 |
["It was not a dream, unwise one!"]="Es war kein Traum, du Tor!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
760 |
["It would be wiser to steal the space ship while PAotH guards are taking a brake!"]="Es wäre schlauer, das Raumschiff zu stehlen, während die PAdI-Wächter eine Pause machen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
761 |
["I've made it! YEAAAAAH!"]="Ich hab's geschafft! HURRA!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
762 |
["I've seen this before. They just appear out of thin air."]="Ich hab das zuvor gesehen. Sie tauchen einfach aus dem Nichts auf.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
763 |
["I've thought that the best way to get the device is to let you collect most of the parts for me!"]="Ich dachte mir, dass es am einfachsten ist, wenn ich dich einfach die meisten Bauteile für mich sammeln lasse.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
764 |
["I want to play a game..."]="Ich möchte ein Spiel spielen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
765 |
["I want to see how it handles this!"]="Ich will sehen, wie es damit klar kommt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
766 |
["I was told that as the leader of the king's guard, no one knows this world better than you!"]="Mir wurde gesagt, dass, als der Führer der königlichen Garde, niemand diese Welt besser als du kennst!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
767 |
["I will never hand you the parts!"]="Niemals gebe ich dir die Teile!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
768 |
["I wish to help you, "]="Ich möchte dir helfen, ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
769 |
["I wonder where Dense Cloud is..."]="Ich frag mich, wo Dichte Wolke ist.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
770 |
["I wonder why I'm so angry all the time..."]="Ich frag mich, warum ich die ganze Zeit so wütend bin.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
771 |
["I won't let you kill her!"]="Ich werde nicht zulassen, dass du sie umbringst!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
772 |
["I would gladly help you if we won this battle but under these circumstances I'll only help you if you fight for our side."]="Ich würde dir gerne helfen, wenn wir diese Schlacht gewinnen, aber unter diesen Bedingungen kann ich dir nur helfen, wenn du an unserer Seite kämpfst.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
773 |
["Jack"]="Jochen", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
774 |
["Jeremiah"]="Jeremias", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
775 |
["Joe"]="Sepp", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
776 |
["John"]="Jonas", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
777 |
["John Snow"]="Jonas Schnee", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
778 |
["Judas"]="Judas", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
779 |
["Jumping is disabled"]="Sprünge sind deaktiviert!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
780 |
["Just kidding, none of you have died!"]="Nur ein Witz! Niemand von euch ist gestorben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
781 |
["Just on a walk."]="Nur spazieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
782 |
["Just wait till I get my hands on that trauma! ARGH!"]="Warte nur, bis ich mein Trauma in die Finger kriege! ARGH!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
783 |
["Kamikaze Expert!"]="Kamikazeexperte!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
784 |
["Kamikaze"]="Kamikaze", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
785 |
["Keep it up!"]="Weiter so!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
786 |
["Kerguelen"]="Kerguelen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
787 |
["key."]="Taste.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
788 |
["Killing spree!"]="Blutrausch!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
789 |
["Killing the specialists"]="Die Spezialisten töten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
790 |
["KILL IT!"]="TÖTE ES!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
791 |
["KILLS"]="ABSCHÜSSE", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
792 |
["Kill the aliens!"]="Töte die Außerirdischen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
793 |
["Kill the cannibal!"]="Töte den Kannibalen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
794 |
["Kill the traitor...or spare his life!|Kill him or press [Precise]!"]="Töte den Verräter … oder verschone ihn!|Töte ihn oder drücke [Genaues Zielen]!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
795 |
["King Customer"]="König Kunde", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
796 |
["King"]="König", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
797 |
["Knight"]="Ritter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
798 |
["Lady Mango"]="Frau Mango", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
799 |
["LandFlag Modification Mode"]="LandFlag-Modifikationsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
800 |
["Land Sprayer"]="Landkanone", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
801 |
["Land Spray"]="Landkanone", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
802 |
["Laser Sight"]="Laservisier", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
803 |
["Last Target!"]="Letzte Zielscheibe!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
804 |
["Last wave in 3 turns"]="Letzte Welle in 3 Zügen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
805 |
["Leaderbot"]="Führboter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
806 |
["Leader"]="Führer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
807 |
["Leaks A Lot, depressed for killing his loved one, failed to save the village..."]="Traurig darüber, sein Liebling getötet zu haben, versagte Undichte Stelle dabei, das Dorf zu retten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
808 |
["Leaks A Lot gave his life for his tribe! He should have survived!"]="Undichte Stelle gab sein Leben für seinen Stamm! Er hätte überleben sollen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
809 |
["Leaks A Lot must survive!"]="Undichte Stelle muss überleben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
810 |
["Leaks A Lot"]="Undichte Stelle", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
811 |
["Led Heart"]="Geführtes Herz", |
11007 | 812 |
["Lee"]="Leo", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
813 |
["[Left], [Right]: Change between identities."]="[Links], [Rechts]: Identitäten wechseln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
814 |
["[Left], [Right]: Change between selection and placement mode."]="[Links], [Rechts]: Zwischen Auswahl- und Verlegungsmodus wechseln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
815 |
["[Left], [Right]: Change between tagging modes."]="[Links], [Rechts]: Zwischen Markierungsmodi wechseln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
816 |
["[Left], [Right]: Change health value."]="[Links], [Rechts]: Gesundheitswert auswählen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
817 |
["[Left], [Right]: Change sprite selection"]="[Links], [Rechts]: Sprite-Auswahl ändern", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
818 |
["[Left Shift]"]="[Umschalt links]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
819 |
["Let a continent provide your weapons!"]="Lass einen Kontinent dich mit Waffen beliefern!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
820 |
["Let me test your skills a little, will you?"]="Lass mich deine Fertigkeiten ein wenig testen, okay?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
821 |
["Let's go home!"]="Lasst uns nach Hause gehen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
822 |
["Let's go!"]="Los geht's!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
823 |
["Let's head back to the village!"]="Lass uns zurück zum Dorf gehen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
824 |
["Let's see what your comrade does now!"]="Sehen wir mal, was dein Kamerad jetzt anstellt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
825 |
["Let's show those cannibals what we're made of!"]="Lass uns diesen Kannibalen zeigen, aus welchem Holz wir geschnitzt sind!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
826 |
["Let them have a taste of my fury!"]="Lasst sie von meinem Zorn kosten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
827 |
["Let us help, too!"]="Lass uns auch helfen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
828 |
["Level 1 clear!"]="Level 1 abgeschlossen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
829 |
["Level 2 clear!"]="Level 2 abgeschlossen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
830 |
["Level Data Saved!"]="Leveldaten gesichert!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
831 |
["Light Cannfantry"]="Leichte Kannfantrie", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
832 |
["Limburger"]="Limburger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
833 |
["Listen carefully! The bandit leader, Thanta, has recently found a very strange device"]="Hör gut zu! Der Anführer der Banditen, Thanta, hat neulich ein sehr seltsames Gerät gefunden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
834 |
["Listen up, maggot!!"]="Aufgepasst, du Made!!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
835 |
["Little did they know that this hunt will mark them forever..."]="Sie ahnten nicht, dass diese Jagd sie für immer zusammenschweißen würde.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
836 |
["Lonely Cries: [Rise the water if no hog is in the circle and deal 6 damage to all enemy hogs.]"]="Einsame Heuler: (Erhöhe das Wasser, wenn kein Igel im Kreis ist und richte 6 Schaden auf alle gegnerischen Igel an.)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
837 |
["Lonely Hog"]="Einsamer Igel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
838 |
["Look boss! There is the target!"]="Sieh, Boss! Hier ist das Ziel!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
839 |
["Look, I had no choice!"]="Versteh doch, ich hatte keine Wahl!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
840 |
["Look out! There's more of them!"]="Passt auf! Da sind noch mehr von ihnen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
841 |
["Look out! We're surrounded by cannibals!"]="Passt auf! Wir sind von Kannibalen umzingelt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
842 |
["Looks like the whole world is falling apart!"]="Es scheint, als würde die ganze Welt auseinanderfallen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
843 |
["Look, someone is stealing the saucer!"]="Sieh, jemand stiehlt die Untertasse!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
844 |
["Low Gravity"]="Niedrige Schwerkraft", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
845 |
["Luckily, I've managed to snatch some of them."]="Glücklicherweise konnte ich mir ein paar davon ergattern.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
846 |
["LUDICROUS KILL"]="HAARSTRÄUBENDER ABSCHUSS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
847 |
["Made it!"]="Geschafft!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
848 |
["Many long forgotten things can be found in the same tunnels that we are about to explore!"]="Viele vergessene Dinge können in denselben Tunneln, die wir gleich erforschen werden, finden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
849 |
["Many meters below the surface..."]="Viele Meter unter der Oberfläche …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
850 |
["- Massive weapon bonus on first turn"]="- Großer Waffenbonus am ersten Zug", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
851 |
["Max Citrus"]="Max Zitron", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
852 |
["May the spirits aid you in all your quests!"]="Mögen die Geiste dich in all deinen Aufgaben begleiten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
853 |
["Medicine: [Fire some exploding medicine that will heal all hogs effected by the explosion]"]="Medizin: (Feuere eine explodierende Medizin, die alle Igel im Explosionsradius heilen wird)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
854 |
["Medic"]="Sanitäter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
855 |
["MEDIUM"]="MITTEL", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
856 |
["MEGA KILL"]="MEGA-ABSCHUSS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
857 |
["Meiwes"]="Meiwes", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
858 |
["milliseconds"]="Millisekunden", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
859 |
["Mindy"]="Intellekta", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
860 |
["Mine Deployer"]="Minenleger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
861 |
["Mine Eater!"]="Minenfresser!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
862 |
["Mine"]="Mine", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
863 |
["Mine Placement Mode"]="Minenplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
864 |
["MINE PLACEMENT MODE"]="MINENPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
865 |
["|- Mines Time:"]="|- Minenzündzeit:", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
866 |
["Mine Strike"]="Minen-Luftangriff", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
867 |
["Minion"]="Lakai", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
868 |
["Minions"]="Lakaien", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
869 |
["MISSION FAILED"]="MISSION GESCHEITERT", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
870 |
["MISSION SUCCESSFUL"]="MISSION ERFOLGREICH", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
871 |
["MISSION SUCCESS"]="MISSIONSERFOLG", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
872 |
["Mister Pear"]="Herr Birne", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
873 |
["Molotov Cocktail"]="Molotowcocktail", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
874 |
["Molotov"]="Molotowcocktail", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
875 |
["MONSTER KILL"]="MONSTRÖSER ABSCHUSS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
876 |
["More Natives"]="Mehr Ureinwohner", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
877 |
["Mortar"]="Mörser", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
878 |
["Most mines are not active"]="Die meisten Minen sind Blindgänger.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
879 |
["Most of the destructible terrain in marked with blue color"]="Das meiste des zerstörbaren Geländes ist mit einer blauen Farbe markiert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
880 |
["Most of the time you'll be able to use only the icegun"]="Die meiste Zeit wirst du nur die Eiskanone benutzen können", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
881 |
["Movement: [Up], [Down], [Left], [Right]"]="Bewegung: [Hoch], [Runter], [Links], [Rechts]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
882 |
["Mr Mango"]="Mister Mango", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
883 |
["Mudball"]="Schlammball", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
884 |
["Multi-shot!"]="Multischuss!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
885 |
["Muriel"]="Muriel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
886 |
["Muscle Dissolver"]="Muskellöser", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
887 |
["Mutant"]="Mutant", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
888 |
["Nade Boy"]="Granatenjunge", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
889 |
["Nameless Heroes"]="Namenlose Helden", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
890 |
["Name"]="Name", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
891 |
["Nancy Screw"]="Lockere Schraube", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
892 |
["Napalm"]="Napalm-Luftangriff", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
893 |
["Napalm rocket: [Fire a bomb with napalm!]"]="Napalmrakete: (Feuer eine Bombe mit Napalm ab!)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
894 |
["Naranja Jed"]="Orangus Otus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
895 |
["Natives"]="Eingeborene", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
896 |
["Naughty Ninja"]="Böser Ninja", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
897 |
["Near PAotH base at moon..."]="In der Nähe der PAdI-Basis am Mond …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
898 |
["Near secret base 17 of PAotH in the rural Hogland..."]="In der Nähe der geheimen Basis 17 der PAdI im ländlichen Igelland …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
899 |
["Neutralize your enemies and be careful!"]="Neutralisiere deine Gegner und sei vorsichtig!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
900 |
["New Barrels Per Turn"]="Neue Fässer jeden Zug", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
901 |
["NEW CLAN RECORD: "]="NEUER KLAN-REKORD", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
902 |
["NEW fastest lap: "]="NEUE schnellste Runde: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
903 |
["New Mines Per Turn"]="Neue Minen jeden Zug", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
904 |
["NEW RACE RECORD: "]="NEUER RENNREKORD: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
905 |
["Newton's Hammock"]="Newtons Hängematte", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
906 |
["Next time you play \"Searching in the dust\" you'll have an RC plane available"]="Das nächste Mal, wenn du die Mission »Suche im Staub« spielst, bekommst du ein Funkflugzeug.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
907 |
["Next wave in 3 turns"]="Nächte Welle in 3 Zügen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
908 |
["Nicely done, meatbags!"]="Gut gemacht, Fleischkugeln!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
909 |
["Nice!"]="Nett!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
910 |
["Nice! Now hurry and get down! You have to rescue my friends!"]="Nett! Nun beeil dich und komm runter! Du musst meine Freunde retten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
911 |
["Nice, then I should get the part as soon as possible!"]="Interessant, dann sollte ich besser das Teil so früh wie möglich holen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
912 |
["Nice work, "]="Gute Arbeit, ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
913 |
["Nice work!"]="Gute Arbeit!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
914 |
["Nilarian"]="Nilarian", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
915 |
["Ninja"]="Ninja", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
916 |
["Nobody Laugh"]="Niemand darf lachen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
917 |
["No, I am afraid I had to travel light"]="Nein, ich fürchte, dass ich mit wenig Gepäck reisen musste.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
918 |
["No, I came back to help you out..."]="Nein, ich kam zurück, um dir zu helfen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
919 |
["No...I wonder where they disappeared?!"]="Nein. Ich frage mich, wohin sie verschwunden sind?!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
920 |
["NomNom"]="Mjamjam", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
921 |
["Nom-Nom"]="Mjam-Mjam", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
922 |
["Noooo, Thanta has to stay alive!"]="Nein, Thanta muss am Leben bleiben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
923 |
["Nope. It was one fast mole, that's for sure."]="Nee. Es war ein schneller Maulwurf, das ist klar.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
924 |
["No! Please, help me!"]="Nein! Bitte hilf mir!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
925 |
["No problem Captain!"]="Kein Problem, Leutnant!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
926 |
["No problem, I would do anything for H!"]="Kein Problem, ich würde alles für H tun!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
927 |
["Normal Land"]="Normales Gelände", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
928 |
["NORMAL"]="NORMAL", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
929 |
["Normal players can only score points by killing the mutant."]="Andere Spieler erhalten nur durch das Töten des Mutanten Punkte.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
930 |
["Normal Sticky Mine"]="Normale Haftmine", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
931 |
["North America"]="Nordamerika", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
932 |
["Not all hogs are born equal."]="Nicht alle Igel werden gleich geboren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
933 |
["NOT ENOUGH WAYPOINTS"]="NICHT GENUG WEGPUNKTE", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
934 |
["Note: Some weapons have a second option (See continent information). Find and use them with the \""]="Beachte: Einige Waffen haben eine Zweitoption (Siehe Kontinentinformationen). Finde und benutze sie mit \"", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
935 |
["Not now, Fiery Water!"]="Nicht jetzt, Feuerwasser!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
936 |
["Not So Friendly Match"]="Kein-so-Freundschaftsspiel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
937 |
["Not you again! My head still hurts from last time!"]="Nicht du schon wieder! Mein Kopf tut mir immer noch vom letzten Mal weh!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
938 |
["No, we made sure of that!"]="Nein, wir hatten extra aufgepasst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
939 |
["Now find the next target! |Tip: Normally you lose health by falling down, so be careful!"]="Nun finde das nächste Ziel! |Tipp: Normalerweise verlierst du Gesundheit, wenn du herunterfällst, also pass auf!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
940 |
["Now go and don't waste more of my time you coward..."]="Jetzt geh, und vergeude meine Zeit nicht noch weiter, du Feigling!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
941 |
["Now go and play the menu mission to complete the campaign"]="Geh jetzt und spiele die Menümission, um die Kampagne zu beenden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
942 |
["No! What have I done?! What have YOU done?!"]="Nein! Was habe ich getan?! Was hast DU getan?!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
943 |
["No. Where did he come from?"]="Nein. Woher kam er?", |
11007 | 944 |
["Now how do I get on the other side?!"]="Aber wie komme ich auf die andere Seite?!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
945 |
["Now I have to climb these trees"]="Jetzt muss ich diese Bäume hochklettern.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
946 |
["Now listen carefully! Below us there are tunnels that have been created naturally over the years"]="Jetzt hör gut zu! Unter uns sind Tunnel, welche über die Jahre natürlich entstanden sind.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
947 |
["Now use it and go to the moon PAotH station to get more fuel!"]="Benutze es jetzt und komme zur PAdI-Mondbasis, um mehr Treibstoff zu holen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
948 |
["Now you have the chance to try and claim the place that you deserve among the best..."]="Jetzt hast du die Gelegenheit, es selbst zu versuchen, und dir einen Rang unter den Besten zu verdienen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
949 |
["No. You and the rest of the tribe are safer there!"]="Nein. Du und der Rest deines Stammes sind hier sicherer!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
950 |
["Objectives"]="Ziele", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
951 |
["Object Placement Tool"]="Objektplatzierungswerkzeug", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
952 |
["Obliterate them!|Hint: You might want to take cover..."]="Vernichte sie!|Tipp: Du solltest in Deckung gehen.", |
11007 | 953 |
["Obstacle course"]="Hindernislauf", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
954 |
["Of course I have to save her. What did I expect?!"]="Natürlich muss ich sie retten. Was habe ich erwartet?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
955 |
["OH, COME ON!"]="ACH, KOMM!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
956 |
["Oh man! Learn how to fly!"]="Oh, Mann! Lern erstmal fliegen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
957 |
["Oh, my!"]="Ohje!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
958 |
["Oh, my! This is even more entertaining than I've expected!"]="Haha! Das ist sogar noch lustiger, als ich erwartet hatte!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
959 |
["Oh no! Just try again!"]="Oh nein! Versuch's nochmal!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
960 |
["Oh no, not "]="Oh nein, nicht ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
961 |
["Oh no! Time's up! Just try again."]="Oh nein! Die Zeit ist um! Versuche es nochmal.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
962 |
["Oh no! You failed! Just try again."]="Oh nein! Du hast versagt! Versuch es nochmal.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
963 |
["Oh! Please spare me. You can take all my treasures!"]="Oh, bitte verschone mich! Du kannst all meine Schätze nehmen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
964 |
["Oh, silly me! I forgot that I'm the shaman."]="Ach, ich Dummkopf! Ich vergaß, dass ich der Schamane bin.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
965 |
["OK, I'll be extra careful!"]="Okay, ich werde besonders vorsichtig sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
966 |
["Ok then!"]="Alles klar!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
967 |
["Ok, then you have to go and take some of the weapons we have hidden in case of an emergency!"]="Okay, dann musst du gehen und ein paar der Waffen, die wir für den Notfall versteckt haben, nehmen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
968 |
["Olive"]="Olive", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
969 |
["Omnivore"]="Allesfresser", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
970 |
["Once upon a time, on an island with great natural resources, lived two tribes in heated conflict..."]="Es waren einmal zwei Stämme, die lebten auf einer Insel mit vielen natürlichen Rohstoffen und waren in einem bitteren Konflikt …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
971 |
["One cannot simply walk in moon with rope!"]="Man kann nicht einfach so im Mond mit dem Seil spazieren!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
972 |
["ONE HOG PER TEAM! KILLING EXCESS HEDGES"]="EIN IGEL PRO TEAM! ÜBERFLÜSSIGE IGEL WERDEN GETÖTET", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
973 |
["One tribe was peaceful, spending their time hunting and training, enjoying the small pleasures of life..."]="Unser Stamm war friedlich und verbrachte die Zeit mit der Jagd, Übungen und den kleinen Freuden des Lebens.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
974 |
["On the Desert Planet, Hog Solo found some time to play with his RC plane..."]="Auf dem Wüstenplaneten hat Igel Einsam etwas Zeit gefunden, um mit seinem Funkflugzeug zu spielen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
975 |
["On the Ice Planet, where ice rules..."]="Auf dem Eisplaneten, wo das Eis herrscht …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
976 |
["On the other side of the moon..."]="Auf der anderen Seite des Mondes …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
977 |
["Oops...I dropped them."]="Upps, ich habe sie fallen gelassen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
978 |
["Oops, I've been spotted and I have no weapons! I am doomed!"]="Upps! Ich wurde entdeckt und ich habe keine Waffen! Ich bin verloren!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
979 |
["Open that crate and we will continue!"]="Öffne diese Kiste und wir werden fortfahren!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
980 |
["Operation Diver"]="Taucher", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
981 |
["Opposing Team: "]="Gegnerisches Team: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
982 |
["or 'g=50, g2=150, period=4000' for gravity changing|from 50 to 150 and back with period of 4000 msec"]="Oder »g=50, g2=150, period=4000« für eine Schwerkraft,|die von 50 bis 150 vor und zurück mit einer Periode von 4000 ms oszilliert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
983 |
["Orlando Boom!"]="Orlando Bumm!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
984 |
["Other kills don't give you points."]="Andere Abschüsse bringen keine Punkte.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
985 |
["Ouch!"]="Autsch!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
986 |
["Ouch! That must have hurt. %s (%s) hit the ground with %d damage points."]="Autsch! Das muss wehgetan haben. %s (%s) ist mit %d auf den Boden aufgeschlagen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
987 |
["Ouch! That must have hurt. You mutilated your poor hedgehog hog with %d damage."]="Autsch! Das muss wehgetan haben. Du hast deinen armen Igel mit %d verstümmelt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
988 |
["Our tribe, our beautiful island!"]="Unser Stamm, unsere schöne Insel!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
989 |
["PAotH has sent explosives but unfortunately the trigger mechanism seems to be faulty!"]="PAdI hat Sprengstoffe geschickt, aber leider scheint der Auslöser defekt zu sein.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
990 |
["PAotH"]="PAdI", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
991 |
["Parachute"]="Fallschirm", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
992 |
["Pathetic Hog #%d"]="Erbärmlicher Igel #%d", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
993 |
["Pathetic Resistance"]="Erbärmlicher Widerstand", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
994 |
["Paul McHoggy"]="Paul McIgel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
995 |
["Pause the game by pressing the pause key (default \"P\") for more details"]="Pausiere das Spiel, indem du die Pausetaste (standardmäßig »P«) drückst, um mehr zu erfahren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
996 |
["Penguin roar: [Deal 15 damage + 10% of your hogs health to all hogs around you and get 2/3 back]"]="Pinguinröhren: (Richte 15 Schaden + 10% deiner Igelgesundheit auf alle Igel um dich herum und bekomme 2/3 zurück)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
997 |
["Perfect! Now try to get the next crate without hurting yourself!"]="Perfekt! Jetzt versuch, zur nächsten Kiste zu gelangen, ohne dich zu verletzen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
998 |
["Per-Hog Ammo"]="Munition pro Igel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
999 |
["Personal Portal Device"]="Portalgerät", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1000 |
["Per team weapons"]="Waffen pro Team", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1001 |
["Pfew! That was close!"]="Puh! Das war knapp!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1002 |
["Physicist"]="Physiker", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1003 |
["Piano Strike"]="Piano-Angriff", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1004 |
["Pickhammer"]="Presslufthammer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1005 |
["PickHammer"]="Presslufthammer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1006 |
["Pings left:"]="Verbleibende Pings:", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1007 |
["Place Gear: Air Attack"]="Gear platzieren: Luftangriff", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1008 |
["Place Girder: Girder"]="Bauträger platzieren: Bauträger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1009 |
["Place Girder: [Left Click]"]="Bauträger platzieren: [Linksklick]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1010 |
["Placement Mode"]="Platzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1011 |
["Place more waypoints using the 'Air Attack' weapon."]="Platziere mehr Wegpunkte durch Verwenden der »Luftangriff«-Waffe", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1012 |
["Place Object: [Left Click]"]="Objekt platzieren: [Linksklick]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1013 |
["Place Rubber: Rubber"]="Gummi platzieren: Gummi", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1014 |
["Place Waypoint: [Left Click]"]="Wegpunkt platzieren: [Linksklick]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1015 |
["Planes used: %d"]="Verwendete Flugzeuge: %d", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1016 |
["Planets with completed main missions will be marked with a flower"]="Planeten, bei denen die Hauptmissionen erledigt wurden, werden mit einer Blume markiert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1017 |
["Play with me!"]="Spiel mit mir!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1018 |
["Please click on a crate."]="Bitte klick auf eine Kiste.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1019 |
["Please click on a hedgehog."]="Bitte klick auf einen Igel.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1020 |
["Please place the way-point further from the waterline."]="Bitte platziere den Wegpunkt weiter weg vom Wasser.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1021 |
["Please place the way-point in the open, within the map boundaries."]="Bitte platziere den Wegpunkt in der Luft, innerhalb der Kartengrenzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1022 |
["Please, stop releasing your \"smoke signals\"!"]="Bitte hör mit deinen »Rauchzeichen« auf!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1023 |
["Point Blank Combo!"]="Nahschuss-Combo!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1024 |
["points"]="Punkte", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1025 |
["POINTS"]="PUNKTE", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1026 |
["Poison"]="Gift", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1027 |
["Poisonous Apple"]="Giftapfel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1028 |
["Population"]="Einwohnerzahl", |
11007 | 1029 |
["Portal hint: one goes to the destination, and one is the entrance.|"]="Portaltipp: Eins geht zum Ziel, und das andere ist der Eingang.|", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1030 |
["Portal mission"]="Portalmission", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1031 |
["Power Remaining"]="Verbleibende Energie", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1032 |
["Precise flying"]="Präzisionsfliegen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1033 |
["Precise shooting"]="Präzisionsschießen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1034 |
["Prepare for battle!"]="Bereitmachen zum Kämpfen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1035 |
["Prepare to fight"]="Bereitmachen zum Kämpfen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1036 |
["Prepare to flee!"]="Bereitmachen zum Fliehen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1037 |
["Prepare yourself"]="Mach dich bereit", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1038 |
["Press [Enter] to accept this configuration."]="Drücke [Eingabe], um diese Konfiguration zu akzeptieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1039 |
["Press [Left] or [Right] to move around, [Enter] to jump"]="Drücke [Links] oder [Rechts] zum Bewegen, [Eingabe] zum Springen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1040 |
["Press [Precise] to skip intro"]="Drücke [Genaues Zielen], um das Intro zu überspringen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1041 |
["Prestigious Pilot"]="Prestigeträchtiger Pilot", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1042 |
["Private Nolak"]="Gefreiter Nolak", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1043 |
["Professional pilot"]="Profipilot", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1044 |
["Professional stunt pilot"]="Profi-Stuntpilot", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1045 |
["Professor Hogevil, then known as James Hogus, worked for PAotH back in my time"]="Professor Bösigel, früher bekannt als Jakobus Iglus, arbeitete in meiner Zeit für PAdI.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1046 |
["Professor"]="Professor", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1047 |
["Prof. Hogevil"]="Prof. Bösigel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1048 |
["Protect yourselves!|Grenade hint: set the timer with [1-5], aim with [Up]/[Down] and hold [Space] to set power"]="Beschütze dich!|Granatentipp: Setze den Timer mit [1-5], ziele mit [Hoch]/[Runter] und halte [Leer], um die Stärke zu setzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1049 |
["Pyromancer"]="Feuermacher", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1050 |
["Pyro"]="Pyromane", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1051 |
["Race complexity limit reached."]="Rennkomplexitätslimit erreicht.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1052 |
["RACER"]="WETTRENNEN", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1053 |
["Rachel"]="Ramona", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1054 |
["Radar Ping"]="Radarsignal", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1055 |
["Raging Buffalo"]="Wütender Büffel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1056 |
["Ramon"]="Ramon", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1057 |
["random in range from %i%% to %i%% with period of %i msec"]="Zufällig von %i%% bis %i%% mit einer Periode von %i ms", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1058 |
["Rank: %s"]="Rang: %s", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1059 |
["RC Plane"]="Funkflugzeug", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1060 |
["RC PLANE TRAINING"]="FUNKFLUGZEUGSTRAINING", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1061 |
["Read the Challenge Objectives from within the mission for more details"]="Lies die Herausforderungsziele in der Mission für mehr Details.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1062 |
["Ready for Battle?"]="Bereit für die Schlacht?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1063 |
["Really?! You thought you could harm me with your little toys?"]="Wirklich? Du dachtest, du könntest mich mit deinen kleinen Spielzeugen verletzen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1064 |
["Red areas are indestructible"]="Rote Bereiche sind unzerstörbar.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1065 |
["Reflector Shield"]="Reflektorschild", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1066 |
["Reflects enemy projectiles."]="Stößt feindliche Projektile ab.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1067 |
["Regurgitator"]="Hochwürger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1068 |
["Reinforcements"]="Verstärkung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1069 |
["Remember! Many will seek the anti-gravity device! Now go, hurry up!"]="Denk dran: Viele werden das Antischwerkraftgerät begehren! Geh jetzt! Beeilung!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1070 |
["Remember: The rope only bend around objects, |if it doesn't hit anything it's always stright!"]="Denk dran: Das Seil verbiegt sich nur um Objekte, |wenn es nichts trifft, wird es immer gerade sein.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1071 |
["Remember this, pathetic animal: when the day comes, you will regret your blind loyalty!"]="Denk dran, du erbärmliches Tier: Wenn der Tag gekommen ist, wirst du deine blinde Loyalität bereuen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1072 |
["Rescue the imprisoned PAotH team and get the fuel!"]="Rette das gefangene PAdI-Team und hol dir den Treibstoff!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1073 |
["Respawner"]="Wiederbeleber", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1074 |
["Resurrector"]="Totenbeschwörung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1075 |
["Resurrects dead hedgehogs."]="Belebt tote Igel wieder.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1076 |
[" - Return the enemy flag to your base to score | - First team to 3 captures wins | - You may only score when your flag is in your base | - Hogs will drop the flag if killed, or drowned | - Dropped flags may be returned or recaptured | - Hogs respawn when killed"]=" – Bringe die gegnerische Flagge zu deiner Heimatbasis, um zu punkten. | – Das Team, das zuerst 3 Flaggen erobert, gewinnt. | – Du kannst nur punkten, wenn deine eigene Flagge in deiner Basis ist | – Igel lassen die Flagge fallen, wenn sie sterben oder ertrinken | – Fallengelassene Flaggen können zurückgebracht oder wieder gestohlen werden | – Igel tauchen nach ihrem Tod wieder auf", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1077 |
["Return to Leaks A Lot! If you get stuck, press [Precise] to try again!"]="Kehr zu Undichte Stelle zurück! Wenn du steckenbleibst, drücke [Genaues Zielen], um es erneut zu versuchen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1078 |
["Return to the mission menu by pressing the \"Go back\" button"]="Kehre zum Missionsmenü zurück, indem du den »Zurück«-Knopf drückst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1079 |
["Return to the Surface"]="Zurück an die Oberfläche", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1080 |
["Rifleman"]="Schütze", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1081 |
["Righteous Beard"]="Redlicher Bart", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1082 |
["Robert Yellow Apple"]="Robert Gelbapfel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1083 |
["ROPE-KNOCKING"]="SEILSCHUBSEN", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1084 |
["Rope Master!"]="Seilmeister!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1085 |
["Roper"]="Seiler", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1086 |
["Ropes and Crates"]="Seile und Kisten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1087 |
["Rope"]="Seil", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1088 |
["Rope Team"]="Seilteam", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1089 |
["Rope to safety"]="Schwing dich in Sicherheit", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1090 |
["Rope Training"]="Seiltraining", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1091 |
["Rope won't get reset"]="Seil wird nicht zurückgesetzt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1092 |
["Rot Molester"]="Rottiger Störenfried", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1093 |
["Round Limit:"]="Rundenbegrenzung:", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1094 |
["Round Limit"]="Rundenbegrenzung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1095 |
["Rounds Complete: "]="Runden gespielt: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1096 |
["Rounds Complete"]="Runden gespielt", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1097 |
["RS1"]="RS1", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1098 |
["RS2"]="RS2", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1099 |
["Rubber"]="Gummi", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1100 |
["Rubber Placement Mode"]="Gummiplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1101 |
["RUBBER PLACEMENT MODE"]="GUMMIPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1102 |
["RULES OF THE GAME [Press ESC to view]"]="SPIELREGELN (Drücke [Esc] zum Anzeigen)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1103 |
["RULES"]="REGELN", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1104 |
["Run away you coward!"]="Lauf weg, du Feigling!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1105 |
["Running for survival"]="Ums Überleben laufen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1106 |
["Rusty Joe"]="Rostjonas", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1107 |
["Sabotage/Flare: [Sabotage all hogs in the circle and deal ~1 dmg OR Fire a cluster up into the air]"]="Sabotage/Fackel: (Sabotiere alle Igel im Kreis und richte ca. 1 Schaden an, ODER feuer eine Splittergranate in die Luft)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1108 |
["Saint"]="Sankt", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1109 |
["Salivaslurper"]="Speichelschlürfer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1110 |
["Salvation"]="Erlösung", |
11007 | 1111 |
["Salvation was one step closer now..."]="Die Erlösung war nun einen Schritt näher.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1112 |
["Sam"]="Steffen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1113 |
["Sandstorm"]="Sandsturm", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1114 |
["Sandy"]="Sandi", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1115 |
["Save as many hapless hogs as possible!"]="Rette so viele glücklose Igel wie möglich!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1116 |
["Save Fell From Heaven!"]="Rette Fiel Vom Himmel!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1117 |
["Save Leaks A Lot!|Hint: The Switch utility might be of help to you."]="Rette Undichte Stelle!|Tipp: Die Igelwahl könnte behilflich sein.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1118 |
["Save Level: Precise+4"]="Level sichern: Genaues Zielen + 4", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1119 |
["Save the princess! All your hogs must survive!|Hint: Kill the cyborgs first! Use the ammo very carefully!|Hint: You might want to spare a girder for cover!"]="Rette die Prinzessin! All deine Igel müssen überleben!|Tipp: Töte die Cyborgs zuerst! Benutze die Munition sehr vorsichtig!|Tipp: Du solltest vielleicht einen Träger als Deckung behalten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1120 |
["Save the princess by collecting the crate in under 12 turns!"]="Rette die Prinzessin, indem du die Kiste vor Ablauf von 12 Zügen einsammelst!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1121 |
["Saving Hogera"]="Hogera retten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1122 |
["%s barely made it past the hogosphere."]="%s hat es so gerade noch über die Igelsphäre geschafft.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1123 |
["%s bravely climbed up to a dizzy height of %d to reach home."]="Mutig erklomm %s eine schwindelerregende Höhe von %d, um das Zuhause zu erreichen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1124 |
["Scalp Muncher"]="Skalpknabberer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1125 |
["Scientist"]="Wissenschaftler", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1126 |
["Score"]="Punktzahl", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1127 |
["SCORE"]="PUNKTZAHL", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1128 |
["%s doesn’t really know how to handle a rope properly."]="%s weiß nicht, wie man mit einem Seil umgeht.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1129 |
["Search for the device with the help of the other hedgehogs "]="Such nach dem Gerät mit der Hilfe der anderen Igel.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1130 |
["Searching in the dust"]="Suche im Staub", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1131 |
["Searching the stars!"]="Suche in den Sternen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1132 |
["seconds"]="Sekunden", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1133 |
["sec"]="s", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1134 |
["Seduction"]="Verführung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1135 |
["Seems like every time you take a \"walk\", the enemy find us!"]="Es scheint so, dass jedes Mal, wenn du »Spazieren gehst«, findet uns der Feind!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1136 |
["See that crate farther on the right?"]="Siehst du die Kiste weiter rechts?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1137 |
["See ya!"]="Mach's gut!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1138 |
["Segmentation Paul"]="Se Gmentf Ehler", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1139 |
["Select continent!"]="Wähle einen Kontinent!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1140 |
["Select difficulty: [Left] - easier or [Right] - harder"]="Wähl einen Schwierigkeitsgrad: [Links] – leichter oder [Rechts] – schwerer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1141 |
["selected!"]="ausgewählt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1142 |
["Selection Mode"]="Auswahlmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1143 |
["Select your continent/weaponset: with the \"Up\" or \"Down\" keys. You can also select one with the weapons menu."]="Wähle deinen Kontinent/Waffensatz mit den [Hoch]- oder [Runter]-Tasten. Du kannst ihn auch mit dem Waffenmenü auswählen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1144 |
["Set Health: [Left Click]"]="Gesundheit setzen: [Linksklick]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1145 |
["Set Identity: [Left Click]"]="Identität setzen: [Linksklick]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1146 |
["Set LandFlag: [1], [2], [3], [4]"]="LandFlag setzen: [1], [2], [3], [4]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1147 |
["Set period to negative value for random gravity"]="Setze period auf einen negativen Werd für eine zufällige Schwerkraft", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1148 |
["Setup:|'g=150', where 150 is 150% of normal gravity"]="Syntax:|»g=150«, wobei »150« für 150% der normalen Schwerkraft steht.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1149 |
["... share your beauty with the world every morning, my princess!"]="…, ja, wie du deine Schönheit mit dem Rest der Welt teilst, meine Prinzessin!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1150 |
["%s has passed the best height of %s!"]="%s hat die beste Höhe von %s überschritten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1151 |
["She's behind that tall thingy."]="Sie ist hinter diesem großen Dingsda.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1152 |
["Shield boosted! +30 power"]="Schild verstärkt! +30 Energie", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1153 |
["Shield Depleted"]="Schild aufgebraucht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1154 |
["Shield is fully recharged!"]="Schild vollständig aufgeladen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1155 |
["Shield Master!"]="Schildmeister!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1156 |
["Shield Miser!"]="Schildgieriger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1157 |
["Shield OFF:"]="Schild AUS:", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1158 |
["Shield ON:"]="Schild AN:", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1159 |
["Shield Seeker!"]="Schildsucher!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1160 |
["Shoppa Love"]="Seilliebe", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1161 |
["Shoppa Union"]="Konsumentenunion", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1162 |
["Shoppers"]="Käufer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1163 |
["Shoryuken"]="Shoryuken", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1164 |
["Shotgun"]="Schrotflinte", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1165 |
["shots remaining."]="Schüsse übrig", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1166 |
["Silly"]="Doofi", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1167 |
["SineGun"]="Sinuskanone", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1168 |
["Sinky"]="Blubb", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1169 |
["Sirius Lee"]="Leo Ernst", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1170 |
["%s is out and Team %d|scored a penalty!| |Score:"]="%s ist draußen und Team %d|erhält eine Strafe!| |Punktestand:", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1171 |
["%s is out and Team %d|scored a point!| |Score:"]="%s ist draußen und Team %d|erhält einen Punkt!| |Punktestand:", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1172 |
["Slippery"]="Rutschig", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1173 |
["Slot keys save time! (F1-F10 by default)"]="Schnelltasten, um Zeit zu sparen! (standardmäßig F1–F10)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1174 |
["Slot"]="Slot", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1175 |
["SLOTS"]="SLOTS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1176 |
["%s made it past the hogosphere."]="%s hat es über die Igelspähre geschafft.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1177 |
["%s managed to pass half of the distance towards home."]="%s hat die Hälfte des Weges nach Hause absolviert.", |
11007 | 1178 |
["Smith 0.97"]="Smith 0.97", |
1179 |
["Smith 0.98"]="Smith 0.98", |
|
1180 |
["Smith 0.99a"]="Smith 0.99a", |
|
1181 |
["Smith 0.99b"]="Smith 0.99b", |
|
1182 |
["Smith 0.99f"]="Smith 0.99f", |
|
1183 |
["Smith 1.0"]="Smith 1.0", |
|
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1184 |
["Smugglers"]="Schmuggler", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1185 |
["%s never got the ninja diploma."]="%s ist bei der Ninjaprüfung durchgefallen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1186 |
["%s never wanted to reach for the sky in the first place."]="%s wollte nie nach den Sternen greifen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1187 |
["Sniper"]="Heckenschütze", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1188 |
["Sniper Rifle"]="Scharfschützengewehr", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1189 |
["Sniper!"]="Scharfschütze!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1190 |
["Sniper Training"]="Scharfschützen-Training", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1191 |
["Sniperz"]="Heckenschützen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1192 |
["So, as promised I have brought you where I think that the device you are looking for is hidden."]="Nun, wie versprochen habe ich dich an den Ort gebracht, von dem ich glaube, dass das Gerät dort versteckt ist.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1193 |
["So Hog Solo, here we are..."]="Also, Igel Einsam, da wären wir!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1194 |
["So humiliating..."]="Welch Demütigung!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1195 |
["So, I believe that it's a good place to start"]="Also glaube ich, dass es ein guter Ort zum Anfangen ist.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1196 |
["So, I kindly ask for your help"]="Also bitte ich dich ergebenst um Hilfe.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1197 |
["Soldier"]="Soldat", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1198 |
["So, let me tell you what I know about Professor Hogevil..."]="Also, lass mich erzählen, was ich über Professor Bösigel weiß.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1199 |
["Some parts of the land are indestructible"]="Einige Teile des Landes sind unzerstörbar.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1200 |
["Somewhere else on the planet of fruits Captain Lime helps Hog Solo..."]="Irgendwo anders auf dem Planeten der Früchte hilft Leutnant Limone Igel Einsam.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1201 |
["Somewhere else on the planet of fruits Hog Solo gets closer to the device..."]="Anderswo auf dem Planeten der Früchte kommt Igel Einsam näher an das Gerät.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1202 |
["Somewhere in the Fruit Planet Hog Solo got lost..."]="Irgendwo im Fruchtplaneten hat sich Igel Einsam verlaufen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1203 |
["Somewhere in the Planet of Death..."]="Irgendwo auf dem Todesplaneten …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1204 |
["Somewhere in the uninhabitable Death Planet..."]="Irgendwo auf dem unbewohnbaren Todesplaneten …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1205 |
["Somewhere on the Planet of Fruits a terrible war is about to begin..."]="Irgendwo auf dem Planeten der Früchte steht ein fürchterlicher Krieg bevor.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1206 |
["So, now I got the last part and I have your friends captured..."]="Und jetzt habe ich das letzte Teil und deine Freunde gefangengenommen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1207 |
["South America"]="Südamerika", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1208 |
["So? What will it be?"]="Also? Was ist deine Entscheidung?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1209 |
["So you are interested in Professor Hogevil"]="Also bist du in Professor Bösigel interessiert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1210 |
["Spacetrip"]="Weltraumreise", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1211 |
["Spawn the crate, and attack!"]="Lass die Kiste auftauchen und greif an!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1212 |
["Special Weapons:"]="Sonderwaffen:", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1213 |
["Speed Shoppa"]="Rasender Kistensammler", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1214 |
["Spike"]="Stachel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1215 |
["Spiky Cheese"]="Stachliger Käse", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1216 |
["Spleenlover"]="Milzlieber", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1217 |
["Sponge"]="Schwamm", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1218 |
["Spooky Tree"]="Spukiger Baum", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1219 |
["Sprite Erasure Mode"]="Sprite-Löschmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1220 |
["Sprite Modification Mode"]="Sprite-Modifikationsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1221 |
["SPRITE MODIFICATION MODE"]="SPRITE-MODIFIKATIONSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1222 |
["Sprite Placement Mode"]="Sprite-Platzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1223 |
["SPRITE PLACEMENT MODE"]="SPRITE-PLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1224 |
["Sprite Testing Mode"]="Sprite-Testmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1225 |
["%s reached home in %.3f seconds. Congratulations!"]="%s has das Zuhause in %.3f Sekunden erreicht. Gratulation!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1226 |
["s|"]="s|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1227 |
["s"]="s", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1228 |
["%s (%s) does not have to feel ashamed for their best height of %d."]="%s (%s) braucht sich für die Besthöhe von %d nicht zu schämen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1229 |
["%s should try the rope training mission first."]="%s sollte wohl zuerst das Seiltraining absolvieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1230 |
["%s skipped ninja classes."]="%s hat den Ninjaunterricht geschwänzt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1231 |
["%s (%s) reached a decent peak height of %d."]="%s (%s) erreichte eine gute Besthöhe von %d.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1232 |
["%s (%s) reached a peak height of %d."]="%s (%s) erreichte eine Besthöhe von %d.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1233 |
["%s (%s) reached for the sky and beyond with a height of %d!"]="%s (%s) griff nach den Sternen mit einer Höhe von %d!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1234 |
["%s still had a long way to go."]="%s hatte noch einen langen Weg.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1235 |
["%s (%s) was certainly not afraid of heights: Peak height of %d!"]="%s (%s) hatte ganz bestimmt keine Höhenangst: Besthöhe von %d!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1236 |
["%s (%s) was panicly afraid of the water and decided to get in a safe distance of %d from it."]="%s (%s) hatte panische Angst vorm Wasser und hatte einen Sicherheitsabstand von %d erreicht.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1237 |
["Standard Cleaver"]="Standardhackebeil", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1238 |
["Standard Target"]="Standardziel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1239 |
["Standard Waypoint"]="Standard-Wegpunkt", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1240 |
["STATUS UPDATE"]="STATUSAKTUALISIERUNG", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1241 |
["Steel Eye"]="Stahlauge", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1242 |
["Step By Step"]="Schritt für Schritt", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1243 |
["Steve"]="Steffen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1244 |
["Sticky Mine"]="Haftmine", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1245 |
["Sticky Mine Placement Mode"]="Haftminenplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1246 |
["STiCKY MINE PLACEMENT MODE"]="HAFTMINENPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1247 |
["Stronglings"]="Stärklinge", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1248 |
["Structure Placement Mode"]="Gebäudeplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1249 |
["Structure Placement Tool"]="Gebäudeplatzierungswerkzeug", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1250 |
["Summer Squash"]="Sommerkürbis", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1251 |
["Sundaland"]="Sunda", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1252 |
["Super Weapons"]="Superwaffen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1253 |
["Support Station"]="Waffenstation", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1254 |
["Surf Before Crate"]="Surfen Vor Kiste", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1255 |
["Surfer! +15 points!"]="Surfer! +15 Punkte", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1256 |
["Surfer!"]="Surfer!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1257 |
["Survive!|Hint: Cinematics can be skipped with the [Precise] key."]="Überlebe!|Tipp: Zwischensequenzen können mit der [Genaues Zielen]-Taste übersprungen werden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1258 |
["%s was close to home."]="%s war nah an Zuhause.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1259 |
["%s was damn close to home."]="%s war verdammt nah an Zuhause.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1260 |
["%s was good, but not good enough."]="%s war gut, aber nicht gut genug.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1261 |
["%s went over a quarter of the way towards home."]="%s hat über die Hälfte des Weges nach Hause absolviert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1262 |
["Swing, Leaks A Lot, on the wings of the wind!"]="Schwing, Undichte Stelle, auf den Flügeln des Windes!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1263 |
["%s wins!"]="%s gewinnt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1264 |
["Switched to "]="Gewechselt zu ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1265 |
["Switch Hog"]="Igel wechseln", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1266 |
["switch"]="Schalter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1267 |
["Syntax Errol"]="Syntaxfehlel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1268 |
["Tag Collection Mode"]="Markiermodus: Einsammeln", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1269 |
["Tag Failure Mode"]="Markiermodus: Niederlage", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1270 |
["Tag Gear: [Left Click]"]="Gear markieren: [Linksklick]", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1271 |
["Tagging Mode"]="Markierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1272 |
["TAGGING MODE"]="MARKIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1273 |
["Tag Victory Mode"]="Markiermodus: Sieg", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1274 |
["Talk about mixed signals..."]="Zuckerbrot und Peitsche …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1275 |
["Tall Potato"]="Großkartoffel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1276 |
["Tardis"]="Zeitkasten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1277 |
["TARGET MINE PLACEMENT MODE"]="ZIELSCHEIBENPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1278 |
["Target Placement Mode"]="Zielscheibenplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1279 |
["Targets left: %d"]="Verbleibende Ziele: %d", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1280 |
["Team %d: "]="Team %d: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1281 |
["Team Identity Mode"]="Team-Identitätsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1282 |
["TEAM IDENTITY MODE"]="TEAMIDENTITÄTSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1283 |
["Team of Hearts"]="Team der Herzen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1284 |
["Team’s best heights per round"]="Die Besthöhen der Teams pro Runde", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1285 |
["Team Scores"]="Teampunktestand", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1286 |
["Team Zook"]="Team Zook", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1287 |
["Teleporation Node"]="Teleporterstation", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1288 |
["Teleportation Mode"]="Teleportationsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1289 |
["Teleportation Node"]="Teleportationsstation", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1290 |
["Teleport hint: just use the mouse to select the destination!"]="Teleportertipp: Benutze einfach die Maus, um das Ziel auszuwählen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1291 |
["Teleport"]="Teleporter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1292 |
["Teleport Unsuccessful. Please teleport within a clan teleporter's sphere of influence."]="Teleportation fehlgeschlagen. Bitte teleportiere nur innerhalb des Einzugsgebiets deiner Klanteleporter.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1293 |
["Thanks!"]="Danke!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1294 |
["Thank you Dr.Cornelius"]="Danke, Dr. Cornelius!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1295 |
["Thank you for meeting me on such a short notice!"]="Danke, dass du mich so kurzfristig getroffen hast!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1296 |
["Thank you, my hero!"]="Danke dir, mein Held!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1297 |
["Thank you, oh, thank you, Leaks A Lot!"]="Danke, oh, danke, Undichte Stelle!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1298 |
["Thank you, oh, thank you, my heroes!"]="Habt Dank, oh, habt Dank, meine Helden!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1299 |
["Thanta"]="Thanta", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1300 |
["That is, indeed, very weird..."]="Das ist tatsächlich sehr merkwürdig.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1301 |
["That makes it almost invaluable!"]="Das macht es fast unbezahlbar!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1302 |
["That ought to show them!"]="Das wird ihnen eine Lehre sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1303 |
["That's for my father!"]="Das ist für meinen Vater!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1304 |
["That shaman sure knows what he's doing!"]="Dieser Schamane weiß genau, was er tut!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1305 |
["That Sinking Feeling"]="Land unter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1306 |
["That's not our problem!"]="Das ist nicht unser Problem!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1307 |
["That's typical of you!"]="Das ist so typisch für dich!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1308 |
["That's why he always wears a hat since then"]="Deshalb trägt er seit dem immer einen Hut.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1309 |
["That was just mean!"]="Das war einfach nur gemein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1310 |
["That was pointless."]="Das war sinnlos.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1311 |
["The adventure begins!"]="Das Abenteuer beginnt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1312 |
["The ally units share their ammo"]="Die verbündeten Einheiten teilen ihre Munition.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1313 |
["The answer is...entertaintment. You'll see what I mean."]="Die Antwort lautet: Unterhaltung. Du wirst verstehen, was ich meine.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1314 |
["The anti-portal zone is all over the floor, and I have nothing to kill him...Droping something could hurt him enough to kill him..."]="Die Antiportalzone ist über den ganzen Boden und ich habe nichts, um ihn zu töten. Vielleicht könnte ich ihn genug verletzen, wenn ich etwas fallenlasse.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1315 |
["The big bang"]="Der Urknall", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1316 |
["The boss has fallen! Retreat!"]="Der Anführer ist gefallen! Rückzug!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1317 |
["The Bottom Feeder can score points by killing anyone."]="Der Versager erhält Punkte durch das Töten beliebiger anderer Igel.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1318 |
["The Bull's Eye"]="Ins Schwarze", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1319 |
["The caves are well hidden, they won't find us there!"]="Die Höhlen sind gut versteckt, sie werden uns hier nicht finden!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1320 |
["The clan of the Red Strawberry wants to take over the dominion and overthrone king Pineapple."]="Der Klan der Roten Erdbeere will die Herrschaft an sich reißen und König Ananas stürzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1321 |
["The Crate Frenzy"]="Der Kistenrausch", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1322 |
["The Customor is King"]="Der Kunde ist König", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1323 |
["the Desert Planet"]="der Wüstenplanet", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1324 |
["The device part is hidden in one of the crates! Go and get it!"]="Das Bauteil ist in einer der Kisten versteckt. Geh und hole es!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1325 |
["The Dilemma"]="Das Dilemma", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1326 |
["The editor weapons and tools have been added!"]="Die Editorwaffen und -werkzeuge wurden hinzugefügt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1327 |
["The editor weapons and tools have been removed!"]="Die Editorwaffen und -werkzeuge wurden entfernt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1328 |
["The enemies aren't many anyway, it is going to be easy!"]="Es sind eh nicht so viele Feinde, es wird einfach sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1329 |
["The enemy can't move but it might be a good idea to stay out of sight!|"]="Der Feind kann sich nicht bewegen, aber es wäre besser, aus seiner Schusslinie zu bleiben!|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1330 |
["The enemy is hiding out on yonder ducky!"]="Der Feind versteckt sich auf dem Entlein dort drüben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1331 |
["The Enemy Of My Enemy"]="Der Feind meines Feindes", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1332 |
["The fight begins!"]="Die Schlacht beginnt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1333 |
["The final part"]="Das letzte Bauteil", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1334 |
["The First Blood"]="Der erste Zusammenstoß", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1335 |
["The First Encounter"]="Das erste Zusammentreffen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1336 |
["The first player to kill someone becomes the Mutant."]="Der erste Spieler, der einen umbringt, wird zum Mutanten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1337 |
["The first stop"]="Der erste Halt", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1338 |
["The first turn will last 25 sec and every other turn 15 sec"]="Der 1. Zug wird 25 Sek., jeder andere Zug 15 Sek. dauern.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1339 |
["The flag will respawn next round."]="Die Fahne wird nächste Runde wieder auftauchen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1340 |
["The food bites back"]="Das Essen beißt zurück", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1341 |
["the Fruit Planet"]="der Fruchtplanet", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1342 |
["The giant umbrella from the last crate should help break the fall."]="Der Riesenschirm von der letzten Kiste sollte helfen, den Sturz abzubremsen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1343 |
["The Great Escape"]="Gesprengte Ketten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1344 |
["The Great Hog in the sky sees your sadness and grants you a boon."]="Der Große Igel im Himmel sieht deine Traurigkeit und leistet dir eine Gabe.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1345 |
["The Green Bananas lost, try again!"]="Die Grünen Bananen haben verloren, versuche es nochmal!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1346 |
["The guardian"]="Der Wächter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1347 |
["The Hogies"]="Die Igelinge", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1348 |
["the Ice Planet"]="der Eisplanet", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1349 |
["The Individualist"]="Der Individualist", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1350 |
["Their buildings were very primitive back then, even for an uncivilised island."]="Ihre Gebäude waren damals sehr primitiv, selbst für eine unzivilisierte Insel.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1351 |
["The Journey Back"]="Die Rückreise", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1352 |
["The last encounter"]="Das letzte Gefecht", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1353 |
["The Leap of Faith"]="Der Mutsprung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1354 |
["the meteorite"]="der Meteorit", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1355 |
["The meteorite has come too close and the anti-gravity device isn't powerful enough to stop it now"]="Der Meteorit kam zu nah und das Antischwerkraftgerät ist zu schwach, um ihn jetzt zu stoppen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1356 |
["the moon"]="der Mond", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1357 |
["The Moonwalk"]="Der Mondspaziergang", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1358 |
["The Mutant has super-weapons and a lot of health."]="Der Mutant hat Superwaffen und eine hohe Gesundheit.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1359 |
["The Mutant loses health quickly if he doesn't keep scoring kills."]="Der Mutant verliert schnell an Gesundheit, wenn er nicht schnell andere Igel tötet.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1360 |
["The Nameless One"]="Der Namenlose", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1361 |
["The Navy greets %s for managing to get in a distance of %d away from the mainland!"]="Die Marine grüßt %s für einen Abstand von %d vom Festland!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1362 |
["The next 4 times you play the \"The last encounter\" mission you'll get 20 more hit points and a Laser Sight"]="Die nächsten 4 Male, die du die Mission »Das letzte Gefecht« spielst, wirst du 20 weitere Trefferpunkte und ein Laservisier erhalten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1363 |
["The next one is pretty hard! |Tip: You have to do multiple swings!"]="Die Nächste ist ziemlich schwer! |Tipp: Du musst mehrmals schwingen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1364 |
["Then how do they keep appearing?"]="Also woher kommen sie?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1365 |
["Then prepare for battle!"]="Dann mach dich bereit für die Schlacht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1366 |
["The other one were all cannibals, spending their time eating the organs of fellow hedgehogs..."]="Der andere Stamm bestand nur aus Kannibalen, sie verbrachten ihre Zeit damit, die Organe anderer Igel aufzufressen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1367 |
["The part device is hidden in one of the crates! Go and get it!"]="Das Bauteil ist in einer der Kisten versteckt. Geh und hole es!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1368 |
["the Planet of Death"]="der Todesplanet!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1369 |
["The player with least points (or most deaths) becomes the Bottom Feeder."]="Der Spieler mit den wenigsten Punkten (oder den meisten Toden) wird zum Versager.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1370 |
["There are a variety of structures available to aid you."]="Es gibt verschiedene Gebäude, um dich zu unterstützen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1371 |
["There is one below us!"]="Da ist eine unter uns!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1372 |
["There is the tunnel entrance"]="Hier ist der Tunneleingang.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1373 |
["There must be a spy among us!"]="Es muss ein Spion unter uns sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1374 |
["There's more of them? When did they become so hungry?"]="Es gibt mehr von ihnen? Seit wann wurden sie so hungrig?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1375 |
["There's nothing more satisfying for me than seeing you share your beauty with the world every morning, my princess!"]="Es gibt nichts befriedigenderes für mich, als dich jeden Morgen zu sehen, wie du deine Schönheit mit dem Rest der Welt teilst, meine Prinzessin!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1376 |
["There's nothing more satisfying to us than seeing you share your beauty..."]="Es gibt nichts befriedigenderes für uns, als dich jeden Morgen zu sehen, wie du deine Schönheit …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1377 |
["There's nothing more satisfying to us than seeing you share your beauty with the world every morning, my princess!"]="Es gibt nichts befriedigenderes für uns, als dich jeden Morgen zu sehen, wie du deine Schönheit mit dem Rest der Welt teilst, meine Prinzessin!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1378 |
["The Rising"]="Der Aufstieg", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1379 |
["The Savior"]="Der Erlöser", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1380 |
["These primitive people are so funny!"]="Diese primitiven Leute sind so lustig!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1381 |
["The Shadow Falls"]="Die Schattenfälle", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1382 |
["The Showdown"]="Das Showdown", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1383 |
["The Slaughter"]="Die Schlachtung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1384 |
["THE SPECIALISTS"]="DIE SPEZIALISTEN", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1385 |
["The spirits of the ancerstors are surely pleased, Leaks A Lot."]="Die Geister der Ahnen sind sicherlich erfreut, Undichte Stelle.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1386 |
["The time that you have left when you reach the blue hedgehog will be added to the next turn"]="Deine Verbleibende Zeit wird zu deinem nächsten Zug addiert, sobald du den blauen Igel erreichst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1387 |
["The Torment"]="Die Pein", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1388 |
["The truth about Professor Hogevil"]="Die Wahrheit über Professor Bösigel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1389 |
["The tunnel is about to get flooded..."]="Der Tunnel wird gleich geflutet!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1390 |
["The Tunnel Maker"]="Der Tunnelbauer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1391 |
["The Ultimate Weapon"]="Die Ultimative Waffe", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1392 |
["The Union"]="Die Einheit", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1393 |
["The village, unprepared, was destroyed by the cyborgs..."]="Das unvorbereitete Dorf wurde von den Cyborgs zerstört.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1394 |
["The walk of Fame"]="Die Ruhmesmeile", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1395 |
["The wasted youth"]="Die vergeudete Jugend", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1396 |
["The weapon in that last crate was bestowed upon us by the ancients!"]="Die Waffe in der letzten Kiste wurde uns von den Urahnen übergeben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1397 |
["The what?!"]="Die was?!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1398 |
["The wind whispers that you are ready to become familiar with tools, now..."]="Der Wind flüstert, dass du jetzt bereit bist, mit den Werkzeugen vertraut zu werden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1399 |
["They are all waiting back in the village, haha."]="Sie warten alle im Dorf, haha.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1400 |
["They are up there! Take this rope and hurry!"]="Sie sind da oben! Nimm dieses Seil und beeil dich!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1401 |
["They Call Me Bullseye!"]="Man nennt mich »Adlerauge«!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1402 |
["They have weapons we've never seen before!"]="Sie haben Waffen, die wir noch nie zuvor gesehen haben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1403 |
["They keep appearing like this. It's weird!"]="Sie tauchen einfach so auf. Es ist seltsam!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1404 |
["They killed "]="Sie töteten ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1405 |
["They must be trying to weaken us!"]="Sie müssen versuchen, uns zu schwächen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1406 |
["They never learn"]="Sie lernen es nie.", |
11007 | 1407 |
["They told us to wear these clothes. They said that this is the newest trend."]="Sie sagten uns, dass wir diese Kleidung tragen sollten. Sie sagten, dass es der neueste Trend sei.", |
1408 |
["They've been manipulating us all this time!"]="Sie haben uns die ganze Zeit manipuliert!", |
|
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1409 |
["They won't hesitate to attack you in order to rob you!"]="Sie werden nicht zögern, dich anzugreifen, um dich auszurauben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1410 |
["Thighlicker"]="Schenkelschlecker", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1411 |
["Things are going to get messy around here"]="Es wird hier gleich richtig hässlich werden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1412 |
["This Hog Solo is so naive! When he returns I'll shoot him and keep that device for myself!"]="Dieser Igel Einsam ist so naiv! Wenn er zurückkehrt, werde ich ihn erschießen und das Gerät für mich selbst behalten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1413 |
["This is it! It's time to make Fell From Heaven fall for me..."]="Das ist es! Es ist Zeit, um Fiel Vom Himmel in mich verfallen zu lassen …", |
11007 | 1414 |
["This island is the only place left on Earth with grass on it!"]="Diese Insel ist der einzige Ort auf der Welt, der noch Gras hat.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1415 |
["This is seems like a wealthy hedgehog, nice..."]="Das sieht wie ein reicher Igel aus, nett.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1416 |
["This is the Olympic stadium of saucer flying..."]="Das ist das olympische Stadion des Untertassenflugs.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1417 |
["This is the wrong way!"]="Das ist die falsche Richtung!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1418 |
["This is typical!"]="Typisch!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1419 |
["This must be some kind of sorcery!"]="Das muss wohl eine Art Zauberei sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1420 |
["This must be the caves!"]="Dies müssen die Höhlen sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1421 |
["This one's tricky."]="Der hier ist knifflig.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1422 |
["This planet seems dangerous!"]="Dieser Planet scheint gefährlich zu sein!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1423 |
["This rain is really something..."]="Das nenne ich mal einen Regenschauer...", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1424 |
["This round’s award for ultimate disappointment goes to: Everyone!"]="Der ultimative Enttäuschungspreis geht in dieser Runde an: alle!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1425 |
["This was an awesome performance! But this challenge can be finished with even just one RC plane. Can you figure out how?"]="Das war eine großartige Vorstellung! Aber diese Herausforderung kann sogar mit nur einem Funkflugzeug gemeistert werden. Kannst du herausfinden, wie?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1426 |
["This will be fun!"]="Das wird Spaß machen!", |
11007 | 1427 |
["Those aliens are destroying the island!"]="Diese Außerirdischen zerstören die Insel!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1428 |
["thug"]="Rowdy", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1429 |
["Timed Kamikaze!"]="Pünktliches Kamikaze!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1430 |
["Time Extended!"]="Zeit verlängert!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1431 |
["Time Extension"]="Zeitverlängerung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1432 |
["Time's up!"]="Die Zeit ist um!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1433 |
["Time’s up!"]="Die Zeit ist um!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1434 |
["Time to run!"]="Zeit, zu fliehen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1435 |
["TIME: "]="ZEIT: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1436 |
["Tip: See the \"esc\" key (this menu) if you want to see the currently playing teams continent, or that continents specials."]="Tipp: Benutze die [Esc]-Taste (dieses Menü), wenn du den Kontinent des aktuellen Teams sehen willst, oder die Besonderheiten dieses Kontinents sehen willst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1437 |
["Tip: The rope physics are different than in the real world, |use it to your advantage!"]="Tipp: Die Seilphysik ist anders als in der realen Welt, |nutze das zu deinem Vorteil aus!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1438 |
["Toggle Editing Weapons and Tools: Precise+2"]="Waffen- und Werkzeugbearbeitung umschalten: Genaues Zielen + 2", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1439 |
["Toggle Help: Precise+1"]="Hilfe umschalten: Genaues Zielen + 1", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1440 |
["Toggle Help: Precise+1 (While a tool is selected)"]="Hilfe umschalten: Genaues Zielen + 1 (Während ein Werkzeug ausgewählt ist)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1441 |
["Toggle Shield"]="Schild ein/aus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1442 |
["To help you, of course!"]="Natürlich um dir zu helfen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1443 |
["Too bad... Then you should really leave!"]="Schade. Dann solltest du wirklich gehen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1444 |
["Too slow! Try again..."]="Zu langsam! Versuch es nochmal.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1445 |
["Top-class elite pilot"]="Elitepilot der Spitzenklasse", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1446 |
["To place a girder, select it, use [Left] and [Right] to select angle and length, place with [Left Click]"]="Um einen Träger zu platzieren, wähle ihn, benutze [Links] und [Rechts], um den Winkel und die Länge zu wählen, platziere ihn mit [Linksklick].", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1447 |
["Torn Muscle"]="Loser Muskel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1448 |
[" to save the village."]=" ab, um das Dorf zu retten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1449 |
["To the caves..."]="Zu den Höhlen …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1450 |
["To win the game, Hog Solo has to get the bottom crates and come back to the surface"]="Um das Spiel zu gewinnen, muss Igel Einsam zu den unteren Kisten gelangen und wieder zurück zur Oberfläche kommen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1451 |
["To win the game you had to collect the 2 crates with no specific order"]="Um das Spiel zu gewinnen, musst du die 2 Kisten in beliebiger Reihenfolge einsammeln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1452 |
["To win the game you have to eliminate all your enemies"]="Um das Spiel zu gewinnen, musst du all deine Gegner eliminieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1453 |
["To win the game you have to find the right crate"]="Um das Spiel zu gewinnen, musst du die richtige Kiste finden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1454 |
["To win the game you have to go next to Thanta"]="Um das Spiel zu gewinnen, muss du neben Thanta stehen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1455 |
["To win the game you have to go to the surface"]="Um zu gewinnen, musst du zur Oberfläche gehen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1456 |
["To win the game you have to pass into the rings in time"]="Um dieses Spiel zu gewinnen, musst du rechtzeitig durch die Ringe fliegen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1457 |
["Toxic Team"]="Giftige Gegner", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1458 |
["TRACK COMPLETED"]="STRECKENLAUF BEENDET", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1459 |
["Trainee"]="Azubi", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1460 |
["Training Team"]="Traningsteam", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1461 |
["training"]="Training", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1462 |
["Traitors"]="Verräter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1463 |
["Trapper"]="Trapper", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1464 |
["Travel carefully as your fuel is limited"]="Reise vorsichtig, da dein Treibstoff begrenzt ist.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1465 |
["Travel to all the neighbor planets and collect all the pieces"]="Reise zu allen Nachbarplaneten und sammle alle Bauteile ein.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1466 |
["Tribe"]="Stamm", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1467 |
["TrophyRace"]="TrophyRace", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1468 |
["Try not to get spotted by the guards!"]="Versuch, nicht von den Wächtern entdeckt zu werden!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1469 |
["Try to be smart and eliminate them quickly. This way you might scare off the rest!"]="Versuch, schlau zu sein und sie schnell zu erledigen. Auf diese Weise könntest du den Rest abschrecken!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1470 |
["Try to keep as many allies alive as possible"]="Versuch, so viele Verbündete wie möglich am Leben zu erhalten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1471 |
["Try to protect the chief! You won't lose if he dies, but it is advised that he survives."]="Versuche, den Häuptling zu beschützen! Du wirst nicht verlieren, wenn er stirbt, aber es ist ratsam, dass er überlebt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1472 |
["T_T"]="T_T", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1473 |
["Tumbling Time Extended!"]="Purzelzeit verlängert!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1474 |
[" turns until Sudden Death! Better hurry!"]=" Züge bis zum Sudden Death! Beeilung!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1475 |
["Turns until Sudden Death: "]="Züge bis zum Sudden Death: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1476 |
["Turn Time"]="Zeit pro Zug", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1477 |
["Two little hogs cooperating, getting past obstacles..."]="Zwei Igelchen, sie arbeiten zusammen, bewältigen Hindernisse gemeinsam …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1478 |
["Uhm...I met one of them and took his weapons."]="Ähm, ich hab einen von ihnen getroffen und nahm seine Waffen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1479 |
["Uhmm...ok no."]="Ähm, okay, nein.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1480 |
["ULTRA KILL"]="ULTRA-ABSCHUSS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1481 |
["Under Construction"]="Baustelle", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1482 |
["Under normal circumstances we could easily defeat them but we have kindly sent most of our men to the kingdom of Sand to help to the annual dusting of the king's palace."]="Unter normalen Bedingungen könnten wir sie leicht besiegen, aber wir hatten freundlicherweise die Meisten unserer Männer zum Sandkönigreich geschickt, um bei der jährlichen Entstaubung des Königspalasts zu helfen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1483 |
["Under the meteorite shadow..."]="Unter dem Schatten des Meteorits …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1484 |
["Unexpected Igor"]="Ausnahmefelix", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1485 |
["Unique new weapons"]="Einzigartige neue Waffen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1486 |
["Unit 0x0007"]="Einheit 0x0007", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1487 |
["Unit 334a$7%;.*"]="Einheit 334a$7%;,*", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1488 |
["Unit 3378"]="Einheit 3378", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1489 |
["Unit 835"]="Einheit 835", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1490 |
["United We Stand"]="Gemeinsam sind wir stark", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1491 |
["Unit"]="Einheit", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1492 |
["Unlimited Attacks"]="Unbegrenzte Angriffe", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1493 |
["Unlucky Sods"]="Arme Schweine", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1494 |
["Unstoppable!"]="Unaufhaltsam!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1495 |
["Unsuspecting Louts"]="Nichtsahnende Lümmel", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1496 |
["[Up], [Down] to aim, [Space] to shoot!"]="[Hoch], [Runter] zum Zielen, [Leer] zum Schießen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1497 |
["Upper-class elite pilot"]="Elitepilot der Oberklasse", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1498 |
["Use it wisely!"]="Benutze sie weise!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1499 |
["Use it with precaution!"]="Benutze sie weise.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1500 |
["User Challenge"]="Benutzerherausforderung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1501 |
["Use space button twice to change flying saucer while being on air"]="Drücke die Leertaste 2 mal, um die fliegende Untertasse im Flug zu wechseln", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1502 |
["Use space button twice to change flying saucer while floating in mid-air"]="Drücke die Leertaste 2 mal, um die fliegende Untertasse im Flug zu wechseln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1503 |
["Use the air-attack weapons and the arrow keys to select structures."]="Benutze die Luftangriffswaffen und die Pfeiltasten, um Gebäude auszuwählen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1504 |
["Use the bazooka and the flying saucer to get the icegun"]="Benutze die Bazooka und die fliegende Untertasse, um die Eiskanone zu ergattern", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1505 |
["Use the parachute ([Space] while in air) to get the next crate"]="Benutze den Fallschirm ([Leer] drücken, wenn in der Luft), um die nächste Kiste zu erhalten.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1506 |
["Use the portal gun to get to the next crate, then use the new gun to get to the final destination!|"]="Benutze das Portalgewehr, um zur nächsten Kiste zu kommen, dann benutze das nächste Gewehr, um zum letzten Ziel zu kommen.|", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1507 |
["Use the RC plane and destroy the all the targets"]="Benutze das Funkflugzeug und zerstöre alle Ziele.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1508 |
["Use the rope in order to catch the blue hedgehog"]="Benutze das Seil, um den blauen Igel zu fangen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1509 |
["Use the rope to get on the head of the mole, young one!"]="Benutze das Seil, um auf den Kopf des Maulwurfst zu gelangen, Jüngling!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1510 |
["Use the rope to get to the crate"]="Benutze das Seil, um zur Kiste zu gelangen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1511 |
["Use the rope to knock your enemies to their doom."]="Benutze das Seil, um deine Gegner in ihr Verderben zu stürzen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1512 |
["Use the rope to quickly get to the surface!"]="Benutze das Seil, um schnell zur Oberfläche zu gelangen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1513 |
["Use the saucer and fly away"]="Benutze die Untertasse und flieg davon!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1514 |
["Use the saucer and fly to the moon"]="Benutze die Untertasse und flieg zum Mond.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1515 |
["Use the saucer and pass through the rings..."]="Benutze die Untertasse und passiere die Ringe.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1516 |
["Use this mode to give a hog a preset identity and weapons."]="Benutze diesen Modus, um einem Igel ein voreingestelle Idendität sowie Waffen zu geben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1517 |
["Use this mode to give an entire team themed hats and names."]="Benutze diesen Modus, um einem Team einen Satz Hüte und Namen zu geben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1518 |
["Use this mode to place air mines"]="Benutze diesen Modus, um Luftminen zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1519 |
["Use this mode to place barrels"]="Benutze diesen Modus, um Pulverfässer zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1520 |
["Use this mode to place cleavers"]="Benutze diesen Modus, um Hackebeile zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1521 |
["Use this mode to place custom sprites."]="Benutze diesen Modus, um benutzerdefinierte Sprites zu platzieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1522 |
["Use this mode to place girders"]="Benutze diesen Modus, um Bauträger zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1523 |
["Use this mode to place mines"]="Benutze diesen Modus, um Minen zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1524 |
["Use this mode to place rubberbands"]="Benutze diesen Modus, um Gummibalken zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1525 |
["Use this mode to place sticky mines"]="Benutze diesen Modus, um Haftminen zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1526 |
["Use this mode to place targets"]="Benutze diesen Modus, um Zielscheiben zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1527 |
["Use this mode to place utility crates"]="Benutze diesen Modus, um Werkzeugkisten zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1528 |
["Use this mode to place weapon crates"]="Benutze diesen Modus, um Waffenkisten zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1529 |
["Use this mode to select and reposition gears"]="Benutze diesen Modus, um Gears auszuwählen und zu verlegen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1530 |
["Use this mode to set the health of hogs."]="Benutze diesen Modus, um die Igelgesundheit einzustellen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1531 |
["Use this mode to tag gears for win/lose conditions."]="Benutze diesen Modus, um Gears für Sieg-/Niederlagebedingungen zu markieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1532 |
["Use this mode to waypoints"]="Benutze diesen Modus, um Wegpunkte zu platzieren", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1533 |
["Use your ammo wisely"]="Benutze deine Munition weise.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1534 |
["Use your available weapons in order to eliminate the enemies"]="Benutze deine verfügbaren Waffen, um die Gegner zu eliminieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1535 |
["Use your ready time to think."]="Benutze deine Vorbereitungszeit zum Denken.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1536 |
["Use your rope to collect all crates as fast as possible."]="Benutze dein Seil, um alle Kisten so schnell wie möglich einzusammeln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1537 |
["Use your rope to get from start to finish as fast as you can!"]="Nutze das Seil um von Start zu Ziel zu gelangen - so schnell du kannst!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1538 |
["Utility Crate Placement Mode"]="Werkzeugkistenplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1539 |
["UTILITY CRATE PLACEMENT MODE"]="WERKZEUGKISTENPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1540 |
["Vampirism"]="Vampirismus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1541 |
["Vedgies"]="Früchties", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1542 |
["Vegan Jack"]="Veganer-Jochen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1543 |
["Victory for the "]="Sieg für ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1544 |
["Victory!"]="Gewonnen!", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1545 |
["Violence is not the answer to your problems!"]="Gewalt ist nicht die Antwort auf deine Probleme!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1546 |
["Visit the Death Planet after completing all the other planets' main missions"]="Besuche den Todesplaneten, nachdem du die Hauptmissionen aller anderen Planeten fertiggestellt hast.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1547 |
["Visit the planets of Ice, Desert and Fruit before you proceed to the Death Planet"]="Besuche den Eis-, Wüsten- und Fruchtplaneten, bevor du mit dem Todesplaneten fortfährst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1548 |
["Walk left if you want to join Captain Lime or right if you want to decline his offer"]="Geh nach links, wenn du Leutnant Limone beitreten willst, oder nach rechts, wenn du sein Angebot ablehnen möchtest.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1549 |
["Walls Left"]="Verbleibende Wände", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1550 |
["Walls Required"]="Wände benötigt", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1551 |
["WALL TO WALL"]="WAND-ZU-WAND", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1552 |
["Wannabe Flyboys"]="Möchtegernflieger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1553 |
["Wannabe Shoppsta"]="Möchtegernkäufer", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1554 |
["Warning: Deletition Mode Active"]="Achtung: Löschmodus aktiv", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1555 |
["WARNING: Sabotage detected!"]="WARNUNG: Sabotage erkannt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1556 |
["Warrior"]="Krieger", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1557 |
[" was extracted from the scheme|- This continent will be able to use the specials from the other continents!"]=" wurde vom Schema extahiert|– Dieser Kontinent wird alle Besonderheiten von den anderen Kontinenten benutzen können!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1558 |
["Watch your steps, young one!"]="Pass auf deine Schritte auf, Jüngling!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1559 |
["Watermelon Bomb"]="Wassermelonenbombe", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1560 |
["Watermelon Heart"]="Wassermelonenherz", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1561 |
["Waypoint Deletion Mode"]="Wegpunktlöschmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1562 |
["Waypoint placed."]="Wegpunkt gesetzt", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1563 |
["Waypoint Placement Mode"]="Wegpunktplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1564 |
["WAYPOINT PLACEMENT MODE"]="WEGPUNKTPLATZIERUNGSMODUS", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1565 |
["Way-Points Remaining"]="Wegpunkte verbleibend", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1566 |
["Weaklings"]="Schwächlinge", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1567 |
["We all know what happens when you get frightened..."]="Wir wissen alle, was passiert, wenn du Angst kriegst.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1568 |
["Weapon Crate Placement Mode"]="Waffenkistenplatzierungsmodus", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1569 |
["Weapon Filter"]="Waffenfilter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1570 |
["weaponschemes"]="Waffenschemata", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1571 |
["Weapons reset."]="Waffen werden zurückgesetzt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1572 |
["Weapons Reset"]="Waffenzurücksetzung", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1573 |
["We are indeed."]="Das sind wir in der Tat.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1574 |
["We can't defeat them!"]="Wir können sie nicht besiegen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1575 |
["We can't hold them up much longer!"]="Wir können sie nicht länger aufhalten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1576 |
["We can't let them take over our little island!"]="Wir können sie nicht unsere kleine Insel erobern lassen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1577 |
["We have no time to waste..."]="Wir haben keine Zeit zu verlieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1578 |
["We have nowhere else to live!"]="Wir haben sonst keinen Ort zu leben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1579 |
["We have spotted the enemy! We'll attack when the enemies start gathering!"]="Wir haben den Feind gesichtet! Wir werden angreifen, sobald sich die Feinde versammeln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1580 |
["We have to hurry! Are you armed?"]="Wir müssen uns beeilen! Bist du bewaffnet?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1581 |
["We have to protect the village!"]="Wir müssen das Dorf schützen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1582 |
["We have to unite and defeat those cylergs!"]="Wir müssen uns zusammentun, und diese Cylergs besiegen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1583 |
["Welcome Hog Solo, surprised to see me?"]="Hallo, Igel Einsam! Bist du überrascht, mich zu sehen?", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1584 |
["Welcome, Leaks A Lot!"]="Willkommen, Undichte Stelle!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1585 |
["Welcome to the Death Planet!"]="Willkommen auf dem Todesplaneten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1586 |
["Welcome to the Desert Planet!"]="Willkommen auf dem Wüstenplaneten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1587 |
["Welcome to the Fruit Planet!"]="Willkommen auf dem Fruchtplaneten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1588 |
["Welcome to the meteorite!"]="Willkommen auf dem Meteorit!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1589 |
["Welcome to the moon!"]="Willkommen auf dem Mond!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1590 |
["Welcome to the Planet of Ice!"]="Willkommen auf dem Eisplaneten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1591 |
["Well done."]="Gut gemacht.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1592 |
["We'll give you a problem then!"]="Dann geben wir euch ein Problem!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1593 |
["(well... kind of...)"]="(naja, sozusagen …)", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1594 |
["We'll play a game first"]="Wir spielen zuerst ein Spiel.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1595 |
["We'll spare your life for now!"]="Wir werden dein Leben verschonen. Noch.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1596 |
["Well, that escalated quickly!"]="Das ging aber schnell in die Hose!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1597 |
["Well, that was a waste of time."]="Tja, das war wohl Zeitverschwendung.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1598 |
["We'll use our communicators to contact you"]="Wir werden unsere Kommunikatoren benutzen, um dich zu kontaktieren.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1599 |
["Well, well! Isn't that the cutest thing you've ever seen?"]="Sieh mal einer an! Ist das nicht das süßeste Ding, dass du jemals gesehen hast?", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1600 |
["Well, yes. This was a cyborg television show."]="Ähm, ja. Es war eine Cyborg-Fernsehsendung.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1601 |
["We made sure noone followed us!"]="Wir hatten sichergestellt, dass uns niemand folgte!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1602 |
["We need it to get split into at least two parts"]="Wir müssen ihn in mindestens zwei Teile zerbrechen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1603 |
["We need to move!"]="Wir müssen weiter!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1604 |
["We need to prevent their arrival!"]="Wir müssen ihre Ankunft verhindern!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1605 |
["We need to warn the village."]="Ich muss das Dorf warnen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1606 |
["We need you to go there and detonate them yourself! Good luck!"]="Du musst dorthin gehen und sie selbst detonieren. Viel Glück!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1607 |
["We should better report this and continue our watch!"]="Wir sollten dies besser melden und unsere Wache fortsetzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1608 |
["We should head back to the village now."]="Wir sollten zum Dorf zurückkehren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1609 |
["We were trying to save her and we got lost."]="Wir versuchten, sie zu retten, aber haben uns verlaufen.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1610 |
["We won't let you hurt her!"]="Wir werden nicht zulassen, dass du ihr wehtust!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1611 |
["What?! A cannibal? Here? There is no time to waste! Come, you are prepared."]="Was?! Ein Kannibale? Hier? Es gibt keine Zeit zu verlieren! Komm, du bist vorbereitet.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1612 |
["What a douche!"]="Was für ein Blödian!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1613 |
["What am I gonna...eat, yo?"]="Was werde ich … essen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1614 |
["What are you doing at a distance so great, young one?"]="Was tut du hier in so großer Entfernung, Jüngling?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1615 |
["What are you doing? Let her go!"]="Was tust du? Lass sie gehen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1616 |
["What a ride!"]="Was für eine Reise!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1617 |
["What a strange cave!"]="Was für eine seltsame Höhle!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1618 |
["What a strange feeling!"]="Was für ein seltsames Gefühl!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1619 |
["What do my faulty eyes observe? A spy!"]="Was sehen meine alten Augen? Einen Spion!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1620 |
["What do you say? Are you in?"]="Was sagst du? Bist du dabei?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1621 |
["What do you say? Will you fight for us?"]="Was sagst du? Wirst du für uns kämpfen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1622 |
["Whatever floats your boat..."]="Worauf immer du Lust hast.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1623 |
[" What !! For all of this struggle i just win some ... TIME o0"]="Was?! Für all die Mühen gewinne ich nur etwas … ZEIT?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1624 |
["What has "]="Was hat dir ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1625 |
["What? Here? How did they find us?!"]="Was? Hier? Wie haben sie uns gefunden?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1626 |
["What? Is it over already?"]="Wie? Ist es schon vorbei?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1627 |
["What is this place?"]="Was ist dieser Ort?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1628 |
["What shall we do with the traitor?"]="Was sollen wir mit dem Verräter tun?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1629 |
["WHAT?! You're the ones attacking us!"]="WAS?! Ihr seid diejenigen, die uns angreifen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1630 |
["When I find it..."]="Wenn ich ihn in die Finger kriege …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1631 |
["When?"]="Wann?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1632 |
["Where are all these crates coming from?!"]="Woher kommen all die Kisten?!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1633 |
["Where are they?!"]="Wo sind sie?!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1634 |
["Where did that alien run?"]="Wohin ist dieser Außerirdische gelaufen?", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1635 |
["Where did you get the exploding apples and the magic bow that shoots many arrows?"]="Woher hast du die explodierenden Äpfel und den magischen Bogen, der so viele Pfeile verschießt?", |
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1636 |
["Where did you get the exploding apples?"]="Woher hast du den explodierenden Apfel?", |
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1637 |
["Where did you get the magic bow that shoots many arrows?"]="Woher hast du den magischen Bogen, der so viele Pfeile verschießt?", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1638 |
["Where did you get the weapons in the forest, Dense Cloud?"]="Woher hast du die Waffen im Wald gefunden, Dichte Wolke?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1639 |
["Where do you get that?!"]="Wo habt ihr das her?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1640 |
["Where have you been?!"]="Wo warst du?!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1641 |
["Where have you been?"]="Wo warst du?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1642 |
["Whip"]="Peitsche", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1643 |
["White Tee"]="Schneeweiß", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1644 |
["Who's there?! I'll get you..."]="Wer ist da? Ich krieg dich …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1645 |
["Why are you doing this?"]="Warum tust du das?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1646 |
["Why are you helping us, uhm...?"]="Warum hilfst du uns, äh, …?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1647 |
["Why can't he just let her go?!"]="Warum kann er sie nicht einfach freilassen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1648 |
["Why do men keep hurting me?"]="Warum tun mir Männer ständig weh?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1649 |
["Why do you not like me?"]="Warum magst du mich nicht?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1650 |
["Why do you want to take over our island?"]="Warum wollt ihr unsere Insel erobern?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1651 |
["Why me?!"]="Warum ich?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1652 |
["? Why?"]="? Warum", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1653 |
["Why "]="Warum, ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1654 |
["! Why?!"]="! Wieso?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1655 |
["Why would they do this?"]="Warum würden sie das tun?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1656 |
["- Will Get 1-3 random weapons"]="- wird 1–3 zufällige Waffen erhalten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1657 |
["- Will give you a parachute every second turn."]="- Wird dir jeden 2. Zug einen Fallschirm geben", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1658 |
["Will this ever end?"]="Wird dies je enden?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1659 |
["Will you give me the other parts?"]="Wirst du mir die anderen Teile geben?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1660 |
["WINNER IS "]="DER SIEGER IST ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1661 |
["WINNING TIME: "]="BESTZEIT: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1662 |
["Win"]="Sieg", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1663 |
["Wise Oak"]="Weise Eiche", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1664 |
["With Dense Cloud on the land of shadows, I'm the village's only hope..."]="Jetzt, wo Dichte Wolke im Land der Schatten ist, bin ich des Dorfs einzige Hoffnung.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1665 |
["With the rest of the tribe gone, it was up to "]="Ohne den Rest des Stammes, hing es von ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1666 |
["Worry not, for it is a peaceful animal! There is no reason to be afraid..."]="Hab keine Angst, da es ein friedliebendes Tier ist. Es gibt keinen Grund, Angst zu haben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1667 |
["Wow, what a dream!"]="Wow, was für ein Traum!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1668 |
["Y3K1337"]="Y3K1337", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1669 |
["Yay, we won!"]="Hurra, wir haben gewonnen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1670 |
["Y Chwiliad"]="Y Chwiliad", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1671 |
["Yeah...I think it's a 'he', lol."]="Ja, ich glaube, dass es ein »er« ist. (lach)", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1672 |
["Yeah, sure! I died. Hillarious!"]="Ja, sicher! Ich starb. Urkomisch!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1673 |
["Yeah, take that!"]="Jawohl, nimm das!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1674 |
["Yeah? Watcha gonna do? Cry?"]="Ja und? Was willst du schon tun? Heulen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1675 |
["Yellow Pepper"]="Gelbpaprika", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1676 |
["Yellow Watermelons"]="Gelbe Wassermelonen", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1677 |
["Yes!"]="Ja!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1678 |
["Yes, yeees! You are now ready to enter the real world!"]="Ja, Jaaa! Jetzt bist du bereit, die wirkliche Welt zu betreten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1679 |
["Yo, dude, we're here, too!"]="Heda, wir sind auch da!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1680 |
["You are far from home, and the water is rising, climb up as high as you can!|Your score will be based on your height."]="Du bist weit weg von Zuhause, und das Wasser steigt, klettere so hoch, wie du kannst!|Deine Punktzahl wird von deiner Höhe abhängen.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1681 |
["You are given the chance to turn your life around..."]="Ich gebe dir die Chance, dein Leben auf den Kopf zu stellen.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1682 |
["You are in control of all the active ally units"]="Du hast die Kontrolle über alle aktive verbündete Einheiten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1683 |
["You are indeed the best PAotH pilot"]="Du bist wirklich der beste PAdI-Pilot.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1684 |
["You are out of danger, time to go to the moon!"]="Du bist in Sicherheit. Zeit, zum Mond zu gelangen!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1685 |
["You are playing with our lives here!"]="Du spielst mit unseren Leben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1686 |
["You are sabotaged, RUN!"]="Du wurdest sabotiert, LAUF!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1687 |
["You are the one who fled! So, you are alive..."]="Du bist der, der floh! Du lebst also …", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1688 |
["! You bastards!"]="! Ihr Bastarde!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1689 |
["You bear impressive skills, "]="Du hast großartige Fähigkeiten, ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1690 |
["You can avoid some battles"]="Du kannst einige Kämpfe vermeiden.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1691 |
["You can choose another planet by replaying this mission"]="Du kannst einen anderen Planeten auswählen, indem du diese Mission erneut spielst.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1692 |
["You can further customize the race by changing the scheme script paramater."]="Du kannst das Renner ferner bearbeiten, indem du den Skriptparameter im Schema änderst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1693 |
["You can only use the Sniper Rifle or the Watermelon bomb"]="Du kannst nur das Scharfschützengewehr oder die Wassermelonenbombe benutzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1694 |
["- You can switch between hogs at the start of your turns. (Not first one)"]="- Du kannst deinen Igel am Zugbeginn aussuchen (aber nicht am 1. Zug).", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1695 |
["You can't fire a portal on the blue surface"]="Du kannst kein Portal auf der blauen Fläche öffnen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1696 |
["You can use the other 2 hogs to assist you"]="Du kannst die anderen beiden Igel benutzen, um dich zu unterstützen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1697 |
["You choose well Hog Solo!"]="Gute Wahl, Igel Einsam!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1698 |
["You completed the mission in "]="Du hast die Mission fertiggestellt in ", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1699 |
["You complete the mission in "]="Du hast die Mission abgeschlossen in ", |
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1700 |
["You couldn't have come to a worse time Hog Solo!"]="Du könntest du einer kaum schlechteren Zeit ankommen, Igel Einsam!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1701 |
["You couldn't possibly believe that after refusing my offer I'd just let you go!"]="Du kannst wohl nicht ernsthaft glauben, dass ich dich einfach laufen lassen, nachdem du mein Angebot ablehnst!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1702 |
["You'd almost swear the water was rising!"]="Man könnte fast schwören das Wasser würde steigen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1703 |
["You'd better watch your steps..."]="Pass besser auf, wohin du trittst.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1704 |
["You defended yourself against Captain Lime"]="Du hast dich gegen Leutnant Limone gewehrt", |
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1705 |
["You defended yourself against Strawberry Assassins"]="Du hast dich gegen die Erdbeerassassinen gewehrt", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1706 |
["You did great Hog Solo! However we aren't out of danger yet!"]="Du hast dich wacker geschlagen, Igel Einsam! Aber wir haben die Gefahren noch nicht überstanden.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1707 |
["You did not make it in time, try again!"]="Du hast es nicht rechtzeitig geschafft, versuch es nochmal!", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1708 |
["You fought bravely and you helped us win this battle!"]="Du hast mutig gekämpft und uns geholfen, diese Schlacht zu gewinnen!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1709 |
["You got me"]="Du hast mich.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1710 |
["You had %.1fs remaining on the clock (+%d points)."]="Du hattest eine verbleibende Zeit von %.1fs (+%d Punkte).", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1711 |
["You had %.2fs remaining on the clock (+%d points)."]="Verbleibende Zeit: %.2fs (+%d Punkte).", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1712 |
["You had "]="Du hattest ", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1713 |
["You have 7 turns until the next wave arrives.|Make sure the arriving cannibals are greeted appropriately!|If the hog dies, the cause is lost.|Hint: you might want to use some mines..."]="Du hast 7 Züge, bis die nächste Welle ankommt.|Stell sicher, dass die ankommenden Kannibalen auf die passende Weise begrüßt werden.|Wenn der Igel stirbst, die die Mission verloren.|Tipp: Vielleicht solltest du ein paar Minen benutzen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1714 |
["You have acquired the last device part"]="Du hast das letzte Bauteil erhalten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1715 |
["You have beaten the challenge!"]="Du hast die Herausforderung gemeistert!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1716 |
["You have been giving us out to the enemy, haven't you!"]="Du hast uns an den Feind verkauft, nicht wahr?", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1717 |
["You have been respawned, at your last checkpoint!"]="Du wurdest zum letzten Kontrollpunkt zurückgesetzt!", |
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1718 |
["You have been respawned, be more carefull next time!"]="Du wurdest wiederbelebt, sei beim nächsten Mal vorsichtiger!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1719 |
["You have chosen the perfect moment to leave."]="Du hast den perfekten Augenblick ausgesucht, um zu gehen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1720 |
["You have chosen to fight! Lead the Green Bananas to battle and eliminate all the enemies"]="Du hast dich für die Schlacht entschieden! Führe die Grünen Bananen in die Schlacht und eliminiere alle Feinde.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1721 |
["You have chosen to flee... Unfortunately the only place where you can launch your saucer is the left-most place on the map"]="Du hast dich für die Flucht entschieden. Leider ist der einzige Ort, wo du deine Untertasse starten kannst, ganz links auf der Karte.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1722 |
["You have collected %d out of %d crate(s)."]="Du hast %d von %d Kiste(n) eingesammelt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1723 |
["You have destroyed all targets!"]="Du hast alle Ziele zerstört!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1724 |
["You have destroyed all the targets"]="Du hast alle Ziele zerstört.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1725 |
["You have destroyed %d of %d targets (+%d points)."]="Du hast %d von %d Zielen zerstört (+%d Punkte).", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1726 |
["You have destroyed %d of %d targets."]="Du hast %d von %d Zielen zerstört.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1727 |
["You have dropped %d missiles."]="Du hast %d Bomben abgeworfen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1728 |
["You have "]="Du hast ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1729 |
["You have eliminated all visible enemy hedgehogs!"]="Du hast alle sichtbaren feindlichen Igel besiegt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1730 |
["You have escaped successfully"]="Du bist erfolgreich geflohen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1731 |
["You have failed to complete your task, young one!"]="Du hast versagt, Jüngling!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1732 |
["You have failed to save the tribe!"]="Du hast es nicht geschafft, den Stamm zu retten!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1733 |
["You have finally figured it out!"]="Ihr habt es endlich gemerkt!", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1734 |
["You have finished the challenge!"]="Du hast die Herausforderung gemeistert!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1735 |
["You have finished the challenge in %.3f s."]="Du hast die Herausforderung in %.3fs gemeistert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1736 |
["You have finished the target practice!"]="Du hast die Zielübung abgeschlossen!", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1737 |
["You have gained an achievement: %s"]="Du hast eine Errungenschaft erhalten: %s", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1738 |
["You have kidnapped our whole tribe!"]="Ihr habt unseren ganzen Stamm entführt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1739 |
["You have killed an innocent hedgehog!"]="Du hast einen unschuldigen Igel getötet!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1740 |
["You have launched %d bazookas."]="Du hast %d Bazookas abgefeuert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1741 |
["You have launched %d homing bees."]="Du hast %d zielsuchende Bienen abgefeuert.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1742 |
["You have made %d shots."]="Du hast %d Schüsse abgegeben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1743 |
["You have managed to catch the blue hedgehog in time"]="Du hast es geschafft, den blauen Igel rechtzeitig zu fangen.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1744 |
["You haven't rescued anyone."]="Du hast niemanden gerettet.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1745 |
["You have obtained an achievement: Lively Lifeguard"]="Du hast eine Errungenschaft erhalten: Lebhafter Lebensretter", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1746 |
["You have perfectly beaten the challenge!"]="Du hast die Herausforderung gemeistert!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1747 |
["You have proven yourself worthy to see our most ancient secret!"]="Du hast dich bewährt, um unser ältestes Geheimnis zu sehen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1748 |
["You have proven yourselves worthy!"]="Ihr habt euch bewährt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1749 |
["You have reached the take-off area successfully!"]="Du hast das Startfeld erfolgreich erreicht!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1750 |
["You have rescued H and Dr.Cornelius"]="Du hast H und Dr. Cornelius gerettet.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1751 |
["You have SCORED!!"]="Du hast GEPUNKTET!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1752 |
["You have shot %d times."]="Du hast %d mal geschossen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1753 |
["You have successfully eliminated Professor Hogevil"]="Du hast Professor Bösigel erfolgreich eliminiert!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1754 |
["You have successfully finished the sniper rifle training!"]="Du hast das Scharfschützentraining abgeschlossen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1755 |
["You have thrown %d cluster bombs."]="Du hast %d Splitterbomben geworfen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1756 |
["You have thrown %d grenades."]="Du hast %d Granaten geworfen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1757 |
["You have to be careful and not die!"]="Du musst vorsichtig sein und darfst nicht sterben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1758 |
["You have to catch the other hog 3 times"]="Du musst den anderen Igel 3 mal fangen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1759 |
["You have to complete the main mission on moon in order to travel to other planets"]="Du musst die Hauptmission auf dem Mond erledigen, damit du zu den anderen Planeten reisen kannst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1760 |
["You have to continue alone from now on."]="Von hier an musst du alleine fortfahren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1761 |
["You have to destroy all the explosives without dying!"]="Du musst alle Sprengstoffe zerstören, ohne zu sterben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1762 |
["You have to destroy all the targets"]="Du musst alle Ziele zerstören.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1763 |
["You have to eliminate all the enemies"]="Du musst alle Gegner eliminieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1764 |
["You have to eliminate all the visible enemies"]="Du musst alle sichtbaren Gegner eliminieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1765 |
["You have to get the weapons and rescue the PAotH researchers"]="Wir müssen die Waffen besorgen und die PAdI-Forscher retten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1766 |
["You have to get to the left-most land and remove any enemy hog from there"]="Du musst zum linken Rand gelangen und von dort alle feindlichen Igel beseitigen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1767 |
["You have to move upwards, not downwards, %s!"]="Du musst nach oben, nicht nach unten, %s!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1768 |
["You have to stand very close to him"]="Du musst sehr nahe an ihm stehen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1769 |
["You have to travel again"]="Du musst erneut reisen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1770 |
["You have to try again!"]="Du muss es nochmal versuchen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1771 |
["You have used %d RC planes."]="Du hast %d Funkflugzeuge benutzt.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1772 |
["You have used "]="Du hast benutzt ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1773 |
["You have used only 1 RC plane. Outstanding!"]="Du hast nur ein Funkflugzeug gebraucht. Ausgezeichnet!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1774 |
["You have won the game by proving true cooperative skills!"]="Ihr hab das Spiel gewonnen, indem ihr wahre kooperative Fähigkeiten gezeigt habt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1775 |
["You just appeared out of thin air!"]="Du tauchtest aus dem Nichts auf!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1776 |
["You just committed suicide..."]="Du hast gerade Selbstmord begangen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1777 |
["You killed my father, you monster!"]="Du hast meinen Vater umgebracht, du Monster!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1778 |
["You know...taking a stroll."]="Du weißt schon … umherbummeln.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1779 |
["You know what? I don't even regret anything!"]="Weißt du was? Ich bereue nichts!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1780 |
["You'll get an extra Sniper Rifle every time you kill an enemy hog with a limit of max 4 rifles"]="Du erhältst ein zusätzliches Scharfschützengewehr für jeden Igel, den du tötest (max. 4 Gewehre).", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1781 |
["You'll get an extra Teleport every time you kill an enemy hog with a limit of max 2 teleports"]="Du erhältst einen zusätzlichen Teleporter für jeden Igel (max. 2 Teleporter).", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1782 |
["You'll get extra time in case you need it when you pass a ring"]="Du erhältst Bonuszeit, wenn du sie brauchst, sobald du einen Ring passierst.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1783 |
["You'll have only 2 watermelon bombs during the game"]="Du hast nur 2 Wassermelonenbomben während des Spiels.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1784 |
["You'll have only one RC plane at the start of the mission"]="Am Anfang der Mission hast du nur ein Funkflugzeug.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1785 |
["You'll have to eliminate Captain Lime at the end"]="Am Ende musst du Leutnant Limone eliminieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1786 |
["You'll have to eliminate the Strawberry Assassins at the end"]="Am Ende musst du die Erdbeerassassinen eliminieren.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1787 |
["You'll lose if you die or if your time is up"]="Du verlierst, wenn du stirbst oder deine Zeit abläuft.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1788 |
["You'll see what I mean!"]="Du wirst verstehen, was ich meine.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1789 |
["You lose!"]="Du verlierst!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1790 |
["You may find it handy"]="Du könntest es gebrauchen.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1791 |
["You may only attack from a rope!"]="Du darfst nur von einem Seil angreifen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1792 |
["You may only spawn 5 crates per turn."]="Du darfst pro Zug nur 5 Kisten platizeren.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1793 |
["You may only use 1 Extra Time per turn."]="Du darfst pro Zug nur einmal Zusatzzeit benutzen.", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1794 |
["You meatbags are pretty slow, you know!"]="Ihr Fleischklumpen seid ziemlich langsam, wisst ihr?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1795 |
["You might want to find a way to instantly kill arriving cannibals!"]="Du könntest eine Möglichkeit finden, um die ankommenden Kannibalen sofort zu töten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1796 |
["You must survive the flood in order to score."]="Du musst das Hochwasser überleben um zu punkten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1797 |
["Young one, you are telling us that they can instantly change location without a shaman?"]="Jüngling, willst du uns etwa weiß machen, dass sie ihre Position sofort ändern können, ohne einen Schamanen?", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1798 |
["You probably know what to do next..."]="Du weißt vermutlich, was als nächstes zu tun ist.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1799 |
["Your accuracy was %.1f%%."]="Deine Treffgenauigkeit betrug %.1f%%.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1800 |
["Your accuracy was %.1f%% (+%d points)."]="Deine Treffgenauigkeit betrug %.1f%% (+%d Punkte).", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1801 |
["Your deaths will be avenged, cannibals!"]="Eure Tode werden gerächt sein, Kannibalen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1802 |
["Your death will not be in vain, Dense Cloud!"]="Dein Tod wird nicht ungesühnt bleiben, Dichte Wolke!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1803 |
["You're...alive!? But we saw you die!"]="Du … lebst? Aber wir sahen dich sterben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1804 |
["You're a pathetic liar!"]="Du bist ein dreckiger Lügner!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1805 |
["You're funny!"]="Du bist lustig!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1806 |
["You're getting pretty good! |Tip: When you shorten you rope you move faster! |and when you lengthen it you move slower"]="Du wirst ziemlich gut! |Tipp: Wenn du dein Seil verkürzt, bewegst du dich schneller! |Und wenn du es verlängerst, wirst du langsamer.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1807 |
["You're pathetic! You are not worthy of my attention..."]="Du bist erbärmlich! Du hast meine Aufmerksamkeit nicht verdient.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1808 |
["You're probably wondering why I bought you back..."]="Ihr fragt euch bestimmt, warum ich euch zurückgebracht habe.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1809 |
["Your escape took you "]="Deine Flucht dauerte ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1810 |
["You're terrorizing the forest...We won't catch anything like this!"]="Du terrorisierst den Wald. Wir werden auf diese Weise nichts fangen!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1811 |
["You retrieved the lost part"]="Du hast das verlorene Teil ergattert", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1812 |
["Your first destination is the moon in order to get more fuel"]="Dein erstes Ziel ist der Mond, um mehr Treibstoff zu erhalten.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1813 |
["Your hedgehog died!"]="Dein Igel ist gestorben!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1814 |
["Your hedgehog was panicly afraid of the water and decided to go in a safe distance of %d from it."]="Dein Igel hatte panische Angst vorm Wasser und hatte einen Sicherheitsabstand von %d erreicht.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1815 |
["Your height over time"]="Deine Höhe über die Zeit", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1816 |
["Your hogs must survive!"]="Deine Igel müssen überleben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1817 |
["Your movement skills will be evaluated now."]="Deine Fortbewegungsfähigkeiten werden nun getestet.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1818 |
["Your rank: %s"]="Dein Rang: %s", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1819 |
["You saved %d of 8 Hapless Hogs."]="Du hast %d von 8 Glücklosen Igeln gerettet.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1820 |
["You've been assaulting us, we have been just defending ourselves!"]="Ihr habt uns überfallen, wir haben uns nur verteidigt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1821 |
["You've failed. Try again."]="Du bist gescheitert. Versuche es nochmal.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1822 |
["You've reached the goal!| |Time: "]="Ziel erreicht!| |Zeit: ", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1823 |
["You will be avenged!"]="Du wirst gerächt!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1824 |
["You will fail if you run out of ammo and there are still targets available"]="Du wirst verlieren, wenn du keine Munition mehr hast und immer noch Ziele übrigbleiben.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1825 |
["You will gain some extra ammo from the crates the next time you play the \"Getting to the device\" mission"]="Du wirst etwas zusätzliche Munition aus den Kisten erhalten, wenn du das nächste mal die Mission »Zum Greifen nah« spielst", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1826 |
["You will play every 3 turns"]="Du wirst alle 3 Züge spielen.", |
11168
c75f87d4bb64
german translation update (incl. string reordering - blame sheepluva)
wuzzy
parents:
11011
diff
changeset
|
1827 |
["- You will recieve 2-4 weapons on each kill! (Even on own hogs)"]="- Du wirst 2–4 Waffen für jeden Abschuss erhalten (sogar für eigene Igel)!", |
12427
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1828 |
["You won't believe what happened to me!"]="Ihr glaubt nicht, was mir passiert ist!", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1829 |
["Yuck! I bet they'll keep worshipping her even after I save the village!"]="Pfui! Ich wette, sie werden sie verehren, selbst, wenn ich das Dorf rette.", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1830 |
["Zealandia"]="Neuseeland-Kontinent", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1831 |
["'Zooka Team"]="Die Knalltüten", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1832 |
["Zook"]="Zook", |
75485b6cdea6
Sort strings in de.lua alphabetically
Wuzzy <almikes@aol.com>
parents:
12420
diff
changeset
|
1833 |
["Zork"]="Zork", |
11007 | 1834 |
} |