# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-02-16 00:31-0500\n" "PO-Revision-Date: 2011-04-28 14:35+0200\n" "Last-Translator: Chris \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" #: activity/activity.info:2 TurtleArt/taexporthtml.py:137 #: TurtleArt/taexporthtml.py:139 TurtleArt/tawindow.py:1747 #: TurtleArt/tawindow.py:3055 pysamples/grecord.py:205 turtleart.py:288 msgid "Turtle Art" msgstr "" #: TurtleArt/tabasics.py:115 msgid "Palette of turtle commands" msgstr "" #: TurtleArt/tabasics.py:120 msgid "forward" msgstr "បញ្ជូនបន្ត" #: TurtleArt/tabasics.py:124 msgid "moves turtle forward" msgstr "" #: TurtleArt/tabasics.py:131 msgid "back" msgstr "ថយ​ក្រោយ" #: TurtleArt/tabasics.py:135 msgid "moves turtle backward" msgstr "" #: TurtleArt/tabasics.py:143 msgid "clean" msgstr "ស្អាត" #: TurtleArt/tabasics.py:146 msgid "clears the screen and reset the turtle" msgstr "" #: TurtleArt/tabasics.py:154 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731 msgid "left" msgstr "ឆ្វេង" #: TurtleArt/tabasics.py:158 msgid "turns turtle counterclockwise (angle in degrees)" msgstr "" #: TurtleArt/tabasics.py:165 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:755 msgid "right" msgstr "ស្តាំ" #: TurtleArt/tabasics.py:169 msgid "turns turtle clockwise (angle in degrees)" msgstr "" #: TurtleArt/tabasics.py:177 msgid "arc" msgstr "ធ្នូ" #: TurtleArt/tabasics.py:177 msgid "angle" msgstr "មុំ" #: TurtleArt/tabasics.py:177 msgid "radius" msgstr "កាំ" #: TurtleArt/tabasics.py:181 msgid "moves turtle along an arc" msgstr "" #: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 msgid "set xy" msgstr "" #: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:218 msgid "x" msgstr "x" #: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:219 msgid "y" msgstr "y" #: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260 msgid "" "moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." msgstr "" #: TurtleArt/tabasics.py:204 msgid "set heading" msgstr "" #: TurtleArt/tabasics.py:208 msgid "sets the heading of the turtle (0 is towards the top of the screen.)" msgstr "" #: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:3051 #: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:542 msgid "xcor" msgstr "ตำแหน่ง x" #: TurtleArt/tabasics.py:217 msgid "" "holds current x-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "" #: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:3051 #: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543 msgid "ycor" msgstr "ตำแหน่ง y" #: TurtleArt/tabasics.py:228 msgid "" "holds current y-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "" #: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:3051 #: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543 #, fuzzy msgid "heading" msgstr "ការអាន​ " #: TurtleArt/tabasics.py:239 msgid "" "holds current heading value of the turtle (can be used in place of a number " "block)" msgstr "" #: TurtleArt/tabasics.py:273 msgid "Palette of pen commands" msgstr "" #: TurtleArt/tabasics.py:277 msgid "pen up" msgstr "" #: TurtleArt/tabasics.py:280 msgid "Turtle will not draw when moved." msgstr "" #: TurtleArt/tabasics.py:286 msgid "pen down" msgstr "" #: TurtleArt/tabasics.py:289 msgid "Turtle will draw when moved." msgstr "" #: TurtleArt/tabasics.py:295 msgid "set pen size" msgstr "" #: TurtleArt/tabasics.py:299 msgid "sets size of the line drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:309 #, fuzzy msgid "fill screen" msgstr "អេក្រង់​ពេញ" #: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:399 taextras.py:260 msgid "color" msgstr "ពណ៌" #: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:409 msgid "shade" msgstr "ស្រមោល​" #: TurtleArt/tabasics.py:313 msgid "fills the background with (color, shade)" msgstr "" #: TurtleArt/tabasics.py:322 msgid "pen size" msgstr "" #: TurtleArt/tabasics.py:323 msgid "holds current pen size (can be used in place of a number block)" msgstr "" #: TurtleArt/tabasics.py:334 #, fuzzy msgid "start fill" msgstr "ចាប់ផ្ដើម​ទាំងអស់" #: TurtleArt/tabasics.py:336 msgid "starts filled polygon (used with end fill block)" msgstr "" #: TurtleArt/tabasics.py:343 msgid "end fill" msgstr "" #: TurtleArt/tabasics.py:345 msgid "completes filled polygon (used with start fill block)" msgstr "" #: TurtleArt/tabasics.py:356 TurtleArt/tabasics.py:360 msgid "Palette of pen colors" msgstr "" #: TurtleArt/tabasics.py:364 #, fuzzy msgid "set color" msgstr "កំណត់​ពណ៌" #: TurtleArt/tabasics.py:368 msgid "sets color of the line drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:376 msgid "set shade" msgstr "" #: TurtleArt/tabasics.py:380 msgid "sets shade of the line drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:388 msgid "set gray" msgstr "" #: TurtleArt/tabasics.py:391 msgid "sets gray level of the line drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:400 msgid "holds current pen color (can be used in place of a number block)" msgstr "" #: TurtleArt/tabasics.py:410 msgid "holds current pen shade" msgstr "" #: TurtleArt/tabasics.py:418 msgid "gray" msgstr "​ប្រផេះ" #: TurtleArt/tabasics.py:419 msgid "holds current gray level (can be used in place of a number block)" msgstr "" #: TurtleArt/tabasics.py:425 msgid "red" msgstr "ក្រហម" #: TurtleArt/tabasics.py:426 msgid "orange" msgstr "ពណ៌​ទឹក​ក្រូច​" #: TurtleArt/tabasics.py:428 msgid "yellow" msgstr "​លឿង" #: TurtleArt/tabasics.py:430 msgid "green" msgstr "​​បៃតង" #: TurtleArt/tabasics.py:431 msgid "cyan" msgstr "ពណ៌​កាប់​ស្តាំង​" #: TurtleArt/tabasics.py:432 msgid "blue" msgstr "​​ខៀវ" #: TurtleArt/tabasics.py:433 #, fuzzy msgid "purple" msgstr "ស្វាយ" #: TurtleArt/tabasics.py:435 msgid "white" msgstr "ស" #: TurtleArt/tabasics.py:436 msgid "black" msgstr "ខ្មៅ" #: TurtleArt/tabasics.py:442 msgid "set text color" msgstr "ជ្រើស​ពណ៌​អត្ថបទ" #: TurtleArt/tabasics.py:445 msgid "sets color of text drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:453 msgid "set text size" msgstr "" #: TurtleArt/tabasics.py:456 msgid "sets size of text drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:539 msgid "Palette of numeric operators" msgstr "" #: TurtleArt/tabasics.py:545 msgid "plus" msgstr "បូក" #: TurtleArt/tabasics.py:548 msgid "adds two alphanumeric inputs" msgstr "" #: TurtleArt/tabasics.py:556 msgid "minus" msgstr "ដក" #: TurtleArt/tabasics.py:559 msgid "subtracts bottom numeric input from top numeric input" msgstr "" #: TurtleArt/tabasics.py:570 msgid "multiply" msgstr "គុណ" #: TurtleArt/tabasics.py:573 msgid "multiplies two numeric inputs" msgstr "" #: TurtleArt/tabasics.py:582 msgid "divide" msgstr "ចែក" #: TurtleArt/tabasics.py:585 msgid "" "divides top numeric input (numerator) by bottom numeric input (denominator)" msgstr "" #: TurtleArt/tabasics.py:595 msgid "identity" msgstr "អត្ដសញ្ញាណ" #: TurtleArt/tabasics.py:597 msgid "identity operator used for extending blocks" msgstr "" #: TurtleArt/tabasics.py:605 TurtleArt/tabasics.py:606 msgid "mod" msgstr "" #: TurtleArt/tabasics.py:609 msgid "modular (remainder) operator" msgstr "" #: TurtleArt/tabasics.py:616 msgid "√" msgstr "" #: TurtleArt/tabasics.py:617 msgid "square root" msgstr "ប្រភាគ" #: TurtleArt/tabasics.py:620 msgid "calculates square root" msgstr "" #: TurtleArt/tabasics.py:627 msgid "random" msgstr "ព្រាវ" #: TurtleArt/tabasics.py:627 msgid "min" msgstr "នាទី" #: TurtleArt/tabasics.py:627 msgid "max" msgstr "អតិ" #: TurtleArt/tabasics.py:631 msgid "returns random number between minimum (top) and maximum (bottom) values" msgstr "" #: TurtleArt/tabasics.py:643 msgid "number" msgstr "លេខ" #: TurtleArt/tabasics.py:644 msgid "used as numeric input in mathematic operators" msgstr "" #: TurtleArt/tabasics.py:651 msgid "greater than" msgstr "​ធំជាង" #: TurtleArt/tabasics.py:654 msgid "logical greater-than operator" msgstr "" #: TurtleArt/tabasics.py:660 msgid "True" msgstr "" #: TurtleArt/tabasics.py:666 msgid "less than" msgstr "​តូចជាង" #: TurtleArt/tabasics.py:669 msgid "logical less-than operator" msgstr "" #: TurtleArt/tabasics.py:674 msgid "False" msgstr "" #: TurtleArt/tabasics.py:680 msgid "equal" msgstr "ស្មើ" #: TurtleArt/tabasics.py:683 msgid "logical equal-to operator" msgstr "" #: TurtleArt/tabasics.py:689 msgid "not" msgstr "មិន" #: TurtleArt/tabasics.py:692 msgid "logical NOT operator" msgstr "" #: TurtleArt/tabasics.py:698 TurtleArt/tabasics.py:701 msgid "and" msgstr "" #: TurtleArt/tabasics.py:702 msgid "logical AND operator" msgstr "" #: TurtleArt/tabasics.py:709 TurtleArt/tabasics.py:712 msgid "or" msgstr "ឬ" #: TurtleArt/tabasics.py:713 msgid "logical OR operator" msgstr "" #: TurtleArt/tabasics.py:722 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:94 msgid "Palette of flow operators" msgstr "" #: TurtleArt/tabasics.py:727 msgid "wait" msgstr "រង់​ចាំ" #: TurtleArt/tabasics.py:731 msgid "pauses program execution a specified number of seconds" msgstr "" #: TurtleArt/tabasics.py:738 msgid "forever" msgstr "ជារៀង​រហូត" #: TurtleArt/tabasics.py:742 msgid "loops forever" msgstr "" #: TurtleArt/tabasics.py:748 TurtleArt/tabasics.py:752 msgid "repeat" msgstr "ធ្វើម្តង​ទៀត​" #: TurtleArt/tabasics.py:753 msgid "loops specified number of times" msgstr "" #: TurtleArt/tabasics.py:759 TurtleArt/tabasics.py:771 msgid "if" msgstr "" #: TurtleArt/tabasics.py:759 msgid "then" msgstr "នោះ" #: TurtleArt/tabasics.py:762 msgid "if then" msgstr "" #: TurtleArt/tabasics.py:764 msgid "if-then operator that uses boolean operators from Numbers palette" msgstr "" #: TurtleArt/tabasics.py:771 msgid "then else" msgstr "" #: TurtleArt/tabasics.py:775 msgid "if then else" msgstr "" #: TurtleArt/tabasics.py:776 msgid "if-then-else operator that uses boolean operators from Numbers palette" msgstr "" #: TurtleArt/tabasics.py:784 msgid "horizontal space" msgstr "" #: TurtleArt/tabasics.py:785 msgid "jogs stack right" msgstr "" #: TurtleArt/tabasics.py:792 msgid "vertical space" msgstr "" #: TurtleArt/tabasics.py:793 msgid "jogs stack down" msgstr "" #: TurtleArt/tabasics.py:799 #, fuzzy msgid "stop action" msgstr "បង្ហាញ​រូបតំណាង​ក្នុង​ថាស​ប្រព័ន្ធ" #: TurtleArt/tabasics.py:802 msgid "stops current action" msgstr "" #: TurtleArt/tabasics.py:811 msgid "Palette of variable blocks" msgstr "" #: TurtleArt/tabasics.py:816 pysamples/grecord.py:213 msgid "start" msgstr "ចាប់ផ្ដើម" #: TurtleArt/tabasics.py:819 msgid "connects action to toolbar run buttons" msgstr "" #: TurtleArt/tabasics.py:827 msgid "store in box 1" msgstr "" #: TurtleArt/tabasics.py:831 msgid "stores numeric value in Variable 1" msgstr "" #: TurtleArt/tabasics.py:838 msgid "store in box 2" msgstr "" #: TurtleArt/tabasics.py:842 msgid "stores numeric value in Variable 2" 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 "អត្ថបទ" #: TurtleArt/tabasics.py:852 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175 msgid "string value" msgstr "តម្លៃ​ខ្សែអក្សរ" #: TurtleArt/tabasics.py:856 msgid "box 1" msgstr "" #: TurtleArt/tabasics.py:859 msgid "Variable 1 (numeric value)" msgstr "" #: TurtleArt/tabasics.py:865 msgid "box 2" msgstr "" #: TurtleArt/tabasics.py:868 msgid "Variable 2 (numeric value)" msgstr "" #: TurtleArt/tabasics.py:875 TurtleArt/tabasics.py:885 msgid "box" msgstr "ប្រអប់​" #: TurtleArt/tabasics.py:877 TurtleArt/tabasics.py:888 msgid "my box" msgstr "" #: TurtleArt/tabasics.py:879 msgid "named variable (numeric value)" msgstr "" #: TurtleArt/tabasics.py:885 msgid "store in" msgstr "" #: TurtleArt/tabasics.py:885 msgid "value" msgstr "តម្លៃ​" #: TurtleArt/tabasics.py:889 msgid "stores numeric value in named variable" msgstr "" #: TurtleArt/tabasics.py:897 TurtleArt/tabasics.py:899 #: TurtleArt/tabasics.py:923 TurtleArt/tabasics.py:926 msgid "action" msgstr "សកម្មភាព" #: TurtleArt/tabasics.py:901 msgid "top of nameable action stack" msgstr "" #: TurtleArt/tabasics.py:906 TurtleArt/tabasics.py:933 #, fuzzy msgid "action 1" msgstr "សកម្មភាព" #: TurtleArt/tabasics.py:909 msgid "top of Action 1 stack" msgstr "" #: TurtleArt/tabasics.py:914 TurtleArt/tabasics.py:942 #, fuzzy msgid "action 2" msgstr "សកម្មភាព" #: TurtleArt/tabasics.py:917 msgid "top of Action 2 stack" msgstr "" #: TurtleArt/tabasics.py:927 msgid "invokes named action stack" msgstr "" #: TurtleArt/tabasics.py:936 msgid "invokes Action 1 stack" msgstr "" #: TurtleArt/tabasics.py:945 msgid "invokes Action 2 stack" msgstr "" #: TurtleArt/tabasics.py:953 msgid "trash" msgstr "ធុង​សំរាម" #: TurtleArt/tabasics.py:957 msgid "empty trash" msgstr "សម្អាត​ធុង​សំរាម" #: TurtleArt/tabasics.py:958 msgid "permanently deletes items in trash" msgstr "" #: TurtleArt/tabasics.py:962 msgid "restore all" msgstr "" #: TurtleArt/tabasics.py:963 msgid "restore all blocks from trash" msgstr "" #: TurtleArt/tabasics.py:967 msgid "clear all" msgstr "ជម្រះ​ទាំង​អស់" #: TurtleArt/tabasics.py:968 msgid "move all blocks to trash" msgstr "" #: 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 "ចំណង​ជើង" #: TurtleArt/talogo.py:465 msgid "did not output to" msgstr "" #: TurtleArt/talogo.py:519 msgid "I don't know how to" msgstr "" #: TurtleArt/talogo.py:566 msgid "doesn't like" msgstr "" #: TurtleArt/talogo.py:566 msgid "as input" msgstr "" #: TurtleArt/tapalette.py:84 msgid "displays next palette" msgstr "" #: TurtleArt/tapalette.py:85 msgid "changes the orientation of the palette of blocks" msgstr "" #: TurtleArt/tautils.py:177 msgid "Load..." msgstr "ផ្ទុក..." #: TurtleArt/tautils.py:187 msgid "Save..." msgstr "រក្សា​ទុក..." #: TurtleArt/tautils.py:596 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:641 msgid "click to open" msgstr "กดเปิด" #: TurtleArt/tawindow.py:837 TurtleArt/tawindow.py:838 msgid "orientation" msgstr "ទិស" #: TurtleArt/tawindow.py:848 TurtleArt/tawindow.py:1164 msgid "next" msgstr "បន្ទាប់" #: TurtleArt/tawindow.py:3146 msgid "image" msgstr "រូប​ភាព" #: TurtleArtActivity.py:147 msgid "presentation" msgstr "ការ​បង្ហាញ" #: TurtleArtActivity.py:223 msgid "snapshot" msgstr "រូបថត" #: TurtleArtActivity.py:271 turtleart.py:354 msgid "Show palette" msgstr "" #: TurtleArtActivity.py:277 TurtleArtActivity.py:682 turtleart.py:356 msgid "Hide palette" msgstr "" #: TurtleArtActivity.py:284 TurtleArtActivity.py:297 msgid "Show blocks" msgstr "" #: TurtleArtActivity.py:287 TurtleArtActivity.py:305 TurtleArtActivity.py:685 msgid "Hide blocks" msgstr "" #: TurtleArtActivity.py:415 msgid "Rescale coordinates down" msgstr "" #: TurtleArtActivity.py:419 TurtleArtActivity.py:546 msgid "Rescale coordinates up" msgstr "" #: TurtleArtActivity.py:478 TurtleArtActivity.py:516 turtleart.py:351 msgid "Edit" msgstr "កែសម្រួល" #: TurtleArtActivity.py:482 TurtleArtActivity.py:514 turtleart.py:346 msgid "View" msgstr "ទិដ្ឋភាព" #: TurtleArtActivity.py:489 TurtleArtActivity.py:520 msgid "Help" msgstr "ជំនួយ" #: TurtleArtActivity.py:512 msgid "Project" msgstr "គម្រោង" #: TurtleArtActivity.py:518 TurtleArtActivity.py:625 msgid "Save/Load" msgstr "" #: TurtleArtActivity.py:528 turtleart.py:349 msgid "Copy" msgstr "ចំលង" #: TurtleArtActivity.py:530 turtleart.py:350 msgid "Paste" msgstr "បិទភ្ជាប់​" #: TurtleArtActivity.py:532 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:667 msgid "Fullscreen" msgstr "ពេញ​អេក្រង់" #: TurtleArtActivity.py:534 turtleart.py:334 msgid "Cartesian coordinates" msgstr "" #: TurtleArtActivity.py:536 turtleart.py:336 msgid "Polar coordinates" msgstr "កូអរដោនេ​ប៉ូល" #: TurtleArtActivity.py:539 msgid "Metric coordinates" msgstr "" #: TurtleArtActivity.py:549 turtleart.py:340 msgid "Grow blocks" msgstr "" #: TurtleArtActivity.py:551 turtleart.py:342 msgid "Shrink blocks" msgstr "" #: TurtleArtActivity.py:575 TurtleArtActivity.py:667 msgid "Load example" msgstr "" #: TurtleArtActivity.py:593 TurtleArtActivity.py:597 msgid "Move the cursor over the orange palette for help." msgstr "" #: TurtleArtActivity.py:630 TurtleArtActivity.py:650 turtleart.py:324 msgid "Save as image" msgstr "" #: TurtleArtActivity.py:633 TurtleArtActivity.py:653 turtleart.py:326 msgid "Save as HTML" msgstr "" #: TurtleArtActivity.py:636 TurtleArtActivity.py:655 turtleart.py:328 #, fuzzy msgid "Save as Logo" msgstr "บันทึกเป็น .ogg" #: TurtleArtActivity.py:639 TurtleArtActivity.py:658 msgid "Save snapshot" msgstr "រក្សាទុក​រូបថត" #: TurtleArtActivity.py:641 TurtleArtActivity.py:661 msgid "Load project" msgstr "" #: TurtleArtActivity.py:644 TurtleArtActivity.py:664 msgid "Load Python block" msgstr "" #: TurtleArtActivity.py:683 msgid "p" msgstr "" #: TurtleArtActivity.py:686 msgid "b" msgstr "" #: TurtleArtActivity.py:691 turtleart.py:363 msgid "Clean" msgstr "ស្អាត" #: TurtleArtActivity.py:691 msgid "e" msgstr "" #: TurtleArtActivity.py:693 turtleart.py:364 msgid "Run" msgstr "រត់" #: TurtleArtActivity.py:693 msgid "r" msgstr "" #: TurtleArtActivity.py:695 turtleart.py:365 msgid "Step" msgstr "ជំហាន" #: TurtleArtActivity.py:695 msgid "w" msgstr "" #: TurtleArtActivity.py:698 turtleart.py:366 msgid "Debug" msgstr "បំបាត់​កំហុស" #: TurtleArtActivity.py:698 msgid "d" msgstr "" #: TurtleArtActivity.py:700 msgid "Stop turtle" msgstr "" #: TurtleArtActivity.py:701 msgid "s" msgstr "" #: gnome_plugins/collaboration_plugin.py:67 msgid "My Turtle Art session" msgstr "" #: gnome_plugins/collaboration_plugin.py:115 msgid "Enable collaboration" msgstr "" #: gnome_plugins/collaboration_plugin.py:120 msgid "Activities" msgstr "សកម្មភាព" #: gnome_plugins/collaboration_plugin.py:125 msgid "Buddies" msgstr "មិត្តជិតស្និទ្ធិ" #: gnome_plugins/collaboration_plugin.py:128 msgid "Share" msgstr "ចែករំលែក" #: gnome_plugins/collaboration_plugin.py:129 msgid "Configuration" msgstr "ការ​កំណត់​រចនាសម្ព័ន្ធ" #: gnome_plugins/collaboration_plugin.py:132 msgid "Neighborhood" msgstr "ភាព​ជិត​ខាង" #: gnome_plugins/collaboration_plugin.py:292 msgid "Nickname" msgstr "សម្មតិនាម" #: gnome_plugins/collaboration_plugin.py:294 msgid "Account ID" msgstr "លេខ​សម្គាល់​គណនី" #: gnome_plugins/collaboration_plugin.py:296 msgid "Server" msgstr "ម៉ាស៊ីន​បម្រើ" #: gnome_plugins/collaboration_plugin.py:298 msgid "Port" msgstr "ច្រក" #: gnome_plugins/collaboration_plugin.py:300 msgid "Password" msgstr "ពាក្យ​សម្ងាត់" #: gnome_plugins/collaboration_plugin.py:302 msgid "Register" msgstr "ចុះឈ្មោះ" #: gnome_plugins/collaboration_plugin.py:304 msgid "Colors" msgstr "ពណ៌" #: gnome_plugins/uploader_plugin.py:64 msgid "Upload to Web" msgstr "" #: gnome_plugins/uploader_plugin.py:66 msgid "Upload" msgstr "ផ្ទុកឡើង" #: gnome_plugins/uploader_plugin.py:83 msgid "" "You must have an account at http://turtleartsite.sugarlabs.org to upload " "your project." msgstr "" #: gnome_plugins/uploader_plugin.py:92 msgid "Username:" msgstr "ឈ្មោះអ្នក​ប្រើ ៖" #: gnome_plugins/uploader_plugin.py:102 msgid "Password:" msgstr "ពាក្យ​សម្ងាត់ ៖" #: gnome_plugins/uploader_plugin.py:113 msgid "Title:" msgstr "ចំណងជើង ៖" #: gnome_plugins/uploader_plugin.py:123 msgid "Description:" msgstr "សេចក្ដី​ពិពណ៌នា ៖" #: gnome_plugins/uploader_plugin.py:133 msgid "Submit to Web" msgstr "" #: gnome_plugins/uploader_plugin.py:137 msgid "Cancel" msgstr "បោះបង់" #: gnome_plugins/uploader_plugin.py:159 msgid "Login failed" msgstr "បាន​បរាជ័យ​ក្នុងការ​ចូល" #: gnome_plugins/uploader_plugin.py:196 msgid "Failed to upload!" msgstr "" #: plugins/accelerometer/accelerometer.py:49 #: plugins/audio_sensors/audio_sensors.py:75 #: plugins/camera_sensor/camera_sensor.py:56 #: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:294 msgid "Palette of sensor blocks" msgstr "" #: plugins/accelerometer/accelerometer.py:55 #: plugins/accelerometer/accelerometer.py:62 msgid "acceleration" msgstr "" #: plugins/accelerometer/accelerometer.py:57 #: plugins/accelerometer/accelerometer.py:64 msgid "push acceleration in x, y, z to heap" msgstr "" #: plugins/audio_sensors/audio_sensors.py:82 #: plugins/audio_sensors/audio_sensors.py:97 pysamples/grecord.py:205 msgid "sound" msgstr "សំឡេង" #: plugins/audio_sensors/audio_sensors.py:83 #: plugins/audio_sensors/audio_sensors.py:98 msgid "raw microphone input signal" msgstr "" #: plugins/audio_sensors/audio_sensors.py:89 #: plugins/audio_sensors/audio_sensors.py:104 msgid "loudness" msgstr "ភាពឮ" #: plugins/audio_sensors/audio_sensors.py:90 #: plugins/audio_sensors/audio_sensors.py:105 msgid "microphone input volume" msgstr "" #: plugins/audio_sensors/audio_sensors.py:118 #: plugins/audio_sensors/audio_sensors.py:126 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 msgid "pitch" msgstr "កម្ពស់សំឡេង" #: plugins/audio_sensors/audio_sensors.py:119 #: plugins/audio_sensors/audio_sensors.py:127 msgid "microphone input pitch" msgstr "" #: plugins/audio_sensors/audio_sensors.py:147 #: plugins/audio_sensors/audio_sensors.py:161 #: plugins/audio_sensors/audio_sensors.py:174 #: plugins/audio_sensors/audio_sensors.py:188 msgid "resistance" msgstr "" #: plugins/audio_sensors/audio_sensors.py:148 #: plugins/audio_sensors/audio_sensors.py:162 #: plugins/audio_sensors/audio_sensors.py:175 #: plugins/audio_sensors/audio_sensors.py:189 msgid "microphone input resistance" msgstr "" #: plugins/audio_sensors/audio_sensors.py:153 #: plugins/audio_sensors/audio_sensors.py:167 #: plugins/audio_sensors/audio_sensors.py:180 #: plugins/audio_sensors/audio_sensors.py:194 msgid "voltage" msgstr "" #: plugins/audio_sensors/audio_sensors.py:154 #: plugins/audio_sensors/audio_sensors.py:168 #: plugins/audio_sensors/audio_sensors.py:181 #: plugins/audio_sensors/audio_sensors.py:195 msgid "microphone input voltage" msgstr "" #: plugins/camera_sensor/camera_sensor.py:67 #: plugins/camera_sensor/camera_sensor.py:79 #: plugins/camera_sensor/camera_sensor.py:97 #: plugins/camera_sensor/camera_sensor.py:110 #: plugins/light_sensor/light_sensor.py:55 #: plugins/light_sensor/light_sensor.py:62 msgid "brightness" msgstr "ពន្លឺ" #: plugins/camera_sensor/camera_sensor.py:68 #: plugins/camera_sensor/camera_sensor.py:99 msgid "light level detected by camera" msgstr "" #: plugins/camera_sensor/camera_sensor.py:80 #: plugins/camera_sensor/camera_sensor.py:111 msgid "Average RGB color from camera is pushed to the stack" msgstr "" #: plugins/camera_sensor/camera_sensor.py:91 #: plugins/camera_sensor/camera_sensor.py:123 msgid "camera output" msgstr "" #: plugins/light_sensor/light_sensor.py:57 #: plugins/light_sensor/light_sensor.py:64 msgid "light level detected by light sensor" msgstr "" #: plugins/rfid/rfid.py:91 plugins/rfid/rfid.py:99 msgid "RFID" msgstr "" #: 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:99 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:102 #, fuzzy msgid "while" msgstr "ស" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103 msgid "do-while-True operator that uses boolean operators from Numbers palette" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:109 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:112 msgid "until" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 msgid "do-until-True operator that uses boolean operators from Numbers palette" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:120 msgid "Palette of media objects" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126 msgid "journal" msgstr "ទានានុប្បវត្តិ" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:127 msgid "Sugar Journal media object" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137 msgid "audio" msgstr "សំលេង" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:139 msgid "Sugar Journal audio object" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149 msgid "video" msgstr "វីដេអូ" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151 msgid "Sugar Journal video object" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161 msgid "description" msgstr "ការពិពណ៌នា" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163 msgid "Sugar Journal description field" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:180 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:208 msgid "show" msgstr "បង្ហាញ" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:184 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:197 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:212 msgid "draws text or show media from the Journal" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:193 msgid "show aligned" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:220 msgid "set scale" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:224 msgid "sets the scale of media" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:231 msgid "save picture" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:233 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:244 msgid "picture name" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234 msgid "saves a picture to the Sugar Journal" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:242 msgid "save SVG" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245 msgid "saves turtle graphics as an SVG file in the Sugar Journal" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:252 msgid "scale" msgstr "មាត្រដ្ឋាន" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256 msgid "holds current scale value" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261 msgid "media wait" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:263 msgid "wait for current video or audio to complete" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270 msgid "speak" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:272 msgid "hello" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:273 msgid "speaks text" msgstr "" #. TRANS: pitch, duration, amplitude #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 msgid "sinewave" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 msgid "duration" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:284 msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299 msgid "button down" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:302 msgid "returns 1 if mouse button is pressed" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:309 msgid "mouse x" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:312 msgid "returns mouse x coordinate" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:319 msgid "mouse y" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322 msgid "returns mouse y coordinate" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330 msgid "query keyboard" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332 msgid "query for keyboard input (results stored in keyboard block)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:339 msgid "keyboard" msgstr "ក្ដារ​ចុច" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:343 msgid "holds results of query-keyboard block" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:350 msgid "read pixel" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:353 msgid "RGB color under the turtle is pushed to the stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361 msgid "turtle sees" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:363 msgid "returns the color that the turtle \"sees\"" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371 taextras.py:279 msgid "time" msgstr "ពេល​វេលា" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:374 msgid "elapsed time (in seconds) since program started" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:383 msgid "Palette of extra options" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388 msgid "push" msgstr "ចុច" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:391 msgid "pushes value onto FILO (first-in last-out heap)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:401 #, fuzzy msgid "show heap" msgstr "បង្ហាញ​ជំនួយ" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:404 msgid "shows values in FILO (first-in last-out heap)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:414 msgid "empty heap" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:417 msgid "emptys FILO (first-in-last-out heap)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427 msgid "pop" msgstr "លេច​ឡើង" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:431 msgid "pops value off FILO (first-in last-out heap)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:441 msgid "empty heap?" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444 msgid "returns True if heap is empty" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:451 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:453 msgid "comment" msgstr "មតិ​យោបល់" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:454 msgid "places a comment in your code" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:460 msgid "print" msgstr "បោះពុម្ព" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:463 msgid "prints value in status block at bottom of the screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py: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:474 msgid "" "a programmable block: used to add advanced single-variable math equations, e." "g., sin(x)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:486 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sqrt(x*x+y*y)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sin(x+y+z)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:510 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:525 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:540 msgid "Python block" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:512 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:542 msgid "runs code found in the tamyblock.py module found in the Journal" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555 msgid "Cartesian" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:557 msgid "displays Cartesian coordinates" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563 msgid "polar" msgstr "ប៉ូល" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:565 msgid "displays polar coordinates" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:571 msgid "turtle" msgstr "អណ្ដើក" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:574 msgid "chooses which turtle to command" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592 msgid "turtle shell" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:585 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:593 msgid "put a custom 'shell' on the turtle" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:598 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:763 msgid "top" msgstr "កំពូល" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:600 msgid "top of a collapsed stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:739 msgid "bottom" msgstr "ខាង​ក្រោម" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:607 msgid "bottom of a collapsible stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615 msgid "bottom block in a collapsed stack: click to open" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:623 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:626 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:635 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:643 msgid "top of stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:624 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:633 msgid "label" msgstr "ស្លាក" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:632 msgid "top of a collapsible stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:649 msgid "Palette of presentation templates" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653 msgid "hide blocks" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:655 msgid "declutters canvas by hiding blocks" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:660 msgid "show blocks" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:662 msgid "restores hidden blocks" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669 msgid "hides the Sugar toolbars" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:678 msgid "list" msgstr "បញ្ជី" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:911 msgid "presentation bulleted list" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:912 msgid "presentation template: list of bullets" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:696 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:856 msgid "presentation template: select Journal object (no description)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:703 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:842 msgid "presentation template: select Journal object (with description)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:710 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:898 msgid "presentation template: select four Journal objects" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:717 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:870 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:884 msgid "presentation template: select two Journal objects" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734 msgid "xcor of left of screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742 msgid "ycor of bottom of screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:747 taextras.py:205 msgid "width" msgstr "ទទឹង" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:750 msgid "the canvas width" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:758 msgid "xcor of right of screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:766 msgid "ycor of top of screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 taextras.py:200 #: taextras.py:206 msgid "height" msgstr "កម្ពស់" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 msgid "the canvas height" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781 msgid "title x" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:790 msgid "title y" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:799 msgid "left x" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:808 msgid "top y" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817 msgid "right x" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826 #, fuzzy msgid "bottom y" msgstr "ខាង​ក្រោម" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:841 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:855 #, fuzzy msgid "presentation 1x1" msgstr "ទិស" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:869 #, fuzzy msgid "presentation 2x1" msgstr "ទិស" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:883 #, fuzzy msgid "presentation 1x2" msgstr "ទិស" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897 #, fuzzy msgid "presentation 2x2" msgstr "ទិស" #: pysamples/grecord.py:215 msgid "stop" msgstr "បញ្ឈប់" #: pysamples/grecord.py:217 msgid "play" msgstr "ចាក់" #: pysamples/grecord.py:219 #, fuzzy msgid "save" msgstr "​រក្សា​ទុក" #: pysamples/uturn.py:24 msgid "uturn" msgstr "" #: pysamples/uturn.py:26 msgid "make a uturn" msgstr "" #: taextras.py:36 msgid "Turtle Art Mini" msgstr "" #: taextras.py:40 msgid "Turtle Confusion" msgstr "" #: taextras.py:41 msgid "Select a challenge" msgstr "" #: taextras.py:47 msgid "Palette of Mexican pesos" msgstr "" #: taextras.py:48 msgid "Palette of Colombian pesos" msgstr "" #: taextras.py:49 msgid "Palette of Rwandan francs" msgstr "" #: taextras.py:50 msgid "Palette of US currencies" msgstr "" #: taextras.py:51 msgid "Palette of Australian currencies" msgstr "" #: taextras.py:52 msgid "Palette of Guaranies" msgstr "" #. TRANS: Butia is the Arduino Robot Project from Uruguay #. (http://www.fing.edu.uy/inco/proyectos/butia/) #: taextras.py:58 msgid "Turtle Art Butia" msgstr "" #: taextras.py:59 msgid "adjust LED intensity between 0 and 255" msgstr "" #: taextras.py:60 msgid "returns the object gray level as a number between 0 and 1023" msgstr "" #: taextras.py:61 msgid "returns 1 when the button is press and 0 otherwise" msgstr "" #: taextras.py:62 msgid "returns the ambient light level as a number between 0 and 1023" msgstr "" #: taextras.py:63 msgid "returns the ambient temperature as a number between 0 and 255" msgstr "" #: taextras.py:64 msgid "" "returns the distance from the object in front of the sensor as a number " "between 0 and 255" msgstr "" #: taextras.py:66 msgid "returns 0 or 1 depending on the sensor inclination" msgstr "" #: taextras.py:67 msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise" msgstr "" #: taextras.py:68 msgid "switches from 0 to 1, the frequency depends on the vibration" msgstr "" #: taextras.py:69 msgid "LED" msgstr "" #: taextras.py:70 msgid "pushbutton" msgstr "" #: taextras.py:71 #, fuzzy msgid "grayscale" msgstr "មាត្រដ្ឋាន​ប្រផេះ" #: taextras.py:72 msgid "ambient light" msgstr "" #: taextras.py:73 msgid "temperature" msgstr "" #: taextras.py:74 taextras.py:244 #, fuzzy msgid "distance" msgstr "ចម្ងាយ" #: taextras.py:75 taextras.py:241 msgid "tilt" msgstr "" #: taextras.py:76 msgid "magnetic induction" msgstr "" #: taextras.py:77 msgid "vibration" msgstr "" #: taextras.py:78 msgid "Butia Robot" msgstr "" #: taextras.py:79 msgid "delay Butia" msgstr "" #: taextras.py:80 msgid "wait for argument seconds" msgstr "" #. TRANS: This string is shorthand for "battery charge of Butia" #: taextras.py:82 msgid "battery charge Butia" msgstr "" #: taextras.py:83 msgid "returns the battery charge as a number between 0 and 255" msgstr "" #. TRANS: This string is shorthand for "speed of Butia" #: taextras.py:85 msgid "speed Butia" msgstr "" #: taextras.py:86 msgid "" "set the speed of the Butia motors as a value between 0 and 1023, passed by " "an argument" msgstr "" #. TRANS: This string is shorthand for "move Butia forward" #: taextras.py:89 msgid "forward Butia" msgstr "" #: taextras.py:90 msgid "move the Butia robot forward" msgstr "" #: taextras.py:91 msgid "move the Butia robot forward a predefined distance" msgstr "" #. TRANS: This string is shorthand for "move Butia backward" #: taextras.py:93 msgid "backward Butia" msgstr "" #: taextras.py:94 msgid "move the Butia robot backward" msgstr "" #: taextras.py:95 msgid "move the Butia robot backward a predefined distance" msgstr "" #. TRANS: This string is shorthand for "turn Butia left" #: taextras.py:97 msgid "left Butia" msgstr "" #: taextras.py:98 msgid "turn the Butia robot at left" msgstr "" #. TRANS: This string is shorthand for "turn Butia right" #: taextras.py:100 msgid "right Butia" msgstr "" #: taextras.py:101 msgid "turn the Butia robot at right" msgstr "" #: taextras.py:102 msgid "turn Butia" msgstr "" #: taextras.py:103 msgid "turn the Butia robot x degrees" msgstr "" #: taextras.py:104 msgid "stop Butia" msgstr "" #: taextras.py:105 msgid "stop the Butia robot" msgstr "" #: taextras.py:106 msgid "display Butia" msgstr "" #. TRANS: this string must contain only ASCII characters. #. The len must be 32 characters/spaces. #: taextras.py:109 msgid "Hello World Butia " msgstr "" #: taextras.py:110 msgid "print text in Butia robot 32-character ASCII display" msgstr "" #: taextras.py:111 msgid "Butia" msgstr "" #: taextras.py:115 msgid "The camera was not found." msgstr "" #: taextras.py:116 msgid "Error on the initialization of the camera." msgstr "" #: taextras.py:117 msgid "FollowMe" msgstr "" #: taextras.py:118 msgid "follow a RGB color" msgstr "" #: taextras.py:119 msgid "set a threshold for a RGB color" msgstr "" #: taextras.py:120 msgid "follow a turtle color" msgstr "" #: taextras.py:121 msgid "set the minimal number of pixels to follow" msgstr "" #: taextras.py:122 msgid "calibrate" msgstr "" #: taextras.py:123 msgid "calibrate a color to follow" msgstr "" #: taextras.py:124 #, fuzzy msgid "x position" msgstr "ទីតាំង" #: taextras.py:125 msgid "return x position" msgstr "" #: taextras.py:126 #, fuzzy msgid "y position" msgstr "ទីតាំង" #: taextras.py:127 msgid "return y position" msgstr "" #: taextras.py:128 msgid "pixels" msgstr "" #: taextras.py:129 msgid "return the number of pixels of the biggest blob" msgstr "" #: taextras.py:133 msgid "SumBot" msgstr "" #: taextras.py:134 msgid "speed SumBot" msgstr "" #: taextras.py:135 msgid "submit the speed to the SumBot" msgstr "" #: taextras.py:136 msgid "set the default speed for the movement commands" msgstr "" #. TRANS: This string is shorthand for "move SumBot forward" #: taextras.py:138 msgid "forward SumBot" msgstr "" #: taextras.py:139 msgid "move SumBot forward" msgstr "" #. TRANS: This string is shorthand for "move SumBot backward" #: taextras.py:141 msgid "backward SumBot" msgstr "" #: taextras.py:142 msgid "move SumBot backward" msgstr "" #: taextras.py:143 msgid "stop SumBot" msgstr "" #: taextras.py:144 msgid "stop the SumBot" msgstr "" #. TRANS: This string is shorthand for "turn SumBot left" #: taextras.py:146 msgid "left SumBot" msgstr "" #: taextras.py:147 msgid "turn left the SumBot" msgstr "" #. TRANS: This string is shorthand for "move SumBot right" #: taextras.py:149 msgid "right SumBot" msgstr "" #: taextras.py:150 msgid "turn right the SumBot" msgstr "" #: taextras.py:151 msgid "angle to center" msgstr "" #. TRANS: dohyo is the playing field #: taextras.py:153 msgid "get the angle to the center of the dohyo" msgstr "" #: taextras.py:154 msgid "angle to Enemy" msgstr "" #: taextras.py:155 msgid "get the angle to the Enemy" msgstr "" #. TRANS: This string is shorthand for "x coordinate of SumBot" #: taextras.py:157 msgid "x coor. SumBot" msgstr "" #: taextras.py:158 msgid "get the x coordinate of the SumBot" msgstr "" #. TRANS: This string is shorthand for "y coordinate of SumBot" #: taextras.py:160 msgid "y coor. SumBot" msgstr "" #: taextras.py:161 msgid "get the y coordinate of the SumBot" msgstr "" #. TRANS: This string is shorthand for "x coordinate of SumBot's enemy" #: taextras.py:163 msgid "x coor. Enemy" msgstr "" #: taextras.py:164 msgid "get the x coordinate of the Enemy" msgstr "" #. TRANS: This string is shorthand for "y coordinate of SumBot's enemy" #: taextras.py:166 msgid "y coor. Enemy" msgstr "" #: taextras.py:167 msgid "get the y coordinate of the Enemy" msgstr "" #. TRANS: This string is shorthand for "rotation of SumBot" #: taextras.py:169 msgid "rotation SumBot" msgstr "" #: taextras.py:170 msgid "get the rotation of the Sumbot" msgstr "" #. TRANS: This string is shorthand for "rotation of SumBot's enemy" #: taextras.py:172 msgid "rotation Enemy" msgstr "" #: taextras.py:173 msgid "get the rotation of the Enemy" msgstr "" #: taextras.py:174 msgid "distance to center" msgstr "" #. TRANS: dohyo is the playing field #: taextras.py:176 msgid "get the distance to the center of the dohyo" msgstr "" #: taextras.py:177 msgid "distance to Enemy" msgstr "" #: taextras.py:178 msgid "get the distance to the Enemy" msgstr "" #: taextras.py:179 msgid "update information" msgstr "" #: taextras.py:180 msgid "update information from the server" msgstr "" #. TRANS: Please use similar terms to those used in the Physics Activity #: taextras.py:185 msgid "Palette of physics blocks" msgstr "" #: taextras.py:186 msgid "start polygon" msgstr "" #: taextras.py:187 msgid "Begin defining a new polygon based on the current Turtle xy position." msgstr "" #: taextras.py:189 msgid "add point" msgstr "" #: taextras.py:190 msgid "" "Add a new point to the current polygon based on the current Turtle xy " "position." msgstr "" #: taextras.py:192 msgid "end polygon" msgstr "" #: taextras.py:193 msgid "Define a new polygon." msgstr "" #: taextras.py:194 msgid "end filled polygon" msgstr "" #: taextras.py:195 msgid "Not a simple polygon" msgstr "" #: taextras.py:196 msgid "Define a new filled polygon." msgstr "" #: taextras.py:197 msgid "triangle" msgstr "" #. TRANS: base of a triangle #: taextras.py:199 msgid "base" msgstr "" #: taextras.py:201 msgid "Add a triangle object to the project." msgstr "" #: taextras.py:202 msgid "circle" msgstr "" #: taextras.py:203 msgid "Add a circle object to the project." msgstr "" #: taextras.py:204 msgid "rectangle" msgstr "" #: taextras.py:207 msgid "Add a rectangle object to the project." msgstr "" #: taextras.py:208 msgid "reset" msgstr "" #: taextras.py:209 msgid "Reset the project; clear the object list." msgstr "" #: taextras.py:210 msgid "motor" msgstr "" #: taextras.py:211 msgid "torque" msgstr "" #: taextras.py:212 msgid "speed" msgstr "" #: 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 "" #: taextras.py:215 msgid "pin" msgstr "" #: taextras.py:216 msgid "Pin an object down so that it cannot fall." msgstr "" #: taextras.py:217 msgid "joint" msgstr "" #: taextras.py:220 msgid "" "Join two objects together (the most recent object created and the object at " "point x, y)." msgstr "" #: taextras.py:222 msgid "Save the project to the Journal as a Physics activity." msgstr "" #: taextras.py:223 #, fuzzy msgid "density" msgstr "អត្ដសញ្ញាណ" #: taextras.py:224 msgid "" "Set the density property for objects (density can be any positive number)." msgstr "" #: taextras.py:226 msgid "friction" msgstr "" #: 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 "" #. TRANS: bounciness is restitution #: taextras.py:230 msgid "bounciness" msgstr "" #: 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 "" #: taextras.py:233 msgid "dynamic" msgstr "" #: taextras.py:234 msgid "" "If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position." msgstr "" #. TRANS: WeDo is a robotics product of the LEGO company #: taextras.py:240 msgid "Palette of WeDo blocks" msgstr "" #: taextras.py:242 msgid "" "tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == " "tilt left, 2 == tilt right)" msgstr "" #. TRANS: This string is shorthand for "output of the distance sensor" #: taextras.py:246 msgid "distance sensor output" msgstr "" #: taextras.py:247 msgid "Motor A" msgstr "" #: taextras.py:248 msgid "returns the current value of Motor A" msgstr "" #: taextras.py:249 msgid "Motor B" msgstr "" #: taextras.py:250 msgid "returns the current value of Motor B" msgstr "" #: taextras.py:251 msgid "set the value for Motor A" msgstr "" #: taextras.py:252 msgid "set the value for Motor B" msgstr "" #. TRANS: Lego NXT is a robotics product of the LEGO company #: taextras.py:257 msgid "Palette of LEGO NXT blocks" msgstr "" #: taextras.py:258 msgid "touch" msgstr "" #: taextras.py:259 msgid "ultrasonic" msgstr "" #: taextras.py:261 #, fuzzy msgid "light" msgstr "ស្តាំ" #: taextras.py:262 msgid "PORT A" msgstr "" #: taextras.py:263 msgid "PORT B" msgstr "" #: taextras.py:264 msgid "PORT C" msgstr "" #: taextras.py:265 msgid "PORT 1" msgstr "" #: taextras.py:266 msgid "PORT 2" msgstr "" #: taextras.py:267 msgid "PORT 3" msgstr "" #: taextras.py:268 msgid "PORT 4" msgstr "" #: taextras.py:269 msgid "Please check the connection with the brick." msgstr "" #: taextras.py:270 msgid "Please check the port." msgstr "" #: taextras.py:271 msgid "The value of power must be between -127 to 127." msgstr "" #: taextras.py:272 msgid "An error has ocurred: check all and try reconect." msgstr "" #: taextras.py:273 msgid "NXT found" msgstr "" #: taextras.py:274 msgid "NXT not found" msgstr "" #: taextras.py:275 msgid "refresh NXT" msgstr "" #: taextras.py:276 msgid "Search for a connected NXT brick." msgstr "" #: taextras.py:277 msgid "play tone" msgstr "" #: taextras.py:278 msgid "freq" msgstr "" #: taextras.py:280 msgid "Play a tone at freq for time." msgstr "" #: taextras.py:281 msgid "" "turn motor\n" "rotations" msgstr "" #: taextras.py:282 #, fuzzy msgid "port" msgstr "ច្រក" #: taextras.py:283 msgid "power" msgstr "" #: taextras.py:284 msgid "turn a motor" msgstr "" #: taextras.py:285 msgid "" "sync motors\n" "steering" msgstr "" #: taextras.py:286 #, fuzzy msgid "rotations" msgstr "ការ​បង្វិល" #: taextras.py:287 msgid "synchronize two motors" msgstr "" #: taextras.py:288 msgid "PORT A of the brick" msgstr "" #: taextras.py:289 msgid "PORT B of the brick" msgstr "" #: taextras.py:290 msgid "PORT C of the brick" msgstr "" #: taextras.py:291 msgid "start motor" msgstr "" #: taextras.py:292 msgid "Run a motor forever." msgstr "" #: taextras.py:293 msgid "brake motor" msgstr "" #: taextras.py:294 msgid "Stop a specified motor." msgstr "" #: taextras.py:295 msgid "PORT 1 of the brick" msgstr "" #: taextras.py:296 msgid "color sensor" msgstr "" #: taextras.py:297 msgid "light sensor" msgstr "" #: taextras.py:298 msgid "PORT 2 of the brick" msgstr "" #: taextras.py:299 msgid "touch sensor" msgstr "" #: taextras.py:300 msgid "distance sensor" msgstr "" #: taextras.py:301 msgid "PORT 3 of the brick" msgstr "" #: taextras.py:302 #, fuzzy msgid "read" msgstr "ក្រហម" #: taextras.py:303 msgid "sensor" msgstr "" #: taextras.py:304 msgid "Read sensor output." msgstr "" #: taextras.py:305 msgid "PORT 4 of the brick" msgstr "" #: taextras.py:306 msgid "set light" msgstr "" #: taextras.py:307 msgid "Set color sensor light." msgstr "" #: turtleart.py:69 msgid "usage is" msgstr "" #: turtleart.py:228 msgid "No option action:" msgstr "" #: turtleart.py:240 msgid "File not found" msgstr "រក​មិន​ឃើញ​ឯកសារ" #: turtleart.py:264 #, python-format msgid "Configuration directory not writable: %s" msgstr "" #: turtleart.py:320 msgid "New" msgstr "ថ្មី" #: turtleart.py:321 msgid "Open" msgstr "បើក" #: turtleart.py:322 msgid "Save" msgstr "​រក្សា​ទុក" #: turtleart.py:323 msgid "Save as" msgstr "រក្សាទុក​ជា" #: turtleart.py:330 msgid "Quit" msgstr "បោះបង់" #: turtleart.py:331 msgid "File" msgstr "ឯកសារ" #: turtleart.py:338 msgid "Rescale coordinates" msgstr "" #: turtleart.py:344 msgid "Reset block size" msgstr "" #: turtleart.py:358 msgid "Show/hide blocks" msgstr "" #: turtleart.py:360 msgid "Tools" msgstr "ឧបករណ៍" #: turtleart.py:367 msgid "Stop" msgstr "ឈប់" #: turtleart.py:368 msgid "Turtle" msgstr "អណ្ដើក" #: turtleart.py:398 msgid "You have unsaved work. Would you like to save before quitting?" msgstr "" #: turtleart.py:399 msgid "Save project?" msgstr "" #~ msgid "Import/Export" #~ msgstr "នាំចូល/នាំចេញ" #~ msgid "move" #~ msgstr "ផ្លាស់ទី"