Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/nl.po
diff options
context:
space:
mode:
authorPootle daemon <pootle@pootle.sugarlabs.org>2012-02-18 04:50:00 (GMT)
committer Pootle daemon <pootle@pootle.sugarlabs.org>2012-02-18 04:50:00 (GMT)
commit3b1191f901b3c51e566bb273b7373f327a7b3cf6 (patch)
tree76a99cd17d00c61bd6bb76806db783b461c7af11 /po/nl.po
parent22ca42fc60d34a096e85846eee318ed5c071efdf (diff)
Commit from Sugar Labs: Translation System by user cjl.: 597 of 597 messages translated (0 fuzzy).
Diffstat (limited to 'po/nl.po')
-rw-r--r--po/nl.po3244
1 files changed, 1966 insertions, 1278 deletions
diff --git a/po/nl.po b/po/nl.po
index fb2cf42..126f8a5 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -14,743 +14,976 @@ 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-07-21 21:07+0200\n"
-"Last-Translator: Myckel Habets <myckel@sdf.lonestar.org>\n"
+"POT-Creation-Date: 2012-02-16 00:31-0500\n"
+"PO-Revision-Date: 2012-01-30 05:49+0200\n"
+"Last-Translator: Chris <cjl@laptop.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
+"Language: nl\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.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:137
+#: TurtleArt/taexporthtml.py:139 TurtleArt/tawindow.py:1747
+#: TurtleArt/tawindow.py:3055 pysamples/grecord.py:205 turtleart.py:288
msgid "Turtle Art"
msgstr "Schildpad Kunst"
-#: turtleart.py:68
-msgid "usage is"
-msgstr "gebruik is"
+#: TurtleArt/tabasics.py:115
+msgid "Palette of turtle commands"
+msgstr "Palet van schildpadcommando's"
-#: turtleart.py:212
-msgid "No option action:"
-msgstr "Geen optie actie:"
+#: TurtleArt/tabasics.py:120
+msgid "forward"
+msgstr "vooruit"
-#: turtleart.py:224
-msgid "File not found"
-msgstr "Bestand niet gevonden"
+#: TurtleArt/tabasics.py:124
+msgid "moves turtle forward"
+msgstr "beweeg schildpad vooruit"
-#: turtleart.py:248
-#, python-format
-msgid "Configuration directory not writable: %s"
-msgstr "Configuratiedirectory is niet schrijfbaar: %s"
+#: TurtleArt/tabasics.py:131
+msgid "back"
+msgstr "terug"
-#: turtleart.py:304
-msgid "New"
-msgstr "Nieuw"
+#: TurtleArt/tabasics.py:135
+msgid "moves turtle backward"
+msgstr "beweegt schildpad achteruit"
-#: turtleart.py:305
-msgid "Open"
-msgstr "Open"
+#: TurtleArt/tabasics.py:143
+msgid "clean"
+msgstr "wissen"
-#: turtleart.py:306
-msgid "Save"
-msgstr "Bewaar"
+#: TurtleArt/tabasics.py:146
+msgid "clears the screen and reset the turtle"
+msgstr "schoont het scherm en herstelt het schildpad"
-#: turtleart.py:307
-#, fuzzy
-msgid "Save as"
-msgstr "Opslaan als"
+#: TurtleArt/tabasics.py:154
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731
+msgid "left"
+msgstr "links"
-#: turtleart.py:308 TurtleArtActivity.py:604
-msgid "Save as image"
-msgstr "Opslaan als afbeelding"
+#: TurtleArt/tabasics.py:158
+msgid "turns turtle counterclockwise (angle in degrees)"
+msgstr "draait schildpad tegen de klok in (hoek in graden)"
-#: turtleart.py:310 TurtleArtActivity.py:607
-msgid "Save as HTML"
-msgstr "Opslaan als HTML"
+#: TurtleArt/tabasics.py:165
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:755
+msgid "right"
+msgstr "rechts"
-#: turtleart.py:312 TurtleArtActivity.py:609
-msgid "Save as Logo"
-msgstr "Bewaar als Logo"
+#: TurtleArt/tabasics.py:169
+msgid "turns turtle clockwise (angle in degrees)"
+msgstr "draait schildpad met de klok mee (hoek in graden)"
-#: turtleart.py:314
-msgid "Quit"
-msgstr "Afsluiten"
+#: TurtleArt/tabasics.py:177
+msgid "arc"
+msgstr "boog"
-#: turtleart.py:315
-msgid "File"
-msgstr "Bestand"
+#: TurtleArt/tabasics.py:177
+msgid "angle"
+msgstr "hoek"
-#: turtleart.py:318 TurtleArtActivity.py:539
-msgid "Cartesian coordinates"
-msgstr "Cartesische coördinaten"
+#: TurtleArt/tabasics.py:177
+msgid "radius"
+msgstr "straal"
-#: turtleart.py:320 TurtleArtActivity.py:541
-msgid "Polar coordinates"
-msgstr "Polaire coördinaten"
+#: TurtleArt/tabasics.py:181
+msgid "moves turtle along an arc"
+msgstr "beweegt schildpad langs een boog"
-#: turtleart.py:322
-msgid "Rescale coordinates"
-msgstr "Herschaal coördinaten"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
+msgid "set xy"
+msgstr "zet xy"
-#: turtleart.py:324 TurtleArtActivity.py:554
-msgid "Grow blocks"
-msgstr "Vergroot blokken"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:218
+msgid "x"
+msgstr "x"
-#: turtleart.py:326 TurtleArtActivity.py:556
-msgid "Shrink blocks"
-msgstr "Verklein blokken"
+#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:219
+msgid "y"
+msgstr "y"
-#: turtleart.py:328
-msgid "Reset block size"
-msgstr "Herstel blokgrootte"
+#: 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 ""
+"beweegt schildpad naar positie xcor, ycor; (0, 0) is in het midden van het "
+"scherm."
-#: turtleart.py:330 TurtleArtActivity.py:469 TurtleArtActivity.py:518
-msgid "View"
-msgstr "Bekijk"
+#
+#: TurtleArt/tabasics.py:204
+msgid "set heading"
+msgstr "richting instellen"
-#: turtleart.py:333 TurtleArtActivity.py:533
-msgid "Copy"
-msgstr "Kopieer"
+#: TurtleArt/tabasics.py:208
+msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
+msgstr ""
+"stelt de richting in van het schildpad (0 is naar de bovenkant van het "
+"scherm.)"
-#: turtleart.py:334 TurtleArtActivity.py:535
-msgid "Paste"
-msgstr "Plak"
+#: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:3051
+#: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:542
+msgid "xcor"
+msgstr "xcor"
-#: turtleart.py:335 TurtleArtActivity.py:465 TurtleArtActivity.py:520
-msgid "Edit"
-msgstr "Bewerk"
+#: TurtleArt/tabasics.py:217
+msgid ""
+"holds current x-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr ""
+"behoudt deze x-coördinaat waarde voor schildpad (kan worden gebruikt in "
+"plaats van nummerblok)"
-#: turtleart.py:338 TurtleArtActivity.py:244
-msgid "Show palette"
-msgstr "Toon palet"
+#: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:3051
+#: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543
+msgid "ycor"
+msgstr "ycor"
-#: turtleart.py:340 TurtleArtActivity.py:250 TurtleArtActivity.py:629
-msgid "Hide palette"
-msgstr "Verberg palet"
+#: TurtleArt/tabasics.py:228
+msgid ""
+"holds current y-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr ""
+"behoudt deze y-coördinaat waarde voor schildpad (kan worden gebruikt in "
+"plaats van nummerblok)"
-#: turtleart.py:342
-msgid "Show/hide blocks"
-msgstr "Toon/verberg blokken"
+#: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:3051
+#: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543
+msgid "heading"
+msgstr "richting"
-#: turtleart.py:344
-msgid "Tools"
-msgstr "Werktuigen"
+#: TurtleArt/tabasics.py:239
+msgid ""
+"holds current heading value of the turtle (can be used in place of a number "
+"block)"
+msgstr ""
+"houdt deze richtingwaarde van het schildpad vast (kan worden gebruikt in "
+"plaats van nummerblok)"
-#: turtleart.py:347 TurtleArtActivity.py:638
-msgid "Clean"
-msgstr "Wissen"
+#: TurtleArt/tabasics.py:273
+msgid "Palette of pen commands"
+msgstr "Palet van pencommando's"
-#: turtleart.py:348 TurtleArtActivity.py:640
-msgid "Run"
-msgstr "Draai"
+#: TurtleArt/tabasics.py:277
+msgid "pen up"
+msgstr "pen omhoog"
-#: turtleart.py:349 TurtleArtActivity.py:642
-msgid "Step"
-msgstr "Stap"
+#: TurtleArt/tabasics.py:280
+msgid "Turtle will not draw when moved."
+msgstr "Schildpad tekent niet als die beweegt."
-#: turtleart.py:350 TurtleArtActivity.py:644
-msgid "Debug"
-msgstr "Debug"
+#: TurtleArt/tabasics.py:286
+msgid "pen down"
+msgstr "pen omlaag"
-#: turtleart.py:351
-msgid "Stop"
-msgstr "Stop"
+#: TurtleArt/tabasics.py:289
+msgid "Turtle will draw when moved."
+msgstr "Schildpad tekent als die beweegt."
-#: turtleart.py:352
-msgid "Turtle"
-msgstr "Schildpad"
+#: TurtleArt/tabasics.py:295
+msgid "set pen size"
+msgstr "zet pen dikte"
-#: turtleart.py:382
-msgid "You have unsaved work. Would you like to save before quitting?"
-msgstr ""
-"Je hebt nog werk dat niet is opgeslagen. Wil je het opslaan voor het "
-"afsluiten?"
+#: TurtleArt/tabasics.py:299
+msgid "sets size of the line drawn by the turtle"
+msgstr "stelt de grootte van de lijn in getekend door het schildpad"
-#: turtleart.py:383
-msgid "Save project?"
-msgstr "Project opslaan?"
+#: TurtleArt/tabasics.py:309
+msgid "fill screen"
+msgstr "vul scherm"
-#: TurtleArtActivity.py:125
-msgid "presentation"
-msgstr "presentatie"
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:399 taextras.py:260
+msgid "color"
+msgstr "kleur"
-#: TurtleArtActivity.py:196
-msgid "snapshot"
-msgstr "foto"
+#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:409
+msgid "shade"
+msgstr "schaduw"
-#: TurtleArtActivity.py:257 TurtleArtActivity.py:270
-msgid "Show blocks"
-msgstr "Toon blokken"
+#: TurtleArt/tabasics.py:313
+msgid "fills the background with (color, shade)"
+msgstr "vult de achtergrond met (kleur, schaduw)"
-#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632
-msgid "Hide blocks"
-msgstr "Verberg blokken"
+#: TurtleArt/tabasics.py:322
+msgid "pen size"
+msgstr "pen dikte"
-#: TurtleArtActivity.py:398
-msgid "Rescale coordinates down"
-msgstr "Herschaal coördinaten neer"
+#: TurtleArt/tabasics.py:323
+msgid "holds current pen size (can be used in place of a number block)"
+msgstr "houdt deze pengrootte (wordt gebruikt ipv een nummerblok)"
-#: TurtleArtActivity.py:402 TurtleArtActivity.py:551
-msgid "Rescale coordinates up"
-msgstr "Herschaal coördinaten op"
+#: TurtleArt/tabasics.py:334
+msgid "start fill"
+msgstr "begin met vullen"
-#: TurtleArtActivity.py:476 TurtleArtActivity.py:524
-msgid "Help"
-msgstr "Help"
+#: TurtleArt/tabasics.py:336
+msgid "starts filled polygon (used with end fill block)"
+msgstr "begint met een gevuld vlak (gebruik met eindig vullen van blok)"
-#: TurtleArtActivity.py:497 TurtleArtActivity.py:623
-msgid "Load example"
-msgstr ""
+#: TurtleArt/tabasics.py:343
+msgid "end fill"
+msgstr "stop met vullen"
-#: TurtleArtActivity.py:516
-msgid "Project"
-msgstr "Project"
+#: TurtleArt/tabasics.py:345
+msgid "completes filled polygon (used with start fill block)"
+msgstr "eindigt met vullen van vlak (gebruik met begin met een gevuld vlak)"
-#: TurtleArtActivity.py:522
-msgid "Import/Export"
-msgstr "Importeer/Exporteer"
+#: TurtleArt/tabasics.py:356 TurtleArt/tabasics.py:360
+msgid "Palette of pen colors"
+msgstr "Palet van penkleuren"
-#: TurtleArtActivity.py:537
-msgid "Fullscreen"
-msgstr "Schermvullend"
+#: TurtleArt/tabasics.py:364
+msgid "set color"
+msgstr "zet kleur"
-#: TurtleArtActivity.py:544
-msgid "Metric coordinates"
-msgstr ""
+#: TurtleArt/tabasics.py:368
+msgid "sets color of the line drawn by the turtle"
+msgstr "stelt kleur in van de lijn die getekend is door het schildpad"
-#: TurtleArtActivity.py:547 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:216
-msgid "xcor"
-msgstr "xcor"
+#: TurtleArt/tabasics.py:376
+msgid "set shade"
+msgstr "zet schaduw"
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:227
-msgid "ycor"
-msgstr "ycor"
+#: TurtleArt/tabasics.py:380
+msgid "sets shade of the line drawn by the turtle"
+msgstr "stelt de schaduw van de lijn in getekend door het schildpad"
-#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789
-#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:238
-msgid "heading"
-msgstr "richting"
+#: TurtleArt/tabasics.py:388
+msgid "set gray"
+msgstr "zet grijs"
-#: TurtleArtActivity.py:574 TurtleArtActivity.py:578
-msgid "Move the cursor over the orange palette for help."
-msgstr "Beweeg de cursor over het oranje palet voor hulp."
+#: TurtleArt/tabasics.py:391
+msgid "sets gray level of the line drawn by the turtle"
+msgstr "stelt het grijsniveau van de lijn in getekend door de schildpad"
-#: TurtleArtActivity.py:612
-msgid "Save snapshot"
-msgstr "Bewaar foto"
+#: TurtleArt/tabasics.py:400
+msgid "holds current pen color (can be used in place of a number block)"
+msgstr "houdt deze penkleur (kan gebruikt worden in plaats van een nummerblok)"
-#: TurtleArtActivity.py:616
-msgid "Import project from the Journal"
-msgstr "Importeer project van het Dagboek"
+#: TurtleArt/tabasics.py:410
+msgid "holds current pen shade"
+msgstr "behoudt deze pen schaduw"
-#: TurtleArtActivity.py:619
-msgid "Load Python block"
-msgstr ""
+#: TurtleArt/tabasics.py:418
+msgid "gray"
+msgstr "grijs"
-#: TurtleArtActivity.py:630
-msgid "<Ctrl>p"
-msgstr "<Ctrl>p"
+#: TurtleArt/tabasics.py:419
+msgid "holds current gray level (can be used in place of a number block)"
+msgstr "houdt dit grijsniveau (wordt gebruikt ipv een nummerblok)"
-#: TurtleArtActivity.py:633
-msgid "<Ctrl>b"
-msgstr "<Ctrl>b"
+#: TurtleArt/tabasics.py:425
+msgid "red"
+msgstr "rood"
-#: TurtleArtActivity.py:638
-msgid "<Ctrl>e"
-msgstr "<Ctrl>e"
+#: TurtleArt/tabasics.py:426
+msgid "orange"
+msgstr "oranje"
-#: TurtleArtActivity.py:640
-msgid "<Ctrl>r"
-msgstr "<Ctrl>r"
+#: TurtleArt/tabasics.py:428
+msgid "yellow"
+msgstr "geel"
-#: TurtleArtActivity.py:642
-msgid "<Ctrl>w"
-msgstr "<Ctrl>w"
+#: TurtleArt/tabasics.py:430
+msgid "green"
+msgstr "groen"
-#: TurtleArtActivity.py:644
-msgid "<Ctrl>d"
-msgstr "<Ctrl>d"
+#: TurtleArt/tabasics.py:431
+msgid "cyan"
+msgstr "cyaan"
-#: TurtleArtActivity.py:646
-msgid "Stop turtle"
-msgstr "Stop schildpad"
+#: TurtleArt/tabasics.py:432
+msgid "blue"
+msgstr "blauw"
-#: TurtleArtActivity.py:647
-msgid "<Ctrl>s"
-msgstr "<Ctrl>s"
+#: TurtleArt/tabasics.py:433
+msgid "purple"
+msgstr "paars"
-#: taextras.py:36
-msgid "Turtle Art Mini"
-msgstr ""
+#: TurtleArt/tabasics.py:435
+msgid "white"
+msgstr "wit"
-#: taextras.py:40
-msgid "Turtle Confusion"
-msgstr ""
+#: TurtleArt/tabasics.py:436
+msgid "black"
+msgstr "zwart"
-#: taextras.py:41
-msgid "Select a challenge"
-msgstr ""
+#: TurtleArt/tabasics.py:442
+msgid "set text color"
+msgstr "zet tekstkleur"
-#: taextras.py:47
-msgid "Palette of Mexican pesos"
-msgstr ""
+#: TurtleArt/tabasics.py:445
+msgid "sets color of text drawn by the turtle"
+msgstr "stelt de kleur van tekst in getekend door het schildpad"
-#: taextras.py:48
-msgid "Palette of Colombian pesos"
-msgstr ""
+#: TurtleArt/tabasics.py:453
+msgid "set text size"
+msgstr "stel tekstgrootte in"
-#: taextras.py:49
-msgid "Palette of Rwandan francs"
-msgstr ""
+#: TurtleArt/tabasics.py:456
+msgid "sets size of text drawn by the turtle"
+msgstr "stelt grootte van tekst in getekend door schildpad"
-#: taextras.py:50
-msgid "Palette of US currencies"
-msgstr ""
+#: TurtleArt/tabasics.py:539
+msgid "Palette of numeric operators"
+msgstr "Palet van getals operator"
-#: taextras.py:51
-msgid "Palette of Australian currencies"
-msgstr ""
+#: TurtleArt/tabasics.py:545
+msgid "plus"
+msgstr "getal"
-#: taextras.py:52
-msgid "Palette of Guaranies"
-msgstr ""
+#: TurtleArt/tabasics.py:548
+msgid "adds two alphanumeric inputs"
+msgstr "voegt twee alfanumerieke invoer toe"
-#. TRANS: Butia is the Arduino Robot Project from Uruguay
-#. (http://www.fing.edu.uy/inco/proyectos/butia/)
-#: taextras.py:58
-msgid "Turtle Art Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:556
+msgid "minus"
+msgstr "min"
-#: taextras.py:59
-msgid "Adjust LED intensity between 0 and 255."
-msgstr ""
+#: TurtleArt/tabasics.py:559
+msgid "subtracts bottom numeric input from top numeric input"
+msgstr "trekt onderste getalsinvoer af van bovenste getalsinvoer"
-#: taextras.py:60
+#: TurtleArt/tabasics.py:570
+msgid "multiply"
+msgstr "vermenigvuldig"
+
+#: TurtleArt/tabasics.py:573
+msgid "multiplies two numeric inputs"
+msgstr "vermenigvuldigt twee getallen invoer"
+
+#: TurtleArt/tabasics.py:582
+msgid "divide"
+msgstr "gedeeld door"
+
+#: TurtleArt/tabasics.py:585
msgid ""
-"Returns the object gray level encountered him as a number between 0 and 1023."
-msgstr ""
+"divides top numeric input (numerator) by bottom numeric input (denominator)"
+msgstr "deelt bovenste getalinvoer (teller) door onderste getalinvoer (noemer)"
-#: taextras.py:62
-msgid "Returns 1 when the button is press and 0 otherwise."
-msgstr ""
+#: TurtleArt/tabasics.py:595
+msgid "identity"
+msgstr "identiteit"
-#: taextras.py:63
-msgid "Returns the ambient light level as a number between 0 and 1023."
-msgstr ""
+#: TurtleArt/tabasics.py:597
+msgid "identity operator used for extending blocks"
+msgstr "identiteit operator gebruikt voor uitbreiding blokken"
-#: taextras.py:64
-msgid "Returns the ambient temperature as a number between 0 and 255."
-msgstr ""
+#: TurtleArt/tabasics.py:605 TurtleArt/tabasics.py:606
+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 ""
+#: TurtleArt/tabasics.py:609
+msgid "modular (remainder) operator"
+msgstr "modulair (restwaarde) operator"
-#: taextras.py:67
-msgid "Returns 0 or 1 depending on the sensor inclination."
-msgstr ""
+#: TurtleArt/tabasics.py:616
+msgid "√"
+msgstr "√"
-#: taextras.py:68
-msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise."
-msgstr ""
+#: TurtleArt/tabasics.py:617
+msgid "square root"
+msgstr "vierkantswortel"
-#: taextras.py:69
-msgid "Switches from 0 to 1, the frequency depends on the vibration."
-msgstr ""
+#: TurtleArt/tabasics.py:620
+msgid "calculates square root"
+msgstr "berekent vierkantswortel"
-#: taextras.py:70
-msgid "LED"
-msgstr ""
+#: TurtleArt/tabasics.py:627
+msgid "random"
+msgstr "willekeurig"
-#: taextras.py:71
-msgid "pushbutton"
-msgstr ""
+#: TurtleArt/tabasics.py:627
+msgid "min"
+msgstr "min"
-#: taextras.py:72
-msgid "grayscale"
-msgstr ""
+#: TurtleArt/tabasics.py:627
+msgid "max"
+msgstr "max"
-#: taextras.py:73
-msgid "ambient light"
+#: TurtleArt/tabasics.py:631
+msgid "returns random number between minimum (top) and maximum (bottom) values"
msgstr ""
+"geeft waarde terug tussen minimum (bovenste) en maximum (onderste) waarden"
-#: taextras.py:74
-msgid "temperature"
-msgstr ""
+#: TurtleArt/tabasics.py:643
+msgid "number"
+msgstr "nummer"
-#: taextras.py:75
-msgid "distance"
-msgstr ""
+#: TurtleArt/tabasics.py:644
+msgid "used as numeric input in mathematic operators"
+msgstr "gebruikt als getalsinvoer in wiskundige opetatoren"
-#: taextras.py:76
-msgid "tilt"
-msgstr ""
+#: TurtleArt/tabasics.py:651
+msgid "greater than"
+msgstr "groter dan"
-#: taextras.py:77
-msgid "magnetic induction"
-msgstr ""
+#: TurtleArt/tabasics.py:654
+msgid "logical greater-than operator"
+msgstr "logische groter-dan operator"
-#: taextras.py:78
-msgid "vibration"
+#: TurtleArt/tabasics.py:660
+msgid "True"
msgstr ""
-#: taextras.py:79
-msgid "Butia Robot"
-msgstr ""
+#: TurtleArt/tabasics.py:666
+msgid "less than"
+msgstr "kleiner dan"
-#: taextras.py:80
-msgid "delay Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:669
+msgid "logical less-than operator"
+msgstr "logische kleiner-dan operator"
-#: taextras.py:81
-msgid "wait for argument seconds"
+#: TurtleArt/tabasics.py:674
+msgid "False"
msgstr ""
-#: taextras.py:82
-msgid "Butia battery charge"
-msgstr ""
+#: TurtleArt/tabasics.py:680
+msgid "equal"
+msgstr "gelijk aan"
-#: taextras.py:83
-msgid "Returns the battery charge as a number between 0 and 255."
-msgstr ""
+#: TurtleArt/tabasics.py:683
+msgid "logical equal-to operator"
+msgstr "logische gelijk-aan operator"
-#: taextras.py:84
-msgid "Butia speed"
-msgstr ""
+#: TurtleArt/tabasics.py:689
+msgid "not"
+msgstr "niet"
-#: taextras.py:85
-msgid ""
-"Set the speed of the Butia motors as a value between 0 and 1023, passed by "
-"an argument."
-msgstr ""
+#: TurtleArt/tabasics.py:692
+msgid "logical NOT operator"
+msgstr "logische NIET operator"
-#: taextras.py:87
-msgid "forward Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:698 TurtleArt/tabasics.py:701
+msgid "and"
+msgstr "en"
-#: taextras.py:88
-msgid "Move the Butia robot forward."
-msgstr ""
+#: TurtleArt/tabasics.py:702
+msgid "logical AND operator"
+msgstr "logische AND bewerker"
-#: taextras.py:89
-msgid "forward distance"
-msgstr ""
+#: TurtleArt/tabasics.py:709 TurtleArt/tabasics.py:712
+msgid "or"
+msgstr "of"
-#: taextras.py:90
-msgid "Move the Butia robot forward a predefined distance."
-msgstr ""
+#: TurtleArt/tabasics.py:713
+msgid "logical OR operator"
+msgstr "logische OF operator"
-#: taextras.py:91
-msgid "backward Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:722
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:94
+msgid "Palette of flow operators"
+msgstr "Palet van stroom operators"
-#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102
-msgid "Move the Butia robot backward."
-msgstr ""
+#: TurtleArt/tabasics.py:727
+msgid "wait"
+msgstr "wacht"
-#: taextras.py:93
-msgid "backward distance"
-msgstr ""
+#: TurtleArt/tabasics.py:731
+msgid "pauses program execution a specified number of seconds"
+msgstr "pauzeert programmauitvoering een aangegeven aantal seconden"
-#: taextras.py:94
-msgid "Move the Butia robot backward a predefined distance."
-msgstr ""
+#: TurtleArt/tabasics.py:738
+msgid "forever"
+msgstr "altijd"
-#: taextras.py:95
-msgid "left Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:742
+msgid "loops forever"
+msgstr "lust voor altijd"
-#: taextras.py:97
-msgid "right Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:748 TurtleArt/tabasics.py:752
+msgid "repeat"
+msgstr "herhaal"
-#: taextras.py:99
-msgid "Turn x degrees"
-msgstr ""
+#: TurtleArt/tabasics.py:753
+msgid "loops specified number of times"
+msgstr "lust een aangegeven aantal keren"
-#: taextras.py:100
-msgid "Turn the Butia robot x degrees."
-msgstr ""
+#: TurtleArt/tabasics.py:759 TurtleArt/tabasics.py:771
+msgid "if"
+msgstr "als"
-#: taextras.py:101
-msgid "stop Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:759
+msgid "then"
+msgstr "dan"
-#: taextras.py:103
-msgid "print Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:762
+msgid "if then"
+msgstr "als dan"
-#: taextras.py:104
-msgid "Print text in Butia robot 32-character ASCII display."
-msgstr ""
+#: TurtleArt/tabasics.py:764
+msgid "if-then operator that uses boolean operators from Numbers palette"
+msgstr "als-dan operator die gebruikt booleaanse operators van Getallen palet"
-#: taextras.py:105
-msgid "Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:771
+msgid "then else"
+msgstr "dan anders"
-#: taextras.py:109
-msgid "The camera was not found."
-msgstr ""
+#: TurtleArt/tabasics.py:775
+msgid "if then else"
+msgstr "als dan anders"
-#: taextras.py:110
-msgid "Error on the initialization of the camera."
+#: TurtleArt/tabasics.py:776
+msgid "if-then-else operator that uses boolean operators from Numbers palette"
msgstr ""
+"als-dan-anders operator die gebruikt booleaanse operators van Getallen palet"
-#: taextras.py:111
-msgid "FollowMe"
-msgstr ""
+#: TurtleArt/tabasics.py:784
+msgid "horizontal space"
+msgstr "horizontale ruimte"
-#: taextras.py:112
-msgid "follow a RGB color"
-msgstr ""
+#: TurtleArt/tabasics.py:785
+msgid "jogs stack right"
+msgstr "schudt stapel rechts"
-#: taextras.py:113
-msgid "follow a turtle color"
-msgstr ""
+#: TurtleArt/tabasics.py:792
+msgid "vertical space"
+msgstr "verticale ruimte"
-#: taextras.py:114
-msgid "calibrate a color to follow"
-msgstr ""
+#: TurtleArt/tabasics.py:793
+msgid "jogs stack down"
+msgstr "stoot stapel neer"
-#: taextras.py:115
-msgid "x position"
-msgstr ""
+#: TurtleArt/tabasics.py:799
+msgid "stop action"
+msgstr "stop actie"
-#: taextras.py:116
-msgid "return x position"
-msgstr ""
+#: TurtleArt/tabasics.py:802
+msgid "stops current action"
+msgstr "stop deze actie"
-#: taextras.py:117
-msgid "y position"
-msgstr ""
+#: TurtleArt/tabasics.py:811
+msgid "Palette of variable blocks"
+msgstr "Palet van variabele blokken"
-#: taextras.py:118
-msgid "return y position"
-msgstr ""
+#: TurtleArt/tabasics.py:816 pysamples/grecord.py:213
+msgid "start"
+msgstr "begin"
-#: taextras.py:122
-msgid "Sumo Butia"
-msgstr ""
+#: TurtleArt/tabasics.py:819
+msgid "connects action to toolbar run buttons"
+msgstr "verbindt actie aan werkbalk start knoppen"
-#: taextras.py:123
-msgid "submit speed​​"
-msgstr ""
+#: TurtleArt/tabasics.py:827
+msgid "store in box 1"
+msgstr "opslaan in doos 1"
-#: taextras.py:124
-msgid "Send speeds the robot."
-msgstr ""
+#: TurtleArt/tabasics.py:831
+msgid "stores numeric value in Variable 1"
+msgstr "slaat getalswaarde op in Variabele 1"
-#: taextras.py:125
-msgid "set speed"
-msgstr ""
+#: TurtleArt/tabasics.py:838
+msgid "store in box 2"
+msgstr "opslaan in doos 2"
-#: taextras.py:126
-msgid "Set the default speed for the movement commands."
-msgstr ""
+#: TurtleArt/tabasics.py:842
+msgid "stores numeric value in Variable 2"
+msgstr "slaat getalswaarde op in Variabele 2"
-#: taextras.py:127
-msgid "move"
-msgstr ""
+#: TurtleArt/tabasics.py:849 TurtleArt/tabasics.py:850
+#: TurtleArt/tabasics.py:851
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:172
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:174
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:181
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:209
+msgid "text"
+msgstr "tekst"
-#: taextras.py:128 TurtleArt/tabasics.py:131
-msgid "back"
-msgstr "terug"
+#: TurtleArt/tabasics.py:852
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175
+msgid "string value"
+msgstr "rijwaarde"
-#: taextras.py:129 pysamples/grecord.py:215
-#, fuzzy
-msgid "stop"
-msgstr "bovenin"
+#: TurtleArt/tabasics.py:856
+msgid "box 1"
+msgstr "doos 1"
-#: taextras.py:130
-msgid "turn left"
-msgstr ""
+#: TurtleArt/tabasics.py:859
+msgid "Variable 1 (numeric value)"
+msgstr "Variabele 1 (getalswaarde)"
-#: taextras.py:131
-msgid "turn right"
-msgstr ""
+#: TurtleArt/tabasics.py:865
+msgid "box 2"
+msgstr "doos 2"
-#: taextras.py:132
-msgid "angle to center"
-msgstr ""
+#: TurtleArt/tabasics.py:868
+msgid "Variable 2 (numeric value)"
+msgstr "Variabele 2 (getalswaarde)"
-#. TRANS: dojo is the playing field
-#: taextras.py:134
-msgid "Get the angle to the center of the dojo."
-msgstr ""
+#: TurtleArt/tabasics.py:875 TurtleArt/tabasics.py:885
+msgid "box"
+msgstr "doos"
-#: taextras.py:135
-msgid "angle to the opponent"
-msgstr ""
+#: TurtleArt/tabasics.py:877 TurtleArt/tabasics.py:888
+msgid "my box"
+msgstr "mijn vakje"
-#: taextras.py:136
-msgid "Get the angle to the center of the opponent."
-msgstr ""
+#: TurtleArt/tabasics.py:879
+msgid "named variable (numeric value)"
+msgstr "benoemde variabele (getalswaarde)"
-#: taextras.py:137
-msgid "x coor."
-msgstr ""
+#: TurtleArt/tabasics.py:885
+msgid "store in"
+msgstr "sla op in"
-#: taextras.py:138
-msgid "Get the x coordinate of the robot."
-msgstr ""
+#: TurtleArt/tabasics.py:885
+msgid "value"
+msgstr "waarde"
-#: taextras.py:139
-msgid "y coor."
-msgstr ""
+#: TurtleArt/tabasics.py:889
+msgid "stores numeric value in named variable"
+msgstr "slaat getalswaarde op in benoemde variabele"
-#: taextras.py:140
-msgid "Get the y coordinate of the robot."
-msgstr ""
+#: TurtleArt/tabasics.py:897 TurtleArt/tabasics.py:899
+#: TurtleArt/tabasics.py:923 TurtleArt/tabasics.py:926
+msgid "action"
+msgstr "actie"
-#: taextras.py:141
-msgid "opponent x coor."
-msgstr ""
+#: TurtleArt/tabasics.py:901
+msgid "top of nameable action stack"
+msgstr "bovenste van benoembare actie stapel"
-#: taextras.py:142
-msgid "Get the x coordinate of the opponent."
-msgstr ""
+#: TurtleArt/tabasics.py:906 TurtleArt/tabasics.py:933
+msgid "action 1"
+msgstr "actie 1"
-#: taextras.py:143
-msgid "opponent y coor."
-msgstr ""
+#: TurtleArt/tabasics.py:909
+msgid "top of Action 1 stack"
+msgstr "bovenste van Actie 1 stapel"
-#: taextras.py:144
-msgid "Get the y coordinate of the opponent."
-msgstr ""
+#: TurtleArt/tabasics.py:914 TurtleArt/tabasics.py:942
+msgid "action 2"
+msgstr "actie 2"
-#: taextras.py:145
-msgid "rotation"
-msgstr ""
+#: TurtleArt/tabasics.py:917
+msgid "top of Action 2 stack"
+msgstr "bovenste van Actie 2 stapel"
-#: taextras.py:146
-msgid "Get SumBot rotation."
-msgstr ""
+#: TurtleArt/tabasics.py:927
+msgid "invokes named action stack"
+msgstr "roept benoemde actie stapel aan"
-#: taextras.py:147
-msgid "opponent rotation"
-msgstr ""
+#: TurtleArt/tabasics.py:936
+msgid "invokes Action 1 stack"
+msgstr "roept Actie 1 stapel aan"
-#: taextras.py:148
-msgid "Get the rotation of the opponent."
-msgstr ""
+#: TurtleArt/tabasics.py:945
+msgid "invokes Action 2 stack"
+msgstr "roept Actie 2 stapel aan"
-#: taextras.py:149
-msgid "distance to center"
-msgstr ""
+#: TurtleArt/tabasics.py:953
+msgid "trash"
+msgstr "prullenbak"
-#. TRANS: dojo is the playing field
-#: taextras.py:151
-msgid "Get the distance to the center of the dojo."
-msgstr ""
+#: TurtleArt/tabasics.py:957
+msgid "empty trash"
+msgstr "leeg afval"
-#: taextras.py:152
-msgid "distance to opponent"
-msgstr ""
+#: TurtleArt/tabasics.py:958
+msgid "permanently deletes items in trash"
+msgstr "verwijdert items uit afval voorgoed"
-#: taextras.py:153
-msgid "Get the distance to the opponent."
-msgstr ""
+#: TurtleArt/tabasics.py:962
+msgid "restore all"
+msgstr "herlaad alles"
-#: taextras.py:154
-msgid "update information"
-msgstr ""
+#: TurtleArt/tabasics.py:963
+msgid "restore all blocks from trash"
+msgstr "herlaad alle blokken van afval"
-#: taextras.py:155
-msgid "Update information from the server."
-msgstr ""
+#: TurtleArt/tabasics.py:967
+msgid "clear all"
+msgstr "wis alles"
-#: pysamples/grecord.py:205 plugins/audio_sensors/audio_sensors.py:82
-#: plugins/audio_sensors/audio_sensors.py:97
-msgid "sound"
-msgstr "geluid"
+#: TurtleArt/tabasics.py:968
+msgid "move all blocks to trash"
+msgstr "verplaats alle blokken naar de prullenbak"
+
+#: TurtleArt/taconstants.py:250 TurtleArt/taconstants.py:272
+#: TurtleArt/taconstants.py:293 TurtleArt/taconstants.py:335
+#: TurtleArt/taconstants.py:377 TurtleArt/taconstants.py:419
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:868
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:882
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:896
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:910
+msgid "Title"
+msgstr "Titel"
-#: pysamples/grecord.py:213 TurtleArt/tabasics.py:801
-msgid "start"
-msgstr "begin"
+#: TurtleArt/talogo.py:465
+msgid "did not output to"
+msgstr "gaf geen uitvoer naar"
-#: pysamples/grecord.py:217
-msgid "play"
-msgstr ""
+#: TurtleArt/talogo.py:519
+msgid "I don't know how to"
+msgstr "Ik weet niet hoe"
-#: pysamples/grecord.py:219
-#, fuzzy
-msgid "save"
-msgstr "Bewaar"
+#: TurtleArt/talogo.py:566
+msgid "doesn't like"
+msgstr "houdt niet van"
-#: pysamples/uturn.py:24
-msgid "uturn"
+#: TurtleArt/talogo.py:566
+msgid "as input"
+msgstr "als invoer"
+
+#: TurtleArt/tapalette.py:84
+msgid "displays next palette"
+msgstr "toont volgende palet"
+
+#: TurtleArt/tapalette.py:85
+msgid "changes the orientation of the palette of blocks"
+msgstr "wijzigt de richting van het blokkenpalet"
+
+#: TurtleArt/tautils.py:177
+msgid "Load..."
+msgstr "Laden..."
+
+#: TurtleArt/tautils.py:187
+msgid "Save..."
+msgstr "Bewaren..."
+
+#: TurtleArt/tautils.py:596
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:641
+msgid "click to open"
+msgstr "klik om te openen"
+
+#: TurtleArt/tawindow.py:837 TurtleArt/tawindow.py:838
+msgid "orientation"
+msgstr "oriëntatie"
+
+#: TurtleArt/tawindow.py:848 TurtleArt/tawindow.py:1164
+msgid "next"
+msgstr "volgende"
+
+#: TurtleArt/tawindow.py:3146
+msgid "image"
+msgstr "afbeelding"
+
+#: TurtleArtActivity.py:147
+msgid "presentation"
+msgstr "presentatie"
+
+#: TurtleArtActivity.py:223
+msgid "snapshot"
+msgstr "foto"
+
+#: TurtleArtActivity.py:271 turtleart.py:354
+msgid "Show palette"
+msgstr "Toon palet"
+
+#: TurtleArtActivity.py:277 TurtleArtActivity.py:682 turtleart.py:356
+msgid "Hide palette"
+msgstr "Verberg palet"
+
+#: TurtleArtActivity.py:284 TurtleArtActivity.py:297
+msgid "Show blocks"
+msgstr "Toon blokken"
+
+#: TurtleArtActivity.py:287 TurtleArtActivity.py:305 TurtleArtActivity.py:685
+msgid "Hide blocks"
+msgstr "Verberg blokken"
+
+#: TurtleArtActivity.py:415
+msgid "Rescale coordinates down"
+msgstr "Herschaal coördinaten neer"
+
+#: TurtleArtActivity.py:419 TurtleArtActivity.py:546
+msgid "Rescale coordinates up"
+msgstr "Herschaal coördinaten op"
+
+#: TurtleArtActivity.py:478 TurtleArtActivity.py:516 turtleart.py:351
+msgid "Edit"
+msgstr "Bewerk"
+
+#: TurtleArtActivity.py:482 TurtleArtActivity.py:514 turtleart.py:346
+msgid "View"
+msgstr "Bekijk"
+
+#: TurtleArtActivity.py:489 TurtleArtActivity.py:520
+msgid "Help"
+msgstr "Help"
+
+#: TurtleArtActivity.py:512
+msgid "Project"
+msgstr "Project"
+
+#: TurtleArtActivity.py:518 TurtleArtActivity.py:625
+msgid "Save/Load"
msgstr ""
-#: pysamples/uturn.py:26
-msgid "make a uturn"
+#: TurtleArtActivity.py:528 turtleart.py:349
+msgid "Copy"
+msgstr "Kopieer"
+
+#: TurtleArtActivity.py:530 turtleart.py:350
+msgid "Paste"
+msgstr "Plak"
+
+#: TurtleArtActivity.py:532
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:667
+msgid "Fullscreen"
+msgstr "Schermvullend"
+
+#: TurtleArtActivity.py:534 turtleart.py:334
+msgid "Cartesian coordinates"
+msgstr "Cartesische coördinaten"
+
+#: TurtleArtActivity.py:536 turtleart.py:336
+msgid "Polar coordinates"
+msgstr "Polaire coördinaten"
+
+#: TurtleArtActivity.py:539
+msgid "Metric coordinates"
+msgstr "Metrische coördinaten"
+
+#: TurtleArtActivity.py:549 turtleart.py:340
+msgid "Grow blocks"
+msgstr "Vergroot blokken"
+
+#: TurtleArtActivity.py:551 turtleart.py:342
+msgid "Shrink blocks"
+msgstr "Verklein blokken"
+
+#: TurtleArtActivity.py:575 TurtleArtActivity.py:667
+msgid "Load example"
+msgstr "Laad voorbeeld"
+
+#: TurtleArtActivity.py:593 TurtleArtActivity.py:597
+msgid "Move the cursor over the orange palette for help."
+msgstr "Beweeg de cursor over het oranje palet voor hulp."
+
+#: TurtleArtActivity.py:630 TurtleArtActivity.py:650 turtleart.py:324
+msgid "Save as image"
+msgstr "Opslaan als afbeelding"
+
+#: TurtleArtActivity.py:633 TurtleArtActivity.py:653 turtleart.py:326
+msgid "Save as HTML"
+msgstr "Opslaan als HTML"
+
+#: TurtleArtActivity.py:636 TurtleArtActivity.py:655 turtleart.py:328
+msgid "Save as Logo"
+msgstr "Bewaar als Logo"
+
+#: TurtleArtActivity.py:639 TurtleArtActivity.py:658
+msgid "Save snapshot"
+msgstr "Bewaar foto"
+
+#: TurtleArtActivity.py:641 TurtleArtActivity.py:661
+msgid "Load project"
msgstr ""
+#: TurtleArtActivity.py:644 TurtleArtActivity.py:664
+msgid "Load Python block"
+msgstr "Laad Python blok"
+
+#: TurtleArtActivity.py:683
+msgid "<Ctrl>p"
+msgstr "<Ctrl>p"
+
+#: TurtleArtActivity.py:686
+msgid "<Ctrl>b"
+msgstr "<Ctrl>b"
+
+#: TurtleArtActivity.py:691 turtleart.py:363
+msgid "Clean"
+msgstr "Wissen"
+
+#: TurtleArtActivity.py:691
+msgid "<Ctrl>e"
+msgstr "<Ctrl>e"
+
+#: TurtleArtActivity.py:693 turtleart.py:364
+msgid "Run"
+msgstr "Draai"
+
+#: TurtleArtActivity.py:693
+msgid "<Ctrl>r"
+msgstr "<Ctrl>r"
+
+#: TurtleArtActivity.py:695 turtleart.py:365
+msgid "Step"
+msgstr "Stap"
+
+#: TurtleArtActivity.py:695
+msgid "<Ctrl>w"
+msgstr "<Ctrl>w"
+
+#: TurtleArtActivity.py:698 turtleart.py:366
+msgid "Debug"
+msgstr "Debug"
+
+#: TurtleArtActivity.py:698
+msgid "<Ctrl>d"
+msgstr "<Ctrl>d"
+
+#: TurtleArtActivity.py:700
+msgid "Stop turtle"
+msgstr "Stop schildpad"
+
+#: TurtleArtActivity.py:701
+msgid "<Ctrl>s"
+msgstr "<Ctrl>s"
+
#: gnome_plugins/collaboration_plugin.py:67
msgid "My Turtle Art session"
-msgstr ""
+msgstr "Mijn Schildpad Kunst sessie"
#: gnome_plugins/collaboration_plugin.py:115
msgid "Enable collaboration"
-msgstr ""
+msgstr "Samenwerken aanzetten"
#: gnome_plugins/collaboration_plugin.py:120
msgid "Activities"
-msgstr ""
+msgstr "Activiteiten"
#: gnome_plugins/collaboration_plugin.py:125
msgid "Buddies"
-msgstr ""
+msgstr "Maatjes"
#: gnome_plugins/collaboration_plugin.py:128
msgid "Share"
-msgstr ""
+msgstr "Delen"
#: gnome_plugins/collaboration_plugin.py:129
msgid "Configuration"
-msgstr ""
+msgstr "Configuratie"
#: gnome_plugins/collaboration_plugin.py:132
msgid "Neighborhood"
-msgstr ""
+msgstr "Omgeving"
-#: gnome_plugins/collaboration_plugin.py:288
+#: gnome_plugins/collaboration_plugin.py:292
msgid "Nickname"
-msgstr ""
+msgstr "Bijnaam"
-#: gnome_plugins/collaboration_plugin.py:290
+#: gnome_plugins/collaboration_plugin.py:294
msgid "Account ID"
-msgstr ""
+msgstr "Account ID"
-#: gnome_plugins/collaboration_plugin.py:292
+#: gnome_plugins/collaboration_plugin.py:296
msgid "Server"
-msgstr ""
+msgstr "Server"
-#: gnome_plugins/collaboration_plugin.py:294
+#: gnome_plugins/collaboration_plugin.py:298
msgid "Port"
-msgstr ""
+msgstr "Poort"
-#: gnome_plugins/collaboration_plugin.py:296
-#, fuzzy
+#: gnome_plugins/collaboration_plugin.py:300
msgid "Password"
-msgstr "Wachtwoord:"
+msgstr "Wachtwoord"
-#: gnome_plugins/collaboration_plugin.py:298
+#: gnome_plugins/collaboration_plugin.py:302
msgid "Register"
-msgstr ""
+msgstr "Register"
-#: gnome_plugins/collaboration_plugin.py:300
-#, fuzzy
+#: gnome_plugins/collaboration_plugin.py:304
msgid "Colors"
-msgstr "kleuren"
+msgstr "Kleuren"
#: gnome_plugins/uploader_plugin.py:64
msgid "Upload to Web"
@@ -758,7 +991,7 @@ msgstr "Naar web uploaden"
#: gnome_plugins/uploader_plugin.py:66
msgid "Upload"
-msgstr ""
+msgstr "Uploaden"
#: gnome_plugins/uploader_plugin.py:83
msgid ""
@@ -800,285 +1033,396 @@ msgstr "Aanmelden mislukt"
msgid "Failed to upload!"
msgstr "Uploaden mislukt!"
-#: plugins/camera_sensor/camera_sensor.py:58 plugins/rfid/rfid.py:86
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:269
-#: plugins/light_sensor/light_sensor.py:49
-#: plugins/audio_sensors/audio_sensors.py:75
#: plugins/accelerometer/accelerometer.py:49
+#: plugins/audio_sensors/audio_sensors.py:75
+#: plugins/camera_sensor/camera_sensor.py:56
+#: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:294
msgid "Palette of sensor blocks"
msgstr "Palet van sensorblokken"
-#: plugins/camera_sensor/camera_sensor.py:69
-#: plugins/camera_sensor/camera_sensor.py:81
-#: plugins/camera_sensor/camera_sensor.py:99
-#: plugins/camera_sensor/camera_sensor.py:112
+#: plugins/accelerometer/accelerometer.py:55
+#: plugins/accelerometer/accelerometer.py:62
+msgid "acceleration"
+msgstr "versnelling"
+
+#: plugins/accelerometer/accelerometer.py:57
+#: plugins/accelerometer/accelerometer.py:64
+msgid "push acceleration in x, y, z to heap"
+msgstr "duw versnelling in x, y, z naar hoop"
+
+#: plugins/audio_sensors/audio_sensors.py:82
+#: plugins/audio_sensors/audio_sensors.py:97 pysamples/grecord.py:205
+msgid "sound"
+msgstr "geluid"
+
+#: plugins/audio_sensors/audio_sensors.py:83
+#: plugins/audio_sensors/audio_sensors.py:98
+msgid "raw microphone input signal"
+msgstr "ruw microfoon invoer signaal"
+
+#: plugins/audio_sensors/audio_sensors.py:89
+#: plugins/audio_sensors/audio_sensors.py:104
+msgid "loudness"
+msgstr "luidheid"
+
+#: plugins/audio_sensors/audio_sensors.py:90
+#: plugins/audio_sensors/audio_sensors.py:105
+msgid "microphone input volume"
+msgstr "microfoon invoer volume"
+
+#: plugins/audio_sensors/audio_sensors.py:118
+#: plugins/audio_sensors/audio_sensors.py:126
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281
+msgid "pitch"
+msgstr "toonhoogte"
+
+#: plugins/audio_sensors/audio_sensors.py:119
+#: plugins/audio_sensors/audio_sensors.py:127
+msgid "microphone input pitch"
+msgstr "microfoon invoer toonhoogte"
+
+#: plugins/audio_sensors/audio_sensors.py:147
+#: plugins/audio_sensors/audio_sensors.py:161
+#: plugins/audio_sensors/audio_sensors.py:174
+#: plugins/audio_sensors/audio_sensors.py:188
+msgid "resistance"
+msgstr "weerstand"
+
+#: plugins/audio_sensors/audio_sensors.py:148
+#: plugins/audio_sensors/audio_sensors.py:162
+#: plugins/audio_sensors/audio_sensors.py:175
+#: plugins/audio_sensors/audio_sensors.py:189
+msgid "microphone input resistance"
+msgstr "microfoon invoerweerstand"
+
+#: plugins/audio_sensors/audio_sensors.py:153
+#: plugins/audio_sensors/audio_sensors.py:167
+#: plugins/audio_sensors/audio_sensors.py:180
+#: plugins/audio_sensors/audio_sensors.py:194
+msgid "voltage"
+msgstr "spanning"
+
+#: plugins/audio_sensors/audio_sensors.py:154
+#: plugins/audio_sensors/audio_sensors.py:168
+#: plugins/audio_sensors/audio_sensors.py:181
+#: plugins/audio_sensors/audio_sensors.py:195
+msgid "microphone input voltage"
+msgstr "microfoon invoer spanning"
+
+#: plugins/camera_sensor/camera_sensor.py:67
+#: plugins/camera_sensor/camera_sensor.py:79
+#: plugins/camera_sensor/camera_sensor.py:97
+#: plugins/camera_sensor/camera_sensor.py:110
#: plugins/light_sensor/light_sensor.py:55
#: plugins/light_sensor/light_sensor.py:62
msgid "brightness"
-msgstr ""
+msgstr "helderheid"
-#: plugins/camera_sensor/camera_sensor.py:70
-#: plugins/camera_sensor/camera_sensor.py:101
+#: plugins/camera_sensor/camera_sensor.py:68
+#: plugins/camera_sensor/camera_sensor.py:99
msgid "light level detected by camera"
-msgstr ""
+msgstr "lichtniveau ontdekt door camera"
-#: plugins/camera_sensor/camera_sensor.py:82
-#: plugins/camera_sensor/camera_sensor.py:113
+#: plugins/camera_sensor/camera_sensor.py:80
+#: plugins/camera_sensor/camera_sensor.py:111
msgid "Average RGB color from camera is pushed to the stack"
-msgstr ""
+msgstr "Gemiddelde RGB kleur van camera is naar de stapel geduwd"
-#: plugins/camera_sensor/camera_sensor.py:93
-#: plugins/camera_sensor/camera_sensor.py:125
+#: plugins/camera_sensor/camera_sensor.py:91
+#: plugins/camera_sensor/camera_sensor.py:123
msgid "camera output"
-msgstr ""
+msgstr "camera uitvoer"
+
+#: plugins/light_sensor/light_sensor.py:57
+#: plugins/light_sensor/light_sensor.py:64
+msgid "light level detected by light sensor"
+msgstr "lichtniveau ontdekt door lichtsensor"
#: plugins/rfid/rfid.py:91 plugins/rfid/rfid.py:99
msgid "RFID"
-msgstr ""
+msgstr "RFID"
#: plugins/rfid/rfid.py:92 plugins/rfid/rfid.py:100
msgid "read value from RFID device"
-msgstr ""
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
-#: TurtleArt/tabasics.py:707
-msgid "Palette of flow operators"
-msgstr "Palet van stroom operators"
+msgstr "lees waarde van RFID apparaat"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:99
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:102
msgid "while"
msgstr "zolang"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:104
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
msgid "do-while-True operator that uses boolean operators from Numbers palette"
msgstr ""
"do-zolang-Waar operator die booleaanse operators gebruikt van Getal palet"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:110
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:109
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:112
msgid "until"
msgstr "totdat"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:111
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113
msgid "do-until-True operator that uses boolean operators from Numbers palette"
msgstr ""
"doe-totdat-Waar operator die gebruik maakt van booleaanse operators van "
"Getal palet"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:118
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:120
msgid "Palette of media objects"
-msgstr ""
+msgstr "Palet van media voorwerpen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126
msgid "journal"
msgstr "dagboek"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:125
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:127
msgid "Sugar Journal media object"
msgstr "Sugar Dagboek media voorwerp"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:135
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137
msgid "audio"
msgstr "audio"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:139
msgid "Sugar Journal audio object"
msgstr "Sugar Dagboek geluidsvoorwerp"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:147
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149
msgid "video"
-msgstr ""
+msgstr "video"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149
-#, fuzzy
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151
msgid "Sugar Journal video object"
msgstr "Sugar Dagboek geluidsvoorwerp"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:159
-#, fuzzy
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161
msgid "description"
-msgstr "Beschrijving:"
+msgstr "beschrijving"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163
msgid "Sugar Journal description field"
msgstr "Sugar Dagboek beschrijvingveld"
-#: 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 "rijwaarde"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:178
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:206
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:180
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:208
msgid "show"
msgstr "toon"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:182
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:195
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:210
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:184
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:197
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:212
msgid "draws text or show media from the Journal"
msgstr "tekent tekst of toont media uit het Dagboek"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:191
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:193
msgid "show aligned"
msgstr "toon uitgelijnd"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:218
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:220
msgid "set scale"
msgstr "stel schaal in"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:224
msgid "sets the scale of media"
msgstr "stelt de schaal van de media in"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:229
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:231
msgid "save picture"
msgstr "bewaar afbeelding"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:231
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:242
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:233
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:244
msgid "picture name"
msgstr "afbeeldingnaam"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:232
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234
msgid "saves a picture to the Sugar Journal"
msgstr "bewaart een afbeelding in het Sugar Dagboek"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:240
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:242
msgid "save SVG"
msgstr "bewaar SVG"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:243
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245
msgid "saves turtle graphics as an SVG file in the Sugar Journal"
msgstr "bewaart een schikdpad plaatje als een SVG bestand in het Sugar Dagboek"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:250
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:252
msgid "scale"
msgstr "schaal"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:254
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256
msgid "holds current scale value"
msgstr "houdt deze schaalwaarde"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261
msgid "media wait"
-msgstr ""
+msgstr "media wacht"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:263
msgid "wait for current video or audio to complete"
-msgstr ""
+msgstr "wacht tot huidige video of audio gereed is"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270
+msgid "speak"
+msgstr "spreek"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:272
+msgid "hello"
+msgstr "hallo"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:273
+msgid "speaks text"
+msgstr "spreekt tekst"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:274
+#. TRANS: pitch, duration, amplitude
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281
+msgid "sinewave"
+msgstr "sinusgolf"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281
+msgid "duration"
+msgstr "duur"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:284
+msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)"
+msgstr "speelt een sinusgolf met frequentie, amplitude en duur (in secomden)"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299
+msgid "button down"
+msgstr "knop ingedrukt"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:302
+msgid "returns 1 if mouse button is pressed"
+msgstr "geeft 1 als muisknop is ingedrukt"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:309
+msgid "mouse x"
+msgstr "muis x"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:312
+msgid "returns mouse x coordinate"
+msgstr "geeft muis x coördinaat"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:319
+msgid "mouse y"
+msgstr "muis y"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322
+msgid "returns mouse y coordinate"
+msgstr "geeft muis y coördinaat"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330
msgid "query keyboard"
msgstr "vraag toetsenbord uit"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:276
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332
msgid "query for keyboard input (results stored in keyboard block)"
msgstr ""
"uitvraging van toetsenbord invoer (resultaten opgeslagen in toetsenbordblok)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:339
msgid "keyboard"
msgstr "toetsenbord"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:287
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:343
msgid "holds results of query-keyboard block"
msgstr "bevat resultaten van uitvraging-toetsnebordblok"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:294
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:350
msgid "read pixel"
msgstr "lees pixel"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:353
msgid "RGB color under the turtle is pushed to the stack"
msgstr "RGB kleur onder de schildpad is op de stapel gelegd"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361
msgid "turtle sees"
msgstr "schildpad ziet"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:363
msgid "returns the color that the turtle \"sees\""
msgstr "geeft de kleur dat de schildpad \"ziet\""
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:315
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371 taextras.py:279
msgid "time"
-msgstr ""
+msgstr "tijd"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:318
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:374
msgid "elapsed time (in seconds) since program started"
-msgstr ""
+msgstr "verstreken tijd (in seconden) sinds programma startte"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:327
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:383
msgid "Palette of extra options"
msgstr "Palet van extra opties"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388
msgid "push"
msgstr "neerleggen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:335
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:391
msgid "pushes value onto FILO (first-in last-out heap)"
msgstr "duwt waarde op FILO (eerst-in-laatst-uit hoop)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:345
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:401
msgid "show heap"
msgstr "stapel weergeven"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:404
msgid "shows values in FILO (first-in last-out heap)"
msgstr "toont waarden in FILO (eerst-in-laatst-uit hoop)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:358
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:414
msgid "empty heap"
msgstr "stapel wissen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:417
msgid "emptys FILO (first-in-last-out heap)"
msgstr "leegt FILO (eerste-in-laatste-uit hoop)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427
msgid "pop"
msgstr "afnemen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:375
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:431
msgid "pops value off FILO (first-in last-out heap)"
msgstr "duwt waarde van FILO (eerst-in-laatst-uit hoop)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:385
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:387
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:441
+#, fuzzy
+msgid "empty heap?"
+msgstr "stapel wissen"
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444
+msgid "returns True if heap is empty"
+msgstr ""
+
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:451
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:453
msgid "comment"
msgstr "commentaar"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:454
msgid "places a comment in your code"
msgstr "plaatst een commentaar in je code"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:394
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:460
msgid "print"
msgstr "druk af"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:397
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:463
msgid "prints value in status block at bottom of the screen"
msgstr "drukt waarde af in status blok bij de onderkant van het scherm"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:405
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:417
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:430
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:471
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:483
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:496
msgid "Python"
msgstr "Python"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:408
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:474
msgid ""
"a programmable block: used to add advanced single-variable math equations, e."
"g., sin(x)"
@@ -1086,7 +1430,7 @@ msgstr ""
"een programmeerbaar blok: gebruikt om geavanceerde enkele-variabele "
"wiskundige vergelijkingen toe te voegen, zoals sin(x)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:420
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:486
msgid ""
"a programmable block: used to add advanced multi-variable math equations, e."
"g., sqrt(x*x+y*y)"
@@ -1094,7 +1438,7 @@ msgstr ""
"een programmeerbaar blok: gebruikt om geavanceerde meer-variabelen wisk "
"vergelijkingen toe te voegen, zoals sqrt(x*x+y*y)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:433
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499
msgid ""
"a programmable block: used to add advanced multi-variable math equations, e."
"g., sin(x+y+z)"
@@ -1102,951 +1446,1316 @@ msgstr ""
"een programmeerbaar blok: gebruikt om geavanceerde meer-variabelen "
"wiskundige vergelijkingen toe te voegen, zoals sin(x+y+z)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:459
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:474
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:510
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:525
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:540
msgid "Python block"
-msgstr ""
+msgstr "Python blok"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:446
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:461
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:476
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:512
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:542
msgid "runs code found in the tamyblock.py module found in the Journal"
msgstr "draait code gevonden in tamyblock.py module gevonden in het Dagboek"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:489
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555
msgid "Cartesian"
msgstr "Cartesisch"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:491
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:557
msgid "displays Cartesian coordinates"
msgstr "toont Cartesische coördinaten"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:497
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563
msgid "polar"
msgstr "polair"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:565
msgid "displays polar coordinates"
msgstr "toont polaire coördinaten"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:505
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:571
msgid "turtle"
msgstr "schildpad"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:574
msgid "chooses which turtle to command"
msgstr "kies welk schildpad te besturen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:517
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:526
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592
msgid "turtle shell"
msgstr "turtle shall"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:585
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:593
msgid "put a custom 'shell' on the turtle"
msgstr "legt een aangepast 'schild' op de schildpad"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:532
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:697
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:598
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:763
msgid "top"
msgstr "bovenin"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:534
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:600
msgid "top of a collapsed stack"
msgstr "bovenkant van een ingeklapte stapel"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:540
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:673
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:739
msgid "bottom"
msgstr "onderkant"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541
-#, fuzzy
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:607
msgid "bottom of a collapsible stack"
-msgstr "bovenkant van een inklapbare stapel"
+msgstr "onderkant van een inklapbare stapel"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615
msgid "bottom block in a collapsed stack: click to open"
msgstr "onderste blok in een ingeklapte stapel: klik om te openen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:557
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:560
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:569
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:577
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:623
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:626
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:635
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:643
msgid "top of stack"
msgstr "bovenop de stapel"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:558
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:567
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:624
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:633
msgid "label"
msgstr "label"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:566
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:632
msgid "top of a collapsible stack"
msgstr "bovenkant van een inklapbare stapel"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575
-#: TurtleArt/tautils.py:590
-msgid "click to open"
-msgstr "klik om te openen"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:649
msgid "Palette of presentation templates"
msgstr "Palet van presentatie sjablonen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:587
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653
msgid "hide blocks"
msgstr "blokken verbergen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:589
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:655
msgid "declutters canvas by hiding blocks"
msgstr "ontwar schilderij door blokken te verbergen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:594
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:660
msgid "show blocks"
msgstr "blokken weergeven"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:662
msgid "restores hidden blocks"
msgstr "herlaad verborgen blokken"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:601
-msgid "full screen"
-msgstr "volledig scherm"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:603
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669
msgid "hides the Sugar toolbars"
msgstr "verbergt de Sugar werkbalken"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:612
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:678
msgid "list"
-msgstr ""
+msgstr "lijst"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:845
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:911
msgid "presentation bulleted list"
msgstr "presentatiepuntenlijst"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:623
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:846
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:912
msgid "presentation template: list of bullets"
msgstr "presentatie sjabloon: puntenlijst"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:630
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:790
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:696
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:856
msgid "presentation template: select Journal object (no description)"
msgstr "presentatie sjabloon: selecteer Dagboek voorwerp (zonder beschrijving)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:637
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:776
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:703
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:842
msgid "presentation template: select Journal object (with description)"
msgstr "presentatie sjabloon: selecteer Dagboek voorwerp (met beschrijving)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:644
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:832
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:710
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:898
msgid "presentation template: select four Journal objects"
msgstr "presentatie sjabloon: selecteer vier Dagboek voorwerpen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:651
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:658
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:818
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:717
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:870
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:884
msgid "presentation template: select two Journal objects"
msgstr "presentatie sjabloon: selecteer twee Dagboek voorwerpen"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665
-#: TurtleArt/tabasics.py:154
-msgid "left"
-msgstr "links"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734
msgid "xcor of left of screen"
msgstr "xcor van linkerkant van scherm"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:676
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742
msgid "ycor of bottom of screen"
msgstr "ycor voor onderkant van scherm"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:747 taextras.py:205
msgid "width"
msgstr "breedte"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:684
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:750
msgid "the canvas width"
msgstr "de schilderij breedte"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
-#: TurtleArt/tabasics.py:165
-msgid "right"
-msgstr "rechts"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:692
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:758
msgid "xcor of right of screen"
msgstr "xcor van rechterkant van scherm"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:766
msgid "ycor of top of screen"
msgstr "ycor van bovenkant van het scherm"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:705
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 taextras.py:200
+#: taextras.py:206
msgid "height"
msgstr "hoogte"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774
msgid "the canvas height"
msgstr "de schlderijhoogte"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781
msgid "title x"
msgstr "titel x"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:790
msgid "title y"
msgstr "titel y"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:733
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:799
msgid "left x"
-msgstr ""
+msgstr "links x"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:808
msgid "top y"
-msgstr ""
+msgstr "boven y"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:751
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817
msgid "right x"
-msgstr ""
+msgstr "rechts x"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:760
-#, fuzzy
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826
msgid "bottom y"
-msgstr "onderkant"
-
-#: 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"
+msgstr "onderkant y"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:775
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:841
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:855
msgid "presentation 1x1"
msgstr "presentatie 1x1"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:803
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:869
msgid "presentation 2x1"
msgstr "presentatie 2x1"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:883
msgid "presentation 1x2"
msgstr "presentatie 1x2"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:831
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897
msgid "presentation 2x2"
msgstr "presentatie 2x2"
-#: plugins/light_sensor/light_sensor.py:57
-#: plugins/light_sensor/light_sensor.py:64
-msgid "light level detected by light sensor"
+#: pysamples/grecord.py:215
+msgid "stop"
+msgstr "stop"
+
+#: pysamples/grecord.py:217
+msgid "play"
+msgstr "speel"
+
+#: pysamples/grecord.py:219
+msgid "save"
+msgstr "bewaar"
+
+#: pysamples/uturn.py:24
+msgid "uturn"
+msgstr "u-bocht"
+
+#: pysamples/uturn.py:26
+msgid "make a uturn"
+msgstr "maak een u-bocht"
+
+#: taextras.py:36
+msgid "Turtle Art Mini"
+msgstr "Schildpad Kunst Mini"
+
+#: taextras.py:40
+msgid "Turtle Confusion"
+msgstr "Schildpad Verwarring"
+
+#: taextras.py:41
+msgid "Select a challenge"
+msgstr "Kies een uitdaging"
+
+#: taextras.py:47
+msgid "Palette of Mexican pesos"
+msgstr "Palet van Mexicaanse pesos"
+
+#: taextras.py:48
+msgid "Palette of Colombian pesos"
+msgstr "Palet van Colombiaanse pesos"
+
+#: taextras.py:49
+msgid "Palette of Rwandan francs"
+msgstr "Palet van Rwandaanse franken"
+
+#: taextras.py:50
+msgid "Palette of US currencies"
+msgstr "Palet van USA munten"
+
+#: taextras.py:51
+msgid "Palette of Australian currencies"
+msgstr "Palet van Australische munten"
+
+#: taextras.py:52
+msgid "Palette of Guaranies"
+msgstr "Palet van 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 "Schildpad Kunst Butia"
+
+#: taextras.py:59
+#, fuzzy
+msgid "adjust LED intensity between 0 and 255"
+msgstr "pas LED intensiteit aan tussen 0 en 255"
+
+#: taextras.py:60
+#, fuzzy
+msgid "returns the object gray level as a number between 0 and 1023"
+msgstr "geeft omgevingslicht niveau als getal tussen 0 en 1023"
+
+#: taextras.py:61
+#, fuzzy
+msgid "returns 1 when the button is press and 0 otherwise"
+msgstr "geeft 1 terug als knop is ingedrukt en anders 0"
+
+#: taextras.py:62
+#, fuzzy
+msgid "returns the ambient light level as a number between 0 and 1023"
+msgstr "geeft omgevingslicht niveau als getal tussen 0 en 1023"
+
+#: taextras.py:63
+#, fuzzy
+msgid "returns the ambient temperature as a number between 0 and 255"
+msgstr "geeft omgevingstemperatuur als een getal tussen 0 en 255"
+
+#: taextras.py:64
+#, fuzzy
+msgid ""
+"returns the distance from the object in front of the sensor as a number "
+"between 0 and 255"
msgstr ""
+"geeft de afstand van het voorwerp voor de sensor als een getal tussen 0 en "
+"255"
-#: plugins/audio_sensors/audio_sensors.py:83
-#: plugins/audio_sensors/audio_sensors.py:98
-msgid "raw microphone input signal"
+#: taextras.py:66
+#, fuzzy
+msgid "returns 0 or 1 depending on the sensor inclination"
+msgstr "geeft een 0 of 1 afhankelijk van de hoek van de sensor"
+
+#: taextras.py:67
+#, fuzzy
+msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise"
+msgstr "geeft een 1 als de sensors een magnetisch veld waarnemen, anders 0"
+
+#: taextras.py:68
+#, fuzzy
+msgid "switches from 0 to 1, the frequency depends on the vibration"
+msgstr "schakelt tussen 0 en 1, de frequentie hangt af van de trilling"
+
+#: taextras.py:69
+msgid "LED"
+msgstr "LED"
+
+#: taextras.py:70
+msgid "pushbutton"
+msgstr "drukknop"
+
+#: taextras.py:71
+msgid "grayscale"
+msgstr "grijsschaal"
+
+#: taextras.py:72
+msgid "ambient light"
+msgstr "omgevingslicht"
+
+#: taextras.py:73
+msgid "temperature"
+msgstr "temperatuur"
+
+#: taextras.py:74 taextras.py:244
+msgid "distance"
+msgstr "afstand"
+
+#: taextras.py:75 taextras.py:241
+msgid "tilt"
+msgstr "hoogtehoek"
+
+#: taextras.py:76
+msgid "magnetic induction"
+msgstr "magnetische inductie"
+
+#: taextras.py:77
+msgid "vibration"
+msgstr "trilling"
+
+#: taextras.py:78
+msgid "Butia Robot"
+msgstr "Butia Robot"
+
+#: taextras.py:79
+msgid "delay Butia"
+msgstr "vertraging Butia"
+
+#: taextras.py:80
+msgid "wait for argument seconds"
+msgstr "wacht argument seconden"
+
+#. TRANS: This string is shorthand for "battery charge of Butia"
+#: taextras.py:82
+msgid "battery charge Butia"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:89
-#: plugins/audio_sensors/audio_sensors.py:104
-msgid "loudness"
+#: taextras.py:83
+#, fuzzy
+msgid "returns the battery charge as a number between 0 and 255"
+msgstr "geeft de batterijlading als een getal tussen 0 en 255"
+
+#. TRANS: This string is shorthand for "speed of Butia"
+#: taextras.py:85
+msgid "speed Butia"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:90
-#: plugins/audio_sensors/audio_sensors.py:105
-msgid "microphone input volume"
-msgstr "microfoon invoer volume"
+#: taextras.py:86
+#, fuzzy
+msgid ""
+"set the speed of the Butia motors as a value between 0 and 1023, passed by "
+"an argument"
+msgstr ""
+"zet de snelheid van de Butia motoren als een waarde tussen 0 en 1023, "
+"doorgegeven als een argument"
-#: plugins/audio_sensors/audio_sensors.py:118
-#: plugins/audio_sensors/audio_sensors.py:126
-msgid "pitch"
-msgstr "toonhoogte"
+#. TRANS: This string is shorthand for "move Butia forward"
+#: taextras.py:89
+msgid "forward Butia"
+msgstr "vooruit Butia"
-#: plugins/audio_sensors/audio_sensors.py:119
-#: plugins/audio_sensors/audio_sensors.py:127
-msgid "microphone input pitch"
-msgstr "microfoon invoer toonhoogte"
+#: taextras.py:90
+#, fuzzy
+msgid "move the Butia robot forward"
+msgstr "beweeg de Butia robot vooruit"
-#: plugins/audio_sensors/audio_sensors.py:145
-#: plugins/audio_sensors/audio_sensors.py:159
-msgid "resistance"
-msgstr "weerstand"
+#: taextras.py:91
+#, fuzzy
+msgid "move the Butia robot forward a predefined distance"
+msgstr "beweeg de Butia robot de voorgedefinieerde afstand vooruit"
-#: plugins/audio_sensors/audio_sensors.py:146
-#: plugins/audio_sensors/audio_sensors.py:160
-msgid "microphone input resistance"
+#. TRANS: This string is shorthand for "move Butia backward"
+#: taextras.py:93
+msgid "backward Butia"
+msgstr "achteruit Butia"
+
+#: taextras.py:94
+#, fuzzy
+msgid "move the Butia robot backward"
+msgstr "beweeg de Butia robot achteruit"
+
+#: taextras.py:95
+#, fuzzy
+msgid "move the Butia robot backward a predefined distance"
+msgstr "beweeg de Butia robot de voorgedefinieerde afstand achteruit"
+
+#. TRANS: This string is shorthand for "turn Butia left"
+#: taextras.py:97
+msgid "left Butia"
+msgstr "links Butia"
+
+#: taextras.py:98
+msgid "turn the Butia robot at left"
msgstr ""
-#: plugins/audio_sensors/audio_sensors.py:151
-#: plugins/audio_sensors/audio_sensors.py:166
-msgid "voltage"
-msgstr "spanning"
+#. TRANS: This string is shorthand for "turn Butia right"
+#: taextras.py:100
+msgid "right Butia"
+msgstr "rechts Butia"
-#: plugins/audio_sensors/audio_sensors.py:152
-#: plugins/audio_sensors/audio_sensors.py:167
+#: taextras.py:101
+msgid "turn the Butia robot at right"
+msgstr ""
+
+#: taextras.py:102
+msgid "turn Butia"
+msgstr ""
+
+#: taextras.py:103
#, fuzzy
-msgid "microphone input voltage"
-msgstr "microfoon invoer volume"
+msgid "turn the Butia robot x degrees"
+msgstr "draai de Butia robot x graden"
-#: plugins/accelerometer/accelerometer.py:55
-#: plugins/accelerometer/accelerometer.py:62
-msgid "acceleration"
+#: taextras.py:104
+msgid "stop Butia"
+msgstr "stop Butia"
+
+#: taextras.py:105
+msgid "stop the Butia robot"
msgstr ""
-#: plugins/accelerometer/accelerometer.py:57
-#: plugins/accelerometer/accelerometer.py:64
-msgid "push acceleration in x, y, z to heap"
+#: taextras.py:106
+#, fuzzy
+msgid "display Butia"
+msgstr "vertraging Butia"
+
+#. TRANS: this string must contain only ASCII characters.
+#. The len must be 32 characters/spaces.
+#: taextras.py:109
+msgid "Hello World Butia "
msgstr ""
-#: TurtleArt/tapalette.py:83
-msgid "displays next palette"
-msgstr "toont volgende palet"
+#: taextras.py:110
+#, fuzzy
+msgid "print text in Butia robot 32-character ASCII display"
+msgstr "Print tekst in Butia robot 32-karakter ASCII scherm."
-#: TurtleArt/tapalette.py:84
-msgid "changes the orientation of the palette of blocks"
-msgstr "wijzigt de richting van het blokkenpalet"
+#: taextras.py:111
+msgid "Butia"
+msgstr "Butia"
-#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749
-msgid "orientation"
-msgstr "oriëntatie"
+#: taextras.py:115
+msgid "The camera was not found."
+msgstr "De camera is niet gevonden."
-#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022
-msgid "next"
-msgstr "volgende"
+#: taextras.py:116
+msgid "Error on the initialization of the camera."
+msgstr "Fout bij initialisatie van de camera."
-#: TurtleArt/tawindow.py:2885
-msgid "image"
-msgstr "afbeelding"
+#: taextras.py:117
+msgid "FollowMe"
+msgstr "VolgMe"
-#: TurtleArt/tautils.py:173
-msgid "Load..."
+#: taextras.py:118
+msgid "follow a RGB color"
+msgstr "volg een RGB kleur"
+
+#: taextras.py:119
+msgid "set a threshold for a RGB color"
msgstr ""
-#: TurtleArt/tautils.py:182
-msgid "Save..."
+#: taextras.py:120
+msgid "follow a turtle color"
+msgstr "volg een schildpadkleur"
+
+#: taextras.py:121
+msgid "set the minimal number of pixels to follow"
msgstr ""
-#: TurtleArt/talogo.py:417
-msgid "did not output to"
-msgstr "gaf geen uitvoer naar"
+#: taextras.py:122
+msgid "calibrate"
+msgstr "calibreer"
-#: TurtleArt/talogo.py:466
-msgid "I don't know how to"
-msgstr "Ik weet niet hoe"
+#: taextras.py:123
+msgid "calibrate a color to follow"
+msgstr "kalibreer een te volgen kleur"
-#: TurtleArt/talogo.py:512
-msgid "doesn't like"
-msgstr "houdt niet van"
+#: taextras.py:124
+msgid "x position"
+msgstr "x positie"
-#: TurtleArt/talogo.py:512
-msgid "as input"
-msgstr "als invoer"
+#: taextras.py:125
+msgid "return x position"
+msgstr "geeft x positie"
-#: TurtleArt/tabasics.py:115
-msgid "Palette of turtle commands"
-msgstr "Palet van schildpadcommando's"
+#: taextras.py:126
+msgid "y position"
+msgstr "y positie"
-#: TurtleArt/tabasics.py:120
-msgid "forward"
-msgstr "vooruit"
+#: taextras.py:127
+msgid "return y position"
+msgstr "geeft y positie"
-#: TurtleArt/tabasics.py:124
-msgid "moves turtle forward"
-msgstr "beweeg schildpad vooruit"
+#: taextras.py:128
+msgid "pixels"
+msgstr ""
-#: TurtleArt/tabasics.py:135
-msgid "moves turtle backward"
-msgstr "beweegt schildpad achteruit"
+#: taextras.py:129
+msgid "return the number of pixels of the biggest blob"
+msgstr ""
-#: TurtleArt/tabasics.py:143
-msgid "clean"
-msgstr "wissen"
+#: taextras.py:133
+msgid "SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:146
-msgid "clears the screen and reset the turtle"
-msgstr "schoont het scherm en herstelt het schildpad"
+#: taextras.py:134
+msgid "speed SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:158
-msgid "turns turtle counterclockwise (angle in degrees)"
-msgstr "draait schildpad tegen de klok in (hoek in graden)"
+#: taextras.py:135
+msgid "submit the speed to the SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:169
-msgid "turns turtle clockwise (angle in degrees)"
-msgstr "draait schildpad met de klok mee (hoek in graden)"
+#: taextras.py:136
+#, fuzzy
+msgid "set the default speed for the movement commands"
+msgstr "stel de standaard snelheid voor de beweegcommando's"
-#: TurtleArt/tabasics.py:177
-msgid "arc"
-msgstr "boog"
+#. TRANS: This string is shorthand for "move SumBot forward"
+#: taextras.py:138
+msgid "forward SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:177
-msgid "angle"
-msgstr "hoek"
+#: taextras.py:139
+msgid "move SumBot forward"
+msgstr ""
-#: TurtleArt/tabasics.py:177
-msgid "radius"
-msgstr "straal"
+#. TRANS: This string is shorthand for "move SumBot backward"
+#: taextras.py:141
+msgid "backward SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:181
-msgid "moves turtle along an arc"
-msgstr "beweegt schildpad langs een boog"
+#: taextras.py:142
+msgid "move SumBot backward"
+msgstr ""
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "set xy"
-msgstr "zet xy"
+#: taextras.py:143
+msgid "stop SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "x"
-msgstr "x"
+#: taextras.py:144
+msgid "stop the SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256
-msgid "y"
-msgstr "y"
+#. TRANS: This string is shorthand for "turn SumBot left"
+#: taextras.py:146
+msgid "left SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260
-msgid ""
-"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
+#: taextras.py:147
+msgid "turn left the SumBot"
msgstr ""
-"beweegt schildpad naar positie xcor, ycor; (0, 0) is in het midden van het "
-"scherm."
-#
-#: TurtleArt/tabasics.py:204
-msgid "set heading"
-msgstr "richting instellen"
+#. TRANS: This string is shorthand for "move SumBot right"
+#: taextras.py:149
+msgid "right SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:208
-msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
+#: taextras.py:150
+msgid "turn right the SumBot"
msgstr ""
-"stelt de richting in van het schildpad (0 is naar de bovenkant van het "
-"scherm.)"
-#: TurtleArt/tabasics.py:217
-msgid ""
-"holds current x-coordinate value of the turtle (can be used in place of a "
-"number block)"
+#: taextras.py:151
+msgid "angle to center"
+msgstr "hoek van midden"
+
+#. TRANS: dohyo is the playing field
+#: taextras.py:153
+#, fuzzy
+msgid "get the angle to the center of the dohyo"
+msgstr "neem de hoek naar het midden van het speelveld"
+
+#: taextras.py:154
+msgid "angle to Enemy"
msgstr ""
-"behoudt deze x-coördinaat waarde voor schildpad (kan worden gebruikt in "
-"plaats van nummerblok)"
-#: TurtleArt/tabasics.py:228
-msgid ""
-"holds current y-coordinate value of the turtle (can be used in place of a "
-"number block)"
+#: taextras.py:155
+#, fuzzy
+msgid "get the angle to the Enemy"
+msgstr "neem de afstand tot de tegenstander"
+
+#. TRANS: This string is shorthand for "x coordinate of SumBot"
+#: taextras.py:157
+msgid "x coor. SumBot"
msgstr ""
-"behoudt deze y-coördinaat waarde voor schildpad (kan worden gebruikt in "
-"plaats van nummerblok)"
-#: TurtleArt/tabasics.py:239
-msgid ""
-"holds current heading value of the turtle (can be used in place of a number "
-"block)"
+#: taextras.py:158
+#, fuzzy
+msgid "get the x coordinate of the SumBot"
+msgstr "neem de x coördinaat van de Sumbot"
+
+#. TRANS: This string is shorthand for "y coordinate of SumBot"
+#: taextras.py:160
+msgid "y coor. SumBot"
msgstr ""
-"houdt deze richtingwaarde van het schildpad vast (kan worden gebruikt in "
-"plaats van nummerblok)"
-#: TurtleArt/tabasics.py:273
-msgid "Palette of pen commands"
-msgstr "Palet van pencommando's"
+#: taextras.py:161
+#, fuzzy
+msgid "get the y coordinate of the SumBot"
+msgstr "neem de y coördinaat van de Sumbot"
-#: TurtleArt/tabasics.py:277
-msgid "pen up"
-msgstr "pen omhoog"
+#. TRANS: This string is shorthand for "x coordinate of SumBot's enemy"
+#: taextras.py:163
+msgid "x coor. Enemy"
+msgstr ""
-#: TurtleArt/tabasics.py:280
-msgid "Turtle will not draw when moved."
-msgstr "Schildpad tekent niet als die beweegt."
+#: taextras.py:164
+#, fuzzy
+msgid "get the x coordinate of the Enemy"
+msgstr "neem de x coördinaat van de robot"
-#: TurtleArt/tabasics.py:286
-msgid "pen down"
-msgstr "pen omlaag"
+#. TRANS: This string is shorthand for "y coordinate of SumBot's enemy"
+#: taextras.py:166
+msgid "y coor. Enemy"
+msgstr ""
-#: TurtleArt/tabasics.py:289
-msgid "Turtle will draw when moved."
-msgstr "Schildpad tekent als die beweegt."
+#: taextras.py:167
+#, fuzzy
+msgid "get the y coordinate of the Enemy"
+msgstr "neem de y coördinaat van de robot"
-#: TurtleArt/tabasics.py:295
-msgid "set pen size"
-msgstr "zet pen dikte"
+#. TRANS: This string is shorthand for "rotation of SumBot"
+#: taextras.py:169
+msgid "rotation SumBot"
+msgstr ""
-#: TurtleArt/tabasics.py:299
-msgid "sets size of the line drawn by the turtle"
-msgstr "stelt de grootte van de lijn in getekend door het schildpad"
+#: taextras.py:170
+#, fuzzy
+msgid "get the rotation of the Sumbot"
+msgstr "neem de rotatie van de tegenstander"
-#: TurtleArt/tabasics.py:309
-msgid "fill screen"
-msgstr "vul scherm"
+#. TRANS: This string is shorthand for "rotation of SumBot's enemy"
+#: taextras.py:172
+msgid "rotation Enemy"
+msgstr ""
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394
-msgid "color"
-msgstr "kleur"
+#: taextras.py:173
+#, fuzzy
+msgid "get the rotation of the Enemy"
+msgstr "neem de rotatie van de tegenstander"
-#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404
-msgid "shade"
-msgstr "schaduw"
+#: taextras.py:174
+msgid "distance to center"
+msgstr "afstand naar het midden"
-#: TurtleArt/tabasics.py:313
-msgid "fills the background with (color, shade)"
-msgstr "vult de achtergrond met (kleur, schaduw)"
+#. TRANS: dohyo is the playing field
+#: taextras.py:176
+#, fuzzy
+msgid "get the distance to the center of the dohyo"
+msgstr "neem de afstand tot het midden van het speelveld"
-#: TurtleArt/tabasics.py:322
-msgid "pen size"
-msgstr "pen dikte"
+#: taextras.py:177
+msgid "distance to Enemy"
+msgstr ""
-#: TurtleArt/tabasics.py:323
-msgid "holds current pen size (can be used in place of a number block)"
-msgstr "houdt deze pengrootte (wordt gebruikt ipv een nummerblok)"
+#: taextras.py:178
+#, fuzzy
+msgid "get the distance to the Enemy"
+msgstr "neem de afstand tot de tegenstander"
-#: TurtleArt/tabasics.py:334
-msgid "start fill"
-msgstr "begin met vullen"
+#: taextras.py:179
+msgid "update information"
+msgstr "informatie bijwerken"
-#: TurtleArt/tabasics.py:336
-msgid "starts filled polygon (used with end fill block)"
-msgstr "begint met een gevuld vlak (gebruik met eindig vullen van blok)"
+#: taextras.py:180
+msgid "update information from the server"
+msgstr "informatie bijwerken van de server"
-#: TurtleArt/tabasics.py:343
-msgid "end fill"
-msgstr "stop met vullen"
+#. TRANS: Please use similar terms to those used in the Physics Activity
+#: taextras.py:185
+msgid "Palette of physics blocks"
+msgstr "Palet van fysica blokken"
-#: TurtleArt/tabasics.py:345
-msgid "completes filled polygon (used with start fill block)"
-msgstr "eindigt met vullen van vlak (gebruik met begin met een gevuld vlak)"
+#: taextras.py:186
+msgid "start polygon"
+msgstr "start veelhoek"
-#: TurtleArt/tabasics.py:355
-msgid "Palette of pen colors"
-msgstr "Palet van penkleuren"
+#: taextras.py:187
+msgid "Begin defining a new polygon based on the current Turtle xy position."
+msgstr ""
+"Begin definiëren van een nieuwe veelhoek gebaseerd op de huidige xy positie "
+"van het Schildpad."
-#: TurtleArt/tabasics.py:359
-msgid "set color"
-msgstr "zet kleur"
+#: taextras.py:189
+msgid "add point"
+msgstr "voeg punt toe"
-#: TurtleArt/tabasics.py:363
-msgid "sets color of the line drawn by the turtle"
-msgstr "stelt kleur in van de lijn die getekend is door het schildpad"
+#: taextras.py:190
+msgid ""
+"Add a new point to the current polygon based on the current Turtle xy "
+"position."
+msgstr ""
+"Voeg een nieuw punt toe aan de huidige veelhoek gebaseerd op deze xy positie "
+"van het Schildpad."
-#: TurtleArt/tabasics.py:371
-msgid "set shade"
-msgstr "zet schaduw"
+#: taextras.py:192
+msgid "end polygon"
+msgstr "eind veelhoek"
-#: TurtleArt/tabasics.py:375
-msgid "sets shade of the line drawn by the turtle"
-msgstr "stelt de schaduw van de lijn in getekend door het schildpad"
+#: taextras.py:193
+msgid "Define a new polygon."
+msgstr "Definieer een nieuwe veelhoek"
-#: TurtleArt/tabasics.py:383
-msgid "set gray"
-msgstr "zet grijs"
+#: taextras.py:194
+msgid "end filled polygon"
+msgstr "eind gevulde veelhoek"
-#: TurtleArt/tabasics.py:386
-msgid "sets gray level of the line drawn by the turtle"
-msgstr "stelt het grijsniveau van de lijn in getekend door de schildpad"
+#: taextras.py:195
+msgid "Not a simple polygon"
+msgstr "Geen eenvoudige veelhoek"
-#: TurtleArt/tabasics.py:395
-msgid "holds current pen color (can be used in place of a number block)"
-msgstr "houdt deze penkleur (kan gebruikt worden in plaats van een nummerblok)"
+#: taextras.py:196
+msgid "Define a new filled polygon."
+msgstr "Definieer een nieuwe gevulde veelhoek."
-#: TurtleArt/tabasics.py:405
-msgid "holds current pen shade"
-msgstr "behoudt deze pen schaduw"
+#: taextras.py:197
+msgid "triangle"
+msgstr "driehoek"
-#: TurtleArt/tabasics.py:413
-msgid "gray"
-msgstr "grijs"
+#. TRANS: base of a triangle
+#: taextras.py:199
+msgid "base"
+msgstr "basis"
-#: TurtleArt/tabasics.py:414
-msgid "holds current gray level (can be used in place of a number block)"
-msgstr "houdt dit grijsniveau (wordt gebruikt ipv een nummerblok)"
+#: taextras.py:201
+msgid "Add a triangle object to the project."
+msgstr "Voeg een driehoek voorwerp toe aan het project"
-#: TurtleArt/tabasics.py:434
-msgid "set text color"
-msgstr "zet tekstkleur"
+#: taextras.py:202
+msgid "circle"
+msgstr "cirkel"
-#: TurtleArt/tabasics.py:437
-msgid "sets color of text drawn by the turtle"
-msgstr "stelt de kleur van tekst in getekend door het schildpad"
+#: taextras.py:203
+msgid "Add a circle object to the project."
+msgstr "Voeg een cirkel voorwerp toe aan het project."
-#: TurtleArt/tabasics.py:445
-msgid "set text size"
-msgstr "stel tekstgrootte in"
+#: taextras.py:204
+msgid "rectangle"
+msgstr "rechthoek"
-#: TurtleArt/tabasics.py:448
-#, fuzzy
-msgid "sets size of text drawn by the turtle"
-msgstr "stelt grootte van tekst in getekend door schildpad"
+#: taextras.py:207
+msgid "Add a rectangle object to the project."
+msgstr "Voeg een rechthoek voorwerp toe aan het project."
-#: TurtleArt/tabasics.py:531
-msgid "Palette of numeric operators"
-msgstr "Palet van getals operator"
+#: taextras.py:208
+msgid "reset"
+msgstr "reset"
-#: TurtleArt/tabasics.py:537
-msgid "plus"
-msgstr "getal"
+#: taextras.py:209
+msgid "Reset the project; clear the object list."
+msgstr "Reset het project, schoon de voorwerplijst."
-#: TurtleArt/tabasics.py:540
-msgid "adds two alphanumeric inputs"
-msgstr "voegt twee alfanumerieke invoer toe"
+#: taextras.py:210
+msgid "motor"
+msgstr "motor"
-#: TurtleArt/tabasics.py:548
-msgid "minus"
-msgstr "min"
+#: taextras.py:211
+msgid "torque"
+msgstr "koppel"
-#: TurtleArt/tabasics.py:551
-msgid "subtracts bottom numeric input from top numeric input"
-msgstr "trekt onderste getalsinvoer af van bovenste getalsinvoer"
+#: taextras.py:212
+msgid "speed"
+msgstr "snelheid"
-#: TurtleArt/tabasics.py:562
-msgid "multiply"
-msgstr "vermenigvuldig"
+#: taextras.py:213
+msgid ""
+"Motor torque and speed range from 0 (off) to positive numbers; motor is "
+"placed on the most recent object created."
+msgstr ""
+"Motor koppel en snelheid lopen van 0 (uit) naar positieve getallen; de motor "
+"wordt geplaatst op het meest recent gecreeerde voorwerp."
-#: TurtleArt/tabasics.py:565
-msgid "multiplies two numeric inputs"
-msgstr "vermenigvuldigt twee getallen invoer"
+#: taextras.py:215
+msgid "pin"
+msgstr "speld"
-#: TurtleArt/tabasics.py:574
-msgid "divide"
-msgstr "gedeeld door"
+#: taextras.py:216
+msgid "Pin an object down so that it cannot fall."
+msgstr "Speld een voorwerp vast zodat het niet kan vallen."
+
+#: taextras.py:217
+msgid "joint"
+msgstr "gewricht"
-#: TurtleArt/tabasics.py:577
+#: taextras.py:220
msgid ""
-"divides top numeric input (numerator) by bottom numeric input (denominator)"
-msgstr "deelt bovenste getalinvoer (teller) door onderste getalinvoer (noemer)"
+"Join two objects together (the most recent object created and the object at "
+"point x, y)."
+msgstr ""
+"Voeg twee voorwerpen samen (het meest recent aangemaakte en het voorwerp op "
+"punt x, y)."
-#: TurtleArt/tabasics.py:587
-msgid "identity"
-msgstr "identiteit"
+#: taextras.py:222
+msgid "Save the project to the Journal as a Physics activity."
+msgstr "Bewaar het project bij het Dagboek als Natuurkunde activiteit."
-#: TurtleArt/tabasics.py:589
-msgid "identity operator used for extending blocks"
-msgstr "identiteit operator gebruikt voor uitbreiding blokken"
+#: taextras.py:223
+msgid "density"
+msgstr "dichtheid"
-#: TurtleArt/tabasics.py:597 TurtleArt/tabasics.py:598
-msgid "mod"
-msgstr "mod"
+#: taextras.py:224
+msgid ""
+"Set the density property for objects (density can be any positive number)."
+msgstr ""
+"Stel de dichtheid eigenschap in voor voorwerpen (dichtheid kan ieder "
+"positief getal zijn)."
-#: TurtleArt/tabasics.py:601
-msgid "modular (remainder) operator"
-msgstr "modulair (restwaarde) operator"
+#: taextras.py:226
+msgid "friction"
+msgstr "wrijving"
-#: TurtleArt/tabasics.py:608
-msgid "√"
+#: taextras.py:227
+msgid ""
+"Set the friction property for objects (value from 0 to 1, where 0 turns "
+"friction off and 1 is strong friction)."
msgstr ""
+"Stel de wrijving eigenschap in voor voorwerpen (waarde 0 tot 1, waar 0 "
+"wrijvingsloos is en 1 sterke wrijving)."
-#: TurtleArt/tabasics.py:609
-msgid "square root"
-msgstr "vierkantswortel"
+#. TRANS: bounciness is restitution
+#: taextras.py:230
+msgid "bounciness"
+msgstr "stuiterbaarheid"
-#: TurtleArt/tabasics.py:612
-msgid "calculates square root"
-msgstr "berekent vierkantswortel"
+#: taextras.py:231
+msgid ""
+"Set the bounciness property for objects (a value from 0 to 1, where 0 means "
+"no bounce and 1 is very bouncy)."
+msgstr ""
+"Stel de stuiterbaarheid eigenschap in voor voorwerpen (waarde 0 tot 1, waar "
+"0 stuiterloos is en 1 sterk stuiteren)."
-#: TurtleArt/tabasics.py:619
-msgid "random"
-msgstr "willekeurig"
+#: taextras.py:233
+msgid "dynamic"
+msgstr "dynamiek"
-#: TurtleArt/tabasics.py:619
-msgid "min"
-msgstr "min"
+#: taextras.py:234
+msgid ""
+"If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position."
+msgstr ""
+"Als dynamiek = 1, kan het voorwerp bewegen; als dynamiek = 0 , is het op een "
+"vaste positie."
-#: TurtleArt/tabasics.py:619
-msgid "max"
-msgstr "max"
+#. TRANS: WeDo is a robotics product of the LEGO company
+#: taextras.py:240
+#, fuzzy
+msgid "Palette of WeDo blocks"
+msgstr "Palet van sensorblokken"
-#: TurtleArt/tabasics.py:623
-msgid "returns random number between minimum (top) and maximum (bottom) values"
+#: taextras.py:242
+msgid ""
+"tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == "
+"tilt left, 2 == tilt right)"
msgstr ""
-"geeft waarde terug tussen minimum (bovenste) en maximum (onderste) waarden"
-#: TurtleArt/tabasics.py:635
-msgid "number"
-msgstr "nummer"
+#. TRANS: This string is shorthand for "output of the distance sensor"
+#: taextras.py:246
+msgid "distance sensor output"
+msgstr ""
-#: TurtleArt/tabasics.py:636
-msgid "used as numeric input in mathematic operators"
-msgstr "gebruikt als getalsinvoer in wiskundige opetatoren"
+#: taextras.py:247
+msgid "Motor A"
+msgstr ""
-#: TurtleArt/tabasics.py:643
-msgid "greater than"
-msgstr "groter dan"
+#: taextras.py:248
+msgid "returns the current value of Motor A"
+msgstr ""
-#: TurtleArt/tabasics.py:646
-msgid "logical greater-than operator"
-msgstr "logische groter-dan operator"
+#: taextras.py:249
+msgid "Motor B"
+msgstr ""
-#: TurtleArt/tabasics.py:654
-msgid "less than"
-msgstr "kleiner dan"
+#: taextras.py:250
+msgid "returns the current value of Motor B"
+msgstr ""
-#: TurtleArt/tabasics.py:657
-msgid "logical less-than operator"
-msgstr "logische kleiner-dan operator"
+#: taextras.py:251
+msgid "set the value for Motor A"
+msgstr ""
-#: TurtleArt/tabasics.py:665
-msgid "equal"
-msgstr "gelijk aan"
+#: taextras.py:252
+msgid "set the value for Motor B"
+msgstr ""
-#: TurtleArt/tabasics.py:668
-msgid "logical equal-to operator"
-msgstr "logische gelijk-aan operator"
+#. TRANS: Lego NXT is a robotics product of the LEGO company
+#: taextras.py:257
+msgid "Palette of LEGO NXT blocks"
+msgstr ""
-#: TurtleArt/tabasics.py:674
-msgid "not"
-msgstr "niet"
+#: taextras.py:258
+msgid "touch"
+msgstr ""
-#: TurtleArt/tabasics.py:677
-msgid "logical NOT operator"
-msgstr "logische NIET operator"
+#: taextras.py:259
+msgid "ultrasonic"
+msgstr ""
-#: TurtleArt/tabasics.py:683 TurtleArt/tabasics.py:686
-msgid "and"
-msgstr "en"
+#: taextras.py:261
+#, fuzzy
+msgid "light"
+msgstr "rechts"
-#: TurtleArt/tabasics.py:687
-msgid "logical AND operator"
-msgstr "logische AND bewerker"
+#: taextras.py:262
+msgid "PORT A"
+msgstr ""
-#: TurtleArt/tabasics.py:694 TurtleArt/tabasics.py:697
-msgid "or"
-msgstr "of"
+#: taextras.py:263
+msgid "PORT B"
+msgstr ""
-#: TurtleArt/tabasics.py:698
-msgid "logical OR operator"
-msgstr "logische OF operator"
+#: taextras.py:264
+msgid "PORT C"
+msgstr ""
-#: TurtleArt/tabasics.py:712
-msgid "wait"
-msgstr "wacht"
+#: taextras.py:265
+msgid "PORT 1"
+msgstr ""
-#: TurtleArt/tabasics.py:716
-msgid "pauses program execution a specified number of seconds"
-msgstr "pauzeert programmauitvoering een aangegeven aantal seconden"
+#: taextras.py:266
+msgid "PORT 2"
+msgstr ""
-#: TurtleArt/tabasics.py:723
-msgid "forever"
-msgstr "altijd"
+#: taextras.py:267
+msgid "PORT 3"
+msgstr ""
-#: TurtleArt/tabasics.py:727
-msgid "loops forever"
-msgstr "lust voor altijd"
+#: taextras.py:268
+msgid "PORT 4"
+msgstr ""
-#: TurtleArt/tabasics.py:733 TurtleArt/tabasics.py:737
-msgid "repeat"
-msgstr "herhaal"
+#: taextras.py:269
+msgid "Please check the connection with the brick."
+msgstr ""
-#: TurtleArt/tabasics.py:738
-msgid "loops specified number of times"
-msgstr "lust een aangegeven aantal keren"
+#: taextras.py:270
+msgid "Please check the port."
+msgstr ""
-#: TurtleArt/tabasics.py:744 TurtleArt/tabasics.py:756
-msgid "if"
-msgstr "als"
+#: taextras.py:271
+msgid "The value of power must be between -127 to 127."
+msgstr ""
-#: TurtleArt/tabasics.py:744
-msgid "then"
-msgstr "dan"
+#: taextras.py:272
+msgid "An error has ocurred: check all and try reconect."
+msgstr ""
-#: TurtleArt/tabasics.py:747
-msgid "if then"
-msgstr "als dan"
+#: taextras.py:273
+msgid "NXT found"
+msgstr ""
-#: TurtleArt/tabasics.py:749
-msgid "if-then operator that uses boolean operators from Numbers palette"
-msgstr "als-dan operator die gebruikt booleaanse operators van Getallen palet"
+#: taextras.py:274
+msgid "NXT not found"
+msgstr ""
-#: TurtleArt/tabasics.py:756
-msgid "then else"
-msgstr "dan anders"
+#: taextras.py:275
+msgid "refresh NXT"
+msgstr ""
-#: TurtleArt/tabasics.py:760
-msgid "if then else"
-msgstr "als dan anders"
+#: taextras.py:276
+msgid "Search for a connected NXT brick."
+msgstr ""
-#: TurtleArt/tabasics.py:761
-msgid "if-then-else operator that uses boolean operators from Numbers palette"
+#: taextras.py:277
+msgid "play tone"
msgstr ""
-"als-dan-anders operator die gebruikt booleaanse operators van Getallen palet"
-#: TurtleArt/tabasics.py:769
-msgid "horizontal space"
-msgstr "horizontale ruimte"
+#: taextras.py:278
+msgid "freq"
+msgstr ""
-#: TurtleArt/tabasics.py:770
-msgid "jogs stack right"
-msgstr "schudt stapel rechts"
+#: taextras.py:280
+msgid "Play a tone at freq for time."
+msgstr ""
-#: TurtleArt/tabasics.py:777
-msgid "vertical space"
-msgstr "verticale ruimte"
+#: taextras.py:281
+msgid ""
+"turn motor\n"
+"rotations"
+msgstr ""
-#: TurtleArt/tabasics.py:778
-msgid "jogs stack down"
-msgstr "stoot stapel neer"
+#: taextras.py:282
+#, fuzzy
+msgid "port"
+msgstr "Poort"
-#: TurtleArt/tabasics.py:784
-msgid "stop action"
-msgstr "stop actie"
+#: taextras.py:283
+msgid "power"
+msgstr ""
-#: TurtleArt/tabasics.py:787
-msgid "stops current action"
-msgstr "stop deze actie"
+#: taextras.py:284
+msgid "turn a motor"
+msgstr ""
-#: TurtleArt/tabasics.py:796
-msgid "Palette of variable blocks"
-msgstr "Palet van variabele blokken"
+#: taextras.py:285
+msgid ""
+"sync motors\n"
+"steering"
+msgstr ""
-#: TurtleArt/tabasics.py:804
-msgid "connects action to toolbar run buttons"
-msgstr "verbindt actie aan werkbalk start knoppen"
+#: taextras.py:286
+#, fuzzy
+msgid "rotations"
+msgstr "draaiïng"
-#: TurtleArt/tabasics.py:812
-msgid "store in box 1"
-msgstr "opslaan in doos 1"
+#: taextras.py:287
+msgid "synchronize two motors"
+msgstr ""
-#: TurtleArt/tabasics.py:816
-msgid "stores numeric value in Variable 1"
-msgstr "slaat getalswaarde op in Variabele 1"
+#: taextras.py:288
+msgid "PORT A of the brick"
+msgstr ""
-#: TurtleArt/tabasics.py:823
-msgid "store in box 2"
-msgstr "opslaan in doos 2"
+#: taextras.py:289
+msgid "PORT B of the brick"
+msgstr ""
-#: TurtleArt/tabasics.py:827
-msgid "stores numeric value in Variable 2"
-msgstr "slaat getalswaarde op in Variabele 2"
+#: taextras.py:290
+msgid "PORT C of the brick"
+msgstr ""
-#: TurtleArt/tabasics.py:841
-msgid "box 1"
-msgstr "doos 1"
+#: taextras.py:291
+msgid "start motor"
+msgstr ""
-#: TurtleArt/tabasics.py:844
-msgid "Variable 1 (numeric value)"
-msgstr "Variabele 1 (getalswaarde)"
+#: taextras.py:292
+msgid "Run a motor forever."
+msgstr ""
-#: TurtleArt/tabasics.py:850
-msgid "box 2"
-msgstr "doos 2"
+#: taextras.py:293
+msgid "brake motor"
+msgstr ""
-#: TurtleArt/tabasics.py:853
-msgid "Variable 2 (numeric value)"
-msgstr "Variabele 2 (getalswaarde)"
+#: taextras.py:294
+msgid "Stop a specified motor."
+msgstr ""
-#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:870
-msgid "box"
-msgstr "doos"
+#: taextras.py:295
+msgid "PORT 1 of the brick"
+msgstr ""
-#: TurtleArt/tabasics.py:862 TurtleArt/tabasics.py:873
-msgid "my box"
-msgstr "mijn vakje"
+#: taextras.py:296
+msgid "color sensor"
+msgstr ""
-#: TurtleArt/tabasics.py:864
-msgid "named variable (numeric value)"
-msgstr "benoemde variabele (getalswaarde)"
+#: taextras.py:297
+msgid "light sensor"
+msgstr ""
-#: TurtleArt/tabasics.py:870
-msgid "store in"
-msgstr "sla op in"
+#: taextras.py:298
+msgid "PORT 2 of the brick"
+msgstr ""
-#: TurtleArt/tabasics.py:870
-msgid "value"
-msgstr "waarde"
+#: taextras.py:299
+msgid "touch sensor"
+msgstr ""
-#: TurtleArt/tabasics.py:874
-msgid "stores numeric value in named variable"
-msgstr "slaat getalswaarde op in benoemde variabele"
+#: taextras.py:300
+msgid "distance sensor"
+msgstr ""
-#: TurtleArt/tabasics.py:882 TurtleArt/tabasics.py:884
-#: TurtleArt/tabasics.py:908 TurtleArt/tabasics.py:911
-msgid "action"
-msgstr "actie"
+#: taextras.py:301
+msgid "PORT 3 of the brick"
+msgstr ""
-#: TurtleArt/tabasics.py:886
-msgid "top of nameable action stack"
-msgstr "bovenste van benoembare actie stapel"
+#: taextras.py:302
+#, fuzzy
+msgid "read"
+msgstr "rood"
-#: TurtleArt/tabasics.py:891 TurtleArt/tabasics.py:918
-msgid "action 1"
-msgstr "actie 1"
+#: taextras.py:303
+#, fuzzy
+msgid "sensor"
+msgstr "sensors"
-#: TurtleArt/tabasics.py:894
-msgid "top of Action 1 stack"
-msgstr "bovenste van Actie 1 stapel"
+#: taextras.py:304
+msgid "Read sensor output."
+msgstr ""
-#: TurtleArt/tabasics.py:899 TurtleArt/tabasics.py:927
-msgid "action 2"
-msgstr "actie 2"
+#: taextras.py:305
+msgid "PORT 4 of the brick"
+msgstr ""
-#: TurtleArt/tabasics.py:902
-msgid "top of Action 2 stack"
-msgstr "bovenste van Actie 2 stapel"
+#: taextras.py:306
+msgid "set light"
+msgstr ""
-#: TurtleArt/tabasics.py:912
-msgid "invokes named action stack"
-msgstr "roept benoemde actie stapel aan"
+#: taextras.py:307
+msgid "Set color sensor light."
+msgstr ""
-#: TurtleArt/tabasics.py:921
-msgid "invokes Action 1 stack"
-msgstr "roept Actie 1 stapel aan"
+#: turtleart.py:69
+msgid "usage is"
+msgstr "gebruik is"
-#: TurtleArt/tabasics.py:930
-msgid "invokes Action 2 stack"
-msgstr "roept Actie 2 stapel aan"
+#: turtleart.py:228
+msgid "No option action:"
+msgstr "Geen optie actie:"
-#: TurtleArt/tabasics.py:938
-msgid "trash"
-msgstr "prullenbak"
+#: turtleart.py:240
+msgid "File not found"
+msgstr "Bestand niet gevonden"
-#: TurtleArt/tabasics.py:942
-msgid "empty trash"
-msgstr "leeg afval"
+#: turtleart.py:264
+#, python-format
+msgid "Configuration directory not writable: %s"
+msgstr "Configuratiedirectory is niet schrijfbaar: %s"
-#: TurtleArt/tabasics.py:943
-msgid "permanently deletes items in trash"
-msgstr "verwijdert items uit afval voorgoed"
+#: turtleart.py:320
+msgid "New"
+msgstr "Nieuw"
-#: TurtleArt/tabasics.py:947
-msgid "restore all"
-msgstr "herlaad alles"
+#: turtleart.py:321
+msgid "Open"
+msgstr "Open"
-#: TurtleArt/tabasics.py:948
-msgid "restore all blocks from trash"
-msgstr "herlaad alle blokken van afval"
+#: turtleart.py:322
+msgid "Save"
+msgstr "Bewaar"
-#: TurtleArt/tabasics.py:952
-msgid "clear all"
-msgstr ""
+#: turtleart.py:323
+msgid "Save as"
+msgstr "Opslaan als"
-#: TurtleArt/tabasics.py:953
-msgid "move all blocks to trash"
+#: turtleart.py:330
+msgid "Quit"
+msgstr "Afsluiten"
+
+#: turtleart.py:331
+msgid "File"
+msgstr "Bestand"
+
+#: turtleart.py:338
+msgid "Rescale coordinates"
+msgstr "Herschaal coördinaten"
+
+#: turtleart.py:344
+msgid "Reset block size"
+msgstr "Herstel blokgrootte"
+
+#: turtleart.py:358
+msgid "Show/hide blocks"
+msgstr "Toon/verberg blokken"
+
+#: turtleart.py:360
+msgid "Tools"
+msgstr "Werktuigen"
+
+#: turtleart.py:367
+msgid "Stop"
+msgstr "Stop"
+
+#: turtleart.py:368
+msgid "Turtle"
+msgstr "Schildpad"
+
+#: turtleart.py:398
+msgid "You have unsaved work. Would you like to save before quitting?"
msgstr ""
+"Je hebt nog werk dat niet is opgeslagen. Wil je het opslaan voor het "
+"afsluiten?"
+
+#: turtleart.py:399
+msgid "Save project?"
+msgstr "Project opslaan?"
+
+#, fuzzy
+#~ msgid ""
+#~ "returns the object gray level encountered him as a number between 0 and 1023"
+#~ msgstr ""
+#~ "geeft de waargenomen voorwerp grijswaarde terug als een nummer tussen 0 en "
+#~ "1023"
+
+#~ msgid "activity count"
+#~ msgstr "aantal activiteiten"
+
+#~ msgid "Import/Export"
+#~ msgstr "Importeer/Exporteer"
+
+#~ msgid "Import project from the Journal"
+#~ msgstr "Importeer project van het Dagboek"
+
+#~ msgid "turtle blocks"
+#~ msgstr "schildpad blokken"
+
+#~ msgid "Butia battery charge"
+#~ msgstr "Butia batterijlading"
+
+#~ msgid "Butia speed"
+#~ msgstr "Butia snelheid"
+
+#~ msgid "forward distance"
+#~ msgstr "voorwaartse afstand"
+
+#~ msgid "backward distance"
+#~ msgstr "achteruit afstand"
+
+#~ msgid "Turn x degrees"
+#~ msgstr "Draai x graden"
+
+#~ msgid "print Butia"
+#~ msgstr "print Butia"
+
+#~ msgid "Sumo Butia"
+#~ msgstr "Sumo Butia"
+
+#~ msgid "submit speed​​"
+#~ msgstr "voer snelheid uit"
+
+#~ msgid "Send speed to the robot."
+#~ msgstr "Stuur snelheid naar robot."
+
+#~ msgid "set speed"
+#~ msgstr "stel snelheid"
+
+#~ msgid "move"
+#~ msgstr "beweeg"
+
+#~ msgid "turn left"
+#~ msgstr "draai links"
+
+#~ msgid "turn right"
+#~ msgstr "draai rechts"
+
+#~ msgid "angle to the opponent"
+#~ msgstr "hoek van de tegenstander"
+
+#~ msgid "Get the angle to the center of the opponent."
+#~ msgstr "Neem de hoek naar het midden van de tegenstander."
+
+#~ msgid "x coor."
+#~ msgstr "x coör."
+
+#~ msgid "y coor."
+#~ msgstr "y coör."
+
+#~ msgid "opponent x coor."
+#~ msgstr "tegenstander x coör."
+
+#~ msgid "Get the x coordinate of the opponent."
+#~ msgstr "Neem de x coördinaat van de tegenstander."
+
+#~ msgid "opponent y coor."
+#~ msgstr "tegenstander y coör."
+
+#~ msgid "Get the y coordinate of the opponent."
+#~ msgstr "Neem de y coördinaat van de tegenstander."
+
+#~ msgid "Get SumBot rotation."
+#~ msgstr "Neem de SunBot rotatie."
+
+#~ msgid "opponent rotation"
+#~ msgstr "tegenstander rotatie"
+
+#~ msgid "distance to opponent"
+#~ msgstr "afstand tot tegenstander"
+
+#~ msgid "full screen"
+#~ msgstr "volledig scherm"
#~ msgid "stack"
#~ msgstr "stapel"
-msgid "yellow"
-msgstr "geel"
-
#~ msgid " "
#~ msgstr " "
-msgid "cyan"
-msgstr "cyaan"
-
-msgid "blue"
-msgstr "blauw"
-
#~ msgid " clean "
#~ msgstr " schoon "
@@ -2056,9 +2765,6 @@ msgstr "blauw"
#~ msgid "write"
#~ msgstr "schrijf"
-msgid "green"
-msgstr "groen"
-
#~ msgid "restore last"
#~ msgstr "herlaad laatste"
@@ -2067,27 +2773,15 @@ msgstr "groen"
#~ "een programmeerbaar blok: gebruikt om geavanceerde wisk vergelijkingen toe "
#~ "te voegen, zoals sin(x)"
-msgid "orange"
-msgstr "oranje"
-
#~ msgid "blocks"
#~ msgstr "blokken"
#~ msgid "text size"
#~ msgstr "tekstgrootte"
-msgid "red"
-msgstr "rood"
-
-#~ msgid "sensors"
-#~ msgstr "sensors"
-
#~ msgid "sensor input resistance"
#~ msgstr "voeler invoer weerstand"
-msgid "white"
-msgstr "wit"
-
#~ msgid "holds current text color (can be used in place of a number block)"
#~ msgstr ""
#~ "behoudt deze tekst kleur (kan worden gebruikt in plaats van een nummerblok)"
@@ -2101,9 +2795,6 @@ msgstr "wit"
#~ msgid "portfolio"
#~ msgstr "portfolio"
-msgid "black"
-msgstr "zwart"
-
#~ msgid "restores most recent blocks from trash"
#~ msgstr "herlaad nieuwste blokken van afval"
@@ -2125,9 +2816,6 @@ msgstr "zwart"
#~ msgid "Trashcan"
#~ msgstr "Afvalbak"
-msgid "purple"
-msgstr "paars"
-
#~ msgid "pen"
#~ msgstr "pen"