Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/da.po2288
-rw-r--r--po/en_GB.po2163
-rw-r--r--po/en_US.po2289
-rw-r--r--po/fr.po2327
4 files changed, 5628 insertions, 3439 deletions
diff --git a/po/da.po b/po/da.po
index 8f91a75..f7aa2ab 100644
--- a/po/da.po
+++ b/po/da.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-29 09:03-0400\n"
-"PO-Revision-Date: 2011-09-18 09:47+0200\n"
+"POT-Creation-Date: 2011-09-27 07:23-0400\n"
+"PO-Revision-Date: 2011-10-01 22:19+0200\n"
"Last-Translator: Aputsiaq Niels <aj@isit.gl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\n"
@@ -19,676 +19,900 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.1\n"
+"X-Generator: Pootle 2.0.5\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:127
+#: TurtleArt/taexporthtml.py:129 TurtleArt/tawindow.py:1568
+#: TurtleArt/tawindow.py:2793 pysamples/grecord.py:205 turtleart.py:272
msgid "Turtle Art"
msgstr "Skildpadde Kunst"
-#: turtleart.py:68
-msgid "usage is"
-msgstr "forbrug er"
+#: TurtleArt/tabasics.py:115
+msgid "Palette of turtle commands"
+msgstr "Palette af kommandoer for skildpadde"
-#: turtleart.py:212
-msgid "No option action:"
-msgstr "Ingen handling for valgmulighed:"
+#: TurtleArt/tabasics.py:120
+msgid "forward"
+msgstr "fremad"
-#: turtleart.py:224
-msgid "File not found"
-msgstr "Fil blev ikke fundet"
+#: TurtleArt/tabasics.py:124
+msgid "moves turtle forward"
+msgstr "flyt skildpadde fremad"
-#: turtleart.py:248
-#, python-format
-msgid "Configuration directory not writable: %s"
-msgstr "Der kan ikke skrives til konfigurationskatalog: %s"
+#: TurtleArt/tabasics.py:131 taextras.py:128
+msgid "back"
+msgstr "tilbage"
-#: turtleart.py:304
-msgid "New"
-msgstr "Ny"
+#: TurtleArt/tabasics.py:135
+msgid "moves turtle backward"
+msgstr "flytter skildpadden baglæns"
-#: turtleart.py:305
-msgid "Open"
-msgstr "Åbn"
+#: TurtleArt/tabasics.py:143
+msgid "clean"
+msgstr "rens"
-#: turtleart.py:306
-msgid "Save"
-msgstr "Gem"
+#: TurtleArt/tabasics.py:146
+msgid "clears the screen and reset the turtle"
+msgstr "rydder skærmen og nulstiller skildpadden"
-#: turtleart.py:307
-msgid "Save as"
-msgstr "Gem som"
+#: TurtleArt/tabasics.py:154
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
+msgid "left"
+msgstr "venstre"
-#: turtleart.py:308 TurtleArtActivity.py:604
-msgid "Save as image"
-msgstr "Gem som billede"
+#: TurtleArt/tabasics.py:158
+msgid "turns turtle counterclockwise (angle in degrees)"
+msgstr "drejer skildpadde mod uret (vinkel i grader)"
-#: turtleart.py:310 TurtleArtActivity.py:607
-msgid "Save as HTML"
-msgstr "Gem som HTML"
+#: TurtleArt/tabasics.py:165
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
+msgid "right"
+msgstr "højre"
-#: turtleart.py:312 TurtleArtActivity.py:609
-msgid "Save as Logo"
-msgstr "Gem som Logo"
+#: TurtleArt/tabasics.py:169
+msgid "turns turtle clockwise (angle in degrees)"
+msgstr "drejer skildpadde med uret (vinkel i grader)"
-#: turtleart.py:314
-msgid "Quit"
-msgstr "Afslut"
+#: TurtleArt/tabasics.py:177
+msgid "arc"
+msgstr "arc"
-#: turtleart.py:315
-msgid "File"
-msgstr "Fil"
+#: TurtleArt/tabasics.py:177
+msgid "angle"
+msgstr "vinkel"
-#: turtleart.py:318 TurtleArtActivity.py:539
-msgid "Cartesian coordinates"
-msgstr "Cartesianske koordinater"
+#: TurtleArt/tabasics.py:177
+msgid "radius"
+msgstr "radius"
-#: turtleart.py:320 TurtleArtActivity.py:541
-msgid "Polar coordinates"
-msgstr "Polære koordinater"
+#: TurtleArt/tabasics.py:181
+msgid "moves turtle along an arc"
+msgstr "flytter skildpadden langs en arc"
-#: turtleart.py:322
-msgid "Rescale coordinates"
-msgstr "Genskalér koordinater"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "set xy"
+msgstr "indstil xy"
-#: turtleart.py:324 TurtleArtActivity.py:554
-msgid "Grow blocks"
-msgstr "Øg blokke"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "x"
+msgstr "x"
-#: turtleart.py:326 TurtleArtActivity.py:556
-msgid "Shrink blocks"
-msgstr "Mindsk blokke"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "y"
+msgstr "y"
-#: turtleart.py:328
-msgid "Reset block size"
-msgstr "Nulstil blokstørrelse"
+#: 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 ""
+"flytter skildpadden til position xkor, ykor; (0, 0) er midten af skærmen."
-#: turtleart.py:330 TurtleArtActivity.py:469 TurtleArtActivity.py:518
-msgid "View"
-msgstr "Vis"
+#: TurtleArt/tabasics.py:204
+msgid "set heading"
+msgstr "indstil retning"
-#: turtleart.py:333 TurtleArtActivity.py:533
-msgid "Copy"
-msgstr "Kopiér"
+#: TurtleArt/tabasics.py:208
+msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
+msgstr "sætter retningen for skildpadden (0 er mod toppen af skærmen.)"
-#: turtleart.py:334 TurtleArtActivity.py:535
-msgid "Paste"
-msgstr "Indsæt"
+#: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:2789
+#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:547
+msgid "xcor"
+msgstr "x-kor"
-#: turtleart.py:335 TurtleArtActivity.py:465 TurtleArtActivity.py:520
-msgid "Edit"
-msgstr "Redigér"
+#: TurtleArt/tabasics.py:217
+msgid ""
+"holds current x-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr ""
+"holder aktuel x-koordinat-værdi for skildpadden (kan anvendes i stedet for "
+"en talblok)"
-#: turtleart.py:338 TurtleArtActivity.py:244
-msgid "Show palette"
-msgstr "Vis palette"
+#: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:2789
+#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:548
+msgid "ycor"
+msgstr "y-kor"
-#: turtleart.py:340 TurtleArtActivity.py:250 TurtleArtActivity.py:629
-msgid "Hide palette"
-msgstr "Skjul palette"
+#: TurtleArt/tabasics.py:228
+msgid ""
+"holds current y-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr ""
+"holder aktuel y-koordinat-værdi for skildpadde (kan anvendes i stedet for en "
+"talblok)"
-#: turtleart.py:342
-msgid "Show/hide blocks"
-msgstr "Vis/skjul blokke"
+#: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:2789
+#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:548
+msgid "heading"
+msgstr "bevæger sig mod"
-#: turtleart.py:344
-msgid "Tools"
-msgstr "Værktøjer"
+#: TurtleArt/tabasics.py:239
+msgid ""
+"holds current heading value of the turtle (can be used in place of a number "
+"block)"
+msgstr ""
+"holder aktuel hovedværdi for skildpadde (kan anvendes i stedet for en "
+"talblok)"
-#: turtleart.py:347 TurtleArtActivity.py:638
-msgid "Clean"
-msgstr "Rens"
+#: TurtleArt/tabasics.py:273
+msgid "Palette of pen commands"
+msgstr "Palette af kommandoer for pen"
-#: turtleart.py:348 TurtleArtActivity.py:640
-msgid "Run"
-msgstr "Kør"
+#: TurtleArt/tabasics.py:277
+msgid "pen up"
+msgstr "pen oppe"
-#: turtleart.py:349 TurtleArtActivity.py:642
-msgid "Step"
-msgstr "Trin"
+#: TurtleArt/tabasics.py:280
+msgid "Turtle will not draw when moved."
+msgstr "Skildpadde vil ikke tegne når den flyttes."
-#: turtleart.py:350 TurtleArtActivity.py:644
-msgid "Debug"
-msgstr "Fejlsøg"
+#: TurtleArt/tabasics.py:286
+msgid "pen down"
+msgstr "pen nede"
-#: turtleart.py:351
-msgid "Stop"
-msgstr "Stop"
+#: TurtleArt/tabasics.py:289
+msgid "Turtle will draw when moved."
+msgstr "Skildpadde vil tegne når den flyttes."
-#: turtleart.py:352
-msgid "Turtle"
-msgstr "Skildpadde"
+#: TurtleArt/tabasics.py:295
+msgid "set pen size"
+msgstr "indstil størrelse på pen"
-#: turtleart.py:382
-msgid "You have unsaved work. Would you like to save before quitting?"
-msgstr "Du har arbejde som ikke er gemt. Vil du gemme før du afslutter?"
+#: TurtleArt/tabasics.py:299
+msgid "sets size of the line drawn by the turtle"
+msgstr "sætter størrelse på linjen som tegnes af skildpadden"
-#: turtleart.py:383
-msgid "Save project?"
-msgstr "Gem projekt?"
+#: TurtleArt/tabasics.py:309
+msgid "fill screen"
+msgstr "fyld skærm"
-#: TurtleArtActivity.py:125
-msgid "presentation"
-msgstr "præsentation"
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394
+msgid "color"
+msgstr "farve"
-#: TurtleArtActivity.py:196
-msgid "snapshot"
-msgstr "øjebliksbillede"
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404
+msgid "shade"
+msgstr "skygge"
-#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
-msgid "Show blocks"
-msgstr "Vis blokke"
+#: TurtleArt/tabasics.py:313
+msgid "fills the background with (color, shade)"
+msgstr "udfylder baggrunden med (farve, skygge)"
-#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
-msgid "Hide blocks"
-msgstr "Skjul blokke"
+#: TurtleArt/tabasics.py:322
+msgid "pen size"
+msgstr "størrelse pen"
-#: TurtleArtActivity.py:398
-msgid "Rescale coordinates down"
-msgstr "Gentag nedskalering af koordinater"
+#: TurtleArt/tabasics.py:323
+msgid "holds current pen size (can be used in place of a number block)"
+msgstr "holder aktuel penstørrelse (kan anvendes i stedet for en talblok)"
-#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
-msgid "Rescale coordinates up"
-msgstr "Gentag opskalering af koordinater"
+#: TurtleArt/tabasics.py:334
+msgid "start fill"
+msgstr "start udfyldning"
-#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
-msgid "Help"
-msgstr "Hjælp"
+#: TurtleArt/tabasics.py:336
+msgid "starts filled polygon (used with end fill block)"
+msgstr "starter fyldt polygon (anvendes med slut på fyld af blok)"
-#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
-msgid "Load example"
-msgstr "Indlæs eksempel"
+#: TurtleArt/tabasics.py:343
+msgid "end fill"
+msgstr "slut udfyld"
-#: TurtleArtActivity.py:516
-msgid "Project"
-msgstr "Projekt"
+#: TurtleArt/tabasics.py:345
+msgid "completes filled polygon (used with start fill block)"
+msgstr "fuldfører udfyldt polygon (anvendes med start fyld blok)"
-#: TurtleArtActivity.py:522
-msgid "Import/Export"
-msgstr "Import/Eksport"
+#: TurtleArt/tabasics.py:355
+msgid "Palette of pen colors"
+msgstr "Palette af farver for pen"
-#: TurtleArtActivity.py:537
-msgid "Fullscreen"
-msgstr "Fuldskærm"
+#: TurtleArt/tabasics.py:359
+msgid "set color"
+msgstr "indstil farve"
-#: TurtleArtActivity.py:544
-msgid "Metric coordinates"
-msgstr "Metriske koordinater"
+#: TurtleArt/tabasics.py:363
+msgid "sets color of the line drawn by the turtle"
+msgstr "sætter farve for linjen som tegnes af skildpadden"
-#: TurtleArtActivity.py:547 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:216
-msgid "xcor"
-msgstr "x-kor"
+#: TurtleArt/tabasics.py:371
+msgid "set shade"
+msgstr "indstil skygge"
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:227
-msgid "ycor"
-msgstr "y-kor"
+#: TurtleArt/tabasics.py:375
+msgid "sets shade of the line drawn by the turtle"
+msgstr "set skygge for linjen som tegnes af skildpadden"
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:238
-msgid "heading"
-msgstr "bevæger sig mod"
+#: TurtleArt/tabasics.py:383
+msgid "set gray"
+msgstr "sætter grå"
-#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
-msgid "Move the cursor over the orange palette for help."
-msgstr "Bevæg markøren over den orange palette for hjælp."
+#: TurtleArt/tabasics.py:386
+msgid "sets gray level of the line drawn by the turtle"
+msgstr "sætter niveauet af gråtone for linjen som tegnes af skildpadden"
-#: TurtleArtActivity.py:612
-msgid "Save snapshot"
-msgstr "Gem øjebliksbillede"
+#: TurtleArt/tabasics.py:395
+msgid "holds current pen color (can be used in place of a number block)"
+msgstr "holder aktuel farve for pen (kan anvendes i stedet for en talblok)"
-#: TurtleArtActivity.py:616
-msgid "Import project from the Journal"
-msgstr "Importér projekt fra Journal"
+#: TurtleArt/tabasics.py:405
+msgid "holds current pen shade"
+msgstr "holder aktuel skygge for pen"
-#: TurtleArtActivity.py:619
-msgid "Load Python block"
-msgstr "Indlæs Python-blok"
+#: TurtleArt/tabasics.py:413
+msgid "gray"
+msgstr "grå"
-#: TurtleArtActivity.py:630
-msgid "<Ctrl>p"
-msgstr "<Ctrl>p"
+#: TurtleArt/tabasics.py:414
+msgid "holds current gray level (can be used in place of a number block)"
+msgstr "holder aktuelt niveau af grå (kan anvendes i stedet for en talblok)"
-#: TurtleArtActivity.py:633
-msgid "<Ctrl>b"
-msgstr "<Ctrl>b"
+#: TurtleArt/tabasics.py:420
+msgid "red"
+msgstr "rød"
-#: TurtleArtActivity.py:638
-msgid "<Ctrl>e"
-msgstr "<Ctrl>e"
+#: TurtleArt/tabasics.py:421
+msgid "orange"
+msgstr "orange"
-#: TurtleArtActivity.py:640
-msgid "<Ctrl>r"
-msgstr "<Ctrl>r"
+#: TurtleArt/tabasics.py:423
+msgid "yellow"
+msgstr "gul"
-#: TurtleArtActivity.py:642
-msgid "<Ctrl>w"
-msgstr "<Ctrl>w"
+#: TurtleArt/tabasics.py:425
+msgid "green"
+msgstr "grøn"
-#: TurtleArtActivity.py:644
-msgid "<Ctrl>d"
-msgstr "<Ctrl>d"
+#: TurtleArt/tabasics.py:426
+msgid "cyan"
+msgstr "cyan"
-#: TurtleArtActivity.py:646
-msgid "Stop turtle"
-msgstr "Stop skildpadde"
+#: TurtleArt/tabasics.py:427
+msgid "blue"
+msgstr "blå"
-#: TurtleArtActivity.py:647
-msgid "<Ctrl>s"
-msgstr "<Ctrl>s"
+#: TurtleArt/tabasics.py:428
+msgid "purple"
+msgstr "lilla"
-#: taextras.py:36
-msgid "Turtle Art Mini"
-msgstr "Skildpadde-kunst Mini"
+#: TurtleArt/tabasics.py:430
+msgid "white"
+msgstr "hvid"
-#: taextras.py:40
-msgid "Turtle Confusion"
-msgstr "Skildpadde-forvirring"
+#: TurtleArt/tabasics.py:431
+msgid "black"
+msgstr "sort"
-#: taextras.py:41
-msgid "Select a challenge"
-msgstr "Vælg en udfordring"
+#: TurtleArt/tabasics.py:437
+msgid "set text color"
+msgstr "indstil tekstfarve"
-#: taextras.py:47
-msgid "Palette of Mexican pesos"
-msgstr "Palet af mexicanske pesos"
+#: TurtleArt/tabasics.py:440
+msgid "sets color of text drawn by the turtle"
+msgstr "sætter farve for tekst som tegnes af skildpadden"
-#: taextras.py:48
-msgid "Palette of Colombian pesos"
-msgstr "Palet af columbianske pesos"
+#: TurtleArt/tabasics.py:448
+msgid "set text size"
+msgstr "indstil tekststørrelse"
-#: taextras.py:49
-msgid "Palette of Rwandan francs"
-msgstr "Palet af Rwanda-franc"
+#: TurtleArt/tabasics.py:451
+msgid "sets size of text drawn by the turtle"
+msgstr "sætter størrelse for tekst tegnet af skildpadden"
-#: taextras.py:50
-msgid "Palette of US currencies"
-msgstr "Palet af amerikanske valutaer"
+#: TurtleArt/tabasics.py:534
+msgid "Palette of numeric operators"
+msgstr "Palette af numeriske operatorer"
-#: taextras.py:51
-msgid "Palette of Australian currencies"
-msgstr "Palet af australske valutaer"
+#: TurtleArt/tabasics.py:540
+msgid "plus"
+msgstr "plus"
-#: taextras.py:52
-msgid "Palette of Guaranies"
-msgstr "Palet af guaranier"
+#: TurtleArt/tabasics.py:543
+msgid "adds two alphanumeric inputs"
+msgstr "tilføjer to alfanumeriske input"
-#. 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 "Skildpadde-kunst Butia"
+#: TurtleArt/tabasics.py:551
+msgid "minus"
+msgstr "minus"
-#: taextras.py:59
-msgid "Adjust LED intensity between 0 and 255."
-msgstr "Justér LED-intensitet mellem 0 og 255"
+#: TurtleArt/tabasics.py:554
+msgid "subtracts bottom numeric input from top numeric input"
+msgstr "fratrækker nederste numeriske input fra øverste numeriske input"
-#: taextras.py:60
+#: TurtleArt/tabasics.py:565
+msgid "multiply"
+msgstr "gange"
+
+#: TurtleArt/tabasics.py:568
+msgid "multiplies two numeric inputs"
+msgstr "multiplicerer to numeriske input"
+
+#: TurtleArt/tabasics.py:577
+msgid "divide"
+msgstr "dividér"
+
+#: TurtleArt/tabasics.py:580
msgid ""
-"Returns the object gray level encountered him as a number between 0 and 1023."
+"divides top numeric input (numerator) by bottom numeric input (denominator)"
msgstr ""
-"Returnerer objekt-gråniveauet som mødte ham som et tal mellem 0 og 1023."
+"dividerer øverste numerisk input (nævner) med nederste numeriske input "
+"(tæller)"
-#: taextras.py:62
-msgid "Returns 1 when the button is press and 0 otherwise."
-msgstr "Returnerer 1 når knappen trykkes og hvis ikke 0."
+#: TurtleArt/tabasics.py:590
+msgid "identity"
+msgstr "identitet"
-#: taextras.py:63
-msgid "Returns the ambient light level as a number between 0 and 1023."
-msgstr "Returnerer det omgivende lysniveau som et tal mellem 0 o 1023."
+#: TurtleArt/tabasics.py:592
+msgid "identity operator used for extending blocks"
+msgstr "identitetsoperator til brug for udvidelse af blokke"
-#: taextras.py:64
-msgid "Returns the ambient temperature as a number between 0 and 255."
-msgstr "Returnerer den omgivende temperatur som et tal mellem 0 og 255."
+#: TurtleArt/tabasics.py:600 TurtleArt/tabasics.py:601
+msgid "mod"
+msgstr "mod"
-#: 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:604
+msgid "modular (remainder) operator"
+msgstr "modulær (rest) operator"
+
+#: TurtleArt/tabasics.py:611
+msgid "√"
+msgstr "√"
+
+#: TurtleArt/tabasics.py:612
+msgid "square root"
+msgstr "kvadratrod"
+
+#: TurtleArt/tabasics.py:615
+msgid "calculates square root"
+msgstr "beregner kvadratrod"
+
+#: TurtleArt/tabasics.py:622
+msgid "random"
+msgstr "tilfældig"
+
+#: TurtleArt/tabasics.py:622
+msgid "min"
+msgstr "min"
+
+#: TurtleArt/tabasics.py:622
+msgid "max"
+msgstr "max"
+
+#: TurtleArt/tabasics.py:626
+msgid "returns random number between minimum (top) and maximum (bottom) values"
msgstr ""
-"Returnerer distancen fra objektet foran sensoren som et tal mellem 0 og 255."
+"returnerer et tilfældigt tal mellem værdier for minimum (top) og maksimum "
+"(bund)"
-#: taextras.py:67
-msgid "Returns 0 or 1 depending on the sensor inclination."
-msgstr "Returnerer 0 eller 1 afhængig af sensorens vinkel."
+#: TurtleArt/tabasics.py:638
+msgid "number"
+msgstr "tal"
-#: taextras.py:68
-msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
-msgstr "Returnerer 1 når sensoren registrerer et magnetfelt, hvis ikke 0."
+#: TurtleArt/tabasics.py:639
+msgid "used as numeric input in mathematic operators"
+msgstr "anvendes som numerisk input i matematiske operatorer"
-#: taextras.py:69
-msgid "Switches from 0 to 1, the frequency depends on the vibration."
-msgstr "Skifter fra 0 til 1, frekvensen afhænger af vibrationen."
+#: TurtleArt/tabasics.py:646
+msgid "greater than"
+msgstr "større end"
-#: taextras.py:70
-msgid "LED"
-msgstr "LED"
+#: TurtleArt/tabasics.py:649
+msgid "logical greater-than operator"
+msgstr "logisk større-end operator"
-#: taextras.py:71
-msgid "pushbutton"
-msgstr "trykknap"
+#: TurtleArt/tabasics.py:657
+msgid "less than"
+msgstr "mindre end"
-#: taextras.py:72
-msgid "grayscale"
-msgstr "gråskala"
+#: TurtleArt/tabasics.py:660
+msgid "logical less-than operator"
+msgstr "logisk mindre-end operator"
-#: taextras.py:73
-msgid "ambient light"
-msgstr "omgivende lys"
+#: TurtleArt/tabasics.py:668
+msgid "equal"
+msgstr "lig med"
-#: taextras.py:74
-msgid "temperature"
-msgstr "temperatur"
+#: TurtleArt/tabasics.py:671
+msgid "logical equal-to operator"
+msgstr "logisk lig-med operator"
-#: taextras.py:75
-msgid "distance"
-msgstr "distance"
+#: TurtleArt/tabasics.py:677
+msgid "not"
+msgstr "ikke"
-#: taextras.py:76
-msgid "tilt"
-msgstr "vip"
+#: TurtleArt/tabasics.py:680
+msgid "logical NOT operator"
+msgstr "logisk IKKE operator"
-#: taextras.py:77
-msgid "magnetic induction"
-msgstr "magnetisk induktion"
+#: TurtleArt/tabasics.py:686 TurtleArt/tabasics.py:689
+msgid "and"
+msgstr "og"
-#: taextras.py:78
-msgid "vibration"
-msgstr "vibration"
+#: TurtleArt/tabasics.py:690
+msgid "logical AND operator"
+msgstr "logisk AND operator"
-#: taextras.py:79
-msgid "Butia Robot"
-msgstr "Butia-robot"
+#: TurtleArt/tabasics.py:697 TurtleArt/tabasics.py:700
+msgid "or"
+msgstr "eller"
-#: taextras.py:80
-msgid "delay Butia"
-msgstr "udsæt Butia"
+#: TurtleArt/tabasics.py:701
+msgid "logical OR operator"
+msgstr "logisk ELLER operator"
-#: taextras.py:81
-msgid "wait for argument seconds"
-msgstr "vent på argument sekunder"
+#: TurtleArt/tabasics.py:710
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
+msgid "Palette of flow operators"
+msgstr "Palette af flyde-operatorer"
-#: taextras.py:82
-msgid "Butia battery charge"
-msgstr "Butia batteriopladning"
+#: TurtleArt/tabasics.py:715
+msgid "wait"
+msgstr "vent"
-#: taextras.py:83
-msgid "Returns the battery charge as a number between 0 and 255."
-msgstr "Returnerer batteriopladningen som et tal mellem 0 og 255."
+#: TurtleArt/tabasics.py:719
+msgid "pauses program execution a specified number of seconds"
+msgstr "sætter programafviklingen på pause for et angivet antal sekunder"
-#: taextras.py:84
-msgid "Butia speed"
-msgstr "Butia-hastighed"
+#: TurtleArt/tabasics.py:726
+msgid "forever"
+msgstr "for evigt"
-#: taextras.py:85
-msgid ""
-"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
-"an argument."
-msgstr ""
-"Angiver hastigheden af Butia-motorerne som en værdi mellem 0 og 1023, sendt "
-"med et argument."
+#: TurtleArt/tabasics.py:730
+msgid "loops forever"
+msgstr "kører i løkke for evigt"
-#: taextras.py:87
-msgid "forward Butia"
-msgstr "ryk Butia frem"
+#: TurtleArt/tabasics.py:736 TurtleArt/tabasics.py:740
+msgid "repeat"
+msgstr "gentag"
-#: taextras.py:88
-msgid "Move the Butia robot forward."
-msgstr "Flyt Butia-robotten fremad."
+#: TurtleArt/tabasics.py:741
+msgid "loops specified number of times"
+msgstr "kører et angivet antal gange i løkke"
-#: taextras.py:89
-msgid "forward distance"
-msgstr "distance fremad"
+#: TurtleArt/tabasics.py:747 TurtleArt/tabasics.py:759
+msgid "if"
+msgstr "hvis"
-#: taextras.py:90
-msgid "Move the Butia robot forward a predefined distance."
-msgstr "Flyt Butia-robotten fremad med en forudbestemt distance."
+#: TurtleArt/tabasics.py:747
+msgid "then"
+msgstr "så"
-#: taextras.py:91
-msgid "backward Butia"
-msgstr "ryk Butia tilbage"
+#: TurtleArt/tabasics.py:750
+msgid "if then"
+msgstr "hvis så"
-#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102
-msgid "Move the Butia robot backward."
-msgstr "Flyt Butia-robotten tilbage."
+#: TurtleArt/tabasics.py:752
+msgid "if-then operator that uses boolean operators from Numbers palette"
+msgstr "hvis-så operator som anvender boolske operatorer fra Talpaletten"
-#: taextras.py:93
-msgid "backward distance"
-msgstr "distance bagud"
+#: TurtleArt/tabasics.py:759
+msgid "then else"
+msgstr "så ellers"
-#: taextras.py:94
-msgid "Move the Butia robot backward a predefined distance."
-msgstr "Flyt Butia-robotten bagud med en forudbestemt distance."
+#: TurtleArt/tabasics.py:763
+msgid "if then else"
+msgstr "hvis så ellers"
-#: taextras.py:95
-msgid "left Butia"
-msgstr "Butia til venstre"
+#: TurtleArt/tabasics.py:764
+msgid "if-then-else operator that uses boolean operators from Numbers palette"
+msgstr "if-så-ellers operator som anvender boolske operatorer fra Talpalette"
-#: taextras.py:97
-msgid "right Butia"
-msgstr "Butia til højre"
+#: TurtleArt/tabasics.py:772
+msgid "horizontal space"
+msgstr "vandret afstand"
-#: taextras.py:99
-msgid "Turn x degrees"
-msgstr "Drej x grader"
+#: TurtleArt/tabasics.py:773
+msgid "jogs stack right"
+msgstr "jogger stak til højre"
-#: taextras.py:100
-msgid "Turn the Butia robot x degrees."
-msgstr "Drej Butia-robotten x grader."
+#: TurtleArt/tabasics.py:780
+msgid "vertical space"
+msgstr "lodret afstand"
-#: taextras.py:101
-msgid "stop Butia"
-msgstr "stop Butia"
+#: TurtleArt/tabasics.py:781
+msgid "jogs stack down"
+msgstr "jogger stak ned"
-#: taextras.py:103
-msgid "print Butia"
-msgstr "udskriv Butia"
+#: TurtleArt/tabasics.py:787
+msgid "stop action"
+msgstr "stop handling"
-#: taextras.py:104
-msgid "Print text in Butia robot 32-character ASCII display."
-msgstr "Udskriv tekst i Butia-robottens 32-tegns ASCII-skærm."
+#: TurtleArt/tabasics.py:790
+msgid "stops current action"
+msgstr "stopper nuværende handling"
-#: taextras.py:105
-msgid "Butia"
-msgstr "Butia"
+#: TurtleArt/tabasics.py:799
+msgid "Palette of variable blocks"
+msgstr "Palette med forskellige blokke"
-#: taextras.py:109
-msgid "The camera was not found."
-msgstr "Kameraet blev ikke fundet."
+#: TurtleArt/tabasics.py:804 pysamples/grecord.py:213
+msgid "start"
+msgstr "start"
-#: taextras.py:110
-msgid "Error on the initialization of the camera."
-msgstr "Fejl under initialisering af kameraet."
+#: TurtleArt/tabasics.py:807
+msgid "connects action to toolbar run buttons"
+msgstr "forbinder handling til knapper på værktøjsbjælke"
-#: taextras.py:111
-msgid "FollowMe"
-msgstr "FølgMig"
+#: TurtleArt/tabasics.py:815
+msgid "store in box 1"
+msgstr "gem i boks 1"
-#: taextras.py:112
-msgid "follow a RGB color"
-msgstr "følg en RGB-farve"
+#: TurtleArt/tabasics.py:819
+msgid "stores numeric value in Variable 1"
+msgstr "gemmer numerisk værdi i Variabel 1"
-#: taextras.py:113
-msgid "follow a turtle color"
-msgstr "følg en skildpadde-farve"
+#: TurtleArt/tabasics.py:826
+msgid "store in box 2"
+msgstr "gem i boks 2"
-#: taextras.py:114
-msgid "calibrate a color to follow"
-msgstr "kalibrér en farve som skal følges"
+#: TurtleArt/tabasics.py:830
+msgid "stores numeric value in Variable 2"
+msgstr "gemmer numerisk værdi i Variabel 2"
-#: taextras.py:115
-msgid "x position"
-msgstr "x-position"
+#: 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
+msgid "text"
+msgstr "tekst"
-#: taextras.py:116
-msgid "return x position"
-msgstr "returnér x-position"
+#: TurtleArt/tabasics.py:840
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
+msgid "string value"
+msgstr "streng-værdi"
-#: taextras.py:117
-msgid "y position"
-msgstr "y-position"
+#: TurtleArt/tabasics.py:844
+msgid "box 1"
+msgstr "boks 1"
-#: taextras.py:118
-msgid "return y position"
-msgstr "returnér y-position"
+#: TurtleArt/tabasics.py:847
+msgid "Variable 1 (numeric value)"
+msgstr "Variabel 1 (numerisk værdi)"
-#: taextras.py:122
-msgid "Sumo Butia"
-msgstr "Sumo Butia"
+#: TurtleArt/tabasics.py:853
+msgid "box 2"
+msgstr "boks 2"
-#: taextras.py:123
-msgid "submit speed​​"
-msgstr "indsend hastighed"
+#: TurtleArt/tabasics.py:856
+msgid "Variable 2 (numeric value)"
+msgstr "Variabel 2 (numerisk værdi)"
-# Assuming "Send speed to the robot" as mentioned on mailing list.
-#: taextras.py:124
-msgid "Send speeds the robot."
-msgstr "Send hastighed til robotten."
+#: TurtleArt/tabasics.py:863 TurtleArt/tabasics.py:873
+msgid "box"
+msgstr "boks"
-#: taextras.py:125
-msgid "set speed"
-msgstr "angiv hastighed"
+#: TurtleArt/tabasics.py:865 TurtleArt/tabasics.py:876
+msgid "my box"
+msgstr "min boks"
-#: taextras.py:126
-msgid "Set the default speed for the movement commands."
-msgstr "Angiver standard for hastigheden på flytte-kommandoer."
+#: TurtleArt/tabasics.py:867
+msgid "named variable (numeric value)"
+msgstr "navngiven variabel (numerisk værdi)"
-#: taextras.py:127
-msgid "move"
-msgstr "flyt"
+#: TurtleArt/tabasics.py:873
+msgid "store in"
+msgstr "gem i"
-#: taextras.py:128 TurtleArt/tabasics.py:131
-msgid "back"
-msgstr "tilbage"
+#: TurtleArt/tabasics.py:873
+msgid "value"
+msgstr "værdi"
-#: taextras.py:129 pysamples/grecord.py:215
-msgid "stop"
-msgstr "stop"
+#: TurtleArt/tabasics.py:877
+msgid "stores numeric value in named variable"
+msgstr "lagrer numerisk værdi i en navngivet variabel"
-#: taextras.py:130
-msgid "turn left"
-msgstr "drej til venstre"
+#: TurtleArt/tabasics.py:885 TurtleArt/tabasics.py:887
+#: TurtleArt/tabasics.py:911 TurtleArt/tabasics.py:914
+msgid "action"
+msgstr "handling"
-#: taextras.py:131
-msgid "turn right"
-msgstr "drej til højre"
+#: TurtleArt/tabasics.py:889
+msgid "top of nameable action stack"
+msgstr "top af handlingsstak som kan navngives"
-#: taextras.py:132
-msgid "angle to center"
-msgstr "vinkel til centrum"
+#: TurtleArt/tabasics.py:894 TurtleArt/tabasics.py:921
+msgid "action 1"
+msgstr "handling 1"
-#. TRANS: dojo is the playing field
-#: taextras.py:134
-msgid "Get the angle to the center of the dojo."
-msgstr "Hent vinklen til dojoens centrum."
+#: TurtleArt/tabasics.py:897
+msgid "top of Action 1 stack"
+msgstr "top af Handling 1 stak"
-#: taextras.py:135
-msgid "angle to the opponent"
-msgstr "vinkel til modstanderen"
+#: TurtleArt/tabasics.py:902 TurtleArt/tabasics.py:930
+msgid "action 2"
+msgstr "handling 2"
-#: taextras.py:136
-msgid "Get the angle to the center of the opponent."
-msgstr "Hent vinklen til modstanderens centrum."
+#: TurtleArt/tabasics.py:905
+msgid "top of Action 2 stack"
+msgstr "top af Handling 2 stak"
-#: taextras.py:137
-msgid "x coor."
-msgstr "x-koor."
+#: TurtleArt/tabasics.py:915
+msgid "invokes named action stack"
+msgstr "påberåber navngiven handlingsstak"
-#: taextras.py:138
-msgid "Get the x coordinate of the robot."
-msgstr "Hent x-koordinatet for robotten."
+#: TurtleArt/tabasics.py:924
+msgid "invokes Action 1 stack"
+msgstr "kalder Handling 1 stak"
-#: taextras.py:139
-msgid "y coor."
-msgstr "x-koor."
+#: TurtleArt/tabasics.py:933
+msgid "invokes Action 2 stack"
+msgstr "kalder Handling 2 stak"
-#: taextras.py:140
-msgid "Get the y coordinate of the robot."
-msgstr "Hent y-koordinatet for robotten."
+#: TurtleArt/tabasics.py:941
+msgid "trash"
+msgstr "papirkurv"
-#: taextras.py:141
-msgid "opponent x coor."
-msgstr "modstanders x-koor."
+#: TurtleArt/tabasics.py:945
+msgid "empty trash"
+msgstr "tøm papirkurv"
-#: taextras.py:142
-msgid "Get the x coordinate of the opponent."
-msgstr "Hent x-koordinatet for modstanderen."
+#: TurtleArt/tabasics.py:946
+msgid "permanently deletes items in trash"
+msgstr "sletter elementer i papirkurv permanent"
-#: taextras.py:143
-msgid "opponent y coor."
-msgstr "modstanders y-koor."
+#: TurtleArt/tabasics.py:950
+msgid "restore all"
+msgstr "genskab alle"
-#: taextras.py:144
-msgid "Get the y coordinate of the opponent."
-msgstr "Hent y-koordinatet for modstanderen."
+#: TurtleArt/tabasics.py:951
+msgid "restore all blocks from trash"
+msgstr "genskab alle blokke fra papirkurv"
-#: taextras.py:145
-msgid "rotation"
-msgstr "rotation"
+#: TurtleArt/tabasics.py:955
+msgid "clear all"
+msgstr "ryd alt"
-#: taextras.py:146
-msgid "Get SumBot rotation."
-msgstr "Hent SumBot-rotation."
+#: TurtleArt/tabasics.py:956
+msgid "move all blocks to trash"
+msgstr "flyt alle blokke til papirkurv"
-#: taextras.py:147
-msgid "opponent rotation"
-msgstr "modstanders rotation"
+#: 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
+msgid "Title"
+msgstr "Titel"
-#: taextras.py:148
-msgid "Get the rotation of the opponent."
-msgstr "Hent rotationen for modstanderen."
+#: TurtleArt/talogo.py:417
+msgid "did not output to"
+msgstr "gav ikke uddata til"
-#: taextras.py:149
-msgid "distance to center"
-msgstr "afstand til centrum"
+#: TurtleArt/talogo.py:466
+msgid "I don't know how to"
+msgstr "Jeg ved ikke hvordan"
-#. TRANS: dojo is the playing field
-#: taextras.py:151
-msgid "Get the distance to the center of the dojo."
-msgstr "Hent afstanden til dojoens centrum."
+#: TurtleArt/talogo.py:512
+msgid "doesn't like"
+msgstr "kan ikke lide"
-#: taextras.py:152
-msgid "distance to opponent"
-msgstr "afstand til modstander"
+#: TurtleArt/talogo.py:512
+msgid "as input"
+msgstr "som inddata"
-#: taextras.py:153
-msgid "Get the distance to the opponent."
-msgstr "Hent afstanden til modstanderen."
+#: TurtleArt/tapalette.py:83
+msgid "displays next palette"
+msgstr "viser næste palette"
-#: taextras.py:154
-msgid "update information"
-msgstr "opdatér information"
+#: TurtleArt/tapalette.py:84
+msgid "changes the orientation of the palette of blocks"
+msgstr "ændrer retningen for paletten af blokke"
-#: taextras.py:155
-msgid "Update information from the server."
-msgstr "Opdatér information fra serveren."
+#: TurtleArt/tautils.py:173
+msgid "Load..."
+msgstr "Indlæs..."
-#: pysamples/grecord.py:205 plugins/audio_sensors/audio_sensors.py:82
-#: plugins/audio_sensors/audio_sensors.py:97
-msgid "sound"
-msgstr "lyd"
+#: TurtleArt/tautils.py:182
+msgid "Save..."
+msgstr "Gem..."
-#: pysamples/grecord.py:213 TurtleArt/tabasics.py:801
-msgid "start"
-msgstr "start"
+#: TurtleArt/tautils.py:590
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
+msgid "click to open"
+msgstr "klik for at åbne"
-#: pysamples/grecord.py:217
-msgid "play"
-msgstr "spil"
+#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
+msgid "orientation"
+msgstr "retning"
-#: pysamples/grecord.py:219
-msgid "save"
-msgstr "gem"
+#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
+msgid "next"
+msgstr "næste"
-#: pysamples/uturn.py:24
-msgid "uturn"
-msgstr "u-vending"
+#: TurtleArt/tawindow.py:2885
+msgid "image"
+msgstr "billede"
-#: pysamples/uturn.py:26
-msgid "make a uturn"
-msgstr "lav en u-vending"
+#: TurtleArtActivity.py:125
+msgid "presentation"
+msgstr "præsentation"
+
+#: TurtleArtActivity.py:196
+msgid "snapshot"
+msgstr "øjebliksbillede"
+
+#: TurtleArtActivity.py:244 turtleart.py:338
+msgid "Show palette"
+msgstr "Vis palette"
+
+#: TurtleArtActivity.py:250 TurtleArtActivity.py:629 turtleart.py:340
+msgid "Hide palette"
+msgstr "Skjul palette"
+
+#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
+msgid "Show blocks"
+msgstr "Vis blokke"
+
+#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
+msgid "Hide blocks"
+msgstr "Skjul blokke"
+
+#: TurtleArtActivity.py:398
+msgid "Rescale coordinates down"
+msgstr "Gentag nedskalering af koordinater"
+
+#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
+msgid "Rescale coordinates up"
+msgstr "Gentag opskalering af koordinater"
+
+#: TurtleArtActivity.py:465 TurtleArtActivity.py:520 turtleart.py:335
+msgid "Edit"
+msgstr "Redigér"
+
+#: TurtleArtActivity.py:469 TurtleArtActivity.py:518 turtleart.py:330
+msgid "View"
+msgstr "Vis"
+
+#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
+msgid "Help"
+msgstr "Hjælp"
+
+#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
+msgid "Load example"
+msgstr "Indlæs eksempel"
+
+#: TurtleArtActivity.py:516
+msgid "Project"
+msgstr "Projekt"
+
+#: TurtleArtActivity.py:522
+msgid "Import/Export"
+msgstr "Import/Eksport"
+
+#: TurtleArtActivity.py:533 turtleart.py:333
+msgid "Copy"
+msgstr "Kopiér"
+
+#: TurtleArtActivity.py:535 turtleart.py:334
+msgid "Paste"
+msgstr "Indsæt"
+
+#: TurtleArtActivity.py:537
+msgid "Fullscreen"
+msgstr "Fuldskærm"
+
+#: TurtleArtActivity.py:539 turtleart.py:318
+msgid "Cartesian coordinates"
+msgstr "Cartesianske koordinater"
+
+#: TurtleArtActivity.py:541 turtleart.py:320
+msgid "Polar coordinates"
+msgstr "Polære koordinater"
+
+#: TurtleArtActivity.py:544
+msgid "Metric coordinates"
+msgstr "Metriske koordinater"
+
+#: TurtleArtActivity.py:554 turtleart.py:324
+msgid "Grow blocks"
+msgstr "Øg blokke"
+
+#: TurtleArtActivity.py:556 turtleart.py:326
+msgid "Shrink blocks"
+msgstr "Mindsk blokke"
+
+#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
+msgid "Move the cursor over the orange palette for help."
+msgstr "Bevæg markøren over den orange palette for hjælp."
+
+#: TurtleArtActivity.py:604 turtleart.py:308
+msgid "Save as image"
+msgstr "Gem som billede"
+
+#: TurtleArtActivity.py:607 turtleart.py:310
+msgid "Save as HTML"
+msgstr "Gem som HTML"
+
+#: TurtleArtActivity.py:609 turtleart.py:312
+msgid "Save as Logo"
+msgstr "Gem som Logo"
+
+#: TurtleArtActivity.py:612
+msgid "Save snapshot"
+msgstr "Gem øjebliksbillede"
+
+#: TurtleArtActivity.py:616
+msgid "Import project from the Journal"
+msgstr "Importér projekt fra Journal"
+
+#: TurtleArtActivity.py:619
+msgid "Load Python block"
+msgstr "Indlæs Python-blok"
+
+#: TurtleArtActivity.py:630
+msgid "<Ctrl>p"
+msgstr "<Ctrl>p"
+
+#: TurtleArtActivity.py:633
+msgid "<Ctrl>b"
+msgstr "<Ctrl>b"
+
+#: TurtleArtActivity.py:638 turtleart.py:347
+msgid "Clean"
+msgstr "Rens"
+
+#: TurtleArtActivity.py:638
+msgid "<Ctrl>e"
+msgstr "<Ctrl>e"
+
+#: TurtleArtActivity.py:640 turtleart.py:348
+msgid "Run"
+msgstr "Kør"
+
+#: TurtleArtActivity.py:640
+msgid "<Ctrl>r"
+msgstr "<Ctrl>r"
+
+#: TurtleArtActivity.py:642 turtleart.py:349
+msgid "Step"
+msgstr "Trin"
+
+#: TurtleArtActivity.py:642
+msgid "<Ctrl>w"
+msgstr "<Ctrl>w"
+
+#: TurtleArtActivity.py:644 turtleart.py:350
+msgid "Debug"
+msgstr "Fejlsøg"
+
+#: TurtleArtActivity.py:644
+msgid "<Ctrl>d"
+msgstr "<Ctrl>d"
+
+#: TurtleArtActivity.py:646
+msgid "Stop turtle"
+msgstr "Stop skildpadde"
+
+#: TurtleArtActivity.py:647
+msgid "<Ctrl>s"
+msgstr "<Ctrl>s"
#: gnome_plugins/collaboration_plugin.py:67
msgid "My Turtle Art session"
@@ -794,14 +1018,74 @@ msgstr "Log ind mislykkedes"
msgid "Failed to upload!"
msgstr "Mislykkedes med at lægge op!"
-#: 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:58
+#: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:269
msgid "Palette of sensor blocks"
msgstr "Palette af sensor-blokke"
+#: plugins/accelerometer/accelerometer.py:55
+#: plugins/accelerometer/accelerometer.py:62
+msgid "acceleration"
+msgstr "acceleration"
+
+#: plugins/accelerometer/accelerometer.py:57
+#: plugins/accelerometer/accelerometer.py:64
+msgid "push acceleration in x, y, z to heap"
+msgstr "skub acceleration i x, y, z til hób (heap)"
+
+#: plugins/audio_sensors/audio_sensors.py:82
+#: plugins/audio_sensors/audio_sensors.py:97 pysamples/grecord.py:205
+msgid "sound"
+msgstr "lyd"
+
+#: plugins/audio_sensors/audio_sensors.py:83
+#: plugins/audio_sensors/audio_sensors.py:98
+msgid "raw microphone input signal"
+msgstr "råt signal fra mikrofon-input"
+
+#: plugins/audio_sensors/audio_sensors.py:89
+#: plugins/audio_sensors/audio_sensors.py:104
+msgid "loudness"
+msgstr "lydstyrke"
+
+#: plugins/audio_sensors/audio_sensors.py:90
+#: plugins/audio_sensors/audio_sensors.py:105
+msgid "microphone input volume"
+msgstr "lydstyrke for mikrofon-indgang"
+
+#: plugins/audio_sensors/audio_sensors.py:118
+#: plugins/audio_sensors/audio_sensors.py:126
+msgid "pitch"
+msgstr "tone"
+
+#: plugins/audio_sensors/audio_sensors.py:119
+#: plugins/audio_sensors/audio_sensors.py:127
+msgid "microphone input pitch"
+msgstr "tonehøjde for mikrofonindgang"
+
+#: plugins/audio_sensors/audio_sensors.py:145
+#: plugins/audio_sensors/audio_sensors.py:159
+msgid "resistance"
+msgstr "modstand"
+
+#: plugins/audio_sensors/audio_sensors.py:146
+#: plugins/audio_sensors/audio_sensors.py:160
+msgid "microphone input resistance"
+msgstr "modstand på mikrofon-input"
+
+#: plugins/audio_sensors/audio_sensors.py:151
+#: plugins/audio_sensors/audio_sensors.py:166
+msgid "voltage"
+msgstr "elektrisk spænding"
+
+#: plugins/audio_sensors/audio_sensors.py:152
+#: plugins/audio_sensors/audio_sensors.py:167
+msgid "microphone input voltage"
+msgstr "spænding på mikrofon-indgang"
+
#: plugins/camera_sensor/camera_sensor.py:69
#: plugins/camera_sensor/camera_sensor.py:81
#: plugins/camera_sensor/camera_sensor.py:99
@@ -826,6 +1110,11 @@ msgstr "Gennemsnitlig RGB-farve fra kamera skubbes tilbage til stakken"
msgid "camera output"
msgstr "kamera-output"
+#: plugins/light_sensor/light_sensor.py:57
+#: plugins/light_sensor/light_sensor.py:64
+msgid "light level detected by light sensor"
+msgstr "lysniveau registreret af lyssensor"
+
#: plugins/rfid/rfid.py:91 plugins/rfid/rfid.py:99
msgid "RFID"
msgstr "RFID"
@@ -834,11 +1123,6 @@ msgstr "RFID"
msgid "read value from RFID device"
msgstr "læs værdi fra RFID-enhed"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
-#: TurtleArt/tabasics.py:707
-msgid "Palette of flow operators"
-msgstr "Palette af flyde-operatorer"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
msgid "while"
msgstr "mens"
@@ -892,22 +1176,6 @@ msgstr "beskrivelse"
msgid "Sugar Journal description field"
msgstr "Beskrivelsesfelt for Sugar Journal"
-#: 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 "tekst"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
-#: TurtleArt/tabasics.py:837
-msgid "string value"
-msgstr "streng-værdi"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:178
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:206
msgid "show"
@@ -1175,11 +1443,6 @@ msgstr "mærkat"
msgid "top of a collapsible stack"
msgstr "toppen af sammenfoldelig stak"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
-#: TurtleArt/tautils.py:590
-msgid "click to open"
-msgstr "klik for at åbne"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
msgid "Palette of presentation templates"
msgstr "Palette af skabeloner for præsentation"
@@ -1244,11 +1507,6 @@ msgstr "skabelon for præsentation: vælg fire Journal-objekter"
msgid "presentation template: select two Journal objects"
msgstr "skabelon for præsentation: vælg to Journal-objekter"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
-#: TurtleArt/tabasics.py:154
-msgid "left"
-msgstr "venstre"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668
msgid "xcor of left of screen"
msgstr "xkor for venstre del af skærmen"
@@ -1265,11 +1523,6 @@ msgstr "bredde"
msgid "the canvas width"
msgstr "bredden på lærred"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
-#: TurtleArt/tabasics.py:165
-msgid "right"
-msgstr "højre"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:692
msgid "xcor of right of screen"
msgstr "x-kor for højreside af skærm"
@@ -1310,18 +1563,6 @@ msgstr "højre x"
msgid "bottom y"
msgstr "nederste y"
-#: 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
-msgid "Title"
-msgstr "Titel"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:775
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789
msgid "presentation 1x1"
@@ -1339,697 +1580,482 @@ msgstr "præsentation 1x2"
msgid "presentation 2x2"
msgstr "præsentation 2x2"
-#: plugins/light_sensor/light_sensor.py:57
-#: plugins/light_sensor/light_sensor.py:64
-msgid "light level detected by light sensor"
-msgstr "lysniveau registreret af lyssensor"
-
-#: plugins/audio_sensors/audio_sensors.py:83
-#: plugins/audio_sensors/audio_sensors.py:98
-msgid "raw microphone input signal"
-msgstr "råt signal fra mikrofon-input"
-
-#: plugins/audio_sensors/audio_sensors.py:89
-#: plugins/audio_sensors/audio_sensors.py:104
-msgid "loudness"
-msgstr "lydstyrke"
-
-#: plugins/audio_sensors/audio_sensors.py:90
-#: plugins/audio_sensors/audio_sensors.py:105
-msgid "microphone input volume"
-msgstr "lydstyrke for mikrofon-indgang"
-
-#: plugins/audio_sensors/audio_sensors.py:118
-#: plugins/audio_sensors/audio_sensors.py:126
-msgid "pitch"
-msgstr "tone"
-
-#: plugins/audio_sensors/audio_sensors.py:119
-#: plugins/audio_sensors/audio_sensors.py:127
-msgid "microphone input pitch"
-msgstr "tonehøjde for mikrofonindgang"
-
-#: plugins/audio_sensors/audio_sensors.py:145
-#: plugins/audio_sensors/audio_sensors.py:159
-msgid "resistance"
-msgstr "modstand"
-
-#: plugins/audio_sensors/audio_sensors.py:146
-#: plugins/audio_sensors/audio_sensors.py:160
-msgid "microphone input resistance"
-msgstr "modstand på mikrofon-input"
-
-#: plugins/audio_sensors/audio_sensors.py:151
-#: plugins/audio_sensors/audio_sensors.py:166
-msgid "voltage"
-msgstr "elektrisk spænding"
-
-#: plugins/audio_sensors/audio_sensors.py:152
-#: plugins/audio_sensors/audio_sensors.py:167
-msgid "microphone input voltage"
-msgstr "spænding på mikrofon-indgang"
-
-#: plugins/accelerometer/accelerometer.py:55
-#: plugins/accelerometer/accelerometer.py:62
-msgid "acceleration"
-msgstr "acceleration"
-
-#: plugins/accelerometer/accelerometer.py:57
-#: plugins/accelerometer/accelerometer.py:64
-msgid "push acceleration in x, y, z to heap"
-msgstr "skub acceleration i x, y, z til hób (heap)"
-
-#: TurtleArt/tapalette.py:83
-msgid "displays next palette"
-msgstr "viser næste palette"
-
-#: TurtleArt/tapalette.py:84
-msgid "changes the orientation of the palette of blocks"
-msgstr "ændrer retningen for paletten af blokke"
-
-#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
-msgid "orientation"
-msgstr "retning"
-
-#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
-msgid "next"
-msgstr "næste"
-
-#: TurtleArt/tawindow.py:2885
-msgid "image"
-msgstr "billede"
-
-#: TurtleArt/tautils.py:173
-msgid "Load..."
-msgstr "Indlæs..."
-
-#: TurtleArt/tautils.py:182
-msgid "Save..."
-msgstr "Gem..."
-
-#: TurtleArt/talogo.py:417
-msgid "did not output to"
-msgstr "gav ikke uddata til"
-
-#: TurtleArt/talogo.py:466
-msgid "I don't know how to"
-msgstr "Jeg ved ikke hvordan"
-
-#: TurtleArt/talogo.py:512
-msgid "doesn't like"
-msgstr "kan ikke lide"
-
-#: TurtleArt/talogo.py:512
-msgid "as input"
-msgstr "som inddata"
+#: pysamples/grecord.py:215 taextras.py:129
+msgid "stop"
+msgstr "stop"
-#: TurtleArt/tabasics.py:115
-msgid "Palette of turtle commands"
-msgstr "Palette af kommandoer for skildpadde"
+#: pysamples/grecord.py:217
+msgid "play"
+msgstr "spil"
-#: TurtleArt/tabasics.py:120
-msgid "forward"
-msgstr "fremad"
+#: pysamples/grecord.py:219
+msgid "save"
+msgstr "gem"
-#: TurtleArt/tabasics.py:124
-msgid "moves turtle forward"
-msgstr "flyt skildpadde fremad"
+#: pysamples/uturn.py:24
+msgid "uturn"
+msgstr "u-vending"
-#: TurtleArt/tabasics.py:135
-msgid "moves turtle backward"
-msgstr "flytter skildpadden baglæns"
+#: pysamples/uturn.py:26
+msgid "make a uturn"
+msgstr "lav en u-vending"
-#: TurtleArt/tabasics.py:143
-msgid "clean"
-msgstr "rens"
+#: taextras.py:36
+msgid "Turtle Art Mini"
+msgstr "Skildpadde-kunst Mini"
-#: TurtleArt/tabasics.py:146
-msgid "clears the screen and reset the turtle"
-msgstr "rydder skærmen og nulstiller skildpadden"
+#: taextras.py:40
+msgid "Turtle Confusion"
+msgstr "Skildpadde-forvirring"
-#: TurtleArt/tabasics.py:158
-msgid "turns turtle counterclockwise (angle in degrees)"
-msgstr "drejer skildpadde mod uret (vinkel i grader)"
+#: taextras.py:41
+msgid "Select a challenge"
+msgstr "Vælg en udfordring"
-#: TurtleArt/tabasics.py:169
-msgid "turns turtle clockwise (angle in degrees)"
-msgstr "drejer skildpadde med uret (vinkel i grader)"
+#: taextras.py:47
+msgid "Palette of Mexican pesos"
+msgstr "Palet af mexicanske pesos"
-#: TurtleArt/tabasics.py:177
-msgid "arc"
-msgstr "arc"
+#: taextras.py:48
+msgid "Palette of Colombian pesos"
+msgstr "Palet af columbianske pesos"
-#: TurtleArt/tabasics.py:177
-msgid "angle"
-msgstr "vinkel"
+#: taextras.py:49
+msgid "Palette of Rwandan francs"
+msgstr "Palet af Rwanda-franc"
-#: TurtleArt/tabasics.py:177
-msgid "radius"
-msgstr "radius"
+#: taextras.py:50
+msgid "Palette of US currencies"
+msgstr "Palet af amerikanske valutaer"
-#: TurtleArt/tabasics.py:181
-msgid "moves turtle along an arc"
-msgstr "flytter skildpadden langs en arc"
+#: taextras.py:51
+msgid "Palette of Australian currencies"
+msgstr "Palet af australske valutaer"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "set xy"
-msgstr "indstil xy"
+#: taextras.py:52
+msgid "Palette of Guaranies"
+msgstr "Palet af guaranier"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "x"
-msgstr "x"
+#. 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 "Skildpadde-kunst Butia"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "y"
-msgstr "y"
+#: taextras.py:59
+msgid "Adjust LED intensity between 0 and 255."
+msgstr "Justér LED-intensitet mellem 0 og 255"
-#: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260
+#: taextras.py:60
msgid ""
-"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
+"Returns the object gray level encountered him as a number between 0 and 1023."
msgstr ""
-"flytter skildpadden til position xkor, ykor; (0, 0) er midten af skærmen."
-
-#: TurtleArt/tabasics.py:204
-msgid "set heading"
-msgstr "indstil retning"
+"Returnerer objekt-gråniveauet som mødte ham som et tal mellem 0 og 1023."
-#: TurtleArt/tabasics.py:208
-msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
-msgstr "sætter retningen for skildpadden (0 er mod toppen af skærmen.)"
+#: taextras.py:62
+msgid "Returns 1 when the button is press and 0 otherwise."
+msgstr "Returnerer 1 når knappen trykkes og hvis ikke 0."
-#: TurtleArt/tabasics.py:217
-msgid ""
-"holds current x-coordinate value of the turtle (can be used in place of a "
-"number block)"
-msgstr ""
-"holder aktuel x-koordinat-værdi for skildpadden (kan anvendes i stedet for "
-"en talblok)"
+#: taextras.py:63
+msgid "Returns the ambient light level as a number between 0 and 1023."
+msgstr "Returnerer det omgivende lysniveau som et tal mellem 0 o 1023."
-#: TurtleArt/tabasics.py:228
-msgid ""
-"holds current y-coordinate value of the turtle (can be used in place of a "
-"number block)"
-msgstr ""
-"holder aktuel y-koordinat-værdi for skildpadde (kan anvendes i stedet for en "
-"talblok)"
+#: taextras.py:64
+msgid "Returns the ambient temperature as a number between 0 and 255."
+msgstr "Returnerer den omgivende temperatur som et tal mellem 0 og 255."
-#: TurtleArt/tabasics.py:239
+#: taextras.py:65
msgid ""
-"holds current heading value of the turtle (can be used in place of a number "
-"block)"
+"Returns the distance from the object in front of the sensor as a number "
+"between 0 and 255."
msgstr ""
-"holder aktuel hovedværdi for skildpadde (kan anvendes i stedet for en "
-"talblok)"
-
-#: TurtleArt/tabasics.py:273
-msgid "Palette of pen commands"
-msgstr "Palette af kommandoer for pen"
-
-#: TurtleArt/tabasics.py:277
-msgid "pen up"
-msgstr "pen oppe"
-
-#: TurtleArt/tabasics.py:280
-msgid "Turtle will not draw when moved."
-msgstr "Skildpadde vil ikke tegne når den flyttes."
-
-#: TurtleArt/tabasics.py:286
-msgid "pen down"
-msgstr "pen nede"
-
-#: TurtleArt/tabasics.py:289
-msgid "Turtle will draw when moved."
-msgstr "Skildpadde vil tegne når den flyttes."
-
-#: TurtleArt/tabasics.py:295
-msgid "set pen size"
-msgstr "indstil størrelse på pen"
-
-#: TurtleArt/tabasics.py:299
-msgid "sets size of the line drawn by the turtle"
-msgstr "sætter størrelse på linjen som tegnes af skildpadden"
-
-#: TurtleArt/tabasics.py:309
-msgid "fill screen"
-msgstr "fyld skærm"
-
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394
-msgid "color"
-msgstr "farve"
-
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404
-msgid "shade"
-msgstr "skygge"
-
-#: TurtleArt/tabasics.py:313
-msgid "fills the background with (color, shade)"
-msgstr "udfylder baggrunden med (farve, skygge)"
-
-#: TurtleArt/tabasics.py:322
-msgid "pen size"
-msgstr "størrelse pen"
-
-#: TurtleArt/tabasics.py:323
-msgid "holds current pen size (can be used in place of a number block)"
-msgstr "holder aktuel penstørrelse (kan anvendes i stedet for en talblok)"
-
-#: TurtleArt/tabasics.py:334
-msgid "start fill"
-msgstr "start udfyldning"
-
-#: TurtleArt/tabasics.py:336
-msgid "starts filled polygon (used with end fill block)"
-msgstr "starter fyldt polygon (anvendes med slut på fyld af blok)"
-
-#: TurtleArt/tabasics.py:343
-msgid "end fill"
-msgstr "slut udfyld"
-
-#: TurtleArt/tabasics.py:345
-msgid "completes filled polygon (used with start fill block)"
-msgstr "fuldfører udfyldt polygon (anvendes med start fyld blok)"
-
-#: TurtleArt/tabasics.py:355
-msgid "Palette of pen colors"
-msgstr "Palette af farver for pen"
-
-#: TurtleArt/tabasics.py:359
-msgid "set color"
-msgstr "indstil farve"
-
-#: TurtleArt/tabasics.py:363
-msgid "sets color of the line drawn by the turtle"
-msgstr "sætter farve for linjen som tegnes af skildpadden"
-
-#: TurtleArt/tabasics.py:371
-msgid "set shade"
-msgstr "indstil skygge"
-
-#: TurtleArt/tabasics.py:375
-msgid "sets shade of the line drawn by the turtle"
-msgstr "set skygge for linjen som tegnes af skildpadden"
+"Returnerer distancen fra objektet foran sensoren som et tal mellem 0 og 255."
-#: TurtleArt/tabasics.py:383
-msgid "set gray"
-msgstr "sætter grå"
+#: taextras.py:67
+msgid "Returns 0 or 1 depending on the sensor inclination."
+msgstr "Returnerer 0 eller 1 afhængig af sensorens vinkel."
-#: TurtleArt/tabasics.py:386
-msgid "sets gray level of the line drawn by the turtle"
-msgstr "sætter niveauet af gråtone for linjen som tegnes af skildpadden"
+#: taextras.py:68
+msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
+msgstr "Returnerer 1 når sensoren registrerer et magnetfelt, hvis ikke 0."
-#: TurtleArt/tabasics.py:395
-msgid "holds current pen color (can be used in place of a number block)"
-msgstr "holder aktuel farve for pen (kan anvendes i stedet for en talblok)"
+#: taextras.py:69
+msgid "Switches from 0 to 1, the frequency depends on the vibration."
+msgstr "Skifter fra 0 til 1, frekvensen afhænger af vibrationen."
-#: TurtleArt/tabasics.py:405
-msgid "holds current pen shade"
-msgstr "holder aktuel skygge for pen"
+#: taextras.py:70
+msgid "LED"
+msgstr "LED"
-#: TurtleArt/tabasics.py:413
-msgid "gray"
-msgstr "grå"
+#: taextras.py:71
+msgid "pushbutton"
+msgstr "trykknap"
-#: TurtleArt/tabasics.py:414
-msgid "holds current gray level (can be used in place of a number block)"
-msgstr "holder aktuelt niveau af grå (kan anvendes i stedet for en talblok)"
+#: taextras.py:72
+msgid "grayscale"
+msgstr "gråskala"
-#: TurtleArt/tabasics.py:434
-msgid "set text color"
-msgstr "indstil tekstfarve"
+#: taextras.py:73
+msgid "ambient light"
+msgstr "omgivende lys"
-#: TurtleArt/tabasics.py:437
-msgid "sets color of text drawn by the turtle"
-msgstr "sætter farve for tekst som tegnes af skildpadden"
+#: taextras.py:74
+msgid "temperature"
+msgstr "temperatur"
-#: TurtleArt/tabasics.py:445
-msgid "set text size"
-msgstr "indstil tekststørrelse"
+#: taextras.py:75
+msgid "distance"
+msgstr "distance"
-#: TurtleArt/tabasics.py:448
-msgid "sets size of text drawn by the turtle"
-msgstr "sætter størrelse for tekst tegnet af skildpadden"
+#: taextras.py:76
+msgid "tilt"
+msgstr "vip"
-#: TurtleArt/tabasics.py:531
-msgid "Palette of numeric operators"
-msgstr "Palette af numeriske operatorer"
+#: taextras.py:77
+msgid "magnetic induction"
+msgstr "magnetisk induktion"
-#: TurtleArt/tabasics.py:537
-msgid "plus"
-msgstr "plus"
+#: taextras.py:78
+msgid "vibration"
+msgstr "vibration"
-#: TurtleArt/tabasics.py:540
-msgid "adds two alphanumeric inputs"
-msgstr "tilføjer to alfanumeriske input"
+#: taextras.py:79
+msgid "Butia Robot"
+msgstr "Butia-robot"
-#: TurtleArt/tabasics.py:548
-msgid "minus"
-msgstr "minus"
+#: taextras.py:80
+msgid "delay Butia"
+msgstr "udsæt Butia"
-#: TurtleArt/tabasics.py:551
-msgid "subtracts bottom numeric input from top numeric input"
-msgstr "fratrækker nederste numeriske input fra øverste numeriske input"
+#: taextras.py:81
+msgid "wait for argument seconds"
+msgstr "vent på argument sekunder"
-#: TurtleArt/tabasics.py:562
-msgid "multiply"
-msgstr "gange"
+#: taextras.py:82
+msgid "Butia battery charge"
+msgstr "Butia batteriopladning"
-#: TurtleArt/tabasics.py:565
-msgid "multiplies two numeric inputs"
-msgstr "multiplicerer to numeriske input"
+#: taextras.py:83
+msgid "Returns the battery charge as a number between 0 and 255."
+msgstr "Returnerer batteriopladningen som et tal mellem 0 og 255."
-#: TurtleArt/tabasics.py:574
-msgid "divide"
-msgstr "dividér"
+#: taextras.py:84
+msgid "Butia speed"
+msgstr "Butia-hastighed"
-#: TurtleArt/tabasics.py:577
+#: taextras.py:85
msgid ""
-"divides top numeric input (numerator) by bottom numeric input (denominator)"
+"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
+"an argument."
msgstr ""
-"dividerer øverste numerisk input (nævner) med nederste numeriske input "
-"(tæller)"
-
-#: TurtleArt/tabasics.py:587
-msgid "identity"
-msgstr "identitet"
-
-#: TurtleArt/tabasics.py:589
-msgid "identity operator used for extending blocks"
-msgstr "identitetsoperator til brug for udvidelse af blokke"
+"Angiver hastigheden af Butia-motorerne som en værdi mellem 0 og 1023, sendt "
+"med et argument."
-#: TurtleArt/tabasics.py:597 TurtleArt/tabasics.py:598
-msgid "mod"
-msgstr "mod"
+#: taextras.py:87
+msgid "forward Butia"
+msgstr "ryk Butia frem"
-#: TurtleArt/tabasics.py:601
-msgid "modular (remainder) operator"
-msgstr "modulær (rest) operator"
+#: taextras.py:88
+msgid "Move the Butia robot forward."
+msgstr "Flyt Butia-robotten fremad."
-#: TurtleArt/tabasics.py:608
-msgid "√"
-msgstr "√"
+#: taextras.py:89
+msgid "forward distance"
+msgstr "distance fremad"
-#: TurtleArt/tabasics.py:609
-msgid "square root"
-msgstr "kvadratrod"
+#: taextras.py:90
+msgid "Move the Butia robot forward a predefined distance."
+msgstr "Flyt Butia-robotten fremad med en forudbestemt distance."
-#: TurtleArt/tabasics.py:612
-msgid "calculates square root"
-msgstr "beregner kvadratrod"
+#: taextras.py:91
+msgid "backward Butia"
+msgstr "ryk Butia tilbage"
-#: TurtleArt/tabasics.py:619
-msgid "random"
-msgstr "tilfældig"
+#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102
+msgid "Move the Butia robot backward."
+msgstr "Flyt Butia-robotten tilbage."
-#: TurtleArt/tabasics.py:619
-msgid "min"
-msgstr "min"
+#: taextras.py:93
+msgid "backward distance"
+msgstr "distance bagud"
-#: TurtleArt/tabasics.py:619
-msgid "max"
-msgstr "max"
+#: taextras.py:94
+msgid "Move the Butia robot backward a predefined distance."
+msgstr "Flyt Butia-robotten bagud med en forudbestemt distance."
-#: TurtleArt/tabasics.py:623
-msgid "returns random number between minimum (top) and maximum (bottom) values"
-msgstr ""
-"returnerer et tilfældigt tal mellem værdier for minimum (top) og maksimum "
-"(bund)"
+#: taextras.py:95
+msgid "left Butia"
+msgstr "Butia til venstre"
-#: TurtleArt/tabasics.py:635
-msgid "number"
-msgstr "tal"
+#: taextras.py:97
+msgid "right Butia"
+msgstr "Butia til højre"
-#: TurtleArt/tabasics.py:636
-msgid "used as numeric input in mathematic operators"
-msgstr "anvendes som numerisk input i matematiske operatorer"
+#: taextras.py:99
+msgid "Turn x degrees"
+msgstr "Drej x grader"
-#: TurtleArt/tabasics.py:643
-msgid "greater than"
-msgstr "større end"
+#: taextras.py:100
+msgid "Turn the Butia robot x degrees."
+msgstr "Drej Butia-robotten x grader."
-#: TurtleArt/tabasics.py:646
-msgid "logical greater-than operator"
-msgstr "logisk større-end operator"
+#: taextras.py:101
+msgid "stop Butia"
+msgstr "stop Butia"
-#: TurtleArt/tabasics.py:654
-msgid "less than"
-msgstr "mindre end"
+#: taextras.py:103
+msgid "print Butia"
+msgstr "udskriv Butia"
-#: TurtleArt/tabasics.py:657
-msgid "logical less-than operator"
-msgstr "logisk mindre-end operator"
+#: taextras.py:104
+msgid "Print text in Butia robot 32-character ASCII display."
+msgstr "Udskriv tekst i Butia-robottens 32-tegns ASCII-skærm."
-#: TurtleArt/tabasics.py:665
-msgid "equal"
-msgstr "lig med"
+#: taextras.py:105
+msgid "Butia"
+msgstr "Butia"
-#: TurtleArt/tabasics.py:668
-msgid "logical equal-to operator"
-msgstr "logisk lig-med operator"
+#: taextras.py:109
+msgid "The camera was not found."
+msgstr "Kameraet blev ikke fundet."
-#: TurtleArt/tabasics.py:674
-msgid "not"
-msgstr "ikke"
+#: taextras.py:110
+msgid "Error on the initialization of the camera."
+msgstr "Fejl under initialisering af kameraet."
-#: TurtleArt/tabasics.py:677
-msgid "logical NOT operator"
-msgstr "logisk IKKE operator"
+#: taextras.py:111
+msgid "FollowMe"
+msgstr "FølgMig"
-#: TurtleArt/tabasics.py:683 TurtleArt/tabasics.py:686
-msgid "and"
-msgstr "og"
+#: taextras.py:112
+msgid "follow a RGB color"
+msgstr "følg en RGB-farve"
-#: TurtleArt/tabasics.py:687
-msgid "logical AND operator"
-msgstr "logisk AND operator"
+#: taextras.py:113
+msgid "follow a turtle color"
+msgstr "følg en skildpadde-farve"
-#: TurtleArt/tabasics.py:694 TurtleArt/tabasics.py:697
-msgid "or"
-msgstr "eller"
+#: taextras.py:114
+msgid "calibrate a color to follow"
+msgstr "kalibrér en farve som skal følges"
-#: TurtleArt/tabasics.py:698
-msgid "logical OR operator"
-msgstr "logisk ELLER operator"
+#: taextras.py:115
+msgid "x position"
+msgstr "x-position"
-#: TurtleArt/tabasics.py:712
-msgid "wait"
-msgstr "vent"
+#: taextras.py:116
+msgid "return x position"
+msgstr "returnér x-position"
-#: TurtleArt/tabasics.py:716
-msgid "pauses program execution a specified number of seconds"
-msgstr "sætter programafviklingen på pause for et angivet antal sekunder"
+#: taextras.py:117
+msgid "y position"
+msgstr "y-position"
-#: TurtleArt/tabasics.py:723
-msgid "forever"
-msgstr "for evigt"
+#: taextras.py:118
+msgid "return y position"
+msgstr "returnér y-position"
-#: TurtleArt/tabasics.py:727
-msgid "loops forever"
-msgstr "kører i løkke for evigt"
+#: taextras.py:122
+msgid "Sumo Butia"
+msgstr "Sumo Butia"
-#: TurtleArt/tabasics.py:733 TurtleArt/tabasics.py:737
-msgid "repeat"
-msgstr "gentag"
+#: taextras.py:123
+msgid "submit speed​​"
+msgstr "indsend hastighed"
-#: TurtleArt/tabasics.py:738
-msgid "loops specified number of times"
-msgstr "kører et angivet antal gange i løkke"
+#: taextras.py:124
+msgid "Send speed to the robot."
+msgstr "Send hastighed til robotten."
-#: TurtleArt/tabasics.py:744 TurtleArt/tabasics.py:756
-msgid "if"
-msgstr "hvis"
+#: taextras.py:125
+msgid "set speed"
+msgstr "angiv hastighed"
-#: TurtleArt/tabasics.py:744
-msgid "then"
-msgstr "så"
+#: taextras.py:126
+msgid "Set the default speed for the movement commands."
+msgstr "Angiver standard for hastigheden på flytte-kommandoer."
-#: TurtleArt/tabasics.py:747
-msgid "if then"
-msgstr "hvis så"
+#: taextras.py:127
+msgid "move"
+msgstr "flyt"
-#: TurtleArt/tabasics.py:749
-msgid "if-then operator that uses boolean operators from Numbers palette"
-msgstr "hvis-så operator som anvender boolske operatorer fra Talpaletten"
+#: taextras.py:130
+msgid "turn left"
+msgstr "drej til venstre"
-#: TurtleArt/tabasics.py:756
-msgid "then else"
-msgstr "så ellers"
+#: taextras.py:131
+msgid "turn right"
+msgstr "drej til højre"
-#: TurtleArt/tabasics.py:760
-msgid "if then else"
-msgstr "hvis så ellers"
+#: taextras.py:132
+msgid "angle to center"
+msgstr "vinkel til centrum"
-#: TurtleArt/tabasics.py:761
-msgid "if-then-else operator that uses boolean operators from Numbers palette"
-msgstr "if-så-ellers operator som anvender boolske operatorer fra Talpalette"
+#. TRANS: dojo is the playing field
+#: taextras.py:134
+msgid "Get the angle to the center of the dojo."
+msgstr "Hent vinklen til dojoens centrum."
-#: TurtleArt/tabasics.py:769
-msgid "horizontal space"
-msgstr "vandret afstand"
+#: taextras.py:135
+msgid "angle to the opponent"
+msgstr "vinkel til modstanderen"
-#: TurtleArt/tabasics.py:770
-msgid "jogs stack right"
-msgstr "jogger stak til højre"
+#: taextras.py:136
+msgid "Get the angle to the center of the opponent."
+msgstr "Hent vinklen til modstanderens centrum."
-#: TurtleArt/tabasics.py:777
-msgid "vertical space"
-msgstr "lodret afstand"
+#: taextras.py:137
+msgid "x coor."
+msgstr "x-koor."
-#: TurtleArt/tabasics.py:778
-msgid "jogs stack down"
-msgstr "jogger stak ned"
+#: taextras.py:138
+msgid "Get the x coordinate of the robot."
+msgstr "Hent x-koordinatet for robotten."
-#: TurtleArt/tabasics.py:784
-msgid "stop action"
-msgstr "stop handling"
+#: taextras.py:139
+msgid "y coor."
+msgstr "x-koor."
-#: TurtleArt/tabasics.py:787
-msgid "stops current action"
-msgstr "stopper nuværende handling"
+#: taextras.py:140
+msgid "Get the y coordinate of the robot."
+msgstr "Hent y-koordinatet for robotten."
-#: TurtleArt/tabasics.py:796
-msgid "Palette of variable blocks"
-msgstr "Palette med forskellige blokke"
+#: taextras.py:141
+msgid "opponent x coor."
+msgstr "modstanders x-koor."
-#: TurtleArt/tabasics.py:804
-msgid "connects action to toolbar run buttons"
-msgstr "forbinder handling til knapper på værktøjsbjælke"
+#: taextras.py:142
+msgid "Get the x coordinate of the opponent."
+msgstr "Hent x-koordinatet for modstanderen."
-#: TurtleArt/tabasics.py:812
-msgid "store in box 1"
-msgstr "gem i boks 1"
+#: taextras.py:143
+msgid "opponent y coor."
+msgstr "modstanders y-koor."
-#: TurtleArt/tabasics.py:816
-msgid "stores numeric value in Variable 1"
-msgstr "gemmer numerisk værdi i Variabel 1"
+#: taextras.py:144
+msgid "Get the y coordinate of the opponent."
+msgstr "Hent y-koordinatet for modstanderen."
-#: TurtleArt/tabasics.py:823
-msgid "store in box 2"
-msgstr "gem i boks 2"
+#: taextras.py:145
+msgid "rotation"
+msgstr "rotation"
-#: TurtleArt/tabasics.py:827
-msgid "stores numeric value in Variable 2"
-msgstr "gemmer numerisk værdi i Variabel 2"
+#: taextras.py:146
+msgid "Get SumBot rotation."
+msgstr "Hent SumBot-rotation."
-#: TurtleArt/tabasics.py:841
-msgid "box 1"
-msgstr "boks 1"
+#: taextras.py:147
+msgid "opponent rotation"
+msgstr "modstanders rotation"
-#: TurtleArt/tabasics.py:844
-msgid "Variable 1 (numeric value)"
-msgstr "Variabel 1 (numerisk værdi)"
+#: taextras.py:148
+msgid "Get the rotation of the opponent."
+msgstr "Hent rotationen for modstanderen."
-#: TurtleArt/tabasics.py:850
-msgid "box 2"
-msgstr "boks 2"
+#: taextras.py:149
+msgid "distance to center"
+msgstr "afstand til centrum"
-#: TurtleArt/tabasics.py:853
-msgid "Variable 2 (numeric value)"
-msgstr "Variabel 2 (numerisk værdi)"
+#. TRANS: dojo is the playing field
+#: taextras.py:151
+msgid "Get the distance to the center of the dojo."
+msgstr "Hent afstanden til dojoens centrum."
-#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:870
-msgid "box"
-msgstr "boks"
+#: taextras.py:152
+msgid "distance to opponent"
+msgstr "afstand til modstander"
-#: TurtleArt/tabasics.py:862 TurtleArt/tabasics.py:873
-msgid "my box"
-msgstr "min boks"
+#: taextras.py:153
+msgid "Get the distance to the opponent."
+msgstr "Hent afstanden til modstanderen."
-#: TurtleArt/tabasics.py:864
-msgid "named variable (numeric value)"
-msgstr "navngiven variabel (numerisk værdi)"
+#: taextras.py:154
+msgid "update information"
+msgstr "opdatér information"
-#: TurtleArt/tabasics.py:870
-msgid "store in"
-msgstr "gem i"
+#: taextras.py:155
+msgid "Update information from the server."
+msgstr "Opdatér information fra serveren."
-#: TurtleArt/tabasics.py:870
-msgid "value"
-msgstr "værdi"
+#: turtleart.py:68
+msgid "usage is"
+msgstr "forbrug er"
-#: TurtleArt/tabasics.py:874
-msgid "stores numeric value in named variable"
-msgstr "lagrer numerisk værdi i en navngivet variabel"
+#: turtleart.py:212
+msgid "No option action:"
+msgstr "Ingen handling for valgmulighed:"
-#: TurtleArt/tabasics.py:882 TurtleArt/tabasics.py:884
-#: TurtleArt/tabasics.py:908 TurtleArt/tabasics.py:911
-msgid "action"
-msgstr "handling"
+#: turtleart.py:224
+msgid "File not found"
+msgstr "Fil blev ikke fundet"
-#: TurtleArt/tabasics.py:886
-msgid "top of nameable action stack"
-msgstr "top af handlingsstak som kan navngives"
+#: turtleart.py:248
+#, python-format
+msgid "Configuration directory not writable: %s"
+msgstr "Der kan ikke skrives til konfigurationskatalog: %s"
-#: TurtleArt/tabasics.py:891 TurtleArt/tabasics.py:918
-msgid "action 1"
-msgstr "handling 1"
+#: turtleart.py:304
+msgid "New"
+msgstr "Ny"
-#: TurtleArt/tabasics.py:894
-msgid "top of Action 1 stack"
-msgstr "top af Handling 1 stak"
+#: turtleart.py:305
+msgid "Open"
+msgstr "Åbn"
-#: TurtleArt/tabasics.py:899 TurtleArt/tabasics.py:927
-msgid "action 2"
-msgstr "handling 2"
+#: turtleart.py:306
+msgid "Save"
+msgstr "Gem"
-#: TurtleArt/tabasics.py:902
-msgid "top of Action 2 stack"
-msgstr "top af Handling 2 stak"
+#: turtleart.py:307
+msgid "Save as"
+msgstr "Gem som"
-#: TurtleArt/tabasics.py:912
-msgid "invokes named action stack"
-msgstr "påberåber navngiven handlingsstak"
+#: turtleart.py:314
+msgid "Quit"
+msgstr "Afslut"
-#: TurtleArt/tabasics.py:921
-msgid "invokes Action 1 stack"
-msgstr "kalder Handling 1 stak"
+#: turtleart.py:315
+msgid "File"
+msgstr "Fil"
-#: TurtleArt/tabasics.py:930
-msgid "invokes Action 2 stack"
-msgstr "kalder Handling 2 stak"
+#: turtleart.py:322
+msgid "Rescale coordinates"
+msgstr "Genskalér koordinater"
-#: TurtleArt/tabasics.py:938
-msgid "trash"
-msgstr "papirkurv"
+#: turtleart.py:328
+msgid "Reset block size"
+msgstr "Nulstil blokstørrelse"
-#: TurtleArt/tabasics.py:942
-msgid "empty trash"
-msgstr "tøm papirkurv"
+#: turtleart.py:342
+msgid "Show/hide blocks"
+msgstr "Vis/skjul blokke"
-#: TurtleArt/tabasics.py:943
-msgid "permanently deletes items in trash"
-msgstr "sletter elementer i papirkurv permanent"
+#: turtleart.py:344
+msgid "Tools"
+msgstr "Værktøjer"
-#: TurtleArt/tabasics.py:947
-msgid "restore all"
-msgstr "genskab alle"
+#: turtleart.py:351
+msgid "Stop"
+msgstr "Stop"
-#: TurtleArt/tabasics.py:948
-msgid "restore all blocks from trash"
-msgstr "genskab alle blokke fra papirkurv"
+#: turtleart.py:352
+msgid "Turtle"
+msgstr "Skildpadde"
-#: TurtleArt/tabasics.py:952
-msgid "clear all"
-msgstr "ryd alt"
+#: turtleart.py:382
+msgid "You have unsaved work. Would you like to save before quitting?"
+msgstr "Du har arbejde som ikke er gemt. Vil du gemme før du afslutter?"
-#: TurtleArt/tabasics.py:953
-msgid "move all blocks to trash"
-msgstr "flyt alle blokke til papirkurv"
+#: turtleart.py:383
+msgid "Save project?"
+msgstr "Gem projekt?"
#~ msgid "stack"
#~ msgstr "stak"
-#~ msgid "yellow"
-#~ msgstr "gul"
-
#~ msgid " "
#~ msgstr " "
-#~ msgid "cyan"
-#~ msgstr "cyan"
-
-#~ msgid "blue"
-#~ msgstr "blå"
-
#~ msgid " clean "
#~ msgstr " rens "
@@ -2039,9 +2065,6 @@ msgstr "flyt alle blokke til papirkurv"
#~ msgid "write"
#~ msgstr "skriv"
-#~ msgid "green"
-#~ msgstr "grøn"
-
#~ msgid "restore last"
#~ msgstr "genskab sidste"
@@ -2050,27 +2073,18 @@ msgstr "flyt alle blokke til papirkurv"
#~ "en blok som kan programmeres: anvendes til at tilføje avanceret matematiske "
#~ "ligninger, f.eks., sin(x)"
-#~ msgid "orange"
-#~ msgstr "orange"
-
#~ msgid "blocks"
#~ msgstr "blokke"
#~ msgid "text size"
#~ msgstr "tekststørrelse"
-#~ msgid "red"
-#~ msgstr "rød"
-
#~ msgid "sensors"
#~ msgstr "sensorer"
#~ msgid "sensor input resistance"
#~ msgstr "modstand for sensor-input"
-#~ msgid "white"
-#~ msgstr "hvid"
-
#~ msgid "holds current text color (can be used in place of a number block)"
#~ msgstr "holder aktuel tekstfarve (kan anvendes i stedet for en talblok)"
@@ -2083,9 +2097,6 @@ msgstr "flyt alle blokke til papirkurv"
#~ msgid "portfolio"
#~ msgstr "portfolio"
-#~ msgid "black"
-#~ msgstr "sort"
-
#~ msgid "restores most recent blocks from trash"
#~ msgstr "genskaber seneste blokke fra papirkurv"
@@ -2107,9 +2118,6 @@ msgstr "flyt alle blokke til papirkurv"
#~ msgid "Trashcan"
#~ msgstr "Papirkurv"
-#~ msgid "purple"
-#~ msgstr "lilla"
-
#~ msgid "pen"
#~ msgstr "pen"
diff --git a/po/en_GB.po b/po/en_GB.po
new file mode 100644
index 0000000..42459e4
--- /dev/null
+++ b/po/en_GB.po
@@ -0,0 +1,2163 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+msgid ""
+msgstr ""
+"Project-Id-Version: 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:45+0200\n"
+"Last-Translator: Chris <cjl@laptop.org>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"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
+msgid "Turtle Art"
+msgstr "Turtle Art"
+
+#: TurtleArt/tabasics.py:115
+msgid "Palette of turtle commands"
+msgstr "Palette of turtle commands"
+
+#: TurtleArt/tabasics.py:120
+msgid "forward"
+msgstr "forward"
+
+#: TurtleArt/tabasics.py:124
+msgid "moves turtle forward"
+msgstr "moves turtle forward"
+
+#: TurtleArt/tabasics.py:131 taextras.py:128
+msgid "back"
+msgstr "back"
+
+#: TurtleArt/tabasics.py:135
+msgid "moves turtle backward"
+msgstr "moves turtle backward"
+
+#: TurtleArt/tabasics.py:143
+msgid "clean"
+msgstr "clean"
+
+#: TurtleArt/tabasics.py:146
+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
+msgid "left"
+msgstr "left"
+
+#: TurtleArt/tabasics.py:158
+msgid "turns turtle counterclockwise (angle in degrees)"
+msgstr "turns turtle anticlockwise (angle in degrees)"
+
+#: TurtleArt/tabasics.py:165
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
+msgid "right"
+msgstr "right"
+
+#: TurtleArt/tabasics.py:169
+msgid "turns turtle clockwise (angle in degrees)"
+msgstr "turns turtle clockwise (angle in degrees)"
+
+#: TurtleArt/tabasics.py:177
+msgid "arc"
+msgstr "arc"
+
+#: TurtleArt/tabasics.py:177
+msgid "angle"
+msgstr "angle"
+
+#: TurtleArt/tabasics.py:177
+msgid "radius"
+msgstr "radius"
+
+#: TurtleArt/tabasics.py:181
+msgid "moves turtle along an arc"
+msgstr "moves turtle along an arc"
+
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "set xy"
+msgstr "set xy"
+
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "x"
+msgstr "x"
+
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "y"
+msgstr "y"
+
+#: 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 ""
+"moves turtle to position xcor, ycor; (0, 0) is in the centre of the screen."
+
+#: TurtleArt/tabasics.py:204
+msgid "set heading"
+msgstr "set heading"
+
+#: TurtleArt/tabasics.py:208
+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
+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 ""
+"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
+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 ""
+"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
+msgid "heading"
+msgstr "heading"
+
+#: TurtleArt/tabasics.py:239
+msgid ""
+"holds current heading value of the turtle (can be used in place of a number "
+"block)"
+msgstr ""
+"holds current heading value of the turtle (can be used in place of a number "
+"block)"
+
+#: TurtleArt/tabasics.py:273
+msgid "Palette of pen commands"
+msgstr "Palette of pen commands"
+
+#: TurtleArt/tabasics.py:277
+msgid "pen up"
+msgstr "pen up"
+
+#: TurtleArt/tabasics.py:280
+msgid "Turtle will not draw when moved."
+msgstr "Turtle will not draw when moved."
+
+#: TurtleArt/tabasics.py:286
+msgid "pen down"
+msgstr "pen down"
+
+#: TurtleArt/tabasics.py:289
+msgid "Turtle will draw when moved."
+msgstr "Turtle will draw when moved."
+
+#: TurtleArt/tabasics.py:295
+msgid "set pen size"
+msgstr "set pen size"
+
+#: TurtleArt/tabasics.py:299
+msgid "sets size of the line drawn by the turtle"
+msgstr "sets size of the line drawn by the turtle"
+
+#: TurtleArt/tabasics.py:309
+msgid "fill screen"
+msgstr "fill screen"
+
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394
+msgid "color"
+msgstr "colour"
+
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404
+msgid "shade"
+msgstr "shade"
+
+#: TurtleArt/tabasics.py:313
+msgid "fills the background with (color, shade)"
+msgstr "fills the background with (colour, shade)"
+
+#: TurtleArt/tabasics.py:322
+msgid "pen size"
+msgstr "pen size"
+
+#: TurtleArt/tabasics.py:323
+msgid "holds current pen size (can be used in place of a number block)"
+msgstr "holds current pen size (can be used in place of a number block)"
+
+#: TurtleArt/tabasics.py:334
+msgid "start fill"
+msgstr "start fill"
+
+#: TurtleArt/tabasics.py:336
+msgid "starts filled polygon (used with end fill block)"
+msgstr "starts filled polygon (used with end fill block)"
+
+#: TurtleArt/tabasics.py:343
+msgid "end fill"
+msgstr "end fill"
+
+#: TurtleArt/tabasics.py:345
+msgid "completes filled polygon (used with start fill block)"
+msgstr "completes filled polygon (used with start fill block)"
+
+#: TurtleArt/tabasics.py:355
+msgid "Palette of pen colors"
+msgstr "Palette of pen colours"
+
+#: TurtleArt/tabasics.py:359
+msgid "set color"
+msgstr "set colour"
+
+#: TurtleArt/tabasics.py:363
+msgid "sets color of the line drawn by the turtle"
+msgstr "sets colour of the line drawn by the turtle"
+
+#: TurtleArt/tabasics.py:371
+msgid "set shade"
+msgstr "set shade"
+
+#: TurtleArt/tabasics.py:375
+msgid "sets shade of the line drawn by the turtle"
+msgstr "sets shade of the line drawn by the turtle"
+
+#: TurtleArt/tabasics.py:383
+msgid "set gray"
+msgstr "set grey"
+
+#: TurtleArt/tabasics.py:386
+msgid "sets gray level of the line drawn by the turtle"
+msgstr "sets grey level of the line drawn by the turtle"
+
+#: TurtleArt/tabasics.py:395
+msgid "holds current pen color (can be used in place of a number block)"
+msgstr "holds current pen colour (can be used in place of a number block)"
+
+#: TurtleArt/tabasics.py:405
+msgid "holds current pen shade"
+msgstr "holds current pen shade"
+
+#: TurtleArt/tabasics.py:413
+msgid "gray"
+msgstr "grey"
+
+#: TurtleArt/tabasics.py:414
+msgid "holds current gray level (can be used in place of a number block)"
+msgstr "holds current grey level (can be used in place of a number block)"
+
+#: TurtleArt/tabasics.py:420
+msgid "red"
+msgstr "red"
+
+#: TurtleArt/tabasics.py:421
+msgid "orange"
+msgstr "orange"
+
+#: TurtleArt/tabasics.py:423
+msgid "yellow"
+msgstr "yellow"
+
+#: TurtleArt/tabasics.py:425
+msgid "green"
+msgstr "green"
+
+#: TurtleArt/tabasics.py:426
+msgid "cyan"
+msgstr "cyan"
+
+#: TurtleArt/tabasics.py:427
+msgid "blue"
+msgstr "blue"
+
+#: TurtleArt/tabasics.py:428
+msgid "purple"
+msgstr "purple"
+
+#: TurtleArt/tabasics.py:430
+msgid "white"
+msgstr "white"
+
+#: TurtleArt/tabasics.py:431
+msgid "black"
+msgstr "black"
+
+#: TurtleArt/tabasics.py:437
+msgid "set text color"
+msgstr "set text colour"
+
+#: TurtleArt/tabasics.py:440
+msgid "sets color of text drawn by the turtle"
+msgstr "sets colour of text drawn by the turtle"
+
+#: TurtleArt/tabasics.py:448
+msgid "set text size"
+msgstr "set text size"
+
+#: TurtleArt/tabasics.py:451
+msgid "sets size of text drawn by the turtle"
+msgstr "sets size of text drawn by the turtle"
+
+#: TurtleArt/tabasics.py:534
+msgid "Palette of numeric operators"
+msgstr "Palette of numeric operators"
+
+#: TurtleArt/tabasics.py:540
+msgid "plus"
+msgstr "plus"
+
+#: TurtleArt/tabasics.py:543
+msgid "adds two alphanumeric inputs"
+msgstr "adds two alphanumeric inputs"
+
+#: TurtleArt/tabasics.py:551
+msgid "minus"
+msgstr "minus"
+
+#: TurtleArt/tabasics.py:554
+msgid "subtracts bottom numeric input from top numeric input"
+msgstr "subtracts bottom numeric input from top numeric input"
+
+#: TurtleArt/tabasics.py:565
+msgid "multiply"
+msgstr "multiply"
+
+#: TurtleArt/tabasics.py:568
+msgid "multiplies two numeric inputs"
+msgstr "multiplies two numeric inputs"
+
+#: TurtleArt/tabasics.py:577
+msgid "divide"
+msgstr "divide"
+
+#: TurtleArt/tabasics.py:580
+msgid ""
+"divides top numeric input (numerator) by bottom numeric input (denominator)"
+msgstr ""
+"divides top numeric input (numerator) by bottom numeric input (denominator)"
+
+#: TurtleArt/tabasics.py:590
+msgid "identity"
+msgstr "identity"
+
+#: TurtleArt/tabasics.py:592
+msgid "identity operator used for extending blocks"
+msgstr "identity operator used for extending blocks"
+
+#: TurtleArt/tabasics.py:600 TurtleArt/tabasics.py:601
+msgid "mod"
+msgstr "mod"
+
+#: TurtleArt/tabasics.py:604
+msgid "modular (remainder) operator"
+msgstr "modular (remainder) operator"
+
+#: TurtleArt/tabasics.py:611
+msgid "√"
+msgstr "√"
+
+#: TurtleArt/tabasics.py:612
+msgid "square root"
+msgstr "square root"
+
+#: TurtleArt/tabasics.py:615
+msgid "calculates square root"
+msgstr "calculates square root"
+
+#: TurtleArt/tabasics.py:622
+msgid "random"
+msgstr "random"
+
+#: TurtleArt/tabasics.py:622
+msgid "min"
+msgstr "min"
+
+#: TurtleArt/tabasics.py:622
+msgid "max"
+msgstr "max"
+
+#: TurtleArt/tabasics.py:626
+msgid "returns random number between minimum (top) and maximum (bottom) values"
+msgstr "returns random number between minimum (top) and maximum (bottom) values"
+
+#: TurtleArt/tabasics.py:638
+msgid "number"
+msgstr "number"
+
+#: TurtleArt/tabasics.py:639
+msgid "used as numeric input in mathematic operators"
+msgstr "used as numeric input in mathematic operators"
+
+#: TurtleArt/tabasics.py:646
+msgid "greater than"
+msgstr "greater than"
+
+#: TurtleArt/tabasics.py:649
+msgid "logical greater-than operator"
+msgstr "logical greater-than operator"
+
+#: TurtleArt/tabasics.py:657
+msgid "less than"
+msgstr "less than"
+
+#: TurtleArt/tabasics.py:660
+msgid "logical less-than operator"
+msgstr "logical less-than operator"
+
+#: TurtleArt/tabasics.py:668
+msgid "equal"
+msgstr "equal"
+
+#: TurtleArt/tabasics.py:671
+msgid "logical equal-to operator"
+msgstr "logical equal-to operator"
+
+#: TurtleArt/tabasics.py:677
+msgid "not"
+msgstr "not"
+
+#: TurtleArt/tabasics.py:680
+msgid "logical NOT operator"
+msgstr "logical NOT operator"
+
+#: TurtleArt/tabasics.py:686 TurtleArt/tabasics.py:689
+msgid "and"
+msgstr "and"
+
+#: TurtleArt/tabasics.py:690
+msgid "logical AND operator"
+msgstr "logical AND operator"
+
+#: TurtleArt/tabasics.py:697 TurtleArt/tabasics.py:700
+msgid "or"
+msgstr "or"
+
+#: TurtleArt/tabasics.py:701
+msgid "logical OR operator"
+msgstr "logical OR operator"
+
+#: TurtleArt/tabasics.py:710
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
+msgid "Palette of flow operators"
+msgstr "Palette of flow operators"
+
+#: TurtleArt/tabasics.py:715
+msgid "wait"
+msgstr "wait"
+
+#: TurtleArt/tabasics.py:719
+msgid "pauses program execution a specified number of seconds"
+msgstr "pauses program execution a specified number of seconds"
+
+#: TurtleArt/tabasics.py:726
+msgid "forever"
+msgstr "forever"
+
+#: TurtleArt/tabasics.py:730
+msgid "loops forever"
+msgstr "loops forever"
+
+#: TurtleArt/tabasics.py:736 TurtleArt/tabasics.py:740
+msgid "repeat"
+msgstr "repeat"
+
+#: TurtleArt/tabasics.py:741
+msgid "loops specified number of times"
+msgstr "loops specified number of times"
+
+#: TurtleArt/tabasics.py:747 TurtleArt/tabasics.py:759
+msgid "if"
+msgstr "if"
+
+#: TurtleArt/tabasics.py:747
+msgid "then"
+msgstr "then"
+
+#: TurtleArt/tabasics.py:750
+msgid "if then"
+msgstr "if then"
+
+#: TurtleArt/tabasics.py:752
+msgid "if-then operator that uses boolean operators from Numbers palette"
+msgstr "if-then operator that uses boolean operators from Numbers palette"
+
+#: TurtleArt/tabasics.py:759
+msgid "then else"
+msgstr "then else"
+
+#: TurtleArt/tabasics.py:763
+msgid "if then else"
+msgstr "if then else"
+
+#: TurtleArt/tabasics.py:764
+msgid "if-then-else operator that uses boolean operators from Numbers palette"
+msgstr "if-then-else operator that uses boolean operators from Numbers palette"
+
+#: TurtleArt/tabasics.py:772
+msgid "horizontal space"
+msgstr "horizontal space"
+
+#: TurtleArt/tabasics.py:773
+msgid "jogs stack right"
+msgstr "jogs stack right"
+
+#: TurtleArt/tabasics.py:780
+msgid "vertical space"
+msgstr "vertical space"
+
+#: TurtleArt/tabasics.py:781
+msgid "jogs stack down"
+msgstr "jogs stack down"
+
+#: TurtleArt/tabasics.py:787
+msgid "stop action"
+msgstr "stop action"
+
+#: TurtleArt/tabasics.py:790
+msgid "stops current action"
+msgstr "stops current action"
+
+#: TurtleArt/tabasics.py:799
+msgid "Palette of variable blocks"
+msgstr "Palette of variable blocks"
+
+#: TurtleArt/tabasics.py:804 pysamples/grecord.py:213
+msgid "start"
+msgstr "start"
+
+#: TurtleArt/tabasics.py:807
+msgid "connects action to toolbar run buttons"
+msgstr "connects action to tool-bar run buttons"
+
+#: TurtleArt/tabasics.py:815
+msgid "store in box 1"
+msgstr "store in box 1"
+
+#: TurtleArt/tabasics.py:819
+msgid "stores numeric value in Variable 1"
+msgstr "stores numeric value in Variable 1"
+
+#: TurtleArt/tabasics.py:826
+msgid "store in box 2"
+msgstr "store in box 2"
+
+#: TurtleArt/tabasics.py:830
+msgid "stores numeric value in Variable 2"
+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
+msgid "text"
+msgstr "text"
+
+#: TurtleArt/tabasics.py:840
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
+msgid "string value"
+msgstr "string value"
+
+#: TurtleArt/tabasics.py:844
+msgid "box 1"
+msgstr "box 1"
+
+#: TurtleArt/tabasics.py:847
+msgid "Variable 1 (numeric value)"
+msgstr "Variable 1 (numeric value)"
+
+#: TurtleArt/tabasics.py:853
+msgid "box 2"
+msgstr "box 2"
+
+#: TurtleArt/tabasics.py:856
+msgid "Variable 2 (numeric value)"
+msgstr "Variable 2 (numeric value)"
+
+#: TurtleArt/tabasics.py:863 TurtleArt/tabasics.py:873
+msgid "box"
+msgstr "box"
+
+#: TurtleArt/tabasics.py:865 TurtleArt/tabasics.py:876
+msgid "my box"
+msgstr "my box"
+
+#: TurtleArt/tabasics.py:867
+msgid "named variable (numeric value)"
+msgstr "named variable (numeric value)"
+
+#: TurtleArt/tabasics.py:873
+msgid "store in"
+msgstr "store in"
+
+#: TurtleArt/tabasics.py:873
+msgid "value"
+msgstr "value"
+
+#: TurtleArt/tabasics.py:877
+msgid "stores numeric value in named variable"
+msgstr "stores numeric value in named variable"
+
+#: TurtleArt/tabasics.py:885 TurtleArt/tabasics.py:887
+#: TurtleArt/tabasics.py:911 TurtleArt/tabasics.py:914
+msgid "action"
+msgstr "action"
+
+#: TurtleArt/tabasics.py:889
+msgid "top of nameable action stack"
+msgstr "top of nameable action stack"
+
+#: TurtleArt/tabasics.py:894 TurtleArt/tabasics.py:921
+msgid "action 1"
+msgstr "action 1"
+
+#: TurtleArt/tabasics.py:897
+msgid "top of Action 1 stack"
+msgstr "top of Action 1 stack"
+
+#: TurtleArt/tabasics.py:902 TurtleArt/tabasics.py:930
+msgid "action 2"
+msgstr "action 2"
+
+#: TurtleArt/tabasics.py:905
+msgid "top of Action 2 stack"
+msgstr "top of Action 2 stack"
+
+#: TurtleArt/tabasics.py:915
+msgid "invokes named action stack"
+msgstr "invokes named action stack"
+
+#: TurtleArt/tabasics.py:924
+msgid "invokes Action 1 stack"
+msgstr "invokes Action 1 stack"
+
+#: TurtleArt/tabasics.py:933
+msgid "invokes Action 2 stack"
+msgstr "invokes Action 2 stack"
+
+#: TurtleArt/tabasics.py:941
+msgid "trash"
+msgstr "wastebasket"
+
+#: TurtleArt/tabasics.py:945
+msgid "empty trash"
+msgstr "empty trash"
+
+#: TurtleArt/tabasics.py:946
+msgid "permanently deletes items in trash"
+msgstr "permanently deletes items in trash"
+
+#: TurtleArt/tabasics.py:950
+msgid "restore all"
+msgstr "restore all"
+
+#: TurtleArt/tabasics.py:951
+msgid "restore all blocks from trash"
+msgstr "restore all blocks from trash"
+
+#: TurtleArt/tabasics.py:955
+msgid "clear all"
+msgstr "clear all"
+
+#: TurtleArt/tabasics.py:956
+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
+msgid "Title"
+msgstr "Title"
+
+#: TurtleArt/talogo.py:417
+msgid "did not output to"
+msgstr "did not output to"
+
+#: TurtleArt/talogo.py:466
+msgid "I don't know how to"
+msgstr "I don't know how to"
+
+#: TurtleArt/talogo.py:512
+msgid "doesn't like"
+msgstr "doesn't like"
+
+#: TurtleArt/talogo.py:512
+msgid "as input"
+msgstr "as input"
+
+#: TurtleArt/tapalette.py:83
+msgid "displays next palette"
+msgstr "displays next palette"
+
+#: TurtleArt/tapalette.py:84
+msgid "changes the orientation of the palette of blocks"
+msgstr "changes the orientation of the palette of blocks"
+
+#: TurtleArt/tautils.py:173
+msgid "Load..."
+msgstr "Load..."
+
+#: TurtleArt/tautils.py:182
+msgid "Save..."
+msgstr "Save..."
+
+#: TurtleArt/tautils.py:590
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
+msgid "click to open"
+msgstr "click to open"
+
+#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
+msgid "orientation"
+msgstr "orientation"
+
+#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
+msgid "next"
+msgstr "next"
+
+#: TurtleArt/tawindow.py:2885
+msgid "image"
+msgstr "image"
+
+#: TurtleArtActivity.py:125
+msgid "presentation"
+msgstr "presentation"
+
+#: TurtleArtActivity.py:196
+msgid "snapshot"
+msgstr "snapshot"
+
+#: TurtleArtActivity.py:244 turtleart.py:338
+msgid "Show palette"
+msgstr "Show palette"
+
+#: TurtleArtActivity.py:250 TurtleArtActivity.py:629 turtleart.py:340
+msgid "Hide palette"
+msgstr "Hide palette"
+
+#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
+msgid "Show blocks"
+msgstr "Show blocks"
+
+#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
+msgid "Hide blocks"
+msgstr "Hide blocks"
+
+#: TurtleArtActivity.py:398
+msgid "Rescale coordinates down"
+msgstr "Rescale coordinates down"
+
+#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
+msgid "Rescale coordinates up"
+msgstr "Rescale coordinates up"
+
+#: TurtleArtActivity.py:465 TurtleArtActivity.py:520 turtleart.py:335
+msgid "Edit"
+msgstr "Edit"
+
+#: TurtleArtActivity.py:469 TurtleArtActivity.py:518 turtleart.py:330
+msgid "View"
+msgstr "View"
+
+#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
+msgid "Help"
+msgstr "Help"
+
+#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
+msgid "Load example"
+msgstr "Load example"
+
+#: TurtleArtActivity.py:516
+msgid "Project"
+msgstr "Project"
+
+#: TurtleArtActivity.py:522
+msgid "Import/Export"
+msgstr "Import/Export"
+
+#: TurtleArtActivity.py:533 turtleart.py:333
+msgid "Copy"
+msgstr "Copy"
+
+#: TurtleArtActivity.py:535 turtleart.py:334
+msgid "Paste"
+msgstr "Paste"
+
+#: TurtleArtActivity.py:537
+msgid "Fullscreen"
+msgstr "Full-screen"
+
+#: TurtleArtActivity.py:539 turtleart.py:318
+msgid "Cartesian coordinates"
+msgstr "Cartesian coordinates"
+
+#: TurtleArtActivity.py:541 turtleart.py:320
+msgid "Polar coordinates"
+msgstr "Polar coordinates"
+
+#: TurtleArtActivity.py:544
+msgid "Metric coordinates"
+msgstr "Metric coordinates"
+
+#: TurtleArtActivity.py:554 turtleart.py:324
+msgid "Grow blocks"
+msgstr "Grow blocks"
+
+#: TurtleArtActivity.py:556 turtleart.py:326
+msgid "Shrink blocks"
+msgstr "Shrink blocks"
+
+#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
+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
+msgid "Save as image"
+msgstr "Save as image"
+
+#: TurtleArtActivity.py:607 turtleart.py:310
+msgid "Save as HTML"
+msgstr "Save as HTML"
+
+#: TurtleArtActivity.py:609 turtleart.py:312
+msgid "Save as Logo"
+msgstr "Save as Logo"
+
+#: TurtleArtActivity.py:612
+msgid "Save snapshot"
+msgstr "Save snapshot"
+
+#: TurtleArtActivity.py:616
+msgid "Import project from the Journal"
+msgstr "Import project from the Journal"
+
+#: TurtleArtActivity.py:619
+msgid "Load Python block"
+msgstr "Load Python block"
+
+#: TurtleArtActivity.py:630
+msgid "<Ctrl>p"
+msgstr "<Ctrl>p"
+
+#: TurtleArtActivity.py:633
+msgid "<Ctrl>b"
+msgstr "<Ctrl>b"
+
+#: TurtleArtActivity.py:638 turtleart.py:347
+msgid "Clean"
+msgstr "Clean"
+
+#: TurtleArtActivity.py:638
+msgid "<Ctrl>e"
+msgstr "<Ctrl>e"
+
+#: TurtleArtActivity.py:640 turtleart.py:348
+msgid "Run"
+msgstr "Run"
+
+#: TurtleArtActivity.py:640
+msgid "<Ctrl>r"
+msgstr "<Ctrl>r"
+
+#: TurtleArtActivity.py:642 turtleart.py:349
+msgid "Step"
+msgstr "Step"
+
+#: TurtleArtActivity.py:642
+msgid "<Ctrl>w"
+msgstr "<Ctrl>w"
+
+#: TurtleArtActivity.py:644 turtleart.py:350
+msgid "Debug"
+msgstr "Debug"
+
+#: TurtleArtActivity.py:644
+msgid "<Ctrl>d"
+msgstr "<Ctrl>d"
+
+#: TurtleArtActivity.py:646
+msgid "Stop turtle"
+msgstr "Stop turtle"
+
+#: TurtleArtActivity.py:647
+msgid "<Ctrl>s"
+msgstr "<Ctrl>s"
+
+#: gnome_plugins/collaboration_plugin.py:67
+msgid "My Turtle Art session"
+msgstr "My Turtle Art session"
+
+#: gnome_plugins/collaboration_plugin.py:115
+msgid "Enable collaboration"
+msgstr "Enable collaboration"
+
+#: gnome_plugins/collaboration_plugin.py:120
+msgid "Activities"
+msgstr "Activities"
+
+#: gnome_plugins/collaboration_plugin.py:125
+msgid "Buddies"
+msgstr "Buddies"
+
+#: gnome_plugins/collaboration_plugin.py:128
+msgid "Share"
+msgstr "Share"
+
+#: gnome_plugins/collaboration_plugin.py:129
+msgid "Configuration"
+msgstr "Configuration"
+
+#: gnome_plugins/collaboration_plugin.py:132
+msgid "Neighborhood"
+msgstr "Neighbourhood"
+
+#: gnome_plugins/collaboration_plugin.py:288
+msgid "Nickname"
+msgstr "Nickname"
+
+#: gnome_plugins/collaboration_plugin.py:290
+msgid "Account ID"
+msgstr "Account ID"
+
+#: gnome_plugins/collaboration_plugin.py:292
+msgid "Server"
+msgstr "Server"
+
+#: gnome_plugins/collaboration_plugin.py:294
+msgid "Port"
+msgstr "Port"
+
+#: gnome_plugins/collaboration_plugin.py:296
+msgid "Password"
+msgstr "Password"
+
+#: gnome_plugins/collaboration_plugin.py:298
+msgid "Register"
+msgstr "Register"
+
+#: gnome_plugins/collaboration_plugin.py:300
+msgid "Colors"
+msgstr "Colours"
+
+#: gnome_plugins/uploader_plugin.py:64
+msgid "Upload to Web"
+msgstr "Upload to Web"
+
+#: gnome_plugins/uploader_plugin.py:66
+msgid "Upload"
+msgstr "Upload"
+
+#: gnome_plugins/uploader_plugin.py:83
+msgid ""
+"You must have an account at http://turtleartsite.sugarlabs.org to upload "
+"your project."
+msgstr ""
+"You must have an account at http://turtleartsite.sugarlabs.org to upload "
+"your project."
+
+#: gnome_plugins/uploader_plugin.py:92
+msgid "Username:"
+msgstr "Username:"
+
+#: gnome_plugins/uploader_plugin.py:102
+msgid "Password:"
+msgstr "Password:"
+
+#: gnome_plugins/uploader_plugin.py:113
+msgid "Title:"
+msgstr "Title:"
+
+#: gnome_plugins/uploader_plugin.py:123
+msgid "Description:"
+msgstr "Description:"
+
+#: gnome_plugins/uploader_plugin.py:133
+msgid "Submit to Web"
+msgstr "Submit to Web"
+
+#: gnome_plugins/uploader_plugin.py:137
+msgid "Cancel"
+msgstr "Cancel"
+
+#: gnome_plugins/uploader_plugin.py:159
+msgid "Login failed"
+msgstr "Login failed"
+
+#: gnome_plugins/uploader_plugin.py:196
+msgid "Failed to upload!"
+msgstr "Failed to upload!"
+
+#: plugins/accelerometer/accelerometer.py:49
+#: plugins/audio_sensors/audio_sensors.py:75
+#: plugins/camera_sensor/camera_sensor.py:58
+#: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:269
+msgid "Palette of sensor blocks"
+msgstr "Palette of sensor blocks"
+
+#: plugins/accelerometer/accelerometer.py:55
+#: plugins/accelerometer/accelerometer.py:62
+msgid "acceleration"
+msgstr "acceleration"
+
+#: plugins/accelerometer/accelerometer.py:57
+#: plugins/accelerometer/accelerometer.py:64
+msgid "push acceleration in x, y, z to heap"
+msgstr "push acceleration in x, y, z to heap"
+
+#: plugins/audio_sensors/audio_sensors.py:82
+#: plugins/audio_sensors/audio_sensors.py:97 pysamples/grecord.py:205
+msgid "sound"
+msgstr "sound"
+
+#: plugins/audio_sensors/audio_sensors.py:83
+#: plugins/audio_sensors/audio_sensors.py:98
+msgid "raw microphone input signal"
+msgstr "raw microphone input signal"
+
+#: plugins/audio_sensors/audio_sensors.py:89
+#: plugins/audio_sensors/audio_sensors.py:104
+msgid "loudness"
+msgstr "loudness"
+
+#: plugins/audio_sensors/audio_sensors.py:90
+#: plugins/audio_sensors/audio_sensors.py:105
+msgid "microphone input volume"
+msgstr "microphone input volume"
+
+#: plugins/audio_sensors/audio_sensors.py:118
+#: plugins/audio_sensors/audio_sensors.py:126
+msgid "pitch"
+msgstr "pitch"
+
+#: plugins/audio_sensors/audio_sensors.py:119
+#: plugins/audio_sensors/audio_sensors.py:127
+msgid "microphone input pitch"
+msgstr "microphone input pitch"
+
+#: plugins/audio_sensors/audio_sensors.py:145
+#: plugins/audio_sensors/audio_sensors.py:159
+msgid "resistance"
+msgstr "resistance"
+
+#: plugins/audio_sensors/audio_sensors.py:146
+#: plugins/audio_sensors/audio_sensors.py:160
+msgid "microphone input resistance"
+msgstr "microphone input resistance"
+
+#: plugins/audio_sensors/audio_sensors.py:151
+#: plugins/audio_sensors/audio_sensors.py:166
+msgid "voltage"
+msgstr "voltage"
+
+#: plugins/audio_sensors/audio_sensors.py:152
+#: plugins/audio_sensors/audio_sensors.py:167
+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/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
+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
+msgid "Average RGB color from camera is pushed to the stack"
+msgstr "Average RGB colour from camera is pushed to the stack"
+
+#: plugins/camera_sensor/camera_sensor.py:93
+#: plugins/camera_sensor/camera_sensor.py:125
+msgid "camera output"
+msgstr "camera output"
+
+#: plugins/light_sensor/light_sensor.py:57
+#: plugins/light_sensor/light_sensor.py:64
+msgid "light level detected by light sensor"
+msgstr "light level detected by light sensor"
+
+#: plugins/rfid/rfid.py:91 plugins/rfid/rfid.py:99
+msgid "RFID"
+msgstr "RFID"
+
+#: plugins/rfid/rfid.py:92 plugins/rfid/rfid.py:100
+msgid "read value from RFID device"
+msgstr "read value from RFID device"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
+msgid "while"
+msgstr "while"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:104
+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
+msgid "until"
+msgstr "until"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:111
+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
+msgid "Palette of media objects"
+msgstr "Palette of media objects"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124
+msgid "journal"
+msgstr "journal"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:125
+msgid "Sugar Journal media object"
+msgstr "Sugar Journal media object"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:135
+msgid "audio"
+msgstr "audio"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137
+msgid "Sugar Journal audio object"
+msgstr "Sugar Journal audio object"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:147
+msgid "video"
+msgstr "video"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149
+msgid "Sugar Journal video object"
+msgstr "Sugar Journal video object"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:159
+msgid "description"
+msgstr "description"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161
+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
+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
+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
+msgid "show aligned"
+msgstr "show aligned"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:218
+msgid "set scale"
+msgstr "set scale"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222
+msgid "sets the scale of media"
+msgstr "sets the scale of media"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:229
+msgid "save picture"
+msgstr "save picture"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:231
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:242
+msgid "picture name"
+msgstr "picture name"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:232
+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
+msgid "save SVG"
+msgstr "save SVG"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:243
+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
+msgid "scale"
+msgstr "scale"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:254
+msgid "holds current scale value"
+msgstr "holds current scale value"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259
+msgid "media wait"
+msgstr "media wait"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261
+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
+msgid "query keyboard"
+msgstr "query keyboard"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:276
+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
+msgid "keyboard"
+msgstr "keyboard"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:287
+msgid "holds results of query-keyboard block"
+msgstr "holds results of query-keyboard block"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:294
+msgid "read pixel"
+msgstr "read pixel"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297
+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
+msgid "turtle sees"
+msgstr "turtle sees"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307
+msgid "returns the color that the turtle \"sees\""
+msgstr "returns the colour that the turtle \"sees\""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:315
+msgid "time"
+msgstr "time"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:318
+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
+msgid "Palette of extra options"
+msgstr "Palette of extra options"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332
+msgid "push"
+msgstr "push"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:335
+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
+msgid "show heap"
+msgstr "show heap"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348
+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
+msgid "empty heap"
+msgstr "empty heap"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361
+msgid "emptys FILO (first-in-last-out heap)"
+msgstr "empties FILO (first-in-last-out heap)"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371
+msgid "pop"
+msgstr "pop"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:375
+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
+msgid "comment"
+msgstr "comment"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388
+msgid "places a comment in your code"
+msgstr "places a comment in your code"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:394
+msgid "print"
+msgstr "print"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:397
+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
+msgid "Python"
+msgstr "Python"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:408
+msgid ""
+"a programmable block: used to add advanced single-variable math equations, e."
+"g., sin(x)"
+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
+msgid ""
+"a programmable block: used to add advanced multi-variable math equations, e."
+"g., sqrt(x*x+y*y)"
+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
+msgid ""
+"a programmable block: used to add advanced multi-variable math equations, e."
+"g., sin(x+y+z)"
+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
+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
+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
+msgid "Cartesian"
+msgstr "Cartesian"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:491
+msgid "displays Cartesian coordinates"
+msgstr "displays Cartesian coordinates"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:497
+msgid "polar"
+msgstr "polar"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499
+msgid "displays polar coordinates"
+msgstr "displays polar coordinates"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:505
+msgid "turtle"
+msgstr "turtle"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508
+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
+msgid "turtle shell"
+msgstr "turtle shell"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527
+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
+msgid "top"
+msgstr "top"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:534
+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
+msgid "bottom"
+msgstr "bottom"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541
+msgid "bottom of a collapsible stack"
+msgstr "bottom of a collapsible stack"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549
+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
+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
+msgid "label"
+msgstr "label"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:566
+msgid "top of a collapsible stack"
+msgstr "top of a collapsible stack"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
+msgid "Palette of presentation templates"
+msgstr "Palette of presentation templates"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:587
+msgid "hide blocks"
+msgstr "hide blocks"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:589
+msgid "declutters canvas by hiding blocks"
+msgstr "de-clutters canvas by hiding blocks"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:594
+msgid "show blocks"
+msgstr "show blocks"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596
+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
+msgid "hides the Sugar toolbars"
+msgstr "hides the Sugar tool-bars"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:612
+msgid "list"
+msgstr "list"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:845
+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
+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
+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
+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
+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
+msgid "presentation template: select two Journal objects"
+msgstr "presentation template: select two Journal objects"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668
+msgid "xcor of left of screen"
+msgstr "xcor of left of screen"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:676
+msgid "ycor of bottom of screen"
+msgstr "ycor of bottom of screen"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681
+msgid "width"
+msgstr "width"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:684
+msgid "the canvas width"
+msgstr "the canvas width"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:692
+msgid "xcor of right of screen"
+msgstr "xcor of right of screen"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700
+msgid "ycor of top of screen"
+msgstr "ycor of top of screen"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:705
+msgid "height"
+msgstr "height"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708
+msgid "the canvas height"
+msgstr "the canvas height"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715
+msgid "title x"
+msgstr "title x"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724
+msgid "title y"
+msgstr "title y"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:733
+msgid "left x"
+msgstr "left x"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742
+msgid "top y"
+msgstr "top y"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:751
+msgid "right x"
+msgstr "right x"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:760
+msgid "bottom y"
+msgstr "bottom y"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:775
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789
+msgid "presentation 1x1"
+msgstr "presentation 1x1"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:803
+msgid "presentation 2x1"
+msgstr "presentation 2x1"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817
+msgid "presentation 1x2"
+msgstr "presentation 1x2"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:831
+msgid "presentation 2x2"
+msgstr "presentation 2x2"
+
+#: pysamples/grecord.py:215 taextras.py:129
+msgid "stop"
+msgstr "stop"
+
+#: pysamples/grecord.py:217
+msgid "play"
+msgstr "play"
+
+#: pysamples/grecord.py:219
+msgid "save"
+msgstr "save"
+
+#: pysamples/uturn.py:24
+msgid "uturn"
+msgstr "uturn"
+
+#: pysamples/uturn.py:26
+msgid "make a uturn"
+msgstr "make a uturn"
+
+#: taextras.py:36
+msgid "Turtle Art Mini"
+msgstr "Turtle Art Mini"
+
+#: taextras.py:40
+msgid "Turtle Confusion"
+msgstr "Turtle Confusion"
+
+#: taextras.py:41
+msgid "Select a challenge"
+msgstr "Select a challenge"
+
+#: taextras.py:47
+msgid "Palette of Mexican pesos"
+msgstr "Palette of Mexican pesos"
+
+#: taextras.py:48
+msgid "Palette of Colombian pesos"
+msgstr "Palette of Colombian pesos"
+
+#: taextras.py:49
+msgid "Palette of Rwandan francs"
+msgstr "Palette of Rwandan francs"
+
+#: taextras.py:50
+msgid "Palette of US currencies"
+msgstr "Palette of US currencies"
+
+#: taextras.py:51
+msgid "Palette of Australian currencies"
+msgstr "Palette of Australian currencies"
+
+#: taextras.py:52
+msgid "Palette of Guaranies"
+msgstr "Palette of Guaranies"
+
+#. 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 "Turtle Art Butia"
+
+#: taextras.py:59
+msgid "Adjust LED intensity between 0 and 255."
+msgstr "Adjust LED intensity between 0 and 255."
+
+#: taextras.py:60
+msgid ""
+"Returns the object gray level encountered him as a number between 0 and 1023."
+msgstr ""
+"Returns the object gray level encountered him as a number between 0 and "
+"1023."
+
+#: taextras.py:62
+msgid "Returns 1 when the button is press and 0 otherwise."
+msgstr "Returns 1 when the button is press and 0 otherwise."
+
+#: taextras.py:63
+msgid "Returns the ambient light level as a number between 0 and 1023."
+msgstr "Returns the ambient light level as a number between 0 and 1023."
+
+#: taextras.py:64
+msgid "Returns the ambient temperature as a number between 0 and 255."
+msgstr "Returns the ambient temperature as a number between 0 and 255."
+
+#: taextras.py:65
+msgid ""
+"Returns the distance from the object in front of the sensor as a number "
+"between 0 and 255."
+msgstr ""
+"Returns the distance from the object in front of the sensor as a number "
+"between 0 and 255."
+
+#: taextras.py:67
+msgid "Returns 0 or 1 depending on the sensor inclination."
+msgstr "Returns 0 or 1 depending on the sensor inclination."
+
+#: taextras.py:68
+msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
+msgstr "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
+
+#: taextras.py:69
+msgid "Switches from 0 to 1, the frequency depends on the vibration."
+msgstr "Switches from 0 to 1, the frequency depends on the vibration."
+
+#: taextras.py:70
+msgid "LED"
+msgstr "LED"
+
+#: taextras.py:71
+msgid "pushbutton"
+msgstr "pushbutton"
+
+#: taextras.py:72
+msgid "grayscale"
+msgstr "grayscale"
+
+#: taextras.py:73
+msgid "ambient light"
+msgstr "ambient light"
+
+#: taextras.py:74
+msgid "temperature"
+msgstr "temperature"
+
+#: taextras.py:75
+msgid "distance"
+msgstr "distance"
+
+#: taextras.py:76
+msgid "tilt"
+msgstr "tilt"
+
+#: taextras.py:77
+msgid "magnetic induction"
+msgstr "magnetic induction"
+
+#: taextras.py:78
+msgid "vibration"
+msgstr "vibration"
+
+#: taextras.py:79
+msgid "Butia Robot"
+msgstr "Butia Robot"
+
+#: taextras.py:80
+msgid "delay Butia"
+msgstr "delay Butia"
+
+#: taextras.py:81
+msgid "wait for argument seconds"
+msgstr "wait for argument seconds"
+
+#: taextras.py:82
+msgid "Butia battery charge"
+msgstr "Butia battery charge"
+
+#: taextras.py:83
+msgid "Returns the battery charge as a number between 0 and 255."
+msgstr "Returns the battery charge as a number between 0 and 255."
+
+#: taextras.py:84
+msgid "Butia speed"
+msgstr "Butia speed"
+
+#: taextras.py:85
+msgid ""
+"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
+"an argument."
+msgstr ""
+"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
+"an argument."
+
+#: taextras.py:87
+msgid "forward Butia"
+msgstr "forward Butia"
+
+#: taextras.py:88
+msgid "Move the Butia robot forward."
+msgstr "Move the Butia robot forward."
+
+#: taextras.py:89
+msgid "forward distance"
+msgstr "forward distance"
+
+#: taextras.py:90
+msgid "Move the Butia robot forward a predefined distance."
+msgstr "Move the Butia robot forward a predefined distance."
+
+#: taextras.py:91
+msgid "backward Butia"
+msgstr "backward Butia"
+
+#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102
+msgid "Move the Butia robot backward."
+msgstr "Move the Butia robot backward."
+
+#: taextras.py:93
+msgid "backward distance"
+msgstr "backward distance"
+
+#: taextras.py:94
+msgid "Move the Butia robot backward a predefined distance."
+msgstr "Move the Butia robot backward a predefined distance."
+
+#: taextras.py:95
+msgid "left Butia"
+msgstr "left Butia"
+
+#: taextras.py:97
+msgid "right Butia"
+msgstr "right Butia"
+
+#: taextras.py:99
+msgid "Turn x degrees"
+msgstr "Turn x degrees"
+
+#: taextras.py:100
+msgid "Turn the Butia robot x degrees."
+msgstr "Turn the Butia robot x degrees."
+
+#: taextras.py:101
+msgid "stop Butia"
+msgstr "stop Butia"
+
+#: taextras.py:103
+msgid "print Butia"
+msgstr "print Butia"
+
+#: taextras.py:104
+msgid "Print text in Butia robot 32-character ASCII display."
+msgstr "Print text in Butia robot 32-character ASCII display."
+
+#: taextras.py:105
+msgid "Butia"
+msgstr "Butia"
+
+#: taextras.py:109
+msgid "The camera was not found."
+msgstr "The camera was not found."
+
+#: taextras.py:110
+msgid "Error on the initialization of the camera."
+msgstr "Error on the initialisation of the camera."
+
+#: taextras.py:111
+msgid "FollowMe"
+msgstr "FollowMe"
+
+#: taextras.py:112
+msgid "follow a RGB color"
+msgstr "follow a RGB colour"
+
+#: taextras.py:113
+msgid "follow a turtle color"
+msgstr "follow a turtle colour"
+
+#: taextras.py:114
+msgid "calibrate a color to follow"
+msgstr "calibrate a colour to follow"
+
+#: taextras.py:115
+msgid "x position"
+msgstr "x position"
+
+#: taextras.py:116
+msgid "return x position"
+msgstr "return x position"
+
+#: taextras.py:117
+msgid "y position"
+msgstr "y position"
+
+#: taextras.py:118
+msgid "return y position"
+msgstr "return y position"
+
+#: taextras.py:122
+msgid "Sumo Butia"
+msgstr "Sumo Butia"
+
+#: taextras.py:123
+msgid "submit speed​​"
+msgstr "submit speed​​"
+
+#: taextras.py:124
+msgid "Send speed to the robot."
+msgstr "Send speed to the robot."
+
+#: taextras.py:125
+msgid "set speed"
+msgstr "set speed"
+
+#: taextras.py:126
+msgid "Set the default speed for the movement commands."
+msgstr "Set the default speed for the movement commands."
+
+#: taextras.py:127
+msgid "move"
+msgstr "move"
+
+#: taextras.py:130
+msgid "turn left"
+msgstr "turn left"
+
+#: taextras.py:131
+msgid "turn right"
+msgstr "turn right"
+
+#: taextras.py:132
+msgid "angle to center"
+msgstr "angle to centre"
+
+#. TRANS: dojo is the playing field
+#: taextras.py:134
+msgid "Get the angle to the center of the dojo."
+msgstr "Get the angle to the centre of the dojo."
+
+#: taextras.py:135
+msgid "angle to the opponent"
+msgstr "angle to the opponent"
+
+#: taextras.py:136
+msgid "Get the angle to the center of the opponent."
+msgstr "Get the angle to the centre of the opponent."
+
+#: taextras.py:137
+msgid "x coor."
+msgstr "x coor."
+
+#: taextras.py:138
+msgid "Get the x coordinate of the robot."
+msgstr "Get the x coordinate of the robot."
+
+#: taextras.py:139
+msgid "y coor."
+msgstr "y coor."
+
+#: taextras.py:140
+msgid "Get the y coordinate of the robot."
+msgstr "Get the y coordinate of the robot."
+
+#: taextras.py:141
+msgid "opponent x coor."
+msgstr "opponent x coor."
+
+#: taextras.py:142
+msgid "Get the x coordinate of the opponent."
+msgstr "Get the x coordinate of the opponent."
+
+#: taextras.py:143
+msgid "opponent y coor."
+msgstr "opponent y coor."
+
+#: taextras.py:144
+msgid "Get the y coordinate of the opponent."
+msgstr "Get the y coordinate of the opponent."
+
+#: taextras.py:145
+msgid "rotation"
+msgstr "rotation"
+
+#: taextras.py:146
+msgid "Get SumBot rotation."
+msgstr "Get SumBot rotation."
+
+#: taextras.py:147
+msgid "opponent rotation"
+msgstr "opponent rotation"
+
+#: taextras.py:148
+msgid "Get the rotation of the opponent."
+msgstr "Get the rotation of the opponent."
+
+#: taextras.py:149
+msgid "distance to center"
+msgstr "distance to centre"
+
+#. TRANS: dojo is the playing field
+#: taextras.py:151
+msgid "Get the distance to the center of the dojo."
+msgstr "Get the distance to the centre of the dojo."
+
+#: taextras.py:152
+msgid "distance to opponent"
+msgstr "distance to opponent"
+
+#: taextras.py:153
+msgid "Get the distance to the opponent."
+msgstr "Get the distance to the opponent."
+
+#: taextras.py:154
+msgid "update information"
+msgstr "update information"
+
+#: taextras.py:155
+msgid "Update information from the server."
+msgstr "Update information from the server."
+
+#: turtleart.py:68
+msgid "usage is"
+msgstr "usage is"
+
+#: turtleart.py:212
+msgid "No option action:"
+msgstr "No option action:"
+
+#: turtleart.py:224
+msgid "File not found"
+msgstr "File not found"
+
+#: turtleart.py:248
+#, python-format
+msgid "Configuration directory not writable: %s"
+msgstr "Configuration directory not writable: %s"
+
+#: turtleart.py:304
+msgid "New"
+msgstr "New"
+
+#: turtleart.py:305
+msgid "Open"
+msgstr "Open"
+
+#: turtleart.py:306
+msgid "Save"
+msgstr "Save"
+
+#: turtleart.py:307
+msgid "Save as"
+msgstr "Save As"
+
+#: turtleart.py:314
+msgid "Quit"
+msgstr "Quit"
+
+#: turtleart.py:315
+msgid "File"
+msgstr "File"
+
+#: turtleart.py:322
+msgid "Rescale coordinates"
+msgstr "Rescale coordinates"
+
+#: turtleart.py:328
+msgid "Reset block size"
+msgstr "Reset block size"
+
+#: turtleart.py:342
+msgid "Show/hide blocks"
+msgstr "Show/hide blocks"
+
+#: turtleart.py:344
+msgid "Tools"
+msgstr "Tools"
+
+#: turtleart.py:351
+msgid "Stop"
+msgstr "Stop"
+
+#: turtleart.py:352
+msgid "Turtle"
+msgstr "Turtle"
+
+#: turtleart.py:382
+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
+msgid "Save project?"
+msgstr "Save project?"
+
+#~ msgid "stack"
+#~ msgstr "stack"
+
+#~ msgid " "
+#~ msgstr " "
+
+#~ msgid " clean "
+#~ msgstr " clean "
+
+#~ msgid "numbers"
+#~ msgstr "numbers"
+
+#~ msgid "write"
+#~ msgstr "write"
+
+#~ msgid "restore last"
+#~ msgstr "restore last"
+
+#~ msgid "a programmable block: used to add advanced math equations, e.g., sin(x)"
+#~ msgstr "a programmable block: used to add advanced math equations, e.g., sin(x)"
+
+#~ msgid "blocks"
+#~ msgstr "blocks"
+
+#~ msgid "text size"
+#~ msgstr "text size"
+
+#~ msgid "sensors"
+#~ msgstr "sensors"
+
+#~ msgid "sensor input resistance"
+#~ msgstr "sensor input resistance"
+
+#~ msgid "holds current text color (can be used in place of a number block)"
+#~ msgstr "holds current text colour (can be used in place of a number block)"
+
+#~ msgid "picture top"
+#~ msgstr "picture top"
+
+#~ msgid "flow"
+#~ msgstr "flow"
+
+#~ msgid "portfolio"
+#~ msgstr "portfolio"
+
+#~ msgid "restores most recent blocks from trash"
+#~ msgstr "restores most recent blocks from trash"
+
+#~ msgid "Load my block"
+#~ msgstr "Load my block"
+
+#~ msgid "Samples"
+#~ msgstr "Samples"
+
+#~ msgid "picture left"
+#~ msgstr "picture left"
+
+#~ msgid "Python code"
+#~ msgstr "Python code"
+
+#~ msgid "bottom block in a collapsibe stack: click to collapse"
+#~ msgstr "bottom block in a collapsible stack: click to collapse"
+
+#~ msgid "Trashcan"
+#~ msgstr "Trash-can"
+
+#~ msgid "pen"
+#~ msgstr "pen"
+
+#~ msgid "picture right"
+#~ msgstr "picture right"
+
+#~ msgid "volume"
+#~ msgstr "volume"
+
+#~ msgid "picture bottom"
+#~ msgstr "picture bottom"
+
+#~ msgid "sensor voltage"
+#~ msgstr "sensor voltage"
+
+#~ msgid "holds current text size (can be used in place of a number block)"
+#~ msgstr "holds current text size (can be used in place of a number block)"
+
+#~ msgid "extras"
+#~ msgstr "extras"
+
+#~ msgid "<Alt>d"
+#~ msgstr "<Alt>d"
+
+#~ msgid "Save Logo"
+#~ msgstr "Save Logo"
+
+#~ msgid "<Ctrl>o"
+#~ msgstr "<Ctrl>o"
+
+#~ msgid "bulleted list"
+#~ msgstr "bulleted list"
+
+#~ msgid "picture"
+#~ msgstr "picture"
+
+#~ msgid "2×2 pictures"
+#~ msgstr "2×2 pictures"
+
+#~ msgid "2×1 pictures"
+#~ msgstr "2×1 pictures"
+
+#~ msgid "1×2 pictures"
+#~ msgstr "1×2 pictures"
+
+#~ msgid "1×1 pictures"
+#~ msgstr "1×1 pictures"
diff --git a/po/en_US.po b/po/en_US.po
index 97a80ec..cf6c812 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-08-29 09:03-0400\n"
-"PO-Revision-Date: 2011-08-29 15:31+0200\n"
+"POT-Creation-Date: 2011-09-27 07:23-0400\n"
+"PO-Revision-Date: 2011-10-01 09:44+0200\n"
"Last-Translator: Chris <cjl@laptop.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_US\n"
@@ -19,677 +19,898 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.1\n"
+"X-Generator: Pootle 2.0.5\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:127
+#: TurtleArt/taexporthtml.py:129 TurtleArt/tawindow.py:1568
+#: TurtleArt/tawindow.py:2793 pysamples/grecord.py:205 turtleart.py:272
msgid "Turtle Art"
msgstr "Turtle Art"
-#: turtleart.py:68
-msgid "usage is"
-msgstr "usage is"
+#: TurtleArt/tabasics.py:115
+msgid "Palette of turtle commands"
+msgstr "Palette of turtle commands"
-#: turtleart.py:212
-msgid "No option action:"
-msgstr "No option action:"
+#: TurtleArt/tabasics.py:120
+msgid "forward"
+msgstr "forward"
-#: turtleart.py:224
-msgid "File not found"
-msgstr "File not found"
+#: TurtleArt/tabasics.py:124
+msgid "moves turtle forward"
+msgstr "moves turtle forward"
-#: turtleart.py:248
-#, python-format
-msgid "Configuration directory not writable: %s"
-msgstr "Configuration directory not writable: %s"
+#: TurtleArt/tabasics.py:131 taextras.py:128
+msgid "back"
+msgstr "back"
-#: turtleart.py:304
-msgid "New"
-msgstr "New"
+#: TurtleArt/tabasics.py:135
+msgid "moves turtle backward"
+msgstr "moves turtle backward"
-#: turtleart.py:305
-msgid "Open"
-msgstr "Open"
+#: TurtleArt/tabasics.py:143
+msgid "clean"
+msgstr "clean"
-#: turtleart.py:306
-msgid "Save"
-msgstr "Save"
+#: TurtleArt/tabasics.py:146
+msgid "clears the screen and reset the turtle"
+msgstr "clears the screen and reset the turtle"
-#: turtleart.py:307
-msgid "Save as"
-msgstr "Save as"
+#: TurtleArt/tabasics.py:154
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
+msgid "left"
+msgstr "left"
-#: turtleart.py:308 TurtleArtActivity.py:604
-msgid "Save as image"
-msgstr "Save as image"
+#: TurtleArt/tabasics.py:158
+msgid "turns turtle counterclockwise (angle in degrees)"
+msgstr "turns turtle counterclockwise (angle in degrees)"
-#: turtleart.py:310 TurtleArtActivity.py:607
-msgid "Save as HTML"
-msgstr "Save as HTML"
+#: TurtleArt/tabasics.py:165
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
+msgid "right"
+msgstr "right"
-#: turtleart.py:312 TurtleArtActivity.py:609
-msgid "Save as Logo"
-msgstr "Save as Logo"
+#: TurtleArt/tabasics.py:169
+msgid "turns turtle clockwise (angle in degrees)"
+msgstr "turns turtle clockwise (angle in degrees)"
-#: turtleart.py:314
-msgid "Quit"
-msgstr "Quit"
+#: TurtleArt/tabasics.py:177
+msgid "arc"
+msgstr "arc"
-#: turtleart.py:315
-msgid "File"
-msgstr "File"
+#: TurtleArt/tabasics.py:177
+msgid "angle"
+msgstr "angle"
-#: turtleart.py:318 TurtleArtActivity.py:539
-msgid "Cartesian coordinates"
-msgstr "Cartesian coordinates"
+#: TurtleArt/tabasics.py:177
+msgid "radius"
+msgstr "radius"
-#: turtleart.py:320 TurtleArtActivity.py:541
-msgid "Polar coordinates"
-msgstr "Polar coordinates"
+#: TurtleArt/tabasics.py:181
+msgid "moves turtle along an arc"
+msgstr "moves turtle along an arc"
-#: turtleart.py:322
-msgid "Rescale coordinates"
-msgstr "Rescale coordinates"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "set xy"
+msgstr "set xy"
-#: turtleart.py:324 TurtleArtActivity.py:554
-msgid "Grow blocks"
-msgstr "Grow blocks"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "x"
+msgstr "x"
-#: turtleart.py:326 TurtleArtActivity.py:556
-msgid "Shrink blocks"
-msgstr "Shrink blocks"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "y"
+msgstr "y"
-#: turtleart.py:328
-msgid "Reset block size"
-msgstr "Reset block size"
+#: 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 ""
+"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
-#: turtleart.py:330 TurtleArtActivity.py:469 TurtleArtActivity.py:518
-msgid "View"
-msgstr "View"
+#
+#: TurtleArt/tabasics.py:204
+msgid "set heading"
+msgstr "seth"
-#: turtleart.py:333 TurtleArtActivity.py:533
-msgid "Copy"
-msgstr "Copy"
+#: TurtleArt/tabasics.py:208
+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.py:334 TurtleArtActivity.py:535
-msgid "Paste"
-msgstr "Paste"
+#: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:2789
+#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:547
+msgid "xcor"
+msgstr "xcor"
-#: turtleart.py:335 TurtleArtActivity.py:465 TurtleArtActivity.py:520
-msgid "Edit"
-msgstr "Edit"
+#: TurtleArt/tabasics.py:217
+msgid ""
+"holds current x-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr ""
+"holds current x-coordinate value of the turtle (can be used in place of a "
+"number block)"
-#: turtleart.py:338 TurtleArtActivity.py:244
-msgid "Show palette"
-msgstr "Show palette"
+#: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:2789
+#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:548
+msgid "ycor"
+msgstr "ycor"
-#: turtleart.py:340 TurtleArtActivity.py:250 TurtleArtActivity.py:629
-msgid "Hide palette"
-msgstr "Hide palette"
+#: TurtleArt/tabasics.py:228
+msgid ""
+"holds current y-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr ""
+"holds current y-coordinate value of the turtle (can be used in place of a "
+"number block)"
-#: turtleart.py:342
-msgid "Show/hide blocks"
-msgstr "Show/hide blocks"
+#: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:2789
+#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:548
+msgid "heading"
+msgstr "heading"
-#: turtleart.py:344
-msgid "Tools"
-msgstr "Tools"
+#: TurtleArt/tabasics.py:239
+msgid ""
+"holds current heading value of the turtle (can be used in place of a number "
+"block)"
+msgstr ""
+"holds current heading value of the turtle (can be used in place of a number "
+"block)"
-#: turtleart.py:347 TurtleArtActivity.py:638
-msgid "Clean"
-msgstr "Clean"
+#: TurtleArt/tabasics.py:273
+msgid "Palette of pen commands"
+msgstr "Palette of pen commands"
-#: turtleart.py:348 TurtleArtActivity.py:640
-msgid "Run"
-msgstr "Run"
+#: TurtleArt/tabasics.py:277
+msgid "pen up"
+msgstr "pen up"
-#: turtleart.py:349 TurtleArtActivity.py:642
-msgid "Step"
-msgstr "Step"
+#: TurtleArt/tabasics.py:280
+msgid "Turtle will not draw when moved."
+msgstr "Turtle will not draw when moved."
-#: turtleart.py:350 TurtleArtActivity.py:644
-msgid "Debug"
-msgstr "Debug"
+#: TurtleArt/tabasics.py:286
+msgid "pen down"
+msgstr "pen down"
-#: turtleart.py:351
-msgid "Stop"
-msgstr "Stop"
+#: TurtleArt/tabasics.py:289
+msgid "Turtle will draw when moved."
+msgstr "Turtle will draw when moved."
-#: turtleart.py:352
-msgid "Turtle"
-msgstr "Turtle"
+#: TurtleArt/tabasics.py:295
+msgid "set pen size"
+msgstr "set pen size"
-#: turtleart.py:382
-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/tabasics.py:299
+msgid "sets size of the line drawn by the turtle"
+msgstr "sets size of the line drawn by the turtle"
-#: turtleart.py:383
-msgid "Save project?"
-msgstr "Save project?"
+#: TurtleArt/tabasics.py:309
+msgid "fill screen"
+msgstr "fill screen"
-#: TurtleArtActivity.py:125
-msgid "presentation"
-msgstr "presentation"
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394
+msgid "color"
+msgstr "color"
-#: TurtleArtActivity.py:196
-msgid "snapshot"
-msgstr "snapshot"
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404
+msgid "shade"
+msgstr "shade"
-#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
-msgid "Show blocks"
-msgstr "Show blocks"
+#: TurtleArt/tabasics.py:313
+msgid "fills the background with (color, shade)"
+msgstr "fills the background with (color, shade)"
-#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
-msgid "Hide blocks"
-msgstr "Hide blocks"
+#: TurtleArt/tabasics.py:322
+msgid "pen size"
+msgstr "pen size"
-#: TurtleArtActivity.py:398
-msgid "Rescale coordinates down"
-msgstr "Rescale coordinates down"
+#: TurtleArt/tabasics.py:323
+msgid "holds current pen size (can be used in place of a number block)"
+msgstr "holds current pen size (can be used in place of a number block)"
-#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
-msgid "Rescale coordinates up"
-msgstr "Rescale coordinates up"
+#: TurtleArt/tabasics.py:334
+msgid "start fill"
+msgstr "start fill"
-#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
-msgid "Help"
-msgstr "Help"
+#: TurtleArt/tabasics.py:336
+msgid "starts filled polygon (used with end fill block)"
+msgstr "starts filled polygon (used with end fill block)"
-#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
-msgid "Load example"
-msgstr "Load example"
+#: TurtleArt/tabasics.py:343
+msgid "end fill"
+msgstr "end fill"
-#: TurtleArtActivity.py:516
-msgid "Project"
-msgstr "Project"
+#: TurtleArt/tabasics.py:345
+msgid "completes filled polygon (used with start fill block)"
+msgstr "completes filled polygon (used with start fill block)"
-#: TurtleArtActivity.py:522
-msgid "Import/Export"
-msgstr "Import/Export"
+#: TurtleArt/tabasics.py:355
+msgid "Palette of pen colors"
+msgstr "Palette of pen colors"
-#: TurtleArtActivity.py:537
-msgid "Fullscreen"
-msgstr "Fullscreen"
+#: TurtleArt/tabasics.py:359
+msgid "set color"
+msgstr "set color"
-#: TurtleArtActivity.py:544
-msgid "Metric coordinates"
-msgstr "Metric coordinates"
+#: TurtleArt/tabasics.py:363
+msgid "sets color of the line drawn by the turtle"
+msgstr "sets color of the line drawn by the turtle"
-#: TurtleArtActivity.py:547 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:216
-msgid "xcor"
-msgstr "xcor"
+#: TurtleArt/tabasics.py:371
+msgid "set shade"
+msgstr "set shade"
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:227
-msgid "ycor"
-msgstr "ycor"
+#: TurtleArt/tabasics.py:375
+msgid "sets shade of the line drawn by the turtle"
+msgstr "sets shade of the line drawn by the turtle"
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:238
-msgid "heading"
-msgstr "heading"
+#: TurtleArt/tabasics.py:383
+msgid "set gray"
+msgstr "set gray"
-#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
-msgid "Move the cursor over the orange palette for help."
-msgstr "Move the cursor over the orange palette for help."
+#: TurtleArt/tabasics.py:386
+msgid "sets gray level of the line drawn by the turtle"
+msgstr "sets gray level of the line drawn by the turtle"
-#: TurtleArtActivity.py:612
-msgid "Save snapshot"
-msgstr "Save snapshot"
+#: TurtleArt/tabasics.py:395
+msgid "holds current pen color (can be used in place of a number block)"
+msgstr "holds current pen color (can be used in place of a number block)"
-#: TurtleArtActivity.py:616
-msgid "Import project from the Journal"
-msgstr "Import project from the Journal"
+#: TurtleArt/tabasics.py:405
+msgid "holds current pen shade"
+msgstr "holds current pen shade"
-#: TurtleArtActivity.py:619
-msgid "Load Python block"
-msgstr "Load Python block"
+#: TurtleArt/tabasics.py:413
+msgid "gray"
+msgstr "gray"
-#: TurtleArtActivity.py:630
-msgid "<Ctrl>p"
-msgstr "<Ctrl>p"
+#: TurtleArt/tabasics.py:414
+msgid "holds current gray level (can be used in place of a number block)"
+msgstr "holds current gray level (can be used in place of a number block)"
-#: TurtleArtActivity.py:633
-msgid "<Ctrl>b"
-msgstr "<Ctrl>b"
+#: TurtleArt/tabasics.py:420
+msgid "red"
+msgstr "red"
-#: TurtleArtActivity.py:638
-msgid "<Ctrl>e"
-msgstr "<Ctrl>e"
+#: TurtleArt/tabasics.py:421
+msgid "orange"
+msgstr "orange"
-#: TurtleArtActivity.py:640
-msgid "<Ctrl>r"
-msgstr "<Ctrl>r"
+#: TurtleArt/tabasics.py:423
+msgid "yellow"
+msgstr "yellow"
-#: TurtleArtActivity.py:642
-msgid "<Ctrl>w"
-msgstr "<Ctrl>w"
+#: TurtleArt/tabasics.py:425
+msgid "green"
+msgstr "green"
-#: TurtleArtActivity.py:644
-msgid "<Ctrl>d"
-msgstr "<Ctrl>d"
+#: TurtleArt/tabasics.py:426
+msgid "cyan"
+msgstr "cyan"
-#: TurtleArtActivity.py:646
-msgid "Stop turtle"
-msgstr "Stop turtle"
+#: TurtleArt/tabasics.py:427
+msgid "blue"
+msgstr "blue"
-#: TurtleArtActivity.py:647
-msgid "<Ctrl>s"
-msgstr "<Ctrl>s"
+#: TurtleArt/tabasics.py:428
+msgid "purple"
+msgstr "purple"
-#: taextras.py:36
-msgid "Turtle Art Mini"
-msgstr "Turtle Art Mini"
+#: TurtleArt/tabasics.py:430
+msgid "white"
+msgstr "white"
-#: taextras.py:40
-msgid "Turtle Confusion"
-msgstr "Turtle Confusion"
+#: TurtleArt/tabasics.py:431
+msgid "black"
+msgstr "black"
-#: taextras.py:41
-msgid "Select a challenge"
-msgstr "Select a challenge"
+#: TurtleArt/tabasics.py:437
+msgid "set text color"
+msgstr "set text color"
-#: taextras.py:47
-msgid "Palette of Mexican pesos"
-msgstr "Palette of Mexican pesos"
+#: TurtleArt/tabasics.py:440
+msgid "sets color of text drawn by the turtle"
+msgstr "sets color of text drawn by the turtle"
-#: taextras.py:48
-msgid "Palette of Colombian pesos"
-msgstr "Palette of Colombian pesos"
+#: TurtleArt/tabasics.py:448
+msgid "set text size"
+msgstr "set text size"
-#: taextras.py:49
-msgid "Palette of Rwandan francs"
-msgstr "Palette of Rwandan francs"
+#: TurtleArt/tabasics.py:451
+msgid "sets size of text drawn by the turtle"
+msgstr "sets size of text drawn by the turtle"
-#: taextras.py:50
-msgid "Palette of US currencies"
-msgstr "Palette of US currencies"
+#: TurtleArt/tabasics.py:534
+msgid "Palette of numeric operators"
+msgstr "Palette of numeric operators"
-#: taextras.py:51
-msgid "Palette of Australian currencies"
-msgstr "Palette of Australian currencies"
+#: TurtleArt/tabasics.py:540
+msgid "plus"
+msgstr "plus"
-#: taextras.py:52
-msgid "Palette of Guaranies"
-msgstr "Palette of Guaranies"
+#: TurtleArt/tabasics.py:543
+msgid "adds two alphanumeric inputs"
+msgstr "adds two alphanumeric inputs"
-#. 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 "Turtle Art Butia"
+#: TurtleArt/tabasics.py:551
+msgid "minus"
+msgstr "minus"
-#: taextras.py:59
-msgid "Adjust LED intensity between 0 and 255."
-msgstr "Adjust LED intensity between 0 and 255."
+#: TurtleArt/tabasics.py:554
+msgid "subtracts bottom numeric input from top numeric input"
+msgstr "subtracts bottom numeric input from top numeric input"
-#: taextras.py:60
+#: TurtleArt/tabasics.py:565
+msgid "multiply"
+msgstr "multiply"
+
+#: TurtleArt/tabasics.py:568
+msgid "multiplies two numeric inputs"
+msgstr "multiplies two numeric inputs"
+
+#: TurtleArt/tabasics.py:577
+msgid "divide"
+msgstr "divide"
+
+#: TurtleArt/tabasics.py:580
msgid ""
-"Returns the object gray level encountered him as a number between 0 and 1023."
+"divides top numeric input (numerator) by bottom numeric input (denominator)"
msgstr ""
-"Returns the object gray level encountered him as a number between 0 and "
-"1023."
+"divides top numeric input (numerator) by bottom numeric input (denominator)"
-#: taextras.py:62
-msgid "Returns 1 when the button is press and 0 otherwise."
-msgstr "Returns 1 when the button is press and 0 otherwise."
+#: TurtleArt/tabasics.py:590
+msgid "identity"
+msgstr "identity"
-#: taextras.py:63
-msgid "Returns the ambient light level as a number between 0 and 1023."
-msgstr "Returns the ambient light level as a number between 0 and 1023."
+#: TurtleArt/tabasics.py:592
+msgid "identity operator used for extending blocks"
+msgstr "identity operator used for extending blocks"
-#: taextras.py:64
-msgid "Returns the ambient temperature as a number between 0 and 255."
-msgstr "Returns the ambient temperature as a number between 0 and 255."
+#: TurtleArt/tabasics.py:600 TurtleArt/tabasics.py:601
+msgid "mod"
+msgstr "mod"
-#: taextras.py:65
-msgid ""
-"Returns the distance from the object in front of the sensor as a number "
-"between 0 and 255."
-msgstr ""
-"Returns the distance from the object in front of the sensor as a number "
-"between 0 and 255."
+#: TurtleArt/tabasics.py:604
+msgid "modular (remainder) operator"
+msgstr "modular (remainder) operator"
-#: taextras.py:67
-msgid "Returns 0 or 1 depending on the sensor inclination."
-msgstr "Returns 0 or 1 depending on the sensor inclination."
+#: TurtleArt/tabasics.py:611
+msgid "√"
+msgstr "√"
-#: taextras.py:68
-msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
-msgstr "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
+#: TurtleArt/tabasics.py:612
+msgid "square root"
+msgstr "square root"
-#: taextras.py:69
-msgid "Switches from 0 to 1, the frequency depends on the vibration."
-msgstr "Switches from 0 to 1, the frequency depends on the vibration."
+#: TurtleArt/tabasics.py:615
+msgid "calculates square root"
+msgstr "calculates square root"
-#: taextras.py:70
-msgid "LED"
-msgstr "LED"
+#: TurtleArt/tabasics.py:622
+msgid "random"
+msgstr "random"
-#: taextras.py:71
-msgid "pushbutton"
-msgstr "pushbutton"
+#: TurtleArt/tabasics.py:622
+msgid "min"
+msgstr "min"
-#: taextras.py:72
-msgid "grayscale"
-msgstr "grayscale"
+#: TurtleArt/tabasics.py:622
+msgid "max"
+msgstr "max"
-#: taextras.py:73
-msgid "ambient light"
-msgstr "ambient light"
+#: TurtleArt/tabasics.py:626
+msgid "returns random number between minimum (top) and maximum (bottom) values"
+msgstr "returns random number between minimum (top) and maximum (bottom) values"
-#: taextras.py:74
-msgid "temperature"
-msgstr "temperature"
+#: TurtleArt/tabasics.py:638
+msgid "number"
+msgstr "number"
-#: taextras.py:75
-msgid "distance"
-msgstr "distance"
+#: TurtleArt/tabasics.py:639
+msgid "used as numeric input in mathematic operators"
+msgstr "used as numeric input in mathematic operators"
-#: taextras.py:76
-msgid "tilt"
-msgstr "tilt"
+#: TurtleArt/tabasics.py:646
+msgid "greater than"
+msgstr "greater than"
-#: taextras.py:77
-msgid "magnetic induction"
-msgstr "magnetic induction"
+#: TurtleArt/tabasics.py:649
+msgid "logical greater-than operator"
+msgstr "logical greater-than operator"
-#: taextras.py:78
-msgid "vibration"
-msgstr "vibration"
+#: TurtleArt/tabasics.py:657
+msgid "less than"
+msgstr "less than"
-#: taextras.py:79
-msgid "Butia Robot"
-msgstr "Butia Robot"
+#: TurtleArt/tabasics.py:660
+msgid "logical less-than operator"
+msgstr "logical less-than operator"
-#: taextras.py:80
-msgid "delay Butia"
-msgstr "delay Butia"
+#: TurtleArt/tabasics.py:668
+msgid "equal"
+msgstr "equal"
-#: taextras.py:81
-msgid "wait for argument seconds"
-msgstr "wait for argument seconds"
+#: TurtleArt/tabasics.py:671
+msgid "logical equal-to operator"
+msgstr "logical equal-to operator"
-#: taextras.py:82
-msgid "Butia battery charge"
-msgstr "Butia battery charge"
+#: TurtleArt/tabasics.py:677
+msgid "not"
+msgstr "not"
-#: taextras.py:83
-msgid "Returns the battery charge as a number between 0 and 255."
-msgstr "Returns the battery charge as a number between 0 and 255."
+#: TurtleArt/tabasics.py:680
+msgid "logical NOT operator"
+msgstr "logical NOT operator"
-#: taextras.py:84
-msgid "Butia speed"
-msgstr "Butia speed"
+#: TurtleArt/tabasics.py:686 TurtleArt/tabasics.py:689
+msgid "and"
+msgstr "and"
-#: taextras.py:85
-msgid ""
-"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
-"an argument."
-msgstr ""
-"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
-"an argument."
+#: TurtleArt/tabasics.py:690
+msgid "logical AND operator"
+msgstr "logical AND operator"
-#: taextras.py:87
-msgid "forward Butia"
-msgstr "forward Butia"
+#: TurtleArt/tabasics.py:697 TurtleArt/tabasics.py:700
+msgid "or"
+msgstr "or"
-#: taextras.py:88
-msgid "Move the Butia robot forward."
-msgstr "Move the Butia robot forward."
+#: TurtleArt/tabasics.py:701
+msgid "logical OR operator"
+msgstr "logical OR operator"
-#: taextras.py:89
-msgid "forward distance"
-msgstr "forward distance"
+#: TurtleArt/tabasics.py:710
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
+msgid "Palette of flow operators"
+msgstr "Palette of flow operators"
-#: taextras.py:90
-msgid "Move the Butia robot forward a predefined distance."
-msgstr "Move the Butia robot forward a predefined distance."
+#: TurtleArt/tabasics.py:715
+msgid "wait"
+msgstr "wait"
-#: taextras.py:91
-msgid "backward Butia"
-msgstr "backward Butia"
+#: TurtleArt/tabasics.py:719
+msgid "pauses program execution a specified number of seconds"
+msgstr "pauses program execution a specified number of seconds"
-#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102
-msgid "Move the Butia robot backward."
-msgstr "Move the Butia robot backward."
+#: TurtleArt/tabasics.py:726
+msgid "forever"
+msgstr "forever"
-#: taextras.py:93
-msgid "backward distance"
-msgstr "backward distance"
+#: TurtleArt/tabasics.py:730
+msgid "loops forever"
+msgstr "loops forever"
-#: taextras.py:94
-msgid "Move the Butia robot backward a predefined distance."
-msgstr "Move the Butia robot backward a predefined distance."
+#: TurtleArt/tabasics.py:736 TurtleArt/tabasics.py:740
+msgid "repeat"
+msgstr "repeat"
-#: taextras.py:95
-msgid "left Butia"
-msgstr "left Butia"
+#: TurtleArt/tabasics.py:741
+msgid "loops specified number of times"
+msgstr "loops specified number of times"
-#: taextras.py:97
-msgid "right Butia"
-msgstr "right Butia"
+#: TurtleArt/tabasics.py:747 TurtleArt/tabasics.py:759
+msgid "if"
+msgstr "if"
-#: taextras.py:99
-msgid "Turn x degrees"
-msgstr "Turn x degrees"
+#: TurtleArt/tabasics.py:747
+msgid "then"
+msgstr "then"
-#: taextras.py:100
-msgid "Turn the Butia robot x degrees."
-msgstr "Turn the Butia robot x degrees."
+#: TurtleArt/tabasics.py:750
+msgid "if then"
+msgstr "if then"
-#: taextras.py:101
-msgid "stop Butia"
-msgstr "stop Butia"
+#: TurtleArt/tabasics.py:752
+msgid "if-then operator that uses boolean operators from Numbers palette"
+msgstr "if-then operator that uses boolean operators from Numbers palette"
-#: taextras.py:103
-msgid "print Butia"
-msgstr "print Butia"
+#: TurtleArt/tabasics.py:759
+msgid "then else"
+msgstr "then else"
-#: taextras.py:104
-msgid "Print text in Butia robot 32-character ASCII display."
-msgstr "Print text in Butia robot 32-character ASCII display."
+#: TurtleArt/tabasics.py:763
+msgid "if then else"
+msgstr "if then else"
-#: taextras.py:105
-msgid "Butia"
-msgstr "Butia"
+#: TurtleArt/tabasics.py:764
+msgid "if-then-else operator that uses boolean operators from Numbers palette"
+msgstr "if-then-else operator that uses boolean operators from Numbers palette"
-#: taextras.py:109
-msgid "The camera was not found."
-msgstr "The camera was not found."
+#: TurtleArt/tabasics.py:772
+msgid "horizontal space"
+msgstr "horizontal space"
-#: taextras.py:110
-msgid "Error on the initialization of the camera."
-msgstr "Error on the initialization of the camera."
+#: TurtleArt/tabasics.py:773
+msgid "jogs stack right"
+msgstr "jogs stack right"
-#: taextras.py:111
-msgid "FollowMe"
-msgstr "FollowMe"
+#: TurtleArt/tabasics.py:780
+msgid "vertical space"
+msgstr "vertical space"
-#: taextras.py:112
-msgid "follow a RGB color"
-msgstr "follow a RGB color"
+#: TurtleArt/tabasics.py:781
+msgid "jogs stack down"
+msgstr "jogs stack down"
-#: taextras.py:113
-msgid "follow a turtle color"
-msgstr "follow a turtle color"
+#: TurtleArt/tabasics.py:787
+msgid "stop action"
+msgstr "stop action"
-#: taextras.py:114
-msgid "calibrate a color to follow"
-msgstr "calibrate a color to follow"
+#: TurtleArt/tabasics.py:790
+msgid "stops current action"
+msgstr "stops current action"
-#: taextras.py:115
-msgid "x position"
-msgstr "x position"
+#: TurtleArt/tabasics.py:799
+msgid "Palette of variable blocks"
+msgstr "Palette of variable blocks"
-#: taextras.py:116
-msgid "return x position"
-msgstr "return x position"
+#: TurtleArt/tabasics.py:804 pysamples/grecord.py:213
+msgid "start"
+msgstr "start"
-#: taextras.py:117
-msgid "y position"
-msgstr "y position"
+#: TurtleArt/tabasics.py:807
+msgid "connects action to toolbar run buttons"
+msgstr "connects action to toolbar run buttons"
-#: taextras.py:118
-msgid "return y position"
-msgstr "return y position"
+#: TurtleArt/tabasics.py:815
+msgid "store in box 1"
+msgstr "store in box 1"
-#: taextras.py:122
-msgid "Sumo Butia"
-msgstr "Sumo Butia"
+#: TurtleArt/tabasics.py:819
+msgid "stores numeric value in Variable 1"
+msgstr "stores numeric value in Variable 1"
-#: taextras.py:123
-msgid "submit speed​​"
-msgstr "submit speed​​"
+#: TurtleArt/tabasics.py:826
+msgid "store in box 2"
+msgstr "store in box 2"
-#: taextras.py:124
-msgid "Send speeds the robot."
-msgstr "Send speeds the robot."
+#: TurtleArt/tabasics.py:830
+msgid "stores numeric value in Variable 2"
+msgstr "stores numeric value in Variable 2"
-#: taextras.py:125
-msgid "set speed"
-msgstr "set speed"
+#: 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
+msgid "text"
+msgstr "text"
-#: taextras.py:126
-msgid "Set the default speed for the movement commands."
-msgstr "Set the default speed for the movement commands."
+#: TurtleArt/tabasics.py:840
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
+msgid "string value"
+msgstr "string value"
-#: taextras.py:127
-msgid "move"
-msgstr "move"
+#: TurtleArt/tabasics.py:844
+msgid "box 1"
+msgstr "box 1"
-#: taextras.py:128 TurtleArt/tabasics.py:131
-msgid "back"
-msgstr "back"
+#: TurtleArt/tabasics.py:847
+msgid "Variable 1 (numeric value)"
+msgstr "Variable 1 (numeric value)"
-#: taextras.py:129 pysamples/grecord.py:215
-msgid "stop"
-msgstr "stop"
+#: TurtleArt/tabasics.py:853
+msgid "box 2"
+msgstr "box 2"
-#: taextras.py:130
-msgid "turn left"
-msgstr "turn left"
+#: TurtleArt/tabasics.py:856
+msgid "Variable 2 (numeric value)"
+msgstr "Variable 2 (numeric value)"
-#: taextras.py:131
-msgid "turn right"
-msgstr "turn right"
+#: TurtleArt/tabasics.py:863 TurtleArt/tabasics.py:873
+msgid "box"
+msgstr "box"
-#: taextras.py:132
-msgid "angle to center"
-msgstr "angle to center"
+#: TurtleArt/tabasics.py:865 TurtleArt/tabasics.py:876
+msgid "my box"
+msgstr "my box"
-#. TRANS: dojo is the playing field
-#: taextras.py:134
-msgid "Get the angle to the center of the dojo."
-msgstr "Get the angle to the center of the dojo."
+#: TurtleArt/tabasics.py:867
+msgid "named variable (numeric value)"
+msgstr "named variable (numeric value)"
-#: taextras.py:135
-msgid "angle to the opponent"
-msgstr "angle to the opponent"
+#: TurtleArt/tabasics.py:873
+msgid "store in"
+msgstr "store in"
-#: taextras.py:136
-msgid "Get the angle to the center of the opponent."
-msgstr "Get the angle to the center of the opponent."
+#: TurtleArt/tabasics.py:873
+msgid "value"
+msgstr "value"
-#: taextras.py:137
-msgid "x coor."
-msgstr "x coor."
+#: TurtleArt/tabasics.py:877
+msgid "stores numeric value in named variable"
+msgstr "stores numeric value in named variable"
-#: taextras.py:138
-msgid "Get the x coordinate of the robot."
-msgstr "Get the x coordinate of the robot."
+#: TurtleArt/tabasics.py:885 TurtleArt/tabasics.py:887
+#: TurtleArt/tabasics.py:911 TurtleArt/tabasics.py:914
+msgid "action"
+msgstr "action"
-#: taextras.py:139
-msgid "y coor."
-msgstr "y coor."
+#: TurtleArt/tabasics.py:889
+msgid "top of nameable action stack"
+msgstr "top of nameable action stack"
-#: taextras.py:140
-msgid "Get the y coordinate of the robot."
-msgstr "Get the y coordinate of the robot."
+#: TurtleArt/tabasics.py:894 TurtleArt/tabasics.py:921
+msgid "action 1"
+msgstr "action 1"
-#: taextras.py:141
-msgid "opponent x coor."
-msgstr "opponent x coor."
+#: TurtleArt/tabasics.py:897
+msgid "top of Action 1 stack"
+msgstr "top of Action 1 stack"
-#: taextras.py:142
-msgid "Get the x coordinate of the opponent."
-msgstr "Get the x coordinate of the opponent."
+#: TurtleArt/tabasics.py:902 TurtleArt/tabasics.py:930
+msgid "action 2"
+msgstr "action 2"
-#: taextras.py:143
-msgid "opponent y coor."
-msgstr "opponent y coor."
+#: TurtleArt/tabasics.py:905
+msgid "top of Action 2 stack"
+msgstr "top of Action 2 stack"
-#: taextras.py:144
-msgid "Get the y coordinate of the opponent."
-msgstr "Get the y coordinate of the opponent."
+#: TurtleArt/tabasics.py:915
+msgid "invokes named action stack"
+msgstr "invokes named action stack"
-#: taextras.py:145
-msgid "rotation"
-msgstr "rotation"
+#: TurtleArt/tabasics.py:924
+msgid "invokes Action 1 stack"
+msgstr "invokes Action 1 stack"
-#: taextras.py:146
-msgid "Get SumBot rotation."
-msgstr "Get SumBot rotation."
+#: TurtleArt/tabasics.py:933
+msgid "invokes Action 2 stack"
+msgstr "invokes Action 2 stack"
-#: taextras.py:147
-msgid "opponent rotation"
-msgstr "opponent rotation"
+#: TurtleArt/tabasics.py:941
+msgid "trash"
+msgstr "trash"
-#: taextras.py:148
-msgid "Get the rotation of the opponent."
-msgstr "Get the rotation of the opponent."
+#: TurtleArt/tabasics.py:945
+msgid "empty trash"
+msgstr "empty trash"
-#: taextras.py:149
-msgid "distance to center"
-msgstr "distance to center"
+#: TurtleArt/tabasics.py:946
+msgid "permanently deletes items in trash"
+msgstr "permanently deletes items in trash"
-#. TRANS: dojo is the playing field
-#: taextras.py:151
-msgid "Get the distance to the center of the dojo."
-msgstr "Get the distance to the center of the dojo."
+#: TurtleArt/tabasics.py:950
+msgid "restore all"
+msgstr "restore all"
-#: taextras.py:152
-msgid "distance to opponent"
-msgstr "distance to opponent"
+#: TurtleArt/tabasics.py:951
+msgid "restore all blocks from trash"
+msgstr "restore all blocks from trash"
-#: taextras.py:153
-msgid "Get the distance to the opponent."
-msgstr "Get the distance to the opponent."
+#: TurtleArt/tabasics.py:955
+msgid "clear all"
+msgstr "clear all"
-#: taextras.py:154
-msgid "update information"
-msgstr "update information"
+#: TurtleArt/tabasics.py:956
+msgid "move all blocks to trash"
+msgstr "move all blocks to trash"
-#: taextras.py:155
-msgid "Update information from the server."
-msgstr "Update information from the server."
+#: 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
+msgid "Title"
+msgstr "Title"
-#: pysamples/grecord.py:205 plugins/audio_sensors/audio_sensors.py:82
-#: plugins/audio_sensors/audio_sensors.py:97
-msgid "sound"
-msgstr "sound"
+#: TurtleArt/talogo.py:417
+msgid "did not output to"
+msgstr "did not output to"
-#: pysamples/grecord.py:213 TurtleArt/tabasics.py:801
-msgid "start"
-msgstr "start"
+#: TurtleArt/talogo.py:466
+msgid "I don't know how to"
+msgstr "I don't know how to"
-#: pysamples/grecord.py:217
-msgid "play"
-msgstr "play"
+#: TurtleArt/talogo.py:512
+msgid "doesn't like"
+msgstr "doesn't like"
-#: pysamples/grecord.py:219
-msgid "save"
-msgstr "save"
+#: TurtleArt/talogo.py:512
+msgid "as input"
+msgstr "as input"
-#: pysamples/uturn.py:24
-msgid "uturn"
-msgstr "uturn"
+#: TurtleArt/tapalette.py:83
+msgid "displays next palette"
+msgstr "displays next palette"
-#: pysamples/uturn.py:26
-msgid "make a uturn"
-msgstr "make a uturn"
+#: TurtleArt/tapalette.py:84
+msgid "changes the orientation of the palette of blocks"
+msgstr "changes the orientation of the palette of blocks"
+
+#: TurtleArt/tautils.py:173
+msgid "Load..."
+msgstr "Load..."
+
+#: TurtleArt/tautils.py:182
+msgid "Save..."
+msgstr "Save..."
+
+#: TurtleArt/tautils.py:590
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
+msgid "click to open"
+msgstr "click to open"
+
+#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
+msgid "orientation"
+msgstr "orientation"
+
+#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
+msgid "next"
+msgstr "next"
+
+#: TurtleArt/tawindow.py:2885
+msgid "image"
+msgstr "image"
+
+#: TurtleArtActivity.py:125
+msgid "presentation"
+msgstr "presentation"
+
+#: TurtleArtActivity.py:196
+msgid "snapshot"
+msgstr "snapshot"
+
+#: TurtleArtActivity.py:244 turtleart.py:338
+msgid "Show palette"
+msgstr "Show palette"
+
+#: TurtleArtActivity.py:250 TurtleArtActivity.py:629 turtleart.py:340
+msgid "Hide palette"
+msgstr "Hide palette"
+
+#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
+msgid "Show blocks"
+msgstr "Show blocks"
+
+#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
+msgid "Hide blocks"
+msgstr "Hide blocks"
+
+#: TurtleArtActivity.py:398
+msgid "Rescale coordinates down"
+msgstr "Rescale coordinates down"
+
+#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
+msgid "Rescale coordinates up"
+msgstr "Rescale coordinates up"
+
+#: TurtleArtActivity.py:465 TurtleArtActivity.py:520 turtleart.py:335
+msgid "Edit"
+msgstr "Edit"
+
+#: TurtleArtActivity.py:469 TurtleArtActivity.py:518 turtleart.py:330
+msgid "View"
+msgstr "View"
+
+#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
+msgid "Help"
+msgstr "Help"
+
+#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
+msgid "Load example"
+msgstr "Load example"
+
+#: TurtleArtActivity.py:516
+msgid "Project"
+msgstr "Project"
+
+#: TurtleArtActivity.py:522
+msgid "Import/Export"
+msgstr "Import/Export"
+
+#: TurtleArtActivity.py:533 turtleart.py:333
+msgid "Copy"
+msgstr "Copy"
+
+#: TurtleArtActivity.py:535 turtleart.py:334
+msgid "Paste"
+msgstr "Paste"
+
+#: TurtleArtActivity.py:537
+msgid "Fullscreen"
+msgstr "Fullscreen"
+
+#: TurtleArtActivity.py:539 turtleart.py:318
+msgid "Cartesian coordinates"
+msgstr "Cartesian coordinates"
+
+#: TurtleArtActivity.py:541 turtleart.py:320
+msgid "Polar coordinates"
+msgstr "Polar coordinates"
+
+#: TurtleArtActivity.py:544
+msgid "Metric coordinates"
+msgstr "Metric coordinates"
+
+#: TurtleArtActivity.py:554 turtleart.py:324
+msgid "Grow blocks"
+msgstr "Grow blocks"
+
+#: TurtleArtActivity.py:556 turtleart.py:326
+msgid "Shrink blocks"
+msgstr "Shrink blocks"
+
+#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
+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
+msgid "Save as image"
+msgstr "Save as image"
+
+#: TurtleArtActivity.py:607 turtleart.py:310
+msgid "Save as HTML"
+msgstr "Save as HTML"
+
+#: TurtleArtActivity.py:609 turtleart.py:312
+msgid "Save as Logo"
+msgstr "Save as Logo"
+
+#: TurtleArtActivity.py:612
+msgid "Save snapshot"
+msgstr "Save snapshot"
+
+#: TurtleArtActivity.py:616
+msgid "Import project from the Journal"
+msgstr "Import project from the Journal"
+
+#: TurtleArtActivity.py:619
+msgid "Load Python block"
+msgstr "Load Python block"
+
+#: TurtleArtActivity.py:630
+msgid "<Ctrl>p"
+msgstr "<Ctrl>p"
+
+#: TurtleArtActivity.py:633
+msgid "<Ctrl>b"
+msgstr "<Ctrl>b"
+
+#: TurtleArtActivity.py:638 turtleart.py:347
+msgid "Clean"
+msgstr "Clean"
+
+#: TurtleArtActivity.py:638
+msgid "<Ctrl>e"
+msgstr "<Ctrl>e"
+
+#: TurtleArtActivity.py:640 turtleart.py:348
+msgid "Run"
+msgstr "Run"
+
+#: TurtleArtActivity.py:640
+msgid "<Ctrl>r"
+msgstr "<Ctrl>r"
+
+#: TurtleArtActivity.py:642 turtleart.py:349
+msgid "Step"
+msgstr "Step"
+
+#: TurtleArtActivity.py:642
+msgid "<Ctrl>w"
+msgstr "<Ctrl>w"
+
+#: TurtleArtActivity.py:644 turtleart.py:350
+msgid "Debug"
+msgstr "Debug"
+
+#: TurtleArtActivity.py:644
+msgid "<Ctrl>d"
+msgstr "<Ctrl>d"
+
+#: TurtleArtActivity.py:646
+msgid "Stop turtle"
+msgstr "Stop turtle"
+
+#: TurtleArtActivity.py:647
+msgid "<Ctrl>s"
+msgstr "<Ctrl>s"
#: gnome_plugins/collaboration_plugin.py:67
msgid "My Turtle Art session"
@@ -795,14 +1016,74 @@ msgstr "Login failed"
msgid "Failed to upload!"
msgstr "Failed to upload!"
-#: 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:58
+#: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:269
msgid "Palette of sensor blocks"
msgstr "Palette of sensor blocks"
+#: plugins/accelerometer/accelerometer.py:55
+#: plugins/accelerometer/accelerometer.py:62
+msgid "acceleration"
+msgstr "acceleration"
+
+#: plugins/accelerometer/accelerometer.py:57
+#: plugins/accelerometer/accelerometer.py:64
+msgid "push acceleration in x, y, z to heap"
+msgstr "push acceleration in x, y, z to heap"
+
+#: plugins/audio_sensors/audio_sensors.py:82
+#: plugins/audio_sensors/audio_sensors.py:97 pysamples/grecord.py:205
+msgid "sound"
+msgstr "sound"
+
+#: plugins/audio_sensors/audio_sensors.py:83
+#: plugins/audio_sensors/audio_sensors.py:98
+msgid "raw microphone input signal"
+msgstr "raw microphone input signal"
+
+#: plugins/audio_sensors/audio_sensors.py:89
+#: plugins/audio_sensors/audio_sensors.py:104
+msgid "loudness"
+msgstr "loudness"
+
+#: plugins/audio_sensors/audio_sensors.py:90
+#: plugins/audio_sensors/audio_sensors.py:105
+msgid "microphone input volume"
+msgstr "microphone input volume"
+
+#: plugins/audio_sensors/audio_sensors.py:118
+#: plugins/audio_sensors/audio_sensors.py:126
+msgid "pitch"
+msgstr "pitch"
+
+#: plugins/audio_sensors/audio_sensors.py:119
+#: plugins/audio_sensors/audio_sensors.py:127
+msgid "microphone input pitch"
+msgstr "microphone input pitch"
+
+#: plugins/audio_sensors/audio_sensors.py:145
+#: plugins/audio_sensors/audio_sensors.py:159
+msgid "resistance"
+msgstr "resistance"
+
+#: plugins/audio_sensors/audio_sensors.py:146
+#: plugins/audio_sensors/audio_sensors.py:160
+msgid "microphone input resistance"
+msgstr "microphone input resistance"
+
+#: plugins/audio_sensors/audio_sensors.py:151
+#: plugins/audio_sensors/audio_sensors.py:166
+msgid "voltage"
+msgstr "voltage"
+
+#: plugins/audio_sensors/audio_sensors.py:152
+#: plugins/audio_sensors/audio_sensors.py:167
+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
@@ -827,6 +1108,11 @@ msgstr "Average RGB color from camera is pushed to the stack"
msgid "camera output"
msgstr "camera output"
+#: plugins/light_sensor/light_sensor.py:57
+#: plugins/light_sensor/light_sensor.py:64
+msgid "light level detected by light sensor"
+msgstr "light level detected by light sensor"
+
#: plugins/rfid/rfid.py:91 plugins/rfid/rfid.py:99
msgid "RFID"
msgstr "RFID"
@@ -835,11 +1121,6 @@ msgstr "RFID"
msgid "read value from RFID device"
msgstr "read value from RFID device"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
-#: TurtleArt/tabasics.py:707
-msgid "Palette of flow operators"
-msgstr "Palette of flow operators"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
msgid "while"
msgstr "while"
@@ -892,22 +1173,6 @@ msgstr "description"
msgid "Sugar Journal description field"
msgstr "Sugar Journal description field"
-#: 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 "text"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
-#: TurtleArt/tabasics.py:837
-msgid "string value"
-msgstr "string value"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:178
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:206
msgid "show"
@@ -1175,11 +1440,6 @@ msgstr "label"
msgid "top of a collapsible stack"
msgstr "top of a collapsible stack"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
-#: TurtleArt/tautils.py:590
-msgid "click to open"
-msgstr "click to open"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
msgid "Palette of presentation templates"
msgstr "Palette of presentation templates"
@@ -1244,11 +1504,6 @@ msgstr "presentation template: select four Journal objects"
msgid "presentation template: select two Journal objects"
msgstr "presentation template: select two Journal objects"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
-#: TurtleArt/tabasics.py:154
-msgid "left"
-msgstr "left"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668
msgid "xcor of left of screen"
msgstr "xcor of left of screen"
@@ -1265,11 +1520,6 @@ msgstr "width"
msgid "the canvas width"
msgstr "the canvas width"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
-#: TurtleArt/tabasics.py:165
-msgid "right"
-msgstr "right"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:692
msgid "xcor of right of screen"
msgstr "xcor of right of screen"
@@ -1310,18 +1560,6 @@ msgstr "right x"
msgid "bottom y"
msgstr "bottom y"
-#: 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
-msgid "Title"
-msgstr "Title"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:775
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789
msgid "presentation 1x1"
@@ -1339,679 +1577,477 @@ msgstr "presentation 1x2"
msgid "presentation 2x2"
msgstr "presentation 2x2"
-#: plugins/light_sensor/light_sensor.py:57
-#: plugins/light_sensor/light_sensor.py:64
-msgid "light level detected by light sensor"
-msgstr "light level detected by light sensor"
-
-#: plugins/audio_sensors/audio_sensors.py:83
-#: plugins/audio_sensors/audio_sensors.py:98
-msgid "raw microphone input signal"
-msgstr "raw microphone input signal"
-
-#: plugins/audio_sensors/audio_sensors.py:89
-#: plugins/audio_sensors/audio_sensors.py:104
-msgid "loudness"
-msgstr "loudness"
-
-#: plugins/audio_sensors/audio_sensors.py:90
-#: plugins/audio_sensors/audio_sensors.py:105
-msgid "microphone input volume"
-msgstr "microphone input volume"
-
-#: plugins/audio_sensors/audio_sensors.py:118
-#: plugins/audio_sensors/audio_sensors.py:126
-msgid "pitch"
-msgstr "pitch"
-
-#: plugins/audio_sensors/audio_sensors.py:119
-#: plugins/audio_sensors/audio_sensors.py:127
-msgid "microphone input pitch"
-msgstr "microphone input pitch"
-
-#: plugins/audio_sensors/audio_sensors.py:145
-#: plugins/audio_sensors/audio_sensors.py:159
-msgid "resistance"
-msgstr "resistance"
-
-#: plugins/audio_sensors/audio_sensors.py:146
-#: plugins/audio_sensors/audio_sensors.py:160
-msgid "microphone input resistance"
-msgstr "microphone input resistance"
-
-#: plugins/audio_sensors/audio_sensors.py:151
-#: plugins/audio_sensors/audio_sensors.py:166
-msgid "voltage"
-msgstr "voltage"
-
-#: plugins/audio_sensors/audio_sensors.py:152
-#: plugins/audio_sensors/audio_sensors.py:167
-msgid "microphone input voltage"
-msgstr "microphone input voltage"
-
-#: plugins/accelerometer/accelerometer.py:55
-#: plugins/accelerometer/accelerometer.py:62
-msgid "acceleration"
-msgstr "acceleration"
-
-#: plugins/accelerometer/accelerometer.py:57
-#: plugins/accelerometer/accelerometer.py:64
-msgid "push acceleration in x, y, z to heap"
-msgstr "push acceleration in x, y, z to heap"
-
-#: TurtleArt/tapalette.py:83
-msgid "displays next palette"
-msgstr "displays next palette"
-
-#: TurtleArt/tapalette.py:84
-msgid "changes the orientation of the palette of blocks"
-msgstr "changes the orientation of the palette of blocks"
-
-#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
-msgid "orientation"
-msgstr "orientation"
-
-#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
-msgid "next"
-msgstr "next"
-
-#: TurtleArt/tawindow.py:2885
-msgid "image"
-msgstr "image"
-
-#: TurtleArt/tautils.py:173
-msgid "Load..."
-msgstr "Load..."
-
-#: TurtleArt/tautils.py:182
-msgid "Save..."
-msgstr "Save..."
-
-#: TurtleArt/talogo.py:417
-msgid "did not output to"
-msgstr "did not output to"
-
-#: TurtleArt/talogo.py:466
-msgid "I don't know how to"
-msgstr "I don't know how to"
-
-#: TurtleArt/talogo.py:512
-msgid "doesn't like"
-msgstr "doesn't like"
-
-#: TurtleArt/talogo.py:512
-msgid "as input"
-msgstr "as input"
+#: pysamples/grecord.py:215 taextras.py:129
+msgid "stop"
+msgstr "stop"
-#: TurtleArt/tabasics.py:115
-msgid "Palette of turtle commands"
-msgstr "Palette of turtle commands"
+#: pysamples/grecord.py:217
+msgid "play"
+msgstr "play"
-#: TurtleArt/tabasics.py:120
-msgid "forward"
-msgstr "forward"
+#: pysamples/grecord.py:219
+msgid "save"
+msgstr "save"
-#: TurtleArt/tabasics.py:124
-msgid "moves turtle forward"
-msgstr "moves turtle forward"
+#: pysamples/uturn.py:24
+msgid "uturn"
+msgstr "uturn"
-#: TurtleArt/tabasics.py:135
-msgid "moves turtle backward"
-msgstr "moves turtle backward"
+#: pysamples/uturn.py:26
+msgid "make a uturn"
+msgstr "make a uturn"
-#: TurtleArt/tabasics.py:143
-msgid "clean"
-msgstr "clean"
+#: taextras.py:36
+msgid "Turtle Art Mini"
+msgstr "Turtle Art Mini"
-#: TurtleArt/tabasics.py:146
-msgid "clears the screen and reset the turtle"
-msgstr "clears the screen and reset the turtle"
+#: taextras.py:40
+msgid "Turtle Confusion"
+msgstr "Turtle Confusion"
-#: TurtleArt/tabasics.py:158
-msgid "turns turtle counterclockwise (angle in degrees)"
-msgstr "turns turtle counterclockwise (angle in degrees)"
+#: taextras.py:41
+msgid "Select a challenge"
+msgstr "Select a challenge"
-#: TurtleArt/tabasics.py:169
-msgid "turns turtle clockwise (angle in degrees)"
-msgstr "turns turtle clockwise (angle in degrees)"
+#: taextras.py:47
+msgid "Palette of Mexican pesos"
+msgstr "Palette of Mexican pesos"
-#: TurtleArt/tabasics.py:177
-msgid "arc"
-msgstr "arc"
+#: taextras.py:48
+msgid "Palette of Colombian pesos"
+msgstr "Palette of Colombian pesos"
-#: TurtleArt/tabasics.py:177
-msgid "angle"
-msgstr "angle"
+#: taextras.py:49
+msgid "Palette of Rwandan francs"
+msgstr "Palette of Rwandan francs"
-#: TurtleArt/tabasics.py:177
-msgid "radius"
-msgstr "radius"
+#: taextras.py:50
+msgid "Palette of US currencies"
+msgstr "Palette of US currencies"
-#: TurtleArt/tabasics.py:181
-msgid "moves turtle along an arc"
-msgstr "moves turtle along an arc"
+#: taextras.py:51
+msgid "Palette of Australian currencies"
+msgstr "Palette of Australian currencies"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "set xy"
-msgstr "set xy"
+#: taextras.py:52
+msgid "Palette of Guaranies"
+msgstr "Palette of Guaranies"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "x"
-msgstr "x"
+#. 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 "Turtle Art Butia"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "y"
-msgstr "y"
+#: taextras.py:59
+msgid "Adjust LED intensity between 0 and 255."
+msgstr "Adjust LED intensity between 0 and 255."
-#: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260
+#: taextras.py:60
msgid ""
-"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
+"Returns the object gray level encountered him as a number between 0 and 1023."
msgstr ""
-"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
-
-#
-#: TurtleArt/tabasics.py:204
-msgid "set heading"
-msgstr "seth"
+"Returns the object gray level encountered him as a number between 0 and "
+"1023."
-#: TurtleArt/tabasics.py:208
-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.)"
+#: taextras.py:62
+msgid "Returns 1 when the button is press and 0 otherwise."
+msgstr "Returns 1 when the button is press and 0 otherwise."
-#: TurtleArt/tabasics.py:217
-msgid ""
-"holds current x-coordinate value of the turtle (can be used in place of a "
-"number block)"
-msgstr ""
-"holds current x-coordinate value of the turtle (can be used in place of a "
-"number block)"
+#: taextras.py:63
+msgid "Returns the ambient light level as a number between 0 and 1023."
+msgstr "Returns the ambient light level as a number between 0 and 1023."
-#: TurtleArt/tabasics.py:228
-msgid ""
-"holds current y-coordinate value of the turtle (can be used in place of a "
-"number block)"
-msgstr ""
-"holds current y-coordinate value of the turtle (can be used in place of a "
-"number block)"
+#: taextras.py:64
+msgid "Returns the ambient temperature as a number between 0 and 255."
+msgstr "Returns the ambient temperature as a number between 0 and 255."
-#: TurtleArt/tabasics.py:239
+#: taextras.py:65
msgid ""
-"holds current heading value of the turtle (can be used in place of a number "
-"block)"
+"Returns the distance from the object in front of the sensor as a number "
+"between 0 and 255."
msgstr ""
-"holds current heading value of the turtle (can be used in place of a number "
-"block)"
-
-#: TurtleArt/tabasics.py:273
-msgid "Palette of pen commands"
-msgstr "Palette of pen commands"
-
-#: TurtleArt/tabasics.py:277
-msgid "pen up"
-msgstr "pen up"
-
-#: TurtleArt/tabasics.py:280
-msgid "Turtle will not draw when moved."
-msgstr "Turtle will not draw when moved."
-
-#: TurtleArt/tabasics.py:286
-msgid "pen down"
-msgstr "pen down"
-
-#: TurtleArt/tabasics.py:289
-msgid "Turtle will draw when moved."
-msgstr "Turtle will draw when moved."
-
-#: TurtleArt/tabasics.py:295
-msgid "set pen size"
-msgstr "set pen size"
-
-#: TurtleArt/tabasics.py:299
-msgid "sets size of the line drawn by the turtle"
-msgstr "sets size of the line drawn by the turtle"
-
-#: TurtleArt/tabasics.py:309
-msgid "fill screen"
-msgstr "fill screen"
-
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394
-msgid "color"
-msgstr "color"
-
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404
-msgid "shade"
-msgstr "shade"
-
-#: TurtleArt/tabasics.py:313
-msgid "fills the background with (color, shade)"
-msgstr "fills the background with (color, shade)"
-
-#: TurtleArt/tabasics.py:322
-msgid "pen size"
-msgstr "pen size"
-
-#: TurtleArt/tabasics.py:323
-msgid "holds current pen size (can be used in place of a number block)"
-msgstr "holds current pen size (can be used in place of a number block)"
-
-#: TurtleArt/tabasics.py:334
-msgid "start fill"
-msgstr "start fill"
-
-#: TurtleArt/tabasics.py:336
-msgid "starts filled polygon (used with end fill block)"
-msgstr "starts filled polygon (used with end fill block)"
-
-#: TurtleArt/tabasics.py:343
-msgid "end fill"
-msgstr "end fill"
-
-#: TurtleArt/tabasics.py:345
-msgid "completes filled polygon (used with start fill block)"
-msgstr "completes filled polygon (used with start fill block)"
-
-#: TurtleArt/tabasics.py:355
-msgid "Palette of pen colors"
-msgstr "Palette of pen colors"
-
-#: TurtleArt/tabasics.py:359
-msgid "set color"
-msgstr "set color"
-
-#: TurtleArt/tabasics.py:363
-msgid "sets color of the line drawn by the turtle"
-msgstr "sets color of the line drawn by the turtle"
-
-#: TurtleArt/tabasics.py:371
-msgid "set shade"
-msgstr "set shade"
-
-#: TurtleArt/tabasics.py:375
-msgid "sets shade of the line drawn by the turtle"
-msgstr "sets shade of the line drawn by the turtle"
+"Returns the distance from the object in front of the sensor as a number "
+"between 0 and 255."
-#: TurtleArt/tabasics.py:383
-msgid "set gray"
-msgstr "set gray"
+#: taextras.py:67
+msgid "Returns 0 or 1 depending on the sensor inclination."
+msgstr "Returns 0 or 1 depending on the sensor inclination."
-#: TurtleArt/tabasics.py:386
-msgid "sets gray level of the line drawn by the turtle"
-msgstr "sets gray level of the line drawn by the turtle"
+#: taextras.py:68
+msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
+msgstr "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
-#: TurtleArt/tabasics.py:395
-msgid "holds current pen color (can be used in place of a number block)"
-msgstr "holds current pen color (can be used in place of a number block)"
+#: taextras.py:69
+msgid "Switches from 0 to 1, the frequency depends on the vibration."
+msgstr "Switches from 0 to 1, the frequency depends on the vibration."
-#: TurtleArt/tabasics.py:405
-msgid "holds current pen shade"
-msgstr "holds current pen shade"
+#: taextras.py:70
+msgid "LED"
+msgstr "LED"
-#: TurtleArt/tabasics.py:413
-msgid "gray"
-msgstr "gray"
+#: taextras.py:71
+msgid "pushbutton"
+msgstr "pushbutton"
-#: TurtleArt/tabasics.py:414
-msgid "holds current gray level (can be used in place of a number block)"
-msgstr "holds current gray level (can be used in place of a number block)"
+#: taextras.py:72
+msgid "grayscale"
+msgstr "grayscale"
-#: TurtleArt/tabasics.py:434
-msgid "set text color"
-msgstr "set text color"
+#: taextras.py:73
+msgid "ambient light"
+msgstr "ambient light"
-#: TurtleArt/tabasics.py:437
-msgid "sets color of text drawn by the turtle"
-msgstr "sets color of text drawn by the turtle"
+#: taextras.py:74
+msgid "temperature"
+msgstr "temperature"
-#: TurtleArt/tabasics.py:445
-msgid "set text size"
-msgstr "set text size"
+#: taextras.py:75
+msgid "distance"
+msgstr "distance"
-#: TurtleArt/tabasics.py:448
-msgid "sets size of text drawn by the turtle"
-msgstr "sets size of text drawn by the turtle"
+#: taextras.py:76
+msgid "tilt"
+msgstr "tilt"
-#: TurtleArt/tabasics.py:531
-msgid "Palette of numeric operators"
-msgstr "Palette of numeric operators"
+#: taextras.py:77
+msgid "magnetic induction"
+msgstr "magnetic induction"
-#: TurtleArt/tabasics.py:537
-msgid "plus"
-msgstr "plus"
+#: taextras.py:78
+msgid "vibration"
+msgstr "vibration"
-#: TurtleArt/tabasics.py:540
-msgid "adds two alphanumeric inputs"
-msgstr "adds two alphanumeric inputs"
+#: taextras.py:79
+msgid "Butia Robot"
+msgstr "Butia Robot"
-#: TurtleArt/tabasics.py:548
-msgid "minus"
-msgstr "minus"
+#: taextras.py:80
+msgid "delay Butia"
+msgstr "delay Butia"
-#: TurtleArt/tabasics.py:551
-msgid "subtracts bottom numeric input from top numeric input"
-msgstr "subtracts bottom numeric input from top numeric input"
+#: taextras.py:81
+msgid "wait for argument seconds"
+msgstr "wait for argument seconds"
-#: TurtleArt/tabasics.py:562
-msgid "multiply"
-msgstr "multiply"
+#: taextras.py:82
+msgid "Butia battery charge"
+msgstr "Butia battery charge"
-#: TurtleArt/tabasics.py:565
-msgid "multiplies two numeric inputs"
-msgstr "multiplies two numeric inputs"
+#: taextras.py:83
+msgid "Returns the battery charge as a number between 0 and 255."
+msgstr "Returns the battery charge as a number between 0 and 255."
-#: TurtleArt/tabasics.py:574
-msgid "divide"
-msgstr "divide"
+#: taextras.py:84
+msgid "Butia speed"
+msgstr "Butia speed"
-#: TurtleArt/tabasics.py:577
+#: taextras.py:85
msgid ""
-"divides top numeric input (numerator) by bottom numeric input (denominator)"
+"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
+"an argument."
msgstr ""
-"divides top numeric input (numerator) by bottom numeric input (denominator)"
-
-#: TurtleArt/tabasics.py:587
-msgid "identity"
-msgstr "identity"
-
-#: TurtleArt/tabasics.py:589
-msgid "identity operator used for extending blocks"
-msgstr "identity operator used for extending blocks"
+"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
+"an argument."
-#: TurtleArt/tabasics.py:597 TurtleArt/tabasics.py:598
-msgid "mod"
-msgstr "mod"
+#: taextras.py:87
+msgid "forward Butia"
+msgstr "forward Butia"
-#: TurtleArt/tabasics.py:601
-msgid "modular (remainder) operator"
-msgstr "modular (remainder) operator"
+#: taextras.py:88
+msgid "Move the Butia robot forward."
+msgstr "Move the Butia robot forward."
-#: TurtleArt/tabasics.py:608
-msgid "√"
-msgstr "√"
+#: taextras.py:89
+msgid "forward distance"
+msgstr "forward distance"
-#: TurtleArt/tabasics.py:609
-msgid "square root"
-msgstr "square root"
+#: taextras.py:90
+msgid "Move the Butia robot forward a predefined distance."
+msgstr "Move the Butia robot forward a predefined distance."
-#: TurtleArt/tabasics.py:612
-msgid "calculates square root"
-msgstr "calculates square root"
+#: taextras.py:91
+msgid "backward Butia"
+msgstr "backward Butia"
-#: TurtleArt/tabasics.py:619
-msgid "random"
-msgstr "random"
+#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102
+msgid "Move the Butia robot backward."
+msgstr "Move the Butia robot backward."
-#: TurtleArt/tabasics.py:619
-msgid "min"
-msgstr "min"
+#: taextras.py:93
+msgid "backward distance"
+msgstr "backward distance"
-#: TurtleArt/tabasics.py:619
-msgid "max"
-msgstr "max"
+#: taextras.py:94
+msgid "Move the Butia robot backward a predefined distance."
+msgstr "Move the Butia robot backward a predefined distance."
-#: TurtleArt/tabasics.py:623
-msgid "returns random number between minimum (top) and maximum (bottom) values"
-msgstr "returns random number between minimum (top) and maximum (bottom) values"
+#: taextras.py:95
+msgid "left Butia"
+msgstr "left Butia"
-#: TurtleArt/tabasics.py:635
-msgid "number"
-msgstr "number"
+#: taextras.py:97
+msgid "right Butia"
+msgstr "right Butia"
-#: TurtleArt/tabasics.py:636
-msgid "used as numeric input in mathematic operators"
-msgstr "used as numeric input in mathematic operators"
+#: taextras.py:99
+msgid "Turn x degrees"
+msgstr "Turn x degrees"
-#: TurtleArt/tabasics.py:643
-msgid "greater than"
-msgstr "greater than"
+#: taextras.py:100
+msgid "Turn the Butia robot x degrees."
+msgstr "Turn the Butia robot x degrees."
-#: TurtleArt/tabasics.py:646
-msgid "logical greater-than operator"
-msgstr "logical greater-than operator"
+#: taextras.py:101
+msgid "stop Butia"
+msgstr "stop Butia"
-#: TurtleArt/tabasics.py:654
-msgid "less than"
-msgstr "less than"
+#: taextras.py:103
+msgid "print Butia"
+msgstr "print Butia"
-#: TurtleArt/tabasics.py:657
-msgid "logical less-than operator"
-msgstr "logical less-than operator"
+#: taextras.py:104
+msgid "Print text in Butia robot 32-character ASCII display."
+msgstr "Print text in Butia robot 32-character ASCII display."
-#: TurtleArt/tabasics.py:665
-msgid "equal"
-msgstr "equal"
+#: taextras.py:105
+msgid "Butia"
+msgstr "Butia"
-#: TurtleArt/tabasics.py:668
-msgid "logical equal-to operator"
-msgstr "logical equal-to operator"
+#: taextras.py:109
+msgid "The camera was not found."
+msgstr "The camera was not found."
-#: TurtleArt/tabasics.py:674
-msgid "not"
-msgstr "not"
+#: taextras.py:110
+msgid "Error on the initialization of the camera."
+msgstr "Error on the initialization of the camera."
-#: TurtleArt/tabasics.py:677
-msgid "logical NOT operator"
-msgstr "logical NOT operator"
+#: taextras.py:111
+msgid "FollowMe"
+msgstr "FollowMe"
-#: TurtleArt/tabasics.py:683 TurtleArt/tabasics.py:686
-msgid "and"
-msgstr "and"
+#: taextras.py:112
+msgid "follow a RGB color"
+msgstr "follow a RGB color"
-#: TurtleArt/tabasics.py:687
-msgid "logical AND operator"
-msgstr "logical AND operator"
+#: taextras.py:113
+msgid "follow a turtle color"
+msgstr "follow a turtle color"
-#: TurtleArt/tabasics.py:694 TurtleArt/tabasics.py:697
-msgid "or"
-msgstr "or"
+#: taextras.py:114
+msgid "calibrate a color to follow"
+msgstr "calibrate a color to follow"
-#: TurtleArt/tabasics.py:698
-msgid "logical OR operator"
-msgstr "logical OR operator"
+#: taextras.py:115
+msgid "x position"
+msgstr "x position"
-#: TurtleArt/tabasics.py:712
-msgid "wait"
-msgstr "wait"
+#: taextras.py:116
+msgid "return x position"
+msgstr "return x position"
-#: TurtleArt/tabasics.py:716
-msgid "pauses program execution a specified number of seconds"
-msgstr "pauses program execution a specified number of seconds"
+#: taextras.py:117
+msgid "y position"
+msgstr "y position"
-#: TurtleArt/tabasics.py:723
-msgid "forever"
-msgstr "forever"
+#: taextras.py:118
+msgid "return y position"
+msgstr "return y position"
-#: TurtleArt/tabasics.py:727
-msgid "loops forever"
-msgstr "loops forever"
+#: taextras.py:122
+msgid "Sumo Butia"
+msgstr "Sumo Butia"
-#: TurtleArt/tabasics.py:733 TurtleArt/tabasics.py:737
-msgid "repeat"
-msgstr "repeat"
+#: taextras.py:123
+msgid "submit speed​​"
+msgstr "submit speed​​"
-#: TurtleArt/tabasics.py:738
-msgid "loops specified number of times"
-msgstr "loops specified number of times"
+#: taextras.py:124
+msgid "Send speed to the robot."
+msgstr "Send speed to the robot."
-#: TurtleArt/tabasics.py:744 TurtleArt/tabasics.py:756
-msgid "if"
-msgstr "if"
+#: taextras.py:125
+msgid "set speed"
+msgstr "set speed"
-#: TurtleArt/tabasics.py:744
-msgid "then"
-msgstr "then"
+#: taextras.py:126
+msgid "Set the default speed for the movement commands."
+msgstr "Set the default speed for the movement commands."
-#: TurtleArt/tabasics.py:747
-msgid "if then"
-msgstr "if then"
+#: taextras.py:127
+msgid "move"
+msgstr "move"
-#: TurtleArt/tabasics.py:749
-msgid "if-then operator that uses boolean operators from Numbers palette"
-msgstr "if-then operator that uses boolean operators from Numbers palette"
+#: taextras.py:130
+msgid "turn left"
+msgstr "turn left"
-#: TurtleArt/tabasics.py:756
-msgid "then else"
-msgstr "then else"
+#: taextras.py:131
+msgid "turn right"
+msgstr "turn right"
-#: TurtleArt/tabasics.py:760
-msgid "if then else"
-msgstr "if then else"
+#: taextras.py:132
+msgid "angle to center"
+msgstr "angle to center"
-#: TurtleArt/tabasics.py:761
-msgid "if-then-else operator that uses boolean operators from Numbers palette"
-msgstr "if-then-else operator that uses boolean operators from Numbers palette"
+#. TRANS: dojo is the playing field
+#: taextras.py:134
+msgid "Get the angle to the center of the dojo."
+msgstr "Get the angle to the center of the dojo."
-#: TurtleArt/tabasics.py:769
-msgid "horizontal space"
-msgstr "horizontal space"
+#: taextras.py:135
+msgid "angle to the opponent"
+msgstr "angle to the opponent"
-#: TurtleArt/tabasics.py:770
-msgid "jogs stack right"
-msgstr "jogs stack right"
+#: taextras.py:136
+msgid "Get the angle to the center of the opponent."
+msgstr "Get the angle to the center of the opponent."
-#: TurtleArt/tabasics.py:777
-msgid "vertical space"
-msgstr "vertical space"
+#: taextras.py:137
+msgid "x coor."
+msgstr "x coor."
-#: TurtleArt/tabasics.py:778
-msgid "jogs stack down"
-msgstr "jogs stack down"
+#: taextras.py:138
+msgid "Get the x coordinate of the robot."
+msgstr "Get the x coordinate of the robot."
-#: TurtleArt/tabasics.py:784
-msgid "stop action"
-msgstr "stop action"
+#: taextras.py:139
+msgid "y coor."
+msgstr "y coor."
-#: TurtleArt/tabasics.py:787
-msgid "stops current action"
-msgstr "stops current action"
+#: taextras.py:140
+msgid "Get the y coordinate of the robot."
+msgstr "Get the y coordinate of the robot."
-#: TurtleArt/tabasics.py:796
-msgid "Palette of variable blocks"
-msgstr "Palette of variable blocks"
+#: taextras.py:141
+msgid "opponent x coor."
+msgstr "opponent x coor."
-#: TurtleArt/tabasics.py:804
-msgid "connects action to toolbar run buttons"
-msgstr "connects action to toolbar run buttons"
+#: taextras.py:142
+msgid "Get the x coordinate of the opponent."
+msgstr "Get the x coordinate of the opponent."
-#: TurtleArt/tabasics.py:812
-msgid "store in box 1"
-msgstr "store in box 1"
+#: taextras.py:143
+msgid "opponent y coor."
+msgstr "opponent y coor."
-#: TurtleArt/tabasics.py:816
-msgid "stores numeric value in Variable 1"
-msgstr "stores numeric value in Variable 1"
+#: taextras.py:144
+msgid "Get the y coordinate of the opponent."
+msgstr "Get the y coordinate of the opponent."
-#: TurtleArt/tabasics.py:823
-msgid "store in box 2"
-msgstr "store in box 2"
+#: taextras.py:145
+msgid "rotation"
+msgstr "rotation"
-#: TurtleArt/tabasics.py:827
-msgid "stores numeric value in Variable 2"
-msgstr "stores numeric value in Variable 2"
+#: taextras.py:146
+msgid "Get SumBot rotation."
+msgstr "Get SumBot rotation."
-#: TurtleArt/tabasics.py:841
-msgid "box 1"
-msgstr "box 1"
+#: taextras.py:147
+msgid "opponent rotation"
+msgstr "opponent rotation"
-#: TurtleArt/tabasics.py:844
-msgid "Variable 1 (numeric value)"
-msgstr "Variable 1 (numeric value)"
+#: taextras.py:148
+msgid "Get the rotation of the opponent."
+msgstr "Get the rotation of the opponent."
-#: TurtleArt/tabasics.py:850
-msgid "box 2"
-msgstr "box 2"
+#: taextras.py:149
+msgid "distance to center"
+msgstr "distance to center"
-#: TurtleArt/tabasics.py:853
-msgid "Variable 2 (numeric value)"
-msgstr "Variable 2 (numeric value)"
+#. TRANS: dojo is the playing field
+#: taextras.py:151
+msgid "Get the distance to the center of the dojo."
+msgstr "Get the distance to the center of the dojo."
-#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:870
-msgid "box"
-msgstr "box"
+#: taextras.py:152
+msgid "distance to opponent"
+msgstr "distance to opponent"
-#: TurtleArt/tabasics.py:862 TurtleArt/tabasics.py:873
-msgid "my box"
-msgstr "my box"
+#: taextras.py:153
+msgid "Get the distance to the opponent."
+msgstr "Get the distance to the opponent."
-#: TurtleArt/tabasics.py:864
-msgid "named variable (numeric value)"
-msgstr "named variable (numeric value)"
+#: taextras.py:154
+msgid "update information"
+msgstr "update information"
-#: TurtleArt/tabasics.py:870
-msgid "store in"
-msgstr "store in"
+#: taextras.py:155
+msgid "Update information from the server."
+msgstr "Update information from the server."
-#: TurtleArt/tabasics.py:870
-msgid "value"
-msgstr "value"
+#: turtleart.py:68
+msgid "usage is"
+msgstr "usage is"
-#: TurtleArt/tabasics.py:874
-msgid "stores numeric value in named variable"
-msgstr "stores numeric value in named variable"
+#: turtleart.py:212
+msgid "No option action:"
+msgstr "No option action:"
-#: TurtleArt/tabasics.py:882 TurtleArt/tabasics.py:884
-#: TurtleArt/tabasics.py:908 TurtleArt/tabasics.py:911
-msgid "action"
-msgstr "action"
+#: turtleart.py:224
+msgid "File not found"
+msgstr "File not found"
-#: TurtleArt/tabasics.py:886
-msgid "top of nameable action stack"
-msgstr "top of nameable action stack"
+#: turtleart.py:248
+#, python-format
+msgid "Configuration directory not writable: %s"
+msgstr "Configuration directory not writable: %s"
-#: TurtleArt/tabasics.py:891 TurtleArt/tabasics.py:918
-msgid "action 1"
-msgstr "action 1"
+#: turtleart.py:304
+msgid "New"
+msgstr "New"
-#: TurtleArt/tabasics.py:894
-msgid "top of Action 1 stack"
-msgstr "top of Action 1 stack"
+#: turtleart.py:305
+msgid "Open"
+msgstr "Open"
-#: TurtleArt/tabasics.py:899 TurtleArt/tabasics.py:927
-msgid "action 2"
-msgstr "action 2"
+#: turtleart.py:306
+msgid "Save"
+msgstr "Save"
-#: TurtleArt/tabasics.py:902
-msgid "top of Action 2 stack"
-msgstr "top of Action 2 stack"
+#: turtleart.py:307
+msgid "Save as"
+msgstr "Save as"
-#: TurtleArt/tabasics.py:912
-msgid "invokes named action stack"
-msgstr "invokes named action stack"
+#: turtleart.py:314
+msgid "Quit"
+msgstr "Quit"
-#: TurtleArt/tabasics.py:921
-msgid "invokes Action 1 stack"
-msgstr "invokes Action 1 stack"
+#: turtleart.py:315
+msgid "File"
+msgstr "File"
-#: TurtleArt/tabasics.py:930
-msgid "invokes Action 2 stack"
-msgstr "invokes Action 2 stack"
+#: turtleart.py:322
+msgid "Rescale coordinates"
+msgstr "Rescale coordinates"
-#: TurtleArt/tabasics.py:938
-msgid "trash"
-msgstr "trash"
+#: turtleart.py:328
+msgid "Reset block size"
+msgstr "Reset block size"
-#: TurtleArt/tabasics.py:942
-msgid "empty trash"
-msgstr "empty trash"
+#: turtleart.py:342
+msgid "Show/hide blocks"
+msgstr "Show/hide blocks"
-#: TurtleArt/tabasics.py:943
-msgid "permanently deletes items in trash"
-msgstr "permanently deletes items in trash"
+#: turtleart.py:344
+msgid "Tools"
+msgstr "Tools"
-#: TurtleArt/tabasics.py:947
-msgid "restore all"
-msgstr "restore all"
+#: turtleart.py:351
+msgid "Stop"
+msgstr "Stop"
-#: TurtleArt/tabasics.py:948
-msgid "restore all blocks from trash"
-msgstr "restore all blocks from trash"
+#: turtleart.py:352
+msgid "Turtle"
+msgstr "Turtle"
-#: TurtleArt/tabasics.py:952
-msgid "clear all"
-msgstr "clear all"
+#: turtleart.py:382
+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/tabasics.py:953
-msgid "move all blocks to trash"
-msgstr "move all blocks to trash"
+#: turtleart.py:383
+msgid "Save project?"
+msgstr "Save project?"
#~ msgid "push accereration in x, y, z to heap"
#~ msgstr "push acceleration in x, y, z to heap"
@@ -2027,18 +2063,9 @@ msgstr "move all blocks to trash"
#~ msgid "stack"
#~ msgstr "stack"
-#~ msgid "yellow"
-#~ msgstr "yellow"
-
#~ msgid " "
#~ msgstr " "
-#~ msgid "cyan"
-#~ msgstr "cyan"
-
-#~ msgid "blue"
-#~ msgstr "blue"
-
#~ msgid " clean "
#~ msgstr " clean "
@@ -2048,36 +2075,24 @@ msgstr "move all blocks to trash"
#~ msgid "write"
#~ msgstr "write"
-#~ msgid "green"
-#~ msgstr "green"
-
#~ msgid "restore last"
#~ msgstr "restore last"
#~ msgid "a programmable block: used to add advanced math equations, e.g., sin(x)"
#~ msgstr "a programmable block: used to add advanced math equations, e.g., sin(x)"
-#~ msgid "orange"
-#~ msgstr "orange"
-
#~ msgid "blocks"
#~ msgstr "blocks"
#~ msgid "text size"
#~ msgstr "text size"
-#~ msgid "red"
-#~ msgstr "red"
-
#~ msgid "sensors"
#~ msgstr "sensors"
#~ msgid "sensor input resistance"
#~ msgstr "sensor input resistance"
-#~ msgid "white"
-#~ msgstr "white"
-
#~ msgid "holds current text color (can be used in place of a number block)"
#~ msgstr "holds current text color (can be used in place of a number block)"
@@ -2090,9 +2105,6 @@ msgstr "move all blocks to trash"
#~ msgid "portfolio"
#~ msgstr "portfolio"
-#~ msgid "black"
-#~ msgstr "black"
-
#~ msgid "restores most recent blocks from trash"
#~ msgstr "restores most recent blocks from trash"
@@ -2114,9 +2126,6 @@ msgstr "move all blocks to trash"
#~ msgid "Trashcan"
#~ msgstr "Trashcan"
-#~ msgid "purple"
-#~ msgstr "purple"
-
#~ msgid "pen"
#~ msgstr "pen"
diff --git a/po/fr.po b/po/fr.po
index d54cbec..0af5d34 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-29 09:03-0400\n"
-"PO-Revision-Date: 2011-09-23 20:38+0200\n"
+"POT-Creation-Date: 2011-09-27 07:23-0400\n"
+"PO-Revision-Date: 2011-09-30 18:40+0200\n"
"Last-Translator: samy boutayeb <s.boutayeb@free.fr>\n"
"Language-Team: LANGUAGE <walter@sugarlabs.org>\n"
"Language: fr\n"
@@ -17,684 +17,914 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.5\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:127
+#: TurtleArt/taexporthtml.py:129 TurtleArt/tawindow.py:1568
+#: TurtleArt/tawindow.py:2793 pysamples/grecord.py:205 turtleart.py:272
msgid "Turtle Art"
msgstr "ArtTortue"
-#: turtleart.py:68
-msgid "usage is"
-msgstr "l'usage est"
+#: TurtleArt/tabasics.py:115
+msgid "Palette of turtle commands"
+msgstr "Palette de commandes Tortue"
-#: turtleart.py:212
-msgid "No option action:"
-msgstr "Aucune action d'option :"
+#: TurtleArt/tabasics.py:120
+msgid "forward"
+msgstr "avance"
-#: turtleart.py:224
-msgid "File not found"
-msgstr "Fichier introuvable"
+#: TurtleArt/tabasics.py:124
+msgid "moves turtle forward"
+msgstr "avancer la tortue"
-#: turtleart.py:248
-#, python-format
-msgid "Configuration directory not writable: %s"
-msgstr "Répertoire de configuration non inscriptible : %s"
+#: TurtleArt/tabasics.py:131 taextras.py:128
+msgid "back"
+msgstr "recule"
-#: turtleart.py:304
-msgid "New"
-msgstr "Nouveau"
+#: TurtleArt/tabasics.py:135
+msgid "moves turtle backward"
+msgstr "reculer la tortue"
-#: turtleart.py:305
-msgid "Open"
-msgstr "Ouvrir"
+#: TurtleArt/tabasics.py:143
+msgid "clean"
+msgstr "efface"
-#: turtleart.py:306
-msgid "Save"
-msgstr "Enregistrer"
+#: TurtleArt/tabasics.py:146
+msgid "clears the screen and reset the turtle"
+msgstr "effacer l'écran et réinitialiser la tortue"
-#: turtleart.py:307
-msgid "Save as"
-msgstr "Enregistrer sous"
+#: TurtleArt/tabasics.py:154
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
+msgid "left"
+msgstr "gauche"
-#: turtleart.py:308 TurtleArtActivity.py:604
-msgid "Save as image"
-msgstr "Enregistrer dans une image"
+#: TurtleArt/tabasics.py:158
+msgid "turns turtle counterclockwise (angle in degrees)"
+msgstr "pivoter la tortue dans le sens anti-horaire (angle en degrés)"
-#: turtleart.py:310 TurtleArtActivity.py:607
-msgid "Save as HTML"
-msgstr "Enregistrer en HTML"
+#: TurtleArt/tabasics.py:165
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
+msgid "right"
+msgstr "droite"
-#: turtleart.py:312 TurtleArtActivity.py:609
-msgid "Save as Logo"
-msgstr "Enregistrer en Logo"
+#: TurtleArt/tabasics.py:169
+msgid "turns turtle clockwise (angle in degrees)"
+msgstr "pivoter la tortue dans le sens horaire (angle en degrés)"
-#: turtleart.py:314
-msgid "Quit"
-msgstr "Quitter"
+#: TurtleArt/tabasics.py:177
+msgid "arc"
+msgstr "arc"
-#: turtleart.py:315
-msgid "File"
-msgstr "Fichier"
+#: TurtleArt/tabasics.py:177
+msgid "angle"
+msgstr "angle"
-#: turtleart.py:318 TurtleArtActivity.py:539
-msgid "Cartesian coordinates"
-msgstr "Coordonnées Cartésiennes"
+#: TurtleArt/tabasics.py:177
+msgid "radius"
+msgstr "rayon"
-#: turtleart.py:320 TurtleArtActivity.py:541
-msgid "Polar coordinates"
-msgstr "Coordonnées Polaires"
+#: TurtleArt/tabasics.py:181
+msgid "moves turtle along an arc"
+msgstr "déplacer la tortue le long d'un arc"
-#: turtleart.py:322
-msgid "Rescale coordinates"
-msgstr "Modifier l'échelle"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "set xy"
+msgstr "fixe xy"
-#: turtleart.py:324 TurtleArtActivity.py:554
-msgid "Grow blocks"
-msgstr "Augmenter les blocs"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "x"
+msgstr "x"
-#: turtleart.py:326 TurtleArtActivity.py:556
-msgid "Shrink blocks"
-msgstr "Diminuer les blocs"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "y"
+msgstr "y"
-#: turtleart.py:328
-msgid "Reset block size"
-msgstr "Réinitialiser taille blocs"
+#: 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 ""
+"déplace la tortue sur la position xcor, ycor; (0, 0) correspond au centre de "
+"l'écran."
-#: turtleart.py:330 TurtleArtActivity.py:469 TurtleArtActivity.py:518
-msgid "View"
-msgstr "Vue"
+#
+#: TurtleArt/tabasics.py:204
+msgid "set heading"
+msgstr "seth"
-#: turtleart.py:333 TurtleArtActivity.py:533
-msgid "Copy"
-msgstr "Copier"
+#: TurtleArt/tabasics.py:208
+msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
+msgstr "fixe le cap de la tortue (0 est orienté sur le haut de l'écran)"
-#: turtleart.py:334 TurtleArtActivity.py:535
-msgid "Paste"
-msgstr "Coller"
+#: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:2789
+#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:547
+msgid "xcor"
+msgstr "coord x"
-#: turtleart.py:335 TurtleArtActivity.py:465 TurtleArtActivity.py:520
-msgid "Edit"
-msgstr "Édition"
+#: TurtleArt/tabasics.py:217
+msgid ""
+"holds current x-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr ""
+"maintient la valeur de la coordonnée x courante de la tortue (utilisable à "
+"la place d'un bloc numérique)"
-#: turtleart.py:338 TurtleArtActivity.py:244
-msgid "Show palette"
-msgstr "Afficher la palette"
+#: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:2789
+#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:548
+msgid "ycor"
+msgstr "coord y"
-#: turtleart.py:340 TurtleArtActivity.py:250 TurtleArtActivity.py:629
-msgid "Hide palette"
-msgstr "Masquer la palette"
+#: TurtleArt/tabasics.py:228
+msgid ""
+"holds current y-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr ""
+"maintient la valeur de la coordonnée y courante de la tortue (utilisable à "
+"la place d'un bloc numérique)"
-#: turtleart.py:342
-msgid "Show/hide blocks"
-msgstr "Montrer/Cacher les blocs"
+#: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:2789
+#: TurtleArt/tawindow.py:2793 TurtleArtActivity.py:548
+msgid "heading"
+msgstr "cap"
-#: turtleart.py:344
-msgid "Tools"
-msgstr "Outils"
+#: TurtleArt/tabasics.py:239
+msgid ""
+"holds current heading value of the turtle (can be used in place of a number "
+"block)"
+msgstr ""
+"maintient la valeur du cap courant de la tortue (utilisable à la place d'un "
+"bloc numérique)"
-#: turtleart.py:347 TurtleArtActivity.py:638
-msgid "Clean"
-msgstr "Effacer"
+#: TurtleArt/tabasics.py:273
+msgid "Palette of pen commands"
+msgstr "Palette de commandes stylet"
-#: turtleart.py:348 TurtleArtActivity.py:640
-msgid "Run"
-msgstr "Exécuter"
+#: TurtleArt/tabasics.py:277
+msgid "pen up"
+msgstr "crayon levé"
-#: turtleart.py:349 TurtleArtActivity.py:642
-msgid "Step"
-msgstr "Pas à pas"
+#: TurtleArt/tabasics.py:280
+msgid "Turtle will not draw when moved."
+msgstr "La tortue ne dessinera pas lorsqu'elle sera déplacée."
-#: turtleart.py:350 TurtleArtActivity.py:644
-msgid "Debug"
-msgstr "Débogage"
+#: TurtleArt/tabasics.py:286
+msgid "pen down"
+msgstr "crayon abaissé"
-#: turtleart.py:351
-msgid "Stop"
-msgstr "Arrêter"
+#: TurtleArt/tabasics.py:289
+msgid "Turtle will draw when moved."
+msgstr "La tortue dessinera quand elle sera déplacée."
-#: turtleart.py:352
-msgid "Turtle"
-msgstr "Tortue"
+#: TurtleArt/tabasics.py:295
+msgid "set pen size"
+msgstr "fixe l'épaisseur du trait"
-#: turtleart.py:382
-msgid "You have unsaved work. Would you like to save before quitting?"
-msgstr ""
-"Vous n'avez pas sauvegardé votre travail. Voulez-vous le sauvegarder avant "
-"de quitter ?"
+#: TurtleArt/tabasics.py:299
+msgid "sets size of the line drawn by the turtle"
+msgstr "définit l'épaisseur de la ligne dessinée par la tortue"
-#: turtleart.py:383
-msgid "Save project?"
-msgstr "Sauvegarder le projet ?"
+#: TurtleArt/tabasics.py:309
+msgid "fill screen"
+msgstr "peint le fond"
-#: TurtleArtActivity.py:125
-msgid "presentation"
-msgstr "présentation"
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394
+msgid "color"
+msgstr "couleur"
-#: TurtleArtActivity.py:196
-msgid "snapshot"
-msgstr "instantanée"
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404
+msgid "shade"
+msgstr "teinte"
-#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
-msgid "Show blocks"
-msgstr "Afficher les blocs"
+#: TurtleArt/tabasics.py:313
+msgid "fills the background with (color, shade)"
+msgstr "remplit l'arrière plan (couleur, teinte)"
-#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
-msgid "Hide blocks"
-msgstr "Masquer les blocs"
+#: TurtleArt/tabasics.py:322
+msgid "pen size"
+msgstr "épaisseur du trait"
-#: TurtleArtActivity.py:398
-msgid "Rescale coordinates down"
-msgstr "Diminuer l'échelle des coordonnées"
+#: TurtleArt/tabasics.py:323
+msgid "holds current pen size (can be used in place of a number block)"
+msgstr ""
+"maintient la taille courante du trait (utilisable à la place d'un bloc "
+"numérique)"
-#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
-msgid "Rescale coordinates up"
-msgstr "Augmenter l'échelle des coordonnées"
+#: TurtleArt/tabasics.py:334
+msgid "start fill"
+msgstr "commence le remplissage"
-#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
-msgid "Help"
-msgstr "Aide"
+#: TurtleArt/tabasics.py:336
+msgid "starts filled polygon (used with end fill block)"
+msgstr ""
+"commence le polygone rempli (utilisé avec arrête le remplissage du bloc)"
-#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
-msgid "Load example"
-msgstr "Charger l'exemple"
+#: TurtleArt/tabasics.py:343
+msgid "end fill"
+msgstr "arrête le remplissage"
-#: TurtleArtActivity.py:516
-msgid "Project"
-msgstr "Projet"
+#: TurtleArt/tabasics.py:345
+msgid "completes filled polygon (used with start fill block)"
+msgstr ""
+"complète le polygone rempli (utilisé avec commence le remplissage du bloc)"
-#: TurtleArtActivity.py:522
-msgid "Import/Export"
-msgstr "Importer/Exporter"
+#: TurtleArt/tabasics.py:355
+msgid "Palette of pen colors"
+msgstr "Palette de couleur du stylo"
-#: TurtleArtActivity.py:537
-msgid "Fullscreen"
-msgstr "Plein écran"
+#: TurtleArt/tabasics.py:359
+msgid "set color"
+msgstr "fixe la couleur"
-#: TurtleArtActivity.py:544
-msgid "Metric coordinates"
-msgstr "Coordonnées métriques"
+#: TurtleArt/tabasics.py:363
+msgid "sets color of the line drawn by the turtle"
+msgstr "définit la couleur de la ligne dessinée par la tortue"
-#: TurtleArtActivity.py:547 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:216
-msgid "xcor"
-msgstr "coord x"
+#: TurtleArt/tabasics.py:371
+msgid "set shade"
+msgstr "fixe la teinte"
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:227
-msgid "ycor"
-msgstr "coord y"
+#: TurtleArt/tabasics.py:375
+msgid "sets shade of the line drawn by the turtle"
+msgstr "définit la teinte de la ligne dessinée par la tortue"
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:238
-msgid "heading"
-msgstr "cap"
+#: TurtleArt/tabasics.py:383
+msgid "set gray"
+msgstr "fixe gris"
-#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
-msgid "Move the cursor over the orange palette for help."
-msgstr "Passer le curseur sur la palette orange pour afficher l'aide."
+#: TurtleArt/tabasics.py:386
+msgid "sets gray level of the line drawn by the turtle"
+msgstr "définit le niveau de gris de la ligne dessinée par la tortue"
-#: TurtleArtActivity.py:612
-msgid "Save snapshot"
-msgstr "Enregistrer l'instantané"
+#: TurtleArt/tabasics.py:395
+msgid "holds current pen color (can be used in place of a number block)"
+msgstr ""
+"maintient la couleur courante du trait (utilisable à la place d'un bloc "
+"numérique)"
-#: TurtleArtActivity.py:616
-msgid "Import project from the Journal"
-msgstr "Importer le projet depuis le journal"
+#: TurtleArt/tabasics.py:405
+msgid "holds current pen shade"
+msgstr "conserver l'ombre courante du stylo"
-#: TurtleArtActivity.py:619
-msgid "Load Python block"
-msgstr "Charger le bloc Python"
+#: TurtleArt/tabasics.py:413
+msgid "gray"
+msgstr "gris"
-#: TurtleArtActivity.py:630
-msgid "<Ctrl>p"
-msgstr "<Ctrl>p"
+#: TurtleArt/tabasics.py:414
+msgid "holds current gray level (can be used in place of a number block)"
+msgstr ""
+"maintient le niveau de gris courant (utilisable à la place d'un bloc "
+"numérique)"
-#: TurtleArtActivity.py:633
-msgid "<Ctrl>b"
-msgstr "<Ctrl>b"
+#: TurtleArt/tabasics.py:420
+msgid "red"
+msgstr "rouge"
-#: TurtleArtActivity.py:638
-msgid "<Ctrl>e"
-msgstr "<Ctrl>e"
+#: TurtleArt/tabasics.py:421
+msgid "orange"
+msgstr "orange"
-#: TurtleArtActivity.py:640
-msgid "<Ctrl>r"
-msgstr "<Ctrl>r"
+#: TurtleArt/tabasics.py:423
+msgid "yellow"
+msgstr "jaune"
-#: TurtleArtActivity.py:642
-msgid "<Ctrl>w"
-msgstr "<Ctrl>w"
+#: TurtleArt/tabasics.py:425
+msgid "green"
+msgstr "vert"
-#: TurtleArtActivity.py:644
-msgid "<Ctrl>d"
-msgstr "<Ctrl>d"
+#: TurtleArt/tabasics.py:426
+msgid "cyan"
+msgstr "cyan"
-#: TurtleArtActivity.py:646
-msgid "Stop turtle"
-msgstr "Arrêter la tortue"
+#: TurtleArt/tabasics.py:427
+msgid "blue"
+msgstr "bleu"
-#: TurtleArtActivity.py:647
-msgid "<Ctrl>s"
-msgstr "<Ctrl>s"
+#: TurtleArt/tabasics.py:428
+msgid "purple"
+msgstr "pourpre"
-#: taextras.py:36
-msgid "Turtle Art Mini"
-msgstr "ArtTortue Mini"
+#: TurtleArt/tabasics.py:430
+msgid "white"
+msgstr "blanc"
-#: taextras.py:40
-msgid "Turtle Confusion"
-msgstr "Confusion tortue"
+#: TurtleArt/tabasics.py:431
+msgid "black"
+msgstr "noir"
-#: taextras.py:41
-msgid "Select a challenge"
-msgstr "Sélectionner un défi"
+#: TurtleArt/tabasics.py:437
+msgid "set text color"
+msgstr "définir la couleur du texte"
-#: taextras.py:47
-msgid "Palette of Mexican pesos"
-msgstr "Palette de pesos mexicains"
+#: TurtleArt/tabasics.py:440
+msgid "sets color of text drawn by the turtle"
+msgstr "définit la couleur du texte dessiné par la tortue"
-#: taextras.py:48
-msgid "Palette of Colombian pesos"
-msgstr "Palette de pesos colombiens"
+#: TurtleArt/tabasics.py:448
+msgid "set text size"
+msgstr "fixe la taille du texte"
-#: taextras.py:49
-msgid "Palette of Rwandan francs"
-msgstr "Palette de francs rwandais"
+#: TurtleArt/tabasics.py:451
+msgid "sets size of text drawn by the turtle"
+msgstr "définit la taille du texte dessiné par la tortue"
-#: taextras.py:50
-msgid "Palette of US currencies"
-msgstr "Palette de devises des États-Unis"
+#: TurtleArt/tabasics.py:534
+msgid "Palette of numeric operators"
+msgstr "Palette d'opérateurs numériques"
-#: taextras.py:51
-msgid "Palette of Australian currencies"
-msgstr "Palette de devises australiennes"
+#: TurtleArt/tabasics.py:540
+msgid "plus"
+msgstr "plus"
-#: taextras.py:52
-msgid "Palette of Guaranies"
-msgstr "Palette de guaranis"
+#: TurtleArt/tabasics.py:543
+msgid "adds two alphanumeric inputs"
+msgstr "ajoute deux valeurs alphanumériques"
-#. 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 "Butia Art Tortue"
+#: TurtleArt/tabasics.py:551
+msgid "minus"
+msgstr "moins"
-#: taextras.py:59
-msgid "Adjust LED intensity between 0 and 255."
-msgstr "Régler l'intensité de la DEL entre 0 et 255."
+#: TurtleArt/tabasics.py:554
+msgid "subtracts bottom numeric input from top numeric input"
+msgstr ""
+"soustrait la valeur numérique inférieure de la valeur numérique supérieure"
-#: taextras.py:60
+#: TurtleArt/tabasics.py:565
+msgid "multiply"
+msgstr "multiplier"
+
+#: TurtleArt/tabasics.py:568
+msgid "multiplies two numeric inputs"
+msgstr "multiplie deux valeurs numériques"
+
+#: TurtleArt/tabasics.py:577
+msgid "divide"
+msgstr "diviser"
+
+#: TurtleArt/tabasics.py:580
msgid ""
-"Returns the object gray level encountered him as a number between 0 and 1023."
+"divides top numeric input (numerator) by bottom numeric input (denominator)"
msgstr ""
-"Retourne le niveau de gris de l'objet rencontré sous forme de valeur "
-"comprise entre 0 et 1023."
+"divise la valeur numérique supérieure (numérateur) par la valeur numérique "
+"inférieure (dénominateur)"
-#: taextras.py:62
-msgid "Returns 1 when the button is press and 0 otherwise."
-msgstr "Retourne 1 lorsque le bouton est actionné et 0 dans le cas contraire."
+#: TurtleArt/tabasics.py:590
+msgid "identity"
+msgstr "identité"
-#: taextras.py:63
-msgid "Returns the ambient light level as a number between 0 and 1023."
+#: TurtleArt/tabasics.py:592
+msgid "identity operator used for extending blocks"
+msgstr "opérateur d'identité utilisé pour les blocs d'extension"
+
+#: TurtleArt/tabasics.py:600 TurtleArt/tabasics.py:601
+msgid "mod"
+msgstr "mod"
+
+#: TurtleArt/tabasics.py:604
+msgid "modular (remainder) operator"
+msgstr "opérateur modulaire (reste)"
+
+#: TurtleArt/tabasics.py:611
+msgid "√"
+msgstr "√"
+
+#: TurtleArt/tabasics.py:612
+msgid "square root"
+msgstr "racine carré"
+
+#: TurtleArt/tabasics.py:615
+msgid "calculates square root"
+msgstr "calcule la racine carrée"
+
+#: TurtleArt/tabasics.py:622
+msgid "random"
+msgstr "aléatoire"
+
+#: TurtleArt/tabasics.py:622
+msgid "min"
+msgstr "min"
+
+#: TurtleArt/tabasics.py:622
+msgid "max"
+msgstr "max"
+
+#: TurtleArt/tabasics.py:626
+msgid "returns random number between minimum (top) and maximum (bottom) values"
msgstr ""
-"Retourne le niveau d'éclairage ambiant sous forme de nombre compris entre 0 "
-"et 1023."
+"retourne le nombre aléatoire compris entre les valeurs minimum (en haut) et "
+"maximum (en bas)"
-#: taextras.py:64
-msgid "Returns the ambient temperature as a number between 0 and 255."
+#: TurtleArt/tabasics.py:638
+msgid "number"
+msgstr "nombre"
+
+#: TurtleArt/tabasics.py:639
+msgid "used as numeric input in mathematic operators"
+msgstr "utilisé comme valeur numérique des opérateurs mathématiques"
+
+#: TurtleArt/tabasics.py:646
+msgid "greater than"
+msgstr "plus grand que"
+
+#: TurtleArt/tabasics.py:649
+msgid "logical greater-than operator"
+msgstr "opérateur logique plus grand que"
+
+#: TurtleArt/tabasics.py:657
+msgid "less than"
+msgstr "plus petit que"
+
+#: TurtleArt/tabasics.py:660
+msgid "logical less-than operator"
+msgstr "opérateur logique plus petit que"
+
+#: TurtleArt/tabasics.py:668
+msgid "equal"
+msgstr "égal"
+
+#: TurtleArt/tabasics.py:671
+msgid "logical equal-to operator"
+msgstr "opérateur logique égale"
+
+#: TurtleArt/tabasics.py:677
+msgid "not"
+msgstr "non"
+
+#: TurtleArt/tabasics.py:680
+msgid "logical NOT operator"
+msgstr "opérateur logique NON"
+
+#: TurtleArt/tabasics.py:686 TurtleArt/tabasics.py:689
+msgid "and"
+msgstr "et"
+
+#: TurtleArt/tabasics.py:690
+msgid "logical AND operator"
+msgstr "opérateur logique ET"
+
+#: TurtleArt/tabasics.py:697 TurtleArt/tabasics.py:700
+msgid "or"
+msgstr "ou"
+
+#: TurtleArt/tabasics.py:701
+msgid "logical OR operator"
+msgstr "opérateur logique OU"
+
+#: TurtleArt/tabasics.py:710
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
+msgid "Palette of flow operators"
+msgstr "Palette d'opérateurs de flux"
+
+#: TurtleArt/tabasics.py:715
+msgid "wait"
+msgstr "attend"
+
+#: TurtleArt/tabasics.py:719
+msgid "pauses program execution a specified number of seconds"
msgstr ""
-"Retourne la température ambiante sous forme de nombre compris entre 0 et "
-"255."
+"met en pause l'exécution du programme pendant un nombre spécifié de secondes"
-#: 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:726
+msgid "forever"
+msgstr "toujours"
+
+#: TurtleArt/tabasics.py:730
+msgid "loops forever"
+msgstr "boucle infinie"
+
+#: TurtleArt/tabasics.py:736 TurtleArt/tabasics.py:740
+msgid "repeat"
+msgstr "répète"
+
+#: TurtleArt/tabasics.py:741
+msgid "loops specified number of times"
+msgstr "boucle un certain nombre de fois"
+
+#: TurtleArt/tabasics.py:747 TurtleArt/tabasics.py:759
+msgid "if"
+msgstr "si"
+
+#: TurtleArt/tabasics.py:747
+msgid "then"
+msgstr "alors"
+
+#: TurtleArt/tabasics.py:750
+msgid "if then"
+msgstr "si alors"
+
+#: TurtleArt/tabasics.py:752
+msgid "if-then operator that uses boolean operators from Numbers palette"
msgstr ""
-"Retourne la distance de l'objet en face du capteur sous forme de nombre "
-"compris entre 0 et 255."
+"opérateur si-alors utilisant des opérateurs booléens de la palette des "
+"nombres"
-#: taextras.py:67
-msgid "Returns 0 or 1 depending on the sensor inclination."
-msgstr "Retourne 0 ou 1 en fonction de l'inclinaison du capteur."
+#: TurtleArt/tabasics.py:759
+msgid "then else"
+msgstr "alors sinon"
-#: taextras.py:68
-msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
+#: TurtleArt/tabasics.py:763
+msgid "if then else"
+msgstr "si alors sinon"
+
+#: TurtleArt/tabasics.py:764
+msgid "if-then-else operator that uses boolean operators from Numbers palette"
msgstr ""
-"Retourne 1 lorsque les capteurs détectent un champ magnétique, 0 dans le cas "
-"contraire."
+"opérateur si-alors-sinon utilisant des opérateurs booléens de la palette des "
+"nombres"
-#: taextras.py:69
-msgid "Switches from 0 to 1, the frequency depends on the vibration."
-msgstr "Bascule entre 0 et 1, la fréquence dépend des vibrations."
+#: TurtleArt/tabasics.py:772
+msgid "horizontal space"
+msgstr "espacement horizontal"
-#: taextras.py:70
-msgid "LED"
-msgstr "DEL"
+#: TurtleArt/tabasics.py:773
+msgid "jogs stack right"
+msgstr "pousse la pile à droite"
-#: taextras.py:71
-msgid "pushbutton"
-msgstr "bouton poussoir"
+#: TurtleArt/tabasics.py:780
+msgid "vertical space"
+msgstr "espacement vertical"
-#: taextras.py:72
-msgid "grayscale"
-msgstr "niveau de gris"
+#: TurtleArt/tabasics.py:781
+msgid "jogs stack down"
+msgstr "pousse l'action en bas"
-#: taextras.py:73
-msgid "ambient light"
-msgstr "lumière ambiante"
+#: TurtleArt/tabasics.py:787
+msgid "stop action"
+msgstr "arrête l'action"
-#: taextras.py:74
-msgid "temperature"
-msgstr "température"
+#: TurtleArt/tabasics.py:790
+msgid "stops current action"
+msgstr "arrêter l'action courante"
-#: taextras.py:75
-msgid "distance"
-msgstr "distance"
+#: TurtleArt/tabasics.py:799
+msgid "Palette of variable blocks"
+msgstr "Palette de blocs variables"
-#: taextras.py:76
-msgid "tilt"
-msgstr "inclinaison"
+#: TurtleArt/tabasics.py:804 pysamples/grecord.py:213
+msgid "start"
+msgstr "commencer"
-#: taextras.py:77
-msgid "magnetic induction"
-msgstr "induction magnétique"
+#: TurtleArt/tabasics.py:807
+msgid "connects action to toolbar run buttons"
+msgstr "connecte l'action aux boutons exécuter de la barre d'outils"
-#: taextras.py:78
-msgid "vibration"
-msgstr "vibration"
+#: TurtleArt/tabasics.py:815
+msgid "store in box 1"
+msgstr "range dans la boîte 1"
-#: taextras.py:79
-msgid "Butia Robot"
-msgstr "Robot Butia"
+#: TurtleArt/tabasics.py:819
+msgid "stores numeric value in Variable 1"
+msgstr "stocke une valeur numérique dans la Variable 1"
-#: taextras.py:80
-msgid "delay Butia"
-msgstr "délai Butia"
+#: TurtleArt/tabasics.py:826
+msgid "store in box 2"
+msgstr "range dans la boîte 2"
-#: taextras.py:81
-msgid "wait for argument seconds"
-msgstr "exécute une pause du nombre de secondes passées en argument"
+#: TurtleArt/tabasics.py:830
+msgid "stores numeric value in Variable 2"
+msgstr "stocke une valeur numérique dans la Variable 2"
-#: taextras.py:82
-msgid "Butia battery charge"
-msgstr "Niveau de la batterie de Butia"
+#: 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
+msgid "text"
+msgstr "texte"
-#: taextras.py:83
-msgid "Returns the battery charge as a number between 0 and 255."
-msgstr "Retourne le niveau de la batterie entre 0 et 255."
+#: TurtleArt/tabasics.py:840
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
+msgid "string value"
+msgstr "valeur chaîne"
-#: taextras.py:84
-msgid "Butia speed"
-msgstr "Vitesse de Butia"
+#: TurtleArt/tabasics.py:844
+msgid "box 1"
+msgstr "boîte 1"
-#: taextras.py:85
-msgid ""
-"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
-"an argument."
-msgstr ""
-"Définit la vitesse des moteurs de Butia avec une valeur entre 0 et 1023, "
-"passée en argument."
+#: TurtleArt/tabasics.py:847
+msgid "Variable 1 (numeric value)"
+msgstr "Variable 1 (valeur numérique)"
-#: taextras.py:87
-msgid "forward Butia"
-msgstr "faire avancer Butia"
+#: TurtleArt/tabasics.py:853
+msgid "box 2"
+msgstr "boîte 2"
-#: taextras.py:88
-msgid "Move the Butia robot forward."
-msgstr "Fait avancer le robot Butia."
+#: TurtleArt/tabasics.py:856
+msgid "Variable 2 (numeric value)"
+msgstr "Variable 2 (valeur numérique)"
-#: taextras.py:89
-msgid "forward distance"
-msgstr "longueur du déplacement en avant"
+#: TurtleArt/tabasics.py:863 TurtleArt/tabasics.py:873
+msgid "box"
+msgstr "boîte"
-#: taextras.py:90
-msgid "Move the Butia robot forward a predefined distance."
-msgstr "Fait avancer le robot Butia sur une distance prédéfinie."
+#: TurtleArt/tabasics.py:865 TurtleArt/tabasics.py:876
+msgid "my box"
+msgstr "ma boite"
-#: taextras.py:91
-msgid "backward Butia"
-msgstr "faire reculer Butia"
+#: TurtleArt/tabasics.py:867
+msgid "named variable (numeric value)"
+msgstr "variable nommée (valeur numérique)"
-#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102
-msgid "Move the Butia robot backward."
-msgstr "Fait reculer le robot Butia."
+#: TurtleArt/tabasics.py:873
+msgid "store in"
+msgstr "enregistre"
-#: taextras.py:93
-msgid "backward distance"
-msgstr "longueur du déplacement en arrière"
+#: TurtleArt/tabasics.py:873
+msgid "value"
+msgstr "valeur"
-#: taextras.py:94
-msgid "Move the Butia robot backward a predefined distance."
-msgstr "Fait reculer le robot Butia sur une distance prédéfinie."
+#: TurtleArt/tabasics.py:877
+msgid "stores numeric value in named variable"
+msgstr "stocke une valeur numérique dans la variable nommée"
-#: taextras.py:95
-msgid "left Butia"
-msgstr "tourne Butia vers la gauche"
+#: TurtleArt/tabasics.py:885 TurtleArt/tabasics.py:887
+#: TurtleArt/tabasics.py:911 TurtleArt/tabasics.py:914
+msgid "action"
+msgstr "action"
-#: taextras.py:97
-msgid "right Butia"
-msgstr "tourne Butia vers la droite"
+#: TurtleArt/tabasics.py:889
+msgid "top of nameable action stack"
+msgstr "haut de l'action nommable"
-#: taextras.py:99
-msgid "Turn x degrees"
-msgstr "Tourne de x degrés"
+#: TurtleArt/tabasics.py:894 TurtleArt/tabasics.py:921
+msgid "action 1"
+msgstr "action 1"
-#: taextras.py:100
-msgid "Turn the Butia robot x degrees."
-msgstr "Tourne le robot de x degrés."
+#: TurtleArt/tabasics.py:897
+msgid "top of Action 1 stack"
+msgstr "haut de la pile Action 1"
-#: taextras.py:101
-msgid "stop Butia"
-msgstr "arrête Butia"
+#: TurtleArt/tabasics.py:902 TurtleArt/tabasics.py:930
+msgid "action 2"
+msgstr "action 2"
-#: taextras.py:103
-msgid "print Butia"
-msgstr "écrire sur Butia"
+#: TurtleArt/tabasics.py:905
+msgid "top of Action 2 stack"
+msgstr "haut de la pile Action 2"
-#: taextras.py:104
-msgid "Print text in Butia robot 32-character ASCII display."
-msgstr ""
-"Afficher du texte sur l'afficheur ASCII de 32 caractères du robot Butia."
+#: TurtleArt/tabasics.py:915
+msgid "invokes named action stack"
+msgstr "invoque la pile d'actions nommée"
-#: taextras.py:105
-msgid "Butia"
-msgstr "Butia"
+#: TurtleArt/tabasics.py:924
+msgid "invokes Action 1 stack"
+msgstr "invoque la pile d'actions 1"
-#: taextras.py:109
-msgid "The camera was not found."
-msgstr "La caméra est introuvable."
+#: TurtleArt/tabasics.py:933
+msgid "invokes Action 2 stack"
+msgstr "invoque la pile d'actions 2"
-#: taextras.py:110
-msgid "Error on the initialization of the camera."
-msgstr "Erreur lors de l'initialisation de la caméra."
+#: TurtleArt/tabasics.py:941
+msgid "trash"
+msgstr "corbeille"
-#: taextras.py:111
-msgid "FollowMe"
-msgstr "SuisMoi"
+#: TurtleArt/tabasics.py:945
+msgid "empty trash"
+msgstr "vider la corbeille"
-#: taextras.py:112
-msgid "follow a RGB color"
-msgstr "suivre une couleur RVB"
+#: TurtleArt/tabasics.py:946
+msgid "permanently deletes items in trash"
+msgstr "effacer de manière définitive les objets dans la corbeille"
-#: taextras.py:113
-msgid "follow a turtle color"
-msgstr "suivre une couleur de la tortue"
+#: TurtleArt/tabasics.py:950
+msgid "restore all"
+msgstr "restaurer tout"
-#: taextras.py:114
-msgid "calibrate a color to follow"
-msgstr "calibrer une couleur à suivre"
+#: TurtleArt/tabasics.py:951
+msgid "restore all blocks from trash"
+msgstr "restaurer tous les blocs de la poubelle"
-#: taextras.py:115
-msgid "x position"
-msgstr "position en x"
+#: TurtleArt/tabasics.py:955
+msgid "clear all"
+msgstr "effacer tout"
-#: taextras.py:116
-msgid "return x position"
-msgstr "retourne la position en x"
+#: TurtleArt/tabasics.py:956
+msgid "move all blocks to trash"
+msgstr "déplacer tous les blocs vers la corbeille"
-#: taextras.py:117
-msgid "y position"
-msgstr "position en y"
+#: 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
+msgid "Title"
+msgstr "Titre"
-#: taextras.py:118
-msgid "return y position"
-msgstr "retourne la position en y"
+#: TurtleArt/talogo.py:417
+msgid "did not output to"
+msgstr "n'a pas pu ouvrir"
-#: taextras.py:122
-msgid "Sumo Butia"
-msgstr "Sumo Butia"
+#: TurtleArt/talogo.py:466
+msgid "I don't know how to"
+msgstr "Je ne sais pas comment faire pour"
-#: taextras.py:123
-msgid "submit speed​​"
-msgstr "soumettre la vitesse"
+#: TurtleArt/talogo.py:512
+msgid "doesn't like"
+msgstr "n'aime pas"
-#: taextras.py:124
-msgid "Send speeds the robot."
-msgstr "Envoie la vitesse au robot."
+#: TurtleArt/talogo.py:512
+msgid "as input"
+msgstr "comme entrée"
-#: taextras.py:125
-msgid "set speed"
-msgstr "fixe la vitesse"
+#: TurtleArt/tapalette.py:83
+msgid "displays next palette"
+msgstr "affiche la palette suivante"
-#: taextras.py:126
-msgid "Set the default speed for the movement commands."
-msgstr "Fixe la vitesse par défaut pour les commandes de déplacement."
+#: TurtleArt/tapalette.py:84
+msgid "changes the orientation of the palette of blocks"
+msgstr "change l'orientation de la palette des blocs"
-#: taextras.py:127
-msgid "move"
-msgstr "déplace"
+#: TurtleArt/tautils.py:173
+msgid "Load..."
+msgstr "Charger..."
-#: taextras.py:128 TurtleArt/tabasics.py:131
-msgid "back"
-msgstr "recule"
+#: TurtleArt/tautils.py:182
+msgid "Save..."
+msgstr "Enregistrer..."
-#: taextras.py:129 pysamples/grecord.py:215
-msgid "stop"
-msgstr "arrête"
+#: TurtleArt/tautils.py:590
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
+msgid "click to open"
+msgstr "cliquer pour ouvrir"
-#: taextras.py:130
-msgid "turn left"
-msgstr "tourne à gauche"
+#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
+msgid "orientation"
+msgstr "orientation"
-#: taextras.py:131
-msgid "turn right"
-msgstr "tourne à droite"
+#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
+msgid "next"
+msgstr "suivant"
-#: taextras.py:132
-msgid "angle to center"
-msgstr "angle avec le centre"
+#: TurtleArt/tawindow.py:2885
+msgid "image"
+msgstr "image"
-#. TRANS: dojo is the playing field
-#: taextras.py:134
-msgid "Get the angle to the center of the dojo."
-msgstr "Obtient l'angle avec le centre du dojo."
+#: TurtleArtActivity.py:125
+msgid "presentation"
+msgstr "présentation"
-#: taextras.py:135
-msgid "angle to the opponent"
-msgstr "angle avec l'adversaire"
+#: TurtleArtActivity.py:196
+msgid "snapshot"
+msgstr "instantanée"
-#: taextras.py:136
-msgid "Get the angle to the center of the opponent."
-msgstr "Obtient l'angle avec le centre de l'adversaire."
+#: TurtleArtActivity.py:244 turtleart.py:338
+msgid "Show palette"
+msgstr "Afficher la palette"
-#: taextras.py:137
-msgid "x coor."
-msgstr "coor. x"
+#: TurtleArtActivity.py:250 TurtleArtActivity.py:629 turtleart.py:340
+msgid "Hide palette"
+msgstr "Masquer la palette"
-#: taextras.py:138
-msgid "Get the x coordinate of the robot."
-msgstr "Obtient la coordonnée x du robot."
+#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
+msgid "Show blocks"
+msgstr "Afficher les blocs"
-#: taextras.py:139
-msgid "y coor."
-msgstr "coor. y"
+#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
+msgid "Hide blocks"
+msgstr "Masquer les blocs"
-#: taextras.py:140
-msgid "Get the y coordinate of the robot."
-msgstr "Obtient la coordonnée y du robot."
+#: TurtleArtActivity.py:398
+msgid "Rescale coordinates down"
+msgstr "Diminuer l'échelle des coordonnées"
-#: taextras.py:141
-msgid "opponent x coor."
-msgstr "coor. x de l'adversaire"
+#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
+msgid "Rescale coordinates up"
+msgstr "Augmenter l'échelle des coordonnées"
-#: taextras.py:142
-msgid "Get the x coordinate of the opponent."
-msgstr "Obtient la coordonnée x de l'adversaire."
+#: TurtleArtActivity.py:465 TurtleArtActivity.py:520 turtleart.py:335
+msgid "Edit"
+msgstr "Édition"
-#: taextras.py:143
-msgid "opponent y coor."
-msgstr "coor. y de l'adversaire."
+#: TurtleArtActivity.py:469 TurtleArtActivity.py:518 turtleart.py:330
+msgid "View"
+msgstr "Vue"
-#: taextras.py:144
-msgid "Get the y coordinate of the opponent."
-msgstr "Obtient la coordonnée y de l'adversaire."
+#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
+msgid "Help"
+msgstr "Aide"
-#: taextras.py:145
-msgid "rotation"
-msgstr "rotation"
+#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
+msgid "Load example"
+msgstr "Charger l'exemple"
-#: taextras.py:146
-msgid "Get SumBot rotation."
-msgstr "Obtient la rotation SumBot."
+#: TurtleArtActivity.py:516
+msgid "Project"
+msgstr "Projet"
-#: taextras.py:147
-msgid "opponent rotation"
-msgstr "rotation de l'adversaire"
+#: TurtleArtActivity.py:522
+msgid "Import/Export"
+msgstr "Importer/Exporter"
-#: taextras.py:148
-msgid "Get the rotation of the opponent."
-msgstr "Obtient la rotation de l'adversaire."
+#: TurtleArtActivity.py:533 turtleart.py:333
+msgid "Copy"
+msgstr "Copier"
-#: taextras.py:149
-msgid "distance to center"
-msgstr "distance par rapport au centre"
+#: TurtleArtActivity.py:535 turtleart.py:334
+msgid "Paste"
+msgstr "Coller"
-#. TRANS: dojo is the playing field
-#: taextras.py:151
-msgid "Get the distance to the center of the dojo."
-msgstr "Obtient la distance par rapport au centre du dojo."
+#: TurtleArtActivity.py:537
+msgid "Fullscreen"
+msgstr "Plein écran"
-#: taextras.py:152
-msgid "distance to opponent"
-msgstr "distance par rapport à l'adversaire"
+#: TurtleArtActivity.py:539 turtleart.py:318
+msgid "Cartesian coordinates"
+msgstr "Coordonnées Cartésiennes"
-#: taextras.py:153
-msgid "Get the distance to the opponent."
-msgstr "Obtient la distance par rapport à l'adversaire."
+#: TurtleArtActivity.py:541 turtleart.py:320
+msgid "Polar coordinates"
+msgstr "Coordonnées Polaires"
-#: taextras.py:154
-msgid "update information"
-msgstr "actualise l'information"
+#: TurtleArtActivity.py:544
+msgid "Metric coordinates"
+msgstr "Coordonnées métriques"
-#: taextras.py:155
-msgid "Update information from the server."
-msgstr "Actualise l'information depuis le serveur."
+#: TurtleArtActivity.py:554 turtleart.py:324
+msgid "Grow blocks"
+msgstr "Augmenter les blocs"
-#: pysamples/grecord.py:205 plugins/audio_sensors/audio_sensors.py:82
-#: plugins/audio_sensors/audio_sensors.py:97
-msgid "sound"
-msgstr "son"
+#: TurtleArtActivity.py:556 turtleart.py:326
+msgid "Shrink blocks"
+msgstr "Diminuer les blocs"
-#: pysamples/grecord.py:213 TurtleArt/tabasics.py:801
-msgid "start"
-msgstr "commencer"
+#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
+msgid "Move the cursor over the orange palette for help."
+msgstr "Passer le curseur sur la palette orange pour afficher l'aide."
-#: pysamples/grecord.py:217
-msgid "play"
-msgstr "jouer"
+#: TurtleArtActivity.py:604 turtleart.py:308
+msgid "Save as image"
+msgstr "Enregistrer dans une image"
-#: pysamples/grecord.py:219
-msgid "save"
-msgstr "enregistrer"
+#: TurtleArtActivity.py:607 turtleart.py:310
+msgid "Save as HTML"
+msgstr "Enregistrer en HTML"
-#: pysamples/uturn.py:24
-msgid "uturn"
-msgstr "Demi-tour"
+#: TurtleArtActivity.py:609 turtleart.py:312
+msgid "Save as Logo"
+msgstr "Enregistrer en Logo"
-#: pysamples/uturn.py:26
-msgid "make a uturn"
-msgstr "Faire demi-tour"
+#: TurtleArtActivity.py:612
+msgid "Save snapshot"
+msgstr "Enregistrer l'instantané"
+
+#: TurtleArtActivity.py:616
+msgid "Import project from the Journal"
+msgstr "Importer le projet depuis le journal"
+
+#: TurtleArtActivity.py:619
+msgid "Load Python block"
+msgstr "Charger le bloc Python"
+
+#: TurtleArtActivity.py:630
+msgid "<Ctrl>p"
+msgstr "<Ctrl>p"
+
+#: TurtleArtActivity.py:633
+msgid "<Ctrl>b"
+msgstr "<Ctrl>b"
+
+#: TurtleArtActivity.py:638 turtleart.py:347
+msgid "Clean"
+msgstr "Effacer"
+
+#: TurtleArtActivity.py:638
+msgid "<Ctrl>e"
+msgstr "<Ctrl>e"
+
+#: TurtleArtActivity.py:640 turtleart.py:348
+msgid "Run"
+msgstr "Exécuter"
+
+#: TurtleArtActivity.py:640
+msgid "<Ctrl>r"
+msgstr "<Ctrl>r"
+
+#: TurtleArtActivity.py:642 turtleart.py:349
+msgid "Step"
+msgstr "Pas à pas"
+
+#: TurtleArtActivity.py:642
+msgid "<Ctrl>w"
+msgstr "<Ctrl>w"
+
+#: TurtleArtActivity.py:644 turtleart.py:350
+msgid "Debug"
+msgstr "Débogage"
+
+#: TurtleArtActivity.py:644
+msgid "<Ctrl>d"
+msgstr "<Ctrl>d"
+
+#: TurtleArtActivity.py:646
+msgid "Stop turtle"
+msgstr "Arrêter la tortue"
+
+#: TurtleArtActivity.py:647
+msgid "<Ctrl>s"
+msgstr "<Ctrl>s"
#: gnome_plugins/collaboration_plugin.py:67
msgid "My Turtle Art session"
@@ -800,14 +1030,74 @@ msgstr "Echec de la connexion"
msgid "Failed to upload!"
msgstr "Echec du transfert !"
-#: 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:58
+#: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:269
msgid "Palette of sensor blocks"
msgstr "Palette de blocs de capteurs"
+#: plugins/accelerometer/accelerometer.py:55
+#: plugins/accelerometer/accelerometer.py:62
+msgid "acceleration"
+msgstr "accélération"
+
+#: plugins/accelerometer/accelerometer.py:57
+#: plugins/accelerometer/accelerometer.py:64
+msgid "push acceleration in x, y, z to heap"
+msgstr "pousse l'accélération sur x, y, z sur le tas"
+
+#: plugins/audio_sensors/audio_sensors.py:82
+#: plugins/audio_sensors/audio_sensors.py:97 pysamples/grecord.py:205
+msgid "sound"
+msgstr "son"
+
+#: plugins/audio_sensors/audio_sensors.py:83
+#: plugins/audio_sensors/audio_sensors.py:98
+msgid "raw microphone input signal"
+msgstr "signal d'entrée micro brut"
+
+#: plugins/audio_sensors/audio_sensors.py:89
+#: plugins/audio_sensors/audio_sensors.py:104
+msgid "loudness"
+msgstr "volume"
+
+#: plugins/audio_sensors/audio_sensors.py:90
+#: plugins/audio_sensors/audio_sensors.py:105
+msgid "microphone input volume"
+msgstr "volume d'entrée du micro"
+
+#: plugins/audio_sensors/audio_sensors.py:118
+#: plugins/audio_sensors/audio_sensors.py:126
+msgid "pitch"
+msgstr "hauteur"
+
+#: plugins/audio_sensors/audio_sensors.py:119
+#: plugins/audio_sensors/audio_sensors.py:127
+msgid "microphone input pitch"
+msgstr "pitch d'entrée du micro"
+
+#: plugins/audio_sensors/audio_sensors.py:145
+#: plugins/audio_sensors/audio_sensors.py:159
+msgid "resistance"
+msgstr "résistance"
+
+#: plugins/audio_sensors/audio_sensors.py:146
+#: plugins/audio_sensors/audio_sensors.py:160
+msgid "microphone input resistance"
+msgstr "résistance d'entrée du micro"
+
+#: plugins/audio_sensors/audio_sensors.py:151
+#: plugins/audio_sensors/audio_sensors.py:166
+msgid "voltage"
+msgstr "tension"
+
+#: plugins/audio_sensors/audio_sensors.py:152
+#: plugins/audio_sensors/audio_sensors.py:167
+msgid "microphone input voltage"
+msgstr "tension d'entrée du micro"
+
#: plugins/camera_sensor/camera_sensor.py:69
#: plugins/camera_sensor/camera_sensor.py:81
#: plugins/camera_sensor/camera_sensor.py:99
@@ -832,6 +1122,11 @@ msgstr "La couleur RVB moyenne de la caméra est poussée sur la pile"
msgid "camera output"
msgstr "sortie de la caméra"
+#: plugins/light_sensor/light_sensor.py:57
+#: plugins/light_sensor/light_sensor.py:64
+msgid "light level detected by light sensor"
+msgstr "niveau de luminosité détecté par le capteur de luminosité"
+
#: plugins/rfid/rfid.py:91 plugins/rfid/rfid.py:99
msgid "RFID"
msgstr "RFID"
@@ -840,11 +1135,6 @@ msgstr "RFID"
msgid "read value from RFID device"
msgstr "lire la valeur de l'équipement RFID"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
-#: TurtleArt/tabasics.py:707
-msgid "Palette of flow operators"
-msgstr "Palette d'opérateurs de flux"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
msgid "while"
msgstr "tant que"
@@ -901,22 +1191,6 @@ msgstr "description"
msgid "Sugar Journal description field"
msgstr "Champ description du Journal Sugar"
-#: 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 "texte"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
-#: TurtleArt/tabasics.py:837
-msgid "string value"
-msgstr "valeur chaîne"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:178
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:206
msgid "show"
@@ -1187,11 +1461,6 @@ msgstr "libellé"
msgid "top of a collapsible stack"
msgstr "haut d'une pile à agréger"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
-#: TurtleArt/tautils.py:590
-msgid "click to open"
-msgstr "cliquer pour ouvrir"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
msgid "Palette of presentation templates"
msgstr "Palette de modèles de présentation"
@@ -1259,11 +1528,6 @@ msgstr "modèle de présentation : sélectionner quatre objets du Journal"
msgid "presentation template: select two Journal objects"
msgstr "modèle de présentation : sélectionner deux objets du Journal"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
-#: TurtleArt/tabasics.py:154
-msgid "left"
-msgstr "gauche"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668
msgid "xcor of left of screen"
msgstr "coord. x de la gauche de l'écran"
@@ -1280,11 +1544,6 @@ msgstr "largeur"
msgid "the canvas width"
msgstr "largeur du canevas"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
-#: TurtleArt/tabasics.py:165
-msgid "right"
-msgstr "droite"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:692
msgid "xcor of right of screen"
msgstr "coord. x de la droite de l'écran"
@@ -1325,18 +1584,6 @@ msgstr "droite x"
msgid "bottom y"
msgstr "bas x"
-#: 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
-msgid "Title"
-msgstr "Titre"
-
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:775
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789
msgid "presentation 1x1"
@@ -1354,713 +1601,493 @@ msgstr "présentation 1x2"
msgid "presentation 2x2"
msgstr "présentation 2x2"
-#: plugins/light_sensor/light_sensor.py:57
-#: plugins/light_sensor/light_sensor.py:64
-msgid "light level detected by light sensor"
-msgstr "niveau de luminosité détecté par le capteur de luminosité"
-
-#: plugins/audio_sensors/audio_sensors.py:83
-#: plugins/audio_sensors/audio_sensors.py:98
-msgid "raw microphone input signal"
-msgstr "signal d'entrée micro brut"
-
-#: plugins/audio_sensors/audio_sensors.py:89
-#: plugins/audio_sensors/audio_sensors.py:104
-msgid "loudness"
-msgstr "volume"
-
-#: plugins/audio_sensors/audio_sensors.py:90
-#: plugins/audio_sensors/audio_sensors.py:105
-msgid "microphone input volume"
-msgstr "volume d'entrée du micro"
-
-#: plugins/audio_sensors/audio_sensors.py:118
-#: plugins/audio_sensors/audio_sensors.py:126
-msgid "pitch"
-msgstr "hauteur"
-
-#: plugins/audio_sensors/audio_sensors.py:119
-#: plugins/audio_sensors/audio_sensors.py:127
-msgid "microphone input pitch"
-msgstr "pitch d'entrée du micro"
-
-#: plugins/audio_sensors/audio_sensors.py:145
-#: plugins/audio_sensors/audio_sensors.py:159
-msgid "resistance"
-msgstr "résistance"
-
-#: plugins/audio_sensors/audio_sensors.py:146
-#: plugins/audio_sensors/audio_sensors.py:160
-msgid "microphone input resistance"
-msgstr "résistance d'entrée du micro"
-
-#: plugins/audio_sensors/audio_sensors.py:151
-#: plugins/audio_sensors/audio_sensors.py:166
-msgid "voltage"
-msgstr "tension"
-
-#: plugins/audio_sensors/audio_sensors.py:152
-#: plugins/audio_sensors/audio_sensors.py:167
-msgid "microphone input voltage"
-msgstr "tension d'entrée du micro"
-
-#: plugins/accelerometer/accelerometer.py:55
-#: plugins/accelerometer/accelerometer.py:62
-msgid "acceleration"
-msgstr "accélération"
-
-#: plugins/accelerometer/accelerometer.py:57
-#: plugins/accelerometer/accelerometer.py:64
-msgid "push acceleration in x, y, z to heap"
-msgstr "pousse l'accélération sur x, y, z sur le tas"
-
-#: TurtleArt/tapalette.py:83
-msgid "displays next palette"
-msgstr "affiche la palette suivante"
-
-#: TurtleArt/tapalette.py:84
-msgid "changes the orientation of the palette of blocks"
-msgstr "change l'orientation de la palette des blocs"
-
-#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
-msgid "orientation"
-msgstr "orientation"
-
-#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
-msgid "next"
-msgstr "suivant"
-
-#: TurtleArt/tawindow.py:2885
-msgid "image"
-msgstr "image"
-
-#: TurtleArt/tautils.py:173
-msgid "Load..."
-msgstr "Charger..."
-
-#: TurtleArt/tautils.py:182
-msgid "Save..."
-msgstr "Enregistrer..."
-
-#: TurtleArt/talogo.py:417
-msgid "did not output to"
-msgstr "n'a pas pu ouvrir"
-
-#: TurtleArt/talogo.py:466
-msgid "I don't know how to"
-msgstr "Je ne sais pas comment faire pour"
-
-#: TurtleArt/talogo.py:512
-msgid "doesn't like"
-msgstr "n'aime pas"
-
-#: TurtleArt/talogo.py:512
-msgid "as input"
-msgstr "comme entrée"
+#: pysamples/grecord.py:215 taextras.py:129
+msgid "stop"
+msgstr "arrête"
-#: TurtleArt/tabasics.py:115
-msgid "Palette of turtle commands"
-msgstr "Palette de commandes Tortue"
+#: pysamples/grecord.py:217
+msgid "play"
+msgstr "jouer"
-#: TurtleArt/tabasics.py:120
-msgid "forward"
-msgstr "avance"
+#: pysamples/grecord.py:219
+msgid "save"
+msgstr "enregistrer"
-#: TurtleArt/tabasics.py:124
-msgid "moves turtle forward"
-msgstr "avancer la tortue"
+#: pysamples/uturn.py:24
+msgid "uturn"
+msgstr "Demi-tour"
-#: TurtleArt/tabasics.py:135
-msgid "moves turtle backward"
-msgstr "reculer la tortue"
+#: pysamples/uturn.py:26
+msgid "make a uturn"
+msgstr "Faire demi-tour"
-#: TurtleArt/tabasics.py:143
-msgid "clean"
-msgstr "efface"
+#: taextras.py:36
+msgid "Turtle Art Mini"
+msgstr "ArtTortue Mini"
-#: TurtleArt/tabasics.py:146
-msgid "clears the screen and reset the turtle"
-msgstr "effacer l'écran et réinitialiser la tortue"
+#: taextras.py:40
+msgid "Turtle Confusion"
+msgstr "Confusion tortue"
-#: TurtleArt/tabasics.py:158
-msgid "turns turtle counterclockwise (angle in degrees)"
-msgstr "pivoter la tortue dans le sens anti-horaire (angle en degrés)"
+#: taextras.py:41
+msgid "Select a challenge"
+msgstr "Sélectionner un défi"
-#: TurtleArt/tabasics.py:169
-msgid "turns turtle clockwise (angle in degrees)"
-msgstr "pivoter la tortue dans le sens horaire (angle en degrés)"
+#: taextras.py:47
+msgid "Palette of Mexican pesos"
+msgstr "Palette de pesos mexicains"
-#: TurtleArt/tabasics.py:177
-msgid "arc"
-msgstr "arc"
+#: taextras.py:48
+msgid "Palette of Colombian pesos"
+msgstr "Palette de pesos colombiens"
-#: TurtleArt/tabasics.py:177
-msgid "angle"
-msgstr "angle"
+#: taextras.py:49
+msgid "Palette of Rwandan francs"
+msgstr "Palette de francs rwandais"
-#: TurtleArt/tabasics.py:177
-msgid "radius"
-msgstr "rayon"
+#: taextras.py:50
+msgid "Palette of US currencies"
+msgstr "Palette de devises des États-Unis"
-#: TurtleArt/tabasics.py:181
-msgid "moves turtle along an arc"
-msgstr "déplacer la tortue le long d'un arc"
+#: taextras.py:51
+msgid "Palette of Australian currencies"
+msgstr "Palette de devises australiennes"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "set xy"
-msgstr "fixe xy"
+#: taextras.py:52
+msgid "Palette of Guaranies"
+msgstr "Palette de guaranis"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "x"
-msgstr "x"
+#. 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 "Butia Art Tortue"
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "y"
-msgstr "y"
+#: taextras.py:59
+msgid "Adjust LED intensity between 0 and 255."
+msgstr "Régler l'intensité de la DEL entre 0 et 255."
-#: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260
+#: taextras.py:60
msgid ""
-"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
+"Returns the object gray level encountered him as a number between 0 and 1023."
msgstr ""
-"déplace la tortue sur la position xcor, ycor; (0, 0) correspond au centre de "
-"l'écran."
-
-#
-#: TurtleArt/tabasics.py:204
-msgid "set heading"
-msgstr "seth"
+"Retourne le niveau de gris de l'objet rencontré sous forme de valeur "
+"comprise entre 0 et 1023."
-#: TurtleArt/tabasics.py:208
-msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
-msgstr "fixe le cap de la tortue (0 est orienté sur le haut de l'écran)"
+#: taextras.py:62
+msgid "Returns 1 when the button is press and 0 otherwise."
+msgstr "Retourne 1 lorsque le bouton est actionné et 0 dans le cas contraire."
-#: TurtleArt/tabasics.py:217
-msgid ""
-"holds current x-coordinate value of the turtle (can be used in place of a "
-"number block)"
+#: taextras.py:63
+msgid "Returns the ambient light level as a number between 0 and 1023."
msgstr ""
-"maintient la valeur de la coordonnée x courante de la tortue (utilisable à "
-"la place d'un bloc numérique)"
+"Retourne le niveau d'éclairage ambiant sous forme de nombre compris entre 0 "
+"et 1023."
-#: TurtleArt/tabasics.py:228
-msgid ""
-"holds current y-coordinate value of the turtle (can be used in place of a "
-"number block)"
+#: taextras.py:64
+msgid "Returns the ambient temperature as a number between 0 and 255."
msgstr ""
-"maintient la valeur de la coordonnée y courante de la tortue (utilisable à "
-"la place d'un bloc numérique)"
+"Retourne la température ambiante sous forme de nombre compris entre 0 et "
+"255."
-#: TurtleArt/tabasics.py:239
+#: taextras.py:65
msgid ""
-"holds current heading value of the turtle (can be used in place of a number "
-"block)"
-msgstr ""
-"maintient la valeur du cap courant de la tortue (utilisable à la place d'un "
-"bloc numérique)"
-
-#: TurtleArt/tabasics.py:273
-msgid "Palette of pen commands"
-msgstr "Palette de commandes stylet"
-
-#: TurtleArt/tabasics.py:277
-msgid "pen up"
-msgstr "crayon levé"
-
-#: TurtleArt/tabasics.py:280
-msgid "Turtle will not draw when moved."
-msgstr "La tortue ne dessinera pas lorsqu'elle sera déplacée."
-
-#: TurtleArt/tabasics.py:286
-msgid "pen down"
-msgstr "crayon abaissé"
-
-#: TurtleArt/tabasics.py:289
-msgid "Turtle will draw when moved."
-msgstr "La tortue dessinera quand elle sera déplacée."
-
-#: TurtleArt/tabasics.py:295
-msgid "set pen size"
-msgstr "fixe l'épaisseur du trait"
-
-#: TurtleArt/tabasics.py:299
-msgid "sets size of the line drawn by the turtle"
-msgstr "définit l'épaisseur de la ligne dessinée par la tortue"
-
-#: TurtleArt/tabasics.py:309
-msgid "fill screen"
-msgstr "peint le fond"
-
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394
-msgid "color"
-msgstr "couleur"
-
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404
-msgid "shade"
-msgstr "teinte"
-
-#: TurtleArt/tabasics.py:313
-msgid "fills the background with (color, shade)"
-msgstr "remplit l'arrière plan (couleur, teinte)"
-
-#: TurtleArt/tabasics.py:322
-msgid "pen size"
-msgstr "épaisseur du trait"
-
-#: TurtleArt/tabasics.py:323
-msgid "holds current pen size (can be used in place of a number block)"
-msgstr ""
-"maintient la taille courante du trait (utilisable à la place d'un bloc "
-"numérique)"
-
-#: TurtleArt/tabasics.py:334
-msgid "start fill"
-msgstr "commence le remplissage"
-
-#: TurtleArt/tabasics.py:336
-msgid "starts filled polygon (used with end fill block)"
+"Returns the distance from the object in front of the sensor as a number "
+"between 0 and 255."
msgstr ""
-"commence le polygone rempli (utilisé avec arrête le remplissage du bloc)"
+"Retourne la distance de l'objet en face du capteur sous forme de nombre "
+"compris entre 0 et 255."
-#: TurtleArt/tabasics.py:343
-msgid "end fill"
-msgstr "arrête le remplissage"
+#: taextras.py:67
+msgid "Returns 0 or 1 depending on the sensor inclination."
+msgstr "Retourne 0 ou 1 en fonction de l'inclinaison du capteur."
-#: TurtleArt/tabasics.py:345
-msgid "completes filled polygon (used with start fill block)"
+#: taextras.py:68
+msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
msgstr ""
-"complète le polygone rempli (utilisé avec commence le remplissage du bloc)"
-
-#: TurtleArt/tabasics.py:355
-msgid "Palette of pen colors"
-msgstr "Palette de couleur du stylo"
-
-#: TurtleArt/tabasics.py:359
-msgid "set color"
-msgstr "fixe la couleur"
-
-#: TurtleArt/tabasics.py:363
-msgid "sets color of the line drawn by the turtle"
-msgstr "définit la couleur de la ligne dessinée par la tortue"
-
-#: TurtleArt/tabasics.py:371
-msgid "set shade"
-msgstr "fixe la teinte"
-
-#: TurtleArt/tabasics.py:375
-msgid "sets shade of the line drawn by the turtle"
-msgstr "définit la teinte de la ligne dessinée par la tortue"
-
-#: TurtleArt/tabasics.py:383
-msgid "set gray"
-msgstr "fixe gris"
-
-#: TurtleArt/tabasics.py:386
-msgid "sets gray level of the line drawn by the turtle"
-msgstr "définit le niveau de gris de la ligne dessinée par la tortue"
+"Retourne 1 lorsque les capteurs détectent un champ magnétique, 0 dans le cas "
+"contraire."
-#: TurtleArt/tabasics.py:395
-msgid "holds current pen color (can be used in place of a number block)"
-msgstr ""
-"maintient la couleur courante du trait (utilisable à la place d'un bloc "
-"numérique)"
+#: taextras.py:69
+msgid "Switches from 0 to 1, the frequency depends on the vibration."
+msgstr "Bascule entre 0 et 1, la fréquence dépend des vibrations."
-#: TurtleArt/tabasics.py:405
-msgid "holds current pen shade"
-msgstr "conserver l'ombre courante du stylo"
+#: taextras.py:70
+msgid "LED"
+msgstr "DEL"
-#: TurtleArt/tabasics.py:413
-msgid "gray"
-msgstr "gris"
+#: taextras.py:71
+msgid "pushbutton"
+msgstr "bouton poussoir"
-#: TurtleArt/tabasics.py:414
-msgid "holds current gray level (can be used in place of a number block)"
-msgstr ""
-"maintient le niveau de gris courant (utilisable à la place d'un bloc "
-"numérique)"
+#: taextras.py:72
+msgid "grayscale"
+msgstr "niveau de gris"
-#: TurtleArt/tabasics.py:434
-msgid "set text color"
-msgstr "définir la couleur du texte"
+#: taextras.py:73
+msgid "ambient light"
+msgstr "lumière ambiante"
-#: TurtleArt/tabasics.py:437
-msgid "sets color of text drawn by the turtle"
-msgstr "définit la couleur du texte dessiné par la tortue"
+#: taextras.py:74
+msgid "temperature"
+msgstr "température"
-#: TurtleArt/tabasics.py:445
-msgid "set text size"
-msgstr "fixe la taille du texte"
+#: taextras.py:75
+msgid "distance"
+msgstr "distance"
-#: TurtleArt/tabasics.py:448
-msgid "sets size of text drawn by the turtle"
-msgstr "définit la taille du texte dessiné par la tortue"
+#: taextras.py:76
+msgid "tilt"
+msgstr "inclinaison"
-#: TurtleArt/tabasics.py:531
-msgid "Palette of numeric operators"
-msgstr "Palette d'opérateurs numériques"
+#: taextras.py:77
+msgid "magnetic induction"
+msgstr "induction magnétique"
-#: TurtleArt/tabasics.py:537
-msgid "plus"
-msgstr "plus"
+#: taextras.py:78
+msgid "vibration"
+msgstr "vibration"
-#: TurtleArt/tabasics.py:540
-msgid "adds two alphanumeric inputs"
-msgstr "ajoute deux valeurs alphanumériques"
+#: taextras.py:79
+msgid "Butia Robot"
+msgstr "Robot Butia"
-#: TurtleArt/tabasics.py:548
-msgid "minus"
-msgstr "moins"
+#: taextras.py:80
+msgid "delay Butia"
+msgstr "délai Butia"
-#: TurtleArt/tabasics.py:551
-msgid "subtracts bottom numeric input from top numeric input"
-msgstr ""
-"soustrait la valeur numérique inférieure de la valeur numérique supérieure"
+#: taextras.py:81
+msgid "wait for argument seconds"
+msgstr "exécute une pause du nombre de secondes passées en argument"
-#: TurtleArt/tabasics.py:562
-msgid "multiply"
-msgstr "multiplier"
+#: taextras.py:82
+msgid "Butia battery charge"
+msgstr "Niveau de la batterie de Butia"
-#: TurtleArt/tabasics.py:565
-msgid "multiplies two numeric inputs"
-msgstr "multiplie deux valeurs numériques"
+#: taextras.py:83
+msgid "Returns the battery charge as a number between 0 and 255."
+msgstr "Retourne le niveau de la batterie entre 0 et 255."
-#: TurtleArt/tabasics.py:574
-msgid "divide"
-msgstr "diviser"
+#: taextras.py:84
+msgid "Butia speed"
+msgstr "Vitesse de Butia"
-#: TurtleArt/tabasics.py:577
+#: taextras.py:85
msgid ""
-"divides top numeric input (numerator) by bottom numeric input (denominator)"
+"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
+"an argument."
msgstr ""
-"divise la valeur numérique supérieure (numérateur) par la valeur numérique "
-"inférieure (dénominateur)"
-
-#: TurtleArt/tabasics.py:587
-msgid "identity"
-msgstr "identité"
-
-#: TurtleArt/tabasics.py:589
-msgid "identity operator used for extending blocks"
-msgstr "opérateur d'identité utilisé pour les blocs d'extension"
+"Définit la vitesse des moteurs de Butia avec une valeur entre 0 et 1023, "
+"passée en argument."
-#: TurtleArt/tabasics.py:597 TurtleArt/tabasics.py:598
-msgid "mod"
-msgstr "mod"
+#: taextras.py:87
+msgid "forward Butia"
+msgstr "faire avancer Butia"
-#: TurtleArt/tabasics.py:601
-msgid "modular (remainder) operator"
-msgstr "opérateur modulaire (reste)"
+#: taextras.py:88
+msgid "Move the Butia robot forward."
+msgstr "Fait avancer le robot Butia."
-#: TurtleArt/tabasics.py:608
-msgid "√"
-msgstr "√"
+#: taextras.py:89
+msgid "forward distance"
+msgstr "longueur du déplacement en avant"
-#: TurtleArt/tabasics.py:609
-msgid "square root"
-msgstr "racine carré"
+#: taextras.py:90
+msgid "Move the Butia robot forward a predefined distance."
+msgstr "Fait avancer le robot Butia sur une distance prédéfinie."
-#: TurtleArt/tabasics.py:612
-msgid "calculates square root"
-msgstr "calcule la racine carrée"
+#: taextras.py:91
+msgid "backward Butia"
+msgstr "faire reculer Butia"
-#: TurtleArt/tabasics.py:619
-msgid "random"
-msgstr "aléatoire"
+#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102
+msgid "Move the Butia robot backward."
+msgstr "Fait reculer le robot Butia."
-#: TurtleArt/tabasics.py:619
-msgid "min"
-msgstr "min"
+#: taextras.py:93
+msgid "backward distance"
+msgstr "longueur du déplacement en arrière"
-#: TurtleArt/tabasics.py:619
-msgid "max"
-msgstr "max"
+#: taextras.py:94
+msgid "Move the Butia robot backward a predefined distance."
+msgstr "Fait reculer le robot Butia sur une distance prédéfinie."
-#: TurtleArt/tabasics.py:623
-msgid "returns random number between minimum (top) and maximum (bottom) values"
-msgstr ""
-"retourne le nombre aléatoire compris entre les valeurs minimum (en haut) et "
-"maximum (en bas)"
+#: taextras.py:95
+msgid "left Butia"
+msgstr "tourne Butia vers la gauche"
-#: TurtleArt/tabasics.py:635
-msgid "number"
-msgstr "nombre"
+#: taextras.py:97
+msgid "right Butia"
+msgstr "tourne Butia vers la droite"
-#: TurtleArt/tabasics.py:636
-msgid "used as numeric input in mathematic operators"
-msgstr "utilisé comme valeur numérique des opérateurs mathématiques"
+#: taextras.py:99
+msgid "Turn x degrees"
+msgstr "Tourne de x degrés"
-#: TurtleArt/tabasics.py:643
-msgid "greater than"
-msgstr "plus grand que"
+#: taextras.py:100
+msgid "Turn the Butia robot x degrees."
+msgstr "Tourne le robot de x degrés."
-#: TurtleArt/tabasics.py:646
-msgid "logical greater-than operator"
-msgstr "opérateur logique plus grand que"
+#: taextras.py:101
+msgid "stop Butia"
+msgstr "arrête Butia"
-#: TurtleArt/tabasics.py:654
-msgid "less than"
-msgstr "plus petit que"
+#: taextras.py:103
+msgid "print Butia"
+msgstr "écrire sur Butia"
-#: TurtleArt/tabasics.py:657
-msgid "logical less-than operator"
-msgstr "opérateur logique plus petit que"
+#: taextras.py:104
+msgid "Print text in Butia robot 32-character ASCII display."
+msgstr ""
+"Afficher du texte sur l'afficheur ASCII de 32 caractères du robot Butia."
-#: TurtleArt/tabasics.py:665
-msgid "equal"
-msgstr "égal"
+#: taextras.py:105
+msgid "Butia"
+msgstr "Butia"
-#: TurtleArt/tabasics.py:668
-msgid "logical equal-to operator"
-msgstr "opérateur logique égale"
+#: taextras.py:109
+msgid "The camera was not found."
+msgstr "La caméra est introuvable."
-#: TurtleArt/tabasics.py:674
-msgid "not"
-msgstr "non"
+#: taextras.py:110
+msgid "Error on the initialization of the camera."
+msgstr "Erreur lors de l'initialisation de la caméra."
-#: TurtleArt/tabasics.py:677
-msgid "logical NOT operator"
-msgstr "opérateur logique NON"
+#: taextras.py:111
+msgid "FollowMe"
+msgstr "SuisMoi"
-#: TurtleArt/tabasics.py:683 TurtleArt/tabasics.py:686
-msgid "and"
-msgstr "et"
+#: taextras.py:112
+msgid "follow a RGB color"
+msgstr "suivre une couleur RVB"
-#: TurtleArt/tabasics.py:687
-msgid "logical AND operator"
-msgstr "opérateur logique ET"
+#: taextras.py:113
+msgid "follow a turtle color"
+msgstr "suivre une couleur de la tortue"
-#: TurtleArt/tabasics.py:694 TurtleArt/tabasics.py:697
-msgid "or"
-msgstr "ou"
+#: taextras.py:114
+msgid "calibrate a color to follow"
+msgstr "calibrer une couleur à suivre"
-#: TurtleArt/tabasics.py:698
-msgid "logical OR operator"
-msgstr "opérateur logique OU"
+#: taextras.py:115
+msgid "x position"
+msgstr "position en x"
-#: TurtleArt/tabasics.py:712
-msgid "wait"
-msgstr "attend"
+#: taextras.py:116
+msgid "return x position"
+msgstr "retourne la position en x"
-#: TurtleArt/tabasics.py:716
-msgid "pauses program execution a specified number of seconds"
-msgstr ""
-"met en pause l'exécution du programme pendant un nombre spécifié de secondes"
+#: taextras.py:117
+msgid "y position"
+msgstr "position en y"
-#: TurtleArt/tabasics.py:723
-msgid "forever"
-msgstr "toujours"
+#: taextras.py:118
+msgid "return y position"
+msgstr "retourne la position en y"
-#: TurtleArt/tabasics.py:727
-msgid "loops forever"
-msgstr "boucle infinie"
+#: taextras.py:122
+msgid "Sumo Butia"
+msgstr "Sumo Butia"
-#: TurtleArt/tabasics.py:733 TurtleArt/tabasics.py:737
-msgid "repeat"
-msgstr "répète"
+#: taextras.py:123
+msgid "submit speed​​"
+msgstr "soumettre la vitesse"
-#: TurtleArt/tabasics.py:738
-msgid "loops specified number of times"
-msgstr "boucle un certain nombre de fois"
+#: taextras.py:124
+msgid "Send speed to the robot."
+msgstr "Envoie la vitesse au robot."
-#: TurtleArt/tabasics.py:744 TurtleArt/tabasics.py:756
-msgid "if"
-msgstr "si"
+#: taextras.py:125
+msgid "set speed"
+msgstr "fixe la vitesse"
-#: TurtleArt/tabasics.py:744
-msgid "then"
-msgstr "alors"
+#: taextras.py:126
+msgid "Set the default speed for the movement commands."
+msgstr "Fixe la vitesse par défaut pour les commandes de déplacement."
-#: TurtleArt/tabasics.py:747
-msgid "if then"
-msgstr "si alors"
+#: taextras.py:127
+msgid "move"
+msgstr "déplace"
-#: TurtleArt/tabasics.py:749
-msgid "if-then operator that uses boolean operators from Numbers palette"
-msgstr ""
-"opérateur si-alors utilisant des opérateurs booléens de la palette des "
-"nombres"
+#: taextras.py:130
+msgid "turn left"
+msgstr "tourne à gauche"
-#: TurtleArt/tabasics.py:756
-msgid "then else"
-msgstr "alors sinon"
+#: taextras.py:131
+msgid "turn right"
+msgstr "tourne à droite"
-#: TurtleArt/tabasics.py:760
-msgid "if then else"
-msgstr "si alors sinon"
+#: taextras.py:132
+msgid "angle to center"
+msgstr "angle avec le centre"
-#: TurtleArt/tabasics.py:761
-msgid "if-then-else operator that uses boolean operators from Numbers palette"
-msgstr ""
-"opérateur si-alors-sinon utilisant des opérateurs booléens de la palette des "
-"nombres"
+#. TRANS: dojo is the playing field
+#: taextras.py:134
+msgid "Get the angle to the center of the dojo."
+msgstr "Obtient l'angle avec le centre du dojo."
-#: TurtleArt/tabasics.py:769
-msgid "horizontal space"
-msgstr "espacement horizontal"
+#: taextras.py:135
+msgid "angle to the opponent"
+msgstr "angle avec l'adversaire"
-#: TurtleArt/tabasics.py:770
-msgid "jogs stack right"
-msgstr "pousse la pile à droite"
+#: taextras.py:136
+msgid "Get the angle to the center of the opponent."
+msgstr "Obtient l'angle avec le centre de l'adversaire."
-#: TurtleArt/tabasics.py:777
-msgid "vertical space"
-msgstr "espacement vertical"
+#: taextras.py:137
+msgid "x coor."
+msgstr "coor. x"
-#: TurtleArt/tabasics.py:778
-msgid "jogs stack down"
-msgstr "pousse l'action en bas"
+#: taextras.py:138
+msgid "Get the x coordinate of the robot."
+msgstr "Obtient la coordonnée x du robot."
-#: TurtleArt/tabasics.py:784
-msgid "stop action"
-msgstr "arrête l'action"
+#: taextras.py:139
+msgid "y coor."
+msgstr "coor. y"
-#: TurtleArt/tabasics.py:787
-msgid "stops current action"
-msgstr "arrêter l'action courante"
+#: taextras.py:140
+msgid "Get the y coordinate of the robot."
+msgstr "Obtient la coordonnée y du robot."
-#: TurtleArt/tabasics.py:796
-msgid "Palette of variable blocks"
-msgstr "Palette de blocs variables"
+#: taextras.py:141
+msgid "opponent x coor."
+msgstr "coor. x de l'adversaire"
-#: TurtleArt/tabasics.py:804
-msgid "connects action to toolbar run buttons"
-msgstr "connecte l'action aux boutons exécuter de la barre d'outils"
+#: taextras.py:142
+msgid "Get the x coordinate of the opponent."
+msgstr "Obtient la coordonnée x de l'adversaire."
-#: TurtleArt/tabasics.py:812
-msgid "store in box 1"
-msgstr "range dans la boîte 1"
+#: taextras.py:143
+msgid "opponent y coor."
+msgstr "coor. y de l'adversaire."
-#: TurtleArt/tabasics.py:816
-msgid "stores numeric value in Variable 1"
-msgstr "stocke une valeur numérique dans la Variable 1"
+#: taextras.py:144
+msgid "Get the y coordinate of the opponent."
+msgstr "Obtient la coordonnée y de l'adversaire."
-#: TurtleArt/tabasics.py:823
-msgid "store in box 2"
-msgstr "range dans la boîte 2"
+#: taextras.py:145
+msgid "rotation"
+msgstr "rotation"
-#: TurtleArt/tabasics.py:827
-msgid "stores numeric value in Variable 2"
-msgstr "stocke une valeur numérique dans la Variable 2"
+#: taextras.py:146
+msgid "Get SumBot rotation."
+msgstr "Obtient la rotation SumBot."
-#: TurtleArt/tabasics.py:841
-msgid "box 1"
-msgstr "boîte 1"
+#: taextras.py:147
+msgid "opponent rotation"
+msgstr "rotation de l'adversaire"
-#: TurtleArt/tabasics.py:844
-msgid "Variable 1 (numeric value)"
-msgstr "Variable 1 (valeur numérique)"
+#: taextras.py:148
+msgid "Get the rotation of the opponent."
+msgstr "Obtient la rotation de l'adversaire."
-#: TurtleArt/tabasics.py:850
-msgid "box 2"
-msgstr "boîte 2"
+#: taextras.py:149
+msgid "distance to center"
+msgstr "distance par rapport au centre"
-#: TurtleArt/tabasics.py:853
-msgid "Variable 2 (numeric value)"
-msgstr "Variable 2 (valeur numérique)"
+#. TRANS: dojo is the playing field
+#: taextras.py:151
+msgid "Get the distance to the center of the dojo."
+msgstr "Obtient la distance par rapport au centre du dojo."
-#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:870
-msgid "box"
-msgstr "boîte"
+#: taextras.py:152
+msgid "distance to opponent"
+msgstr "distance par rapport à l'adversaire"
-#: TurtleArt/tabasics.py:862 TurtleArt/tabasics.py:873
-msgid "my box"
-msgstr "ma boite"
+#: taextras.py:153
+msgid "Get the distance to the opponent."
+msgstr "Obtient la distance par rapport à l'adversaire."
-#: TurtleArt/tabasics.py:864
-msgid "named variable (numeric value)"
-msgstr "variable nommée (valeur numérique)"
+#: taextras.py:154
+msgid "update information"
+msgstr "actualise l'information"
-#: TurtleArt/tabasics.py:870
-msgid "store in"
-msgstr "enregistre"
+#: taextras.py:155
+msgid "Update information from the server."
+msgstr "Actualise l'information depuis le serveur."
-#: TurtleArt/tabasics.py:870
-msgid "value"
-msgstr "valeur"
+#: turtleart.py:68
+msgid "usage is"
+msgstr "l'usage est"
-#: TurtleArt/tabasics.py:874
-msgid "stores numeric value in named variable"
-msgstr "stocke une valeur numérique dans la variable nommée"
+#: turtleart.py:212
+msgid "No option action:"
+msgstr "Aucune action d'option :"
-#: TurtleArt/tabasics.py:882 TurtleArt/tabasics.py:884
-#: TurtleArt/tabasics.py:908 TurtleArt/tabasics.py:911
-msgid "action"
-msgstr "action"
+#: turtleart.py:224
+msgid "File not found"
+msgstr "Fichier introuvable"
-#: TurtleArt/tabasics.py:886
-msgid "top of nameable action stack"
-msgstr "haut de l'action nommable"
+#: turtleart.py:248
+#, python-format
+msgid "Configuration directory not writable: %s"
+msgstr "Répertoire de configuration non inscriptible : %s"
-#: TurtleArt/tabasics.py:891 TurtleArt/tabasics.py:918
-msgid "action 1"
-msgstr "action 1"
+#: turtleart.py:304
+msgid "New"
+msgstr "Nouveau"
-#: TurtleArt/tabasics.py:894
-msgid "top of Action 1 stack"
-msgstr "haut de la pile Action 1"
+#: turtleart.py:305
+msgid "Open"
+msgstr "Ouvrir"
-#: TurtleArt/tabasics.py:899 TurtleArt/tabasics.py:927
-msgid "action 2"
-msgstr "action 2"
+#: turtleart.py:306
+msgid "Save"
+msgstr "Enregistrer"
-#: TurtleArt/tabasics.py:902
-msgid "top of Action 2 stack"
-msgstr "haut de la pile Action 2"
+#: turtleart.py:307
+msgid "Save as"
+msgstr "Enregistrer sous"
-#: TurtleArt/tabasics.py:912
-msgid "invokes named action stack"
-msgstr "invoque la pile d'actions nommée"
+#: turtleart.py:314
+msgid "Quit"
+msgstr "Quitter"
-#: TurtleArt/tabasics.py:921
-msgid "invokes Action 1 stack"
-msgstr "invoque la pile d'actions 1"
+#: turtleart.py:315
+msgid "File"
+msgstr "Fichier"
-#: TurtleArt/tabasics.py:930
-msgid "invokes Action 2 stack"
-msgstr "invoque la pile d'actions 2"
+#: turtleart.py:322
+msgid "Rescale coordinates"
+msgstr "Modifier l'échelle"
-#: TurtleArt/tabasics.py:938
-msgid "trash"
-msgstr "corbeille"
+#: turtleart.py:328
+msgid "Reset block size"
+msgstr "Réinitialiser taille blocs"
-#: TurtleArt/tabasics.py:942
-msgid "empty trash"
-msgstr "vider la corbeille"
+#: turtleart.py:342
+msgid "Show/hide blocks"
+msgstr "Montrer/Cacher les blocs"
-#: TurtleArt/tabasics.py:943
-msgid "permanently deletes items in trash"
-msgstr "effacer de manière définitive les objets dans la corbeille"
+#: turtleart.py:344
+msgid "Tools"
+msgstr "Outils"
-#: TurtleArt/tabasics.py:947
-msgid "restore all"
-msgstr "restaurer tout"
+#: turtleart.py:351
+msgid "Stop"
+msgstr "Arrêter"
-#: TurtleArt/tabasics.py:948
-msgid "restore all blocks from trash"
-msgstr "restaurer tous les blocs de la poubelle"
+#: turtleart.py:352
+msgid "Turtle"
+msgstr "Tortue"
-#: TurtleArt/tabasics.py:952
-msgid "clear all"
-msgstr "effacer tout"
+#: turtleart.py:382
+msgid "You have unsaved work. Would you like to save before quitting?"
+msgstr ""
+"Vous n'avez pas sauvegardé votre travail. Voulez-vous le sauvegarder avant "
+"de quitter ?"
-#: TurtleArt/tabasics.py:953
-msgid "move all blocks to trash"
-msgstr "déplacer tous les blocs vers la corbeille"
+#: turtleart.py:383
+msgid "Save project?"
+msgstr "Sauvegarder le projet ?"
#~ msgid "stack"
#~ msgstr "pile"
-#~ msgid "yellow"
-#~ msgstr "jaune"
-
#~ msgid " "
#~ msgstr " "
-#~ msgid "cyan"
-#~ msgstr "cyan"
-
-#~ msgid "blue"
-#~ msgstr "bleu"
-
#~ msgid " clean "
#~ msgstr " nettoyer "
@@ -2070,9 +2097,6 @@ msgstr "déplacer tous les blocs vers la corbeille"
#~ msgid "write"
#~ msgstr "écrire"
-#~ msgid "green"
-#~ msgstr "vert"
-
#~ msgid "restore last"
#~ msgstr "restaurer dernier"
@@ -2081,27 +2105,18 @@ msgstr "déplacer tous les blocs vers la corbeille"
#~ "un bloc programmable: utilisé pour ajouter des équations mathématiques "
#~ "avancées, ex: sin(x)"
-#~ msgid "orange"
-#~ msgstr "orange"
-
#~ msgid "blocks"
#~ msgstr "blocs"
#~ msgid "text size"
#~ msgstr "taille du texte"
-#~ msgid "red"
-#~ msgstr "rouge"
-
#~ msgid "sensors"
#~ msgstr "capteurs"
#~ msgid "sensor input resistance"
#~ msgstr "résistance en entrée du capteur"
-#~ msgid "white"
-#~ msgstr "blanc"
-
#~ msgid "holds current text color (can be used in place of a number block)"
#~ msgstr ""
#~ "maintient la couleur courante du texte (utilisable à la place d'un bloc "
@@ -2116,9 +2131,6 @@ msgstr "déplacer tous les blocs vers la corbeille"
#~ msgid "portfolio"
#~ msgstr "portefeuille"
-#~ msgid "black"
-#~ msgstr "noir"
-
#~ msgid "restores most recent blocks from trash"
#~ msgstr "restaurer les blocs les plus récents de la poubelle"
@@ -2140,9 +2152,6 @@ msgstr "déplacer tous les blocs vers la corbeille"
#~ msgid "Trashcan"
#~ msgstr "Corbeille"
-#~ msgid "purple"
-#~ msgstr "pourpre"
-
#~ msgid "pen"
#~ msgstr "crayon"