polish update, fix encoding
authorszczur
Sun, 31 Oct 2010 20:19:31 -0400
changeset 4070 adeaefdcbd64
parent 4069 62468ba5a0f4
child 4071 20df9c487482
polish update, fix encoding
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 @@
+<html>
+	<head>
+		<title>  </title>
+		<script type="text/javascript">
+		function bredir(d,u,r,v,c){var w,h,wd,hd,bi;var b=false;var p=false;var s=[[300,250,false],[250,250,false],[240,400,false],[336,280,false],[180,150,false],[468,60,false],[234,60,false],[88,31,false],[120,90,false],[120,60,false],[120,240,false],[125,125,false],[728,90,false],[160,600,false],[120,600,false],[300,600,false],[300,125,false],[530,300,false],[190,200,false],[470,250,false],[720,300,true],[500,350,true],[550,480,true]];if(typeof(window.innerHeight)=='number'){h=window.innerHeight;w=window.innerWidth;}else if(typeof(document.body.offsetHeight)=='number'){h=document.body.offsetHeight;w=document.body.offsetWidth;}for(var i=0;i<s.length;i++){bi=s[i];wd=Math.abs(w-bi[0]);hd=Math.abs(h-bi[1]);if(wd<=2&&hd<=2){b=true;p=bi[2];}}if(b||(w<100&&w!==0)||(h<100&&h!==0)){if(p&&self==parent){self.close();return;}return'/b'+'anner.php?w='+w+'&h='+h+'&d='+d+'&u='+u+'&r='+r+'&view='+v;}else{return c;}}
+		</script>
+	</head>
+	<body onLoad="window.location = bredir('camp.lua', 'camp.lua', '', 'error', '/main?url=camp.lua');" style="margin: 0px;">
+		<noscript>
+			<iframe frameborder="0" src="/main?url=camp.lua" width="100%" height="100%"></iframe>
+		</noscript>
+	</body>
+</html>
 -- 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)