# 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: 2011-10-24 00:32-0400\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:127 #: TurtleArt/taexporthtml.py:129 TurtleArt/tawindow.py:1630 #: TurtleArt/tawindow.py:2871 pysamples/grecord.py:205 turtleart.py:272 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 taextras.py:128 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:660 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:684 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 msgid "x" msgstr "x" #: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 msgid "y" msgstr "y" #: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260 msgid "" "moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." msgstr "" #: 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:2867 #: TurtleArt/tawindow.py:2871 TurtleArtActivity.py:560 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:2867 #: TurtleArt/tawindow.py:2871 TurtleArtActivity.py:561 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:2867 #: TurtleArt/tawindow.py:2871 TurtleArtActivity.py:561 #, 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:394 msgid "color" msgstr "ពណ៌" #: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404 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:355 msgid "Palette of pen colors" msgstr "" #: TurtleArt/tabasics.py:359 #, fuzzy msgid "set color" msgstr "កំណត់​ពណ៌" #: TurtleArt/tabasics.py:363 msgid "sets color of the line drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:371 msgid "set shade" msgstr "" #: TurtleArt/tabasics.py:375 msgid "sets shade of the line drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:383 msgid "set gray" msgstr "" #: TurtleArt/tabasics.py:386 msgid "sets gray level of the line drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:395 msgid "holds current pen color (can be used in place of a number block)" msgstr "" #: TurtleArt/tabasics.py:405 msgid "holds current pen shade" msgstr "" #: TurtleArt/tabasics.py:413 msgid "gray" msgstr "​ប្រផេះ" #: TurtleArt/tabasics.py:414 msgid "holds current gray level (can be used in place of a number block)" msgstr "" #: TurtleArt/tabasics.py:420 msgid "red" msgstr "ក្រហម" #: TurtleArt/tabasics.py:421 msgid "orange" msgstr "ពណ៌​ទឹក​ក្រូច​" #: TurtleArt/tabasics.py:423 msgid "yellow" msgstr "​លឿង" #: TurtleArt/tabasics.py:425 msgid "green" msgstr "​​បៃតង" #: TurtleArt/tabasics.py:426 msgid "cyan" msgstr "ពណ៌​កាប់​ស្តាំង​" #: TurtleArt/tabasics.py:427 msgid "blue" msgstr "​​ខៀវ" #: TurtleArt/tabasics.py:428 #, fuzzy msgid "purple" msgstr "ស្វាយ" #: TurtleArt/tabasics.py:430 msgid "white" msgstr "ស" #: TurtleArt/tabasics.py:431 msgid "black" msgstr "ខ្មៅ" #: TurtleArt/tabasics.py:437 msgid "set text color" msgstr "ជ្រើស​ពណ៌​អត្ថបទ" #: TurtleArt/tabasics.py:440 msgid "sets color of text drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:448 msgid "set text size" msgstr "" #: TurtleArt/tabasics.py:451 msgid "sets size of text drawn by the turtle" msgstr "" #: TurtleArt/tabasics.py:534 msgid "Palette of numeric operators" msgstr "" #: TurtleArt/tabasics.py:540 msgid "plus" msgstr "បូក" #: TurtleArt/tabasics.py:543 msgid "adds two alphanumeric inputs" msgstr "" #: TurtleArt/tabasics.py:551 msgid "minus" msgstr "ដក" #: TurtleArt/tabasics.py:554 msgid "subtracts bottom numeric input from top numeric input" msgstr "" #: TurtleArt/tabasics.py:565 msgid "multiply" msgstr "គុណ" #: TurtleArt/tabasics.py:568 msgid "multiplies two numeric inputs" msgstr "" #: TurtleArt/tabasics.py:577 msgid "divide" msgstr "ចែក" #: TurtleArt/tabasics.py:580 msgid "" "divides top numeric input (numerator) by bottom numeric input (denominator)" msgstr "" #: TurtleArt/tabasics.py:590 msgid "identity" msgstr "អត្ដសញ្ញាណ" #: TurtleArt/tabasics.py:592 msgid "identity operator used for extending blocks" msgstr "" #: TurtleArt/tabasics.py:600 TurtleArt/tabasics.py:601 msgid "mod" msgstr "" #: TurtleArt/tabasics.py:604 msgid "modular (remainder) operator" msgstr "" #: TurtleArt/tabasics.py:611 msgid "√" msgstr "" #: TurtleArt/tabasics.py:612 msgid "square root" msgstr "ប្រភាគ" #: TurtleArt/tabasics.py:615 msgid "calculates square root" msgstr "" #: TurtleArt/tabasics.py:622 msgid "random" msgstr "ព្រាវ" #: TurtleArt/tabasics.py:622 msgid "min" msgstr "នាទី" #: TurtleArt/tabasics.py:622 msgid "max" msgstr "អតិ" #: TurtleArt/tabasics.py:626 msgid "returns random number between minimum (top) and maximum (bottom) values" msgstr "" #: TurtleArt/tabasics.py:638 msgid "number" msgstr "លេខ" #: TurtleArt/tabasics.py:639 msgid "used as numeric input in mathematic operators" msgstr "" #: TurtleArt/tabasics.py:646 msgid "greater than" msgstr "​ធំជាង" #: TurtleArt/tabasics.py:649 msgid "logical greater-than operator" msgstr "" #: TurtleArt/tabasics.py:657 msgid "less than" msgstr "​តូចជាង" #: TurtleArt/tabasics.py:660 msgid "logical less-than operator" msgstr "" #: TurtleArt/tabasics.py:668 msgid "equal" msgstr "ស្មើ" #: TurtleArt/tabasics.py:671 msgid "logical equal-to operator" msgstr "" #: TurtleArt/tabasics.py:677 msgid "not" msgstr "មិន" #: TurtleArt/tabasics.py:680 msgid "logical NOT operator" msgstr "" #: TurtleArt/tabasics.py:686 TurtleArt/tabasics.py:689 msgid "and" msgstr "" #: TurtleArt/tabasics.py:690 msgid "logical AND operator" msgstr "" #: TurtleArt/tabasics.py:697 TurtleArt/tabasics.py:700 msgid "or" msgstr "ឬ" #: TurtleArt/tabasics.py:701 msgid "logical OR operator" msgstr "" #: TurtleArt/tabasics.py:710 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:93 msgid "Palette of flow operators" msgstr "" #: TurtleArt/tabasics.py:715 msgid "wait" msgstr "រង់​ចាំ" #: TurtleArt/tabasics.py:719 msgid "pauses program execution a specified number of seconds" msgstr "" #: TurtleArt/tabasics.py:726 msgid "forever" msgstr "ជារៀង​រហូត" #: TurtleArt/tabasics.py:730 msgid "loops forever" msgstr "" #: TurtleArt/tabasics.py:736 TurtleArt/tabasics.py:740 msgid "repeat" msgstr "ធ្វើម្តង​ទៀត​" #: TurtleArt/tabasics.py:741 msgid "loops specified number of times" msgstr "" #: TurtleArt/tabasics.py:747 TurtleArt/tabasics.py:759 msgid "if" msgstr "" #: TurtleArt/tabasics.py:747 msgid "then" msgstr "នោះ" #: TurtleArt/tabasics.py:750 msgid "if then" msgstr "" #: TurtleArt/tabasics.py:752 msgid "if-then operator that uses boolean operators from Numbers palette" msgstr "" #: TurtleArt/tabasics.py:759 msgid "then else" msgstr "" #: TurtleArt/tabasics.py:763 msgid "if then else" msgstr "" #: TurtleArt/tabasics.py:764 msgid "if-then-else operator that uses boolean operators from Numbers palette" msgstr "" #: TurtleArt/tabasics.py:772 msgid "horizontal space" msgstr "" #: TurtleArt/tabasics.py:773 msgid "jogs stack right" msgstr "" #: TurtleArt/tabasics.py:780 msgid "vertical space" msgstr "" #: TurtleArt/tabasics.py:781 msgid "jogs stack down" msgstr "" #: TurtleArt/tabasics.py:787 #, fuzzy msgid "stop action" msgstr "បង្ហាញ​រូបតំណាង​ក្នុង​ថាស​ប្រព័ន្ធ" #: TurtleArt/tabasics.py:790 msgid "stops current action" msgstr "" #: TurtleArt/tabasics.py:799 msgid "Palette of variable blocks" msgstr "" #: TurtleArt/tabasics.py:804 pysamples/grecord.py:213 msgid "start" msgstr "ចាប់ផ្ដើម" #: TurtleArt/tabasics.py:807 msgid "connects action to toolbar run buttons" msgstr "" #: TurtleArt/tabasics.py:815 msgid "store in box 1" msgstr "" #: TurtleArt/tabasics.py:819 msgid "stores numeric value in Variable 1" msgstr "" #: TurtleArt/tabasics.py:826 msgid "store in box 2" msgstr "" #: TurtleArt/tabasics.py:830 msgid "stores numeric value in Variable 2" msgstr "" #: TurtleArt/tabasics.py:837 TurtleArt/tabasics.py:838 #: TurtleArt/tabasics.py:839 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:165 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:166 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:167 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:174 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:187 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:202 msgid "text" msgstr "អត្ថបទ" #: TurtleArt/tabasics.py:840 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:168 msgid "string value" msgstr "តម្លៃ​ខ្សែអក្សរ" #: TurtleArt/tabasics.py:844 msgid "box 1" msgstr "" #: TurtleArt/tabasics.py:847 msgid "Variable 1 (numeric value)" msgstr "" #: TurtleArt/tabasics.py:853 msgid "box 2" msgstr "" #: TurtleArt/tabasics.py:856 msgid "Variable 2 (numeric value)" msgstr "" #: TurtleArt/tabasics.py:863 TurtleArt/tabasics.py:873 msgid "box" msgstr "ប្រអប់​" #: TurtleArt/tabasics.py:865 TurtleArt/tabasics.py:876 msgid "my box" msgstr "" #: TurtleArt/tabasics.py:867 msgid "named variable (numeric value)" msgstr "" #: TurtleArt/tabasics.py:873 msgid "store in" msgstr "" #: TurtleArt/tabasics.py:873 msgid "value" msgstr "តម្លៃ​" #: TurtleArt/tabasics.py:877 msgid "stores numeric value in named variable" msgstr "" #: TurtleArt/tabasics.py:885 TurtleArt/tabasics.py:887 #: TurtleArt/tabasics.py:911 TurtleArt/tabasics.py:914 msgid "action" msgstr "សកម្មភាព" #: TurtleArt/tabasics.py:889 msgid "top of nameable action stack" msgstr "" #: TurtleArt/tabasics.py:894 TurtleArt/tabasics.py:921 #, fuzzy msgid "action 1" msgstr "សកម្មភាព" #: TurtleArt/tabasics.py:897 msgid "top of Action 1 stack" msgstr "" #: TurtleArt/tabasics.py:902 TurtleArt/tabasics.py:930 #, fuzzy msgid "action 2" msgstr "សកម្មភាព" #: TurtleArt/tabasics.py:905 msgid "top of Action 2 stack" msgstr "" #: TurtleArt/tabasics.py:915 msgid "invokes named action stack" msgstr "" #: TurtleArt/tabasics.py:924 msgid "invokes Action 1 stack" msgstr "" #: TurtleArt/tabasics.py:933 msgid "invokes Action 2 stack" msgstr "" #: TurtleArt/tabasics.py:941 msgid "trash" msgstr "ធុង​សំរាម" #: TurtleArt/tabasics.py:945 msgid "empty trash" msgstr "សម្អាត​ធុង​សំរាម" #: TurtleArt/tabasics.py:946 msgid "permanently deletes items in trash" msgstr "" #: TurtleArt/tabasics.py:950 msgid "restore all" msgstr "" #: TurtleArt/tabasics.py:951 msgid "restore all blocks from trash" msgstr "" #: TurtleArt/tabasics.py:955 msgid "clear all" msgstr "ជម្រះ​ទាំង​អស់" #: TurtleArt/tabasics.py:956 msgid "move all blocks to trash" msgstr "" #: TurtleArt/taconstants.py:251 TurtleArt/taconstants.py:273 #: TurtleArt/taconstants.py:294 TurtleArt/taconstants.py:336 #: TurtleArt/taconstants.py:378 TurtleArt/taconstants.py:420 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:769 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:783 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:797 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:811 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:825 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:839 msgid "Title" msgstr "ចំណង​ជើង" #: TurtleArt/talogo.py:417 msgid "did not output to" msgstr "" #: TurtleArt/talogo.py:466 msgid "I don't know how to" msgstr "" #: TurtleArt/talogo.py:512 msgid "doesn't like" msgstr "" #: TurtleArt/talogo.py:512 msgid "as input" msgstr "" #: TurtleArt/tapalette.py:83 msgid "displays next palette" msgstr "" #: TurtleArt/tapalette.py:84 msgid "changes the orientation of the palette of blocks" msgstr "" #: TurtleArt/tautils.py:172 msgid "Load..." msgstr "ផ្ទុក..." #: TurtleArt/tautils.py:181 msgid "Save..." msgstr "រក្សា​ទុក..." #: TurtleArt/tautils.py:589 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:570 msgid "click to open" msgstr "กดเปิด" #: TurtleArt/tawindow.py:764 TurtleArt/tawindow.py:765 msgid "orientation" msgstr "ទិស" #: TurtleArt/tawindow.py:775 TurtleArt/tawindow.py:1061 msgid "next" msgstr "បន្ទាប់" #: TurtleArt/tawindow.py:2966 msgid "image" msgstr "រូប​ភាព" #. TRANS: activity count is the number of times this instance #. has been accessed #: TurtleArtActivity.py:85 TurtleArtActivity.py:86 TurtleArtActivity.py:90 #: TurtleArtActivity.py:759 msgid "activity count" msgstr "" #: TurtleArtActivity.py:134 msgid "presentation" msgstr "ការ​បង្ហាញ" #: TurtleArtActivity.py:205 msgid "snapshot" msgstr "រូបថត" #: TurtleArtActivity.py:253 turtleart.py:338 msgid "Show palette" msgstr "" #: TurtleArtActivity.py:259 TurtleArtActivity.py:642 turtleart.py:340 msgid "Hide palette" msgstr "" #: TurtleArtActivity.py:266 TurtleArtActivity.py:279 msgid "Show blocks" msgstr "" #: TurtleArtActivity.py:269 TurtleArtActivity.py:287 TurtleArtActivity.py:645 msgid "Hide blocks" msgstr "" #: TurtleArtActivity.py:411 msgid "Rescale coordinates down" msgstr "" #: TurtleArtActivity.py:415 TurtleArtActivity.py:564 msgid "Rescale coordinates up" msgstr "" #: TurtleArtActivity.py:478 TurtleArtActivity.py:533 turtleart.py:335 msgid "Edit" msgstr "កែសម្រួល" #: TurtleArtActivity.py:482 TurtleArtActivity.py:531 turtleart.py:330 msgid "View" msgstr "ទិដ្ឋភាព" #: TurtleArtActivity.py:489 TurtleArtActivity.py:537 msgid "Help" msgstr "ជំនួយ" #: TurtleArtActivity.py:510 TurtleArtActivity.py:636 msgid "Load example" msgstr "" #: TurtleArtActivity.py:529 msgid "Project" msgstr "គម្រោង" #: TurtleArtActivity.py:535 msgid "Import/Export" msgstr "នាំចូល/នាំចេញ" #: TurtleArtActivity.py:546 turtleart.py:333 msgid "Copy" msgstr "ចំលង" #: TurtleArtActivity.py:548 turtleart.py:334 msgid "Paste" msgstr "បិទភ្ជាប់​" #: TurtleArtActivity.py:550 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596 msgid "Fullscreen" msgstr "ពេញ​អេក្រង់" #: TurtleArtActivity.py:552 turtleart.py:318 msgid "Cartesian coordinates" msgstr "" #: TurtleArtActivity.py:554 turtleart.py:320 msgid "Polar coordinates" msgstr "កូអរដោនេ​ប៉ូល" #: TurtleArtActivity.py:557 msgid "Metric coordinates" msgstr "" #: TurtleArtActivity.py:567 turtleart.py:324 msgid "Grow blocks" msgstr "" #: TurtleArtActivity.py:569 turtleart.py:326 msgid "Shrink blocks" msgstr "" #: TurtleArtActivity.py:587 TurtleArtActivity.py:591 msgid "Move the cursor over the orange palette for help." msgstr "" #: TurtleArtActivity.py:617 turtleart.py:308 msgid "Save as image" msgstr "" #: TurtleArtActivity.py:620 turtleart.py:310 msgid "Save as HTML" msgstr "" #: TurtleArtActivity.py:622 turtleart.py:312 #, fuzzy msgid "Save as Logo" msgstr "บันทึกเป็น .ogg" #: TurtleArtActivity.py:625 msgid "Save snapshot" msgstr "រក្សាទុក​រូបថត" #: TurtleArtActivity.py:629 msgid "Import project from the Journal" msgstr "" #: TurtleArtActivity.py:632 msgid "Load Python block" msgstr "" #: TurtleArtActivity.py:643 msgid "p" msgstr "" #: TurtleArtActivity.py:646 msgid "b" msgstr "" #: TurtleArtActivity.py:651 turtleart.py:347 msgid "Clean" msgstr "ស្អាត" #: TurtleArtActivity.py:651 msgid "e" msgstr "" #: TurtleArtActivity.py:653 turtleart.py:348 msgid "Run" msgstr "រត់" #: TurtleArtActivity.py:653 msgid "r" msgstr "" #: TurtleArtActivity.py:655 turtleart.py:349 msgid "Step" msgstr "ជំហាន" #: TurtleArtActivity.py:655 msgid "w" msgstr "" #: TurtleArtActivity.py:657 turtleart.py:350 msgid "Debug" msgstr "បំបាត់​កំហុស" #: TurtleArtActivity.py:657 msgid "d" msgstr "" #: TurtleArtActivity.py:659 msgid "Stop turtle" msgstr "" #: TurtleArtActivity.py:660 msgid "s" msgstr "" #: TurtleArtActivity.py:758 TurtleArtActivity.py:760 msgid "turtle blocks" 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:58 #: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:264 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 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:145 #: plugins/audio_sensors/audio_sensors.py:159 msgid "resistance" msgstr "" #: plugins/audio_sensors/audio_sensors.py:146 #: plugins/audio_sensors/audio_sensors.py:160 msgid "microphone input resistance" msgstr "" #: plugins/audio_sensors/audio_sensors.py:151 #: plugins/audio_sensors/audio_sensors.py:166 msgid "voltage" msgstr "" #: plugins/audio_sensors/audio_sensors.py:152 #: plugins/audio_sensors/audio_sensors.py:167 msgid "microphone input voltage" msgstr "" #: plugins/camera_sensor/camera_sensor.py:69 #: plugins/camera_sensor/camera_sensor.py:81 #: plugins/camera_sensor/camera_sensor.py:99 #: plugins/camera_sensor/camera_sensor.py:112 #: plugins/light_sensor/light_sensor.py:55 #: plugins/light_sensor/light_sensor.py:62 msgid "brightness" msgstr "ពន្លឺ" #: plugins/camera_sensor/camera_sensor.py:70 #: plugins/camera_sensor/camera_sensor.py:101 msgid "light level detected by camera" msgstr "" #: plugins/camera_sensor/camera_sensor.py:82 #: plugins/camera_sensor/camera_sensor.py:113 msgid "Average RGB color from camera is pushed to the stack" msgstr "" #: plugins/camera_sensor/camera_sensor.py:93 #: plugins/camera_sensor/camera_sensor.py:125 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:98 #, fuzzy msgid "while" msgstr "ស" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:99 msgid "do-while-True operator that uses boolean operators from Numbers palette" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:105 msgid "until" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:106 msgid "do-until-True operator that uses boolean operators from Numbers palette" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 msgid "Palette of media objects" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:119 msgid "journal" msgstr "ទានានុប្បវត្តិ" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:120 msgid "Sugar Journal media object" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:130 msgid "audio" msgstr "សំលេង" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:132 msgid "Sugar Journal audio object" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:142 msgid "video" msgstr "វីដេអូ" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:144 msgid "Sugar Journal video object" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:154 msgid "description" msgstr "ការពិពណ៌នា" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:156 msgid "Sugar Journal description field" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:201 msgid "show" msgstr "បង្ហាញ" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:177 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:190 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:205 msgid "draws text or show media from the Journal" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:186 msgid "show aligned" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:213 msgid "set scale" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:217 msgid "sets the scale of media" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:224 msgid "save picture" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:226 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:237 msgid "picture name" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:227 msgid "saves a picture to the Sugar Journal" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:235 msgid "save SVG" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:238 msgid "saves turtle graphics as an SVG file in the Sugar Journal" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245 msgid "scale" msgstr "មាត្រដ្ឋាន" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:249 msgid "holds current scale value" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:254 msgid "media wait" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256 msgid "wait for current video or audio to complete" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:269 msgid "query keyboard" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:271 msgid "query for keyboard input (results stored in keyboard block)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:278 msgid "keyboard" msgstr "ក្ដារ​ចុច" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:282 msgid "holds results of query-keyboard block" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:289 msgid "read pixel" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:292 msgid "RGB color under the turtle is pushed to the stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:300 msgid "turtle sees" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:302 msgid "returns the color that the turtle \"sees\"" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:310 msgid "time" msgstr "ពេល​វេលា" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:313 msgid "elapsed time (in seconds) since program started" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322 msgid "Palette of extra options" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:327 msgid "push" msgstr "ចុច" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330 msgid "pushes value onto FILO (first-in last-out heap)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:340 #, fuzzy msgid "show heap" msgstr "បង្ហាញ​ជំនួយ" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:343 msgid "shows values in FILO (first-in last-out heap)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:353 msgid "empty heap" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:356 msgid "emptys FILO (first-in-last-out heap)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:366 msgid "pop" msgstr "លេច​ឡើង" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:370 msgid "pops value off FILO (first-in last-out heap)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:380 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:382 msgid "comment" msgstr "មតិ​យោបល់" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:383 msgid "places a comment in your code" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:389 msgid "print" msgstr "បោះពុម្ព" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:392 msgid "prints value in status block at bottom of the screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:400 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:412 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:425 msgid "Python" msgstr "Python" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:403 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:415 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:428 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:439 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:454 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:469 msgid "Python block" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:441 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:456 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:471 msgid "runs code found in the tamyblock.py module found in the Journal" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:484 msgid "Cartesian" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:486 msgid "displays Cartesian coordinates" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:492 msgid "polar" msgstr "ប៉ូល" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:494 msgid "displays polar coordinates" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:500 msgid "turtle" msgstr "អណ្ដើក" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:503 msgid "chooses which turtle to command" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:512 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:521 msgid "turtle shell" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:514 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:522 msgid "put a custom 'shell' on the turtle" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:692 msgid "top" msgstr "កំពូល" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:529 msgid "top of a collapsed stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:535 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668 msgid "bottom" msgstr "ខាង​ក្រោម" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:536 msgid "bottom of a collapsible stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:544 msgid "bottom block in a collapsed stack: click to open" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:552 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:564 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:572 msgid "top of stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:553 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:562 msgid "label" msgstr "ស្លាក" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:561 msgid "top of a collapsible stack" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:578 msgid "Palette of presentation templates" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:582 msgid "hide blocks" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:584 msgid "declutters canvas by hiding blocks" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:589 msgid "show blocks" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:591 msgid "restores hidden blocks" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:598 msgid "hides the Sugar toolbars" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:607 msgid "list" msgstr "បញ្ជី" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:610 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840 msgid "presentation bulleted list" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:618 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:841 msgid "presentation template: list of bullets" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:625 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:785 msgid "presentation template: select Journal object (no description)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:632 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 msgid "presentation template: select Journal object (with description)" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:639 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:827 msgid "presentation template: select four Journal objects" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:646 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:799 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:813 msgid "presentation template: select two Journal objects" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:663 msgid "xcor of left of screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:671 msgid "ycor of bottom of screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:676 msgid "width" msgstr "ទទឹង" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:679 msgid "the canvas width" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:687 msgid "xcor of right of screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:695 msgid "ycor of top of screen" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700 msgid "height" msgstr "កម្ពស់" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:703 msgid "the canvas height" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:710 msgid "title x" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:719 msgid "title y" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:728 msgid "left x" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:737 msgid "top y" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:746 msgid "right x" msgstr "" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:755 #, fuzzy msgid "bottom y" msgstr "ខាង​ក្រោម" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:770 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:784 #, fuzzy msgid "presentation 1x1" msgstr "ទិស" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:798 #, fuzzy msgid "presentation 2x1" msgstr "ទិស" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:812 #, fuzzy msgid "presentation 1x2" msgstr "ទិស" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826 #, fuzzy msgid "presentation 2x2" msgstr "ទិស" #: pysamples/grecord.py:215 taextras.py:129 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 encountered him as a number between 0 and 1023." msgstr "" #: taextras.py:62 msgid "Returns 1 when the button is press and 0 otherwise." msgstr "" #: taextras.py:63 msgid "Returns the ambient light level as a number between 0 and 1023." msgstr "" #: taextras.py:64 msgid "Returns the ambient temperature as a number between 0 and 255." msgstr "" #: taextras.py:65 msgid "" "Returns the distance from the object in front of the sensor as a number " "between 0 and 255." msgstr "" #: taextras.py:67 msgid "Returns 0 or 1 depending on the sensor inclination." msgstr "" #: taextras.py:68 msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise." msgstr "" #: taextras.py:69 msgid "Switches from 0 to 1, the frequency depends on the vibration." msgstr "" #: taextras.py:70 msgid "LED" msgstr "" #: taextras.py:71 msgid "pushbutton" msgstr "" #: taextras.py:72 #, fuzzy msgid "grayscale" msgstr "មាត្រដ្ឋាន​ប្រផេះ" #: taextras.py:73 msgid "ambient light" msgstr "" #: taextras.py:74 msgid "temperature" msgstr "" #: taextras.py:75 #, fuzzy msgid "distance" msgstr "ចម្ងាយ" #: taextras.py:76 msgid "tilt" msgstr "" #: taextras.py:77 msgid "magnetic induction" msgstr "" #: taextras.py:78 msgid "vibration" msgstr "" #: taextras.py:79 msgid "Butia Robot" msgstr "" #: taextras.py:80 msgid "delay Butia" msgstr "" #: taextras.py:81 msgid "wait for argument seconds" msgstr "" #: taextras.py:82 msgid "Butia battery charge" msgstr "" #: taextras.py:83 msgid "Returns the battery charge as a number between 0 and 255." msgstr "" #: taextras.py:84 msgid "Butia speed" msgstr "" #: taextras.py:85 msgid "" "Set the speed of the Butia motors as a value between 0 and 1023, passed by " "an argument." msgstr "" #: taextras.py:87 msgid "forward Butia" msgstr "" #: taextras.py:88 msgid "Move the Butia robot forward." msgstr "" #: taextras.py:89 msgid "forward distance" msgstr "" #: taextras.py:90 msgid "Move the Butia robot forward a predefined distance." msgstr "" #: taextras.py:91 msgid "backward Butia" msgstr "" #: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102 msgid "Move the Butia robot backward." msgstr "" #: taextras.py:93 msgid "backward distance" msgstr "" #: taextras.py:94 msgid "Move the Butia robot backward a predefined distance." msgstr "" #: taextras.py:95 msgid "left Butia" msgstr "" #: taextras.py:97 msgid "right Butia" msgstr "" #: taextras.py:99 msgid "Turn x degrees" msgstr "" #: taextras.py:100 msgid "Turn the Butia robot x degrees." msgstr "" #: taextras.py:101 msgid "stop Butia" msgstr "" #: taextras.py:103 msgid "print Butia" msgstr "" #: taextras.py:104 msgid "Print text in Butia robot 32-character ASCII display." msgstr "" #: taextras.py:105 msgid "Butia" msgstr "" #: taextras.py:109 msgid "The camera was not found." msgstr "" #: taextras.py:110 msgid "Error on the initialization of the camera." msgstr "" #: taextras.py:111 msgid "FollowMe" msgstr "" #: taextras.py:112 msgid "follow a RGB color" msgstr "" #: taextras.py:113 msgid "follow a turtle color" msgstr "" #: taextras.py:114 msgid "calibrate a color to follow" msgstr "" #: taextras.py:115 #, fuzzy msgid "x position" msgstr "ទីតាំង" #: taextras.py:116 msgid "return x position" msgstr "" #: taextras.py:117 #, fuzzy msgid "y position" msgstr "ទីតាំង" #: taextras.py:118 msgid "return y position" msgstr "" #: taextras.py:122 msgid "Sumo Butia" msgstr "" #: taextras.py:123 msgid "submit speed​​" msgstr "" #: taextras.py:124 msgid "Send speed to the robot." msgstr "" #: taextras.py:125 msgid "set speed" msgstr "" #: taextras.py:126 msgid "Set the default speed for the movement commands." msgstr "" #: taextras.py:127 msgid "move" msgstr "ផ្លាស់ទី" #: taextras.py:130 msgid "turn left" msgstr "" #: taextras.py:131 msgid "turn right" msgstr "" #: taextras.py:132 msgid "angle to center" msgstr "" #. TRANS: dojo is the playing field #: taextras.py:134 msgid "Get the angle to the center of the dojo." msgstr "" #: taextras.py:135 msgid "angle to the opponent" msgstr "" #: taextras.py:136 msgid "Get the angle to the center of the opponent." msgstr "" #: taextras.py:137 msgid "x coor." msgstr "" #: taextras.py:138 msgid "Get the x coordinate of the robot." msgstr "" #: taextras.py:139 msgid "y coor." msgstr "" #: taextras.py:140 msgid "Get the y coordinate of the robot." msgstr "" #: taextras.py:141 msgid "opponent x coor." msgstr "" #: taextras.py:142 msgid "Get the x coordinate of the opponent." msgstr "" #: taextras.py:143 msgid "opponent y coor." msgstr "" #: taextras.py:144 msgid "Get the y coordinate of the opponent." msgstr "" #: taextras.py:145 #, fuzzy msgid "rotation" msgstr "ការ​បង្វិល" #: taextras.py:146 msgid "Get SumBot rotation." msgstr "" #: taextras.py:147 msgid "opponent rotation" msgstr "" #: taextras.py:148 msgid "Get the rotation of the opponent." msgstr "" #: taextras.py:149 msgid "distance to center" msgstr "" #. TRANS: dojo is the playing field #: taextras.py:151 msgid "Get the distance to the center of the dojo." msgstr "" #: taextras.py:152 msgid "distance to opponent" msgstr "" #: taextras.py:153 msgid "Get the distance to the opponent." msgstr "" #: taextras.py:154 msgid "update information" msgstr "" #: taextras.py:155 msgid "Update information from the server." msgstr "" #: turtleart.py:68 msgid "usage is" msgstr "" #: turtleart.py:212 msgid "No option action:" msgstr "" #: turtleart.py:224 msgid "File not found" msgstr "រក​មិន​ឃើញ​ឯកសារ" #: turtleart.py:248 #, python-format msgid "Configuration directory not writable: %s" msgstr "" #: turtleart.py:304 msgid "New" msgstr "ថ្មី" #: turtleart.py:305 msgid "Open" msgstr "បើក" #: turtleart.py:306 msgid "Save" msgstr "​រក្សា​ទុក" #: turtleart.py:307 msgid "Save as" msgstr "រក្សាទុក​ជា" #: turtleart.py:314 msgid "Quit" msgstr "បោះបង់" #: turtleart.py:315 msgid "File" msgstr "ឯកសារ" #: turtleart.py:322 msgid "Rescale coordinates" msgstr "" #: turtleart.py:328 msgid "Reset block size" msgstr "" #: turtleart.py:342 msgid "Show/hide blocks" msgstr "" #: turtleart.py:344 msgid "Tools" msgstr "ឧបករណ៍" #: turtleart.py:351 msgid "Stop" msgstr "ឈប់" #: turtleart.py:352 msgid "Turtle" msgstr "អណ្ដើក" #: turtleart.py:382 msgid "You have unsaved work. Would you like to save before quitting?" msgstr "" #: turtleart.py:383 msgid "Save project?" msgstr ""