Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-11-27 14:53:38 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-11-27 15:02:17 (GMT)
commit0d56a17e5288072b0008e665e9924729ea9bc64f (patch)
tree8914044b9e6beedea32a6c9d088267ab30b63d94
parent5b31cc61d099928b1ce0da78711f259b7462107d (diff)
Fix some more English translations and Update POT file.
-rw-r--r--BiblioJAM/JAMLabel.py2
-rw-r--r--BiblioJAM/JAMatrix.py2
-rw-r--r--Cria_Bichos_Main.py1
-rw-r--r--Interfaz.py4
-rw-r--r--po/CucaraSims.pot29
5 files changed, 19 insertions, 19 deletions
diff --git a/BiblioJAM/JAMLabel.py b/BiblioJAM/JAMLabel.py
index f5cd160..ccd2137 100644
--- a/BiblioJAM/JAMLabel.py
+++ b/BiblioJAM/JAMLabel.py
@@ -299,7 +299,7 @@ class Ejemplo(object):
color = random.choice(colores)
self.widgets.sprites()[0].set_text(tipo=None, tamanio=None, color=color, texto=None)
if modificar == "texto":
- textos= ["JAMLabel", _("Press escape to leave anytime"), _("Modifying Text in JAMLabel"), "CeibalJAM 2011"]
+ textos= ["JAMLabel", _("Press escape to leave anytime"), _("Modifying text in JAMLabel"), "CeibalJAM 2011"]
texto = random.choice(textos)
self.widgets.sprites()[0].set_text(tipo=None, tamanio=None, color=None, texto=texto)
return 0
diff --git a/BiblioJAM/JAMatrix.py b/BiblioJAM/JAMatrix.py
index dd1654a..bcd83f3 100644
--- a/BiblioJAM/JAMatrix.py
+++ b/BiblioJAM/JAMatrix.py
@@ -161,7 +161,7 @@ class Ejemplo(object):
# Variables obligatorias en tu juego para poder utilizar JAMatrix.
self.resolucion = (800,600)
self.ventana = None
- self.name= _("Example JAMatrix")
+ self.name= _("Example of JAMatrix")
self.estado = False
# Variables del juego
diff --git a/Cria_Bichos_Main.py b/Cria_Bichos_Main.py
index 4944768..5db60cb 100644
--- a/Cria_Bichos_Main.py
+++ b/Cria_Bichos_Main.py
@@ -667,6 +667,7 @@ class Cria_Bichos_Main():
elif not self.hembras and not ootecas:
self.set_mensaje(texto=_("There are no females in the habitat, ootheca reproduction is no longer possible."))
elif not self.machos and not self.hembras and not ootecas:
+ # ootheca is an egg mass (see http://en.wikipedia.org/wiki/Ootheca)
self.set_mensaje(texto=_("All Cockroaches have died and there are ootheca in habitat."))
elif self.machos + self.hembras >= self.maximo_cucas:
self.event_plaga()
diff --git a/Interfaz.py b/Interfaz.py
index 8373591..16fd493 100644
--- a/Interfaz.py
+++ b/Interfaz.py
@@ -141,8 +141,8 @@ class Interfaz(pygame.sprite.OrderedUpdates):
w, h= self.label_agua.get_tamanio()
self.label_tiempo.set_posicion( (x+w+10, y) )
self.add(self.label_tiempo)
-
- self.informacion_cucas = _("Cockroaches: 0, Males: 0, Females: 0, Ootecas: 0, Migration: 0")
+ # ootheca is an egg mass (see http://en.wikipedia.org/wiki/Ootheca)
+ self.informacion_cucas = _("Cockroaches: 0, Males: 0, Females: 0, Ootheca: 0, Migration: 0")
self.label_cucas_info= JAMLabel(self.informacion_cucas)
self.label_cucas_info.set_text(tamanio= 25)
x, y= (10, VG.RESOLUCION[1] - 10 - self.label_cucas_info.get_tamanio()[1])
diff --git a/po/CucaraSims.pot b/po/CucaraSims.pot
index 86e3c4a..0d9f83c 100644
--- a/po/CucaraSims.pot
+++ b/po/CucaraSims.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-11-27 20:17+0530\n"
+"POT-Creation-Date: 2012-11-27 20:32+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -54,7 +54,7 @@ msgid "Playtime = Years: 0 Days: 0 Hours: 0"
msgstr ""
#: Interfaz.py:145
-msgid "Cockroaches: 0, Males: 0, Females: 0, Ootecas: 0, Migration: 0"
+msgid "Cockroaches: 0, Males: 0, Females: 0, Ootheca: 0, Migration: 0"
msgstr ""
#: Ficha_Bicho.py:44
@@ -83,7 +83,7 @@ msgstr ""
msgid "Hydration: %s"
msgstr ""
-#: Main.py:334 Cria_Bichos_Main.py:749
+#: Main.py:334 Cria_Bichos_Main.py:750
msgid "Do you want to quit the game?"
msgstr ""
@@ -146,27 +146,27 @@ msgid ""
"possible."
msgstr ""
-#: Cria_Bichos_Main.py:670
+#: Cria_Bichos_Main.py:671
msgid "All Cockroaches have died and there are ootheca in habitat."
msgstr ""
-#: Cria_Bichos_Main.py:673
+#: Cria_Bichos_Main.py:674
msgid "Too many cockroaches in the habitat. Some have migrated!"
msgstr ""
-#: Cria_Bichos_Main.py:686
+#: Cria_Bichos_Main.py:687
msgid "Playtime = Years: %(Years) Days: %(Days) Hours: %(Hours)"
msgstr ""
-#: Cria_Bichos_Main.py:755
+#: Cria_Bichos_Main.py:756
msgid "Save before exiting?"
msgstr ""
-#: Cria_Bichos_Main.py:808
+#: Cria_Bichos_Main.py:809
msgid "Cockroaches detect the food in the habitat with their antennae."
msgstr ""
-#: Cria_Bichos_Main.py:817
+#: Cria_Bichos_Main.py:818
msgid "Cockroaches detect with their antennae, water in the habitat."
msgstr ""
@@ -314,7 +314,7 @@ msgid "Last Test Item"
msgstr ""
#: BiblioJAM/JAMatrix.py:164
-msgid "Example JAMatrix"
+msgid "Example of JAMatrix"
msgstr ""
#: BiblioJAM/JAMatrix.py:279
@@ -331,7 +331,6 @@ msgid "Press escape to leave anytime"
msgstr ""
#: BiblioJAM/JAMDialog.py:310 BiblioJAM/JAMDialog.py:376
-#: BiblioJAM/JAMLabel.py:302
msgid "Modifying Text in JAMLabel"
msgstr ""
@@ -339,12 +338,12 @@ msgstr ""
msgid "Example of JAMCron"
msgstr ""
-#: BiblioJAM/JAMLabel.py:354
-msgid "Test JAMLabel"
+#: BiblioJAM/JAMLabel.py:302 BiblioJAM/JAMButton.py:470
+msgid "Modifying text in JAMLabel"
msgstr ""
-#: BiblioJAM/JAMButton.py:470
-msgid "Modifying text in JAMLabel"
+#: BiblioJAM/JAMLabel.py:354
+msgid "Test JAMLabel"
msgstr ""
#: BiblioJAM/JAMButton.py:536