Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/bn.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/bn.po')
-rw-r--r--po/bn.po2519
1 files changed, 1550 insertions, 969 deletions
diff --git a/po/bn.po b/po/bn.po
index 4b621b5..058678a 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-29 09:03-0400\n"
+"POT-Creation-Date: 2012-02-16 00:31-0500\n"
"PO-Revision-Date: 2009-08-28 20:50+0000\n"
"Last-Translator: Nasir Khan Saikat <nasir8891@gmail.com>\n"
"Language-Team: LANGUAGE <walter@sugarlabs.org>\n"
@@ -17,683 +17,912 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 1.2.1\n"
-#: activity/activity.info:2 turtleart.py:272 pysamples/grecord.py:205
-#: TurtleArt/tawindow.py:1568 TurtleArt/tawindow.py:2793
-#: TurtleArt/taexporthtml.py:127 TurtleArt/taexporthtml.py:129
+#: activity/activity.info:2 TurtleArt/taexporthtml.py:137
+#: TurtleArt/taexporthtml.py:139 TurtleArt/tawindow.py:1747
+#: TurtleArt/tawindow.py:3055 pysamples/grecord.py:205 turtleart.py:288
msgid "Turtle Art"
msgstr "টার্টেল আর্ট"
-#: turtleart.py:68
-msgid "usage is"
+#: TurtleArt/tabasics.py:115
+msgid "Palette of turtle commands"
msgstr ""
-#: turtleart.py:212
-msgid "No option action:"
+#: TurtleArt/tabasics.py:120
+msgid "forward"
+msgstr "সামনে যাও"
+
+#: TurtleArt/tabasics.py:124
+msgid "moves turtle forward"
msgstr ""
-#: turtleart.py:224
-msgid "File not found"
+#: TurtleArt/tabasics.py:131
+msgid "back"
+msgstr "পেছনে"
+
+#: TurtleArt/tabasics.py:135
+msgid "moves turtle backward"
msgstr ""
-#: turtleart.py:248
-#, python-format
-msgid "Configuration directory not writable: %s"
+#: TurtleArt/tabasics.py:143
+msgid "clean"
+msgstr "পরিষ্কার করো"
+
+#: TurtleArt/tabasics.py:146
+msgid "clears the screen and reset the turtle"
msgstr ""
-#: turtleart.py:304
-msgid "New"
+#: TurtleArt/tabasics.py:154
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731
+msgid "left"
+msgstr "বামে যাও"
+
+#: TurtleArt/tabasics.py:158
+msgid "turns turtle counterclockwise (angle in degrees)"
msgstr ""
-#: turtleart.py:305
-msgid "Open"
+#: TurtleArt/tabasics.py:165
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:755
+msgid "right"
+msgstr "ডানে যাও"
+
+#: TurtleArt/tabasics.py:169
+msgid "turns turtle clockwise (angle in degrees)"
msgstr ""
-#: turtleart.py:306
-msgid "Save"
+#: TurtleArt/tabasics.py:177
+msgid "arc"
+msgstr "চাপ"
+
+#: TurtleArt/tabasics.py:177
+msgid "angle"
+msgstr "কোণ"
+
+#: TurtleArt/tabasics.py:177
+msgid "radius"
+msgstr "ব্যাসার্ধ"
+
+#: TurtleArt/tabasics.py:181
+msgid "moves turtle along an arc"
msgstr ""
-#: turtleart.py:307
-#, fuzzy
-msgid "Save as"
-msgstr "নতুনভাবে সংরক্ষণ করো"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "set xy"
+msgstr "xy নির্ধারণ করো"
-#: turtleart.py:308 TurtleArtActivity.py:604
-#, fuzzy
-msgid "Save as image"
-msgstr "ছবি হিসাবে সংরক্ষণ করো"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:218
+msgid "x"
+msgstr "x"
-#: turtleart.py:310 TurtleArtActivity.py:607
-#, fuzzy
-msgid "Save as HTML"
-msgstr "HTML হিসেবে সংরক্ষণ করো"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:219
+msgid "y"
+msgstr "y"
-#: turtleart.py:312 TurtleArtActivity.py:609
-#, fuzzy
-msgid "Save as Logo"
-msgstr "logo সংরক্ষণ করো"
+#: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260
+msgid ""
+"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
+msgstr ""
-#: turtleart.py:314
-msgid "Quit"
+#
+#: TurtleArt/tabasics.py:204
+msgid "set heading"
+msgstr "শিরনাম নির্ধারণ"
+
+#: TurtleArt/tabasics.py:208
+msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
msgstr ""
-#: turtleart.py:315
-msgid "File"
+#: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:3051
+#: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:542
+msgid "xcor"
+msgstr "xcor"
+
+#: TurtleArt/tabasics.py:217
+msgid ""
+"holds current x-coordinate value of the turtle (can be used in place of a "
+"number block)"
msgstr ""
-#: turtleart.py:318 TurtleArtActivity.py:539
-msgid "Cartesian coordinates"
+#: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:3051
+#: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543
+msgid "ycor"
+msgstr "ycor"
+
+#: TurtleArt/tabasics.py:228
+msgid ""
+"holds current y-coordinate value of the turtle (can be used in place of a "
+"number block)"
msgstr ""
-#: turtleart.py:320 TurtleArtActivity.py:541
-msgid "Polar coordinates"
+#: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:3051
+#: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543
+msgid "heading"
+msgstr "শিরোনাম"
+
+#: TurtleArt/tabasics.py:239
+msgid ""
+"holds current heading value of the turtle (can be used in place of a number "
+"block)"
msgstr ""
-#: turtleart.py:322
-msgid "Rescale coordinates"
+#: TurtleArt/tabasics.py:273
+msgid "Palette of pen commands"
msgstr ""
-#: turtleart.py:324 TurtleArtActivity.py:554
-#, fuzzy
-msgid "Grow blocks"
-msgstr "ব্লক দেখাও"
+#: TurtleArt/tabasics.py:277
+msgid "pen up"
+msgstr "কলম ওঠাও"
-#: turtleart.py:326 TurtleArtActivity.py:556
-msgid "Shrink blocks"
+#: TurtleArt/tabasics.py:280
+msgid "Turtle will not draw when moved."
msgstr ""
-#: turtleart.py:328
-msgid "Reset block size"
+#: TurtleArt/tabasics.py:286
+msgid "pen down"
+msgstr "কলম নামাও"
+
+#: TurtleArt/tabasics.py:289
+msgid "Turtle will draw when moved."
msgstr ""
-#: turtleart.py:330 TurtleArtActivity.py:469 TurtleArtActivity.py:518
-msgid "View"
+#: TurtleArt/tabasics.py:295
+msgid "set pen size"
+msgstr "কলমের আকার নির্ধারণ করো"
+
+#: TurtleArt/tabasics.py:299
+msgid "sets size of the line drawn by the turtle"
msgstr ""
-#: turtleart.py:333 TurtleArtActivity.py:533
-msgid "Copy"
+#: TurtleArt/tabasics.py:309
+msgid "fill screen"
+msgstr "পর্দা ভরাট করো"
+
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:399 taextras.py:260
+msgid "color"
+msgstr "রং"
+
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:409
+msgid "shade"
+msgstr "ছায়া"
+
+#: TurtleArt/tabasics.py:313
+msgid "fills the background with (color, shade)"
msgstr ""
-#: turtleart.py:334 TurtleArtActivity.py:535
-msgid "Paste"
+#: TurtleArt/tabasics.py:322
+msgid "pen size"
+msgstr "কলমের আকার"
+
+#: TurtleArt/tabasics.py:323
+msgid "holds current pen size (can be used in place of a number block)"
msgstr ""
-#: turtleart.py:335 TurtleArtActivity.py:465 TurtleArtActivity.py:520
-msgid "Edit"
+#: TurtleArt/tabasics.py:334
+msgid "start fill"
msgstr ""
-#: turtleart.py:338 TurtleArtActivity.py:244
-#, fuzzy
-msgid "Show palette"
-msgstr "প্যালেট দেখাও"
+#: TurtleArt/tabasics.py:336
+msgid "starts filled polygon (used with end fill block)"
+msgstr ""
-#: turtleart.py:340 TurtleArtActivity.py:250 TurtleArtActivity.py:629
-#, fuzzy
-msgid "Hide palette"
-msgstr "প্যালেট লুকাও"
+#: TurtleArt/tabasics.py:343
+msgid "end fill"
+msgstr ""
-#: turtleart.py:342
-msgid "Show/hide blocks"
+#: TurtleArt/tabasics.py:345
+msgid "completes filled polygon (used with start fill block)"
msgstr ""
-#: turtleart.py:344
-msgid "Tools"
+#: TurtleArt/tabasics.py:356 TurtleArt/tabasics.py:360
+msgid "Palette of pen colors"
msgstr ""
-#: turtleart.py:347 TurtleArtActivity.py:638
-#, fuzzy
-msgid "Clean"
-msgstr "পরিষ্কার করো"
+#: TurtleArt/tabasics.py:364
+msgid "set color"
+msgstr "রং নির্ধারণ করো"
-#: turtleart.py:348 TurtleArtActivity.py:640
-msgid "Run"
+#: TurtleArt/tabasics.py:368
+msgid "sets color of the line drawn by the turtle"
msgstr ""
-#: turtleart.py:349 TurtleArtActivity.py:642
-#, fuzzy
-msgid "Step"
-msgstr "ধাপ"
+#: TurtleArt/tabasics.py:376
+msgid "set shade"
+msgstr "ছায়া নির্ধারণ করো"
-#: turtleart.py:350 TurtleArtActivity.py:644
-msgid "Debug"
+#: TurtleArt/tabasics.py:380
+msgid "sets shade of the line drawn by the turtle"
msgstr ""
-#: turtleart.py:351
-#, fuzzy
-msgid "Stop"
-msgstr "ধাপ"
+#: TurtleArt/tabasics.py:388
+msgid "set gray"
+msgstr ""
-#: turtleart.py:352
-msgid "Turtle"
-msgstr "টার্টেল"
+#: TurtleArt/tabasics.py:391
+msgid "sets gray level of the line drawn by the turtle"
+msgstr ""
-#: turtleart.py:382
-msgid "You have unsaved work. Would you like to save before quitting?"
+#: TurtleArt/tabasics.py:400
+msgid "holds current pen color (can be used in place of a number block)"
msgstr ""
-#: turtleart.py:383
-msgid "Save project?"
+#: TurtleArt/tabasics.py:410
+msgid "holds current pen shade"
msgstr ""
-#: TurtleArtActivity.py:125
-msgid "presentation"
+#: TurtleArt/tabasics.py:418
+msgid "gray"
msgstr ""
-#: TurtleArtActivity.py:196
-msgid "snapshot"
+#: TurtleArt/tabasics.py:419
+msgid "holds current gray level (can be used in place of a number block)"
msgstr ""
-#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
-#, fuzzy
-msgid "Show blocks"
-msgstr "ব্লক দেখাও"
+#: TurtleArt/tabasics.py:425
+msgid "red"
+msgstr ""
-#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
-#, fuzzy
-msgid "Hide blocks"
-msgstr "ব্লক লুকিয়ে রাখো"
+#: TurtleArt/tabasics.py:426
+msgid "orange"
+msgstr ""
-#: TurtleArtActivity.py:398
-msgid "Rescale coordinates down"
+#: TurtleArt/tabasics.py:428
+msgid "yellow"
msgstr ""
-#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
-msgid "Rescale coordinates up"
+#: TurtleArt/tabasics.py:430
+msgid "green"
msgstr ""
-#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
-msgid "Help"
+#: TurtleArt/tabasics.py:431
+msgid "cyan"
msgstr ""
-#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
-msgid "Load example"
+#: TurtleArt/tabasics.py:432
+msgid "blue"
msgstr ""
-#: TurtleArtActivity.py:516
-msgid "Project"
-msgstr "প্রকল্প"
+#: TurtleArt/tabasics.py:433
+msgid "purple"
+msgstr ""
-#: TurtleArtActivity.py:522
-msgid "Import/Export"
+#: TurtleArt/tabasics.py:435
+msgid "white"
msgstr ""
-#: TurtleArtActivity.py:537
+#: TurtleArt/tabasics.py:436
#, fuzzy
-msgid "Fullscreen"
-msgstr "সম্পুর্ন স্ক্রিনজুড়ে"
+msgid "black"
+msgstr "পেছনে"
-#: TurtleArtActivity.py:544
-msgid "Metric coordinates"
+#: TurtleArt/tabasics.py:442
+msgid "set text color"
+msgstr "টেক্সটের রং নির্ধারণ করো"
+
+#: TurtleArt/tabasics.py:445
+msgid "sets color of text drawn by the turtle"
msgstr ""
-#: TurtleArtActivity.py:547 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:216
-msgid "xcor"
-msgstr "xcor"
+#: TurtleArt/tabasics.py:453
+#, fuzzy
+msgid "set text size"
+msgstr "কলমের আকার নির্ধারণ করো"
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:227
-msgid "ycor"
-msgstr "ycor"
+#: TurtleArt/tabasics.py:456
+msgid "sets size of text drawn by the turtle"
+msgstr ""
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:238
-msgid "heading"
-msgstr "শিরোনাম"
+#: TurtleArt/tabasics.py:539
+msgid "Palette of numeric operators"
+msgstr ""
-#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
-msgid "Move the cursor over the orange palette for help."
+#: TurtleArt/tabasics.py:545
+msgid "plus"
msgstr ""
-#: TurtleArtActivity.py:612
-msgid "Save snapshot"
+#: TurtleArt/tabasics.py:548
+msgid "adds two alphanumeric inputs"
msgstr ""
-#: TurtleArtActivity.py:616
-msgid "Import project from the Journal"
+#: TurtleArt/tabasics.py:556
+msgid "minus"
msgstr ""
-#: TurtleArtActivity.py:619
-msgid "Load Python block"
+#: TurtleArt/tabasics.py:559
+msgid "subtracts bottom numeric input from top numeric input"
msgstr ""
-#: TurtleArtActivity.py:630
-msgid "<Ctrl>p"
+#: TurtleArt/tabasics.py:570
+msgid "multiply"
msgstr ""
-#: TurtleArtActivity.py:633
-msgid "<Ctrl>b"
+#: TurtleArt/tabasics.py:573
+msgid "multiplies two numeric inputs"
msgstr ""
-#: TurtleArtActivity.py:638
-msgid "<Ctrl>e"
+#: TurtleArt/tabasics.py:582
+msgid "divide"
msgstr ""
-#: TurtleArtActivity.py:640
-msgid "<Ctrl>r"
+#: TurtleArt/tabasics.py:585
+msgid ""
+"divides top numeric input (numerator) by bottom numeric input (denominator)"
msgstr ""
-#: TurtleArtActivity.py:642
-msgid "<Ctrl>w"
+#: TurtleArt/tabasics.py:595
+msgid "identity"
msgstr ""
-#: TurtleArtActivity.py:644
-msgid "<Ctrl>d"
+#: TurtleArt/tabasics.py:597
+msgid "identity operator used for extending blocks"
msgstr ""
-#: TurtleArtActivity.py:646
-#, fuzzy
-msgid "Stop turtle"
-msgstr "টার্টেল বন্ধ করো"
+#: TurtleArt/tabasics.py:605 TurtleArt/tabasics.py:606
+msgid "mod"
+msgstr "মোড"
-#: TurtleArtActivity.py:647
-msgid "<Ctrl>s"
+#: TurtleArt/tabasics.py:609
+msgid "modular (remainder) operator"
msgstr ""
-#: taextras.py:36
-msgid "Turtle Art Mini"
+#: TurtleArt/tabasics.py:616
+msgid "√"
msgstr ""
-#: taextras.py:40
-msgid "Turtle Confusion"
+#: TurtleArt/tabasics.py:617
+msgid "square root"
msgstr ""
-#: taextras.py:41
-msgid "Select a challenge"
+#: TurtleArt/tabasics.py:620
+msgid "calculates square root"
msgstr ""
-#: taextras.py:47
-msgid "Palette of Mexican pesos"
+#: TurtleArt/tabasics.py:627
+msgid "random"
+msgstr "র‍্যান্ডম"
+
+#: TurtleArt/tabasics.py:627
+msgid "min"
+msgstr "নূন্যতম"
+
+#: TurtleArt/tabasics.py:627
+msgid "max"
+msgstr "সর্বোচ্চ"
+
+#: TurtleArt/tabasics.py:631
+msgid "returns random number between minimum (top) and maximum (bottom) values"
msgstr ""
-#: taextras.py:48
-msgid "Palette of Colombian pesos"
+#: TurtleArt/tabasics.py:643
+msgid "number"
+msgstr "সংখ্যা"
+
+#: TurtleArt/tabasics.py:644
+msgid "used as numeric input in mathematic operators"
msgstr ""
-#: taextras.py:49
-msgid "Palette of Rwandan francs"
+#: TurtleArt/tabasics.py:651
+msgid "greater than"
msgstr ""
-#: taextras.py:50
-msgid "Palette of US currencies"
+#: TurtleArt/tabasics.py:654
+msgid "logical greater-than operator"
msgstr ""
-#: taextras.py:51
-msgid "Palette of Australian currencies"
+#: TurtleArt/tabasics.py:660
+msgid "True"
msgstr ""
-#: taextras.py:52
-msgid "Palette of Guaranies"
+#: TurtleArt/tabasics.py:666
+msgid "less than"
msgstr ""
-#. TRANS: Butia is the Arduino Robot Project from Uruguay
-#. (http://www.fing.edu.uy/inco/proyectos/butia/)
-#: taextras.py:58
-msgid "Turtle Art Butia"
+#: TurtleArt/tabasics.py:669
+msgid "logical less-than operator"
msgstr ""
-#: taextras.py:59
-msgid "Adjust LED intensity between 0 and 255."
+#: TurtleArt/tabasics.py:674
+msgid "False"
msgstr ""
-#: taextras.py:60
-msgid ""
-"Returns the object gray level encountered him as a number between 0 and 1023."
+#: TurtleArt/tabasics.py:680
+msgid "equal"
msgstr ""
-#: taextras.py:62
-msgid "Returns 1 when the button is press and 0 otherwise."
+#: TurtleArt/tabasics.py:683
+msgid "logical equal-to operator"
msgstr ""
-#: taextras.py:63
-msgid "Returns the ambient light level as a number between 0 and 1023."
+#: TurtleArt/tabasics.py:689
+msgid "not"
+msgstr "NOT"
+
+#: TurtleArt/tabasics.py:692
+msgid "logical NOT operator"
msgstr ""
-#: taextras.py:64
-msgid "Returns the ambient temperature as a number between 0 and 255."
+#: TurtleArt/tabasics.py:698 TurtleArt/tabasics.py:701
+msgid "and"
+msgstr "AND"
+
+#: TurtleArt/tabasics.py:702
+msgid "logical AND operator"
msgstr ""
-#: taextras.py:65
-msgid ""
-"Returns the distance from the object in front of the sensor as a number "
-"between 0 and 255."
+#: TurtleArt/tabasics.py:709 TurtleArt/tabasics.py:712
+msgid "or"
+msgstr "OR"
+
+#: TurtleArt/tabasics.py:713
+msgid "logical OR operator"
msgstr ""
-#: taextras.py:67
-msgid "Returns 0 or 1 depending on the sensor inclination."
+#: TurtleArt/tabasics.py:722
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:94
+msgid "Palette of flow operators"
msgstr ""
-#: taextras.py:68
-msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
+#: TurtleArt/tabasics.py:727
+msgid "wait"
+msgstr "অপেক্ষা করো"
+
+#: TurtleArt/tabasics.py:731
+msgid "pauses program execution a specified number of seconds"
msgstr ""
-#: taextras.py:69
-msgid "Switches from 0 to 1, the frequency depends on the vibration."
+#: TurtleArt/tabasics.py:738
+msgid "forever"
+msgstr "চিরদিন"
+
+#: TurtleArt/tabasics.py:742
+msgid "loops forever"
msgstr ""
-#: taextras.py:70
-msgid "LED"
+#: TurtleArt/tabasics.py:748 TurtleArt/tabasics.py:752
+msgid "repeat"
+msgstr "পুনরায় করো"
+
+#: TurtleArt/tabasics.py:753
+msgid "loops specified number of times"
msgstr ""
-#: taextras.py:71
-msgid "pushbutton"
+#: TurtleArt/tabasics.py:759 TurtleArt/tabasics.py:771
+msgid "if"
+msgstr "if"
+
+#: TurtleArt/tabasics.py:759
+msgid "then"
+msgstr "then"
+
+#: TurtleArt/tabasics.py:762
+msgid "if then"
msgstr ""
-#: taextras.py:72
-msgid "grayscale"
+#: TurtleArt/tabasics.py:764
+msgid "if-then operator that uses boolean operators from Numbers palette"
msgstr ""
-#: taextras.py:73
-msgid "ambient light"
+#: TurtleArt/tabasics.py:771
+msgid "then else"
msgstr ""
-#: taextras.py:74
-msgid "temperature"
+#: TurtleArt/tabasics.py:775
+msgid "if then else"
msgstr ""
-#: taextras.py:75
-msgid "distance"
+#: TurtleArt/tabasics.py:776
+msgid "if-then-else operator that uses boolean operators from Numbers palette"
msgstr ""
-#: taextras.py:76
-msgid "tilt"
+#: TurtleArt/tabasics.py:784
+msgid "horizontal space"
msgstr ""
-#: taextras.py:77
-msgid "magnetic induction"
+#: TurtleArt/tabasics.py:785
+msgid "jogs stack right"
msgstr ""
-#: taextras.py:78
-msgid "vibration"
+#: TurtleArt/tabasics.py:792
+msgid "vertical space"
msgstr ""
-#: taextras.py:79
-msgid "Butia Robot"
+#: TurtleArt/tabasics.py:793
+msgid "jogs stack down"
msgstr ""
-#: taextras.py:80
-msgid "delay Butia"
+#: TurtleArt/tabasics.py:799
+msgid "stop action"
msgstr ""
-#: taextras.py:81
-msgid "wait for argument seconds"
+#: TurtleArt/tabasics.py:802
+msgid "stops current action"
msgstr ""
-#: taextras.py:82
-msgid "Butia battery charge"
+#: TurtleArt/tabasics.py:811
+msgid "Palette of variable blocks"
msgstr ""
-#: taextras.py:83
-msgid "Returns the battery charge as a number between 0 and 255."
+#: TurtleArt/tabasics.py:816 pysamples/grecord.py:213
+msgid "start"
+msgstr "শুরু করো"
+
+#: TurtleArt/tabasics.py:819
+msgid "connects action to toolbar run buttons"
msgstr ""
-#: taextras.py:84
-msgid "Butia speed"
+#: TurtleArt/tabasics.py:827
+msgid "store in box 1"
+msgstr "বাক্স ১ এ সংরক্ষণ করো"
+
+#: TurtleArt/tabasics.py:831
+msgid "stores numeric value in Variable 1"
msgstr ""
-#: taextras.py:85
-msgid ""
-"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
-"an argument."
+#: TurtleArt/tabasics.py:838
+msgid "store in box 2"
+msgstr "বাক্স ২ এ সংরক্ষণ করো"
+
+#: TurtleArt/tabasics.py:842
+msgid "stores numeric value in Variable 2"
msgstr ""
-#: taextras.py:87
-msgid "forward Butia"
+#: TurtleArt/tabasics.py:849 TurtleArt/tabasics.py:850
+#: TurtleArt/tabasics.py:851
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:172
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:174
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:181
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:209
+msgid "text"
+msgstr "টেক্সট"
+
+#: TurtleArt/tabasics.py:852
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175
+msgid "string value"
msgstr ""
-#: taextras.py:88
-msgid "Move the Butia robot forward."
+#: TurtleArt/tabasics.py:856
+msgid "box 1"
+msgstr "বাক্স ১"
+
+#: TurtleArt/tabasics.py:859
+msgid "Variable 1 (numeric value)"
msgstr ""
-#: taextras.py:89
-msgid "forward distance"
+#: TurtleArt/tabasics.py:865
+msgid "box 2"
+msgstr "বাক্স ২"
+
+#: TurtleArt/tabasics.py:868
+msgid "Variable 2 (numeric value)"
msgstr ""
-#: taextras.py:90
-msgid "Move the Butia robot forward a predefined distance."
+#: TurtleArt/tabasics.py:875 TurtleArt/tabasics.py:885
+msgid "box"
+msgstr "বাক্স"
+
+#: TurtleArt/tabasics.py:877 TurtleArt/tabasics.py:888
+msgid "my box"
msgstr ""
-#: taextras.py:91
-msgid "backward Butia"
+#: TurtleArt/tabasics.py:879
+msgid "named variable (numeric value)"
+msgstr ""
+
+#: TurtleArt/tabasics.py:885
+msgid "store in"
msgstr ""
-#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102
-msgid "Move the Butia robot backward."
+#: TurtleArt/tabasics.py:885
+msgid "value"
msgstr ""
-#: taextras.py:93
-msgid "backward distance"
+#: TurtleArt/tabasics.py:889
+msgid "stores numeric value in named variable"
msgstr ""
-#: taextras.py:94
-msgid "Move the Butia robot backward a predefined distance."
+#: TurtleArt/tabasics.py:897 TurtleArt/tabasics.py:899
+#: TurtleArt/tabasics.py:923 TurtleArt/tabasics.py:926
+msgid "action"
msgstr ""
-#: taextras.py:95
-msgid "left Butia"
+#: TurtleArt/tabasics.py:901
+msgid "top of nameable action stack"
msgstr ""
-#: taextras.py:97
-msgid "right Butia"
+#: TurtleArt/tabasics.py:906 TurtleArt/tabasics.py:933
+msgid "action 1"
msgstr ""
-#: taextras.py:99
-msgid "Turn x degrees"
+#: TurtleArt/tabasics.py:909
+msgid "top of Action 1 stack"
msgstr ""
-#: taextras.py:100
-msgid "Turn the Butia robot x degrees."
+#: TurtleArt/tabasics.py:914 TurtleArt/tabasics.py:942
+msgid "action 2"
msgstr ""
-#: taextras.py:101
-msgid "stop Butia"
+#: TurtleArt/tabasics.py:917
+msgid "top of Action 2 stack"
msgstr ""
-#: taextras.py:103
-msgid "print Butia"
+#: TurtleArt/tabasics.py:927
+msgid "invokes named action stack"
msgstr ""
-#: taextras.py:104
-msgid "Print text in Butia robot 32-character ASCII display."
+#: TurtleArt/tabasics.py:936
+msgid "invokes Action 1 stack"
msgstr ""
-#: taextras.py:105
-msgid "Butia"
+#: TurtleArt/tabasics.py:945
+msgid "invokes Action 2 stack"
msgstr ""
-#: taextras.py:109
-msgid "The camera was not found."
+#: TurtleArt/tabasics.py:953
+msgid "trash"
msgstr ""
-#: taextras.py:110
-msgid "Error on the initialization of the camera."
+#: TurtleArt/tabasics.py:957
+msgid "empty trash"
msgstr ""
-#: taextras.py:111
-msgid "FollowMe"
+#: TurtleArt/tabasics.py:958
+msgid "permanently deletes items in trash"
msgstr ""
-#: taextras.py:112
-msgid "follow a RGB color"
+#: TurtleArt/tabasics.py:962
+msgid "restore all"
msgstr ""
-#: taextras.py:113
-msgid "follow a turtle color"
+#: TurtleArt/tabasics.py:963
+msgid "restore all blocks from trash"
msgstr ""
-#: taextras.py:114
-msgid "calibrate a color to follow"
+#: TurtleArt/tabasics.py:967
+msgid "clear all"
msgstr ""
-#: taextras.py:115
-msgid "x position"
+#: TurtleArt/tabasics.py:968
+msgid "move all blocks to trash"
msgstr ""
-#: taextras.py:116
-msgid "return x position"
+#: TurtleArt/taconstants.py:250 TurtleArt/taconstants.py:272
+#: TurtleArt/taconstants.py:293 TurtleArt/taconstants.py:335
+#: TurtleArt/taconstants.py:377 TurtleArt/taconstants.py:419
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:868
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:882
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:896
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:910
+#, fuzzy
+msgid "Title"
+msgstr "শিরোনাম"
+
+#: TurtleArt/talogo.py:465
+msgid "did not output to"
msgstr ""
-#: taextras.py:117
-msgid "y position"
+#: TurtleArt/talogo.py:519
+msgid "I don't know how to"
msgstr ""
-#: taextras.py:118
-msgid "return y position"
+#: TurtleArt/talogo.py:566
+msgid "doesn't like"
msgstr ""
-#: taextras.py:122
-msgid "Sumo Butia"
+#: TurtleArt/talogo.py:566
+msgid "as input"
msgstr ""
-#: taextras.py:123
-msgid "submit speed​​"
+#: TurtleArt/tapalette.py:84
+msgid "displays next palette"
msgstr ""
-#: taextras.py:124
-msgid "Send speeds the robot."
+#: TurtleArt/tapalette.py:85
+msgid "changes the orientation of the palette of blocks"
msgstr ""
-#: taextras.py:125
-msgid "set speed"
+#: TurtleArt/tautils.py:177
+msgid "Load..."
msgstr ""
-#: taextras.py:126
-msgid "Set the default speed for the movement commands."
+#: TurtleArt/tautils.py:187
+msgid "Save..."
msgstr ""
-#: taextras.py:127
-msgid "move"
+#: TurtleArt/tautils.py:596
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:641
+msgid "click to open"
msgstr ""
-#: taextras.py:128 TurtleArt/tabasics.py:131
-msgid "back"
-msgstr "পেছনে"
+#: TurtleArt/tawindow.py:837 TurtleArt/tawindow.py:838
+msgid "orientation"
+msgstr ""
-#: taextras.py:129 pysamples/grecord.py:215
+#: TurtleArt/tawindow.py:848 TurtleArt/tawindow.py:1164
#, fuzzy
-msgid "stop"
-msgstr "ধাপ"
+msgid "next"
+msgstr "টেক্সট"
-#: taextras.py:130
-msgid "turn left"
+#: TurtleArt/tawindow.py:3146
+msgid "image"
msgstr ""
-#: taextras.py:131
-msgid "turn right"
+#: TurtleArtActivity.py:147
+msgid "presentation"
msgstr ""
-#: taextras.py:132
-msgid "angle to center"
+#: TurtleArtActivity.py:223
+msgid "snapshot"
msgstr ""
-#. TRANS: dojo is the playing field
-#: taextras.py:134
-msgid "Get the angle to the center of the dojo."
+#: TurtleArtActivity.py:271 turtleart.py:354
+#, fuzzy
+msgid "Show palette"
+msgstr "প্যালেট দেখাও"
+
+#: TurtleArtActivity.py:277 TurtleArtActivity.py:682 turtleart.py:356
+#, fuzzy
+msgid "Hide palette"
+msgstr "প্যালেট লুকাও"
+
+#: TurtleArtActivity.py:284 TurtleArtActivity.py:297
+#, fuzzy
+msgid "Show blocks"
+msgstr "ব্লক দেখাও"
+
+#: TurtleArtActivity.py:287 TurtleArtActivity.py:305 TurtleArtActivity.py:685
+#, fuzzy
+msgid "Hide blocks"
+msgstr "ব্লক লুকিয়ে রাখো"
+
+#: TurtleArtActivity.py:415
+msgid "Rescale coordinates down"
msgstr ""
-#: taextras.py:135
-msgid "angle to the opponent"
+#: TurtleArtActivity.py:419 TurtleArtActivity.py:546
+msgid "Rescale coordinates up"
msgstr ""
-#: taextras.py:136
-msgid "Get the angle to the center of the opponent."
+#: TurtleArtActivity.py:478 TurtleArtActivity.py:516 turtleart.py:351
+msgid "Edit"
msgstr ""
-#: taextras.py:137
-msgid "x coor."
+#: TurtleArtActivity.py:482 TurtleArtActivity.py:514 turtleart.py:346
+msgid "View"
msgstr ""
-#: taextras.py:138
-msgid "Get the x coordinate of the robot."
+#: TurtleArtActivity.py:489 TurtleArtActivity.py:520
+msgid "Help"
msgstr ""
-#: taextras.py:139
-msgid "y coor."
+#: TurtleArtActivity.py:512
+msgid "Project"
+msgstr "প্রকল্প"
+
+#: TurtleArtActivity.py:518 TurtleArtActivity.py:625
+msgid "Save/Load"
msgstr ""
-#: taextras.py:140
-msgid "Get the y coordinate of the robot."
+#: TurtleArtActivity.py:528 turtleart.py:349
+msgid "Copy"
msgstr ""
-#: taextras.py:141
-msgid "opponent x coor."
+#: TurtleArtActivity.py:530 turtleart.py:350
+msgid "Paste"
msgstr ""
-#: taextras.py:142
-msgid "Get the x coordinate of the opponent."
+#: TurtleArtActivity.py:532
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:667
+#, fuzzy
+msgid "Fullscreen"
+msgstr "সম্পুর্ন স্ক্রিনজুড়ে"
+
+#: TurtleArtActivity.py:534 turtleart.py:334
+msgid "Cartesian coordinates"
msgstr ""
-#: taextras.py:143
-msgid "opponent y coor."
+#: TurtleArtActivity.py:536 turtleart.py:336
+msgid "Polar coordinates"
msgstr ""
-#: taextras.py:144
-msgid "Get the y coordinate of the opponent."
+#: TurtleArtActivity.py:539
+msgid "Metric coordinates"
msgstr ""
-#: taextras.py:145
-msgid "rotation"
+#: TurtleArtActivity.py:549 turtleart.py:340
+#, fuzzy
+msgid "Grow blocks"
+msgstr "ব্লক দেখাও"
+
+#: TurtleArtActivity.py:551 turtleart.py:342
+msgid "Shrink blocks"
msgstr ""
-#: taextras.py:146
-msgid "Get SumBot rotation."
+#: TurtleArtActivity.py:575 TurtleArtActivity.py:667
+msgid "Load example"
msgstr ""
-#: taextras.py:147
-msgid "opponent rotation"
+#: TurtleArtActivity.py:593 TurtleArtActivity.py:597
+msgid "Move the cursor over the orange palette for help."
msgstr ""
-#: taextras.py:148
-msgid "Get the rotation of the opponent."
+#: TurtleArtActivity.py:630 TurtleArtActivity.py:650 turtleart.py:324
+#, fuzzy
+msgid "Save as image"
+msgstr "ছবি হিসাবে সংরক্ষণ করো"
+
+#: TurtleArtActivity.py:633 TurtleArtActivity.py:653 turtleart.py:326
+#, fuzzy
+msgid "Save as HTML"
+msgstr "HTML হিসেবে সংরক্ষণ করো"
+
+#: TurtleArtActivity.py:636 TurtleArtActivity.py:655 turtleart.py:328
+#, fuzzy
+msgid "Save as Logo"
+msgstr "logo সংরক্ষণ করো"
+
+#: TurtleArtActivity.py:639 TurtleArtActivity.py:658
+msgid "Save snapshot"
msgstr ""
-#: taextras.py:149
-msgid "distance to center"
+#: TurtleArtActivity.py:641 TurtleArtActivity.py:661
+msgid "Load project"
msgstr ""
-#. TRANS: dojo is the playing field
-#: taextras.py:151
-msgid "Get the distance to the center of the dojo."
+#: TurtleArtActivity.py:644 TurtleArtActivity.py:664
+msgid "Load Python block"
msgstr ""
-#: taextras.py:152
-msgid "distance to opponent"
+#: TurtleArtActivity.py:683
+msgid "<Ctrl>p"
msgstr ""
-#: taextras.py:153
-msgid "Get the distance to the opponent."
+#: TurtleArtActivity.py:686
+msgid "<Ctrl>b"
msgstr ""
-#: taextras.py:154
-msgid "update information"
+#: TurtleArtActivity.py:691 turtleart.py:363
+#, fuzzy
+msgid "Clean"
+msgstr "পরিষ্কার করো"
+
+#: TurtleArtActivity.py:691
+msgid "<Ctrl>e"
msgstr ""
-#: taextras.py:155
-msgid "Update information from the server."
+#: TurtleArtActivity.py:693 turtleart.py:364
+msgid "Run"
msgstr ""
-#: pysamples/grecord.py:205 plugins/audio_sensors/audio_sensors.py:82
-#: plugins/audio_sensors/audio_sensors.py:97
-msgid "sound"
-msgstr "শব্দ"
+#: TurtleArtActivity.py:693
+msgid "<Ctrl>r"
+msgstr ""
-#: pysamples/grecord.py:213 TurtleArt/tabasics.py:801
-msgid "start"
-msgstr "শুরু করো"
+#: TurtleArtActivity.py:695 turtleart.py:365
+#, fuzzy
+msgid "Step"
+msgstr "ধাপ"
-#: pysamples/grecord.py:217
-msgid "play"
+#: TurtleArtActivity.py:695
+msgid "<Ctrl>w"
msgstr ""
-#: pysamples/grecord.py:219
-msgid "save"
+#: TurtleArtActivity.py:698 turtleart.py:366
+msgid "Debug"
msgstr ""
-#: pysamples/uturn.py:24
-msgid "uturn"
+#: TurtleArtActivity.py:698
+msgid "<Ctrl>d"
msgstr ""
-#: pysamples/uturn.py:26
-msgid "make a uturn"
+#: TurtleArtActivity.py:700
+#, fuzzy
+msgid "Stop turtle"
+msgstr "টার্টেল বন্ধ করো"
+
+#: TurtleArtActivity.py:701
+msgid "<Ctrl>s"
msgstr ""
#: gnome_plugins/collaboration_plugin.py:67
@@ -724,31 +953,31 @@ msgstr ""
msgid "Neighborhood"
msgstr ""
-#: gnome_plugins/collaboration_plugin.py:288
+#: gnome_plugins/collaboration_plugin.py:292
msgid "Nickname"
msgstr ""
-#: gnome_plugins/collaboration_plugin.py:290
+#: gnome_plugins/collaboration_plugin.py:294
msgid "Account ID"
msgstr ""
-#: gnome_plugins/collaboration_plugin.py:292
+#: gnome_plugins/collaboration_plugin.py:296
msgid "Server"
msgstr ""
-#: gnome_plugins/collaboration_plugin.py:294
+#: gnome_plugins/collaboration_plugin.py:298
msgid "Port"
msgstr ""
-#: gnome_plugins/collaboration_plugin.py:296
+#: gnome_plugins/collaboration_plugin.py:300
msgid "Password"
msgstr ""
-#: gnome_plugins/collaboration_plugin.py:298
+#: gnome_plugins/collaboration_plugin.py:302
msgid "Register"
msgstr ""
-#: gnome_plugins/collaboration_plugin.py:300
+#: gnome_plugins/collaboration_plugin.py:304
#, fuzzy
msgid "Colors"
msgstr "রং"
@@ -800,38 +1029,112 @@ msgstr ""
msgid "Failed to upload!"
msgstr ""
-#: plugins/camera_sensor/camera_sensor.py:58 plugins/rfid/rfid.py:86
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:269
-#: plugins/light_sensor/light_sensor.py:49
-#: plugins/audio_sensors/audio_sensors.py:75
#: plugins/accelerometer/accelerometer.py:49
+#: plugins/audio_sensors/audio_sensors.py:75
+#: 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:294
msgid "Palette of sensor blocks"
msgstr ""
-#: 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/accelerometer/accelerometer.py:55
+#: plugins/accelerometer/accelerometer.py:62
+msgid "acceleration"
+msgstr ""
+
+#: plugins/accelerometer/accelerometer.py:57
+#: plugins/accelerometer/accelerometer.py:64
+msgid "push acceleration in x, y, z to heap"
+msgstr ""
+
+#: plugins/audio_sensors/audio_sensors.py:82
+#: plugins/audio_sensors/audio_sensors.py:97 pysamples/grecord.py:205
+msgid "sound"
+msgstr "শব্দ"
+
+#: plugins/audio_sensors/audio_sensors.py:83
+#: plugins/audio_sensors/audio_sensors.py:98
+msgid "raw microphone input signal"
+msgstr ""
+
+#: plugins/audio_sensors/audio_sensors.py:89
+#: plugins/audio_sensors/audio_sensors.py:104
+msgid "loudness"
+msgstr ""
+
+#: plugins/audio_sensors/audio_sensors.py:90
+#: plugins/audio_sensors/audio_sensors.py:105
+msgid "microphone input volume"
+msgstr ""
+
+#: plugins/audio_sensors/audio_sensors.py:118
+#: plugins/audio_sensors/audio_sensors.py:126
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281
+msgid "pitch"
+msgstr ""
+
+#: plugins/audio_sensors/audio_sensors.py:119
+#: plugins/audio_sensors/audio_sensors.py:127
+msgid "microphone input pitch"
+msgstr ""
+
+#: plugins/audio_sensors/audio_sensors.py:147
+#: plugins/audio_sensors/audio_sensors.py:161
+#: plugins/audio_sensors/audio_sensors.py:174
+#: plugins/audio_sensors/audio_sensors.py:188
+msgid "resistance"
+msgstr ""
+
+#: plugins/audio_sensors/audio_sensors.py:148
+#: plugins/audio_sensors/audio_sensors.py:162
+#: plugins/audio_sensors/audio_sensors.py:175
+#: plugins/audio_sensors/audio_sensors.py:189
+msgid "microphone input resistance"
+msgstr ""
+
+#: plugins/audio_sensors/audio_sensors.py:153
+#: plugins/audio_sensors/audio_sensors.py:167
+#: plugins/audio_sensors/audio_sensors.py:180
+#: plugins/audio_sensors/audio_sensors.py:194
+msgid "voltage"
+msgstr ""
+
+#: plugins/audio_sensors/audio_sensors.py:154
+#: plugins/audio_sensors/audio_sensors.py:168
+#: plugins/audio_sensors/audio_sensors.py:181
+#: plugins/audio_sensors/audio_sensors.py:195
+msgid "microphone input voltage"
+msgstr ""
+
+#: 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 ""
-#: 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 ""
-#: 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 ""
-#: 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 ""
+#: plugins/light_sensor/light_sensor.py:57
+#: plugins/light_sensor/light_sensor.py:64
+msgid "light level detected by light sensor"
+msgstr ""
+
#: plugins/rfid/rfid.py:91 plugins/rfid/rfid.py:99
msgid "RFID"
msgstr ""
@@ -840,1178 +1143,1460 @@ msgstr ""
msgid "read value from RFID device"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
-#: TurtleArt/tabasics.py:707
-msgid "Palette of flow operators"
-msgstr ""
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:99
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:102
msgid "while"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:104
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
msgid "do-while-True operator that uses boolean operators from Numbers palette"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:110
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:109
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:112
msgid "until"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:111
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113
msgid "do-until-True operator that uses boolean operators from Numbers palette"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:118
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:120
msgid "Palette of media objects"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126
msgid "journal"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:125
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:127
msgid "Sugar Journal media object"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:135
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137
msgid "audio"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:139
msgid "Sugar Journal audio object"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:147
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149
msgid "video"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151
msgid "Sugar Journal video object"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:159
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161
msgid "description"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163
msgid "Sugar Journal description field"
msgstr ""
-#: 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
-#: TurtleArt/tabasics.py:834 TurtleArt/tabasics.py:835
-#: TurtleArt/tabasics.py:836
-msgid "text"
-msgstr "টেক্সট"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
-#: TurtleArt/tabasics.py:837
-msgid "string value"
-msgstr ""
-
-#: 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:180
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:208
msgid "show"
msgstr ""
-#: 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:184
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:197
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:212
msgid "draws text or show media from the Journal"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:191
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:193
msgid "show aligned"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:218
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:220
#, fuzzy
msgid "set scale"
msgstr "ছায়া নির্ধারণ করো"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:224
msgid "sets the scale of media"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:229
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:231
msgid "save picture"
msgstr ""
-#: 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:233
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:244
msgid "picture name"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:232
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234
msgid "saves a picture to the Sugar Journal"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:240
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:242
msgid "save SVG"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:243
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245
msgid "saves turtle graphics as an SVG file in the Sugar Journal"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:250
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:252
msgid "scale"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:254
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256
msgid "holds current scale value"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261
msgid "media wait"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:263
msgid "wait for current video or audio to complete"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:274
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270
+msgid "speak"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:272
+msgid "hello"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:273
+msgid "speaks text"
+msgstr ""
+
+#. TRANS: pitch, duration, amplitude
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281
+msgid "sinewave"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281
+msgid "duration"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:284
+msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299
+msgid "button down"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:302
+msgid "returns 1 if mouse button is pressed"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:309
+msgid "mouse x"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:312
+msgid "returns mouse x coordinate"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:319
+msgid "mouse y"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322
+msgid "returns mouse y coordinate"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330
msgid "query keyboard"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:276
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332
msgid "query for keyboard input (results stored in keyboard block)"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:339
msgid "keyboard"
msgstr "কী-বোর্ড"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:287
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:343
msgid "holds results of query-keyboard block"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:294
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:350
msgid "read pixel"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:353
msgid "RGB color under the turtle is pushed to the stack"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361
msgid "turtle sees"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:363
msgid "returns the color that the turtle \"sees\""
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:315
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371 taextras.py:279
msgid "time"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:318
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:374
msgid "elapsed time (in seconds) since program started"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:327
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:383
msgid "Palette of extra options"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388
msgid "push"
msgstr "প্রবেশ করাও"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:335
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:391
msgid "pushes value onto FILO (first-in last-out heap)"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:345
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:401
msgid "show heap"
msgstr "heap দেখাও"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:404
msgid "shows values in FILO (first-in last-out heap)"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:358
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:414
msgid "empty heap"
msgstr "খালি heap"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:417
msgid "emptys FILO (first-in-last-out heap)"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427
msgid "pop"
msgstr "বের করো"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:375
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:431
msgid "pops value off FILO (first-in last-out heap)"
msgstr ""
-#: 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:441
+#, fuzzy
+msgid "empty heap?"
+msgstr "খালি heap"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444
+msgid "returns True if heap is empty"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:451
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:453
msgid "comment"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:454
msgid "places a comment in your code"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:394
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:460
msgid "print"
msgstr "মুদ্রণ করো"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:397
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:463
msgid "prints value in status block at bottom of the screen"
msgstr ""
-#: 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:471
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:483
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:496
msgid "Python"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:408
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:474
msgid ""
"a programmable block: used to add advanced single-variable math equations, e."
"g., sin(x)"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:420
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:486
msgid ""
"a programmable block: used to add advanced multi-variable math equations, e."
"g., sqrt(x*x+y*y)"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:433
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499
msgid ""
"a programmable block: used to add advanced multi-variable math equations, e."
"g., sin(x+y+z)"
msgstr ""
-#: 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:510
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:525
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:540
msgid "Python block"
msgstr ""
-#: 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:512
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:542
msgid "runs code found in the tamyblock.py module found in the Journal"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:489
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555
msgid "Cartesian"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:491
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:557
msgid "displays Cartesian coordinates"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:497
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563
msgid "polar"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:565
msgid "displays polar coordinates"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:505
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:571
#, fuzzy
msgid "turtle"
msgstr "টার্টেল"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:574
msgid "chooses which turtle to command"
msgstr ""
-#: 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:583
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592
msgid "turtle shell"
msgstr ""
-#: 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:585
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:593
msgid "put a custom 'shell' on the turtle"
msgstr ""
-#: 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:598
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:763
#, fuzzy
msgid "top"
msgstr "ধাপ"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:534
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:600
msgid "top of a collapsed stack"
msgstr ""
-#: 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:606
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:739
msgid "bottom"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:607
msgid "bottom of a collapsible stack"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615
msgid "bottom block in a collapsed stack: click to open"
msgstr ""
-#: 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:623
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:626
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:635
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:643
msgid "top of stack"
msgstr ""
-#: 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:624
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:633
msgid "label"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:566
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:632
msgid "top of a collapsible stack"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
-#: TurtleArt/tautils.py:590
-msgid "click to open"
-msgstr ""
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:649
msgid "Palette of presentation templates"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:587
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653
msgid "hide blocks"
msgstr "ব্লক লুকিয়ে রাখো"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:589
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:655
msgid "declutters canvas by hiding blocks"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:594
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:660
#, fuzzy
msgid "show blocks"
msgstr "ব্লক দেখাও"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:662
msgid "restores hidden blocks"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:601
-#, fuzzy
-msgid "full screen"
-msgstr "পর্দা ভরাট করো"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:603
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669
msgid "hides the Sugar toolbars"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:612
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:678
msgid "list"
msgstr ""
-#: 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:681
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:911
msgid "presentation bulleted list"
msgstr ""
-#: 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:689
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:912
msgid "presentation template: list of bullets"
msgstr ""
-#: 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:696
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:856
msgid "presentation template: select Journal object (no description)"
msgstr ""
-#: 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:703
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:842
msgid "presentation template: select Journal object (with description)"
msgstr ""
-#: 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:710
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:898
msgid "presentation template: select four Journal objects"
msgstr ""
-#: 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:717
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:870
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:884
msgid "presentation template: select two Journal objects"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
-#: TurtleArt/tabasics.py:154
-msgid "left"
-msgstr "বামে যাও"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734
msgid "xcor of left of screen"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:676
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742
msgid "ycor of bottom of screen"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:747 taextras.py:205
msgid "width"
msgstr "প্রস্থ্য"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:684
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:750
msgid "the canvas width"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
-#: TurtleArt/tabasics.py:165
-msgid "right"
-msgstr "ডানে যাও"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:692
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:758
msgid "xcor of right of screen"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:766
msgid "ycor of top of screen"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:705
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 taextras.py:200
+#: taextras.py:206
msgid "height"
msgstr "উচ্চতা"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774
msgid "the canvas height"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781
msgid "title x"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:790
msgid "title y"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:733
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:799
msgid "left x"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:808
msgid "top y"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:751
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817
msgid "right x"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:760
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826
msgid "bottom y"
msgstr ""
-#: 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:251 TurtleArt/taconstants.py:273
-#: TurtleArt/taconstants.py:294 TurtleArt/taconstants.py:336
-#: TurtleArt/taconstants.py:378 TurtleArt/taconstants.py:420
-#, fuzzy
-msgid "Title"
-msgstr "শিরোনাম"
-
-#: 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:841
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:855
msgid "presentation 1x1"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:803
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:869
msgid "presentation 2x1"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:883
msgid "presentation 1x2"
msgstr ""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:831
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897
msgid "presentation 2x2"
msgstr ""
-#: plugins/light_sensor/light_sensor.py:57
-#: plugins/light_sensor/light_sensor.py:64
-msgid "light level detected by light sensor"
+#: pysamples/grecord.py:215
+#, fuzzy
+msgid "stop"
+msgstr "ধাপ"
+
+#: pysamples/grecord.py:217
+msgid "play"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:83
-#: plugins/audio_sensors/audio_sensors.py:98
-msgid "raw microphone input signal"
+#: pysamples/grecord.py:219
+msgid "save"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:89
-#: plugins/audio_sensors/audio_sensors.py:104
-msgid "loudness"
+#: pysamples/uturn.py:24
+msgid "uturn"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:90
-#: plugins/audio_sensors/audio_sensors.py:105
-msgid "microphone input volume"
+#: pysamples/uturn.py:26
+msgid "make a uturn"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:118
-#: plugins/audio_sensors/audio_sensors.py:126
-msgid "pitch"
+#: taextras.py:36
+msgid "Turtle Art Mini"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:119
-#: plugins/audio_sensors/audio_sensors.py:127
-msgid "microphone input pitch"
+#: taextras.py:40
+msgid "Turtle Confusion"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:145
-#: plugins/audio_sensors/audio_sensors.py:159
-msgid "resistance"
+#: taextras.py:41
+msgid "Select a challenge"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:146
-#: plugins/audio_sensors/audio_sensors.py:160
-msgid "microphone input resistance"
+#: taextras.py:47
+msgid "Palette of Mexican pesos"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:151
-#: plugins/audio_sensors/audio_sensors.py:166
-msgid "voltage"
+#: taextras.py:48
+msgid "Palette of Colombian pesos"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:152
-#: plugins/audio_sensors/audio_sensors.py:167
-msgid "microphone input voltage"
+#: taextras.py:49
+msgid "Palette of Rwandan francs"
msgstr ""
-#: plugins/accelerometer/accelerometer.py:55
-#: plugins/accelerometer/accelerometer.py:62
-msgid "acceleration"
+#: taextras.py:50
+msgid "Palette of US currencies"
msgstr ""
-#: plugins/accelerometer/accelerometer.py:57
-#: plugins/accelerometer/accelerometer.py:64
-msgid "push acceleration in x, y, z to heap"
+#: taextras.py:51
+msgid "Palette of Australian currencies"
msgstr ""
-#: TurtleArt/tapalette.py:83
-msgid "displays next palette"
+#: taextras.py:52
+msgid "Palette of Guaranies"
msgstr ""
-#: TurtleArt/tapalette.py:84
-msgid "changes the orientation of the palette of blocks"
+#. TRANS: Butia is the Arduino Robot Project from Uruguay
+#. (http://www.fing.edu.uy/inco/proyectos/butia/)
+#: taextras.py:58
+msgid "Turtle Art Butia"
msgstr ""
-#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
-msgid "orientation"
+#: taextras.py:59
+msgid "adjust LED intensity between 0 and 255"
msgstr ""
-#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
-#, fuzzy
-msgid "next"
-msgstr "টেক্সট"
+#: taextras.py:60
+msgid "returns the object gray level as a number between 0 and 1023"
+msgstr ""
-#: TurtleArt/tawindow.py:2885
-msgid "image"
+#: taextras.py:61
+msgid "returns 1 when the button is press and 0 otherwise"
msgstr ""
-#: TurtleArt/tautils.py:173
-msgid "Load..."
+#: taextras.py:62
+msgid "returns the ambient light level as a number between 0 and 1023"
msgstr ""
-#: TurtleArt/tautils.py:182
-msgid "Save..."
+#: taextras.py:63
+msgid "returns the ambient temperature as a number between 0 and 255"
msgstr ""
-#: TurtleArt/talogo.py:417
-msgid "did not output to"
+#: taextras.py:64
+msgid ""
+"returns the distance from the object in front of the sensor as a number "
+"between 0 and 255"
msgstr ""
-#: TurtleArt/talogo.py:466
-msgid "I don't know how to"
+#: taextras.py:66
+msgid "returns 0 or 1 depending on the sensor inclination"
msgstr ""
-#: TurtleArt/talogo.py:512
-msgid "doesn't like"
+#: taextras.py:67
+msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise"
msgstr ""
-#: TurtleArt/talogo.py:512
-msgid "as input"
+#: taextras.py:68
+msgid "switches from 0 to 1, the frequency depends on the vibration"
msgstr ""
-#: TurtleArt/tabasics.py:115
-msgid "Palette of turtle commands"
+#: taextras.py:69
+msgid "LED"
msgstr ""
-#: TurtleArt/tabasics.py:120
-msgid "forward"
-msgstr "সামনে যাও"
+#: taextras.py:70
+msgid "pushbutton"
+msgstr ""
-#: TurtleArt/tabasics.py:124
-msgid "moves turtle forward"
+#: taextras.py:71
+msgid "grayscale"
msgstr ""
-#: TurtleArt/tabasics.py:135
-msgid "moves turtle backward"
+#: taextras.py:72
+msgid "ambient light"
msgstr ""
-#: TurtleArt/tabasics.py:143
-msgid "clean"
-msgstr "পরিষ্কার করো"
+#: taextras.py:73
+msgid "temperature"
+msgstr ""
-#: TurtleArt/tabasics.py:146
-msgid "clears the screen and reset the turtle"
+#: taextras.py:74 taextras.py:244
+msgid "distance"
msgstr ""
-#: TurtleArt/tabasics.py:158
-msgid "turns turtle counterclockwise (angle in degrees)"
+#: taextras.py:75 taextras.py:241
+msgid "tilt"
msgstr ""
-#: TurtleArt/tabasics.py:169
-msgid "turns turtle clockwise (angle in degrees)"
+#: taextras.py:76
+msgid "magnetic induction"
msgstr ""
-#: TurtleArt/tabasics.py:177
-msgid "arc"
-msgstr "চাপ"
+#: taextras.py:77
+msgid "vibration"
+msgstr ""
-#: TurtleArt/tabasics.py:177
-msgid "angle"
-msgstr "কোণ"
+#: taextras.py:78
+msgid "Butia Robot"
+msgstr ""
-#: TurtleArt/tabasics.py:177
-msgid "radius"
-msgstr "ব্যাসার্ধ"
+#: taextras.py:79
+msgid "delay Butia"
+msgstr ""
-#: TurtleArt/tabasics.py:181
-msgid "moves turtle along an arc"
+#: taextras.py:80
+msgid "wait for argument seconds"
msgstr ""
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "set xy"
-msgstr "xy নির্ধারণ করো"
+#. TRANS: This string is shorthand for "battery charge of Butia"
+#: taextras.py:82
+msgid "battery charge Butia"
+msgstr ""
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "x"
-msgstr "x"
+#: taextras.py:83
+msgid "returns the battery charge as a number between 0 and 255"
+msgstr ""
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "y"
-msgstr "y"
+#. TRANS: This string is shorthand for "speed of Butia"
+#: taextras.py:85
+msgid "speed Butia"
+msgstr ""
-#: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260
+#: taextras.py:86
msgid ""
-"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
+"set the speed of the Butia motors as a value between 0 and 1023, passed by "
+"an argument"
msgstr ""
-#
-#: TurtleArt/tabasics.py:204
-msgid "set heading"
-msgstr "শিরনাম নির্ধারণ"
+#. TRANS: This string is shorthand for "move Butia forward"
+#: taextras.py:89
+msgid "forward Butia"
+msgstr ""
-#: TurtleArt/tabasics.py:208
-msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
+#: taextras.py:90
+msgid "move the Butia robot forward"
msgstr ""
-#: TurtleArt/tabasics.py:217
-msgid ""
-"holds current x-coordinate value of the turtle (can be used in place of a "
-"number block)"
+#: taextras.py:91
+msgid "move the Butia robot forward a predefined distance"
msgstr ""
-#: TurtleArt/tabasics.py:228
-msgid ""
-"holds current y-coordinate value of the turtle (can be used in place of a "
-"number block)"
+#. TRANS: This string is shorthand for "move Butia backward"
+#: taextras.py:93
+msgid "backward Butia"
msgstr ""
-#: TurtleArt/tabasics.py:239
-msgid ""
-"holds current heading value of the turtle (can be used in place of a number "
-"block)"
+#: taextras.py:94
+msgid "move the Butia robot backward"
msgstr ""
-#: TurtleArt/tabasics.py:273
-msgid "Palette of pen commands"
+#: taextras.py:95
+msgid "move the Butia robot backward a predefined distance"
msgstr ""
-#: TurtleArt/tabasics.py:277
-msgid "pen up"
-msgstr "কলম ওঠাও"
+#. TRANS: This string is shorthand for "turn Butia left"
+#: taextras.py:97
+msgid "left Butia"
+msgstr ""
-#: TurtleArt/tabasics.py:280
-msgid "Turtle will not draw when moved."
+#: taextras.py:98
+msgid "turn the Butia robot at left"
msgstr ""
-#: TurtleArt/tabasics.py:286
-msgid "pen down"
-msgstr "কলম নামাও"
+#. TRANS: This string is shorthand for "turn Butia right"
+#: taextras.py:100
+msgid "right Butia"
+msgstr ""
-#: TurtleArt/tabasics.py:289
-msgid "Turtle will draw when moved."
+#: taextras.py:101
+msgid "turn the Butia robot at right"
msgstr ""
-#: TurtleArt/tabasics.py:295
-msgid "set pen size"
-msgstr "কলমের আকার নির্ধারণ করো"
+#: taextras.py:102
+msgid "turn Butia"
+msgstr ""
-#: TurtleArt/tabasics.py:299
-msgid "sets size of the line drawn by the turtle"
+#: taextras.py:103
+msgid "turn the Butia robot x degrees"
msgstr ""
-#: TurtleArt/tabasics.py:309
-msgid "fill screen"
-msgstr "পর্দা ভরাট করো"
+#: taextras.py:104
+msgid "stop Butia"
+msgstr ""
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394
-msgid "color"
-msgstr "রং"
+#: taextras.py:105
+msgid "stop the Butia robot"
+msgstr ""
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404
-msgid "shade"
-msgstr "ছায়া"
+#: taextras.py:106
+msgid "display Butia"
+msgstr ""
-#: TurtleArt/tabasics.py:313
-msgid "fills the background with (color, shade)"
+#. TRANS: this string must contain only ASCII characters.
+#. The len must be 32 characters/spaces.
+#: taextras.py:109
+msgid "Hello World Butia "
msgstr ""
-#: TurtleArt/tabasics.py:322
-msgid "pen size"
-msgstr "কলমের আকার"
+#: taextras.py:110
+msgid "print text in Butia robot 32-character ASCII display"
+msgstr ""
-#: TurtleArt/tabasics.py:323
-msgid "holds current pen size (can be used in place of a number block)"
+#: taextras.py:111
+msgid "Butia"
msgstr ""
-#: TurtleArt/tabasics.py:334
-msgid "start fill"
+#: taextras.py:115
+msgid "The camera was not found."
msgstr ""
-#: TurtleArt/tabasics.py:336
-msgid "starts filled polygon (used with end fill block)"
+#: taextras.py:116
+msgid "Error on the initialization of the camera."
msgstr ""
-#: TurtleArt/tabasics.py:343
-msgid "end fill"
+#: taextras.py:117
+msgid "FollowMe"
msgstr ""
-#: TurtleArt/tabasics.py:345
-msgid "completes filled polygon (used with start fill block)"
+#: taextras.py:118
+msgid "follow a RGB color"
msgstr ""
-#: TurtleArt/tabasics.py:355
-msgid "Palette of pen colors"
+#: taextras.py:119
+msgid "set a threshold for a RGB color"
msgstr ""
-#: TurtleArt/tabasics.py:359
-msgid "set color"
-msgstr "রং নির্ধারণ করো"
+#: taextras.py:120
+msgid "follow a turtle color"
+msgstr ""
-#: TurtleArt/tabasics.py:363
-msgid "sets color of the line drawn by the turtle"
+#: taextras.py:121
+msgid "set the minimal number of pixels to follow"
msgstr ""
-#: TurtleArt/tabasics.py:371
-msgid "set shade"
-msgstr "ছায়া নির্ধারণ করো"
+#: taextras.py:122
+msgid "calibrate"
+msgstr ""
-#: TurtleArt/tabasics.py:375
-msgid "sets shade of the line drawn by the turtle"
+#: taextras.py:123
+msgid "calibrate a color to follow"
msgstr ""
-#: TurtleArt/tabasics.py:383
-msgid "set gray"
+#: taextras.py:124
+msgid "x position"
msgstr ""
-#: TurtleArt/tabasics.py:386
-msgid "sets gray level of the line drawn by the turtle"
+#: taextras.py:125
+msgid "return x position"
msgstr ""
-#: TurtleArt/tabasics.py:395
-msgid "holds current pen color (can be used in place of a number block)"
+#: taextras.py:126
+msgid "y position"
msgstr ""
-#: TurtleArt/tabasics.py:405
-msgid "holds current pen shade"
+#: taextras.py:127
+msgid "return y position"
msgstr ""
-#: TurtleArt/tabasics.py:413
-msgid "gray"
+#: taextras.py:128
+msgid "pixels"
msgstr ""
-#: TurtleArt/tabasics.py:414
-msgid "holds current gray level (can be used in place of a number block)"
+#: taextras.py:129
+msgid "return the number of pixels of the biggest blob"
msgstr ""
-#: TurtleArt/tabasics.py:434
-msgid "set text color"
-msgstr "টেক্সটের রং নির্ধারণ করো"
+#: taextras.py:133
+msgid "SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:437
-msgid "sets color of text drawn by the turtle"
+#: taextras.py:134
+msgid "speed SumBot"
msgstr ""
-#: TurtleArt/tabasics.py:445
-#, fuzzy
-msgid "set text size"
-msgstr "কলমের আকার নির্ধারণ করো"
+#: taextras.py:135
+msgid "submit the speed to the SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:448
-msgid "sets size of text drawn by the turtle"
+#: taextras.py:136
+msgid "set the default speed for the movement commands"
msgstr ""
-#: TurtleArt/tabasics.py:531
-msgid "Palette of numeric operators"
+#. TRANS: This string is shorthand for "move SumBot forward"
+#: taextras.py:138
+msgid "forward SumBot"
msgstr ""
-#: TurtleArt/tabasics.py:537
-msgid "plus"
+#: taextras.py:139
+msgid "move SumBot forward"
msgstr ""
-#: TurtleArt/tabasics.py:540
-msgid "adds two alphanumeric inputs"
+#. TRANS: This string is shorthand for "move SumBot backward"
+#: taextras.py:141
+msgid "backward SumBot"
msgstr ""
-#: TurtleArt/tabasics.py:548
-msgid "minus"
+#: taextras.py:142
+msgid "move SumBot backward"
msgstr ""
-#: TurtleArt/tabasics.py:551
-msgid "subtracts bottom numeric input from top numeric input"
+#: taextras.py:143
+msgid "stop SumBot"
msgstr ""
-#: TurtleArt/tabasics.py:562
-msgid "multiply"
+#: taextras.py:144
+msgid "stop the SumBot"
msgstr ""
-#: TurtleArt/tabasics.py:565
-msgid "multiplies two numeric inputs"
+#. TRANS: This string is shorthand for "turn SumBot left"
+#: taextras.py:146
+msgid "left SumBot"
msgstr ""
-#: TurtleArt/tabasics.py:574
-msgid "divide"
+#: taextras.py:147
+msgid "turn left the SumBot"
+msgstr ""
+
+#. TRANS: This string is shorthand for "move SumBot right"
+#: taextras.py:149
+msgid "right SumBot"
+msgstr ""
+
+#: taextras.py:150
+msgid "turn right the SumBot"
+msgstr ""
+
+#: taextras.py:151
+msgid "angle to center"
+msgstr ""
+
+#. TRANS: dohyo is the playing field
+#: taextras.py:153
+msgid "get the angle to the center of the dohyo"
+msgstr ""
+
+#: taextras.py:154
+msgid "angle to Enemy"
+msgstr ""
+
+#: taextras.py:155
+msgid "get the angle to the Enemy"
+msgstr ""
+
+#. TRANS: This string is shorthand for "x coordinate of SumBot"
+#: taextras.py:157
+msgid "x coor. SumBot"
+msgstr ""
+
+#: taextras.py:158
+msgid "get the x coordinate of the SumBot"
msgstr ""
-#: TurtleArt/tabasics.py:577
+#. TRANS: This string is shorthand for "y coordinate of SumBot"
+#: taextras.py:160
+msgid "y coor. SumBot"
+msgstr ""
+
+#: taextras.py:161
+msgid "get the y coordinate of the SumBot"
+msgstr ""
+
+#. TRANS: This string is shorthand for "x coordinate of SumBot's enemy"
+#: taextras.py:163
+msgid "x coor. Enemy"
+msgstr ""
+
+#: taextras.py:164
+msgid "get the x coordinate of the Enemy"
+msgstr ""
+
+#. TRANS: This string is shorthand for "y coordinate of SumBot's enemy"
+#: taextras.py:166
+msgid "y coor. Enemy"
+msgstr ""
+
+#: taextras.py:167
+msgid "get the y coordinate of the Enemy"
+msgstr ""
+
+#. TRANS: This string is shorthand for "rotation of SumBot"
+#: taextras.py:169
+msgid "rotation SumBot"
+msgstr ""
+
+#: taextras.py:170
+msgid "get the rotation of the Sumbot"
+msgstr ""
+
+#. TRANS: This string is shorthand for "rotation of SumBot's enemy"
+#: taextras.py:172
+msgid "rotation Enemy"
+msgstr ""
+
+#: taextras.py:173
+msgid "get the rotation of the Enemy"
+msgstr ""
+
+#: taextras.py:174
+msgid "distance to center"
+msgstr ""
+
+#. TRANS: dohyo is the playing field
+#: taextras.py:176
+msgid "get the distance to the center of the dohyo"
+msgstr ""
+
+#: taextras.py:177
+msgid "distance to Enemy"
+msgstr ""
+
+#: taextras.py:178
+msgid "get the distance to the Enemy"
+msgstr ""
+
+#: taextras.py:179
+msgid "update information"
+msgstr ""
+
+#: taextras.py:180
+msgid "update information from the server"
+msgstr ""
+
+#. TRANS: Please use similar terms to those used in the Physics Activity
+#: taextras.py:185
+msgid "Palette of physics blocks"
+msgstr ""
+
+#: taextras.py:186
+msgid "start polygon"
+msgstr ""
+
+#: taextras.py:187
+msgid "Begin defining a new polygon based on the current Turtle xy position."
+msgstr ""
+
+#: taextras.py:189
+msgid "add point"
+msgstr ""
+
+#: taextras.py:190
msgid ""
-"divides top numeric input (numerator) by bottom numeric input (denominator)"
+"Add a new point to the current polygon based on the current Turtle xy "
+"position."
msgstr ""
-#: TurtleArt/tabasics.py:587
-msgid "identity"
+#: taextras.py:192
+msgid "end polygon"
msgstr ""
-#: TurtleArt/tabasics.py:589
-msgid "identity operator used for extending blocks"
+#: taextras.py:193
+msgid "Define a new polygon."
msgstr ""
-#: TurtleArt/tabasics.py:597 TurtleArt/tabasics.py:598
-msgid "mod"
-msgstr "মোড"
+#: taextras.py:194
+msgid "end filled polygon"
+msgstr ""
-#: TurtleArt/tabasics.py:601
-msgid "modular (remainder) operator"
+#: taextras.py:195
+msgid "Not a simple polygon"
msgstr ""
-#: TurtleArt/tabasics.py:608
-msgid "√"
+#: taextras.py:196
+msgid "Define a new filled polygon."
msgstr ""
-#: TurtleArt/tabasics.py:609
-msgid "square root"
+#: taextras.py:197
+msgid "triangle"
msgstr ""
-#: TurtleArt/tabasics.py:612
-msgid "calculates square root"
+#. TRANS: base of a triangle
+#: taextras.py:199
+msgid "base"
msgstr ""
-#: TurtleArt/tabasics.py:619
-msgid "random"
-msgstr "র‍্যান্ডম"
+#: taextras.py:201
+msgid "Add a triangle object to the project."
+msgstr ""
-#: TurtleArt/tabasics.py:619
-msgid "min"
-msgstr "নূন্যতম"
+#: taextras.py:202
+msgid "circle"
+msgstr ""
-#: TurtleArt/tabasics.py:619
-msgid "max"
-msgstr "সর্বোচ্চ"
+#: taextras.py:203
+msgid "Add a circle object to the project."
+msgstr ""
-#: TurtleArt/tabasics.py:623
-msgid "returns random number between minimum (top) and maximum (bottom) values"
+#: taextras.py:204
+msgid "rectangle"
msgstr ""
-#: TurtleArt/tabasics.py:635
-msgid "number"
-msgstr "সংখ্যা"
+#: taextras.py:207
+msgid "Add a rectangle object to the project."
+msgstr ""
-#: TurtleArt/tabasics.py:636
-msgid "used as numeric input in mathematic operators"
+#: taextras.py:208
+msgid "reset"
msgstr ""
-#: TurtleArt/tabasics.py:643
-msgid "greater than"
+#: taextras.py:209
+msgid "Reset the project; clear the object list."
msgstr ""
-#: TurtleArt/tabasics.py:646
-msgid "logical greater-than operator"
+#: taextras.py:210
+msgid "motor"
msgstr ""
-#: TurtleArt/tabasics.py:654
-msgid "less than"
+#: taextras.py:211
+msgid "torque"
msgstr ""
-#: TurtleArt/tabasics.py:657
-msgid "logical less-than operator"
+#: taextras.py:212
+msgid "speed"
msgstr ""
-#: TurtleArt/tabasics.py:665
-msgid "equal"
+#: taextras.py:213
+msgid ""
+"Motor torque and speed range from 0 (off) to positive numbers; motor is "
+"placed on the most recent object created."
msgstr ""
-#: TurtleArt/tabasics.py:668
-msgid "logical equal-to operator"
+#: taextras.py:215
+msgid "pin"
msgstr ""
-#: TurtleArt/tabasics.py:674
-msgid "not"
-msgstr "NOT"
+#: taextras.py:216
+msgid "Pin an object down so that it cannot fall."
+msgstr ""
-#: TurtleArt/tabasics.py:677
-msgid "logical NOT operator"
+#: taextras.py:217
+msgid "joint"
msgstr ""
-#: TurtleArt/tabasics.py:683 TurtleArt/tabasics.py:686
-msgid "and"
-msgstr "AND"
+#: taextras.py:220
+msgid ""
+"Join two objects together (the most recent object created and the object at "
+"point x, y)."
+msgstr ""
-#: TurtleArt/tabasics.py:687
-msgid "logical AND operator"
+#: taextras.py:222
+msgid "Save the project to the Journal as a Physics activity."
msgstr ""
-#: TurtleArt/tabasics.py:694 TurtleArt/tabasics.py:697
-msgid "or"
-msgstr "OR"
+#: taextras.py:223
+msgid "density"
+msgstr ""
-#: TurtleArt/tabasics.py:698
-msgid "logical OR operator"
+#: taextras.py:224
+msgid ""
+"Set the density property for objects (density can be any positive number)."
msgstr ""
-#: TurtleArt/tabasics.py:712
-msgid "wait"
-msgstr "অপেক্ষা করো"
+#: taextras.py:226
+msgid "friction"
+msgstr ""
-#: TurtleArt/tabasics.py:716
-msgid "pauses program execution a specified number of seconds"
+#: taextras.py:227
+msgid ""
+"Set the friction property for objects (value from 0 to 1, where 0 turns "
+"friction off and 1 is strong friction)."
msgstr ""
-#: TurtleArt/tabasics.py:723
-msgid "forever"
-msgstr "চিরদিন"
+#. TRANS: bounciness is restitution
+#: taextras.py:230
+msgid "bounciness"
+msgstr ""
-#: TurtleArt/tabasics.py:727
-msgid "loops forever"
+#: taextras.py:231
+msgid ""
+"Set the bounciness property for objects (a value from 0 to 1, where 0 means "
+"no bounce and 1 is very bouncy)."
msgstr ""
-#: TurtleArt/tabasics.py:733 TurtleArt/tabasics.py:737
-msgid "repeat"
-msgstr "পুনরায় করো"
+#: taextras.py:233
+msgid "dynamic"
+msgstr ""
-#: TurtleArt/tabasics.py:738
-msgid "loops specified number of times"
+#: taextras.py:234
+msgid ""
+"If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position."
msgstr ""
-#: TurtleArt/tabasics.py:744 TurtleArt/tabasics.py:756
-msgid "if"
-msgstr "if"
+#. TRANS: WeDo is a robotics product of the LEGO company
+#: taextras.py:240
+msgid "Palette of WeDo blocks"
+msgstr ""
-#: TurtleArt/tabasics.py:744
-msgid "then"
-msgstr "then"
+#: taextras.py:242
+msgid ""
+"tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == "
+"tilt left, 2 == tilt right)"
+msgstr ""
-#: TurtleArt/tabasics.py:747
-msgid "if then"
+#. TRANS: This string is shorthand for "output of the distance sensor"
+#: taextras.py:246
+msgid "distance sensor output"
msgstr ""
-#: TurtleArt/tabasics.py:749
-msgid "if-then operator that uses boolean operators from Numbers palette"
+#: taextras.py:247
+msgid "Motor A"
msgstr ""
-#: TurtleArt/tabasics.py:756
-msgid "then else"
+#: taextras.py:248
+msgid "returns the current value of Motor A"
msgstr ""
-#: TurtleArt/tabasics.py:760
-msgid "if then else"
+#: taextras.py:249
+msgid "Motor B"
msgstr ""
-#: TurtleArt/tabasics.py:761
-msgid "if-then-else operator that uses boolean operators from Numbers palette"
+#: taextras.py:250
+msgid "returns the current value of Motor B"
msgstr ""
-#: TurtleArt/tabasics.py:769
-msgid "horizontal space"
+#: taextras.py:251
+msgid "set the value for Motor A"
msgstr ""
-#: TurtleArt/tabasics.py:770
-msgid "jogs stack right"
+#: taextras.py:252
+msgid "set the value for Motor B"
msgstr ""
-#: TurtleArt/tabasics.py:777
-msgid "vertical space"
+#. TRANS: Lego NXT is a robotics product of the LEGO company
+#: taextras.py:257
+msgid "Palette of LEGO NXT blocks"
msgstr ""
-#: TurtleArt/tabasics.py:778
-msgid "jogs stack down"
+#: taextras.py:258
+msgid "touch"
msgstr ""
-#: TurtleArt/tabasics.py:784
-msgid "stop action"
+#: taextras.py:259
+msgid "ultrasonic"
msgstr ""
-#: TurtleArt/tabasics.py:787
-msgid "stops current action"
+#: taextras.py:261
+#, fuzzy
+msgid "light"
+msgstr "ডানে যাও"
+
+#: taextras.py:262
+msgid "PORT A"
msgstr ""
-#: TurtleArt/tabasics.py:796
-msgid "Palette of variable blocks"
+#: taextras.py:263
+msgid "PORT B"
msgstr ""
-#: TurtleArt/tabasics.py:804
-msgid "connects action to toolbar run buttons"
+#: taextras.py:264
+msgid "PORT C"
msgstr ""
-#: TurtleArt/tabasics.py:812
-msgid "store in box 1"
-msgstr "বাক্স ১ এ সংরক্ষণ করো"
+#: taextras.py:265
+msgid "PORT 1"
+msgstr ""
-#: TurtleArt/tabasics.py:816
-msgid "stores numeric value in Variable 1"
+#: taextras.py:266
+msgid "PORT 2"
msgstr ""
-#: TurtleArt/tabasics.py:823
-msgid "store in box 2"
-msgstr "বাক্স ২ এ সংরক্ষণ করো"
+#: taextras.py:267
+msgid "PORT 3"
+msgstr ""
-#: TurtleArt/tabasics.py:827
-msgid "stores numeric value in Variable 2"
+#: taextras.py:268
+msgid "PORT 4"
msgstr ""
-#: TurtleArt/tabasics.py:841
-msgid "box 1"
-msgstr "বাক্স ১"
+#: taextras.py:269
+msgid "Please check the connection with the brick."
+msgstr ""
-#: TurtleArt/tabasics.py:844
-msgid "Variable 1 (numeric value)"
+#: taextras.py:270
+msgid "Please check the port."
msgstr ""
-#: TurtleArt/tabasics.py:850
-msgid "box 2"
-msgstr "বাক্স ২"
+#: taextras.py:271
+msgid "The value of power must be between -127 to 127."
+msgstr ""
-#: TurtleArt/tabasics.py:853
-msgid "Variable 2 (numeric value)"
+#: taextras.py:272
+msgid "An error has ocurred: check all and try reconect."
msgstr ""
-#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:870
-msgid "box"
-msgstr "বাক্স"
+#: taextras.py:273
+msgid "NXT found"
+msgstr ""
-#: TurtleArt/tabasics.py:862 TurtleArt/tabasics.py:873
-msgid "my box"
+#: taextras.py:274
+msgid "NXT not found"
msgstr ""
-#: TurtleArt/tabasics.py:864
-msgid "named variable (numeric value)"
+#: taextras.py:275
+msgid "refresh NXT"
msgstr ""
-#: TurtleArt/tabasics.py:870
-msgid "store in"
+#: taextras.py:276
+msgid "Search for a connected NXT brick."
msgstr ""
-#: TurtleArt/tabasics.py:870
-msgid "value"
+#: taextras.py:277
+msgid "play tone"
msgstr ""
-#: TurtleArt/tabasics.py:874
-msgid "stores numeric value in named variable"
+#: taextras.py:278
+msgid "freq"
msgstr ""
-#: TurtleArt/tabasics.py:882 TurtleArt/tabasics.py:884
-#: TurtleArt/tabasics.py:908 TurtleArt/tabasics.py:911
-msgid "action"
+#: taextras.py:280
+msgid "Play a tone at freq for time."
msgstr ""
-#: TurtleArt/tabasics.py:886
-msgid "top of nameable action stack"
+#: taextras.py:281
+msgid ""
+"turn motor\n"
+"rotations"
msgstr ""
-#: TurtleArt/tabasics.py:891 TurtleArt/tabasics.py:918
-msgid "action 1"
+#: taextras.py:282
+msgid "port"
msgstr ""
-#: TurtleArt/tabasics.py:894
-msgid "top of Action 1 stack"
+#: taextras.py:283
+msgid "power"
msgstr ""
-#: TurtleArt/tabasics.py:899 TurtleArt/tabasics.py:927
-msgid "action 2"
+#: taextras.py:284
+msgid "turn a motor"
msgstr ""
-#: TurtleArt/tabasics.py:902
-msgid "top of Action 2 stack"
+#: taextras.py:285
+msgid ""
+"sync motors\n"
+"steering"
msgstr ""
-#: TurtleArt/tabasics.py:912
-msgid "invokes named action stack"
+#: taextras.py:286
+msgid "rotations"
msgstr ""
-#: TurtleArt/tabasics.py:921
-msgid "invokes Action 1 stack"
+#: taextras.py:287
+msgid "synchronize two motors"
msgstr ""
-#: TurtleArt/tabasics.py:930
-msgid "invokes Action 2 stack"
+#: taextras.py:288
+msgid "PORT A of the brick"
msgstr ""
-#: TurtleArt/tabasics.py:938
-msgid "trash"
+#: taextras.py:289
+msgid "PORT B of the brick"
msgstr ""
-#: TurtleArt/tabasics.py:942
-msgid "empty trash"
+#: taextras.py:290
+msgid "PORT C of the brick"
msgstr ""
-#: TurtleArt/tabasics.py:943
-msgid "permanently deletes items in trash"
+#: taextras.py:291
+msgid "start motor"
msgstr ""
-#: TurtleArt/tabasics.py:947
-msgid "restore all"
+#: taextras.py:292
+msgid "Run a motor forever."
msgstr ""
-#: TurtleArt/tabasics.py:948
-msgid "restore all blocks from trash"
+#: taextras.py:293
+msgid "brake motor"
msgstr ""
-#: TurtleArt/tabasics.py:952
-msgid "clear all"
+#: taextras.py:294
+msgid "Stop a specified motor."
msgstr ""
-#: TurtleArt/tabasics.py:953
-msgid "move all blocks to trash"
+#: taextras.py:295
+msgid "PORT 1 of the brick"
msgstr ""
+#: taextras.py:296
+msgid "color sensor"
+msgstr ""
+
+#: taextras.py:297
+msgid "light sensor"
+msgstr ""
+
+#: taextras.py:298
+msgid "PORT 2 of the brick"
+msgstr ""
+
+#: taextras.py:299
+msgid "touch sensor"
+msgstr ""
+
+#: taextras.py:300
+msgid "distance sensor"
+msgstr ""
+
+#: taextras.py:301
+msgid "PORT 3 of the brick"
+msgstr ""
+
+#: taextras.py:302
+msgid "read"
+msgstr ""
+
+#: taextras.py:303
+msgid "sensor"
+msgstr ""
+
+#: taextras.py:304
+msgid "Read sensor output."
+msgstr ""
+
+#: taextras.py:305
+msgid "PORT 4 of the brick"
+msgstr ""
+
+#: taextras.py:306
+msgid "set light"
+msgstr ""
+
+#: taextras.py:307
+msgid "Set color sensor light."
+msgstr ""
+
+#: turtleart.py:69
+msgid "usage is"
+msgstr ""
+
+#: turtleart.py:228
+msgid "No option action:"
+msgstr ""
+
+#: turtleart.py:240
+msgid "File not found"
+msgstr ""
+
+#: turtleart.py:264
+#, python-format
+msgid "Configuration directory not writable: %s"
+msgstr ""
+
+#: turtleart.py:320
+msgid "New"
+msgstr ""
+
+#: turtleart.py:321
+msgid "Open"
+msgstr ""
+
+#: turtleart.py:322
+msgid "Save"
+msgstr ""
+
+#: turtleart.py:323
+#, fuzzy
+msgid "Save as"
+msgstr "নতুনভাবে সংরক্ষণ করো"
+
+#: turtleart.py:330
+msgid "Quit"
+msgstr ""
+
+#: turtleart.py:331
+msgid "File"
+msgstr ""
+
+#: turtleart.py:338
+msgid "Rescale coordinates"
+msgstr ""
+
+#: turtleart.py:344
+msgid "Reset block size"
+msgstr ""
+
+#: turtleart.py:358
+msgid "Show/hide blocks"
+msgstr ""
+
+#: turtleart.py:360
+msgid "Tools"
+msgstr ""
+
+#: turtleart.py:367
+#, fuzzy
+msgid "Stop"
+msgstr "ধাপ"
+
+#: turtleart.py:368
+msgid "Turtle"
+msgstr "টার্টেল"
+
+#: turtleart.py:398
+msgid "You have unsaved work. Would you like to save before quitting?"
+msgstr ""
+
+#: turtleart.py:399
+msgid "Save project?"
+msgstr ""
+
+#, fuzzy
+#~ msgid "full screen"
+#~ msgstr "পর্দা ভরাট করো"
+
#~ msgid "stack"
#~ msgstr "স্ট্যাক"
@@ -2024,10 +2609,6 @@ msgstr ""
#~ msgstr "প্রবাহ"
#, fuzzy
-#~ msgid "black"
-#~ msgstr "পেছনে"
-
-#, fuzzy
#~ msgid "Load my block"
#~ msgstr "\"আমার ‌ব্লক\" লোড করো"