Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/en_US.po816
1 files changed, 527 insertions, 289 deletions
diff --git a/po/en_US.po b/po/en_US.po
index cf6c812..e258e98 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-27 07:23-0400\n"
-"PO-Revision-Date: 2011-10-01 09:44+0200\n"
+"POT-Creation-Date: 2011-11-21 00:32-0500\n"
+"PO-Revision-Date: 2011-11-26 03:57+0200\n"
"Last-Translator: Chris <cjl@laptop.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_US\n"
@@ -21,9 +21,9 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
-#: activity/activity.info:2 TurtleArt/taexporthtml.py:127
-#: TurtleArt/taexporthtml.py:129 TurtleArt/tawindow.py:1568
-#: TurtleArt/tawindow.py:2793 pysamples/grecord.py:205 turtleart.py:272
+#: activity/activity.info:2 TurtleArt/taexporthtml.py:129
+#: TurtleArt/taexporthtml.py:131 TurtleArt/tawindow.py:1658
+#: TurtleArt/tawindow.py:2924 pysamples/grecord.py:205 turtleart.py:288
msgid "Turtle Art"
msgstr "Turtle Art"
@@ -39,7 +39,7 @@ msgstr "forward"
msgid "moves turtle forward"
msgstr "moves turtle forward"
-#: TurtleArt/tabasics.py:131 taextras.py:128
+#: TurtleArt/tabasics.py:131 taextras.py:129
msgid "back"
msgstr "back"
@@ -56,7 +56,7 @@ msgid "clears the screen and reset the turtle"
msgstr "clears the screen and reset the turtle"
#: TurtleArt/tabasics.py:154
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715
msgid "left"
msgstr "left"
@@ -65,7 +65,7 @@ msgid "turns turtle counterclockwise (angle in degrees)"
msgstr "turns turtle counterclockwise (angle in degrees)"
#: TurtleArt/tabasics.py:165
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:739
msgid "right"
msgstr "right"
@@ -93,11 +93,11 @@ msgstr "moves turtle along an arc"
msgid "set xy"
msgstr "set xy"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:194
msgid "x"
msgstr "x"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:195
msgid "y"
msgstr "y"
@@ -116,8 +116,8 @@ msgstr "seth"
msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
msgstr "sets the heading of the turtle (0 is towards the top of the screen.)"
-#: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:547
+#: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:2920
+#: TurtleArt/tawindow.py:2924 TurtleArtActivity.py:548
msgid "xcor"
msgstr "xcor"
@@ -129,8 +129,8 @@ msgstr ""
"holds current x-coordinate value of the turtle (can be used in place of a "
"number block)"
-#: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:548
+#: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:2920
+#: TurtleArt/tawindow.py:2924 TurtleArtActivity.py:549
msgid "ycor"
msgstr "ycor"
@@ -142,8 +142,8 @@ msgstr ""
"holds current y-coordinate value of the turtle (can be used in place of a "
"number block)"
-#: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:548
+#: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:2920
+#: TurtleArt/tawindow.py:2924 TurtleArtActivity.py:549
msgid "heading"
msgstr "heading"
@@ -458,7 +458,7 @@ msgid "logical OR operator"
msgstr "logical OR operator"
#: TurtleArt/tabasics.py:710
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:94
msgid "Palette of flow operators"
msgstr "Palette of flow operators"
@@ -568,17 +568,17 @@ msgstr "stores numeric value in Variable 2"
#: TurtleArt/tabasics.py:837 TurtleArt/tabasics.py:838
#: TurtleArt/tabasics.py:839
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:170
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:171
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:172
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:179
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:192
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:207
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:166
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:167
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:168
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:188
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:203
msgid "text"
msgstr "text"
#: TurtleArt/tabasics.py:840
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:169
msgid "string value"
msgstr "string value"
@@ -687,31 +687,31 @@ msgstr "clear all"
msgid "move all blocks to trash"
msgstr "move all blocks to trash"
-#: TurtleArt/taconstants.py:251 TurtleArt/taconstants.py:273
-#: TurtleArt/taconstants.py:294 TurtleArt/taconstants.py:336
-#: TurtleArt/taconstants.py:378 TurtleArt/taconstants.py:420
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:788
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:802
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:816
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:830
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:844
+#: TurtleArt/taconstants.py:262 TurtleArt/taconstants.py:284
+#: TurtleArt/taconstants.py:305 TurtleArt/taconstants.py:347
+#: TurtleArt/taconstants.py:389 TurtleArt/taconstants.py:431
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:824
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:838
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:852
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:866
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:880
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:894
msgid "Title"
msgstr "Title"
-#: TurtleArt/talogo.py:417
+#: TurtleArt/talogo.py:418
msgid "did not output to"
msgstr "did not output to"
-#: TurtleArt/talogo.py:466
+#: TurtleArt/talogo.py:467
msgid "I don't know how to"
msgstr "I don't know how to"
-#: TurtleArt/talogo.py:512
+#: TurtleArt/talogo.py:514
msgid "doesn't like"
msgstr "doesn't like"
-#: TurtleArt/talogo.py:512
+#: TurtleArt/talogo.py:514
msgid "as input"
msgstr "as input"
@@ -731,187 +731,199 @@ msgstr "Load..."
msgid "Save..."
msgstr "Save..."
-#: TurtleArt/tautils.py:590
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
+#: TurtleArt/tautils.py:597
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:625
msgid "click to open"
msgstr "click to open"
-#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
+#: TurtleArt/tawindow.py:786 TurtleArt/tawindow.py:787
msgid "orientation"
msgstr "orientation"
-#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
+#: TurtleArt/tawindow.py:797 TurtleArt/tawindow.py:1080
msgid "next"
msgstr "next"
-#: TurtleArt/tawindow.py:2885
+#: TurtleArt/tawindow.py:3019
msgid "image"
msgstr "image"
-#: TurtleArtActivity.py:125
+#. TRANS: activity count is the number of times this instance
+#. has been accessed
+#: TurtleArtActivity.py:91 TurtleArtActivity.py:92 TurtleArtActivity.py:96
+#: TurtleArtActivity.py:754
+msgid "activity count"
+msgstr "activity count"
+
+#: TurtleArtActivity.py:140
msgid "presentation"
msgstr "presentation"
-#: TurtleArtActivity.py:196
+#: TurtleArtActivity.py:211
msgid "snapshot"
msgstr "snapshot"
-#: TurtleArtActivity.py:244 turtleart.py:338
+#: TurtleArtActivity.py:259 turtleart.py:354
msgid "Show palette"
msgstr "Show palette"
-#: TurtleArtActivity.py:250 TurtleArtActivity.py:629 turtleart.py:340
+#: TurtleArtActivity.py:265 TurtleArtActivity.py:630 turtleart.py:356
msgid "Hide palette"
msgstr "Hide palette"
-#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
+#: TurtleArtActivity.py:272 TurtleArtActivity.py:285
msgid "Show blocks"
msgstr "Show blocks"
-#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
+#: TurtleArtActivity.py:275 TurtleArtActivity.py:293 TurtleArtActivity.py:633
msgid "Hide blocks"
msgstr "Hide blocks"
-#: TurtleArtActivity.py:398
+#: TurtleArtActivity.py:403
msgid "Rescale coordinates down"
msgstr "Rescale coordinates down"
-#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
+#: TurtleArtActivity.py:407 TurtleArtActivity.py:552
msgid "Rescale coordinates up"
msgstr "Rescale coordinates up"
-#: TurtleArtActivity.py:465 TurtleArtActivity.py:520 turtleart.py:335
+#: TurtleArtActivity.py:466 TurtleArtActivity.py:521 turtleart.py:351
msgid "Edit"
msgstr "Edit"
-#: TurtleArtActivity.py:469 TurtleArtActivity.py:518 turtleart.py:330
+#: TurtleArtActivity.py:470 TurtleArtActivity.py:519 turtleart.py:346
msgid "View"
msgstr "View"
-#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
+#: TurtleArtActivity.py:477 TurtleArtActivity.py:525
msgid "Help"
msgstr "Help"
-#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
+#: TurtleArtActivity.py:498 TurtleArtActivity.py:624
msgid "Load example"
msgstr "Load example"
-#: TurtleArtActivity.py:516
+#: TurtleArtActivity.py:517
msgid "Project"
msgstr "Project"
-#: TurtleArtActivity.py:522
+#: TurtleArtActivity.py:523
msgid "Import/Export"
msgstr "Import/Export"
-#: TurtleArtActivity.py:533 turtleart.py:333
+#: TurtleArtActivity.py:534 turtleart.py:349
msgid "Copy"
msgstr "Copy"
-#: TurtleArtActivity.py:535 turtleart.py:334
+#: TurtleArtActivity.py:536 turtleart.py:350
msgid "Paste"
msgstr "Paste"
-#: TurtleArtActivity.py:537
+#: TurtleArtActivity.py:538
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:651
msgid "Fullscreen"
msgstr "Fullscreen"
-#: TurtleArtActivity.py:539 turtleart.py:318
+#: TurtleArtActivity.py:540 turtleart.py:334
msgid "Cartesian coordinates"
msgstr "Cartesian coordinates"
-#: TurtleArtActivity.py:541 turtleart.py:320
+#: TurtleArtActivity.py:542 turtleart.py:336
msgid "Polar coordinates"
msgstr "Polar coordinates"
-#: TurtleArtActivity.py:544
+#: TurtleArtActivity.py:545
msgid "Metric coordinates"
msgstr "Metric coordinates"
-#: TurtleArtActivity.py:554 turtleart.py:324
+#: TurtleArtActivity.py:555 turtleart.py:340
msgid "Grow blocks"
msgstr "Grow blocks"
-#: TurtleArtActivity.py:556 turtleart.py:326
+#: TurtleArtActivity.py:557 turtleart.py:342
msgid "Shrink blocks"
msgstr "Shrink blocks"
-#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
+#: TurtleArtActivity.py:575 TurtleArtActivity.py:579
msgid "Move the cursor over the orange palette for help."
msgstr "Move the cursor over the orange palette for help."
-#: TurtleArtActivity.py:604 turtleart.py:308
+#: TurtleArtActivity.py:605 turtleart.py:324
msgid "Save as image"
msgstr "Save as image"
-#: TurtleArtActivity.py:607 turtleart.py:310
+#: TurtleArtActivity.py:608 turtleart.py:326
msgid "Save as HTML"
msgstr "Save as HTML"
-#: TurtleArtActivity.py:609 turtleart.py:312
+#: TurtleArtActivity.py:610 turtleart.py:328
msgid "Save as Logo"
msgstr "Save as Logo"
-#: TurtleArtActivity.py:612
+#: TurtleArtActivity.py:613
msgid "Save snapshot"
msgstr "Save snapshot"
-#: TurtleArtActivity.py:616
+#: TurtleArtActivity.py:617
msgid "Import project from the Journal"
msgstr "Import project from the Journal"
-#: TurtleArtActivity.py:619
+#: TurtleArtActivity.py:620
msgid "Load Python block"
msgstr "Load Python block"
-#: TurtleArtActivity.py:630
+#: TurtleArtActivity.py:631
msgid "<Ctrl>p"
msgstr "<Ctrl>p"
-#: TurtleArtActivity.py:633
+#: TurtleArtActivity.py:634
msgid "<Ctrl>b"
msgstr "<Ctrl>b"
-#: TurtleArtActivity.py:638 turtleart.py:347
+#: TurtleArtActivity.py:639 turtleart.py:363
msgid "Clean"
msgstr "Clean"
-#: TurtleArtActivity.py:638
+#: TurtleArtActivity.py:639
msgid "<Ctrl>e"
msgstr "<Ctrl>e"
-#: TurtleArtActivity.py:640 turtleart.py:348
+#: TurtleArtActivity.py:641 turtleart.py:364
msgid "Run"
msgstr "Run"
-#: TurtleArtActivity.py:640
+#: TurtleArtActivity.py:641
msgid "<Ctrl>r"
msgstr "<Ctrl>r"
-#: TurtleArtActivity.py:642 turtleart.py:349
+#: TurtleArtActivity.py:643 turtleart.py:365
msgid "Step"
msgstr "Step"
-#: TurtleArtActivity.py:642
+#: TurtleArtActivity.py:643
msgid "<Ctrl>w"
msgstr "<Ctrl>w"
-#: TurtleArtActivity.py:644 turtleart.py:350
+#: TurtleArtActivity.py:645 turtleart.py:366
msgid "Debug"
msgstr "Debug"
-#: TurtleArtActivity.py:644
+#: TurtleArtActivity.py:645
msgid "<Ctrl>d"
msgstr "<Ctrl>d"
-#: TurtleArtActivity.py:646
+#: TurtleArtActivity.py:647
msgid "Stop turtle"
msgstr "Stop turtle"
-#: TurtleArtActivity.py:647
+#: TurtleArtActivity.py:648
msgid "<Ctrl>s"
msgstr "<Ctrl>s"
+#: TurtleArtActivity.py:753 TurtleArtActivity.py:755
+msgid "turtle blocks"
+msgstr "turtle blocks"
+
#: gnome_plugins/collaboration_plugin.py:67
msgid "My Turtle Art session"
msgstr "My Turtle Art session"
@@ -940,31 +952,31 @@ msgstr "Configuration"
msgid "Neighborhood"
msgstr "Neighborhood"
-#: gnome_plugins/collaboration_plugin.py:288
+#: gnome_plugins/collaboration_plugin.py:292
msgid "Nickname"
msgstr "Nickname"
-#: gnome_plugins/collaboration_plugin.py:290
+#: gnome_plugins/collaboration_plugin.py:294
msgid "Account ID"
msgstr "Account ID"
-#: gnome_plugins/collaboration_plugin.py:292
+#: gnome_plugins/collaboration_plugin.py:296
msgid "Server"
msgstr "Server"
-#: gnome_plugins/collaboration_plugin.py:294
+#: gnome_plugins/collaboration_plugin.py:298
msgid "Port"
msgstr "Port"
-#: gnome_plugins/collaboration_plugin.py:296
+#: gnome_plugins/collaboration_plugin.py:300
msgid "Password"
msgstr "Password"
-#: gnome_plugins/collaboration_plugin.py:298
+#: gnome_plugins/collaboration_plugin.py:302
msgid "Register"
msgstr "Register"
-#: gnome_plugins/collaboration_plugin.py:300
+#: gnome_plugins/collaboration_plugin.py:304
msgid "Colors"
msgstr "Colors"
@@ -1018,9 +1030,9 @@ msgstr "Failed to upload!"
#: plugins/accelerometer/accelerometer.py:49
#: plugins/audio_sensors/audio_sensors.py:75
-#: plugins/camera_sensor/camera_sensor.py:58
+#: plugins/camera_sensor/camera_sensor.py:56
#: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:269
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:288
msgid "Palette of sensor blocks"
msgstr "Palette of sensor blocks"
@@ -1056,6 +1068,7 @@ msgstr "microphone input volume"
#: plugins/audio_sensors/audio_sensors.py:118
#: plugins/audio_sensors/audio_sensors.py:126
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:275
msgid "pitch"
msgstr "pitch"
@@ -1084,27 +1097,27 @@ msgstr "voltage"
msgid "microphone input voltage"
msgstr "microphone input voltage"
-#: plugins/camera_sensor/camera_sensor.py:69
-#: plugins/camera_sensor/camera_sensor.py:81
-#: plugins/camera_sensor/camera_sensor.py:99
-#: plugins/camera_sensor/camera_sensor.py:112
+#: plugins/camera_sensor/camera_sensor.py:67
+#: plugins/camera_sensor/camera_sensor.py:79
+#: plugins/camera_sensor/camera_sensor.py:97
+#: plugins/camera_sensor/camera_sensor.py:110
#: plugins/light_sensor/light_sensor.py:55
#: plugins/light_sensor/light_sensor.py:62
msgid "brightness"
msgstr "brightness"
-#: plugins/camera_sensor/camera_sensor.py:70
-#: plugins/camera_sensor/camera_sensor.py:101
+#: plugins/camera_sensor/camera_sensor.py:68
+#: plugins/camera_sensor/camera_sensor.py:99
msgid "light level detected by camera"
msgstr "light level detected by camera"
-#: plugins/camera_sensor/camera_sensor.py:82
-#: plugins/camera_sensor/camera_sensor.py:113
+#: plugins/camera_sensor/camera_sensor.py:80
+#: plugins/camera_sensor/camera_sensor.py:111
msgid "Average RGB color from camera is pushed to the stack"
msgstr "Average RGB color from camera is pushed to the stack"
-#: plugins/camera_sensor/camera_sensor.py:93
-#: plugins/camera_sensor/camera_sensor.py:125
+#: plugins/camera_sensor/camera_sensor.py:91
+#: plugins/camera_sensor/camera_sensor.py:123
msgid "camera output"
msgstr "camera output"
@@ -1121,218 +1134,267 @@ msgstr "RFID"
msgid "read value from RFID device"
msgstr "read value from RFID device"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:99
msgid "while"
msgstr "while"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:104
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:100
msgid "do-while-True operator that uses boolean operators from Numbers palette"
msgstr "do-while-True operator that uses boolean operators from Numbers palette"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:110
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:106
msgid "until"
msgstr "until"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:111
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:107
msgid "do-until-True operator that uses boolean operators from Numbers palette"
msgstr "do-until-True operator that uses boolean operators from Numbers palette"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:118
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:114
msgid "Palette of media objects"
msgstr "Palette of media objects"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:120
msgid "journal"
msgstr "journal"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:125
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:121
msgid "Sugar Journal media object"
msgstr "Sugar Journal media object"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:135
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:131
msgid "audio"
msgstr "audio"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:133
msgid "Sugar Journal audio object"
msgstr "Sugar Journal audio object"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:147
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:143
msgid "video"
msgstr "video"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:145
msgid "Sugar Journal video object"
msgstr "Sugar Journal video object"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:159
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:155
msgid "description"
msgstr "description"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:157
msgid "Sugar Journal description field"
msgstr "Sugar Journal description field"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:178
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:206
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:174
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:202
msgid "show"
msgstr "show"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:182
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:195
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:210
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:178
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:191
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:206
msgid "draws text or show media from the Journal"
msgstr "draws text or show media from the Journal"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:191
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:187
msgid "show aligned"
msgstr "show aligned"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:218
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:214
msgid "set scale"
msgstr "set scale"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:218
msgid "sets the scale of media"
msgstr "sets the scale of media"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:229
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:225
msgid "save picture"
msgstr "save picture"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:231
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:242
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:227
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:238
msgid "picture name"
msgstr "picture name"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:232
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:228
msgid "saves a picture to the Sugar Journal"
msgstr "saves a picture to the Sugar Journal"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:240
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:236
msgid "save SVG"
msgstr "save SVG"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:243
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:239
msgid "saves turtle graphics as an SVG file in the Sugar Journal"
msgstr "saves turtle graphics as an SVG file in the Sugar Journal"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:250
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:246
msgid "scale"
msgstr "scale"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:254
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:250
msgid "holds current scale value"
msgstr "holds current scale value"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:255
msgid "media wait"
msgstr "media wait"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:257
msgid "wait for current video or audio to complete"
msgstr "wait for current video or audio to complete"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:274
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:264
+msgid "speak"
+msgstr "speak"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:266
+msgid "hello"
+msgstr "hello"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:267
+msgid "speaks text"
+msgstr "speaks text"
+
+#. TRANS: pitch, duration, amplitude
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:275
+msgid "sinewave"
+msgstr "sinewave"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:275
+msgid "duration"
+msgstr "duration"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:278
+msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)"
+msgstr "plays a sinewave at frequency, amplitude, and duration (in seconds)"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:293
+msgid "button down"
+msgstr "button down"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:296
+msgid "returns 1 if mouse button is pressed"
+msgstr "returns 1 if mouse button is pressed"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:303
+msgid "mouse x"
+msgstr "mouse x"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:306
+msgid "returns mouse x coordinate"
+msgstr "returns mouse x coordinate"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:313
+msgid "mouse y"
+msgstr "mouse y"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316
+msgid "returns mouse y coordinate"
+msgstr "returns mouse y coordinate"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:324
msgid "query keyboard"
msgstr "query keyboard"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:276
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:326
msgid "query for keyboard input (results stored in keyboard block)"
msgstr "query for keyboard input (results stored in keyboard block)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:333
msgid "keyboard"
msgstr "keyboard"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:287
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:337
msgid "holds results of query-keyboard block"
msgstr "holds results of query-keyboard block"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:294
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:344
msgid "read pixel"
msgstr "read pixel"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:347
msgid "RGB color under the turtle is pushed to the stack"
msgstr "RGB color under the turtle is pushed to the stack"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:355
msgid "turtle sees"
msgstr "turtle sees"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:357
msgid "returns the color that the turtle \"sees\""
msgstr "returns the color that the turtle \"sees\""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:315
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:365
msgid "time"
msgstr "time"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:318
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:368
msgid "elapsed time (in seconds) since program started"
msgstr "elapsed time (in seconds) since program started"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:327
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:377
msgid "Palette of extra options"
msgstr "Palette of extra options"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:382
msgid "push"
msgstr "push"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:335
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:385
msgid "pushes value onto FILO (first-in last-out heap)"
msgstr "pushes value onto FILO (first-in last-out heap)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:345
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:395
msgid "show heap"
msgstr "show heap"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:398
msgid "shows values in FILO (first-in last-out heap)"
msgstr "shows values in FILO (first-in last-out heap)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:358
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:408
msgid "empty heap"
msgstr "empty heap"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:411
msgid "emptys FILO (first-in-last-out heap)"
msgstr "emptys FILO (first-in-last-out heap)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:421
msgid "pop"
msgstr "pop"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:375
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:425
msgid "pops value off FILO (first-in last-out heap)"
msgstr "pops value off FILO (first-in last-out heap)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:385
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:387
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:435
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:437
msgid "comment"
msgstr "comment"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:438
msgid "places a comment in your code"
msgstr "places a comment in your code"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:394
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444
msgid "print"
msgstr "print"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:397
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:447
msgid "prints value in status block at bottom of the screen"
msgstr "prints value in status block at bottom of the screen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:405
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:417
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:430
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:455
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:467
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:480
msgid "Python"
msgstr "Python"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:408
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:458
msgid ""
"a programmable block: used to add advanced single-variable math equations, e."
"g., sin(x)"
@@ -1340,7 +1402,7 @@ msgstr ""
"a programmable block: used to add advanced single-variable math equations, "
"e.g., sin(x)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:420
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:470
msgid ""
"a programmable block: used to add advanced multi-variable math equations, e."
"g., sqrt(x*x+y*y)"
@@ -1348,7 +1410,7 @@ msgstr ""
"a programmable block: used to add advanced multi-variable math equations, "
"e.g., sqrt(x*x+y*y)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:433
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:483
msgid ""
"a programmable block: used to add advanced multi-variable math equations, e."
"g., sin(x+y+z)"
@@ -1356,228 +1418,225 @@ msgstr ""
"a programmable block: used to add advanced multi-variable math equations, "
"e.g., sin(x+y+z)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:459
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:474
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:494
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:509
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:524
msgid "Python block"
msgstr "Python block"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:446
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:461
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:476
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:496
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:511
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:526
msgid "runs code found in the tamyblock.py module found in the Journal"
msgstr "runs code found in the tamyblock.py module found in the Journal"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:489
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:539
msgid "Cartesian"
msgstr "Cartesian"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:491
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541
msgid "displays Cartesian coordinates"
msgstr "displays Cartesian coordinates"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:497
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:547
msgid "polar"
msgstr "polar"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549
msgid "displays polar coordinates"
msgstr "displays polar coordinates"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:505
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555
msgid "turtle"
msgstr "turtle"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:558
msgid "chooses which turtle to command"
msgstr "chooses which turtle to command"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:517
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:526
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:567
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:576
msgid "turtle shell"
msgstr "turtle shell"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:569
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:577
msgid "put a custom 'shell' on the turtle"
msgstr "put a custom 'shell' on the turtle"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:532
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:697
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:582
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:747
msgid "top"
msgstr "top"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:534
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:584
msgid "top of a collapsed stack"
msgstr "top of a collapsed stack"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:540
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:673
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:590
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:723
msgid "bottom"
msgstr "bottom"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:591
msgid "bottom of a collapsible stack"
msgstr "bottom of a collapsible stack"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:599
msgid "bottom block in a collapsed stack: click to open"
msgstr "bottom block in a collapsed stack: click to open"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:557
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:560
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:569
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:577
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:607
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:610
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:619
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:627
msgid "top of stack"
msgstr "top of stack"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:558
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:567
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:608
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:617
msgid "label"
msgstr "label"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:566
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:616
msgid "top of a collapsible stack"
msgstr "top of a collapsible stack"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:633
msgid "Palette of presentation templates"
msgstr "Palette of presentation templates"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:587
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:637
msgid "hide blocks"
msgstr "hide blocks"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:589
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:639
msgid "declutters canvas by hiding blocks"
msgstr "declutters canvas by hiding blocks"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:594
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:644
msgid "show blocks"
msgstr "show blocks"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:646
msgid "restores hidden blocks"
msgstr "restores hidden blocks"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:601
-msgid "full screen"
-msgstr "full screen"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:603
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653
msgid "hides the Sugar toolbars"
msgstr "hides the Sugar toolbars"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:612
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:662
msgid "list"
msgstr "list"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:845
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:895
msgid "presentation bulleted list"
msgstr "presentation bulleted list"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:623
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:846
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:673
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:896
msgid "presentation template: list of bullets"
msgstr "presentation template: list of bullets"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:630
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:790
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:680
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840
msgid "presentation template: select Journal object (no description)"
msgstr "presentation template: select Journal object (no description)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:637
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:776
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:687
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826
msgid "presentation template: select Journal object (with description)"
msgstr "presentation template: select Journal object (with description)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:644
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:832
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:694
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:882
msgid "presentation template: select four Journal objects"
msgstr "presentation template: select four Journal objects"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:651
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:658
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:818
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:701
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:868
msgid "presentation template: select two Journal objects"
msgstr "presentation template: select two Journal objects"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:718
msgid "xcor of left of screen"
msgstr "xcor of left of screen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:676
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:726
msgid "ycor of bottom of screen"
msgstr "ycor of bottom of screen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731 taextras.py:181
msgid "width"
msgstr "width"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:684
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734
msgid "the canvas width"
msgstr "the canvas width"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:692
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742
msgid "xcor of right of screen"
msgstr "xcor of right of screen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:750
msgid "ycor of top of screen"
msgstr "ycor of top of screen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:705
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:755 taextras.py:176
+#: taextras.py:182
msgid "height"
msgstr "height"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:758
msgid "the canvas height"
msgstr "the canvas height"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:765
msgid "title x"
msgstr "title x"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774
msgid "title y"
msgstr "title y"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:733
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:783
msgid "left x"
msgstr "left x"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:792
msgid "top y"
msgstr "top y"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:751
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:801
msgid "right x"
msgstr "right x"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:760
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:810
msgid "bottom y"
msgstr "bottom y"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:775
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:825
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:839
msgid "presentation 1x1"
msgstr "presentation 1x1"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:803
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:853
msgid "presentation 2x1"
msgstr "presentation 2x1"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:867
msgid "presentation 1x2"
msgstr "presentation 1x2"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:831
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:881
msgid "presentation 2x2"
msgstr "presentation 2x2"
-#: pysamples/grecord.py:215 taextras.py:129
+#: pysamples/grecord.py:215 taextras.py:130
msgid "stop"
msgstr "stop"
@@ -1839,216 +1898,395 @@ msgid "calibrate a color to follow"
msgstr "calibrate a color to follow"
#: taextras.py:115
+msgid "Calibrate"
+msgstr "Calibrate"
+
+#: taextras.py:116
msgid "x position"
msgstr "x position"
-#: taextras.py:116
+#: taextras.py:117
msgid "return x position"
msgstr "return x position"
-#: taextras.py:117
+#: taextras.py:118
msgid "y position"
msgstr "y position"
-#: taextras.py:118
+#: taextras.py:119
msgid "return y position"
msgstr "return y position"
-#: taextras.py:122
+#: taextras.py:123
msgid "Sumo Butia"
msgstr "Sumo Butia"
-#: taextras.py:123
+#: taextras.py:124
msgid "submit speed​​"
msgstr "submit speed​​"
-#: taextras.py:124
+#: taextras.py:125
msgid "Send speed to the robot."
msgstr "Send speed to the robot."
-#: taextras.py:125
+#: taextras.py:126
msgid "set speed"
msgstr "set speed"
-#: taextras.py:126
+#: taextras.py:127
msgid "Set the default speed for the movement commands."
msgstr "Set the default speed for the movement commands."
-#: taextras.py:127
+#: taextras.py:128
msgid "move"
msgstr "move"
-#: taextras.py:130
+#: taextras.py:131
msgid "turn left"
msgstr "turn left"
-#: taextras.py:131
+#: taextras.py:132
msgid "turn right"
msgstr "turn right"
-#: taextras.py:132
+#: taextras.py:133
msgid "angle to center"
msgstr "angle to center"
#. TRANS: dojo is the playing field
-#: taextras.py:134
+#: taextras.py:135
msgid "Get the angle to the center of the dojo."
msgstr "Get the angle to the center of the dojo."
-#: taextras.py:135
+#: taextras.py:136
msgid "angle to the opponent"
msgstr "angle to the opponent"
-#: taextras.py:136
+#: taextras.py:137
msgid "Get the angle to the center of the opponent."
msgstr "Get the angle to the center of the opponent."
-#: taextras.py:137
+#: taextras.py:138
msgid "x coor."
msgstr "x coor."
-#: taextras.py:138
+#: taextras.py:139
msgid "Get the x coordinate of the robot."
msgstr "Get the x coordinate of the robot."
-#: taextras.py:139
+#: taextras.py:140
msgid "y coor."
msgstr "y coor."
-#: taextras.py:140
+#: taextras.py:141
msgid "Get the y coordinate of the robot."
msgstr "Get the y coordinate of the robot."
-#: taextras.py:141
+#: taextras.py:142
msgid "opponent x coor."
msgstr "opponent x coor."
-#: taextras.py:142
+#: taextras.py:143
msgid "Get the x coordinate of the opponent."
msgstr "Get the x coordinate of the opponent."
-#: taextras.py:143
+#: taextras.py:144
msgid "opponent y coor."
msgstr "opponent y coor."
-#: taextras.py:144
+#: taextras.py:145
msgid "Get the y coordinate of the opponent."
msgstr "Get the y coordinate of the opponent."
-#: taextras.py:145
+#: taextras.py:146
msgid "rotation"
msgstr "rotation"
-#: taextras.py:146
+#: taextras.py:147
msgid "Get SumBot rotation."
msgstr "Get SumBot rotation."
-#: taextras.py:147
+#: taextras.py:148
msgid "opponent rotation"
msgstr "opponent rotation"
-#: taextras.py:148
+#: taextras.py:149
msgid "Get the rotation of the opponent."
msgstr "Get the rotation of the opponent."
-#: taextras.py:149
+#: taextras.py:150
msgid "distance to center"
msgstr "distance to center"
#. TRANS: dojo is the playing field
-#: taextras.py:151
+#: taextras.py:152
msgid "Get the distance to the center of the dojo."
msgstr "Get the distance to the center of the dojo."
-#: taextras.py:152
+#: taextras.py:153
msgid "distance to opponent"
msgstr "distance to opponent"
-#: taextras.py:153
+#: taextras.py:154
msgid "Get the distance to the opponent."
msgstr "Get the distance to the opponent."
-#: taextras.py:154
+#: taextras.py:155
msgid "update information"
msgstr "update information"
-#: taextras.py:155
+#: taextras.py:156
msgid "Update information from the server."
msgstr "Update information from the server."
-#: turtleart.py:68
+#. TRANS: Please use similar terms to those used in the Physics Activity
+#: taextras.py:161
+msgid "Palette of physics blocks"
+msgstr "Palette of physics blocks"
+
+#: taextras.py:162
+msgid "start polygon"
+msgstr "start polygon"
+
+#: taextras.py:163
+msgid "Begin defining a new polygon based on the current Turtle xy position."
+msgstr "Begin defining a new polygon based on the current Turtle xy position."
+
+#: taextras.py:165
+msgid "add point"
+msgstr "add point"
+
+#: taextras.py:166
+msgid ""
+"Add a new point to the current polygon based on the current Turtle xy "
+"position."
+msgstr ""
+"Add a new point to the current polygon based on the current Turtle xy "
+"position."
+
+#: taextras.py:168
+msgid "end polygon"
+msgstr "end polygon"
+
+#: taextras.py:169
+msgid "Define a new polygon."
+msgstr "Define a new polygon."
+
+#: taextras.py:170
+msgid "end filled polygon"
+msgstr "end filled polygon"
+
+#: taextras.py:171
+msgid "Not a simple polygon"
+msgstr "Not a simple polygon"
+
+#: taextras.py:172
+msgid "Define a new flled polygon."
+msgstr "Define a new filled polygon."
+
+#: taextras.py:173
+msgid "triangle"
+msgstr "triangle"
+
+#. TRANS: base of a triangle
+#: taextras.py:175
+msgid "base"
+msgstr "base"
+
+#: taextras.py:177
+msgid "Add a triangle object to the project."
+msgstr "Add a triangle object to the project."
+
+#: taextras.py:178
+msgid "circle"
+msgstr "circle"
+
+#: taextras.py:179
+msgid "Add a circle object to the project."
+msgstr "Add a circle object to the project."
+
+#: taextras.py:180
+msgid "rectangle"
+msgstr "rectangle"
+
+#: taextras.py:183
+msgid "Add a rectangle object to the project."
+msgstr "Add a rectangle object to the project."
+
+#: taextras.py:184
+msgid "reset"
+msgstr "reset"
+
+#: taextras.py:185
+msgid "Reset the project; clear the object list."
+msgstr "Reset the project; clear the object list."
+
+#: taextras.py:186
+msgid "motor"
+msgstr "motor"
+
+#: taextras.py:187
+msgid "torque"
+msgstr "torque"
+
+#: taextras.py:188
+msgid "speed"
+msgstr "speed"
+
+#: taextras.py:189
+msgid ""
+"Motor torque and speed range from 0 (off) to positive numbers; motor is "
+"placed on the most recent object created."
+msgstr ""
+"Motor torque and speed range from 0 (off) to positive numbers; motor is "
+"placed on the most recent object created."
+
+#: taextras.py:191
+msgid "pin"
+msgstr "pin"
+
+#: taextras.py:192
+msgid "Pin an object down so that it cannot fall."
+msgstr "Pin an object down so that it cannot fall."
+
+#: taextras.py:193
+msgid "joint"
+msgstr "joint"
+
+#: taextras.py:196
+msgid ""
+"Join two objects together (the most recent object created and the object at "
+"point x, y)."
+msgstr ""
+"Join two objects together (the most recent object created and the object at "
+"point x, y)."
+
+#: taextras.py:198
+msgid "Save the project to the Journal as a Physics activity."
+msgstr "Save the project to the Journal as a Physics activity."
+
+#: taextras.py:199
+msgid "density"
+msgstr "density"
+
+#: taextras.py:200
+msgid ""
+"Set the density property for objects (density can be any positive number)."
+msgstr ""
+"Set the density property for objects (density can be any positive number)."
+
+#: taextras.py:202
+msgid "friction"
+msgstr "friction"
+
+#: taextras.py:203
+msgid ""
+"Set the friction property for objects (value from 0 to 1, where 0 turns "
+"friction off and 1 is strong friction)."
+msgstr ""
+"Set the friction property for objects (value from 0 to 1, where 0 turns "
+"friction off and 1 is strong friction)."
+
+#. TRANS: bounciness is restitution
+#: taextras.py:206
+msgid "bounciness"
+msgstr "bounciness"
+
+#: taextras.py:207
+msgid ""
+"Set the bounciness property for objects (a value from 0 to 1, where 0 means "
+"no bounce and 1 is very bouncy)."
+msgstr ""
+"Set the bounciness property for objects (a value from 0 to 1, where 0 means "
+"no bounce and 1 is very bouncy)."
+
+#: taextras.py:209
+msgid "dynamic"
+msgstr "dynamic"
+
+#: taextras.py:210
+msgid ""
+"If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position."
+msgstr ""
+"If dynamic = 1, the object can move; if dynamic = 0, it is fixed in "
+"position."
+
+#: turtleart.py:69
msgid "usage is"
msgstr "usage is"
-#: turtleart.py:212
+#: turtleart.py:228
msgid "No option action:"
msgstr "No option action:"
-#: turtleart.py:224
+#: turtleart.py:240
msgid "File not found"
msgstr "File not found"
-#: turtleart.py:248
+#: turtleart.py:264
#, python-format
msgid "Configuration directory not writable: %s"
msgstr "Configuration directory not writable: %s"
-#: turtleart.py:304
+#: turtleart.py:320
msgid "New"
msgstr "New"
-#: turtleart.py:305
+#: turtleart.py:321
msgid "Open"
msgstr "Open"
-#: turtleart.py:306
+#: turtleart.py:322
msgid "Save"
msgstr "Save"
-#: turtleart.py:307
+#: turtleart.py:323
msgid "Save as"
msgstr "Save as"
-#: turtleart.py:314
+#: turtleart.py:330
msgid "Quit"
msgstr "Quit"
-#: turtleart.py:315
+#: turtleart.py:331
msgid "File"
msgstr "File"
-#: turtleart.py:322
+#: turtleart.py:338
msgid "Rescale coordinates"
msgstr "Rescale coordinates"
-#: turtleart.py:328
+#: turtleart.py:344
msgid "Reset block size"
msgstr "Reset block size"
-#: turtleart.py:342
+#: turtleart.py:358
msgid "Show/hide blocks"
msgstr "Show/hide blocks"
-#: turtleart.py:344
+#: turtleart.py:360
msgid "Tools"
msgstr "Tools"
-#: turtleart.py:351
+#: turtleart.py:367
msgid "Stop"
msgstr "Stop"
-#: turtleart.py:352
+#: turtleart.py:368
msgid "Turtle"
msgstr "Turtle"
-#: turtleart.py:382
+#: turtleart.py:398
msgid "You have unsaved work. Would you like to save before quitting?"
msgstr "You have unsaved work. Would you like to save before quitting?"
-#: turtleart.py:383
+#: turtleart.py:399
msgid "Save project?"
msgstr "Save project?"
+#~ msgid "full screen"
+#~ msgstr "full screen"
+
#~ msgid "push accereration in x, y, z to heap"
#~ msgstr "push acceleration in x, y, z to heap"