# HG changeset patch
# User szczur
# Date 1288570771 14400
# Node ID adeaefdcbd64c7f002fb4ede0d503299c39274fa
# Parent 62468ba5a0f460dd1455a8e3a6fd5f7ce7de355b
polish update, fix encoding
diff -r 62468ba5a0f4 -r adeaefdcbd64 share/hedgewars/Data/Missions/Campaign/01#Boot Camp.lua
--- a/share/hedgewars/Data/Missions/Campaign/01#Boot Camp.lua Sun Oct 31 19:55:55 2010 -0400
+++ b/share/hedgewars/Data/Missions/Campaign/01#Boot Camp.lua Sun Oct 31 20:19:31 2010 -0400
@@ -1,3 +1,16 @@
+
+
+
+
+
+
+
+
+
-- IMPORTANT -- THIS IS WORK IN PROGRESS AND VERY LIKELY TO BE CHANGED AGAIN
-- IMPORTANT -- SAVE YOURSELF THE WORK AND DON'T TRANSLATE THE TEXTS IF YOU FEAR STARTING OVER LATER!
@@ -5,8 +18,8 @@
local hognames = {}
teamnames[0] = {
["en"] = "Bloody Rookies",
- ["de"] = "Blutige Anfänger",
- ["pl"] = "Żótodzioby"
+ ["de"] = "Blutige Anfänger",
+ ["pl"] = "Żótodzioby"
}
teamnames[1] = {
@@ -43,26 +56,26 @@
goals[0] = {
["en"] = "Listen to your Drill Instructor and follow his lead!",
- ["de"] = "Höre deinem Ausbilder zu und befolge seine Anweisungen!",
- ["pl"] = "Słuchaj instruktora i wykonuj jego rozkazy!"
+ ["de"] = "Höre deinem Ausbilder zu und befolge seine Anweisungen!",
+ ["pl"] = "SĹ‚uchaj instruktora i wykonuj jego rozkazy!"
}
goals[1] = {
["en"] = "Destroy the target to finish this mission!",
- ["de"] = "Zerstöre das Ziel, um diese Mission abzuschließen!",
- ["pl"] = "Zniszcz cel by ukończyć misję!"
+ ["de"] = "Zerstöre das Ziel, um diese Mission abzuschließen!",
+ ["pl"] = "Zniszcz cel by ukończyć misję!"
}
goals[2] = {
["en"] = "Excellent! You've passed the Boot Camp!",
["de"] = "Ausgezeichnet! Du hast das Ausbildungslager bestanden!",
- ["pl"] = "Doskonale! Wyszedłe¶ cało z poligonu!"
+ ["pl"] = "Doskonale! Wyszedłeś cało z poligonu!"
}
local failed = {
["en"] = "You failed! Follow the instructions and shoot the target only!",
- ["de"] = "Du hast versagt! Befolge die Anweisungen und schieß nur auf das Ziel!",
- ["pl"] = "Przegrałe¶! Wykonuj instrukcje poprawnie i strzelaj tylko w podane cele!"
+ ["de"] = "Du hast versagt! Befolge die Anweisungen und schieĂź nur auf das Ziel!",
+ ["pl"] = "Przegrałeś! Wykonuj instrukcje poprawnie i strzelaj tylko w podane cele!"
}
local drill = {}
@@ -70,25 +83,25 @@
drill[0] = {
["en"] = "Allright, maggot!",
["de"] = "Also gut, du Made!",
- ["pl"] = "Słuchaj mnie gnido!"
+ ["pl"] = "SĹ‚uchaj mnie gnido!"
}
drill[1] = {
["en"] = "Show that you aren't that useless.",
["de"] = "Zeig, dass du nicht so nutzlos bist.",
- ["pl"] = "Udowodnij, że nie jeste¶ bezwarto¶ciowy."
+ ["pl"] = "Udowodnij, że nie jesteś bezwartościowy."
}
drill[2] = {
["en"] = "Use [left] to move to the left!",
["de"] = "Benutze [Links], um nach links zu gehen!",
- ["pl"] = "Użyj [lewo] by poruszyć się w lew± stronę!"
+ ["pl"] = "Użyj [lewo] by poruszyć się w lewą stronę!"
}
drill[3] = {
["en"] = "Good! Now use [right] to come back!",
- ["de"] = "Gut! Nun komm mit [Rechts] zurück!",
- ["pl"] = "Dobzre, Teraz użyj [prawo] by wrócić!"
+ ["de"] = "Gut! Nun komm mit [Rechts] zurĂĽck!",
+ ["pl"] = "Dobzre, Teraz użyj [prawo] by wrócić!"
}
drill[4] = {
@@ -100,25 +113,25 @@
drill[5] = {
["en"] = "Now jump to the left using [return]!",
["de"] = "Jetzt springe mit [Eingabetaste] nach links!",
- ["pl"] = "Teraz skocz w lewo używaj±c [Enter]"
+ ["pl"] = "Teraz skocz w lewo uĹĽywajÄ…c [Enter]"
}
drill[6] = {
["en"] = "Use [up] and [down] to aim.",
["de"] = "Benutze [Hoch] und [Runter], um zu zielen.",
- ["en"] = "Użyj klawiszy [góra] i [dół] by celować."
+ ["pl"] = "Użyj klawiszy [góra] i [dół] by celować."
}
drill[7] = {
["en"] = "Hold [space] to power up your shot and then release it to shoot.",
["de"] = "Halte [Leertaste], um deinen Schuss aufzuladen, und lasse dann rechtzeitig los.",
- ["pl"] = "Przytrzymaj spację by zwiększyć siłę strzału."
+ ["pl"] = "Przytrzymaj spację by zwiększyć siłę strzału."
}
drill[8] = {
["en"] = "Destroy the target to finish your basic training!",
- ["de"] = "Zerstöre das Ziel, um deine Grundausbildung abzuschließen!",
- ["pl"] = "Zniszcz cel by by ukończyć trening podstawowy!"
+ ["de"] = "Zerstöre das Ziel, um deine Grundausbildung abzuschließen!",
+ ["pl"] = "Zniszcz cel by by ukończyć trening podstawowy!"
}
local function loc(text)