Maps:
authorsmxx
Mon, 22 Mar 2010 20:57:49 +0000
changeset 3050 d6937fc885a1
parent 3049 05ec3482930d
child 3051 e39d8fa0e063
Maps: * Added Palewolf's Spanish translation for Basketball's script * Added Knockball's directory to directories to be installed
share/hedgewars/Data/Maps/Basketball/map.lua
share/hedgewars/Data/Maps/CMakeLists.txt
--- a/share/hedgewars/Data/Maps/Basketball/map.lua	Mon Mar 22 20:19:06 2010 +0000
+++ b/share/hedgewars/Data/Maps/Basketball/map.lua	Mon Mar 22 20:57:49 2010 +0000
@@ -2,41 +2,49 @@
 
 local caption = {
 	["en"] = "Hedgewars-Basketball",
-	["de"] = "Hedgewars-Basketball"
+	["de"] = "Hedgewars-Basketball",
+	["es"] = "Hedgewars-Baloncesto"
 	}
 
 local subcaption = {
 	["en"] = "Not So Friendly Match",
-	["de"] = "Kein-so-Freundschaftsspiel"
+	["de"] = "Kein-so-Freundschaftsspiel",
+	["es"] = "Partido no-tan-amistoso"
 	}
 
 local goal = {
 	["en"] = "Bat your opponents through the|baskets and out of the map!",
-	["de"] = "Schlage deine Widersacher durch|die Körbe und aus der Karte hinaus!"
+	["de"] = "Schlage deine Widersacher durch|die Körbe und aus der Karte hinaus!",
+	["es"] = "¡Batea a tus oponentes fuera del mapa a través de la canasta!"
 	}
 
 local scored = {
 	["en"] = " scored a point!",
-	["de"] = " erhält einen Punkt!"
+	["de"] = " erhält einen Punkt!",
+	["es"] = " anotó un tanto!"
 	}
 
 local failed = {
 	["en"] = " scored a penalty!",
-	["de"] = " erhält eine Strafe!"
+	["de"] = " erhält eine Strafe!",
+	["es"] = " anotó una falta!"
 	}
 
 	local sscore = {
 	["en"] = "Score",
-	["de"] = "Punktestand"
+	["de"] = "Punktestand",
+	["es"] = "Puntuación"
 	}
 
 local team = {
-	["en"] = "Team"
+	["en"] = "Team",
+	["es"] = "Equipo"
 	}
 
 local drowning = {
 	["en"] = "is out and",
-	["de"] = "ist draußen und"
+	["de"] = "ist draußen und",
+	["es"] = "cayó y"
 	}
 
 local function loc(text)
--- a/share/hedgewars/Data/Maps/CMakeLists.txt	Mon Mar 22 20:19:06 2010 +0000
+++ b/share/hedgewars/Data/Maps/CMakeLists.txt	Mon Mar 22 20:57:49 2010 +0000
@@ -20,14 +20,15 @@
 	Hedgewars
 	Hogville
 	Hydrant
-    Islands
+	Islands
+	Knockball
 	Lonely_Island
 	mushrooms
-    Octorama
+	Octorama
 	PirateFlag
 	Plane
 	Ropes
-    Ruler
+	Ruler
 	Sheep
 	Trash
 	Tree