From 4890a03d1d1cb7b1ecea041befc70ac2959564ee Mon Sep 17 00:00:00 2001 From: Pootle daemon Date: Wed, 01 Feb 2012 12:59:29 +0000 Subject: Commit from Sugar Labs: Translation System by user cjl.: 548 of 548 messages translated (0 fuzzy). --- (limited to 'po') diff --git a/po/en_US.po b/po/en_US.po index e3d4b88..4ac1278 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-27 00:31-0500\n" -"PO-Revision-Date: 2012-01-30 03:20+0200\n" +"POT-Creation-Date: 2012-02-01 00:31-0500\n" +"PO-Revision-Date: 2012-02-01 14:59+0200\n" "Last-Translator: Chris \n" "Language-Team: LANGUAGE \n" "Language: en_US\n" @@ -56,7 +56,7 @@ msgid "clears the screen and reset the turtle" msgstr "clears the screen and reset the turtle" #: TurtleArt/tabasics.py:154 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:721 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731 msgid "left" msgstr "left" @@ -65,7 +65,7 @@ msgid "turns turtle counterclockwise (angle in degrees)" msgstr "turns turtle counterclockwise (angle in degrees)" #: TurtleArt/tabasics.py:165 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:745 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:755 msgid "right" msgstr "right" @@ -93,11 +93,11 @@ msgstr "moves turtle along an arc" msgid "set xy" msgstr "set xy" -#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:203 +#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:202 msgid "x" msgstr "x" -#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:204 +#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:203 msgid "y" msgstr "y" @@ -417,157 +417,165 @@ msgstr "greater than" msgid "logical greater-than operator" msgstr "logical greater-than operator" -#: TurtleArt/tabasics.py:662 +#: TurtleArt/tabasics.py:660 +msgid "True" +msgstr "True" + +#: TurtleArt/tabasics.py:666 msgid "less than" msgstr "less than" -#: TurtleArt/tabasics.py:665 +#: TurtleArt/tabasics.py:669 msgid "logical less-than operator" msgstr "logical less-than operator" -#: TurtleArt/tabasics.py:673 +#: TurtleArt/tabasics.py:674 +msgid "False" +msgstr "False" + +#: TurtleArt/tabasics.py:680 msgid "equal" msgstr "equal" -#: TurtleArt/tabasics.py:676 +#: TurtleArt/tabasics.py:683 msgid "logical equal-to operator" msgstr "logical equal-to operator" -#: TurtleArt/tabasics.py:682 +#: TurtleArt/tabasics.py:689 msgid "not" msgstr "not" -#: TurtleArt/tabasics.py:685 +#: TurtleArt/tabasics.py:692 msgid "logical NOT operator" msgstr "logical NOT operator" -#: TurtleArt/tabasics.py:691 TurtleArt/tabasics.py:694 +#: TurtleArt/tabasics.py:698 TurtleArt/tabasics.py:701 msgid "and" msgstr "and" -#: TurtleArt/tabasics.py:695 +#: TurtleArt/tabasics.py:702 msgid "logical AND operator" msgstr "logical AND operator" -#: TurtleArt/tabasics.py:702 TurtleArt/tabasics.py:705 +#: TurtleArt/tabasics.py:709 TurtleArt/tabasics.py:712 msgid "or" msgstr "or" -#: TurtleArt/tabasics.py:706 +#: TurtleArt/tabasics.py:713 msgid "logical OR operator" msgstr "logical OR operator" -#: TurtleArt/tabasics.py:715 +#: TurtleArt/tabasics.py:722 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:94 msgid "Palette of flow operators" msgstr "Palette of flow operators" -#: TurtleArt/tabasics.py:720 +#: TurtleArt/tabasics.py:727 msgid "wait" msgstr "wait" -#: TurtleArt/tabasics.py:724 +#: TurtleArt/tabasics.py:731 msgid "pauses program execution a specified number of seconds" msgstr "pauses program execution a specified number of seconds" -#: TurtleArt/tabasics.py:731 +#: TurtleArt/tabasics.py:738 msgid "forever" msgstr "forever" -#: TurtleArt/tabasics.py:735 +#: TurtleArt/tabasics.py:742 msgid "loops forever" msgstr "loops forever" -#: TurtleArt/tabasics.py:741 TurtleArt/tabasics.py:745 +#: TurtleArt/tabasics.py:748 TurtleArt/tabasics.py:752 msgid "repeat" msgstr "repeat" -#: TurtleArt/tabasics.py:746 +#: TurtleArt/tabasics.py:753 msgid "loops specified number of times" msgstr "loops specified number of times" -#: TurtleArt/tabasics.py:752 TurtleArt/tabasics.py:764 +#: TurtleArt/tabasics.py:759 TurtleArt/tabasics.py:771 msgid "if" msgstr "if" -#: TurtleArt/tabasics.py:752 +#: TurtleArt/tabasics.py:759 msgid "then" msgstr "then" -#: TurtleArt/tabasics.py:755 +#: TurtleArt/tabasics.py:762 msgid "if then" msgstr "if then" -#: TurtleArt/tabasics.py:757 +#: TurtleArt/tabasics.py:764 msgid "if-then operator that uses boolean operators from Numbers palette" msgstr "if-then operator that uses boolean operators from Numbers palette" -#: TurtleArt/tabasics.py:764 +#: TurtleArt/tabasics.py:771 msgid "then else" msgstr "then else" -#: TurtleArt/tabasics.py:768 +#: TurtleArt/tabasics.py:775 msgid "if then else" msgstr "if then else" -#: TurtleArt/tabasics.py:769 +#: TurtleArt/tabasics.py:776 msgid "if-then-else operator that uses boolean operators from Numbers palette" msgstr "if-then-else operator that uses boolean operators from Numbers palette" -#: TurtleArt/tabasics.py:777 +#: TurtleArt/tabasics.py:784 msgid "horizontal space" msgstr "horizontal space" -#: TurtleArt/tabasics.py:778 +#: TurtleArt/tabasics.py:785 msgid "jogs stack right" msgstr "jogs stack right" -#: TurtleArt/tabasics.py:785 +#: TurtleArt/tabasics.py:792 msgid "vertical space" msgstr "vertical space" -#: TurtleArt/tabasics.py:786 +#: TurtleArt/tabasics.py:793 msgid "jogs stack down" msgstr "jogs stack down" -#: TurtleArt/tabasics.py:792 +#: TurtleArt/tabasics.py:799 msgid "stop action" msgstr "stop action" -#: TurtleArt/tabasics.py:795 +#: TurtleArt/tabasics.py:802 msgid "stops current action" msgstr "stops current action" -#: TurtleArt/tabasics.py:804 +#: TurtleArt/tabasics.py:811 msgid "Palette of variable blocks" msgstr "Palette of variable blocks" -#: TurtleArt/tabasics.py:809 pysamples/grecord.py:213 +#: TurtleArt/tabasics.py:816 pysamples/grecord.py:213 msgid "start" msgstr "start" -#: TurtleArt/tabasics.py:812 +#: TurtleArt/tabasics.py:819 msgid "connects action to toolbar run buttons" msgstr "connects action to toolbar run buttons" -#: TurtleArt/tabasics.py:820 +#: TurtleArt/tabasics.py:827 msgid "store in box 1" msgstr "store in box 1" -#: TurtleArt/tabasics.py:824 +#: TurtleArt/tabasics.py:831 msgid "stores numeric value in Variable 1" msgstr "stores numeric value in Variable 1" -#: TurtleArt/tabasics.py:831 +#: TurtleArt/tabasics.py:838 msgid "store in box 2" msgstr "store in box 2" -#: TurtleArt/tabasics.py:835 +#: TurtleArt/tabasics.py:842 msgid "stores numeric value in Variable 2" msgstr "stores numeric value in Variable 2" -#: TurtleArt/tabasics.py:842 TurtleArt/tabasics.py:843 -#: TurtleArt/tabasics.py:844 +#: 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 @@ -577,125 +585,125 @@ msgstr "stores numeric value in Variable 2" msgid "text" msgstr "text" -#: TurtleArt/tabasics.py:845 +#: TurtleArt/tabasics.py:852 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175 msgid "string value" msgstr "string value" -#: TurtleArt/tabasics.py:849 +#: TurtleArt/tabasics.py:856 msgid "box 1" msgstr "box 1" -#: TurtleArt/tabasics.py:852 +#: TurtleArt/tabasics.py:859 msgid "Variable 1 (numeric value)" msgstr "Variable 1 (numeric value)" -#: TurtleArt/tabasics.py:858 +#: TurtleArt/tabasics.py:865 msgid "box 2" msgstr "box 2" -#: TurtleArt/tabasics.py:861 +#: TurtleArt/tabasics.py:868 msgid "Variable 2 (numeric value)" msgstr "Variable 2 (numeric value)" -#: TurtleArt/tabasics.py:868 TurtleArt/tabasics.py:878 +#: TurtleArt/tabasics.py:875 TurtleArt/tabasics.py:885 msgid "box" msgstr "box" -#: TurtleArt/tabasics.py:870 TurtleArt/tabasics.py:881 +#: TurtleArt/tabasics.py:877 TurtleArt/tabasics.py:888 msgid "my box" msgstr "my box" -#: TurtleArt/tabasics.py:872 +#: TurtleArt/tabasics.py:879 msgid "named variable (numeric value)" msgstr "named variable (numeric value)" -#: TurtleArt/tabasics.py:878 +#: TurtleArt/tabasics.py:885 msgid "store in" msgstr "store in" -#: TurtleArt/tabasics.py:878 +#: TurtleArt/tabasics.py:885 msgid "value" msgstr "value" -#: TurtleArt/tabasics.py:882 +#: TurtleArt/tabasics.py:889 msgid "stores numeric value in named variable" msgstr "stores numeric value in named variable" -#: TurtleArt/tabasics.py:890 TurtleArt/tabasics.py:892 -#: TurtleArt/tabasics.py:916 TurtleArt/tabasics.py:919 +#: TurtleArt/tabasics.py:897 TurtleArt/tabasics.py:899 +#: TurtleArt/tabasics.py:923 TurtleArt/tabasics.py:926 msgid "action" msgstr "action" -#: TurtleArt/tabasics.py:894 +#: TurtleArt/tabasics.py:901 msgid "top of nameable action stack" msgstr "top of nameable action stack" -#: TurtleArt/tabasics.py:899 TurtleArt/tabasics.py:926 +#: TurtleArt/tabasics.py:906 TurtleArt/tabasics.py:933 msgid "action 1" msgstr "action 1" -#: TurtleArt/tabasics.py:902 +#: TurtleArt/tabasics.py:909 msgid "top of Action 1 stack" msgstr "top of Action 1 stack" -#: TurtleArt/tabasics.py:907 TurtleArt/tabasics.py:935 +#: TurtleArt/tabasics.py:914 TurtleArt/tabasics.py:942 msgid "action 2" msgstr "action 2" -#: TurtleArt/tabasics.py:910 +#: TurtleArt/tabasics.py:917 msgid "top of Action 2 stack" msgstr "top of Action 2 stack" -#: TurtleArt/tabasics.py:920 +#: TurtleArt/tabasics.py:927 msgid "invokes named action stack" msgstr "invokes named action stack" -#: TurtleArt/tabasics.py:929 +#: TurtleArt/tabasics.py:936 msgid "invokes Action 1 stack" msgstr "invokes Action 1 stack" -#: TurtleArt/tabasics.py:938 +#: TurtleArt/tabasics.py:945 msgid "invokes Action 2 stack" msgstr "invokes Action 2 stack" -#: TurtleArt/tabasics.py:946 +#: TurtleArt/tabasics.py:953 msgid "trash" msgstr "trash" -#: TurtleArt/tabasics.py:950 +#: TurtleArt/tabasics.py:957 msgid "empty trash" msgstr "empty trash" -#: TurtleArt/tabasics.py:951 +#: TurtleArt/tabasics.py:958 msgid "permanently deletes items in trash" msgstr "permanently deletes items in trash" -#: TurtleArt/tabasics.py:955 +#: TurtleArt/tabasics.py:962 msgid "restore all" msgstr "restore all" -#: TurtleArt/tabasics.py:956 +#: TurtleArt/tabasics.py:963 msgid "restore all blocks from trash" msgstr "restore all blocks from trash" -#: TurtleArt/tabasics.py:960 +#: TurtleArt/tabasics.py:967 msgid "clear all" msgstr "clear all" -#: TurtleArt/tabasics.py:961 +#: TurtleArt/tabasics.py:968 msgid "move all blocks to trash" msgstr "move all blocks to trash" #: TurtleArt/taconstants.py:249 TurtleArt/taconstants.py:271 #: TurtleArt/taconstants.py:292 TurtleArt/taconstants.py:334 #: TurtleArt/taconstants.py:376 TurtleArt/taconstants.py:418 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:830 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:844 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:858 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:872 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:886 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:900 +#: 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 "Title" @@ -732,7 +740,7 @@ msgid "Save..." msgstr "Save..." #: TurtleArt/tautils.py:596 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:631 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:641 msgid "click to open" msgstr "click to open" @@ -809,7 +817,7 @@ msgid "Paste" msgstr "Paste" #: TurtleArtActivity.py:533 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:657 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:667 msgid "Fullscreen" msgstr "Fullscreen" @@ -1371,29 +1379,37 @@ msgid "pops value off FILO (first-in last-out heap)" msgstr "pops value off FILO (first-in last-out heap)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:441 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:443 +msgid "empty heap?" +msgstr "empty heap?" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444 +msgid "returns True if heap is empty" +msgstr "returns True if heap is empty" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:451 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:453 msgid "comment" msgstr "comment" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:454 msgid "places a comment in your code" msgstr "places a comment in your code" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:450 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:460 msgid "print" msgstr "print" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:453 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:463 msgid "prints value in status block at bottom of the screen" msgstr "prints value in status block at bottom of the screen" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:461 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:473 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:486 +#: 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:464 +#: 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)" @@ -1401,7 +1417,7 @@ msgstr "" "a programmable block: used to add advanced single-variable math equations, " "e.g., sin(x)" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:476 +#: 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)" @@ -1409,7 +1425,7 @@ msgstr "" "a programmable block: used to add advanced multi-variable math equations, " "e.g., sqrt(x*x+y*y)" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:489 +#: 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)" @@ -1417,221 +1433,221 @@ msgstr "" "a programmable block: used to add advanced multi-variable math equations, " "e.g., sin(x+y+z)" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:500 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:515 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:530 +#: 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 "Python block" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:502 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:517 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:532 +#: 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 "runs code found in the tamyblock.py module found in the Journal" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:545 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555 msgid "Cartesian" msgstr "Cartesian" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:547 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:557 msgid "displays Cartesian coordinates" msgstr "displays Cartesian coordinates" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:553 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563 msgid "polar" msgstr "polar" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:565 msgid "displays polar coordinates" msgstr "displays polar coordinates" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:561 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:571 msgid "turtle" msgstr "turtle" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:564 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:574 msgid "chooses which turtle to command" msgstr "chooses which turtle to command" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:573 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:582 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592 msgid "turtle shell" msgstr "turtle shell" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 +#: 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 "put a custom 'shell' on the turtle" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:588 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:753 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:598 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:763 msgid "top" msgstr "top" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:590 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:600 msgid "top of a collapsed stack" msgstr "top of a collapsed stack" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:729 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:739 msgid "bottom" msgstr "bottom" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:597 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:607 msgid "bottom of a collapsible stack" msgstr "bottom of a collapsible stack" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:605 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615 msgid "bottom block in a collapsed stack: click to open" msgstr "bottom block in a collapsed stack: click to open" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:613 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:616 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:625 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:633 +#: 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 "top of stack" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:614 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:623 +#: 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:622 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:632 msgid "top of a collapsible stack" msgstr "top of a collapsible stack" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:639 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:649 msgid "Palette of presentation templates" msgstr "Palette of presentation templates" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:643 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653 msgid "hide blocks" msgstr "hide blocks" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:645 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:655 msgid "declutters canvas by hiding blocks" msgstr "declutters canvas by hiding blocks" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:650 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:660 msgid "show blocks" msgstr "show blocks" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:652 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:662 msgid "restores hidden blocks" msgstr "restores hidden blocks" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:659 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669 msgid "hides the Sugar toolbars" msgstr "hides the Sugar toolbars" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:678 msgid "list" msgstr "list" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:671 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:901 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:911 msgid "presentation bulleted list" msgstr "presentation bulleted list" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:679 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:902 +#: 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 "presentation template: list of bullets" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:686 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:846 +#: 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 "presentation template: select Journal object (no description)" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:693 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:832 +#: 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 "presentation template: select Journal object (with description)" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:888 +#: 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 "presentation template: select four Journal objects" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:707 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:714 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:860 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:874 +#: 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 "presentation template: select two Journal objects" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734 msgid "xcor of left of screen" msgstr "xcor of left of screen" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:732 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742 msgid "ycor of bottom of screen" msgstr "ycor of bottom of screen" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:737 taextras.py:190 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:747 taextras.py:189 msgid "width" msgstr "width" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:740 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:750 msgid "the canvas width" msgstr "the canvas width" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:748 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:758 msgid "xcor of right of screen" msgstr "xcor of right of screen" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:756 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:766 msgid "ycor of top of screen" msgstr "ycor of top of screen" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:761 taextras.py:185 -#: taextras.py:191 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 taextras.py:184 +#: taextras.py:190 msgid "height" msgstr "height" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:764 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 msgid "the canvas height" msgstr "the canvas height" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781 msgid "title x" msgstr "title x" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:780 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:790 msgid "title y" msgstr "title y" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:799 msgid "left x" msgstr "left x" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:798 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:808 msgid "top y" msgstr "top y" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:807 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817 msgid "right x" msgstr "right x" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:816 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826 msgid "bottom y" msgstr "bottom y" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:831 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:845 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:841 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:855 msgid "presentation 1x1" msgstr "presentation 1x1" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:859 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:869 msgid "presentation 2x1" msgstr "presentation 2x1" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:873 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:883 msgid "presentation 1x2" msgstr "presentation 1x2" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:887 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897 msgid "presentation 2x2" msgstr "presentation 2x2" @@ -1702,24 +1718,22 @@ msgid "adjust LED intensity between 0 and 255" msgstr "adjust LED intensity between 0 and 255" #: taextras.py:60 -msgid "" -"returns the object gray level encountered him as a number between 0 and 1023" -msgstr "" -"returns the object gray level encountered him as a number between 0 and 1023" +msgid "returns the object gray level as a number between 0 and 1023" +msgstr "returns the object gray level as a number between 0 and 1023" -#: taextras.py:62 +#: taextras.py:61 msgid "returns 1 when the button is press and 0 otherwise" msgstr "returns 1 when the button is press and 0 otherwise" -#: taextras.py:63 +#: taextras.py:62 msgid "returns the ambient light level as a number between 0 and 1023" msgstr "returns the ambient light level as a number between 0 and 1023" -#: taextras.py:64 +#: taextras.py:63 msgid "returns the ambient temperature as a number between 0 and 255" msgstr "returns the ambient temperature as a number between 0 and 255" -#: taextras.py:65 +#: taextras.py:64 msgid "" "returns the distance from the object in front of the sensor as a number " "between 0 and 255" @@ -1727,79 +1741,79 @@ msgstr "" "returns the distance from the object in front of the sensor as a number " "between 0 and 255" -#: taextras.py:67 +#: taextras.py:66 msgid "returns 0 or 1 depending on the sensor inclination" msgstr "returns 0 or 1 depending on the sensor inclination" -#: taextras.py:68 +#: taextras.py:67 msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise" msgstr "returns 1 when the sensors detects a magnetic field, 0 otherwise" -#: taextras.py:69 +#: taextras.py:68 msgid "switches from 0 to 1, the frequency depends on the vibration" msgstr "switches from 0 to 1, the frequency depends on the vibration" -#: taextras.py:70 +#: taextras.py:69 msgid "LED" msgstr "LED" -#: taextras.py:71 +#: taextras.py:70 msgid "pushbutton" msgstr "pushbutton" -#: taextras.py:72 +#: taextras.py:71 msgid "grayscale" msgstr "grayscale" -#: taextras.py:73 +#: taextras.py:72 msgid "ambient light" msgstr "ambient light" -#: taextras.py:74 +#: taextras.py:73 msgid "temperature" msgstr "temperature" -#: taextras.py:75 taextras.py:229 +#: taextras.py:74 taextras.py:228 msgid "distance" msgstr "distance" -#: taextras.py:76 taextras.py:226 +#: taextras.py:75 taextras.py:225 msgid "tilt" msgstr "tilt" -#: taextras.py:77 +#: taextras.py:76 msgid "magnetic induction" msgstr "magnetic induction" -#: taextras.py:78 +#: taextras.py:77 msgid "vibration" msgstr "vibration" -#: taextras.py:79 +#: taextras.py:78 msgid "Butia Robot" msgstr "Butia Robot" -#: taextras.py:80 +#: taextras.py:79 msgid "delay Butia" msgstr "delay Butia" -#: taextras.py:81 +#: taextras.py:80 msgid "wait for argument seconds" msgstr "wait for argument seconds" -#: taextras.py:82 +#: taextras.py:81 msgid "battery charge Butia" msgstr "battery charge Butia" -#: taextras.py:83 +#: taextras.py:82 msgid "returns the battery charge as a number between 0 and 255" msgstr "returns the battery charge as a number between 0 and 255" -#: taextras.py:84 +#: taextras.py:83 msgid "speed Butia" msgstr "speed Butia" -#: taextras.py:85 +#: taextras.py:84 msgid "" "set the speed of the Butia motors as a value between 0 and 1023, passed by " "an argument" @@ -1807,304 +1821,304 @@ msgstr "" "set the speed of the Butia motors as a value between 0 and 1023, passed by " "an argument" -#: taextras.py:87 +#: taextras.py:86 msgid "forward Butia" msgstr "forward Butia" -#: taextras.py:88 +#: taextras.py:87 msgid "move the Butia robot forward" msgstr "move the Butia robot forward" -#: taextras.py:89 +#: taextras.py:88 msgid "move the Butia robot forward a predefined distance" msgstr "move the Butia robot forward a predefined distance" -#: taextras.py:90 +#: taextras.py:89 msgid "backward Butia" msgstr "backward Butia" -#: taextras.py:91 +#: taextras.py:90 msgid "move the Butia robot backward" msgstr "move the Butia robot backward" -#: taextras.py:92 +#: taextras.py:91 msgid "move the Butia robot backward a predefined distance" msgstr "move the Butia robot backward a predefined distance" -#: taextras.py:93 +#: taextras.py:92 msgid "left Butia" msgstr "left Butia" -#: taextras.py:94 +#: taextras.py:93 msgid "turn the Butia robot at left" msgstr "turn the Butia robot at left" -#: taextras.py:95 +#: taextras.py:94 msgid "right Butia" msgstr "right Butia" -#: taextras.py:96 +#: taextras.py:95 msgid "turn the Butia robot at right" msgstr "turn the Butia robot at right" -#: taextras.py:97 +#: taextras.py:96 msgid "turn Butia" msgstr "turn Butia" -#: taextras.py:98 +#: taextras.py:97 msgid "turn the Butia robot x degrees" msgstr "turn the Butia robot x degrees" -#: taextras.py:99 +#: taextras.py:98 msgid "stop Butia" msgstr "stop Butia" -#: taextras.py:100 +#: taextras.py:99 msgid "stop the Butia robot" msgstr "stop the Butia robot" -#: taextras.py:101 +#: taextras.py:100 msgid "display Butia" msgstr "display Butia" #. TRANS: this string must contain only ASCII characters. #. The len must be 32 characters/spaces. -#: taextras.py:104 +#: taextras.py:103 msgid "Hello World Butia " msgstr "Hello World Butia " -#: taextras.py:105 +#: taextras.py:104 msgid "print text in Butia robot 32-character ASCII display" msgstr "print text in Butia robot 32-character ASCII display" -#: taextras.py:106 +#: taextras.py:105 msgid "Butia" msgstr "Butia" -#: taextras.py:110 +#: taextras.py:109 msgid "The camera was not found." msgstr "The camera was not found." -#: taextras.py:111 +#: taextras.py:110 msgid "Error on the initialization of the camera." msgstr "Error on the initialization of the camera." -#: taextras.py:112 +#: taextras.py:111 msgid "FollowMe" msgstr "FollowMe" -#: taextras.py:113 +#: taextras.py:112 msgid "follow a RGB color" msgstr "follow a RGB color" -#: taextras.py:114 +#: taextras.py:113 msgid "set a threshold for a RGB color" msgstr "set a threshold for a RGB color" -#: taextras.py:115 +#: taextras.py:114 msgid "follow a turtle color" msgstr "follow a turtle color" -#: taextras.py:116 +#: taextras.py:115 msgid "set the minimal number of pixels to follow" msgstr "set the minimal number of pixels to follow" -#: taextras.py:117 +#: taextras.py:116 msgid "calibrate" msgstr "calibrate" -#: taextras.py:118 +#: taextras.py:117 msgid "calibrate a color to follow" msgstr "calibrate a color to follow" -#: taextras.py:119 +#: taextras.py:118 msgid "x position" msgstr "x position" -#: taextras.py:120 +#: taextras.py:119 msgid "return x position" msgstr "return x position" -#: taextras.py:121 +#: taextras.py:120 msgid "y position" msgstr "y position" -#: taextras.py:122 +#: taextras.py:121 msgid "return y position" msgstr "return y position" -#: taextras.py:123 +#: taextras.py:122 msgid "pixels" msgstr "pixels" -#: taextras.py:124 +#: taextras.py:123 msgid "return the number of pixels of the biggest blob" msgstr "return the number of pixels of the biggest blob" -#: taextras.py:128 +#: taextras.py:127 msgid "SumBot" msgstr "SumBot" -#: taextras.py:129 +#: taextras.py:128 msgid "speed SumBot" msgstr "speed SumBot" -#: taextras.py:130 +#: taextras.py:129 msgid "submit the speed to the SumBot" msgstr "submit the speed to the SumBot" -#: taextras.py:131 +#: taextras.py:130 msgid "set the default speed for the movement commands" msgstr "set the default speed for the movement commands" -#: taextras.py:132 +#: taextras.py:131 msgid "forward SumBot" msgstr "forward SumBot" -#: taextras.py:133 +#: taextras.py:132 msgid "move SumBot forward" msgstr "move SumBot forward" -#: taextras.py:134 +#: taextras.py:133 msgid "backward SumBot" msgstr "backward SumBot" -#: taextras.py:135 +#: taextras.py:134 msgid "move SumBot backward" msgstr "move SumBot backward" -#: taextras.py:136 +#: taextras.py:135 msgid "stop SumBot" msgstr "stop SumBot" -#: taextras.py:137 +#: taextras.py:136 msgid "stop the SumBot" msgstr "stop the SumBot" -#: taextras.py:138 +#: taextras.py:137 msgid "left SumBot" msgstr "left SumBot" -#: taextras.py:139 +#: taextras.py:138 msgid "turn left the SumBot" msgstr "turn left the SumBot" -#: taextras.py:140 +#: taextras.py:139 msgid "right SumBot" msgstr "right SumBot" -#: taextras.py:141 +#: taextras.py:140 msgid "turn right the SumBot" msgstr "turn right the SumBot" -#: taextras.py:142 +#: taextras.py:141 msgid "angle to center" msgstr "angle to center" #. TRANS: dohyo is the playing field -#: taextras.py:144 +#: taextras.py:143 msgid "get the angle to the center of the dohyo" msgstr "get the angle to the center of the dohyo" -#: taextras.py:145 +#: taextras.py:144 msgid "angle to Enemy" msgstr "angle to Enemy" -#: taextras.py:146 +#: taextras.py:145 msgid "get the angle to the Enemy" msgstr "get the angle to the Enemy" -#: taextras.py:147 +#: taextras.py:146 msgid "x coor. SumBot" msgstr "x coor. SumBot" -#: taextras.py:148 +#: taextras.py:147 msgid "get the x coordinate of the SumBot" msgstr "get the x coordinate of the SumBot" -#: taextras.py:149 +#: taextras.py:148 msgid "y coor. SumBot" msgstr "y coor. SumBot" -#: taextras.py:150 +#: taextras.py:149 msgid "get the y coordinate of the SumBot" msgstr "get the y coordinate of the SumBot" -#: taextras.py:151 +#: taextras.py:150 msgid "x coor. Enemy" msgstr "x coor. Enemy" -#: taextras.py:152 +#: taextras.py:151 msgid "get the x coordinate of the Enemy" msgstr "get the x coordinate of the Enemy" -#: taextras.py:153 +#: taextras.py:152 msgid "y coor. Enemy" msgstr "y coor. Enemy" -#: taextras.py:154 +#: taextras.py:153 msgid "get the y coordinate of the Enemy" msgstr "get the y coordinate of the Enemy" -#: taextras.py:155 +#: taextras.py:154 msgid "rotation SumBot" msgstr "rotation SumBot" -#: taextras.py:156 +#: taextras.py:155 msgid "get the rotation of the Sumbot" msgstr "get the rotation of the Sumbot" -#: taextras.py:157 +#: taextras.py:156 msgid "rotation Enemy" msgstr "rotation Enemy" -#: taextras.py:158 +#: taextras.py:157 msgid "get the rotation of the Enemy" msgstr "get the rotation of the Enemy" -#: taextras.py:159 +#: taextras.py:158 msgid "distance to center" msgstr "distance to center" #. TRANS: dohyo is the playing field -#: taextras.py:161 +#: taextras.py:160 msgid "get the distance to the center of the dohyo" msgstr "get the distance to the center of the dohyo" -#: taextras.py:162 +#: taextras.py:161 msgid "distance to Enemy" msgstr "distance to Enemy" -#: taextras.py:163 +#: taextras.py:162 msgid "get the distance to the Enemy" msgstr "get the distance to the Enemy" -#: taextras.py:164 +#: taextras.py:163 msgid "update information" msgstr "update information" -#: taextras.py:165 +#: taextras.py:164 msgid "update information from the server" msgstr "update information from the server" #. TRANS: Please use similar terms to those used in the Physics Activity -#: taextras.py:170 +#: taextras.py:169 msgid "Palette of physics blocks" msgstr "Palette of physics blocks" -#: taextras.py:171 +#: taextras.py:170 msgid "start polygon" msgstr "start polygon" -#: taextras.py:172 +#: taextras.py:171 msgid "Begin defining a new polygon based on the current Turtle xy position." msgstr "Begin defining a new polygon based on the current Turtle xy position." -#: taextras.py:174 +#: taextras.py:173 msgid "add point" msgstr "add point" -#: taextras.py:175 +#: taextras.py:174 msgid "" "Add a new point to the current polygon based on the current Turtle xy " "position." @@ -2112,76 +2126,76 @@ msgstr "" "Add a new point to the current polygon based on the current Turtle xy " "position." -#: taextras.py:177 +#: taextras.py:176 msgid "end polygon" msgstr "end polygon" -#: taextras.py:178 +#: taextras.py:177 msgid "Define a new polygon." msgstr "Define a new polygon." -#: taextras.py:179 +#: taextras.py:178 msgid "end filled polygon" msgstr "end filled polygon" -#: taextras.py:180 +#: taextras.py:179 msgid "Not a simple polygon" msgstr "Not a simple polygon" -#: taextras.py:181 +#: taextras.py:180 msgid "Define a new filled polygon." msgstr "Define a new filled polygon." -#: taextras.py:182 +#: taextras.py:181 msgid "triangle" msgstr "triangle" #. TRANS: base of a triangle -#: taextras.py:184 +#: taextras.py:183 msgid "base" msgstr "base" -#: taextras.py:186 +#: taextras.py:185 msgid "Add a triangle object to the project." msgstr "Add a triangle object to the project." -#: taextras.py:187 +#: taextras.py:186 msgid "circle" msgstr "circle" -#: taextras.py:188 +#: taextras.py:187 msgid "Add a circle object to the project." msgstr "Add a circle object to the project." -#: taextras.py:189 +#: taextras.py:188 msgid "rectangle" msgstr "rectangle" -#: taextras.py:192 +#: taextras.py:191 msgid "Add a rectangle object to the project." msgstr "Add a rectangle object to the project." -#: taextras.py:193 +#: taextras.py:192 msgid "reset" msgstr "reset" -#: taextras.py:194 +#: taextras.py:193 msgid "Reset the project; clear the object list." msgstr "Reset the project; clear the object list." -#: taextras.py:195 +#: taextras.py:194 msgid "motor" msgstr "motor" -#: taextras.py:196 +#: taextras.py:195 msgid "torque" msgstr "torque" -#: taextras.py:197 +#: taextras.py:196 msgid "speed" msgstr "speed" -#: taextras.py:198 +#: taextras.py:197 msgid "" "Motor torque and speed range from 0 (off) to positive numbers; motor is " "placed on the most recent object created." @@ -2189,19 +2203,19 @@ msgstr "" "Motor torque and speed range from 0 (off) to positive numbers; motor is " "placed on the most recent object created." -#: taextras.py:200 +#: taextras.py:199 msgid "pin" msgstr "pin" -#: taextras.py:201 +#: taextras.py:200 msgid "Pin an object down so that it cannot fall." msgstr "Pin an object down so that it cannot fall." -#: taextras.py:202 +#: taextras.py:201 msgid "joint" msgstr "joint" -#: taextras.py:205 +#: taextras.py:204 msgid "" "Join two objects together (the most recent object created and the object at " "point x, y)." @@ -2209,25 +2223,25 @@ msgstr "" "Join two objects together (the most recent object created and the object at " "point x, y)." -#: taextras.py:207 +#: taextras.py:206 msgid "Save the project to the Journal as a Physics activity." msgstr "Save the project to the Journal as a Physics activity." -#: taextras.py:208 +#: taextras.py:207 msgid "density" msgstr "density" -#: taextras.py:209 +#: taextras.py:208 msgid "" "Set the density property for objects (density can be any positive number)." msgstr "" "Set the density property for objects (density can be any positive number)." -#: taextras.py:211 +#: taextras.py:210 msgid "friction" msgstr "friction" -#: taextras.py:212 +#: taextras.py:211 msgid "" "Set the friction property for objects (value from 0 to 1, where 0 turns " "friction off and 1 is strong friction)." @@ -2236,11 +2250,11 @@ msgstr "" "friction off and 1 is strong friction)." #. TRANS: bounciness is restitution -#: taextras.py:215 +#: taextras.py:214 msgid "bounciness" msgstr "bounciness" -#: taextras.py:216 +#: taextras.py:215 msgid "" "Set the bounciness property for objects (a value from 0 to 1, where 0 means " "no bounce and 1 is very bouncy)." @@ -2248,11 +2262,11 @@ msgstr "" "Set the bounciness property for objects (a value from 0 to 1, where 0 means " "no bounce and 1 is very bouncy)." -#: taextras.py:218 +#: taextras.py:217 msgid "dynamic" msgstr "dynamic" -#: taextras.py:219 +#: taextras.py:218 msgid "" "If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position." msgstr "" @@ -2260,11 +2274,11 @@ msgstr "" "position." #. TRANS: WeDo is a robotics product of the LEGO company -#: taextras.py:225 +#: taextras.py:224 msgid "Palette of WeDo blocks" msgstr "Palette of WeDo blocks" -#: taextras.py:227 +#: taextras.py:226 msgid "" "tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == " "tilt left, 2 == tilt right)" @@ -2272,31 +2286,31 @@ msgstr "" "tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == " "tilt left, 2 == tilt right)" -#: taextras.py:230 +#: taextras.py:229 msgid "distance sensor output" msgstr "distance sensor output" -#: taextras.py:231 +#: taextras.py:230 msgid "Motor A" msgstr "Motor A" -#: taextras.py:232 +#: taextras.py:231 msgid "returns the current value of Motor A" msgstr "returns the current value of Motor A" -#: taextras.py:233 +#: taextras.py:232 msgid "Motor B" msgstr "Motor B" -#: taextras.py:234 +#: taextras.py:233 msgid "returns the current value of Motor B" msgstr "returns the current value of Motor B" -#: taextras.py:235 +#: taextras.py:234 msgid "set the value for Motor A" msgstr "set the value for Motor A" -#: taextras.py:236 +#: taextras.py:235 msgid "set the value for Motor B" msgstr "set the value for Motor B" @@ -2373,6 +2387,11 @@ msgstr "You have unsaved work. Would you like to save before quitting?" msgid "Save project?" msgstr "Save project?" +#~ msgid "" +#~ "returns the object gray level encountered him as a number between 0 and 1023" +#~ msgstr "" +#~ "returns the object gray level encountered him as a number between 0 and 1023" + #~ msgid "activity count" #~ msgstr "activity count" -- cgit v0.9.1