Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/TurtleArt.pot257
1 files changed, 256 insertions, 1 deletions
diff --git a/po/TurtleArt.pot b/po/TurtleArt.pot
index efeed10..2900dad 100644
--- a/po/TurtleArt.pot
+++ b/po/TurtleArt.pot
@@ -570,4 +570,259 @@ msgid "popup_help_template"
msgstr "palette of presentation templates"
msgid "popup_help_clean"
-msgstr "clear the screen and reset the turtle" \ No newline at end of file
+msgstr "clear the screen and reset the turtle"
+
+msgid "popup_help_forward"
+msgstr "move turtle forward"
+
+msgid "popup_help_back"
+msgstr "move turtle backward"
+
+msgid "popup_help_left"
+msgstr "turn turtle counterclockwise (angle in degrees)"
+
+msgid "popup_help_right"
+msgstr "turn turtle clockwise (angle in degrees)"
+
+msgid "popup_help_arc"
+msgstr "move turtle along an arc"
+
+msgid "popup_help_setyx"
+msgstr "move turtle to position xcor, ycor; (0, 0) is in the center of the screen."
+
+msgid "popup_help_setheading"
+msgstr "set the heading of the turtle (0 is towards the top of the screen.)"
+
+msgid "popup_help_show"
+msgstr "draw text or show media from the Journal"
+
+msgid "popup_help_setscale"
+msgstr "set the scale of media"
+
+msgid "popup_help_xcor"
+msgstr "holds current x-coordinate value of the turtle (can be used in place of a number block)"
+
+msgid "popup_help_ycor"
+msgstr "holds current y-coordinate value of the turtle (can be used in place of a number block)"
+
+msgid "popup_help_heading"
+msgstr "holds current heading value of the turtle (can be used in place of a number block)"
+
+msgid "popup_help_scale"
+msgstr "holds current scale value (can be used in place of a number block)"
+
+msgid " popup_help_penup"
+msgstr "turtle will not draw when moved"
+
+msgid "popup_help_pendown"
+msgstr "turtle will draw when moved"
+
+msgid "popup_help_setpensize"
+msgstr "set size of the line drawn by the turtle"
+
+msgid "popup_help_setpencolor"
+msgstr "set color of the line drawn by the turtle"
+
+msgid "popup_help_setpenshade"
+msgstr "set shade of the line drawn by the turtle"
+
+msgid "popup_help_settextcolor"
+msgstr "set color of text drawn by the turtle"
+
+msgid "popup_help_settextsize"
+msgstr "set size of text drawn by turtle"
+
+msgid "popup_help_fillscreen"
+msgstr "fills the background with (color, shade)"
+
+msgid "popup_help_pensize"
+msgstr "holds current pen size (can be used in place of a number block)"
+
+msgid "popup_help_pencolor"
+msgstr "holds current pen color (can be used in place of a number block)"
+
+msgid "popup_help_penshade"
+msgstr "holds current pen shade (can be used in place of a number block)"
+
+msgid "popup_help_textsize"
+msgstr "holds current text size (can be used in place of a number block)"
+
+msgid "popup_help_textcolor"
+msgstr "holds current text color (can be used in place of a number block)"
+
+msgid "popup_help_number"
+msgstr "used as numeric input in mathematic operators"
+
+msgid "popup_help_plus2"
+msgstr "adds two numeric inputs"
+
+msgid "popup_help_minus2"
+msgstr "subtracts bottom numeric input from top numeric input"
+
+msgid "popup_help_product2"
+msgstr "multiplies two numeric inputs"
+
+msgid "popup_help_division2"
+msgstr "divides top numeric input (numerator) by bottom numeric input (denominator)"
+
+msgid "popup_help_remaninder2"
+msgstr "modular (remainder) operator"
+
+msgid "popup_help_identity"
+msgstr "identity operator used for extending blocks"
+
+msgid "popup_help_identity2"
+msgstr "identity operator used for extending blocks"
+
+msgid "popup_help_sqrt"
+msgstr "calculate square root"
+
+msgid "popup_help_random"
+msgstr "returns random number between minimum (left) and maximum (right) values"
+
+msgid "popup_help_equal"
+msgstr "logical = operator"
+
+msgid "popup_help_greater"
+msgstr "logical > operator"
+
+msgid "popup_help_less"
+msgstr "logical < operator"
+
+msgid "popup_help_and"
+msgstr "logical AND operator"
+
+msgid "popup_help_or"
+msgstr "logical OR operator"
+
+msgid "popup_help_not"
+msgstr "logical NOT operator"
+
+msgid "popup_help_print"
+msgstr "prints value in status block at bottom of the screen"
+
+msgid "popup_help_kbinput"
+msgstr "query for keyboard input (results stored in keyboard block)"
+
+msgid "popup_help_keyboard"
+msgstr "holds results of query-keyboard block"
+
+msgid "popup_help_nop_loaded"
+msgstr "runs code found in the tamyblock.py module found in the Journal"
+
+msgid "popup_help_myfunc"
+msgstr "a programmable block: add your own math equation in the block, e.g., sin(x)"
+
+msgid "popup_help_hres"
+msgstr "the canvas width"
+
+msgid "popup_help_vres"
+msgstr "the canvas height"
+
+msgid "popup_help_push"
+msgstr "push value onto FILO (first-in last-out) heap"
+
+msgid "popup_help_pop"
+msgstr "pop value off FILO"
+
+msgid "popup_help_prnthear"
+msgstr "show FILO in status block"
+
+msgid "popup_help_clearheap"
+msgstr "empty FILO"
+
+msgid "popup_help_wait"
+msgstr "wait specified number of seconds"
+
+msgid "popup_help_forever"
+msgstr "loop forever"
+
+msgid "popup_help_repeat"
+msgstr "loop specified number of times"
+
+msgid "popup_help_if"
+msgstr "if-then operator that uses boolean operators from Numbers palette"
+
+msgid "popup_help_ifelse"
+msgstr "if-then-else operator uses boolean operators from Numbers palette"
+
+msgid "popup_help_stopstack"
+msgstr "do not continue current action"
+
+msgid "popup_help_hspace"
+msgstr "jog stack right"
+
+msgid "popup_help_vspace"
+msgstr "jog stack down"
+
+msgid "popup_help_start"
+msgstr "connects action to toolbar run buttons"
+
+msgid "popup_help_hat1"
+msgstr "top of action 1 stack"
+
+msgid "popup_help_stack1"
+msgstr "invoke action 1 stack"
+
+msgid "popup_help_hat2"
+msgstr "top of action 2 stack"
+
+msgid "popup_help_stack2"
+msgstr "invoke action 2 stack"
+
+msgid "popup_help_hat"
+msgstr "top of nameable action stack"
+
+msgid "popup_help_stack"
+msgstr "invoke named action stack"
+
+msgid "popup_help_storeinbox1"
+msgstr "store numeric value in variable 1"
+
+msgid "popup_help_box1"
+msgstr "variable 1 (numeric value)"
+
+msgid "popup_help_storeinbox2"
+msgstr "store numeric value in variable 2"
+
+msgid "popup_help_box2"
+msgstr "variable 2 (numeric value)"
+
+msgid "popup_help_storein"
+msgstr "store numeric value in named variable"
+
+msgid "popup_help_box"
+msgstr "named variable (numeric value)"
+
+msgid "popup_help_string"
+msgstr "string value"
+
+msgid "popup_help_journal"
+msgstr "Sugar Journal media object"
+
+msgid "popup_help_audiooff"
+msgstr "Sugar Journal audio object"
+
+msgid "popup_help_descriptionoff"
+msgstr "Sugar Journal description field"
+
+msgid "popup_help_template1"
+msgstr "presentation template: select Journal object (with description)"
+
+msgid "popup_help_template2"
+msgstr "presentation template: select two Journal objects"
+
+msgid "popup_help_template6"
+msgstr "presentation template: select two Journal objects"
+
+msgid "popup_help_template7"
+msgstr "presentation template: select four Journal objects"
+
+msgid "popup_help_template4"
+msgstr "presentation template: select Journal object (no description)"
+
+msgid "popup_help_template3"
+msgstr "presentation template: seven bullets"
+
+msgid "popup_help_hideblocks"
+msgstr "declutter canvas by hiding blocks"