Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-05-01 05:30:22 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-05-01 05:30:22 (GMT)
commitf850811c86beae6db642e76180ecf915c9220856 (patch)
tree80add54adda780bc172fd3a42d4c08e5ca23aeea /po
parentd1efc500e3c61e7233acc256b18ad3a59600db4a (diff)
Remove .mo files and create po directory
Diffstat (limited to 'po')
-rw-r--r--po/TerronesWeeper.pot83
-rw-r--r--po/en.po78
-rw-r--r--po/es.po80
3 files changed, 241 insertions, 0 deletions
diff --git a/po/TerronesWeeper.pot b/po/TerronesWeeper.pot
new file mode 100644
index 0000000..c48dd5b
--- /dev/null
+++ b/po/TerronesWeeper.pot
@@ -0,0 +1,83 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-05-01 02:19-0300\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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: activity/activity.info:2
+#: terronesweeper.py:447
+msgid "TerronesWeeper"
+msgstr ""
+
+#: dialogs.py:96
+msgid "Done"
+msgstr ""
+
+#: dialogs.py:121
+msgid "Score"
+msgstr ""
+
+#: dialogs.py:131
+#: terronesweeper.py:395
+#: terronesweeper.py:408
+msgid "Time"
+msgstr ""
+
+#: terronesweeper.py:334
+msgid "Easy"
+msgstr ""
+
+#: terronesweeper.py:335
+msgid "Medium"
+msgstr ""
+
+#: terronesweeper.py:336
+msgid "Difficult"
+msgstr ""
+
+#: terronesweeper.py:345
+msgid "Difficulty"
+msgstr ""
+
+#: terronesweeper.py:396
+#: terronesweeper.py:429
+#: terronesweeper.py:435
+msgid "Flags"
+msgstr ""
+
+#: terronesweeper.py:420
+msgid "CONGRATULATIONS"
+msgstr ""
+
+#: terronesweeper.py:421
+msgid "You won"
+msgstr ""
+
+#: terronesweeper.py:424
+msgid "GAME OVER"
+msgstr ""
+
+#: terronesweeper.py:424
+msgid "You lost"
+msgstr ""
+
+#: terronesweeper.py:491
+msgid "presentation.png"
+msgstr ""
+
+#: terronesweeper.py:498
+msgid "Click on the terron of the toolbar to start."
+msgstr ""
diff --git a/po/en.po b/po/en.po
new file mode 100644
index 0000000..926b46c
--- /dev/null
+++ b/po/en.po
@@ -0,0 +1,78 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: TerronesWeeper 1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-05-01 02:19-0300\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Daniel Francis <santiago.danielfrancis@gmail.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: English\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: activity/activity.info:2 terronesweeper.py:447
+msgid "TerronesWeeper"
+msgstr "TerronesWeeper"
+
+#: dialogs.py:96
+msgid "Done"
+msgstr "Done"
+
+#: dialogs.py:121
+msgid "Score"
+msgstr "Score"
+
+#: dialogs.py:131 terronesweeper.py:395 terronesweeper.py:408
+msgid "Time"
+msgstr "Time"
+
+#: terronesweeper.py:334
+msgid "Easy"
+msgstr "Easy"
+
+#: terronesweeper.py:335
+msgid "Medium"
+msgstr "Medium"
+
+#: terronesweeper.py:336
+msgid "Difficult"
+msgstr "Difficult"
+
+#: terronesweeper.py:345
+msgid "Difficulty"
+msgstr "Difficulty"
+
+#: terronesweeper.py:396 terronesweeper.py:429 terronesweeper.py:435
+msgid "Flags"
+msgstr "Flags"
+
+#: terronesweeper.py:420
+msgid "CONGRATULATIONS"
+msgstr "CONGRATULATIONS"
+
+#: terronesweeper.py:421
+msgid "You won"
+msgstr "You won"
+
+#: terronesweeper.py:424
+msgid "GAME OVER"
+msgstr "GAME OVER"
+
+#: terronesweeper.py:424
+msgid "You lost"
+msgstr "You lost"
+
+#: terronesweeper.py:491
+msgid "presentation.png"
+msgstr "presentation.png"
+
+#: terronesweeper.py:498
+msgid "Click on the terron of the toolbar to start."
+msgstr "Click on the terrón of the toolbar to start."
diff --git a/po/es.po b/po/es.po
new file mode 100644
index 0000000..5fad46c
--- /dev/null
+++ b/po/es.po
@@ -0,0 +1,80 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: TerronesWeeper 1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-05-01 02:19-0300\n"
+"PO-Revision-Date: 2011-12-22 17:21-0200\n"
+"Last-Translator: Daniel Francis <santiago.danielfrancis@gmail.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: Spanish\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: activity/activity.info:2 terronesweeper.py:447
+msgid "TerronesWeeper"
+msgstr "BuscaTerrones"
+
+#: dialogs.py:96
+msgid "Done"
+msgstr "Hecho"
+
+#: dialogs.py:121
+msgid "Score"
+msgstr "Puntuacion"
+
+#: dialogs.py:131 terronesweeper.py:395 terronesweeper.py:408
+msgid "Time"
+msgstr "Tiempo"
+
+#: terronesweeper.py:334
+msgid "Easy"
+msgstr "Facil"
+
+#: terronesweeper.py:335
+msgid "Medium"
+msgstr "Medio"
+
+#: terronesweeper.py:336
+msgid "Difficult"
+msgstr "Dificil"
+
+#: terronesweeper.py:345
+msgid "Difficulty"
+msgstr "Dificultad"
+
+#: terronesweeper.py:396 terronesweeper.py:429 terronesweeper.py:435
+msgid "Flags"
+msgstr "Banderas"
+
+#: terronesweeper.py:420
+msgid "CONGRATULATIONS"
+msgstr "FELICITACIONES"
+
+#: terronesweeper.py:421
+msgid "You won"
+msgstr "Ganaste"
+
+#: terronesweeper.py:424
+msgid "GAME OVER"
+msgstr "FIN DEL JUEGO"
+
+#: terronesweeper.py:424
+msgid "You lost"
+msgstr "Perdiste"
+
+#: terronesweeper.py:491
+msgid "presentation.png"
+msgstr "presentation_es.png"
+
+#: terronesweeper.py:498
+msgid "Click on the terron of the toolbar to start."
+msgstr "Click sobre el terrón de la barra de herramientas para iniciar."
+
+#~ msgid "Select a color"
+#~ msgstr "Selecciona un color"