Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/pippy.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/pippy.pot')
-rw-r--r--po/pippy.pot42
1 files changed, 21 insertions, 21 deletions
diff --git a/po/pippy.pot b/po/pippy.pot
index 0891ebb..9f1b957 100644
--- a/po/pippy.pot
+++ b/po/pippy.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sugar 0.94\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-08-12 19:23\n"
+"POT-Creation-Date: 2013-08-26 08:31\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"
@@ -17,97 +17,97 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../source/pippy.rst:3
-# 823c19608d104989bfdcc3873f160cb2
+# 68dde6ea8ea2423ab6a45180c314689d
msgid "Pippy"
msgstr ""
#: ../../source/pippy.rst:6
-# 32d66367035e43838f3fe1093a664268
+# 2652d49fc6384438b77e832c0a032bdc
msgid "About"
msgstr ""
#: ../../source/pippy.rst:8
-# 6cf3b96666f248ffb6c0fe0f7d382dc2
+# 845504836cfe4c80986c17a69458887b
msgid "Pippy allows the student to examine, execute, and modify simple Python programs. In addition it is possible to write Python statements to play sounds, calculate expressions, or make simple text based interactive games."
msgstr ""
#: ../../source/pippy.rst:11
-# a4bd99e2664a4f44b64b1827d40fccd8
+# cc2c1dbfb8954dbf9708e3bc11194815
msgid "Where to get Pippy"
msgstr ""
#: ../../source/pippy.rst:13
-# 19744fca09ef49caa9266e48dd0944fc
+# 71d686e8ed5c4a5ba1adefb63b9139b7
msgid "Pippy is included in the standard releases of the OLPC software. It is available for download `here <http://activities.sugarlabs.org/en-US/sugar/addon/4041>`_"
msgstr ""
#: ../../source/pippy.rst:16
-# 3bb0fdde1a7547aeb0998ed3ce308575
+# 82882a43ed5b4ffdba2fdd825b5b72fe
msgid "Using"
msgstr ""
#: ../../source/pippy.rst:18
-# 0df4b015334649dfb1932f6d4e305f39
+# e7146ff35933420ba2929f0e6e3905ad
msgid "The left column is a list of python programs, which can be viewed, and modified in the upper right window, and where the results of execution are displayed in the lower right window."
msgstr ""
#: ../../source/pippy.rst:23
-# aba9e19cdcd54f39b74f624cd6baba42
+# b3b197e2265e410f8182946b1ca16827
msgid "Learning with Pippy"
msgstr ""
#: ../../source/pippy.rst:25
-# 5b7914085ff6455cb6c120b5918dc7a0
+# 099599bee6ed4875b4e0ff39b47c0ee8
msgid "Etoys and Turtle art provide easy introduction to programming. Pippy introduces a more traditional view of programming a computer, wherein the instructions are first written to a text file, and then executed with a \"run\" command."
msgstr ""
#: ../../source/pippy.rst:27
-# 03c49c6b3f094df69e364e6e07280448
+# 329dd2d32fde4278aee24e84a6dc954e
msgid "In particular, it is instructive to play with the sounds:"
msgstr ""
#: ../../source/pippy.rst:29
-# 45e9075c2cd344e4835619230dc711d8
+# 78d233a6c3be4823bfb16feb30ebc41e
msgid "Get the list of sounds by executing the Getsoundlist program"
msgstr ""
#: ../../source/pippy.rst:30
-# 3d612f2d6b0246c9b2ad64e69f31897b
+# 928fb25563614bffaf3fbaee35995c5d
msgid "Copy the name of one of the sounds and replace the \"digeridu\" sound name in Playwave program."
msgstr ""
#: ../../source/pippy.rst:33
-# a2d2e52d1e954964a17c6fd7e7037578
+# aac659f7ffcf46f4b4213b3c78f7e138
msgid "Extending Pippy"
msgstr ""
#: ../../source/pippy.rst:35
-# be5a281028634f80b63bf214e9c85eb6
-msgid "If Pippy is used in parallel with the Write Activity, it is possible to develop larger programs. Copy the program that you develop in the Write Activity by selecting all (<ctl>a) and copying it to the clipboard (<ctl>c), then switch to the Pippy Activity, and paste (<ctl>v) it into the code window. If there are errors that you want to correct, you can make the changes in the code window, and immediately see the results of your changes. Then by copying the changed program back to the clipboard, you can paste it back into the Word Activity, and save the changes to the Journal."
+# 1edc70c091f543a7ac0ec16a835b00ef
+msgid "If Pippy is used in parallel with the Write Activity, it is possible to develop larger programs. Copy the program that you develop in the Write Activity by selecting all (<ctrl>a) and copying it to the clipboard (<ctrl>c), then switch to the Pippy Activity, and paste (<ctrl>v) it into the code window. If there are errors that you want to correct, you can make the changes in the code window, and immediately see the results of your changes. Then by copying the changed program back to the clipboard, you can paste it back into the Word Activity, and save the changes to the Journal."
msgstr ""
#: ../../source/pippy.rst:38
-# 7a1caf48cedc4586972c5fa1599f2575
+# 9901f868321542688346275eb72998f7
msgid "Modifying Pippy"
msgstr ""
#: ../../source/pippy.rst:40
-# 20b901cca7054a4d8386e1996c5dc2bb
+# 14f18b1bb25845b5890666e404c352ad
msgid "The student can add small programs, and have them show up in the left column of Pippy by adding files to /home/olpc/Activities/Pippy.activity/data. There is a large number of suggested examples of programs for Pippy at http://wiki.laptop.org/go/Pippy#Examples."
msgstr ""
#: ../../source/pippy.rst:43
-# e7378179d2734d139b1193fdc46bc9af
+# 440f83a1f18146ccbd56d5aa3fb1aca8
msgid "Where to report problems"
msgstr ""
#: ../../source/pippy.rst:45
-# 561fac79d5a943b8a920d32bede62803
+# 12b92bdb64124aa9b60babd2c2093e4b
msgid "There's a range of ways to report problems. The easiest is to email to the sugarlabs email list at sugar-devel@lists.sugarlabs.org. Someone on the list will respond to you, and perhaps also put a formal bug report at http://bugs.sugarlabs.org/."
msgstr ""
#: ../../source/pippy.rst:47
-# 62ef0af6439841b58f3372c6af5b1cfd
+# 3a68954d724f4185b35df2d768ad74a4
msgid "Or you can register at http://bugs.sugarlabs.org/ and enter a bug report yourself."
msgstr ""