Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recursos/comun/datos/commons.py
diff options
context:
space:
mode:
Diffstat (limited to 'recursos/comun/datos/commons.py')
-rw-r--r--recursos/comun/datos/commons.py42
1 files changed, 5 insertions, 37 deletions
diff --git a/recursos/comun/datos/commons.py b/recursos/comun/datos/commons.py
index 6f7718c..3fdeeb1 100644
--- a/recursos/comun/datos/commons.py
+++ b/recursos/comun/datos/commons.py
@@ -2,40 +2,8 @@
from gettext import gettext as _
-BEGIN = [
- _('Do you like to know about Robot? Lets start!')
-]
-
-LEARNING = [
- _('Do you know about Robot?'),
- _('Choose from images the once"s that shows Robots'),
- _('Can you show me where are Robots?'),
- _('Find the sensors in the images'),
- _('Choose the actuators in the images'),
- _('Which of these tasks can make a robot?')
- ]
-REWARDS = [
- _('Perfect, you are becoming an expert!'),
- _('You have done very well! Continue like that'),
- _('Well done!'),
- _('Brilliant!')
- ]
-MISTAKES = [
- _('Try again, you can do it!'),
- _('No, that is not correct. Try again!'),
- _('No, it is not a Robot'),
- _('No, it is not a sensor'),
- _('No, it is not an actuator'),
- ]
-BYE = [
- _("Better luck next time\nI'll rest a while..."),
- _("The next time will be better\nI'm going to play with my friends."),
- _("Please try again")
-]
- ]
-CREDITS = [
- _("Author: Rolo, Seba, Sil"),
- _("Send corrections, comments or suggestions to: grupo-proyecto-butia-2012@googlegroups.com"),
- "",
- _("This program is free software developed by the community")
- ] \ No newline at end of file
+PREFIX = [
+ _('We have to find'),
+ _('Now we have to find'),
+ _('We need to find')
+] \ No newline at end of file