From d7d52c48a1ecd527335de53a36e86a3cd1ec79b4 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 03 May 2013 14:09:52 +0000 Subject: OLPC AU branch --- (limited to 'po/pap.po') diff --git a/po/pap.po b/po/pap.po index 8c9df76..f1b7dd1 100644 --- a/po/pap.po +++ b/po/pap.po @@ -2,8 +2,33 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. +#, fuzzy msgid "" msgstr "" +"#-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-11-02 00:32-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.7.0\n" +"#-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-#\n" +"#-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-11-02 00:32-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.7.0\n" +"#-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-24 00:31-0500\n" @@ -18,539 +43,1711 @@ msgstr "" "X-Generator: Pootle 2.0.5\n" #. TRANS: "name" option from activity.info file -msgid "TurtleBlocks" -msgstr "" - #. TRANS: "summary" option from activity.info file #. TRANS: "description" option from activity.info file +msgid "turtleart-extras (master)" +msgstr "" + +#: taextras.py:36 +msgid "Turtle Art Mini" +msgstr "" + +#: taextras.py:40 +msgid "Turtle Confusion" +msgstr "" + +#: taextras.py:41 taextras.py:46 +msgid "Select a challenge" +msgstr "" + +#: taextras.py:45 +msgid "Amazonas Tortuga" +msgstr "" + +#: taextras.py:52 +msgid "Palette of Mexican pesos" +msgstr "" + +#: taextras.py:53 +msgid "Palette of Colombian pesos" +msgstr "" + +#: taextras.py:54 +msgid "Palette of Rwandan francs" +msgstr "" + +#: taextras.py:55 +msgid "Palette of US dollars" +msgstr "" + +#: taextras.py:56 +msgid "Palette of Australian dollars" +msgstr "" + +#: taextras.py:57 +msgid "Palette of Paraguayan Guaranies" +msgstr "" + +#: taextras.py:58 +msgid "Palette of Peruvian Nuevo Soles" +msgstr "" + +#: taextras.py:59 +msgid "Palette of Uruguayan Pesos" +msgstr "" + +#. TRANS: Butia is the Arduino Robot Project from Uruguay +#. (http://www.fing.edu.uy/inco/proyectos/butia/) +#: taextras.py:65 +msgid "TurtleBots" +msgstr "" + +#: taextras.py:66 +msgid "adjust LED intensity between 0 and 255" +msgstr "" + +#: taextras.py:67 +msgid "returns the object gray level as a number between 0 and 1023" +msgstr "" + +#: taextras.py:68 +msgid "returns 1 when the button is press and 0 otherwise" +msgstr "" + +#: taextras.py:69 +msgid "returns the ambient light level as a number between 0 and 1023" +msgstr "" + +#: taextras.py:70 +msgid "returns the ambient temperature as a number between 0 and 255" +msgstr "" + +#: taextras.py:71 msgid "" -"A Logo-inspired turtle that draws colorful pictures with snap-together " -"visual programming blocks" +"returns the distance from the object in front of the sensor as a number " +"between 0 and 255" msgstr "" -#: TurtleArt/tabasics.py:123 -#, fuzzy -msgid "Palette of turtle commands" -msgstr "palèt di komandonan pa tortuga" +#: taextras.py:73 +msgid "returns 0 or 1 depending on the sensor inclination" +msgstr "" -#: TurtleArt/tabasics.py:128 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:723 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734 -msgid "forward" -msgstr "Dilanti" +#: taextras.py:74 +msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise" +msgstr "" -#: TurtleArt/tabasics.py:132 -#, fuzzy -msgid "moves turtle forward" -msgstr "move turtuga pa dilanti" +#: taextras.py:75 +msgid "switches from 0 to 1, the frequency depends on the vibration" +msgstr "" -#: TurtleArt/tabasics.py:139 -msgid "back" -msgstr "Bèk" +#: taextras.py:76 +msgid "returns the value of the resistance" +msgstr "" -#: TurtleArt/tabasics.py:143 -msgid "moves turtle backward" -msgstr "move turtuga bai patras" +#: taextras.py:77 +msgid "LED" +msgstr "" -#: TurtleArt/tabasics.py:151 -msgid "clean" -msgstr "Limpia" +#: taextras.py:78 +msgid "button" +msgstr "" -#: TurtleArt/tabasics.py:154 -msgid "clears the screen and reset the turtle" -msgstr "limpia e pantaya y start e turtuga di nobo" +#: taextras.py:79 +msgid "grayscale" +msgstr "" -#: TurtleArt/tabasics.py:162 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854 -msgid "left" -msgstr "robes" +#: taextras.py:80 +msgid "ambient light" +msgstr "" -#: TurtleArt/tabasics.py:166 -#, fuzzy -msgid "turns turtle counterclockwise (angle in degrees)" -msgstr "bira e turtuga contrali di oloshi (huki den grado)" +#: taextras.py:81 +msgid "temperature" +msgstr "" -#: TurtleArt/tabasics.py:174 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:878 -msgid "right" -msgstr "drechi" +#: taextras.py:82 taextras.py:291 +msgid "distance" +msgstr "" -#: TurtleArt/tabasics.py:178 -#, fuzzy -msgid "turns turtle clockwise (angle in degrees)" -msgstr "bira e turtuga direkshon di oloshi (huki den grado)" +#: taextras.py:83 taextras.py:288 +msgid "tilt" +msgstr "" -#: TurtleArt/tabasics.py:186 -msgid "arc" -msgstr "arko/bog" +#: taextras.py:84 +msgid "magnetic induction" +msgstr "" -#: TurtleArt/tabasics.py:186 -msgid "angle" -msgstr "huki" +#: taextras.py:85 +msgid "vibration" +msgstr "" -#: TurtleArt/tabasics.py:186 -msgid "radius" -msgstr "radio" +#: taextras.py:86 plugins/audio_sensors/audio_sensors.py:151 +#: plugins/audio_sensors/audio_sensors.py:165 +#: plugins/audio_sensors/audio_sensors.py:179 +#: plugins/audio_sensors/audio_sensors.py:193 +msgid "resistance" +msgstr "resistensia" -#: TurtleArt/tabasics.py:190 -msgid "moves turtle along an arc" -msgstr "move turtuga kantu di un boog" +#: taextras.py:87 +msgid "Butia Robot" +msgstr "" -#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 -msgid "set xy" -msgstr "instala xy" +#: taextras.py:88 +msgid "refresh Butia" +msgstr "" -#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 +#: taextras.py:89 +msgid "refresh the state of the Butia palette and blocks" +msgstr "" + +#. TRANS: This string is shorthand for "battery charge of Butia" +#: taextras.py:91 +msgid "battery charge Butia" +msgstr "" + +#: taextras.py:92 +msgid "returns the battery charge as a number between 0 and 255" +msgstr "" + +#. TRANS: This string is shorthand for "speed of Butia" +#: taextras.py:94 +msgid "speed Butia" +msgstr "" + +#: taextras.py:95 +msgid "set the speed of the Butia motors" +msgstr "" + +#: taextras.py:96 +msgid "the speed must be a value between 0 and 1023" +msgstr "" + +#. TRANS: This string is shorthand for "move Butia forward" +#: taextras.py:98 +msgid "forward Butia" +msgstr "" + +#: taextras.py:99 +msgid "move the Butia robot forward" +msgstr "" + +#: taextras.py:100 +msgid "move the Butia robot forward a predefined distance" +msgstr "" + +#. TRANS: This string is shorthand for "turn Butia left" +#: taextras.py:102 +msgid "left Butia" +msgstr "" + +#: taextras.py:103 +msgid "turn the Butia robot at left" +msgstr "" + +#. TRANS: This string is shorthand for "move Butia backward" +#: taextras.py:105 +msgid "backward Butia" +msgstr "" + +#: taextras.py:106 +msgid "move the Butia robot backward" +msgstr "" + +#: taextras.py:107 +msgid "move the Butia robot backward a predefined distance" +msgstr "" + +#. TRANS: This string is shorthand for "turn Butia right" +#: taextras.py:109 +msgid "right Butia" +msgstr "" + +#: taextras.py:110 +msgid "turn the Butia robot at right" +msgstr "" + +#: taextras.py:111 +msgid "turn Butia" +msgstr "" + +#: taextras.py:112 +msgid "turn the Butia robot x degrees" +msgstr "" + +#: taextras.py:113 +msgid "stop Butia" +msgstr "" + +#: taextras.py:114 +msgid "stop the Butia robot" +msgstr "" + +#: taextras.py:115 +msgid "Butia" +msgstr "" + +#: taextras.py:119 +msgid "Error importing Pygame. This plugin require Pygame 1.9" +msgstr "" + +#: taextras.py:120 +msgid "Error on initialization of the camera" +msgstr "" + +#: taextras.py:121 +msgid "No camera was found" +msgstr "" + +#: taextras.py:122 +msgid "Error stopping camera" +msgstr "" + +#: taextras.py:123 +msgid "Error starting camera" +msgstr "" + +#. TRANS: The "mask" is used to restrict processing to a region in the image +#: taextras.py:125 +msgid "Error in get mask" +msgstr "" + +#: taextras.py:126 +msgid "FollowMe" +msgstr "" + +#: taextras.py:127 +msgid "refresh FollowMe" +msgstr "" + +#: taextras.py:128 +msgid "Search for a connected camera." +msgstr "" + +#. TRANS: the calibration is used to match an RGB color to a target +#: taextras.py:130 +msgid "calibration" +msgstr "" + +#: taextras.py:131 +msgid "store a personalized calibration" +msgstr "" + +#: taextras.py:132 +msgid "return a personalized calibration" +msgstr "" + +#: taextras.py:133 +msgid "follow" +msgstr "" + +#: taextras.py:134 +msgid "follow a color or calibration" +msgstr "" + +#: taextras.py:135 plugins/camera_sensor/camera_sensor.py:80 +#: plugins/camera_sensor/camera_sensor.py:93 +#: plugins/camera_sensor/camera_sensor.py:128 +#: plugins/camera_sensor/camera_sensor.py:141 +#: plugins/light_sensor/light_sensor.py:56 +#: plugins/light_sensor/light_sensor.py:63 +msgid "brightness" +msgstr "" + +#: taextras.py:136 +msgid "set the camera brightness as a value between 0 to 255." +msgstr "" + +#: taextras.py:137 +msgid "minimum pixels" +msgstr "" + +#: taextras.py:138 +msgid "set the minimal number of pixels to follow" +msgstr "" + +#: taextras.py:139 +msgid "threshold" +msgstr "" + +#. TRANS: RGB color space (red, green, blue) +#: taextras.py:141 +msgid "set a threshold for a RGB color" +msgstr "" + +#: taextras.py:142 +msgid "camera mode" +msgstr "" + +#. TRANS: RGB, YUV, and HSV are color spaces +#: taextras.py:144 +msgid "set the color mode of the camera: RGB; YUV or HSV" +msgstr "" + +#: taextras.py:145 +msgid "get brightness" +msgstr "" + +#: taextras.py:146 +msgid "get the brightness of the ambient light" +msgstr "" + +#: taextras.py:147 +msgid "average color" +msgstr "" + +#: taextras.py:148 +msgid "" +"if set to 0 then color averaging is off during calibration; for other values " +"it is on" +msgstr "" + +#: taextras.py:149 +msgid "x position" +msgstr "" + +#: taextras.py:150 +msgid "return x position" +msgstr "" + +#: taextras.py:151 +msgid "y position" +msgstr "" + +#: taextras.py:152 +msgid "return y position" +msgstr "" + +#: taextras.py:153 +msgid "pixels" +msgstr "" + +#: taextras.py:154 +msgid "return the number of pixels of the biggest blob" +msgstr "" + +#. TRANS: RGB color space (red, green, blue) +#: taextras.py:156 +msgid "set the color mode of the camera to RGB" +msgstr "" + +#. TRANS: YUV color space (luminance, chrominance) +#: taextras.py:158 +msgid "set the color mode of the camera to YUV" +msgstr "" + +#. TRANS: HSV color space (hue, saturation, value) +#: taextras.py:160 +msgid "set the color mode of the camera to HSV" +msgstr "" + +#: taextras.py:161 +msgid "empty calibration" +msgstr "" + +#: taextras.py:162 +msgid "error in string conversion" +msgstr "" + +#. TRANS: SumBot is a robot programmed for "Sumo wrestling" +#: taextras.py:167 +msgid "SumBot" +msgstr "" + +#: taextras.py:168 +msgid "speed SumBot" +msgstr "" + +#: taextras.py:169 +msgid "submit the speed to the SumBot" +msgstr "" + +#: taextras.py:170 +msgid "set the default speed for the movement commands" +msgstr "" + +#. TRANS: This string is shorthand for "move SumBot forward" +#: taextras.py:172 +msgid "forward SumBot" +msgstr "" + +#: taextras.py:173 +msgid "move SumBot forward" +msgstr "" + +#. TRANS: This string is shorthand for "move SumBot backward" +#: taextras.py:175 +msgid "backward SumBot" +msgstr "" + +#: taextras.py:176 +msgid "move SumBot backward" +msgstr "" + +#: taextras.py:177 +msgid "stop SumBot" +msgstr "" + +#: taextras.py:178 +msgid "stop the SumBot" +msgstr "" + +#. TRANS: This string is shorthand for "turn SumBot left" +#: taextras.py:180 +msgid "left SumBot" +msgstr "" + +#: taextras.py:181 +msgid "turn left the SumBot" +msgstr "" + +#. TRANS: This string is shorthand for "move SumBot right" +#: taextras.py:183 +msgid "right SumBot" +msgstr "" + +#: taextras.py:184 +msgid "turn right the SumBot" +msgstr "" + +#. TRANS: The angle to the center is the angle SumBot must turn to +#. face the center of the playing field +#: taextras.py:187 +msgid "angle to center" +msgstr "" + +#. TRANS: dohyo is the playing field +#: taextras.py:189 +msgid "get the angle to the center of the dohyo" +msgstr "" + +#. TRANS: The angle to the center is the angle SumBot must turn to +#. face the Enemy (opponent) +#: taextras.py:192 +msgid "angle to Enemy" +msgstr "" + +#: taextras.py:193 +msgid "get the angle to the Enemy" +msgstr "" + +#. TRANS: This string is shorthand for "x coordinate of SumBot" +#: taextras.py:195 +msgid "x coor. SumBot" +msgstr "" + +#: taextras.py:196 +msgid "get the x coordinate of the SumBot" +msgstr "" + +#. TRANS: This string is shorthand for "y coordinate of SumBot" +#: taextras.py:198 +msgid "y coor. SumBot" +msgstr "" + +#: taextras.py:199 +msgid "get the y coordinate of the SumBot" +msgstr "" + +#. TRANS: This string is shorthand for "x coordinate of SumBot's enemy" +#: taextras.py:201 +msgid "x coor. Enemy" +msgstr "" + +#: taextras.py:202 +msgid "get the x coordinate of the Enemy" +msgstr "" + +#. TRANS: This string is shorthand for "y coordinate of SumBot's enemy" +#: taextras.py:204 +msgid "y coor. Enemy" +msgstr "" + +#: taextras.py:205 +msgid "get the y coordinate of the Enemy" +msgstr "" + +#. TRANS: This string is shorthand for "rotation of SumBot" +#: taextras.py:207 +msgid "rotation SumBot" +msgstr "" + +#: taextras.py:208 +msgid "get the rotation of the Sumbot" +msgstr "" + +#. TRANS: This string is shorthand for "rotation of SumBot's enemy" +#: taextras.py:210 +msgid "rotation Enemy" +msgstr "" + +#: taextras.py:211 +msgid "get the rotation of the Enemy" +msgstr "" + +#: taextras.py:212 +msgid "distance to center" +msgstr "" + +#. TRANS: dohyo is the playing field +#: taextras.py:214 +msgid "get the distance to the center of the dohyo" +msgstr "" + +#: taextras.py:215 +msgid "distance to Enemy" +msgstr "" + +#: taextras.py:216 +msgid "get the distance to the Enemy" +msgstr "" + +#: taextras.py:217 +msgid "update information" +msgstr "" + +#: taextras.py:218 +msgid "update information from the server" +msgstr "" + +#. TRANS: Please use similar terms to those used in the Physics Activity +#: taextras.py:223 +msgid "Palette of physics blocks" +msgstr "" + +#: taextras.py:224 +msgid "start polygon" +msgstr "" + +#: taextras.py:225 +msgid "Begin defining a new polygon based on the current Turtle xy position." +msgstr "" + +#: taextras.py:227 +msgid "add point" +msgstr "" + +#: taextras.py:228 +msgid "" +"Add a new point to the current polygon based on the current Turtle xy " +"position." +msgstr "" + +#: taextras.py:230 +msgid "end polygon" +msgstr "" + +#: taextras.py:231 +msgid "Define a new polygon." +msgstr "" + +#: taextras.py:232 +msgid "end filled polygon" +msgstr "" + +#: taextras.py:233 +msgid "Not a simple polygon" +msgstr "" + +#: taextras.py:234 +msgid "Define a new filled polygon." +msgstr "" + +#: taextras.py:235 +msgid "triangle" +msgstr "" + +#. TRANS: base of a triangle +#: taextras.py:237 +msgid "base" +msgstr "" + +#: taextras.py:238 taextras.py:244 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:894 +msgid "height" +msgstr "haltura" + +#: taextras.py:239 +msgid "Add a triangle object to the project." +msgstr "" + +#: taextras.py:240 +msgid "circle" +msgstr "" + +#: taextras.py:241 +msgid "Add a circle object to the project." +msgstr "" + +#: taextras.py:242 +msgid "rectangle" +msgstr "" + +#: taextras.py:243 plugins/turtle_blocks_extras/turtle_blocks_extras.py:870 +msgid "width" +msgstr "hanchura" + +#: taextras.py:245 +msgid "Add a rectangle object to the project." +msgstr "" + +#: taextras.py:246 +msgid "reset" +msgstr "" + +#: taextras.py:247 +msgid "Reset the project; clear the object list." +msgstr "" + +#: taextras.py:248 +msgid "motor" +msgstr "" + +#. TRANS: torque as in engine torque +#: taextras.py:250 +msgid "torque" +msgstr "" + +#: taextras.py:251 +msgid "speed" +msgstr "" + +#: taextras.py:252 +msgid "" +"Motor torque and speed range from 0 (off) to positive numbers; motor is " +"placed on the most recent object created." +msgstr "" + +#: taextras.py:254 taextras.py:417 +msgid "pin" +msgstr "" + +#: taextras.py:255 +msgid "Pin an object down so that it cannot fall." +msgstr "" + +#: taextras.py:256 +msgid "joint" +msgstr "" + +#: taextras.py:257 TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 msgid "x" msgstr "x" -#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 +#: taextras.py:258 TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 msgid "y" msgstr "y" -#: TurtleArt/tabasics.py:203 TurtleArt/tabasics.py:269 -#, fuzzy +#: taextras.py:259 msgid "" -"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." +"Join two objects together (the most recent object created and the object at " +"point x, y)." msgstr "" -"move turtuga na posishon xcor, ycor; (0, 0) ta den e centro di e pantaya." -# -#: TurtleArt/tabasics.py:213 -msgid "set heading" -msgstr "instala titulo" +#: taextras.py:261 +msgid "save as Physics activity" +msgstr "" -#: TurtleArt/tabasics.py:217 +#: taextras.py:262 +msgid "Save the project to the Journal as a Physics activity." +msgstr "" + +#. TRANS: Here, gear means a toothed wheel, as in a clock-works +#: taextras.py:264 +msgid "gear" +msgstr "" + +#: taextras.py:265 +msgid "Add a gear object to the project." +msgstr "" + +#: taextras.py:266 #, fuzzy -msgid "sets the heading of the turtle (0 is towards the top of the screen.)" -msgstr "instalá e direkshon di e turtuga (0 ta tòp di e pantaya.)" +msgid "density" +msgstr "identidat" -#: TurtleArt/tabasics.py:225 TurtleArt/tawindow.py:3862 -#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:604 -msgid "xcor" -msgstr "xcor" +#: taextras.py:267 +msgid "" +"Set the density property for objects (density can be any positive number)." +msgstr "" -#: TurtleArt/tabasics.py:226 +#: taextras.py:269 +msgid "friction" +msgstr "" + +#: taextras.py:270 msgid "" -"holds current x-coordinate value of the turtle (can be used in place of a " -"number block)" +"Set the friction property for objects (value from 0 to 1, where 0 turns " +"friction off and 1 is strong friction)." msgstr "" -"mantené balor kordinado-x aktual di e turtuga (por wòrdú huza na luga di un " -"blòk di number)" -#: TurtleArt/tabasics.py:236 TurtleArt/tawindow.py:3862 -#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:605 -msgid "ycor" -msgstr "ycor" +#. TRANS: bounciness is coefficient of restitution +#: taextras.py:273 +msgid "bounciness" +msgstr "" -#: TurtleArt/tabasics.py:237 +#: taextras.py:274 msgid "" -"holds current y-coordinate value of the turtle (can be used in place of a " -"number block)" +"Set the bounciness property for objects (a value from 0 to 1, where 0 means " +"no bounce and 1 is very bouncy)." msgstr "" -"mantené balor kordinado-y aktual di e turtuga (por wordu huza na luga di un " -"blòk di number)" -#: TurtleArt/tabasics.py:247 TurtleArt/tawindow.py:3863 -#: TurtleArt/tawindow.py:3869 TurtleArtActivity.py:605 -msgid "heading" -msgstr "titulo" +#. TRANS: dynamic here means moving vs in a fixed position +#: taextras.py:277 +msgid "dynamic" +msgstr "" -#: TurtleArt/tabasics.py:248 +#: taextras.py:278 msgid "" -"holds current heading value of the turtle (can be used in place of a number " -"block)" +"If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position." msgstr "" -"mantené balor direkshon aktual di e turtuga (por wordu huza na luga di un " -"blók di number)" -#: TurtleArt/tabasics.py:282 -#, fuzzy -msgid "Palette of pen commands" -msgstr "palèt di komandonan pa pèn" +#. TRANS: WeDo is a robotics product of the LEGO company +#: taextras.py:284 +msgid "Palette of WeDo blocks" +msgstr "" -#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298 -msgid "fill screen" -msgstr "Jena pantaja" +#: taextras.py:285 +msgid "WeDo" +msgstr "" -#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298 +#: taextras.py:286 +msgid "set current WeDo device" +msgstr "" + +#: taextras.py:287 +msgid "number of WeDo devices" +msgstr "" + +#: taextras.py:289 +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:293 +msgid "distance sensor output" +msgstr "" + +#: taextras.py:294 +msgid "Motor A" +msgstr "" + +#: taextras.py:295 +msgid "returns the current value of Motor A" +msgstr "" + +#: taextras.py:296 +msgid "Motor B" +msgstr "" + +#: taextras.py:297 +msgid "returns the current value of Motor B" +msgstr "" + +#: taextras.py:298 +msgid "set the value for Motor A" +msgstr "" + +#: taextras.py:299 +msgid "set the value for Motor B" +msgstr "" + +#: taextras.py:300 +msgid "WeDo is unavailable" +msgstr "" + +#. TRANS: e.g., Wedo 2 is unavailable, defaulting to 1 +#: taextras.py:302 +#, python-format +msgid "WeDo %d is unavailable; defaulting to 1" +msgstr "" + +#. TRANS: %(device)s and %(wedo_number)d are substitution strings; +#. please leave untranslated +#: taextras.py:305 +#, python-format +msgid "%(device)s is unavailable on WeDo %(wedo_number)d" +msgstr "" + +#. TRANS: Lego NXT is a robotics product of the LEGO company +#: taextras.py:311 +msgid "Palette of LEGO NXT blocks of motors" +msgstr "" + +#: taextras.py:312 +msgid "Palette of LEGO NXT blocks of sensors" +msgstr "" + +#. TRANS: touch sensor (implemented as a button) +#: taextras.py:314 +msgid "touch" +msgstr "" + +#. TRANS: distance sensor (implemented using ultrasonics) +#: taextras.py:316 +msgid "ultrasonic" +msgstr "" + +#: taextras.py:317 TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298 #: TurtleArt/tabasics.py:348 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1158 msgid "color" msgstr "kóló" -#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:299 -#: TurtleArt/tabasics.py:358 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1154 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1159 -msgid "shade" -msgstr "sombra" +#: taextras.py:318 +#, fuzzy +msgid "light" +msgstr "drechi" -#: TurtleArt/tabasics.py:291 TurtleArt/tabasics.py:303 -msgid "fills the background with (color, shade)" -msgstr "jena e fondo ku ( kóló, sombra)" +#: taextras.py:319 plugins/audio_sensors/audio_sensors.py:83 +#: plugins/audio_sensors/audio_sensors.py:98 pysamples/grecord.py:205 +msgid "sound" +msgstr "sonido" -#: TurtleArt/tabasics.py:299 TurtleArt/tabasics.py:367 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1155 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1160 -msgid "gray" +#: taextras.py:320 +msgid "grey" msgstr "" -#: TurtleArt/tabasics.py:313 -msgid "set color" -msgstr "instala kóló" +#. TRANS: The brick is the NXT controller +#: taextras.py:322 +msgid "Please check the connection with the brick" +msgstr "" -#: TurtleArt/tabasics.py:317 -#, fuzzy -msgid "sets color of the line drawn by the turtle" -msgstr "instala kóló di e linia dibuga ku e turtuga" +#: taextras.py:323 +#, python-format +msgid "Invalid port '%s'. Port must be: PORT A, B or C" +msgstr "" -#: TurtleArt/tabasics.py:325 -msgid "set shade" -msgstr "instala sombra" +#: taextras.py:324 +#, python-format +msgid "Invalid port '%s'. Port must be: PORT 1, 2, 3 or 4" +msgstr "" -#: TurtleArt/tabasics.py:329 -#, fuzzy -msgid "sets shade of the line drawn by the turtle" -msgstr "instala sombra di e linia dibuga ku e turtuga" +#: taextras.py:325 +msgid "The value of power must be between -127 to 127" +msgstr "" -#: TurtleArt/tabasics.py:337 -msgid "set gray" +#: taextras.py:326 +#, python-format +msgid "The parameter must be a integer, not '%s'" msgstr "" -#: TurtleArt/tabasics.py:340 -#, fuzzy -msgid "sets gray level of the line drawn by the turtle" -msgstr "instala sombra di e linia dibuga ku e turtuga" +#: taextras.py:327 +msgid "An error has occurred: check all connections and try to reconnect" +msgstr "" -#: TurtleArt/tabasics.py:349 -msgid "holds current pen color (can be used in place of a number block)" +#: taextras.py:328 +#, python-format +msgid "NXT found %s bricks" msgstr "" -"mantene kóló aktual di pen ( por wordu husa na luga di un kuadrá di number)" -#: TurtleArt/tabasics.py:359 -msgid "holds current pen shade" -msgstr "mantane e sombra di e pèn" +#: taextras.py:329 +msgid "NXT not found" +msgstr "" -#: TurtleArt/tabasics.py:368 -#, fuzzy -msgid "holds current gray level (can be used in place of a number block)" -msgstr "mantene balor di skal (por wordu huza oa luga di un blók di number)" +#: taextras.py:330 +#, python-format +msgid "Brick number %s was not found" +msgstr "" -#: TurtleArt/tabasics.py:376 -msgid "pen up" -msgstr "Pen ariba" +#: taextras.py:331 +msgid "refresh NXT" +msgstr "" -#: TurtleArt/tabasics.py:379 -#, fuzzy -msgid "Turtle will not draw when moved." -msgstr "turtuga no ta pinta si mové" +#: taextras.py:332 +msgid "Search for a connected NXT brick." +msgstr "" -#: TurtleArt/tabasics.py:385 -msgid "pen down" -msgstr "pen abou" +#: taextras.py:333 +msgid "NXT" +msgstr "" -#: TurtleArt/tabasics.py:388 -#, fuzzy -msgid "Turtle will draw when moved." -msgstr "turtuga ta pinta si mové" +#: taextras.py:334 +msgid "set current NXT device" +msgstr "" -#: TurtleArt/tabasics.py:394 -msgid "set pen size" -msgstr "instala tamánjo di pen" +#: taextras.py:335 +msgid "number of NXT devices" +msgstr "" -#: TurtleArt/tabasics.py:398 -#, fuzzy -msgid "sets size of the line drawn by the turtle" -msgstr "instala tamaño di e liñaá pinta ku e morkoi" +#: taextras.py:336 +msgid "brick name" +msgstr "" -#: TurtleArt/tabasics.py:408 -msgid "start fill" +#: taextras.py:337 +msgid "Get the name of a brick." msgstr "" -#: TurtleArt/tabasics.py:410 -msgid "starts filled polygon (used with end fill block)" +#: taextras.py:338 +msgid "play tone" msgstr "" -#: TurtleArt/tabasics.py:417 -msgid "end fill" +#: taextras.py:339 +msgid "frequency" msgstr "" -#: TurtleArt/tabasics.py:419 -msgid "completes filled polygon (used with start fill block)" +#: taextras.py:340 plugins/turtle_blocks_extras/turtle_blocks_extras.py:445 +msgid "time" msgstr "" -#: TurtleArt/tabasics.py:426 -msgid "pen size" -msgstr "tamánjo di pen" +#: taextras.py:341 +msgid "Play a tone at frequency for time." +msgstr "" -#: TurtleArt/tabasics.py:427 -msgid "holds current pen size (can be used in place of a number block)" +#. TRANS: turn is the action +#: taextras.py:343 +msgid "" +"turn motor\n" +"\n" msgstr "" -"mantene tamaño aktual di pen ( por wordu husa na luga di un kuadrá di " -"number)" -#: TurtleArt/tabasics.py:441 -msgid "Palette of pen colors" -msgstr "palèt di pen di koló" +#: taextras.py:344 +msgid "port" +msgstr "" -#: TurtleArt/tabasics.py:443 -msgid "red" -msgstr "kòrá" +#: taextras.py:345 +msgid "power" +msgstr "" -#: TurtleArt/tabasics.py:444 -msgid "orange" -msgstr "oraño" +#. TRANS: rotations is quantity of turns +#: taextras.py:347 +msgid "rotations" +msgstr "" -#: TurtleArt/tabasics.py:446 -msgid "yellow" -msgstr "hel" +#: taextras.py:348 +msgid "turn a motor" +msgstr "" -#: TurtleArt/tabasics.py:448 -msgid "green" -msgstr "bèrdè" +#: taextras.py:349 +msgid "" +"synchronize\n" +"\n" +"motors" +msgstr "" -#: TurtleArt/tabasics.py:449 -msgid "cyan" -msgstr "cyan" +#: taextras.py:350 +msgid "steering" +msgstr "" -#: TurtleArt/tabasics.py:450 -msgid "blue" -msgstr "blou" +#: taextras.py:351 +msgid "synchronize two motors connected in PORT B and PORT C" +msgstr "" -#: TurtleArt/tabasics.py:451 -msgid "purple" -msgstr "lila" +#: taextras.py:352 +msgid "PORT A" +msgstr "" -#: TurtleArt/tabasics.py:453 -#, fuzzy -msgid "white" -msgstr "tanten/mientras" +#: taextras.py:353 +msgid "PORT A of the brick" +msgstr "" -#: TurtleArt/tabasics.py:454 -#, fuzzy -msgid "black" -msgstr "Bèk" +#: taextras.py:354 +msgid "PORT B" +msgstr "" -#: TurtleArt/tabasics.py:460 -msgid "set text color" -msgstr "instala color di teksto" +#: taextras.py:355 +msgid "PORT B of the brick" +msgstr "" -#: TurtleArt/tabasics.py:463 -#, fuzzy -msgid "sets color of text drawn by the turtle" -msgstr "instala kóló di e linia dibuga ku e turtuga" +#: taextras.py:356 +msgid "PORT C" +msgstr "" -#: TurtleArt/tabasics.py:471 -msgid "set text size" -msgstr "instala tamánjo di teksto" +#: taextras.py:357 +msgid "PORT C of the brick" +msgstr "" -#: TurtleArt/tabasics.py:474 -#, fuzzy -msgid "sets size of text drawn by the turtle" -msgstr "instala midí di e linia dibuga ku e turtuga" +#: taextras.py:358 +msgid "start motor" +msgstr "" -#: TurtleArt/tabasics.py:557 +#: taextras.py:359 +msgid "Run a motor forever." +msgstr "" + +#: taextras.py:360 +msgid "brake motor" +msgstr "" + +#: taextras.py:361 +msgid "Stop a specified motor." +msgstr "" + +#. TRANS: reset is used to reset the counter associated with the motor +#: taextras.py:363 +msgid "reset motor" +msgstr "" + +#: taextras.py:364 +msgid "Reset the motor counter." +msgstr "" + +#: taextras.py:365 +msgid "motor position" +msgstr "" + +#: taextras.py:366 +msgid "Get the motor position." +msgstr "" + +#: taextras.py:367 +msgid "PORT 1" +msgstr "" + +#: taextras.py:368 +msgid "PORT 1 of the brick" +msgstr "" + +#: taextras.py:369 #, fuzzy -msgid "Palette of numeric operators" -msgstr "palèt operado pa number" +msgid "read" +msgstr "kòrá" -#: TurtleArt/tabasics.py:563 -msgid "plus" -msgstr "mas" +#: taextras.py:370 +msgid "sensor" +msgstr "" -#: TurtleArt/tabasics.py:567 +#: taextras.py:371 +msgid "Read sensor output." +msgstr "" + +#: taextras.py:372 +msgid "PORT 2" +msgstr "" + +#: taextras.py:373 +msgid "PORT 2 of the brick" +msgstr "" + +#: taextras.py:374 +msgid "light sensor" +msgstr "" + +#: taextras.py:375 +msgid "grey sensor" +msgstr "" + +#: taextras.py:376 +msgid "PORT 3" +msgstr "" + +#: taextras.py:377 +msgid "PORT 3 of the brick" +msgstr "" + +#: taextras.py:378 +msgid "touch sensor" +msgstr "" + +#: taextras.py:379 +msgid "distance sensor" +msgstr "" + +#: taextras.py:380 +msgid "PORT 4" +msgstr "" + +#: taextras.py:381 +msgid "PORT 4 of the brick" +msgstr "" + +#: taextras.py:382 +msgid "sound sensor" +msgstr "" + +#: taextras.py:383 +msgid "color sensor" +msgstr "" + +#. TRANS: set light is used to set the light level associated with +#. the color sensor (which can emit light as well as sense it) +#: taextras.py:386 +msgid "set light" +msgstr "" + +#: taextras.py:387 +msgid "Set color sensor light." +msgstr "" + +#. TRANS: the battery level is the charge level of the brick +#: taextras.py:389 +msgid "battery level" +msgstr "" + +#: taextras.py:390 +msgid "Get battery level of the brick" +msgstr "" + +#. TRANS: Arduino plugin to control an Arduino board +#: taextras.py:395 +msgid "HIGH" +msgstr "" + +#: taextras.py:396 +msgid "LOW" +msgstr "" + +#: taextras.py:397 +msgid "INPUT" +msgstr "" + +#: taextras.py:398 +msgid "OUTPUT" +msgstr "" + +#. TRANS: PWM is pulse-width modulation +#: taextras.py:400 +msgid "PWM" +msgstr "" + +#: taextras.py:401 +msgid "SERVO" +msgstr "" + +#: taextras.py:402 +msgid "ERROR: Check the Arduino and the number of port." +msgstr "" + +#: taextras.py:403 +msgid "ERROR: Value must be a number from 0 to 255." +msgstr "" + +#: taextras.py:404 +msgid "ERROR: Value must be either HIGH or LOW." +msgstr "" + +#: taextras.py:405 +msgid "ERROR: The mode must be either INPUT, OUTPUT, PWM or SERVO." +msgstr "" + +#: taextras.py:406 +msgid "refresh Arduino" +msgstr "" + +#: taextras.py:407 +msgid "Search for connected Arduinos." +msgstr "" + +#: taextras.py:408 +msgid "Arduino" +msgstr "" + +#: taextras.py:409 +msgid "set current Arduino board" +msgstr "" + +#: taextras.py:410 +msgid "number of Arduinos" +msgstr "" + +#: taextras.py:411 +msgid "number of Arduino boards" +msgstr "" + +#: taextras.py:412 +msgid "Arduino name" +msgstr "" + +#: taextras.py:413 +msgid "Get the name of an Arduino." +msgstr "" + +#. TRANS: pin mode is used to specify the mode (INPUT, OUTPUT, etc) +#. in which an I/O pin is being used. +#: taextras.py:416 +msgid "pin mode" +msgstr "" + +#: taextras.py:418 #, fuzzy -msgid "adds two alphanumeric inputs" -msgstr "agrega dos introdukshon numériko" +msgid "mode" +msgstr "mod" -#: TurtleArt/tabasics.py:575 -msgid "minus" -msgstr "menos/kita" +#: taextras.py:419 +msgid "Select the pin function (INPUT, OUTPUT, PWM, SERVO)." +msgstr "" -#: TurtleArt/tabasics.py:578 -msgid "subtracts bottom numeric input from top numeric input" -msgstr "déskonta introdukshon mumériko abou for di introdukshon mumériko ariba" +#: taextras.py:420 +msgid "analog write" +msgstr "" -#: TurtleArt/tabasics.py:589 -msgid "multiply" -msgstr "multipliká" +#: taextras.py:421 TurtleArt/tabasics.py:928 TurtleArt/tawindow.py:4189 +msgid "value" +msgstr "balor" -#: TurtleArt/tabasics.py:592 -msgid "multiplies two numeric inputs" -msgstr "multiplika dos introdukshon mumériko" +#: taextras.py:422 +msgid "Write analog value in specified port." +msgstr "" -#: TurtleArt/tabasics.py:601 -msgid "divide" -msgstr "parti" +#: taextras.py:423 +msgid "analog read" +msgstr "" -#: TurtleArt/tabasics.py:604 +#: taextras.py:424 msgid "" -"divides top numeric input (numerator) by bottom numeric input (denominator)" +"Read value from analog port. Value may be between 0 and 1023. Use Vref to " +"determine voltage. For USB, volt=((read)*5)/1024) approximately." msgstr "" -"parti tòp introdukshon numériko (tèler) den bòm introdukshon numériko " -"(denominadó)" -#: TurtleArt/tabasics.py:614 -msgid "identity" -msgstr "identidat" +#: taextras.py:426 +msgid "digital write" +msgstr "" -#: TurtleArt/tabasics.py:616 -msgid "identity operator used for extending blocks" -msgstr "identidat operadonan husa pa ekspanshon di kuadrá" +#: taextras.py:427 +msgid "Write digital value to specified port." +msgstr "" -#: TurtleArt/tabasics.py:624 TurtleArt/tabasics.py:625 -msgid "mod" -msgstr "mod" +#: taextras.py:428 +msgid "digital read" +msgstr "" -#: TurtleArt/tabasics.py:628 -msgid "modular (remainder) operator" -msgstr "modular (restu) operador" +#: taextras.py:429 +msgid "Read value from digital port." +msgstr "" -#: TurtleArt/tabasics.py:635 -msgid "√" +#: taextras.py:430 +msgid "Set HIGH value for digital port." msgstr "" -#: TurtleArt/tabasics.py:636 -msgid "square root" -msgstr "vierkantswortel" +#: taextras.py:431 +msgid "Configure Arduino port for digital input." +msgstr "" -#: TurtleArt/tabasics.py:639 -#, fuzzy -msgid "calculates square root" -msgstr "kalkula raís kuadrá" +#: taextras.py:432 +msgid "Configure Arduino port to drive a servo." +msgstr "" -#: TurtleArt/tabasics.py:646 -msgid "random" -msgstr "random" +#: taextras.py:433 +msgid "Set LOW value for digital port." +msgstr "" -#: TurtleArt/tabasics.py:646 -msgid "min" -msgstr "min" +#: taextras.py:434 +msgid "Configure Arduino port for digital output." +msgstr "" -#: TurtleArt/tabasics.py:646 -msgid "max" -msgstr "max" +#: taextras.py:435 +msgid "Configure Arduino port for PWM (pulse-width modulation)." +msgstr "" -#: TurtleArt/tabasics.py:650 +#. TRANS: plugin to control an ExpEyes device +#: taextras.py:440 +msgid "Palette of Expeyes blocks" +msgstr "" + +#. TRANS: Programmable voltage output +#: taextras.py:442 +msgid "set PVS" +msgstr "" + +#: taextras.py:443 +msgid "set programmable voltage output" +msgstr "" + +#. TRANS: Square wave 1 voltage output +#: taextras.py:445 +msgid "set SQR1 voltage" +msgstr "" + +#: taextras.py:446 +msgid "set square wave 1 voltage output" +msgstr "" + +#. TRANS: Square wave 2 voltage output +#: taextras.py:448 +msgid "set SQR2 voltage" +msgstr "" + +#: taextras.py:449 +msgid "set square wave 2 voltage output" +msgstr "" + +#. TRANS: Digital output level +#: taextras.py:451 +msgid "set OD1" +msgstr "" + +#: taextras.py:452 +msgid "set digital output level (OD1) low (0) or high (1)" +msgstr "" + +#. TRANS: Input 1 voltage level +#: taextras.py:454 +msgid "IN1 level" +msgstr "" + +#: taextras.py:455 +msgid "" +"returns 1 if IN1 voltage level >2.5 volts, 0 if IN1 voltage level <= 2.5 " +"volts" +msgstr "" + +#. TRANS: Input 2 voltage level +#: taextras.py:458 +msgid "IN2 level" +msgstr "" + +#: taextras.py:459 +msgid "" +"returns 1 if IN2 voltage level >2.5 volts, 0 if IN2 voltage level <= 2.5 " +"volts" +msgstr "" + +#. TRANS: Resistive sensor voltage level +#: taextras.py:462 +msgid "SEN level" +msgstr "" + +#: taextras.py:463 +msgid "" +"returns 1 if resistive sensor (SEN) voltage level > 2.5 volts, 0 if SEN " +"voltage level <= 2.5 volts" +msgstr "" + +#: taextras.py:465 +msgid "capture" +msgstr "" + +#: taextras.py:466 +msgid "input" +msgstr "" + +#: taextras.py:467 #, fuzzy -msgid "returns random number between minimum (top) and maximum (bottom) values" +msgid "samples" msgstr "" -"returna kale number entre minimo (banda robes) i maksimo (banda drechi) " -"balor" +"#-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-#\n" +"#-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-#\n" +"#-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-#\n" +"#-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-#\n" +"Mònster" -#: TurtleArt/tabasics.py:662 -msgid "number" -msgstr "number" +#: taextras.py:468 +msgid "interval" +msgstr "" -#: TurtleArt/tabasics.py:663 -msgid "used as numeric input in mathematic operators" -msgstr "husa komo introdukshon mumériko den operadonan matemátiko" +#. TRANS: MS is microseconds +#: taextras.py:470 +msgid "" +"capture multiple samples from input at interval (MS); results pushed to FIFO" +msgstr "" -#: TurtleArt/tabasics.py:671 -msgid "greater than" -msgstr "mas grandi ku" +#. TRANS: Analog input 1 voltage level +#: taextras.py:473 +msgid "A1" +msgstr "" -#: TurtleArt/tabasics.py:674 -msgid "logical greater-than operator" -msgstr "logiko mas grandi-ku adaptadó" +#: taextras.py:474 +msgid "read analog input 1 voltage" +msgstr "" -#: TurtleArt/tabasics.py:683 -msgid "less than" -msgstr "menos ku" +#. TRANS: Analog input 2 voltage level +#: taextras.py:476 +msgid "A2" +msgstr "" -#: TurtleArt/tabasics.py:687 -msgid "logical less-than operator" -msgstr "logiko menos-ku adaptadó" +#: taextras.py:477 +msgid "read analog input 2 voltage" +msgstr "" -#: TurtleArt/tabasics.py:695 -msgid "equal" -msgstr "igual" +#. TRANS: Read input 1 voltage +#: taextras.py:479 +msgid "IN1" +msgstr "" -#: TurtleArt/tabasics.py:699 -msgid "logical equal-to operator" -msgstr "logiko Igual-na adaptadó" +#: taextras.py:480 +msgid "read input 1 voltage" +msgstr "" -#: TurtleArt/tabasics.py:705 -msgid "not" -msgstr "no" +#. TRANS: Read input 2 voltage +#: taextras.py:482 +msgid "IN2" +msgstr "" -#: TurtleArt/tabasics.py:708 -msgid "logical NOT operator" -msgstr "logiko NO adaptadó" +#: taextras.py:483 +msgid "read input 2 voltage" +msgstr "" -#: TurtleArt/tabasics.py:714 TurtleArt/tabasics.py:717 -msgid "and" -msgstr "i" +#. TRANS: Read analog sensor input voltage +#: taextras.py:485 +msgid "SEN" +msgstr "" -#: TurtleArt/tabasics.py:718 -msgid "logical AND operator" -msgstr "logiko Y adaptadó" +#: taextras.py:486 +msgid "read analog sensor input voltage" +msgstr "" -#: TurtleArt/tabasics.py:725 TurtleArt/tabasics.py:728 -msgid "or" -msgstr "òf" +#. TRANS: Read square wave 1 input voltage +#: taextras.py:488 +msgid "SQR1" +msgstr "" -#: TurtleArt/tabasics.py:729 -msgid "logical OR operator" -msgstr "logiko OF adaptadó" +#: taextras.py:489 +msgid "read square wave 1 voltage" +msgstr "" -#: TurtleArt/tabasics.py:738 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98 +#. TRANS: Read square wave 2 input voltage +#: taextras.py:491 +msgid "SQR2" +msgstr "" + +#: taextras.py:492 +msgid "read square wave 2 voltage" +msgstr "" + +#. TRANS: Read programmable voltage +#: taextras.py:494 +msgid "PVS" +msgstr "" + +#: taextras.py:495 +msgid "read programmable voltage" +msgstr "" + +#: taextras.py:496 +msgid "Expeyes device not found" +msgstr "" + +#: TurtleArt/taconstants.py:209 TurtleArt/taconstants.py:231 +#: TurtleArt/taconstants.py:252 TurtleArt/taconstants.py:294 +#: TurtleArt/taconstants.py:336 TurtleArt/taconstants.py:378 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:963 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:978 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:993 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1008 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1023 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1038 +msgid "Title" +msgstr "Título" + +#: TurtleArt/tabasics.py:446 +msgid "yellow" +msgstr "hel" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:679 +msgid "displays polar coordinates" +msgstr "mustra kordinantenan polar" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:493 +msgid "emptys FILO (first-in-last-out heap)" +msgstr "limpia FILO (first-in-last-out heap)" + +#: TurtleArt/tabasics.py:781 +msgid "if-then operator that uses boolean operators from Numbers palette" +msgstr "" +"Operador si- e ora ei ku ta usa operadornan boolean di e palèt di númbernan" + +#: TurtleArt/tabasics.py:812 #, fuzzy -msgid "Palette of flow operators" -msgstr "palèt di operador di flow" +msgid "jogs stack right" +msgstr "jog stack man drechi" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:141 +msgid "Sugar Journal media object" +msgstr "Objecto di media Sugar Journal" + +#: TurtleArt/tabasics.py:919 +msgid "box 2" +msgstr "kaha 2" + +#: TurtleArt/tabasics.py:909 +msgid "box 1" +msgstr "kaha 1" + +#: TurtleArtActivity.py:682 TurtleArtActivity.py:892 turtleblocks.py:401 +msgid "Step" +msgstr "Paso" + +#: TurtleArt/tabasics.py:592 +msgid "multiplies two numeric inputs" +msgstr "multiplika dos introdukshon mumériko" + +#: turtleblocks.py:394 +msgid "Show/hide blocks" +msgstr "Mustra/skonde blòki" + +#: TurtleArtActivity.py:280 TurtleArtActivity.py:882 turtleblocks.py:392 +msgid "Hide palette" +msgstr "Skonde palete" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:165 +#, fuzzy +msgid "Sugar Journal video object" +msgstr "Objecto oudio Sugar Journal" + +#: TurtleArt/tabasics.py:449 +msgid "cyan" +msgstr "cyan" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:881 +msgid "xcor of right of screen" +msgstr "xcor di banda drechi di pantaya" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:457 +#, fuzzy +msgid "Palette of extra options" +msgstr "palet pa optión ekstra" + +#: TurtleArt/tabasics.py:247 TurtleArt/tawindow.py:3863 +#: TurtleArt/tawindow.py:3869 TurtleArtActivity.py:605 +msgid "heading" +msgstr "titulo" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259 +msgid "saves turtle graphics as an SVG file in the Sugar Journal" +msgstr "warda e imágen di turtuga komo map di e diario di Sugar" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:198 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:211 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:226 +#, fuzzy +msgid "draws text or show media from the Journal" +msgstr "tou teksto of show media for di Journal" + +#: TurtleArt/tabasics.py:450 +msgid "blue" +msgstr "blou" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:671 +msgid "displays Cartesian coordinates" +msgstr "mustra kordinantenan di Cartesian" + +#: TurtleArt/tabasics.py:820 +#, fuzzy +msgid "jogs stack down" +msgstr "jog stack abou" + +#: TurtleArt/tabasics.py:628 +msgid "modular (remainder) operator" +msgstr "modular (restu) operador" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:949 +#, fuzzy +msgid "bottom y" +msgstr "abou" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256 +msgid "save SVG" +msgstr "warda SVG" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:624 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:640 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:656 +msgid "runs code found in the tamyblock.py module found in the Journal" +msgstr "ehekuta e código den e módulo tamyblock.py den e Journal" + +#: TurtleArt/tabasics.py:385 +msgid "pen down" +msgstr "pen abou" #: TurtleArt/tabasics.py:743 msgid "wait" msgstr "warda" -#: TurtleArt/tabasics.py:747 -msgid "pauses program execution a specified number of seconds" -msgstr "pousa e proseshon di e programa den un kantidat di sekònde spesifiká" +#: TurtleArt/tabasics.py:928 TurtleArt/tabasics.py:942 +msgid "box" +msgstr "kaha" -#: TurtleArt/tabasics.py:754 -msgid "forever" -msgstr "pa semper" +#: TurtleArt/tabasics.py:876 TurtleArt/tawindow.py:4139 +#, fuzzy +msgid "invokes named action stack" +msgstr "aplá akshon yamá stack" -#: TurtleArt/tabasics.py:758 +#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:863 +#: TurtleArt/tabasics.py:871 TurtleArt/tabasics.py:875 +#: TurtleArt/tawindow.py:1292 TurtleArt/tawindow.py:1371 +#: TurtleArt/tawindow.py:1384 TurtleArt/tawindow.py:1854 +#: TurtleArt/tawindow.py:4125 +msgid "action" +msgstr "akshon" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:117 #, fuzzy -msgid "loops forever" -msgstr "las pas semper" +msgid "do-until-True operator that uses boolean operators from Numbers palette" +msgstr "" +"operador si-e ora ei- sinó ku ta usa operadornan boolean di e palèt di " +"númbernan" -#: TurtleArt/tabasics.py:765 TurtleArt/tabasics.py:769 -msgid "repeat" -msgstr "ripití" +#: TurtleArt/tabasics.py:922 +msgid "Variable 2 (numeric value)" +msgstr "Variabel 2 (balor numériko)" -#: TurtleArt/tabasics.py:770 +#: TurtleArt/tabasics.py:601 +msgid "divide" +msgstr "parti" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:247 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:258 +msgid "picture name" +msgstr "nòmber di imágen" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:106 +msgid "while" +msgstr "tanten/mientras" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:873 +msgid "the canvas width" +msgstr "hanchura di kèimas" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:529 #, fuzzy -msgid "loops specified number of times" -msgstr "las spesifika barios bes" +msgid "empty heap?" +msgstr "monton bashi" -#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789 -msgid "if" -msgstr "si" +#: TurtleArt/tabasics.py:948 TurtleArt/tawindow.py:4166 +msgid "named variable (numeric value)" +msgstr "variabel nombrá (balor numériko )" -#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789 -msgid "then" -msgstr "despues" +#: TurtleArt/tawindow.py:1000 TurtleArt/tawindow.py:1470 +msgid "next" +msgstr "siguiente" #: TurtleArt/tabasics.py:779 msgid "if then" msgstr "si ora" -#: TurtleArt/tabasics.py:781 -msgid "if-then operator that uses boolean operators from Numbers palette" +#: TurtleArt/tabasics.py:394 +msgid "set pen size" +msgstr "instala tamánjo di pen" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:819 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:981 +msgid "presentation template: select Journal object (no description)" +msgstr "presentashon patronchi: selekta opheto Journal (no déskripshon)" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:116 +msgid "until" +msgstr "te ora ku" + +#: TurtleArt/tabasics.py:1000 +msgid "permanently deletes items in trash" +msgstr "kita e artíkulonan for di trash bin permanentemente" + +#: TurtleArt/tabasics.py:958 +#, fuzzy +msgid "top of Action 1 stack" +msgstr "tòp di akshon 1 stack" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 +#, fuzzy +msgid "" +"a programmable block: used to add advanced single-variable math equations, e." +"g., sin(x)" msgstr "" -"Operador si- e ora ei ku ta usa operadornan boolean di e palèt di númbernan" +"un blòki programabel: usá pa agregá single-variable matemátika, por ehèmpel, " +"sin(x)" -#: TurtleArt/tabasics.py:789 -msgid "else" -msgstr "sinó" +#: TurtleArt/tabasics.py:738 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98 +#, fuzzy +msgid "Palette of flow operators" +msgstr "palèt di operador di flow" -#: TurtleArt/tabasics.py:793 TurtleArt/tabasics.py:801 -msgid "if then else" -msgstr "si no" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:716 +msgid "top of a collapsed stack" +msgstr "tòp di e pila doblá" #: TurtleArt/tabasics.py:794 TurtleArt/tabasics.py:802 msgid "if-then-else operator that uses boolean operators from Numbers palette" @@ -558,45 +1755,377 @@ msgstr "" "operador si-e ora ei- sinó ku ta usa operadornan boolean di e palèt di " "númbernan" +#: TurtleArt/tabasics.py:359 +msgid "holds current pen shade" +msgstr "mantane e sombra di e pèn" + +# +#: TurtleArt/tabasics.py:213 +msgid "set heading" +msgstr "instala titulo" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 +#, fuzzy +msgid "declutters canvas by hiding blocks" +msgstr "drecha e tela dor di skonde blòkinan" + +#: TurtleArtActivity.py:892 +msgid "w" +msgstr "w" + +#: TurtleArtActivity.py:890 +msgid "r" +msgstr "r" + +#: TurtleArtActivity.py:895 +msgid "s" +msgstr "s" + +#: TurtleArtActivity.py:883 +msgid "p" +msgstr "p" + +#: TurtleArtActivity.py:888 +msgid "e" +msgstr "e" + #: TurtleArt/tabasics.py:811 msgid "horizontal space" msgstr "espasio horizontal" -#: TurtleArt/tabasics.py:812 -#, fuzzy -msgid "jogs stack right" -msgstr "jog stack man drechi" +#: TurtleArt/tabasics.py:856 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:189 +msgid "string value" +msgstr "balor di string" -#: TurtleArt/tabasics.py:819 -msgid "vertical space" -msgstr "espasio vertikal" +#: TurtleArt/talogo.py:570 +msgid "I don't know how to" +msgstr "Mi no sa kon ta hasi'é" -#: TurtleArt/tabasics.py:820 +#: TurtleArt/tabasics.py:471 +msgid "set text size" +msgstr "instala tamánjo di teksto" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:833 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1026 +msgid "presentation template: select four Journal objects" +msgstr "presentashon patronchi: selekta kuater opheto Journal" + +#: TurtleArtActivity.py:546 TurtleArtActivity.py:575 TurtleArtActivity.py:678 +#: TurtleArtActivity.py:747 turtleblocks.py:382 +msgid "View" +msgstr "Mira" + +#: TurtleArt/tabasics.py:340 #, fuzzy -msgid "jogs stack down" -msgstr "jog stack abou" +msgid "sets gray level of the line drawn by the turtle" +msgstr "instala sombra di e linia dibuga ku e turtuga" #: TurtleArt/tabasics.py:826 msgid "stop action" msgstr "stop akshon" +#: TurtleArt/tabasics.py:448 +msgid "green" +msgstr "bèrdè" + +#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:299 +#: TurtleArt/tabasics.py:358 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1154 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1159 +msgid "shade" +msgstr "sombra" + +#: TurtleArt/tabasics.py:291 TurtleArt/tabasics.py:303 +msgid "fills the background with (color, shade)" +msgstr "jena e fondo ku ( kóló, sombra)" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245 +msgid "save picture" +msgstr "warda imágen" + +#: plugins/audio_sensors/audio_sensors.py:119 +#: plugins/audio_sensors/audio_sensors.py:127 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316 +msgid "pitch" +msgstr "altura di tono" + +#: TurtleArtActivity.py:451 TurtleArtActivity.py:608 TurtleArtActivity.py:755 +msgid "Rescale coordinates up" +msgstr "Subi e skala di kordinantenan" + +#: TurtleArt/tabasics.py:376 +msgid "pen up" +msgstr "Pen ariba" + +#: TurtleArt/tabasics.py:444 +msgid "orange" +msgstr "oraño" + +#: TurtleArt/tabasics.py:747 +msgid "pauses program execution a specified number of seconds" +msgstr "pousa e proseshon di e programa den un kantidat di sekònde spesifiká" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:467 +#, fuzzy +msgid "pushes value onto FILO (first-in last-out heap)" +msgstr "" +"pusha balor riba monton FILO (first-in last-out) (promé-aden delaster-afó)" + +#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789 +msgid "then" +msgstr "despues" + +#: TurtleArt/tabasics.py:705 +msgid "not" +msgstr "no" + +#: TurtleArt/tabasics.py:793 TurtleArt/tabasics.py:801 +msgid "if then else" +msgstr "si no" + #: TurtleArt/tabasics.py:829 msgid "stops current action" msgstr "stòp e akshon/proseso aktual" -#: TurtleArt/tabasics.py:838 +#: TurtleArt/tabasics.py:178 #, fuzzy -msgid "Palette of variable blocks" -msgstr "palèt pa kuadrá variabel" +msgid "turns turtle clockwise (angle in degrees)" +msgstr "bira e turtuga direkshon di oloshi (huki den grado)" -#: TurtleArt/tabasics.py:843 pysamples/grecord.py:213 -msgid "start" -msgstr "start" +#: TurtleArt/tabasics.py:368 +#, fuzzy +msgid "holds current gray level (can be used in place of a number block)" +msgstr "mantene balor di skal (por wordu huza oa luga di un blók di number)" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:857 +msgid "xcor of left of screen" +msgstr "xcor di e pantaya banda robes" + +#: turtleblocks.py:376 +msgid "Reset block size" +msgstr "Reset e tamaño blòki" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:685 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:756 +msgid "turtle" +msgstr "Turtuga" + +#: TurtleArt/tapalette.py:97 +msgid "displays next palette" +msgstr "mustra siguiente palèt" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:772 +msgid "hide blocks" +msgstr "skonde blòkinan" + +#: TurtleArt/tabasics.py:687 +msgid "logical less-than operator" +msgstr "logiko menos-ku adaptadó" + +#: TurtleArt/tabasics.py:1005 +msgid "restore all blocks from trash" +msgstr "restourá tur e blòkinan for di trash bin" + +#: turtleblocks.py:356 +msgid "Save" +msgstr "Warda" + +#: TurtleArt/tabasics.py:883 +msgid "store in box 1" +msgstr "warda den kaha 1" + +#: TurtleArt/tabasics.py:896 +msgid "store in box 2" +msgstr "warda den kaha 2" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:791 +msgid "hides the Sugar toolbars" +msgstr "skonde e Sugar toolbars" + +#: TurtleArt/tabasics.py:226 +msgid "" +"holds current x-coordinate value of the turtle (can be used in place of a " +"number block)" +msgstr "" +"mantené balor kordinado-x aktual di e turtuga (por wòrdú huza na luga di un " +"blòk di number)" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549 +msgid "print" +msgstr "print" + +#: TurtleArtActivity.py:166 TurtleArtActivity.py:709 TurtleArtActivity.py:823 +#: TurtleArtActivity.py:853 turtleblocks.py:360 +msgid "Save as Logo" +msgstr "Warda komo Logo" + +#: TurtleArt/tabasics.py:317 +#, fuzzy +msgid "sets color of the line drawn by the turtle" +msgstr "instala kóló di e linia dibuga ku e turtuga" + +#: TurtleArt/tabasics.py:460 +msgid "set text color" +msgstr "instala color di teksto" + +#: TurtleArt/tabasics.py:662 +msgid "number" +msgstr "number" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:379 +msgid "query keyboard" +msgstr "konsulta teklado" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:886 +msgid "top" +msgstr "tòp" + +#: TurtleArtActivity.py:596 TurtleArtActivity.py:749 turtleblocks.py:366 +msgid "Cartesian coordinates" +msgstr "Kordinantenan Certesian" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234 +msgid "set scale" +msgstr "instala skaal" + +#: TurtleArt/tabasics.py:453 +#, fuzzy +msgid "white" +msgstr "tanten/mientras" #: TurtleArt/tabasics.py:846 msgid "connects action to toolbar run buttons" msgstr "konekta akshon na toolbar run buttons" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897 +msgid "the canvas height" +msgstr "haltura di kèimas" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:994 +msgid "presentation 2x1" +msgstr "presentashon 2x1" + +#: TurtleArt/tabasics.py:575 +msgid "minus" +msgstr "menos/kita" + +#: TurtleArt/tabasics.py:714 TurtleArt/tabasics.py:717 +msgid "and" +msgstr "i" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126 +msgid "top of a collapsible stack" +msgstr "tòp di e pila doblabel" + +#: TurtleArt/talogo.py:624 +msgid "as input" +msgstr "komo entrada" + +#: TurtleArt/tabasics.py:427 +msgid "holds current pen size (can be used in place of a number block)" +msgstr "" +"mantene tamaño aktual di pen ( por wordu husa na luga di un kuadrá di number)" + +#: TurtleArt/tabasics.py:313 +msgid "set color" +msgstr "instala kóló" + +#: TurtleArt/tabasics.py:646 +msgid "min" +msgstr "min" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:735 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:746 +#, fuzzy +msgid "loads a block" +msgstr "karga mi blòki" + +#: TurtleArt/tabasics.py:282 +#, fuzzy +msgid "Palette of pen commands" +msgstr "palèt di komandonan pa pèn" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:480 +#, fuzzy +msgid "shows values in FILO (first-in last-out heap)" +msgstr "" +"pusha balor riba monton FILO (first-in last-out) (promé-aden delaster-afó)" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:107 +#, fuzzy +msgid "do-while-True operator that uses boolean operators from Numbers palette" +msgstr "" +"operador si-e ora ei- sinó ku ta usa operadornan boolean di e palèt di " +"númbernan" + +#: turtleblocks.py:363 +msgid "File" +msgstr "File" + +#: TurtleArt/tabasics.py:708 +msgid "logical NOT operator" +msgstr "logiko NO adaptadó" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:865 +msgid "ycor of bottom of screen" +msgstr "ycor di fondo di pantaya" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:966 +msgid "presentation template: select Journal object (with description)" +msgstr "presentashon patronchi: selekta opheto Journal (ku déskriphon)" + +#: TurtleArt/tabasics.py:557 +#, fuzzy +msgid "Palette of numeric operators" +msgstr "palèt operado pa number" + +#: TurtleArt/tabasics.py:589 +msgid "multiply" +msgstr "multipliká" + +#: TurtleArt/tabasics.py:754 +msgid "forever" +msgstr "pa semper" + +#: TurtleArt/tabasics.py:329 +#, fuzzy +msgid "sets shade of the line drawn by the turtle" +msgstr "instala sombra di e linia dibuga ku e turtuga" + +#: TurtleArtActivity.py:211 +msgid "snapshot" +msgstr "portrèt/snapshot" + +#: TurtleArt/tabasics.py:151 +msgid "clean" +msgstr "Limpia" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:847 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:996 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1011 +msgid "presentation template: select two Journal objects" +msgstr "presentashon patronchi: selekta dos opheto Journal" + +#: TurtleArtActivity.py:611 TurtleArtActivity.py:757 turtleblocks.py:372 +msgid "Grow blocks" +msgstr "Amplia blòkinan" + +#: TurtleArtActivity.py:594 TurtleArtActivity.py:748 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789 +msgid "Fullscreen" +msgstr "Pantaya kompleto" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222 +msgid "show" +msgstr "Mustra" + #: TurtleArt/tabasics.py:853 TurtleArt/tabasics.py:854 #: TurtleArt/tabasics.py:855 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:186 @@ -608,73 +2137,552 @@ msgstr "konekta akshon na toolbar run buttons" msgid "text" msgstr "teksto" -#: TurtleArt/tabasics.py:856 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:189 -msgid "string value" -msgstr "balor di string" +#: TurtleArt/tabasics.py:646 +msgid "random" +msgstr "random" -#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:863 -#: TurtleArt/tabasics.py:871 TurtleArt/tabasics.py:875 -#: TurtleArt/tawindow.py:1292 TurtleArt/tawindow.py:1371 -#: TurtleArt/tawindow.py:1384 TurtleArt/tawindow.py:1854 -#: TurtleArt/tawindow.py:4125 -msgid "action" -msgstr "akshon" +#: TurtleArt/tabasics.py:674 +msgid "logical greater-than operator" +msgstr "logiko mas grandi-ku adaptadó" -#: TurtleArt/tabasics.py:865 -msgid "top of nameable action stack" -msgstr "tòp eligibel di akshon stack" +#: TurtleArt/tabasics.py:166 +#, fuzzy +msgid "turns turtle counterclockwise (angle in degrees)" +msgstr "bira e turtuga contrali di oloshi (huki den grado)" -#: TurtleArt/tabasics.py:876 TurtleArt/tawindow.py:4139 +#: TurtleArt/tabasics.py:454 #, fuzzy -msgid "invokes named action stack" -msgstr "aplá akshon yamá stack" +msgid "black" +msgstr "Bèk" -#: TurtleArt/tabasics.py:883 -msgid "store in box 1" -msgstr "warda den kaha 1" +#: TurtleArt/tabasics.py:639 +#, fuzzy +msgid "calculates square root" +msgstr "kalkula raís kuadrá" + +#: TurtleArt/tabasics.py:237 +msgid "" +"holds current y-coordinate value of the turtle (can be used in place of a " +"number block)" +msgstr "" +"mantené balor kordinado-y aktual di e turtuga (por wordu huza na luga di un " +"blòk di number)" + +#: pysamples/grecord.py:215 +#, fuzzy +msgid "stop" +msgstr "tòp" + +#: TurtleArt/tabasics.py:671 +msgid "greater than" +msgstr "mas grandi ku" + +#: TurtleArt/tabasics.py:225 TurtleArt/tawindow.py:3862 +#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:604 +msgid "xcor" +msgstr "xcor" + +#: TurtleArtActivity.py:687 turtleblocks.py:408 util/helpbutton.py:45 +msgid "Help" +msgstr "Ousilio" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689 +msgid "chooses which turtle to command" +msgstr "Skohe e turtuga ku bo ta bai komandá" + +#: TurtleArt/tabasics.py:463 +#, fuzzy +msgid "sets color of text drawn by the turtle" +msgstr "instala kóló di e linia dibuga ku e turtuga" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388 +msgid "keyboard" +msgstr "keyboard" + +#: TurtleArt/tabasics.py:186 +msgid "arc" +msgstr "arko/bog" + +#: TurtleArt/tabasics.py:186 +msgid "radius" +msgstr "radio" + +#: TurtleArtActivity.py:598 TurtleArtActivity.py:751 turtleblocks.py:368 +msgid "Polar coordinates" +msgstr "Kordinantenan Polar" + +#: TurtleArt/tabasics.py:325 +msgid "set shade" +msgstr "instala sombra" + +#: TurtleArt/tabasics.py:718 +msgid "logical AND operator" +msgstr "logiko Y adaptadó" + +#: TurtleArtActivity.py:681 TurtleArtActivity.py:890 turtleblocks.py:400 +msgid "Run" +msgstr "Run" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:477 +msgid "show heap" +msgstr "mustra monton" + +#: TurtleArt/tabasics.py:217 +#, fuzzy +msgid "sets the heading of the turtle (0 is towards the top of the screen.)" +msgstr "instalá e direkshon di e turtuga (0 ta tòp di e pantaya.)" + +#: plugins/audio_sensors/audio_sensors.py:91 +#: plugins/audio_sensors/audio_sensors.py:106 +msgid "microphone input volume" +msgstr "entrada di volúmen di e mikrofón" + +#: gnome_plugins/uploader_plugin.py:120 +msgid "Title:" +msgstr "Título:" + +#: TurtleArtActivity.py:591 +#, fuzzy +msgid "Restore blocks from trash" +msgstr "restourá tur e blòkinan for di trash bin" + +#: TurtleArt/tabasics.py:838 +#, fuzzy +msgid "Palette of variable blocks" +msgstr "palèt pa kuadrá variabel" + +#: TurtleArt/tabasics.py:663 +msgid "used as numeric input in mathematic operators" +msgstr "husa komo introdukshon mumériko den operadonan matemátiko" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1024 +msgid "presentation 2x2" +msgstr "presentashon 2x2" + +#: TurtleArt/tabasics.py:912 +msgid "Variable 1 (numeric value)" +msgstr "Variabel 1 (balor numériko)" + +#: TurtleArt/tabasics.py:567 +#, fuzzy +msgid "adds two alphanumeric inputs" +msgstr "agrega dos introdukshon numériko" + +#: TurtleArt/tabasics.py:695 +msgid "equal" +msgstr "igual" + +#: TurtleArt/tabasics.py:789 +msgid "else" +msgstr "sinó" + +#: TurtleArt/talogo.py:624 +msgid "doesn't like" +msgstr "no ta gusta" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:783 +msgid "restores hidden blocks" +msgstr "restourá e blòkinan skondé" + +#: TurtleArt/tabasics.py:379 +#, fuzzy +msgid "Turtle will not draw when moved." +msgstr "turtuga no ta pinta si mové" + +#. #-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-# +#. #-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-# +#. TRANS: pop removes a new item from the program stack +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:504 +msgid "pop" +msgstr "pop" + +#: TurtleArt/tabasics.py:426 +msgid "pen size" +msgstr "tamánjo di pen" + +#: TurtleArt/tabasics.py:190 +msgid "moves turtle along an arc" +msgstr "move turtuga kantu di un boog" + +#: TurtleArt/tabasics.py:699 +msgid "logical equal-to operator" +msgstr "logiko Igual-na adaptadó" + +#: TurtleArt/tabasics.py:441 +msgid "Palette of pen colors" +msgstr "palèt di pen di koló" #: TurtleArt/tabasics.py:888 #, fuzzy msgid "stores numeric value in Variable 1" msgstr "warda balor numériko den variabel 1" -#: TurtleArt/tabasics.py:896 -msgid "store in box 2" -msgstr "warda den kaha 2" - #: TurtleArt/tabasics.py:901 #, fuzzy msgid "stores numeric value in Variable 2" msgstr "warda balor numériko den variabel 2" -#: TurtleArt/tabasics.py:909 -msgid "box 1" -msgstr "kaha 1" +#: TurtleArt/tabasics.py:143 +msgid "moves turtle backward" +msgstr "move turtuga bai patras" -#: TurtleArt/tabasics.py:912 -msgid "Variable 1 (numeric value)" -msgstr "Variabel 1 (balor numériko)" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:889 +msgid "ycor of top of screen" +msgstr "ycor di e tòp di pantaya" -#: TurtleArt/tabasics.py:919 -msgid "box 2" -msgstr "kaha 2" +#: TurtleArt/talogo.py:384 TurtleArtActivity.py:322 TurtleArtActivity.py:684 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1485 +msgid "Show blocks" +msgstr "Mustra blòkkinan" -#: TurtleArt/tabasics.py:922 -msgid "Variable 2 (numeric value)" -msgstr "Variabel 2 (balor numériko)" +#: pysamples/grecord.py:219 +#, fuzzy +msgid "save" +msgstr "Warda" + +#: gnome_plugins/collaboration_plugin.py:304 +#, fuzzy +msgid "Colors" +msgstr "kóló" + +#: TurtleArt/tabasics.py:398 +#, fuzzy +msgid "sets size of the line drawn by the turtle" +msgstr "instala tamaño di e liñaá pinta ku e morkoi" + +#: turtleblocks.py:355 +msgid "Open" +msgstr "Habri" + +#: TurtleArt/tawindow.py:989 TurtleArt/tawindow.py:990 +msgid "orientation" +msgstr "orientashon" + +#: TurtleArt/tabasics.py:236 TurtleArt/tawindow.py:3862 +#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:605 +msgid "ycor" +msgstr "ycor" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596 +msgid "" +"a programmable block: used to add advanced multi-variable math equations, e." +"g., sqrt(x*x+y*y)" +msgstr "" +"un blòki programabel: usá pa agregá multi-variable matemátika, por ehèmpel, " +"sin(x)sqrt(x*x+y*y)" + +#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789 +msgid "if" +msgstr "si" + +#: TurtleArt/tabasics.py:203 TurtleArt/tabasics.py:269 +#, fuzzy +msgid "" +"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." +msgstr "" +"move turtuga na posishon xcor, ycor; (0, 0) ta den e centro di e pantaya." + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:579 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606 +msgid "Python" +msgstr "Pitòn" + +#: TurtleArtActivity.py:688 turtleblocks.py:403 +msgid "Stop" +msgstr "Stòp" + +#: TurtleArt/tabasics.py:964 TurtleArt/tabasics.py:984 +msgid "action 2" +msgstr "akshon 2" + +#: TurtleArt/tabasics.py:955 TurtleArt/tabasics.py:974 +msgid "action 1" +msgstr "akshon 1" + +#: TurtleArtActivity.py:587 TurtleArtActivity.py:731 turtleblocks.py:385 +msgid "Copy" +msgstr "Kopia" + +#: TurtleArtActivity.py:589 TurtleArtActivity.py:732 turtleblocks.py:386 +msgid "Paste" +msgstr "Pega" + +#: TurtleArt/talogo.py:511 +msgid "did not output to" +msgstr "no ta transferí na" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:490 +msgid "empty heap" +msgstr "monton bashi" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508 +#, fuzzy +msgid "pops value off FILO (first-in last-out heap)" +msgstr "" +"pusha balor riba monton FILO (first-in last-out) (promé-aden delaster-afó)" + +#: TurtleArtActivity.py:680 TurtleArtActivity.py:888 turtleblocks.py:399 +msgid "Clean" +msgstr "Limpia" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:765 +#, fuzzy +msgid "Palette of presentation templates" +msgstr "palèt pa presentashon di patronchi" + +#: TurtleArt/tabasics.py:186 +msgid "angle" +msgstr "huki" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151 +msgid "audio" +msgstr "oudio" + +#: turtleblocks.py:396 +msgid "Tools" +msgstr "Instrumentonan" + +#: TurtleArt/tabasics.py:162 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854 +msgid "left" +msgstr "robes" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:539 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541 +msgid "comment" +msgstr "komentario" + +#: TurtleArt/tabasics.py:578 +msgid "subtracts bottom numeric input from top numeric input" +msgstr "déskonta introdukshon mumériko abou for di introdukshon mumériko ariba" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:381 +msgid "query for keyboard input (results stored in keyboard block)" +msgstr "" +"signo di enterogashon pa introdukshon di keyboard (resultado warda den blóki " +"keyboard)" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669 +msgid "Cartesian" +msgstr "Cartesian" + +#: plugins/audio_sensors/audio_sensors.py:157 +#: plugins/audio_sensors/audio_sensors.py:171 +#: plugins/audio_sensors/audio_sensors.py:185 +#: plugins/audio_sensors/audio_sensors.py:199 +msgid "voltage" +msgstr "vòltahe" + +#: TurtleArt/tabasics.py:154 +msgid "clears the screen and reset the turtle" +msgstr "limpia e pantaya y start e turtuga di nobo" + +#: TurtleArt/tabasics.py:977 +#, fuzzy +msgid "invokes Action 1 stack" +msgstr "apelá akshon 1 stack" + +#: TurtleArt/tabasics.py:123 +#, fuzzy +msgid "Palette of turtle commands" +msgstr "palèt di komandonan pa tortuga" + +#: TurtleArt/tabasics.py:758 +#, fuzzy +msgid "loops forever" +msgstr "las pas semper" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:207 +msgid "show aligned" +msgstr "mustra aliniá" + +#: TurtleArt/tawindow.py:3868 pysamples/grecord.py:205 +msgid "Turtle Art" +msgstr "Arte di turtuga" + +#: TurtleArtActivity.py:573 TurtleArtActivity.py:679 +msgid "Project" +msgstr "Projecto" + +#: turtleblocks.py:402 +msgid "Debug" +msgstr "Debug" + +#: TurtleArt/tabasics.py:819 +msgid "vertical space" +msgstr "espasio vertikal" + +#: TurtleArt/tabasics.py:683 +msgid "less than" +msgstr "menos ku" + +#: TurtleArt/tabasics.py:636 +msgid "square root" +msgstr "vierkantswortel" + +#: turtleblocks.py:370 +msgid "Rescale coordinates" +msgstr "Adaptá skala di kordinantenan" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781 +msgid "show blocks" +msgstr "Mustra blòkinan" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:177 +msgid "Sugar Journal description field" +msgstr "Deskripshon di fèlt Sugar Journal" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1039 +msgid "presentation bulleted list" +msgstr "lista ku puntonan di presentashon" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:543 +msgid "places a comment in your code" +msgstr "pone un komentario na bo kodíko" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:266 +msgid "scale" +msgstr "skaal" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:862 +msgid "bottom" +msgstr "abou" + +#: TurtleArt/tabasics.py:451 +msgid "purple" +msgstr "lila" + +#: TurtleArtActivity.py:447 +msgid "Rescale coordinates down" +msgstr "Baha e skala di kordinantenan" + +#: TurtleArt/tautils.py:483 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:713 +msgid "click to open" +msgstr "Klek pa habri" + +#: plugins/audio_sensors/audio_sensors.py:120 +#: plugins/audio_sensors/audio_sensors.py:128 +msgid "microphone input pitch" +msgstr "entrada di mikrofón pa altura di tono" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:140 +msgid "journal" +msgstr "diaro" + +#: TurtleArt/tabasics.py:999 +msgid "empty trash" +msgstr "Kita e restantenan" + +#: TurtleArt/tabasics.py:388 +#, fuzzy +msgid "Turtle will draw when moved." +msgstr "turtuga ta pinta si mové" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:153 +msgid "Sugar Journal audio object" +msgstr "Objecto oudio Sugar Journal" + +#: TurtleArt/talogo.py:374 TurtleArtActivity.py:683 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1492 +msgid "Stop turtle" +msgstr "Stòp turtuga" + +#: turtleblocks.py:404 +msgid "Turtle" +msgstr "Turtuga" + +#: TurtleArt/tapalette.py:98 +msgid "changes the orientation of the palette of blocks" +msgstr "kambia e orientashon di e palèt di blòkinan" #: TurtleArt/tabasics.py:928 TurtleArt/tawindow.py:4189 msgid "store in" msgstr "waarda den" -#: TurtleArt/tabasics.py:928 TurtleArt/tabasics.py:942 -msgid "box" -msgstr "kaha" +#: TurtleArt/talogo.py:388 TurtleArtActivity.py:326 TurtleArtActivity.py:894 +msgid "Hide blocks" +msgstr "Skonde blóks" -#: TurtleArt/tabasics.py:928 TurtleArt/tawindow.py:4189 -msgid "value" -msgstr "balor" +#: TurtleArt/tabasics.py:563 +msgid "plus" +msgstr "mas" + +#: TurtleArt/tabasics.py:725 TurtleArt/tabasics.py:728 +msgid "or" +msgstr "òf" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:812 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1041 +#, fuzzy +msgid "presentation template: list of bullets" +msgstr "presentashon patronchi: shete bala di skopèt" + +#: TurtleArt/tabasics.py:616 +msgid "identity operator used for extending blocks" +msgstr "identidat operadonan husa pa ekspanshon di kuadrá" + +#: TurtleArtActivity.py:613 TurtleArtActivity.py:758 turtleblocks.py:374 +msgid "Shrink blocks" +msgstr "Redusí blòkinan" + +#: TurtleArt/tabasics.py:474 +#, fuzzy +msgid "sets size of text drawn by the turtle" +msgstr "instala midí di e linia dibuga ku e turtuga" + +#: TurtleArt/tabasics.py:248 +msgid "" +"holds current heading value of the turtle (can be used in place of a number " +"block)" +msgstr "" +"mantené balor direkshon aktual di e turtuga (por wordu huza na luga di un " +"blók di number)" + +#: TurtleArt/tawindow.py:3977 +msgid "image" +msgstr "imágen" + +#: TurtleArt/tabasics.py:650 +#, fuzzy +msgid "returns random number between minimum (top) and maximum (bottom) values" +msgstr "" +"returna kale number entre minimo (banda robes) i maksimo (banda drechi) balor" + +#: TurtleArt/tabasics.py:349 +msgid "holds current pen color (can be used in place of a number block)" +msgstr "" +"mantene kóló aktual di pen ( por wordu husa na luga di un kuadrá di number)" + +#: TurtleArtActivity.py:274 turtleblocks.py:390 +msgid "Show palette" +msgstr "Mustra palèt" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:248 +msgid "saves a picture to the Sugar Journal" +msgstr "warda e imágen na e diario di Sugar" + +#: TurtleArtActivity.py:219 TurtleArtActivity.py:643 TurtleArtActivity.py:685 +#: TurtleArtActivity.py:829 TurtleArtActivity.py:856 +msgid "Save snapshot" +msgstr "Warda portrèt" + +#: TurtleArt/tabasics.py:843 pysamples/grecord.py:213 +msgid "start" +msgstr "start" + +#: TurtleArt/tabasics.py:132 +#, fuzzy +msgid "moves turtle forward" +msgstr "move turtuga pa dilanti" + +#: TurtleArt/tabasics.py:128 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:723 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734 +msgid "forward" +msgstr "Dilanti" #: TurtleArt/tabasics.py:932 TurtleArt/tabasics.py:945 #: TurtleArt/tawindow.py:1296 TurtleArt/tawindow.py:1409 @@ -683,125 +2691,217 @@ msgstr "balor" msgid "my box" msgstr "mi vak" -#: TurtleArt/tabasics.py:933 TurtleArt/tawindow.py:4194 +#: TurtleArt/tabasics.py:139 +msgid "back" +msgstr "Bèk" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:238 #, fuzzy -msgid "stores numeric value in named variable" -msgstr "warda balor numériko den nomber variabel" +msgid "sets the scale of media" +msgstr "instala e skal di media" -#: TurtleArt/tabasics.py:948 TurtleArt/tawindow.py:4166 -msgid "named variable (numeric value)" -msgstr "variabel nombrá (balor numériko )" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270 +msgid "holds current scale value" +msgstr "mantene e balor di e skala aktual" -#: TurtleArt/tabasics.py:955 TurtleArt/tabasics.py:974 -msgid "action 1" -msgstr "akshon 1" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:964 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:979 +msgid "presentation 1x1" +msgstr "presentashon 1x1" -#: TurtleArt/tabasics.py:958 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1009 +msgid "presentation 1x2" +msgstr "presentashon 1x2" + +#: TurtleArt/tabasics.py:865 +msgid "top of nameable action stack" +msgstr "tòp eligibel di akshon stack" + +#: TurtleArt/tabasics.py:933 TurtleArt/tawindow.py:4194 #, fuzzy -msgid "top of Action 1 stack" -msgstr "tòp di akshon 1 stack" +msgid "stores numeric value in named variable" +msgstr "warda balor numériko den nomber variabel" -#: TurtleArt/tabasics.py:964 TurtleArt/tabasics.py:984 -msgid "action 2" -msgstr "akshon 2" +#: TurtleArt/tabasics.py:729 +msgid "logical OR operator" +msgstr "logiko OF adaptadó" -#: TurtleArt/tabasics.py:967 +#: plugins/audio_sensors/audio_sensors.py:158 +#: plugins/audio_sensors/audio_sensors.py:172 +#: plugins/audio_sensors/audio_sensors.py:186 +#: plugins/audio_sensors/audio_sensors.py:200 #, fuzzy -msgid "top of Action 2 stack" -msgstr "tòp di akshon 2 stack" +msgid "microphone input voltage" +msgstr "entrada di volúmen di e mikrofón" -#: TurtleArt/tabasics.py:977 +#: TurtleArt/tabasics.py:770 #, fuzzy -msgid "invokes Action 1 stack" -msgstr "apelá akshon 1 stack" +msgid "loops specified number of times" +msgstr "las spesifika barios bes" #: TurtleArt/tabasics.py:987 #, fuzzy msgid "invokes Action 2 stack" msgstr "apelá akshon 2 stack" -#: TurtleArt/tabasics.py:995 -msgid "trash" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:745 +#, fuzzy +msgid "setxy" +msgstr "instala xy" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:913 +msgid "title y" +msgstr "título y" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:904 +msgid "title x" +msgstr "título x" + +#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298 +msgid "fill screen" +msgstr "Jena pantaja" + +#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 +msgid "set xy" +msgstr "instala xy" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:677 +msgid "polar" +msgstr "polar" + +#: TurtleArt/tabasics.py:765 TurtleArt/tabasics.py:769 +msgid "repeat" +msgstr "ripití" + +#: TurtleArtActivity.py:203 TurtleArtActivity.py:708 TurtleArtActivity.py:820 +#: TurtleArtActivity.py:850 turtleblocks.py:358 +msgid "Save as image" +msgstr "Warda komo imagen" + +#: TurtleArtActivity.py:541 TurtleArtActivity.py:577 TurtleArtActivity.py:677 +#: TurtleArtActivity.py:730 turtleblocks.py:387 +msgid "Edit" +msgstr "Edita" + +#: TurtleArt/tabasics.py:967 +#, fuzzy +msgid "top of Action 2 stack" +msgstr "tòp di akshon 2 stack" + +#: TurtleArt/tabasics.py:604 +msgid "" +"divides top numeric input (numerator) by bottom numeric input (denominator)" msgstr "" +"parti tòp introdukshon numériko (tèler) den bòm introdukshon numériko " +"(denominadó)" -#: TurtleArt/tabasics.py:999 -msgid "empty trash" -msgstr "Kita e restantenan" +#: TurtleArt/tabasics.py:646 +msgid "max" +msgstr "max" -#: TurtleArt/tabasics.py:1000 -msgid "permanently deletes items in trash" -msgstr "kita e artíkulonan for di trash bin permanentemente" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:553 +msgid "prints value in status block at bottom of the screen" +msgstr "print balor den blóki státus den fondo di e pantaya" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:392 +#, fuzzy +msgid "holds results of query-keyboard block as ASCII" +msgstr "mantene resultado di signo di blóki enterogashon-keyboard" + +#. #-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-# +#. #-#-#-#-# pap.po (PACKAGE VERSION) #-#-#-#-# +#. TRANS: push adds a new item to the program stack +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:464 +msgid "push" +msgstr "Primi" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:610 +#, fuzzy +msgid "" +"a programmable block: used to add advanced multi-variable math equations, e." +"g., sin(x+y+z)" +msgstr "" +"un blòki programabel: usá pa agregá multi-variable matemátika, por ehèmpel, " +"sin(x+y+z)" #: TurtleArt/tabasics.py:1004 msgid "restore all" msgstr "restourá tur" -#: TurtleArt/tabasics.py:1005 -msgid "restore all blocks from trash" -msgstr "restourá tur e blòkinan for di trash bin" +#. TRANS: "name" option from activity.info file +msgid "TurtleBlocks" +msgstr "" -#: TurtleArt/tabasics.py:1009 -msgid "clear all" +#. TRANS: "summary" option from activity.info file +#. TRANS: "description" option from activity.info file +msgid "" +"A Logo-inspired turtle that draws colorful pictures with snap-together " +"visual programming blocks" msgstr "" -#: TurtleArt/tabasics.py:1010 -msgid "move all blocks to trash" +#: TurtleArt/tabasics.py:174 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:878 +msgid "right" +msgstr "drechi" + +#: TurtleArt/tabasics.py:299 TurtleArt/tabasics.py:367 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1155 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1160 +msgid "gray" msgstr "" -#: TurtleArt/tacollaboration.py:152 TurtleArt/tawindow.py:1833 -#: TurtleArtActivity.py:703 -msgid "Share selected blocks" +#: TurtleArt/tabasics.py:337 +msgid "set gray" msgstr "" -#: TurtleArt/taconstants.py:209 TurtleArt/taconstants.py:231 -#: TurtleArt/taconstants.py:252 TurtleArt/taconstants.py:294 -#: TurtleArt/taconstants.py:336 TurtleArt/taconstants.py:378 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:963 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:978 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:993 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1008 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1023 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1038 -msgid "Title" -msgstr "Título" +#: TurtleArt/tabasics.py:408 +msgid "start fill" +msgstr "" -#: TurtleArt/talogo.py:374 TurtleArtActivity.py:683 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1492 -msgid "Stop turtle" -msgstr "Stòp turtuga" +#: TurtleArt/tabasics.py:410 +msgid "starts filled polygon (used with end fill block)" +msgstr "" -#: TurtleArt/talogo.py:384 TurtleArtActivity.py:322 TurtleArtActivity.py:684 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1485 -msgid "Show blocks" -msgstr "Mustra blòkkinan" +#: TurtleArt/tabasics.py:417 +msgid "end fill" +msgstr "" -#: TurtleArt/talogo.py:388 TurtleArtActivity.py:326 TurtleArtActivity.py:894 -msgid "Hide blocks" -msgstr "Skonde blóks" +#: TurtleArt/tabasics.py:419 +msgid "completes filled polygon (used with start fill block)" +msgstr "" -#: TurtleArt/talogo.py:511 -msgid "did not output to" -msgstr "no ta transferí na" +#: TurtleArt/tabasics.py:443 +msgid "red" +msgstr "kòrá" -#: TurtleArt/talogo.py:570 -msgid "I don't know how to" -msgstr "Mi no sa kon ta hasi'é" +#: TurtleArt/tabasics.py:614 +msgid "identity" +msgstr "identidat" -#: TurtleArt/talogo.py:624 -msgid "doesn't like" -msgstr "no ta gusta" +#: TurtleArt/tabasics.py:624 TurtleArt/tabasics.py:625 +msgid "mod" +msgstr "mod" -#: TurtleArt/talogo.py:624 -msgid "as input" -msgstr "komo entrada" +#: TurtleArt/tabasics.py:635 +msgid "√" +msgstr "" -#: TurtleArt/tapalette.py:97 -msgid "displays next palette" -msgstr "mustra siguiente palèt" +#: TurtleArt/tabasics.py:995 +msgid "trash" +msgstr "" -#: TurtleArt/tapalette.py:98 -msgid "changes the orientation of the palette of blocks" -msgstr "kambia e orientashon di e palèt di blòkinan" +#: TurtleArt/tabasics.py:1009 +msgid "clear all" +msgstr "" + +#: TurtleArt/tabasics.py:1010 +msgid "move all blocks to trash" +msgstr "" + +#: TurtleArt/tacollaboration.py:152 TurtleArt/tawindow.py:1833 +#: TurtleArtActivity.py:703 +msgid "Share selected blocks" +msgstr "" #: TurtleArt/tautils.py:196 msgid "Load..." @@ -811,19 +2911,6 @@ msgstr "" msgid "Save..." msgstr "" -#: TurtleArt/tautils.py:483 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:713 -msgid "click to open" -msgstr "Klek pa habri" - -#: TurtleArt/tawindow.py:989 TurtleArt/tawindow.py:990 -msgid "orientation" -msgstr "orientashon" - -#: TurtleArt/tawindow.py:1000 TurtleArt/tawindow.py:1470 -msgid "next" -msgstr "siguiente" - #: TurtleArt/tawindow.py:1012 TurtleArt/tawindow.py:1013 #: TurtleArt/tawindow.py:1490 msgid "shift" @@ -839,33 +2926,6 @@ msgstr "" msgid "Select blocks to share" msgstr "" -#: TurtleArt/tawindow.py:3868 pysamples/grecord.py:205 -msgid "Turtle Art" -msgstr "Arte di turtuga" - -#: TurtleArt/tawindow.py:3977 -msgid "image" -msgstr "imágen" - -#: TurtleArtActivity.py:166 TurtleArtActivity.py:709 TurtleArtActivity.py:823 -#: TurtleArtActivity.py:853 turtleblocks.py:360 -msgid "Save as Logo" -msgstr "Warda komo Logo" - -#: TurtleArtActivity.py:203 TurtleArtActivity.py:708 TurtleArtActivity.py:820 -#: TurtleArtActivity.py:850 turtleblocks.py:358 -msgid "Save as image" -msgstr "Warda komo imagen" - -#: TurtleArtActivity.py:211 -msgid "snapshot" -msgstr "portrèt/snapshot" - -#: TurtleArtActivity.py:219 TurtleArtActivity.py:643 TurtleArtActivity.py:685 -#: TurtleArtActivity.py:829 TurtleArtActivity.py:856 -msgid "Save snapshot" -msgstr "Warda portrèt" - #: TurtleArtActivity.py:260 TurtleArtActivity.py:616 TurtleArtActivity.py:759 #: turtleblocks.py:378 msgid "Turn off hover help" @@ -875,104 +2935,20 @@ msgstr "" msgid "Turn on hover help" msgstr "" -#: TurtleArtActivity.py:274 turtleblocks.py:390 -msgid "Show palette" -msgstr "Mustra palèt" - -#: TurtleArtActivity.py:280 TurtleArtActivity.py:882 turtleblocks.py:392 -msgid "Hide palette" -msgstr "Skonde palete" - -#: TurtleArtActivity.py:447 -msgid "Rescale coordinates down" -msgstr "Baha e skala di kordinantenan" - -#: TurtleArtActivity.py:451 TurtleArtActivity.py:608 TurtleArtActivity.py:755 -msgid "Rescale coordinates up" -msgstr "Subi e skala di kordinantenan" - -#: TurtleArtActivity.py:541 TurtleArtActivity.py:577 TurtleArtActivity.py:677 -#: TurtleArtActivity.py:730 turtleblocks.py:387 -msgid "Edit" -msgstr "Edita" - -#: TurtleArtActivity.py:546 TurtleArtActivity.py:575 TurtleArtActivity.py:678 -#: TurtleArtActivity.py:747 turtleblocks.py:382 -msgid "View" -msgstr "Mira" - -#: TurtleArtActivity.py:573 TurtleArtActivity.py:679 -msgid "Project" -msgstr "Projecto" - #: TurtleArtActivity.py:579 TurtleArtActivity.py:676 TurtleArtActivity.py:705 #: TurtleArtActivity.py:707 TurtleArtActivity.py:815 msgid "Save/Load" msgstr "" -#: TurtleArtActivity.py:587 TurtleArtActivity.py:731 turtleblocks.py:385 -msgid "Copy" -msgstr "Kopia" - -#: TurtleArtActivity.py:589 TurtleArtActivity.py:732 turtleblocks.py:386 -msgid "Paste" -msgstr "Pega" - -#: TurtleArtActivity.py:591 -#, fuzzy -msgid "Restore blocks from trash" -msgstr "restourá tur e blòkinan for di trash bin" - -#: TurtleArtActivity.py:594 TurtleArtActivity.py:748 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789 -msgid "Fullscreen" -msgstr "Pantaya kompleto" - -#: TurtleArtActivity.py:596 TurtleArtActivity.py:749 turtleblocks.py:366 -msgid "Cartesian coordinates" -msgstr "Kordinantenan Certesian" - -#: TurtleArtActivity.py:598 TurtleArtActivity.py:751 turtleblocks.py:368 -msgid "Polar coordinates" -msgstr "Kordinantenan Polar" - #: TurtleArtActivity.py:601 TurtleArtActivity.py:753 msgid "Metric coordinates" msgstr "" -#: TurtleArtActivity.py:611 TurtleArtActivity.py:757 turtleblocks.py:372 -msgid "Grow blocks" -msgstr "Amplia blòkinan" - -#: TurtleArtActivity.py:613 TurtleArtActivity.py:758 turtleblocks.py:374 -msgid "Shrink blocks" -msgstr "Redusí blòkinan" - #: TurtleArtActivity.py:630 TurtleArtActivity.py:647 TurtleArtActivity.py:686 #: TurtleArtActivity.py:832 msgid "Load example" msgstr "" -#: TurtleArtActivity.py:680 TurtleArtActivity.py:888 turtleblocks.py:399 -msgid "Clean" -msgstr "Limpia" - -#: TurtleArtActivity.py:681 TurtleArtActivity.py:890 turtleblocks.py:400 -msgid "Run" -msgstr "Run" - -#: TurtleArtActivity.py:682 TurtleArtActivity.py:892 turtleblocks.py:401 -msgid "Step" -msgstr "Paso" - -#: TurtleArtActivity.py:687 turtleblocks.py:408 util/helpbutton.py:45 -msgid "Help" -msgstr "Ousilio" - -#: TurtleArtActivity.py:688 turtleblocks.py:403 -msgid "Stop" -msgstr "Stòp" - #: TurtleArtActivity.py:710 TurtleArtActivity.py:836 TurtleArtActivity.py:858 msgid "Load project" msgstr "" @@ -993,26 +2969,6 @@ msgstr "" msgid "Sharing blocks disabled" msgstr "" -#: TurtleArtActivity.py:883 -msgid "p" -msgstr "p" - -#: TurtleArtActivity.py:888 -msgid "e" -msgstr "e" - -#: TurtleArtActivity.py:890 -msgid "r" -msgstr "r" - -#: TurtleArtActivity.py:892 -msgid "w" -msgstr "w" - -#: TurtleArtActivity.py:895 -msgid "s" -msgstr "s" - #: TurtleArtActivity.py:1049 TurtleArtActivity.py:1054 #: TurtleArtActivity.py:1121 msgid "Plugin could not be installed." @@ -1084,11 +3040,6 @@ msgstr "" msgid "Register" msgstr "" -#: gnome_plugins/collaboration_plugin.py:304 -#, fuzzy -msgid "Colors" -msgstr "kóló" - #: gnome_plugins/fb_plugin.py:82 gnome_plugins/fb_plugin.py:83 #: gnome_plugins/fb_plugin.py:92 gnome_plugins/uploader_plugin.py:63 #: gnome_plugins/uploader_plugin.py:64 gnome_plugins/uploader_plugin.py:73 @@ -1117,10 +3068,6 @@ msgstr "" msgid "Password:" msgstr "" -#: gnome_plugins/uploader_plugin.py:120 -msgid "Title:" -msgstr "Título:" - #: gnome_plugins/uploader_plugin.py:130 msgid "Description:" msgstr "" @@ -1159,11 +3106,6 @@ msgstr "" msgid "push acceleration in x, y, z to heap" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:83 -#: plugins/audio_sensors/audio_sensors.py:98 pysamples/grecord.py:205 -msgid "sound" -msgstr "sonido" - #: plugins/audio_sensors/audio_sensors.py:84 #: plugins/audio_sensors/audio_sensors.py:99 msgid "raw microphone input signal" @@ -1174,29 +3116,6 @@ msgstr "" msgid "loudness" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:91 -#: plugins/audio_sensors/audio_sensors.py:106 -msgid "microphone input volume" -msgstr "entrada di volúmen di e mikrofón" - -#: plugins/audio_sensors/audio_sensors.py:119 -#: plugins/audio_sensors/audio_sensors.py:127 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316 -msgid "pitch" -msgstr "altura di tono" - -#: plugins/audio_sensors/audio_sensors.py:120 -#: plugins/audio_sensors/audio_sensors.py:128 -msgid "microphone input pitch" -msgstr "entrada di mikrofón pa altura di tono" - -#: plugins/audio_sensors/audio_sensors.py:151 -#: plugins/audio_sensors/audio_sensors.py:165 -#: plugins/audio_sensors/audio_sensors.py:179 -#: plugins/audio_sensors/audio_sensors.py:193 -msgid "resistance" -msgstr "resistensia" - #: plugins/audio_sensors/audio_sensors.py:152 #: plugins/audio_sensors/audio_sensors.py:166 #: plugins/audio_sensors/audio_sensors.py:180 @@ -1204,35 +3123,11 @@ msgstr "resistensia" msgid "microphone input resistance" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:157 -#: plugins/audio_sensors/audio_sensors.py:171 -#: plugins/audio_sensors/audio_sensors.py:185 -#: plugins/audio_sensors/audio_sensors.py:199 -msgid "voltage" -msgstr "vòltahe" - -#: plugins/audio_sensors/audio_sensors.py:158 -#: plugins/audio_sensors/audio_sensors.py:172 -#: plugins/audio_sensors/audio_sensors.py:186 -#: plugins/audio_sensors/audio_sensors.py:200 -#, fuzzy -msgid "microphone input voltage" -msgstr "entrada di volúmen di e mikrofón" - #: plugins/camera_sensor/camera_sensor.py:67 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:133 msgid "Palette of media objects" msgstr "" -#: plugins/camera_sensor/camera_sensor.py:80 -#: plugins/camera_sensor/camera_sensor.py:93 -#: plugins/camera_sensor/camera_sensor.py:128 -#: plugins/camera_sensor/camera_sensor.py:141 -#: plugins/light_sensor/light_sensor.py:56 -#: plugins/light_sensor/light_sensor.py:63 -msgid "brightness" -msgstr "" - #: plugins/camera_sensor/camera_sensor.py:82 #: plugins/camera_sensor/camera_sensor.py:130 msgid "light level detected by camera" @@ -1264,127 +3159,14 @@ msgstr "" msgid "read value from RFID device" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:106 -msgid "while" -msgstr "tanten/mientras" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:107 -#, fuzzy -msgid "do-while-True operator that uses boolean operators from Numbers palette" -msgstr "" -"operador si-e ora ei- sinó ku ta usa operadornan boolean di e palèt di " -"númbernan" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:116 -msgid "until" -msgstr "te ora ku" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:117 -#, fuzzy -msgid "do-until-True operator that uses boolean operators from Numbers palette" -msgstr "" -"operador si-e ora ei- sinó ku ta usa operadornan boolean di e palèt di " -"númbernan" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:886 -msgid "top" -msgstr "tòp" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126 -msgid "top of a collapsible stack" -msgstr "tòp di e pila doblabel" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:140 -msgid "journal" -msgstr "diaro" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:141 -msgid "Sugar Journal media object" -msgstr "Objecto di media Sugar Journal" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151 -msgid "audio" -msgstr "oudio" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:153 -msgid "Sugar Journal audio object" -msgstr "Objecto oudio Sugar Journal" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163 msgid "video" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:165 -#, fuzzy -msgid "Sugar Journal video object" -msgstr "Objecto oudio Sugar Journal" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175 msgid "description" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:177 -msgid "Sugar Journal description field" -msgstr "Deskripshon di fèlt Sugar Journal" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222 -msgid "show" -msgstr "Mustra" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:198 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:211 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:226 -#, fuzzy -msgid "draws text or show media from the Journal" -msgstr "tou teksto of show media for di Journal" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:207 -msgid "show aligned" -msgstr "mustra aliniá" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234 -msgid "set scale" -msgstr "instala skaal" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:238 -#, fuzzy -msgid "sets the scale of media" -msgstr "instala e skal di media" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245 -msgid "save picture" -msgstr "warda imágen" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:247 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:258 -msgid "picture name" -msgstr "nòmber di imágen" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:248 -msgid "saves a picture to the Sugar Journal" -msgstr "warda e imágen na e diario di Sugar" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256 -msgid "save SVG" -msgstr "warda SVG" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259 -msgid "saves turtle graphics as an SVG file in the Sugar Journal" -msgstr "warda e imágen di turtuga komo map di e diario di Sugar" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:266 -msgid "scale" -msgstr "skaal" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270 -msgid "holds current scale value" -msgstr "mantene e balor di e skala aktual" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:275 msgid "media wait" msgstr "" @@ -1475,25 +3257,6 @@ msgstr "" msgid "returns mouse y coordinate" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:379 -msgid "query keyboard" -msgstr "konsulta teklado" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:381 -msgid "query for keyboard input (results stored in keyboard block)" -msgstr "" -"signo di enterogashon pa introdukshon di keyboard (resultado warda den blóki " -"keyboard)" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388 -msgid "keyboard" -msgstr "keyboard" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:392 -#, fuzzy -msgid "holds results of query-keyboard block as ASCII" -msgstr "mantene resultado di signo di blóki enterogashon-keyboard" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:424 msgid "read pixel" msgstr "" @@ -1510,87 +3273,15 @@ msgstr "" msgid "returns the color that the turtle \"sees\"" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:445 -msgid "time" -msgstr "" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:448 msgid "elapsed time (in seconds) since program started" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:457 -#, fuzzy -msgid "Palette of extra options" -msgstr "palet pa optión ekstra" - -#. TRANS: push adds a new item to the program stack -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:464 -msgid "push" -msgstr "Primi" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:467 -#, fuzzy -msgid "pushes value onto FILO (first-in last-out heap)" -msgstr "" -"pusha balor riba monton FILO (first-in last-out) (promé-aden delaster-afó)" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:477 -msgid "show heap" -msgstr "mustra monton" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:480 -#, fuzzy -msgid "shows values in FILO (first-in last-out heap)" -msgstr "" -"pusha balor riba monton FILO (first-in last-out) (promé-aden delaster-afó)" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:490 -msgid "empty heap" -msgstr "monton bashi" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:493 -msgid "emptys FILO (first-in-last-out heap)" -msgstr "limpia FILO (first-in-last-out heap)" - -#. TRANS: pop removes a new item from the program stack -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:504 -msgid "pop" -msgstr "pop" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508 -#, fuzzy -msgid "pops value off FILO (first-in last-out heap)" -msgstr "" -"pusha balor riba monton FILO (first-in last-out) (promé-aden delaster-afó)" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:529 -#, fuzzy -msgid "empty heap?" -msgstr "monton bashi" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:522 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:532 msgid "returns True if heap is empty" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:539 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541 -msgid "comment" -msgstr "komentario" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:543 -msgid "places a comment in your code" -msgstr "pone un komentario na bo kodíko" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549 -msgid "print" -msgstr "print" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:553 -msgid "prints value in status block at bottom of the screen" -msgstr "print balor den blóki státus den fondo di e pantaya" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563 msgid "Python chr operator" msgstr "" @@ -1599,75 +3290,12 @@ msgstr "" msgid "Python int operator" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:579 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606 -msgid "Python" -msgstr "Pitòn" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 -#, fuzzy -msgid "" -"a programmable block: used to add advanced single-variable math equations, e." -"g., sin(x)" -msgstr "" -"un blòki programabel: usá pa agregá single-variable matemátika, por ehèmpel, " -"sin(x)" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596 -msgid "" -"a programmable block: used to add advanced multi-variable math equations, e." -"g., sqrt(x*x+y*y)" -msgstr "" -"un blòki programabel: usá pa agregá multi-variable matemátika, por ehèmpel, " -"sin(x)sqrt(x*x+y*y)" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:610 -#, fuzzy -msgid "" -"a programmable block: used to add advanced multi-variable math equations, e." -"g., sin(x+y+z)" -msgstr "" -"un blòki programabel: usá pa agregá multi-variable matemátika, por ehèmpel, " -"sin(x+y+z)" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:622 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:638 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653 msgid "Python block" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:624 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:640 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:656 -msgid "runs code found in the tamyblock.py module found in the Journal" -msgstr "ehekuta e código den e módulo tamyblock.py den e Journal" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669 -msgid "Cartesian" -msgstr "Cartesian" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:671 -msgid "displays Cartesian coordinates" -msgstr "mustra kordinantenan di Cartesian" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:677 -msgid "polar" -msgstr "polar" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:679 -msgid "displays polar coordinates" -msgstr "mustra kordinantenan polar" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:685 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:756 -msgid "turtle" -msgstr "Turtuga" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689 -msgid "chooses which turtle to command" -msgstr "Skohe e turtuga ku bo ta bai komandá" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:698 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:707 msgid "turtle shell" @@ -1678,28 +3306,12 @@ msgstr "" msgid "put a custom 'shell' on the turtle" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:716 -msgid "top of a collapsed stack" -msgstr "tòp di e pila doblá" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:721 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742 msgid "load" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:735 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:746 -#, fuzzy -msgid "loads a block" -msgstr "karga mi blòki" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:745 -#, fuzzy -msgid "setxy" -msgstr "instala xy" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:754 msgid "palette" msgstr "" @@ -1708,113 +3320,10 @@ msgstr "" msgid "selects a palette" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:765 -#, fuzzy -msgid "Palette of presentation templates" -msgstr "palèt pa presentashon di patronchi" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:772 -msgid "hide blocks" -msgstr "skonde blòkinan" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 -#, fuzzy -msgid "declutters canvas by hiding blocks" -msgstr "drecha e tela dor di skonde blòkinan" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781 -msgid "show blocks" -msgstr "Mustra blòkinan" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:783 -msgid "restores hidden blocks" -msgstr "restourá e blòkinan skondé" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:791 -msgid "hides the Sugar toolbars" -msgstr "skonde e Sugar toolbars" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:800 msgid "list" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1039 -msgid "presentation bulleted list" -msgstr "lista ku puntonan di presentashon" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:812 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1041 -#, fuzzy -msgid "presentation template: list of bullets" -msgstr "presentashon patronchi: shete bala di skopèt" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:819 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:981 -msgid "presentation template: select Journal object (no description)" -msgstr "presentashon patronchi: selekta opheto Journal (no déskripshon)" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:966 -msgid "presentation template: select Journal object (with description)" -msgstr "presentashon patronchi: selekta opheto Journal (ku déskriphon)" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:833 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1026 -msgid "presentation template: select four Journal objects" -msgstr "presentashon patronchi: selekta kuater opheto Journal" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:847 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:996 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1011 -msgid "presentation template: select two Journal objects" -msgstr "presentashon patronchi: selekta dos opheto Journal" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:857 -msgid "xcor of left of screen" -msgstr "xcor di e pantaya banda robes" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:862 -msgid "bottom" -msgstr "abou" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:865 -msgid "ycor of bottom of screen" -msgstr "ycor di fondo di pantaya" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:870 -msgid "width" -msgstr "hanchura" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:873 -msgid "the canvas width" -msgstr "hanchura di kèimas" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:881 -msgid "xcor of right of screen" -msgstr "xcor di banda drechi di pantaya" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:889 -msgid "ycor of top of screen" -msgstr "ycor di e tòp di pantaya" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:894 -msgid "height" -msgstr "haltura" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897 -msgid "the canvas height" -msgstr "haltura di kèimas" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:904 -msgid "title x" -msgstr "título x" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:913 -msgid "title y" -msgstr "título y" - #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:922 msgid "left x" msgstr "" @@ -1827,28 +3336,6 @@ msgstr "" msgid "right x" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:949 -#, fuzzy -msgid "bottom y" -msgstr "abou" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:964 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:979 -msgid "presentation 1x1" -msgstr "presentashon 1x1" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:994 -msgid "presentation 2x1" -msgstr "presentashon 2x1" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1009 -msgid "presentation 1x2" -msgstr "presentashon 1x2" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1024 -msgid "presentation 2x2" -msgstr "presentashon 2x2" - #: pysamples/brain.py:43 msgid "Please install the Speak Activity and try again." msgstr "" @@ -1876,20 +3363,10 @@ msgstr "" msgid "push destination rgb value to heap" msgstr "" -#: pysamples/grecord.py:215 -#, fuzzy -msgid "stop" -msgstr "tòp" - #: pysamples/grecord.py:217 msgid "play" msgstr "" -#: pysamples/grecord.py:219 -#, fuzzy -msgid "save" -msgstr "Warda" - #: pysamples/journal-stats.py:78 msgid "other" msgstr "" @@ -1923,14 +3400,6 @@ msgstr "" msgid "New" msgstr "" -#: turtleblocks.py:355 -msgid "Open" -msgstr "Habri" - -#: turtleblocks.py:356 -msgid "Save" -msgstr "Warda" - #: turtleblocks.py:357 msgid "Save as" msgstr "" @@ -1939,34 +3408,6 @@ msgstr "" msgid "Quit" msgstr "" -#: turtleblocks.py:363 -msgid "File" -msgstr "File" - -#: turtleblocks.py:370 -msgid "Rescale coordinates" -msgstr "Adaptá skala di kordinantenan" - -#: turtleblocks.py:376 -msgid "Reset block size" -msgstr "Reset e tamaño blòki" - -#: turtleblocks.py:394 -msgid "Show/hide blocks" -msgstr "Mustra/skonde blòki" - -#: turtleblocks.py:396 -msgid "Tools" -msgstr "Instrumentonan" - -#: turtleblocks.py:402 -msgid "Debug" -msgstr "Debug" - -#: turtleblocks.py:404 -msgid "Turtle" -msgstr "Turtuga" - #: turtleblocks.py:407 msgid "About..." msgstr "" @@ -1979,26 +3420,6 @@ msgstr "" msgid "Save project?" msgstr "" -#, fuzzy -#~ msgid "density" -#~ msgstr "identidat" - -#, fuzzy -#~ msgid "light" -#~ msgstr "drechi" - -#, fuzzy -#~ msgid "read" -#~ msgstr "kòrá" - -#, fuzzy -#~ msgid "mode" -#~ msgstr "mod" - -#, fuzzy -#~ msgid "samples" -#~ msgstr "Mònster" - #~ msgid "then else" #~ msgstr "despues algu otro" @@ -2052,7 +3473,8 @@ msgstr "" #~ msgid "restore last" #~ msgstr "restourá e último" -#~ msgid "a programmable block: used to add advanced math equations, e.g., sin(x)" +#~ msgid "" +#~ "a programmable block: used to add advanced math equations, e.g., sin(x)" #~ msgstr "" #~ "un blòki programabel: usá pa agregá kalkulashon matemátika, por ehèmpel, " #~ "sin(x)" @@ -2151,10 +3573,11 @@ msgstr "" #~ "number)" #~ msgid "" -#~ "a programmable block: add your own math equation in the block, e.g., sin(x)" +#~ "a programmable block: add your own math equation in the block, e.g., sin" +#~ "(x)" #~ msgstr "" -#~ "un blòki programabel: agrega bo mes matematika comparabel den e blóki, pe., " -#~ "sin(x)" +#~ "un blòki programabel: agrega bo mes matematika comparabel den e blóki, " +#~ "pe., sin(x)" #~ msgid "pop value off FILO" #~ msgstr "kita balor for di FILO" -- cgit v0.9.1