# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-09-15 00:31-0400\n" "PO-Revision-Date: 2012-09-22 12:53+0200\n" "Last-Translator: Aputsiaq Niels \n" "Language-Team: LANGUAGE \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #: activity/activity.info:2 TurtleArt/tawindow.py:3817 #: pysamples/grecord.py:205 turtleblocks.py:295 msgid "Turtle Art" msgstr "Skildpadde-kunst" #: TurtleArt/tabasics.py:116 msgid "Palette of turtle commands" msgstr "Palette af kommandoer for skildpadde" #: TurtleArt/tabasics.py:121 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:723 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734 msgid "forward" msgstr "fremad" #: TurtleArt/tabasics.py:125 msgid "moves turtle forward" msgstr "flyt skildpadde fremad" #: TurtleArt/tabasics.py:132 msgid "back" msgstr "tilbage" #: TurtleArt/tabasics.py:136 msgid "moves turtle backward" msgstr "flytter skildpadden baglæns" #: TurtleArt/tabasics.py:144 msgid "clean" msgstr "rens" #: TurtleArt/tabasics.py:147 msgid "clears the screen and reset the turtle" msgstr "rydder skærmen og nulstiller skildpadden" #: TurtleArt/tabasics.py:155 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854 msgid "left" msgstr "venstre" #: TurtleArt/tabasics.py:159 msgid "turns turtle counterclockwise (angle in degrees)" msgstr "drejer skildpadde mod uret (vinkel i grader)" #: TurtleArt/tabasics.py:166 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:878 msgid "right" msgstr "højre" #: TurtleArt/tabasics.py:170 msgid "turns turtle clockwise (angle in degrees)" msgstr "drejer skildpadde med uret (vinkel i grader)" #: TurtleArt/tabasics.py:178 msgid "arc" msgstr "arc" #: TurtleArt/tabasics.py:178 msgid "angle" msgstr "vinkel" #: TurtleArt/tabasics.py:178 msgid "radius" msgstr "radius" #: TurtleArt/tabasics.py:182 msgid "moves turtle along an arc" msgstr "flytter skildpadden langs en arc" #: TurtleArt/tabasics.py:191 TurtleArt/tabasics.py:257 msgid "set xy" msgstr "indstil xy" #: TurtleArt/tabasics.py:191 TurtleArt/tabasics.py:257 taextras.py:261 msgid "x" msgstr "x" #: TurtleArt/tabasics.py:191 TurtleArt/tabasics.py:257 taextras.py:262 msgid "y" msgstr "y" #: TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261 msgid "" "moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." msgstr "" "flytter skildpadden til position xkor, ykor; (0, 0) er midten af skærmen." #: TurtleArt/tabasics.py:205 msgid "set heading" msgstr "indstil retning" #: TurtleArt/tabasics.py:209 msgid "sets the heading of the turtle (0 is towards the top of the screen.)" msgstr "sætter retningen for skildpadden (0 er mod toppen af skærmen.)" #: TurtleArt/tabasics.py:217 TurtleArt/tawindow.py:3811 #: TurtleArt/tawindow.py:3817 TurtleArtActivity.py:538 msgid "xcor" msgstr "x-kor" #: TurtleArt/tabasics.py:218 msgid "" "holds current x-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "" "holder aktuel x-koordinat-værdi for skildpadden (kan anvendes i stedet for " "en talblok)" #: TurtleArt/tabasics.py:228 TurtleArt/tawindow.py:3811 #: TurtleArt/tawindow.py:3817 TurtleArtActivity.py:539 msgid "ycor" msgstr "y-kor" #: TurtleArt/tabasics.py:229 msgid "" "holds current y-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "" "holder aktuel y-koordinat-værdi for skildpadde (kan anvendes i stedet for en " "talblok)" #: TurtleArt/tabasics.py:239 TurtleArt/tawindow.py:3812 #: TurtleArt/tawindow.py:3818 TurtleArtActivity.py:539 msgid "heading" msgstr "bevæger sig mod" #: TurtleArt/tabasics.py:240 msgid "" "holds current heading value of the turtle (can be used in place of a number " "block)" msgstr "" "holder aktuel hovedværdi for skildpadde (kan anvendes i stedet for en " "talblok)" #: TurtleArt/tabasics.py:274 msgid "Palette of pen commands" msgstr "Palette af kommandoer for pen" #: TurtleArt/tabasics.py:278 msgid "pen up" msgstr "pen oppe" #: TurtleArt/tabasics.py:281 msgid "Turtle will not draw when moved." msgstr "Skildpadde vil ikke tegne når den flyttes." #: TurtleArt/tabasics.py:287 msgid "pen down" msgstr "pen nede" #: TurtleArt/tabasics.py:290 msgid "Turtle will draw when moved." msgstr "Skildpadde vil tegne når den flyttes." #: TurtleArt/tabasics.py:296 msgid "set pen size" msgstr "indstil størrelse på pen" #: TurtleArt/tabasics.py:300 msgid "sets size of the line drawn by the turtle" msgstr "sætter størrelse på linjen som tegnes af skildpadden" #: TurtleArt/tabasics.py:310 msgid "fill screen" msgstr "fyld skærm" #: TurtleArt/tabasics.py:310 TurtleArt/tabasics.py:370 taextras.py:311 msgid "color" msgstr "farve" #: TurtleArt/tabasics.py:310 TurtleArt/tabasics.py:380 msgid "shade" msgstr "skygge" #: TurtleArt/tabasics.py:314 msgid "fills the background with (color, shade)" msgstr "udfylder baggrunden med (farve, skygge)" #: TurtleArt/tabasics.py:323 msgid "pen size" msgstr "størrelse pen" #: TurtleArt/tabasics.py:324 msgid "holds current pen size (can be used in place of a number block)" msgstr "holder aktuel penstørrelse (kan anvendes i stedet for en talblok)" #: TurtleArt/tabasics.py:335 msgid "set color" msgstr "indstil farve" #: TurtleArt/tabasics.py:339 msgid "sets color of the line drawn by the turtle" msgstr "sætter farve for linjen som tegnes af skildpadden" #: TurtleArt/tabasics.py:347 msgid "set shade" msgstr "indstil skygge" #: TurtleArt/tabasics.py:351 msgid "sets shade of the line drawn by the turtle" msgstr "set skygge for linjen som tegnes af skildpadden" #: TurtleArt/tabasics.py:359 msgid "set gray" msgstr "sætter grå" #: TurtleArt/tabasics.py:362 msgid "sets gray level of the line drawn by the turtle" msgstr "sætter niveauet af gråtone for linjen som tegnes af skildpadden" #: TurtleArt/tabasics.py:371 msgid "holds current pen color (can be used in place of a number block)" msgstr "holder aktuel farve for pen (kan anvendes i stedet for en talblok)" #: TurtleArt/tabasics.py:381 msgid "holds current pen shade" msgstr "holder aktuel skygge for pen" #: TurtleArt/tabasics.py:389 msgid "gray" msgstr "grå" #: TurtleArt/tabasics.py:390 msgid "holds current gray level (can be used in place of a number block)" msgstr "holder aktuelt niveau af grå (kan anvendes i stedet for en talblok)" #: TurtleArt/tabasics.py:398 msgid "start fill" msgstr "start udfyldning" #: TurtleArt/tabasics.py:400 msgid "starts filled polygon (used with end fill block)" msgstr "starter fyldt polygon (anvendes med slut på fyld af blok)" #: TurtleArt/tabasics.py:407 msgid "end fill" msgstr "slut udfyld" #: TurtleArt/tabasics.py:409 msgid "completes filled polygon (used with start fill block)" msgstr "fuldfører udfyldt polygon (anvendes med start fyld blok)" #: TurtleArt/tabasics.py:420 TurtleArt/tabasics.py:424 msgid "Palette of pen colors" msgstr "Palette af farver for pen" #: TurtleArt/tabasics.py:426 msgid "red" msgstr "rød" #: TurtleArt/tabasics.py:427 msgid "orange" msgstr "orange" #: TurtleArt/tabasics.py:429 msgid "yellow" msgstr "gul" #: TurtleArt/tabasics.py:431 msgid "green" msgstr "grøn" #: TurtleArt/tabasics.py:432 msgid "cyan" msgstr "cyan" #: TurtleArt/tabasics.py:433 msgid "blue" msgstr "blå" #: TurtleArt/tabasics.py:434 msgid "purple" msgstr "lilla" #: TurtleArt/tabasics.py:436 msgid "white" msgstr "hvid" #: TurtleArt/tabasics.py:437 msgid "black" msgstr "sort" #: TurtleArt/tabasics.py:443 msgid "set text color" msgstr "indstil tekstfarve" #: TurtleArt/tabasics.py:446 msgid "sets color of text drawn by the turtle" msgstr "sætter farve for tekst som tegnes af skildpadden" #: TurtleArt/tabasics.py:454 msgid "set text size" msgstr "indstil tekststørrelse" #: TurtleArt/tabasics.py:457 msgid "sets size of text drawn by the turtle" msgstr "sætter størrelse for tekst tegnet af skildpadden" #: TurtleArt/tabasics.py:540 msgid "Palette of numeric operators" msgstr "Palette af numeriske operatorer" #: TurtleArt/tabasics.py:546 msgid "plus" msgstr "plus" #: TurtleArt/tabasics.py:550 msgid "adds two alphanumeric inputs" msgstr "tilføjer to alfanumeriske input" #: TurtleArt/tabasics.py:558 msgid "minus" msgstr "minus" #: TurtleArt/tabasics.py:561 msgid "subtracts bottom numeric input from top numeric input" msgstr "fratrækker nederste numeriske input fra øverste numeriske input" #: TurtleArt/tabasics.py:572 msgid "multiply" msgstr "gange" #: TurtleArt/tabasics.py:575 msgid "multiplies two numeric inputs" msgstr "multiplicerer to numeriske input" #: TurtleArt/tabasics.py:584 msgid "divide" msgstr "dividér" #: TurtleArt/tabasics.py:587 msgid "" "divides top numeric input (numerator) by bottom numeric input (denominator)" msgstr "" "dividerer øverste numerisk input (nævner) med nederste numeriske input " "(tæller)" #: TurtleArt/tabasics.py:597 msgid "identity" msgstr "identitet" #: TurtleArt/tabasics.py:599 msgid "identity operator used for extending blocks" msgstr "identitetsoperator til brug for udvidelse af blokke" #: TurtleArt/tabasics.py:607 TurtleArt/tabasics.py:608 msgid "mod" msgstr "mod" #: TurtleArt/tabasics.py:611 msgid "modular (remainder) operator" msgstr "modulær (rest) operator" #: TurtleArt/tabasics.py:618 msgid "√" msgstr "√" #: TurtleArt/tabasics.py:619 msgid "square root" msgstr "kvadratrod" #: TurtleArt/tabasics.py:622 msgid "calculates square root" msgstr "beregner kvadratrod" #: TurtleArt/tabasics.py:629 msgid "random" msgstr "tilfældig" #: TurtleArt/tabasics.py:629 msgid "min" msgstr "min" #: TurtleArt/tabasics.py:629 msgid "max" msgstr "max" #: TurtleArt/tabasics.py:633 msgid "returns random number between minimum (top) and maximum (bottom) values" msgstr "" "returnerer et tilfældigt tal mellem værdier for minimum (top) og maksimum " "(bund)" #: TurtleArt/tabasics.py:645 msgid "number" msgstr "tal" #: TurtleArt/tabasics.py:646 msgid "used as numeric input in mathematic operators" msgstr "anvendes som numerisk input i matematiske operatorer" #: TurtleArt/tabasics.py:654 msgid "greater than" msgstr "større end" #: TurtleArt/tabasics.py:657 msgid "logical greater-than operator" msgstr "logisk større-end operator" #: TurtleArt/tabasics.py:666 msgid "less than" msgstr "mindre end" #: TurtleArt/tabasics.py:670 msgid "logical less-than operator" msgstr "logisk mindre-end operator" #: TurtleArt/tabasics.py:678 msgid "equal" msgstr "lig med" #: TurtleArt/tabasics.py:682 msgid "logical equal-to operator" msgstr "logisk lig-med operator" #: TurtleArt/tabasics.py:688 msgid "not" msgstr "ikke" #: TurtleArt/tabasics.py:691 msgid "logical NOT operator" msgstr "logisk IKKE operator" #: TurtleArt/tabasics.py:697 TurtleArt/tabasics.py:700 msgid "and" msgstr "og" #: TurtleArt/tabasics.py:701 msgid "logical AND operator" msgstr "logisk AND operator" #: TurtleArt/tabasics.py:708 TurtleArt/tabasics.py:711 msgid "or" msgstr "eller" #: TurtleArt/tabasics.py:712 msgid "logical OR operator" msgstr "logisk ELLER operator" #: TurtleArt/tabasics.py:721 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98 msgid "Palette of flow operators" msgstr "Palette af flyde-operatorer" #: TurtleArt/tabasics.py:726 msgid "wait" msgstr "vent" #: TurtleArt/tabasics.py:730 msgid "pauses program execution a specified number of seconds" msgstr "sætter programafviklingen på pause for et angivet antal sekunder" #: TurtleArt/tabasics.py:737 msgid "forever" msgstr "for evigt" #: TurtleArt/tabasics.py:741 msgid "loops forever" msgstr "kører i løkke for evigt" #: TurtleArt/tabasics.py:748 TurtleArt/tabasics.py:752 msgid "repeat" msgstr "gentag" #: TurtleArt/tabasics.py:753 msgid "loops specified number of times" msgstr "kører et angivet antal gange i løkke" #: TurtleArt/tabasics.py:759 TurtleArt/tabasics.py:772 msgid "if" msgstr "hvis" #: TurtleArt/tabasics.py:759 TurtleArt/tabasics.py:772 msgid "then" msgstr "så" #: TurtleArt/tabasics.py:762 msgid "if then" msgstr "hvis så" #: TurtleArt/tabasics.py:764 msgid "if-then operator that uses boolean operators from Numbers palette" msgstr "hvis-så operator som anvender boolske operatorer fra Talpaletten" #: TurtleArt/tabasics.py:772 msgid "else" msgstr "ellers" #: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:784 msgid "if then else" msgstr "hvis så ellers" #: TurtleArt/tabasics.py:777 TurtleArt/tabasics.py:785 msgid "if-then-else operator that uses boolean operators from Numbers palette" msgstr "if-så-ellers operator som anvender boolske operatorer fra Talpalette" #: TurtleArt/tabasics.py:794 msgid "horizontal space" msgstr "vandret afstand" #: TurtleArt/tabasics.py:795 msgid "jogs stack right" msgstr "jogger stak til højre" #: TurtleArt/tabasics.py:802 msgid "vertical space" msgstr "lodret afstand" #: TurtleArt/tabasics.py:803 msgid "jogs stack down" msgstr "jogger stak ned" #: TurtleArt/tabasics.py:809 msgid "stop action" msgstr "stop handling" #: TurtleArt/tabasics.py:812 msgid "stops current action" msgstr "stopper nuværende handling" #: TurtleArt/tabasics.py:821 msgid "Palette of variable blocks" msgstr "Palette med forskellige blokke" #: TurtleArt/tabasics.py:826 pysamples/grecord.py:213 msgid "start" msgstr "start" #: TurtleArt/tabasics.py:829 msgid "connects action to toolbar run buttons" msgstr "forbinder handling til knapper på værktøjsbjælke" #: TurtleArt/tabasics.py:836 TurtleArt/tabasics.py:837 #: TurtleArt/tabasics.py:838 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:186 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:187 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:188 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:195 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:208 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:223 msgid "text" msgstr "tekst" #: TurtleArt/tabasics.py:839 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:189 msgid "string value" msgstr "streng-værdi" #: TurtleArt/tabasics.py:843 TurtleArt/tabasics.py:846 #: TurtleArt/tabasics.py:854 TurtleArt/tabasics.py:858 #: TurtleArt/tawindow.py:1250 TurtleArt/tawindow.py:1328 #: TurtleArt/tawindow.py:1341 TurtleArt/tawindow.py:4061 msgid "action" msgstr "handling" #: TurtleArt/tabasics.py:848 msgid "top of nameable action stack" msgstr "top af handlingsstak som kan navngives" #: TurtleArt/tabasics.py:859 TurtleArt/tawindow.py:4075 msgid "invokes named action stack" msgstr "påberåber navngiven handlingsstak" #: TurtleArt/tabasics.py:866 msgid "store in box 1" msgstr "gem i boks 1" #: TurtleArt/tabasics.py:871 msgid "stores numeric value in Variable 1" msgstr "gemmer numerisk værdi i Variabel 1" #: TurtleArt/tabasics.py:879 msgid "store in box 2" msgstr "gem i boks 2" #: TurtleArt/tabasics.py:884 msgid "stores numeric value in Variable 2" msgstr "gemmer numerisk værdi i Variabel 2" #: TurtleArt/tabasics.py:892 msgid "box 1" msgstr "boks 1" #: TurtleArt/tabasics.py:895 msgid "Variable 1 (numeric value)" msgstr "Variabel 1 (numerisk værdi)" #: TurtleArt/tabasics.py:902 msgid "box 2" msgstr "boks 2" #: TurtleArt/tabasics.py:905 msgid "Variable 2 (numeric value)" msgstr "Variabel 2 (numerisk værdi)" #: TurtleArt/tabasics.py:911 TurtleArt/tawindow.py:4129 msgid "store in" msgstr "gem i" #: TurtleArt/tabasics.py:911 TurtleArt/tabasics.py:925 msgid "box" msgstr "boks" #: TurtleArt/tabasics.py:911 TurtleArt/tawindow.py:4129 taextras.py:396 msgid "value" msgstr "værdi" #: TurtleArt/tabasics.py:915 TurtleArt/tabasics.py:928 #: TurtleArt/tawindow.py:1254 TurtleArt/tawindow.py:4090 #: TurtleArt/tawindow.py:4120 msgid "my box" msgstr "min boks" #: TurtleArt/tabasics.py:916 TurtleArt/tawindow.py:4134 msgid "stores numeric value in named variable" msgstr "lagrer numerisk værdi i en navngivet variabel" #: TurtleArt/tabasics.py:931 TurtleArt/tawindow.py:4104 msgid "named variable (numeric value)" msgstr "navngiven variabel (numerisk værdi)" #: TurtleArt/tabasics.py:938 TurtleArt/tabasics.py:957 msgid "action 1" msgstr "handling 1" #: TurtleArt/tabasics.py:941 msgid "top of Action 1 stack" msgstr "top af Handling 1 stak" #: TurtleArt/tabasics.py:947 TurtleArt/tabasics.py:967 msgid "action 2" msgstr "handling 2" #: TurtleArt/tabasics.py:950 msgid "top of Action 2 stack" msgstr "top af Handling 2 stak" #: TurtleArt/tabasics.py:960 msgid "invokes Action 1 stack" msgstr "kalder Handling 1 stak" #: TurtleArt/tabasics.py:970 msgid "invokes Action 2 stack" msgstr "kalder Handling 2 stak" #: TurtleArt/tabasics.py:978 msgid "trash" msgstr "papirkurv" #: TurtleArt/tabasics.py:982 msgid "empty trash" msgstr "tøm papirkurv" #: TurtleArt/tabasics.py:983 msgid "permanently deletes items in trash" msgstr "sletter elementer i papirkurv permanent" #: TurtleArt/tabasics.py:987 msgid "restore all" msgstr "genskab alle" #: TurtleArt/tabasics.py:988 msgid "restore all blocks from trash" msgstr "genskab alle blokke fra papirkurv" #: TurtleArt/tabasics.py:992 msgid "clear all" msgstr "ryd alt" #: TurtleArt/tabasics.py:993 msgid "move all blocks to trash" msgstr "flyt alle blokke til papirkurv" #: TurtleArt/tacollaboration.py:153 TurtleArt/tawindow.py:1783 #: TurtleArtActivity.py:633 msgid "Share selected blocks" msgstr "Del valgte blokke" #: TurtleArt/taconstants.py:241 TurtleArt/taconstants.py:263 #: TurtleArt/taconstants.py:284 TurtleArt/taconstants.py:326 #: TurtleArt/taconstants.py:368 TurtleArt/taconstants.py:410 #: 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 "Titel" #: TurtleArt/talogo.py:358 TurtleArtActivity.py:613 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1473 msgid "Stop turtle" msgstr "Stop skildpadde" #: TurtleArt/talogo.py:369 TurtleArtActivity.py:289 TurtleArtActivity.py:614 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1466 msgid "Show blocks" msgstr "Vis blokke" #: TurtleArt/talogo.py:373 TurtleArtActivity.py:293 TurtleArtActivity.py:791 msgid "Hide blocks" msgstr "Skjul blokke" #: TurtleArt/talogo.py:492 msgid "did not output to" msgstr "gav ikke uddata til" #: TurtleArt/talogo.py:551 msgid "I don't know how to" msgstr "Jeg ved ikke hvordan" #: TurtleArt/talogo.py:602 msgid "doesn't like" msgstr "kan ikke lide" #: TurtleArt/talogo.py:602 msgid "as input" msgstr "som inddata" #: TurtleArt/tapalette.py:96 msgid "displays next palette" msgstr "viser næste palette" #: TurtleArt/tapalette.py:97 msgid "changes the orientation of the palette of blocks" msgstr "ændrer retningen for paletten af blokke" #: TurtleArt/tautils.py:191 msgid "Load..." msgstr "Indlæs..." #: TurtleArt/tautils.py:201 msgid "Save..." msgstr "Gem..." #: TurtleArt/tautils.py:473 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:713 msgid "click to open" msgstr "klik for at åbne" #: TurtleArt/tawindow.py:968 TurtleArt/tawindow.py:969 msgid "orientation" msgstr "retning" #: TurtleArt/tawindow.py:979 TurtleArt/tawindow.py:1413 msgid "next" msgstr "næste" #: TurtleArt/tawindow.py:991 TurtleArt/tawindow.py:992 #: TurtleArt/tawindow.py:1433 msgid "shift" msgstr "skift" #: TurtleArt/tawindow.py:1268 msgid "Select blocks to share" msgstr "Vælg blokke som skal deles" #: TurtleArt/tawindow.py:3916 msgid "image" msgstr "billede" #: TurtleArtActivity.py:132 TurtleArtActivity.py:639 TurtleArtActivity.py:730 #: TurtleArtActivity.py:750 turtleblocks.py:333 msgid "Save as Logo" msgstr "Gem som Logo" #: TurtleArtActivity.py:169 TurtleArtActivity.py:638 TurtleArtActivity.py:727 #: TurtleArtActivity.py:747 turtleblocks.py:331 msgid "Save as image" msgstr "Gem som billede" #: TurtleArtActivity.py:177 msgid "snapshot" msgstr "øjebliksbillede" #: TurtleArtActivity.py:185 TurtleArtActivity.py:572 TurtleArtActivity.py:615 #: TurtleArtActivity.py:753 msgid "Save snapshot" msgstr "Gem øjebliksbillede" #: TurtleArtActivity.py:226 TurtleArtActivity.py:550 TurtleArtActivity.py:689 #: turtleblocks.py:351 msgid "Turn off hover help" msgstr "Slå svæve-hjælp fra" #: TurtleArtActivity.py:232 turtleblocks.py:353 msgid "Turn on hover help" msgstr "Slå svæve-hjælp til" #: TurtleArtActivity.py:240 turtleblocks.py:363 msgid "Show palette" msgstr "Vis palette" #: TurtleArtActivity.py:246 TurtleArtActivity.py:779 turtleblocks.py:365 msgid "Hide palette" msgstr "Skjul palette" #: TurtleArtActivity.py:400 msgid "Rescale coordinates down" msgstr "Gentag nedskalering af koordinater" #: TurtleArtActivity.py:404 TurtleArtActivity.py:542 TurtleArtActivity.py:685 msgid "Rescale coordinates up" msgstr "Gentag opskalering af koordinater" #: TurtleArtActivity.py:476 TurtleArtActivity.py:512 TurtleArtActivity.py:607 #: TurtleArtActivity.py:660 turtleblocks.py:360 msgid "Edit" msgstr "Redigér" #: TurtleArtActivity.py:481 TurtleArtActivity.py:510 TurtleArtActivity.py:608 #: TurtleArtActivity.py:677 turtleblocks.py:355 msgid "View" msgstr "Vis" #: TurtleArtActivity.py:508 TurtleArtActivity.py:609 msgid "Project" msgstr "Projekt" #: TurtleArtActivity.py:514 TurtleArtActivity.py:606 TurtleArtActivity.py:635 #: TurtleArtActivity.py:637 TurtleArtActivity.py:722 msgid "Save/Load" msgstr "Gem/Indlæs" #: TurtleArtActivity.py:522 TurtleArtActivity.py:661 turtleblocks.py:358 msgid "Copy" msgstr "Kopiér" #: TurtleArtActivity.py:524 TurtleArtActivity.py:662 turtleblocks.py:359 msgid "Paste" msgstr "Indsæt" #: TurtleArtActivity.py:526 msgid "Restore blocks from trash" msgstr "Genskab blokke fra papirkurv" #: TurtleArtActivity.py:528 TurtleArtActivity.py:678 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789 msgid "Fullscreen" msgstr "Fuldskærm" #: TurtleArtActivity.py:530 TurtleArtActivity.py:679 turtleblocks.py:339 msgid "Cartesian coordinates" msgstr "Cartesianske koordinater" #: TurtleArtActivity.py:532 TurtleArtActivity.py:681 turtleblocks.py:341 msgid "Polar coordinates" msgstr "Polære koordinater" #: TurtleArtActivity.py:535 TurtleArtActivity.py:683 msgid "Metric coordinates" msgstr "Metriske koordinater" #: TurtleArtActivity.py:545 TurtleArtActivity.py:687 turtleblocks.py:345 msgid "Grow blocks" msgstr "Øg blokke" #: TurtleArtActivity.py:547 TurtleArtActivity.py:688 turtleblocks.py:347 msgid "Shrink blocks" msgstr "Mindsk blokke" #: TurtleArtActivity.py:576 TurtleArtActivity.py:616 msgid "Load example" msgstr "Indlæs eksempel" #: TurtleArtActivity.py:610 TurtleArtActivity.py:785 turtleblocks.py:372 msgid "Clean" msgstr "Rens" #: TurtleArtActivity.py:611 TurtleArtActivity.py:787 turtleblocks.py:373 msgid "Run" msgstr "Kør" #: TurtleArtActivity.py:612 TurtleArtActivity.py:789 turtleblocks.py:374 msgid "Step" msgstr "Trin" #: TurtleArtActivity.py:617 util/helpbutton.py:45 msgid "Help" msgstr "Hjælp" #: TurtleArtActivity.py:618 turtleblocks.py:376 msgid "Stop" msgstr "Stop" #: TurtleArtActivity.py:640 TurtleArtActivity.py:733 TurtleArtActivity.py:755 msgid "Load project" msgstr "Indlæs projekt" #: TurtleArtActivity.py:643 TurtleArtActivity.py:738 TurtleArtActivity.py:760 msgid "Load plugin" msgstr "Indlæs udvidelsesmodul" #: TurtleArtActivity.py:644 TurtleArtActivity.py:741 TurtleArtActivity.py:763 msgid "Load Python block" msgstr "Indlæs Python-blok" #: TurtleArtActivity.py:717 msgid "Sharing blocks disabled" msgstr "Deling af blokke er slået fra" #: TurtleArtActivity.py:780 msgid "p" msgstr "p" #: TurtleArtActivity.py:785 msgid "e" msgstr "e" #: TurtleArtActivity.py:787 msgid "r" msgstr "r" #: TurtleArtActivity.py:789 msgid "w" msgstr "w" #: TurtleArtActivity.py:792 msgid "s" msgstr "s" #: TurtleArtActivity.py:927 TurtleArtActivity.py:932 TurtleArtActivity.py:999 msgid "Plugin could not be installed." msgstr "Udvidelsesmodulet kunne ikke installeres." #: TurtleArtActivity.py:995 msgid "Please restart Turtle Art in order to use the plugin." msgstr "" "Genstart venligst Skildpadde-kunst for at gøre brug af udvidelsesmodulet." #: TurtleArtActivity.py:1013 #, python-format msgid "Plugin %s already installed." msgstr "Udvidelsesmodulet %s er allerede installeret." #: TurtleArtActivity.py:1014 #, python-format #, python-format, msgid "Do you want to reinstall %s?" msgstr "Ønsker du at geninstallere %s?" #: gnome_plugins/collaboration_plugin.py:67 msgid "My Turtle Art session" msgstr "Min Skildpadde-kunstsession" #: gnome_plugins/collaboration_plugin.py:115 msgid "Enable collaboration" msgstr "Aktivér samarbejde" #: gnome_plugins/collaboration_plugin.py:120 msgid "Activities" msgstr "Aktiviteter" #: gnome_plugins/collaboration_plugin.py:125 msgid "Buddies" msgstr "Venner" #: gnome_plugins/collaboration_plugin.py:128 msgid "Share" msgstr "Del" #: gnome_plugins/collaboration_plugin.py:129 msgid "Configuration" msgstr "Konfiguration" #: gnome_plugins/collaboration_plugin.py:132 msgid "Neighborhood" msgstr "Nabolag" #: gnome_plugins/collaboration_plugin.py:292 msgid "Nickname" msgstr "Kaldenavn" #: gnome_plugins/collaboration_plugin.py:294 msgid "Account ID" msgstr "Konto-ID" #: gnome_plugins/collaboration_plugin.py:296 msgid "Server" msgstr "Server" #: gnome_plugins/collaboration_plugin.py:298 msgid "Port" msgstr "Port" #: gnome_plugins/collaboration_plugin.py:300 msgid "Password" msgstr "Adgangskode" #: gnome_plugins/collaboration_plugin.py:302 msgid "Register" msgstr "Registrér" #: gnome_plugins/collaboration_plugin.py:304 msgid "Colors" msgstr "Farver" #: gnome_plugins/uploader_plugin.py:64 msgid "Upload to Web" msgstr "Send til nettet" #: gnome_plugins/uploader_plugin.py:66 msgid "Upload" msgstr "Overfør" #: gnome_plugins/uploader_plugin.py:83 msgid "" "You must have an account at http://turtleartsite.sugarlabs.org to upload " "your project." msgstr "" "Du skal have en konto på http://turtleartsite.sugarlabs.org for at kunne " "sende dit projekt." #: gnome_plugins/uploader_plugin.py:92 msgid "Username:" msgstr "Brugernavn:" #: gnome_plugins/uploader_plugin.py:102 msgid "Password:" msgstr "Adgangskode:" #: gnome_plugins/uploader_plugin.py:113 msgid "Title:" msgstr "Titel:" #: gnome_plugins/uploader_plugin.py:123 msgid "Description:" msgstr "Beskrivelse:" #: gnome_plugins/uploader_plugin.py:133 msgid "Submit to Web" msgstr "Indsend til nettet" #: gnome_plugins/uploader_plugin.py:137 msgid "Cancel" msgstr "Annullér" #: gnome_plugins/uploader_plugin.py:159 msgid "Login failed" msgstr "Log ind mislykkedes" #: gnome_plugins/uploader_plugin.py:196 msgid "Failed to upload!" msgstr "Mislykkedes med at lægge op!" #: plugins/accelerometer/accelerometer.py:49 #: plugins/audio_sensors/audio_sensors.py:75 #: plugins/camera_sensor/camera_sensor.py:57 #: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330 msgid "Palette of sensor blocks" msgstr "Palette af sensor-blokke" #: plugins/accelerometer/accelerometer.py:56 #: plugins/accelerometer/accelerometer.py:63 msgid "acceleration" msgstr "acceleration" #: plugins/accelerometer/accelerometer.py:58 #: plugins/accelerometer/accelerometer.py:65 msgid "push acceleration in x, y, z to heap" msgstr "skub acceleration i x, y, z til hób/heap" #: plugins/audio_sensors/audio_sensors.py:83 #: plugins/audio_sensors/audio_sensors.py:98 pysamples/grecord.py:205 #: taextras.py:313 msgid "sound" msgstr "lyd" #: plugins/audio_sensors/audio_sensors.py:84 #: plugins/audio_sensors/audio_sensors.py:99 msgid "raw microphone input signal" msgstr "råt signal fra mikrofon-input" #: plugins/audio_sensors/audio_sensors.py:90 #: plugins/audio_sensors/audio_sensors.py:105 msgid "loudness" msgstr "lydstyrke" #: plugins/audio_sensors/audio_sensors.py:91 #: plugins/audio_sensors/audio_sensors.py:106 msgid "microphone input volume" msgstr "lydstyrke for mikrofon-indgang" #: 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 "tone" #: plugins/audio_sensors/audio_sensors.py:120 #: plugins/audio_sensors/audio_sensors.py:128 msgid "microphone input pitch" msgstr "tonehøjde for mikrofonindgang" #: plugins/audio_sensors/audio_sensors.py:151 #: plugins/audio_sensors/audio_sensors.py:165 #: plugins/audio_sensors/audio_sensors.py:178 #: plugins/audio_sensors/audio_sensors.py:192 msgid "resistance" msgstr "modstand" #: plugins/audio_sensors/audio_sensors.py:152 #: plugins/audio_sensors/audio_sensors.py:166 #: plugins/audio_sensors/audio_sensors.py:179 #: plugins/audio_sensors/audio_sensors.py:193 msgid "microphone input resistance" msgstr "modstand på mikrofon-input" #: plugins/audio_sensors/audio_sensors.py:157 #: plugins/audio_sensors/audio_sensors.py:171 #: plugins/audio_sensors/audio_sensors.py:184 #: plugins/audio_sensors/audio_sensors.py:198 msgid "voltage" msgstr "elektrisk spænding" #: plugins/audio_sensors/audio_sensors.py:158 #: plugins/audio_sensors/audio_sensors.py:172 #: plugins/audio_sensors/audio_sensors.py:185 #: plugins/audio_sensors/audio_sensors.py:199 msgid "microphone input voltage" msgstr "spænding på mikrofon-indgang" #: plugins/camera_sensor/camera_sensor.py:61 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:133 msgid "Palette of media objects" msgstr "Palette af medieobjekter" #: plugins/camera_sensor/camera_sensor.py:73 #: plugins/camera_sensor/camera_sensor.py:86 #: plugins/camera_sensor/camera_sensor.py:105 #: plugins/camera_sensor/camera_sensor.py:118 #: plugins/light_sensor/light_sensor.py:56 #: plugins/light_sensor/light_sensor.py:63 msgid "brightness" msgstr "lysstyrke" #: plugins/camera_sensor/camera_sensor.py:75 #: plugins/camera_sensor/camera_sensor.py:107 msgid "light level detected by camera" msgstr "lysniveau opfanget af kamera" #: plugins/camera_sensor/camera_sensor.py:88 #: plugins/camera_sensor/camera_sensor.py:120 msgid "Average RGB color from camera is pushed to the stack" msgstr "Gennemsnitlig RGB-farve fra kamera skubbes tilbage til stakken" #: plugins/camera_sensor/camera_sensor.py:99 #: plugins/camera_sensor/camera_sensor.py:132 msgid "camera output" msgstr "kamera-output" #: plugins/light_sensor/light_sensor.py:58 #: plugins/light_sensor/light_sensor.py:65 msgid "light level detected by light sensor" msgstr "lysniveau registreret af lyssensor" #: plugins/rfid/rfid.py:92 plugins/rfid/rfid.py:100 msgid "RFID" msgstr "RFID" #: plugins/rfid/rfid.py:93 plugins/rfid/rfid.py:101 msgid "read value from RFID device" msgstr "læs værdi fra RFID-enhed" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:106 msgid "while" msgstr "mens" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:107 msgid "do-while-True operator that uses boolean operators from Numbers palette" msgstr "gør-mens-Sand operator som anvendes boolske operatorer fra Talpalette" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:116 msgid "until" msgstr "indtil" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:117 msgid "do-until-True operator that uses boolean operators from Numbers palette" msgstr "" "forsæt-indtil-Sand operator som anvender boolske operatorer fra Talpalette" #: 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 "top" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126 msgid "top of a collapsible stack" msgstr "toppen af sammenfoldelig stak" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:140 msgid "journal" msgstr "journal" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:141 msgid "Sugar Journal media object" msgstr "Sugar Journal medie-objekt" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151 msgid "audio" msgstr "lyd" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:153 msgid "Sugar Journal audio object" msgstr "Sugar Journal lydobjekt" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163 msgid "video" msgstr "video" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:165 msgid "Sugar Journal video object" msgstr "Sugar Journal videoobjekt" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175 msgid "description" msgstr "beskrivelse" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:177 msgid "Sugar Journal description field" msgstr "Beskrivelsesfelt for Sugar Journal" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222 msgid "show" msgstr "vis" #: 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 msgid "draws text or show media from the Journal" msgstr "tegner tekst eller viser medie fra Journal" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:207 msgid "show aligned" msgstr "vis sammenstillet" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234 msgid "set scale" msgstr "indstil skalering" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:238 msgid "sets the scale of media" msgstr "sætter skaleringen af medie" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245 msgid "save picture" msgstr "gem billede" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:247 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:258 msgid "picture name" msgstr "billedenavn" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:248 msgid "saves a picture to the Sugar Journal" msgstr "gemmer et billede til Sugar Journal" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256 msgid "save SVG" msgstr "gem SVG" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259 msgid "saves turtle graphics as an SVG file in the Sugar Journal" msgstr "gemmer skildpadde-grafik som en SVG-fil i Sugar Journal" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:266 msgid "scale" msgstr "skalér" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270 msgid "holds current scale value" msgstr "holder aktuel skaleringsværdi" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:275 msgid "media wait" msgstr "medie vent" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:277 msgid "wait for current video or audio to complete" msgstr "vent på at aktuel video eller lyd afslutter" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283 msgid "media stop" msgstr "medie-stop" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:285 msgid "stop video or audio" msgstr "stop video eller lyd" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:290 msgid "media pause" msgstr "medie-pause" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:292 msgid "pause video or audio" msgstr "sæt video eller lyd på pause" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297 msgid "media resume" msgstr "fortsæt medie" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299 msgid "resume playing video or audio" msgstr "fortsætter afspilning af video eller lyd" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305 msgid "speak" msgstr "tal" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307 msgid "hello" msgstr "hej" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:308 msgid "speaks text" msgstr "læser tekst op" #. TRANS: pitch, duration, amplitude #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316 msgid "sinewave" msgstr "sinusbølge" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317 msgid "amplitude" msgstr "amplitude" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317 msgid "duration" msgstr "varighed" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:320 msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)" msgstr "afspiller en sinusbølge ved frekvens, dybde og varighed (i sekunder)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:337 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348 msgid "button down" msgstr "knap ned" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:340 msgid "returns 1 if mouse button is pressed" msgstr "returnerer 1 hvis museknap er trykket" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:351 msgid "returns True if mouse button is pressed" msgstr "returnerer Sand, hvis der trykkes på museknap" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:358 msgid "mouse x" msgstr "mus x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361 msgid "returns mouse x coordinate" msgstr "returnerer musens x-koordinat" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:368 msgid "mouse y" msgstr "mus y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371 msgid "returns mouse y coordinate" msgstr "returnerer musens y-koordinat" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:379 msgid "query keyboard" msgstr "forespørg tastatur" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:381 msgid "query for keyboard input (results stored in keyboard block)" msgstr "forespørger tastatur-input (resultater lagres i tastatur-blok)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388 msgid "keyboard" msgstr "tastatur" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:392 msgid "holds results of query-keyboard block as ASCII" msgstr "holder resultater for forespørgsels-tastaturblok som ASCII" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:424 msgid "read pixel" msgstr "læser billedpunkt" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427 msgid "RGB color under the turtle is pushed to the stack" msgstr "RGB-farve under skildpadden er skubbet over til stakken" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:435 msgid "turtle sees" msgstr "skildpadden ser" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:437 msgid "returns the color that the turtle \"sees\"" msgstr "returnerer farven som skildpadden \"ser\"" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:445 taextras.py:332 msgid "time" msgstr "tid" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:448 msgid "elapsed time (in seconds) since program started" msgstr "forløben tid (i sekunder) siden program startede" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:457 msgid "Palette of extra options" msgstr "Palette af ekstra valgmuligheder" #. TRANS: push adds a new item to the program stack #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:464 msgid "push" msgstr "skub" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:467 msgid "pushes value onto FILO (first-in last-out heap)" msgstr "skubber værdi op på FILO (først-in sidst-ud dynge)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:477 msgid "show heap" msgstr "vis hób" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:480 msgid "shows values in FILO (first-in last-out heap)" msgstr "viser værdier i FILO (først-ind sidst-ud dynge)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:490 msgid "empty heap" msgstr "tom hób" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:493 msgid "emptys FILO (first-in-last-out heap)" msgstr "tømmer FILO (først-ind-sidst-ud dynge)" #. 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 msgid "pops value off FILO (first-in last-out heap)" msgstr "fjerner en værdi fra FILO (først-in sidst-ud hób)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:529 msgid "empty heap?" msgstr "tom hób?" #: 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 "returnerer Sand hvis hób er tom" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:539 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541 msgid "comment" msgstr "kommentar" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:543 msgid "places a comment in your code" msgstr "placerer en kommentar i din kode" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549 msgid "print" msgstr "udskriv" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:553 msgid "prints value in status block at bottom of the screen" msgstr "udskriver værdi i statusblok i bunden af skærmen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563 msgid "Python chr operator" msgstr "Python chr-operator" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:572 msgid "Python int operator" msgstr "Python int-operator" #: 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 "Python" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 msgid "" "a programmable block: used to add advanced single-variable math equations, e." "g., sin(x)" msgstr "" "en blok som kan programmeres: anvendes til at føje avancerede matematiske " "ligninger med en enkelt variabel, f.eks., 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 "" "en blok som kan programmeres: anvendes til at føje avancerede matematiske " "ligninger med flere variabler, f.eks., sqrt(x*x+y*y)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:610 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sin(x+y+z)" msgstr "" "en blok som kan programmeres: anvendes til at føje avancerede matematiske " "ligninger med flere variabler, f.eks., 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 "Python-blok" #: 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 "kører kode fundet i modulet tamyblock.py som findes i Journal" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669 msgid "Cartesian" msgstr "Kartesisk" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:671 msgid "displays Cartesian coordinates" msgstr "fremviser kartesiske koordinator" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:677 msgid "polar" msgstr "polær" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:679 msgid "displays polar coordinates" msgstr "fremviser polære koordinater" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:685 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:756 msgid "turtle" msgstr "skildpadde" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689 msgid "chooses which turtle to command" msgstr "vælger skildpadden som skal kommanderes" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:698 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:707 msgid "turtle shell" msgstr "skildpaddeskjold" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708 msgid "put a custom 'shell' on the turtle" msgstr "putter et brugerdefineret 'skjold' på skildpadden" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:716 msgid "top of a collapsed stack" msgstr "top af sammenfoldet stak" #: 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 "indlæs" #: 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 msgid "loads a block" msgstr "indlæser en blok" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:745 msgid "setxy" msgstr "angiv xy" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:754 msgid "palette" msgstr "palet" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:757 msgid "selects a palette" msgstr "vælger en palet" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:765 msgid "Palette of presentation templates" msgstr "Palette af skabeloner for præsentation" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:772 msgid "hide blocks" msgstr "skjul blokke" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 msgid "declutters canvas by hiding blocks" msgstr "gør lærred overskueligt ved at skjule blokke" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781 msgid "show blocks" msgstr "vis blokke" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:783 msgid "restores hidden blocks" msgstr "genskaber skjulte blokke" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:791 msgid "hides the Sugar toolbars" msgstr "skjuler Sugar-værktøjsbjælkerne" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:800 msgid "list" msgstr "liste" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1039 msgid "presentation bulleted list" msgstr "punktopstilling i præsentation" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:812 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1041 msgid "presentation template: list of bullets" msgstr "skabelon for præsentation: liste med former for punktopstilling" #: 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 "skabelon for præsentation: vælg Journal-objekt (ingen beskrivelse)" #: 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 "skabelon for præsentation: vælg Journal-objekt (med beskrivelse)" #: 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 "skabelon for præsentation: vælg fire Journal-objekter" #: 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 "skabelon for præsentation: vælg to Journal-objekter" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:857 msgid "xcor of left of screen" msgstr "xkor for venstre del af skærmen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:862 msgid "bottom" msgstr "bund" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:865 msgid "ycor of bottom of screen" msgstr "ykor for bunden af skærm" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:870 taextras.py:247 msgid "width" msgstr "bredde" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:873 msgid "the canvas width" msgstr "bredden på lærred" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:881 msgid "xcor of right of screen" msgstr "x-kor for højreside af skærm" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:889 msgid "ycor of top of screen" msgstr "ykor for toppen af skærm" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:894 taextras.py:242 #: taextras.py:248 msgid "height" msgstr "højde" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897 msgid "the canvas height" msgstr "højde på lærred" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:904 msgid "title x" msgstr "titel x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:913 msgid "title y" msgstr "titel y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:922 msgid "left x" msgstr "venstre x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:931 msgid "top y" msgstr "øverste y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:940 msgid "right x" msgstr "højre x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:949 msgid "bottom y" msgstr "nederste y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:964 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:979 msgid "presentation 1x1" msgstr "præsentation 1x1" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:994 msgid "presentation 2x1" msgstr "præsentation 2x1" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1009 msgid "presentation 1x2" msgstr "præsentation 1x2" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1024 msgid "presentation 2x2" msgstr "præsentation 2x2" #: pysamples/forward_push.py:45 msgid "push destination rgb value to heap" msgstr "skub målværdi for rgb til hób" #: pysamples/grecord.py:215 msgid "stop" msgstr "stop" #: pysamples/grecord.py:217 msgid "play" msgstr "spil" #: pysamples/grecord.py:219 msgid "save" msgstr "gem" #: pysamples/uturn.py:24 msgid "uturn" msgstr "u-vending" #: pysamples/uturn.py:26 msgid "make a uturn" msgstr "lav en u-vending" #: taextras.py:36 msgid "Turtle Art Mini" msgstr "Skildpadde-kunst mini" #: taextras.py:40 msgid "Turtle Confusion" msgstr "Skildpadde-forvirring" #: taextras.py:41 msgid "Select a challenge" msgstr "Vælg en udfordring" #: taextras.py:47 msgid "Palette of Mexican pesos" msgstr "Palet af mexicanske pesos" #: taextras.py:48 msgid "Palette of Colombian pesos" msgstr "Palet af columbianske pesos" #: taextras.py:49 msgid "Palette of Rwandan francs" msgstr "Palet af Rwanda-franc" #: taextras.py:50 msgid "Palette of US dollars" msgstr "Palet af amerikanske dollar" #: taextras.py:51 msgid "Palette of Australian dollars" msgstr "Palet af australske dollar" #: taextras.py:52 msgid "Palette of Paraguayan Guaranies" msgstr "Palet af paraguayanske guaranies" #: taextras.py:53 msgid "Palette of Peruvian Nuevo Soles" msgstr "Palet af peruvianske nuevo soles" #: taextras.py:54 msgid "Palette of Uruguayan Pesos" msgstr "Palet af uruguayanske pesos" #. TRANS: Butia is the Arduino Robot Project from Uruguay #. (http://www.fing.edu.uy/inco/proyectos/butia/) #: taextras.py:60 msgid "TurtleBots" msgstr "Skildpadde-robotter" #: taextras.py:61 msgid "adjust LED intensity between 0 and 255" msgstr "justér LED-intensitet mellem 0 og 255" #: taextras.py:62 msgid "returns the object gray level as a number between 0 and 1023" msgstr "returnerer objektets gråniveau som et tal mellem 0 og 1023" #: taextras.py:63 msgid "returns 1 when the button is press and 0 otherwise" msgstr "returnerer 1 når knappen trykkes og hvis ikke 0" #: taextras.py:64 msgid "returns the ambient light level as a number between 0 and 1023" msgstr "returnerer det omgivende lysniveau som et tal mellem 0 o 1023" #: taextras.py:65 msgid "returns the ambient temperature as a number between 0 and 255" msgstr "returnerer den omgivende temperatur som et tal mellem 0 og 255" #: taextras.py:66 msgid "" "returns the distance from the object in front of the sensor as a number " "between 0 and 255" msgstr "" "returnerer distancen fra objektet foran sensoren som et tal mellem 0 og 255" #: taextras.py:68 msgid "returns 0 or 1 depending on the sensor inclination" msgstr "returnerer 0 eller 1 afhængig af sensorens vinkel" #: taextras.py:69 msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise" msgstr "returnerer 1 når sensoren registrerer et magnetfelt, hvis ikke 0" #: taextras.py:70 msgid "switches from 0 to 1, the frequency depends on the vibration" msgstr "skifter fra 0 til 1, frekvensen afhænger af vibrationen" #: taextras.py:71 msgid "LED" msgstr "LED" #: taextras.py:72 msgid "button" msgstr "knap" #: taextras.py:73 msgid "grayscale" msgstr "gråskala" #: taextras.py:74 msgid "ambient light" msgstr "omgivende lys" #: taextras.py:75 msgid "temperature" msgstr "temperatur" #: taextras.py:76 taextras.py:292 msgid "distance" msgstr "distance" #: taextras.py:77 taextras.py:289 msgid "tilt" msgstr "vip" #: taextras.py:78 msgid "magnetic induction" msgstr "magnetisk induktion" #: taextras.py:79 msgid "vibration" msgstr "vibration" #: taextras.py:80 msgid "Butia Robot" msgstr "Butia-robot" #: taextras.py:81 msgid "refresh Butia" msgstr "opfrisk Butia" #: taextras.py:82 msgid "refresh the state of the Butia palette and blocks" msgstr "opfrisk tilstanden for Butia-paletten og blokkene" #. TRANS: This string is shorthand for "battery charge of Butia" #: taextras.py:84 msgid "battery charge Butia" msgstr "Butia batteriopladning" #: taextras.py:85 msgid "returns the battery charge as a number between 0 and 255" msgstr "returnerer batteriopladningen som et tal mellem 0 og 255" #. TRANS: This string is shorthand for "speed of Butia" #: taextras.py:87 msgid "speed Butia" msgstr "Butia hastighed" #: taextras.py:88 msgid "" "set the speed of the Butia motors to a value between 0 and 1023, passed by " "an argument" msgstr "" "angiver hastigheden af Butia-motorerne som en værdi mellem 0 og 1023, sendt " "gennem et argument" #. TRANS: This string is shorthand for "move Butia forward" #: taextras.py:91 msgid "forward Butia" msgstr "ryk Butia frem" #: taextras.py:92 msgid "move the Butia robot forward" msgstr "flyt Butia-robotten fremad" #: taextras.py:93 msgid "move the Butia robot forward a predefined distance" msgstr "flyt Butia-robotten fremad med en forudbestemt distance" #. TRANS: This string is shorthand for "turn Butia left" #: taextras.py:95 msgid "left Butia" msgstr "Butia til venstre" #: taextras.py:96 msgid "turn the Butia robot to the left" msgstr "drej Butia-robotten mod venstre" #. TRANS: This string is shorthand for "move Butia backward" #: taextras.py:98 msgid "backward Butia" msgstr "ryk Butia tilbage" #: taextras.py:99 msgid "move the Butia robot backward" msgstr "flyt Butia-robotten tilbage" #: taextras.py:100 msgid "move the Butia robot backward a predefined distance" msgstr "flyt Butia-robotten bagud med en forudbestemt distance" #. TRANS: This string is shorthand for "turn Butia right" #: taextras.py:102 msgid "right Butia" msgstr "Butia til højre" #: taextras.py:103 msgid "turn the Butia robot at right" msgstr "drej Butia-robotten mod højre" #: taextras.py:104 msgid "turn Butia" msgstr "drej Butia" #: taextras.py:105 msgid "turn the Butia robot x degrees" msgstr "drej Butia-robotten x grader" #: taextras.py:106 msgid "stop Butia" msgstr "stop Butia" #: taextras.py:107 msgid "stop the Butia robot" msgstr "stop Butia-robotten" #: taextras.py:108 msgid "display Butia" msgstr "vis Butia" #: taextras.py:109 msgid "Hello World Butia " msgstr "Hello World Butia " #. TRANS: this string must contain only ASCII characters. #. The len must be 32 characters/spaces. #: taextras.py:112 msgid "print text in Butia robot 32-character ASCII display" msgstr "udskriv tekst i Butia-robottens 32-tegns ASCII-skærm" #: taextras.py:113 msgid "Butia" msgstr "Butia" #: taextras.py:117 msgid "Error on initialization of the camera" msgstr "Fejl under initialisering af kameraet" #: taextras.py:118 msgid "No camera was found" msgstr "Der blev ikke fundet et kamera" #: taextras.py:119 msgid "Error stopping camera" msgstr "Fejl under standsning af kamera" #: taextras.py:120 msgid "Error starting camera" msgstr "Fejl under start af kamera" #. TRANS: The "mask" is used to restrict processing to a region in the image #: taextras.py:122 msgid "Error making mask" msgstr "Fejl under oprettelse af maske" #: taextras.py:123 msgid "FollowMe" msgstr "FølgMig" #: taextras.py:124 msgid "follow" msgstr "følg" #. TRANS: Green component of a color #: taextras.py:126 msgid "G" msgstr "G" #. TRANS: Red component of a color #: taextras.py:128 msgid "R" msgstr "R" #. TRANS: Blue component of a color #: taextras.py:130 msgid "B" msgstr "B" #: taextras.py:131 msgid "follow a RGB color" msgstr "følg en RGB-farve" #: taextras.py:132 msgid "threshold" msgstr "tærskelværdi" #: taextras.py:133 msgid "set a threshold for a RGB color" msgstr "angiv en grænse for en RGB-farve" #. TRANS: the calibration can be saved for later use #: taextras.py:135 msgid "save calibration 1" msgstr "gem kalibrering 1" #: taextras.py:136 msgid "stores a calibration in calibration 1" msgstr "gemmer en kalibrering i kalibrering 1" #. TRANS: the calibration can be saved for later use #: taextras.py:138 msgid "save calibration 2" msgstr "gem kalibrering 2" #: taextras.py:139 msgid "stores a calibration in calibration 2" msgstr "gemmer en kalibrering i kalibrering 2" #. TRANS: the calibration is used to match an RGB color to a target #: taextras.py:141 msgid "calibration" msgstr "kalibrering" #: taextras.py:142 msgid "stores a personalized calibration" msgstr "gemmer en personaliseret kalibrering" #: taextras.py:143 msgid "calibration 1" msgstr "kalibrering 1" #: taextras.py:144 msgid "return calibration 1" msgstr "returnér kalibrering 1" #: taextras.py:145 msgid "calibration 2" msgstr "kalibrering 2" #: taextras.py:146 msgid "return calibration 2" msgstr "returnér kalibrering 2" #: taextras.py:147 msgid "return a personalized calibration" msgstr "returnér en personaliseret kalibrering" #: taextras.py:148 msgid "x position" msgstr "x-position" #: taextras.py:149 msgid "return x position" msgstr "returnerer x-position" #: taextras.py:150 msgid "y position" msgstr "y-position" #: taextras.py:151 msgid "return y position" msgstr "returnerer y-position" #: taextras.py:152 msgid "pixels" msgstr "billedpunkter" #: taextras.py:153 msgid "return the number of pixels of the biggest blob" msgstr "returnér antallet af billedpunkter for den største klat" #: taextras.py:154 msgid "follow a color or calibration" msgstr "følg en farve eller en kalibrering" #: taextras.py:155 msgid "minimum pixels" msgstr "mindste antal billedpunkter" #: taextras.py:156 msgid "set the minimal number of pixels to follow" msgstr "angiv det mindste antal billedpunkter som skal følges" #: taextras.py:157 msgid "camera mode" msgstr "kamera-tilstand" #: taextras.py:158 msgid "set the color mode of the camera: RGB, YUV, or HSV" msgstr "angiver farvetilstanden for kameraet: RGB, YUV eller HSV" #: taextras.py:159 msgid "RGB" msgstr "RGB" #: taextras.py:160 msgid "set the color mode of the camera to RGB" msgstr "angiver at farvetilstanden for kameraet er RGB" #: taextras.py:161 msgid "YUV" msgstr "YUV" #: taextras.py:162 msgid "set the color mode of the camera to YUV" msgstr "angiver at farvetilstanden for kameraet er YUV" #: taextras.py:163 msgid "HSV" msgstr "HSV" #: taextras.py:164 msgid "set the color mode of the camera to HSV" msgstr "angiver at farvetilstanden for kameraet er HSV" #: taextras.py:165 msgid "empty calibration" msgstr "tøm kalibrering" #: taextras.py:166 msgid "error in string conversion" msgstr "fejl i konvertering af streng" #. TRANS: SumBot is a robot programmed for "Sumo wrestling" #: taextras.py:171 msgid "SumBot" msgstr "SumBot" #: taextras.py:172 msgid "speed SumBot" msgstr "SumBot hastighed" #: taextras.py:173 msgid "submit the speed to the SumBot" msgstr "send hastigheden til SumBotten" #: taextras.py:174 msgid "set the default speed for the movement commands" msgstr "angiv standard for hastigheden på flytte-kommandoer" #. TRANS: This string is shorthand for "move SumBot forward" #: taextras.py:176 msgid "forward SumBot" msgstr "ryk SumBot frem" #: taextras.py:177 msgid "move SumBot forward" msgstr "flyt SumBot frem" #. TRANS: This string is shorthand for "move SumBot backward" #: taextras.py:179 msgid "backward SumBot" msgstr "ryk SumBot tilbage" #: taextras.py:180 msgid "move SumBot backward" msgstr "flyt SumBot tilbage" #: taextras.py:181 msgid "stop SumBot" msgstr "stop SumBot" #: taextras.py:182 msgid "stop the SumBot" msgstr "stop SumBotten" #. TRANS: This string is shorthand for "turn SumBot left" #: taextras.py:184 msgid "left SumBot" msgstr "SumBot til venstre" #: taextras.py:185 msgid "turn left the SumBot" msgstr "drej Sumbotten til venstre" #. TRANS: This string is shorthand for "move SumBot right" #: taextras.py:187 msgid "right SumBot" msgstr "SumBot til højre" #: taextras.py:188 msgid "turn right the SumBot" msgstr "drej SumBotten til højre" #. TRANS: The angle to the center is the angle SumBot must turn to #. face the center of the playing field #: taextras.py:191 msgid "angle to center" msgstr "vinkel til centrum" #. TRANS: dohyo is the playing field #: taextras.py:193 msgid "get the angle to the center of the dohyo" msgstr "hent vinklen til dohyoens centrum" #. TRANS: The angle to the center is the angle SumBot must turn to #. face the Enemy (opponent) #: taextras.py:196 msgid "angle to Enemy" msgstr "vinkel en fjende" #: taextras.py:197 msgid "get the angle to the Enemy" msgstr "hent vinklen til fjenden" #. TRANS: This string is shorthand for "x coordinate of SumBot" #: taextras.py:199 msgid "x coor. SumBot" msgstr "x-koord. SumBot" #: taextras.py:200 msgid "get the x coordinate of the SumBot" msgstr "hent x-koordinatet for SumBotten" #. TRANS: This string is shorthand for "y coordinate of SumBot" #: taextras.py:202 msgid "y coor. SumBot" msgstr "y-koord. SumBot" #: taextras.py:203 msgid "get the y coordinate of the SumBot" msgstr "hent y-koordinatet for SumBotten" #. TRANS: This string is shorthand for "x coordinate of SumBot's enemy" #: taextras.py:205 msgid "x coor. Enemy" msgstr "x-koord. fjende" #: taextras.py:206 msgid "get the x coordinate of the Enemy" msgstr "hent x-koordinatet for fjenden" #. TRANS: This string is shorthand for "y coordinate of SumBot's enemy" #: taextras.py:208 msgid "y coor. Enemy" msgstr "y-koord. fjende" #: taextras.py:209 msgid "get the y coordinate of the Enemy" msgstr "hent y-koordinatet for fjenden" #. TRANS: This string is shorthand for "rotation of SumBot" #: taextras.py:211 msgid "rotation SumBot" msgstr "rotation for SumBot" #: taextras.py:212 msgid "get the rotation of the Sumbot" msgstr "hent rotationen for SumBotten" #. TRANS: This string is shorthand for "rotation of SumBot's enemy" #: taextras.py:214 msgid "rotation Enemy" msgstr "rotation for fjende" #: taextras.py:215 msgid "get the rotation of the Enemy" msgstr "hent rotationen for fjenden" #: taextras.py:216 msgid "distance to center" msgstr "afstand til centrum" #. TRANS: dohyo is the playing field #: taextras.py:218 msgid "get the distance to the center of the dohyo" msgstr "hent afstanden til dohyoens centrum" #: taextras.py:219 msgid "distance to Enemy" msgstr "afstand til fjende" #: taextras.py:220 msgid "get the distance to the Enemy" msgstr "hent afstanden til fjenden" #: taextras.py:221 msgid "update information" msgstr "opdatér information" #: taextras.py:222 msgid "update information from the server" msgstr "opdatér information fra serveren" #. TRANS: Please use similar terms to those used in the Physics Activity #: taextras.py:227 msgid "Palette of physics blocks" msgstr "Palette af fysik-blokke" #: taextras.py:228 msgid "start polygon" msgstr "start polygon" #: taextras.py:229 msgid "Begin defining a new polygon based on the current Turtle xy position." msgstr "" "Begynd med at definere en ny polygon baseret på den nuværende xy-position " "for skildpadde." #: taextras.py:231 msgid "add point" msgstr "tilføj punkt" #: taextras.py:232 msgid "" "Add a new point to the current polygon based on the current Turtle xy " "position." msgstr "" "Tilføj et nyt punkt til den nuværende polygon baseret på den nuværende xy-" "position for skildpadde." #: taextras.py:234 msgid "end polygon" msgstr "afslut polygon" #: taextras.py:235 msgid "Define a new polygon." msgstr "Definér en ny polygon." #: taextras.py:236 msgid "end filled polygon" msgstr "afslut udfyldt polygon" #: taextras.py:237 msgid "Not a simple polygon" msgstr "Ikke en simpel polygon" #: taextras.py:238 msgid "Define a new filled polygon." msgstr "Definér en ny udfyldt polygon." #: taextras.py:239 msgid "triangle" msgstr "trekant" #. TRANS: base of a triangle #: taextras.py:241 msgid "base" msgstr "base" #: taextras.py:243 msgid "Add a triangle object to the project." msgstr "Tilføj et trekantsobjekt til projektet." #: taextras.py:244 msgid "circle" msgstr "cirkel" #: taextras.py:245 msgid "Add a circle object to the project." msgstr "Tilføj et cirkelobjekt til projektet." #: taextras.py:246 msgid "rectangle" msgstr "rektangel" #: taextras.py:249 msgid "Add a rectangle object to the project." msgstr "Tilføj et rektangelobjekt til projektet." #: taextras.py:250 msgid "reset" msgstr "nulstil" #: taextras.py:251 msgid "Reset the project; clear the object list." msgstr "Nulstil projektet; ryd objektlisten." #: taextras.py:252 msgid "motor" msgstr "motor" #. TRANS: torque as in engine torque #: taextras.py:254 msgid "torque" msgstr "drejningsmoment" #: taextras.py:255 msgid "speed" msgstr "hastighed" #: taextras.py:256 msgid "" "Motor torque and speed range from 0 (off) to positive numbers; motor is " "placed on the most recent object created." msgstr "" "Drejningsmoment på motor og hastighedsinterval fra 0 (fra) til positive tal; " "motor placeres på det objekt som allersenest er oprettet." #: taextras.py:258 taextras.py:392 msgid "pin" msgstr "fastgør" #: taextras.py:259 msgid "Pin an object down so that it cannot fall." msgstr "Fastgør et objekt nede, så det ikke kan falde." #: taextras.py:260 msgid "joint" msgstr "sammensæt" #: taextras.py:263 msgid "" "Join two objects together (the most recent object created and the object at " "point x, y)." msgstr "" "Sammensæt to objekter (de allersenest oprettede objekt og objektet ved " "punktet x, y)." #: taextras.py:265 msgid "save as Physics activity" msgstr "gem som Fysik-aktivitet" #: taextras.py:266 msgid "Save the project to the Journal as a Physics activity." msgstr "Gem projektet til Journalen som en fysik-aktivitet." #. TRANS: Here, gear means a toothed wheel, as in a clock-works #: taextras.py:268 msgid "gear" msgstr "gear" #: taextras.py:269 msgid "Add a gear object to the project." msgstr "Tilføj et gear-objekt til projektet." #: taextras.py:270 msgid "density" msgstr "tæthed" #: taextras.py:271 msgid "" "Set the density property for objects (density can be any positive number)." msgstr "" "Angiv tæthedsegenskab for objekter (tæthed kan være ethvert positivt tal)." #: taextras.py:273 msgid "friction" msgstr "friktion" #: taextras.py:274 msgid "" "Set the friction property for objects (value from 0 to 1, where 0 turns " "friction off and 1 is strong friction)." msgstr "" "Angiv friktionsegenskaben for objekter (værdi fra 0 til 1, hvor 0 slår " "friktion fra og 1 er stærk friktion)." #. TRANS: bounciness is coefficient of restitution #: taextras.py:277 msgid "bounciness" msgstr "fjedringsgrad" #: taextras.py:278 msgid "" "Set the bounciness property for objects (a value from 0 to 1, where 0 means " "no bounce and 1 is very bouncy)." msgstr "" "Angiv fjedringsgraden for objekter (en værdi fra 0 til 1, hvor 0 betyder " "ingen fjedring og 1 er stærk fjedring)." #. TRANS: dynamic here means moving vs in a fixed position #: taextras.py:281 msgid "dynamic" msgstr "dynamisk" #: taextras.py:282 msgid "" "If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position." msgstr "" "Hvis dynamisk = 1, så kan objektet flytte sig; hvis dynamisk = 0, så er det " "fikseret i position." #. TRANS: WeDo is a robotics product of the LEGO company #: taextras.py:288 msgid "Palette of WeDo blocks" msgstr "Palette af WeDo-blokke" #: taextras.py:290 msgid "" "tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == " "tilt left, 2 == tilt right)" msgstr "" "hældningssensor output (-1 == ingen hældning, 0 == hæld fremad, 3 == hæld " "tilbage, 1 == hæld til venstre, 2 == hæld til højre)" #. TRANS: This string is shorthand for "output of the distance sensor" #: taextras.py:294 msgid "distance sensor output" msgstr "afstandssensor output" #: taextras.py:295 msgid "Motor A" msgstr "Motor A" #: taextras.py:296 msgid "returns the current value of Motor A" msgstr "returnerer nuværende værdi fra Motor A" #: taextras.py:297 msgid "Motor B" msgstr "Motor B" #: taextras.py:298 msgid "returns the current value of Motor B" msgstr "returnerer nuværende værdi fra Motor B" #: taextras.py:299 msgid "set the value for Motor A" msgstr "angiv værdien for Motor A" #: taextras.py:300 msgid "set the value for Motor B" msgstr "angiv værdien for Motor B" #. TRANS: Lego NXT is a robotics product of the LEGO company #: taextras.py:305 msgid "Palette of LEGO NXT blocks of motors" msgstr "Palet med motorer bestående af LEGO NXT-blokke" #: taextras.py:306 msgid "Palette of LEGO NXT blocks of sensors" msgstr "Palet med sensorer bestående af LEGO NXT-blokke" #. TRANS: touch sensor (implemented as a button) #: taextras.py:308 msgid "touch" msgstr "berør" #. TRANS: distance sensor (implemented using ultrasonics) #: taextras.py:310 msgid "ultrasonic" msgstr "ultrasonisk" #: taextras.py:312 msgid "light" msgstr "lys" #: taextras.py:314 msgid "PORT A" msgstr "PORT A" #: taextras.py:315 msgid "PORT B" msgstr "PORT B" #: taextras.py:316 msgid "PORT C" msgstr "PORT C" #: taextras.py:317 msgid "PORT 1" msgstr "PORT 1" #: taextras.py:318 msgid "PORT 2" msgstr "PORT 2" #: taextras.py:319 msgid "PORT 3" msgstr "PORT 3" #: taextras.py:320 msgid "PORT 4" msgstr "PORT 4" #. TRANS: The brick is the NXT controller #: taextras.py:322 msgid "Please check the connection with the brick." msgstr "Tjek venligst forbindelsen til klodsen." #: taextras.py:323 msgid "Please check the port." msgstr "Tjek venligst porten." #: taextras.py:324 msgid "The value of power must be between -127 to 127." msgstr "Værdien af kraften skal være mellem -127 til 127." #: taextras.py:325 msgid "An error has occurred: check all connections and try to reconnect." msgstr "En fejl er opstået: tjek alle forbindelser og forsøg at tilslutte igen." #: taextras.py:326 msgid "NXT found" msgstr "NXT fundet" #: taextras.py:327 msgid "NXT not found" msgstr "NXT ikke fundet" #: taextras.py:328 msgid "refresh NXT" msgstr "opfrisk NXT" #: taextras.py:329 msgid "Search for a connected NXT brick." msgstr "Søg efter en tilsluttet NXT-klods." #: taextras.py:330 msgid "play tone" msgstr "afspil tone" #: taextras.py:331 msgid "frequency" msgstr "frekvens" #: taextras.py:333 msgid "Play a tone at frequency for time." msgstr "Afspil en tone ved frekvens for tid." #. TRANS: turn is the action and rotations is quantity of turns #: taextras.py:335 msgid "" "turn motor\n" "rotations" msgstr "" "drej motor\n" "omdrejninger" #: taextras.py:336 msgid "port" msgstr "port" #: taextras.py:337 msgid "power" msgstr "kraft" #: taextras.py:338 msgid "turn a motor" msgstr "drej en motor" #: taextras.py:339 msgid "" "synchronize motors\n" "steering" msgstr "" "synkronisér moterer\n" "styring" #: taextras.py:340 msgid "rotations" msgstr "rotationer" #: taextras.py:341 msgid "synchronize two motors connected in PORT B and PORT C" msgstr "synkronisér to motorer tilsluttet PORT B og PORT C" #: taextras.py:342 msgid "PORT A of the brick" msgstr "PORT A på klodsen" #: taextras.py:343 msgid "PORT B of the brick" msgstr "PORT B på klodsen" #: taextras.py:344 msgid "PORT C of the brick" msgstr "PORT C på klodsen" #: taextras.py:345 msgid "start motor" msgstr "start motor" #: taextras.py:346 msgid "Run a motor forever." msgstr "Kør en motor for evigt." #: taextras.py:347 msgid "brake motor" msgstr "brems motor" #: taextras.py:348 msgid "Stop a specified motor." msgstr "Stop en angivet motor." #. TRANS: reset is used to reset the counter associated with the motor #: taextras.py:350 msgid "reset motor" msgstr "nulstil motor" #: taextras.py:351 msgid "Reset the motor counter." msgstr "Nulstil motorens tæller." #: taextras.py:352 msgid "motor position" msgstr "motorens placering" #: taextras.py:353 msgid "Get the motor position." msgstr "Hent motorens placering." #: taextras.py:354 msgid "PORT 1 of the brick" msgstr "PORT 1 på klodsen" #: taextras.py:355 msgid "PORT 2 of the brick" msgstr "PORT 2 på klodsen" #: taextras.py:356 msgid "PORT 3 of the brick" msgstr "PORT 3 på klodsen" #: taextras.py:357 msgid "PORT 4 of the brick" msgstr "PORT 4 på klodsen" #: taextras.py:358 msgid "read" msgstr "læs" #: taextras.py:359 msgid "sensor" msgstr "sensor" #: taextras.py:360 msgid "Read sensor output." msgstr "Læs uddata fra sensor." #: taextras.py:361 msgid "color sensor" msgstr "farve-sensor" #: taextras.py:362 msgid "light sensor" msgstr "lys-sensor" #: taextras.py:363 msgid "touch sensor" msgstr "berør sensor" #: taextras.py:364 msgid "distance sensor" msgstr "afstandssensor" #: taextras.py:365 msgid "sound sensor" msgstr "lydsensor" #. 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:368 msgid "set light" msgstr "angiv lys" #: taextras.py:369 msgid "Set color sensor light." msgstr "Angiv farve for sensor-lys." #. TRANS: the battery level is the charge level of the brick #: taextras.py:371 msgid "battery level" msgstr "batteri-niveau" #: taextras.py:372 msgid "Get battery level of brick." msgstr "Hent batteri-niveau for klods." #. TRANS: Arduino plugin to control an Arduino board #: taextras.py:377 msgid "Palette of Arduino blocks" msgstr "Palet af Arduino-blokke" #: taextras.py:378 msgid "HIGH" msgstr "HØJ" #: taextras.py:379 msgid "LOW" msgstr "LAV" #: taextras.py:380 msgid "INPUT" msgstr "INPUT" #: taextras.py:381 msgid "OUTPUT" msgstr "OUTPUT" #. TRANS: PWM is pulse-width modulation #: taextras.py:383 msgid "PWM" msgstr "PBM" #: taextras.py:384 msgid "SERVO" msgstr "SERVO" #: taextras.py:385 msgid "ERROR: Check the Arduino and the number of port." msgstr "FEJL: Tjek Arduiono'en og nummeret på porten." #: taextras.py:386 msgid "ERROR: Value must be a number from 0 to 255." msgstr "FEJL: Værdi skal være et tal mellem 0 og 255." #: taextras.py:387 msgid "ERROR: Value must be either HIGH or LOW." msgstr "FEJL: Værdiskal vær enten HØJ eller LAV." #: taextras.py:388 msgid "ERROR: The mode must be either INPUT, OUTPUT, PWM or SERVO." msgstr "FEJL: Tilstanden skal være enten INPUT, OUTPUT, PBM eller SERVO." #. TRANS: pin mode is used to specify the mode (INPUT, OUTPUT, etc) #. in which an I/O pin is being used. #: taextras.py:391 msgid "pin mode" msgstr "pin-tilstand" #: taextras.py:393 msgid "mode" msgstr "tilstand" #: taextras.py:394 msgid "Select the pin function (INPUT, OUTPUT, PWM, SERVO)." msgstr "Vælg pin-funktionen (INPUT, OUTPUT, PBM, SERVO)." #: taextras.py:395 msgid "analog write" msgstr "analog skrivning" #: taextras.py:397 msgid "Write analog value in specified port." msgstr "Skriv analog værdi i angivet port." #: taextras.py:398 msgid "analog read" msgstr "analog læsning" #: taextras.py:399 msgid "" "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 "" "Læs værdi for analog port. Værdi skal mellem 0 og 1023. Brug Vref til at " "fastslå spændingen. For USB, volt=((aflæs)*5)/1024) tilnærmelsesvis." #: taextras.py:401 msgid "digital write" msgstr "digital skrivning" #: taextras.py:402 msgid "Write digital value to specified port." msgstr "Værdi for digital skrivning for angivet port." #: taextras.py:403 msgid "digital read" msgstr "digital læsning" #: taextras.py:404 msgid "Read value from digital port." msgstr "Læs værdi fra digital port." #: taextras.py:405 msgid "Set HIGH value for digital port." msgstr "Angiv værdien af HØJ for digital port." #: taextras.py:406 msgid "Configure Arduino port for digital input." msgstr "Sæt Arduino-port til digitalt input." #: taextras.py:407 msgid "Configure Arduino port to drive a servo." msgstr "Angiv Arduino-port for at køre en servo." #: taextras.py:408 msgid "Set LOW value for digital port." msgstr "Angiv værdien af LAV for digital port." #: taextras.py:409 msgid "Configure Arduino port for digital output." msgstr "Sæt Arduino-port til digitalt output." #: taextras.py:410 msgid "Configure Arduino port for PWM (pulse-width modulation)." msgstr "Sæt Arduino-port til PBM (pulsbreddemodulation)." #: turtleblocks.py:80 msgid "usage is" msgstr "forbrug er" #: turtleblocks.py:232 msgid "No option action:" msgstr "Ingen handling for valgmulighed:" #: turtleblocks.py:247 msgid "File not found" msgstr "Fil blev ikke fundet" #: turtleblocks.py:271 #, python-format msgid "Configuration directory not writable: %s" msgstr "Der kan ikke skrives til konfigurationskatalog: %s" #: turtleblocks.py:327 msgid "New" msgstr "Ny" #: turtleblocks.py:328 msgid "Open" msgstr "Åbn" #: turtleblocks.py:329 msgid "Save" msgstr "Gem" #: turtleblocks.py:330 msgid "Save as" msgstr "Gem som" #: turtleblocks.py:335 msgid "Quit" msgstr "Afslut" #: turtleblocks.py:336 msgid "File" msgstr "Fil" #: turtleblocks.py:343 msgid "Rescale coordinates" msgstr "Genskalér koordinater" #: turtleblocks.py:349 msgid "Reset block size" msgstr "Nulstil blokstørrelse" #: turtleblocks.py:367 msgid "Show/hide blocks" msgstr "Vis/skjul blokke" #: turtleblocks.py:369 msgid "Tools" msgstr "Værktøjer" #: turtleblocks.py:375 msgid "Debug" msgstr "Fejlsøg" #: turtleblocks.py:377 msgid "Turtle" msgstr "Skildpadde" #: turtleblocks.py:411 msgid "You have unsaved work. Would you like to save before quitting?" msgstr "Du har arbejde som ikke er gemt. Vil du gemme før du afslutter?" #: turtleblocks.py:412 msgid "Save project?" msgstr "Gem projekt?" #~ msgid "delay Butia" #~ msgstr "udsæt Butia" #~ msgid "wait for argument seconds" #~ msgstr "vent på argument sekunder" #~ msgid "refresh Butia palette" #~ msgstr "opfrisk Butia-palet" #~ msgid "The camera was not found." #~ msgstr "Kameraet blev ikke fundet." #~ msgid "then else" #~ msgstr "så ellers" #~ msgid "bottom of a collapsible stack" #~ msgstr "bunden af sammenfoldelig stak" #~ msgid "collapsed stack: click to open" #~ msgstr "sammenfoldet stak: klik for at åbne" #~ msgid "bottom block in a collapsed stack: click to open" #~ msgstr "nederste blok i en sammenfoldet stak: klik for at åbne" #~ msgid "top of stack" #~ msgstr "øverst i stakken" #~ msgid "label" #~ msgstr "mærkat" #~ msgid "True" #~ msgstr "Sand" #~ msgid "False" #~ msgstr "Falsk" #~ msgid "Save as HTML" #~ msgstr "Gem som HTML" #~ msgid "d" #~ msgstr "d" #~ msgid "Palette of US currencies" #~ msgstr "Palet af amerikanske valutaer" #~ msgid "Palette of Australian currencies" #~ msgstr "Palet af australske valutaer" #~ msgid "Palette of Guaranies" #~ msgstr "Palet af guaranier" #~ msgid "Palette of Soles" #~ msgstr "Palet af soles" #~ msgid "presentation" #~ msgstr "præsentation" #~ msgid "follow a turtle color" #~ msgstr "følg en skildpadde-farve" #~ msgid "calibrate" #~ msgstr "kalibrér" #~ msgid "calibrate a color to follow" #~ msgstr "kalibrér en farve som skal følges" #~ msgid "freq" #~ msgstr "frekvens" #~ msgid "" #~ "sync motors\n" #~ "steering" #~ msgstr "" #~ "synkroniser motorer\n" #~ "styring" #~ msgid "synchronize two motors" #~ msgstr "synkronisér to motorer" #~ msgid "b" #~ msgstr "b" #~ msgid "Palette of LEGO NXT blocks" #~ msgstr "Palet af LEGO NXT-klodser" #~ msgid "Move the cursor over the orange palette for help." #~ msgstr "Bevæg markøren over den orange palette for hjælp." #~ msgid "Turtle Art Butia" #~ msgstr "Skildpadde-kunst Butia" #~ msgid "pushbutton" #~ msgstr "trykknap" #~ msgid "brake a specified motor" #~ msgstr "brems en specifik motor" #~ msgid "" #~ "returns the object gray level encountered him as a number between 0 and 1023" #~ msgstr "returnerer objekt-gråniveauet som mødte ham som et tal mellem 0 og 1023" #~ msgid "activity count" #~ msgstr "optælling af aktiviteter" #~ msgid "Import/Export" #~ msgstr "Import/Eksport" #~ msgid "Import project from the Journal" #~ msgstr "Importér projekt fra Journal" #~ msgid "turtle blocks" #~ msgstr "skildpadde-blokke" #~ msgid "Butia battery charge" #~ msgstr "Butia batteriopladning" #~ msgid "Butia speed" #~ msgstr "Butia-hastighed" #~ msgid "forward distance" #~ msgstr "distance fremad" #~ msgid "backward distance" #~ msgstr "distance bagud" #~ msgid "Turn x degrees" #~ msgstr "Drej x grader" #~ msgid "print Butia" #~ msgstr "udskriv Butia" #~ msgid "Sumo Butia" #~ msgstr "Sumo Butia" #~ msgid "submit speed​​" #~ msgstr "indsend hastighed" #~ msgid "Send speed to the robot." #~ msgstr "Send hastighed til robotten." #~ msgid "set speed" #~ msgstr "angiv hastighed" #~ msgid "move" #~ msgstr "flyt" #~ msgid "turn left" #~ msgstr "drej til venstre" #~ msgid "turn right" #~ msgstr "drej til højre" #~ msgid "angle to the opponent" #~ msgstr "vinkel til modstanderen" #~ msgid "Get the angle to the center of the opponent." #~ msgstr "Hent vinklen til modstanderens centrum." #~ msgid "x coor." #~ msgstr "x-koor." #~ msgid "y coor." #~ msgstr "x-koor." #~ msgid "opponent x coor." #~ msgstr "modstanders x-koor." #~ msgid "Get the x coordinate of the opponent." #~ msgstr "Hent x-koordinatet for modstanderen." #~ msgid "opponent y coor." #~ msgstr "modstanders y-koor." #~ msgid "Get the y coordinate of the opponent." #~ msgstr "Hent y-koordinatet for modstanderen." #~ msgid "Get SumBot rotation." #~ msgstr "Hent SumBot-rotation." #~ msgid "opponent rotation" #~ msgstr "modstanders rotation" #~ msgid "distance to opponent" #~ msgstr "afstand til modstander" #~ msgid "full screen" #~ msgstr "fuld skærm" #~ msgid "stack" #~ msgstr "stak" #~ msgid " " #~ msgstr " " #~ msgid " clean " #~ msgstr " rens " #~ msgid "numbers" #~ msgstr "tal" #~ msgid "write" #~ msgstr "skriv" #~ msgid "restore last" #~ msgstr "genskab sidste" #~ msgid "a programmable block: used to add advanced math equations, e.g., sin(x)" #~ msgstr "" #~ "en blok som kan programmeres: anvendes til at tilføje avanceret matematiske " #~ "ligninger, f.eks., sin(x)" #~ msgid "blocks" #~ msgstr "blokke" #~ msgid "text size" #~ msgstr "tekststørrelse" #~ msgid "sensor input resistance" #~ msgstr "modstand for sensor-input" #~ msgid "holds current text color (can be used in place of a number block)" #~ msgstr "holder aktuel tekstfarve (kan anvendes i stedet for en talblok)" #~ msgid "picture top" #~ msgstr "billede i top" #~ msgid "flow" #~ msgstr "flyd" #~ msgid "portfolio" #~ msgstr "portfolio" #~ msgid "restores most recent blocks from trash" #~ msgstr "genskaber seneste blokke fra papirkurv" #~ msgid "Load my block" #~ msgstr "Indlæs min blok" #~ msgid "Samples" #~ msgstr "Prøveindsamlinger" #~ msgid "picture left" #~ msgstr "billede til venstre" #~ msgid "Python code" #~ msgstr "Python-kode" #~ msgid "bottom block in a collapsibe stack: click to collapse" #~ msgstr "nederste blok i en sammenfoldelig stak: klik for at folde sammen" #~ msgid "Trashcan" #~ msgstr "Papirkurv" #~ msgid "pen" #~ msgstr "pen" #~ msgid "picture right" #~ msgstr "billede til højre" #~ msgid "volume" #~ msgstr "lydstyrke" #~ msgid "picture bottom" #~ msgstr "billedbund" #~ msgid "sensor voltage" #~ msgstr "spænding for sensor" #~ msgid "holds current text size (can be used in place of a number block)" #~ msgstr "holder aktuel tekststørrelse (kan anvendes i stedet for en talblok)" #~ msgid "extras" #~ msgstr "ekstramateriale"