# Translation of Inkscape to Danish. # This file is distributed under the same license as the Inkscape package. # Copyright (C) 2000, 2006 Free Software Foundation, Inc. # Keld Simonsen , 2000-2001. # Kjartan Maraas , 2000. # Rune Rønde Laursen , 2006. # #: ../share/filters/filters.svg.h:1 msgid "" msgstr "" "Project-Id-Version: inkscape\n" "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-04-11 21:30+0200\n" "PO-Revision-Date: 2006-11-05 18:36+0100\n" "Last-Translator: Rune Rønde Laursen \n" "Language-Team: Dansk \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../inkscape.desktop.in.h:1 msgid "Create and edit Scalable Vector Graphics images" msgstr "Opret og redigér SVG-billeder" #: ../inkscape.desktop.in.h:2 #, fuzzy msgid "Inkscape" msgstr "Afslut Inkscape" #: ../inkscape.desktop.in.h:3 #, fuzzy msgid "Inkscape Vector Graphics Editor" msgstr "Inkscape SVG Vector Illustrator" #: ../inkscape.desktop.in.h:4 #, fuzzy msgid "New Drawing" msgstr "Tegning" #: ../inkscape.desktop.in.h:5 #, fuzzy msgid "Vector Graphics Editor" msgstr "Inkscape SVG Vector Illustrator" #: ../share/extensions/dimension.py:105 #, fuzzy msgid "Please select an object." msgstr "Duplikér markerede objekter" #: ../share/extensions/dimension.py:130 msgid "Unable to process this object. Try changing it into a path first." msgstr "" #. report to the Inkscape console using errormsg #: ../share/extensions/draw_from_triangle.py:175 #, fuzzy msgid "Side Length 'a' (px): " msgstr "Trinlængde (px)" #: ../share/extensions/draw_from_triangle.py:176 #, fuzzy msgid "Side Length 'b' (px): " msgstr "Trinlængde (px)" #: ../share/extensions/draw_from_triangle.py:177 #, fuzzy msgid "Side Length 'c' (px): " msgstr "Trinlængde (px)" #: ../share/extensions/draw_from_triangle.py:178 msgid "Angle 'A' (radians): " msgstr "" #: ../share/extensions/draw_from_triangle.py:179 msgid "Angle 'B' (radians): " msgstr "" #: ../share/extensions/draw_from_triangle.py:180 msgid "Angle 'C' (radians): " msgstr "" #: ../share/extensions/draw_from_triangle.py:181 msgid "Semiperimeter (px): " msgstr "" #: ../share/extensions/draw_from_triangle.py:182 msgid "Area (px^2): " msgstr "" #: ../share/extensions/dxf_outlines.py:41 msgid "" "Failed to import the numpy or numpy.linalg modules. These modules are " "required by this extension. Please install them and try again." msgstr "" #: ../share/extensions/embedimage.py:75 msgid "" "No xlink:href or sodipodi:absref attributes found, or they do not point to " "an existing file! Unable to embed image." msgstr "" #: ../share/extensions/embedimage.py:77 #, python-format msgid "Sorry we could not locate %s" msgstr "" #: ../share/extensions/embedimage.py:102 #, python-format msgid "" "%s is not of type image/png, image/jpeg, image/bmp, image/gif, image/tiff, " "or image/x-icon" msgstr "" #: ../share/extensions/export_gimp_palette.py:14 msgid "" "The export_gpl.py module requires PyXML. Please download the latest version " "from http://pyxml.sourceforge.net/." msgstr "" #: ../share/extensions/extractimage.py:65 #, python-format msgid "Image extracted to: %s" msgstr "" #: ../share/extensions/extractimage.py:72 msgid "Unable to find image data." msgstr "" #: ../share/extensions/gcodetools.py:3317 #: ../share/extensions/gcodetools.py:4522 #: ../share/extensions/gcodetools.py:4695 #: ../share/extensions/gcodetools.py:6228 #: ../share/extensions/gcodetools.py:6423 msgid "No paths are selected! Trying to work on all available paths." msgstr "" #: ../share/extensions/gcodetools.py:3320 msgid "Noting is selected. Please select something." msgstr "" #: ../share/extensions/gcodetools.py:3860 #, fuzzy msgid "" "Directory does not exist! Please specify existing directory at Preferences " "tab!" msgstr "Mappen %s eksisterer ikke eller er ikke en mappe.\n" #: ../share/extensions/gcodetools.py:3890 #, fuzzy, python-format msgid "" "Can not write to specified file!\n" "%s" msgstr "" "Kan ikke skrive til fil %s.\n" "%s" #: ../share/extensions/gcodetools.py:4036 #, python-format msgid "" "Orientation points for '%s' layer have not been found! Please add " "orientation points using Orientation tab!" msgstr "" #: ../share/extensions/gcodetools.py:4043 #, python-format msgid "There are more than one orientation point groups in '%s' layer" msgstr "" #: ../share/extensions/gcodetools.py:4074 #: ../share/extensions/gcodetools.py:4076 msgid "" "Orientation points are wrong! (if there are two orientation points they " "should not be the same. If there are three orientation points they should " "not be in a straight line.)" msgstr "" #: ../share/extensions/gcodetools.py:4246 #, python-format msgid "" "Warning! Found bad orientation points in '%s' layer. Resulting Gcode could " "be corrupt!" msgstr "" #: ../share/extensions/gcodetools.py:4259 #, python-format msgid "" "Warning! Found bad graffiti reference point in '%s' layer. Resulting Gcode " "could be corrupt!" msgstr "" #. xgettext:no-pango-format #: ../share/extensions/gcodetools.py:4280 msgid "" "This extension works with Paths and Dynamic Offsets and groups of them only! " "All other objects will be ignored!\n" "Solution 1: press Path->Object to path or Shift+Ctrl+C.\n" "Solution 2: Path->Dynamic offset or Ctrl+J.\n" "Solution 3: export all contours to PostScript level 2 (File->Save As->.ps) " "and File->Import this file." msgstr "" #: ../share/extensions/gcodetools.py:4286 msgid "" "Document has no layers! Add at least one layer using layers panel (Ctrl+Shift" "+L)" msgstr "" #: ../share/extensions/gcodetools.py:4290 msgid "" "Warning! There are some paths in the root of the document, but not in any " "layer! Using bottom-most layer for them." msgstr "" #: ../share/extensions/gcodetools.py:4367 #, python-format msgid "" "Warning! Tool's and default tool's parameter's (%s) types are not the same " "( type('%s') != type('%s') )." msgstr "" #: ../share/extensions/gcodetools.py:4370 #, python-format msgid "Warning! Tool has parameter that default tool has not ( '%s': '%s' )." msgstr "" #: ../share/extensions/gcodetools.py:4384 #, python-format msgid "Layer '%s' contains more than one tool!" msgstr "" #: ../share/extensions/gcodetools.py:4387 #, python-format msgid "" "Can not find tool for '%s' layer! Please add one with Tools library tab!" msgstr "" #: ../share/extensions/gcodetools.py:4549 #: ../share/extensions/gcodetools.py:4704 msgid "" "Warning: One or more paths do not have 'd' parameter, try to Ungroup (Ctrl" "+Shift+G) and Object to Path (Ctrl+Shift+C)!" msgstr "" #: ../share/extensions/gcodetools.py:4663 msgid "" "Noting is selected. Please select something to convert to drill point " "(dxfpoint) or clear point sign." msgstr "" #: ../share/extensions/gcodetools.py:4746 #: ../share/extensions/gcodetools.py:4992 #, fuzzy msgid "This extension requires at least one selected path." msgstr "Opret forening af markerede stier" #: ../share/extensions/gcodetools.py:4752 #: ../share/extensions/gcodetools.py:4998 #, python-format msgid "Tool diameter must be > 0 but tool's diameter on '%s' layer is not!" msgstr "" #: ../share/extensions/gcodetools.py:4763 #: ../share/extensions/gcodetools.py:4952 #: ../share/extensions/gcodetools.py:5007 msgid "Warning: omitting non-path" msgstr "" #: ../share/extensions/gcodetools.py:5507 #, fuzzy msgid "Please select at least one path to engrave and run again." msgstr "Markér mindst to stier at udføre en boolsk operation på." #: ../share/extensions/gcodetools.py:5515 msgid "Unknown unit selected. mm assumed" msgstr "" #: ../share/extensions/gcodetools.py:5536 #, python-format msgid "Tool '%s' has no shape. 45 degree cone assumed!" msgstr "" #: ../share/extensions/gcodetools.py:5607 #: ../share/extensions/gcodetools.py:5612 msgid "csp_normalised_normal error. See log." msgstr "" #: ../share/extensions/gcodetools.py:5800 msgid "No need to engrave sharp angles." msgstr "" #: ../share/extensions/gcodetools.py:5844 msgid "" "Active layer already has orientation points! Remove them or select another " "layer!" msgstr "" #: ../share/extensions/gcodetools.py:5889 msgid "Active layer already has a tool! Remove it or select another layer!" msgstr "" #: ../share/extensions/gcodetools.py:6004 msgid "Selection is empty! Will compute whole drawing." msgstr "" #: ../share/extensions/gcodetools.py:6058 msgid "" "Tutorials, manuals and support can be found at\n" "English support forum:\n" "\thttp://www.cnc-club.ru/gcodetools\n" "and Russian support forum:\n" "\thttp://www.cnc-club.ru/gcodetoolsru" msgstr "" #: ../share/extensions/gcodetools.py:6103 msgid "Lathe X and Z axis remap should be 'X', 'Y' or 'Z'. Exiting..." msgstr "" #: ../share/extensions/gcodetools.py:6106 msgid "Lathe X and Z axis remap should be the same. Exiting..." msgstr "" #: ../share/extensions/gcodetools.py:6658 #, python-format msgid "" "Select one of the action tabs - Path to Gcode, Area, Engraving, DXF points, " "Orientation, Offset, Lathe or Tools library.\n" " Current active tab id is %s" msgstr "" #: ../share/extensions/gcodetools.py:6664 msgid "" "Orientation points have not been defined! A default set of orientation " "points has been automatically added." msgstr "" #: ../share/extensions/gcodetools.py:6668 msgid "" "Cutting tool has not been defined! A default tool has been automatically " "added." msgstr "" #: ../share/extensions/gimp_xcf.py:40 msgid "Gimp must be installed and set in your path variable." msgstr "" #: ../share/extensions/gimp_xcf.py:44 msgid "An error occurred while processing the XCF file." msgstr "" #: ../share/extensions/gimp_xcf.py:172 #, fuzzy msgid "This extension requires at least one non empty layer." msgstr "Opret forening af markerede stier" #: ../share/extensions/inkex.py:78 #, python-format msgid "" "The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore " "this extension. Please download and install the latest version from http://" "cheeseshop.python.org/pypi/lxml/, or install it through your package manager " "by a command like: sudo apt-get install python-lxml\n" "\n" "Technical details:\n" "%s" msgstr "" #: ../share/extensions/inkex.py:245 #, python-format msgid "No matching node for expression: %s" msgstr "" #: ../share/extensions/markers_strokepaint.py:78 #, python-format msgid "No style attribute found for id: %s" msgstr "" #: ../share/extensions/markers_strokepaint.py:132 #, python-format msgid "unable to locate marker: %s" msgstr "" #: ../share/extensions/pathalongpath.py:201 #: ../share/extensions/pathscatter.py:220 #: ../share/extensions/perspective.py:61 #, fuzzy msgid "This extension requires two selected paths." msgstr "Opret forening af markerede stier" #: ../share/extensions/pathalongpath.py:227 msgid "" "The total length of the pattern is too small :\n" "Please choose a larger object or set 'Space between copies' > 0" msgstr "" #: ../share/extensions/pathalongpath.py:270 msgid "" "The 'stretch' option requires that the pattern must have non-zero width :\n" "Please edit the pattern width." msgstr "" #: ../share/extensions/pathmodifier.py:229 #, python-format msgid "Please first convert objects to paths! (Got [%s].)" msgstr "" #: ../share/extensions/perspective.py:29 msgid "" "Failed to import the numpy or numpy.linalg modules. These modules are " "required by this extension. Please install them and try again. On a Debian-" "like system this can be done with the command, sudo apt-get install python-" "numpy." msgstr "" #: ../share/extensions/perspective.py:68 #: ../share/extensions/summersnight.py:52 #, python-format msgid "" "The first selected object is of type '%s'.\n" "Try using the procedure Path->Object to Path." msgstr "" #: ../share/extensions/perspective.py:75 #: ../share/extensions/summersnight.py:60 msgid "" "This extension requires that the second selected path be four nodes long." msgstr "" #: ../share/extensions/perspective.py:101 #: ../share/extensions/summersnight.py:93 msgid "" "The second selected object is a group, not a path.\n" "Try using the procedure Object->Ungroup." msgstr "" #: ../share/extensions/perspective.py:103 #: ../share/extensions/summersnight.py:95 msgid "" "The second selected object is not a path.\n" "Try using the procedure Path->Object to Path." msgstr "" #: ../share/extensions/perspective.py:106 #: ../share/extensions/summersnight.py:98 msgid "" "The first selected object is not a path.\n" "Try using the procedure Path->Object to Path." msgstr "" #: ../share/extensions/polyhedron_3d.py:60 msgid "" "Failed to import the numpy module. This module is required by this " "extension. Please install it and try again. On a Debian-like system this " "can be done with the command 'sudo apt-get install python-numpy'." msgstr "" #: ../share/extensions/polyhedron_3d.py:331 msgid "No face data found in specified file." msgstr "" #: ../share/extensions/polyhedron_3d.py:332 msgid "Try selecting \"Edge Specified\" in the Model File tab.\n" msgstr "" #: ../share/extensions/polyhedron_3d.py:338 msgid "No edge data found in specified file." msgstr "" #: ../share/extensions/polyhedron_3d.py:339 msgid "Try selecting \"Face Specified\" in the Model File tab.\n" msgstr "" #. we cannot generate a list of faces from the edges without a lot of computation #: ../share/extensions/polyhedron_3d.py:514 msgid "" "Face Data Not Found. Ensure file contains face data, and check the file is " "imported as \"Face-Specified\" under the \"Model File\" tab.\n" msgstr "" #: ../share/extensions/polyhedron_3d.py:516 msgid "Internal Error. No view type selected\n" msgstr "" #: ../share/extensions/summersnight.py:45 #, fuzzy msgid "" "This extension requires two selected paths. \n" "The second path must be exactly four nodes long." msgstr "Opret forening af markerede stier" #: ../share/extensions/svg_and_media_zip_output.py:127 #, fuzzy, python-format msgid "Could not locate file: %s" msgstr "Kunne ikke eksportere til filnavn %s.\n" #: ../share/extensions/svg_and_media_zip_output.py:192 msgid "Didn't find any fonts in this document/selection." msgstr "" #: ../share/extensions/svg_and_media_zip_output.py:195 #, python-format msgid "Found the following font only: %s" msgstr "" #: ../share/extensions/svg_and_media_zip_output.py:197 #, python-format msgid "" "Found the following fonts:\n" "%s" msgstr "" #: ../share/extensions/uniconv_output.py:120 msgid "You need to install the UniConvertor software.\n" msgstr "" #: ../share/extensions/web-set-att.py:56 #: ../share/extensions/web-transmit-att.py:52 msgid "You must select at least two elements." msgstr "" #: ../share/extensions/webslicer_export.py:57 msgid "You must give a directory to export the slices." msgstr "" #: ../share/extensions/webslicer_export.py:69 #, fuzzy, python-format msgid "Can't create \"%s\"." msgstr "" "Kan ikke oprette fil %s.\n" "%s" #: ../share/extensions/webslicer_export.py:70 #, fuzzy, python-format msgid "Error: %s" msgstr "Fejl" #: ../share/extensions/webslicer_export.py:73 #, fuzzy, python-format msgid "The directory \"%s\" does not exists." msgstr "Mappen %s eksisterer ikke eller er ikke en mappe.\n" #: ../share/extensions/webslicer_export.py:102 #, python-format msgid "You have more than one element with \"%s\" html-id." msgstr "" #: ../share/extensions/webslicer_export.py:332 msgid "You must install the ImageMagick to get JPG and GIF." msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Smart Jelly" msgstr "Mønsterudfyldning" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/bevels.h:63 #: ../src/extension/internal/filter/bevels.h:144 #: ../src/extension/internal/filter/bevels.h:228 #, fuzzy msgid "Bevels" msgstr "Hjul" #: ../share/filters/filters.svg.h:1 msgid "Same as Matte jelly but with more controls" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Metal Casting" msgstr "Venstre vinkel" #: ../share/filters/filters.svg.h:1 msgid "Smooth drop-like bevel with metallic finish" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Apparition" msgstr "Farvemætning" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/blurs.h:63 #: ../src/extension/internal/filter/blurs.h:132 #: ../src/extension/internal/filter/blurs.h:201 #: ../src/extension/internal/filter/blurs.h:267 #: ../src/extension/internal/filter/blurs.h:351 #, fuzzy msgid "Blurs" msgstr "Blå" #: ../share/filters/filters.svg.h:1 msgid "Edges are partly feathered out" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Jigsaw Piece" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Low, sharp bevel" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Rubber Stamp" msgstr "Antal trin" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/overlays.h:80 #, fuzzy msgid "Overlays" msgstr "Meter" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Random whiteouts inside" msgstr "Tilfældig placering" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Ink Bleed" msgstr "Blå" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Protrusions" msgstr "Placering:" #: ../share/filters/filters.svg.h:1 msgid "Inky splotches underneath the object" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Fire" msgstr "_Fil" #: ../share/filters/filters.svg.h:1 msgid "Edges of object are on fire" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Bloom" msgstr "Zoom" #: ../share/filters/filters.svg.h:1 msgid "Soft, cushion-like bevel with matte highlights" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Ridged Border" msgstr "Flyt" #: ../share/filters/filters.svg.h:1 msgid "Ridged border with inner bevel" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Ripple" msgstr "_Slip" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/distort.h:96 #: ../src/extension/internal/filter/distort.h:205 #, fuzzy msgid "Distort" msgstr "Opdeling" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Horizontal rippling of edges" msgstr "Vandret radius af afrundede hjørner" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Speckle" msgstr "Fjern m_arkering" #: ../share/filters/filters.svg.h:1 msgid "Fill object with sparse translucent specks" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Oil Slick" msgstr "Fri" #: ../share/filters/filters.svg.h:1 msgid "Rainbow-colored semitransparent oily splotches" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Frost" msgstr "Skrifttype" #: ../share/filters/filters.svg.h:1 msgid "Flake-like white splotches" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Leopard Fur" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Materials" msgstr "Matri_x" #: ../share/filters/filters.svg.h:1 msgid "Leopard spots (loses object's own color)" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Zebra" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Irregular vertical dark stripes (loses object's own color)" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Clouds" msgstr "_Luk" #: ../share/filters/filters.svg.h:1 msgid "Airy, fluffy, sparse white clouds" msgstr "" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/bitmap/sharpen.cpp:38 #, fuzzy msgid "Sharpen" msgstr "Figurer" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/image.h:62 #, fuzzy msgid "Image Effects" msgstr "Aktuelt lag" #: ../share/filters/filters.svg.h:1 msgid "Sharpen edges and boundaries within the object, force=0.15" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Sharpen More" msgstr "Figurer" #: ../share/filters/filters.svg.h:1 msgid "Sharpen edges and boundaries within the object, force=0.3" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Oil painting" msgstr "GNOME-udskrivning" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/paint.h:113 #: ../src/extension/internal/filter/paint.h:245 #: ../src/extension/internal/filter/paint.h:364 #: ../src/extension/internal/filter/paint.h:508 #: ../src/extension/internal/filter/paint.h:604 #: ../src/extension/internal/filter/paint.h:735 #: ../src/extension/internal/filter/paint.h:887 #: ../src/extension/internal/filter/paint.h:991 msgid "Image Paint and Draw" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Simulate oil painting style" msgstr "" #. Pencil #: ../share/filters/filters.svg.h:1 #: ../src/ui/dialog/inkscape-preferences.cpp:400 ../src/verbs.cpp:2501 msgid "Pencil" msgstr "Blyant" #: ../share/filters/filters.svg.h:1 msgid "Detect color edges and retrace them in grayscale" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Blueprint" msgstr "Ens bredde" #: ../share/filters/filters.svg.h:1 msgid "Detect color edges and retrace them in blue" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Age" msgstr "Vinkel" #: ../share/filters/filters.svg.h:1 msgid "Imitate aged photograph" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Organic" msgstr "_Udgangspunkt X:" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Textures" msgstr "Tekst" #: ../share/filters/filters.svg.h:1 msgid "Bulging, knotty, slick 3D surface" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Barbed Wire" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Gray bevelled wires with drop shadows" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Swiss Cheese" msgstr "Indsætnings_stil" #: ../share/filters/filters.svg.h:1 msgid "Random inner-bevel holes" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Blue Cheese" msgstr "Bryd sti op" #: ../share/filters/filters.svg.h:1 msgid "Marble-like bluish speckles" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Button" msgstr "Bot" #: ../share/filters/filters.svg.h:1 msgid "Soft bevel, slightly depressed middle" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Inset" msgstr "Indføj" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/shadows.h:79 #, fuzzy msgid "Shadows and Glows" msgstr "Tegn håndtag" #: ../share/filters/filters.svg.h:1 msgid "Shadowy outer bevel" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Dripping" msgstr "Script" #: ../share/filters/filters.svg.h:1 msgid "Random paint streaks downwards" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Jam Spread" msgstr "Spiral" #: ../share/filters/filters.svg.h:1 msgid "Glossy clumpy jam spread" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Pixel Smear" msgstr "Billedpunkter" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Van Gogh painting effect for bitmaps" msgstr "Konvertér tekst til sti" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Cracked Glass" msgstr "_Ryd" #: ../share/filters/filters.svg.h:1 msgid "Under a cracked glass" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Bubbly Bumps" msgstr "" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/bumps.h:142 #: ../src/extension/internal/filter/bumps.h:365 #, fuzzy msgid "Bumps" msgstr "Vælg maske" #: ../share/filters/filters.svg.h:1 msgid "Flexible bubbles effect with some displacement" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Glowing Bubble" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Ridges" msgstr "Udtvær kant" #: ../share/filters/filters.svg.h:1 msgid "Bubble effect with refraction and glow" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Neon" msgstr "Ingen" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Neon light effect" msgstr "Vandret forskudt" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Molten Metal" msgstr "Opret firkant" #: ../share/filters/filters.svg.h:1 msgid "Melting parts of object together, with a glossy bevel and a glow" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Pressed Steel" msgstr " _Nulstil " #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Pressed metal with a rolled edge" msgstr "Indstillinger for stjerner" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Matte Bevel" msgstr "Indsæt størrelse" #: ../share/filters/filters.svg.h:1 msgid "Soft, pastel-colored, blurry bevel" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Thin Membrane" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Thin like a soap membrane" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Matte Ridge" msgstr "Kildes højde" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Soft pastel ridge" msgstr "Side_størrelse:" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Glowing Metal" msgstr "Vandret tekst" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Glowing metal texture" msgstr "Vandret tekst" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Leaves" msgstr "Hjul" #: ../share/filters/filters.svg.h:1 ../share/extensions/pathscatter.inx.h:15 #, fuzzy msgid "Scatter" msgstr "Mønster" #: ../share/filters/filters.svg.h:1 msgid "Leaves on the ground in Fall, or living foliage" msgstr "" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/paint.h:340 #, fuzzy msgid "Translucent" msgstr "Vinkel" #: ../share/filters/filters.svg.h:1 msgid "Illuminated translucent plastic or glass effect" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Iridescent Beeswax" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Waxy texture which keeps its iridescence through color fill change" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Eroded Metal" msgstr "Opret firkant" #: ../share/filters/filters.svg.h:1 msgid "Eroded metal texture with ridges, grooves, holes and bumps" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Cracked Lava" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "A volcanic texture, a little like leather" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Bark" msgstr "Markér" #: ../share/filters/filters.svg.h:1 msgid "Bark texture, vertical; use with deep colors" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Lizard Skin" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Stylized reptile skin texture" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Stone Wall" msgstr "Slet alle" #: ../share/filters/filters.svg.h:1 msgid "Stone wall texture to use with not too saturated colors" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Silk Carpet" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Silk carpet texture, horizontal stripes" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Refractive Gel A" msgstr "Rela_tiv flytning" #: ../share/filters/filters.svg.h:1 msgid "Gel effect with light refraction" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Refractive Gel B" msgstr "Rela_tiv flytning" #: ../share/filters/filters.svg.h:1 msgid "Gel effect with strong refraction" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Metallized Paint" msgstr "Venstre vinkel" #: ../share/filters/filters.svg.h:1 msgid "" "Metallized effect with a soft lighting, slightly translucent at the edges" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Dragee" msgstr "Træk kurve" #: ../share/filters/filters.svg.h:1 msgid "Gel Ridge with a pearlescent look" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Raised Border" msgstr "Hæv knudepunkt" #: ../share/filters/filters.svg.h:1 msgid "Strongly raised border around a flat surface" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Metallized Ridge" msgstr "Venstre vinkel" #: ../share/filters/filters.svg.h:1 msgid "Gel Ridge metallized at its top" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Fat Oil" msgstr "Enkel farve" #: ../share/filters/filters.svg.h:1 msgid "Fat oil with some adjustable turbulence" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Black Hole" msgstr "Flad farvestreg" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/morphology.h:76 #: ../src/extension/internal/filter/morphology.h:203 #: ../src/filter-enums.cpp:31 msgid "Morphology" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Creates a black light inside and outside" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Cubes" msgstr "Nummerér knudpunkter" #: ../share/filters/filters.svg.h:1 msgid "Scattered cubes; adjust the Morphology primitive to vary size" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Peel Off" msgstr "Vandret forskudt" #: ../share/filters/filters.svg.h:1 msgid "Peeling painting on a wall" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Gold Splatter" msgstr "Mønster" #: ../share/filters/filters.svg.h:1 msgid "Splattered cast metal, with golden highlights" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Gold Paste" msgstr "Egeforhold:" #: ../share/filters/filters.svg.h:1 msgid "Fat pasted cast metal, with golden highlights" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Crumpled Plastic" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Crumpled matte plastic, with melted edge" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Enamel Jewelry" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Slightly cracked enameled texture" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Rough Paper" msgstr "endeknudepunkt" #: ../share/filters/filters.svg.h:1 msgid "Aquarelle paper effect which can be used for pictures as for objects" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Rough and Glossy" msgstr "endeknudepunkt" #: ../share/filters/filters.svg.h:1 msgid "" "Crumpled glossy paper effect which can be used for pictures as for objects" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "In and Out" msgstr "Ingen farve" #: ../share/filters/filters.svg.h:1 msgid "Inner colorized shadow, outer black shadow" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Air Spray" msgstr "Spiral" #: ../share/filters/filters.svg.h:1 msgid "Convert to small scattered particles with some thickness" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Warm Inside" msgstr "endeknudepunkt" #: ../share/filters/filters.svg.h:1 msgid "Blurred colorized contour, filled inside" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Cool Outside" msgstr "Boksomrids" #: ../share/filters/filters.svg.h:1 msgid "Blurred colorized contour, empty inside" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Electronic Microscopy" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "" "Bevel, crude light, discoloration and glow like in electronic microscopy" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Tartan" msgstr "Mål:" #: ../share/filters/filters.svg.h:1 msgid "Checkered tartan pattern" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Shaken Liquid" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Colorizable filling with flow inside like transparency" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Soft Focus Lens" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Glowing image content without blurring it" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Stained Glass" msgstr "Mønster" #: ../share/filters/filters.svg.h:1 msgid "Illuminated stained glass effect" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Dark Glass" msgstr "Tegn håndtag" #: ../share/filters/filters.svg.h:1 msgid "Illuminated glass effect with light coming from beneath" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "HSL Bumps Alpha" msgstr "Vælg maske" #: ../share/filters/filters.svg.h:1 msgid "Same as HSL Bumps but with transparent highlights" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Bubbly Bumps Alpha" msgstr "Vælg maske" #: ../share/filters/filters.svg.h:1 msgid "Same as Bubbly Bumps but with transparent highlights" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Torn Edges" msgstr "Flyt knudepunkter" #: ../share/filters/filters.svg.h:1 msgid "" "Displace the outside of shapes and pictures without altering their content" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Roughen Inside" msgstr "endeknudepunkt" #: ../share/filters/filters.svg.h:1 msgid "Roughen all inside shapes" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Evanescent" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "" "Blur the contents of objects, preserving the outline and adding progressive " "transparency at edges" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Chalk and Sponge" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Low turbulence gives sponge look and high turbulence chalk" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "People" msgstr "_Slip" #: ../share/filters/filters.svg.h:1 msgid "Colorized blotches, like a crowd of people" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Scotland" msgstr "Fri" #: ../share/filters/filters.svg.h:1 msgid "Colorized mountain tops out of the fog" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Garden of Delights" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "" "Phantasmagorical turbulent wisps, like Hieronymus Bosch's Garden of Delights" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Cutout Glow" msgstr "skub ud" #: ../share/filters/filters.svg.h:1 msgid "In and out glow with a possible offset and colorizable flood" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Dark Emboss" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Emboss effect : 3D relief where white is replaced by black" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Bubbly Bumps Matte" msgstr "Vælg maske" #: ../share/filters/filters.svg.h:1 msgid "Same as Bubbly Bumps but with a diffuse light instead of a specular one" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Blotting Paper" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Inkblot on blotting paper" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Wax Print" msgstr "LaTeX udskrivning" #: ../share/filters/filters.svg.h:1 msgid "Wax print on tissue texture" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Watercolor" msgstr "Indsæt farve" #: ../share/filters/filters.svg.h:1 msgid "Cloudy watercolor effect" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Felt" msgstr "FreeArt" #: ../share/filters/filters.svg.h:1 msgid "" "Felt like texture with color turbulence and slightly darker at the edges" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Ink Paint" msgstr "Ingen farve" #: ../share/filters/filters.svg.h:1 msgid "Ink paint on paper with some turbulent color shift" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Tinted Rainbow" msgstr "Venstre vinkel" #: ../share/filters/filters.svg.h:1 msgid "Smooth rainbow colors melted along the edges and colorizable" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Melted Rainbow" msgstr "Venstre vinkel" #: ../share/filters/filters.svg.h:1 msgid "Smooth rainbow colors slightly melted along the edges" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Flex Metal" msgstr "Opret firkant" #: ../share/filters/filters.svg.h:1 msgid "Bright, polished uneven metal casting, colorizable" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Wavy Tartan" msgstr "Mål:" #: ../share/filters/filters.svg.h:1 msgid "Tartan pattern with a wavy displacement and bevel around the edges" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "3D Marble" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "3D warped marble texture" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "3D Wood" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "3D warped, fibered wood texture" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "3D Mother of Pearl" msgstr "Papirbredde" #: ../share/filters/filters.svg.h:1 msgid "3D warped, iridescent pearly shell texture" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Tiger Fur" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Tiger fur pattern with folds and bevel around the edges" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Black Light" msgstr "Sort" #: ../share/filters/filters.svg.h:1 ../src/ui/dialog/clonetiler.cpp:826 #: ../src/ui/dialog/clonetiler.cpp:965 #: ../src/extension/internal/bitmap/colorize.cpp:52 #: ../src/extension/internal/filter/bumps.h:101 #: ../src/extension/internal/filter/bumps.h:324 #: ../src/extension/internal/filter/bumps.h:331 #: ../src/extension/internal/filter/color.h:81 #: ../src/extension/internal/filter/color.h:163 #: ../src/extension/internal/filter/color.h:170 #: ../src/extension/internal/filter/color.h:261 #: ../src/extension/internal/filter/color.h:339 #: ../src/extension/internal/filter/color.h:346 #: ../src/extension/internal/filter/color.h:436 #: ../src/extension/internal/filter/color.h:531 #: ../src/extension/internal/filter/color.h:654 #: ../src/extension/internal/filter/color.h:751 #: ../src/extension/internal/filter/color.h:830 #: ../src/extension/internal/filter/color.h:921 #: ../src/extension/internal/filter/color.h:1049 #: ../src/extension/internal/filter/color.h:1119 #: ../src/extension/internal/filter/color.h:1218 #: ../src/extension/internal/filter/color.h:1232 #: ../src/extension/internal/filter/color.h:1347 #: ../src/extension/internal/filter/color.h:1423 #: ../src/extension/internal/filter/color.h:1527 #: ../src/extension/internal/filter/color.h:1534 #: ../src/extension/internal/filter/morphology.h:194 #: ../src/extension/internal/filter/overlays.h:73 #: ../src/extension/internal/filter/paint.h:99 #: ../src/extension/internal/filter/paint.h:723 #: ../src/extension/internal/filter/paint.h:727 #: ../src/extension/internal/filter/shadows.h:71 #: ../src/extension/internal/filter/transparency.h:345 #: ../share/extensions/color_blackandwhite.inx.h:2 #: ../share/extensions/color_brighter.inx.h:2 #: ../share/extensions/color_custom.inx.h:9 #: ../share/extensions/color_darker.inx.h:1 #: ../share/extensions/color_desaturate.inx.h:1 #: ../share/extensions/color_grayscale.inx.h:1 #: ../share/extensions/color_lesshue.inx.h:1 #: ../share/extensions/color_lesslight.inx.h:1 #: ../share/extensions/color_lesssaturation.inx.h:1 #: ../share/extensions/color_morehue.inx.h:1 #: ../share/extensions/color_morelight.inx.h:1 #: ../share/extensions/color_moresaturation.inx.h:1 #: ../share/extensions/color_negative.inx.h:1 #: ../share/extensions/color_randomize.inx.h:1 #: ../share/extensions/color_removeblue.inx.h:1 #: ../share/extensions/color_removegreen.inx.h:1 #: ../share/extensions/color_removered.inx.h:1 #: ../share/extensions/color_replace.inx.h:2 #: ../share/extensions/color_rgbbarrel.inx.h:1 #: ../share/extensions/interp_att_g.inx.h:3 msgid "Color" msgstr "Farve" #: ../share/filters/filters.svg.h:1 msgid "Light areas turn to black" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Film Grain" msgstr "PDF-udskrift" #: ../share/filters/filters.svg.h:1 msgid "Adds a small scale graininess" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Plaster Color" msgstr "Indsæt farve" #: ../share/filters/filters.svg.h:1 msgid "Colored plaster emboss effect" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Velvet Bumps" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Gives Smooth Bumps velvet like" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Comics Cream" msgstr "Ikke afrundede" #: ../share/filters/filters.svg.h:1 msgid "Non realistic 3D shaders" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Comics shader with creamy waves transparency" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Chewing Gum" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "" "Creates colorizable blotches which smoothly flow over the edges of the lines " "at their crossings" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Dark And Glow" msgstr "Tegn håndtag" #: ../share/filters/filters.svg.h:1 msgid "Darkens the edge with an inner blur and adds a flexible glow" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Warped Rainbow" msgstr "Venstre vinkel" #: ../share/filters/filters.svg.h:1 msgid "Smooth rainbow colors warped along the edges and colorizable" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Rough and Dilate" msgstr "endeknudepunkt" #: ../share/filters/filters.svg.h:1 msgid "Create a turbulent contour around" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Old Postcard" msgstr "GNOME-udskrivning" #: ../share/filters/filters.svg.h:1 msgid "Slightly posterize and draw edges like on old printed postcards" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Dots Transparency" msgstr "0 (gennemsigtig)" #: ../share/filters/filters.svg.h:1 msgid "Gives a pointillist HSL sensitive transparency" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Canvas Transparency" msgstr "0 (gennemsigtig)" #: ../share/filters/filters.svg.h:1 msgid "Gives a canvas like HSL sensitive transparency." msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Smear Transparency" msgstr "0 (gennemsigtig)" #: ../share/filters/filters.svg.h:1 msgid "" "Paint objects with a transparent turbulence which turns around color edges" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Thick Paint" msgstr "Ingen farve" #: ../share/filters/filters.svg.h:1 msgid "Thick painting effect with turbulence" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Burst" msgstr "Blå" #: ../share/filters/filters.svg.h:1 msgid "Burst balloon texture crumpled and with holes" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Embossed Leather" msgstr "Vandret forskudt" #: ../share/filters/filters.svg.h:1 msgid "" "Combine a HSL edges detection bump with a leathery or woody and colorizable " "texture" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Carnaval" msgstr "Cyan" #: ../share/filters/filters.svg.h:1 msgid "White splotches evocating carnaval masks" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Plastify" msgstr "Ligestillet" #: ../share/filters/filters.svg.h:1 msgid "" "HSL edges detection bump with a wavy reflective surface effect and variable " "crumple" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Plaster" msgstr "Indsæt" #: ../share/filters/filters.svg.h:1 msgid "" "Combine a HSL edges detection bump with a matte and crumpled surface effect" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Rough Transparency" msgstr "0 (gennemsigtig)" #: ../share/filters/filters.svg.h:1 msgid "Adds a turbulent transparency which displaces pixels at the same time" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Gouache" msgstr "Kilde" #: ../share/filters/filters.svg.h:1 msgid "Partly opaque water color effect with bleed" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Alpha Engraving" msgstr "Tegning" #: ../share/filters/filters.svg.h:1 msgid "Gives a transparent engraving effect with rough line and filling" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Alpha Draw Liquid" msgstr "Alfa (uigennemsigtighed)" #: ../share/filters/filters.svg.h:1 msgid "Gives a transparent fluid drawing effect with rough line and filling" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Liquid Drawing" msgstr "tegning%s" #: ../share/filters/filters.svg.h:1 msgid "Gives a fluid and wavy expressionist drawing effect to images" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Marbled Ink" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Marbled transparency effect which conforms to image detected edges" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Thick Acrylic" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Thick acrylic paint texture with high texture depth" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Alpha Engraving B" msgstr "Tegning" #: ../share/filters/filters.svg.h:1 msgid "" "Gives a controllable roughness engraving effect to bitmaps and materials" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Lapping" msgstr "Ikke afrundede" #: ../share/filters/filters.svg.h:1 msgid "Something like a water noise" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Monochrome Transparency" msgstr "0 (gennemsigtig)" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/transparency.h:70 #: ../src/extension/internal/filter/transparency.h:141 #: ../src/extension/internal/filter/transparency.h:215 #: ../src/extension/internal/filter/transparency.h:288 #: ../src/extension/internal/filter/transparency.h:350 #, fuzzy msgid "Fill and Transparency" msgstr "0 (gennemsigtig)" #: ../share/filters/filters.svg.h:1 msgid "Convert to a colorizable transparent positive or negative" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Saturation Map" msgstr "Farvemætning" #: ../share/filters/filters.svg.h:1 msgid "" "Creates an approximative semi-transparent and colorizable image of the " "saturation levels" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Riddled" msgstr "Titel" #: ../share/filters/filters.svg.h:1 msgid "Riddle the surface and add bump to images" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Wrinkled Varnish" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Thick glossy and translucent paint texture with high depth" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Canvas Bumps" msgstr "Cyan" #: ../share/filters/filters.svg.h:1 msgid "Canvas texture with an HSL sensitive height map" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Canvas Bumps Matte" msgstr "Cyan" #: ../share/filters/filters.svg.h:1 msgid "Same as Canvas Bumps but with a diffuse light instead of a specular one" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Canvas Bumps Alpha" msgstr "Cyan" #: ../share/filters/filters.svg.h:1 msgid "Same as Canvas Bumps but with transparent highlights" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Bright Metal" msgstr "Lysstyrke" #: ../share/filters/filters.svg.h:1 msgid "Bright metallic effect for any color" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Deep Colors Plastic" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Transparent plastic with deep colors" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Melted Jelly Matte" msgstr "Mønsterudfyldning" #: ../share/filters/filters.svg.h:1 msgid "Matte bevel with blurred edges" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Melted Jelly" msgstr "Mønsterudfyldning" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Glossy bevel with blurred edges" msgstr "Indstillinger for stjerner" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Combined Lighting" msgstr "Kombineret" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/filter/bevels.h:231 msgid "Basic specular bevel to use for building textures" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Tinfoil" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Metallic foil effect combining two lighting types and variable crumple" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Soft Colors" msgstr "Kopiér farve" #: ../share/filters/filters.svg.h:1 msgid "Adds a colorizable edges glow inside objects and pictures" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Relief Print" msgstr "Ens bredde" #: ../share/filters/filters.svg.h:1 msgid "Bumps effect with a bevel, color flood and complex lighting" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Growing Cells" msgstr "Tegning annulleret" #: ../share/filters/filters.svg.h:1 msgid "Random rounded living cells like fill" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Fluorescence" msgstr "Nærvær" #: ../share/filters/filters.svg.h:1 msgid "Oversaturate colors which can be fluorescent in real world" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Pixellize" msgstr "Pixel" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Pixel tools" msgstr "Billedpunkter" #: ../share/filters/filters.svg.h:1 msgid "Reduce or remove antialiasing around shapes" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Set Resolution" msgstr "Relationer" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Set filter resolution" msgstr "Standard eksporteringsopløsning:" #: ../share/filters/filters.svg.h:1 msgid "Basic Diffuse Bump" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Matte emboss effect" msgstr "Fjern streg" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Basic Specular Bump" msgstr "Eksponent" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Specular emboss effect" msgstr "Eksponent" #: ../share/filters/filters.svg.h:1 msgid "Basic Two Lights Bump" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Two types of lighting emboss effect" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Linen Canvas" msgstr "Cyan" #: ../share/filters/filters.svg.h:1 msgid "Painting canvas emboss effect" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Plasticine" msgstr "Indsæt" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Matte modeling paste emboss effect" msgstr "Indsæt størrelse separat" #: ../share/filters/filters.svg.h:1 msgid "Rough Canvas Painting" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Paper Bump" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Paper like emboss effect" msgstr "Indsæt størrelse separat" #: ../share/filters/filters.svg.h:1 msgid "Jelly Bump" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Convert pictures to thick jelly" msgstr "Konvertér tekst til sti" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Blend Opposites" msgstr "endeknudepunkt" #: ../share/filters/filters.svg.h:1 msgid "Blend an image with its hue opposite" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Hue to White" msgstr "Rotér" #: ../share/filters/filters.svg.h:1 msgid "Fades hue progressively to white" msgstr "" #: ../share/filters/filters.svg.h:1 #: ../src/extension/internal/bitmap/swirl.cpp:37 #, fuzzy msgid "Swirl" msgstr "Spiral" #: ../share/filters/filters.svg.h:1 msgid "" "Paint objects with a transparent turbulence which wraps around color edges" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Pointillism" msgstr "Punkter" #: ../share/filters/filters.svg.h:1 msgid "Gives a turbulent pointillist HSL sensitive transparency" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Silhouette Marbled" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Basic noise transparency texture" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Fill Background" msgstr "Ba_ggrund:" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Adds a colorizable opaque background" msgstr "Tegn en sti som er et gitter" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Flatten Transparency" msgstr "0 (gennemsigtig)" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Adds a white opaque background" msgstr "Fjern baggrund" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Fill Area" msgstr "Enkel farve" #: ../share/filters/filters.svg.h:1 msgid "Fills object bounding box with color" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Blur Double" msgstr "endeknudepunkt" #: ../share/filters/filters.svg.h:1 msgid "" "Overlays two copies with different blur amounts and modifiable blend and " "composite" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Image Drawing Basic" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Enhance and redraw color edges in 1 bit black and white" msgstr "Invertér sorte og hvide områdr til enkelte sporinger" #: ../share/filters/filters.svg.h:1 msgid "Poster Draw" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Enhance and redraw edges around posterized areas" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Cross Noise Poster" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Overlay with a small scale screen like noise" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Cross Noise Poster B" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Adds a small scale screen like noise locally" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Poster Color Fun" msgstr "Indsæt farve" #: ../share/filters/filters.svg.h:1 msgid "Poster Rough" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Adds roughness to one of the two channels of the Poster paint filter" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Alpha Monochrome Cracked" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Basic noise fill texture; adjust color in Flood" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Alpha Turbulent" msgstr "Alfa (uigennemsigtighed)" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Colorize Turbulent" msgstr "Farve" #: ../share/filters/filters.svg.h:1 msgid "Cross Noise B" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Adds a small scale crossy graininess" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Cross Noise" msgstr "Tilføj knudepunkter" #: ../share/filters/filters.svg.h:1 msgid "Adds a small scale screen like graininess" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Duotone Turbulent" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Light Eraser Cracked" msgstr "Lysstyrke" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Poster Turbulent" msgstr "Tolerance:" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Tartan Smart" msgstr "Mål:" #: ../share/filters/filters.svg.h:1 msgid "Highly configurable checkered tartan pattern" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Light Contour" msgstr "Kilde" #: ../share/filters/filters.svg.h:1 msgid "Uses vertical specular light to draw lines" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Liquid" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Colorizable filling with liquid transparency" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Aluminium" msgstr "Minimumsstørrelse" #: ../share/filters/filters.svg.h:1 msgid "Aluminium effect with sharp brushed reflexions" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Comics" msgstr "Kombinér" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Comics cartoon drawing effect" msgstr "Tilpas siden til tegningen" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Comics Draft" msgstr "Kombinér" #: ../share/filters/filters.svg.h:1 msgid "Draft painted cartoon shading with a glassy look" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Comics Fading" msgstr "Kombinér" #: ../share/filters/filters.svg.h:1 msgid "Cartoon paint style with some fading at the edges" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Brushed Metal" msgstr "Opret firkant" #: ../share/filters/filters.svg.h:1 msgid "Satiny metal surface effect" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Opaline" msgstr "_Omrids" #: ../share/filters/filters.svg.h:1 msgid "Contouring version of smooth shader" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Chrome" msgstr "Kombinér" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Bright chrome effect" msgstr "Lysstyrke" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Deep Chrome" msgstr "Kombinér" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Dark chrome effect" msgstr "Aktuelt lag" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Emboss Shader" msgstr "Vandret forskudt" #: ../share/filters/filters.svg.h:1 msgid "Combination of satiny and emboss effect" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Sharp Metal" msgstr "Figurer" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Chrome effect with darkened edges" msgstr "Indstillinger for stjerner" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Brush Draw" msgstr "Blå" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Chrome Emboss" msgstr "Farver:" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Embossed chrome effect" msgstr "Fjern streg" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Contour Emboss" msgstr "Farver:" #: ../share/filters/filters.svg.h:1 msgid "Satiny and embossed contour effect" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Sharp Deco" msgstr "Figurer" #: ../share/filters/filters.svg.h:1 msgid "Unrealistic reflexions with sharp edges" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Deep Metal" msgstr "" #: ../share/filters/filters.svg.h:1 msgid "Deep and dark metal shading" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Aluminium Emboss" msgstr "Minimumsstørrelse" #: ../share/filters/filters.svg.h:1 msgid "Satiny aluminium effect with embossing" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Refractive Glass" msgstr "Rela_tiv flytning" #: ../share/filters/filters.svg.h:1 msgid "Double reflexion through glass with some refraction" msgstr "" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Frosted Glass" msgstr "_Ryd" #: ../share/filters/filters.svg.h:1 #, fuzzy msgid "Satiny glass effect" msgstr "Indsæt størrelse separat" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:2 #, fuzzy msgctxt "Palette" msgid "Black" msgstr "Sort" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:3 #, fuzzy, no-c-format msgctxt "Palette" msgid "90% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:4 #, fuzzy, no-c-format msgctxt "Palette" msgid "80% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:5 #, fuzzy, no-c-format msgctxt "Palette" msgid "70% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:6 #, fuzzy, no-c-format msgctxt "Palette" msgid "60% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:7 #, fuzzy, no-c-format msgctxt "Palette" msgid "50% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:8 #, fuzzy, no-c-format msgctxt "Palette" msgid "40% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:9 #, fuzzy, no-c-format msgctxt "Palette" msgid "30% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:10 #, fuzzy, no-c-format msgctxt "Palette" msgid "20% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:11 #, fuzzy, no-c-format msgctxt "Palette" msgid "10% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:12 #, fuzzy, no-c-format msgctxt "Palette" msgid "7.5% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:13 #, fuzzy, no-c-format msgctxt "Palette" msgid "5% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:14 #, fuzzy, no-c-format msgctxt "Palette" msgid "2.5% Gray" msgstr "Ombryd" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:15 #, fuzzy msgctxt "Palette" msgid "White" msgstr "Hvid" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:16 msgctxt "Palette" msgid "Maroon (#800000)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:17 msgctxt "Palette" msgid "Red (#FF0000)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:18 msgctxt "Palette" msgid "Olive (#808000)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:19 msgctxt "Palette" msgid "Yellow (#FFFF00)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:20 msgctxt "Palette" msgid "Green (#008000)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:21 msgctxt "Palette" msgid "Lime (#00FF00)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:22 msgctxt "Palette" msgid "Teal (#008080)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:23 msgctxt "Palette" msgid "Aqua (#00FFFF)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:24 msgctxt "Palette" msgid "Navy (#000080)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:25 msgctxt "Palette" msgid "Blue (#0000FF)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:26 msgctxt "Palette" msgid "Purple (#800080)" msgstr "" #. Palette: ./inkscape.gpl #: ../share/palettes/palettes.h:27 msgctxt "Palette" msgid "Fuchsia (#FF00FF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:28 msgctxt "Palette" msgid "black (#000000)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:29 msgctxt "Palette" msgid "dimgray (#696969)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:30 msgctxt "Palette" msgid "gray (#808080)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:31 msgctxt "Palette" msgid "darkgray (#A9A9A9)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:32 msgctxt "Palette" msgid "silver (#C0C0C0)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:33 msgctxt "Palette" msgid "lightgray (#D3D3D3)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:34 msgctxt "Palette" msgid "gainsboro (#DCDCDC)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:35 msgctxt "Palette" msgid "whitesmoke (#F5F5F5)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:36 msgctxt "Palette" msgid "white (#FFFFFF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:37 msgctxt "Palette" msgid "rosybrown (#BC8F8F)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:38 msgctxt "Palette" msgid "indianred (#CD5C5C)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:39 msgctxt "Palette" msgid "brown (#A52A2A)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:40 msgctxt "Palette" msgid "firebrick (#B22222)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:41 msgctxt "Palette" msgid "lightcoral (#F08080)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:42 msgctxt "Palette" msgid "maroon (#800000)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:43 msgctxt "Palette" msgid "darkred (#8B0000)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:44 msgctxt "Palette" msgid "red (#FF0000)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:45 msgctxt "Palette" msgid "snow (#FFFAFA)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:46 msgctxt "Palette" msgid "mistyrose (#FFE4E1)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:47 msgctxt "Palette" msgid "salmon (#FA8072)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:48 msgctxt "Palette" msgid "tomato (#FF6347)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:49 msgctxt "Palette" msgid "darksalmon (#E9967A)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:50 msgctxt "Palette" msgid "coral (#FF7F50)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:51 msgctxt "Palette" msgid "orangered (#FF4500)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:52 msgctxt "Palette" msgid "lightsalmon (#FFA07A)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:53 msgctxt "Palette" msgid "sienna (#A0522D)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:54 msgctxt "Palette" msgid "seashell (#FFF5EE)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:55 msgctxt "Palette" msgid "chocolate (#D2691E)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:56 msgctxt "Palette" msgid "saddlebrown (#8B4513)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:57 msgctxt "Palette" msgid "sandybrown (#F4A460)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:58 msgctxt "Palette" msgid "peachpuff (#FFDAB9)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:59 msgctxt "Palette" msgid "peru (#CD853F)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:60 msgctxt "Palette" msgid "linen (#FAF0E6)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:61 msgctxt "Palette" msgid "bisque (#FFE4C4)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:62 msgctxt "Palette" msgid "darkorange (#FF8C00)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:63 msgctxt "Palette" msgid "burlywood (#DEB887)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:64 msgctxt "Palette" msgid "tan (#D2B48C)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:65 msgctxt "Palette" msgid "antiquewhite (#FAEBD7)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:66 msgctxt "Palette" msgid "navajowhite (#FFDEAD)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:67 msgctxt "Palette" msgid "blanchedalmond (#FFEBCD)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:68 msgctxt "Palette" msgid "papayawhip (#FFEFD5)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:69 msgctxt "Palette" msgid "moccasin (#FFE4B5)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:70 msgctxt "Palette" msgid "orange (#FFA500)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:71 msgctxt "Palette" msgid "wheat (#F5DEB3)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:72 msgctxt "Palette" msgid "oldlace (#FDF5E6)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:73 msgctxt "Palette" msgid "floralwhite (#FFFAF0)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:74 msgctxt "Palette" msgid "darkgoldenrod (#B8860B)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:75 msgctxt "Palette" msgid "goldenrod (#DAA520)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:76 msgctxt "Palette" msgid "cornsilk (#FFF8DC)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:77 msgctxt "Palette" msgid "gold (#FFD700)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:78 msgctxt "Palette" msgid "khaki (#F0E68C)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:79 msgctxt "Palette" msgid "lemonchiffon (#FFFACD)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:80 msgctxt "Palette" msgid "palegoldenrod (#EEE8AA)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:81 msgctxt "Palette" msgid "darkkhaki (#BDB76B)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:82 msgctxt "Palette" msgid "beige (#F5F5DC)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:83 msgctxt "Palette" msgid "lightgoldenrodyellow (#FAFAD2)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:84 msgctxt "Palette" msgid "olive (#808000)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:85 msgctxt "Palette" msgid "yellow (#FFFF00)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:86 msgctxt "Palette" msgid "lightyellow (#FFFFE0)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:87 msgctxt "Palette" msgid "ivory (#FFFFF0)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:88 msgctxt "Palette" msgid "olivedrab (#6B8E23)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:89 msgctxt "Palette" msgid "yellowgreen (#9ACD32)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:90 msgctxt "Palette" msgid "darkolivegreen (#556B2F)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:91 msgctxt "Palette" msgid "greenyellow (#ADFF2F)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:92 msgctxt "Palette" msgid "chartreuse (#7FFF00)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:93 msgctxt "Palette" msgid "lawngreen (#7CFC00)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:94 msgctxt "Palette" msgid "darkseagreen (#8FBC8F)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:95 msgctxt "Palette" msgid "forestgreen (#228B22)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:96 msgctxt "Palette" msgid "limegreen (#32CD32)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:97 msgctxt "Palette" msgid "lightgreen (#90EE90)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:98 msgctxt "Palette" msgid "palegreen (#98FB98)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:99 msgctxt "Palette" msgid "darkgreen (#006400)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:100 msgctxt "Palette" msgid "green (#008000)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:101 msgctxt "Palette" msgid "lime (#00FF00)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:102 msgctxt "Palette" msgid "honeydew (#F0FFF0)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:103 msgctxt "Palette" msgid "seagreen (#2E8B57)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:104 msgctxt "Palette" msgid "mediumseagreen (#3CB371)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:105 msgctxt "Palette" msgid "springgreen (#00FF7F)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:106 msgctxt "Palette" msgid "mintcream (#F5FFFA)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:107 msgctxt "Palette" msgid "mediumspringgreen (#00FA9A)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:108 msgctxt "Palette" msgid "mediumaquamarine (#66CDAA)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:109 msgctxt "Palette" msgid "aquamarine (#7FFFD4)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:110 msgctxt "Palette" msgid "turquoise (#40E0D0)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:111 msgctxt "Palette" msgid "lightseagreen (#20B2AA)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:112 msgctxt "Palette" msgid "mediumturquoise (#48D1CC)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:113 msgctxt "Palette" msgid "darkslategray (#2F4F4F)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:114 msgctxt "Palette" msgid "paleturquoise (#AFEEEE)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:115 msgctxt "Palette" msgid "teal (#008080)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:116 msgctxt "Palette" msgid "darkcyan (#008B8B)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:117 msgctxt "Palette" msgid "cyan (#00FFFF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:118 msgctxt "Palette" msgid "lightcyan (#E0FFFF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:119 msgctxt "Palette" msgid "azure (#F0FFFF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:120 msgctxt "Palette" msgid "darkturquoise (#00CED1)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:121 msgctxt "Palette" msgid "cadetblue (#5F9EA0)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:122 msgctxt "Palette" msgid "powderblue (#B0E0E6)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:123 msgctxt "Palette" msgid "lightblue (#ADD8E6)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:124 msgctxt "Palette" msgid "deepskyblue (#00BFFF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:125 msgctxt "Palette" msgid "skyblue (#87CEEB)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:126 msgctxt "Palette" msgid "lightskyblue (#87CEFA)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:127 msgctxt "Palette" msgid "steelblue (#4682B4)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:128 msgctxt "Palette" msgid "aliceblue (#F0F8FF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:129 msgctxt "Palette" msgid "dodgerblue (#1E90FF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:130 msgctxt "Palette" msgid "slategray (#708090)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:131 msgctxt "Palette" msgid "lightslategray (#778899)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:132 msgctxt "Palette" msgid "lightsteelblue (#B0C4DE)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:133 msgctxt "Palette" msgid "cornflowerblue (#6495ED)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:134 msgctxt "Palette" msgid "royalblue (#4169E1)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:135 msgctxt "Palette" msgid "midnightblue (#191970)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:136 msgctxt "Palette" msgid "lavender (#E6E6FA)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:137 msgctxt "Palette" msgid "navy (#000080)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:138 msgctxt "Palette" msgid "darkblue (#00008B)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:139 msgctxt "Palette" msgid "mediumblue (#0000CD)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:140 msgctxt "Palette" msgid "blue (#0000FF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:141 msgctxt "Palette" msgid "ghostwhite (#F8F8FF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:142 msgctxt "Palette" msgid "slateblue (#6A5ACD)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:143 msgctxt "Palette" msgid "darkslateblue (#483D8B)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:144 msgctxt "Palette" msgid "mediumslateblue (#7B68EE)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:145 msgctxt "Palette" msgid "mediumpurple (#9370DB)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:146 msgctxt "Palette" msgid "blueviolet (#8A2BE2)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:147 msgctxt "Palette" msgid "indigo (#4B0082)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:148 msgctxt "Palette" msgid "darkorchid (#9932CC)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:149 msgctxt "Palette" msgid "darkviolet (#9400D3)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:150 msgctxt "Palette" msgid "mediumorchid (#BA55D3)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:151 msgctxt "Palette" msgid "thistle (#D8BFD8)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:152 msgctxt "Palette" msgid "plum (#DDA0DD)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:153 msgctxt "Palette" msgid "violet (#EE82EE)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:154 msgctxt "Palette" msgid "purple (#800080)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:155 msgctxt "Palette" msgid "darkmagenta (#8B008B)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:156 msgctxt "Palette" msgid "magenta (#FF00FF)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:157 msgctxt "Palette" msgid "orchid (#DA70D6)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:158 msgctxt "Palette" msgid "mediumvioletred (#C71585)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:159 msgctxt "Palette" msgid "deeppink (#FF1493)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:160 msgctxt "Palette" msgid "hotpink (#FF69B4)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:161 msgctxt "Palette" msgid "lavenderblush (#FFF0F5)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:162 msgctxt "Palette" msgid "palevioletred (#DB7093)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:163 msgctxt "Palette" msgid "crimson (#DC143C)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:164 msgctxt "Palette" msgid "pink (#FFC0CB)" msgstr "" #. Palette: ./svg.gpl #: ../share/palettes/palettes.h:165 msgctxt "Palette" msgid "lightpink (#FFB6C1)" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:166 #, fuzzy msgctxt "Palette" msgid "Butter 1" msgstr "Afkortet ende" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:167 #, fuzzy msgctxt "Palette" msgid "Butter 2" msgstr "Afkortet ende" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:168 #, fuzzy msgctxt "Palette" msgid "Butter 3" msgstr "Afkortet ende" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:169 msgctxt "Palette" msgid "Chameleon 1" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:170 msgctxt "Palette" msgid "Chameleon 2" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:171 msgctxt "Palette" msgid "Chameleon 3" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:172 #, fuzzy msgctxt "Palette" msgid "Orange 1" msgstr "Vinkel" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:173 #, fuzzy msgctxt "Palette" msgid "Orange 2" msgstr "Vinkel" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:174 #, fuzzy msgctxt "Palette" msgid "Orange 3" msgstr "Vinkel" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:175 msgctxt "Palette" msgid "Sky Blue 1" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:176 msgctxt "Palette" msgid "Sky Blue 2" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:177 msgctxt "Palette" msgid "Sky Blue 3" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:178 msgctxt "Palette" msgid "Plum 1" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:179 msgctxt "Palette" msgid "Plum 2" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:180 msgctxt "Palette" msgid "Plum 3" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:181 msgctxt "Palette" msgid "Chocolate 1" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:182 msgctxt "Palette" msgid "Chocolate 2" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:183 msgctxt "Palette" msgid "Chocolate 3" msgstr "" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:184 #, fuzzy msgctxt "Palette" msgid "Scarlet Red 1" msgstr "Skalér knudepunkter" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:185 #, fuzzy msgctxt "Palette" msgid "Scarlet Red 2" msgstr "Skalér knudepunkter" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:186 #, fuzzy msgctxt "Palette" msgid "Scarlet Red 3" msgstr "Skalér knudepunkter" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:187 #, fuzzy msgctxt "Palette" msgid "Aluminium 1" msgstr "Minimumsstørrelse" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:188 #, fuzzy msgctxt "Palette" msgid "Aluminium 2" msgstr "Minimumsstørrelse" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:189 #, fuzzy msgctxt "Palette" msgid "Aluminium 3" msgstr "Minimumsstørrelse" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:190 #, fuzzy msgctxt "Palette" msgid "Aluminium 4" msgstr "Minimumsstørrelse" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:191 #, fuzzy msgctxt "Palette" msgid "Aluminium 5" msgstr "Minimumsstørrelse" #. Palette: ./Tango-Palette.gpl #: ../share/palettes/palettes.h:192 #, fuzzy msgctxt "Palette" msgid "Aluminium 6" msgstr "Minimumsstørrelse" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:1" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:1 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:1.5" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:1.5 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:2" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:2 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:3" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:3 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:4" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:4 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:5" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:5 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:8" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:8 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:10" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:10 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:16" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:16 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:32" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:32 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 1:64" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 2:1" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 2:1 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 4:1" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Stripes 4:1 white" msgstr "" #: ../share/patterns/patterns.svg.h:1 #, fuzzy msgid "Checkerboard" msgstr "Whiteboa_rd" #: ../share/patterns/patterns.svg.h:1 msgid "Checkerboard white" msgstr "" #: ../share/patterns/patterns.svg.h:1 #, fuzzy msgid "Packed circles" msgstr "Cirkel" #: ../share/patterns/patterns.svg.h:1 msgid "Polka dots, small" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Polka dots, small white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Polka dots, medium" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Polka dots, medium white" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Polka dots, large" msgstr "" #: ../share/patterns/patterns.svg.h:1 msgid "Polka dots, large white" msgstr "" #: ../share/patterns/patterns.svg.h:1 #, fuzzy msgid "Wavy" msgstr "_Gem" #: ../share/patterns/patterns.svg.h:1 #, fuzzy msgid "Wavy white" msgstr "Hvid" #: ../share/patterns/patterns.svg.h:1 msgid "Camouflage" msgstr "" #: ../share/patterns/patterns.svg.h:1 #, fuzzy msgid "Ermine" msgstr "Kombinér" #: ../share/patterns/patterns.svg.h:1 #, fuzzy msgid "Sand (bitmap)" msgstr "Opret punktbillede" #: ../share/patterns/patterns.svg.h:1 #, fuzzy msgid "Cloth (bitmap)" msgstr "Opret punktbillede" #: ../share/patterns/patterns.svg.h:1 #, fuzzy msgid "Old paint (bitmap)" msgstr "Udskriv som punktbillede" #: ../src/conn-avoid-ref.cpp:240 #, fuzzy msgid "Add a new connection point" msgstr "Ændr afstand på forbindelsesmellemrum" #: ../src/conn-avoid-ref.cpp:265 #, fuzzy msgid "Move a connection point" msgstr "Omdirigér forbindelse" #: ../src/conn-avoid-ref.cpp:285 #, fuzzy msgid "Remove a connection point" msgstr "Omdirigér forbindelse" #: ../src/live_effects/lpe-extrude.cpp:28 #, fuzzy msgid "Direction" msgstr "Beskrivelse" #: ../src/live_effects/lpe-extrude.cpp:28 msgid "Defines the direction and magnitude of the extrusion" msgstr "" #: ../src/sp-flowtext.cpp:365 ../src/sp-text.cpp:423 #: ../src/text-context.cpp:1631 #, fuzzy msgid " [truncated]" msgstr "[Uændret]" #: ../src/sp-flowtext.cpp:368 #, fuzzy, c-format msgid "Flowed text (%d character%s)" msgid_plural "Flowed text (%d characters%s)" msgstr[0] "Flydende tekstområde (%d tegn)" msgstr[1] "Flydende tekstområde (%d tegn)" #: ../src/sp-flowtext.cpp:370 #, fuzzy, c-format msgid "Linked flowed text (%d character%s)" msgid_plural "Linked flowed text (%d characters%s)" msgstr[0] "Linket flydende tekst (%d tegn)" msgstr[1] "Linket flydende tekst (%d tegn)" #: ../src/arc-context.cpp:352 msgid "" "Ctrl: make circle or integer-ratio ellipse, snap arc/segment angle" msgstr "" "Ctrl: trinvis justering af afsnit/udsnit på ellipse med " "heltalsforhold eller cirkel" #: ../src/arc-context.cpp:353 ../src/rect-context.cpp:434 msgid "Shift: draw around the starting point" msgstr "Shift: tegn omkring startpunktet" #: ../src/arc-context.cpp:504 #, fuzzy, c-format msgid "" "Ellipse: %s × %s (constrained to ratio %d:%d); with Shift " "to draw around the starting point" msgstr "" "Ellipse: %s × %s; med Ctrl for at lave en cirkel eller ellipse " "med heltalsforhold; Shift for at tegne omkring startpunktet" #: ../src/arc-context.cpp:506 #, fuzzy, c-format msgid "" "Ellipse: %s × %s; with Ctrl to make square or integer-" "ratio ellipse; with Shift to draw around the starting point" msgstr "" "Ellipse: %s × %s; med Ctrl for at lave en cirkel eller ellipse " "med heltalsforhold; Shift for at tegne omkring startpunktet" #: ../src/arc-context.cpp:532 msgid "Create ellipse" msgstr "Opret ellipse" #: ../src/box3d-context.cpp:469 ../src/box3d-context.cpp:476 #: ../src/box3d-context.cpp:483 ../src/box3d-context.cpp:490 #: ../src/box3d-context.cpp:497 ../src/box3d-context.cpp:504 #, fuzzy msgid "Change perspective (angle of PLs)" msgstr "Opret firkant" #. status text #: ../src/box3d-context.cpp:683 msgid "3D Box; with Shift to extrude along the Z axis" msgstr "" #: ../src/box3d-context.cpp:711 #, fuzzy msgid "Create 3D box" msgstr "Opret fliselagte kloner..." #: ../src/box3d.cpp:322 #, fuzzy msgid "3D Box" msgstr "Kant" #: ../src/connector-context.cpp:249 msgid "Connection point: click or drag to create a new connector" msgstr "" "Forbindelsespunkt: klik eller træk for at oprette en ny forbindelse" #: ../src/connector-context.cpp:250 #, fuzzy msgid "Connection point: click to select, drag to move" msgstr "" "Forbindelsespunkt: klik eller træk for at oprette en ny forbindelse" #: ../src/connector-context.cpp:793 msgid "Creating new connector" msgstr "Opret ny forbindelse" #: ../src/connector-context.cpp:1186 #, fuzzy msgid "Connector endpoint drag cancelled." msgstr "Træk i knudepunkt eller håndtag, annulleret." #: ../src/connector-context.cpp:1216 #, fuzzy msgid "Connection point drag cancelled." msgstr "Træk i knudepunkt eller håndtag, annulleret." #: ../src/connector-context.cpp:1329 msgid "Reroute connector" msgstr "Omdirigér forbindelse" #: ../src/connector-context.cpp:1500 msgid "Create connector" msgstr "Opret forbindelse" #: ../src/connector-context.cpp:1523 msgid "Finishing connector" msgstr "Afsluttende forbindelse" #: ../src/connector-context.cpp:1820 msgid "Connector endpoint: drag to reroute or connect to new shapes" msgstr "" "Forbindelsesendepunkt: træk for at omdirigere eller forbinde til nye " "figurer" #: ../src/connector-context.cpp:1969 msgid "Select at least one non-connector object." msgstr "Markér mindst ét objekt der ikke er en forbindelse." #: ../src/connector-context.cpp:1974 ../src/widgets/toolbox.cpp:8463 msgid "Make connectors avoid selected objects" msgstr "Lad forbindelser undvige markerede objekter" #: ../src/connector-context.cpp:1975 ../src/widgets/toolbox.cpp:8473 msgid "Make connectors ignore selected objects" msgstr "Lad forbindelser ignorere markerede objekter" #: ../src/context-fns.cpp:36 ../src/context-fns.cpp:65 msgid "Current layer is hidden. Unhide it to be able to draw on it." msgstr "" "Det aktuelle lag er skjult. Vis laget, for at kunne tegne på det." #: ../src/context-fns.cpp:42 ../src/context-fns.cpp:71 msgid "Current layer is locked. Unlock it to be able to draw on it." msgstr "" "Det aktuelle lag er låst. Lås det op, for at kunne tegne på det." #: ../src/desktop-events.cpp:193 #, fuzzy msgid "Create guide" msgstr "Opret ellipse" #: ../src/desktop-events.cpp:430 #, fuzzy msgid "Move guide" msgstr "Flyt knudepunkter" #: ../src/desktop-events.cpp:437 ../src/desktop-events.cpp:487 #: ../src/ui/dialog/guides.cpp:138 #, fuzzy msgid "Delete guide" msgstr "Slet knudepunkt" #: ../src/desktop-events.cpp:467 #, fuzzy, c-format msgid "Guideline: %s" msgstr "Hjælpelinie" #: ../src/desktop.cpp:843 msgid "No previous zoom." msgstr "Ingen forrige zoom." #: ../src/desktop.cpp:864 msgid "No next zoom." msgstr "Ingen næste zoom." #: ../src/ui/dialog/clonetiler.cpp:112 msgid "_Symmetry" msgstr "_Symmetri" #. TRANSLATORS: "translation" means "shift" / "displacement" here. #: ../src/ui/dialog/clonetiler.cpp:124 msgid "P1: simple translation" msgstr "P1: simpel omformning" #: ../src/ui/dialog/clonetiler.cpp:125 msgid "P2: 180° rotation" msgstr "P2: 180° rotation" #: ../src/ui/dialog/clonetiler.cpp:126 msgid "PM: reflection" msgstr "PM: reflektion" #. TRANSLATORS: "glide reflection" is a reflection and a translation combined. #. For more info, see http://mathforum.org/sum95/suzanne/symsusan.html #: ../src/ui/dialog/clonetiler.cpp:129 msgid "PG: glide reflection" msgstr "PG: glidereflektion" #: ../src/ui/dialog/clonetiler.cpp:130 msgid "CM: reflection + glide reflection" msgstr "CM: reflektion + glidereflektion" #: ../src/ui/dialog/clonetiler.cpp:131 msgid "PMM: reflection + reflection" msgstr "PMM: reflektion + reflektion" #: ../src/ui/dialog/clonetiler.cpp:132 msgid "PMG: reflection + 180° rotation" msgstr "PMG: reflektion + 180° rotation" #: ../src/ui/dialog/clonetiler.cpp:133 msgid "PGG: glide reflection + 180° rotation" msgstr "PGG: glidereflektion + 180° rotation" #: ../src/ui/dialog/clonetiler.cpp:134 msgid "CMM: reflection + reflection + 180° rotation" msgstr "CMM: reflektion + reflektion + 180° rotation" #: ../src/ui/dialog/clonetiler.cpp:135 msgid "P4: 90° rotation" msgstr "P4: 90° rotation" #: ../src/ui/dialog/clonetiler.cpp:136 msgid "P4M: 90° rotation + 45° reflection" msgstr "P4M: 90° rotation + 45° reflektion" #: ../src/ui/dialog/clonetiler.cpp:137 msgid "P4G: 90° rotation + 90° reflection" msgstr "P4G: 90° rotation + 90° reflektion" #: ../src/ui/dialog/clonetiler.cpp:138 msgid "P3: 120° rotation" msgstr "P3: 120° rotation" #: ../src/ui/dialog/clonetiler.cpp:139 msgid "P31M: reflection + 120° rotation, dense" msgstr "P31M: reflektion + 120° rotation, tæt" #: ../src/ui/dialog/clonetiler.cpp:140 msgid "P3M1: reflection + 120° rotation, sparse" msgstr "P3M1: reflektion + 120° rotation, spredt" #: ../src/ui/dialog/clonetiler.cpp:141 msgid "P6: 60° rotation" msgstr "P6: 60° rotation" #: ../src/ui/dialog/clonetiler.cpp:142 msgid "P6M: reflection + 60° rotation" msgstr "P6M: reflektion + 60° rotation" #: ../src/ui/dialog/clonetiler.cpp:162 msgid "Select one of the 17 symmetry groups for the tiling" msgstr "Vælg én af de 17 symmetrigrupper til fliselægningen" #: ../src/ui/dialog/clonetiler.cpp:180 msgid "S_hift" msgstr "S_hift" #. TRANSLATORS: "shift" means: the tiles will be shifted (offset) horizontally by this amount #: ../src/ui/dialog/clonetiler.cpp:190 #, no-c-format msgid "Shift X:" msgstr "X-forskydning:" #: ../src/ui/dialog/clonetiler.cpp:198 #, no-c-format msgid "Horizontal shift per row (in % of tile width)" msgstr "Vandrets forskydning pr. række (i % af flisebredde)" #: ../src/ui/dialog/clonetiler.cpp:206 #, no-c-format msgid "Horizontal shift per column (in % of tile width)" msgstr "Vandrets forskydning pr. søjle (i % af flisebredde)" #: ../src/ui/dialog/clonetiler.cpp:212 msgid "Randomize the horizontal shift by this percentage" msgstr "Tilfældiggør den vandrette forskydning med denne procentdel" #. TRANSLATORS: "shift" means: the tiles will be shifted (offset) vertically by this amount #: ../src/ui/dialog/clonetiler.cpp:222 #, no-c-format msgid "Shift Y:" msgstr "Y-forskydning:" #: ../src/ui/dialog/clonetiler.cpp:230 #, no-c-format msgid "Vertical shift per row (in % of tile height)" msgstr "Lodret forskydning pr. række (i % af flisehøjde)" #: ../src/ui/dialog/clonetiler.cpp:238 #, no-c-format msgid "Vertical shift per column (in % of tile height)" msgstr "Lodret forskydning pr. søjle (i % af flisehøjde)" #: ../src/ui/dialog/clonetiler.cpp:245 msgid "Randomize the vertical shift by this percentage" msgstr "Tilfældiggør den lodrette forskydning med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:253 ../src/ui/dialog/clonetiler.cpp:399 msgid "Exponent:" msgstr "Eksponent:" #: ../src/ui/dialog/clonetiler.cpp:260 msgid "Whether rows are spaced evenly (1), converge (<1) or diverge (>1)" msgstr "" "Om rækker er ligeligt fordelt (1), konvergerer (<1) eller divergerer (>1)" #: ../src/ui/dialog/clonetiler.cpp:267 msgid "Whether columns are spaced evenly (1), converge (<1) or diverge (>1)" msgstr "" "Om søjler er ligeligt fordelt (1), konvergerer (<1) eller divergerer (>1)" #. TRANSLATORS: "Alternate" is a verb here #: ../src/ui/dialog/clonetiler.cpp:275 ../src/ui/dialog/clonetiler.cpp:439 #: ../src/ui/dialog/clonetiler.cpp:515 ../src/ui/dialog/clonetiler.cpp:588 #: ../src/ui/dialog/clonetiler.cpp:634 ../src/ui/dialog/clonetiler.cpp:761 msgid "Alternate:" msgstr "Skiftende fortegn:" #: ../src/ui/dialog/clonetiler.cpp:281 msgid "Alternate the sign of shifts for each row" msgstr "Skiftende fortegn på forskydninger for hver række" #: ../src/ui/dialog/clonetiler.cpp:286 msgid "Alternate the sign of shifts for each column" msgstr "Skiftende fortegn på forskydninger for hver søjle" #. TRANSLATORS: "Cumulate" is a verb here #: ../src/ui/dialog/clonetiler.cpp:293 ../src/ui/dialog/clonetiler.cpp:457 #: ../src/ui/dialog/clonetiler.cpp:533 #, fuzzy msgid "Cumulate:" msgstr "Skiftende fortegn:" #: ../src/ui/dialog/clonetiler.cpp:299 #, fuzzy msgid "Cumulate the shifts for each row" msgstr "Skiftende fortegn på forskydninger for hver række" #: ../src/ui/dialog/clonetiler.cpp:304 #, fuzzy msgid "Cumulate the shifts for each column" msgstr "Skiftende fortegn på forskydninger for hver søjle" #. TRANSLATORS: "Cumulate" is a verb here #: ../src/ui/dialog/clonetiler.cpp:311 #, fuzzy msgid "Exclude tile:" msgstr "Skiftende fortegn:" #: ../src/ui/dialog/clonetiler.cpp:317 msgid "Exclude tile height in shift" msgstr "" #: ../src/ui/dialog/clonetiler.cpp:322 msgid "Exclude tile width in shift" msgstr "" #: ../src/ui/dialog/clonetiler.cpp:331 msgid "Sc_ale" msgstr "Sk_alér" #: ../src/ui/dialog/clonetiler.cpp:339 msgid "Scale X:" msgstr "X-skalering:" #: ../src/ui/dialog/clonetiler.cpp:347 #, no-c-format msgid "Horizontal scale per row (in % of tile width)" msgstr "Vandret skalering pr. række (i % af flisebredde)" #: ../src/ui/dialog/clonetiler.cpp:355 #, no-c-format msgid "Horizontal scale per column (in % of tile width)" msgstr "Vandret skalering pr. søjle (i % af flisebredde)" #: ../src/ui/dialog/clonetiler.cpp:361 msgid "Randomize the horizontal scale by this percentage" msgstr "Tilfældiggør vandret skalering med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:369 msgid "Scale Y:" msgstr "Y-skalering:" #: ../src/ui/dialog/clonetiler.cpp:377 #, no-c-format msgid "Vertical scale per row (in % of tile height)" msgstr "Lodret skalering pr. række (i % af flisehøjde)" #: ../src/ui/dialog/clonetiler.cpp:385 #, no-c-format msgid "Vertical scale per column (in % of tile height)" msgstr "Lodret skalering pr. søjle (i % af flisehøjde)" #: ../src/ui/dialog/clonetiler.cpp:391 msgid "Randomize the vertical scale by this percentage" msgstr "Tilfældiggør den lodrette skalering med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:405 #, fuzzy msgid "Whether row scaling is uniform (1), converge (<1) or diverge (>1)" msgstr "" "Om rækker er ligeligt fordelt (1), konvergerer (<1) eller divergerer (>1)" #: ../src/ui/dialog/clonetiler.cpp:411 #, fuzzy msgid "Whether column scaling is uniform (1), converge (<1) or diverge (>1)" msgstr "" "Om søjler er ligeligt fordelt (1), konvergerer (<1) eller divergerer (>1)" #: ../src/ui/dialog/clonetiler.cpp:419 #, fuzzy msgid "Base:" msgstr "a" #: ../src/ui/dialog/clonetiler.cpp:425 ../src/ui/dialog/clonetiler.cpp:431 #, fuzzy msgid "" "Base for a logarithmic spiral: not used (0), converge (<1), or diverge (>1)" msgstr "" "Om rækker er ligeligt fordelt (1), konvergerer (<1) eller divergerer (>1)" #: ../src/ui/dialog/clonetiler.cpp:445 msgid "Alternate the sign of scales for each row" msgstr "Skiftende fortegn på skalering for hver række" #: ../src/ui/dialog/clonetiler.cpp:450 msgid "Alternate the sign of scales for each column" msgstr "Skiftende fortegn på skalaer for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:463 #, fuzzy msgid "Cumulate the scales for each row" msgstr "Skiftende fortegn på skalering for hver række" #: ../src/ui/dialog/clonetiler.cpp:468 #, fuzzy msgid "Cumulate the scales for each column" msgstr "Skiftende fortegn på skalaer for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:477 msgid "_Rotation" msgstr "_Rotering" #: ../src/ui/dialog/clonetiler.cpp:485 msgid "Angle:" msgstr "Vinkel:" #: ../src/ui/dialog/clonetiler.cpp:493 #, no-c-format msgid "Rotate tiles by this angle for each row" msgstr "Rotér fliser med denne vinkel for række" #: ../src/ui/dialog/clonetiler.cpp:501 #, no-c-format msgid "Rotate tiles by this angle for each column" msgstr "Rotér fliser med denne vinkel for søjle" #: ../src/ui/dialog/clonetiler.cpp:507 msgid "Randomize the rotation angle by this percentage" msgstr "Tilfældiggør rotationsvinkelen med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:521 msgid "Alternate the rotation direction for each row" msgstr "Skiftende rotationsretning for hver række" #: ../src/ui/dialog/clonetiler.cpp:526 msgid "Alternate the rotation direction for each column" msgstr "Skiftende rotationsretning for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:539 #, fuzzy msgid "Cumulate the rotation for each row" msgstr "Skiftende rotationsretning for hver række" #: ../src/ui/dialog/clonetiler.cpp:544 #, fuzzy msgid "Cumulate the rotation for each column" msgstr "Skiftende rotationsretning for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:553 #, fuzzy msgid "_Blur & opacity" msgstr "Primær uigennemsigtighed" #: ../src/ui/dialog/clonetiler.cpp:562 #, fuzzy msgid "Blur:" msgstr "L:" #: ../src/ui/dialog/clonetiler.cpp:568 #, fuzzy msgid "Blur tiles by this percentage for each row" msgstr "Formindsk flise-uigennemsigtighed med denne procentdel for hver række" #: ../src/ui/dialog/clonetiler.cpp:574 #, fuzzy msgid "Blur tiles by this percentage for each column" msgstr "Formindsk flise-uigennemsigtighed med denne procentdel for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:580 #, fuzzy msgid "Randomize the tile blur by this percentage" msgstr "Tilfældiggør flise-farvetone med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:594 #, fuzzy msgid "Alternate the sign of blur change for each row" msgstr "Skiftende fortegn på farveændringer for hver række" #: ../src/ui/dialog/clonetiler.cpp:599 #, fuzzy msgid "Alternate the sign of blur change for each column" msgstr "Skiftende fortegn på farveændringer for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:608 #, fuzzy msgid "Opacity:" msgstr "Uigennemsigtighed" #: ../src/ui/dialog/clonetiler.cpp:614 msgid "Decrease tile opacity by this percentage for each row" msgstr "Formindsk flise-uigennemsigtighed med denne procentdel for hver række" #: ../src/ui/dialog/clonetiler.cpp:620 msgid "Decrease tile opacity by this percentage for each column" msgstr "Formindsk flise-uigennemsigtighed med denne procentdel for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:626 msgid "Randomize the tile opacity by this percentage" msgstr "Tilfældiggør flise-uigennemsigtigheden med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:640 msgid "Alternate the sign of opacity change for each row" msgstr "Skiftende fortegn for ændringen af uigennemsigtigheden for hver række" #: ../src/ui/dialog/clonetiler.cpp:645 msgid "Alternate the sign of opacity change for each column" msgstr "Skiftende fortegn for ændringen af uigennemsigtigheden for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:653 msgid "Co_lor" msgstr "Fa_rve" #: ../src/ui/dialog/clonetiler.cpp:663 msgid "Initial color: " msgstr "Startfarve: " #: ../src/ui/dialog/clonetiler.cpp:667 msgid "Initial color of tiled clones" msgstr "Fliselagte kloners startfarve" #: ../src/ui/dialog/clonetiler.cpp:667 msgid "" "Initial color for clones (works only if the original has unset fill or " "stroke)" msgstr "" "Kloners startfarve (virker kun hvis originalen har uindfattet streg eller " "udfyldning)" #: ../src/ui/dialog/clonetiler.cpp:682 msgid "H:" msgstr "H:" #: ../src/ui/dialog/clonetiler.cpp:688 msgid "Change the tile hue by this percentage for each row" msgstr "Ændr flise-farvetone med denne procentdel for hver række" #: ../src/ui/dialog/clonetiler.cpp:694 msgid "Change the tile hue by this percentage for each column" msgstr "Ændr flise-farvetone med denne procentdel for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:700 msgid "Randomize the tile hue by this percentage" msgstr "Tilfældiggør flise-farvetone med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:709 msgid "S:" msgstr "S:" #: ../src/ui/dialog/clonetiler.cpp:715 msgid "Change the color saturation by this percentage for each row" msgstr "Ændr farvemætningen med denne procentdel for hver række" #: ../src/ui/dialog/clonetiler.cpp:721 msgid "Change the color saturation by this percentage for each column" msgstr "Ændr farvemætningen med denne procentdel for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:727 msgid "Randomize the color saturation by this percentage" msgstr "Tilfældiggør farvemætningen med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:735 msgid "L:" msgstr "L:" #: ../src/ui/dialog/clonetiler.cpp:741 msgid "Change the color lightness by this percentage for each row" msgstr "Ændr lysstyrken med denne procentdel for hver række" #: ../src/ui/dialog/clonetiler.cpp:747 msgid "Change the color lightness by this percentage for each column" msgstr "Ændr lysstyrken med denne procentdel for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:753 msgid "Randomize the color lightness by this percentage" msgstr "Tilfældiggør lysstyrken med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:767 msgid "Alternate the sign of color changes for each row" msgstr "Skiftende fortegn på farveændringer for hver række" #: ../src/ui/dialog/clonetiler.cpp:772 msgid "Alternate the sign of color changes for each column" msgstr "Skiftende fortegn på farveændringer for hver søjle" #: ../src/ui/dialog/clonetiler.cpp:780 msgid "_Trace" msgstr "_Tegn af" #: ../src/ui/dialog/clonetiler.cpp:792 msgid "Trace the drawing under the tiles" msgstr "Tegn tegningen under fliserne af" #: ../src/ui/dialog/clonetiler.cpp:796 msgid "" "For each clone, pick a value from the drawing in that clone's location and " "apply it to the clone" msgstr "" "Vælg for hver klon en værdi fra tegningen i den aktuelle klons placering og " "anvend værdien på klonen" #: ../src/ui/dialog/clonetiler.cpp:815 msgid "1. Pick from the drawing:" msgstr "1. Vælg fra tegningen:" #: ../src/ui/dialog/clonetiler.cpp:827 msgid "Pick the visible color and opacity" msgstr "Vælg den synlige farve og uigennemsigtighed" #: ../src/ui/dialog/clonetiler.cpp:834 ../src/ui/dialog/clonetiler.cpp:975 #: ../src/extension/internal/bitmap/opacity.cpp:38 #: ../src/extension/internal/filter/transparency.h:279 #: ../src/widgets/toolbox.cpp:4761 ../share/extensions/interp_att_g.inx.h:14 msgid "Opacity" msgstr "Uigennemsigtighed" #: ../src/ui/dialog/clonetiler.cpp:835 msgid "Pick the total accumulated opacity" msgstr "Vælg den totale akkumulerede uigennemsigtighed" #: ../src/ui/dialog/clonetiler.cpp:842 msgid "R" msgstr "R" #: ../src/ui/dialog/clonetiler.cpp:843 msgid "Pick the Red component of the color" msgstr "Vælg farvens rødkomponent" #: ../src/ui/dialog/clonetiler.cpp:850 msgid "G" msgstr "G" #: ../src/ui/dialog/clonetiler.cpp:851 msgid "Pick the Green component of the color" msgstr "Vælg farvens grønkomponent" #: ../src/ui/dialog/clonetiler.cpp:858 msgid "B" msgstr "B" #: ../src/ui/dialog/clonetiler.cpp:859 msgid "Pick the Blue component of the color" msgstr "Vælg farvens blåkomponent" #: ../src/ui/dialog/clonetiler.cpp:866 #, fuzzy msgctxt "Clonetiler color hue" msgid "H" msgstr "H:" #: ../src/ui/dialog/clonetiler.cpp:867 msgid "Pick the hue of the color" msgstr "Vælg farvetone" #: ../src/ui/dialog/clonetiler.cpp:874 #, fuzzy msgctxt "Clonetiler color saturation" msgid "S" msgstr "_S" #: ../src/ui/dialog/clonetiler.cpp:875 msgid "Pick the saturation of the color" msgstr "Vælg farvens mætning" #: ../src/ui/dialog/clonetiler.cpp:882 #, fuzzy msgctxt "Clonetiler color lightness" msgid "L" msgstr "_L" #: ../src/ui/dialog/clonetiler.cpp:883 msgid "Pick the lightness of the color" msgstr "Vælg farvens lysstyrke" #: ../src/ui/dialog/clonetiler.cpp:893 msgid "2. Tweak the picked value:" msgstr "2. Ændr den valgte værdi:" #: ../src/ui/dialog/clonetiler.cpp:903 msgid "Gamma-correct:" msgstr "Gamma-korrigering:" #: ../src/ui/dialog/clonetiler.cpp:907 msgid "Shift the mid-range of the picked value upwards (>0) or downwards (<0)" msgstr "" "Forskyd mellemværdierne af de valgte værdier opad (>0) eller nedad (<0)" #: ../src/ui/dialog/clonetiler.cpp:914 msgid "Randomize:" msgstr "Tilfældiggør:" #: ../src/ui/dialog/clonetiler.cpp:918 msgid "Randomize the picked value by this percentage" msgstr "Tilfældiggør den valgte værdi med denne procentdel" #: ../src/ui/dialog/clonetiler.cpp:925 msgid "Invert:" msgstr "Invertér:" #: ../src/ui/dialog/clonetiler.cpp:929 msgid "Invert the picked value" msgstr "Invertér den valgte værdi" #: ../src/ui/dialog/clonetiler.cpp:935 msgid "3. Apply the value to the clones':" msgstr "3. Anvend værdien på klonerne:" #: ../src/ui/dialog/clonetiler.cpp:945 msgid "Presence" msgstr "Nærvær" #: ../src/ui/dialog/clonetiler.cpp:948 msgid "" "Each clone is created with the probability determined by the picked value in " "that point" msgstr "" "Hver klon oprettes med sandsynligheden bestemt af den valgte værdi i punktet" #: ../src/ui/dialog/clonetiler.cpp:955 msgid "Size" msgstr "Størrelse" #: ../src/ui/dialog/clonetiler.cpp:958 msgid "Each clone's size is determined by the picked value in that point" msgstr "Hver klons størrelse bestemmes af den valgte værdi i punktet" #: ../src/ui/dialog/clonetiler.cpp:968 msgid "" "Each clone is painted by the picked color (the original must have unset fill " "or stroke)" msgstr "" "Hver klon males af den valgte farve (virker kun hvis originalen har " "uindfattet streg eller udfyldning)" #: ../src/ui/dialog/clonetiler.cpp:978 msgid "Each clone's opacity is determined by the picked value in that point" msgstr "Hver klons uigennemsigtighed bestemmes af den valgte værdi i punktet" #: ../src/ui/dialog/clonetiler.cpp:1011 msgid "How many rows in the tiling" msgstr "Hvor mange rækker i fliselægningen" #: ../src/ui/dialog/clonetiler.cpp:1033 msgid "How many columns in the tiling" msgstr "Hvor mange søjler i fliselægningen" #: ../src/ui/dialog/clonetiler.cpp:1069 msgid "Width of the rectangle to be filled" msgstr "Bredde på firkanten der skal udfyldes" #: ../src/ui/dialog/clonetiler.cpp:1095 msgid "Height of the rectangle to be filled" msgstr "Højde på firkanten der skal udfyldes" #: ../src/ui/dialog/clonetiler.cpp:1112 msgid "Rows, columns: " msgstr "Rækker, søjler: " #: ../src/ui/dialog/clonetiler.cpp:1113 msgid "Create the specified number of rows and columns" msgstr "Opret det angivede antal rækker og søjler" #: ../src/ui/dialog/clonetiler.cpp:1122 msgid "Width, height: " msgstr "Bredde, højde: " #: ../src/ui/dialog/clonetiler.cpp:1123 msgid "Fill the specified width and height with the tiling" msgstr "Udfyld den angivede bredde og højde med fliselægningen" #: ../src/ui/dialog/clonetiler.cpp:1144 msgid "Use saved size and position of the tile" msgstr "Benyt flisens gemte størrelse og placering" #: ../src/ui/dialog/clonetiler.cpp:1147 msgid "" "Pretend that the size and position of the tile are the same as the last time " "you tiled it (if any), instead of using the current size" msgstr "" "Lad som om flisens størrelse og placering er samme som sidste gang du " "fliselagde, istedet for den aktuelle størrelse" #: ../src/ui/dialog/clonetiler.cpp:1181 msgid " _Create " msgstr " _Opret " #: ../src/ui/dialog/clonetiler.cpp:1183 msgid "Create and tile the clones of the selection" msgstr "Opret og fliselæg klonerne i markeringen" #. TRANSLATORS: if a group of objects are "clumped" together, then they #. are unevenly spread in the given amount of space - as shown in the #. diagrams on the left in the following screenshot: #. http://www.inkscape.org/screenshots/gallery/inkscape-0.42-CVS-tiles-unclump.png #. So unclumping is the process of spreading a number of objects out more evenly. #: ../src/ui/dialog/clonetiler.cpp:1203 msgid " _Unclump " msgstr " _Afklump " #: ../src/ui/dialog/clonetiler.cpp:1204 msgid "Spread out clones to reduce clumping; can be applied repeatedly" msgstr "Spred kloner for at reducere klumpning. Kan gentages" #: ../src/ui/dialog/clonetiler.cpp:1210 msgid " Re_move " msgstr " _Fjern " #: ../src/ui/dialog/clonetiler.cpp:1211 msgid "Remove existing tiled clones of the selected object (siblings only)" msgstr "" "Fjern eksisterende fliselagte kloner af det markerede objekt (kun søskende)" #: ../src/ui/dialog/clonetiler.cpp:1227 msgid " R_eset " msgstr " _Nulstil " #. TRANSLATORS: "change" is a noun here #: ../src/ui/dialog/clonetiler.cpp:1229 msgid "" "Reset all shifts, scales, rotates, opacity and color changes in the dialog " "to zero" msgstr "" "Nulstil alle forskydninger, skaleringer, rotationer, uigennemsigtighed- og " "farveændringer i dialogen til nul" #: ../src/ui/dialog/clonetiler.cpp:1302 msgid "Nothing selected." msgstr "Intet markeret." #: ../src/ui/dialog/clonetiler.cpp:1308 msgid "More than one object selected." msgstr "Mere end et objekt markeret" #: ../src/ui/dialog/clonetiler.cpp:1315 #, c-format msgid "Object has %d tiled clones." msgstr "Objektet har %d fliselagte kloner." #: ../src/ui/dialog/clonetiler.cpp:1320 msgid "Object has no tiled clones." msgstr "Objektet har ingen fliselagte kloner." #: ../src/ui/dialog/clonetiler.cpp:2040 msgid "Select one object whose tiled clones to unclump." msgstr "Markér et objekt hvis fliselagte kloner skal afklumpes." #: ../src/ui/dialog/clonetiler.cpp:2062 #, fuzzy msgid "Unclump tiled clones" msgstr "Fliselagte kloners startfarve" #: ../src/ui/dialog/clonetiler.cpp:2091 msgid "Select one object whose tiled clones to remove." msgstr "Markér et objekt hvis fliselagte kloner skal fjernes." #: ../src/ui/dialog/clonetiler.cpp:2114 #, fuzzy msgid "Delete tiled clones" msgstr "Slet valgte knuder" #: ../src/ui/dialog/clonetiler.cpp:2161 ../src/selection-chemistry.cpp:2325 msgid "Select an object to clone." msgstr "Markér et objekt til kloning." #: ../src/ui/dialog/clonetiler.cpp:2167 msgid "" "If you want to clone several objects, group them and clone the " "group." msgstr "" "Hvis du vil klone flere objekter, så gruppér dem og klon gruppen." #: ../src/ui/dialog/clonetiler.cpp:2176 #, fuzzy msgid "Creating tiled clones..." msgstr "Objektet har ingen fliselagte kloner." #: ../src/ui/dialog/clonetiler.cpp:2581 #, fuzzy msgid "Create tiled clones" msgstr "Opret fliselagte kloner..." #: ../src/ui/dialog/clonetiler.cpp:2783 msgid "Per row:" msgstr "Pr. række:" #: ../src/ui/dialog/clonetiler.cpp:2801 msgid "Per column:" msgstr "Pr. søjle:" #: ../src/ui/dialog/clonetiler.cpp:2809 msgid "Randomize:" msgstr "Tilfældiggør:" #: ../src/ui/dialog/export.cpp:107 ../src/widgets/toolbox.cpp:1809 #: ../src/widgets/toolbox.cpp:1817 ../share/extensions/gears.inx.h:8 msgid "Units:" msgstr "Enheder:" #: ../src/ui/dialog/export.cpp:109 ../src/ui/widget/preferences-widget.cpp:706 msgid "_Browse..." msgstr "_Gennemsøg..." #: ../src/ui/dialog/export.cpp:112 #, fuzzy msgid "B_atch export all selected objects" msgstr "Duplikér markerede objekter" #: ../src/ui/dialog/export.cpp:112 msgid "" "Export each selected object into its own PNG file, using export hints if any " "(caution, overwrites without asking!)" msgstr "" #: ../src/ui/dialog/export.cpp:114 #, fuzzy msgid "Hide a_ll except selected" msgstr "Husk valgte" #: ../src/ui/dialog/export.cpp:114 msgid "In the exported image, hide all objects except those that are selected" msgstr "" #: ../src/ui/dialog/export.cpp:116 msgid "_Export" msgstr "_Eksportér" #: ../src/ui/dialog/export.cpp:133 ../src/ui/dialog/export.cpp:135 msgid "Export area" msgstr " Eksportéringsområde" #: ../src/ui/dialog/export.cpp:166 msgid "_x0:" msgstr "_x0:" #: ../src/ui/dialog/export.cpp:170 msgid "x_1:" msgstr "x_1:" #: ../src/ui/dialog/export.cpp:174 #, fuzzy msgid "Wid_th:" msgstr "Bredde:" #: ../src/ui/dialog/export.cpp:178 msgid "_y0:" msgstr "_y0:" #: ../src/ui/dialog/export.cpp:182 msgid "y_1:" msgstr "y_1:" #: ../src/ui/dialog/export.cpp:186 #, fuzzy msgid "Hei_ght:" msgstr "Højde:" #: ../src/ui/dialog/export.cpp:203 ../src/ui/dialog/export.cpp:205 msgid "Bitmap size" msgstr "Punktbilledstørrelse" #: ../src/ui/dialog/export.cpp:216 ../src/live_effects/lpe-bendpath.cpp:56 #: ../src/live_effects/lpe-patternalongpath.cpp:64 #: ../src/ui/dialog/transformation.cpp:72 ../src/ui/widget/page-sizer.cpp:235 msgid "_Width:" msgstr "_Bredde:" #: ../src/ui/dialog/export.cpp:216 ../src/ui/dialog/export.cpp:227 msgid "pixels at" msgstr "billedpunkter ved" #: ../src/ui/dialog/export.cpp:222 msgid "dp_i" msgstr "dp_i" #: ../src/ui/dialog/export.cpp:227 ../src/ui/dialog/transformation.cpp:74 #: ../src/ui/widget/page-sizer.cpp:236 msgid "_Height:" msgstr "_Højde:" #: ../src/ui/dialog/export.cpp:235 #: ../src/ui/dialog/inkscape-preferences.cpp:1314 #: ../src/ui/dialog/inkscape-preferences.cpp:1317 msgid "dpi" msgstr "dpi" #: ../src/ui/dialog/export.cpp:245 ../src/ui/dialog/export.cpp:247 msgid "_Filename" msgstr "_Filnavn" #: ../src/ui/dialog/export.cpp:288 msgid "Export the bitmap file with these settings" msgstr "Eksportér punktbilledfilen med disse indstillinger" #: ../src/ui/dialog/export.cpp:536 #, fuzzy, c-format msgid "B_atch export %d selected object" msgid_plural "B_atch export %d selected objects" msgstr[0] "Duplikér markerede objekter" msgstr[1] "Duplikér markerede objekter" #: ../src/ui/dialog/export.cpp:833 msgid "Export in progress" msgstr "Eksporterer" #: ../src/ui/dialog/export.cpp:917 #, fuzzy, c-format msgid "Exporting %d files" msgstr "Eksporterer %s (%d ×%d)" #: ../src/ui/dialog/export.cpp:960 ../src/ui/dialog/export.cpp:1042 #, c-format msgid "Could not export to filename %s.\n" msgstr "Kunne ikke eksportere til filnavn %s.\n" #: ../src/ui/dialog/export.cpp:980 ../src/ui/dialog/export.cpp:985 msgid "You have to enter a filename" msgstr "Du skal indtaste et filnavn" #: ../src/ui/dialog/export.cpp:1000 msgid "The chosen area to be exported is invalid" msgstr "Eksporteringsområdet er ugyldigt" #: ../src/ui/dialog/export.cpp:1015 #, c-format msgid "Directory %s does not exist or is not a directory.\n" msgstr "Mappen %s eksisterer ikke eller er ikke en mappe.\n" #: ../src/ui/dialog/export.cpp:1027 #, fuzzy, c-format msgid "Exporting %s (%lu x %lu)" msgstr "Eksporterer %s (%d ×%d)" #: ../src/ui/dialog/export.cpp:1154 ../src/ui/dialog/export.cpp:1187 msgid "Select a filename for exporting" msgstr "Vælg et filnavn til eksporteringen" #. TRANSLATORS: "%s" is replaced with "exact" or "partial" when this string is displayed #: ../src/dialogs/find.cpp:383 ../src/ui/dialog/find.cpp:824 #, c-format msgid "%d object found (out of %d), %s match." msgid_plural "%d objects found (out of %d), %s match." msgstr[0] "%d objekt fundet (ud af %d), %s matcher." msgstr[1] "%d objekter fundet (ud af %d), %s matcher." #: ../src/dialogs/find.cpp:386 ../src/ui/dialog/find.cpp:827 msgid "exact" msgstr "nøjagtig" #: ../src/dialogs/find.cpp:386 ../src/ui/dialog/find.cpp:827 msgid "partial" msgstr "delvis" #: ../src/dialogs/find.cpp:393 ../src/ui/dialog/find.cpp:845 msgid "No objects found" msgstr "Ingen objekter fundet" #: ../src/dialogs/find.cpp:574 msgid "T_ype: " msgstr "T_ype: " #: ../src/dialogs/find.cpp:581 msgid "Search in all object types" msgstr "Søg i alle objekttyper" #: ../src/dialogs/find.cpp:581 ../src/ui/dialog/find.cpp:93 msgid "All types" msgstr "Alle typer" #: ../src/dialogs/find.cpp:597 msgid "Search all shapes" msgstr "Søg efter alle figurer" #: ../src/dialogs/find.cpp:597 msgid "All shapes" msgstr "Alle figurer" #: ../src/dialogs/find.cpp:619 ../src/ui/dialog/find.cpp:94 msgid "Search rectangles" msgstr "Søg efter firkanter" #: ../src/dialogs/find.cpp:619 ../src/ui/dialog/find.cpp:94 msgid "Rectangles" msgstr "Firkanter" #: ../src/dialogs/find.cpp:624 ../src/ui/dialog/find.cpp:95 msgid "Search ellipses, arcs, circles" msgstr "Søg efter ellipser, buer og cirkler" #: ../src/dialogs/find.cpp:624 ../src/ui/dialog/find.cpp:95 msgid "Ellipses" msgstr "Ellipser" #: ../src/dialogs/find.cpp:629 ../src/ui/dialog/find.cpp:96 msgid "Search stars and polygons" msgstr "Søg efter stjerner og polygoner" #: ../src/dialogs/find.cpp:629 ../src/ui/dialog/find.cpp:96 msgid "Stars" msgstr "Stjerner" #: ../src/dialogs/find.cpp:634 ../src/ui/dialog/find.cpp:97 msgid "Search spirals" msgstr "Søg efter spiraler" #: ../src/dialogs/find.cpp:634 ../src/ui/dialog/find.cpp:97 msgid "Spirals" msgstr "Spiraler" #. TRANSLATORS: polyline is a set of connected straight line segments #. http://www.w3.org/TR/SVG11/shapes.html#PolylineElement #: ../src/dialogs/find.cpp:647 ../src/ui/dialog/find.cpp:98 msgid "Search paths, lines, polylines" msgstr "Søg efter stier, linjer og polylinjer" #: ../src/dialogs/find.cpp:647 ../src/ui/dialog/find.cpp:98 #: ../src/widgets/toolbox.cpp:2473 msgid "Paths" msgstr "Stier" #: ../src/dialogs/find.cpp:652 ../src/ui/dialog/find.cpp:99 msgid "Search text objects" msgstr "Søg efter tekstobjekter" #: ../src/dialogs/find.cpp:652 ../src/ui/dialog/find.cpp:99 msgid "Texts" msgstr "Tekst" #: ../src/dialogs/find.cpp:657 ../src/ui/dialog/find.cpp:100 msgid "Search groups" msgstr "Søg efter grupper" #: ../src/dialogs/find.cpp:657 ../src/ui/dialog/find.cpp:100 msgid "Groups" msgstr "Grupper" #: ../src/dialogs/find.cpp:662 ../src/ui/dialog/find.cpp:103 msgid "Search clones" msgstr "Søg efter kloner" #. TRANSLATORS: "Clones" is a noun indicating type of object to find #: ../src/dialogs/find.cpp:664 ../src/ui/dialog/find.cpp:103 #, fuzzy msgctxt "Find dialog" msgid "Clones" msgstr "Kloner" #: ../src/dialogs/find.cpp:669 ../src/ui/dialog/find.cpp:105 msgid "Search images" msgstr "Søg efter billeder" #: ../src/dialogs/find.cpp:669 ../src/ui/dialog/find.cpp:105 #: ../share/extensions/embedimage.inx.h:3 #: ../share/extensions/extractimage.inx.h:4 msgid "Images" msgstr "Billeder" #: ../src/dialogs/find.cpp:674 ../src/ui/dialog/find.cpp:106 msgid "Search offset objects" msgstr "Søg efter forskudte objekter" #: ../src/dialogs/find.cpp:674 ../src/ui/dialog/find.cpp:106 msgid "Offsets" msgstr "Forskydninger" #: ../src/dialogs/find.cpp:744 #, fuzzy msgid "_Text:" msgstr "_Tekst: " #: ../src/dialogs/find.cpp:744 msgid "Find objects by their text content (exact or partial match)" msgstr "Find objekter ud fra deres tekstindhold (nøjagtig eller delvis match)" #: ../src/dialogs/find.cpp:745 ../src/ui/dialog/object-properties.cpp:42 #: ../src/ui/dialog/object-properties.cpp:249 #: ../src/ui/dialog/object-properties.cpp:306 #: ../src/ui/dialog/object-properties.cpp:313 #, fuzzy msgid "_ID:" msgstr "_ID: " #: ../src/dialogs/find.cpp:745 msgid "Find objects by the value of the id attribute (exact or partial match)" msgstr "" "Find objekter ud fra værdien af attributten ID (nøjagtig eller delvis match)" #: ../src/dialogs/find.cpp:746 #, fuzzy msgid "_Style:" msgstr "_Stil: " #: ../src/dialogs/find.cpp:746 msgid "" "Find objects by the value of the style attribute (exact or partial match)" msgstr "" "Find objekter ud fra værdien af attributten stil (nøjagtig eller delvis " "match)" #: ../src/dialogs/find.cpp:747 #, fuzzy msgid "_Attribute:" msgstr "_Attribut: " #: ../src/dialogs/find.cpp:747 msgid "Find objects by the name of an attribute (exact or partial match)" msgstr "" "Find objekter ud fra navnet på en attribut (nøjagtig eller delvis match)" #: ../src/dialogs/find.cpp:761 msgid "Search in s_election" msgstr "Søg i _markering" #: ../src/dialogs/find.cpp:765 ../src/ui/dialog/find.cpp:72 msgid "Limit search to the current selection" msgstr "Begræns søgning til aktuelle markering" #: ../src/dialogs/find.cpp:770 msgid "Search in current _layer" msgstr "Søg i det aktuelle _lag" #: ../src/dialogs/find.cpp:774 ../src/ui/dialog/find.cpp:71 msgid "Limit search to the current layer" msgstr "Begræns søgning til det aktuelle lag" #: ../src/dialogs/find.cpp:779 ../src/ui/dialog/find.cpp:81 msgid "Include _hidden" msgstr "Inkludér _skjulte" #: ../src/dialogs/find.cpp:783 ../src/ui/dialog/find.cpp:81 msgid "Include hidden objects in search" msgstr "Inkludér skjulte objekter i søgningen" #: ../src/dialogs/find.cpp:788 msgid "Include l_ocked" msgstr "Inkludér l_åste" #: ../src/dialogs/find.cpp:792 ../src/ui/dialog/find.cpp:82 msgid "Include locked objects in search" msgstr "Inkludér låste objekter i søgningen" #. TRANSLATORS: "Clear" is a verb here #: ../src/dialogs/find.cpp:808 ../src/ui/dialog/debug.cpp:76 #: ../src/ui/dialog/messages.cpp:47 ../src/ui/dialog/scriptdialog.cpp:179 msgid "_Clear" msgstr "_Ryd" #: ../src/dialogs/find.cpp:808 msgid "Clear values" msgstr "Ryd værdier" #: ../src/dialogs/find.cpp:809 ../src/ui/dialog/find.cpp:110 msgid "_Find" msgstr "_Søg" #: ../src/dialogs/find.cpp:809 msgid "Select objects matching all of the fields you filled in" msgstr "Markér objekter der matcher alle de felter du udfyldte" #: ../src/ui/dialog/spellcheck.cpp:73 msgid "_Accept" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:74 #, fuzzy msgid "_Ignore once" msgstr "ingen" #: ../src/ui/dialog/spellcheck.cpp:75 #, fuzzy msgid "_Ignore" msgstr "ingen" #: ../src/ui/dialog/spellcheck.cpp:76 msgid "A_dd" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:78 #, fuzzy msgid "_Stop" msgstr "_Sæt" #: ../src/ui/dialog/spellcheck.cpp:79 #, fuzzy msgid "_Start" msgstr "Start:" #: ../src/ui/dialog/spellcheck.cpp:109 #, fuzzy msgid "Suggestions:" msgstr "Opløsning:" #: ../src/ui/dialog/spellcheck.cpp:138 msgid "Accept the chosen suggestion" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:139 msgid "Ignore this word only once" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:140 msgid "Ignore this word in this session" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:141 msgid "Add this word to the chosen dictionary" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:155 msgid "Stop the check" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:156 msgid "Start the check" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:474 #, c-format msgid "Finished, %d words added to dictionary" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:476 #, c-format msgid "Finished, nothing suspicious found" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:592 #, c-format msgid "Not in dictionary (%s): %s" msgstr "" #: ../src/ui/dialog/spellcheck.cpp:739 msgid "Checking..." msgstr "" #: ../src/ui/dialog/spellcheck.cpp:808 msgid "Fix spelling" msgstr "" #: ../src/ui/dialog/text-edit.cpp:66 ../src/ui/dialog/find.cpp:90 #: ../src/ui/dialog/svg-fonts-dialog.cpp:909 #, fuzzy msgid "_Font" msgstr "Skrifttype" #: ../src/ui/dialog/text-edit.cpp:67 ../share/extensions/layout_nup.inx.h:16 #: ../share/extensions/perfectboundcover.inx.h:10 #: ../share/extensions/printing_marks.inx.h:7 #: ../share/extensions/svgcalendar.inx.h:10 msgid "Layout" msgstr "Layout" #: ../src/ui/dialog/text-edit.cpp:68 ../src/menus-skeleton.h:242 msgid "_Text" msgstr "_Tekst" #: ../src/ui/dialog/text-edit.cpp:69 #, fuzzy msgid "Set as _default" msgstr "Vælg som standard" #: ../src/ui/dialog/text-edit.cpp:83 msgid "AaBbCcIiPpQq12369$€¢?.;/()" msgstr "AaBbCcIiPpQq12369$€¢?.;/()" #. Align buttons #: ../src/ui/dialog/text-edit.cpp:93 ../src/widgets/toolbox.cpp:7860 #: ../src/widgets/toolbox.cpp:7861 msgid "Align left" msgstr "Venstrestillet" #: ../src/ui/dialog/text-edit.cpp:94 ../src/widgets/toolbox.cpp:7868 #: ../src/widgets/toolbox.cpp:7869 #, fuzzy msgid "Align center" msgstr "Venstrestillet" #: ../src/ui/dialog/text-edit.cpp:95 ../src/widgets/toolbox.cpp:7876 #: ../src/widgets/toolbox.cpp:7877 msgid "Align right" msgstr "Højrestillet" #: ../src/ui/dialog/text-edit.cpp:96 ../src/widgets/toolbox.cpp:7885 #, fuzzy msgid "Justify (only flowed text)" msgstr "Flydende tekst" #. Direction buttons #: ../src/ui/dialog/text-edit.cpp:100 ../src/widgets/toolbox.cpp:7920 msgid "Horizontal text" msgstr "Vandret tekst" #: ../src/ui/dialog/text-edit.cpp:101 ../src/widgets/toolbox.cpp:7927 msgid "Vertical text" msgstr "Lodret tekst" #: ../src/ui/dialog/text-edit.cpp:134 ../src/ui/dialog/text-edit.cpp:135 #, fuzzy msgid "Spacing between lines (percent of font size)" msgstr "Mellemrum mellem linjer" #: ../src/ui/dialog/text-edit.cpp:565 ../src/text-context.cpp:1519 #, fuzzy msgid "Set text style" msgstr "Stregst_il" #: ../src/ui/dialog/xml-tree.cpp:70 ../src/ui/dialog/xml-tree.cpp:119 msgid "New element node" msgstr "Nyt elementknudepunkt" #: ../src/ui/dialog/xml-tree.cpp:71 ../src/ui/dialog/xml-tree.cpp:125 msgid "New text node" msgstr "Nyt tekstknudepunkt" #: ../src/ui/dialog/xml-tree.cpp:72 ../src/ui/dialog/xml-tree.cpp:139 msgid "nodeAsInXMLdialogTooltip|Delete node" msgstr "" #: ../src/ui/dialog/xml-tree.cpp:73 ../src/ui/dialog/xml-tree.cpp:131 #: ../src/ui/dialog/xml-tree.cpp:952 msgid "Duplicate node" msgstr "Kopiér knudepunkt" #: ../src/ui/dialog/xml-tree.cpp:79 ../src/ui/dialog/xml-tree.cpp:184 #: ../src/ui/dialog/xml-tree.cpp:989 msgid "Delete attribute" msgstr "Slet attribut" #: ../src/ui/dialog/xml-tree.cpp:83 msgid "Set" msgstr "Sæt" #: ../src/ui/dialog/xml-tree.cpp:114 msgid "Drag to reorder nodes" msgstr "Træk for at omarrangere knudepunkter" #: ../src/ui/dialog/xml-tree.cpp:145 ../src/ui/dialog/xml-tree.cpp:146 #: ../src/ui/dialog/xml-tree.cpp:1110 msgid "Unindent node" msgstr "Ryk knudepunkt ud" #: ../src/ui/dialog/xml-tree.cpp:150 ../src/ui/dialog/xml-tree.cpp:151 #: ../src/ui/dialog/xml-tree.cpp:1088 msgid "Indent node" msgstr "Indryk knudepunkt" #: ../src/ui/dialog/xml-tree.cpp:155 ../src/ui/dialog/xml-tree.cpp:156 #: ../src/ui/dialog/xml-tree.cpp:1039 msgid "Raise node" msgstr "Hæv knudepunkt" #: ../src/ui/dialog/xml-tree.cpp:160 ../src/ui/dialog/xml-tree.cpp:161 #: ../src/ui/dialog/xml-tree.cpp:1057 msgid "Lower node" msgstr "Sænk knudepunkt" #: ../src/ui/dialog/xml-tree.cpp:201 msgid "Attribute name" msgstr "Attributnavn" #: ../src/ui/dialog/xml-tree.cpp:216 msgid "Attribute value" msgstr "Attributværdi" #: ../src/ui/dialog/xml-tree.cpp:304 msgid "Click to select nodes, drag to rearrange." msgstr "Klik for at vælge knudepunkter, træk for at omarrangere." #: ../src/ui/dialog/xml-tree.cpp:315 msgid "Click attribute to edit." msgstr "Klik på attribut for at redigere." #: ../src/ui/dialog/xml-tree.cpp:319 #, c-format msgid "" "Attribute %s selected. Press Ctrl+Enter when done editing to " "commit changes." msgstr "" "Attribut %s markeret. Tryk Ctrl+Enter når du er færdig med at " "redigere, for at anvende ændringerne." #: ../src/ui/dialog/xml-tree.cpp:560 #, fuzzy msgid "Drag XML subtree" msgstr "Træk kurve" #: ../src/ui/dialog/xml-tree.cpp:859 msgid "New element node..." msgstr "Nyt elementknudepunkt..." #: ../src/ui/dialog/xml-tree.cpp:881 msgid "Cancel" msgstr "Fortryd" #: ../src/ui/dialog/xml-tree.cpp:887 msgid "Create" msgstr "Opret" #: ../src/ui/dialog/xml-tree.cpp:918 #, fuzzy msgid "Create new element node" msgstr "Nyt elementknudepunkt" #: ../src/ui/dialog/xml-tree.cpp:934 #, fuzzy msgid "Create new text node" msgstr "Nyt tekstknudepunkt" #: ../src/ui/dialog/xml-tree.cpp:970 msgid "nodeAsInXMLinHistoryDialog|Delete node" msgstr "" #: ../src/ui/dialog/xml-tree.cpp:1013 #, fuzzy msgid "Change attribute" msgstr "Sæt attribut" #: ../src/display/canvas-axonomgrid.cpp:329 ../src/display/canvas-grid.cpp:700 msgid "Grid _units:" msgstr "Gitter_enheder:" #: ../src/display/canvas-axonomgrid.cpp:331 ../src/display/canvas-grid.cpp:702 msgid "_Origin X:" msgstr "_Udgangspunkt X:" #: ../src/display/canvas-axonomgrid.cpp:331 ../src/display/canvas-grid.cpp:702 #: ../src/ui/dialog/inkscape-preferences.cpp:666 #: ../src/ui/dialog/inkscape-preferences.cpp:691 msgid "X coordinate of grid origin" msgstr "X-koordinat for gitterudgangspunkt" #: ../src/display/canvas-axonomgrid.cpp:333 ../src/display/canvas-grid.cpp:704 msgid "O_rigin Y:" msgstr "U_dgangspunkt Y:" #: ../src/display/canvas-axonomgrid.cpp:333 ../src/display/canvas-grid.cpp:704 #: ../src/ui/dialog/inkscape-preferences.cpp:667 #: ../src/ui/dialog/inkscape-preferences.cpp:692 msgid "Y coordinate of grid origin" msgstr "Y-koordinat for gitterudgangspunkt" #: ../src/display/canvas-axonomgrid.cpp:335 ../src/display/canvas-grid.cpp:708 msgid "Spacing _Y:" msgstr "_Afstand Y:" #: ../src/display/canvas-axonomgrid.cpp:335 #: ../src/ui/dialog/inkscape-preferences.cpp:695 msgid "Base length of z-axis" msgstr "" #: ../src/display/canvas-axonomgrid.cpp:337 #: ../src/ui/dialog/inkscape-preferences.cpp:698 #: ../src/widgets/toolbox.cpp:3856 #, fuzzy msgid "Angle X:" msgstr "Vinkel:" #: ../src/display/canvas-axonomgrid.cpp:337 #: ../src/ui/dialog/inkscape-preferences.cpp:698 msgid "Angle of x-axis" msgstr "" #: ../src/display/canvas-axonomgrid.cpp:339 #: ../src/ui/dialog/inkscape-preferences.cpp:699 #: ../src/widgets/toolbox.cpp:3935 #, fuzzy msgid "Angle Z:" msgstr "Vinkel:" #: ../src/display/canvas-axonomgrid.cpp:339 #: ../src/ui/dialog/inkscape-preferences.cpp:699 msgid "Angle of z-axis" msgstr "" #: ../src/display/canvas-axonomgrid.cpp:343 ../src/display/canvas-grid.cpp:712 msgid "Grid line _color:" msgstr "_Gitterlinjefarve:" #: ../src/display/canvas-axonomgrid.cpp:343 ../src/display/canvas-grid.cpp:712 msgid "Grid line color" msgstr "Gitterlinjefarve" #: ../src/display/canvas-axonomgrid.cpp:343 ../src/display/canvas-grid.cpp:712 msgid "Color of grid lines" msgstr "Farve på gitterlinjer" #: ../src/display/canvas-axonomgrid.cpp:348 ../src/display/canvas-grid.cpp:717 msgid "Ma_jor grid line color:" msgstr "Primær gitterlin_jefarve:" #: ../src/display/canvas-axonomgrid.cpp:348 ../src/display/canvas-grid.cpp:717 msgid "Major grid line color" msgstr "Primær gitterlinjefarve" #: ../src/display/canvas-axonomgrid.cpp:349 ../src/display/canvas-grid.cpp:718 msgid "Color of the major (highlighted) grid lines" msgstr "Farve på de primære (fremhævede) gitterlinjer" #: ../src/display/canvas-axonomgrid.cpp:353 ../src/display/canvas-grid.cpp:722 msgid "_Major grid line every:" msgstr "_Pri_mær gitterlinje for hver:" #: ../src/display/canvas-axonomgrid.cpp:353 ../src/display/canvas-grid.cpp:722 msgid "lines" msgstr "linjer" #: ../src/display/canvas-grid.cpp:47 #, fuzzy msgid "Rectangular grid" msgstr "Firkant" #: ../src/display/canvas-grid.cpp:48 msgid "Axonometric grid" msgstr "" #: ../src/display/canvas-grid.cpp:267 #, fuzzy msgid "Create new grid" msgstr "Opret ellipse" #: ../src/display/canvas-grid.cpp:333 #, fuzzy msgid "_Enabled" msgstr "Titel" #: ../src/display/canvas-grid.cpp:334 msgid "" "Determines whether to snap to this grid or not. Can be 'on' for invisible " "grids." msgstr "" #: ../src/display/canvas-grid.cpp:338 msgid "Snap to visible _grid lines only" msgstr "" #: ../src/display/canvas-grid.cpp:339 msgid "" "When zoomed out, not all grid lines will be displayed. Only the visible ones " "will be snapped to" msgstr "" #: ../src/display/canvas-grid.cpp:343 #, fuzzy msgid "_Visible" msgstr "Farver:" #: ../src/display/canvas-grid.cpp:344 msgid "" "Determines whether the grid is displayed or not. Objects are still snapped " "to invisible grids." msgstr "" #: ../src/display/canvas-grid.cpp:706 msgid "Spacing _X:" msgstr "Afstand _X:" #: ../src/display/canvas-grid.cpp:706 #: ../src/ui/dialog/inkscape-preferences.cpp:672 #, fuzzy msgid "Distance between vertical grid lines" msgstr "Afstand mellem lodrette gitterlinjer" #: ../src/display/canvas-grid.cpp:708 #: ../src/ui/dialog/inkscape-preferences.cpp:673 #, fuzzy msgid "Distance between horizontal grid lines" msgstr "Afstand mellem vandrette gitterlinjer" #: ../src/display/canvas-grid.cpp:741 msgid "_Show dots instead of lines" msgstr "" #: ../src/display/canvas-grid.cpp:742 msgid "If set, displays dots at gridpoints instead of gridlines" msgstr "" #. TRANSLATORS: undefined target for snapping #: ../src/display/snap-indicator.cpp:72 ../src/display/snap-indicator.cpp:75 #: ../src/display/snap-indicator.cpp:179 ../src/display/snap-indicator.cpp:182 msgid "UNDEFINED" msgstr "" #: ../src/display/snap-indicator.cpp:78 #, fuzzy msgid "grid line" msgstr "Hjælpelinie" #: ../src/display/snap-indicator.cpp:81 #, fuzzy msgid "grid intersection" msgstr "Gennemskæring" #: ../src/display/snap-indicator.cpp:84 #, fuzzy msgid "grid line (perpendicular)" msgstr "Gitterlinjefarve" #: ../src/display/snap-indicator.cpp:87 #, fuzzy msgid "guide" msgstr "H_jælpelinjer" #: ../src/display/snap-indicator.cpp:90 #, fuzzy msgid "guide intersection" msgstr "Gennemskæring" #: ../src/display/snap-indicator.cpp:93 #, fuzzy msgid "guide origin" msgstr "Farver for hjælpelinier" #: ../src/display/snap-indicator.cpp:96 msgid "guide (perpendicular)" msgstr "" #: ../src/display/snap-indicator.cpp:99 #, fuzzy msgid "grid-guide intersection" msgstr "Gennemskæring" #: ../src/display/snap-indicator.cpp:102 #, fuzzy msgid "cusp node" msgstr "Hæng på objektknudepunkter" #: ../src/display/snap-indicator.cpp:105 #, fuzzy msgid "smooth node" msgstr "Udjævnet" #: ../src/display/snap-indicator.cpp:108 #, fuzzy msgid "path" msgstr "Sti" #: ../src/display/snap-indicator.cpp:111 msgid "path (perpendicular)" msgstr "" #: ../src/display/snap-indicator.cpp:114 msgid "path (tangential)" msgstr "" #: ../src/display/snap-indicator.cpp:117 #, fuzzy msgid "path intersection" msgstr "Gennemskæring" #: ../src/display/snap-indicator.cpp:120 #, fuzzy msgid "guide-path intersection" msgstr "Gennemskæring" #: ../src/display/snap-indicator.cpp:123 #, fuzzy msgid "clip-path" msgstr "Vælg beskæringssti" #: ../src/display/snap-indicator.cpp:126 #, fuzzy msgid "mask-path" msgstr "Vælg maske" #: ../src/display/snap-indicator.cpp:129 #, fuzzy msgid "bounding box corner" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/display/snap-indicator.cpp:132 #, fuzzy msgid "bounding box side" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/display/snap-indicator.cpp:135 #, fuzzy msgid "page border" msgstr "Sidekantfarve" #: ../src/display/snap-indicator.cpp:138 #, fuzzy msgid "line midpoint" msgstr "Linjebredde" #: ../src/display/snap-indicator.cpp:141 #, fuzzy msgid "object midpoint" msgstr "Objekter" #: ../src/display/snap-indicator.cpp:144 #, fuzzy msgid "object rotation center" msgstr "Find objekter i dokumentet" #: ../src/display/snap-indicator.cpp:147 #, fuzzy msgid "bounding box side midpoint" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/display/snap-indicator.cpp:150 #, fuzzy msgid "bounding box midpoint" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/display/snap-indicator.cpp:153 #, fuzzy msgid "page corner" msgstr "Sidekantfarve" #: ../src/display/snap-indicator.cpp:156 #, fuzzy msgid "quadrant point" msgstr "Linjeafstand:" #: ../src/display/snap-indicator.cpp:160 #, fuzzy msgid "corner" msgstr "Hjørner:" #: ../src/display/snap-indicator.cpp:163 msgid "text anchor" msgstr "" #: ../src/display/snap-indicator.cpp:166 #, fuzzy msgid "text baseline" msgstr "Justér venstre sider" #: ../src/display/snap-indicator.cpp:169 #, fuzzy msgid "constrained angle" msgstr "_Rotering" #: ../src/display/snap-indicator.cpp:172 #, fuzzy msgid "constraint" msgstr "Forbind" #: ../src/display/snap-indicator.cpp:185 #, fuzzy msgid "Bounding box corner" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/display/snap-indicator.cpp:188 #, fuzzy msgid "Bounding box midpoint" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/display/snap-indicator.cpp:191 #, fuzzy msgid "Bounding box side midpoint" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/display/snap-indicator.cpp:194 ../src/ui/tool/node.cpp:1269 #, fuzzy msgid "Smooth node" msgstr "Udjævnet" #: ../src/display/snap-indicator.cpp:197 ../src/ui/tool/node.cpp:1268 #, fuzzy msgid "Cusp node" msgstr "Hæv knudepunkt" #: ../src/display/snap-indicator.cpp:200 #, fuzzy msgid "Line midpoint" msgstr "Linjebredde" #: ../src/display/snap-indicator.cpp:203 #, fuzzy msgid "Object midpoint" msgstr "Objekter" #: ../src/display/snap-indicator.cpp:206 #, fuzzy msgid "Object rotation center" msgstr "Objekter til mønster" #: ../src/display/snap-indicator.cpp:210 #, fuzzy msgid "Handle" msgstr "Vinkel" #: ../src/display/snap-indicator.cpp:213 #, fuzzy msgid "Path intersection" msgstr "Gennemskæring" #: ../src/display/snap-indicator.cpp:216 #, fuzzy msgid "Guide" msgstr "H_jælpelinjer" #: ../src/display/snap-indicator.cpp:219 #, fuzzy msgid "Guide origin" msgstr "Farver for hjælpelinier" #: ../src/display/snap-indicator.cpp:222 msgid "Convex hull corner" msgstr "" #: ../src/display/snap-indicator.cpp:225 msgid "Quadrant point" msgstr "" #: ../src/display/snap-indicator.cpp:229 #, fuzzy msgid "Corner" msgstr "Hjørner:" #: ../src/display/snap-indicator.cpp:232 #, fuzzy msgid "Text anchor" msgstr "Tekst-inddata" #: ../src/display/snap-indicator.cpp:235 msgid "Multiple of grid spacing" msgstr "" #: ../src/display/snap-indicator.cpp:266 msgid " to " msgstr "" #: ../src/document.cpp:487 #, c-format msgid "New document %d" msgstr "Nyt dokument %d" #: ../src/document.cpp:513 #, fuzzy msgid "Memory document %1" msgstr "Lagret dokument %d" #: ../src/document.cpp:703 #, c-format msgid "Unnamed document %d" msgstr "Unavngivet dokument %d" #. We hit green anchor, closing Green-Blue-Red #: ../src/draw-context.cpp:581 msgid "Path is closed." msgstr "Sti er lukket." #. We hit bot start and end of single curve, closing paths #: ../src/draw-context.cpp:596 msgid "Closing path." msgstr "Lukker sti." #: ../src/draw-context.cpp:706 #, fuzzy msgid "Draw path" msgstr "Bryd sti op" #: ../src/draw-context.cpp:867 #, fuzzy msgid "Creating single dot" msgstr "Opret ny sti" #: ../src/draw-context.cpp:868 #, fuzzy msgid "Create single dot" msgstr "Opret fliselagte kloner..." #. alpha of color under cursor, to show in the statusbar #. locale-sensitive printf is OK, since this goes to the UI, not into SVG #: ../src/dropper-context.cpp:289 #, c-format msgid " alpha %.3g" msgstr " alfa %.3g" #. where the color is picked, to show in the statusbar #: ../src/dropper-context.cpp:291 #, c-format msgid ", averaged with radius %d" msgstr ", midlet med radius %d" #: ../src/dropper-context.cpp:291 #, c-format msgid " under cursor" msgstr " under markør" #. message, to show in the statusbar #: ../src/dropper-context.cpp:293 msgid "Release mouse to set color." msgstr "Slip museknap for at indstille farve." #: ../src/dropper-context.cpp:293 ../src/tools-switch.cpp:223 msgid "" "Click to set fill, Shift+click to set stroke; drag to " "average color in area; with Alt to pick inverse color; Ctrl+C " "to copy the color under mouse to clipboard" msgstr "" "Klik for at indstille udfyldning, Shift+klik for at indstille " "strøg; træk for at midle farven i område; med Alt for at vælge " "inverteret farve; Ctrl+C for at kopiere farven under markøren til " "klippebordet" #: ../src/dropper-context.cpp:331 #, fuzzy msgid "Set picked color" msgstr "Sidste valgte farve" #: ../src/dyna-draw-context.cpp:639 msgid "" "Guide path selected; start drawing along the guide with Ctrl" msgstr "" #: ../src/dyna-draw-context.cpp:641 msgid "Select a guide path to track with Ctrl" msgstr "" #: ../src/dyna-draw-context.cpp:776 msgid "Tracking: connection to guide path lost!" msgstr "" #: ../src/dyna-draw-context.cpp:776 msgid "Tracking a guide path" msgstr "" #: ../src/dyna-draw-context.cpp:779 #, fuzzy msgid "Drawing a calligraphic stroke" msgstr "Tegn kalligrafi" #: ../src/dyna-draw-context.cpp:1068 #, fuzzy msgid "Draw calligraphic stroke" msgstr "Tegn kalligrafi" #: ../src/eraser-context.cpp:555 #, fuzzy msgid "Drawing an eraser stroke" msgstr "Tegn kalligrafi" #: ../src/eraser-context.cpp:861 #, fuzzy msgid "Draw eraser stroke" msgstr "Tegn kalligrafi" #: ../src/event-context.cpp:654 msgid "Space+mouse drag to pan canvas" msgstr "" #: ../src/event-log.cpp:37 msgid "[Unchanged]" msgstr "[Uændret]" #. Edit #: ../src/event-log.cpp:264 ../src/event-log.cpp:267 ../src/verbs.cpp:2243 msgid "_Undo" msgstr "Fo_rtryd" #: ../src/event-log.cpp:274 ../src/event-log.cpp:278 ../src/verbs.cpp:2245 msgid "_Redo" msgstr "Ann_uller fortryd" #: ../src/extension/dependency.cpp:247 #, fuzzy msgid "Dependency:" msgstr "Afhængighed:" #: ../src/extension/dependency.cpp:248 msgid " type: " msgstr " type: " #: ../src/extension/dependency.cpp:249 msgid " location: " msgstr " sted: " #: ../src/extension/dependency.cpp:250 msgid " string: " msgstr " tekststreng: " #: ../src/extension/dependency.cpp:253 msgid " description: " msgstr " beskrivelse: " #: ../src/extension/effect.cpp:41 #, fuzzy msgid " (No preferences)" msgstr "Indstillinger for zoom" #. This is some filler text, needs to change before relase #: ../src/extension/error-file.cpp:53 msgid "" "One or more extensions failed to load\n" "\n" "The failed extensions have been skipped. Inkscape will continue to run " "normally but those extensions will be unavailable. For details to " "troubleshoot this problem, please refer to the error log located at: " msgstr "" "En eller flere filnavneendelser kunne " "ikke indlæses\n" "\n" "De fejlagtige filnavneendelser er sprunget over. Inkscape bliver ved med at " "køre mnormalt, med udvidelserne er ikke længere til rådighed. For detaljer " "om dette problem, se venligst fejlloggen der findes ved: " #: ../src/extension/error-file.cpp:63 msgid "Show dialog on startup" msgstr "Vis dialog ved opstart" #: ../src/extension/execution-env.cpp:136 #, c-format msgid "'%s' working, please wait..." msgstr "" #. static int i = 0; #. std::cout << "Checking module[" << i++ << "]: " << name << std::endl; #: ../src/extension/extension.cpp:255 msgid "" " This is caused by an improper .inx file for this extension. An improper ." "inx file could have been caused by a faulty installation of Inkscape." msgstr "" " Dette forårsages af en fejlagtig .inx fil til denne filnavneendelse. En " "fejlagtig inx-fil kan være forårsaget af en fejlagtig installation af " "Inkscape." #: ../src/extension/extension.cpp:258 msgid "an ID was not defined for it." msgstr "der blev ikke defineret noget ID." #: ../src/extension/extension.cpp:262 msgid "there was no name defined for it." msgstr "der blev ikke defineret noget navn." #: ../src/extension/extension.cpp:266 msgid "the XML description of it got lost." msgstr "XML beskrivelsen gik tabt." #: ../src/extension/extension.cpp:270 msgid "no implementation was defined for the extension." msgstr "der blev ikke defineret nogen implementation til filnavneendelsen." #. std::cout << "Failed: " << *(_deps[i]) << std::endl; #: ../src/extension/extension.cpp:277 msgid "a dependency was not met." msgstr "en afhængighed blev ikke opfyldt." #: ../src/extension/extension.cpp:297 msgid "Extension \"" msgstr "Filendelse \"" #: ../src/extension/extension.cpp:297 msgid "\" failed to load because " msgstr "\" kunne ikke indlæse fordi " #: ../src/extension/extension.cpp:624 #, c-format msgid "Could not create extension error log file '%s'" msgstr "Kunne ikke oprette filnavneendelse fejllogfil '%s'" #: ../src/extension/extension.cpp:727 ../src/ui/dialog/input.cpp:594 #: ../share/extensions/webslicer_create_rect.inx.h:26 msgid "Name:" msgstr "Navn:" #: ../src/extension/extension.cpp:728 msgid "ID:" msgstr "ID:" #: ../src/extension/extension.cpp:729 msgid "State:" msgstr "Tilstand:" #: ../src/extension/extension.cpp:729 msgid "Loaded" msgstr "Indlæst" #: ../src/extension/extension.cpp:729 msgid "Unloaded" msgstr "Ikke indlæst" #: ../src/extension/extension.cpp:729 msgid "Deactivated" msgstr "Deaktiveret" #: ../src/extension/extension.cpp:760 msgid "" "Currently there is no help available for this Extension. Please look on the " "Inkscape website or ask on the mailing lists if you have questions regarding " "this extension." msgstr "" #: ../src/extension/implementation/script.cpp:1010 msgid "" "Inkscape has received additional data from the script executed. The script " "did not return an error, but this may indicate the results will not be as " "expected." msgstr "" "Inkscape har modtaget yderligere data fra det udførte script. Scriptet " "returnerede ikke en fejl, men dette indikerer måske at resultatet ikke blir " "som forventet." #: ../src/extension/init.cpp:282 msgid "Null external module directory name. Modules will not be loaded." msgstr "Intet eksternt modulmappenavn. Moduler vil ikke blive indlæst." #: ../src/extension/init.cpp:296 #: ../src/extension/internal/filter/filter-file.cpp:58 #, c-format msgid "" "Modules directory (%s) is unavailable. External modules in that directory " "will not be loaded." msgstr "" "Modulmappe (%s) er ikke til rådighed. Eksterne moduler i mappen vil ikke " "blive indlæst." #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:39 #, fuzzy msgid "Adaptive Threshold" msgstr "Tærskel:" #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:41 #: ../src/extension/internal/bitmap/raise.cpp:42 #: ../src/extension/internal/bitmap/sample.cpp:41 #: ../src/extension/internal/bluredge.cpp:137 #: ../src/extension/internal/filter/morphology.h:65 #: ../src/ui/dialog/object-attributes.cpp:58 #: ../src/ui/dialog/object-attributes.cpp:66 ../src/widgets/toolbox.cpp:4555 #: ../src/widgets/toolbox.cpp:4875 ../src/widgets/toolbox.cpp:5370 #: ../src/widgets/toolbox.cpp:6434 ../share/extensions/foldablebox.inx.h:9 msgid "Width:" msgstr "Bredde:" #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:42 #: ../src/extension/internal/bitmap/raise.cpp:43 #: ../src/extension/internal/bitmap/sample.cpp:42 #: ../src/extension/internal/filter/bumps.h:98 #: ../src/extension/internal/filter/bumps.h:332 #: ../src/ui/dialog/object-attributes.cpp:59 #: ../src/ui/dialog/object-attributes.cpp:67 #: ../share/extensions/foldablebox.inx.h:4 msgid "Height:" msgstr "Højde:" #. Label #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:43 #: ../src/extension/internal/filter/color.h:1044 #: ../src/extension/internal/filter/paint.h:357 #: ../src/widgets/gradient-toolbar.cpp:1210 #: ../src/widgets/gradient-vector.cpp:863 #: ../share/extensions/printing_marks.inx.h:10 msgid "Offset:" msgstr "Forskydning:" #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:47 #: ../src/extension/internal/bitmap/addNoise.cpp:58 #: ../src/extension/internal/bitmap/blur.cpp:45 #: ../src/extension/internal/bitmap/channel.cpp:64 #: ../src/extension/internal/bitmap/charcoal.cpp:45 #: ../src/extension/internal/bitmap/colorize.cpp:56 #: ../src/extension/internal/bitmap/contrast.cpp:46 #: ../src/extension/internal/bitmap/crop.cpp:75 #: ../src/extension/internal/bitmap/cycleColormap.cpp:43 #: ../src/extension/internal/bitmap/despeckle.cpp:41 #: ../src/extension/internal/bitmap/edge.cpp:43 #: ../src/extension/internal/bitmap/emboss.cpp:45 #: ../src/extension/internal/bitmap/enhance.cpp:40 #: ../src/extension/internal/bitmap/equalize.cpp:40 #: ../src/extension/internal/bitmap/gaussianBlur.cpp:45 #: ../src/extension/internal/bitmap/implode.cpp:43 #: ../src/extension/internal/bitmap/level.cpp:49 #: ../src/extension/internal/bitmap/levelChannel.cpp:71 #: ../src/extension/internal/bitmap/medianFilter.cpp:43 #: ../src/extension/internal/bitmap/modulate.cpp:48 #: ../src/extension/internal/bitmap/negate.cpp:41 #: ../src/extension/internal/bitmap/normalize.cpp:41 #: ../src/extension/internal/bitmap/oilPaint.cpp:43 #: ../src/extension/internal/bitmap/opacity.cpp:44 #: ../src/extension/internal/bitmap/raise.cpp:48 #: ../src/extension/internal/bitmap/reduceNoise.cpp:46 #: ../src/extension/internal/bitmap/sample.cpp:46 #: ../src/extension/internal/bitmap/shade.cpp:48 #: ../src/extension/internal/bitmap/sharpen.cpp:45 #: ../src/extension/internal/bitmap/solarize.cpp:45 #: ../src/extension/internal/bitmap/spread.cpp:43 #: ../src/extension/internal/bitmap/swirl.cpp:43 #: ../src/extension/internal/bitmap/threshold.cpp:44 #: ../src/extension/internal/bitmap/unsharpmask.cpp:50 #: ../src/extension/internal/bitmap/wave.cpp:45 #, fuzzy msgid "Raster" msgstr "Hæv" #: ../src/extension/internal/bitmap/adaptiveThreshold.cpp:49 #, fuzzy msgid "Apply adaptive thresholding to selected bitmap(s)" msgstr "Anvend transformation på markering" #: ../src/extension/internal/bitmap/addNoise.cpp:45 #, fuzzy msgid "Add Noise" msgstr "Tilføj knudepunkter" #. _settings->add_checkbutton(false, SP_ATTR_STITCHTILES, _("Stitch Tiles"), "stitch", "noStitch"); #: ../src/extension/internal/bitmap/addNoise.cpp:47 #: ../src/extension/internal/filter/color.h:425 #: ../src/extension/internal/filter/color.h:1415 #: ../src/extension/internal/filter/color.h:1503 #: ../src/extension/internal/filter/distort.h:69 #: ../src/extension/internal/filter/morphology.h:60 ../src/rdf.cpp:240 #: ../src/ui/dialog/filter-effects-dialog.cpp:2271 #: ../src/ui/dialog/filter-effects-dialog.cpp:2350 #: ../src/ui/dialog/object-attributes.cpp:39 #: ../share/extensions/jessyInk_effects.inx.h:15 #: ../share/extensions/jessyInk_export.inx.h:10 #: ../share/extensions/jessyInk_transitions.inx.h:14 #: ../share/extensions/webslicer_create_rect.inx.h:40 msgid "Type:" msgstr "Type:" #: ../src/extension/internal/bitmap/addNoise.cpp:48 msgid "Uniform Noise" msgstr "" #: ../src/extension/internal/bitmap/addNoise.cpp:49 msgid "Gaussian Noise" msgstr "" #: ../src/extension/internal/bitmap/addNoise.cpp:50 msgid "Multiplicative Gaussian Noise" msgstr "" #: ../src/extension/internal/bitmap/addNoise.cpp:51 msgid "Impulse Noise" msgstr "" #: ../src/extension/internal/bitmap/addNoise.cpp:52 #, fuzzy msgid "Laplacian Noise" msgstr "Fraktal (Koch)" #: ../src/extension/internal/bitmap/addNoise.cpp:53 msgid "Poisson Noise" msgstr "" #: ../src/extension/internal/bitmap/addNoise.cpp:60 #, fuzzy msgid "Add random noise to selected bitmap(s)" msgstr "Husk valgte" #: ../src/extension/internal/bitmap/blur.cpp:38 #: ../src/extension/internal/filter/blurs.h:54 #, fuzzy msgid "Blur" msgstr "Blå" #: ../src/extension/internal/bitmap/blur.cpp:40 #: ../src/extension/internal/bitmap/charcoal.cpp:40 #: ../src/extension/internal/bitmap/edge.cpp:39 #: ../src/extension/internal/bitmap/emboss.cpp:40 #: ../src/extension/internal/bitmap/medianFilter.cpp:39 #: ../src/extension/internal/bitmap/oilPaint.cpp:39 #: ../src/extension/internal/bitmap/sharpen.cpp:40 #: ../src/extension/internal/bitmap/unsharpmask.cpp:43 #: ../src/ui/dialog/filter-effects-dialog.cpp:2328 #, fuzzy msgid "Radius:" msgstr "Radius" #: ../src/extension/internal/bitmap/blur.cpp:41 #: ../src/extension/internal/bitmap/charcoal.cpp:41 #: ../src/extension/internal/bitmap/emboss.cpp:41 #: ../src/extension/internal/bitmap/gaussianBlur.cpp:41 #: ../src/extension/internal/bitmap/sharpen.cpp:41 #: ../src/extension/internal/bitmap/unsharpmask.cpp:44 #, fuzzy msgid "Sigma:" msgstr "lille" #: ../src/extension/internal/bitmap/blur.cpp:47 #, fuzzy msgid "Blur selected bitmap(s)" msgstr "Gruppér valgte ting" #: ../src/extension/internal/bitmap/channel.cpp:48 #, fuzzy msgid "Channel" msgstr "Fortryd" #: ../src/extension/internal/bitmap/channel.cpp:50 #, fuzzy msgid "Layer:" msgstr "_Lag" #: ../src/extension/internal/bitmap/channel.cpp:51 #: ../src/extension/internal/bitmap/levelChannel.cpp:55 msgid "Red Channel" msgstr "" #: ../src/extension/internal/bitmap/channel.cpp:52 #: ../src/extension/internal/bitmap/levelChannel.cpp:56 msgid "Green Channel" msgstr "" #: ../src/extension/internal/bitmap/channel.cpp:53 #: ../src/extension/internal/bitmap/levelChannel.cpp:57 msgid "Blue Channel" msgstr "" #: ../src/extension/internal/bitmap/channel.cpp:54 #: ../src/extension/internal/bitmap/levelChannel.cpp:58 #, fuzzy msgid "Cyan Channel" msgstr "Opret firkant" #: ../src/extension/internal/bitmap/channel.cpp:55 #: ../src/extension/internal/bitmap/levelChannel.cpp:59 #, fuzzy msgid "Magenta Channel" msgstr "Magenta" #: ../src/extension/internal/bitmap/channel.cpp:56 #: ../src/extension/internal/bitmap/levelChannel.cpp:60 #, fuzzy msgid "Yellow Channel" msgstr "Gul" #: ../src/extension/internal/bitmap/channel.cpp:57 #: ../src/extension/internal/bitmap/levelChannel.cpp:61 #, fuzzy msgid "Black Channel" msgstr "Sort" #: ../src/extension/internal/bitmap/channel.cpp:58 #: ../src/extension/internal/bitmap/levelChannel.cpp:62 #, fuzzy msgid "Opacity Channel" msgstr "Uigennemsigtighed" #: ../src/extension/internal/bitmap/channel.cpp:59 #: ../src/extension/internal/bitmap/levelChannel.cpp:63 msgid "Matte Channel" msgstr "" #: ../src/extension/internal/bitmap/channel.cpp:66 msgid "Extract specific channel from image" msgstr "" #: ../src/extension/internal/bitmap/charcoal.cpp:38 #, fuzzy msgid "Charcoal" msgstr "Cairo" #: ../src/extension/internal/bitmap/charcoal.cpp:47 #, fuzzy msgid "Apply charcoal stylization to selected bitmap(s)" msgstr "Anvend transformation på markering" #: ../src/extension/internal/bitmap/colorize.cpp:50 #: ../src/extension/internal/filter/color.h:316 #, fuzzy msgid "Colorize" msgstr "Farve" #: ../src/extension/internal/bitmap/colorize.cpp:58 msgid "Colorize selected bitmap(s) with specified color, using given opacity" msgstr "" #: ../src/extension/internal/bitmap/contrast.cpp:40 #, fuzzy msgid "Contrast" msgstr "Hjørner:" #: ../src/extension/internal/bitmap/contrast.cpp:42 #, fuzzy msgid "Adjust:" msgstr "Træk kurve" #: ../src/extension/internal/bitmap/contrast.cpp:48 msgid "Increase or decrease contrast in bitmap(s)" msgstr "" #: ../src/extension/internal/bitmap/crop.cpp:66 msgid "Crop" msgstr "" #: ../src/extension/internal/bitmap/crop.cpp:68 msgid "Top (px):" msgstr "" #: ../src/extension/internal/bitmap/crop.cpp:69 #, fuzzy msgid "Bottom (px):" msgstr "Bot" #: ../src/extension/internal/bitmap/crop.cpp:70 #, fuzzy msgid "Left (px):" msgstr "Forskydninger" #: ../src/extension/internal/bitmap/crop.cpp:71 #, fuzzy msgid "Right (px):" msgstr "Rettigheder" #: ../src/extension/internal/bitmap/crop.cpp:77 #, fuzzy msgid "Crop selected bitmap(s)." msgstr "Gruppér valgte ting" #: ../src/extension/internal/bitmap/cycleColormap.cpp:37 msgid "Cycle Colormap" msgstr "" #: ../src/extension/internal/bitmap/cycleColormap.cpp:39 #: ../src/extension/internal/bitmap/spread.cpp:39 #: ../src/extension/internal/bitmap/unsharpmask.cpp:45 #: ../src/widgets/toolbox.cpp:4967 #, fuzzy msgid "Amount:" msgstr "Skrifttype" #: ../src/extension/internal/bitmap/cycleColormap.cpp:45 #, fuzzy msgid "Cycle colormap(s) of selected bitmap(s)" msgstr "Gruppér valgte ting" #: ../src/extension/internal/bitmap/despeckle.cpp:36 #, fuzzy msgid "Despeckle" msgstr "Fjern m_arkering" #: ../src/extension/internal/bitmap/despeckle.cpp:43 #, fuzzy msgid "Reduce speckle noise of selected bitmap(s)" msgstr "Husk valgte" #: ../src/extension/internal/bitmap/edge.cpp:37 #, fuzzy msgid "Edge" msgstr "Udtvær kant" #: ../src/extension/internal/bitmap/edge.cpp:45 #, fuzzy msgid "Highlight edges of selected bitmap(s)" msgstr "Indlejr alle billeder" #: ../src/extension/internal/bitmap/emboss.cpp:38 msgid "Emboss" msgstr "" #: ../src/extension/internal/bitmap/emboss.cpp:47 msgid "Emboss selected bitmap(s); highlight edges with 3D effect" msgstr "" #: ../src/extension/internal/bitmap/enhance.cpp:35 #, fuzzy msgid "Enhance" msgstr "Fortryd" #: ../src/extension/internal/bitmap/enhance.cpp:42 #, fuzzy msgid "Enhance selected bitmap(s); minimize noise" msgstr "Gruppér valgte ting" #: ../src/extension/internal/bitmap/equalize.cpp:35 #, fuzzy msgid "Equalize" msgstr "Ens bredde" #: ../src/extension/internal/bitmap/equalize.cpp:42 msgid "Equalize selected bitmap(s); histogram equalization" msgstr "" #: ../src/extension/internal/bitmap/gaussianBlur.cpp:38 #: ../src/filter-enums.cpp:28 msgid "Gaussian Blur" msgstr "" #: ../src/extension/internal/bitmap/gaussianBlur.cpp:40 #: ../src/extension/internal/bitmap/implode.cpp:39 #: ../src/extension/internal/bitmap/solarize.cpp:41 #, fuzzy msgid "Factor:" msgstr "Enkel farve" #: ../src/extension/internal/bitmap/gaussianBlur.cpp:47 #, fuzzy msgid "Gaussian blur selected bitmap(s)" msgstr "Gruppér valgte ting" #: ../src/extension/internal/bitmap/implode.cpp:37 #, fuzzy msgid "Implode" msgstr "_Importér..." #: ../src/extension/internal/bitmap/implode.cpp:45 #, fuzzy msgid "Implode selected bitmap(s)" msgstr "Husk valgte" #: ../src/extension/internal/bitmap/level.cpp:41 #, fuzzy msgid "Level" msgstr "Hjul" #: ../src/extension/internal/bitmap/level.cpp:43 #: ../src/extension/internal/bitmap/levelChannel.cpp:65 #, fuzzy msgid "Black Point:" msgstr "Sort" #: ../src/extension/internal/bitmap/level.cpp:44 #: ../src/extension/internal/bitmap/levelChannel.cpp:66 #, fuzzy msgid "White Point:" msgstr "Hjørnesamling" #: ../src/extension/internal/bitmap/level.cpp:45 #: ../src/extension/internal/bitmap/levelChannel.cpp:67 #, fuzzy msgid "Gamma Correction:" msgstr "Gamma-korrigering:" #: ../src/extension/internal/bitmap/level.cpp:51 msgid "" "Level selected bitmap(s) by scaling values falling between the given ranges " "to the full color range" msgstr "" #: ../src/extension/internal/bitmap/levelChannel.cpp:52 msgid "Level (with Channel)" msgstr "" #: ../src/extension/internal/bitmap/levelChannel.cpp:54 #: ../src/extension/internal/filter/color.h:636 #, fuzzy msgid "Channel:" msgstr "Fortryd" #: ../src/extension/internal/bitmap/levelChannel.cpp:73 msgid "" "Level the specified channel of selected bitmap(s) by scaling values falling " "between the given ranges to the full color range" msgstr "" #: ../src/extension/internal/bitmap/medianFilter.cpp:37 #, fuzzy msgid "Median" msgstr "mellem" #: ../src/extension/internal/bitmap/medianFilter.cpp:45 msgid "" "Replace each pixel component with the median color in a circular neighborhood" msgstr "" #: ../src/extension/internal/bitmap/modulate.cpp:40 #, fuzzy msgid "HSB Adjust" msgstr "Træk kurve" #: ../src/extension/internal/bitmap/modulate.cpp:42 #, fuzzy msgid "Hue:" msgstr "Farvetone" #: ../src/extension/internal/bitmap/modulate.cpp:43 #: ../src/extension/internal/filter/color.h:155 #: ../src/extension/internal/filter/color.h:256 #: ../src/extension/internal/filter/paint.h:87 #, fuzzy msgid "Saturation:" msgstr "Farvemætning" #: ../src/extension/internal/bitmap/modulate.cpp:44 #: ../src/extension/internal/filter/bevels.h:136 #: ../src/extension/internal/filter/bevels.h:220 #: ../src/extension/internal/filter/blurs.h:187 #: ../src/extension/internal/filter/color.h:73 #, fuzzy msgid "Brightness:" msgstr "Lysstyrke" #: ../src/extension/internal/bitmap/modulate.cpp:50 msgid "" "Adjust the amount of hue, saturation, and brightness in selected bitmap(s)" msgstr "" #: ../src/extension/internal/bitmap/negate.cpp:36 #, fuzzy msgid "Negate" msgstr "Deaktiveret" #: ../src/extension/internal/bitmap/negate.cpp:43 #, fuzzy msgid "Negate (take inverse) selected bitmap(s)" msgstr "Gruppér valgte ting" #: ../src/extension/internal/bitmap/normalize.cpp:36 #, fuzzy msgid "Normalize" msgstr "Normal" #: ../src/extension/internal/bitmap/normalize.cpp:43 msgid "" "Normalize selected bitmap(s), expanding color range to the full possible " "range of color" msgstr "" #: ../src/extension/internal/bitmap/oilPaint.cpp:37 #, fuzzy msgid "Oil Paint" msgstr "GNOME-udskrivning" #: ../src/extension/internal/bitmap/oilPaint.cpp:45 msgid "Stylize selected bitmap(s) so that they appear to be painted with oils" msgstr "" #: ../src/extension/internal/bitmap/opacity.cpp:40 #: ../src/extension/internal/filter/blurs.h:333 #: ../src/ui/dialog/filter-effects-dialog.cpp:2318 #: ../src/ui/widget/object-composite-settings.cpp:65 #: ../src/widgets/toolbox.cpp:5964 #, fuzzy msgid "Opacity:" msgstr "Uigennemsigtighed" #: ../src/extension/internal/bitmap/opacity.cpp:46 msgid "Modify opacity channel(s) of selected bitmap(s)." msgstr "" #: ../src/extension/internal/bitmap/raise.cpp:40 msgid "Raise" msgstr "Hæv" #: ../src/extension/internal/bitmap/raise.cpp:44 #, fuzzy msgid "Raised" msgstr "Hæv" #: ../src/extension/internal/bitmap/raise.cpp:50 msgid "" "Alter lightness the edges of selected bitmap(s) to create a raised appearance" msgstr "" #: ../src/extension/internal/bitmap/reduceNoise.cpp:40 msgid "Reduce Noise" msgstr "" #: ../src/extension/internal/bitmap/reduceNoise.cpp:42 #: ../share/extensions/jessyInk_effects.inx.h:11 #: ../share/extensions/jessyInk_view.inx.h:5 #: ../share/extensions/lindenmayer.inx.h:26 #, fuzzy msgid "Order:" msgstr "Rækkefølge" #: ../src/extension/internal/bitmap/reduceNoise.cpp:48 msgid "" "Reduce noise in selected bitmap(s) using a noise peak elimination filter" msgstr "" #: ../src/extension/internal/bitmap/sample.cpp:39 #, fuzzy msgid "Resample" msgstr "Figurer" #: ../src/extension/internal/bitmap/sample.cpp:48 msgid "" "Alter the resolution of selected image by resizing it to the given pixel size" msgstr "" #: ../src/extension/internal/bitmap/shade.cpp:40 #, fuzzy msgid "Shade" msgstr "Figurer" #: ../src/extension/internal/bitmap/shade.cpp:42 #: ../src/extension/internal/filter/bumps.h:110 #: ../src/extension/internal/filter/bumps.h:335 #, fuzzy msgid "Azimuth:" msgstr "Skrifttype" #: ../src/extension/internal/bitmap/shade.cpp:43 #: ../src/extension/internal/filter/bumps.h:111 #: ../src/extension/internal/filter/bumps.h:336 #, fuzzy msgid "Elevation:" msgstr "Relationer" #: ../src/extension/internal/bitmap/shade.cpp:44 #, fuzzy msgid "Colored Shading" msgstr "Farve på skygge" #: ../src/extension/internal/bitmap/shade.cpp:50 msgid "Shade selected bitmap(s) simulating distant light source" msgstr "" #: ../src/extension/internal/bitmap/sharpen.cpp:47 #, fuzzy msgid "Sharpen selected bitmap(s)" msgstr "Gruppér valgte ting" #: ../src/extension/internal/bitmap/solarize.cpp:39 #: ../src/extension/internal/filter/color.h:1412 #: ../src/extension/internal/filter/color.h:1416 #, fuzzy msgid "Solarize" msgstr "Størrelse" #: ../src/extension/internal/bitmap/solarize.cpp:47 msgid "Solarize selected bitmap(s), like overexposing photographic film" msgstr "" #: ../src/extension/internal/bitmap/spread.cpp:37 #, fuzzy msgid "Dither" msgstr "Meter" #: ../src/extension/internal/bitmap/spread.cpp:45 msgid "" "Randomly scatter pixels in selected bitmap(s), within the given radius of " "the original position" msgstr "" #: ../src/extension/internal/bitmap/swirl.cpp:39 #, fuzzy msgid "Degrees:" msgstr "grader" #: ../src/extension/internal/bitmap/swirl.cpp:45 msgid "Swirl selected bitmap(s) around center point" msgstr "" #. TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-threshold.html #: ../src/extension/internal/bitmap/threshold.cpp:38 #, fuzzy msgid "Threshold" msgstr "Tærskel:" #: ../src/extension/internal/bitmap/threshold.cpp:40 #: ../src/extension/internal/bitmap/unsharpmask.cpp:46 #: ../src/ui/dialog/inkscape-preferences.cpp:1106 #: ../src/widgets/toolbox.cpp:8704 msgid "Threshold:" msgstr "Tærskel:" #: ../src/extension/internal/bitmap/threshold.cpp:46 #, fuzzy msgid "Threshold selected bitmap(s)" msgstr "Indlejr alle billeder" #: ../src/extension/internal/bitmap/unsharpmask.cpp:41 msgid "Unsharp Mask" msgstr "" #: ../src/extension/internal/bitmap/unsharpmask.cpp:52 #, fuzzy msgid "Sharpen selected bitmap(s) using unsharp mask algorithms" msgstr "Gruppér valgte ting" #: ../src/extension/internal/bitmap/wave.cpp:38 #, fuzzy msgid "Wave" msgstr "_Gem" #: ../src/extension/internal/bitmap/wave.cpp:40 #, fuzzy msgid "Amplitude:" msgstr "Justér knudepunkter" #: ../src/extension/internal/bitmap/wave.cpp:41 #, fuzzy msgid "Wavelength:" msgstr "Skalalængde" #: ../src/extension/internal/bitmap/wave.cpp:47 #, fuzzy msgid "Alter selected bitmap(s) along sine wave" msgstr "Gruppér valgte ting" #: ../src/extension/internal/bluredge.cpp:135 #, fuzzy msgid "Inset/Outset Halo" msgstr "Skub ind/ud med:" #: ../src/extension/internal/bluredge.cpp:137 #, fuzzy msgid "Width in px of the halo" msgstr "Bredde af det udtværrede område i billedpunkter" #: ../src/extension/internal/bluredge.cpp:138 #, fuzzy msgid "Number of steps:" msgstr "Antal trin" #: ../src/extension/internal/bluredge.cpp:138 #, fuzzy msgid "Number of inset/outset copies of the object to make" msgstr "Antal kopier af objektet der skal simulere udtværingen" #: ../src/extension/internal/bluredge.cpp:142 #: ../share/extensions/extrude.inx.h:2 #: ../share/extensions/generate_voronoi.inx.h:5 #: ../share/extensions/interp.inx.h:3 ../share/extensions/motion.inx.h:2 #: ../share/extensions/pathalongpath.inx.h:4 #: ../share/extensions/pathscatter.inx.h:5 #: ../share/extensions/voronoi2svg.inx.h:4 msgid "Generate from Path" msgstr "Opret fra sti" #: ../src/extension/internal/cairo-ps-out.cpp:315 #: ../share/extensions/ps_input.inx.h:1 #, fuzzy msgid "PostScript" msgstr "PostScript" #: ../src/extension/internal/cairo-ps-out.cpp:317 #: ../src/extension/internal/cairo-ps-out.cpp:355 msgid "Restrict to PS level:" msgstr "" #: ../src/extension/internal/cairo-ps-out.cpp:318 #: ../src/extension/internal/cairo-ps-out.cpp:356 #, fuzzy msgid "PostScript level 3" msgstr "PostScript-fil" #: ../src/extension/internal/cairo-ps-out.cpp:320 #: ../src/extension/internal/cairo-ps-out.cpp:358 #, fuzzy msgid "PostScript level 2" msgstr "PostScript-fil" #: ../src/extension/internal/cairo-ps-out.cpp:323 #: ../src/extension/internal/cairo-ps-out.cpp:361 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:248 #: ../src/extension/internal/emf-win32-inout.cpp:2495 #, fuzzy msgid "Convert texts to paths" msgstr "Konvertér tekst til sti" #: ../src/extension/internal/cairo-ps-out.cpp:324 msgid "PS+LaTeX: Omit text in PS, and create LaTeX file" msgstr "" #: ../src/extension/internal/cairo-ps-out.cpp:325 #: ../src/extension/internal/cairo-ps-out.cpp:363 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:250 #, fuzzy msgid "Rasterize filter effects" msgstr "Indsæt størrelse separat" #: ../src/extension/internal/cairo-ps-out.cpp:326 #: ../src/extension/internal/cairo-ps-out.cpp:364 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:251 #, fuzzy msgid "Resolution for rasterization (dpi):" msgstr "Foretrukken opløsning af punktbillede (dpi)" #: ../src/extension/internal/cairo-ps-out.cpp:327 #: ../src/extension/internal/cairo-ps-out.cpp:365 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:252 #, fuzzy msgid "Export area is drawing" msgstr "Eksporteret område er hele lærredet" #: ../src/extension/internal/cairo-ps-out.cpp:328 #: ../src/extension/internal/cairo-ps-out.cpp:366 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:253 #, fuzzy msgid "Export area is page" msgstr "Eksporteret område er hele lærredet" #: ../src/extension/internal/cairo-ps-out.cpp:329 #: ../src/extension/internal/cairo-ps-out.cpp:367 #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:254 msgid "Limit export to the object with ID:" msgstr "" #: ../src/extension/internal/cairo-ps-out.cpp:333 #: ../share/extensions/ps_input.inx.h:2 #, fuzzy msgid "PostScript (*.ps)" msgstr "PostScript (*.ps)" #: ../src/extension/internal/cairo-ps-out.cpp:334 #, fuzzy msgid "PostScript File" msgstr "PostScript-fil" #: ../src/extension/internal/cairo-ps-out.cpp:353 #: ../share/extensions/eps_input.inx.h:2 #, fuzzy msgid "Encapsulated PostScript" msgstr "Encapsulated PostScript" #: ../src/extension/internal/cairo-ps-out.cpp:362 msgid "EPS+LaTeX: Omit text in EPS, and create LaTeX file" msgstr "" #: ../src/extension/internal/cairo-ps-out.cpp:371 #: ../share/extensions/eps_input.inx.h:3 #, fuzzy msgid "Encapsulated PostScript (*.eps)" msgstr "Encapsulated PostScript (*.eps)" #: ../src/extension/internal/cairo-ps-out.cpp:372 #, fuzzy msgid "Encapsulated PostScript File" msgstr "Encapsulated PostScript Fil" #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:242 msgid "Restrict to PDF version:" msgstr "" #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:244 msgid "PDF 1.5" msgstr "" #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:246 msgid "PDF 1.4" msgstr "" #: ../src/extension/internal/cairo-renderer-pdf-out.cpp:249 msgid "PDF+LaTeX: Omit text in PDF, and create LaTeX file" msgstr "" #: ../src/extension/internal/emf-win32-inout.cpp:2465 #, fuzzy msgid "EMF Input" msgstr "DXF inddata" #: ../src/extension/internal/emf-win32-inout.cpp:2470 #, fuzzy msgid "Enhanced Metafiles (*.emf)" msgstr "Windows Metafile (*.wmf)" #: ../src/extension/internal/emf-win32-inout.cpp:2471 msgid "Enhanced Metafiles" msgstr "" #: ../src/extension/internal/emf-win32-inout.cpp:2479 #, fuzzy msgid "WMF Input" msgstr "WPG-inddata" #: ../src/extension/internal/emf-win32-inout.cpp:2484 #, fuzzy msgid "Windows Metafiles (*.wmf)" msgstr "Windows Metafile (*.wmf)" #: ../src/extension/internal/emf-win32-inout.cpp:2485 #, fuzzy msgid "Windows Metafiles" msgstr "Windows Metafile-inddata" #: ../src/extension/internal/emf-win32-inout.cpp:2493 #, fuzzy msgid "EMF Output" msgstr "DXF-uddata" #: ../src/extension/internal/emf-win32-inout.cpp:2499 #, fuzzy msgid "Enhanced Metafile (*.emf)" msgstr "Windows Metafile (*.wmf)" #: ../src/extension/internal/emf-win32-inout.cpp:2500 #, fuzzy msgid "Enhanced Metafile" msgstr "Opret firkant" #: ../src/extension/internal/filter/bevels.h:53 #, fuzzy msgid "Diffuse Light" msgstr "Farver:" #: ../src/extension/internal/filter/bevels.h:55 #: ../src/extension/internal/filter/bevels.h:135 #: ../src/extension/internal/filter/bevels.h:219 #: ../src/extension/internal/filter/paint.h:89 #: ../share/extensions/fractalize.inx.h:3 #, fuzzy msgid "Smoothness:" msgstr "Udjævnet" #: ../src/extension/internal/filter/bevels.h:56 #: ../src/extension/internal/filter/bevels.h:137 #: ../src/extension/internal/filter/bevels.h:221 #, fuzzy msgid "Elevation (°):" msgstr "Relationer" #: ../src/extension/internal/filter/bevels.h:57 #: ../src/extension/internal/filter/bevels.h:138 #: ../src/extension/internal/filter/bevels.h:222 #, fuzzy msgid "Azimuth (°):" msgstr "Skrifttype" #: ../src/extension/internal/filter/bevels.h:58 #: ../src/extension/internal/filter/bevels.h:139 #: ../src/extension/internal/filter/bevels.h:223 #, fuzzy msgid "Lighting color" msgstr "Farve på frem_hævning:" #: ../src/extension/internal/filter/bevels.h:62 #: ../src/extension/internal/filter/bevels.h:143 #: ../src/extension/internal/filter/bevels.h:227 #: ../src/extension/internal/filter/blurs.h:62 #: ../src/extension/internal/filter/blurs.h:131 #: ../src/extension/internal/filter/blurs.h:200 #: ../src/extension/internal/filter/blurs.h:266 #: ../src/extension/internal/filter/blurs.h:350 #: ../src/extension/internal/filter/bumps.h:141 #: ../src/extension/internal/filter/bumps.h:364 #: ../src/extension/internal/filter/color.h:80 #: ../src/extension/internal/filter/color.h:169 #: ../src/extension/internal/filter/color.h:260 #: ../src/extension/internal/filter/color.h:345 #: ../src/extension/internal/filter/color.h:435 #: ../src/extension/internal/filter/color.h:530 #: ../src/extension/internal/filter/color.h:653 #: ../src/extension/internal/filter/color.h:750 #: ../src/extension/internal/filter/color.h:829 #: ../src/extension/internal/filter/color.h:920 #: ../src/extension/internal/filter/color.h:1048 #: ../src/extension/internal/filter/color.h:1118 #: ../src/extension/internal/filter/color.h:1231 #: ../src/extension/internal/filter/color.h:1346 #: ../src/extension/internal/filter/color.h:1422 #: ../src/extension/internal/filter/color.h:1533 #: ../src/extension/internal/filter/distort.h:95 #: ../src/extension/internal/filter/distort.h:204 #: ../src/extension/internal/filter/filter-file.cpp:150 #: ../src/extension/internal/filter/filter.cpp:214 #: ../src/extension/internal/filter/image.h:61 #: ../src/extension/internal/filter/morphology.h:75 #: ../src/extension/internal/filter/morphology.h:202 #: ../src/extension/internal/filter/overlays.h:79 #: ../src/extension/internal/filter/paint.h:112 #: ../src/extension/internal/filter/paint.h:244 #: ../src/extension/internal/filter/paint.h:363 #: ../src/extension/internal/filter/paint.h:507 #: ../src/extension/internal/filter/paint.h:603 #: ../src/extension/internal/filter/paint.h:734 #: ../src/extension/internal/filter/paint.h:886 #: ../src/extension/internal/filter/paint.h:990 #: ../src/extension/internal/filter/protrusions.h:54 #: ../src/extension/internal/filter/shadows.h:78 #: ../src/extension/internal/filter/textures.h:90 #: ../src/extension/internal/filter/transparency.h:69 #: ../src/extension/internal/filter/transparency.h:140 #: ../src/extension/internal/filter/transparency.h:214 #: ../src/extension/internal/filter/transparency.h:287 #: ../src/extension/internal/filter/transparency.h:349 #, fuzzy msgid "Filters" msgstr "Fladhed" #: ../src/extension/internal/filter/bevels.h:66 msgid "Basic diffuse bevel to use for building textures" msgstr "" #: ../src/extension/internal/filter/bevels.h:133 #, fuzzy msgid "Matte Jelly" msgstr "Mønsterudfyldning" #: ../src/extension/internal/filter/bevels.h:147 msgid "Bulging, matte jelly covering" msgstr "" #: ../src/extension/internal/filter/bevels.h:217 #, fuzzy msgid "Specular Light" msgstr "Stopfarve" #: ../src/extension/internal/filter/blurs.h:56 #: ../src/extension/internal/filter/blurs.h:189 #: ../src/extension/internal/filter/blurs.h:329 #: ../src/extension/internal/filter/distort.h:73 #, fuzzy msgid "Horizontal blur:" msgstr "_Vandret" #: ../src/extension/internal/filter/blurs.h:57 #: ../src/extension/internal/filter/blurs.h:190 #: ../src/extension/internal/filter/blurs.h:330 #: ../src/extension/internal/filter/distort.h:74 #, fuzzy msgid "Vertical blur:" msgstr "_Lodret" #: ../src/extension/internal/filter/blurs.h:58 #, fuzzy msgid "Blur content only" msgstr "endeknudepunkt" #: ../src/extension/internal/filter/blurs.h:66 msgid "Simple vertical and horizontal blur effect" msgstr "" #: ../src/extension/internal/filter/blurs.h:125 #, fuzzy msgid "Clean Edges" msgstr "Farvevælger" #: ../src/extension/internal/filter/blurs.h:127 #: ../src/extension/internal/filter/blurs.h:262 #: ../src/extension/internal/filter/paint.h:238 #: ../src/extension/internal/filter/paint.h:337 #: ../src/extension/internal/filter/paint.h:342 #, fuzzy msgid "Strength:" msgstr "Trinlængde (px)" #: ../src/extension/internal/filter/blurs.h:135 msgid "" "Removes or decreases glows and jaggeries around objects edges after applying " "some filters" msgstr "" #: ../src/extension/internal/filter/blurs.h:185 msgid "Cross Blur" msgstr "" #: ../src/extension/internal/filter/blurs.h:188 #, fuzzy msgid "Fading:" msgstr "Mellemrum:" #: ../src/extension/internal/filter/blurs.h:191 #: ../src/extension/internal/filter/textures.h:74 #, fuzzy msgid "Blend:" msgstr "Blå" #: ../src/extension/internal/filter/blurs.h:192 #: ../src/extension/internal/filter/blurs.h:339 #: ../src/extension/internal/filter/bumps.h:131 #: ../src/extension/internal/filter/bumps.h:340 #: ../src/extension/internal/filter/bumps.h:347 #: ../src/extension/internal/filter/color.h:328 #: ../src/extension/internal/filter/color.h:335 #: ../src/extension/internal/filter/color.h:645 #: ../src/extension/internal/filter/color.h:1341 #: ../src/extension/internal/filter/color.h:1514 #: ../src/extension/internal/filter/color.h:1520 #: ../src/extension/internal/filter/paint.h:715 #: ../src/extension/internal/filter/transparency.h:63 #: ../src/filter-enums.cpp:54 #, fuzzy msgid "Darken" msgstr "Farvevælger" #: ../src/extension/internal/filter/blurs.h:193 #: ../src/extension/internal/filter/blurs.h:340 #: ../src/extension/internal/filter/bumps.h:132 #: ../src/extension/internal/filter/bumps.h:338 #: ../src/extension/internal/filter/bumps.h:345 #: ../src/extension/internal/filter/color.h:326 #: ../src/extension/internal/filter/color.h:331 #: ../src/extension/internal/filter/color.h:644 #: ../src/extension/internal/filter/color.h:1213 #: ../src/extension/internal/filter/color.h:1333 #: ../src/extension/internal/filter/color.h:1338 #: ../src/extension/internal/filter/color.h:1512 #: ../src/extension/internal/filter/paint.h:713 #: ../src/extension/internal/filter/transparency.h:62 #: ../src/filter-enums.cpp:53 ../src/ui/dialog/input.cpp:363 #, fuzzy msgid "Screen" msgstr "Grøn" #: ../src/extension/internal/filter/blurs.h:194 #: ../src/extension/internal/filter/blurs.h:341 #: ../src/extension/internal/filter/bumps.h:133 #: ../src/extension/internal/filter/bumps.h:341 #: ../src/extension/internal/filter/bumps.h:348 #: ../src/extension/internal/filter/color.h:324 #: ../src/extension/internal/filter/color.h:332 #: ../src/extension/internal/filter/color.h:642 #: ../src/extension/internal/filter/color.h:1214 #: ../src/extension/internal/filter/color.h:1332 #: ../src/extension/internal/filter/color.h:1339 #: ../src/extension/internal/filter/color.h:1513 #: ../src/extension/internal/filter/color.h:1519 #: ../src/extension/internal/filter/paint.h:711 #: ../src/extension/internal/filter/transparency.h:60 #: ../src/filter-enums.cpp:52 #, fuzzy msgid "Multiply" msgstr "Flere stilarter" #: ../src/extension/internal/filter/blurs.h:195 #: ../src/extension/internal/filter/blurs.h:342 #: ../src/extension/internal/filter/bumps.h:134 #: ../src/extension/internal/filter/bumps.h:342 #: ../src/extension/internal/filter/bumps.h:349 #: ../src/extension/internal/filter/color.h:327 #: ../src/extension/internal/filter/color.h:334 #: ../src/extension/internal/filter/color.h:646 #: ../src/extension/internal/filter/color.h:1340 #: ../src/extension/internal/filter/color.h:1511 #: ../src/extension/internal/filter/paint.h:714 #: ../src/extension/internal/filter/transparency.h:64 #: ../src/filter-enums.cpp:55 #, fuzzy msgid "Lighten" msgstr "Lysstyrke" #: ../src/extension/internal/filter/blurs.h:204 #, fuzzy msgid "Combine vertical and horizontal blur" msgstr "Flyt knudepunkter vandret" #: ../src/extension/internal/filter/blurs.h:260 #, fuzzy msgid "Feather" msgstr "Meter" #: ../src/extension/internal/filter/blurs.h:270 msgid "Blurred mask on the edge without altering the contents" msgstr "" #: ../src/extension/internal/filter/blurs.h:325 msgid "Out of Focus" msgstr "" #: ../src/extension/internal/filter/blurs.h:331 #: ../src/extension/internal/filter/distort.h:75 #: ../src/extension/internal/filter/morphology.h:67 #: ../src/extension/internal/filter/overlays.h:68 #: ../src/extension/internal/filter/paint.h:236 #: ../src/extension/internal/filter/paint.h:343 #: ../src/extension/internal/filter/paint.h:347 #, fuzzy msgid "Dilatation:" msgstr "Farvemætning" #: ../src/extension/internal/filter/blurs.h:332 #: ../src/extension/internal/filter/distort.h:76 #: ../src/extension/internal/filter/morphology.h:68 #: ../src/extension/internal/filter/overlays.h:69 #: ../src/extension/internal/filter/paint.h:98 #: ../src/extension/internal/filter/paint.h:237 #: ../src/extension/internal/filter/paint.h:344 #: ../src/extension/internal/filter/paint.h:348 #: ../src/extension/internal/filter/transparency.h:208 #: ../src/extension/internal/filter/transparency.h:282 #, fuzzy msgid "Erosion:" msgstr "Placering:" #: ../src/extension/internal/filter/blurs.h:336 #: ../src/extension/internal/filter/color.h:1211 #: ../src/ui/dialog/document-properties.cpp:99 msgid "Background color" msgstr "Baggrundsfarve" #: ../src/extension/internal/filter/blurs.h:337 #: ../src/extension/internal/filter/bumps.h:129 #: ../src/extension/internal/filter/color.h:1212 #, fuzzy msgid "Blend type:" msgstr " type: " #: ../src/extension/internal/filter/blurs.h:338 #: ../src/extension/internal/filter/bumps.h:130 #: ../src/extension/internal/filter/bumps.h:339 #: ../src/extension/internal/filter/bumps.h:346 #: ../src/extension/internal/filter/color.h:325 #: ../src/extension/internal/filter/color.h:333 #: ../src/extension/internal/filter/color.h:643 #: ../src/extension/internal/filter/color.h:1215 #: ../src/extension/internal/filter/color.h:1331 #: ../src/extension/internal/filter/color.h:1337 #: ../src/extension/internal/filter/color.h:1504 #: ../src/extension/internal/filter/color.h:1518 #: ../src/extension/internal/filter/distort.h:78 #: ../src/extension/internal/filter/paint.h:712 #: ../src/extension/internal/filter/textures.h:77 #: ../src/extension/internal/filter/transparency.h:61 #: ../src/filter-enums.cpp:51 ../src/ui/dialog/inkscape-preferences.cpp:587 msgid "Normal" msgstr "Normal" #: ../src/extension/internal/filter/blurs.h:344 #, fuzzy msgid "Blend to background" msgstr "Fjern baggrund" #: ../src/extension/internal/filter/blurs.h:354 msgid "Blur eroded by white or transparency" msgstr "" #: ../src/extension/internal/filter/bumps.h:80 #, fuzzy msgid "Bump" msgstr "Vælg maske" #: ../src/extension/internal/filter/bumps.h:84 #: ../src/extension/internal/filter/bumps.h:316 #, fuzzy msgid "Image simplification:" msgstr "" "%s er ikke en gyldig mappe.\n" "%s" #: ../src/extension/internal/filter/bumps.h:85 #: ../src/extension/internal/filter/bumps.h:317 #, fuzzy msgid "Bump simplification:" msgstr "Simplificeringsgrænse:" #: ../src/extension/internal/filter/bumps.h:86 #: ../src/extension/internal/filter/bumps.h:318 msgid "Crop:" msgstr "" #: ../src/extension/internal/filter/bumps.h:87 #: ../src/extension/internal/filter/bumps.h:319 #, fuzzy msgid "Bump source" msgstr "Vælg maske" #: ../src/extension/internal/filter/bumps.h:88 #: ../src/extension/internal/filter/bumps.h:320 #: ../src/extension/internal/filter/color.h:156 #: ../src/extension/internal/filter/color.h:821 #: ../src/extension/internal/filter/transparency.h:132 msgid "Red:" msgstr "" #: ../src/extension/internal/filter/bumps.h:89 #: ../src/extension/internal/filter/bumps.h:321 #: ../src/extension/internal/filter/color.h:157 #: ../src/extension/internal/filter/color.h:822 #: ../src/extension/internal/filter/transparency.h:133 #, fuzzy msgid "Green:" msgstr "Grøn" #: ../src/extension/internal/filter/bumps.h:90 #: ../src/extension/internal/filter/bumps.h:322 #: ../src/extension/internal/filter/color.h:158 #: ../src/extension/internal/filter/color.h:823 #: ../src/extension/internal/filter/transparency.h:134 #, fuzzy msgid "Blue:" msgstr "Blå" #: ../src/extension/internal/filter/bumps.h:91 #, fuzzy msgid "Bump from background" msgstr "Fjern baggrund" #: ../src/extension/internal/filter/bumps.h:94 #, fuzzy msgid "Lighting type:" msgstr " type: " #: ../src/extension/internal/filter/bumps.h:95 #, fuzzy msgid "Specular" msgstr "Eksponent" #: ../src/extension/internal/filter/bumps.h:96 #, fuzzy msgid "Diffuse" msgstr "Farver:" #: ../src/extension/internal/filter/bumps.h:99 #: ../src/extension/internal/filter/bumps.h:333 #: ../src/extension/internal/filter/color.h:75 #: ../src/extension/internal/filter/color.h:824 #: ../src/extension/internal/filter/color.h:1113 #: ../src/extension/internal/filter/paint.h:86 #: ../src/extension/internal/filter/paint.h:593 #: ../src/extension/internal/filter/paint.h:717 #, fuzzy msgid "Lightness:" msgstr "Lysstyrke" #: ../src/extension/internal/filter/bumps.h:100 #: ../src/extension/internal/filter/bumps.h:334 #: ../share/extensions/measure.inx.h:27 #, fuzzy msgid "Precision:" msgstr "Beskrivelse" #: ../src/extension/internal/filter/bumps.h:103 #, fuzzy msgid "Light source" msgstr "Kilde" #: ../src/extension/internal/filter/bumps.h:104 #, fuzzy msgid "Light source:" msgstr "Kilde" #: ../src/extension/internal/filter/bumps.h:105 #, fuzzy msgid "Distant" msgstr "Opdeling" #: ../src/extension/internal/filter/bumps.h:106 ../src/helper/units.cpp:38 msgid "Point" msgstr "Punkt" #: ../src/extension/internal/filter/bumps.h:107 msgid "Spot" msgstr "" #: ../src/extension/internal/filter/bumps.h:109 #, fuzzy msgid "Distant light options" msgstr "Destinationens højde" #: ../src/extension/internal/filter/bumps.h:112 #, fuzzy msgid "Point light options" msgstr "Kildes højde" #: ../src/extension/internal/filter/bumps.h:113 #: ../src/extension/internal/filter/bumps.h:117 #, fuzzy msgid "X location:" msgstr " sted: " #: ../src/extension/internal/filter/bumps.h:114 #: ../src/extension/internal/filter/bumps.h:118 #, fuzzy msgid "Y location:" msgstr " sted: " #: ../src/extension/internal/filter/bumps.h:115 #: ../src/extension/internal/filter/bumps.h:119 #, fuzzy msgid "Z location:" msgstr " sted: " #: ../src/extension/internal/filter/bumps.h:116 #, fuzzy msgid "Spot light options" msgstr "Kildes højde" #: ../src/extension/internal/filter/bumps.h:120 #, fuzzy msgid "X target:" msgstr "Mål:" #: ../src/extension/internal/filter/bumps.h:121 #, fuzzy msgid "Y target:" msgstr "Mål:" #: ../src/extension/internal/filter/bumps.h:122 #, fuzzy msgid "Z target:" msgstr "Mål:" #: ../src/extension/internal/filter/bumps.h:123 #, fuzzy msgid "Specular exponent:" msgstr "Eksponent" #: ../src/extension/internal/filter/bumps.h:124 #, fuzzy msgid "Cone angle:" msgstr "Vinkel" #: ../src/extension/internal/filter/bumps.h:127 #, fuzzy msgid "Image color" msgstr "Indsæt farve" #: ../src/extension/internal/filter/bumps.h:128 #, fuzzy msgid "Color bump" msgstr "Farve" #: ../src/extension/internal/filter/bumps.h:145 msgid "All purposes bump filter" msgstr "" #: ../src/extension/internal/filter/bumps.h:312 #, fuzzy msgid "Wax Bump" msgstr "Vælg maske" #: ../src/extension/internal/filter/bumps.h:323 #, fuzzy msgid "Background:" msgstr "Ba_ggrund:" #: ../src/extension/internal/filter/bumps.h:325 #: ../src/extension/internal/filter/color.h:1219 #: ../src/extension/internal/filter/transparency.h:57 #: ../src/filter-enums.cpp:29 ../src/selection-describer.cpp:54 msgid "Image" msgstr "Billede" #: ../src/extension/internal/filter/bumps.h:326 #, fuzzy msgid "Blurred image" msgstr "Indlejr alle billeder" #: ../src/extension/internal/filter/bumps.h:328 #, fuzzy msgid "Background opacity:" msgstr "Baggrund" #: ../src/extension/internal/filter/bumps.h:330 #: ../src/extension/internal/filter/color.h:1040 #, fuzzy msgid "Lighting" msgstr "Lysstyrke" #: ../src/extension/internal/filter/bumps.h:337 #, fuzzy msgid "Lighting blend:" msgstr "Tegning annulleret" #: ../src/extension/internal/filter/bumps.h:344 #, fuzzy msgid "Highlight blend:" msgstr "Farve på frem_hævning:" #: ../src/extension/internal/filter/bumps.h:353 #, fuzzy msgid "Bump color" msgstr "Kopiér farve" #: ../src/extension/internal/filter/bumps.h:354 #, fuzzy msgid "Revert bump" msgstr "For_tryd" #: ../src/extension/internal/filter/bumps.h:355 #, fuzzy msgid "Transparency type:" msgstr "0 (gennemsigtig)" #: ../src/extension/internal/filter/bumps.h:356 #: ../src/extension/internal/filter/morphology.h:176 #: ../src/filter-enums.cpp:74 #, fuzzy msgid "Atop" msgstr "Tilføj stop" #: ../src/extension/internal/filter/bumps.h:357 #: ../src/extension/internal/filter/color.h:1224 #: ../src/extension/internal/filter/distort.h:70 #: ../src/extension/internal/filter/morphology.h:174 #: ../src/filter-enums.cpp:72 #, fuzzy msgid "In" msgstr "Tomme" #: ../src/extension/internal/filter/bumps.h:368 msgid "Turns an image to jelly" msgstr "" #: ../src/extension/internal/filter/color.h:71 msgid "Brilliance" msgstr "" #: ../src/extension/internal/filter/color.h:74 #: ../src/extension/internal/filter/color.h:1335 #, fuzzy msgid "Over-saturation:" msgstr "Farvemætning" #: ../src/extension/internal/filter/color.h:76 #: ../src/extension/internal/filter/color.h:160 #: ../src/extension/internal/filter/color.h:649 #: ../src/extension/internal/filter/overlays.h:70 #: ../src/extension/internal/filter/paint.h:85 #: ../src/extension/internal/filter/paint.h:503 #: ../src/extension/internal/filter/transparency.h:136 #: ../src/extension/internal/filter/transparency.h:210 #, fuzzy msgid "Inverted" msgstr "Invertér" #: ../src/extension/internal/filter/color.h:84 #, fuzzy msgid "Brightness filter" msgstr "Lysstyrke" #: ../src/extension/internal/filter/color.h:151 #, fuzzy msgid "Channel Painting" msgstr "GNOME-udskrivning" #: ../src/extension/internal/filter/color.h:159 #: ../src/extension/internal/filter/transparency.h:135 #, fuzzy msgid "Alpha:" msgstr "Alfa (uigennemsigtighed)" #: ../src/extension/internal/filter/color.h:173 #, fuzzy msgid "Replace RGB by any color" msgstr "Sidste valgte farve" #: ../src/extension/internal/filter/color.h:253 #, fuzzy msgid "Color Shift" msgstr "Farve på skygge" #: ../src/extension/internal/filter/color.h:255 msgid "Shift (°):" msgstr "" #: ../src/extension/internal/filter/color.h:264 msgid "Rotate and desaturate hue" msgstr "" #: ../src/extension/internal/filter/color.h:320 #, fuzzy msgid "Harsh light:" msgstr "Højde:" #: ../src/extension/internal/filter/color.h:321 #, fuzzy msgid "Normal light:" msgstr "Vandret forskudt" #: ../src/extension/internal/filter/color.h:322 #, fuzzy msgid "Duotone" msgstr "Bot" #: ../src/extension/internal/filter/color.h:323 #: ../src/extension/internal/filter/color.h:1330 #, fuzzy msgid "Blend 1:" msgstr "Blå" #: ../src/extension/internal/filter/color.h:330 #: ../src/extension/internal/filter/color.h:1336 #, fuzzy msgid "Blend 2:" msgstr "Blå" #: ../src/extension/internal/filter/color.h:349 msgid "Blend image or object with a flood color" msgstr "" #: ../src/extension/internal/filter/color.h:423 ../src/filter-enums.cpp:22 msgid "Component Transfer" msgstr "" #: ../src/extension/internal/filter/color.h:426 ../src/filter-enums.cpp:82 #, fuzzy msgid "Identity" msgstr "Identifikation" #: ../src/extension/internal/filter/color.h:427 #: ../src/extension/internal/filter/paint.h:499 ../src/filter-enums.cpp:83 #, fuzzy msgid "Table" msgstr "Titel" #: ../src/extension/internal/filter/color.h:428 #: ../src/extension/internal/filter/paint.h:500 ../src/filter-enums.cpp:84 #, fuzzy msgid "Discrete" msgstr "Distribuér" #: ../src/extension/internal/filter/color.h:429 ../src/filter-enums.cpp:85 #, fuzzy msgid "Linear" msgstr "Linje" #: ../src/extension/internal/filter/color.h:430 ../src/filter-enums.cpp:86 msgid "Gamma" msgstr "" #: ../src/extension/internal/filter/color.h:439 msgid "Basic component transfer structure" msgstr "" #: ../src/extension/internal/filter/color.h:508 #, fuzzy msgid "Duochrome" msgstr "Kombinér" #: ../src/extension/internal/filter/color.h:512 #, fuzzy msgid "Fluorescence level:" msgstr "Nærvær" #: ../src/extension/internal/filter/color.h:513 msgid "Swap:" msgstr "" #: ../src/extension/internal/filter/color.h:514 msgid "No swap" msgstr "" #: ../src/extension/internal/filter/color.h:515 #, fuzzy msgid "Color and alpha" msgstr "Farve på sidekant" #: ../src/extension/internal/filter/color.h:516 #, fuzzy msgid "Color only" msgstr "Farve på hjælpelinjer" #: ../src/extension/internal/filter/color.h:517 #, fuzzy msgid "Alpha only" msgstr "Alfa (uigennemsigtighed)" #: ../src/extension/internal/filter/color.h:521 #, fuzzy msgid "Color 1" msgstr "Farve" #: ../src/extension/internal/filter/color.h:524 #, fuzzy msgid "Color 2" msgstr "Farve" #: ../src/extension/internal/filter/color.h:534 #, fuzzy msgid "Convert luminance values to a duochrome palette" msgstr "Vælg farver fra en farvesamlingspalet" #: ../src/extension/internal/filter/color.h:634 #, fuzzy msgid "Extract Channel" msgstr "Uigennemsigtighed" #: ../src/extension/internal/filter/color.h:637 ../src/filter-enums.cpp:100 #: ../src/flood-context.cpp:247 ../src/widgets/sp-color-icc-selector.cpp:231 #: ../src/widgets/sp-color-scales.cpp:404 #: ../src/widgets/sp-color-scales.cpp:405 msgid "Red" msgstr "Rød" #: ../src/extension/internal/filter/color.h:638 ../src/filter-enums.cpp:101 #: ../src/flood-context.cpp:248 ../src/widgets/sp-color-icc-selector.cpp:231 #: ../src/widgets/sp-color-scales.cpp:407 #: ../src/widgets/sp-color-scales.cpp:408 msgid "Green" msgstr "Grøn" #: ../src/extension/internal/filter/color.h:639 ../src/filter-enums.cpp:102 #: ../src/flood-context.cpp:249 ../src/widgets/sp-color-icc-selector.cpp:231 #: ../src/widgets/sp-color-scales.cpp:410 #: ../src/widgets/sp-color-scales.cpp:411 msgid "Blue" msgstr "Blå" #: ../src/extension/internal/filter/color.h:641 #, fuzzy msgid "Background blend mode:" msgstr "Baggrundsfarve" #: ../src/extension/internal/filter/color.h:648 #, fuzzy msgid "Channel to alpha" msgstr "Fortryd" #: ../src/extension/internal/filter/color.h:657 msgid "Extract color channel as a transparent image" msgstr "" #: ../src/extension/internal/filter/color.h:740 #, fuzzy msgid "Fade to Black or White" msgstr "Invertér sorte og hvide områdr til enkelte sporinger" #: ../src/extension/internal/filter/color.h:742 #: ../src/extension/internal/filter/image.h:56 #: ../src/extension/internal/filter/morphology.h:66 #: ../src/extension/internal/filter/paint.h:346 #, fuzzy msgid "Level:" msgstr "Hjul" #: ../src/extension/internal/filter/color.h:743 #, fuzzy msgid "Fade to:" msgstr "Ton ud:" #: ../src/extension/internal/filter/color.h:744 #: ../src/ui/widget/selected-style.cpp:242 #: ../src/widgets/sp-color-icc-selector.cpp:235 #: ../src/widgets/sp-color-scales.cpp:467 #: ../src/widgets/sp-color-scales.cpp:468 msgid "Black" msgstr "Sort" #: ../src/extension/internal/filter/color.h:745 #: ../src/ui/widget/selected-style.cpp:238 msgid "White" msgstr "Hvid" #: ../src/extension/internal/filter/color.h:754 #, fuzzy msgid "Fade to black or white" msgstr "Invertér sorte og hvide områdr til enkelte sporinger" #: ../src/extension/internal/filter/color.h:819 #, fuzzy msgid "Greyscale" msgstr "_Skalér" #: ../src/extension/internal/filter/color.h:825 #: ../src/extension/internal/filter/paint.h:83 #: ../src/extension/internal/filter/paint.h:240 #, fuzzy msgid "Transparent" msgstr "0 (gennemsigtig)" #: ../src/extension/internal/filter/color.h:833 msgid "Customize greyscale components" msgstr "" #: ../src/extension/internal/filter/color.h:905 #: ../src/ui/widget/selected-style.cpp:234 msgid "Invert" msgstr "Invertér" #: ../src/extension/internal/filter/color.h:907 #, fuzzy msgid "Invert channels:" msgstr "Invertér" #: ../src/extension/internal/filter/color.h:908 #, fuzzy msgid "No inversion" msgstr "Opdeling" #: ../src/extension/internal/filter/color.h:909 msgid "Red and blue" msgstr "" #: ../src/extension/internal/filter/color.h:910 #, fuzzy msgid "Red and green" msgstr "Opret og redigér overgange" #: ../src/extension/internal/filter/color.h:911 msgid "Green and blue" msgstr "" #: ../src/extension/internal/filter/color.h:913 #, fuzzy msgid "Light transparency:" msgstr "0 (gennemsigtig)" #: ../src/extension/internal/filter/color.h:914 #, fuzzy msgid "Invert hue" msgstr "Invertér" #: ../src/extension/internal/filter/color.h:915 #, fuzzy msgid "Invert lightness" msgstr "Uindfattet udfyldning" #: ../src/extension/internal/filter/color.h:916 #, fuzzy msgid "Invert transparency" msgstr "0 (gennemsigtig)" #: ../src/extension/internal/filter/color.h:924 msgid "Manage hue, lightness and transparency inversions" msgstr "" #: ../src/extension/internal/filter/color.h:1042 #, fuzzy msgid "Lights:" msgstr "Rettigheder" #: ../src/extension/internal/filter/color.h:1043 #, fuzzy msgid "Shadows:" msgstr "Figurer" #: ../src/extension/internal/filter/color.h:1052 msgid "Modify lights and shadows separately" msgstr "" #: ../src/extension/internal/filter/color.h:1111 #, fuzzy msgid "Lightness-Contrast" msgstr "Lysstyrke" #: ../src/extension/internal/filter/color.h:1114 #, fuzzy msgid "Contrast:" msgstr "Hjørner:" #: ../src/extension/internal/filter/color.h:1122 msgid "Modify lightness and contrast separately" msgstr "" #: ../src/extension/internal/filter/color.h:1196 msgid "Nudge" msgstr "" #: ../src/extension/internal/filter/color.h:1200 #, fuzzy msgid "Red offset" msgstr "Mønsterforskydning" #: ../src/extension/internal/filter/color.h:1201 #: ../src/extension/internal/filter/color.h:1204 #: ../src/extension/internal/filter/color.h:1207 #: ../src/ui/dialog/object-attributes.cpp:56 #: ../src/ui/dialog/object-attributes.cpp:64 ../src/ui/dialog/tile.cpp:618 #: ../src/widgets/desktop-widget.cpp:553 ../src/widgets/toolbox.cpp:1693 msgid "X:" msgstr "X:" #: ../src/extension/internal/filter/color.h:1202 #: ../src/extension/internal/filter/color.h:1205 #: ../src/extension/internal/filter/color.h:1208 #: ../src/ui/dialog/object-attributes.cpp:57 #: ../src/ui/dialog/object-attributes.cpp:65 ../src/ui/dialog/tile.cpp:619 #: ../src/widgets/desktop-widget.cpp:556 ../src/widgets/toolbox.cpp:1711 msgid "Y:" msgstr "Y:" #: ../src/extension/internal/filter/color.h:1203 #, fuzzy msgid "Green offset" msgstr "Mønsterforskydning" #: ../src/extension/internal/filter/color.h:1206 #, fuzzy msgid "Blue offset" msgstr "Værdi" #: ../src/extension/internal/filter/color.h:1217 #, fuzzy msgid "Blend source:" msgstr "endeknudepunkt" #: ../src/extension/internal/filter/color.h:1220 #: ../src/extension/internal/filter/transparency.h:56 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1506 #, fuzzy msgid "Background" msgstr "Ba_ggrund:" #: ../src/extension/internal/filter/color.h:1222 #, fuzzy msgid "Composite:" msgstr "Kombinér" #: ../src/extension/internal/filter/color.h:1223 #: ../src/extension/internal/filter/morphology.h:173 #: ../src/filter-enums.cpp:71 #, fuzzy msgid "Over" msgstr "Meter" #: ../src/extension/internal/filter/color.h:1235 msgid "" "Nudge separately RGB channels and blend them to different types of " "backgrounds" msgstr "" #: ../src/extension/internal/filter/color.h:1326 msgid "Quadritone fantasy" msgstr "" #: ../src/extension/internal/filter/color.h:1328 #: ../src/extension/internal/filter/color.h:1526 #, fuzzy msgid "Hue distribution (°):" msgstr "Brug normal fordeling" #: ../src/extension/internal/filter/color.h:1329 msgid "Colors:" msgstr "Farver:" #: ../src/extension/internal/filter/color.h:1350 #, fuzzy msgid "Replace hue by two colors" msgstr "Sidste valgte farve" #: ../src/extension/internal/filter/color.h:1414 #, fuzzy msgid "Hue rotation (°):" msgstr "_Rotering" #: ../src/extension/internal/filter/color.h:1417 #, fuzzy msgid "Moonarize" msgstr "Farve" #: ../src/extension/internal/filter/color.h:1426 msgid "Classic photographic solarization effect" msgstr "" #: ../src/extension/internal/filter/color.h:1499 #, fuzzy msgid "Tritone" msgstr "Titel" #: ../src/extension/internal/filter/color.h:1505 #, fuzzy msgid "Enhance hue" msgstr "Fortryd" #: ../src/extension/internal/filter/color.h:1506 #, fuzzy msgid "Phosphorescence" msgstr "Nærvær" #: ../src/extension/internal/filter/color.h:1507 #, fuzzy msgid "Colored nights" msgstr "Farve på skygge" #: ../src/extension/internal/filter/color.h:1508 #, fuzzy msgid "Hue to background" msgstr "Fjern baggrund" #: ../src/extension/internal/filter/color.h:1510 #, fuzzy msgid "Global blend:" msgstr "Sideorientering:" #: ../src/extension/internal/filter/color.h:1516 #, fuzzy msgid "Glow:" msgstr "Kopiér farve" #: ../src/extension/internal/filter/color.h:1517 msgid "Glow blend:" msgstr "" #: ../src/extension/internal/filter/color.h:1522 #, fuzzy msgid "Local light:" msgstr "Stopfarve" #: ../src/extension/internal/filter/color.h:1523 #, fuzzy msgid "Global light:" msgstr "Sideorientering:" #: ../src/extension/internal/filter/color.h:1537 msgid "" "Create a custom tritone palette with additional glow, blend modes and hue " "moving" msgstr "" #: ../src/extension/internal/filter/distort.h:67 #, fuzzy msgid "Felt Feather" msgstr "Meter" #: ../src/extension/internal/filter/distort.h:71 #: ../src/extension/internal/filter/morphology.h:175 #: ../src/filter-enums.cpp:73 #, fuzzy msgid "Out" msgstr "Uddata" #: ../src/extension/internal/filter/distort.h:77 #: ../src/extension/internal/filter/textures.h:75 #: ../src/ui/widget/selected-style.cpp:122 #: ../src/ui/widget/style-swatch.cpp:120 #, fuzzy msgid "Stroke:" msgstr "Bredde på streg" #: ../src/extension/internal/filter/distort.h:79 #: ../src/extension/internal/filter/textures.h:76 #, fuzzy msgid "Wide" msgstr "_Skjul" #: ../src/extension/internal/filter/distort.h:80 #: ../src/extension/internal/filter/textures.h:78 #, fuzzy msgid "Narrow" msgstr "Sænk" #: ../src/extension/internal/filter/distort.h:81 #: ../src/ui/widget/selected-style.cpp:170 #: ../src/ui/widget/style-swatch.cpp:303 msgid "No fill" msgstr "Ingen udfyldning" #: ../src/extension/internal/filter/distort.h:83 #, fuzzy msgid "Turbulence:" msgstr "Tolerance:" #: ../src/extension/internal/filter/distort.h:84 #: ../src/extension/internal/filter/distort.h:193 #: ../src/extension/internal/filter/overlays.h:61 #: ../src/extension/internal/filter/paint.h:702 #, fuzzy msgid "Fractal noise" msgstr "Fraktal (Koch)" #: ../src/extension/internal/filter/distort.h:85 #: ../src/extension/internal/filter/distort.h:194 #: ../src/extension/internal/filter/overlays.h:62 #: ../src/extension/internal/filter/paint.h:703 ../src/filter-enums.cpp:35 #: ../src/filter-enums.cpp:117 #, fuzzy msgid "Turbulence" msgstr "Tolerance:" #: ../src/extension/internal/filter/distort.h:87 #: ../src/extension/internal/filter/distort.h:196 #: ../src/extension/internal/filter/overlays.h:64 #: ../src/extension/internal/filter/paint.h:93 #: ../src/extension/internal/filter/paint.h:705 #, fuzzy msgid "Horizontal frequency:" msgstr "Vandret forskudt" #: ../src/extension/internal/filter/distort.h:88 #: ../src/extension/internal/filter/distort.h:197 #: ../src/extension/internal/filter/overlays.h:65 #: ../src/extension/internal/filter/paint.h:94 #: ../src/extension/internal/filter/paint.h:706 #, fuzzy msgid "Vertical frequency:" msgstr "Lodret forskydning" #: ../src/extension/internal/filter/distort.h:89 #: ../src/extension/internal/filter/distort.h:198 #: ../src/extension/internal/filter/overlays.h:66 #: ../src/extension/internal/filter/paint.h:95 #: ../src/extension/internal/filter/paint.h:707 #: ../src/extension/internal/filter/textures.h:69 #, fuzzy msgid "Complexity:" msgstr "Kombinér" #: ../src/extension/internal/filter/distort.h:90 #: ../src/extension/internal/filter/distort.h:199 #: ../src/extension/internal/filter/overlays.h:67 #: ../src/extension/internal/filter/paint.h:96 #: ../src/extension/internal/filter/paint.h:708 #: ../src/extension/internal/filter/textures.h:70 #, fuzzy msgid "Variation:" msgstr "Farvemætning" #: ../src/extension/internal/filter/distort.h:91 #: ../src/extension/internal/filter/distort.h:200 #, fuzzy msgid "Intensity:" msgstr "Gennemskæring" #: ../src/extension/internal/filter/distort.h:99 msgid "Blur and displace edges of shapes and pictures" msgstr "" #: ../src/extension/internal/filter/distort.h:190 #, fuzzy msgid "Roughen" msgstr "endeknudepunkt" #: ../src/extension/internal/filter/distort.h:192 #: ../src/extension/internal/filter/overlays.h:60 #: ../src/extension/internal/filter/paint.h:701 #: ../src/extension/internal/filter/textures.h:64 #, fuzzy msgid "Turbulence type:" msgstr "Tolerance:" #: ../src/extension/internal/filter/distort.h:208 #, fuzzy msgid "Small-scale roughening to edges and content" msgstr "Skalér afrundede hjørner i firkanter" #: ../src/extension/internal/filter/filter-file.cpp:33 #, fuzzy msgid "Bundled" msgstr "Afrundet:" #: ../src/extension/internal/filter/filter-file.cpp:34 msgid "Personal" msgstr "" #: ../src/extension/internal/filter/filter-file.cpp:46 #, fuzzy msgid "Null external module directory name. Filters will not be loaded." msgstr "Intet eksternt modulmappenavn. Moduler vil ikke blive indlæst." #: ../src/extension/internal/filter/image.h:49 #, fuzzy msgid "Edge Detect" msgstr "Kantdetektion" #: ../src/extension/internal/filter/image.h:51 msgid "Detect:" msgstr "" #: ../src/extension/internal/filter/image.h:52 #, fuzzy msgid "All" msgstr "Titel" #: ../src/extension/internal/filter/image.h:53 #, fuzzy msgid "Vertical lines" msgstr "Lodret afstand" #: ../src/extension/internal/filter/image.h:54 #, fuzzy msgid "Horizontal lines" msgstr "Vandret afstand" #: ../src/extension/internal/filter/image.h:57 #, fuzzy msgid "Invert colors" msgstr "Lad forbindelser undvige markerede objekter" #: ../src/extension/internal/filter/image.h:65 msgid "Detect color edges in object" msgstr "" #: ../src/extension/internal/filter/morphology.h:58 #, fuzzy msgid "Cross-smooth" msgstr "blød" #: ../src/extension/internal/filter/morphology.h:61 #: ../src/extension/internal/filter/shadows.h:65 #, fuzzy msgid "Inner" msgstr "Indre radius:" #: ../src/extension/internal/filter/morphology.h:62 #: ../src/extension/internal/filter/shadows.h:64 msgid "Outer" msgstr "" #: ../src/extension/internal/filter/morphology.h:63 #, fuzzy msgid "Open" msgstr "Å_bn..." #: ../src/extension/internal/filter/morphology.h:69 #: ../src/extension/internal/filter/morphology.h:190 #, fuzzy msgid "Antialiasing:" msgstr "Begyndelsesstørrelse" #: ../src/extension/internal/filter/morphology.h:70 #, fuzzy msgid "Blur content" msgstr "endeknudepunkt" #: ../src/extension/internal/filter/morphology.h:79 msgid "Smooth edges and angles of shapes" msgstr "" #: ../src/extension/internal/filter/morphology.h:166 #, fuzzy msgid "Outline" msgstr "_Omrids" #: ../src/extension/internal/filter/morphology.h:170 #, fuzzy msgid "Fill image" msgstr "Indlejr alle billeder" #: ../src/extension/internal/filter/morphology.h:171 #, fuzzy msgid "Hide image" msgstr "Hæv lag" #: ../src/extension/internal/filter/morphology.h:172 #, fuzzy msgid "Composite type:" msgstr "Kombinér" #: ../src/extension/internal/filter/morphology.h:177 #: ../src/filter-enums.cpp:75 msgid "XOR" msgstr "" #: ../src/extension/internal/filter/morphology.h:179 #: ../src/ui/dialog/layer-properties.cpp:163 msgid "Position:" msgstr "Placering:" #: ../src/extension/internal/filter/morphology.h:180 #, fuzzy msgid "Inside" msgstr "endeknudepunkt" #: ../src/extension/internal/filter/morphology.h:181 #, fuzzy msgid "Outside" msgstr "Skub _ud" #: ../src/extension/internal/filter/morphology.h:182 #, fuzzy msgid "Overlayed" msgstr "Meter" #: ../src/extension/internal/filter/morphology.h:184 #, fuzzy msgid "Width 1:" msgstr "Bredde:" #: ../src/extension/internal/filter/morphology.h:185 #, fuzzy msgid "Dilatation 1:" msgstr "Farvemætning" #: ../src/extension/internal/filter/morphology.h:186 #, fuzzy msgid "Erosion 1:" msgstr "Placering:" #: ../src/extension/internal/filter/morphology.h:187 #, fuzzy msgid "Width 2:" msgstr "Bredde:" #: ../src/extension/internal/filter/morphology.h:188 #, fuzzy msgid "Dilatation 2:" msgstr "Farvemætning" #: ../src/extension/internal/filter/morphology.h:189 #, fuzzy msgid "Erosion 2:" msgstr "Placering:" #: ../src/extension/internal/filter/morphology.h:191 msgid "Smooth" msgstr "Udjævnet" #: ../src/extension/internal/filter/morphology.h:195 #, fuzzy msgid "Fill opacity:" msgstr "Uigennemsigtighed:" #: ../src/extension/internal/filter/morphology.h:196 #, fuzzy msgid "Stroke opacity:" msgstr "Streg_farve" #: ../src/extension/internal/filter/morphology.h:206 #, fuzzy msgid "Adds a colorizable outline" msgstr "Tegn en sti som er et gitter" #: ../src/extension/internal/filter/overlays.h:56 #, fuzzy msgid "Noise Fill" msgstr "Ingen udfyldning" #: ../src/extension/internal/filter/overlays.h:59 #: ../src/extension/internal/filter/paint.h:700 #: ../src/extension/internal/filter/shadows.h:59 ../src/ui/dialog/find.cpp:83 #: ../src/ui/dialog/tracedialog.cpp:626 #: ../share/extensions/color_custom.inx.h:14 #: ../share/extensions/color_randomize.inx.h:6 #: ../share/extensions/dots.inx.h:5 ../share/extensions/dxf_input.inx.h:15 #: ../share/extensions/dxf_outlines.inx.h:18 #: ../share/extensions/gcodetools_area.inx.h:34 #: ../share/extensions/gcodetools_engraving.inx.h:21 #: ../share/extensions/gcodetools_graffiti.inx.h:24 #: ../share/extensions/gcodetools_lathe.inx.h:32 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:22 #: ../share/extensions/generate_voronoi.inx.h:7 #: ../share/extensions/gimp_xcf.inx.h:4 #: ../share/extensions/interp_att_g.inx.h:15 #: ../share/extensions/jessyInk_uninstall.inx.h:3 #: ../share/extensions/lorem_ipsum.inx.h:4 #: ../share/extensions/pathalongpath.inx.h:7 #: ../share/extensions/pathscatter.inx.h:10 #: ../share/extensions/radiusrand.inx.h:6 ../share/extensions/scour.inx.h:20 #: ../share/extensions/split.inx.h:2 ../share/extensions/voronoi2svg.inx.h:6 #: ../share/extensions/webslicer_create_group.inx.h:7 #: ../share/extensions/webslicer_export.inx.h:6 #: ../share/extensions/web-set-att.inx.h:6 #: ../share/extensions/web-transmit-att.inx.h:6 msgid "Options" msgstr "" #: ../src/extension/internal/filter/overlays.h:72 #, fuzzy msgid "Noise color" msgstr "Kopiér farve" #: ../src/extension/internal/filter/overlays.h:83 msgid "Basic noise fill and transparency texture" msgstr "" #: ../src/extension/internal/filter/paint.h:71 msgid "Chromolitho" msgstr "" #: ../src/extension/internal/filter/paint.h:75 #: ../share/extensions/jessyInk_keyBindings.inx.h:5 #, fuzzy msgid "Drawing mode" msgstr "Tegning" #: ../src/extension/internal/filter/paint.h:76 #, fuzzy msgid "Drawing blend:" msgstr "Tegning annulleret" #: ../src/extension/internal/filter/paint.h:84 #, fuzzy msgid "Dented" msgstr "Centrér" #: ../src/extension/internal/filter/paint.h:88 #: ../src/extension/internal/filter/paint.h:709 #, fuzzy msgid "Noise reduction:" msgstr "Beskrivelse" #: ../src/extension/internal/filter/paint.h:91 #, fuzzy msgid "Grain" msgstr "Tegning" #: ../src/extension/internal/filter/paint.h:92 #, fuzzy msgid "Grain mode" msgstr "Tegning" #: ../src/extension/internal/filter/paint.h:97 #: ../src/extension/internal/filter/transparency.h:207 #: ../src/extension/internal/filter/transparency.h:281 #, fuzzy msgid "Expansion:" msgstr "Filendelse \"" #: ../src/extension/internal/filter/paint.h:100 msgid "Grain blend:" msgstr "" #: ../src/extension/internal/filter/paint.h:116 msgid "Chromo effect with customizable edge drawing and graininess" msgstr "" #: ../src/extension/internal/filter/paint.h:233 #, fuzzy msgid "Cross Engraving" msgstr "Tegning" #: ../src/extension/internal/filter/paint.h:235 #: ../src/extension/internal/filter/paint.h:338 msgid "Clean-up:" msgstr "" #: ../src/extension/internal/filter/paint.h:239 #: ../src/widgets/toolbox.cpp:8531 msgid "Length:" msgstr "Længde:" #: ../src/extension/internal/filter/paint.h:248 msgid "Convert image to an engraving made of vertical and horizontal lines" msgstr "" #: ../src/extension/internal/filter/paint.h:332 #: ../src/ui/dialog/align-and-distribute.cpp:1039 #: ../src/ui/dialog/align-and-distribute.cpp:1047 #: ../src/widgets/desktop-widget.cpp:1781 msgid "Drawing" msgstr "Tegning" #: ../src/extension/internal/filter/paint.h:336 ../src/splivarot.cpp:2007 msgid "Simplify" msgstr "Simplificér" #: ../src/extension/internal/filter/paint.h:339 #: ../src/extension/internal/filter/paint.h:719 #, fuzzy msgid "Erase:" msgstr "Hæv" #: ../src/extension/internal/filter/paint.h:341 #, fuzzy msgid "Smoothness" msgstr "Udjævnet" #: ../src/extension/internal/filter/paint.h:345 msgid "Melt" msgstr "" #: ../src/extension/internal/filter/paint.h:351 #: ../src/extension/internal/filter/paint.h:722 #, fuzzy msgid "Fill color" msgstr "Enkel farve" #: ../src/extension/internal/filter/paint.h:352 #: ../src/extension/internal/filter/paint.h:724 #, fuzzy msgid "Image on fill" msgstr "Billede" #: ../src/extension/internal/filter/paint.h:355 #, fuzzy msgid "Stroke color" msgstr "Sidste valgte farve" #: ../src/extension/internal/filter/paint.h:356 #, fuzzy msgid "Image on stroke" msgstr "Mønsterstreg" #: ../src/extension/internal/filter/paint.h:367 #, fuzzy msgid "Convert images to duochrome drawings" msgstr "Tilpas siden til tegningen" #: ../src/extension/internal/filter/paint.h:495 msgid "Electrize" msgstr "" #: ../src/extension/internal/filter/paint.h:497 #: ../src/extension/internal/filter/paint.h:591 #: ../src/extension/internal/filter/paint.h:986 #, fuzzy msgid "Simplify:" msgstr "Simplificér" #: ../src/extension/internal/filter/paint.h:498 #: ../src/extension/internal/filter/paint.h:862 #, fuzzy msgid "Effect type:" msgstr "Effe_kter" #: ../src/extension/internal/filter/paint.h:502 #: ../src/extension/internal/filter/paint.h:870 #: ../src/extension/internal/filter/paint.h:985 #, fuzzy msgid "Levels:" msgstr "Hjul" #: ../src/extension/internal/filter/paint.h:511 msgid "Electro solarization effects" msgstr "" #: ../src/extension/internal/filter/paint.h:585 #, fuzzy msgid "Neon Draw" msgstr "Ingen" #: ../src/extension/internal/filter/paint.h:587 #, fuzzy msgid "Line type:" msgstr " type: " #: ../src/extension/internal/filter/paint.h:588 #, fuzzy msgid "Smoothed" msgstr "Udjævnet" #: ../src/extension/internal/filter/paint.h:589 #, fuzzy msgid "Contrasted" msgstr "Hjørner:" #: ../src/extension/internal/filter/paint.h:592 #, fuzzy msgid "Line width:" msgstr "Linjebredde" #: ../src/extension/internal/filter/paint.h:594 #: ../src/extension/internal/filter/paint.h:871 #: ../src/ui/widget/filter-effect-chooser.cpp:26 #, fuzzy msgid "Blend mode:" msgstr "endeknudepunkt" #: ../src/extension/internal/filter/paint.h:599 #, fuzzy msgid "Dark mode" msgstr "Tegning" #: ../src/extension/internal/filter/paint.h:607 msgid "Posterize and draw smooth lines around color shapes" msgstr "" #: ../src/extension/internal/filter/paint.h:697 #, fuzzy msgid "Point Engraving" msgstr "Tegning" #: ../src/extension/internal/filter/paint.h:710 #, fuzzy msgid "Noise blend:" msgstr "Beskrivelse" #: ../src/extension/internal/filter/paint.h:718 #, fuzzy msgid "Grain lightness:" msgstr "Lysstyrke" #: ../src/extension/internal/filter/paint.h:720 #: ../src/extension/internal/filter/transparency.h:343 #, fuzzy msgid "Blur:" msgstr "Blå" #: ../src/extension/internal/filter/paint.h:726 #, fuzzy msgid "Points color" msgstr "Kopiér farve" #: ../src/extension/internal/filter/paint.h:728 #, fuzzy msgid "Image on points" msgstr "Billede" #: ../src/extension/internal/filter/paint.h:738 #, fuzzy msgid "Convert image to a transparent point engraving" msgstr "Tilpas siden til tegningen" #: ../src/extension/internal/filter/paint.h:860 #, fuzzy msgid "Poster Paint" msgstr "Forbind" #: ../src/extension/internal/filter/paint.h:866 #, fuzzy msgid "Transfer type:" msgstr "Alle typer" #: ../src/extension/internal/filter/paint.h:867 #, fuzzy msgid "Poster" msgstr "Indsæt" #: ../src/extension/internal/filter/paint.h:868 #, fuzzy msgid "Painting" msgstr "GNOME-udskrivning" #: ../src/extension/internal/filter/paint.h:878 #, fuzzy msgid "Simplify (primary):" msgstr "Simplificeringsgrænse:" #: ../src/extension/internal/filter/paint.h:879 #, fuzzy msgid "Simplify (secondary):" msgstr "Simplificér" #: ../src/extension/internal/filter/paint.h:880 #, fuzzy msgid "Pre-saturation:" msgstr "Farvemætning" #: ../src/extension/internal/filter/paint.h:881 #, fuzzy msgid "Post-saturation:" msgstr "Farvemætning" #: ../src/extension/internal/filter/paint.h:882 msgid "Simulate antialiasing" msgstr "" #: ../src/extension/internal/filter/paint.h:890 #, fuzzy msgid "Poster and painting effects" msgstr "Indsæt størrelse separat" #: ../src/extension/internal/filter/paint.h:983 msgid "Posterize Basic" msgstr "" #: ../src/extension/internal/filter/paint.h:994 msgid "Simple posterizing effect" msgstr "" #: ../src/extension/internal/filter/protrusions.h:48 #, fuzzy msgid "Snow crest" msgstr "Forhåndsvis" #: ../src/extension/internal/filter/protrusions.h:50 #, fuzzy msgid "Drift Size:" msgstr "Prikstørrelse" #: ../src/extension/internal/filter/protrusions.h:58 #, fuzzy msgid "Snow has fallen on object" msgstr "Mønstre til objekter" #: ../src/extension/internal/filter/shadows.h:56 msgid "Drop Shadow" msgstr "" #: ../src/extension/internal/filter/shadows.h:60 #, fuzzy msgid "Blur radius (px):" msgstr "Indre radius:" #: ../src/extension/internal/filter/shadows.h:61 #, fuzzy msgid "Horizontal offset (px):" msgstr "Vandret forskudt" #: ../src/extension/internal/filter/shadows.h:62 #, fuzzy msgid "Vertical offset (px):" msgstr "Lodret forskydning" #: ../src/extension/internal/filter/shadows.h:63 #, fuzzy msgid "Blur type:" msgstr " (streg)" #: ../src/extension/internal/filter/shadows.h:66 msgid "Outer cutout" msgstr "" #: ../src/extension/internal/filter/shadows.h:67 #, fuzzy msgid "Inner cutout" msgstr "Farve på hjælpelinjer" #: ../src/extension/internal/filter/shadows.h:70 #, fuzzy msgid "Blur color" msgstr "Enkel farve" #: ../src/extension/internal/filter/shadows.h:72 #, fuzzy msgid "Use object's color" msgstr "Sidste valgte farve" #: ../src/extension/internal/filter/shadows.h:82 msgid "Colorizable Drop shadow" msgstr "" #: ../src/extension/internal/filter/textures.h:62 msgid "Ink Blot" msgstr "" #: ../src/extension/internal/filter/textures.h:68 #, fuzzy msgid "Frequency:" msgstr "Ikke afrundede" #: ../src/extension/internal/filter/textures.h:71 #, fuzzy msgid "Horizontal inlay:" msgstr "Vandret tekst" #: ../src/extension/internal/filter/textures.h:72 #, fuzzy msgid "Vertical inlay:" msgstr "Lodret tekst" #: ../src/extension/internal/filter/textures.h:73 #, fuzzy msgid "Displacement:" msgstr "Maksimal linjestykkelængde" #: ../src/extension/internal/filter/textures.h:79 #, fuzzy msgid "Overlapping" msgstr "Ikke afrundede" #: ../src/extension/internal/filter/textures.h:80 #, fuzzy msgid "External" msgstr "Redigér udfyldning..." #: ../src/extension/internal/filter/textures.h:81 #: ../share/extensions/markers_strokepaint.inx.h:5 #, fuzzy msgid "Custom" msgstr "_Brugerdefineret" #: ../src/extension/internal/filter/textures.h:83 #, fuzzy msgid "Custom stroke options" msgstr "Tilfældig placering" #: ../src/extension/internal/filter/textures.h:84 msgid "k1:" msgstr "" #: ../src/extension/internal/filter/textures.h:85 msgid "k2:" msgstr "" #: ../src/extension/internal/filter/textures.h:86 msgid "k3:" msgstr "" #: ../src/extension/internal/filter/textures.h:94 msgid "Inkblot on tissue or rough paper" msgstr "" #: ../src/extension/internal/filter/transparency.h:53 #: ../src/filter-enums.cpp:20 #, fuzzy msgid "Blend" msgstr "Blå" #: ../src/extension/internal/filter/transparency.h:55 ../src/rdf.cpp:257 #, fuzzy msgid "Source:" msgstr "Kilde" #: ../src/extension/internal/filter/transparency.h:59 #: ../src/ui/dialog/filter-effects-dialog.cpp:2268 #: ../src/widgets/toolbox.cpp:4299 ../src/widgets/toolbox.cpp:4681 #: ../src/widgets/toolbox.cpp:4945 ../src/widgets/toolbox.cpp:6412 #: ../share/extensions/extrude.inx.h:4 ../share/extensions/triangle.inx.h:9 #, fuzzy msgid "Mode:" msgstr "Flyt" #: ../src/extension/internal/filter/transparency.h:73 msgid "Blend objects with background images or with themselves" msgstr "" #: ../src/extension/internal/filter/transparency.h:130 #, fuzzy msgid "Channel Transparency" msgstr "0 (gennemsigtig)" #: ../src/extension/internal/filter/transparency.h:144 #, fuzzy msgid "Replace RGB with transparency" msgstr "0 (gennemsigtig)" #: ../src/extension/internal/filter/transparency.h:205 #, fuzzy msgid "Light Eraser" msgstr "Lysstyrke" #: ../src/extension/internal/filter/transparency.h:209 #: ../src/extension/internal/filter/transparency.h:283 #, fuzzy msgid "Global opacity:" msgstr "Sideorientering:" #: ../src/extension/internal/filter/transparency.h:218 msgid "Make the lightest parts of the object progressively transparent" msgstr "" #: ../src/extension/internal/filter/transparency.h:291 msgid "Set opacity and strength of opacity boundaries" msgstr "" #: ../src/extension/internal/filter/transparency.h:341 msgid "Silhouette" msgstr "" #: ../src/extension/internal/filter/transparency.h:344 #, fuzzy msgid "Cutout" msgstr "skub ud" #: ../src/extension/internal/filter/transparency.h:353 msgid "Repaint anything visible monochrome" msgstr "" #: ../src/extension/internal/gdkpixbuf-input.cpp:163 #, fuzzy, c-format msgid "%s bitmap image import" msgstr "Importér punktbillede som " #: ../src/extension/internal/gdkpixbuf-input.cpp:169 #, fuzzy msgid "Link or embed image:" msgstr "Indlejr alle billeder" #: ../src/extension/internal/gdkpixbuf-input.cpp:170 #, fuzzy msgid "Embed" msgstr "indlejret" #: ../src/extension/internal/gdkpixbuf-input.cpp:171 #, fuzzy msgid "Link" msgstr "Linje" #: ../src/extension/internal/gdkpixbuf-input.cpp:173 msgid "" "Embed results in stand-alone, larger SVG files. Link references a file " "outside this SVG document and all files must be moved together." msgstr "" #: ../src/extension/internal/gdkpixbuf-input.cpp:174 msgid "Hide the dialog next time and always apply the same action." msgstr "" #: ../src/extension/internal/gdkpixbuf-input.cpp:174 msgid "Don't ask again" msgstr "" #: ../src/extension/internal/gimpgrad.cpp:272 msgid "GIMP Gradients" msgstr "GIMP-gradienter" #: ../src/extension/internal/gimpgrad.cpp:277 msgid "GIMP Gradient (*.ggr)" msgstr "GIMP Gradient (*.ggr)" #: ../src/extension/internal/gimpgrad.cpp:278 msgid "Gradients used in GIMP" msgstr "Gradienter brugt i GIMP" #: ../src/extension/internal/grid.cpp:201 ../src/ui/widget/panel.cpp:108 msgid "Grid" msgstr "Gitter" #: ../src/extension/internal/grid.cpp:203 #, fuzzy msgid "Line Width:" msgstr "Linjebredde" #: ../src/extension/internal/grid.cpp:204 #, fuzzy msgid "Horizontal Spacing:" msgstr "Vandret afstand" #: ../src/extension/internal/grid.cpp:205 #, fuzzy msgid "Vertical Spacing:" msgstr "Lodret afstand" #: ../src/extension/internal/grid.cpp:206 #, fuzzy msgid "Horizontal Offset:" msgstr "Vandret forskudt" #: ../src/extension/internal/grid.cpp:207 #, fuzzy msgid "Vertical Offset:" msgstr "Lodret forskydning" #: ../src/extension/internal/grid.cpp:211 #: ../share/extensions/draw_from_triangle.inx.h:30 #: ../share/extensions/eqtexsvg.inx.h:4 #: ../share/extensions/foldablebox.inx.h:6 #: ../share/extensions/funcplot.inx.h:14 ../share/extensions/gears.inx.h:6 #: ../share/extensions/grid_cartesian.inx.h:15 #: ../share/extensions/grid_isometric.inx.h:6 #: ../share/extensions/grid_polar.inx.h:20 #: ../share/extensions/guides_creator.inx.h:17 #: ../share/extensions/layout_nup.inx.h:30 #: ../share/extensions/lindenmayer.inx.h:31 #: ../share/extensions/param_curves.inx.h:9 #: ../share/extensions/perfectboundcover.inx.h:18 #: ../share/extensions/polyhedron_3d.inx.h:31 #: ../share/extensions/printing_marks.inx.h:15 #: ../share/extensions/render_alphabetsoup.inx.h:3 #: ../share/extensions/render_barcode.inx.h:6 #: ../share/extensions/render_barcode_datamatrix.inx.h:3 #: ../share/extensions/render_barcode_qrcode.inx.h:14 #: ../share/extensions/rtree.inx.h:4 ../share/extensions/spirograph.inx.h:6 #: ../share/extensions/svgcalendar.inx.h:20 #: ../share/extensions/triangle.inx.h:10 #: ../share/extensions/wireframe_sphere.inx.h:5 msgid "Render" msgstr "Optegn" #: ../src/extension/internal/grid.cpp:212 #: ../src/ui/dialog/document-properties.cpp:147 #: ../src/ui/dialog/inkscape-preferences.cpp:707 #: ../src/widgets/toolbox.cpp:2563 #, fuzzy msgid "Grids" msgstr "Gitter" #: ../src/extension/internal/grid.cpp:215 msgid "Draw a path which is a grid" msgstr "Tegn en sti som er et gitter" #: ../src/extension/internal/javafx-out.cpp:964 #, fuzzy msgid "JavaFX Output" msgstr "LaTeX-uddata" #: ../src/extension/internal/javafx-out.cpp:969 msgid "JavaFX (*.fx)" msgstr "" #: ../src/extension/internal/javafx-out.cpp:970 #, fuzzy msgid "JavaFX Raytracer File" msgstr "PovRay Raytracer fil" #: ../src/extension/internal/latex-pstricks-out.cpp:99 msgid "LaTeX Output" msgstr "LaTeX-uddata" #: ../src/extension/internal/latex-pstricks-out.cpp:104 msgid "LaTeX With PSTricks macros (*.tex)" msgstr "LaTeX med PSTricks makroer (*.tex)" #: ../src/extension/internal/latex-pstricks-out.cpp:105 msgid "LaTeX PSTricks File" msgstr "LaTeX PSTricks-fil" #: ../src/extension/internal/latex-pstricks.cpp:337 msgid "LaTeX Print" msgstr "LaTeX udskrivning" #: ../src/extension/internal/odf.cpp:2412 msgid "OpenDocument Drawing Output" msgstr "OpenDocument Drawing-uddata" #: ../src/extension/internal/odf.cpp:2417 msgid "OpenDocument drawing (*.odg)" msgstr "OpenDocument drawing (*.odg)" #: ../src/extension/internal/odf.cpp:2418 msgid "OpenDocument drawing file" msgstr "OpenDocument drawing fil" #. TRANSLATORS: The following are document crop settings for PDF import #. more info: http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/page_bounds/ #: ../src/extension/internal/pdfinput/pdf-input.cpp:68 msgid "media box" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:69 msgid "crop box" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:70 msgid "trim box" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:71 msgid "bleed box" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:72 msgid "art box" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:84 #, fuzzy msgid "Select page:" msgstr "Slet tekst" #. Display total number of pages #: ../src/extension/internal/pdfinput/pdf-input.cpp:98 #, fuzzy, c-format msgid "out of %i" msgstr "Mængde af hvirvlen" #. Crop settings #: ../src/extension/internal/pdfinput/pdf-input.cpp:104 #, fuzzy msgid "Clip to:" msgstr "Besk_ær" #: ../src/extension/internal/pdfinput/pdf-input.cpp:120 #, fuzzy msgid "Page settings" msgstr "Sideorientering:" #: ../src/extension/internal/pdfinput/pdf-input.cpp:122 msgid "Precision of approximating gradient meshes:" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:123 msgid "" "Note: setting the precision too high may result in a large SVG file " "and slow performance." msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:128 #, fuzzy msgid "rough" msgstr "Gruppér" #. Text options #: ../src/extension/internal/pdfinput/pdf-input.cpp:132 #, fuzzy msgid "Text handling:" msgstr "Indstil afstand:" #: ../src/extension/internal/pdfinput/pdf-input.cpp:135 #: ../src/extension/internal/pdfinput/pdf-input.cpp:137 #: ../src/extension/internal/pdfinput/pdf-input.cpp:139 #, fuzzy msgid "Import text as text" msgstr "Konvertér tekst til sti" #: ../src/extension/internal/pdfinput/pdf-input.cpp:140 msgid "Replace PDF fonts by closest-named installed fonts" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:143 #, fuzzy msgid "Embed images" msgstr "Indlejr alle billeder" #: ../src/extension/internal/pdfinput/pdf-input.cpp:146 msgid "Import settings" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:267 msgid "PDF Import Settings" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:412 #, fuzzy msgctxt "PDF input precision" msgid "rough" msgstr "Gruppér" #: ../src/extension/internal/pdfinput/pdf-input.cpp:413 #, fuzzy msgctxt "PDF input precision" msgid "medium" msgstr "mellem" #: ../src/extension/internal/pdfinput/pdf-input.cpp:414 #, fuzzy msgctxt "PDF input precision" msgid "fine" msgstr "Linje" #: ../src/extension/internal/pdfinput/pdf-input.cpp:415 #, fuzzy msgctxt "PDF input precision" msgid "very fine" msgstr "Uindfattet udfyldning" #: ../src/extension/internal/pdfinput/pdf-input.cpp:772 #, fuzzy msgid "PDF Input" msgstr "DXF inddata" #: ../src/extension/internal/pdfinput/pdf-input.cpp:777 #, fuzzy msgid "Adobe PDF (*.pdf)" msgstr "AutoCAD DXF (*.dxf)" #: ../src/extension/internal/pdfinput/pdf-input.cpp:778 msgid "Adobe Portable Document Format" msgstr "" #: ../src/extension/internal/pdfinput/pdf-input.cpp:785 #, fuzzy msgid "AI Input" msgstr "AI-inddata" #: ../src/extension/internal/pdfinput/pdf-input.cpp:790 #, fuzzy msgid "Adobe Illustrator 9.0 and above (*.ai)" msgstr "Adobe Illustrator (*.ai)" #: ../src/extension/internal/pdfinput/pdf-input.cpp:791 #, fuzzy msgid "Open files saved in Adobe Illustrator 9.0 and newer versions" msgstr "Åbn filer gemt med Adobe Illustrator" #: ../src/extension/internal/pov-out.cpp:715 msgid "PovRay Output" msgstr "PovRay-uddata" #: ../src/extension/internal/pov-out.cpp:720 #, fuzzy msgid "PovRay (*.pov) (paths and shapes only)" msgstr "PovRay (*.pov) (eksportér kurver)" #: ../src/extension/internal/pov-out.cpp:721 msgid "PovRay Raytracer File" msgstr "PovRay Raytracer fil" #: ../src/extension/internal/svg.cpp:91 msgid "SVG Input" msgstr "SVG-inddata" #: ../src/extension/internal/svg.cpp:96 msgid "Scalable Vector Graphic (*.svg)" msgstr "Scalable Vector Graphic (*.svg)" #: ../src/extension/internal/svg.cpp:97 msgid "Inkscape native file format and W3C standard" msgstr "Inkscapes eget filformat og W3C-standard" #: ../src/extension/internal/svg.cpp:105 msgid "SVG Output Inkscape" msgstr "SVG-Inkscape-uddata" #: ../src/extension/internal/svg.cpp:110 msgid "Inkscape SVG (*.svg)" msgstr "Inkscape SVG (*.svg)" #: ../src/extension/internal/svg.cpp:111 msgid "SVG format with Inkscape extensions" msgstr "SVG-format med Inkscape-udvidelser" #: ../src/extension/internal/svg.cpp:119 msgid "SVG Output" msgstr "SVG-uddata" #: ../src/extension/internal/svg.cpp:124 msgid "Plain SVG (*.svg)" msgstr "Almindelig SVG (*.svg)" #: ../src/extension/internal/svg.cpp:125 msgid "Scalable Vector Graphics format as defined by the W3C" msgstr "Skalérbart vektorgrafikformat defineret af W3C" #: ../src/extension/internal/svgz.cpp:48 msgid "SVGZ Input" msgstr "SVGZ -inddata" #: ../src/extension/internal/svgz.cpp:54 ../src/extension/internal/svgz.cpp:68 msgid "Compressed Inkscape SVG (*.svgz)" msgstr "Komprimeret Inkscape SVG (*.svgz)" #: ../src/extension/internal/svgz.cpp:55 msgid "SVG file format compressed with GZip" msgstr "SVG filformat komprimeret med GZip" #: ../src/extension/internal/svgz.cpp:63 ../src/extension/internal/svgz.cpp:77 msgid "SVGZ Output" msgstr "SVGZ-uddata" #: ../src/extension/internal/svgz.cpp:69 msgid "Inkscape's native file format compressed with GZip" msgstr "Inkscapes eget filformat komprimeret med GZip" #: ../src/extension/internal/svgz.cpp:82 msgid "Compressed plain SVG (*.svgz)" msgstr "Komprimeret almindelig SVG (*.svgz)" #: ../src/extension/internal/svgz.cpp:83 msgid "Scalable Vector Graphics format compressed with GZip" msgstr "Skalérbar vektorgrafik-format komprimeret med GZip" #: ../src/extension/internal/wpg-input.cpp:124 msgid "WPG Input" msgstr "WPG-inddata" #: ../src/extension/internal/wpg-input.cpp:129 msgid "WordPerfect Graphics (*.wpg)" msgstr "WordPerfect Graphics (*.wpg)" #: ../src/extension/internal/wpg-input.cpp:130 msgid "Vector graphics format used by Corel WordPerfect" msgstr "Skalérbar vektorgrafikformat brugt af Corel WordPerfect" #: ../src/extension/prefdialog.cpp:238 #, fuzzy msgid "Live preview" msgstr "Forhåndsvis" #: ../src/extension/prefdialog.cpp:238 msgid "Is the effect previewed live on canvas?" msgstr "" #: ../src/extension/system.cpp:121 ../src/extension/system.cpp:123 msgid "Format autodetect failed. The file is being opened as SVG." msgstr "Format-autodetektion mislykkedes. Filen åbnes som SVG." #: ../src/file.cpp:153 msgid "default.svg" msgstr "" #: ../src/file.cpp:270 msgid "Broken links have been changed to point to existing files." msgstr "" #: ../src/file.cpp:278 ../src/file.cpp:1192 #, c-format msgid "Failed to load the requested file %s" msgstr "Kunne ikke indlæse den valgte fil %s" #: ../src/file.cpp:302 msgid "Document not saved yet. Cannot revert." msgstr "Dokument endnu ikke gemt, kan ikke fortryde." #: ../src/file.cpp:308 #, c-format msgid "Changes will be lost! Are you sure you want to reload document %s?" msgstr "" "Ændringer vil gå tabt! Er du sikker på du vil genindlæse dokumentet %s?" #: ../src/file.cpp:337 msgid "Document reverted." msgstr "Dokumentændringer fortrudt." #: ../src/file.cpp:339 msgid "Document not reverted." msgstr "Dokumentændringer ej fortrudt." #: ../src/file.cpp:489 msgid "Select file to open" msgstr "Vælg fil der skal åbnes" #: ../src/file.cpp:573 #, fuzzy msgid "Vacuum <defs>" msgstr "Ryd op i definitioner" #: ../src/file.cpp:578 #, c-format msgid "Removed %i unused definition in <defs>." msgid_plural "Removed %i unused definitions in <defs>." msgstr[0] "Fjernede %i ubrugt definition i <defs>." msgstr[1] "Fjernede %i ubrugte definitioner i <defs>." #: ../src/file.cpp:583 msgid "No unused definitions in <defs>." msgstr "Ingen ubrugte definitioner i <defs>." #: ../src/file.cpp:614 #, c-format msgid "" "No Inkscape extension found to save document (%s). This may have been " "caused by an unknown filename extension." msgstr "" "Ingen Inkscape -udvidelse fundet at gemme dokumentet (%s) med. Dette kan " "være forårsaget af en ukendt filnavneendelse." #: ../src/file.cpp:615 ../src/file.cpp:623 ../src/file.cpp:631 #: ../src/file.cpp:637 ../src/file.cpp:642 msgid "Document not saved." msgstr "Dokument ikke gemt." #: ../src/file.cpp:622 #, c-format msgid "" "File %s is write protected. Please remove write protection and try again." msgstr "" #: ../src/file.cpp:630 #, c-format msgid "File %s could not be saved." msgstr "Filen %s kunne ikke gemmes." #: ../src/file.cpp:658 msgid "Document saved." msgstr "Dokument gemt." #. We are saving for the first time; create a unique default filename #: ../src/file.cpp:804 ../src/file.cpp:1355 #, c-format msgid "drawing%s" msgstr "tegning%s" #: ../src/file.cpp:810 #, c-format msgid "drawing-%d%s" msgstr "tegning-%d%s" #: ../src/file.cpp:814 #, fuzzy, c-format msgid "%s" msgstr "%" #: ../src/file.cpp:829 #, fuzzy msgid "Select file to save a copy to" msgstr "Vælg fil at gemme i" #: ../src/file.cpp:831 msgid "Select file to save to" msgstr "Vælg fil at gemme i" #: ../src/file.cpp:934 msgid "No changes need to be saved." msgstr "Ingen ændringer behøver at gemmes." #: ../src/file.cpp:951 #, fuzzy msgid "Saving document..." msgstr "Gem dokument" #: ../src/file.cpp:1189 ../src/ui/dialog/ocaldialogs.cpp:1117 #, fuzzy msgid "Import" msgstr "_Importér..." #: ../src/file.cpp:1239 msgid "Select file to import" msgstr "Vælg fil der skal importeres" #: ../src/file.cpp:1377 msgid "Select file to export to" msgstr "Vælg fil der skal importeres" #: ../src/file.cpp:1630 #, fuzzy msgid "Import Clip Art" msgstr "_Importér..." #: ../src/filter-enums.cpp:21 #, fuzzy msgid "Color Matrix" msgstr "Matri_x" #: ../src/filter-enums.cpp:23 #, fuzzy msgid "Composite" msgstr "Kombinér" #: ../src/filter-enums.cpp:24 msgid "Convolve Matrix" msgstr "" #: ../src/filter-enums.cpp:25 msgid "Diffuse Lighting" msgstr "" #: ../src/filter-enums.cpp:26 #, fuzzy msgid "Displacement Map" msgstr "Maksimal linjestykkelængde" #: ../src/filter-enums.cpp:27 msgid "Flood" msgstr "" #: ../src/filter-enums.cpp:30 #, fuzzy msgid "Merge" msgstr "Mål sti" #: ../src/filter-enums.cpp:32 ../src/live_effects/effect.cpp:98 #: ../src/widgets/gradient-toolbar.cpp:1210 #, fuzzy msgid "Offset" msgstr "Forskydninger" #: ../src/filter-enums.cpp:33 msgid "Specular Lighting" msgstr "" #: ../src/filter-enums.cpp:34 #, fuzzy msgid "Tile" msgstr "Titel" #: ../src/filter-enums.cpp:40 #, fuzzy msgid "Source Graphic" msgstr "Kildes højde" #: ../src/filter-enums.cpp:41 #, fuzzy msgid "Source Alpha" msgstr "Kilde" #: ../src/filter-enums.cpp:42 #, fuzzy msgid "Background Image" msgstr "Baggrund" #: ../src/filter-enums.cpp:43 #, fuzzy msgid "Background Alpha" msgstr "Baggrund" #: ../src/filter-enums.cpp:44 #, fuzzy msgid "Fill Paint" msgstr "PDF-udskrift" #: ../src/filter-enums.cpp:45 msgid "Stroke Paint" msgstr "Stregmaling" #: ../src/filter-enums.cpp:61 #, fuzzy msgid "Matrix" msgstr "Matri_x" #: ../src/filter-enums.cpp:62 #, fuzzy msgid "Saturate" msgstr "Farvemætning" #: ../src/filter-enums.cpp:63 #, fuzzy msgid "Hue Rotate" msgstr "Rotér" #: ../src/filter-enums.cpp:64 msgid "Luminance to Alpha" msgstr "" #. File #: ../src/filter-enums.cpp:70 ../src/verbs.cpp:2210 #: ../share/extensions/jessyInk_mouseHandler.inx.h:1 #: ../share/extensions/jessyInk_transitions.inx.h:2 msgid "Default" msgstr "Standard" #: ../src/filter-enums.cpp:76 msgid "Arithmetic" msgstr "" #: ../src/filter-enums.cpp:92 ../src/selection-chemistry.cpp:465 #: ../src/widgets/gradient-selector.cpp:145 msgid "Duplicate" msgstr "Duplikér" #: ../src/filter-enums.cpp:93 msgid "Wrap" msgstr "Ombryd" #: ../src/filter-enums.cpp:94 ../src/live_effects/lpe-ruler.cpp:34 #: ../src/ui/dialog/filter-effects-dialog.cpp:488 #: ../src/ui/dialog/filter-effects-dialog.cpp:490 #: ../src/ui/dialog/inkscape-preferences.cpp:317 #: ../src/ui/dialog/inkscape-preferences.cpp:586 #: ../src/ui/dialog/inkscape-preferences.cpp:1155 #: ../src/ui/dialog/inkscape-preferences.cpp:1301 #: ../src/ui/dialog/inkscape-preferences.cpp:1361 #: ../src/ui/dialog/input.cpp:610 ../src/ui/dialog/input.cpp:612 #: ../src/ui/dialog/input.cpp:614 ../src/ui/dialog/input.cpp:1281 #: ../src/ui/dialog/input.cpp:1284 ../src/verbs.cpp:2207 #: ../src/widgets/toolbox.cpp:4327 #: ../share/extensions/gcodetools_area.inx.h:32 #: ../share/extensions/gcodetools_dxf_points.inx.h:15 #: ../share/extensions/gcodetools_engraving.inx.h:19 #: ../share/extensions/gcodetools_graffiti.inx.h:22 #: ../share/extensions/gcodetools_lathe.inx.h:29 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:20 #: ../share/extensions/grid_polar.inx.h:18 #: ../share/extensions/guides_creator.inx.h:15 #: ../share/extensions/scour.inx.h:16 msgid "None" msgstr "Ingen" #: ../src/filter-enums.cpp:103 ../src/flood-context.cpp:253 msgid "Alpha" msgstr "" #: ../src/filter-enums.cpp:109 #, fuzzy msgid "Erode" msgstr "Knudepunkt" #: ../src/filter-enums.cpp:110 #, fuzzy msgid "Dilate" msgstr "Dato" #: ../src/filter-enums.cpp:116 #, fuzzy msgid "Fractal Noise" msgstr "Fraktal (Koch)" #: ../src/filter-enums.cpp:123 #, fuzzy msgid "Distant Light" msgstr "Destinationens højde" #: ../src/filter-enums.cpp:124 #, fuzzy msgid "Point Light" msgstr "Kildes højde" #: ../src/filter-enums.cpp:125 #, fuzzy msgid "Spot Light" msgstr "Kildes højde" #: ../src/flood-context.cpp:246 #, fuzzy msgid "Visible Colors" msgstr "Farver:" #: ../src/flood-context.cpp:250 ../src/widgets/sp-color-icc-selector.cpp:233 #: ../src/widgets/sp-color-icc-selector.cpp:234 #: ../src/widgets/sp-color-scales.cpp:430 #: ../src/widgets/sp-color-scales.cpp:431 ../src/widgets/toolbox.cpp:4713 #: ../share/extensions/color_randomize.inx.h:4 msgid "Hue" msgstr "Farvetone" #: ../src/flood-context.cpp:251 ../src/ui/dialog/inkscape-preferences.cpp:851 #: ../src/widgets/sp-color-icc-selector.cpp:233 #: ../src/widgets/sp-color-icc-selector.cpp:234 #: ../src/widgets/sp-color-scales.cpp:433 #: ../src/widgets/sp-color-scales.cpp:434 ../src/widgets/toolbox.cpp:4729 #: ../share/extensions/color_randomize.inx.h:8 msgid "Saturation" msgstr "Farvemætning" #: ../src/flood-context.cpp:252 ../src/widgets/sp-color-icc-selector.cpp:234 #: ../src/widgets/sp-color-scales.cpp:436 #: ../src/widgets/sp-color-scales.cpp:437 ../src/widgets/toolbox.cpp:4745 #: ../share/extensions/color_randomize.inx.h:5 msgid "Lightness" msgstr "Lysstyrke" #: ../src/flood-context.cpp:264 #, fuzzy msgctxt "Flood autogap" msgid "None" msgstr "Ingen" #: ../src/flood-context.cpp:265 #, fuzzy msgctxt "Flood autogap" msgid "Small" msgstr "lille" #: ../src/flood-context.cpp:266 #, fuzzy msgctxt "Flood autogap" msgid "Medium" msgstr "mellem" #: ../src/flood-context.cpp:267 #, fuzzy msgctxt "Flood autogap" msgid "Large" msgstr "stor" #: ../src/flood-context.cpp:487 msgid "Too much inset, the result is empty." msgstr "" #: ../src/flood-context.cpp:528 #, c-format msgid "" "Area filled, path with %d node created and unioned with selection." msgid_plural "" "Area filled, path with %d nodes created and unioned with selection." msgstr[0] "" msgstr[1] "" #: ../src/flood-context.cpp:534 #, c-format msgid "Area filled, path with %d node created." msgid_plural "Area filled, path with %d nodes created." msgstr[0] "" msgstr[1] "" #: ../src/flood-context.cpp:802 ../src/flood-context.cpp:1101 msgid "Area is not bounded, cannot fill." msgstr "" #: ../src/flood-context.cpp:1106 msgid "" "Only the visible part of the bounded area was filled. If you want to " "fill all of the area, undo, zoom out, and fill again." msgstr "" #: ../src/flood-context.cpp:1124 ../src/flood-context.cpp:1283 #, fuzzy msgid "Fill bounded area" msgstr "Ud_fyldning og streg" #: ../src/flood-context.cpp:1143 #, fuzzy msgid "Set style on object" msgstr "Mønstre til objekter" #: ../src/flood-context.cpp:1202 msgid "Draw over areas to add to fill, hold Alt for touch fill" msgstr "" #: ../src/gradient-context.cpp:182 ../src/gradient-drag.cpp:81 msgid "Linear gradient start" msgstr "Start på lineær overgang" #. POINT_LG_BEGIN #: ../src/gradient-context.cpp:183 ../src/gradient-drag.cpp:82 msgid "Linear gradient end" msgstr "Slut på lineær overgang" #: ../src/gradient-context.cpp:184 ../src/gradient-drag.cpp:83 #, fuzzy msgid "Linear gradient mid stop" msgstr "Start på lineær overgang" #: ../src/gradient-context.cpp:185 ../src/gradient-drag.cpp:84 msgid "Radial gradient center" msgstr "Midte af radial overgang" #: ../src/gradient-context.cpp:186 ../src/gradient-context.cpp:187 #: ../src/gradient-drag.cpp:85 ../src/gradient-drag.cpp:86 msgid "Radial gradient radius" msgstr "Radius af radial overgang" #: ../src/gradient-context.cpp:188 ../src/gradient-drag.cpp:87 msgid "Radial gradient focus" msgstr "Fokus af radial overgang" #. POINT_RG_FOCUS #: ../src/gradient-context.cpp:189 ../src/gradient-context.cpp:190 #: ../src/gradient-drag.cpp:88 ../src/gradient-drag.cpp:89 #, fuzzy msgid "Radial gradient mid stop" msgstr "Start på lineær overgang" #. TRANSLATORS: %s will be substituted with the point name (see previous messages); This is part of a compound message #: ../src/gradient-context.cpp:215 #, fuzzy, c-format msgid "%s selected" msgstr "Sidste valgt" #. TRANSLATORS: Mind the space in front. This is part of a compound message #: ../src/gradient-context.cpp:217 ../src/gradient-context.cpp:226 #, fuzzy, c-format msgid " out of %d gradient handle" msgid_plural " out of %d gradient handles" msgstr[0] "Flyt knudepunkts-håndtag" msgstr[1] "Flyt knudepunkts-håndtag" #. TRANSLATORS: Mind the space in front. (Refers to gradient handles selected). This is part of a compound message #: ../src/gradient-context.cpp:218 ../src/gradient-context.cpp:227 #: ../src/gradient-context.cpp:234 #, fuzzy, c-format msgid " on %d selected object" msgid_plural " on %d selected objects" msgstr[0] "Duplikér markerede objekter" msgstr[1] "Duplikér markerede objekter" #. TRANSLATORS: This is a part of a compound message (out of two more indicating: grandint handle count & object count) #: ../src/gradient-context.cpp:224 #, fuzzy, c-format msgid "" "One handle merging %d stop (drag with Shift to separate) selected" msgid_plural "" "One handle merging %d stops (drag with Shift to separate) selected" msgstr[0] "" "Overgangspunkt delt af %d overgang; træk med Shift for at " "adskille" msgstr[1] "" "Overgangspunkt delt af %d overgange; træk med Shift for at " "adskille" #. TRANSLATORS: The plural refers to number of selected gradient handles. This is part of a compound message (part two indicates selected object count) #: ../src/gradient-context.cpp:232 #, c-format msgid "%d gradient handle selected out of %d" msgid_plural "%d gradient handles selected out of %d" msgstr[0] "" msgstr[1] "" #. TRANSLATORS: The plural refers to number of selected objects #: ../src/gradient-context.cpp:239 #, c-format msgid "No gradient handles selected out of %d on %d selected object" msgid_plural "" "No gradient handles selected out of %d on %d selected objects" msgstr[0] "" msgstr[1] "" #: ../src/gradient-context.cpp:450 ../src/gradient-context.cpp:548 #: ../src/ui/dialog/swatches.cpp:187 ../src/widgets/gradient-vector.cpp:751 #, fuzzy msgid "Add gradient stop" msgstr "Streg med radial overgang" #: ../src/gradient-context.cpp:523 #, fuzzy msgid "Simplify gradient" msgstr "Radial overgang" #: ../src/gradient-context.cpp:602 #, fuzzy msgid "Create default gradient" msgstr "Opret lineær overgang" #: ../src/gradient-context.cpp:659 msgid "Draw around handles to select them" msgstr "" #: ../src/gradient-context.cpp:774 msgid "Ctrl: snap gradient angle" msgstr "Ctrl: trinvis justering af overgangsvinkel" #: ../src/gradient-context.cpp:775 msgid "Shift: draw gradient around the starting point" msgstr "Shift: tegn overgang omkring startpunktet" #: ../src/gradient-context.cpp:895 ../src/widgets/gradient-toolbar.cpp:662 #, fuzzy msgid "Invert gradient" msgstr "Lineær overgang" #: ../src/gradient-context.cpp:1012 #, c-format msgid "Gradient for %d object; with Ctrl to snap angle" msgid_plural "Gradient for %d objects; with Ctrl to snap angle" msgstr[0] "" "Overgang for %d objekt; med Ctrl for trinvis justering af " "vinkel" msgstr[1] "" "Overgang for %d objekter; med Ctrl for trinvis justering af " "vinkel" #: ../src/gradient-context.cpp:1016 msgid "Select objects on which to create gradient." msgstr "Markér objekter hvorpå du vil skabe overgangen." #: ../src/gradient-drag.cpp:645 #, fuzzy msgid "Merge gradient handles" msgstr "Flyt knudepunkts-håndtag" #: ../src/gradient-drag.cpp:948 #, fuzzy msgid "Move gradient handle" msgstr "Flyt knudepunkts-håndtag" #: ../src/gradient-drag.cpp:1000 ../src/widgets/gradient-vector.cpp:784 #, fuzzy msgid "Delete gradient stop" msgstr "Slet stop" #: ../src/gradient-drag.cpp:1158 #, fuzzy, c-format msgid "" "%s %d for: %s%s; drag with Ctrl to snap offset; click with Ctrl" "+Alt to delete stop" msgstr "" "%s til: %s%s; træk med Ctrl for trinvis justering af vinkel, med " "Ctrl+Alt for at bevare vinkel, med Ctrl+Shift for at skalere " "omkring centrum" #: ../src/gradient-drag.cpp:1162 ../src/gradient-drag.cpp:1169 msgid " (stroke)" msgstr " (streg)" #: ../src/gradient-drag.cpp:1166 #, c-format msgid "" "%s for: %s%s; drag with Ctrl to snap angle, with Ctrl+Alt to " "preserve angle, with Ctrl+Shift to scale around center" msgstr "" "%s til: %s%s; træk med Ctrl for trinvis justering af vinkel, med " "Ctrl+Alt for at bevare vinkel, med Ctrl+Shift for at skalere " "omkring centrum" #: ../src/gradient-drag.cpp:1174 #, c-format msgid "" "Radial gradient center and focus; drag with Shift to " "separate focus" msgstr "" "Radialovergang centrum og fokus; træk med Shift for at " "adskille fokus" #: ../src/gradient-drag.cpp:1177 #, c-format msgid "" "Gradient point shared by %d gradient; drag with Shift to " "separate" msgid_plural "" "Gradient point shared by %d gradients; drag with Shift to " "separate" msgstr[0] "" "Overgangspunkt delt af %d overgang; træk med Shift for at " "adskille" msgstr[1] "" "Overgangspunkt delt af %d overgange; træk med Shift for at " "adskille" #: ../src/gradient-drag.cpp:1870 #, fuzzy msgid "Move gradient handle(s)" msgstr "Flyt knudepunkts-håndtag" #: ../src/gradient-drag.cpp:1906 #, fuzzy msgid "Move gradient mid stop(s)" msgstr "Slet stop" #: ../src/gradient-drag.cpp:2190 #, fuzzy msgid "Delete gradient stop(s)" msgstr "Slet stop" #: ../src/helper/units.cpp:37 ../src/live_effects/lpe-ruler.cpp:44 msgid "Unit" msgstr "Enhed" #. Add the units menu. #: ../src/helper/units.cpp:37 ../src/widgets/select-toolbar.cpp:532 #: ../src/widgets/toolbox.cpp:1725 ../src/widgets/toolbox.cpp:3585 #: ../src/widgets/toolbox.cpp:6324 ../src/widgets/toolbox.cpp:8723 msgid "Units" msgstr "Enheder" #: ../src/helper/units.cpp:38 ../src/ui/widget/selected-style.cpp:299 #: ../share/extensions/dxf_outlines.inx.h:27 msgid "pt" msgstr "pt" #: ../src/helper/units.cpp:38 ../share/extensions/perfectboundcover.inx.h:16 msgid "Points" msgstr "Punkter" #: ../src/helper/units.cpp:38 msgid "Pt" msgstr "Pt" #: ../src/helper/units.cpp:39 msgid "Pica" msgstr "" #: ../src/helper/units.cpp:39 ../share/extensions/dxf_outlines.inx.h:26 msgid "pc" msgstr "" #: ../src/helper/units.cpp:39 #, fuzzy msgid "Picas" msgstr "Stier" #: ../src/helper/units.cpp:39 msgid "Pc" msgstr "" #: ../src/helper/units.cpp:40 msgid "Pixel" msgstr "Pixel" #: ../src/helper/units.cpp:40 ../src/ui/widget/selected-style.cpp:295 #: ../share/extensions/dxf_outlines.inx.h:28 #: ../share/extensions/gears.inx.h:11 msgid "px" msgstr "px" #: ../src/helper/units.cpp:40 msgid "Pixels" msgstr "Billedpunkter" #: ../src/helper/units.cpp:40 msgid "Px" msgstr "Px" #. You can add new elements from this point forward #: ../src/helper/units.cpp:42 msgid "Percent" msgstr "Procent" #: ../src/helper/units.cpp:42 ../src/ui/dialog/inkscape-preferences.cpp:1165 msgid "%" msgstr "%" #: ../src/helper/units.cpp:42 msgid "Percents" msgstr "Procenter" #: ../src/helper/units.cpp:43 msgid "Millimeter" msgstr "Millimeter" #: ../src/helper/units.cpp:43 ../src/ui/widget/selected-style.cpp:303 #: ../share/extensions/dxf_outlines.inx.h:25 #: ../share/extensions/gears.inx.h:10 #: ../share/extensions/gcodetools_area.inx.h:55 #: ../share/extensions/gcodetools_dxf_points.inx.h:24 #: ../share/extensions/gcodetools_engraving.inx.h:33 #: ../share/extensions/gcodetools_graffiti.inx.h:44 #: ../share/extensions/gcodetools_lathe.inx.h:48 #: ../share/extensions/gcodetools_orientation_points.inx.h:15 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:37 msgid "mm" msgstr "mm" #: ../src/helper/units.cpp:43 msgid "Millimeters" msgstr "Millimeter" #: ../src/helper/units.cpp:44 msgid "Centimeter" msgstr "Centimeter" #: ../src/helper/units.cpp:44 ../share/extensions/dxf_outlines.inx.h:20 msgid "cm" msgstr "cm" #: ../src/helper/units.cpp:44 msgid "Centimeters" msgstr "Centimeter" #: ../src/helper/units.cpp:45 msgid "Meter" msgstr "Meter" #: ../src/helper/units.cpp:45 ../share/extensions/dxf_outlines.inx.h:24 msgid "m" msgstr "m" #: ../src/helper/units.cpp:45 msgid "Meters" msgstr "Meter" #. no svg_unit #: ../src/helper/units.cpp:46 msgid "Inch" msgstr "Tomme" #: ../src/helper/units.cpp:46 ../share/extensions/dxf_outlines.inx.h:22 #: ../share/extensions/gears.inx.h:9 #: ../share/extensions/gcodetools_area.inx.h:52 #: ../share/extensions/gcodetools_dxf_points.inx.h:23 #: ../share/extensions/gcodetools_engraving.inx.h:32 #: ../share/extensions/gcodetools_graffiti.inx.h:42 #: ../share/extensions/gcodetools_lathe.inx.h:47 #: ../share/extensions/gcodetools_orientation_points.inx.h:13 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:36 msgid "in" msgstr "tm" #: ../src/helper/units.cpp:46 msgid "Inches" msgstr "Tommer" #: ../src/helper/units.cpp:47 #, fuzzy msgid "Foot" msgstr "Skrifttype" #: ../src/helper/units.cpp:47 ../share/extensions/dxf_outlines.inx.h:21 msgid "ft" msgstr "" #: ../src/helper/units.cpp:47 #, fuzzy msgid "Feet" msgstr "FreeArt" #. Volatiles do not have default, so there are none here #. TRANSLATORS: for info, see http://www.w3.org/TR/REC-CSS2/syndata.html#length-units #: ../src/helper/units.cpp:50 msgid "Em square" msgstr "Em-kvadrat" #: ../src/helper/units.cpp:50 msgid "em" msgstr "em" #: ../src/helper/units.cpp:50 msgid "Em squares" msgstr "Em-kvadrater" #. TRANSLATORS: for info, see http://www.w3.org/TR/REC-CSS2/syndata.html#length-units #: ../src/helper/units.cpp:52 msgid "Ex square" msgstr "Ex-kvadrat" #: ../src/helper/units.cpp:52 msgid "ex" msgstr "ex" #: ../src/helper/units.cpp:52 msgid "Ex squares" msgstr "Ex-kvadrater" #: ../src/inkscape.cpp:325 #, fuzzy msgid "Autosaving documents..." msgstr "Gem dokument" #: ../src/inkscape.cpp:396 msgid "Autosave failed! Could not find inkscape extension to save document." msgstr "" #: ../src/inkscape.cpp:399 ../src/inkscape.cpp:406 #, fuzzy, c-format msgid "Autosave failed! File %s could not be saved." msgstr "Filen %s kunne ikke gemmes." #: ../src/inkscape.cpp:421 msgid "Autosave complete." msgstr "" #: ../src/inkscape.cpp:667 msgid "Untitled document" msgstr "Unavngivet dokument" #. Show nice dialog box #: ../src/inkscape.cpp:699 msgid "Inkscape encountered an internal error and will close now.\n" msgstr "Der opstod en intern fejl i Inkscape. Programmet vil derfor lukke.\n" #: ../src/inkscape.cpp:700 msgid "" "Automatic backups of unsaved documents were done to the following " "locations:\n" msgstr "" "Automatisk sikkerhedskopi af ikke-gemte dokumenter blev flyttet til disse " "placeringer:\n" #: ../src/inkscape.cpp:701 msgid "Automatic backup of the following documents failed:\n" msgstr "Automatisk sikkerhedskopi af følgende dokumenter mislykkedes:\n" #. sp_ui_menu_append_check_item_from_verb(m, view, _("_Menu"), _("Show or hide the menu bar"), "menu", #. checkitem_toggled, checkitem_update, 0); #: ../src/interface.cpp:775 #, fuzzy msgid "_Commands Bar" msgstr "Kommandoværktøjslinje" #: ../src/interface.cpp:775 msgid "Show or hide the Commands bar (under the menu)" msgstr "Vis eller skjul kommandoværktøjslinjen (under menuen)" #: ../src/interface.cpp:777 #, fuzzy msgid "Sn_ap Controls Bar" msgstr "Værktøjskontrollinjen" #: ../src/interface.cpp:777 #, fuzzy msgid "Show or hide the snapping controls" msgstr "Vis eller skjul værktøjskontrollinjen" #: ../src/interface.cpp:779 #, fuzzy msgid "T_ool Controls Bar" msgstr "Værktøjskontrollinjen" #: ../src/interface.cpp:779 msgid "Show or hide the Tool Controls bar" msgstr "Vis eller skjul værktøjskontrollinjen" #: ../src/interface.cpp:781 msgid "_Toolbox" msgstr "_Værktøjskasse" #: ../src/interface.cpp:781 msgid "Show or hide the main toolbox (on the left)" msgstr "Vis eller skjul værktøjskassen (til venstre)" #: ../src/interface.cpp:787 msgid "_Palette" msgstr "_Palet" #: ../src/interface.cpp:787 msgid "Show or hide the color palette" msgstr "Vis eller skjul farvepaletten" #: ../src/interface.cpp:789 msgid "_Statusbar" msgstr "_Statuslinje" #: ../src/interface.cpp:789 msgid "Show or hide the statusbar (at the bottom of the window)" msgstr "Vis eller skjul statuslinjen (i bunden af vinduet)" #: ../src/interface.cpp:797 #, fuzzy msgctxt "Interface setup" msgid "Default" msgstr "Standard" #: ../src/interface.cpp:797 #, fuzzy msgid "Default interface setup" msgstr "Standarder" #: ../src/interface.cpp:798 #, fuzzy msgctxt "Interface setup" msgid "Custom" msgstr "_Brugerdefineret" #: ../src/interface.cpp:798 msgid "Set the custom task" msgstr "" #: ../src/interface.cpp:799 #, fuzzy msgctxt "Interface setup" msgid "Wide" msgstr "_Skjul" #: ../src/interface.cpp:799 msgid "Setup for widescreen work" msgstr "" #: ../src/interface.cpp:899 #, c-format msgid "Verb \"%s\" Unknown" msgstr "Verbum \"%s\" er ukendt" #: ../src/interface.cpp:941 msgid "Open _Recent" msgstr "_Åbn seneste" #: ../src/interface.cpp:1049 ../src/interface.cpp:1139 #: ../src/interface.cpp:1246 ../src/ui/widget/selected-style.cpp:474 #, fuzzy msgid "Drop color" msgstr "Kopiér farve" #: ../src/interface.cpp:1088 ../src/interface.cpp:1202 #, fuzzy msgid "Drop color on gradient" msgstr "Ingen stop i overgange" #: ../src/interface.cpp:1259 msgid "Could not parse SVG data" msgstr "Kunne ikke fortolke SVG-data" #: ../src/interface.cpp:1298 msgid "Drop SVG" msgstr "" #: ../src/interface.cpp:1335 #, fuzzy msgid "Drop bitmap image" msgstr "Importér punktbillede som " #: ../src/interface.cpp:1427 #, c-format msgid "" "A file named \"%s\" already exists. Do " "you want to replace it?\n" "\n" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" #: ../src/interface.cpp:1434 ../share/extensions/web-set-att.inx.h:7 #: ../share/extensions/web-transmit-att.inx.h:7 #, fuzzy msgid "Replace" msgstr "_Slip" #: ../src/interface.cpp:1504 msgid "Go to parent" msgstr "Gå til forælder" #. TRANSLATORS: #%1 is the id of the group e.g. , not a number. #: ../src/interface.cpp:1545 #, fuzzy msgid "Enter group #%1" msgstr "Gå ind i gruppe #%s" #. Item dialog #: ../src/interface.cpp:1686 ../src/verbs.cpp:2673 msgid "_Object Properties..." msgstr "_Objektegenskaber..." #. Select item #: ../src/interface.cpp:1694 msgid "_Select This" msgstr "_Vælg dette" #. Select same fill and stroke #: ../src/interface.cpp:1704 #, fuzzy msgid "_Select Same Fill and Stroke" msgstr "Ud_fyldning og streg" #. Create link #: ../src/interface.cpp:1715 msgid "_Create Link" msgstr "_Opret link" #. Set mask #: ../src/interface.cpp:1738 #, fuzzy msgid "Set Mask" msgstr "Vælg maske" #. Release mask #: ../src/interface.cpp:1749 #, fuzzy msgid "Release Mask" msgstr "Frigiv maske" #. Set Clip #: ../src/interface.cpp:1760 #, fuzzy msgid "Set _Clip" msgstr "Uindfattet udfyldning" #. Release Clip #: ../src/interface.cpp:1771 #, fuzzy msgid "Release C_lip" msgstr "_Slip" #: ../src/interface.cpp:1815 #, fuzzy msgid "Create link" msgstr "_Opret link" #. Ungroup #: ../src/interface.cpp:1846 ../src/verbs.cpp:2339 msgid "_Ungroup" msgstr "_Afgruppér" #. Link dialog #: ../src/interface.cpp:1866 #, fuzzy msgid "Link _Properties..." msgstr "Linke_genskaber" #. Select item #: ../src/interface.cpp:1872 msgid "_Follow Link" msgstr "_Følg link" #. Reset transformations #: ../src/interface.cpp:1878 msgid "_Remove Link" msgstr "F_jern link" #. Image properties #: ../src/interface.cpp:1908 #, fuzzy msgid "Image _Properties..." msgstr "_Billedegenskaber" #. Edit externally #: ../src/interface.cpp:1914 #, fuzzy msgid "Edit Externally..." msgstr "Redigér udfyldning..." #: ../src/interface.cpp:1924 #, fuzzy msgctxt "Context menu" msgid "Embed Image" msgstr "Indlejr alle billeder" #: ../src/interface.cpp:1935 #, fuzzy msgctxt "Context menu" msgid "Extract Image..." msgstr "Udpak et billede" #. Item dialog #. Fill and Stroke dialog #: ../src/interface.cpp:2068 ../src/interface.cpp:2088 ../src/verbs.cpp:2638 msgid "_Fill and Stroke..." msgstr "_Udfyldning og streg..." #. Edit Text dialog #: ../src/interface.cpp:2094 ../src/verbs.cpp:2653 msgid "_Text and Font..." msgstr "_Tekst og skrifttype..." #. Spellcheck dialog #: ../src/interface.cpp:2100 ../src/verbs.cpp:2661 msgid "Check Spellin_g..." msgstr "" #: ../src/knot.cpp:435 msgid "Node or handle drag canceled." msgstr "Træk i knudepunkt eller håndtag, annulleret." #: ../src/knotholder.cpp:147 #, fuzzy msgid "Change handle" msgstr "Opret firkant" #: ../src/knotholder.cpp:226 #, fuzzy msgid "Move handle" msgstr "Flyt knudepunkts-håndtag" #. TRANSLATORS: This refers to the pattern that's inside the object #: ../src/knotholder.cpp:247 msgid "Move the pattern fill inside the object" msgstr "Flyt udfyldningsmønsteret indeni objektet" #: ../src/knotholder.cpp:250 #, fuzzy msgid "Scale the pattern fill; uniformly if with Ctrl" msgstr "Skalér mønsterudfyldningen ensartet" #: ../src/knotholder.cpp:253 msgid "Rotate the pattern fill; with Ctrl to snap angle" msgstr "" "Rotér udfyldningsmønsteret med; Ctrl for trinvis justering" #: ../src/libgdl/gdl-dock-bar.c:105 #, fuzzy msgid "Master" msgstr "Hæv" #: ../src/libgdl/gdl-dock-bar.c:106 msgid "GdlDockMaster object which the dockbar widget is attached to" msgstr "" #: ../src/libgdl/gdl-dock-bar.c:113 #, fuzzy msgid "Dockbar style" msgstr "Skalér" #: ../src/libgdl/gdl-dock-bar.c:114 msgid "Dockbar style to show items on it" msgstr "" #: ../src/libgdl/gdl-dock-item-grip.c:394 msgid "Iconify this dock" msgstr "" #: ../src/libgdl/gdl-dock-item-grip.c:396 #, fuzzy msgid "Close this dock" msgstr "Luk dette dokumentvindue" #: ../src/libgdl/gdl-dock-item-grip.c:716 #: ../src/libgdl/gdl-dock-tablabel.c:125 msgid "Controlling dock item" msgstr "" #: ../src/libgdl/gdl-dock-item-grip.c:717 msgid "Dockitem which 'owns' this grip" msgstr "" #. Name #: ../src/libgdl/gdl-dock-item.c:309 ../src/widgets/toolbox.cpp:7932 #: ../share/extensions/gcodetools_graffiti.inx.h:25 #: ../share/extensions/gcodetools_orientation_points.inx.h:6 #, fuzzy msgid "Orientation" msgstr "Sideorientering:" #: ../src/libgdl/gdl-dock-item.c:310 msgid "Orientation of the docking item" msgstr "" #: ../src/libgdl/gdl-dock-item.c:325 msgid "Resizable" msgstr "" #: ../src/libgdl/gdl-dock-item.c:326 msgid "If set, the dock item can be resized when docked in a GtkPanel widget" msgstr "" #: ../src/libgdl/gdl-dock-item.c:333 #, fuzzy msgid "Item behavior" msgstr "Opførsel" #: ../src/libgdl/gdl-dock-item.c:334 msgid "" "General behavior for the dock item (i.e. whether it can float, if it's " "locked, etc.)" msgstr "" #: ../src/libgdl/gdl-dock-item.c:342 ../src/libgdl/gdl-dock-master.c:148 #, fuzzy msgid "Locked" msgstr "L_ås" #: ../src/libgdl/gdl-dock-item.c:343 msgid "" "If set, the dock item cannot be dragged around and it doesn't show a grip" msgstr "" #: ../src/libgdl/gdl-dock-item.c:351 msgid "Preferred width" msgstr "" #: ../src/libgdl/gdl-dock-item.c:352 msgid "Preferred width for the dock item" msgstr "" #: ../src/libgdl/gdl-dock-item.c:358 #, fuzzy msgid "Preferred height" msgstr "Højde:" #: ../src/libgdl/gdl-dock-item.c:359 msgid "Preferred height for the dock item" msgstr "" #: ../src/libgdl/gdl-dock-item.c:727 #, c-format msgid "" "You can't add a dock object (%p of type %s) inside a %s. Use a GdlDock or " "some other compound dock object." msgstr "" #: ../src/libgdl/gdl-dock-item.c:734 #, c-format msgid "" "Attempting to add a widget with type %s to a %s, but it can only contain one " "widget at a time; it already contains a widget of type %s" msgstr "" #: ../src/libgdl/gdl-dock-item.c:1479 ../src/libgdl/gdl-dock-item.c:1529 #, c-format msgid "Unsupported docking strategy %s in dock object of type %s" msgstr "" #. UnLock menuitem #: ../src/libgdl/gdl-dock-item.c:1637 #, fuzzy msgid "UnLock" msgstr "L_ås" #. Hide menuitem. #: ../src/libgdl/gdl-dock-item.c:1644 #, fuzzy msgid "Hide" msgstr "_Skjul" #. Lock menuitem #: ../src/libgdl/gdl-dock-item.c:1649 #, fuzzy msgid "Lock" msgstr "L_ås" #: ../src/libgdl/gdl-dock-item.c:1912 #, c-format msgid "Attempt to bind an unbound item %p" msgstr "" #: ../src/libgdl/gdl-dock-master.c:141 ../src/libgdl/gdl-dock.c:184 #, fuzzy msgid "Default title" msgstr "Standard_enheder:" #: ../src/libgdl/gdl-dock-master.c:142 msgid "Default title for newly created floating docks" msgstr "" #: ../src/libgdl/gdl-dock-master.c:149 msgid "" "If is set to 1, all the dock items bound to the master are locked; if it's " "0, all are unlocked; -1 indicates inconsistency among the items" msgstr "" #: ../src/libgdl/gdl-dock-master.c:157 ../src/libgdl/gdl-switcher.c:732 #, fuzzy msgid "Switcher Style" msgstr "Indsætnings_stil" #: ../src/libgdl/gdl-dock-master.c:158 ../src/libgdl/gdl-switcher.c:733 #, fuzzy msgid "Switcher buttons style" msgstr "Flyttet til næste lag." #: ../src/libgdl/gdl-dock-master.c:783 #, c-format msgid "" "master %p: unable to add object %p[%s] to the hash. There already is an " "item with that name (%p)." msgstr "" #: ../src/libgdl/gdl-dock-master.c:955 #, c-format msgid "" "The new dock controller %p is automatic. Only manual dock objects should be " "named controller." msgstr "" #: ../src/libgdl/gdl-dock-notebook.c:132 #: ../src/ui/dialog/align-and-distribute.cpp:1038 #: ../src/ui/dialog/align-and-distribute.cpp:1046 #: ../src/ui/dialog/document-properties.cpp:145 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1452 #: ../src/widgets/desktop-widget.cpp:1777 #: ../share/extensions/voronoi2svg.inx.h:8 msgid "Page" msgstr "Side" #: ../src/libgdl/gdl-dock-notebook.c:133 #, fuzzy msgid "The index of the current page" msgstr "Omdøb det aktuelle lag" #: ../src/libgdl/gdl-dock-object.c:125 ../src/ui/widget/page-sizer.cpp:255 #: ../src/widgets/sp-xmlview-attr-list.cpp:52 #, fuzzy msgid "Name" msgstr "Navn:" #: ../src/libgdl/gdl-dock-object.c:126 msgid "Unique name for identifying the dock object" msgstr "" #: ../src/libgdl/gdl-dock-object.c:133 #, fuzzy msgid "Long name" msgstr "Unavngivet" #: ../src/libgdl/gdl-dock-object.c:134 #, fuzzy msgid "Human readable name for the dock object" msgstr "En fri etiket til objektet" #: ../src/libgdl/gdl-dock-object.c:140 #, fuzzy msgid "Stock Icon" msgstr "Stak" #: ../src/libgdl/gdl-dock-object.c:141 msgid "Stock icon for the dock object" msgstr "" #: ../src/libgdl/gdl-dock-object.c:147 msgid "Pixbuf Icon" msgstr "" #: ../src/libgdl/gdl-dock-object.c:148 msgid "Pixbuf icon for the dock object" msgstr "" #: ../src/libgdl/gdl-dock-object.c:153 #, fuzzy msgid "Dock master" msgstr "Sænk lag" #: ../src/libgdl/gdl-dock-object.c:154 msgid "Dock master this dock object is bound to" msgstr "" #: ../src/libgdl/gdl-dock-object.c:463 #, c-format msgid "" "Call to gdl_dock_object_dock in a dock object %p (object type is %s) which " "hasn't implemented this method" msgstr "" #: ../src/libgdl/gdl-dock-object.c:602 #, c-format msgid "" "Dock operation requested in a non-bound object %p. The application might " "crash" msgstr "" #: ../src/libgdl/gdl-dock-object.c:609 #, c-format msgid "Cannot dock %p to %p because they belong to different masters" msgstr "" #: ../src/libgdl/gdl-dock-object.c:651 #, c-format msgid "" "Attempt to bind to %p an already bound dock object %p (current master: %p)" msgstr "" #: ../src/libgdl/gdl-dock-paned.c:130 #, fuzzy msgid "Position" msgstr "Placering:" #: ../src/libgdl/gdl-dock-paned.c:131 msgid "Position of the divider in pixels" msgstr "" #: ../src/libgdl/gdl-dock-placeholder.c:141 #, fuzzy msgid "Sticky" msgstr "meget lille" #: ../src/libgdl/gdl-dock-placeholder.c:142 msgid "" "Whether the placeholder will stick to its host or move up the hierarchy when " "the host is redocked" msgstr "" #: ../src/libgdl/gdl-dock-placeholder.c:149 #, fuzzy msgid "Host" msgstr "skub ud" #: ../src/libgdl/gdl-dock-placeholder.c:150 msgid "The dock object this placeholder is attached to" msgstr "" #: ../src/libgdl/gdl-dock-placeholder.c:157 #, fuzzy msgid "Next placement" msgstr "Nyt elementknudepunkt" #: ../src/libgdl/gdl-dock-placeholder.c:158 msgid "" "The position an item will be docked to our host if a request is made to dock " "to us" msgstr "" #: ../src/libgdl/gdl-dock-placeholder.c:167 ../src/libgdl/gdl-dock.c:191 #: ../src/widgets/toolbox.cpp:3524 ../src/widgets/toolbox.cpp:4555 #: ../src/widgets/toolbox.cpp:4875 ../share/extensions/interp_att_g.inx.h:28 #, fuzzy msgid "Width" msgstr "Bredde:" #: ../src/libgdl/gdl-dock-placeholder.c:168 msgid "Width for the widget when it's attached to the placeholder" msgstr "" #: ../src/libgdl/gdl-dock-placeholder.c:175 ../src/libgdl/gdl-dock.c:199 #: ../src/widgets/toolbox.cpp:3541 ../share/extensions/interp_att_g.inx.h:7 #, fuzzy msgid "Height" msgstr "Højde:" #: ../src/libgdl/gdl-dock-placeholder.c:176 msgid "Height for the widget when it's attached to the placeholder" msgstr "" #: ../src/libgdl/gdl-dock-placeholder.c:182 #, fuzzy msgid "Floating Toplevel" msgstr "Relationer" #: ../src/libgdl/gdl-dock-placeholder.c:183 msgid "Whether the placeholder is standing in for a floating toplevel dock" msgstr "" #: ../src/libgdl/gdl-dock-placeholder.c:189 #, fuzzy msgid "X Coordinate" msgstr "Markørkoordinater" #: ../src/libgdl/gdl-dock-placeholder.c:190 #, fuzzy msgid "X coordinate for dock when floating" msgstr "X-koordinat for gitterudgangspunkt" #: ../src/libgdl/gdl-dock-placeholder.c:196 #, fuzzy msgid "Y Coordinate" msgstr "Markørkoordinater" #: ../src/libgdl/gdl-dock-placeholder.c:197 #, fuzzy msgid "Y coordinate for dock when floating" msgstr "Y-koordinat for gitterudgangspunkt" #: ../src/libgdl/gdl-dock-placeholder.c:499 msgid "Attempt to dock a dock object to an unbound placeholder" msgstr "" #: ../src/libgdl/gdl-dock-placeholder.c:611 #, c-format msgid "Got a detach signal from an object (%p) who is not our host %p" msgstr "" #: ../src/libgdl/gdl-dock-placeholder.c:636 #, c-format msgid "" "Something weird happened while getting the child placement for %p from " "parent %p" msgstr "" #: ../src/libgdl/gdl-dock-tablabel.c:126 msgid "Dockitem which 'owns' this tablabel" msgstr "" #: ../src/libgdl/gdl-dock.c:176 ../src/ui/dialog/inkscape-preferences.cpp:578 #: ../src/ui/dialog/inkscape-preferences.cpp:608 #, fuzzy msgid "Floating" msgstr "Relationer" #: ../src/libgdl/gdl-dock.c:177 msgid "Whether the dock is floating in its own window" msgstr "" #: ../src/libgdl/gdl-dock.c:185 msgid "Default title for the newly created floating docks" msgstr "" #: ../src/libgdl/gdl-dock.c:192 msgid "Width for the dock when it's of floating type" msgstr "" #: ../src/libgdl/gdl-dock.c:200 msgid "Height for the dock when it's of floating type" msgstr "" #: ../src/libgdl/gdl-dock.c:207 #, fuzzy msgid "Float X" msgstr "Relationer" #: ../src/libgdl/gdl-dock.c:208 #, fuzzy msgid "X coordinate for a floating dock" msgstr "X-koordinat for gitterudgangspunkt" #: ../src/libgdl/gdl-dock.c:215 #, fuzzy msgid "Float Y" msgstr "Relationer" #: ../src/libgdl/gdl-dock.c:216 #, fuzzy msgid "Y coordinate for a floating dock" msgstr "Y-koordinat for gitterudgangspunkt" #: ../src/libgdl/gdl-dock.c:478 #, c-format msgid "Dock #%d" msgstr "" #: ../src/libnrtype/FontFactory.cpp:910 msgid "Ignoring font without family that will crash Pango" msgstr "Ignorér skrifttype uden familie. (der får Pango til at bryde sammen)" #: ../src/live_effects/effect.cpp:87 msgid "doEffect stack test" msgstr "" #: ../src/live_effects/effect.cpp:88 #, fuzzy msgid "Angle bisector" msgstr "Opdeling" #. TRANSLATORS: boolean operations #: ../src/live_effects/effect.cpp:90 #, fuzzy msgid "Boolops" msgstr "Værktøjer" #: ../src/live_effects/effect.cpp:91 msgid "Circle (by center and radius)" msgstr "" #: ../src/live_effects/effect.cpp:92 msgid "Circle by 3 points" msgstr "" #: ../src/live_effects/effect.cpp:93 #, fuzzy msgid "Dynamic stroke" msgstr "Flad farvestreg" #: ../src/live_effects/effect.cpp:94 ../share/extensions/extrude.inx.h:1 msgid "Extrude" msgstr "Ekstruder" #: ../src/live_effects/effect.cpp:95 #, fuzzy msgid "Lattice Deformation" msgstr "Tegnrotation" #: ../src/live_effects/effect.cpp:96 #, fuzzy msgid "Line Segment" msgstr "Sammenføj med nyt linjestykke" #: ../src/live_effects/effect.cpp:97 msgid "Mirror symmetry" msgstr "" #: ../src/live_effects/effect.cpp:99 #, fuzzy msgid "Parallel" msgstr "Vandret forskudt" #: ../src/live_effects/effect.cpp:100 #, fuzzy msgid "Path length" msgstr "_Sæt på sti" #: ../src/live_effects/effect.cpp:101 msgid "Perpendicular bisector" msgstr "" #: ../src/live_effects/effect.cpp:102 #, fuzzy msgid "Perspective path" msgstr "Nærvær" #: ../src/live_effects/effect.cpp:103 #, fuzzy msgid "Rotate copies" msgstr "Rotér knudepunkter" #: ../src/live_effects/effect.cpp:104 #, fuzzy msgid "Recursive skeleton" msgstr "Fjern maske fra markering" #: ../src/live_effects/effect.cpp:105 #, fuzzy msgid "Tangent to curve" msgstr "Træk kurve" #: ../src/live_effects/effect.cpp:106 #, fuzzy msgid "Text label" msgstr "Stregst_il" #. 0.46 #: ../src/live_effects/effect.cpp:109 #, fuzzy msgid "Bend" msgstr "Blå" #: ../src/live_effects/effect.cpp:110 #, fuzzy msgid "Gears" msgstr "_Ryd" #: ../src/live_effects/effect.cpp:111 #, fuzzy msgid "Pattern Along Path" msgstr "_Sæt på sti" #. for historic reasons, this effect is called skeletal(strokes) in Inkscape:SVG #: ../src/live_effects/effect.cpp:112 msgid "Stitch Sub-Paths" msgstr "" #. 0.47 #: ../src/live_effects/effect.cpp:114 msgid "VonKoch" msgstr "" #: ../src/live_effects/effect.cpp:115 msgid "Knot" msgstr "" #: ../src/live_effects/effect.cpp:116 #, fuzzy msgid "Construct grid" msgstr "Bidragydere" #: ../src/live_effects/effect.cpp:117 msgid "Spiro spline" msgstr "" #: ../src/live_effects/effect.cpp:118 #, fuzzy msgid "Envelope Deformation" msgstr "Information" #: ../src/live_effects/effect.cpp:119 #, fuzzy msgid "Interpolate Sub-Paths" msgstr "Interpolér" #: ../src/live_effects/effect.cpp:120 msgid "Hatches (rough)" msgstr "" #: ../src/live_effects/effect.cpp:121 #, fuzzy msgid "Sketch" msgstr "Sæt" #: ../src/live_effects/effect.cpp:122 #, fuzzy msgid "Ruler" msgstr "_Linealer" #. 0.49 ? #: ../src/live_effects/effect.cpp:124 #, fuzzy msgid "[Unstable!] Power stroke" msgstr "Mønsterstreg" #: ../src/live_effects/effect.cpp:125 #, fuzzy msgid "[Unstable!] Clone original path" msgstr "_Slip" #: ../src/live_effects/effect.cpp:287 #, fuzzy msgid "Is visible?" msgstr "Farver:" #: ../src/live_effects/effect.cpp:287 msgid "" "If unchecked, the effect remains applied to the object but is temporarily " "disabled on canvas" msgstr "" #: ../src/live_effects/effect.cpp:308 #, fuzzy msgid "No effect" msgstr "Vandret forskudt" #: ../src/live_effects/effect.cpp:355 #, c-format msgid "Please specify a parameter path for the LPE '%s' with %d mouse clicks" msgstr "" #: ../src/live_effects/effect.cpp:633 #, fuzzy, c-format msgid "Editing parameter %s." msgstr "Firkant" #: ../src/live_effects/effect.cpp:638 msgid "None of the applied path effect's parameters can be edited on-canvas." msgstr "" #: ../src/live_effects/lpe-bendpath.cpp:55 #, fuzzy msgid "Bend path:" msgstr "Bryd sti op" #: ../src/live_effects/lpe-bendpath.cpp:55 #, fuzzy msgid "Path along which to bend the original path" msgstr "Opret et dynamisk forskudt objekt, linket til den oprindelige sti" #: ../src/live_effects/lpe-bendpath.cpp:56 #, fuzzy msgid "Width of the path" msgstr "Papirbredde" #: ../src/live_effects/lpe-bendpath.cpp:57 #, fuzzy msgid "W_idth in units of length" msgstr "Bredde af det udtværrede område i billedpunkter" #: ../src/live_effects/lpe-bendpath.cpp:57 #, fuzzy msgid "Scale the width of the path in units of its length" msgstr "Maksimal længde af hjørne (i stregbredde-enheder)" #: ../src/live_effects/lpe-bendpath.cpp:58 #, fuzzy msgid "_Original path is vertical" msgstr "Mønsterforskydning" #: ../src/live_effects/lpe-bendpath.cpp:58 msgid "Rotates the original 90 degrees, before bending it along the bend path" msgstr "" #: ../src/live_effects/lpe-constructgrid.cpp:26 #, fuzzy msgid "Size _X:" msgstr "Størrelse" #: ../src/live_effects/lpe-constructgrid.cpp:26 msgid "The size of the grid in X direction." msgstr "" #: ../src/live_effects/lpe-constructgrid.cpp:27 #, fuzzy msgid "Size _Y:" msgstr "Størrelse" #: ../src/live_effects/lpe-constructgrid.cpp:27 msgid "The size of the grid in Y direction." msgstr "" #: ../src/live_effects/lpe-curvestitch.cpp:41 #, fuzzy msgid "Stitch path:" msgstr "Streg_farve" #: ../src/live_effects/lpe-curvestitch.cpp:41 msgid "The path that will be used as stitch." msgstr "" #: ../src/live_effects/lpe-curvestitch.cpp:42 #, fuzzy msgid "N_umber of paths:" msgstr "Antal rækker" #: ../src/live_effects/lpe-curvestitch.cpp:42 msgid "The number of paths that will be generated." msgstr "" #: ../src/live_effects/lpe-curvestitch.cpp:43 #, fuzzy msgid "Sta_rt edge variance:" msgstr "Indstillinger for stjerner" #: ../src/live_effects/lpe-curvestitch.cpp:43 msgid "" "The amount of random jitter to move the start points of the stitches inside " "& outside the guide path" msgstr "" #: ../src/live_effects/lpe-curvestitch.cpp:44 #, fuzzy msgid "Sta_rt spacing variance:" msgstr "Farvemætning" #: ../src/live_effects/lpe-curvestitch.cpp:44 msgid "" "The amount of random shifting to move the start points of the stitches back " "& forth along the guide path" msgstr "" #: ../src/live_effects/lpe-curvestitch.cpp:45 #, fuzzy msgid "End ed_ge variance:" msgstr "Indstillinger for stjerner" #: ../src/live_effects/lpe-curvestitch.cpp:45 msgid "" "The amount of randomness that moves the end points of the stitches inside & " "outside the guide path" msgstr "" #: ../src/live_effects/lpe-curvestitch.cpp:46 #, fuzzy msgid "End spa_cing variance:" msgstr "Farvemætning" #: ../src/live_effects/lpe-curvestitch.cpp:46 msgid "" "The amount of random shifting to move the end points of the stitches back & " "forth along the guide path" msgstr "" #: ../src/live_effects/lpe-curvestitch.cpp:47 #, fuzzy msgid "Scale _width:" msgstr "Kildes bredde" #: ../src/live_effects/lpe-curvestitch.cpp:47 #, fuzzy msgid "Scale the width of the stitch path" msgstr "Maksimal længde af hjørne (i stregbredde-enheder)" #: ../src/live_effects/lpe-curvestitch.cpp:48 #, fuzzy msgid "Scale _width relative to length" msgstr "Maksimal længde af hjørne (i stregbredde-enheder)" #: ../src/live_effects/lpe-curvestitch.cpp:48 #, fuzzy msgid "Scale the width of the stitch path relative to its length" msgstr "Maksimal længde af hjørne (i stregbredde-enheder)" #: ../src/live_effects/lpe-envelope.cpp:33 #, fuzzy msgid "Top bend path:" msgstr "Bryd sti op" #: ../src/live_effects/lpe-envelope.cpp:33 #, fuzzy msgid "Top path along which to bend the original path" msgstr "Opret et dynamisk forskudt objekt, linket til den oprindelige sti" #: ../src/live_effects/lpe-envelope.cpp:34 #, fuzzy msgid "Right bend path:" msgstr "Bryd sti op" #: ../src/live_effects/lpe-envelope.cpp:34 #, fuzzy msgid "Right path along which to bend the original path" msgstr "Opret et dynamisk forskudt objekt, linket til den oprindelige sti" #: ../src/live_effects/lpe-envelope.cpp:35 #, fuzzy msgid "Bottom bend path:" msgstr "Bryd sti op" #: ../src/live_effects/lpe-envelope.cpp:35 #, fuzzy msgid "Bottom path along which to bend the original path" msgstr "Opret et dynamisk forskudt objekt, linket til den oprindelige sti" #: ../src/live_effects/lpe-envelope.cpp:36 #, fuzzy msgid "Left bend path:" msgstr "Bryd sti op" #: ../src/live_effects/lpe-envelope.cpp:36 #, fuzzy msgid "Left path along which to bend the original path" msgstr "Opret et dynamisk forskudt objekt, linket til den oprindelige sti" #: ../src/live_effects/lpe-envelope.cpp:37 #, fuzzy msgid "E_nable left & right paths" msgstr "Hæng på objekt_stier" #: ../src/live_effects/lpe-envelope.cpp:37 msgid "Enable the left and right deformation paths" msgstr "" #: ../src/live_effects/lpe-envelope.cpp:38 #, fuzzy msgid "_Enable top & bottom paths" msgstr "Hæng på objekt_stier" #: ../src/live_effects/lpe-envelope.cpp:38 msgid "Enable the top and bottom deformation paths" msgstr "" #: ../src/live_effects/lpe-gears.cpp:212 #, fuzzy msgid "_Teeth:" msgstr "Tekst" #: ../src/live_effects/lpe-gears.cpp:212 #, fuzzy msgid "The number of teeth" msgstr "Antal trin" #: ../src/live_effects/lpe-gears.cpp:213 #, fuzzy msgid "_Phi:" msgstr "Sti" #: ../src/live_effects/lpe-gears.cpp:213 msgid "" "Tooth pressure angle (typically 20-25 deg). The ratio of teeth not in " "contact." msgstr "" #: ../src/live_effects/lpe-interpolate.cpp:30 #, fuzzy msgid "Trajectory:" msgstr "Enkel farve" #: ../src/live_effects/lpe-interpolate.cpp:30 #, fuzzy msgid "Path along which intermediate steps are created." msgstr "Opret et dynamisk forskudt objekt, linket til den oprindelige sti" #: ../src/live_effects/lpe-interpolate.cpp:31 #, fuzzy msgid "Steps_:" msgstr "Trin" #: ../src/live_effects/lpe-interpolate.cpp:31 msgid "Determines the number of steps from start to end path." msgstr "" #: ../src/live_effects/lpe-interpolate.cpp:32 #, fuzzy msgid "E_quidistant spacing" msgstr "Linjeafstand:" #: ../src/live_effects/lpe-interpolate.cpp:32 msgid "" "If true, the spacing between intermediates is constant along the length of " "the path. If false, the distance depends on the location of the nodes of the " "trajectory path." msgstr "" #. initialise your parameters here: #: ../src/live_effects/lpe-knot.cpp:344 #, fuzzy msgid "Fi_xed width:" msgstr "Side_bredde" #: ../src/live_effects/lpe-knot.cpp:344 msgid "Size of hidden region of lower string" msgstr "" #: ../src/live_effects/lpe-knot.cpp:345 #, fuzzy msgid "_In units of stroke width" msgstr "Bredde på streg" #: ../src/live_effects/lpe-knot.cpp:345 msgid "Consider 'Interruption width' as a ratio of stroke width" msgstr "" #: ../src/live_effects/lpe-knot.cpp:346 #, fuzzy msgid "St_roke width" msgstr "Bredde på streg" #: ../src/live_effects/lpe-knot.cpp:346 msgid "Add the stroke width to the interruption size" msgstr "" #: ../src/live_effects/lpe-knot.cpp:347 #, fuzzy msgid "_Crossing path stroke width" msgstr "Skalér stregbredde" #: ../src/live_effects/lpe-knot.cpp:347 msgid "Add crossed stroke width to the interruption size" msgstr "" #: ../src/live_effects/lpe-knot.cpp:348 #, fuzzy msgid "S_witcher size:" msgstr "Indsætnings_stil" #: ../src/live_effects/lpe-knot.cpp:348 msgid "Orientation indicator/switcher size" msgstr "" #: ../src/live_effects/lpe-knot.cpp:349 msgid "Crossing Signs" msgstr "" #: ../src/live_effects/lpe-knot.cpp:349 msgid "Crossings signs" msgstr "" #: ../src/live_effects/lpe-knot.cpp:614 msgid "Drag to select a crossing, click to flip it" msgstr "" #. / @todo Is this the right verb? #: ../src/live_effects/lpe-knot.cpp:654 #, fuzzy msgid "Change knot crossing" msgstr "Ændr afstand på forbindelsesmellemrum" #: ../src/live_effects/lpe-patternalongpath.cpp:52 #: ../share/extensions/pathalongpath.inx.h:13 #, fuzzy msgid "Single" msgstr "Vinkel" #: ../src/live_effects/lpe-patternalongpath.cpp:53 #: ../share/extensions/pathalongpath.inx.h:14 msgid "Single, stretched" msgstr "" #: ../src/live_effects/lpe-patternalongpath.cpp:54 #: ../share/extensions/pathalongpath.inx.h:10 #, fuzzy msgid "Repeated" msgstr "Gentag:" #: ../src/live_effects/lpe-patternalongpath.cpp:55 #: ../share/extensions/pathalongpath.inx.h:11 msgid "Repeated, stretched" msgstr "" #: ../src/live_effects/lpe-patternalongpath.cpp:61 #, fuzzy msgid "Pattern source:" msgstr "Mønsterstreg" #: ../src/live_effects/lpe-patternalongpath.cpp:61 msgid "Path to put along the skeleton path" msgstr "" #: ../src/live_effects/lpe-patternalongpath.cpp:62 #, fuzzy msgid "Pattern copies:" msgstr "Mønster" #: ../src/live_effects/lpe-patternalongpath.cpp:62 msgid "How many pattern copies to place along the skeleton path" msgstr "" #: ../src/live_effects/lpe-patternalongpath.cpp:64 #, fuzzy msgid "Width of the pattern" msgstr "Papirbredde" #: ../src/live_effects/lpe-patternalongpath.cpp:65 #, fuzzy msgid "Wid_th in units of length" msgstr "Bredde af det udtværrede område i billedpunkter" #: ../src/live_effects/lpe-patternalongpath.cpp:66 #, fuzzy msgid "Scale the width of the pattern in units of its length" msgstr "Maksimal længde af hjørne (i stregbredde-enheder)" #: ../src/live_effects/lpe-patternalongpath.cpp:68 #, fuzzy msgid "Spa_cing:" msgstr "Mellemrum:" #: ../src/live_effects/lpe-patternalongpath.cpp:70 #, no-c-format msgid "" "Space between copies of the pattern. Negative values allowed, but are " "limited to -90% of pattern width." msgstr "" #: ../src/live_effects/lpe-patternalongpath.cpp:72 #, fuzzy msgid "No_rmal offset:" msgstr "Vandret forskudt" #: ../src/live_effects/lpe-patternalongpath.cpp:73 #, fuzzy msgid "Tan_gential offset:" msgstr "Lodret forskydning" #: ../src/live_effects/lpe-patternalongpath.cpp:74 #, fuzzy msgid "Offsets in _unit of pattern size" msgstr "Objekter til mønster" #: ../src/live_effects/lpe-patternalongpath.cpp:75 msgid "" "Spacing, tangential and normal offset are expressed as a ratio of width/" "height" msgstr "" #: ../src/live_effects/lpe-patternalongpath.cpp:77 #, fuzzy msgid "Pattern is _vertical" msgstr "Mønsterforskydning" #: ../src/live_effects/lpe-patternalongpath.cpp:77 msgid "Rotate pattern 90 deg before applying" msgstr "" #: ../src/live_effects/lpe-patternalongpath.cpp:79 msgid "_Fuse nearby ends:" msgstr "" #: ../src/live_effects/lpe-patternalongpath.cpp:79 msgid "Fuse ends closer than this number. 0 means don't fuse." msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:225 #, fuzzy msgid "Frequency randomness:" msgstr "Ikke afrundede" #: ../src/live_effects/lpe-rough-hatches.cpp:225 msgid "Variation of distance between hatches, in %." msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:226 #, fuzzy msgid "Growth:" msgstr "rod" #: ../src/live_effects/lpe-rough-hatches.cpp:226 msgid "Growth of distance between hatches." msgstr "" #. FIXME: top/bottom names are inverted in the UI/svg and in the code!! #: ../src/live_effects/lpe-rough-hatches.cpp:228 msgid "Half-turns smoothness: 1st side, in:" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:228 msgid "" "Set smoothness/sharpness of path when reaching a 'bottom' half-turn. " "0=sharp, 1=default" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:229 #, fuzzy msgid "1st side, out:" msgstr "Indsæt størrelse" #: ../src/live_effects/lpe-rough-hatches.cpp:229 msgid "" "Set smoothness/sharpness of path when leaving a 'bottom' half-turn. 0=sharp, " "1=default" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:230 #, fuzzy msgid "2nd side, in:" msgstr "endeknudepunkt" #: ../src/live_effects/lpe-rough-hatches.cpp:230 msgid "" "Set smoothness/sharpness of path when reaching a 'top' half-turn. 0=sharp, " "1=default" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:231 #, fuzzy msgid "2nd side, out:" msgstr "endeknudepunkt" #: ../src/live_effects/lpe-rough-hatches.cpp:231 msgid "" "Set smoothness/sharpness of path when leaving a 'top' half-turn. 0=sharp, " "1=default" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:232 msgid "Magnitude jitter: 1st side:" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:232 msgid "Randomly moves 'bottom' half-turns to produce magnitude variations." msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:233 #: ../src/live_effects/lpe-rough-hatches.cpp:235 #: ../src/live_effects/lpe-rough-hatches.cpp:237 #, fuzzy msgid "2nd side:" msgstr "endeknudepunkt" #: ../src/live_effects/lpe-rough-hatches.cpp:233 msgid "Randomly moves 'top' half-turns to produce magnitude variations." msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:234 msgid "Parallelism jitter: 1st side:" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:234 msgid "" "Add direction randomness by moving 'bottom' half-turns tangentially to the " "boundary." msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:235 msgid "" "Add direction randomness by randomly moving 'top' half-turns tangentially to " "the boundary." msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:236 #, fuzzy msgid "Variance: 1st side:" msgstr "Indsæt størrelse" #: ../src/live_effects/lpe-rough-hatches.cpp:236 msgid "Randomness of 'bottom' half-turns smoothness" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:237 msgid "Randomness of 'top' half-turns smoothness" msgstr "" #. #: ../src/live_effects/lpe-rough-hatches.cpp:239 #, fuzzy msgid "Generate thick/thin path" msgstr "Opret ny sti" #: ../src/live_effects/lpe-rough-hatches.cpp:239 #, fuzzy msgid "Simulate a stroke of varying width" msgstr "Skalér stregbredde" #: ../src/live_effects/lpe-rough-hatches.cpp:240 #, fuzzy msgid "Bend hatches" msgstr "Bryd sti op" #: ../src/live_effects/lpe-rough-hatches.cpp:240 msgid "Add a global bend to the hatches (slower)" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:241 msgid "Thickness: at 1st side:" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:241 msgid "Width at 'bottom' half-turns" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:242 #, fuzzy msgid "at 2nd side:" msgstr "endeknudepunkt" #: ../src/live_effects/lpe-rough-hatches.cpp:242 msgid "Width at 'top' half-turns" msgstr "" #. #: ../src/live_effects/lpe-rough-hatches.cpp:244 msgid "from 2nd to 1st side:" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:244 msgid "Width from 'top' to 'bottom'" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:245 msgid "from 1st to 2nd side:" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:245 msgid "Width from 'bottom' to 'top'" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:247 #, fuzzy msgid "Hatches width and dir" msgstr "Bredde, højde: " #: ../src/live_effects/lpe-rough-hatches.cpp:247 msgid "Defines hatches frequency and direction" msgstr "" #. #: ../src/live_effects/lpe-rough-hatches.cpp:249 msgid "Global bending" msgstr "" #: ../src/live_effects/lpe-rough-hatches.cpp:249 msgid "" "Relative position to a reference point defines global bending direction and " "amount" msgstr "" #: ../src/live_effects/lpe-ruler.cpp:27 ../share/extensions/restack.inx.h:7 #: ../share/extensions/text_extract.inx.h:5 msgid "Left" msgstr "" #: ../src/live_effects/lpe-ruler.cpp:28 ../share/extensions/restack.inx.h:14 #: ../share/extensions/text_extract.inx.h:8 #, fuzzy msgid "Right" msgstr "Rettigheder" #: ../src/live_effects/lpe-ruler.cpp:29 ../src/live_effects/lpe-ruler.cpp:37 #, fuzzy msgid "Both" msgstr "Bot" #: ../src/live_effects/lpe-ruler.cpp:35 ../src/widgets/toolbox.cpp:5831 #, fuzzy msgid "Start" msgstr "Start:" #: ../src/live_effects/lpe-ruler.cpp:36 ../src/widgets/toolbox.cpp:5844 #, fuzzy msgid "End" msgstr "Ende:" #: ../src/live_effects/lpe-ruler.cpp:43 #, fuzzy msgid "_Mark distance:" msgstr "Inkscap: _Avanceret" #: ../src/live_effects/lpe-ruler.cpp:43 #, fuzzy msgid "Distance between successive ruler marks" msgstr "Afstand mellem lodrette gitterlinjer" #: ../src/live_effects/lpe-ruler.cpp:44 #: ../share/extensions/foldablebox.inx.h:8 #: ../share/extensions/interp_att_g.inx.h:27 #: ../share/extensions/layout_nup.inx.h:36 #: ../share/extensions/printing_marks.inx.h:21 #, fuzzy msgid "Unit:" msgstr "Enheder:" #: ../src/live_effects/lpe-ruler.cpp:45 #, fuzzy msgid "Ma_jor length:" msgstr "Skalalængde" #: ../src/live_effects/lpe-ruler.cpp:45 msgid "Length of major ruler marks" msgstr "" #: ../src/live_effects/lpe-ruler.cpp:46 #, fuzzy msgid "Mino_r length:" msgstr "Skalalængde" #: ../src/live_effects/lpe-ruler.cpp:46 msgid "Length of minor ruler marks" msgstr "" #: ../src/live_effects/lpe-ruler.cpp:47 #, fuzzy msgid "Major steps_:" msgstr "Skalalængde" #: ../src/live_effects/lpe-ruler.cpp:47 msgid "Draw a major mark every ... steps" msgstr "" #: ../src/live_effects/lpe-ruler.cpp:48 #, fuzzy msgid "Shift marks _by:" msgstr "Vælg maske" #: ../src/live_effects/lpe-ruler.cpp:48 msgid "Shift marks by this many steps" msgstr "" #: ../src/live_effects/lpe-ruler.cpp:49 #, fuzzy msgid "Mark direction:" msgstr "Linjeafstand:" #: ../src/live_effects/lpe-ruler.cpp:49 msgid "Direction of marks (when viewing along the path from start to end)" msgstr "" #: ../src/live_effects/lpe-ruler.cpp:50 #, fuzzy msgid "_Offset:" msgstr "Forskydning:" #: ../src/live_effects/lpe-ruler.cpp:50 msgid "Offset of first mark" msgstr "" #: ../src/live_effects/lpe-ruler.cpp:51 #, fuzzy msgid "Border marks:" msgstr "_Kantfarve:" #: ../src/live_effects/lpe-ruler.cpp:51 msgid "Choose whether to draw marks at the beginning and end of the path" msgstr "" #. initialise your parameters here: #. testpointA(_("Test Point A"), _("Test A"), "ptA", &wr, this, Geom::Point(100,100)), #: ../src/live_effects/lpe-sketch.cpp:36 #, fuzzy msgid "Strokes:" msgstr "Bredde på streg" #: ../src/live_effects/lpe-sketch.cpp:36 msgid "Draw that many approximating strokes" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:37 #, fuzzy msgid "Max stroke length:" msgstr "Skalér stregbredde" #: ../src/live_effects/lpe-sketch.cpp:38 #, fuzzy msgid "Maximum length of approximating strokes" msgstr "Maksimal længde af hjørne (i stregbredde-enheder)" #: ../src/live_effects/lpe-sketch.cpp:39 #, fuzzy msgid "Stroke length variation:" msgstr "Indstillinger for stjerner" #: ../src/live_effects/lpe-sketch.cpp:40 msgid "Random variation of stroke length (relative to maximum length)" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:41 msgid "Max. overlap:" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:42 msgid "How much successive strokes should overlap (relative to maximum length)" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:43 #, fuzzy msgid "Overlap variation:" msgstr "Farvemætning" #: ../src/live_effects/lpe-sketch.cpp:44 msgid "Random variation of overlap (relative to maximum overlap)" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:45 #, fuzzy msgid "Max. end tolerance:" msgstr "Tolerance:" #: ../src/live_effects/lpe-sketch.cpp:46 msgid "" "Maximum distance between ends of original and approximating paths (relative " "to maximum length)" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:47 #, fuzzy msgid "Average offset:" msgstr "Vandret forskudt" #: ../src/live_effects/lpe-sketch.cpp:48 msgid "Average distance each stroke is away from the original path" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:49 #, fuzzy msgid "Max. tremble:" msgstr "Skalér stregbredde" #: ../src/live_effects/lpe-sketch.cpp:50 msgid "Maximum tremble magnitude" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:51 msgid "Tremble frequency:" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:52 msgid "Average number of tremble periods in a stroke" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:54 #, fuzzy msgid "Construction lines:" msgstr "Centrér linjer" #: ../src/live_effects/lpe-sketch.cpp:55 msgid "How many construction lines (tangents) to draw" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:56 #: ../src/ui/dialog/filter-effects-dialog.cpp:2312 #: ../share/extensions/render_alphabetsoup.inx.h:4 #, fuzzy msgid "Scale:" msgstr "Skalér" #: ../src/live_effects/lpe-sketch.cpp:57 msgid "" "Scale factor relating curvature and length of construction lines (try " "5*offset)" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:58 #, fuzzy msgid "Max. length:" msgstr "Skalalængde" #: ../src/live_effects/lpe-sketch.cpp:58 msgid "Maximum length of construction lines" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:59 #, fuzzy msgid "Length variation:" msgstr "Farvemætning" #: ../src/live_effects/lpe-sketch.cpp:59 msgid "Random variation of the length of construction lines" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:60 #, fuzzy msgid "Placement randomness:" msgstr "Ikke afrundede" #: ../src/live_effects/lpe-sketch.cpp:60 msgid "0: evenly distributed construction lines, 1: purely random placement" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:62 #, fuzzy msgid "k_min:" msgstr "_Kombinér" #: ../src/live_effects/lpe-sketch.cpp:62 msgid "min curvature" msgstr "" #: ../src/live_effects/lpe-sketch.cpp:63 #, fuzzy msgid "k_max:" msgstr "_x0:" #: ../src/live_effects/lpe-sketch.cpp:63 #, fuzzy msgid "max curvature" msgstr "Træk kurve" #: ../src/live_effects/lpe-vonkoch.cpp:46 #, fuzzy msgid "N_r of generations:" msgstr "Antal omgange" #: ../src/live_effects/lpe-vonkoch.cpp:46 msgid "Depth of the recursion --- keep low!!" msgstr "" #: ../src/live_effects/lpe-vonkoch.cpp:47 #, fuzzy msgid "Generating path:" msgstr "Opret ny sti" #: ../src/live_effects/lpe-vonkoch.cpp:47 msgid "Path whose segments define the iterated transforms" msgstr "" #: ../src/live_effects/lpe-vonkoch.cpp:48 msgid "_Use uniform transforms only" msgstr "" #: ../src/live_effects/lpe-vonkoch.cpp:48 msgid "" "2 consecutive segments are used to reverse/preserve orientation only " "(otherwise, they define a general transform)." msgstr "" #: ../src/live_effects/lpe-vonkoch.cpp:49 #, fuzzy msgid "Dra_w all generations" msgstr "Antal omgange" #: ../src/live_effects/lpe-vonkoch.cpp:49 msgid "If unchecked, draw only the last generation" msgstr "" #. ,draw_boxes(_("Display boxes"), _("Display boxes instead of paths only"), "draw_boxes", &wr, this, true) #: ../src/live_effects/lpe-vonkoch.cpp:51 #, fuzzy msgid "Reference segment:" msgstr "Slet linjestykke" #: ../src/live_effects/lpe-vonkoch.cpp:51 msgid "The reference segment. Defaults to the horizontal midline of the bbox." msgstr "" #. refA(_("Ref Start"), _("Left side middle of the reference box"), "refA", &wr, this), #. refB(_("Ref End"), _("Right side middle of the reference box"), "refB", &wr, this), #. FIXME: a path is used here instead of 2 points to work around path/point param incompatibility bug. #: ../src/live_effects/lpe-vonkoch.cpp:55 msgid "_Max complexity:" msgstr "" #: ../src/live_effects/lpe-vonkoch.cpp:55 msgid "Disable effect if the output is too complex" msgstr "" #: ../src/live_effects/parameter/bool.cpp:68 #, fuzzy msgid "Change bool parameter" msgstr "Primær uigennemsigtighed" #: ../src/live_effects/parameter/enum.h:47 #, fuzzy msgid "Change enumeration parameter" msgstr "Ændr linjestykketype" #: ../src/live_effects/parameter/parameter.cpp:141 #, fuzzy msgid "Change scalar parameter" msgstr "Primær uigennemsigtighed" #: ../src/live_effects/parameter/path.cpp:162 msgid "Edit on-canvas" msgstr "" #: ../src/live_effects/parameter/path.cpp:172 #, fuzzy msgid "Copy path" msgstr "Skær sti" #: ../src/live_effects/parameter/path.cpp:182 #, fuzzy msgid "Paste path" msgstr "Indsæt _bredde" #: ../src/live_effects/parameter/path.cpp:192 #, fuzzy msgid "Link to path" msgstr "Hæng på objekt_stier" #: ../src/live_effects/parameter/path.cpp:435 #, fuzzy msgid "Paste path parameter" msgstr "Indsæt bredde separat" #: ../src/live_effects/parameter/path.cpp:467 #, fuzzy msgid "Link path parameter to path" msgstr "Indsæt bredde separat" #: ../src/live_effects/parameter/point.cpp:90 #, fuzzy msgid "Change point parameter" msgstr "Opret spiraler" #: ../src/live_effects/parameter/random.cpp:135 #, fuzzy msgid "Change random parameter" msgstr "Ændr knudepunkttype" #: ../src/live_effects/parameter/text.cpp:100 #, fuzzy msgid "Change text parameter" msgstr "Opret spiraler" #: ../src/live_effects/parameter/unit.cpp:78 #, fuzzy msgid "Change unit parameter" msgstr "Opret spiraler" #: ../src/live_effects/parameter/vector.cpp:99 #, fuzzy msgid "Change vector parameter" msgstr "Opret spiraler" #: ../src/main-cmdlineact.cpp:49 #, c-format msgid "Unable to find verb ID '%s' specified on the command line.\n" msgstr "" #: ../src/main-cmdlineact.cpp:61 #, c-format msgid "Unable to find node ID: '%s'\n" msgstr "" #: ../src/main.cpp:264 msgid "Print the Inkscape version number" msgstr "Udskriv Inkscapes versionsnummer" #: ../src/main.cpp:269 msgid "Do not use X server (only process files from console)" msgstr "Benyt ikke X-serveren (behandl kun filer fra konsollen)" #: ../src/main.cpp:274 msgid "Try to use X server (even if $DISPLAY is not set)" msgstr "Forsøg at bruge X-serveren (selv når $DISPLAY ikke er sat)" #: ../src/main.cpp:279 msgid "Open specified document(s) (option string may be excluded)" msgstr "Åbn angivede dokument(er) (tilvalgstekststreng kan blive udeladt)" #: ../src/main.cpp:280 ../src/main.cpp:285 ../src/main.cpp:290 #: ../src/main.cpp:357 ../src/main.cpp:362 ../src/main.cpp:367 #: ../src/main.cpp:372 ../src/main.cpp:383 msgid "FILENAME" msgstr "FILNAVN" #: ../src/main.cpp:284 msgid "Print document(s) to specified output file (use '| program' for pipe)" msgstr "" "Udskrivdokument(er) til angivet uddatafil (brug | for at kanalisere videre " "(pipe))" #: ../src/main.cpp:289 msgid "Export document to a PNG file" msgstr "Eksportér dokument til PNG-fil" #: ../src/main.cpp:294 msgid "" "Resolution for exporting to bitmap and for rasterization of filters in PS/" "EPS/PDF (default 90)" msgstr "" #: ../src/main.cpp:295 ../src/ui/widget/rendering-options.cpp:35 msgid "DPI" msgstr "DPI" #: ../src/main.cpp:299 #, fuzzy msgid "" "Exported area in SVG user units (default is the page; 0,0 is lower-left " "corner)" msgstr "" "Eksporteret område i SVG-enheder (standard er lærredet, 0,0 er nederste " "venstre hjørne)" #: ../src/main.cpp:300 msgid "x0:y0:x1:y1" msgstr "x0:y0:x1:y1" #: ../src/main.cpp:304 #, fuzzy msgid "Exported area is the entire drawing (not page)" msgstr "Eksporteret område er hele tegningen (ikke lærredet)" #: ../src/main.cpp:309 #, fuzzy msgid "Exported area is the entire page" msgstr "Eksporteret område er hele lærredet" #: ../src/main.cpp:314 msgid "" "Snap the bitmap export area outwards to the nearest integer values (in SVG " "user units)" msgstr "" "Trinvis justerning af billedets eksporteringsområde til nærmeste " "heltalsværdi (i SVG-enheder)" #: ../src/main.cpp:319 msgid "The width of exported bitmap in pixels (overrides export-dpi)" msgstr "" "Bredde af det eksporterede billede i billedpunkter (overtrumfer " "eksporterings-dpi)" #: ../src/main.cpp:320 msgid "WIDTH" msgstr "BREDDE" #: ../src/main.cpp:324 msgid "The height of exported bitmap in pixels (overrides export-dpi)" msgstr "" "Højden af det eksporterede billede i billedpunkter (overtrumfer " "eksporterings-dpi)" #: ../src/main.cpp:325 msgid "HEIGHT" msgstr "HØJDE" #: ../src/main.cpp:329 msgid "The ID of the object to export" msgstr "ID af objektet der eksporteres" #: ../src/main.cpp:330 ../src/main.cpp:428 msgid "ID" msgstr "ID" #. TRANSLATORS: this means: "Only export the object whose id is given in --export-id". #. See "man inkscape" for details. #: ../src/main.cpp:336 msgid "" "Export just the object with export-id, hide all others (only with export-id)" msgstr "" "Eksportér kun objektet med eksporterings-ID, skjul alle andre (kun med " "eksporterings-id)" #: ../src/main.cpp:341 msgid "Use stored filename and DPI hints when exporting (only with export-id)" msgstr "" "Brug gemt filnavn og DPI-vink når der eksporteres (kun med eksporterings-id)" #: ../src/main.cpp:346 msgid "Background color of exported bitmap (any SVG-supported color string)" msgstr "" "Baggrundsfarve for det eksporterede punktbillede (et hvilken som helst SVG-" "understøttet farvenavn)" #: ../src/main.cpp:347 msgid "COLOR" msgstr "FARVE" #: ../src/main.cpp:351 msgid "Background opacity of exported bitmap (either 0.0 to 1.0, or 1 to 255)" msgstr "" "Baggrundsuigennemsigtighed for det eksporterede punktbillede (enten 0.0 til " "1.0 eller 1 til 255)" #: ../src/main.cpp:352 msgid "VALUE" msgstr "VÆRDI" #: ../src/main.cpp:356 msgid "Export document to plain SVG file (no sodipodi or inkscape namespaces)" msgstr "" "Eksportér dokument til almindelig SVG-fil (ingen Sodipodi- eller Inkscape-" "navnerum)" #: ../src/main.cpp:361 msgid "Export document to a PS file" msgstr "Eksportér dokument til PS-fil" #: ../src/main.cpp:366 msgid "Export document to an EPS file" msgstr "Eksportér dokument til EPS-fil" #: ../src/main.cpp:371 msgid "Export document to a PDF file" msgstr "Eksportér dokument til PDF-fil" #: ../src/main.cpp:376 msgid "" "Export PDF/PS/EPS without text. Besides the PDF/PS/EPS, a LaTeX file is " "exported, putting the text on top of the PDF/PS/EPS file. Include the result " "in LaTeX like: \\input{latexfile.tex}" msgstr "" #: ../src/main.cpp:382 #, fuzzy msgid "Export document to an Enhanced Metafile (EMF) File" msgstr "Eksportér dokument til EPS-fil" #: ../src/main.cpp:388 #, fuzzy msgid "Convert text object to paths on export (PS, EPS, PDF)" msgstr "Konvertér tekstobjekt til sti ved eksport (EPS)" #: ../src/main.cpp:393 msgid "" "Render filtered objects without filters, instead of rasterizing (PS, EPS, " "PDF)" msgstr "" #. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:399 msgid "" "Query the X coordinate of the drawing or, if specified, of the object with --" "query-id" msgstr "" "Spørg efter tegningens X-koordinat eller, hvis angivet, X-koordinaten af " "objektet, med forespørgsels-id" #. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:405 msgid "" "Query the Y coordinate of the drawing or, if specified, of the object with --" "query-id" msgstr "" "Spørg efter tegningens Y-koordinat eller, hvis angivet, Y-koordinaten af " "objektet, med forespørgsels-id" #. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:411 msgid "" "Query the width of the drawing or, if specified, of the object with --query-" "id" msgstr "" "Spørg efter tegningens bredde eller, hvis angivet, bredden af objektet, med " "forespørgsels-id" #. TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help" #: ../src/main.cpp:417 msgid "" "Query the height of the drawing or, if specified, of the object with --query-" "id" msgstr "" "Spørg efter tegningens højde eller, hvis angivet, højden af objektet, med " "forespørgsels-id" #: ../src/main.cpp:422 msgid "List id,x,y,w,h for all objects" msgstr "" #: ../src/main.cpp:427 msgid "The ID of the object whose dimensions are queried" msgstr "ID for objektet, hvis størrelse forespørges" #. TRANSLATORS: this option makes Inkscape print the name (path) of the extension directory #: ../src/main.cpp:433 msgid "Print out the extension directory and exit" msgstr "Udskriv mappennavnet, og forlad" #: ../src/main.cpp:438 msgid "Remove unused definitions from the defs section(s) of the document" msgstr "Fjern ubrugte definitioner fra definitionsdelen(e) af dokumentet" #: ../src/main.cpp:443 msgid "List the IDs of all the verbs in Inkscape" msgstr "" #: ../src/main.cpp:448 msgid "Verb to call when Inkscape opens." msgstr "" #: ../src/main.cpp:449 msgid "VERB-ID" msgstr "" #: ../src/main.cpp:453 msgid "Object ID to select when Inkscape opens." msgstr "" #: ../src/main.cpp:454 msgid "OBJECT-ID" msgstr "" #: ../src/main.cpp:458 msgid "Start Inkscape in interactive shell mode." msgstr "" #: ../src/main.cpp:793 ../src/main.cpp:1119 msgid "" "[OPTIONS...] [FILE...]\n" "\n" "Available options:" msgstr "" "[VALG...] [FIL...]\n" "\n" "Valgmuligheder:" #. ## Add a menu for clear() #: ../src/menus-skeleton.h:16 ../src/ui/dialog/debug.cpp:75 #: ../src/ui/dialog/scriptdialog.cpp:178 msgid "_File" msgstr "_Fil" #: ../src/menus-skeleton.h:17 msgid "_New" msgstr "_Ny" #. " \n" #: ../src/menus-skeleton.h:45 ../src/verbs.cpp:2471 ../src/verbs.cpp:2477 msgid "_Edit" msgstr "_Redigér" #: ../src/menus-skeleton.h:55 ../src/verbs.cpp:2255 msgid "Paste Si_ze" msgstr "Inds_æt størrelse" #: ../src/menus-skeleton.h:67 msgid "Clo_ne" msgstr "Klo_n" #: ../src/menus-skeleton.h:81 #, fuzzy msgid "Selec_t Same" msgstr "Slet tekst" #: ../src/menus-skeleton.h:95 msgid "_View" msgstr "V_is" #: ../src/menus-skeleton.h:96 msgid "_Zoom" msgstr "_Zoom" #: ../src/menus-skeleton.h:112 msgid "_Display mode" msgstr "_Visningstilstand" #. Better location in menu needs to be found #. " \n" #. " \n" #: ../src/menus-skeleton.h:121 #, fuzzy msgid "_Color display mode" msgstr "_Visningstilstand" #. Better location in menu needs to be found #. " \n" #. " \n" #: ../src/menus-skeleton.h:135 #, fuzzy msgid "Sh_ow/Hide" msgstr "Vis/Skjul" #. " \n" #. Not quite ready to be in the menus. #. " \n" #: ../src/menus-skeleton.h:156 msgid "_Layer" msgstr "_Lag" #: ../src/menus-skeleton.h:176 msgid "_Object" msgstr "_Objekt" #: ../src/menus-skeleton.h:183 msgid "Cli_p" msgstr "Besk_ær" #: ../src/menus-skeleton.h:187 msgid "Mas_k" msgstr "Mas_ke" #: ../src/menus-skeleton.h:191 msgid "Patter_n" msgstr "_Mønster" #: ../src/menus-skeleton.h:215 msgid "_Path" msgstr "_Sti" #: ../src/menus-skeleton.h:262 #, fuzzy msgid "Filter_s" msgstr "Fladhed" #: ../src/menus-skeleton.h:268 #, fuzzy msgid "Exte_nsions" msgstr "Filendelse \"" #: ../src/menus-skeleton.h:275 msgid "Whiteboa_rd" msgstr "Whiteboa_rd" #: ../src/menus-skeleton.h:279 msgid "_Help" msgstr "_Hjælp" #: ../src/menus-skeleton.h:283 msgid "Tutorials" msgstr "Gennemgange" #: ../src/object-edit.cpp:430 msgid "" "Adjust the horizontal rounding radius; with Ctrl to make the " "vertical radius the same" msgstr "" "Justér den vandrette afrundingsradius; med Ctrl for at gøre " "den lodrette radius den samme" #: ../src/object-edit.cpp:434 msgid "" "Adjust the vertical rounding radius; with Ctrl to make the " "horizontal radius the same" msgstr "" "Justér den lodrette afrundingsradius; med Ctrl for at gøre den " "vandrette radius den samme" #: ../src/object-edit.cpp:438 ../src/object-edit.cpp:442 #, fuzzy msgid "" "Adjust the width and height of the rectangle; with Ctrl to " "lock ratio or stretch in one dimension only" msgstr "" "Justér firkantens bredde og højde med Ctrl for at låse forhold " "eller for at strække i kun én dimension" #: ../src/object-edit.cpp:676 ../src/object-edit.cpp:679 #: ../src/object-edit.cpp:682 ../src/object-edit.cpp:685 msgid "" "Resize box in X/Y direction; with Shift along the Z axis; with " "Ctrl to constrain to the directions of edges or diagonals" msgstr "" #: ../src/object-edit.cpp:688 ../src/object-edit.cpp:691 #: ../src/object-edit.cpp:694 ../src/object-edit.cpp:697 msgid "" "Resize box along the Z axis; with Shift in X/Y direction; with " "Ctrl to constrain to the directions of edges or diagonals" msgstr "" #: ../src/object-edit.cpp:700 msgid "Move the box in perspective" msgstr "" #: ../src/object-edit.cpp:930 msgid "Adjust ellipse width, with Ctrl to make circle" msgstr "Justér ellipse, med Ctrl for at lave en cirkel" #: ../src/object-edit.cpp:933 msgid "Adjust ellipse height, with Ctrl to make circle" msgstr "Justér ellipsehøjde, med Ctrl for at lave en cirkel" #: ../src/object-edit.cpp:936 #, fuzzy msgid "" "Position the start point of the arc or segment; with Ctrl to " "snap angle; drag inside the ellipse for arc, outside for " "segment" msgstr "" "Placér buen eller linjestykkets startpunkt med Ctrl for " "trinvis justering; træk indeni ellipsen for bue, udenfor for " "linjestykke" #: ../src/object-edit.cpp:940 msgid "" "Position the end point of the arc or segment; with Ctrl to " "snap angle; drag inside the ellipse for arc, outside for " "segment" msgstr "" "Placér buen eller linjestykkets slutpunkt med Ctrl for trinvis " "justering; træk indeni ellipsen for bue, udenfor for " "linjestykke" #: ../src/object-edit.cpp:1079 msgid "" "Adjust the tip radius of the star or polygon; with Shift to " "round; with Alt to randomize" msgstr "" "Justér polygonens eller stjernens spidsradius med Shift for at " "afrunde; med Alt for at tilfældiggøre" #: ../src/object-edit.cpp:1086 msgid "" "Adjust the base radius of the star; with Ctrl to keep star " "rays radial (no skew); with Shift to round; with Alt to " "randomize" msgstr "" "Justér stjernens basisradius; med Ctrl for at holde stjernens " "stråler radiale (intet vrid); med Shift for at afrunde; med Alt for at tilfældiggøre" #: ../src/object-edit.cpp:1275 msgid "" "Roll/unroll the spiral from inside; with Ctrl to snap angle; " "with Alt to converge/diverge" msgstr "" "Rul/udrul spiralen fra inderst; med Ctrl for trinvis " "justering; med Alt for at konvergere/divergere" #: ../src/object-edit.cpp:1278 msgid "" "Roll/unroll the spiral from outside; with Ctrl to snap angle; " "with Shift to scale/rotate" msgstr "" "Rul/udrul spiralen fra yderst; med Ctrl for trinvis justering; " "med Alt for at skalere/rotere" #: ../src/object-edit.cpp:1322 msgid "Adjust the offset distance" msgstr "Justér forskydningsafstand" #: ../src/object-edit.cpp:1358 msgid "Drag to resize the flowed text frame" msgstr "Træk for at ændre størrelsen på den flydende tekstramme" #: ../src/path-chemistry.cpp:53 #, fuzzy msgid "Select object(s) to combine." msgstr "Markér objekt(er) at hæve." #: ../src/path-chemistry.cpp:57 #, fuzzy msgid "Combining paths..." msgstr "Lukker sti." #: ../src/path-chemistry.cpp:175 msgid "Combine" msgstr "Kombinér" #: ../src/path-chemistry.cpp:182 #, fuzzy msgid "No path(s) to combine in the selection." msgstr "Ingen stier at simplificere i markeringen." #: ../src/path-chemistry.cpp:194 msgid "Select path(s) to break apart." msgstr "Markér sti(er) at bryde." #: ../src/path-chemistry.cpp:198 #, fuzzy msgid "Breaking apart paths..." msgstr "Bryd op" #: ../src/path-chemistry.cpp:289 #, fuzzy msgid "Break apart" msgstr "Bryd op" #: ../src/path-chemistry.cpp:291 msgid "No path(s) to break apart in the selection." msgstr "Ingen sti(er) at bryde op i det markerede." #: ../src/path-chemistry.cpp:303 msgid "Select object(s) to convert to path." msgstr "Markér objekt(er) at konvertere til sti." #: ../src/path-chemistry.cpp:309 #, fuzzy msgid "Converting objects to paths..." msgstr "Konvertér tekst til sti" #: ../src/path-chemistry.cpp:331 #, fuzzy msgid "Object to path" msgstr "Objekt til sti" #: ../src/path-chemistry.cpp:333 msgid "No objects to convert to path in the selection." msgstr "Ingen objekter at konvertere til sti i markeringen." #: ../src/path-chemistry.cpp:602 msgid "Select path(s) to reverse." msgstr "Markér sti(er) at vende om." #: ../src/path-chemistry.cpp:611 #, fuzzy msgid "Reversing paths..." msgstr "_Skift retning" #: ../src/path-chemistry.cpp:646 #, fuzzy msgid "Reverse path" msgstr "_Skift retning" #: ../src/path-chemistry.cpp:648 msgid "No paths to reverse in the selection." msgstr "Ingen stier at vende om i det markerede." #: ../src/pen-context.cpp:309 ../src/pencil-context.cpp:612 msgid "Drawing cancelled" msgstr "Tegning annulleret" #: ../src/pen-context.cpp:553 ../src/pencil-context.cpp:337 msgid "Continuing selected path" msgstr "Fortsæt markeret sti" #: ../src/pen-context.cpp:563 ../src/pencil-context.cpp:345 msgid "Creating new path" msgstr "Opret ny sti" #: ../src/pen-context.cpp:565 ../src/pencil-context.cpp:348 msgid "Appending to selected path" msgstr "Føj til markeret sti" #: ../src/pen-context.cpp:726 msgid "Click or click and drag to close and finish the path." msgstr "Klik eller klik og træk for at lukke og afslutte stien." #: ../src/pen-context.cpp:736 msgid "" "Click or click and drag to continue the path from this point." msgstr "" "Klik eller klik og træk for at fortsætte stien fra dette punkt." #: ../src/pen-context.cpp:1347 #, fuzzy, c-format msgid "" "Curve segment: angle %3.2f°, distance %s; with Ctrl to " "snap angle, Enter to finish the path" msgstr "" "%s: vinkel %3.2f°, afstand %s; med Ctrl for trinvis justering, " "Enter for at afslutte stien" #: ../src/pen-context.cpp:1348 #, fuzzy, c-format msgid "" "Line segment: angle %3.2f°, distance %s; with Ctrl to " "snap angle, Enter to finish the path" msgstr "" "%s: vinkel %3.2f°, afstand %s; med Ctrl for trinvis justering, " "Enter for at afslutte stien" #: ../src/pen-context.cpp:1366 #, c-format msgid "" "Curve handle: angle %3.2f°, length %s; with Ctrl to snap " "angle" msgstr "" "Kurvehåndtag: vinkel %3.3f °, længde %s; med Ctrl for trinvis " "justering" #: ../src/pen-context.cpp:1388 #, fuzzy, c-format msgid "" "Curve handle, symmetric: angle %3.2f°, length %s; with Ctrl to snap angle, with Shift to move this handle only" msgstr "" "%s: vinkel %3.2f°, afstand %s; med Ctrl for trinvis justering, " "med Shift for at flytte kun dette håndtag" #: ../src/pen-context.cpp:1389 #, fuzzy, c-format msgid "" "Curve handle: angle %3.2f°, length %s; with Ctrl to snap " "angle, with Shift to move this handle only" msgstr "" "%s: vinkel %3.2f°, afstand %s; med Ctrl for trinvis justering, " "med Shift for at flytte kun dette håndtag" #: ../src/pen-context.cpp:1437 msgid "Drawing finished" msgstr "Tegning udført" #: ../src/pencil-context.cpp:453 msgid "Release here to close and finish the path." msgstr "Frigiv her for at lukke og afslutte stien." #: ../src/pencil-context.cpp:459 msgid "Drawing a freehand path" msgstr "Tegner en frihåndssti" #: ../src/pencil-context.cpp:464 msgid "Drag to continue the path from this point." msgstr "Træk for at fortsætte stien fra dette punkt." #. Write curves to object #: ../src/pencil-context.cpp:556 msgid "Finishing freehand" msgstr "Frihåndstegning udført" #: ../src/pencil-context.cpp:662 msgid "" "Sketch mode: holding Alt interpolates between sketched paths. " "Release Alt to finalize." msgstr "" #: ../src/pencil-context.cpp:690 #, fuzzy msgid "Finishing freehand sketch" msgstr "Frihåndstegning udført" #: ../src/persp3d.cpp:346 msgid "Toggle vanishing point" msgstr "" #: ../src/persp3d.cpp:357 msgid "Toggle multiple vanishing points" msgstr "" #: ../src/preferences-skeleton.h:101 #, fuzzy msgid "Dip pen" msgstr "Script" #: ../src/preferences-skeleton.h:102 #, fuzzy msgid "Marker" msgstr "Farvevælger" #: ../src/preferences-skeleton.h:103 #, fuzzy msgid "Brush" msgstr "Blå" #: ../src/preferences-skeleton.h:104 #, fuzzy msgid "Wiggly" msgstr "Titel:" #: ../src/preferences-skeleton.h:105 msgid "Splotchy" msgstr "" #: ../src/preferences-skeleton.h:106 #, fuzzy msgid "Tracing" msgstr "Mellemrum:" #: ../src/preferences.cpp:131 #, fuzzy msgid "" "Inkscape will run with default settings, and new settings will not be saved. " msgstr "" "Inkscape vil køre med standardindstillinger.\n" "Nye indstillinger vil ikke blive gemt." #. the creation failed #. _reportError(Glib::ustring::compose(_("Cannot create profile directory %1."), #. Glib::filename_to_utf8(_prefs_dir)), not_saved); #: ../src/preferences.cpp:146 #, fuzzy, c-format msgid "Cannot create profile directory %s." msgstr "" "Kan ikke oprette mappe %s.\n" "%s" #. The profile dir is not actually a directory #. _reportError(Glib::ustring::compose(_("%1 is not a valid directory."), #. Glib::filename_to_utf8(_prefs_dir)), not_saved); #: ../src/preferences.cpp:164 #, fuzzy, c-format msgid "%s is not a valid directory." msgstr "" "%s er ikke en gyldig mappe.\n" "%s" #. The write failed. #. _reportError(Glib::ustring::compose(_("Failed to create the preferences file %1."), #. Glib::filename_to_utf8(_prefs_filename)), not_saved); #: ../src/preferences.cpp:175 #, fuzzy, c-format msgid "Failed to create the preferences file %s." msgstr "Kunne ikke indlæse den valgte fil %s" #: ../src/preferences.cpp:211 #, fuzzy, c-format msgid "The preferences file %s is not a regular file." msgstr "" "%s er ikke en almindelig fil.\n" "%s" #: ../src/preferences.cpp:221 #, fuzzy, c-format msgid "The preferences file %s could not be read." msgstr "Filen %s kunne ikke gemmes." #: ../src/preferences.cpp:232 #, c-format msgid "The preferences file %s is not a valid XML document." msgstr "" #: ../src/preferences.cpp:241 #, fuzzy, c-format msgid "The file %s is not a valid Inkscape preferences file." msgstr "" "%s er ikke en gyldig indstillingsfil.\n" "%s" #: ../src/rdf.cpp:174 msgid "CC Attribution" msgstr "CC Navngivelse" #: ../src/rdf.cpp:179 msgid "CC Attribution-ShareAlike" msgstr "CC Del På Samme Vilkår" #: ../src/rdf.cpp:184 msgid "CC Attribution-NoDerivs" msgstr "CC Ingen Bearbejdelser" #: ../src/rdf.cpp:189 msgid "CC Attribution-NonCommercial" msgstr "CC Ikke-Kommerciel" #: ../src/rdf.cpp:194 msgid "CC Attribution-NonCommercial-ShareAlike" msgstr "CC Ikke-Kommerciel-Del På Samme Vilkår" #: ../src/rdf.cpp:199 msgid "CC Attribution-NonCommercial-NoDerivs" msgstr "CC Navngivelse-Ikke-Kommerciel-Ingen Bearbejdelser" #: ../src/rdf.cpp:204 msgid "Public Domain" msgstr "Public Domain" #: ../src/rdf.cpp:209 msgid "FreeArt" msgstr "FreeArt" #: ../src/rdf.cpp:214 #, fuzzy msgid "Open Font License" msgstr "Åbn ny fil" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/linking.html#AElementXLinkTitleAttribute #: ../src/rdf.cpp:231 ../src/ui/dialog/object-attributes.cpp:47 msgid "Title:" msgstr "Titel:" #: ../src/rdf.cpp:232 #, fuzzy msgid "Name by which this document is formally known" msgstr "Navnet som dokumentet formelt er kendt under." #: ../src/rdf.cpp:234 #, fuzzy msgid "Date:" msgstr "Dato" #: ../src/rdf.cpp:235 #, fuzzy msgid "Date associated with the creation of this document (YYYY-MM-DD)" msgstr "Dato knyttet til oprettelsen af dokumentet (ÅÅÅÅ-MM-DD)." #: ../src/rdf.cpp:237 ../share/extensions/webslicer_create_rect.inx.h:14 #, fuzzy msgid "Format:" msgstr "Format" #: ../src/rdf.cpp:238 #, fuzzy msgid "The physical or digital manifestation of this document (MIME type)" msgstr "Dokumentets fysiske eller digitale format (MIME-type)." #: ../src/rdf.cpp:241 #, fuzzy msgid "Type of document (DCMI Type)" msgstr "Dokumenttype (DCMI-type)." #: ../src/rdf.cpp:244 #, fuzzy msgid "Creator:" msgstr "Forfatter" #: ../src/rdf.cpp:245 #, fuzzy msgid "" "Name of entity primarily responsible for making the content of this document" msgstr "" "Navnet på forfatteren med hovedansvar for udformningen af dette dokument." #: ../src/rdf.cpp:247 #, fuzzy msgid "Rights:" msgstr "Rettigheder" #: ../src/rdf.cpp:248 #, fuzzy msgid "" "Name of entity with rights to the Intellectual Property of this document" msgstr "Navnet på forfatteren med ophavsretten til dette dokument." #: ../src/rdf.cpp:250 #, fuzzy msgid "Publisher:" msgstr "Udgiver" #: ../src/rdf.cpp:251 #, fuzzy msgid "Name of entity responsible for making this document available" msgstr "Navnet på den ansvarlige for udgivelsen af dette dokument." #: ../src/rdf.cpp:254 #, fuzzy msgid "Identifier:" msgstr "Identifikation" #: ../src/rdf.cpp:255 #, fuzzy msgid "Unique URI to reference this document" msgstr "Entydig URI til dokumentet." #: ../src/rdf.cpp:258 #, fuzzy msgid "Unique URI to reference the source of this document" msgstr "Entydig URI til kilde til dokumentet." #: ../src/rdf.cpp:260 #, fuzzy msgid "Relation:" msgstr "Relationer" #: ../src/rdf.cpp:261 #, fuzzy msgid "Unique URI to a related document" msgstr "Entydig URI til et relateret dokument." #: ../src/rdf.cpp:263 ../src/ui/dialog/inkscape-preferences.cpp:1381 #, fuzzy msgid "Language:" msgstr "Sprog" #: ../src/rdf.cpp:264 #, fuzzy msgid "" "Two-letter language tag with optional subtags for the language of this " "document (e.g. 'en-GB')" msgstr "" "RFC-3066-baseret sprogkode, eksempelvis 'da_DK' for dansk og 'en-GB' for " "britisk." #: ../src/rdf.cpp:266 #, fuzzy msgid "Keywords:" msgstr "Nøgleord" #: ../src/rdf.cpp:267 #, fuzzy msgid "" "The topic of this document as comma-separated key words, phrases, or " "classifications" msgstr "" "Dokumentets emne som komma-adskilte nøgleord, vendinger eller " "klassifikationer." #. TRANSLATORS: "Coverage": the spatial or temporal characteristics of the content. #. For info, see Appendix D of http://www.w3.org/TR/1998/WD-rdf-schema-19980409/ #: ../src/rdf.cpp:271 #, fuzzy msgid "Coverage:" msgstr "Omfang" #: ../src/rdf.cpp:272 #, fuzzy msgid "Extent or scope of this document" msgstr "Dokumentets omfang eller rammer." #: ../src/rdf.cpp:275 #, fuzzy msgid "Description:" msgstr "Beskrivelse" #: ../src/rdf.cpp:276 #, fuzzy msgid "A short account of the content of this document" msgstr "En kort beskrivelse af dokumentets indhold." #. FIXME: need to handle 1 agent per line of input #: ../src/rdf.cpp:280 #, fuzzy msgid "Contributors:" msgstr "Bidragydere" #: ../src/rdf.cpp:281 #, fuzzy msgid "" "Names of entities responsible for making contributions to the content of " "this document" msgstr "Navne på bidragydere til dokumentet." #. TRANSLATORS: URL to a page that defines the license for the document #: ../src/rdf.cpp:285 #, fuzzy msgid "URI:" msgstr "URI" #. TRANSLATORS: this is where you put a URL to a page that defines the license #: ../src/rdf.cpp:287 #, fuzzy msgid "URI to this document's license's namespace definition" msgstr "URI til dokumentets licensvilkårs virkefelt." #. TRANSLATORS: fragment of XML representing the license of the document #: ../src/rdf.cpp:291 #, fuzzy msgid "Fragment:" msgstr "Fragment" #: ../src/rdf.cpp:292 #, fuzzy msgid "XML fragment for the RDF 'License' section" msgstr "XML-fragment til RDF 'License'-afsnittet." #: ../src/rect-context.cpp:433 msgid "" "Ctrl: make square or integer-ratio rect, lock a rounded corner " "circular" msgstr "" "Ctrl: opret kvadrat eller firkant med heltalsforhold, med låst " "hjørneafrunding" #: ../src/rect-context.cpp:580 #, fuzzy, c-format msgid "" "Rectangle: %s × %s (constrained to ratio %d:%d); with Shift to draw around the starting point" msgstr "" "Rektangel: %s × %s; med Ctrl for at oprette kvadrat eller " "firkant med heltalsforhold; med Shift for at tegne omkring " "startpunktet" #: ../src/rect-context.cpp:583 #, fuzzy, c-format msgid "" "Rectangle: %s × %s (constrained to golden ratio 1.618 : 1); with " "Shift to draw around the starting point" msgstr "" "Rektangel: %s × %s; med Ctrl for at oprette kvadrat eller " "firkant med heltalsforhold; med Shift for at tegne omkring " "startpunktet" #: ../src/rect-context.cpp:585 #, fuzzy, c-format msgid "" "Rectangle: %s × %s (constrained to golden ratio 1 : 1.618); with " "Shift to draw around the starting point" msgstr "" "Rektangel: %s × %s; med Ctrl for at oprette kvadrat eller " "firkant med heltalsforhold; med Shift for at tegne omkring " "startpunktet" #: ../src/rect-context.cpp:589 #, c-format msgid "" "Rectangle: %s × %s; with Ctrl to make square or integer-" "ratio rectangle; with Shift to draw around the starting point" msgstr "" "Rektangel: %s × %s; med Ctrl for at oprette kvadrat eller " "firkant med heltalsforhold; med Shift for at tegne omkring " "startpunktet" #: ../src/rect-context.cpp:614 msgid "Create rectangle" msgstr "Opret firkant" #: ../src/select-context.cpp:265 msgid "Click selection to toggle scale/rotation handles" msgstr "Klik på markeringen for at skifte skalerings- eller roteringshåndtag" #: ../src/select-context.cpp:266 #, fuzzy msgid "" "No objects selected. Click, Shift+click, Alt+scroll mouse on top of objects, " "or drag around objects to select." msgstr "" "Ingen objekter markeret. Klik, Shift+klik, eller træk omkring objekterne for " "at markere." #: ../src/select-context.cpp:325 msgid "Move canceled." msgstr "Flytning annulleret." #: ../src/select-context.cpp:333 msgid "Selection canceled." msgstr "Markering annulleret." #: ../src/select-context.cpp:703 msgid "" "Draw over objects to select them; release Alt to switch to " "rubberband selection" msgstr "" #: ../src/select-context.cpp:705 msgid "" "Drag around objects to select them; press Alt to switch to " "touch selection" msgstr "" #: ../src/select-context.cpp:959 #, fuzzy msgid "Ctrl: click to select in groups; drag to move hor/vert" msgstr "Ctrl: markér i grupper, flyt vandret/lodret" #: ../src/select-context.cpp:960 #, fuzzy msgid "Shift: click to toggle select; drag for rubberband selection" msgstr "" "Shift: markér/afmarkér, tving gummibånd, deaktivér trinvis justering" #: ../src/select-context.cpp:961 #, fuzzy msgid "" "Alt: click to select under; scroll mouse-wheel to cycle-select; drag " "to move selected or select by touch" msgstr "Alt: markér under, flyt markerede" #: ../src/select-context.cpp:1136 msgid "Selected object is not a group. Cannot enter." msgstr "Markerede objekt er ikke en gruppe. Kan ikke gå ind." #: ../src/selection-chemistry.cpp:327 msgid "Delete text" msgstr "Slet tekst" #: ../src/selection-chemistry.cpp:335 msgid "Nothing was deleted." msgstr "Intet blev slettet." #: ../src/selection-chemistry.cpp:353 ../src/text-context.cpp:1031 #: ../src/ui/dialog/swatches.cpp:209 ../src/ui/dialog/swatches.cpp:272 #: ../src/widgets/gradient-toolbar.cpp:1231 #: ../src/widgets/gradient-toolbar.cpp:1245 #: ../src/widgets/gradient-toolbar.cpp:1259 ../src/widgets/toolbox.cpp:1513 #: ../src/widgets/toolbox.cpp:6399 msgid "Delete" msgstr "Slet" #: ../src/selection-chemistry.cpp:381 msgid "Select object(s) to duplicate." msgstr "Markér objekt(er) at duplikere." #: ../src/selection-chemistry.cpp:490 msgid "Delete all" msgstr "Slet alle" #: ../src/selection-chemistry.cpp:686 #, fuzzy msgid "Select some objects to group." msgstr "Vælg to eller flere objekter at gruppere." #: ../src/selection-chemistry.cpp:701 ../src/selection-describer.cpp:52 msgid "Group" msgstr "Gruppér" #: ../src/selection-chemistry.cpp:715 msgid "Select a group to ungroup." msgstr "Markér en gruppe at afgruppere." #: ../src/selection-chemistry.cpp:756 msgid "No groups to ungroup in the selection." msgstr "Ingen grupper at afgruppere i markeringen." #: ../src/selection-chemistry.cpp:762 ../src/sp-item-group.cpp:501 msgid "Ungroup" msgstr "Afgruppér" #: ../src/selection-chemistry.cpp:848 msgid "Select object(s) to raise." msgstr "Markér objekt(er) at hæve." #: ../src/selection-chemistry.cpp:854 ../src/selection-chemistry.cpp:914 #: ../src/selection-chemistry.cpp:948 ../src/selection-chemistry.cpp:1012 msgid "" "You cannot raise/lower objects from different groups or layers." msgstr "" "Du kan ikke hæve/sænke objekter fra forskellige grupper eller lag." #. TRANSLATORS: "Raise" means "to raise an object" in the undo history #: ../src/selection-chemistry.cpp:894 #, fuzzy msgctxt "Undo action" msgid "Raise" msgstr "Hæv" #: ../src/selection-chemistry.cpp:906 msgid "Select object(s) to raise to top." msgstr "Markér objekt(er) at hæve til øverste lag." #: ../src/selection-chemistry.cpp:929 msgid "Raise to top" msgstr "Hæv til top" #: ../src/selection-chemistry.cpp:942 msgid "Select object(s) to lower." msgstr "Markér objekt(er) at sænke." #: ../src/selection-chemistry.cpp:992 msgid "Lower" msgstr "Sænk" #: ../src/selection-chemistry.cpp:1004 msgid "Select object(s) to lower to bottom." msgstr "Markér objekt(er) at sænke til nederste lag." #: ../src/selection-chemistry.cpp:1039 msgid "Lower to bottom" msgstr "Sænk til bund" #: ../src/selection-chemistry.cpp:1046 msgid "Nothing to undo." msgstr "Intet at fortryde." #: ../src/selection-chemistry.cpp:1054 msgid "Nothing to redo." msgstr "Ingen fortrydelse at annullere" #: ../src/selection-chemistry.cpp:1115 msgid "Paste" msgstr "Indsæt" #: ../src/selection-chemistry.cpp:1123 msgid "Paste style" msgstr "Indsæt _stil" #: ../src/selection-chemistry.cpp:1133 #, fuzzy msgid "Paste live path effect" msgstr "Indsæt størrelse separat" #: ../src/selection-chemistry.cpp:1154 #, fuzzy msgid "Select object(s) to remove live path effects from." msgstr "Markér objekt(er) at indsætte størrelse til." #: ../src/selection-chemistry.cpp:1166 #, fuzzy msgid "Remove live path effect" msgstr "Fjern streg" #: ../src/selection-chemistry.cpp:1177 #, fuzzy msgid "Select object(s) to remove filters from." msgstr "Markér tekst(er) at fjerne knibning fra." #: ../src/selection-chemistry.cpp:1187 #: ../src/ui/dialog/filter-effects-dialog.cpp:1381 #, fuzzy msgid "Remove filter" msgstr "Fjern udfyldning" #: ../src/selection-chemistry.cpp:1196 msgid "Paste size" msgstr "Indsæt størrelse" #: ../src/selection-chemistry.cpp:1205 msgid "Paste size separately" msgstr "Indsæt størrelse separat" #: ../src/selection-chemistry.cpp:1215 msgid "Select object(s) to move to the layer above." msgstr "Markér objekt(er) at flytte til laget ovenover." #: ../src/selection-chemistry.cpp:1241 msgid "Raise to next layer" msgstr "Hæv til næste lag" #: ../src/selection-chemistry.cpp:1248 msgid "No more layers above." msgstr "Ikke flere lag ovenfor." #: ../src/selection-chemistry.cpp:1260 msgid "Select object(s) to move to the layer below." msgstr "Markér objekt(er) at flytte til laget nedenunder." #: ../src/selection-chemistry.cpp:1286 msgid "Lower to previous layer" msgstr "Sænk til forrige lag" #: ../src/selection-chemistry.cpp:1293 msgid "No more layers below." msgstr "Ikke flere lag under." #: ../src/selection-chemistry.cpp:1516 msgid "Remove transform" msgstr "Fjern transformation" #: ../src/selection-chemistry.cpp:1619 msgid "Rotate 90° CCW" msgstr "Rotér 90° mod urets retning" #: ../src/selection-chemistry.cpp:1619 msgid "Rotate 90° CW" msgstr "Rotér 90° i urets retning" #: ../src/selection-chemistry.cpp:1640 ../src/seltrans.cpp:480 #: ../src/ui/dialog/transformation.cpp:743 msgid "Rotate" msgstr "Rotér" #: ../src/selection-chemistry.cpp:1925 msgid "Rotate by pixels" msgstr "Rotér med billedpunkter" #: ../src/selection-chemistry.cpp:1955 ../src/seltrans.cpp:477 #: ../src/ui/dialog/transformation.cpp:722 #: ../share/extensions/interp_att_g.inx.h:19 msgid "Scale" msgstr "Skalér" #: ../src/selection-chemistry.cpp:1980 msgid "Scale by whole factor" msgstr "Skalér med hel faktor" #: ../src/selection-chemistry.cpp:1995 msgid "Move vertically" msgstr "Flyt lodret" #: ../src/selection-chemistry.cpp:1998 msgid "Move horizontally" msgstr "FLyt vandret" #: ../src/selection-chemistry.cpp:2001 ../src/selection-chemistry.cpp:2027 #: ../src/seltrans.cpp:474 ../src/ui/dialog/transformation.cpp:661 msgid "Move" msgstr "Flyt" #: ../src/selection-chemistry.cpp:2021 #, fuzzy msgid "Move vertically by pixels" msgstr "Skub til billedpunkter lodret" #: ../src/selection-chemistry.cpp:2024 #, fuzzy msgid "Move horizontally by pixels" msgstr "Skub til billedpunkter vandret" #: ../src/selection-chemistry.cpp:2156 #, fuzzy msgid "The selection has no applied path effect." msgstr "Opret et dynamisk forskudt objekt" #: ../src/selection-chemistry.cpp:2359 #, fuzzy msgctxt "Action" msgid "Clone" msgstr "Kloner" #: ../src/selection-chemistry.cpp:2375 #, fuzzy msgid "Select clones to relink." msgstr "Markér en klon at aflinke." #: ../src/selection-chemistry.cpp:2382 #, fuzzy msgid "Copy an object to clipboard to relink clones to." msgstr "Markér et objekt til kloning." #: ../src/selection-chemistry.cpp:2406 #, fuzzy msgid "No clones to relink in the selection." msgstr "Ingen kloner at aflinkel i markeringen." #: ../src/selection-chemistry.cpp:2409 #, fuzzy msgid "Relink clone" msgstr "Aflink klon" #: ../src/selection-chemistry.cpp:2423 #, fuzzy msgid "Select clones to unlink." msgstr "Markér en klon at aflinke." #: ../src/selection-chemistry.cpp:2477 msgid "No clones to unlink in the selection." msgstr "Ingen kloner at aflinkel i markeringen." #: ../src/selection-chemistry.cpp:2481 msgid "Unlink clone" msgstr "Aflink klon" #: ../src/selection-chemistry.cpp:2494 msgid "" "Select a clone to go to its original. Select a linked offset " "to go to its source. Select a text on path to go to the path. Select " "a flowed text to go to its frame." msgstr "" "Markér en klon at gå til ophavet. Markér en linket forskydning " "for at gå til kilde. Markér tekst på sti for at gå til stien. Markér " "en flydende tekst for at gå til ramme." #: ../src/selection-chemistry.cpp:2527 msgid "" "Cannot find the object to select (orphaned clone, offset, textpath, " "flowed text?)" msgstr "" "Kan ikke finde objektet at markere (klon uden forælder, forskydning, " "tekststi, flydende tekst?)" #: ../src/selection-chemistry.cpp:2533 msgid "" "The object you're trying to select is not visible (it is in <" "defs>)" msgstr "" "Objektet du forsøger at markere er usynligt (det er i <defs>)" #: ../src/selection-chemistry.cpp:2578 #, fuzzy msgid "Select one path to clone." msgstr "Markér et objekt til kloning." #: ../src/selection-chemistry.cpp:2582 #, fuzzy msgid "Select one path to clone." msgstr "Markér et objekt til kloning." #: ../src/selection-chemistry.cpp:2616 #, fuzzy msgid "Clone original path" msgstr "_Slip" #: ../src/selection-chemistry.cpp:2637 #, fuzzy msgid "Select object(s) to convert to marker." msgstr "Markér objekt(er) at konvertere til mønster." #: ../src/selection-chemistry.cpp:2705 #, fuzzy msgid "Objects to marker" msgstr "Objekter til mønster" #: ../src/selection-chemistry.cpp:2733 #, fuzzy msgid "Select object(s) to convert to guides." msgstr "Markér objekt(er) at konvertere til mønster." #: ../src/selection-chemistry.cpp:2745 #, fuzzy msgid "Objects to guides" msgstr "Objekter til mønster" #: ../src/selection-chemistry.cpp:2762 msgid "Select object(s) to convert to pattern." msgstr "Markér objekt(er) at konvertere til mønster." #: ../src/selection-chemistry.cpp:2850 msgid "Objects to pattern" msgstr "Objekter til mønster" #: ../src/selection-chemistry.cpp:2866 msgid "Select an object with pattern fill to extract objects from." msgstr "" "Markér et objekt med mønsterudfyldning at udtrække objekter fra." #: ../src/selection-chemistry.cpp:2919 msgid "No pattern fills in the selection." msgstr "Ingen mønsterudfyldninger i markeringen." #: ../src/selection-chemistry.cpp:2922 msgid "Pattern to objects" msgstr "Mønstre til objekter" #: ../src/selection-chemistry.cpp:3004 msgid "Select object(s) to make a bitmap copy." msgstr "Markér objekt(er) at lave punktbilledkopi af." #: ../src/selection-chemistry.cpp:3008 #, fuzzy msgid "Rendering bitmap..." msgstr "_Skift retning" #: ../src/selection-chemistry.cpp:3182 msgid "Create bitmap" msgstr "Opret punktbillede" #: ../src/selection-chemistry.cpp:3214 msgid "Select object(s) to create clippath or mask from." msgstr "Marker objekter at oprette beskæringssti eller maske fra." #: ../src/selection-chemistry.cpp:3217 msgid "Select mask object and object(s) to apply clippath or mask to." msgstr "" "Markér maskeobjekt og objekt(er) at anvende beskæringssti eller maske " "til." #: ../src/selection-chemistry.cpp:3398 msgid "Set clipping path" msgstr "Vælg beskæringssti" #: ../src/selection-chemistry.cpp:3400 msgid "Set mask" msgstr "Vælg maske" #: ../src/selection-chemistry.cpp:3415 msgid "Select object(s) to remove clippath or mask from." msgstr "Markér objekt(er) at fjerne beskæringssti eller maske fra." #: ../src/selection-chemistry.cpp:3526 msgid "Release clipping path" msgstr "Frigør beskæringssti" #: ../src/selection-chemistry.cpp:3528 msgid "Release mask" msgstr "Frigiv maske" #: ../src/selection-chemistry.cpp:3547 #, fuzzy msgid "Select object(s) to fit canvas to." msgstr "Markér objekt(er) at indsætte størrelse til." #. Fit Page #: ../src/selection-chemistry.cpp:3567 ../src/verbs.cpp:2732 msgid "Fit Page to Selection" msgstr "_Tilpas side til markering" #: ../src/selection-chemistry.cpp:3596 ../src/verbs.cpp:2734 msgid "Fit Page to Drawing" msgstr "Tilpas side til tegning" #: ../src/selection-chemistry.cpp:3617 ../src/verbs.cpp:2736 msgid "Fit Page to Selection or Drawing" msgstr "Tilpas siden til markering eller tegning" #. TRANSLATORS: "Link" means internet link (anchor) #: ../src/selection-describer.cpp:44 #, fuzzy msgctxt "Web" msgid "Link" msgstr "Linje" #: ../src/selection-describer.cpp:46 msgid "Circle" msgstr "Cirkel" #. Ellipse #: ../src/selection-describer.cpp:48 ../src/selection-describer.cpp:73 #: ../src/ui/dialog/inkscape-preferences.cpp:388 ../src/verbs.cpp:2495 #: ../src/widgets/toolbox.cpp:4330 msgid "Ellipse" msgstr "Elipse" #: ../src/selection-describer.cpp:50 msgid "Flowed text" msgstr "Flydende tekst" #: ../src/selection-describer.cpp:56 msgid "Line" msgstr "Linje" #: ../src/selection-describer.cpp:58 msgid "Path" msgstr "Sti" #: ../src/selection-describer.cpp:60 ../src/widgets/toolbox.cpp:3160 msgid "Polygon" msgstr "Polygon" #: ../src/selection-describer.cpp:62 msgid "Polyline" msgstr "Polylinje" #. Rectangle #: ../src/selection-describer.cpp:64 #: ../src/ui/dialog/inkscape-preferences.cpp:378 ../src/verbs.cpp:2491 msgid "Rectangle" msgstr "Firkant" #. 3D box #: ../src/selection-describer.cpp:66 #: ../src/ui/dialog/inkscape-preferences.cpp:383 ../src/verbs.cpp:2493 #, fuzzy msgid "3D Box" msgstr "Boks" #. Text #: ../src/selection-describer.cpp:68 #: ../src/ui/dialog/inkscape-preferences.cpp:424 ../src/verbs.cpp:2507 #: ../share/extensions/lorem_ipsum.inx.h:7 #: ../share/extensions/replace_font.inx.h:10 ../share/extensions/split.inx.h:6 #: ../share/extensions/text_braille.inx.h:2 #: ../share/extensions/text_extract.inx.h:10 #: ../share/extensions/text_flipcase.inx.h:2 #: ../share/extensions/text_lowercase.inx.h:2 #: ../share/extensions/text_randomcase.inx.h:2 #: ../share/extensions/text_replace.inx.h:4 #: ../share/extensions/text_sentencecase.inx.h:3 #: ../share/extensions/text_titlecase.inx.h:2 #: ../share/extensions/text_uppercase.inx.h:2 msgid "Text" msgstr "Tekst" #. TRANSLATORS: "Clone" is a noun, type of object #: ../src/selection-describer.cpp:71 #, fuzzy msgctxt "Object" msgid "Clone" msgstr "Kloner" #: ../src/selection-describer.cpp:75 #: ../share/extensions/gcodetools_lathe.inx.h:31 msgid "Offset path" msgstr "Forskydningssti" #. Spiral #: ../src/selection-describer.cpp:77 #: ../src/ui/dialog/inkscape-preferences.cpp:396 ../src/verbs.cpp:2499 #: ../share/extensions/gcodetools_area.inx.h:45 msgid "Spiral" msgstr "Spiral" #. Star #: ../src/selection-describer.cpp:79 #: ../src/ui/dialog/inkscape-preferences.cpp:392 ../src/verbs.cpp:2497 #: ../src/widgets/toolbox.cpp:3167 msgid "Star" msgstr "Stjerne" #: ../src/selection-describer.cpp:137 msgid "root" msgstr "rod" #: ../src/selection-describer.cpp:149 #, c-format msgid "layer %s" msgstr "lag %s" #: ../src/selection-describer.cpp:151 #, c-format msgid "layer %s" msgstr "lag %s" #: ../src/selection-describer.cpp:160 #, c-format msgid "%s" msgstr "%s" #: ../src/selection-describer.cpp:169 #, c-format msgid " in %s" msgstr " i %s" #: ../src/selection-describer.cpp:171 #, c-format msgid " in group %s (%s)" msgstr " i gruppe %s (%s)" #: ../src/selection-describer.cpp:173 #, c-format msgid " in %i parents (%s)" msgid_plural " in %i parents (%s)" msgstr[0] " i %i forældre (%s)" msgstr[1] " i %i forældre (%s)" #: ../src/selection-describer.cpp:176 #, c-format msgid " in %i layers" msgid_plural " in %i layers" msgstr[0] " i %i lag" msgstr[1] " i %i lag" #: ../src/selection-describer.cpp:186 msgid "Use Shift+D to look up original" msgstr "Brug Shift +D for at slå original op" #: ../src/selection-describer.cpp:190 msgid "Use Shift+D to look up path" msgstr "Brug Shift+D for at slå stien op" #: ../src/selection-describer.cpp:194 msgid "Use Shift+D to look up frame" msgstr "Brug Shift+D for at slå rammen op" #. this is only used with 2 or more objects #: ../src/selection-describer.cpp:209 ../src/spray-context.cpp:227 #: ../src/tweak-context.cpp:263 #, c-format msgid "%i object selected" msgid_plural "%i objects selected" msgstr[0] "%i objekt markeret" msgstr[1] "%i objekter markeret" #. this is only used with 2 or more objects #: ../src/selection-describer.cpp:214 #, c-format msgid "%i object of type %s" msgid_plural "%i objects of type %s" msgstr[0] "%i objekter af typen %s" msgstr[1] "%i objekter af typen %s" #. this is only used with 2 or more objects #: ../src/selection-describer.cpp:219 #, c-format msgid "%i object of types %s, %s" msgid_plural "%i objects of types %s, %s" msgstr[0] "%i objekt af typerne %s, %s" msgstr[1] "%i objekter af typerne %s, %s" #. this is only used with 2 or more objects #: ../src/selection-describer.cpp:224 #, c-format msgid "%i object of types %s, %s, %s" msgid_plural "%i objects of types %s, %s, %s" msgstr[0] "%i objekt af typerne %s, %s, %s" msgstr[1] "%i objekter af typerne %s, %s, %s" #. this is only used with 2 or more objects #: ../src/selection-describer.cpp:229 #, c-format msgid "%i object of %i types" msgid_plural "%i objects of %i types" msgstr[0] "%i objekt af %i typerne" msgstr[1] "%i objekter af %i typerne" #: ../src/selection-describer.cpp:234 #, c-format msgid "%s%s. %s." msgstr "%s%s. %s." #: ../src/seltrans.cpp:483 ../src/ui/dialog/transformation.cpp:801 msgid "Skew" msgstr "Vrid" #: ../src/seltrans.cpp:495 msgid "Set center" msgstr "Sæt midte" #: ../src/seltrans.cpp:570 msgid "Stamp" msgstr "Stempl" #: ../src/seltrans.cpp:599 msgid "" "Squeeze or stretch selection; with Ctrl to scale uniformly; " "with Shift to scale around rotation center" msgstr "" "Pres sammen eller stræk markering; med Ctrl for at skalere " "jævnt; med Shift for at skalere omkring rotationscentrum" #: ../src/seltrans.cpp:600 msgid "" "Scale selection; with Ctrl to scale uniformly; with Shift to scale around rotation center" msgstr "" "Skalér markering; med Ctrl for at skalere jævn; med Shift for at skalere omkring rotationscentrum" #: ../src/seltrans.cpp:604 msgid "" "Skew selection; with Ctrl to snap angle; with Shift to " "skew around the opposite side" msgstr "" "Vrid markeringen; med Ctrl for trinvis justering; med " "Shift for at vride omkring modsatte side" #: ../src/seltrans.cpp:605 msgid "" "Rotate selection; with Ctrl to snap angle; with Shift " "to rotate around the opposite corner" msgstr "" "Rotér markering; med Ctrl for trinvis justering; med Shift for at rotere omkring modsatte hjørne" #: ../src/seltrans.cpp:618 msgid "" "Center of rotation and skewing: drag to reposition; scaling with " "Shift also uses this center" msgstr "" "Centrum for rotation og vridning: træk for at omplacere; skalering " "med Shift bruger også dette centrum." #: ../src/seltrans.cpp:768 msgid "Reset center" msgstr "Nulstil midte" #: ../src/seltrans.cpp:1005 ../src/seltrans.cpp:1102 #, c-format msgid "Scale: %0.2f%% x %0.2f%%; with Ctrl to lock ratio" msgstr "Skalér: %0.2f%% x %0.2f%%; med Ctrl for at låse forhold" #. TRANSLATORS: don't modify the first ";" #. (it will NOT be displayed as ";" - only the second one will be) #: ../src/seltrans.cpp:1216 #, c-format msgid "Skew: %0.2f°; with Ctrl to snap angle" msgstr "Vrid: %0.2f°; med Ctrl for trinvis justering" #. TRANSLATORS: don't modify the first ";" #. (it will NOT be displayed as ";" - only the second one will be) #: ../src/seltrans.cpp:1291 #, c-format msgid "Rotate: %0.2f°; with Ctrl to snap angle" msgstr "Rotér: %0.2f°; med Ctrl for trinvis justering" #: ../src/seltrans.cpp:1326 #, c-format msgid "Move center to %s, %s" msgstr "Flyt midte til %s, %s" #: ../src/seltrans.cpp:1502 #, c-format msgid "" "Move by %s, %s; with Ctrl to restrict to horizontal/vertical; " "with Shift to disable snapping" msgstr "" "Flyt %s, %s; med Ctrl for at begrænse til vandret/lodret; med " "Shift for at slå trinvis justering fra" #: ../src/sp-anchor.cpp:179 #, c-format msgid "Link to %s" msgstr "Link til %s" #: ../src/sp-anchor.cpp:183 msgid "Link without URI" msgstr "Link uden URI" #: ../src/sp-ellipse.cpp:505 ../src/sp-ellipse.cpp:882 msgid "Ellipse" msgstr "Ellipse" #: ../src/sp-ellipse.cpp:646 msgid "Circle" msgstr "Cirkel" #: ../src/sp-ellipse.cpp:877 msgid "Segment" msgstr "Linjestykke" #: ../src/sp-ellipse.cpp:879 msgid "Arc" msgstr "Bue" #. TRANSLATORS: "Flow region" is an area where text is allowed to flow #: ../src/sp-flowregion.cpp:264 #, c-format msgid "Flow region" msgstr "Flyd område" #. TRANSLATORS: A region "cut out of" a flow region; text is not allowed to flow inside the #. * flow excluded region. flowRegionExclude in SVG 1.2: see #. * http://www.w3.org/TR/2004/WD-SVG12-20041027/flow.html#flowRegion-elem and #. * http://www.w3.org/TR/2004/WD-SVG12-20041027/flow.html#flowRegionExclude-elem. #: ../src/sp-flowregion.cpp:475 #, c-format msgid "Flow excluded region" msgstr "Flyd ekskluderet område" #: ../src/sp-guide.cpp:315 msgid "Create Guides Around the Page" msgstr "" #: ../src/sp-guide.cpp:327 ../src/verbs.cpp:2323 #, fuzzy msgid "Delete All Guides" msgstr "Slet knudepunkt" #. Guide has probably been deleted and no longer has an attached namedview. #: ../src/sp-guide.cpp:487 #, fuzzy, c-format msgid "Deleted" msgstr "Slet" #: ../src/sp-guide.cpp:496 #, fuzzy msgid "" "Shift+drag to rotate, Ctrl+drag to move origin, Del to " "delete" msgstr "" "Træk for at oprette en ellipse. Træk i håndtag for at lave en " "bue eller et segment. Klik for at markere." #: ../src/sp-guide.cpp:500 #, fuzzy, c-format msgid "vertical, at %s" msgstr "lodret hjælpelinje" #: ../src/sp-guide.cpp:503 #, fuzzy, c-format msgid "horizontal, at %s" msgstr "vandret hjælpelinje" #: ../src/sp-guide.cpp:508 #, c-format msgid "at %d degrees, through (%s,%s)" msgstr "" #: ../src/sp-image.cpp:1131 msgid "embedded" msgstr "indlejret" #: ../src/sp-image.cpp:1139 #, c-format msgid "Image with bad reference: %s" msgstr "Billede med ugyldig reference: %s" #: ../src/sp-image.cpp:1140 #, c-format msgid "Image %d × %d: %s" msgstr "Billede %d × %d: %s" #: ../src/sp-item-group.cpp:743 #, c-format msgid "Group of %d object" msgid_plural "Group of %d objects" msgstr[0] "Gruppe af %d objekt" msgstr[1] "Gruppe af %d objekt" #: ../src/sp-item.cpp:925 msgid "Object" msgstr "Objekt" #: ../src/sp-item.cpp:938 #, c-format msgid "%s; clipped" msgstr "" #: ../src/sp-item.cpp:943 #, fuzzy, c-format msgid "%s; masked" msgstr "%s" #: ../src/sp-item.cpp:951 #, fuzzy, c-format msgid "%s; filtered (%s)" msgstr "%s" #: ../src/sp-item.cpp:953 #, fuzzy, c-format msgid "%s; filtered" msgstr "%s" #: ../src/sp-line.cpp:174 msgid "Line" msgstr "Linje" #: ../src/sp-lpe-item.cpp:350 msgid "An exception occurred during execution of the Path Effect." msgstr "" #. TRANSLATORS COMMENT: %s is either "outset" or "inset" depending on sign #: ../src/sp-offset.cpp:428 #, c-format msgid "Linked offset, %s by %f pt" msgstr "Forbundet forskydning, %s af %f punkt" #: ../src/sp-offset.cpp:429 ../src/sp-offset.cpp:433 msgid "outset" msgstr "skub ud" #: ../src/sp-offset.cpp:429 ../src/sp-offset.cpp:433 msgid "inset" msgstr "skub ind" #. TRANSLATORS COMMENT: %s is either "outset" or "inset" depending on sign #: ../src/sp-offset.cpp:432 #, c-format msgid "Dynamic offset, %s by %f pt" msgstr "Dynamisk forskydning, %s af %f punkt" #: ../src/sp-path.cpp:152 #, fuzzy, c-format msgid "Path (%i node, path effect: %s)" msgid_plural "Path (%i nodes, path effect: %s)" msgstr[0] "Sti (%i knudepunkt)" msgstr[1] "Sti (%i knudepunker)" #: ../src/sp-path.cpp:155 #, c-format msgid "Path (%i node)" msgid_plural "Path (%i nodes)" msgstr[0] "Sti (%i knudepunkt)" msgstr[1] "Sti (%i knudepunker)" #: ../src/sp-polygon.cpp:225 msgid "Polygon" msgstr "Polygon" #: ../src/sp-polyline.cpp:156 msgid "Polyline" msgstr "Polylinje" #: ../src/sp-rect.cpp:221 msgid "Rectangle" msgstr "Firkant" #. TRANSLATORS: since turn count isn't an integer, please adjust the #. string as needed to deal with an localized plural forms. #: ../src/sp-spiral.cpp:310 #, c-format msgid "Spiral with %3f turns" msgstr "Spiral med %3f omgange" #: ../src/sp-star.cpp:301 #, c-format msgid "Star with %d vertex" msgid_plural "Star with %d vertices" msgstr[0] "Stjerne med %d spids" msgstr[1] "Stjerne med %d spidser" #: ../src/sp-star.cpp:305 #, c-format msgid "Polygon with %d vertex" msgid_plural "Polygon with %d vertices" msgstr[0] "Polygon med %d spids" msgstr[1] "Polygon med %d spidser" #. TRANSLATORS: For description of font with no name. #: ../src/sp-text.cpp:415 msgid "<no name found>" msgstr "<intet navn fundet>" #: ../src/sp-text.cpp:427 #, fuzzy, c-format msgid "Text on path%s (%s, %s)" msgstr "Tekst på sti (%s, %s)" #: ../src/sp-text.cpp:428 #, fuzzy, c-format msgid "Text%s (%s, %s)" msgstr "Tekst (%s, %s)" #: ../src/sp-tref.cpp:366 #, fuzzy, c-format msgid "Cloned character data%s%s" msgstr "Klon af: %s" #: ../src/sp-tref.cpp:367 msgid " from " msgstr "" #: ../src/sp-tref.cpp:373 #, fuzzy msgid "Orphaned cloned character data" msgstr "Forældreløs klon" #: ../src/sp-tspan.cpp:287 #, fuzzy msgid "Text span" msgstr "Firkant" #. TRANSLATORS: Used for statusbar description for long chains: #. * "Clone of: Clone of: ... in Layer 1". #: ../src/sp-use.cpp:328 msgid "..." msgstr "..." #: ../src/sp-use.cpp:336 #, c-format msgid "Clone of: %s" msgstr "Klon af: %s" #: ../src/sp-use.cpp:340 msgid "Orphaned clone" msgstr "Forældreløs klon" #: ../src/spiral-context.cpp:395 msgid "Ctrl: snap angle" msgstr "Ctrl: trinvis justering" #: ../src/spiral-context.cpp:397 msgid "Alt: lock spiral radius" msgstr "Alt: lås spiralradius" #: ../src/spiral-context.cpp:528 #, c-format msgid "" "Spiral: radius %s, angle %5g°; with Ctrl to snap angle" msgstr "" "Spiral: radius %s, vinkel %5g°; med Ctrl for trinvis " "justering." #: ../src/spiral-context.cpp:554 #, fuzzy msgid "Create spiral" msgstr "Opret spiraler" #: ../src/splivarot.cpp:68 ../src/splivarot.cpp:74 msgid "Union" msgstr "Forening" #: ../src/splivarot.cpp:80 msgid "Intersection" msgstr "Gennemskæring" #: ../src/splivarot.cpp:86 ../src/splivarot.cpp:92 msgid "Difference" msgstr "Forskel" #: ../src/splivarot.cpp:98 msgid "Exclusion" msgstr "Ekskludering" #: ../src/splivarot.cpp:103 msgid "Division" msgstr "Opdeling" #: ../src/splivarot.cpp:108 #, fuzzy msgid "Cut path" msgstr "Skær sti" #: ../src/splivarot.cpp:123 msgid "Select at least 2 paths to perform a boolean operation." msgstr "Markér mindst to stier at udføre en boolsk operation på." #: ../src/splivarot.cpp:127 #, fuzzy msgid "Select at least 1 path to perform a boolean union." msgstr "Markér mindst to stier at udføre en boolsk operation på." #: ../src/splivarot.cpp:133 #, fuzzy msgid "" "Select exactly 2 paths to perform difference, division, or path cut." msgstr "" "Markér præcis to stier at udføre differens, XOR, division eller sti-" "beskæring." #: ../src/splivarot.cpp:149 ../src/splivarot.cpp:164 msgid "" "Unable to determine the z-order of the objects selected for " "difference, XOR, division, or path cut." msgstr "" "Kunne ikke bestemme z-rækkefølge for objekter markeret til differens, " "XOR, division eller sti-beskæring." #: ../src/splivarot.cpp:194 msgid "" "One of the objects is not a path, cannot perform boolean operation." msgstr "" "Et af objekterne er ikke en sti, kan ikke udføre boolsk operation." #: ../src/splivarot.cpp:907 #, fuzzy msgid "Select stroked path(s) to convert stroke to path." msgstr "Markér objekt(er) at konvertere til sti." #: ../src/splivarot.cpp:1260 #, fuzzy msgid "Convert stroke to path" msgstr "Konvertér tekst til sti" #. TRANSLATORS: "to outline" means "to convert stroke to path" #: ../src/splivarot.cpp:1263 #, fuzzy msgid "No stroked paths in the selection." msgstr "Ingen stier med streg at lave omrids af i denne markering." #: ../src/splivarot.cpp:1334 msgid "Selected object is not a path, cannot inset/outset." msgstr "Det markerede objekt er ikke en sti, kan ikke skubbe ind/ud." #: ../src/splivarot.cpp:1460 ../src/splivarot.cpp:1525 #, fuzzy msgid "Create linked offset" msgstr "_Opret link" #: ../src/splivarot.cpp:1461 ../src/splivarot.cpp:1526 #, fuzzy msgid "Create dynamic offset" msgstr "Opret et dynamisk forskudt objekt" #: ../src/splivarot.cpp:1551 msgid "Select path(s) to inset/outset." msgstr "Vælg sti(er) at skubbe ind/ud." #: ../src/splivarot.cpp:1764 #, fuzzy msgid "Outset path" msgstr "Forskydningssti" #: ../src/splivarot.cpp:1764 #, fuzzy msgid "Inset path" msgstr "Forskydningssti" #: ../src/splivarot.cpp:1766 msgid "No paths to inset/outset in the selection." msgstr "Ingen stier i markeringen at skubbe ind/ud." #: ../src/splivarot.cpp:1928 msgid "Simplifying paths (separately):" msgstr "" #: ../src/splivarot.cpp:1930 #, fuzzy msgid "Simplifying paths:" msgstr "Simplificeringsgrænse:" #: ../src/splivarot.cpp:1967 #, fuzzy, c-format msgid "%s %d of %d paths simplified..." msgstr "Simplificerer %s - %d af %d stier simplificeret..." #: ../src/splivarot.cpp:1979 #, fuzzy, c-format msgid "%d paths simplified." msgstr "Udført - %d stier simplificeret." #: ../src/splivarot.cpp:1993 msgid "Select path(s) to simplify." msgstr "Markér sti(er) at simplificere." #: ../src/splivarot.cpp:2009 msgid "No paths to simplify in the selection." msgstr "Ingen stier at simplificere i markeringen." #: ../src/spray-context.cpp:229 ../src/tweak-context.cpp:265 #, fuzzy, c-format msgid "Nothing selected" msgstr "Intet blev slettet." #: ../src/spray-context.cpp:235 #, fuzzy, c-format msgid "" "%s. Drag, click or scroll to spray copies of the initial selection." msgstr "Anvend transformation på markering" #: ../src/spray-context.cpp:238 #, fuzzy, c-format msgid "" "%s. Drag, click or scroll to spray clones of the initial selection." msgstr "Opret og fliselæg klonerne i markeringen" #: ../src/spray-context.cpp:241 #, c-format msgid "" "%s. Drag, click or scroll to spray in a single path of the initial " "selection." msgstr "" #: ../src/spray-context.cpp:707 #, fuzzy msgid "Nothing selected! Select objects to spray." msgstr "Intet blev slettet." #: ../src/spray-context.cpp:782 ../src/widgets/toolbox.cpp:4925 #, fuzzy msgid "Spray with copies" msgstr "Mellemrum mellem linjer" #: ../src/spray-context.cpp:786 ../src/widgets/toolbox.cpp:4932 #, fuzzy msgid "Spray with clones" msgstr "Søg efter kloner" #: ../src/spray-context.cpp:790 #, fuzzy msgid "Spray in single path" msgstr "Opret ny sti" #: ../src/star-context.cpp:411 msgid "Ctrl: snap angle; keep rays radial" msgstr "Ctrl: trinvis justering; hold stråler radiære" #: ../src/star-context.cpp:542 #, c-format msgid "" "Polygon: radius %s, angle %5g°; with Ctrl to snap angle" msgstr "" "Polygon: radius %s, vinkel %5g°; med Ctrl for trinvis " "justering." #: ../src/star-context.cpp:543 #, c-format msgid "Star: radius %s, angle %5g°; with Ctrl to snap angle" msgstr "" "Stjerne: radius %s, vinkel %5g°; med Ctrl for trinvis justering" #: ../src/star-context.cpp:576 #, fuzzy msgid "Create star" msgstr "Opret punktbillede" #: ../src/text-chemistry.cpp:106 msgid "Select a text and a path to put text on path." msgstr "Markér en tekst og en sti for at placere tekst på sti." #: ../src/text-chemistry.cpp:111 msgid "" "This text object is already put on a path. Remove it from the path " "first. Use Shift+D to look up its path." msgstr "" "Dette tekstobjekt er allerede på en sti. Fjern det fra stien først. " "Benyt Shift+D for at slå dens sti op." #. rect is the only SPShape which is not yet, and thus SVG forbids us from putting text on it #: ../src/text-chemistry.cpp:117 msgid "" "You cannot put text on a rectangle in this version. Convert rectangle to " "path first." msgstr "" "Du kan ikke placere tekst på en firkant i denne udgave. Konvertér firkant " "til sti først." #: ../src/text-chemistry.cpp:127 msgid "The flowed text(s) must be visible in order to be put on a path." msgstr "" #: ../src/text-chemistry.cpp:195 ../src/verbs.cpp:2343 msgid "Put text on path" msgstr "Sæt tekst på sti" #: ../src/text-chemistry.cpp:207 msgid "Select a text on path to remove it from path." msgstr "Markér en tekst på en sti for at fjerne den fra dens sti." #: ../src/text-chemistry.cpp:228 msgid "No texts-on-paths in the selection." msgstr "Ingen tekst på stier i denne markering." #: ../src/text-chemistry.cpp:231 ../src/verbs.cpp:2345 msgid "Remove text from path" msgstr "Fjern tekst fra sti" #: ../src/text-chemistry.cpp:271 ../src/text-chemistry.cpp:292 msgid "Select text(s) to remove kerns from." msgstr "Markér tekst(er) at fjerne knibning fra." #: ../src/text-chemistry.cpp:295 msgid "Remove manual kerns" msgstr "Fjern manuelle knibninger" #: ../src/text-chemistry.cpp:315 msgid "" "Select a text and one or more paths or shapes to flow text " "into frame." msgstr "" "Markér en tekst og en eller flere stier eller figurer for at " "lade tekst flyde til ramme." #: ../src/text-chemistry.cpp:383 #, fuzzy msgid "Flow text into shape" msgstr "_Flyd ind i ramme" #: ../src/text-chemistry.cpp:405 msgid "Select a flowed text to unflow it." msgstr "Markér en flydende tekst for at gøre den ikke-flydende." #: ../src/text-chemistry.cpp:479 #, fuzzy msgid "Unflow flowed text" msgstr "Flydende tekst" #: ../src/text-chemistry.cpp:491 #, fuzzy msgid "Select flowed text(s) to convert." msgstr "Markér en flydende tekst for at gøre den ikke-flydende." #: ../src/text-chemistry.cpp:509 msgid "The flowed text(s) must be visible in order to be converted." msgstr "" #: ../src/text-chemistry.cpp:537 #, fuzzy msgid "Convert flowed text to text" msgstr "Konvertér tekst til sti" #: ../src/text-chemistry.cpp:542 #, fuzzy msgid "No flowed text(s) to convert in the selection." msgstr "Ingen objekter at konvertere til sti i markeringen." #: ../src/text-context.cpp:443 msgid "Click to edit the text, drag to select part of the text." msgstr "" "Klik for at redigere tekst; træk for at markere dele af " "teksten." #: ../src/text-context.cpp:445 msgid "" "Click to edit the flowed text, drag to select part of the text." msgstr "" "Klik for at redigere flydende tekst; træk for at markere dele " "af teksten." #: ../src/text-context.cpp:499 #, fuzzy msgid "Create text" msgstr "Slet tekst" #: ../src/text-context.cpp:524 msgid "Non-printable character" msgstr "Usynligt tegn" #: ../src/text-context.cpp:539 msgid "Insert Unicode character" msgstr "" #: ../src/text-context.cpp:574 #, fuzzy, c-format msgid "Unicode (Enter to finish): %s: %s" msgstr "Flyt midte til %s, %s" #: ../src/text-context.cpp:576 ../src/text-context.cpp:885 #, fuzzy msgid "Unicode (Enter to finish): " msgstr "Flyt midte til %s, %s" #: ../src/text-context.cpp:662 #, c-format msgid "Flowed text frame: %s × %s" msgstr "Flydende tekstramme: %s × %s" #: ../src/text-context.cpp:719 msgid "Type text; Enter to start new line." msgstr "Skriv tekst; Enter for at starte på ny linje." #: ../src/text-context.cpp:730 msgid "Flowed text is created." msgstr "Flydende tekst oprettes." #: ../src/text-context.cpp:732 #, fuzzy msgid "Create flowed text" msgstr "Flydende tekst" #: ../src/text-context.cpp:734 msgid "" "The frame is too small for the current font size. Flowed text not " "created." msgstr "" "Rammen er for lille til den aktuelle skriftstørrelse. Flydende tekst " "oprettes ikke." #: ../src/text-context.cpp:870 msgid "No-break space" msgstr "Ikke-brudt mellemrum" #: ../src/text-context.cpp:872 #, fuzzy msgid "Insert no-break space" msgstr "Ikke-brudt mellemrum" #: ../src/text-context.cpp:909 #, fuzzy msgid "Make bold" msgstr "Gør hel" #: ../src/text-context.cpp:927 msgid "Make italic" msgstr "" #: ../src/text-context.cpp:966 #, fuzzy msgid "New line" msgstr "linjer" #: ../src/text-context.cpp:1000 #, fuzzy msgid "Backspace" msgstr "Ikke-brudt mellemrum" #: ../src/text-context.cpp:1048 msgid "Kern to the left" msgstr "" #: ../src/text-context.cpp:1073 #, fuzzy msgid "Kern to the right" msgstr "Destinationens højde" #: ../src/text-context.cpp:1098 msgid "Kern up" msgstr "" #: ../src/text-context.cpp:1123 msgid "Kern down" msgstr "" #: ../src/text-context.cpp:1199 #, fuzzy msgid "Rotate counterclockwise" msgstr "Rotation er mod uret" #: ../src/text-context.cpp:1220 #, fuzzy msgid "Rotate clockwise" msgstr "Rotation er mod uret" #: ../src/text-context.cpp:1237 #, fuzzy msgid "Contract line spacing" msgstr "Linjeafstand:" #: ../src/text-context.cpp:1244 msgid "Contract letter spacing" msgstr "" #: ../src/text-context.cpp:1262 #, fuzzy msgid "Expand line spacing" msgstr "Linjeafstand:" #: ../src/text-context.cpp:1269 #, fuzzy msgid "Expand letter spacing" msgstr "Indstil afstand:" #: ../src/text-context.cpp:1397 #, fuzzy msgid "Paste text" msgstr "Indsæt _stil" #: ../src/text-context.cpp:1648 #, fuzzy, c-format msgid "" "Type or edit flowed text (%d characters%s); Enter to start new " "paragraph." msgstr "Skriv flydende tekst Enter for at starte på nyt afsnit." #: ../src/text-context.cpp:1650 #, fuzzy, c-format msgid "Type or edit text (%d characters%s); Enter to start new line." msgstr "Skriv tekst; Enter for at starte på ny linje." #: ../src/text-context.cpp:1658 ../src/tools-switch.cpp:199 msgid "" "Click to select or create text, drag to create flowed text; " "then type." msgstr "" "Klik for at markere eller oprette tekst, træk for at oprette " "flydende tekst, skriv så." #: ../src/text-context.cpp:1760 #, fuzzy msgid "Type text" msgstr "T_ype: " #: ../src/text-editing.cpp:42 msgid "You cannot edit cloned character data." msgstr "" #: ../src/tools-switch.cpp:139 msgid "To tweak a path by pushing, select it and drag over it." msgstr "" #: ../src/tools-switch.cpp:145 msgid "" "Drag, click or scroll to spray the selected objects." msgstr "" #: ../src/tools-switch.cpp:151 msgid "" "Drag to create a rectangle. Drag controls to round corners and " "resize. Click to select." msgstr "" "Træk for at oprette en firkant. Træk i håndtag for at " "afrunde hjørner og ændre størrelse. Klik for at markere." #: ../src/tools-switch.cpp:157 #, fuzzy msgid "" "Drag to create a 3D box. Drag controls to resize in " "perspective. Click to select (with Ctrl+Alt for single faces)." msgstr "" "Træk for at oprette en stjerne. Træk i håndtag for at redigere " "formen. Klik for at markere." #: ../src/tools-switch.cpp:163 msgid "" "Drag to create an ellipse. Drag controls to make an arc or " "segment. Click to select." msgstr "" "Træk for at oprette en ellipse. Træk i håndtag for at lave en " "bue eller et segment. Klik for at markere." #: ../src/tools-switch.cpp:169 msgid "" "Drag to create a star. Drag controls to edit the star shape. " "Click to select." msgstr "" "Træk for at oprette en stjerne. Træk i håndtag for at redigere " "formen. Klik for at markere." #: ../src/tools-switch.cpp:175 msgid "" "Drag to create a spiral. Drag controls to edit the spiral " "shape. Click to select." msgstr "" "Træk for at oprette en spiral. Træk i håndtag for at redigere " "spiralformen. Klik for at markere." #: ../src/tools-switch.cpp:181 #, fuzzy msgid "" "Drag to create a freehand line. Shift appends to selected " "path, Alt activates sketch mode." msgstr "" "Træk for at oprette en frihåndslinje. Begynd at tegne med Shift for at føje til den markerede sti." #: ../src/tools-switch.cpp:187 #, fuzzy msgid "" "Click or click and drag to start a path; with Shift to " "append to selected path. Ctrl+click to create single dots (straight " "line modes only)." msgstr "" "Klik eller klik og træk for at starte en sti; med Shift " "for at føje til markerede sti." #: ../src/tools-switch.cpp:193 #, fuzzy msgid "" "Drag to draw a calligraphic stroke; with Ctrl to track a guide " "path. Arrow keys adjust width (left/right) and angle (up/down)." msgstr "" "Træk for at male kalligrafisk. Venstre/højre piletaster " "justerer bredden, op/ned justerer vinkelen." #: ../src/tools-switch.cpp:205 msgid "" "Drag or double click to create a gradient on selected objects, " "drag handles to adjust gradients." msgstr "" "Træk eller dobbeltklik for at oprette en overgang på de " "markerede objekter, træk i håndtag for at justere overgange." #: ../src/tools-switch.cpp:211 msgid "" "Click or drag around an area to zoom in, Shift+click to " "zoom out." msgstr "" "Klik eller træk omkring et område for at zoome ind, Shift" "+klik for at zoome ud." #: ../src/tools-switch.cpp:217 msgid "Drag to measure the dimensions of objects." msgstr "" #: ../src/tools-switch.cpp:229 msgid "Click and drag between shapes to create a connector." msgstr "Klik og træk mellem figurer for at oprette en forbindelse." #: ../src/tools-switch.cpp:235 msgid "" "Click to paint a bounded area, Shift+click to union the new " "fill with the current selection, Ctrl+click to change the clicked " "object's fill and stroke to the current setting." msgstr "" #: ../src/tools-switch.cpp:241 #, fuzzy msgid "Drag to erase." msgstr "Link til %s" #: ../src/tools-switch.cpp:247 msgid "Choose a subtool from the toolbar" msgstr "" #: ../src/trace/potrace/inkscape-potrace.cpp:512 #: ../src/trace/potrace/inkscape-potrace.cpp:575 #, fuzzy msgid "Trace: %1. %2 nodes" msgstr "Spor: %d. %ld knudepunkter" #: ../src/trace/trace.cpp:58 ../src/trace/trace.cpp:123 #: ../src/trace/trace.cpp:131 ../src/trace/trace.cpp:224 msgid "Select an image to trace" msgstr "Markér et billede at spore" #: ../src/trace/trace.cpp:93 msgid "Select only one image to trace" msgstr "Markér kun et billede at spore" #: ../src/trace/trace.cpp:111 msgid "Select one image and one or more shapes above it" msgstr "Markér et billede og et eller flere figurer ovenover det" #: ../src/trace/trace.cpp:215 msgid "Trace: No active desktop" msgstr "Spor: Ingen aktiv desktop" #: ../src/trace/trace.cpp:312 msgid "Invalid SIOX result" msgstr "Ugyldigt SIOX resultat" #: ../src/trace/trace.cpp:396 msgid "Trace: No active document" msgstr "Spor: Intet aktivt dokument" #: ../src/trace/trace.cpp:419 msgid "Trace: Image has no bitmap data" msgstr "Spor: Billede har ingen punktbilleddata" #: ../src/trace/trace.cpp:426 #, fuzzy msgid "Trace: Starting trace..." msgstr "_Spor billede..." #. ## inform the document, so we can undo #: ../src/trace/trace.cpp:529 #, fuzzy msgid "Trace bitmap" msgstr "Opret punktbillede" #: ../src/trace/trace.cpp:533 #, c-format msgid "Trace: Done. %ld nodes created" msgstr "Spor: Udført. %ld knudepunkter oprettet" #: ../src/tweak-context.cpp:270 #, c-format msgid "%s. Drag to move." msgstr "" #: ../src/tweak-context.cpp:274 #, c-format msgid "%s. Drag or click to move in; with Shift to move out." msgstr "" #: ../src/tweak-context.cpp:278 #, c-format msgid "%s. Drag or click to move randomly." msgstr "" #: ../src/tweak-context.cpp:282 #, c-format msgid "%s. Drag or click to scale down; with Shift to scale up." msgstr "" #: ../src/tweak-context.cpp:286 #, c-format msgid "" "%s. Drag or click to rotate clockwise; with Shift, " "counterclockwise." msgstr "" #: ../src/tweak-context.cpp:290 #, c-format msgid "%s. Drag or click to duplicate; with Shift, delete." msgstr "" #: ../src/tweak-context.cpp:294 #, c-format msgid "%s. Drag to push paths." msgstr "" #: ../src/tweak-context.cpp:298 #, c-format msgid "%s. Drag or click to inset paths; with Shift to outset." msgstr "" #: ../src/tweak-context.cpp:306 #, c-format msgid "%s. Drag or click to attract paths; with Shift to repel." msgstr "" #: ../src/tweak-context.cpp:314 #, c-format msgid "%s. Drag or click to roughen paths." msgstr "" #: ../src/tweak-context.cpp:318 #, c-format msgid "%s. Drag or click to paint objects with color." msgstr "" #: ../src/tweak-context.cpp:322 #, c-format msgid "%s. Drag or click to randomize colors." msgstr "" #: ../src/tweak-context.cpp:326 #, c-format msgid "" "%s. Drag or click to increase blur; with Shift to decrease." msgstr "" #: ../src/tweak-context.cpp:1293 msgid "Nothing selected! Select objects to tweak." msgstr "" #: ../src/tweak-context.cpp:1327 #, fuzzy msgid "Move tweak" msgstr "Flyt til:" #: ../src/tweak-context.cpp:1331 msgid "Move in/out tweak" msgstr "" #: ../src/tweak-context.cpp:1335 #, fuzzy msgid "Move jitter tweak" msgstr "Mønster" #: ../src/tweak-context.cpp:1339 #, fuzzy msgid "Scale tweak" msgstr "Skalér" #: ../src/tweak-context.cpp:1343 #, fuzzy msgid "Rotate tweak" msgstr "Rotér knudepunkter" #: ../src/tweak-context.cpp:1347 #, fuzzy msgid "Duplicate/delete tweak" msgstr "Duplikér markerede objekter" #: ../src/tweak-context.cpp:1351 msgid "Push path tweak" msgstr "" #: ../src/tweak-context.cpp:1355 msgid "Shrink/grow path tweak" msgstr "" #: ../src/tweak-context.cpp:1359 msgid "Attract/repel path tweak" msgstr "" #: ../src/tweak-context.cpp:1363 #, fuzzy msgid "Roughen path tweak" msgstr "Bryd sti op" #: ../src/tweak-context.cpp:1367 msgid "Color paint tweak" msgstr "" #: ../src/tweak-context.cpp:1371 msgid "Color jitter tweak" msgstr "" #: ../src/tweak-context.cpp:1375 #, fuzzy msgid "Blur tweak" msgstr " (streg)" #. check whether something is selected #: ../src/ui/clipboard.cpp:257 msgid "Nothing was copied." msgstr "Intet kopieret." #: ../src/ui/clipboard.cpp:329 ../src/ui/clipboard.cpp:538 #: ../src/ui/clipboard.cpp:561 msgid "Nothing on the clipboard." msgstr "Intet på klippebordet." #: ../src/ui/clipboard.cpp:387 msgid "Select object(s) to paste style to." msgstr "Markér objekt(er) at indsætte stil til." #: ../src/ui/clipboard.cpp:398 ../src/ui/clipboard.cpp:415 #, fuzzy msgid "No style on the clipboard." msgstr "Intet på klippebordet." #: ../src/ui/clipboard.cpp:440 msgid "Select object(s) to paste size to." msgstr "Markér objekt(er) at indsætte størrelse til." #: ../src/ui/clipboard.cpp:447 #, fuzzy msgid "No size on the clipboard." msgstr "Intet på klippebordet." #: ../src/ui/clipboard.cpp:500 #, fuzzy msgid "Select object(s) to paste live path effect to." msgstr "Markér objekt(er) at indsætte størrelse til." #. no_effect: #: ../src/ui/clipboard.cpp:525 #, fuzzy msgid "No effect on the clipboard." msgstr "Intet på klippebordet." #: ../src/ui/clipboard.cpp:544 ../src/ui/clipboard.cpp:572 msgid "Clipboard does not contain a path." msgstr "" #. * #. * Constructor #. #: ../src/ui/dialog/aboutbox.cpp:79 msgid "About Inkscape" msgstr "Om Inkscape" #: ../src/ui/dialog/aboutbox.cpp:90 msgid "_Splash" msgstr "_Velkomstbillede" #: ../src/ui/dialog/aboutbox.cpp:94 msgid "_Authors" msgstr "_Forfattere" #: ../src/ui/dialog/aboutbox.cpp:96 msgid "_Translators" msgstr "_Oversættere" #: ../src/ui/dialog/aboutbox.cpp:98 msgid "_License" msgstr "_Licens" #. TRANSLATORS: This is the filename of the `About Inkscape' picture in #. the `screens' directory. Thus the translation of "about.svg" should be #. the filename of its translated version, e.g. about.zh.svg for Chinese. #. #. N.B. about.svg changes once per release. (We should probably rename #. the original to about-0.40.svg etc. as soon as we have a translation. #. If we do so, then add an item to release-checklist saying that the #. string here should be changed.) #. FIXME? INKSCAPE_SCREENSDIR and "about.svg" are in UTF-8, not the #. native filename encoding... and the filename passed to sp_document_new #. should be in UTF-*8.. #: ../src/ui/dialog/aboutbox.cpp:160 msgid "about.svg" msgstr "about.svg" #. TRANSLATORS: Put here your name (and other national contributors') #. one per line in the form of: name surname (email). Use \n for newline. #: ../src/ui/dialog/aboutbox.cpp:408 #, fuzzy msgid "translator-credits" msgstr "_Oversættere" #: ../src/ui/dialog/align-and-distribute.cpp:244 #: ../src/ui/dialog/align-and-distribute.cpp:894 msgid "Align" msgstr "Justér" #: ../src/ui/dialog/align-and-distribute.cpp:403 #: ../src/ui/dialog/align-and-distribute.cpp:895 msgid "Distribute" msgstr "Distribuér" #: ../src/ui/dialog/align-and-distribute.cpp:472 msgid "Minimum horizontal gap (in px units) between bounding boxes" msgstr "Minimumstørrelse (i billedpunkter) af åbning mellem omkrandsningsbokse" #. TRANSLATORS: "H:" stands for horizontal gap #: ../src/ui/dialog/align-and-distribute.cpp:474 #, fuzzy msgctxt "Gap" msgid "_H:" msgstr "_H" #: ../src/ui/dialog/align-and-distribute.cpp:482 msgid "Minimum vertical gap (in px units) between bounding boxes" msgstr "" "Minimumstørrelse (i billedpunkter) af lodret åbning mellem omkrandsningsbokse" #. TRANSLATORS: Vertical gap #: ../src/ui/dialog/align-and-distribute.cpp:484 #, fuzzy msgctxt "Gap" msgid "_V:" msgstr "V:" #: ../src/ui/dialog/align-and-distribute.cpp:514 #: ../src/ui/dialog/align-and-distribute.cpp:897 #: ../src/widgets/toolbox.cpp:8560 msgid "Remove overlaps" msgstr "Fjern ovelap" #: ../src/ui/dialog/align-and-distribute.cpp:545 #: ../src/widgets/toolbox.cpp:8353 #, fuzzy msgid "Arrange connector network" msgstr "Arrangér det markerede forbindelsesnetværk pænt" #: ../src/ui/dialog/align-and-distribute.cpp:638 #, fuzzy msgid "Exchange Positions" msgstr "Tilfældig placering" #: ../src/ui/dialog/align-and-distribute.cpp:672 #, fuzzy msgid "Unclump" msgstr " _Afklump " #: ../src/ui/dialog/align-and-distribute.cpp:744 #, fuzzy msgid "Randomize positions" msgstr "Tilfældig placering" #: ../src/ui/dialog/align-and-distribute.cpp:843 #, fuzzy msgid "Distribute text baselines" msgstr "Fordel knudepunkter" #: ../src/ui/dialog/align-and-distribute.cpp:866 #, fuzzy msgid "Align text baselines" msgstr "Justér venstre sider" #: ../src/ui/dialog/align-and-distribute.cpp:896 #, fuzzy msgid "Rearrange" msgstr "Vinkel" #: ../src/ui/dialog/align-and-distribute.cpp:898 #: ../src/widgets/toolbox.cpp:2465 msgid "Nodes" msgstr "Noder" #: ../src/ui/dialog/align-and-distribute.cpp:904 msgid "Relative to: " msgstr "Relativ til: " #: ../src/ui/dialog/align-and-distribute.cpp:905 #, fuzzy msgid "_Treat selection as group: " msgstr "Opret et dynamisk forskudt objekt" #: ../src/ui/dialog/align-and-distribute.cpp:911 #, fuzzy msgid "Align right edges of objects to the left edge of the anchor" msgstr "Justér objekters højre side til venstre side af anker" #: ../src/ui/dialog/align-and-distribute.cpp:914 #, fuzzy msgid "Align left edges" msgstr "Justér venstre sider" #: ../src/ui/dialog/align-and-distribute.cpp:917 msgid "Center on vertical axis" msgstr "Centrér på lodret akse" #: ../src/ui/dialog/align-and-distribute.cpp:920 msgid "Align right sides" msgstr "Justér højre sider" #: ../src/ui/dialog/align-and-distribute.cpp:923 #, fuzzy msgid "Align left edges of objects to the right edge of the anchor" msgstr "Justér objekters venstre til højre for anker" #: ../src/ui/dialog/align-and-distribute.cpp:926 #, fuzzy msgid "Align bottom edges of objects to the top edge of the anchor" msgstr "Justér objekters bund til toppen af anker" #: ../src/ui/dialog/align-and-distribute.cpp:929 #, fuzzy msgid "Align top edges" msgstr "Justér toppe" #: ../src/ui/dialog/align-and-distribute.cpp:932 msgid "Center on horizontal axis" msgstr "Centrér på vandret akse" #: ../src/ui/dialog/align-and-distribute.cpp:935 #, fuzzy msgid "Align bottom edges" msgstr "Justér bunde" #: ../src/ui/dialog/align-and-distribute.cpp:938 #, fuzzy msgid "Align top edges of objects to the bottom edge of the anchor" msgstr "Justér objekters toppe til bunden af anker" #: ../src/ui/dialog/align-and-distribute.cpp:943 msgid "Align baseline anchors of texts horizontally" msgstr "Justér tekstområders grundlinjeanker vandret" #: ../src/ui/dialog/align-and-distribute.cpp:946 #, fuzzy msgid "Align baselines of texts" msgstr "Justér teksområders grundlinjeanker lodret" #: ../src/ui/dialog/align-and-distribute.cpp:951 msgid "Make horizontal gaps between objects equal" msgstr "Gør horisontale mellemrum blandt objekter ens" #: ../src/ui/dialog/align-and-distribute.cpp:955 #, fuzzy msgid "Distribute left edges equidistantly" msgstr "Distribuér venstre sider med jævne mellemrum" #: ../src/ui/dialog/align-and-distribute.cpp:958 msgid "Distribute centers equidistantly horizontally" msgstr "Distribuér venstre sider med jævne vandrette mellemrum" #: ../src/ui/dialog/align-and-distribute.cpp:961 #, fuzzy msgid "Distribute right edges equidistantly" msgstr "Distribuér højre sider med jævne mellemrum" #: ../src/ui/dialog/align-and-distribute.cpp:965 msgid "Make vertical gaps between objects equal" msgstr "Gør vertikale mellemrum blandt objekter ens" #: ../src/ui/dialog/align-and-distribute.cpp:969 #, fuzzy msgid "Distribute top edges equidistantly" msgstr "Distribuér toppe med jævne mellemrum" #: ../src/ui/dialog/align-and-distribute.cpp:972 msgid "Distribute centers equidistantly vertically" msgstr "Distribuér midter med jævne lodrette mellemrum" #: ../src/ui/dialog/align-and-distribute.cpp:975 #, fuzzy msgid "Distribute bottom edges equidistantly" msgstr "Distribuér bunde med jævne mellemrum" #: ../src/ui/dialog/align-and-distribute.cpp:980 msgid "Distribute baseline anchors of texts horizontally" msgstr "Distribuér tekstområders grundlinjeankere vandret" #: ../src/ui/dialog/align-and-distribute.cpp:983 #, fuzzy msgid "Distribute baselines of texts vertically" msgstr "Distribuér tekstområders grundlinjeankere lodret" #: ../src/ui/dialog/align-and-distribute.cpp:989 #: ../src/widgets/toolbox.cpp:8522 msgid "Nicely arrange selected connector network" msgstr "Arrangér det markerede forbindelsesnetværk pænt" #: ../src/ui/dialog/align-and-distribute.cpp:992 msgid "Exchange positions of selected objects - selection order" msgstr "" #: ../src/ui/dialog/align-and-distribute.cpp:995 msgid "Exchange positions of selected objects - stacking order" msgstr "" #: ../src/ui/dialog/align-and-distribute.cpp:998 msgid "Exchange positions of selected objects - clockwise rotate" msgstr "" #: ../src/ui/dialog/align-and-distribute.cpp:1003 msgid "Randomize centers in both dimensions" msgstr "Tilfældiggør midter i begge dimensioner" #: ../src/ui/dialog/align-and-distribute.cpp:1006 msgid "Unclump objects: try to equalize edge-to-edge distances" msgstr "Afklump objekter: forsøg at udligne kant-til-kant afstande" #: ../src/ui/dialog/align-and-distribute.cpp:1011 msgid "" "Move objects as little as possible so that their bounding boxes do not " "overlap" msgstr "" "Flyt objekter så lidt som muligt, så deres afgrænsningsbokse ikke overlapper " "hinanden" #: ../src/ui/dialog/align-and-distribute.cpp:1019 #, fuzzy msgid "Align selected nodes to a common horizontal line" msgstr "Justér markerede knudepunkter vandret" #: ../src/ui/dialog/align-and-distribute.cpp:1022 #, fuzzy msgid "Align selected nodes to a common vertical line" msgstr "Justér markerede knudepunkter lodret" #: ../src/ui/dialog/align-and-distribute.cpp:1025 msgid "Distribute selected nodes horizontally" msgstr "Distribuer markerede knudepunkter vandret" #: ../src/ui/dialog/align-and-distribute.cpp:1028 msgid "Distribute selected nodes vertically" msgstr "Distribuer markerede knudepunkter lodret" #: ../src/ui/dialog/align-and-distribute.cpp:1034 #: ../src/ui/dialog/align-and-distribute.cpp:1042 msgid "Last selected" msgstr "Sidste valgt" #: ../src/ui/dialog/align-and-distribute.cpp:1035 #: ../src/ui/dialog/align-and-distribute.cpp:1043 msgid "First selected" msgstr "Første valgt" #: ../src/ui/dialog/align-and-distribute.cpp:1036 #: ../src/ui/dialog/align-and-distribute.cpp:1044 #, fuzzy msgid "Biggest object" msgstr "Ingen objekter" #: ../src/ui/dialog/align-and-distribute.cpp:1037 #: ../src/ui/dialog/align-and-distribute.cpp:1045 #, fuzzy msgid "Smallest object" msgstr "Søg efter tekstobjekter" #: ../src/ui/dialog/align-and-distribute.cpp:1040 #: ../src/ui/dialog/align-and-distribute.cpp:1048 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1456 #: ../src/widgets/desktop-widget.cpp:1785 #: ../share/extensions/printing_marks.inx.h:17 msgid "Selection" msgstr "Markering" #: ../src/ui/dialog/calligraphic-profile-rename.cpp:39 #, fuzzy msgid "Profile name:" msgstr "Sæt filnavn" #: ../src/ui/dialog/calligraphic-profile-rename.cpp:53 #, fuzzy msgid "Save" msgstr "_Gem" #: ../src/ui/dialog/color-item.cpp:121 #, c-format msgid "" "Color: %s; Click to set fill, Shift+click to set stroke" msgstr "" #: ../src/ui/dialog/color-item.cpp:485 #, fuzzy msgid "Change color definition" msgstr "Ændr afstand på forbindelsesmellemrum" #: ../src/ui/dialog/color-item.cpp:708 #, fuzzy msgid "Remove stroke color" msgstr "Fjern streg" #: ../src/ui/dialog/color-item.cpp:708 #, fuzzy msgid "Remove fill color" msgstr "Fjern udfyldning" #: ../src/ui/dialog/color-item.cpp:713 #, fuzzy msgid "Set stroke color to none" msgstr "Sidste valgte farve" #: ../src/ui/dialog/color-item.cpp:713 #, fuzzy msgid "Set fill color to none" msgstr "Sidste valgte farve" #: ../src/ui/dialog/color-item.cpp:729 #, fuzzy msgid "Set stroke color from swatch" msgstr "Vælg farver fra en farvesamlingspalet" #: ../src/ui/dialog/color-item.cpp:729 #, fuzzy msgid "Set fill color from swatch" msgstr "Vælg farver fra en farvesamlingspalet" #: ../src/ui/dialog/debug.cpp:69 msgid "Messages" msgstr "Beskeder" #: ../src/ui/dialog/debug.cpp:78 ../src/ui/dialog/messages.cpp:48 msgid "Capture log messages" msgstr "Lagr logbeskeder" #: ../src/ui/dialog/debug.cpp:80 msgid "Release log messages" msgstr "Tøm logbeskeder" #: ../src/ui/dialog/document-metadata.cpp:71 msgid "Metadata" msgstr "Metadata" #: ../src/ui/dialog/document-metadata.cpp:72 msgid "License" msgstr "Licens" #: ../src/ui/dialog/document-metadata.cpp:153 msgid "Dublin Core Entities" msgstr "Dublin Core Entities" #: ../src/ui/dialog/document-metadata.cpp:175 msgid "License" msgstr "Licens" #. --------------------------------------------------------------- #: ../src/ui/dialog/document-properties.cpp:96 msgid "Show page _border" msgstr "Vis side_kant" #: ../src/ui/dialog/document-properties.cpp:96 msgid "If set, rectangular page border is shown" msgstr "Hvis sat vises firkantet sidekant" #: ../src/ui/dialog/document-properties.cpp:97 msgid "Border on _top of drawing" msgstr "Kant i _toppen af tegning" #: ../src/ui/dialog/document-properties.cpp:97 msgid "If set, border is always on top of the drawing" msgstr "Hvis sat, er kanten altid i toppen af tegningen" #: ../src/ui/dialog/document-properties.cpp:98 msgid "_Show border shadow" msgstr "_Vis kantskygge" #: ../src/ui/dialog/document-properties.cpp:98 msgid "If set, page border shows a shadow on its right and lower side" msgstr "Hvis sat, vises en skygge kantens højre og nederste side" #: ../src/ui/dialog/document-properties.cpp:99 msgid "Back_ground:" msgstr "Ba_ggrund:" #: ../src/ui/dialog/document-properties.cpp:99 msgid "" "Color and transparency of the page background (also used for bitmap export)" msgstr "" "Sidebaggrundens farve og gennemsigtighed (bruges og til punktbilledeksport)" #: ../src/ui/dialog/document-properties.cpp:100 msgid "Border _color:" msgstr "_Kantfarve:" #: ../src/ui/dialog/document-properties.cpp:100 msgid "Page border color" msgstr "Sidekantfarve" #: ../src/ui/dialog/document-properties.cpp:100 msgid "Color of the page border" msgstr "Farve på sidekant" #: ../src/ui/dialog/document-properties.cpp:101 msgid "Default _units:" msgstr "Standard_enheder:" #. --------------------------------------------------------------- #. General snap options #: ../src/ui/dialog/document-properties.cpp:105 msgid "Show _guides" msgstr "Vis h_jælpelinier" #: ../src/ui/dialog/document-properties.cpp:105 msgid "Show or hide guides" msgstr "Vis/skjul hjælpelinjer" #: ../src/ui/dialog/document-properties.cpp:106 msgid "Guide co_lor:" msgstr "Farve på hjælpe_linjer:" #: ../src/ui/dialog/document-properties.cpp:106 msgid "Guideline color" msgstr "Farver for hjælpelinier" #: ../src/ui/dialog/document-properties.cpp:106 msgid "Color of guidelines" msgstr "Farve på hjælpelinjer" #: ../src/ui/dialog/document-properties.cpp:107 msgid "_Highlight color:" msgstr "Farve på frem_hævning:" #: ../src/ui/dialog/document-properties.cpp:107 msgid "Highlighted guideline color" msgstr "Farve på fremhævede hjælpelinjer" #: ../src/ui/dialog/document-properties.cpp:107 msgid "Color of a guideline when it is under mouse" msgstr "Farve på hjælpelinje når den er under musemarkøren" #. --------------------------------------------------------------- #: ../src/ui/dialog/document-properties.cpp:109 #, fuzzy msgid "Snap _distance" msgstr "Inkscap: _Avanceret" #: ../src/ui/dialog/document-properties.cpp:109 msgid "Snap only when _closer than:" msgstr "" #: ../src/ui/dialog/document-properties.cpp:109 #: ../src/ui/dialog/document-properties.cpp:114 #: ../src/ui/dialog/document-properties.cpp:119 msgid "Always snap" msgstr "" #: ../src/ui/dialog/document-properties.cpp:110 msgid "Snapping distance, in screen pixels, for snapping to objects" msgstr "" #: ../src/ui/dialog/document-properties.cpp:110 #, fuzzy msgid "Always snap to objects, regardless of their distance" msgstr "" "Hvis sat, hænges objektet på nærmeste objekt, uden hensyntagen til afstanden" #: ../src/ui/dialog/document-properties.cpp:111 msgid "" "If set, objects only snap to another object when it's within the range " "specified below" msgstr "" #. Options for snapping to grids #: ../src/ui/dialog/document-properties.cpp:114 #, fuzzy msgid "Snap d_istance" msgstr "Inkscap: _Avanceret" #: ../src/ui/dialog/document-properties.cpp:114 msgid "Snap only when c_loser than:" msgstr "" #: ../src/ui/dialog/document-properties.cpp:115 msgid "Snapping distance, in screen pixels, for snapping to grid" msgstr "" #: ../src/ui/dialog/document-properties.cpp:115 #, fuzzy msgid "Always snap to grids, regardless of the distance" msgstr "" "Hvis sat, hænges objekter på nærmeste hjælpelinje når det flyttes, uden " "hensyntagen til afstanden" #: ../src/ui/dialog/document-properties.cpp:116 msgid "" "If set, objects only snap to a grid line when it's within the range " "specified below" msgstr "" #. Options for snapping to guides #: ../src/ui/dialog/document-properties.cpp:119 #, fuzzy msgid "Snap dist_ance" msgstr "Inkscap: _Avanceret" #: ../src/ui/dialog/document-properties.cpp:119 msgid "Snap only when close_r than:" msgstr "" #: ../src/ui/dialog/document-properties.cpp:120 msgid "Snapping distance, in screen pixels, for snapping to guides" msgstr "" #: ../src/ui/dialog/document-properties.cpp:120 #, fuzzy msgid "Always snap to guides, regardless of the distance" msgstr "" "Hvis sat, hænges objekter på nærmeste hjælpelinje når det flyttes, uden " "hensyntagen til afstanden" #: ../src/ui/dialog/document-properties.cpp:121 msgid "" "If set, objects only snap to a guide when it's within the range specified " "below" msgstr "" #. --------------------------------------------------------------- #: ../src/ui/dialog/document-properties.cpp:124 #, fuzzy msgid "Snap to clip paths" msgstr "Hæng på objekt_stier" #: ../src/ui/dialog/document-properties.cpp:124 msgid "When snapping to paths, then also try snapping to clip paths" msgstr "" #: ../src/ui/dialog/document-properties.cpp:125 #, fuzzy msgid "Snap to mask paths" msgstr "Hæng på objekt_stier" #: ../src/ui/dialog/document-properties.cpp:125 msgid "When snapping to paths, then also try snapping to mask paths" msgstr "" #: ../src/ui/dialog/document-properties.cpp:126 msgid "Snap perpendicularly" msgstr "" #: ../src/ui/dialog/document-properties.cpp:126 msgid "" "When snapping to paths or guides, then also try snapping perpendicularly" msgstr "" #: ../src/ui/dialog/document-properties.cpp:127 #, fuzzy msgid "Snap tangentially" msgstr "Uindfattet udfyldning" #: ../src/ui/dialog/document-properties.cpp:127 msgid "When snapping to paths or guides, then also try snapping tangentially" msgstr "" #: ../src/ui/dialog/document-properties.cpp:134 #, fuzzy msgctxt "Grid" msgid "_New" msgstr "_Ny" #: ../src/ui/dialog/document-properties.cpp:134 #, fuzzy msgid "Create new grid." msgstr "Opret ellipse" #: ../src/ui/dialog/document-properties.cpp:135 #, fuzzy msgctxt "Grid" msgid "_Remove" msgstr "Fjern" #: ../src/ui/dialog/document-properties.cpp:135 #, fuzzy msgid "Remove selected grid." msgstr "Husk valgte" #: ../src/ui/dialog/document-properties.cpp:146 #: ../src/widgets/toolbox.cpp:2572 #, fuzzy msgid "Guides" msgstr "H_jælpelinjer" #: ../src/ui/dialog/document-properties.cpp:148 ../src/verbs.cpp:2578 #, fuzzy msgid "Snap" msgstr "Stempl" #: ../src/ui/dialog/document-properties.cpp:149 #, fuzzy msgid "Color Management" msgstr "Farve på sidekant" #: ../src/ui/dialog/document-properties.cpp:150 #, fuzzy msgid "Scripting" msgstr "Script" #: ../src/ui/dialog/document-properties.cpp:245 msgid "General" msgstr "Generelt" #: ../src/ui/dialog/document-properties.cpp:247 msgid "Border" msgstr "Kant" #: ../src/ui/dialog/document-properties.cpp:249 #, fuzzy msgid "Page Size" msgstr "Linje" #: ../src/ui/dialog/document-properties.cpp:276 msgid "Guides" msgstr "Hjælpelinjer" #: ../src/ui/dialog/document-properties.cpp:294 #, fuzzy msgid "Snap to objects" msgstr "Hæng _knudepunkter på objekter" #: ../src/ui/dialog/document-properties.cpp:296 #, fuzzy msgid "Snap to grids" msgstr "Gitter-påhængning" #: ../src/ui/dialog/document-properties.cpp:298 #, fuzzy msgid "Snap to guides" msgstr "Hæng p_unkter på hjælpelinjer" #: ../src/ui/dialog/document-properties.cpp:300 #, fuzzy msgid "Miscellaneous" msgstr "Forskellige vink og trick" #. TODO check if this next line was sometimes needed. It being there caused an assertion. #. Inkscape::GC::release(defsRepr); #. inform the document, so we can undo #. Color Management #: ../src/ui/dialog/document-properties.cpp:421 ../src/verbs.cpp:2748 #, fuzzy msgid "Link Color Profile" msgstr "Vælg gennemsnitsfarver fra billede" #: ../src/ui/dialog/document-properties.cpp:513 msgid "Remove linked color profile" msgstr "" #: ../src/ui/dialog/document-properties.cpp:530 #, fuzzy msgid "Linked Color Profiles:" msgstr "Generelt" #: ../src/ui/dialog/document-properties.cpp:536 msgid "Available Color Profiles:" msgstr "" #: ../src/ui/dialog/document-properties.cpp:538 #, fuzzy msgid "Link Profile" msgstr "Linke_genskaber" #: ../src/ui/dialog/document-properties.cpp:565 #, fuzzy msgid "Profile Name" msgstr "Sæt filnavn" #: ../src/ui/dialog/document-properties.cpp:597 #, fuzzy msgid "External scripts" msgstr "Redigér udfyldning..." #: ../src/ui/dialog/document-properties.cpp:598 #, fuzzy msgid "Embedded scripts" msgstr "Fjern" #: ../src/ui/dialog/document-properties.cpp:608 #, fuzzy msgid "External script files:" msgstr "Hæng p_unkter på hjælpelinjer" #: ../src/ui/dialog/document-properties.cpp:610 #, fuzzy msgid "Add" msgstr "_Tilføj" #: ../src/ui/dialog/document-properties.cpp:633 #, fuzzy msgid "Filename" msgstr "Sæt filnavn" #: ../src/ui/dialog/document-properties.cpp:646 #, fuzzy msgid "Embedded script files:" msgstr "Hæng p_unkter på hjælpelinjer" #: ../src/ui/dialog/document-properties.cpp:648 #, fuzzy msgid "New" msgstr "Ny" #: ../src/ui/dialog/document-properties.cpp:670 #, fuzzy msgid "Script id" msgstr "Script" #: ../src/ui/dialog/document-properties.cpp:680 #, fuzzy msgid "Content:" msgstr "Eksponent:" #. inform the document, so we can undo #: ../src/ui/dialog/document-properties.cpp:743 #, fuzzy msgid "Add external script..." msgstr "Redigér udfyldning..." #. inform the document, so we can undo #: ../src/ui/dialog/document-properties.cpp:760 #, fuzzy msgid "Add embedded script..." msgstr "Redigér udfyldning..." #. inform the document, so we can undo #: ../src/ui/dialog/document-properties.cpp:790 #, fuzzy msgid "Remove external script" msgstr "Fjern tekst fra sti" #. inform the document, so we can undo #: ../src/ui/dialog/document-properties.cpp:822 #, fuzzy msgid "Remove embedded script" msgstr "Fjern" #. TODO repr->set_content(_EmbeddedContent.get_buffer()->get_text()); #. inform the document, so we can undo #: ../src/ui/dialog/document-properties.cpp:905 #, fuzzy msgid "Edit embedded script" msgstr "Fjern" #: ../src/ui/dialog/document-properties.cpp:988 #, fuzzy msgid "Creation" msgstr " _Opret " #: ../src/ui/dialog/document-properties.cpp:989 #, fuzzy msgid "Defined grids" msgstr "Generelt" #: ../src/ui/dialog/document-properties.cpp:1196 #, fuzzy msgid "Remove grid" msgstr "Fjern" #: ../src/ui/dialog/extension-editor.cpp:81 msgid "Information" msgstr "Information" #: ../src/ui/dialog/extension-editor.cpp:82 #: ../share/extensions/color_custom.inx.h:12 #: ../share/extensions/color_randomize.inx.h:3 #: ../share/extensions/dots.inx.h:3 #: ../share/extensions/draw_from_triangle.inx.h:20 #: ../share/extensions/dxf_input.inx.h:11 #: ../share/extensions/dxf_outlines.inx.h:16 #: ../share/extensions/gcodetools_about.inx.h:5 #: ../share/extensions/gcodetools_area.inx.h:28 #: ../share/extensions/gcodetools_check_for_updates.inx.h:5 #: ../share/extensions/gcodetools_dxf_points.inx.h:14 #: ../share/extensions/gcodetools_engraving.inx.h:16 #: ../share/extensions/gcodetools_graffiti.inx.h:18 #: ../share/extensions/gcodetools_lathe.inx.h:20 #: ../share/extensions/gcodetools_orientation_points.inx.h:5 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:17 #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:6 #: ../share/extensions/gcodetools_tools_library.inx.h:3 #: ../share/extensions/generate_voronoi.inx.h:6 #: ../share/extensions/gimp_xcf.inx.h:3 #: ../share/extensions/interp_att_g.inx.h:8 #: ../share/extensions/jessyInk_autoTexts.inx.h:3 #: ../share/extensions/jessyInk_effects.inx.h:8 #: ../share/extensions/jessyInk_export.inx.h:2 #: ../share/extensions/jessyInk_install.inx.h:1 #: ../share/extensions/jessyInk_keyBindings.inx.h:8 #: ../share/extensions/jessyInk_masterSlide.inx.h:1 #: ../share/extensions/jessyInk_mouseHandler.inx.h:3 #: ../share/extensions/jessyInk_summary.inx.h:1 #: ../share/extensions/jessyInk_transitions.inx.h:5 #: ../share/extensions/jessyInk_uninstall.inx.h:1 #: ../share/extensions/jessyInk_video.inx.h:1 #: ../share/extensions/jessyInk_view.inx.h:3 #: ../share/extensions/layout_nup.inx.h:15 #: ../share/extensions/lindenmayer.inx.h:23 #: ../share/extensions/lorem_ipsum.inx.h:1 #: ../share/extensions/measure.inx.h:19 #: ../share/extensions/pathalongpath.inx.h:5 #: ../share/extensions/pathscatter.inx.h:6 #: ../share/extensions/radiusrand.inx.h:1 ../share/extensions/split.inx.h:1 #: ../share/extensions/voronoi2svg.inx.h:5 #: ../share/extensions/webslicer_create_group.inx.h:5 #: ../share/extensions/webslicer_export.inx.h:5 #: ../share/extensions/web-set-att.inx.h:4 #: ../share/extensions/web-transmit-att.inx.h:4 msgid "Help" msgstr "Hjælp" #: ../src/ui/dialog/extension-editor.cpp:83 msgid "Parameters" msgstr "Parametre" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:394 #, fuzzy msgid "No preview" msgstr "Forhåndsvis" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:500 msgid "too large for preview" msgstr "" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:590 #, fuzzy msgid "Enable preview" msgstr "Forhåndsvis" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:739 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:740 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:750 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:751 #: ../src/ui/dialog/filedialogimpl-win32.cpp:221 #: ../src/ui/dialog/filedialogimpl-win32.cpp:352 #, fuzzy msgid "All Files" msgstr "Alle typer" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:745 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:746 #: ../src/ui/dialog/filedialogimpl-win32.cpp:222 #, fuzzy msgid "All Inkscape Files" msgstr "Alle figurer" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:756 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:757 #: ../src/ui/dialog/filedialogimpl-win32.cpp:223 #, fuzzy msgid "All Images" msgstr "Indlejr alle billeder" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:761 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:762 #: ../src/ui/dialog/filedialogimpl-win32.cpp:224 #, fuzzy msgid "All Vectors" msgstr "Markeringsværktøj" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:766 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:767 #: ../src/ui/dialog/filedialogimpl-win32.cpp:225 #, fuzzy msgid "All Bitmaps" msgstr "Vælg maske" #. ###### File options #. ###### Do we want the .xxx extension automatically added? #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:961 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1517 msgid "Append filename extension automatically" msgstr "" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1123 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1381 #, fuzzy msgid "Guess from extension" msgstr "Taget fra markering" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1402 msgid "Left edge of source" msgstr "" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1403 msgid "Top edge of source" msgstr "" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1404 #, fuzzy msgid "Right edge of source" msgstr "Kilde" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1405 msgid "Bottom edge of source" msgstr "" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1406 #, fuzzy msgid "Source width" msgstr "Kildes bredde" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1407 #, fuzzy msgid "Source height" msgstr "Højde:" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1408 #, fuzzy msgid "Destination width" msgstr "Udskrivningsdestination" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1409 #, fuzzy msgid "Destination height" msgstr "Destinationens højde" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1410 #, fuzzy msgid "Resolution (dots per inch)" msgstr "Foretrukken opløsning af punktbillede (dpi)" #. ######################################### #. ## EXTRA WIDGET -- SOURCE SIDE #. ######################################### #. ##### Export options buttons/spinners, etc #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1448 #, fuzzy msgid "Document" msgstr "Dokument" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1460 #, fuzzy msgctxt "Export dialog" msgid "Custom" msgstr "_Brugerdefineret" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1480 msgid "Source" msgstr "Kilde" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1500 #, fuzzy msgid "Cairo" msgstr "Cairo" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1503 msgid "Antialias" msgstr "" #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1529 #, fuzzy msgid "Destination" msgstr "Udskrivningsdestination" #: ../src/ui/dialog/filedialogimpl-win32.cpp:353 #, fuzzy msgid "All Executable Files" msgstr "Indlejr alle billeder" #: ../src/ui/dialog/filedialogimpl-win32.cpp:545 #, fuzzy msgid "Show Preview" msgstr "Forhåndsvis" #: ../src/ui/dialog/filedialogimpl-win32.cpp:683 #, fuzzy msgid "No file selected" msgstr "Intet dokument valgt" #: ../src/ui/dialog/fill-and-stroke.cpp:58 #, fuzzy msgid "_Fill" msgstr "Udfyldning" #: ../src/ui/dialog/fill-and-stroke.cpp:59 msgid "Stroke _paint" msgstr "Streg_farve" #: ../src/ui/dialog/fill-and-stroke.cpp:60 msgid "Stroke st_yle" msgstr "Stregst_il" #. TRANSLATORS: this dialog is accessible via menu Filters - Filter editor #: ../src/ui/dialog/filter-effects-dialog.cpp:484 msgid "" "This matrix determines a linear transform on color space. Each line affects " "one of the color components. Each column determines how much of each color " "component from the input is passed to the output. The last column does not " "depend on input colors, so can be used to adjust a constant component value." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:598 #, fuzzy msgid "Image File" msgstr "Billede" #: ../src/ui/dialog/filter-effects-dialog.cpp:601 #, fuzzy msgid "Selected SVG Element" msgstr "Slet linjestykke" #. TODO: any image, not just svg #: ../src/ui/dialog/filter-effects-dialog.cpp:671 #, fuzzy msgid "Select an image to be used as feImage input" msgstr "Markér et billede og et eller flere figurer ovenover det" #: ../src/ui/dialog/filter-effects-dialog.cpp:763 msgid "This SVG filter effect does not require any parameters." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:769 msgid "This SVG filter effect is not yet implemented in Inkscape." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:964 #: ../src/ui/dialog/filter-effects-dialog.cpp:966 #, fuzzy msgid "Light Source:" msgstr "Kilde" #: ../src/ui/dialog/filter-effects-dialog.cpp:984 msgid "Azimuth" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:984 msgid "Direction angle for the light source on the XY plane, in degrees" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:985 #, fuzzy msgid "Elevation" msgstr "Relationer" #: ../src/ui/dialog/filter-effects-dialog.cpp:985 msgid "Direction angle for the light source on the YZ plane, in degrees" msgstr "" #. default x: #. default y: #. default z: #: ../src/ui/dialog/filter-effects-dialog.cpp:988 #: ../src/ui/dialog/filter-effects-dialog.cpp:991 #, fuzzy msgid "Location:" msgstr "_Rotering" #: ../src/ui/dialog/filter-effects-dialog.cpp:988 #: ../src/ui/dialog/filter-effects-dialog.cpp:991 #: ../src/ui/dialog/filter-effects-dialog.cpp:994 #, fuzzy msgid "X coordinate" msgstr "Markørkoordinater" #: ../src/ui/dialog/filter-effects-dialog.cpp:988 #: ../src/ui/dialog/filter-effects-dialog.cpp:991 #: ../src/ui/dialog/filter-effects-dialog.cpp:994 #, fuzzy msgid "Y coordinate" msgstr "Markørkoordinater" #: ../src/ui/dialog/filter-effects-dialog.cpp:988 #: ../src/ui/dialog/filter-effects-dialog.cpp:991 #: ../src/ui/dialog/filter-effects-dialog.cpp:994 #, fuzzy msgid "Z coordinate" msgstr "Markørkoordinater" #: ../src/ui/dialog/filter-effects-dialog.cpp:994 #, fuzzy msgid "Points At" msgstr "Punkter" #: ../src/ui/dialog/filter-effects-dialog.cpp:995 #, fuzzy msgid "Specular Exponent" msgstr "Eksponent" #: ../src/ui/dialog/filter-effects-dialog.cpp:995 msgid "Exponent value controlling the focus for the light source" msgstr "" #. TODO: here I have used 100 degrees as default value. But spec says that if not specified, no limiting cone is applied. So, there should be a way for the user to set a "no limiting cone" option. #: ../src/ui/dialog/filter-effects-dialog.cpp:997 #, fuzzy msgid "Cone Angle" msgstr "Vinkel" #: ../src/ui/dialog/filter-effects-dialog.cpp:997 msgid "" "This is the angle between the spot light axis (i.e. the axis between the " "light source and the point to which it is pointing at) and the spot light " "cone. No light is projected outside this cone." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:1060 msgid "New light source" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:1105 #, fuzzy msgid "_Duplicate" msgstr "Duplikér" #: ../src/ui/dialog/filter-effects-dialog.cpp:1131 #, fuzzy msgid "_Filter" msgstr "Fladhed" #: ../src/ui/dialog/filter-effects-dialog.cpp:1150 #, fuzzy msgid "R_ename" msgstr "_Omdøb" #: ../src/ui/dialog/filter-effects-dialog.cpp:1255 #, fuzzy msgid "Rename filter" msgstr "Fjern udfyldning" #: ../src/ui/dialog/filter-effects-dialog.cpp:1292 #, fuzzy msgid "Apply filter" msgstr "Tilføj lag" #: ../src/ui/dialog/filter-effects-dialog.cpp:1361 #, fuzzy msgid "filter" msgstr "Fladhed" #: ../src/ui/dialog/filter-effects-dialog.cpp:1368 #, fuzzy msgid "Add filter" msgstr "Tilføj lag" #: ../src/ui/dialog/filter-effects-dialog.cpp:1397 #, fuzzy msgid "Duplicate filter" msgstr "Kopiér knudepunkt" #: ../src/ui/dialog/filter-effects-dialog.cpp:1455 #, fuzzy msgid "_Effect" msgstr "Effe_kter" #: ../src/ui/dialog/filter-effects-dialog.cpp:1463 #, fuzzy msgid "Connections" msgstr "Forbinder" #: ../src/ui/dialog/filter-effects-dialog.cpp:1599 msgid "Remove filter primitive" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2002 #, fuzzy msgid "Remove merge node" msgstr "Fjern streg" #: ../src/ui/dialog/filter-effects-dialog.cpp:2121 msgid "Reorder filter primitive" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2162 #, fuzzy msgid "Add Effect:" msgstr "Effe_kter" #: ../src/ui/dialog/filter-effects-dialog.cpp:2164 #: ../src/ui/dialog/filter-effects-dialog.cpp:2167 #, fuzzy msgid "No effect selected" msgstr "Intet dokument valgt" #: ../src/ui/dialog/filter-effects-dialog.cpp:2165 #: ../src/ui/dialog/filter-effects-dialog.cpp:2168 #, fuzzy msgid "No filter selected" msgstr "Intet dokument valgt" #: ../src/ui/dialog/filter-effects-dialog.cpp:2207 #, fuzzy msgid "Effect parameters" msgstr "Firkant" #: ../src/ui/dialog/filter-effects-dialog.cpp:2208 msgid "Filter General Settings" msgstr "" #. default x: #. default y: #: ../src/ui/dialog/filter-effects-dialog.cpp:2264 #, fuzzy msgid "Coordinates:" msgstr "Markørkoordinater" #: ../src/ui/dialog/filter-effects-dialog.cpp:2264 #, fuzzy msgid "X coordinate of the left corners of filter effects region" msgstr "Opret og fliselæg klonerne i markeringen" #: ../src/ui/dialog/filter-effects-dialog.cpp:2264 msgid "Y coordinate of the upper corners of filter effects region" msgstr "" #. default width: #. default height: #: ../src/ui/dialog/filter-effects-dialog.cpp:2265 #, fuzzy msgid "Dimensions:" msgstr "Opdeling" #: ../src/ui/dialog/filter-effects-dialog.cpp:2265 #, fuzzy msgid "Width of filter effects region" msgstr "Bredde på markering" #: ../src/ui/dialog/filter-effects-dialog.cpp:2265 #, fuzzy msgid "Height of filter effects region" msgstr "Højde på markering" #: ../src/ui/dialog/filter-effects-dialog.cpp:2271 msgid "" "Indicates the type of matrix operation. The keyword 'matrix' indicates that " "a full 5x4 matrix of values will be provided. The other keywords represent " "convenience shortcuts to allow commonly used color operations to be " "performed without specifying a complete matrix." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2272 #, fuzzy msgid "Value(s):" msgstr "Værdi" #: ../src/ui/dialog/filter-effects-dialog.cpp:2287 #: ../src/ui/dialog/filter-effects-dialog.cpp:2327 #, fuzzy msgid "Operator:" msgstr "Forfatter" #: ../src/ui/dialog/filter-effects-dialog.cpp:2288 msgid "K1:" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2288 #: ../src/ui/dialog/filter-effects-dialog.cpp:2289 #: ../src/ui/dialog/filter-effects-dialog.cpp:2290 #: ../src/ui/dialog/filter-effects-dialog.cpp:2291 msgid "" "If the arithmetic operation is chosen, each result pixel is computed using " "the formula k1*i1*i2 + k2*i1 + k3*i2 + k4 where i1 and i2 are the pixel " "values of the first and second inputs respectively." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2289 msgid "K2:" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2290 msgid "K3:" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2291 msgid "K4:" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2294 #, fuzzy msgid "Size:" msgstr "Størrelse" #: ../src/ui/dialog/filter-effects-dialog.cpp:2294 #, fuzzy msgid "width of the convolve matrix" msgstr "Papirbredde" #: ../src/ui/dialog/filter-effects-dialog.cpp:2294 #, fuzzy msgid "height of the convolve matrix" msgstr "Højde på firkanten der skal udfyldes" #. default x: #. default y: #: ../src/ui/dialog/filter-effects-dialog.cpp:2295 #: ../src/ui/dialog/object-attributes.cpp:38 msgid "Target:" msgstr "Mål:" #: ../src/ui/dialog/filter-effects-dialog.cpp:2295 msgid "" "X coordinate of the target point in the convolve matrix. The convolution is " "applied to pixels around this point." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2295 msgid "" "Y coordinate of the target point in the convolve matrix. The convolution is " "applied to pixels around this point." msgstr "" #. TRANSLATORS: for info on "Kernel", see http://en.wikipedia.org/wiki/Kernel_(matrix) #: ../src/ui/dialog/filter-effects-dialog.cpp:2297 #, fuzzy msgid "Kernel:" msgstr "Br_ugernavn:" #: ../src/ui/dialog/filter-effects-dialog.cpp:2297 msgid "" "This matrix describes the convolve operation that is applied to the input " "image in order to calculate the pixel colors at the output. Different " "arrangements of values in this matrix result in various possible visual " "effects. An identity matrix would lead to a motion blur effect (parallel to " "the matrix diagonal) while a matrix filled with a constant non-zero value " "would lead to a common blur effect." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2299 #, fuzzy msgid "Divisor:" msgstr "Opdeling" #: ../src/ui/dialog/filter-effects-dialog.cpp:2299 msgid "" "After applying the kernelMatrix to the input image to yield a number, that " "number is divided by divisor to yield the final destination color value. A " "divisor that is the sum of all the matrix values tends to have an evening " "effect on the overall color intensity of the result." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2300 #, fuzzy msgid "Bias:" msgstr "Vælg maske" #: ../src/ui/dialog/filter-effects-dialog.cpp:2300 msgid "" "This value is added to each component. This is useful to define a constant " "value as the zero response of the filter." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2301 #, fuzzy msgid "Edge Mode:" msgstr "Flyt" #: ../src/ui/dialog/filter-effects-dialog.cpp:2301 msgid "" "Determines how to extend the input image as necessary with color values so " "that the matrix operations can be applied when the kernel is positioned at " "or near the edge of the input image." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2302 #, fuzzy msgid "Preserve Alpha" msgstr "Bevaret" #: ../src/ui/dialog/filter-effects-dialog.cpp:2302 msgid "If set, the alpha channel won't be altered by this filter primitive." msgstr "" #. default: white #: ../src/ui/dialog/filter-effects-dialog.cpp:2305 #, fuzzy msgid "Diffuse Color:" msgstr "Farver:" #: ../src/ui/dialog/filter-effects-dialog.cpp:2305 #: ../src/ui/dialog/filter-effects-dialog.cpp:2338 msgid "Defines the color of the light source" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2306 #: ../src/ui/dialog/filter-effects-dialog.cpp:2339 #, fuzzy msgid "Surface Scale:" msgstr "Kantet ende" #: ../src/ui/dialog/filter-effects-dialog.cpp:2306 #: ../src/ui/dialog/filter-effects-dialog.cpp:2339 msgid "" "This value amplifies the heights of the bump map defined by the input alpha " "channel" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2307 #: ../src/ui/dialog/filter-effects-dialog.cpp:2340 #, fuzzy msgid "Constant:" msgstr "Forbind" #: ../src/ui/dialog/filter-effects-dialog.cpp:2307 #: ../src/ui/dialog/filter-effects-dialog.cpp:2340 msgid "This constant affects the Phong lighting model." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2308 #: ../src/ui/dialog/filter-effects-dialog.cpp:2342 msgid "Kernel Unit Length:" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2312 msgid "This defines the intensity of the displacement effect." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2313 #, fuzzy msgid "X displacement:" msgstr "Maksimal linjestykkelængde" #: ../src/ui/dialog/filter-effects-dialog.cpp:2313 msgid "Color component that controls the displacement in the X direction" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2314 #, fuzzy msgid "Y displacement:" msgstr "Maksimal linjestykkelængde" #: ../src/ui/dialog/filter-effects-dialog.cpp:2314 msgid "Color component that controls the displacement in the Y direction" msgstr "" #. default: black #: ../src/ui/dialog/filter-effects-dialog.cpp:2317 #, fuzzy msgid "Flood Color:" msgstr "Stopfarve" #: ../src/ui/dialog/filter-effects-dialog.cpp:2317 msgid "The whole filter region will be filled with this color." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2321 #, fuzzy msgid "Standard Deviation:" msgstr "Udskrivningsdestination" #: ../src/ui/dialog/filter-effects-dialog.cpp:2321 msgid "The standard deviation for the blur operation." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2327 msgid "" "Erode: performs \"thinning\" of input image.\n" "Dilate: performs \"fattenning\" of input image." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2331 #, fuzzy msgid "Source of Image:" msgstr "Antal trin" #: ../src/ui/dialog/filter-effects-dialog.cpp:2334 #, fuzzy msgid "Delta X:" msgstr "Slet" #: ../src/ui/dialog/filter-effects-dialog.cpp:2334 msgid "This is how far the input image gets shifted to the right" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2335 #, fuzzy msgid "Delta Y:" msgstr "Slet" #: ../src/ui/dialog/filter-effects-dialog.cpp:2335 msgid "This is how far the input image gets shifted downwards" msgstr "" #. default: white #: ../src/ui/dialog/filter-effects-dialog.cpp:2338 #, fuzzy msgid "Specular Color:" msgstr "Stopfarve" #: ../src/ui/dialog/filter-effects-dialog.cpp:2341 #: ../share/extensions/interp.inx.h:2 #, fuzzy msgid "Exponent:" msgstr "Eksponent" #: ../src/ui/dialog/filter-effects-dialog.cpp:2341 msgid "Exponent for specular term, larger is more \"shiny\"." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2350 msgid "" "Indicates whether the filter primitive should perform a noise or turbulence " "function." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2351 msgid "Base Frequency:" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2352 #, fuzzy msgid "Octaves:" msgstr "Udløs:" #: ../src/ui/dialog/filter-effects-dialog.cpp:2353 #, fuzzy msgid "Seed:" msgstr "Hastighed:" #: ../src/ui/dialog/filter-effects-dialog.cpp:2353 msgid "The starting number for the pseudo random number generator." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2365 msgid "Add filter primitive" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2382 msgid "" "The feBlend filter primitive provides 4 image blending modes: screen, " "multiply, darken and lighten." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2386 msgid "" "The feColorMatrix filter primitive applies a matrix transformation to " "color of each rendered pixel. This allows for effects like turning object to " "grayscale, modifying color saturation and changing color hue." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2390 msgid "" "The feComponentTransfer filter primitive manipulates the input's " "color components (red, green, blue, and alpha) according to particular " "transfer functions, allowing operations like brightness and contrast " "adjustment, color balance, and thresholding." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2394 msgid "" "The feComposite filter primitive composites two images using one of " "the Porter-Duff blending modes or the arithmetic mode described in SVG " "standard. Porter-Duff blending modes are essentially logical operations " "between the corresponding pixel values of the images." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2398 msgid "" "The feConvolveMatrix lets you specify a Convolution to be applied on " "the image. Common effects created using convolution matrices are blur, " "sharpening, embossing and edge detection. Note that while gaussian blur can " "be created using this filter primitive, the special gaussian blur primitive " "is faster and resolution-independent." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2402 msgid "" "The feDiffuseLighting and feSpecularLighting filter primitives create " "\"embossed\" shadings. The input's alpha channel is used to provide depth " "information: higher opacity areas are raised toward the viewer and lower " "opacity areas recede away from the viewer." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2406 msgid "" "The feDisplacementMap filter primitive displaces the pixels in the " "first input using the second input as a displacement map, that shows from " "how far the pixel should come from. Classical examples are whirl and pinch " "effects." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2410 msgid "" "The feFlood filter primitive fills the region with a given color and " "opacity. It is usually used as an input to other filters to apply color to " "a graphic." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2414 msgid "" "The feGaussianBlur filter primitive uniformly blurs its input. It is " "commonly used together with feOffset to create a drop shadow effect." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2418 msgid "" "The feImage filter primitive fills the region with an external image " "or another part of the document." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2422 msgid "" "The feMerge filter primitive composites several temporary images " "inside the filter primitive to a single image. It uses normal alpha " "compositing for this. This is equivalent to using several feBlend primitives " "in 'normal' mode or several feComposite primitives in 'over' mode." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2426 msgid "" "The feMorphology filter primitive provides erode and dilate effects. " "For single-color objects erode makes the object thinner and dilate makes it " "thicker." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2430 msgid "" "The feOffset filter primitive offsets the image by an user-defined " "amount. For example, this is useful for drop shadows, where the shadow is in " "a slightly different position than the actual object." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2434 msgid "" "The feDiffuseLighting and feSpecularLighting filter primitives create " "\"embossed\" shadings. The input's alpha channel is used to provide depth " "information: higher opacity areas are raised toward the viewer and lower " "opacity areas recede away from the viewer." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2438 msgid "" "The feTile filter primitive tiles a region with its input graphic" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2442 msgid "" "The feTurbulence filter primitive renders Perlin noise. This kind of " "noise is useful in simulating several nature phenomena like clouds, fire and " "smoke and in generating complex textures like marble or granite." msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2461 msgid "Duplicate filter primitive" msgstr "" #: ../src/ui/dialog/filter-effects-dialog.cpp:2514 #, fuzzy msgid "Set filter primitive attribute" msgstr "Slet attribut" #: ../src/ui/dialog/find.cpp:67 msgid "F_ind:" msgstr "" #: ../src/ui/dialog/find.cpp:67 #, fuzzy msgid "Find objects by their content (exact or partial match)" msgstr "Find objekter ud fra deres tekstindhold (nøjagtig eller delvis match)" #: ../src/ui/dialog/find.cpp:68 #, fuzzy msgid "Re_place:" msgstr "_Slip" #: ../src/ui/dialog/find.cpp:68 msgid "Replace found objects with this value " msgstr "" #: ../src/ui/dialog/find.cpp:70 msgid "_All" msgstr "" #: ../src/ui/dialog/find.cpp:70 #, fuzzy msgid "Search in all layers" msgstr "Markér i alle lag" #: ../src/ui/dialog/find.cpp:71 #, fuzzy msgid "Current _layer" msgstr "Aktuelt lag" #: ../src/ui/dialog/find.cpp:72 #, fuzzy msgid "S_election" msgstr "Markering" #: ../src/ui/dialog/find.cpp:73 msgid "Te_xt" msgstr "" #: ../src/ui/dialog/find.cpp:73 #, fuzzy msgid "Search in text objects" msgstr "Søg efter tekstobjekter" #: ../src/ui/dialog/find.cpp:74 #, fuzzy msgid "_Properties" msgstr "Linke_genskaber" #: ../src/ui/dialog/find.cpp:74 msgid "Search in object properties, styles, attributes and IDs" msgstr "" #: ../src/ui/dialog/find.cpp:75 #, fuzzy msgid "Search in" msgstr "Søg efter grupper" #: ../src/ui/dialog/find.cpp:76 msgid "Scope" msgstr "" #: ../src/ui/dialog/find.cpp:79 #, fuzzy msgid "Case sensiti_ve" msgstr "Gribefølsomhed:" #: ../src/ui/dialog/find.cpp:79 msgid "Match upper/lower case" msgstr "" #: ../src/ui/dialog/find.cpp:80 #, fuzzy msgid "E_xact match" msgstr "Udpak et billede" #: ../src/ui/dialog/find.cpp:80 #, fuzzy msgid "Match whole objects only" msgstr "Vend markerede objekter vandret" #: ../src/ui/dialog/find.cpp:82 #, fuzzy msgid "Include loc_ked" msgstr "Inkludér l_åste" #: ../src/ui/dialog/find.cpp:84 #, fuzzy msgid "General" msgstr "Generelt" #: ../src/ui/dialog/find.cpp:86 #, fuzzy msgid "_ID" msgstr "_ID: " #: ../src/ui/dialog/find.cpp:86 #, fuzzy msgid "Search id name" msgstr "Søg efter billeder" #: ../src/ui/dialog/find.cpp:87 #, fuzzy msgid "Attribute _Name" msgstr "Attributnavn" #: ../src/ui/dialog/find.cpp:87 #, fuzzy msgid "Search attribute name" msgstr "Attributnavn" #: ../src/ui/dialog/find.cpp:88 #, fuzzy msgid "Attribute _Value" msgstr "Attributværdi" #: ../src/ui/dialog/find.cpp:88 #, fuzzy msgid "Search attribute value" msgstr "Attributværdi" #: ../src/ui/dialog/find.cpp:89 #, fuzzy msgid "_Style" msgstr "_Stil: " #: ../src/ui/dialog/find.cpp:89 #, fuzzy msgid "Search style" msgstr "Søg efter kloner" #: ../src/ui/dialog/find.cpp:90 #, fuzzy msgid "Search fonts" msgstr "Søg efter kloner" #: ../src/ui/dialog/find.cpp:91 #, fuzzy msgid "Properties" msgstr "Linke_genskaber" #: ../src/ui/dialog/find.cpp:93 #, fuzzy msgid "Search all object types" msgstr "Søg i alle objekttyper" #: ../src/ui/dialog/find.cpp:107 #, fuzzy msgid "Object Types" msgstr "Objekt" #: ../src/ui/dialog/find.cpp:110 #, fuzzy msgid "Select all objects matching the selected fields " msgstr "Markér objekter der matcher alle de felter du udfyldte" #: ../src/ui/dialog/find.cpp:111 #, fuzzy msgid "_Replace All" msgstr "_Slip" #: ../src/ui/dialog/find.cpp:111 msgid "Replace all the matching objects" msgstr "" #: ../src/ui/dialog/find.cpp:782 #, fuzzy msgid "Nothing to replace" msgstr "Ingen fortrydelse at annullere" #: ../src/ui/dialog/find.cpp:828 #, fuzzy msgid "objects" msgstr "Objekter" #: ../src/ui/dialog/find.cpp:828 #, fuzzy msgid "replaced" msgstr "_Slip" #: ../src/ui/dialog/find.cpp:828 #, fuzzy msgid "found" msgstr "Afrundet:" #: ../src/ui/dialog/find.cpp:836 #, fuzzy msgid "Text Replace" msgstr "_Slip" #: ../src/ui/dialog/find.cpp:840 #, fuzzy msgid "Not found" msgstr "Ikke afrundede" #: ../src/ui/dialog/find.cpp:866 #, fuzzy msgid "Select an object" msgstr "Duplikér markerede objekter" #: ../src/ui/dialog/find.cpp:884 #, fuzzy msgid "Select a property" msgstr "Udskrivningsegenskaber" #: ../src/ui/dialog/glyphs.cpp:53 ../src/ui/dialog/glyphs.cpp:145 #, fuzzy msgid "all" msgstr "Titel" #: ../src/ui/dialog/glyphs.cpp:54 msgid "common" msgstr "" #: ../src/ui/dialog/glyphs.cpp:55 msgid "inherited" msgstr "" #: ../src/ui/dialog/glyphs.cpp:56 ../src/ui/dialog/glyphs.cpp:158 #, fuzzy msgid "Arabic" msgstr "_Udgangspunkt X:" #: ../src/ui/dialog/glyphs.cpp:57 ../src/ui/dialog/glyphs.cpp:156 #, fuzzy msgid "Armenian" msgstr "Løst koblede" #: ../src/ui/dialog/glyphs.cpp:58 ../src/ui/dialog/glyphs.cpp:165 msgid "Bengali" msgstr "" #: ../src/ui/dialog/glyphs.cpp:59 ../src/ui/dialog/glyphs.cpp:247 #, fuzzy msgid "Bopomofo" msgstr "Zoom" #: ../src/ui/dialog/glyphs.cpp:60 ../src/ui/dialog/glyphs.cpp:182 #, fuzzy msgid "Cherokee" msgstr "Kombinér" #: ../src/ui/dialog/glyphs.cpp:61 ../src/ui/dialog/glyphs.cpp:235 #, fuzzy msgid "Coptic" msgstr "Kombineret" #: ../src/ui/dialog/glyphs.cpp:62 ../src/ui/dialog/glyphs.cpp:154 msgid "Cyrillic" msgstr "" #: ../src/ui/dialog/glyphs.cpp:63 #, fuzzy msgid "Deseret" msgstr "Fjern m_arkering" #: ../src/ui/dialog/glyphs.cpp:64 ../src/ui/dialog/glyphs.cpp:164 msgid "Devanagari" msgstr "" #: ../src/ui/dialog/glyphs.cpp:65 ../src/ui/dialog/glyphs.cpp:180 msgid "Ethiopic" msgstr "" #: ../src/ui/dialog/glyphs.cpp:66 ../src/ui/dialog/glyphs.cpp:178 #, fuzzy msgid "Georgian" msgstr "Farver for hjælpelinier" #: ../src/ui/dialog/glyphs.cpp:67 #, fuzzy msgid "Gothic" msgstr "rod" #: ../src/ui/dialog/glyphs.cpp:68 #, fuzzy msgid "Greek" msgstr "Grøn" #: ../src/ui/dialog/glyphs.cpp:69 ../src/ui/dialog/glyphs.cpp:167 msgid "Gujarati" msgstr "" #: ../src/ui/dialog/glyphs.cpp:70 ../src/ui/dialog/glyphs.cpp:166 msgid "Gurmukhi" msgstr "" #: ../src/ui/dialog/glyphs.cpp:71 #, fuzzy msgid "Han" msgstr "Vinkel" #: ../src/ui/dialog/glyphs.cpp:72 #, fuzzy msgid "Hangul" msgstr "Vinkel" #: ../src/ui/dialog/glyphs.cpp:73 ../src/ui/dialog/glyphs.cpp:157 msgid "Hebrew" msgstr "" #: ../src/ui/dialog/glyphs.cpp:74 ../src/ui/dialog/glyphs.cpp:245 msgid "Hiragana" msgstr "" #: ../src/ui/dialog/glyphs.cpp:75 ../src/ui/dialog/glyphs.cpp:171 msgid "Kannada" msgstr "" #: ../src/ui/dialog/glyphs.cpp:76 ../src/ui/dialog/glyphs.cpp:246 msgid "Katakana" msgstr "" #: ../src/ui/dialog/glyphs.cpp:77 ../src/ui/dialog/glyphs.cpp:190 #, fuzzy msgid "Khmer" msgstr "Meter" #: ../src/ui/dialog/glyphs.cpp:78 ../src/ui/dialog/glyphs.cpp:175 #, fuzzy msgid "Lao" msgstr "Layout" #: ../src/ui/dialog/glyphs.cpp:79 #, fuzzy msgid "Latin" msgstr "Start:" #: ../src/ui/dialog/glyphs.cpp:80 ../src/ui/dialog/glyphs.cpp:172 msgid "Malayalam" msgstr "" #: ../src/ui/dialog/glyphs.cpp:81 ../src/ui/dialog/glyphs.cpp:191 msgid "Mongolian" msgstr "" #: ../src/ui/dialog/glyphs.cpp:82 ../src/ui/dialog/glyphs.cpp:177 msgid "Myanmar" msgstr "" #: ../src/ui/dialog/glyphs.cpp:83 ../src/ui/dialog/glyphs.cpp:184 msgid "Ogham" msgstr "" #: ../src/ui/dialog/glyphs.cpp:84 #, fuzzy msgid "Old Italic" msgstr "Kursiv" #: ../src/ui/dialog/glyphs.cpp:85 ../src/ui/dialog/glyphs.cpp:168 msgid "Oriya" msgstr "" #: ../src/ui/dialog/glyphs.cpp:86 ../src/ui/dialog/glyphs.cpp:185 #, fuzzy msgid "Runic" msgstr "Afrundet:" #: ../src/ui/dialog/glyphs.cpp:87 ../src/ui/dialog/glyphs.cpp:173 #, fuzzy msgid "Sinhala" msgstr "Vinkel" #: ../src/ui/dialog/glyphs.cpp:88 ../src/ui/dialog/glyphs.cpp:159 msgid "Syriac" msgstr "" #: ../src/ui/dialog/glyphs.cpp:89 ../src/ui/dialog/glyphs.cpp:169 #, fuzzy msgid "Tamil" msgstr "Titel" #: ../src/ui/dialog/glyphs.cpp:90 ../src/ui/dialog/glyphs.cpp:170 msgid "Telugu" msgstr "" #: ../src/ui/dialog/glyphs.cpp:91 ../src/ui/dialog/glyphs.cpp:161 #, fuzzy msgid "Thaana" msgstr "Mål:" #: ../src/ui/dialog/glyphs.cpp:92 ../src/ui/dialog/glyphs.cpp:174 msgid "Thai" msgstr "" #: ../src/ui/dialog/glyphs.cpp:93 ../src/ui/dialog/glyphs.cpp:176 #, fuzzy msgid "Tibetan" msgstr "Mål:" #: ../src/ui/dialog/glyphs.cpp:94 msgid "Canadian Aboriginal" msgstr "" #: ../src/ui/dialog/glyphs.cpp:95 msgid "Yi" msgstr "" #: ../src/ui/dialog/glyphs.cpp:96 ../src/ui/dialog/glyphs.cpp:186 #, fuzzy msgid "Tagalog" msgstr "Mål:" #: ../src/ui/dialog/glyphs.cpp:97 ../src/ui/dialog/glyphs.cpp:187 msgid "Hanunoo" msgstr "" #: ../src/ui/dialog/glyphs.cpp:98 ../src/ui/dialog/glyphs.cpp:188 #, fuzzy msgid "Buhid" msgstr "H_jælpelinjer" #: ../src/ui/dialog/glyphs.cpp:99 ../src/ui/dialog/glyphs.cpp:189 msgid "Tagbanwa" msgstr "" #: ../src/ui/dialog/glyphs.cpp:100 #, fuzzy msgid "Braille" msgstr "Vandret forskudt" #: ../src/ui/dialog/glyphs.cpp:101 msgid "Cypriot" msgstr "" #: ../src/ui/dialog/glyphs.cpp:102 ../src/ui/dialog/glyphs.cpp:193 msgid "Limbu" msgstr "" #: ../src/ui/dialog/glyphs.cpp:103 msgid "Osmanya" msgstr "" #: ../src/ui/dialog/glyphs.cpp:104 #, fuzzy msgid "Shavian" msgstr "Mellemrum:" #: ../src/ui/dialog/glyphs.cpp:105 #, fuzzy msgid "Linear B" msgstr "Linje" #: ../src/ui/dialog/glyphs.cpp:106 ../src/ui/dialog/glyphs.cpp:194 #, fuzzy msgid "Tai Le" msgstr "Titel" #: ../src/ui/dialog/glyphs.cpp:107 msgid "Ugaritic" msgstr "" #: ../src/ui/dialog/glyphs.cpp:108 ../src/ui/dialog/glyphs.cpp:195 #, fuzzy msgid "New Tai Lue" msgstr "linjer" #: ../src/ui/dialog/glyphs.cpp:109 ../src/ui/dialog/glyphs.cpp:197 #, fuzzy msgid "Buginese" msgstr "Linje" #: ../src/ui/dialog/glyphs.cpp:110 ../src/ui/dialog/glyphs.cpp:233 msgid "Glagolitic" msgstr "" #: ../src/ui/dialog/glyphs.cpp:111 ../src/ui/dialog/glyphs.cpp:237 msgid "Tifinagh" msgstr "" #: ../src/ui/dialog/glyphs.cpp:112 ../src/ui/dialog/glyphs.cpp:266 msgid "Syloti Nagri" msgstr "" #: ../src/ui/dialog/glyphs.cpp:113 #, fuzzy msgid "Old Persian" msgstr "GNOME-udskrivning" #: ../src/ui/dialog/glyphs.cpp:114 msgid "Kharoshthi" msgstr "" #: ../src/ui/dialog/glyphs.cpp:115 #, fuzzy msgid "unassigned" msgstr "Justér" #: ../src/ui/dialog/glyphs.cpp:116 ../src/ui/dialog/glyphs.cpp:199 #, fuzzy msgid "Balinese" msgstr "linjer" #: ../src/ui/dialog/glyphs.cpp:117 msgid "Cuneiform" msgstr "" #: ../src/ui/dialog/glyphs.cpp:118 #, fuzzy msgid "Phoenician" msgstr "Blyant" #: ../src/ui/dialog/glyphs.cpp:119 ../src/ui/dialog/glyphs.cpp:268 msgid "Phags-pa" msgstr "" #: ../src/ui/dialog/glyphs.cpp:120 msgid "N'Ko" msgstr "" #: ../src/ui/dialog/glyphs.cpp:121 ../src/ui/dialog/glyphs.cpp:271 msgid "Kayah Li" msgstr "" #: ../src/ui/dialog/glyphs.cpp:122 ../src/ui/dialog/glyphs.cpp:201 msgid "Lepcha" msgstr "" #: ../src/ui/dialog/glyphs.cpp:123 ../src/ui/dialog/glyphs.cpp:272 #, fuzzy msgid "Rejang" msgstr "Firkant" #: ../src/ui/dialog/glyphs.cpp:124 ../src/ui/dialog/glyphs.cpp:200 #, fuzzy msgid "Sundanese" msgstr "Stempl" #: ../src/ui/dialog/glyphs.cpp:125 ../src/ui/dialog/glyphs.cpp:269 #, fuzzy msgid "Saurashtra" msgstr "Farvemætning" #: ../src/ui/dialog/glyphs.cpp:126 ../src/ui/dialog/glyphs.cpp:275 #, fuzzy msgid "Cham" msgstr "Kombinér" #: ../src/ui/dialog/glyphs.cpp:127 ../src/ui/dialog/glyphs.cpp:202 msgid "Ol Chiki" msgstr "" #: ../src/ui/dialog/glyphs.cpp:128 ../src/ui/dialog/glyphs.cpp:261 msgid "Vai" msgstr "" #: ../src/ui/dialog/glyphs.cpp:129 #, fuzzy msgid "Carian" msgstr "Mål:" #: ../src/ui/dialog/glyphs.cpp:130 #, fuzzy msgid "Lycian" msgstr "Linje" #: ../src/ui/dialog/glyphs.cpp:131 #, fuzzy msgid "Lydian" msgstr "mellem" #: ../src/ui/dialog/glyphs.cpp:146 msgid "Basic Latin" msgstr "" #: ../src/ui/dialog/glyphs.cpp:147 #, fuzzy msgid "Latin-1 Supplement" msgstr "Sammenføj med nyt linjestykke" #: ../src/ui/dialog/glyphs.cpp:148 msgid "Latin Extended-A" msgstr "" #: ../src/ui/dialog/glyphs.cpp:149 msgid "Latin Extended-B" msgstr "" #: ../src/ui/dialog/glyphs.cpp:150 #, fuzzy msgid "IPA Extensions" msgstr "Filendelse \"" #: ../src/ui/dialog/glyphs.cpp:151 #, fuzzy msgid "Spacing Modifier Letters" msgstr "Mellemrum mellem tegn" #: ../src/ui/dialog/glyphs.cpp:152 msgid "Combining Diacritical Marks" msgstr "" #: ../src/ui/dialog/glyphs.cpp:153 msgid "Greek and Coptic" msgstr "" #: ../src/ui/dialog/glyphs.cpp:155 msgid "Cyrillic Supplement" msgstr "" #: ../src/ui/dialog/glyphs.cpp:160 msgid "Arabic Supplement" msgstr "" #: ../src/ui/dialog/glyphs.cpp:162 msgid "NKo" msgstr "" #: ../src/ui/dialog/glyphs.cpp:163 #, fuzzy msgid "Samaritan" msgstr "Mål:" #: ../src/ui/dialog/glyphs.cpp:179 msgid "Hangul Jamo" msgstr "" #: ../src/ui/dialog/glyphs.cpp:181 msgid "Ethiopic Supplement" msgstr "" #: ../src/ui/dialog/glyphs.cpp:183 msgid "Unified Canadian Aboriginal Syllabics" msgstr "" #: ../src/ui/dialog/glyphs.cpp:192 msgid "Unified Canadian Aboriginal Syllabics Extended" msgstr "" #: ../src/ui/dialog/glyphs.cpp:196 msgid "Khmer Symbols" msgstr "" #: ../src/ui/dialog/glyphs.cpp:198 msgid "Tai Tham" msgstr "" #: ../src/ui/dialog/glyphs.cpp:203 #, fuzzy msgid "Vedic Extensions" msgstr "Filendelse \"" #: ../src/ui/dialog/glyphs.cpp:204 #, fuzzy msgid "Phonetic Extensions" msgstr "Om _udvidelser" #: ../src/ui/dialog/glyphs.cpp:205 msgid "Phonetic Extensions Supplement" msgstr "" #: ../src/ui/dialog/glyphs.cpp:206 msgid "Combining Diacritical Marks Supplement" msgstr "" #: ../src/ui/dialog/glyphs.cpp:207 msgid "Latin Extended Additional" msgstr "" #: ../src/ui/dialog/glyphs.cpp:208 msgid "Greek Extended" msgstr "" #: ../src/ui/dialog/glyphs.cpp:209 #, fuzzy msgid "General Punctuation" msgstr "Funktion" #: ../src/ui/dialog/glyphs.cpp:210 msgid "Superscripts and Subscripts" msgstr "" #: ../src/ui/dialog/glyphs.cpp:211 msgid "Currency Symbols" msgstr "" #: ../src/ui/dialog/glyphs.cpp:212 msgid "Combining Diacritical Marks for Symbols" msgstr "" #: ../src/ui/dialog/glyphs.cpp:213 msgid "Letterlike Symbols" msgstr "" #: ../src/ui/dialog/glyphs.cpp:214 #, fuzzy msgid "Number Forms" msgstr "Antal rækker" #: ../src/ui/dialog/glyphs.cpp:215 #, fuzzy msgid "Arrows" msgstr "Fejl" #: ../src/ui/dialog/glyphs.cpp:216 msgid "Mathematical Operators" msgstr "" #: ../src/ui/dialog/glyphs.cpp:217 #, fuzzy msgid "Miscellaneous Technical" msgstr "Forskellige vink og trick" #: ../src/ui/dialog/glyphs.cpp:218 #, fuzzy msgid "Control Pictures" msgstr "Bidragydere" #: ../src/ui/dialog/glyphs.cpp:219 msgid "Optical Character Recognition" msgstr "" #: ../src/ui/dialog/glyphs.cpp:220 msgid "Enclosed Alphanumerics" msgstr "" #: ../src/ui/dialog/glyphs.cpp:221 #, fuzzy msgid "Box Drawing" msgstr "Tegning" #: ../src/ui/dialog/glyphs.cpp:222 msgid "Block Elements" msgstr "" #: ../src/ui/dialog/glyphs.cpp:223 msgid "Geometric Shapes" msgstr "" #: ../src/ui/dialog/glyphs.cpp:224 #, fuzzy msgid "Miscellaneous Symbols" msgstr "Forskellige vink og trick" #: ../src/ui/dialog/glyphs.cpp:225 msgid "Dingbats" msgstr "" #: ../src/ui/dialog/glyphs.cpp:226 #, fuzzy msgid "Miscellaneous Mathematical Symbols-A" msgstr "Forskellige vink og trick" #: ../src/ui/dialog/glyphs.cpp:227 msgid "Supplemental Arrows-A" msgstr "" #: ../src/ui/dialog/glyphs.cpp:228 #, fuzzy msgid "Braille Patterns" msgstr "Mønster" #: ../src/ui/dialog/glyphs.cpp:229 msgid "Supplemental Arrows-B" msgstr "" #: ../src/ui/dialog/glyphs.cpp:230 #, fuzzy msgid "Miscellaneous Mathematical Symbols-B" msgstr "Forskellige vink og trick" #: ../src/ui/dialog/glyphs.cpp:231 msgid "Supplemental Mathematical Operators" msgstr "" #: ../src/ui/dialog/glyphs.cpp:232 #, fuzzy msgid "Miscellaneous Symbols and Arrows" msgstr "Forskellige vink og trick" #: ../src/ui/dialog/glyphs.cpp:234 msgid "Latin Extended-C" msgstr "" #: ../src/ui/dialog/glyphs.cpp:236 msgid "Georgian Supplement" msgstr "" #: ../src/ui/dialog/glyphs.cpp:238 msgid "Ethiopic Extended" msgstr "" #: ../src/ui/dialog/glyphs.cpp:239 msgid "Cyrillic Extended-A" msgstr "" #: ../src/ui/dialog/glyphs.cpp:240 msgid "Supplemental Punctuation" msgstr "" #: ../src/ui/dialog/glyphs.cpp:241 msgid "CJK Radicals Supplement" msgstr "" #: ../src/ui/dialog/glyphs.cpp:242 msgid "Kangxi Radicals" msgstr "" #: ../src/ui/dialog/glyphs.cpp:243 msgid "Ideographic Description Characters" msgstr "" #: ../src/ui/dialog/glyphs.cpp:244 msgid "CJK Symbols and Punctuation" msgstr "" #: ../src/ui/dialog/glyphs.cpp:248 msgid "Hangul Compatibility Jamo" msgstr "" #: ../src/ui/dialog/glyphs.cpp:249 msgid "Kanbun" msgstr "" #: ../src/ui/dialog/glyphs.cpp:250 msgid "Bopomofo Extended" msgstr "" #: ../src/ui/dialog/glyphs.cpp:251 #, fuzzy msgid "CJK Strokes" msgstr "Bredde på streg" #: ../src/ui/dialog/glyphs.cpp:252 msgid "Katakana Phonetic Extensions" msgstr "" #: ../src/ui/dialog/glyphs.cpp:253 msgid "Enclosed CJK Letters and Months" msgstr "" #: ../src/ui/dialog/glyphs.cpp:254 msgid "CJK Compatibility" msgstr "" #: ../src/ui/dialog/glyphs.cpp:255 msgid "CJK Unified Ideographs Extension A" msgstr "" #: ../src/ui/dialog/glyphs.cpp:256 msgid "Yijing Hexagram Symbols" msgstr "" #: ../src/ui/dialog/glyphs.cpp:257 msgid "CJK Unified Ideographs" msgstr "" #: ../src/ui/dialog/glyphs.cpp:258 msgid "Yi Syllables" msgstr "" #: ../src/ui/dialog/glyphs.cpp:259 msgid "Yi Radicals" msgstr "" #: ../src/ui/dialog/glyphs.cpp:260 #, fuzzy msgid "Lisu" msgstr "Liste" #: ../src/ui/dialog/glyphs.cpp:262 msgid "Cyrillic Extended-B" msgstr "" #: ../src/ui/dialog/glyphs.cpp:263 #, fuzzy msgid "Bamum" msgstr "mellem" #: ../src/ui/dialog/glyphs.cpp:264 msgid "Modifier Tone Letters" msgstr "" #: ../src/ui/dialog/glyphs.cpp:265 msgid "Latin Extended-D" msgstr "" #: ../src/ui/dialog/glyphs.cpp:267 msgid "Common Indic Number Forms" msgstr "" #: ../src/ui/dialog/glyphs.cpp:270 msgid "Devanagari Extended" msgstr "" #: ../src/ui/dialog/glyphs.cpp:273 msgid "Hangul Jamo Extended-A" msgstr "" #: ../src/ui/dialog/glyphs.cpp:274 msgid "Javanese" msgstr "" #: ../src/ui/dialog/glyphs.cpp:276 msgid "Myanmar Extended-A" msgstr "" #: ../src/ui/dialog/glyphs.cpp:277 msgid "Tai Viet" msgstr "" #: ../src/ui/dialog/glyphs.cpp:278 #, fuzzy msgid "Meetei Mayek" msgstr "Slet lag" #: ../src/ui/dialog/glyphs.cpp:279 msgid "Hangul Syllables" msgstr "" #: ../src/ui/dialog/glyphs.cpp:280 msgid "Hangul Jamo Extended-B" msgstr "" #: ../src/ui/dialog/glyphs.cpp:281 msgid "High Surrogates" msgstr "" #: ../src/ui/dialog/glyphs.cpp:282 msgid "High Private Use Surrogates" msgstr "" #: ../src/ui/dialog/glyphs.cpp:283 msgid "Low Surrogates" msgstr "" #: ../src/ui/dialog/glyphs.cpp:284 msgid "Private Use Area" msgstr "" #: ../src/ui/dialog/glyphs.cpp:285 msgid "CJK Compatibility Ideographs" msgstr "" #: ../src/ui/dialog/glyphs.cpp:286 msgid "Alphabetic Presentation Forms" msgstr "" #: ../src/ui/dialog/glyphs.cpp:287 msgid "Arabic Presentation Forms-A" msgstr "" #: ../src/ui/dialog/glyphs.cpp:288 #, fuzzy msgid "Variation Selectors" msgstr "_Tilpas side til markering" #: ../src/ui/dialog/glyphs.cpp:289 #, fuzzy msgid "Vertical Forms" msgstr "Lodret afstand" #: ../src/ui/dialog/glyphs.cpp:290 #, fuzzy msgid "Combining Half Marks" msgstr "Udskriv vha. PDF-operatorer" #: ../src/ui/dialog/glyphs.cpp:291 msgid "CJK Compatibility Forms" msgstr "" #: ../src/ui/dialog/glyphs.cpp:292 msgid "Small Form Variants" msgstr "" #: ../src/ui/dialog/glyphs.cpp:293 msgid "Arabic Presentation Forms-B" msgstr "" #: ../src/ui/dialog/glyphs.cpp:294 msgid "Halfwidth and Fullwidth Forms" msgstr "" #: ../src/ui/dialog/glyphs.cpp:295 #, fuzzy msgid "Specials" msgstr "Spiraler" #: ../src/ui/dialog/glyphs.cpp:359 #, fuzzy msgid "Script: " msgstr "Script" #: ../src/ui/dialog/glyphs.cpp:394 #, fuzzy msgid "Range: " msgstr "Vinkel" #: ../src/ui/dialog/glyphs.cpp:467 #, fuzzy msgid "Append" msgstr "Script" #: ../src/ui/dialog/glyphs.cpp:575 #, fuzzy msgid "Append text" msgstr "T_ype: " #: ../src/ui/dialog/guides.cpp:47 #, fuzzy msgid "Rela_tive change" msgstr "Rela_tiv flytning" #: ../src/ui/dialog/guides.cpp:47 #, fuzzy msgid "Move and/or rotate the guide relative to current settings" msgstr "Flyt hjælper i forhold til den aktuelle placering" #: ../src/ui/dialog/guides.cpp:48 #, fuzzy msgid "_X:" msgstr "X:" #: ../src/ui/dialog/guides.cpp:49 ../src/widgets/sp-color-icc-selector.cpp:221 #: ../src/widgets/sp-color-icc-selector.cpp:222 #: ../src/widgets/sp-color-scales.cpp:463 #, fuzzy msgid "_Y:" msgstr "Y:" #: ../src/ui/dialog/guides.cpp:50 ../src/ui/dialog/object-properties.cpp:43 #, fuzzy msgid "_Label:" msgstr "_Etiket" #: ../src/ui/dialog/guides.cpp:50 msgid "Optionally give this guideline a name" msgstr "" #: ../src/ui/dialog/guides.cpp:51 #, fuzzy msgid "_Angle:" msgstr "Vinkel:" #: ../src/ui/dialog/guides.cpp:125 #, fuzzy msgid "Set guide properties" msgstr "Udskrivningsegenskaber" #: ../src/ui/dialog/guides.cpp:164 #, fuzzy msgid "Guideline" msgstr "Farver for hjælpelinier" #: ../src/ui/dialog/guides.cpp:261 #, fuzzy, c-format msgid "Guideline ID: %s" msgstr "Hjælpelinie" #: ../src/ui/dialog/guides.cpp:267 #, fuzzy, c-format msgid "Current: %s" msgstr "Sideorientering:" #: ../src/ui/dialog/icon-preview.cpp:151 #, c-format msgid "%d x %d" msgstr "%d × %d" #: ../src/ui/dialog/icon-preview.cpp:163 #, fuzzy msgid "Magnified:" msgstr "Udstrækning" #: ../src/ui/dialog/icon-preview.cpp:232 #, fuzzy msgid "Actual Size:" msgstr "Udløs:" #: ../src/ui/dialog/icon-preview.cpp:237 #, fuzzy msgctxt "Icon preview window" msgid "Sele_ction" msgstr "Markering" #: ../src/ui/dialog/icon-preview.cpp:239 msgid "Selection only or whole document" msgstr "Kun markering, eller hele dokumentet" #: ../src/ui/dialog/inkscape-preferences.cpp:168 msgid "Show selection cue" msgstr "Vis markeringsvink" #: ../src/ui/dialog/inkscape-preferences.cpp:169 msgid "" "Whether selected objects display a selection cue (the same as in selector)" msgstr "" "Om de markerede objekter viser et markerningsvink (som i markeringsværktøjet)" #: ../src/ui/dialog/inkscape-preferences.cpp:175 msgid "Enable gradient editing" msgstr "Aktivér redigering af overgange" #: ../src/ui/dialog/inkscape-preferences.cpp:176 msgid "Whether selected objects display gradient editing controls" msgstr "Om markerede objekter viser redigeringskontroller for overgange" #: ../src/ui/dialog/inkscape-preferences.cpp:181 msgid "Conversion to guides uses edges instead of bounding box" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:182 msgid "" "Converting an object to guides places these along the object's true edges " "(imitating the object's shape), not along the bounding box" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:189 msgid "Ctrl+click dot size:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:189 #, fuzzy msgid "times current stroke width" msgstr "Skalér stregbredde" #: ../src/ui/dialog/inkscape-preferences.cpp:190 msgid "Size of dots created with Ctrl+click (relative to current stroke width)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:205 msgid "No objects selected to take the style from." msgstr "Ingen objekter markeret at hente stilen fra." #: ../src/ui/dialog/inkscape-preferences.cpp:214 msgid "" "More than one object selected. Cannot take style from multiple " "objects." msgstr "" "Mere end et objekt markeret. Kan ikke tage stil fra flere objekter." #: ../src/ui/dialog/inkscape-preferences.cpp:247 #, fuzzy msgid "Style of new objects" msgstr "Højde på rektangel" #: ../src/ui/dialog/inkscape-preferences.cpp:249 msgid "Last used style" msgstr "Sidst brugte stil" #: ../src/ui/dialog/inkscape-preferences.cpp:251 msgid "Apply the style you last set on an object" msgstr "Anvend stilen du sidst brugte på et objekt" #: ../src/ui/dialog/inkscape-preferences.cpp:256 msgid "This tool's own style:" msgstr "Dette værktøjs egen stil:" #: ../src/ui/dialog/inkscape-preferences.cpp:260 msgid "" "Each tool may store its own style to apply to the newly created objects. Use " "the button below to set it." msgstr "" "Hvert værktøj kan gemme sin egen stil at sætte på nye objekter. Brug knappen " "nedenfor til at aktivere." #. style swatch #: ../src/ui/dialog/inkscape-preferences.cpp:264 msgid "Take from selection" msgstr "Taget fra markering" #: ../src/ui/dialog/inkscape-preferences.cpp:269 #, fuzzy msgid "This tool's style of new objects" msgstr "Dette værktøjs egen stil:" #: ../src/ui/dialog/inkscape-preferences.cpp:276 msgid "Remember the style of the (first) selected object as this tool's style" msgstr "Gem det først markerede objekts stil som dette værktøjs stil" #: ../src/ui/dialog/inkscape-preferences.cpp:281 msgid "Tools" msgstr "Værktøjer" #: ../src/ui/dialog/inkscape-preferences.cpp:284 #, fuzzy msgid "Bounding box to use" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/ui/dialog/inkscape-preferences.cpp:285 #, fuzzy msgid "Visual bounding box" msgstr "Overfor afgrænsningsbokskant" #: ../src/ui/dialog/inkscape-preferences.cpp:287 msgid "This bounding box includes stroke width, markers, filter margins, etc." msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:288 #, fuzzy msgid "Geometric bounding box" msgstr "Overfor afgrænsningsbokskant" #: ../src/ui/dialog/inkscape-preferences.cpp:290 msgid "This bounding box includes only the bare path" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:292 #, fuzzy msgid "Conversion to guides" msgstr "_Konvertér til tekst" #: ../src/ui/dialog/inkscape-preferences.cpp:293 #, fuzzy msgid "Keep objects after conversion to guides" msgstr "Markér objekt(er) at konvertere til mønster." #: ../src/ui/dialog/inkscape-preferences.cpp:295 msgid "" "When converting an object to guides, don't delete the object after the " "conversion" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:296 #, fuzzy msgid "Treat groups as a single object" msgstr "Opret ny sti" #: ../src/ui/dialog/inkscape-preferences.cpp:298 msgid "" "Treat groups as a single object during conversion to guides rather than " "converting each child separately" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:300 msgid "Average all sketches" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:301 msgid "Width is in absolute units" msgstr "Bredde er i absolutte enheder" #: ../src/ui/dialog/inkscape-preferences.cpp:302 #, fuzzy msgid "Select new path" msgstr "Slet tekst" #: ../src/ui/dialog/inkscape-preferences.cpp:303 msgid "Don't attach connectors to text objects" msgstr "Forbind ikke forbindelser til tekstobjekter" #. Selector #: ../src/ui/dialog/inkscape-preferences.cpp:306 msgid "Selector" msgstr "Markeringsværktøj" #: ../src/ui/dialog/inkscape-preferences.cpp:309 #, fuzzy msgid "When transforming, show" msgstr "Ved transformering, vis:" #: ../src/ui/dialog/inkscape-preferences.cpp:310 msgid "Objects" msgstr "Objekter" #: ../src/ui/dialog/inkscape-preferences.cpp:312 msgid "Show the actual objects when moving or transforming" msgstr "Vis de faktiske objekter når der flyttes eller transformeres" #: ../src/ui/dialog/inkscape-preferences.cpp:313 msgid "Box outline" msgstr "Boksomrids" #: ../src/ui/dialog/inkscape-preferences.cpp:315 msgid "Show only a box outline of the objects when moving or transforming" msgstr "Vis kun boksomrids af objekter når der flyttes eller transformeres" #: ../src/ui/dialog/inkscape-preferences.cpp:316 #, fuzzy msgid "Per-object selection cue" msgstr "Pr.-objekt markeringsvink:" #: ../src/ui/dialog/inkscape-preferences.cpp:319 msgid "No per-object selection indication" msgstr "Ingen pr.-objekt markeringsindikator" #: ../src/ui/dialog/inkscape-preferences.cpp:320 msgid "Mark" msgstr "Markér" #: ../src/ui/dialog/inkscape-preferences.cpp:322 msgid "Each selected object has a diamond mark in the top left corner" msgstr "Hvert markeret objekt har et diamant-ikon i øverste venstre hjørne" #: ../src/ui/dialog/inkscape-preferences.cpp:323 msgid "Box" msgstr "Boks" #: ../src/ui/dialog/inkscape-preferences.cpp:325 msgid "Each selected object displays its bounding box" msgstr "Hvert markeret objekt viser sit boksomrids" #. Node #: ../src/ui/dialog/inkscape-preferences.cpp:328 msgid "Node" msgstr "Knudepunkt" #: ../src/ui/dialog/inkscape-preferences.cpp:331 #, fuzzy msgid "Path outline" msgstr "Boksomrids" #: ../src/ui/dialog/inkscape-preferences.cpp:332 #, fuzzy msgid "Path outline color" msgstr "Indsæt farve" #: ../src/ui/dialog/inkscape-preferences.cpp:333 #, fuzzy msgid "Selects the color used for showing the path outline" msgstr "Farve på de primære (fremhævede) gitterlinjer" #: ../src/ui/dialog/inkscape-preferences.cpp:334 #, fuzzy msgid "Always show outline" msgstr "_Omrids" #: ../src/ui/dialog/inkscape-preferences.cpp:335 msgid "Show outlines for all paths, not only invisible paths" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:336 msgid "Update outline when dragging nodes" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:337 msgid "" "Update the outline when dragging or transforming nodes; if this is off, the " "outline will only update when completing a drag" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:338 msgid "Update paths when dragging nodes" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:339 msgid "" "Update paths when dragging or transforming nodes; if this is off, paths will " "only be updated when completing a drag" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:340 msgid "Show path direction on outlines" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:341 msgid "" "Visualize the direction of selected paths by drawing small arrows in the " "middle of each outline segment" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:342 #, fuzzy msgid "Show temporary path outline" msgstr "Boksomrids" #: ../src/ui/dialog/inkscape-preferences.cpp:343 msgid "When hovering over a path, briefly flash its outline" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:344 #, fuzzy msgid "Show temporary outline for selected paths" msgstr "Papirbredde" #: ../src/ui/dialog/inkscape-preferences.cpp:345 msgid "Show temporary outline even when a path is selected for editing" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:347 #, fuzzy msgid "Flash time:" msgstr "Nulstil midte" #: ../src/ui/dialog/inkscape-preferences.cpp:347 msgid "" "Specifies how long the path outline will be visible after a mouse-over (in " "milliseconds); specify 0 to have the outline shown until mouse leaves the " "path" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:348 #, fuzzy msgid "Editing preferences" msgstr "Indstillinger for overgange" #: ../src/ui/dialog/inkscape-preferences.cpp:349 #, fuzzy msgid "Show transform handles for single nodes" msgstr "Vis Bezier-håndtag på markerede knudepunkter" #: ../src/ui/dialog/inkscape-preferences.cpp:350 #, fuzzy msgid "Show transform handles even when only a single node is selected" msgstr "Vis Bezier-håndtag på markerede knudepunkter" #: ../src/ui/dialog/inkscape-preferences.cpp:351 #, fuzzy msgid "Deleting nodes preserves shape" msgstr "Slet knudepunkter uden at ændre form" #: ../src/ui/dialog/inkscape-preferences.cpp:352 msgid "" "Move handles next to deleted nodes to resemble original shape; hold Ctrl to " "get the other behavior" msgstr "" #. Tweak #: ../src/ui/dialog/inkscape-preferences.cpp:355 ../src/verbs.cpp:2487 msgid "Tweak" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:356 #, fuzzy msgid "Object paint style" msgstr "Objekter" #. Zoom #: ../src/ui/dialog/inkscape-preferences.cpp:361 ../src/verbs.cpp:2511 #: ../src/widgets/desktop-widget.cpp:532 msgid "Zoom" msgstr "Zoom" #. Measure #: ../src/ui/dialog/inkscape-preferences.cpp:366 ../src/verbs.cpp:2513 #: ../share/extensions/measure.inx.h:23 #, fuzzy msgid "Measure" msgstr "Mål sti" #: ../src/ui/dialog/inkscape-preferences.cpp:368 msgid "Ignore first and last points" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:369 msgid "" "The start and end of the measurement tool's control line will not be " "considered for calculating lengths. Only lengths between actual curve " "intersections will be displayed." msgstr "" #. Shapes #: ../src/ui/dialog/inkscape-preferences.cpp:372 msgid "Shapes" msgstr "Figurer" #: ../src/ui/dialog/inkscape-preferences.cpp:404 #, fuzzy msgid "Sketch mode" msgstr "Sæt" #: ../src/ui/dialog/inkscape-preferences.cpp:406 msgid "" "If on, the sketch result will be the normal average of all sketches made, " "instead of averaging the old result with the new sketch" msgstr "" #. Pen #: ../src/ui/dialog/inkscape-preferences.cpp:409 #: ../src/ui/dialog/input.cpp:1195 ../src/verbs.cpp:2503 msgid "Pen" msgstr "Pen" #. Calligraphy #: ../src/ui/dialog/inkscape-preferences.cpp:415 ../src/verbs.cpp:2505 msgid "Calligraphy" msgstr "Kalligrafi" #: ../src/ui/dialog/inkscape-preferences.cpp:419 msgid "" "If on, pen width is in absolute units (px) independent of zoom; otherwise " "pen width depends on zoom so that it looks the same at any zoom" msgstr "" "Hvis aktiveret, er pennens bredde i absolutte enheder (billedpunkter) " "uafhængigt af zoom; eller er pennens bredde afhængig af zoom, sådan at den " "er ens ved en hvilken som helst zoom-faktor" #: ../src/ui/dialog/inkscape-preferences.cpp:421 msgid "" "If on, each newly created object will be selected (deselecting previous " "selection)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:429 msgid "Show font samples in the drop-down list" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:430 msgid "" "Show font samples alongside font names in the drop-down list in Text bar" msgstr "" #. Spray #: ../src/ui/dialog/inkscape-preferences.cpp:435 ../src/verbs.cpp:2489 #, fuzzy msgid "Spray" msgstr "Spiral" #. Eraser #: ../src/ui/dialog/inkscape-preferences.cpp:440 ../src/verbs.cpp:2523 #, fuzzy msgid "Eraser" msgstr "Hæv" #. Paint Bucket #: ../src/ui/dialog/inkscape-preferences.cpp:444 ../src/verbs.cpp:2519 #, fuzzy msgid "Paint Bucket" msgstr "Udskriv dokument" #. Gradient #: ../src/ui/dialog/inkscape-preferences.cpp:449 ../src/verbs.cpp:2509 msgid "Gradient" msgstr "Overgang" #: ../src/ui/dialog/inkscape-preferences.cpp:451 msgid "Prevent sharing of gradient definitions" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:453 msgid "" "When on, shared gradient definitions are automatically forked on change; " "uncheck to allow sharing of gradient definitions so that editing one object " "may affect other objects using the same gradient" msgstr "" #. Dropper #: ../src/ui/dialog/inkscape-preferences.cpp:456 ../src/verbs.cpp:2515 msgid "Dropper" msgstr "Farvevælger" #. Connector #: ../src/ui/dialog/inkscape-preferences.cpp:461 ../src/verbs.cpp:2517 msgid "Connector" msgstr "Forbinder" #: ../src/ui/dialog/inkscape-preferences.cpp:464 msgid "If on, connector attachment points will not be shown for text objects" msgstr "Hvis aktiveret, vises forbindelsespunkter ikke ved tekstobjekter" #: ../src/ui/dialog/inkscape-preferences.cpp:474 #, fuzzy msgid "Interface" msgstr "Interpolér" #: ../src/ui/dialog/inkscape-preferences.cpp:477 #, fuzzy msgid "System default" msgstr "Vælg som standard" #: ../src/ui/dialog/inkscape-preferences.cpp:477 msgid "Albanian (sq)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:477 msgid "Amharic (am)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:477 msgid "Arabic (ar)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:477 msgid "Armenian (hy)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:477 msgid "Azerbaijani (az)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:477 #, fuzzy msgid "Basque (eu)" msgstr "Mål sti" #: ../src/ui/dialog/inkscape-preferences.cpp:477 msgid "Belarusian (be)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:478 msgid "Bulgarian (bg)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:478 msgid "Bengali (bn)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:478 msgid "Breton (br)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:478 msgid "Catalan (ca)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:478 msgid "Valencian Catalan (ca@valencia)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:478 msgid "Chinese/China (zh_CN)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:479 msgid "Chinese/Taiwan (zh_TW)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:479 msgid "Croatian (hr)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:479 msgid "Czech (cs)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:480 msgid "Danish (da)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:480 msgid "Dutch (nl)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:480 msgid "Dzongkha (dz)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:480 msgid "German (de)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:480 msgid "Greek (el)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:480 #, fuzzy msgid "English (en)" msgstr "Vinkel" #: ../src/ui/dialog/inkscape-preferences.cpp:480 msgid "English/Australia (en_AU)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:481 msgid "English/Canada (en_CA)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:481 msgid "English/Great Britain (en_GB)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:481 msgid "Pig Latin (en_US@piglatin)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:482 #, fuzzy msgid "Esperanto (eo)" msgstr "Forfatter" #: ../src/ui/dialog/inkscape-preferences.cpp:482 msgid "Estonian (et)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:482 msgid "Farsi (fa)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:482 msgid "Finnish (fi)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:483 msgid "French (fr)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:483 msgid "Irish (ga)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:483 msgid "Galician (gl)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:483 msgid "Hebrew (he)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:483 msgid "Hungarian (hu)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:484 msgid "Indonesian (id)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:484 #, fuzzy msgid "Italian (it)" msgstr "Kursiv" #: ../src/ui/dialog/inkscape-preferences.cpp:484 msgid "Japanese (ja)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:484 msgid "Khmer (km)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:484 msgid "Kinyarwanda (rw)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:484 msgid "Korean (ko)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:484 msgid "Lithuanian (lt)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:484 msgid "Latvian (lv)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:484 msgid "Macedonian (mk)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:485 msgid "Mongolian (mn)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:485 #, fuzzy msgid "Nepali (ne)" msgstr "linjer" #: ../src/ui/dialog/inkscape-preferences.cpp:485 msgid "Norwegian Bokmål (nb)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:485 msgid "Norwegian Nynorsk (nn)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:485 msgid "Panjabi (pa)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:486 msgid "Polish (pl)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:486 msgid "Portuguese (pt)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:486 msgid "Portuguese/Brazil (pt_BR)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:486 msgid "Romanian (ro)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:486 msgid "Russian (ru)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:487 msgid "Serbian (sr)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:487 msgid "Serbian in Latin script (sr@latin)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:487 msgid "Slovak (sk)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:487 msgid "Slovenian (sl)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:487 msgid "Spanish (es)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:487 msgid "Spanish/Mexico (es_MX)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:488 msgid "Swedish (sv)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:488 msgid "Telugu (te_IN)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:488 msgid "Thai (th)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:488 msgid "Turkish (tr)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:488 msgid "Ukrainian (uk)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:488 msgid "Vietnamese (vi)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:520 #, fuzzy msgid "Language (requires restart):" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/inkscape-preferences.cpp:521 msgid "Set the language for menus and number formats" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:523 #, fuzzy msgid "Large" msgstr "stor" #: ../src/ui/dialog/inkscape-preferences.cpp:523 #, fuzzy msgid "Small" msgstr "lille" #: ../src/ui/dialog/inkscape-preferences.cpp:523 #, fuzzy msgid "Smaller" msgstr "lille" #: ../src/ui/dialog/inkscape-preferences.cpp:527 #, fuzzy msgid "Toolbox icon size:" msgstr "Værktøjskontrollinjen" #: ../src/ui/dialog/inkscape-preferences.cpp:528 #, fuzzy msgid "Set the size for the tool icons (requires restart)" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/inkscape-preferences.cpp:531 #, fuzzy msgid "Control bar icon size:" msgstr "Værktøjskontrollinjen" #: ../src/ui/dialog/inkscape-preferences.cpp:532 #, fuzzy msgid "" "Set the size for the icons in tools' control bars to use (requires restart)" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/inkscape-preferences.cpp:535 #, fuzzy msgid "Secondary toolbar icon size:" msgstr "Værktøjskontrollinjen" #: ../src/ui/dialog/inkscape-preferences.cpp:536 #, fuzzy msgid "" "Set the size for the icons in secondary toolbars to use (requires restart)" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/inkscape-preferences.cpp:539 msgid "Work-around color sliders not drawing" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:541 msgid "" "When on, will attempt to work around bugs in certain GTK themes drawing " "color sliders" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:547 #, fuzzy msgid "Clear list" msgstr "Ryd værdier" #: ../src/ui/dialog/inkscape-preferences.cpp:552 #, fuzzy msgid "Maximum documents in Open Recent:" msgstr "Maksimale nylige dokumenter:" #: ../src/ui/dialog/inkscape-preferences.cpp:553 #, fuzzy msgid "" "Set the maximum length of the Open Recent list in the File menu, or clear " "the list" msgstr "Den maksimale længde af Åbn-seneste-listen i fil-menuen" #: ../src/ui/dialog/inkscape-preferences.cpp:556 msgid "Zoom correction factor (in %):" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:557 msgid "" "Adjust the slider until the length of the ruler on your screen matches its " "real length. This information is used when zooming to 1:1, 1:2, etc., to " "display objects in their true sizes" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:560 msgid "Enable dynamic relayout for incomplete sections" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:562 msgid "" "When on, will allow dynamic layout of components that are not completely " "finished being refactored" msgstr "" #. show infobox #: ../src/ui/dialog/inkscape-preferences.cpp:565 #, fuzzy msgid "Show filter primitives infobox" msgstr "Slet attribut" #: ../src/ui/dialog/inkscape-preferences.cpp:567 msgid "" "Show icons and descriptions for the filter primitives available at the " "filter effects dialog" msgstr "" #. Windows #: ../src/ui/dialog/inkscape-preferences.cpp:570 msgid "Save and restore window geometry for each document" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:571 #, fuzzy msgid "Remember and use last window's geometry" msgstr "Gem vinduesstørrelse" #: ../src/ui/dialog/inkscape-preferences.cpp:572 #, fuzzy msgid "Don't save window geometry" msgstr "Gem vinduesstørrelse" #: ../src/ui/dialog/inkscape-preferences.cpp:574 msgid "Save and restore dialogs status" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:575 #: ../src/ui/dialog/inkscape-preferences.cpp:600 msgid "Don't save dialogs status" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:577 #: ../src/ui/dialog/inkscape-preferences.cpp:606 #, fuzzy msgid "Dockable" msgstr "Skalér" #: ../src/ui/dialog/inkscape-preferences.cpp:580 msgid "Native open/save dialogs" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:581 msgid "GTK open/save dialogs" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:583 msgid "Dialogs are hidden in taskbar" msgstr "Dialoger skjules i opgavelinjen" #: ../src/ui/dialog/inkscape-preferences.cpp:584 msgid "Zoom when window is resized" msgstr "Zoom når vinduet ændrer størrelse" #: ../src/ui/dialog/inkscape-preferences.cpp:585 msgid "Show close button on dialogs" msgstr "Vis lukkeknap på dialoger" #: ../src/ui/dialog/inkscape-preferences.cpp:588 msgid "Aggressive" msgstr "Aggressiv" #: ../src/ui/dialog/inkscape-preferences.cpp:590 #, fuzzy msgid "Saving window geometry (size and position)" msgstr "Gem vinduesstørrelse" #: ../src/ui/dialog/inkscape-preferences.cpp:592 msgid "Let the window manager determine placement of all windows" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:594 msgid "" "Remember and use the last window's geometry (saves geometry to user " "preferences)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:596 msgid "" "Save and restore window geometry for each document (saves geometry in the " "document)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:598 #, fuzzy msgid "Saving dialogs status" msgstr "Vis dialog ved opstart" #: ../src/ui/dialog/inkscape-preferences.cpp:602 msgid "" "Save and restore dialogs status (the last open windows dialogs are saved " "when it closes)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:604 #, fuzzy msgid "Dialog behavior (requires restart)" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/inkscape-preferences.cpp:610 #, fuzzy msgid "Desktop integration" msgstr "Udskrivningsdestination" #: ../src/ui/dialog/inkscape-preferences.cpp:612 msgid "Use Windows like open and save dialogs" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:614 msgid "Use GTK open and save dialogs " msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:618 msgid "Dialogs on top:" msgstr "Dialoger øverst:" #: ../src/ui/dialog/inkscape-preferences.cpp:621 msgid "Dialogs are treated as regular windows" msgstr "Dialoger behandles som almindelige vinduer" #: ../src/ui/dialog/inkscape-preferences.cpp:623 msgid "Dialogs stay on top of document windows" msgstr "Dialoger holdes over dokumenvinduer" #: ../src/ui/dialog/inkscape-preferences.cpp:625 msgid "Same as Normal but may work better with some window managers" msgstr "" "Samme som Normal, men fungerer måske bedre med nogle vindueshåndteringer" #: ../src/ui/dialog/inkscape-preferences.cpp:629 #, fuzzy msgid "Dialog Transparency" msgstr "0 (gennemsigtig)" #: ../src/ui/dialog/inkscape-preferences.cpp:631 #, fuzzy msgid "Opacity when focused:" msgstr "Uigennemsigtighed" #: ../src/ui/dialog/inkscape-preferences.cpp:633 #, fuzzy msgid "Opacity when unfocused:" msgstr "Uigennemsigtighed" #: ../src/ui/dialog/inkscape-preferences.cpp:635 msgid "Time of opacity change animation:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:638 #, fuzzy msgid "Miscellaneous" msgstr "Forskellige vink og trick" #: ../src/ui/dialog/inkscape-preferences.cpp:641 msgid "Whether dialog windows are to be hidden in the window manager taskbar" msgstr "Om dialoger skal skjules i desktoppens opgavelinje" #: ../src/ui/dialog/inkscape-preferences.cpp:644 msgid "" "Zoom drawing when document window is resized, to keep the same area visible " "(this is the default which can be changed in any window using the button " "above the right scrollbar)" msgstr "" "Zoom på tegning når dokumentvinduet ændrer størrelse, for at beholde det " "samme område synligt (dette er standarden der kan ændre i ethvert vindue ved " "at bruge knappen over den højre rullebjælke)" #: ../src/ui/dialog/inkscape-preferences.cpp:646 msgid "Whether dialog windows have a close button (requires restart)" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/inkscape-preferences.cpp:647 msgid "Windows" msgstr "Vinduer" #. Grids #: ../src/ui/dialog/inkscape-preferences.cpp:650 #, fuzzy msgid "Major grid line emphasizing" msgstr "_Pri_mær gitterlinje for hver:" #: ../src/ui/dialog/inkscape-preferences.cpp:652 msgid "Don't emphasize gridlines when zoomed out" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:653 msgid "" "If set and zoomed out, the gridlines will be shown in normal color instead " "of major grid line color" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:655 #, fuzzy msgid "Default grid settings" msgstr "Sideorientering:" #: ../src/ui/dialog/inkscape-preferences.cpp:661 #: ../src/ui/dialog/inkscape-preferences.cpp:686 #, fuzzy msgid "Grid units:" msgstr "Gitter_enheder:" #: ../src/ui/dialog/inkscape-preferences.cpp:666 #: ../src/ui/dialog/inkscape-preferences.cpp:691 #, fuzzy msgid "Origin X:" msgstr "_Udgangspunkt X:" #: ../src/ui/dialog/inkscape-preferences.cpp:667 #: ../src/ui/dialog/inkscape-preferences.cpp:692 #, fuzzy msgid "Origin Y:" msgstr "U_dgangspunkt Y:" #: ../src/ui/dialog/inkscape-preferences.cpp:672 #, fuzzy msgid "Spacing X:" msgstr "Afstand _X:" #: ../src/ui/dialog/inkscape-preferences.cpp:673 #: ../src/ui/dialog/inkscape-preferences.cpp:695 #, fuzzy msgid "Spacing Y:" msgstr "_Afstand Y:" #: ../src/ui/dialog/inkscape-preferences.cpp:675 #: ../src/ui/dialog/inkscape-preferences.cpp:676 #: ../src/ui/dialog/inkscape-preferences.cpp:700 #: ../src/ui/dialog/inkscape-preferences.cpp:701 #, fuzzy msgid "Grid line color:" msgstr "_Gitterlinjefarve:" #: ../src/ui/dialog/inkscape-preferences.cpp:676 #: ../src/ui/dialog/inkscape-preferences.cpp:701 #, fuzzy msgid "Color used for normal grid lines" msgstr "Farve på gitterlinjer" #: ../src/ui/dialog/inkscape-preferences.cpp:677 #: ../src/ui/dialog/inkscape-preferences.cpp:678 #: ../src/ui/dialog/inkscape-preferences.cpp:702 #: ../src/ui/dialog/inkscape-preferences.cpp:703 #, fuzzy msgid "Major grid line color:" msgstr "Primær gitterlin_jefarve:" #: ../src/ui/dialog/inkscape-preferences.cpp:678 #: ../src/ui/dialog/inkscape-preferences.cpp:703 #, fuzzy msgid "Color used for major (highlighted) grid lines" msgstr "Farve på de primære (fremhævede) gitterlinjer" #: ../src/ui/dialog/inkscape-preferences.cpp:680 #: ../src/ui/dialog/inkscape-preferences.cpp:705 #, fuzzy msgid "Major grid line every:" msgstr "_Pri_mær gitterlinje for hver:" #: ../src/ui/dialog/inkscape-preferences.cpp:681 msgid "Show dots instead of lines" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:682 msgid "If set, display dots at gridpoints instead of gridlines" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:754 #, fuzzy msgid "Input/Output" msgstr "Uddata" #: ../src/ui/dialog/inkscape-preferences.cpp:757 msgid "Use current directory for \"Save As ...\"" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:759 msgid "" "When this option is on, the \"Save as...\" and \"Save a Copy\" dialogs will " "always open in the directory where the currently open document is; when it's " "off, each will open in the directory where you last saved a file using it" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:761 msgid "Add label comments to printing output" msgstr "Tilføj etiketkommentarer til udskrivning-uddata" #: ../src/ui/dialog/inkscape-preferences.cpp:763 msgid "" "When on, a comment will be added to the raw print output, marking the " "rendered output for an object with its label" msgstr "" "Når aktiveret, tilføjes en kommentar til den rå udskrift, der markerer det " "optegnede uddata for et objekt med sin etiket" #: ../src/ui/dialog/inkscape-preferences.cpp:767 msgid "Grab sensitivity:" msgstr "Gribefølsomhed:" #: ../src/ui/dialog/inkscape-preferences.cpp:767 #: ../src/ui/dialog/inkscape-preferences.cpp:770 #: ../src/ui/dialog/inkscape-preferences.cpp:1092 #: ../src/ui/dialog/inkscape-preferences.cpp:1096 #: ../src/ui/dialog/inkscape-preferences.cpp:1106 msgid "pixels" msgstr "billedpunkter" #: ../src/ui/dialog/inkscape-preferences.cpp:768 msgid "" "How close on the screen you need to be to an object to be able to grab it " "with mouse (in screen pixels)" msgstr "" "Hvor tæt på et objekt du skal være for at kunne gribe det med musen (i " "skærmbilledpunkter)" #: ../src/ui/dialog/inkscape-preferences.cpp:770 msgid "Click/drag threshold:" msgstr "Klik/træk-tærskelværdi:" #: ../src/ui/dialog/inkscape-preferences.cpp:771 msgid "" "Maximum mouse drag (in screen pixels) which is considered a click, not a drag" msgstr "" "Maksimum musetræk (i skærm-billedpunkter) der tolkes som et klik, ikke et " "træk" #: ../src/ui/dialog/inkscape-preferences.cpp:773 msgid "Use pressure-sensitive tablet (requires restart)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:775 msgid "" "Use the capabilities of a tablet or other pressure-sensitive device. Disable " "this only if you have problems with the tablet (you can still use it as a " "mouse)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:777 #, fuzzy msgid "Switch tool based on tablet device (requires restart)" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/inkscape-preferences.cpp:779 msgid "" "Change tool as different devices are used on the tablet (pen, eraser, mouse)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:780 #, fuzzy msgid "Input devices" msgstr "_Inddata-enheder..." #. SVG output options #: ../src/ui/dialog/inkscape-preferences.cpp:783 #, fuzzy msgid "Use named colors" msgstr "Sidste valgte farve" #: ../src/ui/dialog/inkscape-preferences.cpp:784 msgid "" "If set, write the CSS name of the color when available (e.g. 'red' or " "'magenta') instead of the numeric value" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:786 #, fuzzy msgid "XML formatting" msgstr "Information" #: ../src/ui/dialog/inkscape-preferences.cpp:788 #, fuzzy msgid "Inline attributes" msgstr "Sæt attribut" #: ../src/ui/dialog/inkscape-preferences.cpp:789 msgid "Put attributes on the same line as the element tag" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:792 #, fuzzy msgid "Indent, spaces:" msgstr "Indryk knudepunkt" #: ../src/ui/dialog/inkscape-preferences.cpp:792 msgid "" "The number of spaces to use for indenting nested elements; set to 0 for no " "indentation" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:794 #, fuzzy msgid "Path data" msgstr "Indsæt _bredde" #: ../src/ui/dialog/inkscape-preferences.cpp:796 #, fuzzy msgid "Allow relative coordinates" msgstr "Markørkoordinater" #: ../src/ui/dialog/inkscape-preferences.cpp:797 msgid "If set, relative coordinates may be used in path data" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:799 msgid "Force repeat commands" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:800 msgid "" "Force repeating of the same path command (for example, 'L 1,2 L 3,4' instead " "of 'L 1,2 3,4')" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:802 #, fuzzy msgid "Numbers" msgstr "Nummerér knudpunkter" #: ../src/ui/dialog/inkscape-preferences.cpp:805 #, fuzzy msgid "Numeric precision:" msgstr "Beskrivelse" #: ../src/ui/dialog/inkscape-preferences.cpp:805 msgid "Significant figures of the values written to the SVG file" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:808 #, fuzzy msgid "Minimum exponent:" msgstr "Minimumsstørrelse" #: ../src/ui/dialog/inkscape-preferences.cpp:808 msgid "" "The smallest number written to SVG is 10 to the power of this exponent; " "anything smaller is written as zero" msgstr "" #. Code to add controls for attribute checking options #. Add incorrect style properties options #: ../src/ui/dialog/inkscape-preferences.cpp:813 msgid "Improper Attributes Actions" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:815 #: ../src/ui/dialog/inkscape-preferences.cpp:823 #: ../src/ui/dialog/inkscape-preferences.cpp:831 #, fuzzy msgid "Print warnings" msgstr "Udskriv vha. PDF-operatorer" #: ../src/ui/dialog/inkscape-preferences.cpp:816 msgid "" "Print warning if invalid or non-useful attributes found. Database files " "located in inkscape_data_dir/attributes." msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:817 #, fuzzy msgid "Remove attributes" msgstr "Sæt attribut" #: ../src/ui/dialog/inkscape-preferences.cpp:818 msgid "Delete invalid or non-useful attributes from element tag." msgstr "" #. Add incorrect style properties options #: ../src/ui/dialog/inkscape-preferences.cpp:821 msgid "Inappropriate Style Properties Actions" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:824 msgid "" "Print warning if inappropriate style properties found (i.e. 'font-family' " "set on a ). Database files located in inkscape_data_dir/attributes." msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:825 #: ../src/ui/dialog/inkscape-preferences.cpp:833 #, fuzzy msgid "Remove style properties" msgstr "Udskrivningsegenskaber" #: ../src/ui/dialog/inkscape-preferences.cpp:826 msgid "Delete inappropriate style properties." msgstr "" #. Add default or inherited style properties options #: ../src/ui/dialog/inkscape-preferences.cpp:829 msgid "Non-useful Style Properties Actions" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:832 msgid "" "Print warning if redundant style properties found (i.e. if a property has " "the default value and a different value is not inherited or if value is the " "same as would be inherited). Database files located in inkscape_data_dir/" "attributes." msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:834 #, fuzzy msgid "Delete redundant style properties." msgstr "Udskrivningsegenskaber" #: ../src/ui/dialog/inkscape-preferences.cpp:836 msgid "Check Attributes and Style Properties on:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:838 #, fuzzy msgid "Reading" msgstr "Mellemrum:" #: ../src/ui/dialog/inkscape-preferences.cpp:839 msgid "" "Check attributes and style properties on reading in SVG files (including " "those internal to Inkscape which will slow down startup)." msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:840 #, fuzzy msgid "Editing" msgstr "_Redigér" #: ../src/ui/dialog/inkscape-preferences.cpp:841 msgid "" "Check attributes and style properties while editing SVG files (may slow down " "Inkscape, mostly useful for debugging)." msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:842 #, fuzzy msgid "Writing" msgstr "Script" #: ../src/ui/dialog/inkscape-preferences.cpp:843 msgid "Check attributes and style properties on writing out SVG files." msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:845 #, fuzzy msgid "SVG output" msgstr "SVG-uddata" #. TRANSLATORS: see http://www.newsandtech.com/issues/2004/03-04/pt/03-04_rendering.htm #: ../src/ui/dialog/inkscape-preferences.cpp:851 #, fuzzy msgid "Perceptual" msgstr "Procent" #: ../src/ui/dialog/inkscape-preferences.cpp:851 #, fuzzy msgid "Relative Colorimetric" msgstr "Rela_tiv flytning" #: ../src/ui/dialog/inkscape-preferences.cpp:851 msgid "Absolute Colorimetric" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:855 msgid "(Note: Color management has been disabled in this build)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:859 #, fuzzy msgid "Display adjustment" msgstr "_Visningstilstand" #: ../src/ui/dialog/inkscape-preferences.cpp:869 #, c-format msgid "" "The ICC profile to use to calibrate display output.\n" "Searched directories:%s" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:870 #, fuzzy msgid "Display profile:" msgstr "_Visningstilstand" #: ../src/ui/dialog/inkscape-preferences.cpp:875 msgid "Retrieve profile from display" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:878 msgid "Retrieve profiles from those attached to displays via XICC" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:880 msgid "Retrieve profiles from those attached to displays" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:885 #, fuzzy msgid "Display rendering intent:" msgstr "_Visningstilstand" #: ../src/ui/dialog/inkscape-preferences.cpp:886 msgid "The rendering intent to use to calibrate display output" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:888 #, fuzzy msgid "Proofing" msgstr "Punkt" #: ../src/ui/dialog/inkscape-preferences.cpp:890 msgid "Simulate output on screen" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:892 msgid "Simulates output of target device" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:894 msgid "Mark out of gamut colors" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:896 msgid "Highlights colors that are out of gamut for the target device" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:901 msgid "Out of gamut warning color:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:902 #, fuzzy msgid "Selects the color used for out of gamut warning" msgstr "Farve på de primære (fremhævede) gitterlinjer" #: ../src/ui/dialog/inkscape-preferences.cpp:904 msgid "Device profile:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:905 msgid "The ICC profile to use to simulate device output" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:908 msgid "Device rendering intent:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:909 msgid "The rendering intent to use to calibrate device output" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:911 #, fuzzy msgid "Black point compensation" msgstr "Udskrivningsdestination" #: ../src/ui/dialog/inkscape-preferences.cpp:913 #, fuzzy msgid "Enables black point compensation" msgstr "Udskrivningsdestination" #: ../src/ui/dialog/inkscape-preferences.cpp:915 #, fuzzy msgid "Preserve black" msgstr "Bevaret" #: ../src/ui/dialog/inkscape-preferences.cpp:920 msgid "(LittleCMS 1.15 or later required)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:922 msgid "Preserve K channel in CMYK -> CMYK transforms" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:936 #: ../src/ui/dialog/inkscape-preferences.cpp:938 #: ../src/widgets/sp-color-icc-selector.cpp:308 #: ../src/widgets/sp-color-icc-selector.cpp:311 #: ../src/widgets/sp-color-icc-selector.cpp:598 #: ../src/widgets/sp-color-icc-selector.cpp:600 #, fuzzy msgid "" msgstr "ingen" #: ../src/ui/dialog/inkscape-preferences.cpp:992 #, fuzzy msgid "Color management" msgstr "Farve på sidekant" #. Autosave options #: ../src/ui/dialog/inkscape-preferences.cpp:995 #, fuzzy msgid "Enable autosave (requires restart)" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/inkscape-preferences.cpp:996 msgid "" "Automatically save the current document(s) at a given interval, thus " "minimizing loss in case of a crash" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:998 msgid "Interval (in minutes):" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:998 msgid "Interval (in minutes) at which document will be autosaved" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1000 #, fuzzy msgctxt "Filesystem" msgid "Path:" msgstr "Sti" #: ../src/ui/dialog/inkscape-preferences.cpp:1000 msgid "The directory where autosaves will be written" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1002 #, fuzzy msgid "Maximum number of autosaves:" msgstr "Maksimale nylige dokumenter:" #: ../src/ui/dialog/inkscape-preferences.cpp:1002 msgid "" "Maximum number of autosaved files; use this to limit the storage space used" msgstr "" #. When changing the interval or enabling/disabling the autosave function, #. * update our running configuration #. * #. * FIXME! #. * the inkscape_autosave_init should be called AFTER the values have been changed #. * (which cannot be guaranteed from here) - use a PrefObserver somewhere #. #. #. _autosave_autosave_enable.signal_toggled().connect( sigc::ptr_fun(inkscape_autosave_init), TRUE ); #. _autosave_autosave_interval.signal_changed().connect( sigc::ptr_fun(inkscape_autosave_init), TRUE ); #. #. ----------- #: ../src/ui/dialog/inkscape-preferences.cpp:1017 #, fuzzy msgid "Autosave" msgstr "_Forfattere" #: ../src/ui/dialog/inkscape-preferences.cpp:1021 msgid "Open Clip Art Library Server Name:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1022 msgid "" "The server name of the Open Clip Art Library webdav server; it's used by the " "Import and Export to OCAL function" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1024 msgid "Open Clip Art Library Username:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1025 #, fuzzy msgid "The username used to log into Open Clip Art Library" msgstr "Eksportér dette dokument eller en markering som et punktbillede" #: ../src/ui/dialog/inkscape-preferences.cpp:1027 msgid "Open Clip Art Library Password:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1028 #, fuzzy msgid "The password used to log into Open Clip Art Library" msgstr "Eksportér dette dokument eller en markering som et punktbillede" #: ../src/ui/dialog/inkscape-preferences.cpp:1029 #, fuzzy msgid "Open Clip Art" msgstr "Åben bue" #: ../src/ui/dialog/inkscape-preferences.cpp:1034 #, fuzzy msgid "Behavior" msgstr "Opførsel" #: ../src/ui/dialog/inkscape-preferences.cpp:1038 msgid "Simplification threshold:" msgstr "Simplificeringsgrænse:" #: ../src/ui/dialog/inkscape-preferences.cpp:1039 #, fuzzy msgid "" "How strong is the Node tool's Simplify command by default. If you invoke " "this command several times in quick succession, it will act more and more " "aggressively; invoking it again after a pause restores the default threshold." msgstr "" "Hvor stærkt Simplificér-kommandoen virker som standard. Hvis du bruger denne " "kommando flere gange hurtigt efter hinanden er effekten mere aggressiv; " "bruges den efter en pause genskabes standardtærskelen." #. Selecting options #: ../src/ui/dialog/inkscape-preferences.cpp:1042 msgid "Select in all layers" msgstr "Markér i alle lag" #: ../src/ui/dialog/inkscape-preferences.cpp:1043 msgid "Select only within current layer" msgstr "Markér kun i aktuelle lag" #: ../src/ui/dialog/inkscape-preferences.cpp:1044 msgid "Select in current layer and sublayers" msgstr "Marker i aktuelle lag og underlag" #: ../src/ui/dialog/inkscape-preferences.cpp:1045 #, fuzzy msgid "Ignore hidden objects and layers" msgstr "Ignorér skjulte objekter" #: ../src/ui/dialog/inkscape-preferences.cpp:1046 #, fuzzy msgid "Ignore locked objects and layers" msgstr "Ignorér låste objekter" #: ../src/ui/dialog/inkscape-preferences.cpp:1047 msgid "Deselect upon layer change" msgstr "Afmarkér ved ændring af lag" #: ../src/ui/dialog/inkscape-preferences.cpp:1049 #, fuzzy msgid "Ctrl+A, Tab, Shift+Tab" msgstr "Ctrl+A, Faneblad, Shift+Faneblad:" #: ../src/ui/dialog/inkscape-preferences.cpp:1051 msgid "Make keyboard selection commands work on objects in all layers" msgstr "Lad tastaturmarkeringskommandoer virke på objekter i alle lag" #: ../src/ui/dialog/inkscape-preferences.cpp:1053 msgid "Make keyboard selection commands work on objects in current layer only" msgstr "" "Lad tastaturmarkeringskommandoer virke på objekter i kun det aktuelle lag" #: ../src/ui/dialog/inkscape-preferences.cpp:1055 msgid "" "Make keyboard selection commands work on objects in current layer and all " "its sublayers" msgstr "" "Lad tastaturmarkeringskommandoer virke på objekter i det aktuelle lag og " "alle underlag" #: ../src/ui/dialog/inkscape-preferences.cpp:1057 #, fuzzy msgid "" "Uncheck this to be able to select objects that are hidden (either by " "themselves or by being in a hidden layer)" msgstr "" "Deaktivér denne for at kunne markere skjulte objekter (enten skjult selv, " "eller en del af en skjult gruppe eller et skjult lag)" #: ../src/ui/dialog/inkscape-preferences.cpp:1059 #, fuzzy msgid "" "Uncheck this to be able to select objects that are locked (either by " "themselves or by being in a locked layer)" msgstr "" "Deaktivér denne for at kunne markere låste objekter (enten låst selv, eller " "en del af en låst gruppe eller et skjult lag)" #: ../src/ui/dialog/inkscape-preferences.cpp:1062 msgid "" "Uncheck this to be able to keep the current objects selected when the " "current layer changes" msgstr "" "Fjern markering for at kunne bevare markeringen af objekter når det aktuelle " "lag skiftes" #: ../src/ui/dialog/inkscape-preferences.cpp:1064 msgid "Selecting" msgstr "Markering" #. Transforms options #: ../src/ui/dialog/inkscape-preferences.cpp:1067 #: ../src/widgets/select-toolbar.cpp:566 msgid "Scale stroke width" msgstr "Skalér stregbredde" #: ../src/ui/dialog/inkscape-preferences.cpp:1068 msgid "Scale rounded corners in rectangles" msgstr "Skalér afrundede hjørner i firkanter" #: ../src/ui/dialog/inkscape-preferences.cpp:1069 msgid "Transform gradients" msgstr "Transformér overgange" #: ../src/ui/dialog/inkscape-preferences.cpp:1070 msgid "Transform patterns" msgstr "Transformér mønstre" #: ../src/ui/dialog/inkscape-preferences.cpp:1071 msgid "Optimized" msgstr "Optimeret" #: ../src/ui/dialog/inkscape-preferences.cpp:1072 msgid "Preserved" msgstr "Bevaret" #: ../src/ui/dialog/inkscape-preferences.cpp:1075 #: ../src/widgets/select-toolbar.cpp:567 msgid "When scaling objects, scale the stroke width by the same proportion" msgstr "Når objekter skaleres, skalér også stregbredden med samme andel" #: ../src/ui/dialog/inkscape-preferences.cpp:1077 #: ../src/widgets/select-toolbar.cpp:578 msgid "When scaling rectangles, scale the radii of rounded corners" msgstr "Når firkanter skaleres, skalér også afrundede hjørners radier" #: ../src/ui/dialog/inkscape-preferences.cpp:1079 #: ../src/widgets/select-toolbar.cpp:589 msgid "Move gradients (in fill or stroke) along with the objects" msgstr "Transformér overgange (i udfyldning eller streg) sammen med objekterne" #: ../src/ui/dialog/inkscape-preferences.cpp:1081 #: ../src/widgets/select-toolbar.cpp:600 msgid "Move patterns (in fill or stroke) along with the objects" msgstr "Transformér mønstre (i udfyldning eller streg) sammen med objekterne" #: ../src/ui/dialog/inkscape-preferences.cpp:1082 #, fuzzy msgid "Store transformation" msgstr "Gem transformation:" #: ../src/ui/dialog/inkscape-preferences.cpp:1084 msgid "" "If possible, apply transformation to objects without adding a transform= " "attribute" msgstr "" "Hvis muligt, anvend transformation på objekter, uden at tilføje en attribut: " "transform=" #: ../src/ui/dialog/inkscape-preferences.cpp:1086 msgid "Always store transformation as a transform= attribute on objects" msgstr "Gem altid en tranformation som attribut transform= på objekter" #: ../src/ui/dialog/inkscape-preferences.cpp:1088 msgid "Transforms" msgstr "Transformationer" #: ../src/ui/dialog/inkscape-preferences.cpp:1092 msgid "Mouse wheel scrolls by:" msgstr "Musehjul ruller med:" #: ../src/ui/dialog/inkscape-preferences.cpp:1093 msgid "" "One mouse wheel notch scrolls by this distance in screen pixels " "(horizontally with Shift)" msgstr "" "Et rul med musehjulet, ruller med denne afstand i skærmbilledpunkter " "(vandret med Shift)" #: ../src/ui/dialog/inkscape-preferences.cpp:1094 msgid "Ctrl+arrows" msgstr "Ctrl+piletaster" #: ../src/ui/dialog/inkscape-preferences.cpp:1096 msgid "Scroll by:" msgstr "Rul med:" #: ../src/ui/dialog/inkscape-preferences.cpp:1097 msgid "Pressing Ctrl+arrow key scrolls by this distance (in screen pixels)" msgstr "" "Tryk på Ctrl+piletaster, ruller med denne afstand (i skærmbilledpunkter)" #: ../src/ui/dialog/inkscape-preferences.cpp:1099 msgid "Acceleration:" msgstr "Acceleration:" #: ../src/ui/dialog/inkscape-preferences.cpp:1100 msgid "" "Pressing and holding Ctrl+arrow will gradually speed up scrolling (0 for no " "acceleration)" msgstr "" "Tryk og hold Ctrl+piletast øger gradvist rullehastigheden (0 for ingen " "acceleration)" #: ../src/ui/dialog/inkscape-preferences.cpp:1101 msgid "Autoscrolling" msgstr "Autorul" #: ../src/ui/dialog/inkscape-preferences.cpp:1103 msgid "Speed:" msgstr "Hastighed:" #: ../src/ui/dialog/inkscape-preferences.cpp:1104 msgid "" "How fast the canvas autoscrolls when you drag beyond canvas edge (0 to turn " "autoscroll off)" msgstr "" "Hvor hurtigt lærredets autoruller, når du trækker udenfor lærredets kant (0 " "for at slå autorul fra)" #: ../src/ui/dialog/inkscape-preferences.cpp:1107 msgid "" "How far (in screen pixels) you need to be from the canvas edge to trigger " "autoscroll; positive is outside the canvas, negative is within the canvas" msgstr "" "Hvor langt i (skærmbilledpunkter) du skal være fra lærredets kant, for at " "slå autorul til. Positiv er udenfor lærredet, negativ er indenfor lærredet" #: ../src/ui/dialog/inkscape-preferences.cpp:1108 msgid "Left mouse button pans when Space is pressed" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1110 msgid "" "When on, pressing and holding Space and dragging with left mouse button pans " "canvas (as in Adobe Illustrator); when off, Space temporarily switches to " "Selector tool (default)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1111 #, fuzzy msgid "Mouse wheel zooms by default" msgstr "Musehjul ruller med:" #: ../src/ui/dialog/inkscape-preferences.cpp:1113 msgid "" "When on, mouse wheel zooms without Ctrl and scrolls canvas with Ctrl; when " "off, it zooms with Ctrl and scrolls without Ctrl" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1114 msgid "Scrolling" msgstr "Rulning" #. Snapping options #: ../src/ui/dialog/inkscape-preferences.cpp:1117 msgid "Enable snap indicator" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1119 msgid "After snapping, a symbol is drawn at the point that has snapped" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1122 #, fuzzy msgid "Delay (in ms):" msgstr "Lagnavn:" #: ../src/ui/dialog/inkscape-preferences.cpp:1123 msgid "" "Postpone snapping as long as the mouse is moving, and then wait an " "additional fraction of a second. This additional delay is specified here. " "When set to zero or to a very small number, snapping will be immediate." msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1125 msgid "Only snap the node closest to the pointer" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1127 msgid "" "Only try to snap the node that is initially closest to the mouse pointer" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1130 #, fuzzy msgid "Weight factor:" msgstr "Papirhøjde" #: ../src/ui/dialog/inkscape-preferences.cpp:1131 msgid "" "When multiple snap solutions are found, then Inkscape can either prefer the " "closest transformation (when set to 0), or prefer the node that was " "initially the closest to the pointer (when set to 1)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1133 msgid "Snap the mouse pointer when dragging a constrained knot" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1135 msgid "" "When dragging a knot along a constraint line, then snap the position of the " "mouse pointer instead of snapping the projection of the knot onto the " "constraint line" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1137 #, fuzzy msgid "Snapping" msgstr "Hæng på objekt_stier" #. nudgedistance is limited to 1000 in select-context.cpp: use the same limit here #: ../src/ui/dialog/inkscape-preferences.cpp:1142 msgid "Arrow keys move by:" msgstr "Piletaster flytter med:" #: ../src/ui/dialog/inkscape-preferences.cpp:1143 #, fuzzy msgid "" "Pressing an arrow key moves selected object(s) or node(s) by this distance" msgstr "" "Tryk på en piletast flytter de markerede objekter eller knudepunkter med " "denne afstand (i billedpunkter)" #. defaultscale is limited to 1000 in select-context.cpp: use the same limit here #: ../src/ui/dialog/inkscape-preferences.cpp:1146 msgid "> and < scale by:" msgstr "> og < skalér med:" #: ../src/ui/dialog/inkscape-preferences.cpp:1147 #, fuzzy msgid "Pressing > or < scales selection up or down by this increment" msgstr "" "Tryk på > eller < skalerer markeringen op eller ned med denne stigning (i " "billedpunkter)" #: ../src/ui/dialog/inkscape-preferences.cpp:1149 msgid "Inset/Outset by:" msgstr "Skub ind/ud med:" #: ../src/ui/dialog/inkscape-preferences.cpp:1150 #, fuzzy msgid "Inset and Outset commands displace the path by this distance" msgstr "Skub ind/ud-kommandoen, forskyder stien med afstanden (i px-enheder)" #: ../src/ui/dialog/inkscape-preferences.cpp:1151 msgid "Compass-like display of angles" msgstr "Kompaslignende visning af vinkler" #: ../src/ui/dialog/inkscape-preferences.cpp:1153 msgid "" "When on, angles are displayed with 0 at north, 0 to 360 range, positive " "clockwise; otherwise with 0 at east, -180 to 180 range, positive " "counterclockwise" msgstr "" "Når slået til, vises vinkler med 0 i nord, 0 til 360-intervallet, positiv " "med uret, ellers med 0 i øst, -180 til 180 intervallet, positiv mod uret." #: ../src/ui/dialog/inkscape-preferences.cpp:1159 msgid "Rotation snaps every:" msgstr "Trinvis rotation hver:" #: ../src/ui/dialog/inkscape-preferences.cpp:1159 msgid "degrees" msgstr "grader" #: ../src/ui/dialog/inkscape-preferences.cpp:1160 msgid "" "Rotating with Ctrl pressed snaps every that much degrees; also, pressing " "[ or ] rotates by this amount" msgstr "" "Rotation med Ctrl trykket ned justerer tinvist med så mange grader; det " "samme gør tryk på [ eller ]" #: ../src/ui/dialog/inkscape-preferences.cpp:1161 msgid "Relative snapping of guideline angles" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1163 msgid "" "When on, the snap angles when rotating a guideline will be relative to the " "original angle" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1165 msgid "Zoom in/out by:" msgstr "Zoom ind/ud med:" #: ../src/ui/dialog/inkscape-preferences.cpp:1166 msgid "" "Zoom tool click, +/- keys, and middle click zoom in and out by this " "multiplier" msgstr "" "KKlik på zoom-værktøjet, +/--knapper og midterklik, zoomer ind med denne " "gangefaktor" #: ../src/ui/dialog/inkscape-preferences.cpp:1167 msgid "Steps" msgstr "Trin" #. Clones options #: ../src/ui/dialog/inkscape-preferences.cpp:1170 msgid "Move in parallel" msgstr "Flyt parallelt" #: ../src/ui/dialog/inkscape-preferences.cpp:1172 msgid "Stay unmoved" msgstr "Forbliv urørt" #: ../src/ui/dialog/inkscape-preferences.cpp:1174 msgid "Move according to transform" msgstr "Flyt i henhold til transformation" #: ../src/ui/dialog/inkscape-preferences.cpp:1176 msgid "Are unlinked" msgstr "Løst koblede" #: ../src/ui/dialog/inkscape-preferences.cpp:1178 msgid "Are deleted" msgstr "Slettede" #: ../src/ui/dialog/inkscape-preferences.cpp:1181 #, fuzzy msgid "Moving original: clones and linked offsets" msgstr "Når originalen flyttes, forskydes kloner og link:" #: ../src/ui/dialog/inkscape-preferences.cpp:1183 #, fuzzy msgid "Clones are translated by the same vector as their original" msgstr "Kloner oversættes af samme vektor som deres ophav." #: ../src/ui/dialog/inkscape-preferences.cpp:1185 #, fuzzy msgid "Clones preserve their positions when their original is moved" msgstr "Kloner bevarer deres positioner når deres ophav flyttes." #: ../src/ui/dialog/inkscape-preferences.cpp:1187 #, fuzzy msgid "" "Each clone moves according to the value of its transform= attribute; for " "example, a rotated clone will move in a different direction than its original" msgstr "" "Hver klon flyttes i henhold til værdien af attributten transform. For " "eksempel, flyttes en roteret klon i en anden retning en sit ophav." #: ../src/ui/dialog/inkscape-preferences.cpp:1188 #, fuzzy msgid "Deleting original: clones" msgstr "Slet valgte knuder" #: ../src/ui/dialog/inkscape-preferences.cpp:1190 #, fuzzy msgid "Orphaned clones are converted to regular objects" msgstr "Konverteres forældreløse kloner til almindelige objekter." #: ../src/ui/dialog/inkscape-preferences.cpp:1192 #, fuzzy msgid "Orphaned clones are deleted along with their original" msgstr "Slettes forældreløse kloner sammen med ophavet." #: ../src/ui/dialog/inkscape-preferences.cpp:1194 #, fuzzy msgid "Duplicating original+clones/linked offset" msgstr "Når originalen flyttes, forskydes kloner og link:" #: ../src/ui/dialog/inkscape-preferences.cpp:1196 #, fuzzy msgid "Relink duplicated clones" msgstr "Slet valgte knuder" #: ../src/ui/dialog/inkscape-preferences.cpp:1198 msgid "" "When duplicating a selection containing both a clone and its original " "(possibly in groups), relink the duplicated clone to the duplicated original " "instead of the old original" msgstr "" #. TRANSLATORS: Heading for the Inkscape Preferences "Clones" Page #: ../src/ui/dialog/inkscape-preferences.cpp:1201 msgid "Clones" msgstr "Kloner" #. Clip paths and masks options #: ../src/ui/dialog/inkscape-preferences.cpp:1204 #, fuzzy msgid "When applying, use the topmost selected object as clippath/mask" msgstr "Benyt det øverste markerede objekt som beskæringssti eller maske" #: ../src/ui/dialog/inkscape-preferences.cpp:1206 msgid "" "Uncheck this to use the bottom selected object as the clipping path or mask" msgstr "" "Deaktivér for at bruge det nederste markerede objekt som beskæringssti eller " "maske" #: ../src/ui/dialog/inkscape-preferences.cpp:1207 #, fuzzy msgid "Remove clippath/mask object after applying" msgstr "Fjern beskæringssti eller maske efter anvendelse" #: ../src/ui/dialog/inkscape-preferences.cpp:1209 msgid "" "After applying, remove the object used as the clipping path or mask from the " "drawing" msgstr "" "Efter anvendelse, fjern objektet, der blev brugt som beskæringssti eller " "maske, fra tegningen" #: ../src/ui/dialog/inkscape-preferences.cpp:1211 #, fuzzy msgid "Before applying" msgstr "Venstre vinkel" #: ../src/ui/dialog/inkscape-preferences.cpp:1213 msgid "Do not group clipped/masked objects" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1214 msgid "Enclose every clipped/masked object in its own group" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1215 msgid "Put all clipped/masked objects into one group" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1218 msgid "Apply clippath/mask to every object" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1221 msgid "Apply clippath/mask to groups containing single object" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1224 msgid "Apply clippath/mask to group containing all objects" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1226 msgid "After releasing" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1228 #, fuzzy msgid "Ungroup automatically created groups" msgstr "Afgruppér markerede grupper" #: ../src/ui/dialog/inkscape-preferences.cpp:1230 msgid "Ungroup groups created when setting clip/mask" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1232 #, fuzzy msgid "Clippaths and masks" msgstr "Beskæring og maskering:" #: ../src/ui/dialog/inkscape-preferences.cpp:1240 #, fuzzy msgid "Number of Threads:" msgstr "Antal rækker" #: ../src/ui/dialog/inkscape-preferences.cpp:1240 #: ../src/ui/dialog/inkscape-preferences.cpp:1420 #, fuzzy msgid "(requires restart)" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/inkscape-preferences.cpp:1241 msgid "Configure number of processors/threads to use when rendering filters" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1245 #, fuzzy msgid "Rendering cache size:" msgstr "Optegn" #: ../src/ui/dialog/inkscape-preferences.cpp:1245 msgctxt "mebibyte (2^20 bytes) abbreviation" msgid "MiB" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1245 msgid "" "Set the amount of memory per document which can be used to store rendered " "parts of the drawing for later reuse; set to zero to disable caching" msgstr "" #. blur quality #. filter quality #: ../src/ui/dialog/inkscape-preferences.cpp:1248 #: ../src/ui/dialog/inkscape-preferences.cpp:1272 msgid "Best quality (slowest)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1250 #: ../src/ui/dialog/inkscape-preferences.cpp:1274 msgid "Better quality (slower)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1252 #: ../src/ui/dialog/inkscape-preferences.cpp:1276 msgid "Average quality" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1254 #: ../src/ui/dialog/inkscape-preferences.cpp:1278 #, fuzzy msgid "Lower quality (faster)" msgstr "Sænk lag" #: ../src/ui/dialog/inkscape-preferences.cpp:1256 #: ../src/ui/dialog/inkscape-preferences.cpp:1280 msgid "Lowest quality (fastest)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1259 msgid "Gaussian blur quality for display" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1261 #: ../src/ui/dialog/inkscape-preferences.cpp:1285 msgid "" "Best quality, but display may be very slow at high zooms (bitmap export " "always uses best quality)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1263 #: ../src/ui/dialog/inkscape-preferences.cpp:1287 msgid "Better quality, but slower display" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1265 #: ../src/ui/dialog/inkscape-preferences.cpp:1289 msgid "Average quality, acceptable display speed" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1267 #: ../src/ui/dialog/inkscape-preferences.cpp:1291 msgid "Lower quality (some artifacts), but display is faster" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1269 #: ../src/ui/dialog/inkscape-preferences.cpp:1293 msgid "Lowest quality (considerable artifacts), but display is fastest" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1283 msgid "Filter effects quality for display" msgstr "" #. build custom preferences tab #: ../src/ui/dialog/inkscape-preferences.cpp:1295 #: ../src/ui/dialog/print.cpp:224 #, fuzzy msgid "Rendering" msgstr "Optegn" #: ../src/ui/dialog/inkscape-preferences.cpp:1301 msgid "2x2" msgstr "2x2" #: ../src/ui/dialog/inkscape-preferences.cpp:1301 msgid "4x4" msgstr "4x4" #: ../src/ui/dialog/inkscape-preferences.cpp:1301 msgid "8x8" msgstr "8x8" #: ../src/ui/dialog/inkscape-preferences.cpp:1301 msgid "16x16" msgstr "16x16" #: ../src/ui/dialog/inkscape-preferences.cpp:1305 msgid "Oversample bitmaps:" msgstr "Flere tilfælde af bitmap:" #: ../src/ui/dialog/inkscape-preferences.cpp:1308 msgid "Automatically reload bitmaps" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1310 msgid "Automatically reload linked images when file is changed on disk" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1312 #, fuzzy msgid "Bitmap editor:" msgstr "Overgangseditor" #: ../src/ui/dialog/inkscape-preferences.cpp:1314 msgid "Default export resolution:" msgstr "Standard eksporteringsopløsning:" #: ../src/ui/dialog/inkscape-preferences.cpp:1315 msgid "Default bitmap resolution (in dots per inch) in the Export dialog" msgstr "Standard punktbilledopløsning (dpi) i eksporteringsdialogen" #: ../src/ui/dialog/inkscape-preferences.cpp:1317 msgid "Resolution for Create Bitmap Copy:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1318 msgid "Resolution used by the Create Bitmap Copy command" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1320 msgid "Always embed" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1320 #, fuzzy msgid "Always link" msgstr "_Omrids" #: ../src/ui/dialog/inkscape-preferences.cpp:1320 msgid "Ask" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1323 #, fuzzy msgid "Bitmap import:" msgstr "Overgangseditor" #: ../src/ui/dialog/inkscape-preferences.cpp:1326 #, fuzzy msgid "Bitmaps" msgstr "Vælg maske" #: ../src/ui/dialog/inkscape-preferences.cpp:1382 msgid "Set the main spell check language" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1385 #, fuzzy msgid "Second language:" msgstr "Sprog" #: ../src/ui/dialog/inkscape-preferences.cpp:1386 msgid "" "Set the second spell check language; checking will only stop on words " "unknown in ALL chosen languages" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1389 #, fuzzy msgid "Third language:" msgstr "Sprog" #: ../src/ui/dialog/inkscape-preferences.cpp:1390 msgid "" "Set the third spell check language; checking will only stop on words unknown " "in ALL chosen languages" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1392 msgid "Ignore words with digits" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1394 msgid "Ignore words containing digits, such as \"R2D2\"" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1396 msgid "Ignore words in ALL CAPITALS" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1398 msgid "Ignore words in all capitals, such as \"IUPAC\"" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1400 #, fuzzy msgid "Spellcheck" msgstr "Vælg" #: ../src/ui/dialog/inkscape-preferences.cpp:1420 msgid "Latency skew:" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1421 msgid "" "Factor by which the event clock is skewed from the actual time (0.9766 on " "some systems)" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1423 msgid "Pre-render named icons" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1425 msgid "" "When on, named icons will be rendered before displaying the ui. This is for " "working around bugs in GTK+ named icon notification" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1433 #, fuzzy msgid "System info" msgstr "System" #: ../src/ui/dialog/inkscape-preferences.cpp:1437 msgid "User config: " msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1437 msgid "Location of users configuration" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1441 #, fuzzy msgid "User preferences: " msgstr "Indstillinger for stjerner" #: ../src/ui/dialog/inkscape-preferences.cpp:1441 #, fuzzy msgid "Location of the users preferences file" msgstr "Kunne ikke indlæse den valgte fil %s" #: ../src/ui/dialog/inkscape-preferences.cpp:1445 #, fuzzy msgid "User extensions: " msgstr "Filendelse \"" #: ../src/ui/dialog/inkscape-preferences.cpp:1445 #, fuzzy msgid "Location of the users extensions" msgstr "Information til Inkscape-udvidelser" #: ../src/ui/dialog/inkscape-preferences.cpp:1449 #, fuzzy msgid "User cache: " msgstr "Br_ugernavn:" #: ../src/ui/dialog/inkscape-preferences.cpp:1449 #, fuzzy msgid "Location of users cache" msgstr "_Rotering" #: ../src/ui/dialog/inkscape-preferences.cpp:1457 msgid "Temporary files: " msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1457 msgid "Location of the temporary files used for autosave" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1461 #, fuzzy msgid "Inkscape data: " msgstr "Inkscape: S_poring" #: ../src/ui/dialog/inkscape-preferences.cpp:1461 #, fuzzy msgid "Location of Inkscape data" msgstr "Information til Inkscape-udvidelser" #: ../src/ui/dialog/inkscape-preferences.cpp:1465 #, fuzzy msgid "Inkscape extensions: " msgstr "Information til Inkscape-udvidelser" #: ../src/ui/dialog/inkscape-preferences.cpp:1465 #, fuzzy msgid "Location of the Inkscape extensions" msgstr "Information til Inkscape-udvidelser" #: ../src/ui/dialog/inkscape-preferences.cpp:1474 #, fuzzy msgid "System data: " msgstr "Vælg som standard" #: ../src/ui/dialog/inkscape-preferences.cpp:1474 msgid "Locations of system data" msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1498 msgid "Icon theme: " msgstr "" #: ../src/ui/dialog/inkscape-preferences.cpp:1498 #, fuzzy msgid "Location of icon themes" msgstr "_Rotering" #: ../src/ui/dialog/inkscape-preferences.cpp:1500 #: ../src/widgets/sp-color-gtkselector.cpp:50 msgid "System" msgstr "System" #: ../src/ui/dialog/input.cpp:350 ../src/ui/dialog/input.cpp:362 #, fuzzy msgid "Disabled" msgstr "Titel" #: ../src/ui/dialog/input.cpp:351 #, fuzzy msgctxt "Input device" msgid "Screen" msgstr "Grøn" #: ../src/ui/dialog/input.cpp:352 ../src/ui/dialog/input.cpp:364 #, fuzzy msgid "Window" msgstr "Vinduer" #: ../src/ui/dialog/input.cpp:531 msgid "Test Area" msgstr "" #: ../src/ui/dialog/input.cpp:585 ../share/extensions/svgcalendar.inx.h:5 #, fuzzy msgid "Configuration" msgstr "Udskrivningsdestination" #: ../src/ui/dialog/input.cpp:586 ../src/ui/dialog/input.cpp:779 msgid "Hardware" msgstr "" #: ../src/ui/dialog/input.cpp:604 #, fuzzy msgid "Link:" msgstr "Linje" #: ../src/ui/dialog/input.cpp:623 #, fuzzy msgid "Axes count:" msgstr "Skrifttype" #: ../src/ui/dialog/input.cpp:646 #, fuzzy msgid "axis:" msgstr "Radius" #: ../src/ui/dialog/input.cpp:658 #, fuzzy msgid "Button count:" msgstr "Bot" #: ../src/ui/dialog/input.cpp:817 #, fuzzy msgid "Tablet" msgstr "Titel" #: ../src/ui/dialog/input.cpp:846 ../src/ui/dialog/input.cpp:1600 msgid "pad" msgstr "" #: ../src/ui/dialog/input.cpp:887 #, fuzzy msgid "_Use pressure-sensitive tablet (requires restart)" msgstr "Om dialoger skal have en lukkeknap (kræver genstart)" #: ../src/ui/dialog/input.cpp:888 ../src/verbs.cpp:2216 msgid "_Save" msgstr "_Gem" #: ../src/ui/dialog/layer-properties.cpp:46 msgid "Layer name:" msgstr "Lagnavn:" #: ../src/ui/dialog/layer-properties.cpp:114 #, fuzzy msgid "Add layer" msgstr "Tilføj lag" #: ../src/ui/dialog/layer-properties.cpp:152 msgid "Above current" msgstr "Over det aktuelle lag" #: ../src/ui/dialog/layer-properties.cpp:156 msgid "Below current" msgstr "Under det aktuelle lag" #: ../src/ui/dialog/layer-properties.cpp:159 msgid "As sublayer of current" msgstr "Et under-lag af det aktuelle" #: ../src/ui/dialog/layer-properties.cpp:181 msgid "Rename Layer" msgstr "Omdøb lag" #. TODO: find an unused layer number, forming name from _("Layer ") + "%d" #: ../src/ui/dialog/layer-properties.cpp:183 #: ../src/ui/dialog/layer-properties.cpp:205 #, fuzzy msgid "Layer" msgstr "_Lag" #: ../src/ui/dialog/layer-properties.cpp:184 msgid "_Rename" msgstr "_Omdøb" #: ../src/ui/dialog/layer-properties.cpp:197 #, fuzzy msgid "Rename layer" msgstr "Lag omdøbt" #. TRANSLATORS: This means "The layer has been renamed" #: ../src/ui/dialog/layer-properties.cpp:199 ../src/ui/dialog/layers.cpp:533 msgid "Renamed layer" msgstr "Lag omdøbt" #: ../src/ui/dialog/layer-properties.cpp:203 msgid "Add Layer" msgstr "Tilføj lag" #: ../src/ui/dialog/layer-properties.cpp:206 msgid "_Add" msgstr "_Tilføj" #: ../src/ui/dialog/layer-properties.cpp:230 msgid "New layer created." msgstr "Nyt lag oprettet." #: ../src/ui/dialog/layers.cpp:480 ../src/ui/widget/layer-selector.cpp:602 #, fuzzy msgid "Unhide layer" msgstr "Hæv lag" #: ../src/ui/dialog/layers.cpp:480 ../src/ui/widget/layer-selector.cpp:602 #, fuzzy msgid "Hide layer" msgstr "Hæv lag" #: ../src/ui/dialog/layers.cpp:491 ../src/ui/widget/layer-selector.cpp:594 #, fuzzy msgid "Lock layer" msgstr "Sænk lag" #: ../src/ui/dialog/layers.cpp:491 ../src/ui/widget/layer-selector.cpp:594 #, fuzzy msgid "Unlock layer" msgstr "Sænk lag" #: ../src/ui/dialog/layers.cpp:650 #, fuzzy msgctxt "Layers" msgid "New" msgstr "Ny" #: ../src/ui/dialog/layers.cpp:656 #, fuzzy msgctxt "Layers" msgid "Top" msgstr "Øverst" #: ../src/ui/dialog/layers.cpp:662 #, fuzzy msgctxt "Layers" msgid "Up" msgstr "Op" #: ../src/ui/dialog/layers.cpp:668 #, fuzzy msgctxt "Layers" msgid "Dn" msgstr "Ned" #: ../src/ui/dialog/layers.cpp:674 #, fuzzy msgctxt "Layers" msgid "Bot" msgstr "Bot" #: ../src/ui/dialog/layers.cpp:684 msgid "X" msgstr "X" #: ../src/ui/dialog/livepatheffect-editor.cpp:87 #, fuzzy msgid "Effect list" msgstr "Effe_kter" #: ../src/ui/dialog/livepatheffect-editor.cpp:111 #, fuzzy msgid "Add path effect" msgstr "Indsæt størrelse separat" #: ../src/ui/dialog/livepatheffect-editor.cpp:115 #, fuzzy msgid "Delete current path effect" msgstr "S_let det aktuelle lag" #: ../src/ui/dialog/livepatheffect-editor.cpp:119 #, fuzzy msgid "Raise the current path effect" msgstr "Hæv det aktuelle lag" #: ../src/ui/dialog/livepatheffect-editor.cpp:123 #, fuzzy msgid "Lower the current path effect" msgstr "Sænk det aktuelle lag" #: ../src/ui/dialog/livepatheffect-editor.cpp:282 msgid "Unknown effect is applied" msgstr "" #: ../src/ui/dialog/livepatheffect-editor.cpp:285 #, fuzzy msgid "Click button to add an effect" msgstr "Tilpas siden til tegningen" #: ../src/ui/dialog/livepatheffect-editor.cpp:298 msgid "Click add button to convert clone" msgstr "" #: ../src/ui/dialog/livepatheffect-editor.cpp:303 #: ../src/ui/dialog/livepatheffect-editor.cpp:307 #: ../src/ui/dialog/livepatheffect-editor.cpp:315 #, fuzzy msgid "Select a path or shape" msgstr "Slet tekst" #: ../src/ui/dialog/livepatheffect-editor.cpp:311 msgid "Only one item can be selected" msgstr "" #: ../src/ui/dialog/livepatheffect-editor.cpp:343 #, fuzzy msgid "Unknown effect" msgstr "Vandret forskudt" #: ../src/ui/dialog/livepatheffect-editor.cpp:419 #, fuzzy msgid "Create and apply path effect" msgstr "Opret et dynamisk forskudt objekt" #: ../src/ui/dialog/livepatheffect-editor.cpp:454 #, fuzzy msgid "Create and apply Clone original path effect" msgstr "Opret et dynamisk forskudt objekt" #: ../src/ui/dialog/livepatheffect-editor.cpp:474 #, fuzzy msgid "Remove path effect" msgstr "Fjern streg" #: ../src/ui/dialog/livepatheffect-editor.cpp:491 #, fuzzy msgid "Move path effect up" msgstr "Fjern streg" #: ../src/ui/dialog/livepatheffect-editor.cpp:507 #, fuzzy msgid "Move path effect down" msgstr "Fjern streg" #: ../src/ui/dialog/livepatheffect-editor.cpp:546 #, fuzzy msgid "Activate path effect" msgstr "Indsæt størrelse separat" #: ../src/ui/dialog/livepatheffect-editor.cpp:546 #, fuzzy msgid "Deactivate path effect" msgstr "Indsæt størrelse separat" #: ../src/ui/dialog/memory.cpp:95 msgid "Heap" msgstr "Heap" #: ../src/ui/dialog/memory.cpp:96 msgid "In Use" msgstr "I brug" #. TRANSLATORS: "Slack" refers to memory which is in the heap but currently unused. #. More typical usage is to call this memory "free" rather than "slack". #: ../src/ui/dialog/memory.cpp:99 msgid "Slack" msgstr "Fri" #: ../src/ui/dialog/memory.cpp:100 msgid "Total" msgstr "Total" #: ../src/ui/dialog/memory.cpp:140 ../src/ui/dialog/memory.cpp:146 #: ../src/ui/dialog/memory.cpp:153 ../src/ui/dialog/memory.cpp:185 msgid "Unknown" msgstr "Ukendt" #: ../src/ui/dialog/memory.cpp:166 msgid "Combined" msgstr "Kombineret" #: ../src/ui/dialog/memory.cpp:208 msgid "Recalculate" msgstr "Genberegn" #: ../src/ui/dialog/messages.cpp:47 #, fuzzy msgid "Clear log messages" msgstr "Lagr logbeskeder" #: ../src/ui/dialog/messages.cpp:81 msgid "Ready." msgstr "Klar." #: ../src/ui/dialog/messages.cpp:174 msgid "Log capture started." msgstr "" #: ../src/ui/dialog/messages.cpp:203 msgid "Log capture stopped." msgstr "" #: ../src/ui/dialog/object-attributes.cpp:37 msgid "Href:" msgstr "Href:" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/linking.html#AElementXLinkRoleAttribute #. Identifies the type of the related resource with an absolute URI #: ../src/ui/dialog/object-attributes.cpp:42 msgid "Role:" msgstr "Rolle:" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/linking.html#AElementXLinkArcRoleAttribute #. For situations where the nature/role alone isn't enough, this offers an additional URI defining the purpose of the link. #: ../src/ui/dialog/object-attributes.cpp:45 msgid "Arcrole:" msgstr "Ærkerolle:" #: ../src/ui/dialog/object-attributes.cpp:48 #: ../share/extensions/polyhedron_3d.inx.h:36 msgid "Show:" msgstr "Vis:" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/linking.html#AElementXLinkActuateAttribute #: ../src/ui/dialog/object-attributes.cpp:50 msgid "Actuate:" msgstr "Udløs:" #: ../src/ui/dialog/object-attributes.cpp:55 msgid "URL:" msgstr "URL:" #: ../src/ui/dialog/object-properties.cpp:44 #, fuzzy msgid "_Title:" msgstr "Titel" #: ../src/ui/dialog/object-properties.cpp:45 #, fuzzy msgid "_Description" msgstr "Beskrivelse" #: ../src/ui/dialog/object-properties.cpp:48 msgid "_Hide" msgstr "_Skjul" #: ../src/ui/dialog/object-properties.cpp:49 msgid "L_ock" msgstr "L_ås" #: ../src/ui/dialog/object-properties.cpp:50 ../src/verbs.cpp:2469 #: ../src/verbs.cpp:2475 msgid "_Set" msgstr "_Sæt" #: ../src/ui/dialog/object-properties.cpp:51 #, fuzzy msgid "_Interactivity" msgstr "_Gennemsnit" #. Create the entry box for the object id #: ../src/ui/dialog/object-properties.cpp:103 msgid "" "The id= attribute (only letters, digits, and the characters .-_: allowed)" msgstr "Attributten «id=» (kun bogstaver, tal og tegnene .-_: er tilladt)" #. Create the entry box for the object label #: ../src/ui/dialog/object-properties.cpp:122 msgid "A freeform label for the object" msgstr "En fri etiket til objektet" #. Hide #: ../src/ui/dialog/object-properties.cpp:169 msgid "Check to make the object invisible" msgstr "Afmærk for at gøre objektet usynligt" #. Lock #. TRANSLATORS: "Lock" is a verb here #: ../src/ui/dialog/object-properties.cpp:177 msgid "Check to make the object insensitive (not selectable by mouse)" msgstr "Afmærk for at gøre objektet urørligt (ikke-markérbart med musen)" #: ../src/ui/dialog/object-properties.cpp:236 #: ../src/ui/dialog/object-properties.cpp:241 msgid "Ref" msgstr "Ref" #: ../src/ui/dialog/object-properties.cpp:308 msgid "Id invalid! " msgstr "Ugyldigt id! " #: ../src/ui/dialog/object-properties.cpp:310 msgid "Id exists! " msgstr "Id eksisterer! " #: ../src/ui/dialog/object-properties.cpp:316 #, fuzzy msgid "Set object ID" msgstr "Søg efter tekstobjekter" #: ../src/ui/dialog/object-properties.cpp:331 #, fuzzy msgid "Set object label" msgstr "Stregst_il" #: ../src/ui/dialog/object-properties.cpp:337 #, fuzzy msgid "Set object title" msgstr "Stregst_il" #: ../src/ui/dialog/object-properties.cpp:345 #, fuzzy msgid "Set object description" msgstr " beskrivelse: " #: ../src/ui/dialog/object-properties.cpp:363 #, fuzzy msgid "Lock object" msgstr "Ingen objekter" #: ../src/ui/dialog/object-properties.cpp:363 #, fuzzy msgid "Unlock object" msgstr "Ignorér låste objekter" #: ../src/ui/dialog/object-properties.cpp:380 #, fuzzy msgid "Hide object" msgstr "Ingen objekter" #: ../src/ui/dialog/object-properties.cpp:380 #, fuzzy msgid "Unhide object" msgstr "Ignorér skjulte objekter" #: ../src/ui/dialog/ocaldialogs.cpp:624 msgid "Clipart found" msgstr "" #: ../src/ui/dialog/ocaldialogs.cpp:673 #, fuzzy msgid "Downloading image..." msgstr "_Skift retning" #: ../src/ui/dialog/ocaldialogs.cpp:821 #, fuzzy msgid "Could not download image" msgstr "Kunne ikke eksportere til filnavn %s.\n" #: ../src/ui/dialog/ocaldialogs.cpp:831 msgid "Clipart downloaded successfully" msgstr "" #: ../src/ui/dialog/ocaldialogs.cpp:845 #, fuzzy msgid "Could not download thumbnail file" msgstr "Kunne ikke eksportere til filnavn %s.\n" #: ../src/ui/dialog/ocaldialogs.cpp:922 #, fuzzy msgid "No description" msgstr " beskrivelse: " #: ../src/ui/dialog/ocaldialogs.cpp:990 #, fuzzy msgid "Searching clipart..." msgstr "_Skift retning" #: ../src/ui/dialog/ocaldialogs.cpp:1026 #, fuzzy msgid "Could not connect to the Open Clip Art Library" msgstr "Eksportér dette dokument eller en markering som et punktbillede" #: ../src/ui/dialog/ocaldialogs.cpp:1045 #, fuzzy msgid "Could not parse search results" msgstr "Kunne ikke fortolke SVG-data" #: ../src/ui/dialog/ocaldialogs.cpp:1081 msgid "No clipart named" msgstr "" #: ../src/ui/dialog/ocaldialogs.cpp:1081 msgid "was found." msgstr "" #: ../src/ui/dialog/ocaldialogs.cpp:1082 msgid "" "Please make sure all keywords are spelled correctly, or try again with " "different keywords." msgstr "" #: ../src/ui/dialog/ocaldialogs.cpp:1110 #, fuzzy msgid "Search" msgstr "Søg efter grupper" #: ../src/ui/dialog/ocaldialogs.cpp:1116 #, fuzzy msgid "Close" msgstr "_Luk" #: ../src/ui/dialog/print.cpp:104 msgid "Could not open temporary PNG for bitmap printing" msgstr "" #: ../src/ui/dialog/print.cpp:147 #, fuzzy msgid "Could not set up Document" msgstr "Kunne ikke eksportere til filnavn %s.\n" #: ../src/ui/dialog/print.cpp:151 msgid "Failed to set CairoRenderContext" msgstr "" #. set up dialog title, based on document name #: ../src/ui/dialog/print.cpp:189 #, fuzzy msgid "SVG Document" msgstr "Dokument" #: ../src/ui/dialog/print.cpp:190 #, fuzzy msgid "Print" msgstr "Punkt" #: ../src/ui/dialog/scriptdialog.cpp:181 #, fuzzy msgid "_Execute Javascript" msgstr "Kør P_erl" #: ../src/ui/dialog/scriptdialog.cpp:183 msgid "_Execute Python" msgstr "Kør _Python" #: ../src/ui/dialog/scriptdialog.cpp:185 #, fuzzy msgid "_Execute Ruby" msgstr "Kør _Python" #: ../src/ui/dialog/scriptdialog.cpp:194 msgid "Script" msgstr "Script" #: ../src/ui/dialog/scriptdialog.cpp:204 msgid "Output" msgstr "Uddata" #: ../src/ui/dialog/scriptdialog.cpp:214 msgid "Errors" msgstr "Fejl" #: ../src/ui/dialog/svg-fonts-dialog.cpp:136 #, fuzzy msgid "Set SVG Font attribute" msgstr "Sæt attribut" #: ../src/ui/dialog/svg-fonts-dialog.cpp:203 #, fuzzy msgid "Adjust kerning value" msgstr "Træk kurve" #: ../src/ui/dialog/svg-fonts-dialog.cpp:393 #, fuzzy msgid "Family Name:" msgstr "Sæt filnavn" #: ../src/ui/dialog/svg-fonts-dialog.cpp:403 #, fuzzy msgid "Set width:" msgstr "Kildes bredde" #: ../src/ui/dialog/svg-fonts-dialog.cpp:462 msgid "glyph" msgstr "" #. SPGlyph* glyph = #: ../src/ui/dialog/svg-fonts-dialog.cpp:494 #, fuzzy msgid "Add glyph" msgstr "Tilføj lag" #: ../src/ui/dialog/svg-fonts-dialog.cpp:528 #: ../src/ui/dialog/svg-fonts-dialog.cpp:568 #, fuzzy msgid "Select a path to define the curves of a glyph" msgstr "Vælg sti(er) at skubbe ind/ud." #: ../src/ui/dialog/svg-fonts-dialog.cpp:536 #: ../src/ui/dialog/svg-fonts-dialog.cpp:576 #, fuzzy msgid "The selected object does not have a path description." msgstr "Det markerede objekt er ikke en sti, kan ikke skubbe ind/ud." #: ../src/ui/dialog/svg-fonts-dialog.cpp:543 msgid "No glyph selected in the SVGFonts dialog." msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:552 #: ../src/ui/dialog/svg-fonts-dialog.cpp:589 msgid "Set glyph curves" msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:609 msgid "Reset missing-glyph" msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:625 msgid "Edit glyph name" msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:639 msgid "Set glyph unicode" msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:651 #, fuzzy msgid "Remove font" msgstr "Fjern udfyldning" #: ../src/ui/dialog/svg-fonts-dialog.cpp:668 #, fuzzy msgid "Remove glyph" msgstr "Fjern udfyldning" #: ../src/ui/dialog/svg-fonts-dialog.cpp:685 #, fuzzy msgid "Remove kerning pair" msgstr "Opret firkant" #: ../src/ui/dialog/svg-fonts-dialog.cpp:695 msgid "Missing Glyph:" msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:699 #, fuzzy msgid "From selection..." msgstr "Taget fra markering" #: ../src/ui/dialog/svg-fonts-dialog.cpp:701 #: ../src/ui/widget/preferences-widget.cpp:658 #, fuzzy msgid "Reset" msgstr " _Nulstil " #: ../src/ui/dialog/svg-fonts-dialog.cpp:712 #, fuzzy msgid "Glyph name" msgstr "Lagnavn:" #: ../src/ui/dialog/svg-fonts-dialog.cpp:713 #, fuzzy msgid "Matching string" msgstr " tekststreng: " #: ../src/ui/dialog/svg-fonts-dialog.cpp:716 #, fuzzy msgid "Add Glyph" msgstr "Tilføj lag" #: ../src/ui/dialog/svg-fonts-dialog.cpp:723 #, fuzzy msgid "Get curves from selection..." msgstr "Fjern maske fra markering" #: ../src/ui/dialog/svg-fonts-dialog.cpp:772 msgid "Add kerning pair" msgstr "" #. Kerning Setup: #: ../src/ui/dialog/svg-fonts-dialog.cpp:780 #, fuzzy msgid "Kerning Setup" msgstr "_Tegning" #: ../src/ui/dialog/svg-fonts-dialog.cpp:782 msgid "1st Glyph:" msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:784 msgid "2nd Glyph:" msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:787 #, fuzzy msgid "Add pair" msgstr "Tilføj lag" #: ../src/ui/dialog/svg-fonts-dialog.cpp:799 #, fuzzy msgid "First Unicode range" msgstr "Første afledede" #: ../src/ui/dialog/svg-fonts-dialog.cpp:800 msgid "Second Unicode range" msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:807 #, fuzzy msgid "Kerning value:" msgstr "Ryd værdier" #: ../src/ui/dialog/svg-fonts-dialog.cpp:865 #, fuzzy msgid "Set font family" msgstr "Skrifttype" #: ../src/ui/dialog/svg-fonts-dialog.cpp:874 #, fuzzy msgid "font" msgstr "Skrifttype" #. select_font(font); #: ../src/ui/dialog/svg-fonts-dialog.cpp:889 #, fuzzy msgid "Add font" msgstr "Tilføj lag" #: ../src/ui/dialog/svg-fonts-dialog.cpp:917 #, fuzzy msgid "_Global Settings" msgstr "Sideorientering:" #: ../src/ui/dialog/svg-fonts-dialog.cpp:918 msgid "_Glyphs" msgstr "" #: ../src/ui/dialog/svg-fonts-dialog.cpp:919 #, fuzzy msgid "_Kerning" msgstr "_Tegning" #: ../src/ui/dialog/svg-fonts-dialog.cpp:926 #: ../src/ui/dialog/svg-fonts-dialog.cpp:927 #, fuzzy msgid "Sample Text" msgstr "Skalér" #: ../src/ui/dialog/svg-fonts-dialog.cpp:931 #, fuzzy msgid "Preview Text:" msgstr "Forhåndsvis" #. TRANSLATORS: An item in context menu on a colour in the swatches #: ../src/ui/dialog/swatches.cpp:252 #, fuzzy msgid "Set fill" msgstr "Uindfattet udfyldning" #. TRANSLATORS: An item in context menu on a colour in the swatches #: ../src/ui/dialog/swatches.cpp:260 #, fuzzy msgid "Set stroke" msgstr "Uindfattet streg" #: ../src/ui/dialog/swatches.cpp:281 ../src/widgets/gradient-selector.cpp:151 msgid "Edit..." msgstr "Redigér..." #: ../src/ui/dialog/swatches.cpp:293 #, fuzzy msgid "Convert" msgstr "Omfang" #: ../src/ui/dialog/swatches.cpp:528 #, c-format msgid "Palettes directory (%s) is unavailable." msgstr "Palettemappen (%s) er ikke tilgængelig." #: ../src/ui/dialog/tile.cpp:349 msgid "Arrange in a grid" msgstr "" #: ../src/ui/dialog/tile.cpp:618 #, fuzzy msgid "Horizontal spacing between columns." msgstr "Vandret afstand mellem søjler (billedpunkter)" #: ../src/ui/dialog/tile.cpp:619 #, fuzzy msgid "Vertical spacing between rows." msgstr "Lodret afstand mellem rækker (billedpunkter)" #: ../src/ui/dialog/tile.cpp:661 #, fuzzy msgid "_Rows:" msgstr "Rækker:" #: ../src/ui/dialog/tile.cpp:670 msgid "Number of rows" msgstr "Antal rækker" #: ../src/ui/dialog/tile.cpp:674 #, fuzzy msgid "Equal _height" msgstr "Ens højde" #: ../src/ui/dialog/tile.cpp:685 msgid "If not set, each row has the height of the tallest object in it" msgstr "Hvis ikke valgt, har hver række højde som det højeste objekt i sig" #. #### Radio buttons to control vertical alignment #### #. #### Radio buttons to control horizontal alignment #### #: ../src/ui/dialog/tile.cpp:691 ../src/ui/dialog/tile.cpp:763 msgid "Align:" msgstr "Justér:" #. #### Number of columns #### #: ../src/ui/dialog/tile.cpp:733 #, fuzzy msgid "_Columns:" msgstr "Søjler:" #: ../src/ui/dialog/tile.cpp:742 msgid "Number of columns" msgstr "Antal søjler" #: ../src/ui/dialog/tile.cpp:746 #, fuzzy msgid "Equal _width" msgstr "Ens bredde" #: ../src/ui/dialog/tile.cpp:756 msgid "If not set, each column has the width of the widest object in it" msgstr "Hvis ikke valgt, har hver søjle bredde som det bredeste objekt i sig" #. #### Radio buttons to control spacing manually or to fit selection bbox #### #: ../src/ui/dialog/tile.cpp:802 #, fuzzy msgid "_Fit into selection box" msgstr "Tilpas i udvalgsfelt" #: ../src/ui/dialog/tile.cpp:809 #, fuzzy msgid "_Set spacing:" msgstr "Indstil afstand:" #. ## The OK button #: ../src/ui/dialog/tile.cpp:853 #, fuzzy msgctxt "Rows and columns dialog" msgid "_Arrange" msgstr "Vinkel" #: ../src/ui/dialog/tile.cpp:855 msgid "Arrange selected objects" msgstr "Arrangér markerede objekter" #. #### begin left panel #. ### begin notebook #. ## begin mode page #. # begin single scan #. brightness #: ../src/ui/dialog/tracedialog.cpp:407 #, fuzzy msgid "_Brightness cutoff" msgstr "Lysstyrke" #: ../src/ui/dialog/tracedialog.cpp:411 msgid "Trace by a given brightness level" msgstr "Spor ved et givet lysstyrkeniveau" #: ../src/ui/dialog/tracedialog.cpp:418 msgid "Brightness cutoff for black/white" msgstr "Lysstyrke-afskæring for sort/hvid" #: ../src/ui/dialog/tracedialog.cpp:420 ../src/ui/dialog/tracedialog.cpp:602 #, fuzzy msgid "_Threshold:" msgstr "Tærskel:" #: ../src/ui/dialog/tracedialog.cpp:427 #, fuzzy msgid "Single scan: creates a path" msgstr "Tegner en frihåndssti" #. canny edge detection #. TRANSLATORS: "Canny" is the name of the inventor of this edge detection method #: ../src/ui/dialog/tracedialog.cpp:432 #, fuzzy msgid "_Edge detection" msgstr "Kantdetektion" #: ../src/ui/dialog/tracedialog.cpp:436 #, fuzzy msgid "Trace with optimal edge detection by J. Canny's algorithm" msgstr "Spor med kantdetektion, med J. Cannys algoritme" #: ../src/ui/dialog/tracedialog.cpp:452 msgid "Brightness cutoff for adjacent pixels (determines edge thickness)" msgstr "Lysstyrke-afskæring for nabobilledpunkter (bestemmer kanttykkelse)" #: ../src/ui/dialog/tracedialog.cpp:454 #, fuzzy msgid "T_hreshold:" msgstr "Tærskel:" #. quantization #. TRANSLATORS: Color Quantization: the process of reducing the number #. of colors in an image by selecting an optimized set of representative #. colors and then re-applying this reduced set to the original image. #: ../src/ui/dialog/tracedialog.cpp:466 #, fuzzy msgid "Color _quantization" msgstr "Farvekvantisering" #: ../src/ui/dialog/tracedialog.cpp:470 msgid "Trace along the boundaries of reduced colors" msgstr "Spor langs de reducerede farvers grænser" #: ../src/ui/dialog/tracedialog.cpp:477 msgid "The number of reduced colors" msgstr "Antallet af reducerede farver" #: ../src/ui/dialog/tracedialog.cpp:479 #, fuzzy msgid "_Colors:" msgstr "Farver:" #. swap black and white #: ../src/ui/dialog/tracedialog.cpp:487 #, fuzzy msgid "_Invert image" msgstr "Uindfattet udfyldning" #: ../src/ui/dialog/tracedialog.cpp:492 #, fuzzy msgid "Invert black and white regions" msgstr "Invertér sorte og hvide områdr til enkelte sporinger" #. # end single scan #. # begin multiple scan #: ../src/ui/dialog/tracedialog.cpp:501 #, fuzzy msgid "B_rightness steps" msgstr "Lysstyrke" #: ../src/ui/dialog/tracedialog.cpp:505 msgid "Trace the given number of brightness levels" msgstr "Spor det givne antal lysstyrkeniveauer" #: ../src/ui/dialog/tracedialog.cpp:512 #, fuzzy msgid "Sc_ans:" msgstr "Skanninger:" #: ../src/ui/dialog/tracedialog.cpp:516 msgid "The desired number of scans" msgstr "Det ønskede antal scanninger" #: ../src/ui/dialog/tracedialog.cpp:520 #, fuzzy msgid "Co_lors" msgstr "Fa_rve" #: ../src/ui/dialog/tracedialog.cpp:524 msgid "Trace the given number of reduced colors" msgstr "Spor det givede antal reducerede farver" #: ../src/ui/dialog/tracedialog.cpp:528 #, fuzzy msgid "_Grays" msgstr "Ombryd" #: ../src/ui/dialog/tracedialog.cpp:532 #, fuzzy msgid "Same as Colors, but the result is converted to grayscale" msgstr "Samme som farve, men konvertér resultatet til gråskala" #. TRANSLATORS: "Smooth" is a verb here #: ../src/ui/dialog/tracedialog.cpp:537 #, fuzzy msgid "S_mooth" msgstr "Udjævnet" #: ../src/ui/dialog/tracedialog.cpp:541 msgid "Apply Gaussian blur to the bitmap before tracing" msgstr "Anvend Gaussisk udtværring på billedet før sporing" #. TRANSLATORS: "Stack" is a verb here #: ../src/ui/dialog/tracedialog.cpp:544 #, fuzzy msgid "Stac_k scans" msgstr "Stak" #: ../src/ui/dialog/tracedialog.cpp:548 #, fuzzy msgid "" "Stack scans on top of one another (no gaps) instead of tiling (usually with " "gaps)" msgstr "" "Stak scanner lodret (ingen åbninger) eller fliselæg vandre (normalt med " "åbninger)" #: ../src/ui/dialog/tracedialog.cpp:551 #, fuzzy msgid "Remo_ve background" msgstr "Fjern baggrund" #. TRANSLATORS: "Layer" refers to one of the stacked paths in the multiscan #: ../src/ui/dialog/tracedialog.cpp:556 msgid "Remove bottom (background) layer when done" msgstr "Fjern bund (baggrundslag) når udført" #: ../src/ui/dialog/tracedialog.cpp:560 msgid "Multiple scans: creates a group of paths" msgstr "" #. # end multiple scan #. ## end mode page #: ../src/ui/dialog/tracedialog.cpp:569 #, fuzzy msgid "_Mode" msgstr "Flyt" #. ## begin option page #. # potrace parameters #: ../src/ui/dialog/tracedialog.cpp:575 msgid "Suppress _speckles" msgstr "" #: ../src/ui/dialog/tracedialog.cpp:577 msgid "Ignore small spots (speckles) in the bitmap" msgstr "" #: ../src/ui/dialog/tracedialog.cpp:584 msgid "Speckles of up to this many pixels will be suppressed" msgstr "" #: ../src/ui/dialog/tracedialog.cpp:586 #, fuzzy msgid "S_ize:" msgstr "Størrelse" #: ../src/ui/dialog/tracedialog.cpp:591 #, fuzzy msgid "Smooth _corners" msgstr "Udjævnet" #: ../src/ui/dialog/tracedialog.cpp:593 msgid "Smooth out sharp corners of the trace" msgstr "" #: ../src/ui/dialog/tracedialog.cpp:601 msgid "Increase this to smooth corners more" msgstr "" #: ../src/ui/dialog/tracedialog.cpp:607 #, fuzzy msgid "Optimize p_aths" msgstr "Optimeret" #: ../src/ui/dialog/tracedialog.cpp:610 msgid "Try to optimize paths by joining adjacent Bezier curve segments" msgstr "" #: ../src/ui/dialog/tracedialog.cpp:617 msgid "" "Increase this to reduce the number of nodes in the trace by more aggressive " "optimization" msgstr "" #: ../src/ui/dialog/tracedialog.cpp:618 #, fuzzy msgid "To_lerance:" msgstr "Tolerance:" #. ## end option page #: ../src/ui/dialog/tracedialog.cpp:632 #, fuzzy msgid "O_ptions" msgstr "Beskrivelse" #. ### credits #: ../src/ui/dialog/tracedialog.cpp:636 #, fuzzy msgid "" "Inkscape bitmap tracing\n" "is based on Potrace,\n" "created by Peter Selinger\n" "\n" "http://potrace.sourceforge.net" msgstr "Tak til Peter Selinger, http://potrace.sourceforge.net" #: ../src/ui/dialog/tracedialog.cpp:639 msgid "Credits" msgstr "Kreditering" #. #### begin right panel #. ## SIOX #: ../src/ui/dialog/tracedialog.cpp:653 #, fuzzy msgid "SIOX _foreground selection" msgstr "SIOX forgrundsmarkering" #: ../src/ui/dialog/tracedialog.cpp:656 msgid "Cover the area you want to select as the foreground" msgstr "Dæk området du vil markere som forgrunden" #. ## preview #: ../src/ui/dialog/tracedialog.cpp:661 #, fuzzy msgid "_Update" msgstr "Dato" #. I guess it's correct to call the "intermediate bitmap" a preview of the trace #: ../src/ui/dialog/tracedialog.cpp:667 #, fuzzy msgid "" "Preview the intermediate bitmap with the current settings, without actual " "tracing" msgstr "Forhåndsvis resultatet uden egentlig sporing" #: ../src/ui/dialog/tracedialog.cpp:671 msgid "Preview" msgstr "Forhåndsvis" #: ../src/ui/dialog/tracedialog.cpp:688 msgid "Abort a trace in progress" msgstr "Afbryd sporing under udførelse" #: ../src/ui/dialog/tracedialog.cpp:692 msgid "Execute the trace" msgstr "Udfør sporingen" #: ../src/ui/dialog/transformation.cpp:68 #: ../src/ui/dialog/transformation.cpp:78 #, fuzzy msgid "_Horizontal:" msgstr "_Vandret" #: ../src/ui/dialog/transformation.cpp:68 msgid "Horizontal displacement (relative) or position (absolute)" msgstr "Vandret forskydning (relativ) eller position (absolut)" #: ../src/ui/dialog/transformation.cpp:70 #: ../src/ui/dialog/transformation.cpp:80 #, fuzzy msgid "_Vertical:" msgstr "_Lodret" #: ../src/ui/dialog/transformation.cpp:70 msgid "Vertical displacement (relative) or position (absolute)" msgstr "Lodret forskydning (relativ) eller position (absolut)" #: ../src/ui/dialog/transformation.cpp:72 #, fuzzy msgid "Horizontal size (absolute or percentage of current)" msgstr "Vandret størrelsesforøgelse (absolut eller procendel)" #: ../src/ui/dialog/transformation.cpp:74 #, fuzzy msgid "Vertical size (absolute or percentage of current)" msgstr "Lodret størrelsesforøgelse (absolut eller procentdel)" #: ../src/ui/dialog/transformation.cpp:76 #, fuzzy msgid "A_ngle:" msgstr "V_inkel" #: ../src/ui/dialog/transformation.cpp:76 msgid "Rotation angle (positive = counterclockwise)" msgstr "Rotationsvinkel (positiv = mod urets retning)" #: ../src/ui/dialog/transformation.cpp:78 msgid "" "Horizontal skew angle (positive = counterclockwise), or absolute " "displacement, or percentage displacement" msgstr "" "Vandret vridningsvinkel (positiv = mod uret) eller absolut forskydning, " "eller procentvis forskydning" #: ../src/ui/dialog/transformation.cpp:80 msgid "" "Vertical skew angle (positive = counterclockwise), or absolute displacement, " "or percentage displacement" msgstr "" "Lodret vridningsvinkel (positiv = mod uret) eller absolut forskydning, eller " "procentvis forskydning" #: ../src/ui/dialog/transformation.cpp:83 msgid "Transformation matrix element A" msgstr "Transformationsmatrixelement A" #: ../src/ui/dialog/transformation.cpp:84 msgid "Transformation matrix element B" msgstr "Transformationsmatrixelement B" #: ../src/ui/dialog/transformation.cpp:85 msgid "Transformation matrix element C" msgstr "Transformationsmatrixelement C" #: ../src/ui/dialog/transformation.cpp:86 msgid "Transformation matrix element D" msgstr "Transformationsmatrixelement D" #: ../src/ui/dialog/transformation.cpp:87 msgid "Transformation matrix element E" msgstr "Transformationsmatrixelement E" #: ../src/ui/dialog/transformation.cpp:88 msgid "Transformation matrix element F" msgstr "Transformationsmatrixelement F" #: ../src/ui/dialog/transformation.cpp:90 msgid "Rela_tive move" msgstr "Rela_tiv flytning" #: ../src/ui/dialog/transformation.cpp:90 msgid "" "Add the specified relative displacement to the current position; otherwise, " "edit the current absolute position directly" msgstr "" "Tilføj den angivede relative forskydning til den aktuelle position; eller " "redigér den aktuelle absolutte position direkte" #: ../src/ui/dialog/transformation.cpp:91 #, fuzzy msgid "_Scale proportionally" msgstr "Skalér proportionalt" #: ../src/ui/dialog/transformation.cpp:91 msgid "Preserve the width/height ratio of the scaled objects" msgstr "Bevar bredde/højde-forholdet på de skalerede objekter" #: ../src/ui/dialog/transformation.cpp:92 msgid "Apply to each _object separately" msgstr "Anvend på hvert _objekt separat" #: ../src/ui/dialog/transformation.cpp:92 msgid "" "Apply the scale/rotate/skew to each selected object separately; otherwise, " "transform the selection as a whole" msgstr "" "Anvend skalering/rotation/vridning på hvert markeret objekt separat; ellers " "transformér markeringen som et hele" #: ../src/ui/dialog/transformation.cpp:93 msgid "Edit c_urrent matrix" msgstr "Redigér akt_uelle matrix" #: ../src/ui/dialog/transformation.cpp:93 msgid "" "Edit the current transform= matrix; otherwise, post-multiply transform= by " "this matrix" msgstr "" "Redigér den aktuelle tranformation = matrix; ellers, post-multipy-" "tranformation= med denne matrix" #: ../src/ui/dialog/transformation.cpp:103 msgid "_Move" msgstr "_Flyt" #: ../src/ui/dialog/transformation.cpp:106 msgid "_Scale" msgstr "_Skalér" #: ../src/ui/dialog/transformation.cpp:109 msgid "_Rotate" msgstr "_Rotér" #: ../src/ui/dialog/transformation.cpp:112 msgid "Ske_w" msgstr "_Vrid" #: ../src/ui/dialog/transformation.cpp:115 msgid "Matri_x" msgstr "Matri_x" #: ../src/ui/dialog/transformation.cpp:139 msgid "Reset the values on the current tab to defaults" msgstr "Nulstil værdier i det aktuelle faneblad til standardværdierne" #: ../src/ui/dialog/transformation.cpp:146 msgid "Apply transformation to selection" msgstr "Anvend transformation på markering" #: ../src/ui/dialog/transformation.cpp:827 #, fuzzy msgid "Edit transformation matrix" msgstr "Transformationsmatrixelement F" #: ../src/ui/tool/curve-drag-point.cpp:113 msgid "Drag curve" msgstr "Træk kurve" #: ../src/ui/tool/curve-drag-point.cpp:170 msgid "Add node" msgstr "Tilføj knudepunkt" #: ../src/ui/tool/curve-drag-point.cpp:180 #, fuzzy msgctxt "Path segment tip" msgid "Shift: click to toggle segment selection" msgstr "" "Shift: markér/afmarkér, tving gummibånd, deaktivér trinvis justering" #: ../src/ui/tool/curve-drag-point.cpp:184 #, fuzzy msgctxt "Path segment tip" msgid "Ctrl+Alt: click to insert a node" msgstr "" "Forbindelsespunkt: klik eller træk for at oprette en ny forbindelse" #: ../src/ui/tool/curve-drag-point.cpp:188 msgctxt "Path segment tip" msgid "" "Linear segment: drag to convert to a Bezier segment, doubleclick to " "insert node, click to select (more: Shift, Ctrl+Alt)" msgstr "" #: ../src/ui/tool/curve-drag-point.cpp:192 msgctxt "Path segment tip" msgid "" "Bezier segment: drag to shape the segment, doubleclick to insert " "node, click to select (more: Shift, Ctrl+Alt)" msgstr "" #: ../src/ui/tool/multi-path-manipulator.cpp:324 #, fuzzy msgid "Retract handles" msgstr "Træk håndtag tilbage" #: ../src/ui/tool/multi-path-manipulator.cpp:324 ../src/ui/tool/node.cpp:245 msgid "Change node type" msgstr "Ændr knudepunkttype" #: ../src/ui/tool/multi-path-manipulator.cpp:332 #, fuzzy msgid "Straighten segments" msgstr "Slet linjestykke" #: ../src/ui/tool/multi-path-manipulator.cpp:334 #, fuzzy msgid "Make segments curves" msgstr "Gør markerede linjestykker til kurver" #: ../src/ui/tool/multi-path-manipulator.cpp:341 msgid "Add nodes" msgstr "Tilføj knudepunkter" #: ../src/ui/tool/multi-path-manipulator.cpp:346 #, fuzzy msgid "Add extremum nodes" msgstr "Tilføj knudepunkter" #: ../src/ui/tool/multi-path-manipulator.cpp:352 #, fuzzy msgid "Duplicate nodes" msgstr "Kopiér knudepunkt" #: ../src/ui/tool/multi-path-manipulator.cpp:414 #: ../src/widgets/toolbox.cpp:1520 msgid "Join nodes" msgstr "Sammenføj knudepunkter" #: ../src/ui/tool/multi-path-manipulator.cpp:421 #: ../src/widgets/toolbox.cpp:1531 #, fuzzy msgid "Break nodes" msgstr "Flyt knudepunkter" #: ../src/ui/tool/multi-path-manipulator.cpp:428 msgid "Delete nodes" msgstr "Slet knudepunkter" #: ../src/ui/tool/multi-path-manipulator.cpp:750 msgid "Move nodes" msgstr "Flyt knudepunkter" #: ../src/ui/tool/multi-path-manipulator.cpp:753 msgid "Move nodes horizontally" msgstr "Flyt knudepunkter vandret" #: ../src/ui/tool/multi-path-manipulator.cpp:757 msgid "Move nodes vertically" msgstr "Flyt knudepunkter lodret" #: ../src/ui/tool/multi-path-manipulator.cpp:761 #: ../src/ui/tool/multi-path-manipulator.cpp:764 msgid "Rotate nodes" msgstr "Rotér knudepunkter" #: ../src/ui/tool/multi-path-manipulator.cpp:768 #: ../src/ui/tool/multi-path-manipulator.cpp:774 #, fuzzy msgid "Scale nodes uniformly" msgstr "Skalér knudepunkter" #: ../src/ui/tool/multi-path-manipulator.cpp:771 msgid "Scale nodes" msgstr "Skalér knudepunkter" #: ../src/ui/tool/multi-path-manipulator.cpp:778 #, fuzzy msgid "Scale nodes horizontally" msgstr "Flyt knudepunkter vandret" #: ../src/ui/tool/multi-path-manipulator.cpp:782 #, fuzzy msgid "Scale nodes vertically" msgstr "Flyt knudepunkter lodret" #: ../src/ui/tool/multi-path-manipulator.cpp:786 #, fuzzy msgid "Skew nodes horizontally" msgstr "Flyt knudepunkter vandret" #: ../src/ui/tool/multi-path-manipulator.cpp:790 #, fuzzy msgid "Skew nodes vertically" msgstr "Flyt knudepunkter lodret" #: ../src/ui/tool/multi-path-manipulator.cpp:794 #, fuzzy msgid "Flip nodes horizontally" msgstr "Vend vandret" #: ../src/ui/tool/multi-path-manipulator.cpp:797 #, fuzzy msgid "Flip nodes vertically" msgstr "Vend lodret" #: ../src/ui/tool/node-tool.cpp:557 msgctxt "Node tool tip" msgid "" "Shift: drag to add nodes to the selection, click to toggle object " "selection" msgstr "" #: ../src/ui/tool/node-tool.cpp:561 #, fuzzy msgctxt "Node tool tip" msgid "Shift: drag to add nodes to the selection" msgstr "Shift: tegn omkring startpunktet" #: ../src/ui/tool/node-tool.cpp:570 #, fuzzy, c-format msgid "%u of %u node selected." msgid_plural "%u of %u nodes selected." msgstr[0] "%i af %i knudepunkt markeret. %s." msgstr[1] "%i af %i knudepunkter markeret. %s." #: ../src/ui/tool/node-tool.cpp:575 #, fuzzy, c-format msgctxt "Node tool tip" msgid "%s Drag to select nodes, click to edit only this object (more: Shift)" msgstr "Opret og fliselæg klonerne i markeringen" #: ../src/ui/tool/node-tool.cpp:581 #, fuzzy, c-format msgctxt "Node tool tip" msgid "%s Drag to select nodes, click clear the selection" msgstr "Opret og fliselæg klonerne i markeringen" #: ../src/ui/tool/node-tool.cpp:590 msgctxt "Node tool tip" msgid "Drag to select nodes, click to edit only this object" msgstr "" #: ../src/ui/tool/node-tool.cpp:593 #, fuzzy msgctxt "Node tool tip" msgid "Drag to select nodes, click to clear the selection" msgstr "Opret og fliselæg klonerne i markeringen" #: ../src/ui/tool/node-tool.cpp:598 msgctxt "Node tool tip" msgid "Drag to select objects to edit, click to edit this object (more: Shift)" msgstr "" #: ../src/ui/tool/node-tool.cpp:601 #, fuzzy msgctxt "Node tool tip" msgid "Drag to select objects to edit" msgstr "Konvertér det markerede objekt til sti" #: ../src/ui/tool/node.cpp:220 #, fuzzy msgid "Cusp node handle" msgstr "Flyt knudepunkts-håndtag" #: ../src/ui/tool/node.cpp:221 #, fuzzy msgid "Smooth node handle" msgstr "Flyt knudepunkts-håndtag" #: ../src/ui/tool/node.cpp:222 #, fuzzy msgid "Symmetric node handle" msgstr "Flyt knudepunkts-håndtag" #: ../src/ui/tool/node.cpp:223 #, fuzzy msgid "Auto-smooth node handle" msgstr "Flyt knudepunkts-håndtag" #: ../src/ui/tool/node.cpp:399 msgctxt "Path handle tip" msgid "more: Shift, Ctrl, Alt" msgstr "" #: ../src/ui/tool/node.cpp:401 msgctxt "Path handle tip" msgid "more: Ctrl, Alt" msgstr "" #: ../src/ui/tool/node.cpp:407 #, c-format msgctxt "Path handle tip" msgid "" "Shift+Ctrl+Alt: preserve length and snap rotation angle to %g° " "increments while rotating both handles" msgstr "" #: ../src/ui/tool/node.cpp:412 #, c-format msgctxt "Path handle tip" msgid "" "Ctrl+Alt: preserve length and snap rotation angle to %g° increments" msgstr "" #: ../src/ui/tool/node.cpp:418 #, fuzzy msgctxt "Path handle tip" msgid "Shift+Alt: preserve handle length and rotate both handles" msgstr "" "Shift: slå knudepunktsmarkering til/fra, slå trinvis justering fra, " "rotér begge håndtag" #: ../src/ui/tool/node.cpp:421 msgctxt "Path handle tip" msgid "Alt: preserve handle length while dragging" msgstr "" #: ../src/ui/tool/node.cpp:428 #, fuzzy, c-format msgctxt "Path handle tip" msgid "" "Shift+Ctrl: snap rotation angle to %g° increments and rotate both " "handles" msgstr "" "Shift: slå knudepunktsmarkering til/fra, slå trinvis justering fra, " "rotér begge håndtag" #: ../src/ui/tool/node.cpp:432 #, c-format msgctxt "Path handle tip" msgid "Ctrl: snap rotation angle to %g° increments, click to retract" msgstr "" #: ../src/ui/tool/node.cpp:437 #, fuzzy msgctxt "Path hande tip" msgid "Shift: rotate both handles by the same angle" msgstr "Shift: tegn omkring startpunktet" #: ../src/ui/tool/node.cpp:444 #, c-format msgctxt "Path handle tip" msgid "Auto node handle: drag to convert to smooth node (%s)" msgstr "" #: ../src/ui/tool/node.cpp:447 #, c-format msgctxt "Path handle tip" msgid "%s: drag to shape the segment (%s)" msgstr "" #: ../src/ui/tool/node.cpp:463 #, c-format msgctxt "Path handle tip" msgid "Move handle by %s, %s; angle %.2f°, length %s" msgstr "" #: ../src/ui/tool/node.cpp:1222 #, fuzzy msgctxt "Path node tip" msgid "Shift: drag out a handle, click to toggle selection" msgstr "" "Shift: markér/afmarkér, tving gummibånd, deaktivér trinvis justering" #: ../src/ui/tool/node.cpp:1224 #, fuzzy msgctxt "Path node tip" msgid "Shift: click to toggle selection" msgstr "" "Shift: markér/afmarkér, tving gummibånd, deaktivér trinvis justering" #: ../src/ui/tool/node.cpp:1229 msgctxt "Path node tip" msgid "Ctrl+Alt: move along handle lines, click to delete node" msgstr "" #: ../src/ui/tool/node.cpp:1232 msgctxt "Path node tip" msgid "Ctrl: move along axes, click to change node type" msgstr "" #: ../src/ui/tool/node.cpp:1236 #, fuzzy msgctxt "Path node tip" msgid "Alt: sculpt nodes" msgstr "Ctrl: trinvis justering" #: ../src/ui/tool/node.cpp:1244 #, c-format msgctxt "Path node tip" msgid "%s: drag to shape the path (more: Shift, Ctrl, Alt)" msgstr "" #: ../src/ui/tool/node.cpp:1247 #, c-format msgctxt "Path node tip" msgid "" "%s: drag to shape the path, click to toggle scale/rotation handles " "(more: Shift, Ctrl, Alt)" msgstr "" #: ../src/ui/tool/node.cpp:1250 #, c-format msgctxt "Path node tip" msgid "" "%s: drag to shape the path, click to select only this node (more: " "Shift, Ctrl, Alt)" msgstr "" #: ../src/ui/tool/node.cpp:1258 #, fuzzy, c-format msgctxt "Path node tip" msgid "Move node by %s, %s" msgstr "Flyt knudepunkter" #: ../src/ui/tool/node.cpp:1270 #, fuzzy msgid "Symmetric node" msgstr "symmetrisk" #: ../src/ui/tool/node.cpp:1271 #, fuzzy msgid "Auto-smooth node" msgstr "Udjævnet" #: ../src/ui/tool/path-manipulator.cpp:817 #, fuzzy msgid "Scale handle" msgstr "Skalér knudepunkter" #: ../src/ui/tool/path-manipulator.cpp:841 #, fuzzy msgid "Rotate handle" msgstr "Træk håndtag tilbage" #. We need to call MPM's method because it could have been our last node #: ../src/ui/tool/path-manipulator.cpp:1366 ../src/widgets/toolbox.cpp:1509 msgid "Delete node" msgstr "Slet knudepunkt" #: ../src/ui/tool/path-manipulator.cpp:1374 #, fuzzy msgid "Cycle node type" msgstr "Ændr knudepunkttype" #: ../src/ui/tool/path-manipulator.cpp:1389 #, fuzzy msgid "Drag handle" msgstr "Tegn håndtag" #: ../src/ui/tool/path-manipulator.cpp:1398 msgid "Retract handle" msgstr "Træk håndtag tilbage" #: ../src/ui/tool/transform-handle-set.cpp:191 #, fuzzy msgctxt "Transform handle tip" msgid "Shift+Ctrl: scale uniformly about the rotation center" msgstr "Shift: tegn omkring startpunktet" #: ../src/ui/tool/transform-handle-set.cpp:193 #, fuzzy msgctxt "Transform handle tip" msgid "Ctrl: scale uniformly" msgstr "Ctrl: trinvis justering" #: ../src/ui/tool/transform-handle-set.cpp:198 #, fuzzy msgctxt "Transform handle tip" msgid "" "Shift+Alt: scale using an integer ratio about the rotation center" msgstr "Shift: tegn overgang omkring startpunktet" #: ../src/ui/tool/transform-handle-set.cpp:200 #, fuzzy msgctxt "Transform handle tip" msgid "Shift: scale from the rotation center" msgstr "Shift: tegn omkring startpunktet" #: ../src/ui/tool/transform-handle-set.cpp:203 #, fuzzy msgctxt "Transform handle tip" msgid "Alt: scale using an integer ratio" msgstr "Alt: lås spiralradius" #: ../src/ui/tool/transform-handle-set.cpp:205 #, fuzzy msgctxt "Transform handle tip" msgid "Scale handle: drag to scale the selection" msgstr "Ingen stier at vende om i det markerede." #: ../src/ui/tool/transform-handle-set.cpp:210 #, c-format msgctxt "Transform handle tip" msgid "Scale by %.2f%% x %.2f%%" msgstr "" #: ../src/ui/tool/transform-handle-set.cpp:417 #, c-format msgctxt "Transform handle tip" msgid "" "Shift+Ctrl: rotate around the opposite corner and snap angle to %f° " "increments" msgstr "" #: ../src/ui/tool/transform-handle-set.cpp:420 #, fuzzy msgctxt "Transform handle tip" msgid "Shift: rotate around the opposite corner" msgstr "Shift: tegn omkring startpunktet" #: ../src/ui/tool/transform-handle-set.cpp:424 #, fuzzy, c-format msgctxt "Transform handle tip" msgid "Ctrl: snap angle to %f° increments" msgstr "Ctrl: trinvis justering" #: ../src/ui/tool/transform-handle-set.cpp:426 msgctxt "Transform handle tip" msgid "" "Rotation handle: drag to rotate the selection around the rotation " "center" msgstr "" #. event #: ../src/ui/tool/transform-handle-set.cpp:431 #, fuzzy, c-format msgctxt "Transform handle tip" msgid "Rotate by %.2f°" msgstr "Rotér med billedpunkter" #: ../src/ui/tool/transform-handle-set.cpp:557 #, c-format msgctxt "Transform handle tip" msgid "" "Shift+Ctrl: skew about the rotation center with snapping to %f° " "increments" msgstr "" #: ../src/ui/tool/transform-handle-set.cpp:560 #, fuzzy msgctxt "Transform handle tip" msgid "Shift: skew about the rotation center" msgstr "Shift: tegn omkring startpunktet" #: ../src/ui/tool/transform-handle-set.cpp:564 #, fuzzy, c-format msgctxt "Transform handle tip" msgid "Ctrl: snap skew angle to %f° increments" msgstr "Ctrl: trinvis justering" #: ../src/ui/tool/transform-handle-set.cpp:567 msgctxt "Transform handle tip" msgid "" "Skew handle: drag to skew (shear) selection about the opposite handle" msgstr "" #: ../src/ui/tool/transform-handle-set.cpp:573 #, fuzzy, c-format msgctxt "Transform handle tip" msgid "Skew horizontally by %.2f°" msgstr "Skub til billedpunkter vandret" #: ../src/ui/tool/transform-handle-set.cpp:576 #, fuzzy, c-format msgctxt "Transform handle tip" msgid "Skew vertically by %.2f°" msgstr "Skub til billedpunkter lodret" #: ../src/ui/tool/transform-handle-set.cpp:633 msgctxt "Transform handle tip" msgid "Rotation center: drag to change the origin of transforms" msgstr "" #: ../src/ui/widget/filter-effect-chooser.cpp:27 #, fuzzy msgid "_Blur:" msgstr "Blå" #: ../src/ui/widget/layer-selector.cpp:117 msgid "Toggle current layer visibility" msgstr "Slå aktuelle lagsynlighed til/fra" #: ../src/ui/widget/layer-selector.cpp:138 msgid "Lock or unlock current layer" msgstr "Lås eller lås det aktulle lag op" #: ../src/ui/widget/layer-selector.cpp:141 msgid "Current layer" msgstr "Aktuelt lag" #: ../src/ui/widget/layer-selector.cpp:573 msgid "(root)" msgstr "(rod)" #: ../src/ui/widget/licensor.cpp:38 msgid "Proprietary" msgstr "Proprietær" #: ../src/ui/widget/licensor.cpp:41 msgid "MetadataLicence|Other" msgstr "" #: ../src/ui/widget/object-composite-settings.cpp:187 #, fuzzy msgid "Change blur" msgstr "Gør udfyldning uigennemsigtig" #: ../src/ui/widget/object-composite-settings.cpp:227 #: ../src/ui/widget/selected-style.cpp:863 #: ../src/ui/widget/selected-style.cpp:1157 #, fuzzy msgid "Change opacity" msgstr "Primær uigennemsigtighed" #: ../src/ui/widget/page-sizer.cpp:234 msgid "U_nits:" msgstr "E_nheder:" #: ../src/ui/widget/page-sizer.cpp:235 msgid "Width of paper" msgstr "Papirbredde" #: ../src/ui/widget/page-sizer.cpp:236 msgid "Height of paper" msgstr "Papirhøjde" #: ../src/ui/widget/page-sizer.cpp:237 msgid "T_op margin:" msgstr "" #: ../src/ui/widget/page-sizer.cpp:237 #, fuzzy msgid "Top margin" msgstr "Kopiér farve" #: ../src/ui/widget/page-sizer.cpp:238 #, fuzzy msgid "L_eft:" msgstr "Længde:" #: ../src/ui/widget/page-sizer.cpp:238 #, fuzzy msgid "Left margin" msgstr "Venstre vinkel" #: ../src/ui/widget/page-sizer.cpp:239 #, fuzzy msgid "Ri_ght:" msgstr "Rettigheder" #: ../src/ui/widget/page-sizer.cpp:239 #, fuzzy msgid "Right margin" msgstr "Højre vinkel" #: ../src/ui/widget/page-sizer.cpp:240 #, fuzzy msgid "Botto_m:" msgstr "Bot" #: ../src/ui/widget/page-sizer.cpp:240 #, fuzzy msgid "Bottom margin" msgstr "Kopiér farve" #: ../src/ui/widget/page-sizer.cpp:257 msgid "Description" msgstr "Beskrivelse" #: ../src/ui/widget/page-sizer.cpp:298 #, fuzzy msgid "Orientation:" msgstr "Sideorientering:" #: ../src/ui/widget/page-sizer.cpp:301 msgid "_Landscape" msgstr "_Landskab" #: ../src/ui/widget/page-sizer.cpp:306 msgid "_Portrait" msgstr "_Portræt" #. ## Set up custom size frame #: ../src/ui/widget/page-sizer.cpp:322 msgid "Custom size" msgstr "Tilpasset størrelse" #: ../src/ui/widget/page-sizer.cpp:345 msgid "Resi_ze page to content..." msgstr "" #: ../src/ui/widget/page-sizer.cpp:371 #, fuzzy msgid "_Resize page to drawing or selection" msgstr "_Tilpas til markering" #: ../src/ui/widget/page-sizer.cpp:372 msgid "" "Resize the page to fit the current selection, or the entire drawing if there " "is no selection" msgstr "" "Tilpas sidestørrelse så den passer med den aktuelle markering, eller hele " "tegningen hvis der ingen markering er" #: ../src/ui/widget/page-sizer.cpp:437 #, fuzzy msgid "Set page size" msgstr "Side_størrelse:" #: ../src/ui/widget/panel.cpp:107 msgid "List" msgstr "Liste" #: ../src/ui/widget/panel.cpp:130 #, fuzzy msgctxt "Swatches" msgid "Size" msgstr "Størrelse" #: ../src/ui/widget/panel.cpp:134 #, fuzzy msgctxt "Swatches height" msgid "Tiny" msgstr "meget lille" #: ../src/ui/widget/panel.cpp:135 #, fuzzy msgctxt "Swatches height" msgid "Small" msgstr "lille" #: ../src/ui/widget/panel.cpp:136 #, fuzzy msgctxt "Swatches height" msgid "Medium" msgstr "mellem" #: ../src/ui/widget/panel.cpp:137 #, fuzzy msgctxt "Swatches height" msgid "Large" msgstr "stor" #: ../src/ui/widget/panel.cpp:138 #, fuzzy msgctxt "Swatches height" msgid "Huge" msgstr "Farvetone" #: ../src/ui/widget/panel.cpp:160 #, fuzzy msgctxt "Swatches" msgid "Width" msgstr "Bredde:" #: ../src/ui/widget/panel.cpp:164 #, fuzzy msgctxt "Swatches width" msgid "Narrower" msgstr "Sænk" #: ../src/ui/widget/panel.cpp:165 #, fuzzy msgctxt "Swatches width" msgid "Narrow" msgstr "Sænk" #: ../src/ui/widget/panel.cpp:166 #, fuzzy msgctxt "Swatches width" msgid "Medium" msgstr "mellem" #: ../src/ui/widget/panel.cpp:167 #, fuzzy msgctxt "Swatches width" msgid "Wide" msgstr "_Skjul" #: ../src/ui/widget/panel.cpp:168 #, fuzzy msgctxt "Swatches width" msgid "Wider" msgstr "_Skjul" #. TRANSLATORS: "Wrap" indicates how colour swatches are displayed #: ../src/ui/widget/panel.cpp:199 #, fuzzy msgctxt "Swatches" msgid "Wrap" msgstr "Ombryd" #: ../src/ui/widget/preferences-widget.cpp:792 #, fuzzy msgid "Select a bitmap editor" msgstr "Overgangseditor" #: ../src/ui/widget/random.cpp:80 msgid "" "Reseed the random number generator; this creates a different sequence of " "random numbers." msgstr "" #: ../src/ui/widget/rendering-options.cpp:31 #, fuzzy msgid "Backend" msgstr "Ba_ggrund:" #: ../src/ui/widget/rendering-options.cpp:32 #, fuzzy msgid "Vector" msgstr "Markeringsværktøj" #: ../src/ui/widget/rendering-options.cpp:33 msgid "Bitmap" msgstr "" #: ../src/ui/widget/rendering-options.cpp:34 msgid "Bitmap options" msgstr "" #: ../src/ui/widget/rendering-options.cpp:36 #, fuzzy msgid "Preferred resolution of rendering, in dots per inch." msgstr "Foretrukken opløsning af punktbillede (dpi)" #: ../src/ui/widget/rendering-options.cpp:44 #, fuzzy msgid "" "Render using Cairo vector operations. The resulting image is usually " "smaller in file size and can be arbitrarily scaled, but some filter effects " "will not be correctly rendered." msgstr "" "Brug PDF-vektoroperatorer. Det endelige billede er normalt mindre i " "filstørrelse og kan skaleres vilkårligt, men mønstre går tabt." #: ../src/ui/widget/rendering-options.cpp:49 #, fuzzy msgid "" "Render everything as bitmap. The resulting image is usually larger in file " "size and cannot be arbitrarily scaled without quality loss, but all objects " "will be rendered exactly as displayed." msgstr "" "Udskriv alt som punktbillede. Det resulterende billede har normalt større " "filstørrelse og kan ikke skaleres vilkårligt uden kvalitetstab, men alle " "objekter udskrives præcis som vist." #: ../src/ui/widget/selected-style.cpp:121 #: ../src/ui/widget/style-swatch.cpp:119 #, fuzzy msgid "Fill:" msgstr "Udfyldning" #: ../src/ui/widget/selected-style.cpp:123 msgid "O:" msgstr "O:" #: ../src/ui/widget/selected-style.cpp:162 msgid "N/A" msgstr "N/A" #: ../src/ui/widget/selected-style.cpp:165 #: ../src/ui/widget/selected-style.cpp:1032 #: ../src/ui/widget/selected-style.cpp:1033 #: ../src/widgets/gradient-toolbar.cpp:188 msgid "Nothing selected" msgstr "Intet markeret" #: ../src/ui/widget/selected-style.cpp:167 #: ../src/ui/widget/style-swatch.cpp:301 #, fuzzy msgid "None" msgstr "%s" #: ../src/ui/widget/selected-style.cpp:170 #: ../src/ui/widget/style-swatch.cpp:303 msgid "No stroke" msgstr "Ingen streg" #: ../src/ui/widget/selected-style.cpp:172 #: ../src/ui/widget/style-swatch.cpp:282 ../src/widgets/paint-selector.cpp:239 msgid "Pattern" msgstr "Mønster" #: ../src/ui/widget/selected-style.cpp:175 #: ../src/ui/widget/style-swatch.cpp:284 msgid "Pattern fill" msgstr "Mønsterudfyldning" #: ../src/ui/widget/selected-style.cpp:175 #: ../src/ui/widget/style-swatch.cpp:284 msgid "Pattern stroke" msgstr "Mønsterstreg" #: ../src/ui/widget/selected-style.cpp:177 #, fuzzy msgid "L" msgstr "L:" #: ../src/ui/widget/selected-style.cpp:180 #: ../src/ui/widget/style-swatch.cpp:276 msgid "Linear gradient fill" msgstr "Udfyldning med lineær overgang" #: ../src/ui/widget/selected-style.cpp:180 #: ../src/ui/widget/style-swatch.cpp:276 msgid "Linear gradient stroke" msgstr "Streg med lineær overgang" #: ../src/ui/widget/selected-style.cpp:187 #, fuzzy msgid "R" msgstr "a" #: ../src/ui/widget/selected-style.cpp:190 #: ../src/ui/widget/style-swatch.cpp:280 msgid "Radial gradient fill" msgstr "Udfyldning med radial overgang" #: ../src/ui/widget/selected-style.cpp:190 #: ../src/ui/widget/style-swatch.cpp:280 msgid "Radial gradient stroke" msgstr "Streg med radial overgang" #: ../src/ui/widget/selected-style.cpp:197 msgid "Different" msgstr "Forskellig" #: ../src/ui/widget/selected-style.cpp:200 msgid "Different fills" msgstr "Forskellige udfyldninger" #: ../src/ui/widget/selected-style.cpp:200 msgid "Different strokes" msgstr "Forskellige streger" #: ../src/ui/widget/selected-style.cpp:202 #: ../src/ui/widget/style-swatch.cpp:306 #, fuzzy msgid "Unset" msgstr "Linje" #. TRANSLATORS COMMENT: unset is a verb here #: ../src/ui/widget/selected-style.cpp:205 #: ../src/ui/widget/selected-style.cpp:263 #: ../src/ui/widget/selected-style.cpp:505 #: ../src/ui/widget/style-swatch.cpp:308 ../src/widgets/fill-style.cpp:688 msgid "Unset fill" msgstr "Uindfattet udfyldning" #: ../src/ui/widget/selected-style.cpp:205 #: ../src/ui/widget/selected-style.cpp:263 #: ../src/ui/widget/selected-style.cpp:521 #: ../src/ui/widget/style-swatch.cpp:308 ../src/widgets/fill-style.cpp:688 msgid "Unset stroke" msgstr "Uindfattet streg" #: ../src/ui/widget/selected-style.cpp:208 msgid "Flat color fill" msgstr "Flad farveudfyldning" #: ../src/ui/widget/selected-style.cpp:208 msgid "Flat color stroke" msgstr "Flad farvestreg" #. TRANSLATOR COMMENT: A means "Averaged" #: ../src/ui/widget/selected-style.cpp:211 msgid "a" msgstr "a" #: ../src/ui/widget/selected-style.cpp:214 msgid "Fill is averaged over selected objects" msgstr "Udfyldning midles over markerede objekter" #: ../src/ui/widget/selected-style.cpp:214 msgid "Stroke is averaged over selected objects" msgstr "Streg midles over markerede objekter" #. TRANSLATOR COMMENT: M means "Multiple" #: ../src/ui/widget/selected-style.cpp:217 msgid "m" msgstr "m" #: ../src/ui/widget/selected-style.cpp:220 msgid "Multiple selected objects have the same fill" msgstr "Flere markerede objekter har samme udfyldning" #: ../src/ui/widget/selected-style.cpp:220 msgid "Multiple selected objects have the same stroke" msgstr "Flere markerede objekter har samme streg" #: ../src/ui/widget/selected-style.cpp:222 msgid "Edit fill..." msgstr "Redigér udfyldning..." #: ../src/ui/widget/selected-style.cpp:222 msgid "Edit stroke..." msgstr "Redigér streg..." #: ../src/ui/widget/selected-style.cpp:226 msgid "Last set color" msgstr "Sidste satte farve" #: ../src/ui/widget/selected-style.cpp:230 msgid "Last selected color" msgstr "Sidste valgte farve" #: ../src/ui/widget/selected-style.cpp:246 msgid "Copy color" msgstr "Kopiér farve" #: ../src/ui/widget/selected-style.cpp:250 msgid "Paste color" msgstr "Indsæt farve" #: ../src/ui/widget/selected-style.cpp:254 #: ../src/ui/widget/selected-style.cpp:788 msgid "Swap fill and stroke" msgstr "Ombyt udfyldning og streg" #: ../src/ui/widget/selected-style.cpp:258 #: ../src/ui/widget/selected-style.cpp:530 #: ../src/ui/widget/selected-style.cpp:539 msgid "Make fill opaque" msgstr "Gør udfyldning uigennemsigtig" #: ../src/ui/widget/selected-style.cpp:258 msgid "Make stroke opaque" msgstr "Gør streg uigennemsigtig" #: ../src/ui/widget/selected-style.cpp:267 #: ../src/ui/widget/selected-style.cpp:487 ../src/widgets/fill-style.cpp:490 msgid "Remove fill" msgstr "Fjern udfyldning" #: ../src/ui/widget/selected-style.cpp:267 #: ../src/ui/widget/selected-style.cpp:496 ../src/widgets/fill-style.cpp:490 msgid "Remove stroke" msgstr "Fjern streg" #: ../src/ui/widget/selected-style.cpp:320 msgid "Remove" msgstr "Fjern" #: ../src/ui/widget/selected-style.cpp:551 #, fuzzy msgid "Apply last set color to fill" msgstr "Flad farveudfyldning" #: ../src/ui/widget/selected-style.cpp:563 #, fuzzy msgid "Apply last set color to stroke" msgstr "Flad farvestreg" #: ../src/ui/widget/selected-style.cpp:574 #, fuzzy msgid "Apply last selected color to fill" msgstr "Sidste valgte farve" #: ../src/ui/widget/selected-style.cpp:585 #, fuzzy msgid "Apply last selected color to stroke" msgstr "Sidste valgte farve" #: ../src/ui/widget/selected-style.cpp:605 #, fuzzy msgid "Invert fill" msgstr "Uindfattet udfyldning" #: ../src/ui/widget/selected-style.cpp:625 #, fuzzy msgid "Invert stroke" msgstr "Uindfattet streg" #: ../src/ui/widget/selected-style.cpp:637 #, fuzzy msgid "White fill" msgstr "Hvid" #: ../src/ui/widget/selected-style.cpp:649 #, fuzzy msgid "White stroke" msgstr "Redigér streg..." #: ../src/ui/widget/selected-style.cpp:661 #, fuzzy msgid "Black fill" msgstr "Sort" #: ../src/ui/widget/selected-style.cpp:673 #, fuzzy msgid "Black stroke" msgstr "Flad farvestreg" #: ../src/ui/widget/selected-style.cpp:716 #, fuzzy msgid "Paste fill" msgstr "Mønsterudfyldning" #: ../src/ui/widget/selected-style.cpp:734 #, fuzzy msgid "Paste stroke" msgstr "Mønsterstreg" #: ../src/ui/widget/selected-style.cpp:898 #, fuzzy msgid "Change stroke width" msgstr "Skalér stregbredde" #: ../src/ui/widget/selected-style.cpp:993 msgid ", drag to adjust" msgstr "" #: ../src/ui/widget/selected-style.cpp:1039 #: ../src/ui/widget/selected-style.cpp:1040 #, fuzzy msgid "Opacity (%)" msgstr "Uigennemsigtighed:" #: ../src/ui/widget/selected-style.cpp:1074 #, c-format msgid "Stroke width: %.5g%s%s" msgstr "Bredde på streg: %.5g%s%s" #: ../src/ui/widget/selected-style.cpp:1078 msgid " (averaged)" msgstr " (midlet)" #: ../src/ui/widget/selected-style.cpp:1106 msgid "0 (transparent)" msgstr "0 (gennemsigtig)" #: ../src/ui/widget/selected-style.cpp:1130 #, fuzzy msgid "100% (opaque)" msgstr "1.0 (uigennemsigtig)" #: ../src/ui/widget/selected-style.cpp:1289 #, fuzzy msgid "Adjust saturation" msgstr "Farvemætning" #: ../src/ui/widget/selected-style.cpp:1291 #, c-format msgid "" "Adjusting saturation: was %.3g, now %.3g (diff %.3g); with " "Ctrl to adjust lightness, without modifiers to adjust hue" msgstr "" #: ../src/ui/widget/selected-style.cpp:1295 #, fuzzy msgid "Adjust lightness" msgstr "Lysstyrke" #: ../src/ui/widget/selected-style.cpp:1297 #, c-format msgid "" "Adjusting lightness: was %.3g, now %.3g (diff %.3g); with " "Shift to adjust saturation, without modifiers to adjust hue" msgstr "" #: ../src/ui/widget/selected-style.cpp:1301 #, fuzzy msgid "Adjust hue" msgstr "Træk kurve" #: ../src/ui/widget/selected-style.cpp:1303 #, c-format msgid "" "Adjusting hue: was %.3g, now %.3g (diff %.3g); with Shift to adjust saturation, with Ctrl to adjust lightness" msgstr "" #: ../src/ui/widget/selected-style.cpp:1416 #: ../src/ui/widget/selected-style.cpp:1430 #, fuzzy msgid "Adjust stroke width" msgstr "Bredde på streg" #: ../src/ui/widget/selected-style.cpp:1417 #, c-format msgid "Adjusting stroke width: was %.3g, now %.3g (diff %.3g)" msgstr "" #. TRANSLATORS: "Link" means to _link_ two sliders together #: ../src/ui/widget/spin-slider.cpp:111 #, fuzzy msgctxt "Sliders" msgid "Link" msgstr "Linje" #: ../src/ui/widget/style-swatch.cpp:274 msgid "L Gradient" msgstr "L-overgang" #: ../src/ui/widget/style-swatch.cpp:278 msgid "R Gradient" msgstr "R-overgang" #: ../src/ui/widget/style-swatch.cpp:294 #, c-format msgid "Fill: %06x/%.3g" msgstr "" #: ../src/ui/widget/style-swatch.cpp:296 #, c-format msgid "Stroke: %06x/%.3g" msgstr "" #: ../src/ui/widget/style-swatch.cpp:328 #, c-format msgid "Stroke width: %.5g%s" msgstr "Bredde på streg: %.5g%s" #: ../src/ui/widget/style-swatch.cpp:345 #, c-format msgid "O:%.3g" msgstr "O:%.3g" #: ../src/ui/widget/style-swatch.cpp:347 #, c-format msgid "O:.%d" msgstr "O:.%d" #: ../src/ui/widget/style-swatch.cpp:352 #, c-format msgid "Opacity: %.3g" msgstr "Uigennemsigtighed: %.3g" #: ../src/vanishing-point.cpp:128 msgid "Split vanishing points" msgstr "" #: ../src/vanishing-point.cpp:173 msgid "Merge vanishing points" msgstr "" #: ../src/vanishing-point.cpp:239 msgid "3D box: Move vanishing point" msgstr "" #: ../src/vanishing-point.cpp:320 #, c-format msgid "Finite vanishing point shared by %d box" msgid_plural "" "Finite vanishing point shared by %d boxes; drag with Shift to separate selected box(es)" msgstr[0] "" msgstr[1] "" #. This won't make sense any more when infinite VPs are not shown on the canvas, #. but currently we update the status message anyway #: ../src/vanishing-point.cpp:327 #, c-format msgid "Infinite vanishing point shared by %d box" msgid_plural "" "Infinite vanishing point shared by %d boxes; drag with " "Shift to separate selected box(es)" msgstr[0] "" msgstr[1] "" #: ../src/vanishing-point.cpp:335 #, fuzzy, c-format msgid "" "shared by %d box; drag with Shift to separate selected box(es)" msgid_plural "" "shared by %d boxes; drag with Shift to separate selected box" "(es)" msgstr[0] "" "Overgangspunkt delt af %d overgang; træk med Shift for at " "adskille" msgstr[1] "" "Overgangspunkt delt af %d overgange; træk med Shift for at " "adskille" #: ../src/verbs.cpp:1161 #, fuzzy msgid "Switch to next layer" msgstr "Hæv til næste lag" #: ../src/verbs.cpp:1162 #, fuzzy msgid "Switched to next layer." msgstr "Flyttet til næste lag." #: ../src/verbs.cpp:1164 #, fuzzy msgid "Cannot go past last layer." msgstr "Kan ikke flytte forbi sidste lag." #: ../src/verbs.cpp:1173 #, fuzzy msgid "Switch to previous layer" msgstr "Sænk til forrige lag" #: ../src/verbs.cpp:1174 #, fuzzy msgid "Switched to previous layer." msgstr "Flyttet til forrige lag." #: ../src/verbs.cpp:1176 #, fuzzy msgid "Cannot go before first layer." msgstr "Kan ikke flytte forbi første lag." #: ../src/verbs.cpp:1193 ../src/verbs.cpp:1290 ../src/verbs.cpp:1322 #: ../src/verbs.cpp:1328 ../src/verbs.cpp:1338 msgid "No current layer." msgstr "Intet aktuelt lag." #: ../src/verbs.cpp:1222 ../src/verbs.cpp:1226 #, c-format msgid "Raised layer %s." msgstr "Hævet lag %s." #: ../src/verbs.cpp:1223 #, fuzzy msgid "Layer to top" msgstr "Lag til top" #: ../src/verbs.cpp:1227 #, fuzzy msgid "Raise layer" msgstr "Hæv lag" #: ../src/verbs.cpp:1230 ../src/verbs.cpp:1234 #, c-format msgid "Lowered layer %s." msgstr "Sænket lag %s." #: ../src/verbs.cpp:1231 #, fuzzy msgid "Layer to bottom" msgstr "Lag til bund" #: ../src/verbs.cpp:1235 #, fuzzy msgid "Lower layer" msgstr "Sænk lag" #: ../src/verbs.cpp:1244 msgid "Cannot move layer any further." msgstr "Kan ikke flytte laget yderligere." #: ../src/verbs.cpp:1258 ../src/verbs.cpp:1277 #, c-format msgid "%s copy" msgstr "" #: ../src/verbs.cpp:1285 #, fuzzy msgid "Duplicate layer" msgstr "Kopiér knudepunkt" #. TRANSLATORS: this means "The layer has been duplicated." #: ../src/verbs.cpp:1288 #, fuzzy msgid "Duplicated layer." msgstr "Kopiér knudepunkt" #: ../src/verbs.cpp:1317 msgid "Delete layer" msgstr "Slet lag" #. TRANSLATORS: this means "The layer has been deleted." #: ../src/verbs.cpp:1320 msgid "Deleted layer." msgstr "Slettet lag." #: ../src/verbs.cpp:1331 #, fuzzy msgid "Toggle layer solo" msgstr "Slå aktuelle lagsynlighed til/fra" #: ../src/verbs.cpp:1406 msgid "Flip horizontally" msgstr "Vend vandret" #: ../src/verbs.cpp:1411 msgid "Flip vertically" msgstr "Vend lodret" #. TRANSLATORS: If you have translated the tutorial-basic.en.svgz file to your language, #. then translate this string as "tutorial-basic.LANG.svgz" (where LANG is your language #. code); otherwise leave as "tutorial-basic.svg". #: ../src/verbs.cpp:1964 msgid "tutorial-basic.svg" msgstr "tutorial-basic.da.svg" #. TRANSLATORS: See "tutorial-basic.svg" comment. #: ../src/verbs.cpp:1968 msgid "tutorial-shapes.svg" msgstr "tutorial-shapes.svg" #. TRANSLATORS: See "tutorial-basic.svg" comment. #: ../src/verbs.cpp:1972 msgid "tutorial-advanced.svg" msgstr "tutorial-advanced.svg" #. TRANSLATORS: See "tutorial-basic.svg" comment. #: ../src/verbs.cpp:1976 msgid "tutorial-tracing.svg" msgstr "tutorial-tracing.svg" #. TRANSLATORS: See "tutorial-basic.svg" comment. #: ../src/verbs.cpp:1980 msgid "tutorial-calligraphy.svg" msgstr "tutorial-calligraphy.svg" #. TRANSLATORS: See "tutorial-basic.svg" comment. #: ../src/verbs.cpp:1984 #, fuzzy msgid "tutorial-interpolate.svg" msgstr "tutorial-tips.svg" #. TRANSLATORS: See "tutorial-basic.svg" comment. #: ../src/verbs.cpp:1988 msgid "tutorial-elements.svg" msgstr "tutorial-elements.svg" #. TRANSLATORS: See "tutorial-basic.svg" comment. #: ../src/verbs.cpp:1992 msgid "tutorial-tips.svg" msgstr "tutorial-tips.svg" #: ../src/verbs.cpp:2180 ../src/verbs.cpp:2740 #, fuzzy msgid "Unlock all objects in the current layer" msgstr "Omdøb det aktuelle lag" #: ../src/verbs.cpp:2184 ../src/verbs.cpp:2742 #, fuzzy msgid "Unlock all objects in all layers" msgstr "Markér alle objekter eller alle knudepunkter" #: ../src/verbs.cpp:2188 ../src/verbs.cpp:2744 #, fuzzy msgid "Unhide all objects in the current layer" msgstr "Slet det aktuelle lag" #: ../src/verbs.cpp:2192 ../src/verbs.cpp:2746 #, fuzzy msgid "Unhide all objects in all layers" msgstr "Markér i alle lag" #: ../src/verbs.cpp:2207 msgid "Does nothing" msgstr "Gør intet" #: ../src/verbs.cpp:2210 msgid "Create new document from the default template" msgstr "Opret nyt dokument fra standardskabelonen" #: ../src/verbs.cpp:2212 msgid "_Open..." msgstr "Å_bn..." #: ../src/verbs.cpp:2213 msgid "Open an existing document" msgstr "Åbn et eksisterende dokument" #: ../src/verbs.cpp:2214 msgid "Re_vert" msgstr "For_tryd" #: ../src/verbs.cpp:2215 msgid "Revert to the last saved version of document (changes will be lost)" msgstr "Vend tilbage til sidst gemte udgave af dokumentet (ændringer går tabt)" #: ../src/verbs.cpp:2216 msgid "Save document" msgstr "Gem dokument" #: ../src/verbs.cpp:2218 msgid "Save _As..." msgstr "Gem _som..." #: ../src/verbs.cpp:2219 msgid "Save document under a new name" msgstr "Gem dokument under et nyt navn" #: ../src/verbs.cpp:2220 #, fuzzy msgid "Save a Cop_y..." msgstr "Gem _som..." #: ../src/verbs.cpp:2221 #, fuzzy msgid "Save a copy of the document under a new name" msgstr "Gem dokument under et nyt navn" #: ../src/verbs.cpp:2222 msgid "_Print..." msgstr "_Udskriv..." #: ../src/verbs.cpp:2222 msgid "Print document" msgstr "Udskriv dokument" #. TRANSLATORS: "Vacuum Defs" means "Clean up defs" (so as to remove unused definitions) #: ../src/verbs.cpp:2225 msgid "Vac_uum Defs" msgstr "Ryd op i definitioner" #: ../src/verbs.cpp:2225 msgid "" "Remove unused definitions (such as gradients or clipping paths) from the <" "defs> of the document" msgstr "" "Fjern ubrugte definitioner (som overgange eller beskæringsstier) fra " "dokumentets <defs>" #: ../src/verbs.cpp:2227 msgid "_Import..." msgstr "_Importér..." #: ../src/verbs.cpp:2228 msgid "Import a bitmap or SVG image into this document" msgstr "Importér et punktbillede eller SVG-billede til dette dokument" #: ../src/verbs.cpp:2229 ../src/verbs.cpp:2693 msgid "_Export Bitmap..." msgstr "_Eksportér punktbillede..." #: ../src/verbs.cpp:2230 ../src/verbs.cpp:2694 msgid "Export this document or a selection as a bitmap image" msgstr "Eksportér dette dokument eller en markering som et punktbillede" #: ../src/verbs.cpp:2231 #, fuzzy msgid "Import Clip Art..." msgstr "_Importér..." #: ../src/verbs.cpp:2232 #, fuzzy msgid "Import clipart from Open Clip Art Library" msgstr "Eksportér dette dokument eller en markering som et punktbillede" #. new FileVerb(SP_VERB_FILE_EXPORT_TO_OCAL, "FileExportToOCAL", N_("Export To Open Clip Art Library"), N_("Export this document to Open Clip Art Library"), INKSCAPE_ICON_DOCUMENT_EXPORT_OCAL), #: ../src/verbs.cpp:2234 msgid "N_ext Window" msgstr "_Næste vindue" #: ../src/verbs.cpp:2235 msgid "Switch to the next document window" msgstr "Skift til næste dokumentvindue" #: ../src/verbs.cpp:2236 msgid "P_revious Window" msgstr "_Forrige vindue" #: ../src/verbs.cpp:2237 msgid "Switch to the previous document window" msgstr "Skift til forrige dokumentvindue" #: ../src/verbs.cpp:2238 msgid "_Close" msgstr "_Luk" #: ../src/verbs.cpp:2239 msgid "Close this document window" msgstr "Luk dette dokumentvindue" #: ../src/verbs.cpp:2240 msgid "_Quit" msgstr "_Afslut" #: ../src/verbs.cpp:2240 msgid "Quit Inkscape" msgstr "Afslut Inkscape" #: ../src/verbs.cpp:2243 msgid "Undo last action" msgstr "Fortryd sidste handling" #: ../src/verbs.cpp:2246 msgid "Do again the last undone action" msgstr "Annullér fortryd" #: ../src/verbs.cpp:2247 msgid "Cu_t" msgstr "K_lip" #: ../src/verbs.cpp:2248 msgid "Cut selection to clipboard" msgstr "Klip markering til klippebord" #: ../src/verbs.cpp:2249 msgid "_Copy" msgstr "K_opiér" #: ../src/verbs.cpp:2250 msgid "Copy selection to clipboard" msgstr "Kopiér markering til klippebord" #: ../src/verbs.cpp:2251 msgid "_Paste" msgstr "_Indsæt" #: ../src/verbs.cpp:2252 msgid "Paste objects from clipboard to mouse point, or paste text" msgstr "" "Indsæt objekter fra klippebord til musepilens placering, eller indsæt tekst" #: ../src/verbs.cpp:2253 msgid "Paste _Style" msgstr "Indsætnings_stil" #: ../src/verbs.cpp:2254 msgid "Apply the style of the copied object to selection" msgstr "Anvend det kopierede objekts stil på markeringen" #: ../src/verbs.cpp:2256 msgid "Scale selection to match the size of the copied object" msgstr "Skalér markering så den passer med størrelsen af det kopierede objekt" #: ../src/verbs.cpp:2257 msgid "Paste _Width" msgstr "Indsæt _bredde" #: ../src/verbs.cpp:2258 msgid "Scale selection horizontally to match the width of the copied object" msgstr "" "Skalér markering vandret så den passer med bredden af det kopierede objekt" #: ../src/verbs.cpp:2259 msgid "Paste _Height" msgstr "Indsæt _højde" #: ../src/verbs.cpp:2260 msgid "Scale selection vertically to match the height of the copied object" msgstr "" "Skalér markering lodret så den passer med højden af det kopierede objekt" #: ../src/verbs.cpp:2261 msgid "Paste Size Separately" msgstr "Indsæt størrelse separat" #: ../src/verbs.cpp:2262 msgid "Scale each selected object to match the size of the copied object" msgstr "" "Skalér hvert markeret objekt så det passer med størrelsen af det kopierede " "objekt" #: ../src/verbs.cpp:2263 msgid "Paste Width Separately" msgstr "Indsæt bredde separat" #: ../src/verbs.cpp:2264 msgid "" "Scale each selected object horizontally to match the width of the copied " "object" msgstr "" "Skalér hvert markeret objekt vandret, så det passer med bredden af det " "kopierede objekt" #: ../src/verbs.cpp:2265 msgid "Paste Height Separately" msgstr "Indsæt højde separat" #: ../src/verbs.cpp:2266 msgid "" "Scale each selected object vertically to match the height of the copied " "object" msgstr "" "Skalér hvert markeret objekt lodret, så det passer med højden af det " "kopierede objekt" #: ../src/verbs.cpp:2267 msgid "Paste _In Place" msgstr "Indsæt på _samme sted" #: ../src/verbs.cpp:2268 msgid "Paste objects from clipboard to the original location" msgstr "Indsæt objekter fra klippebord til den oprindelige placering" #: ../src/verbs.cpp:2269 #, fuzzy msgid "Paste Path _Effect" msgstr "Indsæt _stil" #: ../src/verbs.cpp:2270 #, fuzzy msgid "Apply the path effect of the copied object to selection" msgstr "Anvend det kopierede objekts stil på markeringen" #: ../src/verbs.cpp:2271 #, fuzzy msgid "Remove Path _Effect" msgstr "Fjern streg" #: ../src/verbs.cpp:2272 #, fuzzy msgid "Remove any path effects from selected objects" msgstr "Fjern maske fra markering" #: ../src/verbs.cpp:2273 #, fuzzy msgid "_Remove Filters" msgstr "Fjern udfyldning" #: ../src/verbs.cpp:2274 #, fuzzy msgid "Remove any filters from selected objects" msgstr "Fjern maske fra markering" #: ../src/verbs.cpp:2275 msgid "_Delete" msgstr "S_let" #: ../src/verbs.cpp:2276 msgid "Delete selection" msgstr "Slet markering" #: ../src/verbs.cpp:2277 msgid "Duplic_ate" msgstr "Dupli_kér" #: ../src/verbs.cpp:2278 msgid "Duplicate selected objects" msgstr "Duplikér markerede objekter" #: ../src/verbs.cpp:2279 msgid "Create Clo_ne" msgstr "Opret klo_n" #: ../src/verbs.cpp:2280 msgid "Create a clone (a copy linked to the original) of selected object" msgstr "Opret en klon (en kopi linket til originalen) af det markerede objekt" #: ../src/verbs.cpp:2281 msgid "Unlin_k Clone" msgstr "Aflin_k klon" #: ../src/verbs.cpp:2282 #, fuzzy msgid "" "Cut the selected clones' links to the originals, turning them into " "standalone objects" msgstr "" "Klip den markerede klons link til originalen, så den bliver et selvstændigt " "objekt" #: ../src/verbs.cpp:2283 msgid "Relink to Copied" msgstr "" #: ../src/verbs.cpp:2284 msgid "Relink the selected clones to the object currently on the clipboard" msgstr "" #: ../src/verbs.cpp:2285 msgid "Select _Original" msgstr "Markér _original" #: ../src/verbs.cpp:2286 msgid "Select the object to which the selected clone is linked" msgstr "Markér objektet hvortil den markerede klon er linket" #: ../src/verbs.cpp:2287 #, fuzzy msgid "Clone original path (LPE)" msgstr "_Slip" #: ../src/verbs.cpp:2288 msgid "" "Creates a new path, applies the Clone original LPE, and refers it to the " "selected path" msgstr "" #: ../src/verbs.cpp:2289 #, fuzzy msgid "Objects to _Marker" msgstr "Objekter til mønster" #: ../src/verbs.cpp:2290 #, fuzzy msgid "Convert selection to a line marker" msgstr "Klip markering til klippebord" #: ../src/verbs.cpp:2291 #, fuzzy msgid "Objects to Gu_ides" msgstr "Objekter til mønster" #: ../src/verbs.cpp:2292 msgid "" "Convert selected objects to a collection of guidelines aligned with their " "edges" msgstr "" #: ../src/verbs.cpp:2293 msgid "Objects to Patter_n" msgstr "Objekt til _mønster" #: ../src/verbs.cpp:2294 msgid "Convert selection to a rectangle with tiled pattern fill" msgstr "Konvertér markeringen til en firkant med fliselagt mønsterudfyldning" #: ../src/verbs.cpp:2295 msgid "Pattern to _Objects" msgstr "Mønster til _objekter" #: ../src/verbs.cpp:2296 msgid "Extract objects from a tiled pattern fill" msgstr "Udtræk objekter fra et fliselagt mønsterudfyldning" #: ../src/verbs.cpp:2297 msgid "Clea_r All" msgstr "_Ryd alt" #: ../src/verbs.cpp:2298 msgid "Delete all objects from document" msgstr "Slet alle objekter fra dokumentet" #: ../src/verbs.cpp:2299 msgid "Select Al_l" msgstr "Markér _alt" #: ../src/verbs.cpp:2300 msgid "Select all objects or all nodes" msgstr "Markér alle objekter eller alle knudepunkter" #: ../src/verbs.cpp:2301 msgid "Select All in All La_yers" msgstr "Markér alle i alle la_g" #: ../src/verbs.cpp:2302 msgid "Select all objects in all visible and unlocked layers" msgstr "Markér alle objekter i alle synlige og ulåste lag" #: ../src/verbs.cpp:2303 #, fuzzy msgid "Fill _and Stroke" msgstr "Ud_fyldning og streg" #: ../src/verbs.cpp:2304 #, fuzzy msgid "" "Select all objects with the same fill and stroke as the selected objects" msgstr "" "Markér et objekt med mønsterudfyldning at udtrække objekter fra." #: ../src/verbs.cpp:2305 #, fuzzy msgid "_Fill Color" msgstr "Enkel farve" #: ../src/verbs.cpp:2306 #, fuzzy msgid "Select all objects with the same fill as the selected objects" msgstr "" "Markér et objekt med mønsterudfyldning at udtrække objekter fra." #: ../src/verbs.cpp:2307 #, fuzzy msgid "_Stroke Color" msgstr "Sidste valgte farve" #: ../src/verbs.cpp:2308 #, fuzzy msgid "Select all objects with the same stroke as the selected objects" msgstr "" "Skalér hvert markeret objekt så det passer med størrelsen af det kopierede " "objekt" #: ../src/verbs.cpp:2309 #, fuzzy msgid "Stroke St_yle" msgstr "Stregst_il" #: ../src/verbs.cpp:2310 msgid "" "Select all objects with the same stroke style (width, dsh, markers) as the " "selected objects" msgstr "" #: ../src/verbs.cpp:2311 msgid "In_vert Selection" msgstr "Invertér markering" #: ../src/verbs.cpp:2312 msgid "Invert selection (unselect what is selected and select everything else)" msgstr "Invertér markering (afmarkér det valgte og markér alt andet)" #: ../src/verbs.cpp:2313 msgid "Invert in All Layers" msgstr "Invertér i alle lag" #: ../src/verbs.cpp:2314 msgid "Invert selection in all visible and unlocked layers" msgstr "Invertér markering i alle synlige og ulåste lag" #: ../src/verbs.cpp:2315 #, fuzzy msgid "Select Next" msgstr "Slet tekst" #: ../src/verbs.cpp:2316 #, fuzzy msgid "Select next object or node" msgstr "Markér alle objekter eller alle knudepunkter" #: ../src/verbs.cpp:2317 #, fuzzy msgid "Select Previous" msgstr "Markering" #: ../src/verbs.cpp:2318 #, fuzzy msgid "Select previous object or node" msgstr "Markér alle objekter eller alle knudepunkter" #: ../src/verbs.cpp:2319 msgid "D_eselect" msgstr "Fjern m_arkering" #: ../src/verbs.cpp:2320 msgid "Deselect any selected objects or nodes" msgstr "Afmarkér alle markerede objekter eller knudepunkter" #: ../src/verbs.cpp:2321 msgid "Create _Guides Around the Page" msgstr "" #: ../src/verbs.cpp:2322 ../src/verbs.cpp:2324 msgid "Create four guides aligned with the page borders" msgstr "" #: ../src/verbs.cpp:2325 #, fuzzy msgid "Next path effect parameter" msgstr "Indsæt bredde separat" #: ../src/verbs.cpp:2326 #, fuzzy msgid "Show next editable path effect parameter" msgstr "Indsæt bredde separat" #. Selection #: ../src/verbs.cpp:2329 msgid "Raise to _Top" msgstr "Til ø_verst" #: ../src/verbs.cpp:2330 msgid "Raise selection to top" msgstr "Markering til øverst" #: ../src/verbs.cpp:2331 msgid "Lower to _Bottom" msgstr "Sænk til _nederst" #: ../src/verbs.cpp:2332 msgid "Lower selection to bottom" msgstr "Sænk markering til nederst" #: ../src/verbs.cpp:2333 msgid "_Raise" msgstr "_Hæv" #: ../src/verbs.cpp:2334 msgid "Raise selection one step" msgstr "Hæv det markerede ét lag" #: ../src/verbs.cpp:2335 msgid "_Lower" msgstr "_Sænk" #: ../src/verbs.cpp:2336 msgid "Lower selection one step" msgstr "Sænk det markerede ét lag" #: ../src/verbs.cpp:2337 msgid "_Group" msgstr "_Gruppér" #: ../src/verbs.cpp:2338 msgid "Group selected objects" msgstr "Gruppér valgte ting" #: ../src/verbs.cpp:2340 msgid "Ungroup selected groups" msgstr "Afgruppér markerede grupper" #: ../src/verbs.cpp:2342 msgid "_Put on Path" msgstr "_Sæt på sti" #: ../src/verbs.cpp:2344 msgid "_Remove from Path" msgstr "_Fjern fra sti" #: ../src/verbs.cpp:2346 msgid "Remove Manual _Kerns" msgstr "Fjern manuelle _knibninger" #. TRANSLATORS: "glyph": An image used in the visual representation of characters; #. roughly speaking, how a character looks. A font is a set of glyphs. #: ../src/verbs.cpp:2349 msgid "Remove all manual kerns and glyph rotations from a text object" msgstr "Fjern alle manuelle knibninger og tegnrotationer fra tekstobjektet" #: ../src/verbs.cpp:2351 msgid "_Union" msgstr "_Forening" #: ../src/verbs.cpp:2352 msgid "Create union of selected paths" msgstr "Opret forening af markerede stier" #: ../src/verbs.cpp:2353 msgid "_Intersection" msgstr "_Gennemsnit" #: ../src/verbs.cpp:2354 msgid "Create intersection of selected paths" msgstr "Opret gennemsnit markerede stier" #: ../src/verbs.cpp:2355 msgid "_Difference" msgstr "F_orskel" #: ../src/verbs.cpp:2356 msgid "Create difference of selected paths (bottom minus top)" msgstr "Opret differens af markerede stier (bund minus top)" #: ../src/verbs.cpp:2357 msgid "E_xclusion" msgstr "Eks_klusion" #: ../src/verbs.cpp:2358 msgid "" "Create exclusive OR of selected paths (those parts that belong to only one " "path)" msgstr "Opret XOR af markerede stier (de dele som hører til kun en én sti)" #: ../src/verbs.cpp:2359 msgid "Di_vision" msgstr "Delin_g" #: ../src/verbs.cpp:2360 msgid "Cut the bottom path into pieces" msgstr "Skær den nederste sti i stykker" #. TRANSLATORS: "to cut a path" is not the same as "to break a path apart" - see the #. Advanced tutorial for more info #: ../src/verbs.cpp:2363 msgid "Cut _Path" msgstr "Skær _sti" #: ../src/verbs.cpp:2364 msgid "Cut the bottom path's stroke into pieces, removing fill" msgstr "Skær nederste stis streger i stykker, fjern udfyldning" #. TRANSLATORS: "outset": expand a shape by offsetting the object's path, #. i.e. by displacing it perpendicular to the path in each point. #. See also the Advanced Tutorial for explanation. #: ../src/verbs.cpp:2368 msgid "Outs_et" msgstr "Skub _ud" #: ../src/verbs.cpp:2369 msgid "Outset selected paths" msgstr "Skub markerede stier ud" #: ../src/verbs.cpp:2371 msgid "O_utset Path by 1 px" msgstr "S_kub sti ud med 1 px" #: ../src/verbs.cpp:2372 msgid "Outset selected paths by 1 px" msgstr "Skub markerede stier ud med 1 px" #: ../src/verbs.cpp:2374 msgid "O_utset Path by 10 px" msgstr "S_kub sti ud med 10 px" #: ../src/verbs.cpp:2375 msgid "Outset selected paths by 10 px" msgstr "Skub markerede stier ud med 10 px" #. TRANSLATORS: "inset": contract a shape by offsetting the object's path, #. i.e. by displacing it perpendicular to the path in each point. #. See also the Advanced Tutorial for explanation. #: ../src/verbs.cpp:2379 msgid "I_nset" msgstr "Indføj" #: ../src/verbs.cpp:2380 msgid "Inset selected paths" msgstr "Indføj markerede stier" #: ../src/verbs.cpp:2382 msgid "I_nset Path by 1 px" msgstr "I_ndføj sti med en pixel" #: ../src/verbs.cpp:2383 msgid "Inset selected paths by 1 px" msgstr "Indføj markerede stier med 1 pixel" #: ../src/verbs.cpp:2385 msgid "I_nset Path by 10 px" msgstr "Indføj _stier med 10 pixler" #: ../src/verbs.cpp:2386 msgid "Inset selected paths by 10 px" msgstr "Indføj markerede stier med 10 pixler" #: ../src/verbs.cpp:2388 msgid "D_ynamic Offset" msgstr "D_ynamisk forskudt" #: ../src/verbs.cpp:2388 msgid "Create a dynamic offset object" msgstr "Opret et dynamisk forskudt objekt" #: ../src/verbs.cpp:2390 msgid "_Linked Offset" msgstr "_Linket forskudt" #: ../src/verbs.cpp:2391 msgid "Create a dynamic offset object linked to the original path" msgstr "Opret et dynamisk forskudt objekt, linket til den oprindelige sti" #: ../src/verbs.cpp:2393 msgid "_Stroke to Path" msgstr "_Streg til sti" #: ../src/verbs.cpp:2394 msgid "Convert selected object's stroke to paths" msgstr "Konvertér markerede objekters streg til stier" #: ../src/verbs.cpp:2395 msgid "Si_mplify" msgstr "S_implificér" #: ../src/verbs.cpp:2396 msgid "Simplify selected paths (remove extra nodes)" msgstr "Simplificér markerede stier (fjern ekstra knudepunkter)" #: ../src/verbs.cpp:2397 msgid "_Reverse" msgstr "_Skift retning" #: ../src/verbs.cpp:2398 msgid "Reverse the direction of selected paths (useful for flipping markers)" msgstr "Skift retningen af de markerede stier (nyttig til pilmarkører)" #. TRANSLATORS: "to trace" means "to convert a bitmap to vector graphics" (to vectorize) #: ../src/verbs.cpp:2400 msgid "_Trace Bitmap..." msgstr "_Spor billede..." #: ../src/verbs.cpp:2401 msgid "Create one or more paths from a bitmap by tracing it" msgstr "Opret en eller flere stier fra et billede, ved at spore det" #: ../src/verbs.cpp:2402 msgid "_Make a Bitmap Copy" msgstr "_Opret punktbilledkopi" #: ../src/verbs.cpp:2403 msgid "Export selection to a bitmap and insert it into document" msgstr "Eksportér markering til punktbillede og indsæt i dokumentet" #: ../src/verbs.cpp:2404 msgid "_Combine" msgstr "_Kombinér" #: ../src/verbs.cpp:2405 msgid "Combine several paths into one" msgstr "Kombiner flere stier til en" #. TRANSLATORS: "to cut a path" is not the same as "to break a path apart" - see the #. Advanced tutorial for more info #: ../src/verbs.cpp:2408 msgid "Break _Apart" msgstr "_Bryd op" #: ../src/verbs.cpp:2409 msgid "Break selected paths into subpaths" msgstr "Bryd markerede stier op i understier" #: ../src/verbs.cpp:2410 #, fuzzy msgid "Ro_ws and Columns..." msgstr "Rækker, søjler: " #: ../src/verbs.cpp:2411 #, fuzzy msgid "Arrange selected objects in a table" msgstr "Arrangér markerede objekter i et gittermønster" #. Layer #: ../src/verbs.cpp:2413 msgid "_Add Layer..." msgstr "_Tilføj lag..." #: ../src/verbs.cpp:2414 msgid "Create a new layer" msgstr "Opret nyt lag" #: ../src/verbs.cpp:2415 msgid "Re_name Layer..." msgstr "Om_døb lag..." #: ../src/verbs.cpp:2416 msgid "Rename the current layer" msgstr "Omdøb det aktuelle lag" #: ../src/verbs.cpp:2417 msgid "Switch to Layer Abov_e" msgstr "Skift til lag ov_enfor" #: ../src/verbs.cpp:2418 msgid "Switch to the layer above the current" msgstr "Skift til laget ovenover det aktuelle" #: ../src/verbs.cpp:2419 msgid "Switch to Layer Belo_w" msgstr "Skift til lag neden_under" #: ../src/verbs.cpp:2420 msgid "Switch to the layer below the current" msgstr "Skift til laget under det aktuelle" #: ../src/verbs.cpp:2421 msgid "Move Selection to Layer Abo_ve" msgstr "Flyt markering til laget oveno_ver" #: ../src/verbs.cpp:2422 msgid "Move selection to the layer above the current" msgstr "Flyt markering til laget nedenunder det aktuelle" #: ../src/verbs.cpp:2423 msgid "Move Selection to Layer Bel_ow" msgstr "Flyt mark til _laget nedenunder" #: ../src/verbs.cpp:2424 msgid "Move selection to the layer below the current" msgstr "Flyt markering til laget under det aktuelle" #: ../src/verbs.cpp:2425 msgid "Layer to _Top" msgstr "Lag _øverst" #: ../src/verbs.cpp:2426 msgid "Raise the current layer to the top" msgstr "Hæv det aktuelle lag til toppen" #: ../src/verbs.cpp:2427 msgid "Layer to _Bottom" msgstr "Lag til _bund" #: ../src/verbs.cpp:2428 msgid "Lower the current layer to the bottom" msgstr "Sænk det aktuelle lag til bunden" #: ../src/verbs.cpp:2429 msgid "_Raise Layer" msgstr "_Hæv lag" #: ../src/verbs.cpp:2430 msgid "Raise the current layer" msgstr "Hæv det aktuelle lag" #: ../src/verbs.cpp:2431 msgid "_Lower Layer" msgstr "_Sænk lag" #: ../src/verbs.cpp:2432 msgid "Lower the current layer" msgstr "Sænk det aktuelle lag" #: ../src/verbs.cpp:2433 #, fuzzy msgid "D_uplicate Current Layer" msgstr "S_let det aktuelle lag" #: ../src/verbs.cpp:2434 #, fuzzy msgid "Duplicate an existing layer" msgstr "Kopiér knudepunkt" #: ../src/verbs.cpp:2435 msgid "_Delete Current Layer" msgstr "S_let det aktuelle lag" #: ../src/verbs.cpp:2436 msgid "Delete the current layer" msgstr "Slet det aktuelle lag" #: ../src/verbs.cpp:2437 #, fuzzy msgid "_Show/hide other layers" msgstr "Vis eller skjul lærredetst linealer" #: ../src/verbs.cpp:2438 #, fuzzy msgid "Solo the current layer" msgstr "Sænk det aktuelle lag" #: ../src/verbs.cpp:2439 #, fuzzy msgid "_Lock/Unlock Current Layer" msgstr "Lås eller lås det aktulle lag op" #: ../src/verbs.cpp:2440 #, fuzzy msgid "Toggle lock on current layer" msgstr "Sænk det aktuelle lag" #: ../src/verbs.cpp:2441 #, fuzzy msgid "_Show/hide Current Layer" msgstr "Vis eller skjul lærredetst linealer" #: ../src/verbs.cpp:2442 #, fuzzy msgid "Toggle visibility of current layer" msgstr "Sænk det aktuelle lag" #. Object #: ../src/verbs.cpp:2445 msgid "Rotate _90° CW" msgstr "Rotér _90° i urets retning" #. This is shared between tooltips and statusbar, so they #. must use UTF-8, not HTML entities for special characters. #: ../src/verbs.cpp:2448 #, fuzzy msgid "Rotate selection 90° clockwise" msgstr "Rotér markering 90° i urets retning" #: ../src/verbs.cpp:2449 msgid "Rotate 9_0° CCW" msgstr "Rotér 9_0° mod urets retning" #. This is shared between tooltips and statusbar, so they #. must use UTF-8, not HTML entities for special characters. #: ../src/verbs.cpp:2452 #, fuzzy msgid "Rotate selection 90° counter-clockwise" msgstr "Rotér markering 90° mod urets retning" #: ../src/verbs.cpp:2453 msgid "Remove _Transformations" msgstr "Fjern _transformationer" #: ../src/verbs.cpp:2454 msgid "Remove transformations from object" msgstr "Fjern transformationer fra objekt" #: ../src/verbs.cpp:2455 msgid "_Object to Path" msgstr "_Objekt til sti" #: ../src/verbs.cpp:2456 msgid "Convert selected object to path" msgstr "Konvertér det markerede objekt til sti" #: ../src/verbs.cpp:2457 msgid "_Flow into Frame" msgstr "_Flyd ind i ramme" #: ../src/verbs.cpp:2458 msgid "" "Put text into a frame (path or shape), creating a flowed text linked to the " "frame object" msgstr "" "Put tekst ind i ramme (sti eller figur), så der dannes en flydende tekst " "linket til rammen" #: ../src/verbs.cpp:2459 msgid "_Unflow" msgstr "Fixér tekst" #: ../src/verbs.cpp:2460 msgid "Remove text from frame (creates a single-line text object)" msgstr "Fjern tekst fra ramme (opretter et tekstobjekt med én linje)" #: ../src/verbs.cpp:2461 msgid "_Convert to Text" msgstr "_Konvertér til tekst" #: ../src/verbs.cpp:2462 msgid "Convert flowed text to regular text object (preserves appearance)" msgstr "" "Konvertér flydende tekst til almindelig tekstobjekt (bevarer udseendet)" #: ../src/verbs.cpp:2464 msgid "Flip _Horizontal" msgstr "Vend _vandret" #: ../src/verbs.cpp:2464 msgid "Flip selected objects horizontally" msgstr "Vend markerede objekter vandret" #: ../src/verbs.cpp:2467 msgid "Flip _Vertical" msgstr "Vend _lodret" #: ../src/verbs.cpp:2467 msgid "Flip selected objects vertically" msgstr "Vend markerede objekter lodret" #: ../src/verbs.cpp:2470 msgid "Apply mask to selection (using the topmost object as mask)" msgstr "Anvend maske på markering (ved at bruge det øverste objekt som maske)" #: ../src/verbs.cpp:2472 #, fuzzy msgid "Edit mask" msgstr "Vælg maske" #: ../src/verbs.cpp:2473 ../src/verbs.cpp:2479 msgid "_Release" msgstr "_Slip" #: ../src/verbs.cpp:2474 msgid "Remove mask from selection" msgstr "Fjern maske fra markering" #: ../src/verbs.cpp:2476 msgid "" "Apply clipping path to selection (using the topmost object as clipping path)" msgstr "" "Anvend beskæringsti på markeringen (ved at bruge det øverste objekt som " "beskæringssti)" #: ../src/verbs.cpp:2478 #, fuzzy msgid "Edit clipping path" msgstr "Vælg beskæringssti" #: ../src/verbs.cpp:2480 msgid "Remove clipping path from selection" msgstr "Fjern beskæringssti fra markeringen" #. Tools #: ../src/verbs.cpp:2483 ../src/widgets/gradient-toolbar.cpp:1150 msgid "Select" msgstr "Vælg" #: ../src/verbs.cpp:2484 msgid "Select and transform objects" msgstr "Markér og transformér objekter" #: ../src/verbs.cpp:2485 msgid "Node Edit" msgstr "Redigér knudepunkt" #: ../src/verbs.cpp:2486 #, fuzzy msgid "Edit paths by nodes" msgstr "Redigér sti-knudepunkter eller kontrol-håndtag" #: ../src/verbs.cpp:2488 msgid "Tweak objects by sculpting or painting" msgstr "" #: ../src/verbs.cpp:2490 msgid "Spray objects by sculpting or painting" msgstr "" #: ../src/verbs.cpp:2492 msgid "Create rectangles and squares" msgstr "Opret firkant og kvadrater" #: ../src/verbs.cpp:2494 #, fuzzy msgid "Create 3D boxes" msgstr "Opret fliselagte kloner..." #: ../src/verbs.cpp:2496 msgid "Create circles, ellipses, and arcs" msgstr "Opret cirkler, ellipser og buer" #: ../src/verbs.cpp:2498 msgid "Create stars and polygons" msgstr "Opret stjerner og polygoner" #: ../src/verbs.cpp:2500 msgid "Create spirals" msgstr "Opret spiraler" #: ../src/verbs.cpp:2502 msgid "Draw freehand lines" msgstr "Tegn med frihånd" #: ../src/verbs.cpp:2504 msgid "Draw Bezier curves and straight lines" msgstr "Tegn Bezier-kurver og lige linjer" #: ../src/verbs.cpp:2506 #, fuzzy msgid "Draw calligraphic or brush strokes" msgstr "Tegn kalligrafi" #: ../src/verbs.cpp:2508 msgid "Create and edit text objects" msgstr "Opret og redigér tekstobjekter" #: ../src/verbs.cpp:2510 msgid "Create and edit gradients" msgstr "Opret og redigér overgange" #: ../src/verbs.cpp:2512 msgid "Zoom in or out" msgstr "Zoom ind eller ud" #: ../src/verbs.cpp:2514 #, fuzzy msgid "Measurement tool" msgstr "Mål sti" #: ../src/verbs.cpp:2516 #, fuzzy msgid "Pick colors from image" msgstr "Vælg gennemsnitsfarver fra billede" #: ../src/verbs.cpp:2518 #, fuzzy msgid "Create diagram connectors" msgstr "Opret forbindelser" #: ../src/verbs.cpp:2520 msgid "Fill bounded areas" msgstr "" #: ../src/verbs.cpp:2521 #, fuzzy msgid "LPE Edit" msgstr "_Redigér" #: ../src/verbs.cpp:2522 #, fuzzy msgid "Edit Path Effect parameters" msgstr "Indsæt bredde separat" #: ../src/verbs.cpp:2524 #, fuzzy msgid "Erase existing paths" msgstr "Frigør beskæringssti" #: ../src/verbs.cpp:2525 #, fuzzy msgid "LPE Tool" msgstr "Værktøjer" #: ../src/verbs.cpp:2526 msgid "Do geometric constructions" msgstr "" #. Tool prefs #: ../src/verbs.cpp:2528 msgid "Selector Preferences" msgstr "Indstillinger for markeringsværktøj" #: ../src/verbs.cpp:2529 msgid "Open Preferences for the Selector tool" msgstr "Åbn indstillinger for markeringsværktøjet" #: ../src/verbs.cpp:2530 msgid "Node Tool Preferences" msgstr "Indstillinger for knudepunktsværktøj" #: ../src/verbs.cpp:2531 msgid "Open Preferences for the Node tool" msgstr "Åbn indstillinger for knudepunktsværktøj" #: ../src/verbs.cpp:2532 #, fuzzy msgid "Tweak Tool Preferences" msgstr "Indstillinger for knudepunktsværktøj" #: ../src/verbs.cpp:2533 #, fuzzy msgid "Open Preferences for the Tweak tool" msgstr "Åbn indstillinger for tekstværktøjet" #: ../src/verbs.cpp:2534 #, fuzzy msgid "Spray Tool Preferences" msgstr "Indstillinger for spiraler" #: ../src/verbs.cpp:2535 #, fuzzy msgid "Open Preferences for the Spray tool" msgstr "Åbn indstillinger for spiralværktøjet" #: ../src/verbs.cpp:2536 msgid "Rectangle Preferences" msgstr "Indstillinger for firkanter" #: ../src/verbs.cpp:2537 msgid "Open Preferences for the Rectangle tool" msgstr "Åbn indstillinger for firkantværktøjet" #: ../src/verbs.cpp:2538 #, fuzzy msgid "3D Box Preferences" msgstr "Indstillinger for tekst" #: ../src/verbs.cpp:2539 #, fuzzy msgid "Open Preferences for the 3D Box tool" msgstr "Åbn indstillinger for knudepunktsværktøj" #: ../src/verbs.cpp:2540 msgid "Ellipse Preferences" msgstr "Indstillinger for ellipser" #: ../src/verbs.cpp:2541 msgid "Open Preferences for the Ellipse tool" msgstr "Åbn indstillinger for ellipseværktøjet" #: ../src/verbs.cpp:2542 msgid "Star Preferences" msgstr "Indstillinger for stjerner" #: ../src/verbs.cpp:2543 msgid "Open Preferences for the Star tool" msgstr "Åbn indstillinger for stjerneværktøjet" #: ../src/verbs.cpp:2544 msgid "Spiral Preferences" msgstr "Indstillinger for spiraler" #: ../src/verbs.cpp:2545 msgid "Open Preferences for the Spiral tool" msgstr "Åbn indstillinger for spiralværktøjet" #: ../src/verbs.cpp:2546 msgid "Pencil Preferences" msgstr "Indstillinger for blyant" #: ../src/verbs.cpp:2547 msgid "Open Preferences for the Pencil tool" msgstr "Åbn indstillinger for blyantværktøjet" #: ../src/verbs.cpp:2548 msgid "Pen Preferences" msgstr "Indstillinger for pen" #: ../src/verbs.cpp:2549 msgid "Open Preferences for the Pen tool" msgstr "Åbn indstillinger for penværktøjet" #: ../src/verbs.cpp:2550 msgid "Calligraphic Preferences" msgstr "Indstillinger for kalligrafi" #: ../src/verbs.cpp:2551 msgid "Open Preferences for the Calligraphy tool" msgstr "Åbn indstillinger for kalligrafiværktøjet" #: ../src/verbs.cpp:2552 msgid "Text Preferences" msgstr "Indstillinger for tekst" #: ../src/verbs.cpp:2553 msgid "Open Preferences for the Text tool" msgstr "Åbn indstillinger for tekstværktøjet" #: ../src/verbs.cpp:2554 msgid "Gradient Preferences" msgstr "Indstillinger for overgange" #: ../src/verbs.cpp:2555 msgid "Open Preferences for the Gradient tool" msgstr "Åbn indstillinger for overgangsværktøjet" #: ../src/verbs.cpp:2556 msgid "Zoom Preferences" msgstr "Indstillinger for zoom" #: ../src/verbs.cpp:2557 msgid "Open Preferences for the Zoom tool" msgstr "Åbn indstillinger for zoomværktøjet" #: ../src/verbs.cpp:2558 #, fuzzy msgid "Measure Preferences" msgstr "Indstillinger for stjerner" #: ../src/verbs.cpp:2559 #, fuzzy msgid "Open Preferences for the Measure tool" msgstr "Åbn indstillinger for stjerneværktøjet" #: ../src/verbs.cpp:2560 msgid "Dropper Preferences" msgstr "Indstillinger for farvevælger" #: ../src/verbs.cpp:2561 msgid "Open Preferences for the Dropper tool" msgstr "Åbn indstillinger for farvevælgerværktøjet" #: ../src/verbs.cpp:2562 msgid "Connector Preferences" msgstr "Indstillinger for forbindelser" #: ../src/verbs.cpp:2563 msgid "Open Preferences for the Connector tool" msgstr "Åbn indstillinger for forbindelsesværktøjet" #: ../src/verbs.cpp:2564 #, fuzzy msgid "Paint Bucket Preferences" msgstr "Indstillinger for overgange" #: ../src/verbs.cpp:2565 #, fuzzy msgid "Open Preferences for the Paint Bucket tool" msgstr "Åbn indstillinger for penværktøjet" #: ../src/verbs.cpp:2566 #, fuzzy msgid "Eraser Preferences" msgstr "Indstillinger for stjerner" #: ../src/verbs.cpp:2567 #, fuzzy msgid "Open Preferences for the Eraser tool" msgstr "Åbn indstillinger for stjerneværktøjet" #: ../src/verbs.cpp:2568 #, fuzzy msgid "LPE Tool Preferences" msgstr "Indstillinger for knudepunktsværktøj" #: ../src/verbs.cpp:2569 #, fuzzy msgid "Open Preferences for the LPETool tool" msgstr "Åbn indstillinger for zoomværktøjet" #. Zoom/View #: ../src/verbs.cpp:2572 msgid "Zoom In" msgstr "Forstør" #: ../src/verbs.cpp:2572 msgid "Zoom in" msgstr "Forstør" #: ../src/verbs.cpp:2573 msgid "Zoom Out" msgstr "Formindsk" #: ../src/verbs.cpp:2573 msgid "Zoom out" msgstr "Formindsk" #: ../src/verbs.cpp:2574 msgid "_Rulers" msgstr "_Linealer" #: ../src/verbs.cpp:2574 msgid "Show or hide the canvas rulers" msgstr "Vis eller skjul lærredetst linealer" #: ../src/verbs.cpp:2575 msgid "Scroll_bars" msgstr "Rullebjælker" #: ../src/verbs.cpp:2575 msgid "Show or hide the canvas scrollbars" msgstr "Vis eller skjul lærredets rullebjælker" #: ../src/verbs.cpp:2576 msgid "_Grid" msgstr "_Gitter" #: ../src/verbs.cpp:2576 msgid "Show or hide the grid" msgstr "Vis eller skjul gitter" #: ../src/verbs.cpp:2577 msgid "G_uides" msgstr "H_jælpelinjer" #: ../src/verbs.cpp:2577 msgid "Show or hide guides (drag from a ruler to create a guide)" msgstr "" "Vis eller skjul hjælpelinjer (træk fra en lineal for at oprette en " "hjælpelinje)" #: ../src/verbs.cpp:2578 #, fuzzy msgid "Enable snapping" msgstr "Forhåndsvis" #: ../src/verbs.cpp:2579 msgid "Nex_t Zoom" msgstr "Næs_te zoom" #: ../src/verbs.cpp:2579 msgid "Next zoom (from the history of zooms)" msgstr "Næste zoom (fra zoomhistorik)" #: ../src/verbs.cpp:2581 msgid "Pre_vious Zoom" msgstr "Fo_rrige zoom" #: ../src/verbs.cpp:2581 msgid "Previous zoom (from the history of zooms)" msgstr "Forrige zoom (fra zoomhistorik)" #: ../src/verbs.cpp:2583 msgid "Zoom 1:_1" msgstr "Zoom 1:_1" #: ../src/verbs.cpp:2583 msgid "Zoom to 1:1" msgstr "Zoom til 1:1" #: ../src/verbs.cpp:2585 msgid "Zoom 1:_2" msgstr "Zoom 1:_2" #: ../src/verbs.cpp:2585 msgid "Zoom to 1:2" msgstr "Zoom 1:2" #: ../src/verbs.cpp:2587 msgid "_Zoom 2:1" msgstr "_Zoom til 2:1" #: ../src/verbs.cpp:2587 msgid "Zoom to 2:1" msgstr "Zoom til 2:1" #: ../src/verbs.cpp:2590 msgid "_Fullscreen" msgstr "_Fuldskærm" #: ../src/verbs.cpp:2590 msgid "Stretch this document window to full screen" msgstr "Stræk dokumentetvinduet til fuldskærm" #: ../src/verbs.cpp:2593 msgid "Toggle _Focus Mode" msgstr "" #: ../src/verbs.cpp:2593 msgid "Remove excess toolbars to focus on drawing" msgstr "" #: ../src/verbs.cpp:2595 msgid "Duplic_ate Window" msgstr "Dupli_kér vindue" #: ../src/verbs.cpp:2595 msgid "Open a new window with the same document" msgstr "Åbn et nyt vindue med samme dokument" #: ../src/verbs.cpp:2597 msgid "_New View Preview" msgstr "_Ny forhåndsvisning" #: ../src/verbs.cpp:2598 msgid "New View Preview" msgstr "Ny forhåndsvisning" #. "view_new_preview" #: ../src/verbs.cpp:2600 ../src/verbs.cpp:2608 msgid "_Normal" msgstr "_Normal" #: ../src/verbs.cpp:2601 msgid "Switch to normal display mode" msgstr "Skift visningstilstand til normal" #: ../src/verbs.cpp:2602 #, fuzzy msgid "No _Filters" msgstr "Fladhed" #: ../src/verbs.cpp:2603 #, fuzzy msgid "Switch to normal display without filters" msgstr "Skift visningstilstand til normal" #: ../src/verbs.cpp:2604 msgid "_Outline" msgstr "_Omrids" #: ../src/verbs.cpp:2605 msgid "Switch to outline (wireframe) display mode" msgstr "Skift visningstilstand til omrids" #. new ZoomVerb(SP_VERB_VIEW_COLOR_MODE_PRINT_COLORS_PREVIEW, "ViewColorModePrintColorsPreview", N_("_Print Colors Preview"), #. N_("Switch to print colors preview mode"), NULL), #: ../src/verbs.cpp:2606 ../src/verbs.cpp:2614 #, fuzzy msgid "_Toggle" msgstr "V_inkel" #: ../src/verbs.cpp:2607 msgid "Toggle between normal and outline display modes" msgstr "" #: ../src/verbs.cpp:2609 #, fuzzy msgid "Switch to normal color display mode" msgstr "Skift visningstilstand til normal" #: ../src/verbs.cpp:2610 #, fuzzy msgid "_Grayscale" msgstr "_Skalér" #: ../src/verbs.cpp:2611 #, fuzzy msgid "Switch to grayscale display mode" msgstr "Skift visningstilstand til normal" #: ../src/verbs.cpp:2615 msgid "Toggle between normal and grayscale color display modes" msgstr "" #: ../src/verbs.cpp:2617 #, fuzzy msgid "Color-managed view" msgstr "Farve på sidekant" #: ../src/verbs.cpp:2618 #, fuzzy msgid "Toggle color-managed display for this document window" msgstr "Luk dette dokumentvindue" #: ../src/verbs.cpp:2620 #, fuzzy msgid "Ico_n Preview..." msgstr "Forhåndsvis iko_n" #: ../src/verbs.cpp:2621 msgid "Open a window to preview objects at different icon resolutions" msgstr "" "Åbn et vindue at forhåndsvise objekter ved forskellige ikon-opløsninger" #: ../src/verbs.cpp:2622 msgid "_Page" msgstr "_Side" #: ../src/verbs.cpp:2623 msgid "Zoom to fit page in window" msgstr "Tilpas til vindue" #: ../src/verbs.cpp:2624 msgid "Page _Width" msgstr "Side_bredde" #: ../src/verbs.cpp:2625 msgid "Zoom to fit page width in window" msgstr "Tilpas til sidebredde" #: ../src/verbs.cpp:2626 msgid "_Drawing" msgstr "_Tegning" #: ../src/verbs.cpp:2627 msgid "Zoom to fit drawing in window" msgstr "Tilpas tegning til vindue" #: ../src/verbs.cpp:2628 msgid "_Selection" msgstr "_Markering" #: ../src/verbs.cpp:2629 msgid "Zoom to fit selection in window" msgstr "Tilpas markering til vindue" #. Dialogs #: ../src/verbs.cpp:2632 msgid "In_kscape Preferences..." msgstr "In_kscape-indstillinger..." #: ../src/verbs.cpp:2633 msgid "Edit global Inkscape preferences" msgstr "Redigér globale indstillinger" #: ../src/verbs.cpp:2634 msgid "_Document Properties..." msgstr "Indstillinger for _dokument..." #: ../src/verbs.cpp:2635 msgid "Edit properties of this document (to be saved with the document)" msgstr "Redigér dette dokuments egenskaber (gemms med dokumentet)" #: ../src/verbs.cpp:2636 msgid "Document _Metadata..." msgstr "Dokument_metadata..." #: ../src/verbs.cpp:2637 msgid "Edit document metadata (to be saved with the document)" msgstr "Redigér dokumentets metadata (gemmes med dokumentet)" #: ../src/verbs.cpp:2639 msgid "" "Edit objects' colors, gradients, arrowheads, and other fill and stroke " "properties..." msgstr "" #: ../src/verbs.cpp:2640 msgid "Gl_yphs..." msgstr "" #: ../src/verbs.cpp:2641 #, fuzzy msgid "Select characters from a glyphs palette" msgstr "Vælg farver fra en farvesamlingspalet" #. TRANSLATORS: "Swatches" means: color samples #: ../src/verbs.cpp:2643 msgid "S_watches..." msgstr "Farvesamlinger..." #: ../src/verbs.cpp:2644 msgid "Select colors from a swatches palette" msgstr "Vælg farver fra en farvesamlingspalet" #: ../src/verbs.cpp:2645 msgid "Transfor_m..." msgstr "Transfor_mér..." #: ../src/verbs.cpp:2646 msgid "Precisely control objects' transformations" msgstr "Kontrollér objekters transformationer eksakt" #: ../src/verbs.cpp:2647 msgid "_Align and Distribute..." msgstr "_Justér og fordel..." #: ../src/verbs.cpp:2648 msgid "Align and distribute objects" msgstr "Justér og fordel objekter" #: ../src/verbs.cpp:2649 msgid "_Spray options..." msgstr "" #: ../src/verbs.cpp:2650 #, fuzzy msgid "Some options for the spray" msgstr "Papirbredde" #: ../src/verbs.cpp:2651 msgid "Undo _History..." msgstr "Fortryd_historik..." #: ../src/verbs.cpp:2652 msgid "Undo History" msgstr "Fortryd-historik" #: ../src/verbs.cpp:2654 msgid "View and select font family, font size and other text properties" msgstr "Vis og vælg skrifttype, skriftstørrelse og andre tekstegenskaber" #: ../src/verbs.cpp:2655 msgid "_XML Editor..." msgstr "_XML Editor..." #: ../src/verbs.cpp:2656 msgid "View and edit the XML tree of the document" msgstr "Vis og redigér dokumentets XML-træ" #: ../src/verbs.cpp:2657 msgid "_Find..." msgstr "_Søg..." #: ../src/verbs.cpp:2658 msgid "Find objects in document" msgstr "Find objekter i dokumentet" #: ../src/verbs.cpp:2659 msgid "Find and _Replace Text..." msgstr "" #: ../src/verbs.cpp:2660 #, fuzzy msgid "Find and replace text in document" msgstr "Find objekter i dokumentet" #: ../src/verbs.cpp:2662 #, fuzzy msgid "Check spelling of text in document" msgstr "Åbn et eksisterende dokument" #: ../src/verbs.cpp:2663 msgid "_Messages..." msgstr "_Beskeder..." #: ../src/verbs.cpp:2664 msgid "View debug messages" msgstr "Vis fejlretningsbeskeder" #: ../src/verbs.cpp:2665 msgid "S_cripts..." msgstr "S_cripter..." #: ../src/verbs.cpp:2666 msgid "Run scripts" msgstr "Kør scripter" #: ../src/verbs.cpp:2667 msgid "Show/Hide D_ialogs" msgstr "Vis/skjul dialoger" #: ../src/verbs.cpp:2668 msgid "Show or hide all open dialogs" msgstr "Vis eller skjul alle åbne dialoger" #: ../src/verbs.cpp:2669 msgid "Create Tiled Clones..." msgstr "Opret fliselagte kloner..." #: ../src/verbs.cpp:2670 msgid "" "Create multiple clones of selected object, arranging them into a pattern or " "scattering" msgstr "" "Opret flere kloner af de markerede objekter og arrangér dem i et mønster " "eller spredning" #: ../src/verbs.cpp:2671 #, fuzzy msgid "_Object attributes..." msgstr "_Objektegenskaber..." #: ../src/verbs.cpp:2672 #, fuzzy msgid "Edit the object attributes..." msgstr "Sæt attribut" #: ../src/verbs.cpp:2674 msgid "Edit the ID, locked and visible status, and other object properties" msgstr "Redigér id, status for låsning og synlighed og andre objektegenskaber" #. #ifdef WITH_INKBOARD #. new DialogVerb(SP_VERB_XMPP_CLIENT, "DialogXmppClient", #. N_("_Instant Messaging..."), N_("Jabber Instant Messaging Client"), NULL), #. #endif #: ../src/verbs.cpp:2679 msgid "_Input Devices..." msgstr "_Inddata-enheder..." #: ../src/verbs.cpp:2680 msgid "Configure extended input devices, such as a graphics tablet" msgstr "Indstil yderligere inddata-enheder som f.eks. en tegneplade" #: ../src/verbs.cpp:2681 msgid "_Extensions..." msgstr "_Udvidelser..." #: ../src/verbs.cpp:2682 msgid "Query information about extensions" msgstr "Forespørg information om udvidelser" #: ../src/verbs.cpp:2683 msgid "Layer_s..." msgstr "_Lag..." #: ../src/verbs.cpp:2684 msgid "View Layers" msgstr "Vis lag" #: ../src/verbs.cpp:2685 #, fuzzy msgid "Path E_ffects ..." msgstr "Effe_kter" #: ../src/verbs.cpp:2686 #, fuzzy msgid "Manage, edit, and apply path effects" msgstr "Opret et dynamisk forskudt objekt" #: ../src/verbs.cpp:2687 #, fuzzy msgid "Filter _Editor..." msgstr "_XML Editor..." #: ../src/verbs.cpp:2688 msgid "Manage, edit, and apply SVG filters" msgstr "" #: ../src/verbs.cpp:2689 #, fuzzy msgid "SVG Font Editor..." msgstr "_XML Editor..." #: ../src/verbs.cpp:2690 msgid "Edit SVG fonts" msgstr "" #: ../src/verbs.cpp:2691 #, fuzzy msgid "Print Colors..." msgstr "_Udskriv..." #: ../src/verbs.cpp:2692 msgid "" "Select which color separations to render in Print Colors Preview rendermode" msgstr "" #. Help #: ../src/verbs.cpp:2697 msgid "About E_xtensions" msgstr "Om _udvidelser" #: ../src/verbs.cpp:2698 msgid "Information on Inkscape extensions" msgstr "Information til Inkscape-udvidelser" #: ../src/verbs.cpp:2699 msgid "About _Memory" msgstr "Om _hukommelse" #: ../src/verbs.cpp:2700 msgid "Memory usage information" msgstr "Information om hukommelsesforbrug" #: ../src/verbs.cpp:2701 msgid "_About Inkscape" msgstr "_Om Inkscape" #: ../src/verbs.cpp:2702 msgid "Inkscape version, authors, license" msgstr "Inkscape version, forfattere, license" #. new HelpVerb(SP_VERB_SHOW_LICENSE, "ShowLicense", N_("_License"), #. N_("Distribution terms"), /*"show_license"*/"inkscape_options"), #. Tutorials #: ../src/verbs.cpp:2707 msgid "Inkscape: _Basic" msgstr "Inkscape: Grundlæggende" #: ../src/verbs.cpp:2708 msgid "Getting started with Inkscape" msgstr "Kom igang med Inkscape" #. "tutorial_basic" #: ../src/verbs.cpp:2709 msgid "Inkscape: _Shapes" msgstr "Inkscape: _Figurer" #: ../src/verbs.cpp:2710 msgid "Using shape tools to create and edit shapes" msgstr "Brug af figurværktøjet til at oprette og redigere figurer" #: ../src/verbs.cpp:2711 msgid "Inkscape: _Advanced" msgstr "Inkscap: _Avanceret" #: ../src/verbs.cpp:2712 msgid "Advanced Inkscape topics" msgstr "Avancerede emner om Inkscape" #. "tutorial_advanced" #. TRANSLATORS: "to trace" means "to convert a bitmap to vector graphics" (to vectorize) #: ../src/verbs.cpp:2714 msgid "Inkscape: T_racing" msgstr "Inkscape: S_poring" #: ../src/verbs.cpp:2715 msgid "Using bitmap tracing" msgstr "Brug af sporing på billeder" #. "tutorial_tracing" #: ../src/verbs.cpp:2716 msgid "Inkscape: _Calligraphy" msgstr "Inkscape: _Kalligrafi" #: ../src/verbs.cpp:2717 msgid "Using the Calligraphy pen tool" msgstr "Brug af kalligrafipennen" #: ../src/verbs.cpp:2718 #, fuzzy msgid "Inkscape: _Interpolate" msgstr "Inkscape: _Figurer" #: ../src/verbs.cpp:2719 msgid "Using the interpolate extension" msgstr "" #. "tutorial_interpolate" #: ../src/verbs.cpp:2720 msgid "_Elements of Design" msgstr "_Designelementer" #: ../src/verbs.cpp:2721 msgid "Principles of design in the tutorial form" msgstr "Designprincipper i gennemgangsform" #. "tutorial_design" #: ../src/verbs.cpp:2722 msgid "_Tips and Tricks" msgstr "_Vink og trick" #: ../src/verbs.cpp:2723 msgid "Miscellaneous tips and tricks" msgstr "Forskellige vink og trick" #. "tutorial_tips" #. Effect -- renamed Extension #: ../src/verbs.cpp:2726 #, fuzzy msgid "Previous Exte_nsion" msgstr "Om _udvidelser" #: ../src/verbs.cpp:2727 #, fuzzy msgid "Repeat the last extension with the same settings" msgstr "Gentag den sidst brugte effekt med de samme indstillinger" #: ../src/verbs.cpp:2728 #, fuzzy msgid "_Previous Extension Settings..." msgstr "Forrige effektopsætning..." #: ../src/verbs.cpp:2729 #, fuzzy msgid "Repeat the last extension with new settings" msgstr "Gentag den sidst brugte effekt med nye indstillinger" #: ../src/verbs.cpp:2733 msgid "Fit the page to the current selection" msgstr "Tilpas side til den aktuelle markering" #: ../src/verbs.cpp:2735 msgid "Fit the page to the drawing" msgstr "Tilpas siden til tegningen" #: ../src/verbs.cpp:2737 msgid "" "Fit the page to the current selection or the drawing if there is no selection" msgstr "" "Tilpas siden til den aktuelle markering, eller til tegningen hvis der ingen " "markering er" #. LockAndHide #: ../src/verbs.cpp:2739 #, fuzzy msgid "Unlock All" msgstr "Sænk lag" #: ../src/verbs.cpp:2741 #, fuzzy msgid "Unlock All in All Layers" msgstr "Markér alle i alle la_g" #: ../src/verbs.cpp:2743 #, fuzzy msgid "Unhide All" msgstr "Hæv lag" #: ../src/verbs.cpp:2745 #, fuzzy msgid "Unhide All in All Layers" msgstr "Markér alle i alle la_g" #: ../src/verbs.cpp:2749 msgid "Link an ICC color profile" msgstr "" #: ../src/verbs.cpp:2750 #, fuzzy msgid "Remove Color Profile" msgstr "Fjern udfyldning" #: ../src/verbs.cpp:2751 msgid "Remove a linked ICC color profile" msgstr "" #: ../src/widgets/dash-selector.cpp:58 msgid "Dash pattern" msgstr "Stiplet mønster" #: ../src/widgets/dash-selector.cpp:67 msgid "Pattern offset" msgstr "Mønsterforskydning" #: ../src/widgets/desktop-widget.cpp:430 msgid "Zoom drawing if window size changes" msgstr "Zoom ind på tegning, hvis vinduesstørrelsen ændres" #: ../src/widgets/desktop-widget.cpp:552 msgid "Cursor coordinates" msgstr "Markørkoordinater" #: ../src/widgets/desktop-widget.cpp:567 msgid "Z:" msgstr "" #. display the initial welcome message in the statusbar #: ../src/widgets/desktop-widget.cpp:600 msgid "" "Welcome to Inkscape! Use shape or freehand tools to create objects; " "use selector (arrow) to move or transform them." msgstr "" "Velkommen til Inkscape! Benyt figur eller frihåndsværktøjer til at " "oprette objekter; brug markeringsværktøjet til at flytte eller transformere " "dem." #: ../src/widgets/desktop-widget.cpp:703 #, fuzzy, c-format msgid "%s%s: %d (outline%s) - Inkscape" msgstr "%s: %d - Inkscape" #: ../src/widgets/desktop-widget.cpp:705 #, fuzzy, c-format msgid "%s%s: %d (no filters%s) - Inkscape" msgstr "%s: %d - Inkscape" #: ../src/widgets/desktop-widget.cpp:707 #, fuzzy, c-format msgid "%s%s: %d %s- Inkscape" msgstr "%s: %d - Inkscape" #: ../src/widgets/desktop-widget.cpp:711 #, fuzzy, c-format msgid "%s%s (outline%s) - Inkscape" msgstr "%s - Inkscape" #: ../src/widgets/desktop-widget.cpp:713 #, fuzzy, c-format msgid "%s%s (no filters%s) - Inkscape" msgstr "%s - Inkscape" #: ../src/widgets/desktop-widget.cpp:715 #, fuzzy, c-format msgid "%s%s %s- Inkscape" msgstr "%s - Inkscape" #: ../src/widgets/desktop-widget.cpp:882 #, fuzzy msgid "Color-managed display is enabled in this window" msgstr "Luk dette dokumentvindue" #: ../src/widgets/desktop-widget.cpp:884 #, fuzzy msgid "Color-managed display is disabled in this window" msgstr "Luk dette dokumentvindue" #: ../src/widgets/desktop-widget.cpp:939 #, c-format msgid "" "Save changes to document \"%s\" before " "closing?\n" "\n" "If you close without saving, your changes will be discarded." msgstr "" "Gem ændringer til dokumentet \"%s\" " "før lukning?\n" "\n" "Hvis du lukker uden at gemme, mister du dine ændringer." #: ../src/widgets/desktop-widget.cpp:946 #: ../src/widgets/desktop-widget.cpp:1002 msgid "Close _without saving" msgstr "Luk _uden at gemme" #: ../src/widgets/desktop-widget.cpp:995 #, fuzzy, c-format msgid "" "The file \"%s\" was saved with a " "format that may cause data loss!\n" "\n" "Do you want to save this file as Inkscape SVG?" msgstr "" "Filen \"%s\" blev gemt i et format " "(%s) der kan medføre tab af data!\n" "\n" "Vil du gemme denne fil i et andet format?" #: ../src/widgets/desktop-widget.cpp:1005 #, fuzzy msgid "_Save as Inkscape SVG" msgstr "%s - Inkscape" #: ../src/widgets/desktop-widget.cpp:1214 msgid "Note:" msgstr "" #: ../src/widgets/ege-paint-def.cpp:67 ../src/widgets/ege-paint-def.cpp:91 #: ../src/widgets/gradient-selector.cpp:176 #: ../src/widgets/gradient-selector.cpp:181 #: ../src/widgets/gradient-toolbar.cpp:1166 msgid "none" msgstr "ingen" #: ../src/widgets/ege-paint-def.cpp:88 #, fuzzy msgid "remove" msgstr "Fjern" #: ../src/widgets/fill-style.cpp:342 #, fuzzy msgid "Change fill rule" msgstr "Gør udfyldning uigennemsigtig" #: ../src/widgets/fill-style.cpp:427 ../src/widgets/fill-style.cpp:506 #, fuzzy msgid "Set fill color" msgstr "Sidste valgte farve" #: ../src/widgets/fill-style.cpp:427 ../src/widgets/fill-style.cpp:506 #, fuzzy msgid "Set stroke color" msgstr "Sidste valgte farve" #: ../src/widgets/fill-style.cpp:601 #, fuzzy msgid "Set gradient on fill" msgstr "Opret overgang i udfyldning" #: ../src/widgets/fill-style.cpp:601 #, fuzzy msgid "Set gradient on stroke" msgstr "Opret overgang i streg" #: ../src/widgets/fill-style.cpp:661 #, fuzzy msgid "Set pattern on fill" msgstr "Mønsterudfyldning" #: ../src/widgets/fill-style.cpp:662 #, fuzzy msgid "Set pattern on stroke" msgstr "Mønsterstreg" #. Family frame #: ../src/widgets/font-selector.cpp:144 msgid "Font family" msgstr "Skrifttype" #. Style frame #: ../src/widgets/font-selector.cpp:175 #, fuzzy msgctxt "Font selector" msgid "Style" msgstr "Stil" #: ../src/widgets/font-selector.cpp:229 ../src/widgets/toolbox.cpp:7791 #, fuzzy msgid "Font size (px)" msgstr "Skriftstørrelse" #: ../src/widgets/font-selector.cpp:234 ../share/extensions/dots.inx.h:2 msgid "Font size:" msgstr "Skrifttypestørrelse:" #: ../src/widgets/gradient-selector.cpp:177 #: ../src/widgets/gradient-selector.cpp:182 #: ../src/widgets/gradient-toolbar.cpp:1169 msgid "reflected" msgstr "reflekteret" #: ../src/widgets/gradient-selector.cpp:178 #: ../src/widgets/gradient-selector.cpp:183 #: ../src/widgets/gradient-toolbar.cpp:1172 msgid "direct" msgstr "direkte" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/pservers.html#LinearGradientSpreadMethodAttribute #: ../src/widgets/gradient-selector.cpp:191 #: ../src/widgets/gradient-toolbar.cpp:1176 msgid "" "Whether to fill with flat color beyond the ends of the gradient vector " "(spreadMethod=\"pad\"), or repeat the gradient in the same direction " "(spreadMethod=\"repeat\"), or repeat the gradient in alternating opposite " "directions (spreadMethod=\"reflect\")" msgstr "" "Om der skal udfyldes med enkelt farve udover enderne af overgangsvektoren " "(spreadMethod=\"pad\"), eller gentag overgangen i samme retning " "(spreadMethod=\"repeat\"), eller gentag overgangen i skiftende retninger " "(spreadMethod=\"reflect\")" #: ../src/widgets/gradient-selector.cpp:199 #: ../src/widgets/gradient-toolbar.cpp:1181 msgid "Repeat:" msgstr "Gentag:" #: ../src/widgets/gradient-toolbar.cpp:182 #: ../src/widgets/gradient-toolbar.cpp:196 #: ../src/widgets/gradient-toolbar.cpp:814 #: ../src/widgets/gradient-toolbar.cpp:1148 #: ../src/widgets/gradient-toolbar.cpp:1195 #, fuzzy msgid "No gradient" msgstr "Flyt knudepunkts-håndtag" #: ../src/widgets/gradient-toolbar.cpp:203 #, fuzzy msgid "Multiple gradients" msgstr "Flyt knudepunkts-håndtag" #: ../src/widgets/gradient-toolbar.cpp:734 #, fuzzy msgid "Multiple stops" msgstr "Flere stilarter" #: ../src/widgets/gradient-toolbar.cpp:832 #: ../src/widgets/gradient-vector.cpp:566 msgid "No stops in gradient" msgstr "Ingen stop i overgange" #: ../src/widgets/gradient-toolbar.cpp:983 #, fuzzy msgid "Assign gradient to object" msgstr "Justér og fordel objekter" #: ../src/widgets/gradient-toolbar.cpp:1005 #, fuzzy msgid "Set gradient repeat" msgstr "Opret overgang i streg" #: ../src/widgets/gradient-toolbar.cpp:1043 #: ../src/widgets/gradient-vector.cpp:677 #, fuzzy msgid "Change gradient stop offset" msgstr "Streg med lineær overgang" #: ../src/widgets/gradient-toolbar.cpp:1087 #, fuzzy msgid "linear" msgstr "Linje" #: ../src/widgets/gradient-toolbar.cpp:1087 msgid "Create linear gradient" msgstr "Opret lineær overgang" #: ../src/widgets/gradient-toolbar.cpp:1091 msgid "radial" msgstr "" #: ../src/widgets/gradient-toolbar.cpp:1091 msgid "Create radial (elliptic or circular) gradient" msgstr "Opret radiær (elliptisk eller cirkulær) overgang" #: ../src/widgets/gradient-toolbar.cpp:1094 msgid "New:" msgstr "" #: ../src/widgets/gradient-toolbar.cpp:1117 #, fuzzy msgid "fill" msgstr "Vandret forskudt" #: ../src/widgets/gradient-toolbar.cpp:1117 msgid "Create gradient in the fill" msgstr "Opret overgang i udfyldning" #: ../src/widgets/gradient-toolbar.cpp:1121 #, fuzzy msgid "stroke" msgstr "Bredde på streg" #: ../src/widgets/gradient-toolbar.cpp:1121 msgid "Create gradient in the stroke" msgstr "Opret overgang i streg" #: ../src/widgets/gradient-toolbar.cpp:1124 #, fuzzy msgid "on:" msgstr "til" #: ../src/widgets/gradient-toolbar.cpp:1151 #, fuzzy msgid "Select:" msgstr "Vælg" #: ../src/widgets/gradient-toolbar.cpp:1174 #, fuzzy msgid "Repeat" msgstr "Gentag:" #: ../src/widgets/gradient-toolbar.cpp:1197 #, fuzzy msgid "Stops" msgstr "_Sæt" #: ../src/widgets/gradient-toolbar.cpp:1197 #, fuzzy msgid "Select a stop for the current gradient" msgstr "Redigér overgangens stop" #: ../src/widgets/gradient-toolbar.cpp:1198 #, fuzzy msgid "Edit:" msgstr "_Redigér" #: ../src/widgets/gradient-toolbar.cpp:1210 #, fuzzy msgid "Offset of selected stop" msgstr "Skub markerede stier ud" #: ../src/widgets/gradient-toolbar.cpp:1227 #: ../src/widgets/gradient-toolbar.cpp:1228 #, fuzzy msgid "Insert new stop" msgstr "Indryk knudepunkt" #: ../src/widgets/gradient-toolbar.cpp:1241 #: ../src/widgets/gradient-toolbar.cpp:1242 #: ../src/widgets/gradient-vector.cpp:845 msgid "Delete stop" msgstr "Slet stop" #: ../src/widgets/gradient-toolbar.cpp:1255 #, fuzzy msgid "Reverse" msgstr "_Skift retning" #: ../src/widgets/gradient-toolbar.cpp:1256 #, fuzzy msgid "Reverse the direction of the gradient" msgstr "Redigér overgangens stop" #: ../src/widgets/gradient-vector.cpp:295 #: ../src/widgets/paint-selector.cpp:946 msgid "No document selected" msgstr "Intet dokument valgt" #: ../src/widgets/gradient-vector.cpp:300 msgid "No gradients in document" msgstr "Ingen overgange i dokumentet" #: ../src/widgets/gradient-vector.cpp:305 msgid "No gradient selected" msgstr "Ingen overgange markeret" #. TRANSLATORS: "Stop" means: a "phase" of a gradient #: ../src/widgets/gradient-vector.cpp:840 msgid "Add stop" msgstr "Tilføj stop" #: ../src/widgets/gradient-vector.cpp:843 msgid "Add another control stop to gradient" msgstr "Tilføj endnu et kontrolstop til overgangen" #: ../src/widgets/gradient-vector.cpp:848 msgid "Delete current control stop from gradient" msgstr "Slet aktuelle kontrolstop fra gradienten" #. TRANSLATORS: "Stop" means: a "phase" of a gradient #: ../src/widgets/gradient-vector.cpp:916 msgid "Stop Color" msgstr "Stopfarve" #: ../src/widgets/gradient-vector.cpp:946 msgid "Gradient editor" msgstr "Overgangseditor" #: ../src/widgets/gradient-vector.cpp:1239 #, fuzzy msgid "Change gradient stop color" msgstr "Streg med lineær overgang" #: ../src/widgets/paint-selector.cpp:231 msgid "No paint" msgstr "Ingen farve" #: ../src/widgets/paint-selector.cpp:233 msgid "Flat color" msgstr "Enkel farve" #: ../src/widgets/paint-selector.cpp:235 msgid "Linear gradient" msgstr "Lineær overgang" #: ../src/widgets/paint-selector.cpp:237 msgid "Radial gradient" msgstr "Radial overgang" #: ../src/widgets/paint-selector.cpp:241 #, fuzzy msgid "Swatch" msgstr "Sæt" #: ../src/widgets/paint-selector.cpp:243 msgid "Unset paint (make it undefined so it can be inherited)" msgstr "Fjern maling (gør det udefineret så det kan arves)" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/painting.html#FillRuleProperty #: ../src/widgets/paint-selector.cpp:260 msgid "" "Any path self-intersections or subpaths create holes in the fill (fill-rule: " "evenodd)" msgstr "" "Hvis stien eller understier krydser sig selv, laves huller i udfyldningen " "(fyld-regel: evenodd)" #. TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/painting.html#FillRuleProperty #: ../src/widgets/paint-selector.cpp:271 msgid "" "Fill is solid unless a subpath is counterdirectional (fill-rule: nonzero)" msgstr "" "Udfyldning er ubrudt, med mindre en understi er modsat rettet (fyld-regel: " "nonzero)" #: ../src/widgets/paint-selector.cpp:603 #, fuzzy msgid "No objects" msgstr "Hæng _knudepunkter på objekter" #: ../src/widgets/paint-selector.cpp:614 #, fuzzy msgid "Multiple styles" msgstr "Flere stilarter" #: ../src/widgets/paint-selector.cpp:625 #, fuzzy msgid "Paint is undefined" msgstr "Maling ikke defineret" #: ../src/widgets/paint-selector.cpp:636 #, fuzzy msgid "No paint" msgstr "Uigennemsigtighed" #: ../src/widgets/paint-selector.cpp:707 #, fuzzy msgid "Flat color" msgstr "Enkel farve" #. sp_gradient_selector_set_mode(SP_GRADIENT_SELECTOR(gsel), SP_GRADIENT_SELECTOR_MODE_LINEAR); #: ../src/widgets/paint-selector.cpp:771 #, fuzzy msgid "Linear gradient" msgstr "Lineær overgang" #: ../src/widgets/paint-selector.cpp:774 #, fuzzy msgid "Radial gradient" msgstr "Radial overgang" #: ../src/widgets/paint-selector.cpp:1061 #, fuzzy msgid "" "Use the Node tool to adjust position, scale, and rotation of the " "pattern on canvas. Use Object > Pattern > Objects to Pattern to " "create a new pattern from selection." msgstr "" "Benyt objekt > mønster > objekter til mønster for at oprette et " "nyt mønster ud fra markeringen" #: ../src/widgets/paint-selector.cpp:1074 #, fuzzy msgid "Pattern fill" msgstr "Mønsterudfyldning" #: ../src/widgets/paint-selector.cpp:1149 #, fuzzy msgid "Swatch fill" msgstr "Uindfattet udfyldning" #: ../src/widgets/select-toolbar.cpp:262 #, fuzzy msgid "Transform by toolbar" msgstr "Transformér mønstre" #: ../src/widgets/select-toolbar.cpp:335 msgid "Now stroke width is scaled when objects are scaled." msgstr "Stregbredden skaleres når objekter skaleres." #: ../src/widgets/select-toolbar.cpp:337 msgid "Now stroke width is not scaled when objects are scaled." msgstr "Stregbredden skaleres ikke når objekter skaleres." #: ../src/widgets/select-toolbar.cpp:348 msgid "" "Now rounded rectangle corners are scaled when rectangles are " "scaled." msgstr "" "Afrundede hjørner i firkanter skaleres når firkanter skaleres." #: ../src/widgets/select-toolbar.cpp:350 msgid "" "Now rounded rectangle corners are not scaled when rectangles " "are scaled." msgstr "" "Afrundede hjørner i firkanter skaleres ikke når firkanter " "skaleres." #: ../src/widgets/select-toolbar.cpp:361 msgid "" "Now gradients are transformed along with their objects when " "those are transformed (moved, scaled, rotated, or skewed)." msgstr "" "Overgange tranformeres sammen med deres objekter, når objekter " "transformeres (flyttes, skaleres, roteres eller vrides)." #: ../src/widgets/select-toolbar.cpp:363 msgid "" "Now gradients remain fixed when objects are transformed " "(moved, scaled, rotated, or skewed)." msgstr "" "Overgange forbliver fikseret når objekter transformeres " "(flyttes, skaleres, roteres eller vrides)." #: ../src/widgets/select-toolbar.cpp:374 msgid "" "Now patterns are transformed along with their objects when " "those are transformed (moved, scaled, rotated, or skewed)." msgstr "" "Mønstre tranformeres sammen med deres objekter, når objekter " "transformeres (flyttes, skaleres, roteres eller vrides)." #: ../src/widgets/select-toolbar.cpp:376 msgid "" "Now patterns remain fixed when objects are transformed (moved, " "scaled, rotated, or skewed)." msgstr "" "Mønstre forbliver fikseret når objekter transformeres " "(flyttes, skaleres, roteres eller vrides)." #. four spinbuttons #: ../src/widgets/select-toolbar.cpp:494 #, fuzzy msgctxt "Select toolbar" msgid "X position" msgstr "Placering:" #: ../src/widgets/select-toolbar.cpp:494 #, fuzzy msgctxt "Select toolbar" msgid "X:" msgstr "X:" #: ../src/widgets/select-toolbar.cpp:496 msgid "Horizontal coordinate of selection" msgstr "Vandret koordinat af markeringen" #: ../src/widgets/select-toolbar.cpp:500 #, fuzzy msgctxt "Select toolbar" msgid "Y position" msgstr "Placering:" #: ../src/widgets/select-toolbar.cpp:500 #, fuzzy msgctxt "Select toolbar" msgid "Y:" msgstr "Y:" #: ../src/widgets/select-toolbar.cpp:502 msgid "Vertical coordinate of selection" msgstr "Lodret koordinat af markeringen" #: ../src/widgets/select-toolbar.cpp:506 #, fuzzy msgctxt "Select toolbar" msgid "Width" msgstr "Bredde:" #: ../src/widgets/select-toolbar.cpp:506 #, fuzzy msgctxt "Select toolbar" msgid "W:" msgstr "B:" #: ../src/widgets/select-toolbar.cpp:508 msgid "Width of selection" msgstr "Bredde på markering" #: ../src/widgets/select-toolbar.cpp:515 #, fuzzy msgid "Lock width and height" msgstr "Bredde, højde: " #: ../src/widgets/select-toolbar.cpp:516 msgid "When locked, change both width and height by the same proportion" msgstr "Når låst, ændr både bredde og højde med samme andel" #: ../src/widgets/select-toolbar.cpp:525 #, fuzzy msgctxt "Select toolbar" msgid "Height" msgstr "Højde:" #: ../src/widgets/select-toolbar.cpp:525 #, fuzzy msgctxt "Select toolbar" msgid "H:" msgstr "H:" #: ../src/widgets/select-toolbar.cpp:527 msgid "Height of selection" msgstr "Højde på markering" #: ../src/widgets/select-toolbar.cpp:577 #, fuzzy msgid "Scale rounded corners" msgstr "Skalér afrundede hjørner i firkanter" #: ../src/widgets/select-toolbar.cpp:588 #, fuzzy msgid "Move gradients" msgstr "Flyt knudepunkts-håndtag" #: ../src/widgets/select-toolbar.cpp:599 #, fuzzy msgid "Move patterns" msgstr "Mønster" #: ../src/widgets/sp-attribute-widget.cpp:267 msgid "Set attribute" msgstr "Sæt attribut" #: ../src/widgets/sp-color-icc-selector.cpp:106 msgid "CMS" msgstr "" #: ../src/widgets/sp-color-icc-selector.cpp:217 #: ../src/widgets/sp-color-scales.cpp:403 #, fuzzy msgid "_R:" msgstr "_R" #: ../src/widgets/sp-color-icc-selector.cpp:217 #: ../src/widgets/sp-color-icc-selector.cpp:218 #: ../src/widgets/sp-color-scales.cpp:406 #, fuzzy msgid "_G:" msgstr "_G" #: ../src/widgets/sp-color-icc-selector.cpp:217 #: ../src/widgets/sp-color-scales.cpp:409 #, fuzzy msgid "_B:" msgstr "_B" #: ../src/widgets/sp-color-icc-selector.cpp:219 #: ../src/widgets/sp-color-icc-selector.cpp:220 #: ../src/widgets/sp-color-scales.cpp:429 #, fuzzy msgid "_H:" msgstr "_H" #: ../src/widgets/sp-color-icc-selector.cpp:219 #: ../src/widgets/sp-color-icc-selector.cpp:220 #: ../src/widgets/sp-color-scales.cpp:432 #, fuzzy msgid "_S:" msgstr "_S" #: ../src/widgets/sp-color-icc-selector.cpp:220 #: ../src/widgets/sp-color-scales.cpp:435 #, fuzzy msgid "_L:" msgstr "_L" #: ../src/widgets/sp-color-icc-selector.cpp:221 #: ../src/widgets/sp-color-icc-selector.cpp:222 #: ../src/widgets/sp-color-scales.cpp:457 #, fuzzy msgid "_C:" msgstr "_C" #: ../src/widgets/sp-color-icc-selector.cpp:221 #: ../src/widgets/sp-color-icc-selector.cpp:222 #: ../src/widgets/sp-color-scales.cpp:460 #, fuzzy msgid "_M:" msgstr "_M" #: ../src/widgets/sp-color-icc-selector.cpp:221 #: ../src/widgets/sp-color-scales.cpp:466 #, fuzzy msgid "_K:" msgstr "_K" #: ../src/widgets/sp-color-icc-selector.cpp:232 #, fuzzy msgid "Gray" msgstr "Ombryd" #: ../src/widgets/sp-color-icc-selector.cpp:235 #: ../src/widgets/sp-color-icc-selector.cpp:236 #: ../src/widgets/sp-color-scales.cpp:458 #: ../src/widgets/sp-color-scales.cpp:459 msgid "Cyan" msgstr "Cyan" #: ../src/widgets/sp-color-icc-selector.cpp:235 #: ../src/widgets/sp-color-icc-selector.cpp:236 #: ../src/widgets/sp-color-scales.cpp:461 #: ../src/widgets/sp-color-scales.cpp:462 msgid "Magenta" msgstr "Magenta" #: ../src/widgets/sp-color-icc-selector.cpp:235 #: ../src/widgets/sp-color-icc-selector.cpp:236 #: ../src/widgets/sp-color-scales.cpp:464 #: ../src/widgets/sp-color-scales.cpp:465 msgid "Yellow" msgstr "Gul" #: ../src/widgets/sp-color-icc-selector.cpp:297 msgid "Fix" msgstr "" #: ../src/widgets/sp-color-icc-selector.cpp:300 msgid "Fix RGB fallback to match icc-color() value." msgstr "" #. Label #: ../src/widgets/sp-color-icc-selector.cpp:386 #: ../src/widgets/sp-color-scales.cpp:412 #: ../src/widgets/sp-color-scales.cpp:438 #: ../src/widgets/sp-color-scales.cpp:469 #: ../src/widgets/sp-color-wheel-selector.cpp:171 #, fuzzy msgid "_A:" msgstr "_A" #: ../src/widgets/sp-color-icc-selector.cpp:396 #: ../src/widgets/sp-color-icc-selector.cpp:408 #: ../src/widgets/sp-color-scales.cpp:413 #: ../src/widgets/sp-color-scales.cpp:414 #: ../src/widgets/sp-color-scales.cpp:439 #: ../src/widgets/sp-color-scales.cpp:440 #: ../src/widgets/sp-color-scales.cpp:470 #: ../src/widgets/sp-color-scales.cpp:471 #: ../src/widgets/sp-color-wheel-selector.cpp:181 #: ../src/widgets/sp-color-wheel-selector.cpp:193 msgid "Alpha (opacity)" msgstr "Alfa (uigennemsigtighed)" #: ../src/widgets/sp-color-notebook.cpp:338 #, fuzzy msgid "Color Managed" msgstr "Farve på sidekant" #: ../src/widgets/sp-color-notebook.cpp:345 msgid "Out of gamut!" msgstr "" #: ../src/widgets/sp-color-notebook.cpp:352 #, fuzzy msgid "Too much ink!" msgstr "Forstør" #. Create RGBA entry and color preview #: ../src/widgets/sp-color-notebook.cpp:359 msgid "RGBA_:" msgstr "RGBA_:" #: ../src/widgets/sp-color-notebook.cpp:367 msgid "Hexadecimal RGBA value of the color" msgstr "Farvens hexadecimale RGBA-værdi" #: ../src/widgets/sp-color-scales.cpp:80 msgid "RGB" msgstr "RGB" #: ../src/widgets/sp-color-scales.cpp:80 msgid "HSL" msgstr "HSL" #: ../src/widgets/sp-color-scales.cpp:80 msgid "CMYK" msgstr "CMYK" #: ../src/widgets/sp-color-selector.cpp:64 msgid "Unnamed" msgstr "Unavngivet" #: ../src/widgets/sp-color-wheel-selector.cpp:59 msgid "Wheel" msgstr "Hjul" #: ../src/widgets/sp-xmlview-attr-list.cpp:62 msgid "Value" msgstr "Værdi" #: ../src/widgets/sp-xmlview-content.cpp:172 msgid "Type text in a text node" msgstr "" #: ../src/widgets/stroke-style.cpp:193 #, fuzzy msgid "Set markers" msgstr "Vælg maske" #: ../src/widgets/stroke-style.cpp:333 msgid "Stroke width" msgstr "Bredde på streg" #: ../src/widgets/stroke-style.cpp:335 #, fuzzy msgctxt "Stroke width" msgid "_Width:" msgstr "_Bredde:" #. Join type #. TRANSLATORS: The line join style specifies the shape to be used at the #. corners of paths. It can be "miter", "round" or "bevel". #: ../src/widgets/stroke-style.cpp:358 msgid "Join:" msgstr "Samling:" #. TRANSLATORS: Miter join: joining lines with a sharp (pointed) corner. #. For an example, draw a triangle with a large stroke width and modify the #. "Join" option (in the Fill and Stroke dialog). #: ../src/widgets/stroke-style.cpp:370 msgid "Miter join" msgstr "Hjørnesamling" #. TRANSLATORS: Round join: joining lines with a rounded corner. #. For an example, draw a triangle with a large stroke width and modify the #. "Join" option (in the Fill and Stroke dialog). #: ../src/widgets/stroke-style.cpp:380 msgid "Round join" msgstr "Rund samling" #. TRANSLATORS: Bevel join: joining lines with a blunted (flattened) corner. #. For an example, draw a triangle with a large stroke width and modify the #. "Join" option (in the Fill and Stroke dialog). #: ../src/widgets/stroke-style.cpp:390 msgid "Bevel join" msgstr "Kantet samling" #: ../src/widgets/stroke-style.cpp:410 msgid "Maximum length of the miter (in units of stroke width)" msgstr "Maksimal længde af hjørne (i stregbredde-enheder)" #: ../src/widgets/stroke-style.cpp:412 #, fuzzy msgid "Miter _limit:" msgstr "Hjørneafgrænsning:" #. Cap type #. TRANSLATORS: cap type specifies the shape for the ends of lines #. spw_label(t, _("_Cap:"), 0, i); #: ../src/widgets/stroke-style.cpp:424 msgid "Cap:" msgstr "Ende:" #. TRANSLATORS: Butt cap: the line shape does not extend beyond the end point #. of the line; the ends of the line are square #: ../src/widgets/stroke-style.cpp:436 msgid "Butt cap" msgstr "Afkortet ende" #. TRANSLATORS: Round cap: the line shape extends beyond the end point of the #. line; the ends of the line are rounded #: ../src/widgets/stroke-style.cpp:444 msgid "Round cap" msgstr "Afrundet ende" #. TRANSLATORS: Square cap: the line shape extends beyond the end point of the #. line; the ends of the line are square #: ../src/widgets/stroke-style.cpp:452 msgid "Square cap" msgstr "Kantet ende" #. Dash #: ../src/widgets/stroke-style.cpp:458 msgid "Dashes:" msgstr "Stiplet linje:" #: ../src/widgets/stroke-style.cpp:476 #, fuzzy msgid "_Start Markers:" msgstr "Startmarkører:" #: ../src/widgets/stroke-style.cpp:477 msgid "Start Markers are drawn on the first node of a path or shape" msgstr "" #: ../src/widgets/stroke-style.cpp:487 #, fuzzy msgid "_Mid Markers:" msgstr "Midtermarkører:" #: ../src/widgets/stroke-style.cpp:488 msgid "" "Mid Markers are drawn on every node of a path or shape except the first and " "last nodes" msgstr "" #: ../src/widgets/stroke-style.cpp:498 #, fuzzy msgid "_End Markers:" msgstr "Endemarkører:" #: ../src/widgets/stroke-style.cpp:499 msgid "End Markers are drawn on the last node of a path or shape" msgstr "" #: ../src/widgets/stroke-style.cpp:851 ../src/widgets/stroke-style.cpp:948 #, fuzzy msgid "Set stroke style" msgstr "Stregst_il" #: ../src/widgets/swatch-selector.cpp:140 #, fuzzy msgid "Change swatch color" msgstr "Streg med lineær overgang" #: ../src/widgets/toolbox.cpp:215 msgid "Color/opacity used for color tweaking" msgstr "" #: ../src/widgets/toolbox.cpp:223 msgid "Style of new stars" msgstr "" #: ../src/widgets/toolbox.cpp:225 #, fuzzy msgid "Style of new rectangles" msgstr "Højde på rektangel" #: ../src/widgets/toolbox.cpp:227 #, fuzzy msgid "Style of new 3D boxes" msgstr "Højde på rektangel" #: ../src/widgets/toolbox.cpp:229 msgid "Style of new ellipses" msgstr "" #: ../src/widgets/toolbox.cpp:231 msgid "Style of new spirals" msgstr "" #: ../src/widgets/toolbox.cpp:233 msgid "Style of new paths created by Pencil" msgstr "" #: ../src/widgets/toolbox.cpp:235 msgid "Style of new paths created by Pen" msgstr "" #: ../src/widgets/toolbox.cpp:237 #, fuzzy msgid "Style of new calligraphic strokes" msgstr "Tegn kalligrafi" #: ../src/widgets/toolbox.cpp:239 ../src/widgets/toolbox.cpp:241 msgid "TBD" msgstr "" #: ../src/widgets/toolbox.cpp:251 msgid "Style of Paint Bucket fill objects" msgstr "" #: ../src/widgets/toolbox.cpp:1453 #, fuzzy msgid "Insert node" msgstr "Indryk knudepunkt" #: ../src/widgets/toolbox.cpp:1454 msgid "Insert new nodes into selected segments" msgstr "Indsæt nye knudepunkter i markerede linjestykker" #: ../src/widgets/toolbox.cpp:1457 #, fuzzy msgid "Insert" msgstr "Invertér" #: ../src/widgets/toolbox.cpp:1468 #, fuzzy msgid "Insert node at min X" msgstr "Indryk knudepunkt" #: ../src/widgets/toolbox.cpp:1469 #, fuzzy msgid "Insert new nodes at min X into selected segments" msgstr "Indsæt nye knudepunkter i markerede linjestykker" #: ../src/widgets/toolbox.cpp:1472 #, fuzzy msgid "Insert min X" msgstr "Indryk knudepunkt" #: ../src/widgets/toolbox.cpp:1478 #, fuzzy msgid "Insert node at max X" msgstr "Indryk knudepunkt" #: ../src/widgets/toolbox.cpp:1479 #, fuzzy msgid "Insert new nodes at max X into selected segments" msgstr "Indsæt nye knudepunkter i markerede linjestykker" #: ../src/widgets/toolbox.cpp:1482 #, fuzzy msgid "Insert max X" msgstr "Invertér" #: ../src/widgets/toolbox.cpp:1488 #, fuzzy msgid "Insert node at min Y" msgstr "Indryk knudepunkt" #: ../src/widgets/toolbox.cpp:1489 #, fuzzy msgid "Insert new nodes at min Y into selected segments" msgstr "Indsæt nye knudepunkter i markerede linjestykker" #: ../src/widgets/toolbox.cpp:1492 #, fuzzy msgid "Insert min Y" msgstr "Indryk knudepunkt" #: ../src/widgets/toolbox.cpp:1498 #, fuzzy msgid "Insert node at max Y" msgstr "Indryk knudepunkt" #: ../src/widgets/toolbox.cpp:1499 #, fuzzy msgid "Insert new nodes at max Y into selected segments" msgstr "Indsæt nye knudepunkter i markerede linjestykker" #: ../src/widgets/toolbox.cpp:1502 #, fuzzy msgid "Insert max Y" msgstr "Invertér" #: ../src/widgets/toolbox.cpp:1510 msgid "Delete selected nodes" msgstr "Slet valgte knuder" #: ../src/widgets/toolbox.cpp:1521 #, fuzzy msgid "Join selected nodes" msgstr "Forbind markerede endepunkter" #: ../src/widgets/toolbox.cpp:1524 #, fuzzy msgid "Join" msgstr "Samling:" #: ../src/widgets/toolbox.cpp:1532 msgid "Break path at selected nodes" msgstr "Bryd sti ved markerede knudepunkter" #: ../src/widgets/toolbox.cpp:1542 #, fuzzy msgid "Join with segment" msgstr "Sammenføj med nyt linjestykke" #: ../src/widgets/toolbox.cpp:1543 msgid "Join selected endnodes with a new segment" msgstr "Forbind markerede endeknudepunkter med nyt linjestykke" #: ../src/widgets/toolbox.cpp:1552 msgid "Delete segment" msgstr "Slet linjestykke" #: ../src/widgets/toolbox.cpp:1553 #, fuzzy msgid "Delete segment between two non-endpoint nodes" msgstr "Opdel sti mellem to ikke-endeknudepunkter" #: ../src/widgets/toolbox.cpp:1562 #, fuzzy msgid "Node Cusp" msgstr "Noder" #: ../src/widgets/toolbox.cpp:1563 msgid "Make selected nodes corner" msgstr "Gør markerede knudepunkter til hjørne" #: ../src/widgets/toolbox.cpp:1572 #, fuzzy msgid "Node Smooth" msgstr "Udjævnet" #: ../src/widgets/toolbox.cpp:1573 msgid "Make selected nodes smooth" msgstr "Udjævn markerede knudepunkter" #: ../src/widgets/toolbox.cpp:1582 #, fuzzy msgid "Node Symmetric" msgstr "symmetrisk" #: ../src/widgets/toolbox.cpp:1583 msgid "Make selected nodes symmetric" msgstr "Gør markerede knudepunkter symmetriske" #: ../src/widgets/toolbox.cpp:1592 #, fuzzy msgid "Node Auto" msgstr "Redigér knudepunkt" #: ../src/widgets/toolbox.cpp:1593 #, fuzzy msgid "Make selected nodes auto-smooth" msgstr "Udjævn markerede knudepunkter" #: ../src/widgets/toolbox.cpp:1602 #, fuzzy msgid "Node Line" msgstr "linjer" #: ../src/widgets/toolbox.cpp:1603 msgid "Make selected segments lines" msgstr "Gør markerede linjestykker til linjer" #: ../src/widgets/toolbox.cpp:1612 #, fuzzy msgid "Node Curve" msgstr "Ingen forhåndsvisning" #: ../src/widgets/toolbox.cpp:1613 msgid "Make selected segments curves" msgstr "Gør markerede linjestykker til kurver" #: ../src/widgets/toolbox.cpp:1622 #, fuzzy msgid "Show Transform Handles" msgstr "Tegn håndtag" #: ../src/widgets/toolbox.cpp:1623 #, fuzzy msgid "Show transformation handles for selected nodes" msgstr "Vis Bezier-håndtag på markerede knudepunkter" #: ../src/widgets/toolbox.cpp:1633 #, fuzzy msgid "Show Handles" msgstr "Tegn håndtag" #: ../src/widgets/toolbox.cpp:1634 #, fuzzy msgid "Show Bezier handles of selected nodes" msgstr "Vis Bezier-håndtag på markerede knudepunkter" #: ../src/widgets/toolbox.cpp:1644 #, fuzzy msgid "Show Outline" msgstr "_Omrids" #: ../src/widgets/toolbox.cpp:1645 #, fuzzy msgid "Show path outline (without path effects)" msgstr "Papirbredde" #: ../src/widgets/toolbox.cpp:1667 #, fuzzy msgid "Edit clipping paths" msgstr "Vælg beskæringssti" #: ../src/widgets/toolbox.cpp:1668 #, fuzzy msgid "Show clipping path(s) of selected object(s)" msgstr "Vælg beskæringssti" #: ../src/widgets/toolbox.cpp:1678 #, fuzzy msgid "Edit masks" msgstr "Vælg maske" #: ../src/widgets/toolbox.cpp:1679 #, fuzzy msgid "Show mask(s) of selected object(s)" msgstr "Lad forbindelser undvige markerede objekter" #: ../src/widgets/toolbox.cpp:1693 #, fuzzy msgid "X coordinate:" msgstr "Markørkoordinater" #: ../src/widgets/toolbox.cpp:1693 #, fuzzy msgid "X coordinate of selected node(s)" msgstr "Lodret koordinat af markeringen" #: ../src/widgets/toolbox.cpp:1711 #, fuzzy msgid "Y coordinate:" msgstr "Markørkoordinater" #: ../src/widgets/toolbox.cpp:1711 #, fuzzy msgid "Y coordinate of selected node(s)" msgstr "Lodret koordinat af markeringen" #: ../src/widgets/toolbox.cpp:1796 ../src/widgets/toolbox.cpp:7790 #, fuzzy msgid "Font Size" msgstr "Skriftstørrelse" #: ../src/widgets/toolbox.cpp:1796 #, fuzzy msgid "Font Size:" msgstr "Skriftstørrelse" #: ../src/widgets/toolbox.cpp:1797 msgid "The font size to be used in the measurement labels" msgstr "" #: ../src/widgets/toolbox.cpp:1809 ../src/widgets/toolbox.cpp:1817 msgid "The units to be used for the measurements" msgstr "" #: ../src/widgets/toolbox.cpp:2419 #, fuzzy msgid "Bounding box" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/widgets/toolbox.cpp:2419 #, fuzzy msgid "Snap bounding boxes" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/widgets/toolbox.cpp:2428 #, fuzzy msgid "Bounding box edges" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/widgets/toolbox.cpp:2428 #, fuzzy msgid "Snap to edges of a bounding box" msgstr "Hæng afgrænsningsbokse på gitter" #: ../src/widgets/toolbox.cpp:2437 #, fuzzy msgid "Bounding box corners" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/widgets/toolbox.cpp:2437 #, fuzzy msgid "Snap bounding box corners" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../src/widgets/toolbox.cpp:2446 msgid "BBox Edge Midpoints" msgstr "" #: ../src/widgets/toolbox.cpp:2446 #, fuzzy msgid "Snap midpoints of bounding box edges" msgstr "Hæng afgrænsningsbokse på gitter" #: ../src/widgets/toolbox.cpp:2456 #, fuzzy msgid "BBox Centers" msgstr "Centrér" #: ../src/widgets/toolbox.cpp:2456 #, fuzzy msgid "Snapping centers of bounding boxes" msgstr "_Hæng afgrænsningsbokse på objekter" #: ../src/widgets/toolbox.cpp:2465 #, fuzzy msgid "Snap nodes, paths, and handles" msgstr "Flyt knudepunkts-håndtag" #: ../src/widgets/toolbox.cpp:2473 #, fuzzy msgid "Snap to paths" msgstr "Hæng på objekt_stier" #: ../src/widgets/toolbox.cpp:2482 #, fuzzy msgid "Path intersections" msgstr "Gennemskæring" #: ../src/widgets/toolbox.cpp:2482 #, fuzzy msgid "Snap to path intersections" msgstr "Hæng _knudepunkter på objekter" #: ../src/widgets/toolbox.cpp:2491 #, fuzzy msgid "To nodes" msgstr "Flyt knudepunkter" #: ../src/widgets/toolbox.cpp:2491 msgid "Snap cusp nodes, incl. rectangle corners" msgstr "" #: ../src/widgets/toolbox.cpp:2500 #, fuzzy msgid "Smooth nodes" msgstr "Udjævnet" #: ../src/widgets/toolbox.cpp:2500 msgid "Snap smooth nodes, incl. quadrant points of ellipses" msgstr "" #: ../src/widgets/toolbox.cpp:2509 #, fuzzy msgid "Line Midpoints" msgstr "Linjebredde" #: ../src/widgets/toolbox.cpp:2509 #, fuzzy msgid "Snap midpoints of line segments" msgstr "Hæng afgrænsningsbokse på gitter" #: ../src/widgets/toolbox.cpp:2518 #, fuzzy msgid "Others" msgstr "Meter" #: ../src/widgets/toolbox.cpp:2518 msgid "Snap other points (centers, guide origins, gradient handles, etc.)" msgstr "" #: ../src/widgets/toolbox.cpp:2526 #, fuzzy msgid "Object Centers" msgstr "_Egenskaber for objekt" #: ../src/widgets/toolbox.cpp:2526 #, fuzzy msgid "Snap centers of objects" msgstr "Hæng _knudepunkter på objekter" #: ../src/widgets/toolbox.cpp:2535 #, fuzzy msgid "Rotation Centers" msgstr "_Rotering" #: ../src/widgets/toolbox.cpp:2535 #, fuzzy msgid "Snap an item's rotation center" msgstr "Inkludér skjulte objekter i søgningen" #: ../src/widgets/toolbox.cpp:2544 #, fuzzy msgid "Text baseline" msgstr "Justér venstre sider" #: ../src/widgets/toolbox.cpp:2544 #, fuzzy msgid "Snap text anchors and baselines" msgstr "Justér venstre sider" #: ../src/widgets/toolbox.cpp:2554 #, fuzzy msgid "Page border" msgstr "Sidekantfarve" #: ../src/widgets/toolbox.cpp:2554 #, fuzzy msgid "Snap to the page border" msgstr "Vis side_kant" #: ../src/widgets/toolbox.cpp:2563 #, fuzzy msgid "Snap to grids" msgstr "Gitter-påhængning" #: ../src/widgets/toolbox.cpp:2572 #, fuzzy msgid "Snap guides" msgstr "Hæng p_unkter på hjælpelinjer" #: ../src/widgets/toolbox.cpp:2774 msgid "Star: Change number of corners" msgstr "" #: ../src/widgets/toolbox.cpp:2827 #, fuzzy msgid "Star: Change spoke ratio" msgstr "Gem transformation:" #: ../src/widgets/toolbox.cpp:2872 #, fuzzy msgid "Make polygon" msgstr "Gør hel" #: ../src/widgets/toolbox.cpp:2872 #, fuzzy msgid "Make star" msgstr "Opret punktbillede" #: ../src/widgets/toolbox.cpp:2911 msgid "Star: Change rounding" msgstr "" #: ../src/widgets/toolbox.cpp:2951 #, fuzzy msgid "Star: Change randomization" msgstr "Gem transformation:" #: ../src/widgets/toolbox.cpp:3055 ../src/widgets/toolbox.cpp:3142 #: ../src/widgets/toolbox.cpp:3468 ../src/widgets/toolbox.cpp:3506 #: ../src/widgets/toolbox.cpp:4133 ../src/widgets/toolbox.cpp:4157 #: ../src/widgets/toolbox.cpp:5793 ../src/widgets/toolbox.cpp:5822 msgid "New:" msgstr "Ny:" #. FIXME: implement averaging of all parameters for multiple selected #. gtk_label_set_markup(GTK_LABEL(l), _("Average:")); #: ../src/widgets/toolbox.cpp:3057 ../src/widgets/toolbox.cpp:3476 #: ../src/widgets/toolbox.cpp:3494 ../src/widgets/toolbox.cpp:4135 #: ../src/widgets/toolbox.cpp:4146 ../src/widgets/toolbox.cpp:5796 #: ../src/widgets/toolbox.cpp:5807 msgid "Change:" msgstr "Ændr:" #: ../src/widgets/toolbox.cpp:3161 msgid "Regular polygon (with one handle) instead of a star" msgstr "Almindelig polygon (med et håndtag) istedet for en stjerne" #: ../src/widgets/toolbox.cpp:3168 #, fuzzy msgid "Star instead of a regular polygon (with one handle)" msgstr "Almindelig polygon (med et håndtag) istedet for en stjerne" #: ../src/widgets/toolbox.cpp:3189 msgid "triangle/tri-star" msgstr "" #: ../src/widgets/toolbox.cpp:3189 msgid "square/quad-star" msgstr "" #: ../src/widgets/toolbox.cpp:3189 msgid "pentagon/five-pointed star" msgstr "" #: ../src/widgets/toolbox.cpp:3189 msgid "hexagon/six-pointed star" msgstr "" #: ../src/widgets/toolbox.cpp:3192 #, fuzzy msgid "Corners" msgstr "Hjørner:" #: ../src/widgets/toolbox.cpp:3192 msgid "Corners:" msgstr "Hjørner:" #: ../src/widgets/toolbox.cpp:3192 msgid "Number of corners of a polygon or star" msgstr "Antal hjørner i polygon eller stjerne" #: ../src/widgets/toolbox.cpp:3205 msgid "thin-ray star" msgstr "" #: ../src/widgets/toolbox.cpp:3205 msgid "pentagram" msgstr "" #: ../src/widgets/toolbox.cpp:3205 msgid "hexagram" msgstr "" #: ../src/widgets/toolbox.cpp:3205 msgid "heptagram" msgstr "" #: ../src/widgets/toolbox.cpp:3205 msgid "octagram" msgstr "" #: ../src/widgets/toolbox.cpp:3205 #, fuzzy msgid "regular polygon" msgstr "Gør hel" #: ../src/widgets/toolbox.cpp:3208 #, fuzzy msgid "Spoke ratio" msgstr "Egeforhold:" #: ../src/widgets/toolbox.cpp:3208 msgid "Spoke ratio:" msgstr "Egeforhold:" #. TRANSLATORS: Tip radius of a star is the distance from the center to the farthest handle. #. Base radius is the same for the closest handle. #: ../src/widgets/toolbox.cpp:3211 msgid "Base radius to tip radius ratio" msgstr "Forhold mellem basisradius og spidsradius" #: ../src/widgets/toolbox.cpp:3229 msgid "stretched" msgstr "" #: ../src/widgets/toolbox.cpp:3229 msgid "twisted" msgstr "" #: ../src/widgets/toolbox.cpp:3229 msgid "slightly pinched" msgstr "" #: ../src/widgets/toolbox.cpp:3229 #, fuzzy msgid "NOT rounded" msgstr "Ikke afrundede" #: ../src/widgets/toolbox.cpp:3229 #, fuzzy msgid "slightly rounded" msgstr "Ikke afrundede" #: ../src/widgets/toolbox.cpp:3229 #, fuzzy msgid "visibly rounded" msgstr "Ikke afrundede" #: ../src/widgets/toolbox.cpp:3229 #, fuzzy msgid "well rounded" msgstr "Ikke afrundede" #: ../src/widgets/toolbox.cpp:3229 #, fuzzy msgid "amply rounded" msgstr "Ikke afrundede" #: ../src/widgets/toolbox.cpp:3229 ../src/widgets/toolbox.cpp:3244 msgid "blown up" msgstr "" #: ../src/widgets/toolbox.cpp:3232 #, fuzzy msgid "Rounded" msgstr "Afrundet:" #: ../src/widgets/toolbox.cpp:3232 msgid "Rounded:" msgstr "Afrundet:" #: ../src/widgets/toolbox.cpp:3232 msgid "How much rounded are the corners (0 for sharp)" msgstr "Hvor afrundede er hjørnerne (0 er skarpt afrundet)" #: ../src/widgets/toolbox.cpp:3244 #, fuzzy msgid "NOT randomized" msgstr "Tilfældig:" #: ../src/widgets/toolbox.cpp:3244 msgid "slightly irregular" msgstr "" #: ../src/widgets/toolbox.cpp:3244 #, fuzzy msgid "visibly randomized" msgstr "Tilfældiggør radius" #: ../src/widgets/toolbox.cpp:3244 #, fuzzy msgid "strongly randomized" msgstr "Tilfældig:" #: ../src/widgets/toolbox.cpp:3247 #, fuzzy msgid "Randomized" msgstr "Tilfældig:" #: ../src/widgets/toolbox.cpp:3247 msgid "Randomized:" msgstr "Tilfældig:" #: ../src/widgets/toolbox.cpp:3247 msgid "Scatter randomly the corners and angles" msgstr "Spred hjørner og vinkler tilfældigt" #: ../src/widgets/toolbox.cpp:3262 ../src/widgets/toolbox.cpp:4208 #: ../src/widgets/toolbox.cpp:4464 ../src/widgets/toolbox.cpp:8769 msgid "Defaults" msgstr "Standarder" #: ../src/widgets/toolbox.cpp:3263 ../src/widgets/toolbox.cpp:4209 msgid "" "Reset shape parameters to defaults (use Inkscape Preferences > Tools to " "change defaults)" msgstr "" "Nulstil figurparametre til standard (benyt Indstillinger for Inkscape > " "Værktøjer for at ændre standarden)" #: ../src/widgets/toolbox.cpp:3337 #, fuzzy msgid "Change rectangle" msgstr "Opret firkant" #: ../src/widgets/toolbox.cpp:3524 msgid "W:" msgstr "B:" #: ../src/widgets/toolbox.cpp:3524 msgid "Width of rectangle" msgstr "Bredde på rektangle" #: ../src/widgets/toolbox.cpp:3541 msgid "H:" msgstr "H:" #: ../src/widgets/toolbox.cpp:3541 msgid "Height of rectangle" msgstr "Højde på rektangel" #: ../src/widgets/toolbox.cpp:3555 ../src/widgets/toolbox.cpp:3570 #, fuzzy msgid "not rounded" msgstr "Ikke afrundede" #: ../src/widgets/toolbox.cpp:3558 #, fuzzy msgid "Horizontal radius" msgstr "Vandret afstand" #: ../src/widgets/toolbox.cpp:3558 msgid "Rx:" msgstr "Rx:" #: ../src/widgets/toolbox.cpp:3558 msgid "Horizontal radius of rounded corners" msgstr "Vandret radius af afrundede hjørner" #: ../src/widgets/toolbox.cpp:3573 #, fuzzy msgid "Vertical radius" msgstr "Lodret afstand" #: ../src/widgets/toolbox.cpp:3573 msgid "Ry:" msgstr "Ry:" #: ../src/widgets/toolbox.cpp:3573 msgid "Vertical radius of rounded corners" msgstr "Lodret radius af afrundede hjørner" #: ../src/widgets/toolbox.cpp:3592 msgid "Not rounded" msgstr "Ikke afrundede" #: ../src/widgets/toolbox.cpp:3593 msgid "Make corners sharp" msgstr "Gør hjørner skarpe" #. TODO: use the correct axis here, too #: ../src/widgets/toolbox.cpp:3789 msgid "3D Box: Change perspective (angle of infinite axis)" msgstr "" #: ../src/widgets/toolbox.cpp:3856 msgid "Angle in X direction" msgstr "" #. Translators: PL is short for 'perspective line' #: ../src/widgets/toolbox.cpp:3858 msgid "Angle of PLs in X direction" msgstr "" #. Translators: VP is short for 'vanishing point' #: ../src/widgets/toolbox.cpp:3880 msgid "State of VP in X direction" msgstr "" #: ../src/widgets/toolbox.cpp:3881 msgid "Toggle VP in X direction between 'finite' and 'infinite' (=parallel)" msgstr "" #: ../src/widgets/toolbox.cpp:3896 msgid "Angle in Y direction" msgstr "" #: ../src/widgets/toolbox.cpp:3896 #, fuzzy msgid "Angle Y:" msgstr "Vinkel:" #. Translators: PL is short for 'perspective line' #: ../src/widgets/toolbox.cpp:3898 msgid "Angle of PLs in Y direction" msgstr "" #. Translators: VP is short for 'vanishing point' #: ../src/widgets/toolbox.cpp:3919 msgid "State of VP in Y direction" msgstr "" #: ../src/widgets/toolbox.cpp:3920 msgid "Toggle VP in Y direction between 'finite' and 'infinite' (=parallel)" msgstr "" #: ../src/widgets/toolbox.cpp:3935 msgid "Angle in Z direction" msgstr "" #. Translators: PL is short for 'perspective line' #: ../src/widgets/toolbox.cpp:3937 msgid "Angle of PLs in Z direction" msgstr "" #. Translators: VP is short for 'vanishing point' #: ../src/widgets/toolbox.cpp:3958 msgid "State of VP in Z direction" msgstr "" #: ../src/widgets/toolbox.cpp:3959 msgid "Toggle VP in Z direction between 'finite' and 'infinite' (=parallel)" msgstr "" #: ../src/widgets/toolbox.cpp:4019 #, fuzzy msgid "Change spiral" msgstr "Opret spiraler" #: ../src/widgets/toolbox.cpp:4165 #, fuzzy msgid "just a curve" msgstr "Træk kurve" #: ../src/widgets/toolbox.cpp:4165 #, fuzzy msgid "one full revolution" msgstr "Antal omgange" #: ../src/widgets/toolbox.cpp:4168 #, fuzzy msgid "Number of turns" msgstr "Antal rækker" #: ../src/widgets/toolbox.cpp:4168 msgid "Turns:" msgstr "Omgange:" #: ../src/widgets/toolbox.cpp:4168 msgid "Number of revolutions" msgstr "Antal omgange" #: ../src/widgets/toolbox.cpp:4179 #, fuzzy msgid "circle" msgstr "Cirkel" #: ../src/widgets/toolbox.cpp:4179 msgid "edge is much denser" msgstr "" #: ../src/widgets/toolbox.cpp:4179 msgid "edge is denser" msgstr "" #: ../src/widgets/toolbox.cpp:4179 #, fuzzy msgid "even" msgstr "Grøn" #: ../src/widgets/toolbox.cpp:4179 #, fuzzy msgid "center is denser" msgstr "Centrér linjer" #: ../src/widgets/toolbox.cpp:4179 msgid "center is much denser" msgstr "" #: ../src/widgets/toolbox.cpp:4182 #, fuzzy msgid "Divergence" msgstr "Divergens:" #: ../src/widgets/toolbox.cpp:4182 msgid "Divergence:" msgstr "Divergens:" #: ../src/widgets/toolbox.cpp:4182 msgid "How much denser/sparser are outer revolutions; 1 = uniform" msgstr "Hvor meget tættere/spredte er de ydre omgange; 1 = jævn" #: ../src/widgets/toolbox.cpp:4193 #, fuzzy msgid "starts from center" msgstr "Nulstil midte" #: ../src/widgets/toolbox.cpp:4193 msgid "starts mid-way" msgstr "" #: ../src/widgets/toolbox.cpp:4193 msgid "starts near edge" msgstr "" #: ../src/widgets/toolbox.cpp:4196 #, fuzzy msgid "Inner radius" msgstr "Indre radius:" #: ../src/widgets/toolbox.cpp:4196 msgid "Inner radius:" msgstr "Indre radius:" #: ../src/widgets/toolbox.cpp:4196 msgid "Radius of the innermost revolution (relative to the spiral size)" msgstr "Inderste omgangs radius (relativt til spiralstørrelsen)" #: ../src/widgets/toolbox.cpp:4268 msgid "Bezier" msgstr "" #: ../src/widgets/toolbox.cpp:4269 #, fuzzy msgid "Create regular Bezier path" msgstr "Opret ny sti" #: ../src/widgets/toolbox.cpp:4275 #, fuzzy msgid "Spiro" msgstr "Spiral" #: ../src/widgets/toolbox.cpp:4276 #, fuzzy msgid "Create Spiro path" msgstr "Opret spiraler" #: ../src/widgets/toolbox.cpp:4283 msgid "Zigzag" msgstr "" #: ../src/widgets/toolbox.cpp:4284 msgid "Create a sequence of straight line segments" msgstr "" #: ../src/widgets/toolbox.cpp:4290 #, fuzzy msgid "Paraxial" msgstr "delvis" #: ../src/widgets/toolbox.cpp:4291 msgid "Create a sequence of paraxial line segments" msgstr "" #: ../src/widgets/toolbox.cpp:4299 msgid "Mode of new lines drawn by this tool" msgstr "" #: ../src/widgets/toolbox.cpp:4328 #, fuzzy msgid "Triangle in" msgstr "Vinkel" #: ../src/widgets/toolbox.cpp:4329 #, fuzzy msgid "Triangle out" msgstr "Vinkel" #: ../src/widgets/toolbox.cpp:4331 msgid "From clipboard" msgstr "" #: ../src/widgets/toolbox.cpp:4356 ../src/widgets/toolbox.cpp:4357 #, fuzzy msgid "Shape:" msgstr "Figurer" #: ../src/widgets/toolbox.cpp:4356 msgid "Shape of new paths drawn by this tool" msgstr "" #: ../src/widgets/toolbox.cpp:4441 msgid "(many nodes, rough)" msgstr "" #. Mean #. Rotation #. Scale #: ../src/widgets/toolbox.cpp:4441 ../src/widgets/toolbox.cpp:4552 #: ../src/widgets/toolbox.cpp:4569 ../src/widgets/toolbox.cpp:4777 #: ../src/widgets/toolbox.cpp:4872 ../src/widgets/toolbox.cpp:4888 #: ../src/widgets/toolbox.cpp:4904 ../src/widgets/toolbox.cpp:4964 #: ../src/widgets/toolbox.cpp:4994 ../src/widgets/toolbox.cpp:5012 #: ../src/widgets/toolbox.cpp:5367 ../src/widgets/toolbox.cpp:5400 #: ../src/widgets/toolbox.cpp:6431 #, fuzzy msgid "(default)" msgstr "Standard" #: ../src/widgets/toolbox.cpp:4441 #, fuzzy msgid "(few nodes, smooth)" msgstr "Udjævn markerede knudepunkter" #: ../src/widgets/toolbox.cpp:4444 #, fuzzy msgid "Smoothing:" msgstr "Udjævnet" #: ../src/widgets/toolbox.cpp:4444 #, fuzzy msgid "Smoothing: " msgstr "Udjævnet" #: ../src/widgets/toolbox.cpp:4445 msgid "How much smoothing (simplifying) is applied to the line" msgstr "" #: ../src/widgets/toolbox.cpp:4465 #, fuzzy msgid "" "Reset pencil parameters to defaults (use Inkscape Preferences > Tools to " "change defaults)" msgstr "" "Nulstil figurparametre til standard (benyt Indstillinger for Inkscape > " "Værktøjer for at ændre standarden)" #. Width #: ../src/widgets/toolbox.cpp:4552 msgid "(pinch tweak)" msgstr "" #: ../src/widgets/toolbox.cpp:4552 #, fuzzy msgid "(broad tweak)" msgstr " (streg)" #: ../src/widgets/toolbox.cpp:4555 #, fuzzy msgid "The width of the tweak area (relative to the visible canvas area)" msgstr "" "Bredde på den kalligrafiske pen (relativt til det synlige område af lærredet)" #. Force #: ../src/widgets/toolbox.cpp:4569 msgid "(minimum force)" msgstr "" #: ../src/widgets/toolbox.cpp:4569 msgid "(maximum force)" msgstr "" #: ../src/widgets/toolbox.cpp:4572 #, fuzzy msgid "Force" msgstr "Kilde" #: ../src/widgets/toolbox.cpp:4572 #, fuzzy msgid "Force:" msgstr "Kilde" #: ../src/widgets/toolbox.cpp:4572 msgid "The force of the tweak action" msgstr "" #: ../src/widgets/toolbox.cpp:4590 #, fuzzy msgid "Move mode" msgstr "Flyt knudepunkter" #: ../src/widgets/toolbox.cpp:4591 #, fuzzy msgid "Move objects in any direction" msgstr "Ingen pr.-objekt markeringsindikator" #: ../src/widgets/toolbox.cpp:4597 #, fuzzy msgid "Move in/out mode" msgstr "Flyt knudepunkter" #: ../src/widgets/toolbox.cpp:4598 msgid "Move objects towards cursor; with Shift from cursor" msgstr "" #: ../src/widgets/toolbox.cpp:4604 #, fuzzy msgid "Move jitter mode" msgstr "Rotér knudepunkter" #: ../src/widgets/toolbox.cpp:4605 msgid "Move objects in random directions" msgstr "" #: ../src/widgets/toolbox.cpp:4611 #, fuzzy msgid "Scale mode" msgstr "Skalér knudepunkter" #: ../src/widgets/toolbox.cpp:4612 #, fuzzy msgid "Shrink objects, with Shift enlarge" msgstr "Stregst_il" #: ../src/widgets/toolbox.cpp:4618 #, fuzzy msgid "Rotate mode" msgstr "Rotér knudepunkter" #: ../src/widgets/toolbox.cpp:4619 #, fuzzy msgid "Rotate objects, with Shift counterclockwise" msgstr "Rotér markering 90° mod urets retning" #: ../src/widgets/toolbox.cpp:4625 #, fuzzy msgid "Duplicate/delete mode" msgstr "Kopiér knudepunkt" #: ../src/widgets/toolbox.cpp:4626 msgid "Duplicate objects, with Shift delete" msgstr "" #: ../src/widgets/toolbox.cpp:4632 msgid "Push mode" msgstr "" #: ../src/widgets/toolbox.cpp:4633 msgid "Push parts of paths in any direction" msgstr "" #: ../src/widgets/toolbox.cpp:4639 #, fuzzy msgid "Shrink/grow mode" msgstr "Sammenføj knudepunkter" #: ../src/widgets/toolbox.cpp:4640 #, fuzzy msgid "Shrink (inset) parts of paths; with Shift grow (outset)" msgstr "Bryd markerede stier op i understier" #: ../src/widgets/toolbox.cpp:4646 #, fuzzy msgid "Attract/repel mode" msgstr "Attributnavn" #: ../src/widgets/toolbox.cpp:4647 msgid "Attract parts of paths towards cursor; with Shift from cursor" msgstr "" #: ../src/widgets/toolbox.cpp:4653 #, fuzzy msgid "Roughen mode" msgstr "endeknudepunkt" #: ../src/widgets/toolbox.cpp:4654 msgid "Roughen parts of paths" msgstr "" #: ../src/widgets/toolbox.cpp:4660 #, fuzzy msgid "Color paint mode" msgstr "Farve på sidekant" #: ../src/widgets/toolbox.cpp:4661 #, fuzzy msgid "Paint the tool's color upon selected objects" msgstr "Lad forbindelser undvige markerede objekter" #: ../src/widgets/toolbox.cpp:4667 #, fuzzy msgid "Color jitter mode" msgstr "Rotér knudepunkter" #: ../src/widgets/toolbox.cpp:4668 #, fuzzy msgid "Jitter the colors of selected objects" msgstr "Lad forbindelser undvige markerede objekter" #: ../src/widgets/toolbox.cpp:4674 #, fuzzy msgid "Blur mode" msgstr "endeknudepunkt" #: ../src/widgets/toolbox.cpp:4675 #, fuzzy msgid "Blur selected objects more; with Shift, blur less" msgstr "Vend markerede objekter vandret" #: ../src/widgets/toolbox.cpp:4680 ../src/widgets/toolbox.cpp:4944 #, fuzzy msgid "Mode" msgstr "Flyt" #: ../src/widgets/toolbox.cpp:4702 #, fuzzy msgid "Channels:" msgstr "Fortryd" #: ../src/widgets/toolbox.cpp:4714 msgid "In color mode, act on objects' hue" msgstr "" #. TRANSLATORS: "H" here stands for hue #: ../src/widgets/toolbox.cpp:4718 #, fuzzy msgid "H" msgstr "H:" #: ../src/widgets/toolbox.cpp:4730 msgid "In color mode, act on objects' saturation" msgstr "" #. TRANSLATORS: "S" here stands for Saturation #: ../src/widgets/toolbox.cpp:4734 #, fuzzy msgid "S" msgstr "_S" #: ../src/widgets/toolbox.cpp:4746 msgid "In color mode, act on objects' lightness" msgstr "" #. TRANSLATORS: "L" here stands for Lightness #: ../src/widgets/toolbox.cpp:4750 #, fuzzy msgid "L" msgstr "_L" #: ../src/widgets/toolbox.cpp:4762 msgid "In color mode, act on objects' opacity" msgstr "" #. TRANSLATORS: "O" here stands for Opacity #: ../src/widgets/toolbox.cpp:4766 #, fuzzy msgid "O" msgstr "O:" #. Fidelity #: ../src/widgets/toolbox.cpp:4777 msgid "(rough, simplified)" msgstr "" #: ../src/widgets/toolbox.cpp:4777 msgid "(fine, but many nodes)" msgstr "" #: ../src/widgets/toolbox.cpp:4780 #, fuzzy msgid "Fidelity" msgstr "Identifikation" #: ../src/widgets/toolbox.cpp:4780 msgid "Fidelity:" msgstr "" #: ../src/widgets/toolbox.cpp:4781 msgid "" "Low fidelity simplifies paths; high fidelity preserves path features but may " "generate a lot of new nodes" msgstr "" #: ../src/widgets/toolbox.cpp:4799 ../src/widgets/toolbox.cpp:4983 #: ../src/widgets/toolbox.cpp:5518 #, fuzzy msgid "Pressure" msgstr "Bevaret" #: ../src/widgets/toolbox.cpp:4800 #, fuzzy msgid "Use the pressure of the input device to alter the force of tweak action" msgstr "Benyt inddata-enhedens tryk til at ændre pennens bredde" #. Width #: ../src/widgets/toolbox.cpp:4872 #, fuzzy msgid "(narrow spray)" msgstr "Sænk" #: ../src/widgets/toolbox.cpp:4872 #, fuzzy msgid "(broad spray)" msgstr " (streg)" #: ../src/widgets/toolbox.cpp:4875 #, fuzzy msgid "The width of the spray area (relative to the visible canvas area)" msgstr "" "Bredde på den kalligrafiske pen (relativt til det synlige område af lærredet)" #: ../src/widgets/toolbox.cpp:4888 msgid "(maximum mean)" msgstr "" #: ../src/widgets/toolbox.cpp:4891 #, fuzzy msgid "Focus" msgstr "spids" #: ../src/widgets/toolbox.cpp:4891 #, fuzzy msgid "Focus:" msgstr "Kilde" #: ../src/widgets/toolbox.cpp:4891 msgid "0 to spray a spot; increase to enlarge the ring radius" msgstr "" #. Standard_deviation #: ../src/widgets/toolbox.cpp:4904 #, fuzzy msgid "(minimum scatter)" msgstr "Minimumsstørrelse" #: ../src/widgets/toolbox.cpp:4904 msgid "(maximum scatter)" msgstr "" #: ../src/widgets/toolbox.cpp:4907 #, fuzzy msgctxt "Spray tool" msgid "Scatter" msgstr "Mønster" #: ../src/widgets/toolbox.cpp:4907 #, fuzzy msgctxt "Spray tool" msgid "Scatter:" msgstr "Mønster" #: ../src/widgets/toolbox.cpp:4907 msgid "Increase to scatter sprayed objects" msgstr "" #: ../src/widgets/toolbox.cpp:4926 #, fuzzy msgid "Spray copies of the initial selection" msgstr "Anvend transformation på markering" #: ../src/widgets/toolbox.cpp:4933 #, fuzzy msgid "Spray clones of the initial selection" msgstr "Opret og fliselæg klonerne i markeringen" #: ../src/widgets/toolbox.cpp:4939 #, fuzzy msgid "Spray single path" msgstr "Frigør beskæringssti" #: ../src/widgets/toolbox.cpp:4940 msgid "Spray objects in a single path" msgstr "" #. Population #: ../src/widgets/toolbox.cpp:4964 msgid "(low population)" msgstr "" #: ../src/widgets/toolbox.cpp:4964 #, fuzzy msgid "(high population)" msgstr "Udskrivningsdestination" #: ../src/widgets/toolbox.cpp:4967 #, fuzzy msgid "Amount" msgstr "Skrifttype" #: ../src/widgets/toolbox.cpp:4968 msgid "Adjusts the number of items sprayed per click" msgstr "" #: ../src/widgets/toolbox.cpp:4984 #, fuzzy msgid "" "Use the pressure of the input device to alter the amount of sprayed objects" msgstr "Benyt inddata-enhedens tryk til at ændre pennens bredde" #: ../src/widgets/toolbox.cpp:4994 #, fuzzy msgid "(high rotation variation)" msgstr "Udskrivningsdestination" #: ../src/widgets/toolbox.cpp:4997 #, fuzzy msgid "Rotation" msgstr "_Rotering" #: ../src/widgets/toolbox.cpp:4997 #, fuzzy msgid "Rotation:" msgstr "_Rotering" #: ../src/widgets/toolbox.cpp:4999 #, no-c-format msgid "" "Variation of the rotation of the sprayed objects; 0% for the same rotation " "than the original object" msgstr "" #: ../src/widgets/toolbox.cpp:5012 #, fuzzy msgid "(high scale variation)" msgstr "Udskrivningsdestination" #: ../src/widgets/toolbox.cpp:5015 #, fuzzy msgctxt "Spray tool" msgid "Scale" msgstr "Skalér" #: ../src/widgets/toolbox.cpp:5015 #, fuzzy msgctxt "Spray tool" msgid "Scale:" msgstr "Skalér" #: ../src/widgets/toolbox.cpp:5017 #, no-c-format msgid "" "Variation in the scale of the sprayed objects; 0% for the same scale than " "the original object" msgstr "" #: ../src/widgets/toolbox.cpp:5191 #, fuzzy msgid "No preset" msgstr "Forhåndsvis" #: ../src/widgets/toolbox.cpp:5209 #, fuzzy msgid "Save..." msgstr "Gem _som..." #. Width #: ../src/widgets/toolbox.cpp:5367 ../src/widgets/toolbox.cpp:6431 msgid "(hairline)" msgstr "" #: ../src/widgets/toolbox.cpp:5367 ../src/widgets/toolbox.cpp:6431 #, fuzzy msgid "(broad stroke)" msgstr " (streg)" #: ../src/widgets/toolbox.cpp:5370 ../src/widgets/toolbox.cpp:6434 #, fuzzy msgid "Pen Width" msgstr "Side_bredde" #: ../src/widgets/toolbox.cpp:5371 msgid "The width of the calligraphic pen (relative to the visible canvas area)" msgstr "" "Bredde på den kalligrafiske pen (relativt til det synlige område af lærredet)" #. Thinning #: ../src/widgets/toolbox.cpp:5384 msgid "(speed blows up stroke)" msgstr "" #: ../src/widgets/toolbox.cpp:5384 msgid "(slight widening)" msgstr "" #: ../src/widgets/toolbox.cpp:5384 #, fuzzy msgid "(constant width)" msgstr "Destinationens bredde" #: ../src/widgets/toolbox.cpp:5384 msgid "(slight thinning, default)" msgstr "" #: ../src/widgets/toolbox.cpp:5384 msgid "(speed deflates stroke)" msgstr "" #: ../src/widgets/toolbox.cpp:5387 #, fuzzy msgid "Stroke Thinning" msgstr "Stregmaling" #: ../src/widgets/toolbox.cpp:5387 msgid "Thinning:" msgstr "Udtynding:" #: ../src/widgets/toolbox.cpp:5388 msgid "" "How much velocity thins the stroke (> 0 makes fast strokes thinner, < 0 " "makes them broader, 0 makes width independent of velocity)" msgstr "" "Hvor meget hastighed udtynder stregen (> 0 gør hurtige strøg tyndere, < 0 " "gør dem bredere, 0 gør dem uafhængige af hastigheden)" #. Angle #: ../src/widgets/toolbox.cpp:5400 msgid "(left edge up)" msgstr "" #: ../src/widgets/toolbox.cpp:5400 #, fuzzy msgid "(horizontal)" msgstr "_Vandret" #: ../src/widgets/toolbox.cpp:5400 msgid "(right edge up)" msgstr "" #: ../src/widgets/toolbox.cpp:5403 #, fuzzy msgid "Pen Angle" msgstr "Vinkel" #: ../src/widgets/toolbox.cpp:5403 ../share/extensions/motion.inx.h:1 #: ../share/extensions/restack.inx.h:1 msgid "Angle:" msgstr "Vinkel:" #: ../src/widgets/toolbox.cpp:5404 msgid "" "The angle of the pen's nib (in degrees; 0 = horizontal; has no effect if " "fixation = 0)" msgstr "" "Pennespidsens vinkel (i grader; 0° = vandret; har ingen effekt hvis " "fiksering = 0°)" #. Fixation #: ../src/widgets/toolbox.cpp:5418 msgid "(perpendicular to stroke, \"brush\")" msgstr "" #: ../src/widgets/toolbox.cpp:5418 msgid "(almost fixed, default)" msgstr "" #: ../src/widgets/toolbox.cpp:5418 msgid "(fixed by Angle, \"pen\")" msgstr "" #: ../src/widgets/toolbox.cpp:5421 #, fuzzy msgid "Fixation" msgstr "Fiksering:" #: ../src/widgets/toolbox.cpp:5421 msgid "Fixation:" msgstr "Fiksering:" #: ../src/widgets/toolbox.cpp:5422 #, fuzzy msgid "" "Angle behavior (0 = nib always perpendicular to stroke direction, 100 = " "fixed angle)" msgstr "" "Hvor fikseret er pennens vinkel (0 = altid lodret på strøgretningen, 1 = " "fikseret)" #. Cap Rounding #: ../src/widgets/toolbox.cpp:5434 #, fuzzy msgid "(blunt caps, default)" msgstr "Vælg som standard" #: ../src/widgets/toolbox.cpp:5434 msgid "(slightly bulging)" msgstr "" #: ../src/widgets/toolbox.cpp:5434 msgid "(approximately round)" msgstr "" #: ../src/widgets/toolbox.cpp:5434 msgid "(long protruding caps)" msgstr "" #: ../src/widgets/toolbox.cpp:5438 #, fuzzy msgid "Cap rounding" msgstr "Ikke afrundede" #: ../src/widgets/toolbox.cpp:5438 #, fuzzy msgid "Caps:" msgstr "Ende:" #: ../src/widgets/toolbox.cpp:5439 msgid "" "Increase to make caps at the ends of strokes protrude more (0 = no caps, 1 = " "round caps)" msgstr "" #. Tremor #: ../src/widgets/toolbox.cpp:5451 #, fuzzy msgid "(smooth line)" msgstr "blød" #: ../src/widgets/toolbox.cpp:5451 msgid "(slight tremor)" msgstr "" #: ../src/widgets/toolbox.cpp:5451 msgid "(noticeable tremor)" msgstr "" #: ../src/widgets/toolbox.cpp:5451 msgid "(maximum tremor)" msgstr "" #: ../src/widgets/toolbox.cpp:5454 #, fuzzy msgid "Stroke Tremor" msgstr "Sidste valgte farve" #: ../src/widgets/toolbox.cpp:5454 msgid "Tremor:" msgstr "Skælven:" #: ../src/widgets/toolbox.cpp:5455 msgid "Increase to make strokes rugged and trembling" msgstr "" #. Wiggle #: ../src/widgets/toolbox.cpp:5469 msgid "(no wiggle)" msgstr "" #: ../src/widgets/toolbox.cpp:5469 #, fuzzy msgid "(slight deviation)" msgstr "Udskrivningsdestination" #: ../src/widgets/toolbox.cpp:5469 msgid "(wild waves and curls)" msgstr "" #: ../src/widgets/toolbox.cpp:5472 #, fuzzy msgid "Pen Wiggle" msgstr "Titel:" #: ../src/widgets/toolbox.cpp:5472 #, fuzzy msgid "Wiggle:" msgstr "Titel:" #: ../src/widgets/toolbox.cpp:5473 msgid "Increase to make the pen waver and wiggle" msgstr "" #. Mass #: ../src/widgets/toolbox.cpp:5486 #, fuzzy msgid "(no inertia)" msgstr "(null_pointer)" #: ../src/widgets/toolbox.cpp:5486 msgid "(slight smoothing, default)" msgstr "" #: ../src/widgets/toolbox.cpp:5486 msgid "(noticeable lagging)" msgstr "" #: ../src/widgets/toolbox.cpp:5486 msgid "(maximum inertia)" msgstr "" #: ../src/widgets/toolbox.cpp:5489 #, fuzzy msgid "Pen Mass" msgstr "Masse:" #: ../src/widgets/toolbox.cpp:5489 msgid "Mass:" msgstr "Masse:" #: ../src/widgets/toolbox.cpp:5490 msgid "Increase to make the pen drag behind, as if slowed by inertia" msgstr "" #: ../src/widgets/toolbox.cpp:5505 #, fuzzy msgid "Trace Background" msgstr "Baggrund" #: ../src/widgets/toolbox.cpp:5506 msgid "" "Trace the lightness of the background by the width of the pen (white - " "minimum width, black - maximum width)" msgstr "" #: ../src/widgets/toolbox.cpp:5519 msgid "Use the pressure of the input device to alter the width of the pen" msgstr "Benyt inddata-enhedens tryk til at ændre pennens bredde" #: ../src/widgets/toolbox.cpp:5531 #, fuzzy msgid "Tilt" msgstr "Titel" #: ../src/widgets/toolbox.cpp:5532 msgid "Use the tilt of the input device to alter the angle of the pen's nib" msgstr "Benyt inddata-enhedens hældning til at ændre på pennespidsens vinkel" #: ../src/widgets/toolbox.cpp:5547 #, fuzzy msgid "Choose a preset" msgstr "Forhåndsvis" #: ../src/widgets/toolbox.cpp:5636 msgid "Arc: Change start/end" msgstr "" #: ../src/widgets/toolbox.cpp:5702 msgid "Arc: Change open/closed" msgstr "" #: ../src/widgets/toolbox.cpp:5831 msgid "Start:" msgstr "Start:" #: ../src/widgets/toolbox.cpp:5832 msgid "The angle (in degrees) from the horizontal to the arc's start point" msgstr "Vinkelen (i grader) fra vandret til buens begyndelsespunkt" #: ../src/widgets/toolbox.cpp:5844 msgid "End:" msgstr "Ende:" #: ../src/widgets/toolbox.cpp:5845 msgid "The angle (in degrees) from the horizontal to the arc's end point" msgstr "Vinkelen (i grader) fra lodret til buens endepunkt" #: ../src/widgets/toolbox.cpp:5861 #, fuzzy msgid "Closed arc" msgstr "_Ryd" #: ../src/widgets/toolbox.cpp:5862 #, fuzzy msgid "Switch to segment (closed shape with two radii)" msgstr "" "Skift mellem bue (ikke-lukket figur) og linjestykke (lukket figur med to " "radier)" #: ../src/widgets/toolbox.cpp:5868 #, fuzzy msgid "Open Arc" msgstr "Åben bue" #: ../src/widgets/toolbox.cpp:5869 msgid "Switch to arc (unclosed shape)" msgstr "" #: ../src/widgets/toolbox.cpp:5892 msgid "Make whole" msgstr "Gør hel" #: ../src/widgets/toolbox.cpp:5893 msgid "Make the shape a whole ellipse, not arc or segment" msgstr "Gør figuren til hel ellipse, ikke bue eller linjestykke" #: ../src/widgets/toolbox.cpp:5971 #, fuzzy msgid "Pick opacity" msgstr "Vælg alfa" #: ../src/widgets/toolbox.cpp:5972 msgid "" "Pick both the color and the alpha (transparency) under cursor; otherwise, " "pick only the visible color premultiplied by alpha" msgstr "" "Vælg både farven og alfa (gennemsigtigthed) under markøren; ellers vælg kun " "den synlige farve præmultipliceret med alfa" #: ../src/widgets/toolbox.cpp:5975 #, fuzzy msgid "Pick" msgstr "Stier" #: ../src/widgets/toolbox.cpp:5984 #, fuzzy msgid "Assign opacity" msgstr "Primær uigennemsigtighed" #: ../src/widgets/toolbox.cpp:5985 msgid "" "If alpha was picked, assign it to selection as fill or stroke transparency" msgstr "" "Hvis alfa blev valgt, tildel den til markeringen som udfyldnings- eller " "streggennemsigtighed" #: ../src/widgets/toolbox.cpp:5988 #, fuzzy msgid "Assign" msgstr "Justér" #: ../src/widgets/toolbox.cpp:6173 #, fuzzy msgid "Closed" msgstr "_Luk" #: ../src/widgets/toolbox.cpp:6175 #, fuzzy msgid "Open start" msgstr "Åben bue" #: ../src/widgets/toolbox.cpp:6177 #, fuzzy msgid "Open end" msgstr "_Åbn seneste" #: ../src/widgets/toolbox.cpp:6179 msgid "Open both" msgstr "" #: ../src/widgets/toolbox.cpp:6238 msgid "All inactive" msgstr "" #: ../src/widgets/toolbox.cpp:6239 msgid "No geometric tool is active" msgstr "" #: ../src/widgets/toolbox.cpp:6272 #, fuzzy msgid "Show limiting bounding box" msgstr "Overfor afgrænsningsbokskant" #: ../src/widgets/toolbox.cpp:6273 msgid "Show bounding box (used to cut infinite lines)" msgstr "" #: ../src/widgets/toolbox.cpp:6284 #, fuzzy msgid "Get limiting bounding box from selection" msgstr "Fjern beskæringssti fra markeringen" #: ../src/widgets/toolbox.cpp:6285 #, fuzzy msgid "" "Set limiting bounding box (used to cut infinite lines) to the bounding box " "of current selection" msgstr "_Hæng afgrænsningsbokse på objekter" #: ../src/widgets/toolbox.cpp:6297 #, fuzzy msgid "Choose a line segment type" msgstr "Ændr linjestykketype" #: ../src/widgets/toolbox.cpp:6313 #, fuzzy msgid "Display measuring info" msgstr "_Visningstilstand" #: ../src/widgets/toolbox.cpp:6314 msgid "Display measuring info for selected items" msgstr "" #: ../src/widgets/toolbox.cpp:6334 msgid "Open LPE dialog" msgstr "" #: ../src/widgets/toolbox.cpp:6335 msgid "Open LPE dialog (to adapt parameters numerically)" msgstr "" #: ../src/widgets/toolbox.cpp:6400 msgid "Delete objects touched by the eraser" msgstr "" #: ../src/widgets/toolbox.cpp:6406 #, fuzzy msgid "Cut" msgstr "K_lip" #: ../src/widgets/toolbox.cpp:6407 #, fuzzy msgid "Cut out from objects" msgstr "Mønstre til objekter" #: ../src/widgets/toolbox.cpp:6435 #, fuzzy msgid "The width of the eraser pen (relative to the visible canvas area)" msgstr "" "Bredde på den kalligrafiske pen (relativt til det synlige område af lærredet)" #: ../src/widgets/toolbox.cpp:6658 #, c-format msgid "Failed to find font matching: %s\n" msgstr "" #: ../src/widgets/toolbox.cpp:6692 msgid "Text: Change font family" msgstr "" #: ../src/widgets/toolbox.cpp:6749 msgid "Text: Change font size" msgstr "" #: ../src/widgets/toolbox.cpp:6869 #, fuzzy msgid "Text: Change font style" msgstr "Ændr linjestykketype" #: ../src/widgets/toolbox.cpp:6948 msgid "Text: Change superscript or subscript" msgstr "" #: ../src/widgets/toolbox.cpp:7093 msgid "Text: Change alignment" msgstr "" #: ../src/widgets/toolbox.cpp:7136 #, fuzzy msgid "Text: Change line-height" msgstr "Sideorientering:" #: ../src/widgets/toolbox.cpp:7185 #, fuzzy msgid "Text: Change word-spacing" msgstr "Sideorientering:" #: ../src/widgets/toolbox.cpp:7227 #, fuzzy msgid "Text: Change letter-spacing" msgstr "Indstil afstand:" #: ../src/widgets/toolbox.cpp:7268 #, fuzzy msgid "Text: Change dx (kern)" msgstr "Ændr linjestykketype" #: ../src/widgets/toolbox.cpp:7302 #, fuzzy msgid "Text: Change dy" msgstr "Ændr linjestykketype" #: ../src/widgets/toolbox.cpp:7337 #, fuzzy msgid "Text: Change rotate" msgstr "Ændr linjestykketype" #: ../src/widgets/toolbox.cpp:7385 #, fuzzy msgid "Text: Change orientation" msgstr "Sideorientering:" #: ../src/widgets/toolbox.cpp:7750 #, fuzzy msgid "Font Family" msgstr "Skrifttype" #: ../src/widgets/toolbox.cpp:7751 #, fuzzy msgid "Select Font Family (Alt-X to access)" msgstr "Skrifttype" #. Entry width #. Extra list width #. Cell layout #. Enable entry completion #: ../src/widgets/toolbox.cpp:7758 msgid "Font not found on system" msgstr "" #. Name #: ../src/widgets/toolbox.cpp:7803 #, fuzzy msgid "Toggle Bold" msgstr "V_inkel" #. Label #: ../src/widgets/toolbox.cpp:7804 msgid "Toggle bold or normal weight" msgstr "" #. Name #: ../src/widgets/toolbox.cpp:7816 msgid "Toggle Italic/Oblique" msgstr "" #. Label #: ../src/widgets/toolbox.cpp:7817 msgid "Toggle italic/oblique style" msgstr "" #. Name #: ../src/widgets/toolbox.cpp:7829 msgid "Toggle Superscript" msgstr "" #. Label #: ../src/widgets/toolbox.cpp:7830 msgid "Toggle superscript" msgstr "" #. Name #: ../src/widgets/toolbox.cpp:7842 msgid "Toggle Subscript" msgstr "" #. Label #: ../src/widgets/toolbox.cpp:7843 #, fuzzy msgid "Toggle subscript" msgstr "PostScript" #: ../src/widgets/toolbox.cpp:7884 msgid "Justify" msgstr "Ligestillet" #. Name #: ../src/widgets/toolbox.cpp:7891 #, fuzzy msgid "Alignment" msgstr "Venstrestillet" #. Label #: ../src/widgets/toolbox.cpp:7892 #, fuzzy msgid "Text alignment" msgstr "Tekst-inddata" #: ../src/widgets/toolbox.cpp:7919 #, fuzzy msgid "Horizontal" msgstr "_Vandret" #: ../src/widgets/toolbox.cpp:7926 #, fuzzy msgid "Vertical" msgstr "_Lodret" #. Label #: ../src/widgets/toolbox.cpp:7933 #, fuzzy msgid "Text orientation" msgstr "Sideorientering:" #. Drop down menu #: ../src/widgets/toolbox.cpp:7956 #, fuzzy msgid "Smaller spacing" msgstr "Indstil afstand:" #: ../src/widgets/toolbox.cpp:7956 ../src/widgets/toolbox.cpp:7987 #: ../src/widgets/toolbox.cpp:8018 #, fuzzy msgctxt "Text tool" msgid "Normal" msgstr "Normal" #: ../src/widgets/toolbox.cpp:7956 #, fuzzy msgid "Larger spacing" msgstr "Linjeafstand:" #. name #: ../src/widgets/toolbox.cpp:7961 #, fuzzy msgid "Line Height" msgstr "Højde:" #. label #: ../src/widgets/toolbox.cpp:7962 #, fuzzy msgid "Line:" msgstr "Linje" #. short label #: ../src/widgets/toolbox.cpp:7963 #, fuzzy msgid "Spacing between lines (times font size)" msgstr "Mellemrum mellem linjer" #. Drop down menu #: ../src/widgets/toolbox.cpp:7987 ../src/widgets/toolbox.cpp:8018 #, fuzzy msgid "Negative spacing" msgstr "Indstil afstand:" #: ../src/widgets/toolbox.cpp:7987 ../src/widgets/toolbox.cpp:8018 #, fuzzy msgid "Positive spacing" msgstr "Linjeafstand:" #. name #: ../src/widgets/toolbox.cpp:7992 #, fuzzy msgid "Word spacing" msgstr "Indstil afstand:" #. label #: ../src/widgets/toolbox.cpp:7993 #, fuzzy msgid "Word:" msgstr "Flyt" #. short label #: ../src/widgets/toolbox.cpp:7994 #, fuzzy msgid "Spacing between words (px)" msgstr "Mellemrum mellem tegn" #. name #: ../src/widgets/toolbox.cpp:8023 #, fuzzy msgid "Letter spacing" msgstr "Indstil afstand:" #. label #: ../src/widgets/toolbox.cpp:8024 #, fuzzy msgid "Letter:" msgstr "Længde:" #. short label #: ../src/widgets/toolbox.cpp:8025 #, fuzzy msgid "Spacing between letters (px)" msgstr "Mellemrum mellem tegn" #. name #: ../src/widgets/toolbox.cpp:8054 #, fuzzy msgid "Kerning" msgstr "_Tegning" #. label #: ../src/widgets/toolbox.cpp:8055 #, fuzzy msgid "Kern:" msgstr "Br_ugernavn:" #. short label #: ../src/widgets/toolbox.cpp:8056 #, fuzzy msgid "Horizontal kerning (px)" msgstr "Vandret knibning" #. name #: ../src/widgets/toolbox.cpp:8085 #, fuzzy msgid "Vertical Shift" msgstr "Lodret tekst" #. label #: ../src/widgets/toolbox.cpp:8086 #, fuzzy msgid "Vert:" msgstr "Invertér:" #. short label #: ../src/widgets/toolbox.cpp:8087 #, fuzzy msgid "Vertical shift (px)" msgstr "Lodret forskydning" #. name #: ../src/widgets/toolbox.cpp:8116 #, fuzzy msgid "Letter rotation" msgstr "Indstil afstand:" #. label #: ../src/widgets/toolbox.cpp:8117 #, fuzzy msgid "Rot:" msgstr "Rolle:" #. short label #: ../src/widgets/toolbox.cpp:8118 #, fuzzy msgid "Character rotation (degrees)" msgstr "_Rotering" #: ../src/widgets/toolbox.cpp:8233 msgid "Set connector type: orthogonal" msgstr "" #: ../src/widgets/toolbox.cpp:8233 msgid "Set connector type: polyline" msgstr "" #: ../src/widgets/toolbox.cpp:8282 #, fuzzy msgid "Change connector curvature" msgstr "Ændr afstand på forbindelsesmellemrum" #: ../src/widgets/toolbox.cpp:8333 #, fuzzy msgid "Change connector spacing" msgstr "Ændr afstand på forbindelsesmellemrum" #: ../src/widgets/toolbox.cpp:8447 #, fuzzy msgid "EditMode" msgstr "Flyt" #: ../src/widgets/toolbox.cpp:8448 msgid "Switch between connection point editing and connector drawing mode" msgstr "" #: ../src/widgets/toolbox.cpp:8462 msgid "Avoid" msgstr "" #: ../src/widgets/toolbox.cpp:8472 #, fuzzy msgid "Ignore" msgstr "ingen" #: ../src/widgets/toolbox.cpp:8483 msgid "Orthogonal" msgstr "" #: ../src/widgets/toolbox.cpp:8484 msgid "Make connector orthogonal or polyline" msgstr "" #: ../src/widgets/toolbox.cpp:8498 #, fuzzy msgid "Connector Curvature" msgstr "Indstillinger for forbindelser" #: ../src/widgets/toolbox.cpp:8498 #, fuzzy msgid "Curvature:" msgstr "Træk kurve" #: ../src/widgets/toolbox.cpp:8499 msgid "The amount of connectors curvature" msgstr "" #: ../src/widgets/toolbox.cpp:8509 #, fuzzy msgid "Connector Spacing" msgstr "Ændr afstand på forbindelsesmellemrum" #: ../src/widgets/toolbox.cpp:8509 msgid "Spacing:" msgstr "Mellemrum:" #: ../src/widgets/toolbox.cpp:8510 msgid "The amount of space left around objects by auto-routing connectors" msgstr "Afstand omkring objekter, når forbindelser dirigeres automatisk" #: ../src/widgets/toolbox.cpp:8521 #, fuzzy msgid "Graph" msgstr "Ombryd" #: ../src/widgets/toolbox.cpp:8531 #, fuzzy msgid "Connector Length" msgstr "Forbinder" #: ../src/widgets/toolbox.cpp:8532 msgid "Ideal length for connectors when layout is applied" msgstr "Ideel længde for forbindelser når layout anvendes" #: ../src/widgets/toolbox.cpp:8544 msgid "Downwards" msgstr "" #: ../src/widgets/toolbox.cpp:8545 msgid "Make connectors with end-markers (arrows) point downwards" msgstr "Lad forbindelser med endemarkører (pile) pege nedad" #: ../src/widgets/toolbox.cpp:8561 msgid "Do not allow overlapping shapes" msgstr "Tillad ikke overlappende figurer" #: ../src/widgets/toolbox.cpp:8576 #, fuzzy msgid "New connection point" msgstr "Ændr afstand på forbindelsesmellemrum" #: ../src/widgets/toolbox.cpp:8577 msgid "Add a new connection point to the currently selected item" msgstr "" #: ../src/widgets/toolbox.cpp:8588 #, fuzzy msgid "Remove connection point" msgstr "Omdirigér forbindelse" #: ../src/widgets/toolbox.cpp:8589 msgid "Remove the currently selected connection point" msgstr "" #: ../src/widgets/toolbox.cpp:8691 #, fuzzy msgid "Fill by" msgstr "Udfyldning" #: ../src/widgets/toolbox.cpp:8692 #, fuzzy msgid "Fill by:" msgstr "Udfyldning" #: ../src/widgets/toolbox.cpp:8704 #, fuzzy msgid "Fill Threshold" msgstr "Tærskel:" #: ../src/widgets/toolbox.cpp:8705 msgid "" "The maximum allowed difference between the clicked pixel and the neighboring " "pixels to be counted in the fill" msgstr "" #: ../src/widgets/toolbox.cpp:8731 msgid "Grow/shrink by" msgstr "" #: ../src/widgets/toolbox.cpp:8731 msgid "Grow/shrink by:" msgstr "" #: ../src/widgets/toolbox.cpp:8732 msgid "" "The amount to grow (positive) or shrink (negative) the created fill path" msgstr "" #: ../src/widgets/toolbox.cpp:8757 #, fuzzy msgid "Close gaps" msgstr "_Ryd" #: ../src/widgets/toolbox.cpp:8758 #, fuzzy msgid "Close gaps:" msgstr "_Ryd" #: ../src/widgets/toolbox.cpp:8770 #, fuzzy msgid "" "Reset paint bucket parameters to defaults (use Inkscape Preferences > Tools " "to change defaults)" msgstr "" "Nulstil figurparametre til standard (benyt Indstillinger for Inkscape > " "Værktøjer for at ændre standarden)" #: ../share/extensions/interp_att_g.py:161 #, fuzzy msgid "There is no selection to interpolate" msgstr "Markering til øverst" #: ../share/extensions/voronoi2svg.py:209 #, fuzzy msgid "Please select objects!" msgstr "Duplikér markerede objekter" #. vim: expandtab shiftwidth=2 tabstop=2 softtabstop=2 fileencoding=utf-8 textwidth=99 #: ../share/extensions/addnodes.inx.h:1 msgid "Add Nodes" msgstr "Tilføj knudepunkter" #: ../share/extensions/addnodes.inx.h:2 #, fuzzy msgid "By max. segment length" msgstr "Maksimal linjestykkelængde" #: ../share/extensions/addnodes.inx.h:3 #, fuzzy msgid "By number of segments" msgstr "Antal trin" #: ../share/extensions/addnodes.inx.h:4 #, fuzzy msgid "Division method:" msgstr "Opdeling" #: ../share/extensions/addnodes.inx.h:5 #, fuzzy msgid "Maximum segment length (px):" msgstr "Maksimal linjestykkelængde" #: ../share/extensions/addnodes.inx.h:6 #: ../share/extensions/convert2dashes.inx.h:2 #: ../share/extensions/edge3d.inx.h:6 ../share/extensions/flatten.inx.h:3 #: ../share/extensions/fractalize.inx.h:2 #: ../share/extensions/interp_att_g.inx.h:12 #: ../share/extensions/markers_strokepaint.inx.h:10 #: ../share/extensions/perspective.inx.h:1 #: ../share/extensions/pixelsnap.inx.h:1 #: ../share/extensions/radiusrand.inx.h:5 #: ../share/extensions/rubberstretch.inx.h:3 #: ../share/extensions/straightseg.inx.h:2 #: ../share/extensions/summersnight.inx.h:2 ../share/extensions/whirl.inx.h:2 msgid "Modify Path" msgstr "Ændr Sti" #: ../share/extensions/addnodes.inx.h:7 #, fuzzy msgid "Number of segments:" msgstr "Antal trin" #: ../share/extensions/ai_input.inx.h:1 #, fuzzy msgid "AI 8.0 Input" msgstr "AI-inddata" #: ../share/extensions/ai_input.inx.h:2 #, fuzzy msgid "Adobe Illustrator 8.0 and below (*.ai)" msgstr "Adobe Illustrator (*.ai)" #: ../share/extensions/ai_input.inx.h:3 #, fuzzy msgid "Open files saved with Adobe Illustrator 8.0 or older" msgstr "Åbn filer gemt med Adobe Illustrator" #: ../share/extensions/aisvg.inx.h:1 msgid "AI SVG Input" msgstr "AI SVG-inddata" #: ../share/extensions/aisvg.inx.h:2 msgid "Adobe Illustrator SVG (*.ai.svg)" msgstr "Adobe Illustrator SVG (*ai.svg)" #: ../share/extensions/aisvg.inx.h:3 msgid "Cleans the cruft out of Adobe Illustrator SVGs before opening" msgstr "Renser ud i Adobe Illustrator SVG-filer før de åbnes" #: ../share/extensions/ccx_input.inx.h:1 msgid "Corel DRAW Compressed Exchange files (.ccx)" msgstr "" #: ../share/extensions/ccx_input.inx.h:2 msgid "Corel DRAW Compressed Exchange files input" msgstr "" #: ../share/extensions/ccx_input.inx.h:3 msgid "Open compressed exchange files saved in Corel DRAW" msgstr "" #: ../share/extensions/cdr_input.inx.h:1 msgid "Corel DRAW 7-X4 files (*.cdr)" msgstr "" #: ../share/extensions/cdr_input.inx.h:2 msgid "Corel DRAW Input" msgstr "" #: ../share/extensions/cdr_input.inx.h:3 #, fuzzy msgid "Open files saved in Corel DRAW 7-X4" msgstr "Åbn filer gemt med XFIG" #: ../share/extensions/cdt_input.inx.h:1 msgid "Corel DRAW 7-13 template files (.cdt)" msgstr "" #: ../share/extensions/cdt_input.inx.h:2 msgid "Corel DRAW templates input" msgstr "" #: ../share/extensions/cdt_input.inx.h:3 #, fuzzy msgid "Open files saved in Corel DRAW 7-13" msgstr "Åbn filer gemt med XFIG" #: ../share/extensions/cgm_input.inx.h:1 msgid "Computer Graphics Metafile files (.cgm)" msgstr "" #: ../share/extensions/cgm_input.inx.h:2 msgid "Computer Graphics Metafile files input" msgstr "" #: ../share/extensions/cgm_input.inx.h:3 msgid "Open Computer Graphics Metafile files" msgstr "" #: ../share/extensions/cmx_input.inx.h:1 msgid "Corel DRAW Presentation Exchange files (.cmx)" msgstr "" #: ../share/extensions/cmx_input.inx.h:2 msgid "Corel DRAW Presentation Exchange files input" msgstr "" #: ../share/extensions/cmx_input.inx.h:3 msgid "Open presentation exchange files saved in Corel DRAW" msgstr "" #: ../share/extensions/color_blackandwhite.inx.h:1 #, fuzzy msgid "Black and White" msgstr "Invertér sorte og hvide områdr til enkelte sporinger" #: ../share/extensions/color_brighter.inx.h:1 #, fuzzy msgid "Brighter" msgstr "Lysstyrke" #: ../share/extensions/color_custom.inx.h:1 msgid "" "Allows you to evaluate different functions for each channel.\n" "r, g and b are the normalized values of the red, green and blue channels. " "The resulting RGB values are automatically clamped.\n" " \n" "Example (half the red, swap green and blue):\n" " Red Function: r*0.5 \n" " Green Function: b \n" " Blue Function: g" msgstr "" #: ../share/extensions/color_custom.inx.h:8 #, fuzzy msgid "Blue Function:" msgstr "Funktion" #: ../share/extensions/color_custom.inx.h:10 #, fuzzy msgctxt "Custom color extension" msgid "Custom" msgstr "_Brugerdefineret" #: ../share/extensions/color_custom.inx.h:11 #, fuzzy msgid "Green Function:" msgstr "Funktion" #: ../share/extensions/color_custom.inx.h:13 msgid "Input (r,g,b) Color Range:" msgstr "" #: ../share/extensions/color_custom.inx.h:15 #, fuzzy msgid "Red Function:" msgstr "Funktion" #: ../share/extensions/color_darker.inx.h:2 #, fuzzy msgid "Darker" msgstr "Farvevælger" #: ../share/extensions/color_desaturate.inx.h:2 #, fuzzy msgid "Desaturate" msgstr "Deaktiveret" #: ../share/extensions/color_grayscale.inx.h:2 #: ../share/extensions/webslicer_create_rect.inx.h:16 msgid "Grayscale" msgstr "" #: ../share/extensions/color_lesshue.inx.h:2 msgid "Less Hue" msgstr "" #: ../share/extensions/color_lesslight.inx.h:2 msgid "Less Light" msgstr "" #: ../share/extensions/color_lesssaturation.inx.h:2 #, fuzzy msgid "Less Saturation" msgstr "Farvemætning" #: ../share/extensions/color_morehue.inx.h:2 #, fuzzy msgid "More Hue" msgstr "Flyt knudepunkter" #: ../share/extensions/color_morelight.inx.h:2 #, fuzzy msgid "More Light" msgstr "Kildes højde" #: ../share/extensions/color_moresaturation.inx.h:2 #, fuzzy msgid "More Saturation" msgstr "Farvemætning" #: ../share/extensions/color_negative.inx.h:2 #, fuzzy msgid "Negative" msgstr "Deaktiveret" #: ../share/extensions/color_randomize.inx.h:2 msgid "" "Converts to HSL, randomizes hue and/or saturation and/or lightness and " "converts it back to RGB." msgstr "" #: ../share/extensions/color_randomize.inx.h:7 #: ../share/extensions/render_alphabetsoup.inx.h:2 #, fuzzy msgid "Randomize" msgstr "Tilfældiggør:" #: ../share/extensions/color_removeblue.inx.h:2 #, fuzzy msgid "Remove Blue" msgstr "Fjern udfyldning" #: ../share/extensions/color_removegreen.inx.h:2 #, fuzzy msgid "Remove Green" msgstr "Fjern streg" #: ../share/extensions/color_removered.inx.h:2 #, fuzzy msgid "Remove Red" msgstr "Fjern" #: ../share/extensions/color_replace.inx.h:1 msgid "By color (RRGGBB hex):" msgstr "" #: ../share/extensions/color_replace.inx.h:3 #, fuzzy msgid "Color to replace" msgstr "Farve på gitterlinjer" #: ../share/extensions/color_replace.inx.h:4 #, fuzzy msgid "New color" msgstr "Kopiér farve" #: ../share/extensions/color_replace.inx.h:5 #, fuzzy msgid "Replace color" msgstr "Sidste valgte farve" #: ../share/extensions/color_replace.inx.h:6 msgid "Replace color (RRGGBB hex):" msgstr "" #: ../share/extensions/color_rgbbarrel.inx.h:2 msgid "RGB Barrel" msgstr "" #: ../share/extensions/convert2dashes.inx.h:1 #, fuzzy msgid "Convert to Dashes" msgstr "_Konvertér til tekst" #: ../share/extensions/dia.inx.h:1 msgid "A diagram created with the program Dia" msgstr "Et diagram oprettet med programmet Dia" #: ../share/extensions/dia.inx.h:2 msgid "Dia Diagram (*.dia)" msgstr "Dia diagram (*.dia)" #: ../share/extensions/dia.inx.h:3 msgid "Dia Input" msgstr "Dia-inddata" #: ../share/extensions/dia.inx.h:4 #, fuzzy msgid "" "In order to import Dia files, Dia itself must be installed. You can get Dia " "at http://live.gnome.org/Dia" msgstr "" "For at importere Dia-filer, skal Dia være installeret. Du kan hente Dia ved " "http://www.gnome.org/projects/dia/" #: ../share/extensions/dia.inx.h:5 msgid "" "The dia2svg.sh script should be installed with your Inkscape distribution. " "If you do not have it, there is likely to be something wrong with your " "Inkscape installation." msgstr "" "dia2svg.sh-scriptet skal være installeret. Hvis ikke du har den er der " "sikkert noget galt med din installation af Inkscape." #: ../share/extensions/dimension.inx.h:1 #, fuzzy msgid "Bounding box type :" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../share/extensions/dimension.inx.h:2 #, fuzzy msgid "Dimensions" msgstr "Opdeling" #: ../share/extensions/dimension.inx.h:3 #, fuzzy msgid "Geometric" msgstr "rod" #: ../share/extensions/dimension.inx.h:4 #, fuzzy msgid "Visual" msgstr "Visualisér sti" #: ../share/extensions/dimension.inx.h:5 ../share/extensions/dots.inx.h:13 #: ../share/extensions/handles.inx.h:2 ../share/extensions/measure.inx.h:38 msgid "Visualize Path" msgstr "Visualisér sti" #: ../share/extensions/dimension.inx.h:6 #, fuzzy msgid "X Offset:" msgstr "Forskydninger" #: ../share/extensions/dimension.inx.h:7 #, fuzzy msgid "Y Offset:" msgstr "Forskydninger" #: ../share/extensions/dots.inx.h:1 #, fuzzy msgid "Dot size:" msgstr "Prikstørrelse" #: ../share/extensions/dots.inx.h:4 msgid "Number Nodes" msgstr "Nummerér knudpunkter" #: ../share/extensions/dots.inx.h:6 #, fuzzy msgid "Starting dot number:" msgstr "Vinkel" #: ../share/extensions/dots.inx.h:7 #, fuzzy msgid "Step:" msgstr "Trin" #: ../share/extensions/dots.inx.h:8 msgid "" "This extension replaces the selection's nodes with numbered dots according " "to the following options:\n" " * Font size: size of the node number labels (20px, 12pt...).\n" " * Dot size: diameter of the dots placed at path nodes (10px, 2mm...).\n" " * Starting dot number: first number in the sequence, assigned to the " "first node of the path.\n" " * Step: numbering step between two nodes." msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:1 #, fuzzy msgid "Altitudes" msgstr "Justér knudepunkter" #: ../share/extensions/draw_from_triangle.inx.h:2 #, fuzzy msgid "Angle Bisectors" msgstr "Opdeling" #: ../share/extensions/draw_from_triangle.inx.h:3 #, fuzzy msgid "Centroid" msgstr "Centrér" #: ../share/extensions/draw_from_triangle.inx.h:4 #, fuzzy msgid "Circumcentre" msgstr "Dokument" #: ../share/extensions/draw_from_triangle.inx.h:5 #, fuzzy msgid "Circumcircle" msgstr "Cirkel" #: ../share/extensions/draw_from_triangle.inx.h:6 #, fuzzy msgid "Common Objects" msgstr "Objekter" #: ../share/extensions/draw_from_triangle.inx.h:7 #, fuzzy msgid "Contact Triangle" msgstr "Vinkel" #: ../share/extensions/draw_from_triangle.inx.h:8 msgid "Custom Point Specified By:" msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:9 #, fuzzy msgid "Custom Points and Options" msgstr "Tilfældig placering" #: ../share/extensions/draw_from_triangle.inx.h:10 msgid "Draw Circle Around This Point" msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:11 #, fuzzy msgid "Draw From Triangle" msgstr "Vinkel" #: ../share/extensions/draw_from_triangle.inx.h:12 msgid "Draw Isogonal Conjugate" msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:13 msgid "Draw Isotomic Conjugate" msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:14 msgid "Draw Marker At This Point" msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:15 #, fuzzy msgid "Excentral Triangle" msgstr "Vinkel" #: ../share/extensions/draw_from_triangle.inx.h:16 #, fuzzy msgid "Excentres" msgstr "Ekstruder" #: ../share/extensions/draw_from_triangle.inx.h:17 #, fuzzy msgid "Excircles" msgstr "Cirkel" #: ../share/extensions/draw_from_triangle.inx.h:18 #, fuzzy msgid "Extouch Triangle" msgstr "Vinkel" #: ../share/extensions/draw_from_triangle.inx.h:19 #, fuzzy msgid "Gergonne Point" msgstr "Stregmaling" #: ../share/extensions/draw_from_triangle.inx.h:21 #, fuzzy msgid "Incentre" msgstr "Indryk knudepunkt" #: ../share/extensions/draw_from_triangle.inx.h:22 #, fuzzy msgid "Incircle" msgstr "Cirkel" #: ../share/extensions/draw_from_triangle.inx.h:23 #, fuzzy msgid "Nagel Point" msgstr "Sort" #: ../share/extensions/draw_from_triangle.inx.h:24 msgid "Nine-Point Centre" msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:25 msgid "Nine-Point Circle" msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:26 #, fuzzy msgid "Orthic Triangle" msgstr "Vinkel" #: ../share/extensions/draw_from_triangle.inx.h:27 #, fuzzy msgid "Orthocentre" msgstr "Meter" #: ../share/extensions/draw_from_triangle.inx.h:28 #, fuzzy msgid "Point At:" msgstr "Punkter" #: ../share/extensions/draw_from_triangle.inx.h:29 #: ../share/extensions/wireframe_sphere.inx.h:4 #, fuzzy msgid "Radius (px):" msgstr "Radius" #: ../share/extensions/draw_from_triangle.inx.h:31 #, fuzzy msgid "Report this triangle's properties" msgstr "Udskrivningsegenskaber" #: ../share/extensions/draw_from_triangle.inx.h:32 #, fuzzy msgid "Symmedial Triangle" msgstr "Vinkel" #: ../share/extensions/draw_from_triangle.inx.h:33 #, fuzzy msgid "Symmedian Point" msgstr "Lodret tekst" #: ../share/extensions/draw_from_triangle.inx.h:34 msgid "Symmedians" msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:35 msgid "" "This extension draws constructions about a triangle defined by the first 3 " "nodes of a selected path. You may select one of preset objects or create " "your own ones.\n" " \n" "All units are the Inkscape's pixel unit. Angles are all in radians.\n" "You can specify a point by trilinear coordinates or by a triangle centre " "function.\n" "Enter as functions of the side length or angles.\n" "Trilinear elements should be separated by a colon: ':'.\n" "Side lengths are represented as 's_a', 's_b' and 's_c'.\n" "Angles corresponding to these are 'a_a', 'a_b', and 'a_c'.\n" "You can also use the semi-perimeter and area of the triangle as constants. " "Write 'area' or 'semiperim' for these.\n" "\n" "You can use any standard Python math function:\n" "ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); \n" "modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); \n" "acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); \n" "cos(x); sin(x); tan(x); degrees(x); radians(x); \n" "cosh(x); sinh(x); tanh(x)\n" "\n" "Also available are the inverse trigonometric functions:\n" "sec(x); csc(x); cot(x)\n" "\n" "You can specify the radius of a circle around a custom point using a " "formula, which may also contain the side lengths, angles, etc. You can also " "plot the isogonal and isotomic conjugate of the point. Be aware that this " "may cause a divide-by-zero error for certain points.\n" " " msgstr "" #: ../share/extensions/draw_from_triangle.inx.h:57 #, fuzzy msgid "Triangle Function" msgstr "Funktion" #: ../share/extensions/draw_from_triangle.inx.h:58 #, fuzzy msgid "Trilinear Coordinates" msgstr "Markørkoordinater" #: ../share/extensions/dxf_input.inx.h:1 msgid "" "- AutoCAD Release 13 and newer.\n" "- assume dxf drawing is in mm.\n" "- assume svg drawing is in pixels, at 90 dpi.\n" "- scale factor and origin apply only to manual scaling.\n" "- layers are preserved only on File->Open, not Import.\n" "- limited support for BLOCKS, use AutoCAD Explode Blocks instead, if needed." msgstr "" #: ../share/extensions/dxf_input.inx.h:7 #, fuzzy msgid "AutoCAD DXF R13 (*.dxf)" msgstr "AutoCAD DXF (*.dxf)" #: ../share/extensions/dxf_input.inx.h:8 #: ../share/extensions/render_barcode_qrcode.inx.h:3 #, fuzzy msgid "Character encoding:" msgstr "Ikke afrundede" #: ../share/extensions/dxf_input.inx.h:9 msgid "DXF Input" msgstr "DXF inddata" #: ../share/extensions/dxf_input.inx.h:10 msgid "Gcodetools compatible point import" msgstr "" #: ../share/extensions/dxf_input.inx.h:12 msgid "Import AutoCAD's Document Exchange Format" msgstr "Importér AutoCADs Document Exchange Format" #: ../share/extensions/dxf_input.inx.h:13 msgid "Manual x-axis origin (mm):" msgstr "" #: ../share/extensions/dxf_input.inx.h:14 msgid "Manual y-axis origin (mm):" msgstr "" #: ../share/extensions/dxf_input.inx.h:16 msgid "Or, use manual scale factor:" msgstr "" #: ../share/extensions/dxf_input.inx.h:17 #, fuzzy msgid "Text Font:" msgstr "Tekst-inddata" #: ../share/extensions/dxf_input.inx.h:18 msgid "Use automatic scaling to size A4" msgstr "" #: ../share/extensions/dxf_outlines.inx.h:1 msgid "" "- AutoCAD Release 14 DXF format.\n" "- The base unit parameter specifies in what unit the coordinates are output " "(90 px = 1 in).\n" "- Supported element types\n" " - paths (lines and splines)\n" " - rectangles\n" " - clones (the crossreference to the original is lost)\n" "- ROBO-Master spline output is a specialized spline readable only by ROBO-" "Master and AutoDesk viewers, not Inkscape.\n" "- LWPOLYLINE output is a multiply-connected polyline, disable it to use a " "legacy version of the LINE output.\n" "- You can choose to export all layers or only visible ones" msgstr "" #: ../share/extensions/dxf_outlines.inx.h:10 msgid "Base unit" msgstr "" #: ../share/extensions/dxf_outlines.inx.h:11 msgid "CP 1250" msgstr "" #: ../share/extensions/dxf_outlines.inx.h:12 msgid "CP 1252" msgstr "" #: ../share/extensions/dxf_outlines.inx.h:13 #, fuzzy msgid "Character Encoding" msgstr "Ikke afrundede" #: ../share/extensions/dxf_outlines.inx.h:14 msgid "Desktop Cutting Plotter" msgstr "Desktop-CNC-fræser" #: ../share/extensions/dxf_outlines.inx.h:15 #, fuzzy msgid "Desktop Cutting Plotter (AutoCAD DXF R14) (*.dxf)" msgstr "Desktop-CNC-fræser (*.DXF)" #: ../share/extensions/dxf_outlines.inx.h:17 #, fuzzy msgid "Latin 1" msgstr "Start:" #: ../share/extensions/dxf_outlines.inx.h:19 msgid "UTF 8" msgstr "" #: ../share/extensions/dxf_outlines.inx.h:23 #, fuzzy msgid "keep only visible layers" msgstr "Markér i alle lag" #: ../share/extensions/dxf_outlines.inx.h:29 msgid "use LWPOLYLINE type of line output" msgstr "" #: ../share/extensions/dxf_outlines.inx.h:30 msgid "use ROBO-Master type of spline output" msgstr "" #: ../share/extensions/dxf_output.inx.h:1 #, fuzzy msgid "AutoCAD DXF R12 (*.dxf)" msgstr "AutoCAD DXF (*.dxf)" #: ../share/extensions/dxf_output.inx.h:2 msgid "DXF Output" msgstr "DXF-uddata" #: ../share/extensions/dxf_output.inx.h:3 msgid "DXF file written by pstoedit" msgstr "DXF-fil skrevet med pstoedit" #: ../share/extensions/dxf_output.inx.h:4 #, fuzzy msgid "pstoedit must be installed to run; see http://www.pstoedit.net/pstoedit" msgstr "" "pstoedit skal være installeret for at kunne køre, se http://www.pstoedit.net/" "pstoedit" #: ../share/extensions/edge3d.inx.h:1 #, fuzzy msgid "Blur height:" msgstr "Højde:" #: ../share/extensions/edge3d.inx.h:2 #, fuzzy msgid "Blur stdDeviation:" msgstr "Udskrivningsdestination" #: ../share/extensions/edge3d.inx.h:3 #, fuzzy msgid "Blur width:" msgstr "Ens bredde" #: ../share/extensions/edge3d.inx.h:4 #, fuzzy msgid "Edge 3D" msgstr "Udtvær kant" #: ../share/extensions/edge3d.inx.h:5 #, fuzzy msgid "Illumination Angle:" msgstr "_Rotering" #: ../share/extensions/edge3d.inx.h:7 #, fuzzy msgid "Only black and white:" msgstr "Invertér sorte og hvide områdr til enkelte sporinger" #: ../share/extensions/edge3d.inx.h:8 #, fuzzy msgid "Shades:" msgstr "Figurer" #: ../share/extensions/edge3d.inx.h:9 #, fuzzy msgid "Stroke width:" msgstr "Bredde på streg" #: ../share/extensions/embedimage.inx.h:1 #, fuzzy msgid "Embed Images" msgstr "Indlejr alle billeder" #: ../share/extensions/embedimage.inx.h:2 #, fuzzy msgid "Embed only selected images" msgstr "Indlejr alle billeder" #: ../share/extensions/eps_input.inx.h:1 msgid "EPS Input" msgstr "EPS-inddata" #: ../share/extensions/eqtexsvg.inx.h:1 msgid "Additional packages (comma-separated): " msgstr "" #: ../share/extensions/eqtexsvg.inx.h:2 #, fuzzy msgid "LaTeX" msgstr "LaTeX udskrivning" #: ../share/extensions/eqtexsvg.inx.h:3 #, fuzzy msgid "LaTeX input: " msgstr "LaTeX udskrivning" #: ../share/extensions/export_gimp_palette.inx.h:1 msgid "Export as GIMP Palette" msgstr "" #: ../share/extensions/export_gimp_palette.inx.h:2 msgid "Exports the colors of this document as GIMP Palette" msgstr "" #: ../share/extensions/export_gimp_palette.inx.h:3 #, fuzzy msgid "GIMP Palette (*.gpl)" msgstr "GIMP Gradient (*.ggr)" #: ../share/extensions/extractimage.inx.h:1 msgid "" "* Don't type the file extension, it is appended automatically.\n" "* A relative path (or a filename without path) is relative to the user's " "home directory." msgstr "" #: ../share/extensions/extractimage.inx.h:3 #, fuzzy msgid "Extract Image" msgstr "Udpak et billede" #: ../share/extensions/extractimage.inx.h:5 #, fuzzy msgid "Path to save image:" msgstr "Sti til gemning af billede" #: ../share/extensions/extrude.inx.h:3 #, fuzzy msgid "Lines" msgstr "Linje" #: ../share/extensions/extrude.inx.h:5 #, fuzzy msgid "Polygons" msgstr "Polygon" #: ../share/extensions/fig_input.inx.h:1 msgid "Open files saved with XFIG" msgstr "Åbn filer gemt med XFIG" #: ../share/extensions/fig_input.inx.h:2 #, fuzzy msgid "XFIG Graphics File (*.fig)" msgstr "XFIG grafikfil (*.fig)" #: ../share/extensions/fig_input.inx.h:3 msgid "XFIG Input" msgstr "XFIG inddata" #: ../share/extensions/flatten.inx.h:1 #, fuzzy msgid "Flatness:" msgstr "Fladhed" #: ../share/extensions/flatten.inx.h:2 #, fuzzy msgid "Flatten Beziers" msgstr "Udjævn Bezier" #: ../share/extensions/foldablebox.inx.h:1 #, fuzzy msgid "Add Guide Lines" msgstr "Hjælpelinie" #: ../share/extensions/foldablebox.inx.h:2 #, fuzzy msgid "Depth:" msgstr "Tekst" #: ../share/extensions/foldablebox.inx.h:3 msgid "Foldable Box" msgstr "" #: ../share/extensions/foldablebox.inx.h:5 msgid "Paper Thickness:" msgstr "" #: ../share/extensions/foldablebox.inx.h:7 #, fuzzy msgid "Tab Proportion:" msgstr "Skalér proportionalt" #: ../share/extensions/fractalize.inx.h:1 msgid "Fractalize" msgstr "" #: ../share/extensions/fractalize.inx.h:4 #, fuzzy msgid "Subdivisions:" msgstr "Opdeling" #: ../share/extensions/funcplot.inx.h:1 msgid "Add x-axis endpoints" msgstr "" #: ../share/extensions/funcplot.inx.h:2 msgid "Calculate first derivative numerically" msgstr "Beregn første afledede numerisk" #: ../share/extensions/funcplot.inx.h:3 #: ../share/extensions/param_curves.inx.h:1 #, fuzzy msgid "Draw Axes" msgstr "Tegn håndtag" #: ../share/extensions/funcplot.inx.h:4 #, fuzzy msgid "End X value:" msgstr "Værdi" #: ../share/extensions/funcplot.inx.h:5 #, fuzzy msgid "First derivative:" msgstr "Første afledede" #: ../share/extensions/funcplot.inx.h:6 msgid "Function Plotter" msgstr "Funktionsplotter" #: ../share/extensions/funcplot.inx.h:7 #, fuzzy msgid "Function:" msgstr "Funktion" #: ../share/extensions/funcplot.inx.h:8 #: ../share/extensions/param_curves.inx.h:3 #, fuzzy msgid "Functions" msgstr "Funktion" #: ../share/extensions/funcplot.inx.h:9 #: ../share/extensions/param_curves.inx.h:4 msgid "Isotropic scaling" msgstr "" #: ../share/extensions/funcplot.inx.h:10 msgid "Multiply X range by 2*pi" msgstr "" #: ../share/extensions/funcplot.inx.h:11 #, fuzzy msgid "Number of samples:" msgstr "Antal trin" #: ../share/extensions/funcplot.inx.h:12 msgid "Range and sampling" msgstr "" #: ../share/extensions/funcplot.inx.h:13 #: ../share/extensions/param_curves.inx.h:8 #, fuzzy msgid "Remove rectangle" msgstr "Opret firkant" #: ../share/extensions/funcplot.inx.h:15 msgid "" "Select a rectangle before calling the extension,\n" "it will determine X and Y scales. If you wish to fill the area, then add x-" "axis endpoints.\n" "\n" "With polar coordinates:\n" " Start and end X values define the angle range in radians.\n" " X scale is set so that left and right edges of rectangle are at +/-1.\n" " Isotropic scaling is disabled.\n" " First derivative is always determined numerically." msgstr "" #: ../share/extensions/funcplot.inx.h:23 #: ../share/extensions/param_curves.inx.h:13 msgid "" "Standard Python math functions are available:\n" "\n" "ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); \n" "modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); \n" "acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); \n" "cos(x); sin(x); tan(x); degrees(x); radians(x); \n" "cosh(x); sinh(x); tanh(x).\n" "\n" "The constants pi and e are also available." msgstr "" #: ../share/extensions/funcplot.inx.h:32 #, fuzzy msgid "Start X value:" msgstr "Attributværdi" #: ../share/extensions/funcplot.inx.h:33 #: ../share/extensions/param_curves.inx.h:23 #, fuzzy msgid "Use" msgstr "Uindfattet" #: ../share/extensions/funcplot.inx.h:34 #, fuzzy msgid "Use polar coordinates" msgstr "Markørkoordinater" #: ../share/extensions/funcplot.inx.h:35 #: ../share/extensions/param_curves.inx.h:24 msgid "" "When set, Isotropic scaling uses smallest of width/xrange or height/yrange" msgstr "" #: ../share/extensions/funcplot.inx.h:36 #, fuzzy msgid "Y value of rectangle's bottom:" msgstr "Højde på rektangel" #: ../share/extensions/funcplot.inx.h:37 #, fuzzy msgid "Y value of rectangle's top:" msgstr "Højde på rektangel" #: ../share/extensions/gears.inx.h:1 #, fuzzy msgid "Circular pitch (tooth size):" msgstr "Værktøjskontrollinjen" #: ../share/extensions/gears.inx.h:2 msgid "Diameter of center hole (0 for none):" msgstr "" #: ../share/extensions/gears.inx.h:3 #, fuzzy msgid "Gear" msgstr "_Ryd" #: ../share/extensions/gears.inx.h:4 #, fuzzy msgid "Number of teeth:" msgstr "Antal trin" #: ../share/extensions/gears.inx.h:5 #, fuzzy msgid "Pressure angle (degrees):" msgstr "Bevaret" #: ../share/extensions/gears.inx.h:7 msgid "Unit of measure for both circular pitch and center diameter." msgstr "" #: ../share/extensions/gcodetools_about.inx.h:1 msgid "About" msgstr "" #: ../share/extensions/gcodetools_about.inx.h:2 #: ../share/extensions/gcodetools_area.inx.h:24 #: ../share/extensions/gcodetools_check_for_updates.inx.h:3 #: ../share/extensions/gcodetools_dxf_points.inx.h:11 #: ../share/extensions/gcodetools_engraving.inx.h:12 #: ../share/extensions/gcodetools_graffiti.inx.h:13 #: ../share/extensions/gcodetools_lathe.inx.h:16 #: ../share/extensions/gcodetools_orientation_points.inx.h:3 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:13 #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:4 #: ../share/extensions/gcodetools_tools_library.inx.h:1 msgid "Gcodetools" msgstr "" #: ../share/extensions/gcodetools_about.inx.h:3 #: ../share/extensions/gcodetools_area.inx.h:25 #: ../share/extensions/gcodetools_check_for_updates.inx.h:4 #: ../share/extensions/gcodetools_dxf_points.inx.h:12 #: ../share/extensions/gcodetools_engraving.inx.h:13 #: ../share/extensions/gcodetools_graffiti.inx.h:14 #: ../share/extensions/gcodetools_lathe.inx.h:17 #: ../share/extensions/gcodetools_orientation_points.inx.h:4 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:14 #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:5 #: ../share/extensions/gcodetools_tools_library.inx.h:2 msgid "" "Gcodetools plug-in: converts paths to Gcode (using circular interpolation), " "makes offset paths and engraves sharp corners using cone cutters. This plug-" "in calculates Gcode for paths using circular interpolation or linear motion " "when needed. Tutorials, manuals and support can be found at English support " "forum: http://www.cnc-club.ru/gcodetools and Russian support forum: http://" "www.cnc-club.ru/gcodetoolsru Credits: Nick Drobchenko, Vladimir Kalyaev, " "John Brooker, Henry Nicolas, Chris Lusby Taylor. Gcodetools ver. 1.7" msgstr "" #: ../share/extensions/gcodetools_about.inx.h:4 msgid "" "Gcodetools was developed to make simple Gcode from Inkscape's paths. Gcode " "is a special format which is used in most of CNC machines. So Gcodetools " "allows you to use Inkscape as CAM program. It can be use with a lot of " "machine types: Mills Lathes Laser and Plasma cutters and engravers Mill " "engravers Plotters etc. To get more info visit developers page at http://www." "cnc-club.ru/gcodetools" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:1 msgid "" "\"Create area offset\": creates several Inkscape path offsets to fill " "original path's area up to \"Area radius\" value. Outlines start from \"1/2 D" "\" up to \"Area width\" total width with \"D\" steps where D is taken from " "the nearest tool definition (\"Tool diameter\" value). Only one offset will " "be created if the \"Area width\" is equal to \"1/2 D\"." msgstr "" #: ../share/extensions/gcodetools_area.inx.h:2 #, fuzzy msgid "Action:" msgstr "Acceleration:" #: ../share/extensions/gcodetools_area.inx.h:3 #: ../share/extensions/gcodetools_dxf_points.inx.h:1 #: ../share/extensions/gcodetools_engraving.inx.h:2 #: ../share/extensions/gcodetools_graffiti.inx.h:3 #: ../share/extensions/gcodetools_lathe.inx.h:1 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:1 msgid "Add numeric suffix to filename" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:4 #: ../share/extensions/gcodetools_dxf_points.inx.h:2 #: ../share/extensions/gcodetools_engraving.inx.h:3 #: ../share/extensions/gcodetools_graffiti.inx.h:4 #: ../share/extensions/gcodetools_lathe.inx.h:2 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:2 msgid "Additional post-processor:" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:5 #, fuzzy msgid "Area" msgstr "Løst koblede" #: ../share/extensions/gcodetools_area.inx.h:6 msgid "Area artifacts" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:7 #, fuzzy msgid "Area fill angle" msgstr "Venstre vinkel" #: ../share/extensions/gcodetools_area.inx.h:8 msgid "Area fill shift" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:9 msgid "Area tool overlap (0..0.9):" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:10 #, fuzzy msgid "Area width:" msgstr "Kildes bredde" #: ../share/extensions/gcodetools_area.inx.h:11 msgid "Artifact diameter:" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:12 #: ../share/extensions/gcodetools_lathe.inx.h:3 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:3 msgid "" "Biarc interpolation tolerance is the maximum distance between path and its " "approximation. The segment will be split into two segments if the distance " "between path's segment and its approximation exceeds biarc interpolation " "tolerance. For depth function c=color intensity from 0.0 (white) to 1.0 " "(black), d is the depth defined by orientation points, s - surface defined " "by orientation points." msgstr "" #: ../share/extensions/gcodetools_area.inx.h:13 #: ../share/extensions/gcodetools_lathe.inx.h:4 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:4 #, fuzzy msgid "Biarc interpolation tolerance:" msgstr "Interpolationstrin" #: ../share/extensions/gcodetools_area.inx.h:14 #: ../share/extensions/gcodetools_engraving.inx.h:4 #: ../share/extensions/gcodetools_graffiti.inx.h:5 #: ../share/extensions/gcodetools_lathe.inx.h:5 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:5 msgid "Comment Gcode:" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:15 #: ../share/extensions/gcodetools_lathe.inx.h:7 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:6 msgid "Cutting order:" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:16 #: ../share/extensions/gcodetools_lathe.inx.h:8 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:7 #, fuzzy msgid "Depth function:" msgstr "Funktion" #: ../share/extensions/gcodetools_area.inx.h:17 #: ../share/extensions/gcodetools_dxf_points.inx.h:6 #: ../share/extensions/gcodetools_engraving.inx.h:5 #: ../share/extensions/gcodetools_graffiti.inx.h:8 #: ../share/extensions/gcodetools_lathe.inx.h:9 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:8 #, fuzzy msgid "Directory:" msgstr "Beskrivelse" #: ../share/extensions/gcodetools_area.inx.h:18 #: ../share/extensions/gcodetools_dxf_points.inx.h:7 #: ../share/extensions/gcodetools_engraving.inx.h:8 #: ../share/extensions/gcodetools_graffiti.inx.h:9 #: ../share/extensions/gcodetools_lathe.inx.h:10 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:9 msgid "Fast pre-penetrate" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:19 #: ../share/extensions/gcodetools_dxf_points.inx.h:8 #: ../share/extensions/gcodetools_engraving.inx.h:9 #: ../share/extensions/gcodetools_graffiti.inx.h:10 #: ../share/extensions/gcodetools_lathe.inx.h:11 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:10 #, fuzzy msgid "File:" msgstr "_Fil" #: ../share/extensions/gcodetools_area.inx.h:20 #, fuzzy msgid "Fill area" msgstr "Ud_fyldning og streg" #: ../share/extensions/gcodetools_area.inx.h:21 #, fuzzy msgid "Filling method" msgstr "Opdeling" #: ../share/extensions/gcodetools_area.inx.h:22 #: ../share/extensions/gcodetools_dxf_points.inx.h:9 #: ../share/extensions/gcodetools_engraving.inx.h:10 #: ../share/extensions/gcodetools_graffiti.inx.h:11 #: ../share/extensions/gcodetools_lathe.inx.h:14 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:11 msgid "Flip y axis and parameterize Gcode" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:23 #: ../share/extensions/gcodetools_dxf_points.inx.h:10 #: ../share/extensions/gcodetools_engraving.inx.h:11 #: ../share/extensions/gcodetools_graffiti.inx.h:12 #: ../share/extensions/gcodetools_lathe.inx.h:15 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:12 #, fuzzy msgid "Full path to log file:" msgstr "Flad farveudfyldning" #: ../share/extensions/gcodetools_area.inx.h:26 #: ../share/extensions/gcodetools_dxf_points.inx.h:13 #: ../share/extensions/gcodetools_engraving.inx.h:14 #: ../share/extensions/gcodetools_graffiti.inx.h:15 #: ../share/extensions/gcodetools_lathe.inx.h:18 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:15 #, fuzzy msgid "Generate log file" msgstr "Opret fra sti" #: ../share/extensions/gcodetools_area.inx.h:27 #: ../share/extensions/gcodetools_engraving.inx.h:15 #: ../share/extensions/gcodetools_graffiti.inx.h:16 #: ../share/extensions/gcodetools_lathe.inx.h:19 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:16 msgid "Get additional comments from object's properties" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:29 msgid "Maximum area cutting curves:" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:30 #: ../share/extensions/gcodetools_lathe.inx.h:26 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:18 #, fuzzy msgid "Maximum splitting depth:" msgstr "Simplificeringsgrænse:" #: ../share/extensions/gcodetools_area.inx.h:31 #: ../share/extensions/gcodetools_engraving.inx.h:18 #: ../share/extensions/gcodetools_graffiti.inx.h:21 #: ../share/extensions/gcodetools_lathe.inx.h:27 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:19 #, fuzzy msgid "Minimum arc radius:" msgstr "Indre radius:" #: ../share/extensions/gcodetools_area.inx.h:33 #: ../share/extensions/gcodetools_engraving.inx.h:20 #: ../share/extensions/gcodetools_graffiti.inx.h:23 #: ../share/extensions/gcodetools_lathe.inx.h:30 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:21 msgid "Offset along Z axis:" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:35 #: ../share/extensions/gcodetools_dxf_points.inx.h:16 #: ../share/extensions/gcodetools_engraving.inx.h:22 #: ../share/extensions/gcodetools_graffiti.inx.h:28 #: ../share/extensions/gcodetools_lathe.inx.h:33 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:23 #, fuzzy msgid "Parameterize Gcode" msgstr "Parametre" #: ../share/extensions/gcodetools_area.inx.h:36 #: ../share/extensions/gcodetools_lathe.inx.h:34 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:24 msgid "Pass by Pass" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:37 #: ../share/extensions/gcodetools_lathe.inx.h:35 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:25 #, fuzzy msgid "Path by path" msgstr "Indsæt _bredde" #: ../share/extensions/gcodetools_area.inx.h:38 #: ../share/extensions/gcodetools_lathe.inx.h:36 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:26 #, fuzzy msgid "Path to Gcode" msgstr "Sti er lukket." #: ../share/extensions/gcodetools_area.inx.h:39 #: ../share/extensions/gcodetools_dxf_points.inx.h:17 #: ../share/extensions/gcodetools_engraving.inx.h:23 #: ../share/extensions/gcodetools_graffiti.inx.h:29 #: ../share/extensions/gcodetools_lathe.inx.h:37 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:27 msgid "Post-processor:" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:40 #: ../share/extensions/gcodetools_dxf_points.inx.h:18 #: ../share/extensions/gcodetools_engraving.inx.h:24 #: ../share/extensions/gcodetools_graffiti.inx.h:30 #: ../share/extensions/gcodetools_lathe.inx.h:38 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:28 #, fuzzy msgid "Preferences" msgstr "Indstillinger for pen" #: ../share/extensions/gcodetools_area.inx.h:41 #: ../share/extensions/gcodetools_dxf_points.inx.h:19 #: ../share/extensions/gcodetools_engraving.inx.h:25 #: ../share/extensions/gcodetools_graffiti.inx.h:33 #: ../share/extensions/gcodetools_lathe.inx.h:39 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:29 msgid "Round all values to 4 digits" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:42 #: ../share/extensions/gcodetools_engraving.inx.h:26 #: ../share/extensions/gcodetools_graffiti.inx.h:34 #: ../share/extensions/gcodetools_lathe.inx.h:40 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:30 msgid "Scale along Z axis:" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:43 #: ../share/extensions/gcodetools_engraving.inx.h:27 #: ../share/extensions/gcodetools_graffiti.inx.h:35 #: ../share/extensions/gcodetools_lathe.inx.h:41 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:31 msgid "Select all paths if nothing is selected" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:44 #: ../share/extensions/gcodetools_lathe.inx.h:42 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:32 msgid "Sort paths to reduse rapid distance" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:46 #: ../share/extensions/gcodetools_lathe.inx.h:43 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:33 msgid "Subpath by subpath" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:47 #: ../share/extensions/gcodetools_dxf_points.inx.h:20 #: ../share/extensions/gcodetools_engraving.inx.h:30 #: ../share/extensions/gcodetools_graffiti.inx.h:37 #: ../share/extensions/gcodetools_lathe.inx.h:45 #: ../share/extensions/gcodetools_orientation_points.inx.h:9 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:34 msgid "Units (mm or in):" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:48 msgid "" "Usage: 1. Select all Area Offsets (gray outlines) 2. Object/Ungroup (Shift" "+Ctrl+G) 3. Press Apply Suspected small objects will be marked out by " "colored arrows." msgstr "" #: ../share/extensions/gcodetools_area.inx.h:49 #: ../share/extensions/gcodetools_dxf_points.inx.h:21 #: ../share/extensions/gcodetools_engraving.inx.h:31 #: ../share/extensions/gcodetools_graffiti.inx.h:39 #: ../share/extensions/gcodetools_lathe.inx.h:46 #: ../share/extensions/gcodetools_path_to_gcode.inx.h:35 msgid "Z safe height for G00 move over blank:" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:50 msgid "Zig zag" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:51 #, fuzzy msgid "delete" msgstr "Slet" #: ../share/extensions/gcodetools_area.inx.h:53 msgid "mark with an arrow" msgstr "" #: ../share/extensions/gcodetools_area.inx.h:54 #, fuzzy msgid "mark with style" msgstr "Indsætnings_stil" #: ../share/extensions/gcodetools_check_for_updates.inx.h:1 msgid "Check for Gcodetools latest stable version and try to get the updates." msgstr "" #: ../share/extensions/gcodetools_check_for_updates.inx.h:2 msgid "Check for updates" msgstr "" #: ../share/extensions/gcodetools_dxf_points.inx.h:3 msgid "" "Convert selected objects to drill points (as dxf_import plugin does). Also " "you can save original shape. Only the start point of each curve will be " "used. Also you can manually select object, open XML editor (Shift+Ctrl+X) " "and add or remove XML tag 'dxfpoint' with any value." msgstr "" #: ../share/extensions/gcodetools_dxf_points.inx.h:4 #, fuzzy msgid "Convert selection:" msgstr "Invertér markering" #: ../share/extensions/gcodetools_dxf_points.inx.h:5 #, fuzzy msgid "DXF points" msgstr "DXF inddata" #: ../share/extensions/gcodetools_dxf_points.inx.h:22 msgid "clear dxfpoint sign" msgstr "" #: ../share/extensions/gcodetools_dxf_points.inx.h:25 msgid "set as dxfpoint and draw arrow" msgstr "" #: ../share/extensions/gcodetools_dxf_points.inx.h:26 msgid "set as dxfpoint and save shape" msgstr "" #: ../share/extensions/gcodetools_engraving.inx.h:1 msgid "Accuracy factor (2 low to 10 high):" msgstr "" #: ../share/extensions/gcodetools_engraving.inx.h:6 msgid "Draw additional graphics to see engraving path" msgstr "" #: ../share/extensions/gcodetools_engraving.inx.h:7 #, fuzzy msgid "Engraving" msgstr "Tegning" #: ../share/extensions/gcodetools_engraving.inx.h:17 #, fuzzy msgid "Maximum distance for engraving (mm/inch):" msgstr "Maksimal linjestykkelængde" #: ../share/extensions/gcodetools_engraving.inx.h:28 msgid "Smooth convex corners between this value and 180 degrees:" msgstr "" #: ../share/extensions/gcodetools_engraving.inx.h:29 msgid "" "This function creates path to engrave letters or any shape with sharp " "angles. Cutter's depth as a function of radius is defined by the tool. Depth " "may be any Python expression. For instance: cone....(45 " "degrees)......................: w cone....(height/diameter=10/3)..: 10*w/3 " "sphere..(radius r)...........................: math.sqrt(max(0,r**2-w**2)) " "ellipse.(minor axis r, major 4r).....: math.sqrt(max(0,r**2-w**2))*4" msgstr "" #: ../share/extensions/gcodetools_graffiti.inx.h:1 #: ../share/extensions/gcodetools_orientation_points.inx.h:1 msgid "2-points mode (move and rotate, maintained aspect ratio X/Y)" msgstr "" #: ../share/extensions/gcodetools_graffiti.inx.h:2 #: ../share/extensions/gcodetools_orientation_points.inx.h:2 msgid "3-points mode (move, rotate and mirror, different X/Y scale)" msgstr "" #: ../share/extensions/gcodetools_graffiti.inx.h:6 #, fuzzy msgid "Create linearization preview" msgstr "Opret lineær overgang" #: ../share/extensions/gcodetools_graffiti.inx.h:7 #, fuzzy msgid "Create preview" msgstr "Forhåndsvis" #: ../share/extensions/gcodetools_graffiti.inx.h:17 msgid "Graffiti" msgstr "" #: ../share/extensions/gcodetools_graffiti.inx.h:19 #, fuzzy msgid "Maximum segment length:" msgstr "Maksimal linjestykkelængde" #: ../share/extensions/gcodetools_graffiti.inx.h:20 #, fuzzy msgid "Minimal connector radius:" msgstr "Indre radius:" #: ../share/extensions/gcodetools_graffiti.inx.h:26 #: ../share/extensions/gcodetools_orientation_points.inx.h:7 msgid "" "Orientation points are used to calculate transformation (offset,scale,mirror," "rotation in XY plane) of the path. 3-points mode only: do not put all three " "into one line (use 2-points mode instead). You can modify Z surface, Z depth " "values later using text tool (3rd coordinates). If there are no orientation " "points inside current layer they are taken from the upper layer. Do not " "ungroup orientation points! You can select them using double click to enter " "the group or by Ctrl+Click. Now press apply to create control points " "(independent set for each layer)." msgstr "" #: ../share/extensions/gcodetools_graffiti.inx.h:27 #: ../share/extensions/gcodetools_orientation_points.inx.h:8 #, fuzzy msgid "Orientation type:" msgstr "Sideorientering:" #: ../share/extensions/gcodetools_graffiti.inx.h:31 msgid "Preview's paint emmit (pts/s):" msgstr "" #: ../share/extensions/gcodetools_graffiti.inx.h:32 #, fuzzy msgid "Preview's size (px):" msgstr "Kantet ende" #: ../share/extensions/gcodetools_graffiti.inx.h:36 #, fuzzy msgid "Start position (x;y):" msgstr "Tilfældig placering" #: ../share/extensions/gcodetools_graffiti.inx.h:38 #: ../share/extensions/gcodetools_orientation_points.inx.h:10 #, fuzzy msgid "Z depth:" msgstr "Tekst" #: ../share/extensions/gcodetools_graffiti.inx.h:40 #: ../share/extensions/gcodetools_orientation_points.inx.h:11 msgid "Z surface:" msgstr "" #: ../share/extensions/gcodetools_graffiti.inx.h:41 #: ../share/extensions/gcodetools_orientation_points.inx.h:12 #, fuzzy msgid "graffiti points" msgstr "Sideorientering:" #: ../share/extensions/gcodetools_graffiti.inx.h:43 #: ../share/extensions/gcodetools_orientation_points.inx.h:14 #, fuzzy msgid "in-out reference point" msgstr "Indstillinger for overgange" #: ../share/extensions/gcodetools_lathe.inx.h:6 #, fuzzy msgid "Create fine cut using:" msgstr "Opret nye objekter med:" #: ../share/extensions/gcodetools_lathe.inx.h:12 #, fuzzy msgid "Fine cut count:" msgstr "Bot" #: ../share/extensions/gcodetools_lathe.inx.h:13 #, fuzzy msgid "Fine cut width:" msgstr "Kildes bredde" #: ../share/extensions/gcodetools_lathe.inx.h:21 #, fuzzy msgid "Lathe" msgstr "Meter" #: ../share/extensions/gcodetools_lathe.inx.h:22 msgid "Lathe X axis remap:" msgstr "" #: ../share/extensions/gcodetools_lathe.inx.h:23 msgid "Lathe Z axis remap:" msgstr "" #: ../share/extensions/gcodetools_lathe.inx.h:24 #, fuzzy msgid "Lathe modify path" msgstr "Ændr Sti" #: ../share/extensions/gcodetools_lathe.inx.h:25 #, fuzzy msgid "Lathe width:" msgstr "Kildes bredde" #: ../share/extensions/gcodetools_lathe.inx.h:28 #, fuzzy msgid "Move path" msgstr "Mønster" #: ../share/extensions/gcodetools_lathe.inx.h:44 msgid "" "This function modifies path so it will be able to be cut with the " "rectangular cutter." msgstr "" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:1 msgid "-------------------------------------------------" msgstr "" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:2 #, fuzzy msgid "Create in-out paths" msgstr "Opret spiraler" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:3 msgid "Do not add in-out reference points" msgstr "" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:7 #, fuzzy msgid "In-out path length:" msgstr "_Sæt på sti" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:8 msgid "In-out path max distance to reference point:" msgstr "" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:9 msgid "In-out path radius for round path:" msgstr "" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:10 msgid "In-out path type:" msgstr "" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:11 msgid "Maximum angle for corner (0-180 deg):" msgstr "" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:12 msgid "Perpendicular" msgstr "" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:13 #, fuzzy msgid "Prepare corners" msgstr "Sidekantfarve" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:14 msgid "Prepare path for plasma or laser cuters" msgstr "" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:15 #, fuzzy msgid "Replace original path" msgstr "_Slip" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:16 #, fuzzy msgid "Round" msgstr "Afrundet:" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:17 #, fuzzy msgid "Stepout distance for corners:" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../share/extensions/gcodetools_prepare_path_for_plasma.inx.h:18 #, fuzzy msgid "Tangent" msgstr "Magenta" #: ../share/extensions/gcodetools_tools_library.inx.h:4 msgid "Just check tools" msgstr "" #: ../share/extensions/gcodetools_tools_library.inx.h:5 msgid "" "Selected tool type fills appropriate default values. You can change these " "values using the Text tool later on. The topmost (z order) tool in the " "active layer is used. If there is no tool inside the current layer it is " "taken from the upper layer. Press Apply to create new tool." msgstr "" #: ../share/extensions/gcodetools_tools_library.inx.h:6 msgid "Tools library" msgstr "" #: ../share/extensions/gcodetools_tools_library.inx.h:7 #, fuzzy msgid "Tools type:" msgstr "Alle typer" #: ../share/extensions/gcodetools_tools_library.inx.h:8 #, fuzzy msgid "cone" msgstr "Hjørner:" #: ../share/extensions/gcodetools_tools_library.inx.h:9 #, fuzzy msgid "cylinder" msgstr "Polylinje" #: ../share/extensions/gcodetools_tools_library.inx.h:10 #, fuzzy msgid "default" msgstr "Standard" #: ../share/extensions/gcodetools_tools_library.inx.h:11 msgid "graffiti" msgstr "" #: ../share/extensions/gcodetools_tools_library.inx.h:12 msgid "lathe cutter" msgstr "" #: ../share/extensions/gcodetools_tools_library.inx.h:13 #, fuzzy msgid "plasma" msgstr "_Velkomstbillede" #: ../share/extensions/gcodetools_tools_library.inx.h:14 #, fuzzy msgid "tangent knife" msgstr "Lodret forskydning" #: ../share/extensions/generate_voronoi.inx.h:1 msgid "Average size of cell (px):" msgstr "" #: ../share/extensions/generate_voronoi.inx.h:2 msgid "" "Generate a random pattern of Voronoi cells. The pattern will be accessible " "in the Fill and Stroke dialog. You must select an object or a group.\n" "\n" "If border is zero, the pattern will be discontinuous at the edges. Use a " "positive border, preferably greater than the cell size, to produce a smooth " "join of the pattern at the edges. Use a negative border to reduce the size " "of the pattern and get an empty border." msgstr "" #: ../share/extensions/generate_voronoi.inx.h:8 msgid "Size of Border (px):" msgstr "" #: ../share/extensions/generate_voronoi.inx.h:9 #, fuzzy msgid "Voronoi Pattern" msgstr "Mønster" #: ../share/extensions/gimp_xcf.inx.h:1 msgid "GIMP XCF" msgstr "GIMP XCF" #: ../share/extensions/gimp_xcf.inx.h:2 #, fuzzy msgid "GIMP XCF maintaining layers (*.xcf)" msgstr "GIMP XCF med bevaring af lag (*.XCF)" #: ../share/extensions/gimp_xcf.inx.h:5 #, fuzzy msgid "Save Background" msgstr "Baggrund" #: ../share/extensions/gimp_xcf.inx.h:6 #, fuzzy msgid "Save Grid" msgstr "H_jælpelinjer" #: ../share/extensions/gimp_xcf.inx.h:7 #, fuzzy msgid "Save Guides" msgstr "H_jælpelinjer" #: ../share/extensions/gimp_xcf.inx.h:8 msgid "" "This extension exports the document to Gimp XCF format according to the " "following options:\n" " * Save Guides: convert all guides to Gimp guides.\n" " * Save Grid: convert the first rectangular grid to a Gimp grid (note " "that the default Inkscape grid is very narrow when shown in Gimp).\n" " * Save Background: add the document background to each converted layer.\n" "\n" "Each first level layer is converted to a Gimp layer. Sublayers are " "concatenated and converted with their first level parent layer into a single " "Gimp layer." msgstr "" #: ../share/extensions/grid_cartesian.inx.h:1 #: ../share/extensions/grid_isometric.inx.h:1 msgid "Border Thickness (px):" msgstr "" #: ../share/extensions/grid_cartesian.inx.h:2 #, fuzzy msgid "Cartesian Grid" msgstr "Opret ellipse" #: ../share/extensions/grid_cartesian.inx.h:3 msgid "Halve X Subsubdiv. Frequency after 'n' Subdivs. (log only):" msgstr "" #: ../share/extensions/grid_cartesian.inx.h:4 msgid "Halve Y Subsubdiv. Frequency after 'n' Subdivs. (log only):" msgstr "" #: ../share/extensions/grid_cartesian.inx.h:5 msgid "Logarithmic X Subdiv. (Base given by entry above)" msgstr "" #: ../share/extensions/grid_cartesian.inx.h:6 msgid "Logarithmic Y Subdiv. (Base given by entry above)" msgstr "" #: ../share/extensions/grid_cartesian.inx.h:7 #, fuzzy msgid "Major X Division Spacing (px):" msgstr "Vandret afstand" #: ../share/extensions/grid_cartesian.inx.h:8 #, fuzzy msgid "Major X Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:9 #, fuzzy msgid "Major X Divisions:" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:10 #, fuzzy msgid "Major Y Division Spacing (px):" msgstr "Vandret afstand" #: ../share/extensions/grid_cartesian.inx.h:11 #, fuzzy msgid "Major Y Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:12 #, fuzzy msgid "Major Y Divisions:" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:13 #, fuzzy msgid "Minor X Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:14 #, fuzzy msgid "Minor Y Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:16 #, fuzzy msgid "Subdivisions per Major X Division:" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:17 #, fuzzy msgid "Subdivisions per Major Y Division:" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:18 #, fuzzy msgid "Subminor X Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:19 #, fuzzy msgid "Subminor Y Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_cartesian.inx.h:20 msgid "Subsubdivs. per X Subdivision:" msgstr "" #: ../share/extensions/grid_cartesian.inx.h:21 msgid "Subsubdivs. per Y Subdivision:" msgstr "" #: ../share/extensions/grid_cartesian.inx.h:22 msgid "X Axis" msgstr "" #: ../share/extensions/grid_cartesian.inx.h:23 msgid "Y Axis" msgstr "" #: ../share/extensions/grid_isometric.inx.h:2 #, fuzzy msgid "Division Spacing (px):" msgstr "Vandret afstand" #: ../share/extensions/grid_isometric.inx.h:3 #, fuzzy msgid "Isometric Grid" msgstr "rod" #: ../share/extensions/grid_isometric.inx.h:4 #, fuzzy msgid "Major Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_isometric.inx.h:5 #, fuzzy msgid "Minor Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_isometric.inx.h:7 #, fuzzy msgid "Subdivisions per Major Division:" msgstr "Opdeling" #: ../share/extensions/grid_isometric.inx.h:8 #, fuzzy msgid "Subminor Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_isometric.inx.h:9 #, fuzzy msgid "Subsubdivs per Subdivision:" msgstr "Opdeling" #: ../share/extensions/grid_isometric.inx.h:10 #, fuzzy msgid "X Divisions [x2]:" msgstr "Opdeling" #: ../share/extensions/grid_isometric.inx.h:11 msgid "Y Divisions [x2] [> 1/2 X Div]:" msgstr "" #: ../share/extensions/grid_polar.inx.h:1 #, fuzzy msgid "Angle Divisions at Centre:" msgstr "Opdeling" #: ../share/extensions/grid_polar.inx.h:2 #, fuzzy msgid "Angle Divisions:" msgstr "Opdeling" #: ../share/extensions/grid_polar.inx.h:3 #, fuzzy msgid "Angular Divisions" msgstr "Opdeling" #: ../share/extensions/grid_polar.inx.h:4 msgid "Centre Dot Diameter (px):" msgstr "" #: ../share/extensions/grid_polar.inx.h:5 #, fuzzy msgid "Circular Divisions" msgstr "Opdeling" #: ../share/extensions/grid_polar.inx.h:6 msgid "Circumferential Label Outset (px):" msgstr "" #: ../share/extensions/grid_polar.inx.h:7 msgid "Circumferential Label Size (px):" msgstr "" #: ../share/extensions/grid_polar.inx.h:8 msgid "Circumferential Labels:" msgstr "" #: ../share/extensions/grid_polar.inx.h:9 #, fuzzy msgid "Degrees" msgstr "grader" #: ../share/extensions/grid_polar.inx.h:10 msgid "Logarithmic Subdiv. (Base given by entry above)" msgstr "" #: ../share/extensions/grid_polar.inx.h:11 #, fuzzy msgid "Major Angular Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_polar.inx.h:12 #, fuzzy msgid "Major Circular Division Spacing (px):" msgstr "Vandret afstand" #: ../share/extensions/grid_polar.inx.h:13 #, fuzzy msgid "Major Circular Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_polar.inx.h:14 #, fuzzy msgid "Major Circular Divisions:" msgstr "Opdeling" #: ../share/extensions/grid_polar.inx.h:15 msgid "Minor Angle Division End 'n' Divs. Before Centre:" msgstr "" #: ../share/extensions/grid_polar.inx.h:16 #, fuzzy msgid "Minor Angular Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_polar.inx.h:17 #, fuzzy msgid "Minor Circular Division Thickness (px):" msgstr "Opdeling" #: ../share/extensions/grid_polar.inx.h:19 msgid "Polar Grid" msgstr "" #: ../share/extensions/grid_polar.inx.h:21 msgid "Subdivisions per Major Angular Division:" msgstr "" #: ../share/extensions/grid_polar.inx.h:22 msgid "Subdivisions per Major Circular Division:" msgstr "" #: ../share/extensions/guides_creator.inx.h:1 msgid "1/10" msgstr "" #: ../share/extensions/guides_creator.inx.h:2 msgid "1/2" msgstr "" #: ../share/extensions/guides_creator.inx.h:3 msgid "1/3" msgstr "" #: ../share/extensions/guides_creator.inx.h:4 msgid "1/4" msgstr "" #: ../share/extensions/guides_creator.inx.h:5 msgid "1/5" msgstr "" #: ../share/extensions/guides_creator.inx.h:6 msgid "1/6" msgstr "" #: ../share/extensions/guides_creator.inx.h:7 msgid "1/7" msgstr "" #: ../share/extensions/guides_creator.inx.h:8 msgid "1/8" msgstr "" #: ../share/extensions/guides_creator.inx.h:9 msgid "1/9" msgstr "" #: ../share/extensions/guides_creator.inx.h:10 #, fuzzy msgid "Custom..." msgstr "Brugerdefineret" #: ../share/extensions/guides_creator.inx.h:11 #, fuzzy msgid "Delete existing guides" msgstr "Opret firkant" #: ../share/extensions/guides_creator.inx.h:12 #, fuzzy msgid "Golden ratio" msgstr "Egeforhold:" #: ../share/extensions/guides_creator.inx.h:13 #, fuzzy msgid "Guides creator" msgstr "Farve på hjælpe_linjer:" #: ../share/extensions/guides_creator.inx.h:14 #, fuzzy msgid "Horizontal guide each:" msgstr "Vandret tekst" #: ../share/extensions/guides_creator.inx.h:16 #, fuzzy msgid "Preset:" msgstr " _Nulstil " #: ../share/extensions/guides_creator.inx.h:18 msgid "Rule-of-third" msgstr "" #: ../share/extensions/guides_creator.inx.h:19 #, fuzzy msgid "Start from edges" msgstr "Nulstil midte" #: ../share/extensions/guides_creator.inx.h:20 #, fuzzy msgid "Vertical guide each:" msgstr "Lodret afstand" #: ../share/extensions/guillotine.inx.h:1 #, fuzzy msgid "Directory to save images to" msgstr "Sti til gemning af billede" #: ../share/extensions/guillotine.inx.h:2 msgid "Export" msgstr "Eksportér" #: ../share/extensions/guillotine.inx.h:3 #, fuzzy msgid "Guillotine" msgstr "Farver for hjælpelinier" #: ../share/extensions/guillotine.inx.h:4 msgid "Ignore these settings and use export hints?" msgstr "" #: ../share/extensions/guillotine.inx.h:5 msgid "Image name (without extension)" msgstr "" #: ../share/extensions/handles.inx.h:1 msgid "Draw Handles" msgstr "Tegn håndtag" #: ../share/extensions/hpgl_output.inx.h:1 msgid "Export to an HP Graphics Language file" msgstr "" #: ../share/extensions/hpgl_output.inx.h:2 #, fuzzy msgid "HP Graphics Language file (*.hpgl)" msgstr "XFIG grafikfil (*.fig)" #: ../share/extensions/hpgl_output.inx.h:3 #, fuzzy msgid "HPGL Output" msgstr "SVG-uddata" #: ../share/extensions/hpgl_output.inx.h:4 msgid "Mirror Y-axis" msgstr "" #: ../share/extensions/hpgl_output.inx.h:5 #, fuzzy msgid "Pen number" msgstr "Vinkel" #: ../share/extensions/hpgl_output.inx.h:6 #, fuzzy msgid "Plot invisible layers" msgstr "Markér i alle lag" #: ../share/extensions/hpgl_output.inx.h:7 #, fuzzy msgid "Resolution (dpi)" msgstr "Foretrukken opløsning af punktbillede (dpi)" #: ../share/extensions/hpgl_output.inx.h:8 msgid "X-origin (px)" msgstr "" #: ../share/extensions/hpgl_output.inx.h:9 msgid "Y-origin (px)" msgstr "" #: ../share/extensions/hpgl_output.inx.h:10 msgid "hpgl output flatness" msgstr "" #: ../share/extensions/inkscape_help_askaquestion.inx.h:1 msgid "Ask Us a Question" msgstr "" #: ../share/extensions/inkscape_help_commandline.inx.h:1 #, fuzzy msgid "Command Line Options" msgstr "Tilfældig placering" #: ../share/extensions/inkscape_help_faq.inx.h:1 msgid "FAQ" msgstr "" #: ../share/extensions/inkscape_help_keys.inx.h:1 #, fuzzy msgid "Keys and Mouse Reference" msgstr "Reference til taste- og musegenveje" #: ../share/extensions/inkscape_help_keys.inx.h:2 msgid "http://inkscape.org/doc/keys048.html" msgstr "" #: ../share/extensions/inkscape_help_manual.inx.h:1 #, fuzzy msgid "Inkscape Manual" msgstr "Inkscape: S_poring" #: ../share/extensions/inkscape_help_relnotes.inx.h:1 msgid "New in This Version" msgstr "" #: ../share/extensions/inkscape_help_reportabug.inx.h:1 msgid "Report a Bug" msgstr "" #: ../share/extensions/inkscape_help_svgspec.inx.h:1 msgid "SVG 1.1 Specification" msgstr "" #: ../share/extensions/interp_att_g.inx.h:1 #, fuzzy msgid "Apply to:" msgstr "Tilføj lag" #: ../share/extensions/interp_att_g.inx.h:2 #, fuzzy msgid "Attribute to Interpolate:" msgstr "Attributnavn" #: ../share/extensions/interp_att_g.inx.h:4 #, fuzzy msgid "End Value:" msgstr "Værdi" #: ../share/extensions/interp_att_g.inx.h:5 #: ../share/extensions/markers_strokepaint.inx.h:6 msgid "Fill" msgstr "Udfyldning" #: ../share/extensions/interp_att_g.inx.h:6 #, fuzzy msgid "Float Number" msgstr "Firkant" #: ../share/extensions/interp_att_g.inx.h:9 msgid "" "If you select \"Other\", you must know the SVG attributes to identify here " "this \"other\"." msgstr "" #: ../share/extensions/interp_att_g.inx.h:10 msgid "Integer Number" msgstr "" #: ../share/extensions/interp_att_g.inx.h:11 msgid "Interpolate Attribute in a group" msgstr "" #: ../share/extensions/interp_att_g.inx.h:13 #, fuzzy msgid "No Unit" msgstr "Enhed" #: ../share/extensions/interp_att_g.inx.h:16 #, fuzzy msgid "Other" msgstr "Meter" #: ../share/extensions/interp_att_g.inx.h:17 #, fuzzy msgid "Other Attribute type:" msgstr "Attributnavn" #: ../share/extensions/interp_att_g.inx.h:18 #, fuzzy msgid "Other Attribute:" msgstr "Attribut" #: ../share/extensions/interp_att_g.inx.h:20 #, fuzzy msgid "Start Value:" msgstr "Attributværdi" #: ../share/extensions/interp_att_g.inx.h:21 #: ../share/extensions/polyhedron_3d.inx.h:43 msgid "Style" msgstr "Stil" #: ../share/extensions/interp_att_g.inx.h:22 #, fuzzy msgid "Tag" msgstr "Mål:" #: ../share/extensions/interp_att_g.inx.h:23 msgid "" "This effect applies a value for any interpolatable attribute for all " "elements inside the selected group or for all elements in a multiple " "selection." msgstr "" #: ../share/extensions/interp_att_g.inx.h:24 #, fuzzy msgid "Transformation" msgstr "Information" #: ../share/extensions/interp_att_g.inx.h:25 #, fuzzy msgid "Translate X" msgstr "_Oversættere" #: ../share/extensions/interp_att_g.inx.h:26 #, fuzzy msgid "Translate Y" msgstr "_Oversættere" #: ../share/extensions/interp_att_g.inx.h:29 msgid "••••••••••••••••••••••••••••••••••••••••••••••••" msgstr "" #: ../share/extensions/interp.inx.h:1 msgid "Duplicate endpaths" msgstr "Duplikér endestier" #: ../share/extensions/interp.inx.h:4 msgid "Interpolate" msgstr "Interpolér" #: ../share/extensions/interp.inx.h:5 #, fuzzy msgid "Interpolate style" msgstr "Interpolér" #: ../share/extensions/interp.inx.h:6 #, fuzzy msgid "Interpolation method:" msgstr "Interpolationsmetode" #: ../share/extensions/interp.inx.h:7 #, fuzzy msgid "Interpolation steps:" msgstr "Interpolationstrin" #: ../share/extensions/jessyInk_autoTexts.inx.h:1 msgid "Auto-Text:" msgstr "" #: ../share/extensions/jessyInk_autoTexts.inx.h:2 msgid "Auto-texts" msgstr "" #: ../share/extensions/jessyInk_autoTexts.inx.h:4 #: ../share/extensions/jessyInk_effects.inx.h:9 #: ../share/extensions/jessyInk_install.inx.h:3 #: ../share/extensions/jessyInk_keyBindings.inx.h:11 #: ../share/extensions/jessyInk_masterSlide.inx.h:3 #: ../share/extensions/jessyInk_mouseHandler.inx.h:4 #: ../share/extensions/jessyInk_summary.inx.h:2 #: ../share/extensions/jessyInk_transitions.inx.h:6 #: ../share/extensions/jessyInk_uninstall.inx.h:2 #: ../share/extensions/jessyInk_video.inx.h:2 #: ../share/extensions/jessyInk_view.inx.h:4 msgid "JessyInk" msgstr "" #: ../share/extensions/jessyInk_autoTexts.inx.h:5 #, fuzzy msgid "None (remove)" msgstr "Fjern" #: ../share/extensions/jessyInk_autoTexts.inx.h:6 #, fuzzy msgid "Number of slides" msgstr "Antal trin" #: ../share/extensions/jessyInk_autoTexts.inx.h:7 #: ../share/extensions/jessyInk_effects.inx.h:13 #: ../share/extensions/jessyInk_export.inx.h:8 #: ../share/extensions/jessyInk_masterSlide.inx.h:6 #: ../share/extensions/jessyInk_transitions.inx.h:9 #: ../share/extensions/jessyInk_view.inx.h:7 #, fuzzy msgid "Settings" msgstr "Start:" #: ../share/extensions/jessyInk_autoTexts.inx.h:8 #, fuzzy msgid "Slide number" msgstr "Vinkel" #: ../share/extensions/jessyInk_autoTexts.inx.h:9 msgid "Slide title" msgstr "" #: ../share/extensions/jessyInk_autoTexts.inx.h:10 msgid "" "This extension allows you to install, update and remove auto-texts for a " "JessyInk presentation. Please see code.google.com/p/jessyink for more " "details." msgstr "" #: ../share/extensions/jessyInk_effects.inx.h:1 #: ../share/extensions/jessyInk_transitions.inx.h:1 #, fuzzy msgid "Appear" msgstr "Script" #: ../share/extensions/jessyInk_effects.inx.h:2 #, fuzzy msgid "Build-in effect" msgstr "Aktuelt lag" #: ../share/extensions/jessyInk_effects.inx.h:3 #, fuzzy msgid "Build-out effect" msgstr "Vandret forskudt" #: ../share/extensions/jessyInk_effects.inx.h:4 #: ../share/extensions/jessyInk_transitions.inx.h:3 #: ../share/extensions/jessyInk_view.inx.h:2 #, fuzzy msgid "Duration in seconds:" msgstr "Tegning udført" #: ../share/extensions/jessyInk_effects.inx.h:5 #, fuzzy msgid "Effects" msgstr "Effe_kter" #: ../share/extensions/jessyInk_effects.inx.h:6 #, fuzzy msgid "Fade in" msgstr "Fladhed" #: ../share/extensions/jessyInk_effects.inx.h:7 #, fuzzy msgid "Fade out" msgstr "Ton ud:" #: ../share/extensions/jessyInk_effects.inx.h:10 #, fuzzy msgid "None (default)" msgstr "Standard" #: ../share/extensions/jessyInk_effects.inx.h:12 #: ../share/extensions/jessyInk_transitions.inx.h:8 #, fuzzy msgid "Pop" msgstr "Øverst" #: ../share/extensions/jessyInk_effects.inx.h:14 msgid "" "This extension allows you to install, update and remove object effects for a " "JessyInk presentation. Please see code.google.com/p/jessyink for more " "details." msgstr "" #: ../share/extensions/jessyInk_export.inx.h:1 msgid "" "Creates a zip file containing pdfs or pngs of all slides of a JessyInk " "presentation." msgstr "" #: ../share/extensions/jessyInk_export.inx.h:3 msgid "JessyInk zipped pdf or png output" msgstr "" #: ../share/extensions/jessyInk_export.inx.h:4 msgid "JessyInk zipped pdf or png output (*.zip)" msgstr "" #: ../share/extensions/jessyInk_export.inx.h:5 msgid "PDF" msgstr "" #: ../share/extensions/jessyInk_export.inx.h:6 msgid "PNG" msgstr "" #: ../share/extensions/jessyInk_export.inx.h:7 #, fuzzy msgid "Resolution:" msgstr "Relationer" #: ../share/extensions/jessyInk_export.inx.h:9 msgid "" "This extension allows you to export a JessyInk presentation once you created " "an export layer in your browser. Please see code.google.com/p/jessyink for " "more details." msgstr "" #: ../share/extensions/jessyInk_install.inx.h:2 msgid "Install/update" msgstr "" #: ../share/extensions/jessyInk_install.inx.h:4 msgid "" "This extension allows you to install or update the JessyInk script in order " "to turn your SVG file into a presentation. Please see code.google.com/p/" "jessyink for more details." msgstr "" #: ../share/extensions/jessyInk_keyBindings.inx.h:1 #, fuzzy msgid "Add slide:" msgstr "endeknudepunkt" #: ../share/extensions/jessyInk_keyBindings.inx.h:2 #, fuzzy msgid "Back (with effects):" msgstr "Effe_kter" #: ../share/extensions/jessyInk_keyBindings.inx.h:3 msgid "Back (without effects):" msgstr "" #: ../share/extensions/jessyInk_keyBindings.inx.h:4 #, fuzzy msgid "Decrease number of columns:" msgstr "Antal søjler" #: ../share/extensions/jessyInk_keyBindings.inx.h:6 #, fuzzy msgid "Export presentation:" msgstr "Sideorientering:" #: ../share/extensions/jessyInk_keyBindings.inx.h:7 #, fuzzy msgid "First slide:" msgstr "Første valgt" #: ../share/extensions/jessyInk_keyBindings.inx.h:9 #, fuzzy msgid "Increase number of columns:" msgstr "Antal søjler" #: ../share/extensions/jessyInk_keyBindings.inx.h:10 #, fuzzy msgid "Index mode" msgstr "Indryk knudepunkt" #: ../share/extensions/jessyInk_keyBindings.inx.h:12 #, fuzzy msgid "Key bindings" msgstr "_Tegning" #: ../share/extensions/jessyInk_keyBindings.inx.h:13 #, fuzzy msgid "Last slide:" msgstr "Indsæt størrelse" #: ../share/extensions/jessyInk_keyBindings.inx.h:14 #, fuzzy msgid "Next (with effects):" msgstr "Vandret forskudt" #: ../share/extensions/jessyInk_keyBindings.inx.h:15 #, fuzzy msgid "Next (without effects):" msgstr "Vandret forskudt" #: ../share/extensions/jessyInk_keyBindings.inx.h:16 #, fuzzy msgid "Next page:" msgstr "Slet tekst" #: ../share/extensions/jessyInk_keyBindings.inx.h:17 #, fuzzy msgid "Previous page:" msgstr "Forrige effekt" #: ../share/extensions/jessyInk_keyBindings.inx.h:18 #, fuzzy msgid "Reset timer:" msgstr "Nulstil midte" #: ../share/extensions/jessyInk_keyBindings.inx.h:19 msgid "Select the slide above:" msgstr "" #: ../share/extensions/jessyInk_keyBindings.inx.h:20 msgid "Select the slide below:" msgstr "" #: ../share/extensions/jessyInk_keyBindings.inx.h:21 #, fuzzy msgid "Select the slide to the left:" msgstr "Vælg fil at gemme i" #: ../share/extensions/jessyInk_keyBindings.inx.h:22 #, fuzzy msgid "Select the slide to the right:" msgstr "Tilpas siden til tegningen" #: ../share/extensions/jessyInk_keyBindings.inx.h:23 #, fuzzy msgid "Set duration:" msgstr "Farvemætning" #: ../share/extensions/jessyInk_keyBindings.inx.h:24 #, fuzzy msgid "Set number of columns to default:" msgstr "Antal søjler" #: ../share/extensions/jessyInk_keyBindings.inx.h:25 #, fuzzy msgid "Set path color to black:" msgstr "Sidste valgte farve" #: ../share/extensions/jessyInk_keyBindings.inx.h:26 #, fuzzy msgid "Set path color to blue:" msgstr "Sidste valgte farve" #: ../share/extensions/jessyInk_keyBindings.inx.h:27 #, fuzzy msgid "Set path color to cyan:" msgstr "Sidste valgte farve" #: ../share/extensions/jessyInk_keyBindings.inx.h:28 #, fuzzy msgid "Set path color to green:" msgstr "Sidste valgte farve" #: ../share/extensions/jessyInk_keyBindings.inx.h:29 #, fuzzy msgid "Set path color to magenta:" msgstr "Sidste valgte farve" #: ../share/extensions/jessyInk_keyBindings.inx.h:30 #, fuzzy msgid "Set path color to orange:" msgstr "Sidste valgte farve" #: ../share/extensions/jessyInk_keyBindings.inx.h:31 #, fuzzy msgid "Set path color to red:" msgstr "Sidste valgte farve" #: ../share/extensions/jessyInk_keyBindings.inx.h:32 #, fuzzy msgid "Set path color to white:" msgstr "Sidste valgte farve" #: ../share/extensions/jessyInk_keyBindings.inx.h:33 #, fuzzy msgid "Set path color to yellow:" msgstr "Sidste valgte farve" #: ../share/extensions/jessyInk_keyBindings.inx.h:34 #, fuzzy msgid "Set path width to 1:" msgstr "Kildes bredde" #: ../share/extensions/jessyInk_keyBindings.inx.h:35 #, fuzzy msgid "Set path width to 3:" msgstr "Kildes bredde" #: ../share/extensions/jessyInk_keyBindings.inx.h:36 #, fuzzy msgid "Set path width to 5:" msgstr "Kildes bredde" #: ../share/extensions/jessyInk_keyBindings.inx.h:37 #, fuzzy msgid "Set path width to 7:" msgstr "Kildes bredde" #: ../share/extensions/jessyInk_keyBindings.inx.h:38 #, fuzzy msgid "Set path width to 9:" msgstr "Kildes bredde" #: ../share/extensions/jessyInk_keyBindings.inx.h:39 #, fuzzy msgid "Set path width to default:" msgstr "Vælg som standard" #: ../share/extensions/jessyInk_keyBindings.inx.h:40 #, fuzzy msgid "Slide mode" msgstr "Skalér knudepunkter" #: ../share/extensions/jessyInk_keyBindings.inx.h:41 #, fuzzy msgid "Switch to drawing mode:" msgstr "Skift visningstilstand til normal" #: ../share/extensions/jessyInk_keyBindings.inx.h:42 #, fuzzy msgid "Switch to index mode:" msgstr "Hæv til næste lag" #: ../share/extensions/jessyInk_keyBindings.inx.h:43 #, fuzzy msgid "Switch to slide mode:" msgstr "Skift visningstilstand til normal" #: ../share/extensions/jessyInk_keyBindings.inx.h:44 msgid "" "This extension allows you customise the key bindings JessyInk uses. Please " "see code.google.com/p/jessyink for more details." msgstr "" #: ../share/extensions/jessyInk_keyBindings.inx.h:45 msgid "Toggle progress bar:" msgstr "" #: ../share/extensions/jessyInk_keyBindings.inx.h:46 #, fuzzy msgid "Undo last path segment:" msgstr "Fortryd sidste handling" #: ../share/extensions/jessyInk_masterSlide.inx.h:2 msgid "If no layer name is supplied, the master slide is unset." msgstr "" #: ../share/extensions/jessyInk_masterSlide.inx.h:4 #, fuzzy msgid "Master slide" msgstr "Indsæt størrelse" #: ../share/extensions/jessyInk_masterSlide.inx.h:5 #: ../share/extensions/jessyInk_transitions.inx.h:7 #, fuzzy msgid "Name of layer:" msgstr "Lag omdøbt" #: ../share/extensions/jessyInk_masterSlide.inx.h:7 msgid "" "This extension allows you to change the master slide JessyInk uses. Please " "see code.google.com/p/jessyink for more details." msgstr "" #: ../share/extensions/jessyInk_mouseHandler.inx.h:2 #, fuzzy msgid "Dragging/zoom" msgstr "Tegning" #: ../share/extensions/jessyInk_mouseHandler.inx.h:5 #, fuzzy msgid "Mouse handler" msgstr "Flyt knudepunkts-håndtag" #: ../share/extensions/jessyInk_mouseHandler.inx.h:6 #, fuzzy msgid "Mouse settings:" msgstr "Sideorientering:" #: ../share/extensions/jessyInk_mouseHandler.inx.h:7 msgid "No-click" msgstr "" #: ../share/extensions/jessyInk_mouseHandler.inx.h:8 msgid "" "This extension allows you customise the mouse handler JessyInk uses. Please " "see code.google.com/p/jessyink for more details." msgstr "" #: ../share/extensions/jessyInk_summary.inx.h:3 #, fuzzy msgid "Summary" msgstr "_Symmetri" #: ../share/extensions/jessyInk_summary.inx.h:4 msgid "" "This extension allows you to obtain information about the JessyInk script, " "effects and transitions contained in this SVG file. Please see code.google." "com/p/jessyink for more details." msgstr "" #: ../share/extensions/jessyInk_transitions.inx.h:4 #, fuzzy msgid "Fade" msgstr "Fladhed" #: ../share/extensions/jessyInk_transitions.inx.h:10 msgid "" "This extension allows you to change the transition JessyInk uses for the " "selected layer. Please see code.google.com/p/jessyink for more details." msgstr "" #: ../share/extensions/jessyInk_transitions.inx.h:11 msgid "Transition in effect" msgstr "" #: ../share/extensions/jessyInk_transitions.inx.h:12 #, fuzzy msgid "Transition out effect" msgstr "Indsæt størrelse separat" #: ../share/extensions/jessyInk_transitions.inx.h:13 #, fuzzy msgid "Transitions" msgstr "Information" #: ../share/extensions/jessyInk_uninstall.inx.h:4 msgid "Please select the parts of JessyInk you want to uninstall/remove." msgstr "" #: ../share/extensions/jessyInk_uninstall.inx.h:5 #, fuzzy msgid "Remove auto-texts" msgstr "Fjern streg" #: ../share/extensions/jessyInk_uninstall.inx.h:6 #, fuzzy msgid "Remove effects" msgstr "Fjern streg" #: ../share/extensions/jessyInk_uninstall.inx.h:7 #, fuzzy msgid "Remove master slide assignment" msgstr "Fjern maske fra markering" #: ../share/extensions/jessyInk_uninstall.inx.h:8 #, fuzzy msgid "Remove script" msgstr "Fjern" #: ../share/extensions/jessyInk_uninstall.inx.h:9 #, fuzzy msgid "Remove transitions" msgstr "Fjern _transformationer" #: ../share/extensions/jessyInk_uninstall.inx.h:10 #, fuzzy msgid "Remove views" msgstr "Fjern udfyldning" #: ../share/extensions/jessyInk_uninstall.inx.h:11 msgid "" "This extension allows you to uninstall the JessyInk script. Please see code." "google.com/p/jessyink for more details." msgstr "" #: ../share/extensions/jessyInk_uninstall.inx.h:12 msgid "Uninstall/remove" msgstr "" #: ../share/extensions/jessyInk_video.inx.h:3 msgid "" "This extension puts a JessyInk video element on the current slide (layer). " "This element allows you to integrate a video into your JessyInk " "presentation. Please see code.google.com/p/jessyink for more details." msgstr "" #: ../share/extensions/jessyInk_video.inx.h:4 #, fuzzy msgid "Video" msgstr "V_is" #: ../share/extensions/jessyInk_view.inx.h:1 msgid "Choose order number 0 to set the initial view of a slide." msgstr "" #: ../share/extensions/jessyInk_view.inx.h:6 #, fuzzy msgid "Remove view" msgstr "Fjern" #: ../share/extensions/jessyInk_view.inx.h:8 msgid "" "This extension allows you to set, update and remove views for a JessyInk " "presentation. Please see code.google.com/p/jessyink for more details." msgstr "" #: ../share/extensions/jessyInk_view.inx.h:9 #: ../share/extensions/polyhedron_3d.inx.h:52 #, fuzzy msgid "View" msgstr "V_is" #: ../share/extensions/layers2svgfont.inx.h:1 msgid "3 - Convert Glyph Layers to SVG Font" msgstr "" #: ../share/extensions/layers2svgfont.inx.h:2 #: ../share/extensions/new_glyph_layer.inx.h:2 #: ../share/extensions/next_glyph_layer.inx.h:1 #: ../share/extensions/previous_glyph_layer.inx.h:1 #: ../share/extensions/setup_typography_canvas.inx.h:6 #: ../share/extensions/svgfont2layers.inx.h:3 #, fuzzy msgid "Typography" msgstr "Spiral" #: ../share/extensions/layout_nup.inx.h:1 msgid "" "\n" "Parameters:\n" " * Page size: width and height.\n" " * Page margins: extra space around each page.\n" " * Layout rows and cols.\n" " * Layout size: width and height, auto calculated if one is 0.\n" " * Auto calculate layout size: don't use the layout size values.\n" " * Layout margins: white space around each part of the layout.\n" " * Layout padding: inner padding for each part of the layout.\n" " " msgstr "" #: ../share/extensions/layout_nup.inx.h:11 msgid "Auto calculate layout size" msgstr "" #: ../share/extensions/layout_nup.inx.h:12 #: ../share/extensions/printing_marks.inx.h:3 #, fuzzy msgid "Bottom:" msgstr "Bot" #: ../share/extensions/layout_nup.inx.h:13 #, fuzzy msgid "Cols:" msgstr "Farver:" #: ../share/extensions/layout_nup.inx.h:14 #, fuzzy msgid "Cutting marks" msgstr "Udskriv vha. PDF-operatorer" #: ../share/extensions/layout_nup.inx.h:17 #, fuzzy msgid "Layout dimensions" msgstr "Tilfældig placering" #: ../share/extensions/layout_nup.inx.h:18 #, fuzzy msgid "Layout margins" msgstr "Venstre vinkel" #: ../share/extensions/layout_nup.inx.h:19 #, fuzzy msgid "Layout padding" msgstr "Tilfældig placering" #: ../share/extensions/layout_nup.inx.h:20 #: ../share/extensions/printing_marks.inx.h:8 #, fuzzy msgid "Left:" msgstr "Længde:" #: ../share/extensions/layout_nup.inx.h:21 msgid "Margin box" msgstr "" #: ../share/extensions/layout_nup.inx.h:22 #, fuzzy msgid "Margin guide" msgstr "Flyt knudepunkter" #: ../share/extensions/layout_nup.inx.h:23 #: ../share/extensions/printing_marks.inx.h:9 #, fuzzy msgid "Marks" msgstr "Markér" #: ../share/extensions/layout_nup.inx.h:24 msgid "N-up layout" msgstr "" #: ../share/extensions/layout_nup.inx.h:25 #, fuzzy msgid "Padding box" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../share/extensions/layout_nup.inx.h:26 msgid "Padding guide" msgstr "" #: ../share/extensions/layout_nup.inx.h:27 #, fuzzy msgid "Page dimensions" msgstr "Opdeling" #: ../share/extensions/layout_nup.inx.h:28 #, fuzzy msgid "Page margins" msgstr "Venstre vinkel" #: ../share/extensions/layout_nup.inx.h:29 #, fuzzy msgid "Place holder" msgstr "Flad farvestreg" #: ../share/extensions/layout_nup.inx.h:31 #: ../share/extensions/printing_marks.inx.h:16 #, fuzzy msgid "Right:" msgstr "Rettigheder" #: ../share/extensions/layout_nup.inx.h:32 #, fuzzy msgid "Rows:" msgstr "Rækker:" #: ../share/extensions/layout_nup.inx.h:33 #, fuzzy msgid "Size X:" msgstr "Størrelse" #: ../share/extensions/layout_nup.inx.h:34 #, fuzzy msgid "Size Y:" msgstr "Størrelse" #: ../share/extensions/layout_nup.inx.h:35 #: ../share/extensions/printing_marks.inx.h:20 #, fuzzy msgid "Top:" msgstr "Øverst" #: ../share/extensions/lindenmayer.inx.h:1 msgid "" "\n" "The path is generated by applying the \n" "substitutions of Rules to the Axiom, \n" "Order times. The following commands are \n" "recognized in Axiom and Rules:\n" "\n" "Any of A,B,C,D,E,F: draw forward \n" "\n" "Any of G,H,I,J,K,L: move forward \n" "\n" "+: turn left\n" "\n" "-: turn right\n" "\n" "|: turn 180 degrees\n" "\n" "[: remember point\n" "\n" "]: return to remembered point\n" msgstr "" #: ../share/extensions/lindenmayer.inx.h:21 msgid "Axiom and rules" msgstr "" #: ../share/extensions/lindenmayer.inx.h:22 #, fuzzy msgid "Axiom:" msgstr "Aksiom" #: ../share/extensions/lindenmayer.inx.h:24 msgid "L-system" msgstr "L-system" #: ../share/extensions/lindenmayer.inx.h:25 #, fuzzy msgid "Left angle:" msgstr "Venstre vinkel" #: ../share/extensions/lindenmayer.inx.h:28 #, fuzzy, no-c-format msgid "Randomize angle (%):" msgstr "Tilfældiggør vinkel (%)" #: ../share/extensions/lindenmayer.inx.h:30 #, fuzzy, no-c-format msgid "Randomize step (%):" msgstr "Tilfældiggør trin (%)" #: ../share/extensions/lindenmayer.inx.h:32 #, fuzzy msgid "Right angle:" msgstr "Højre vinkel" #: ../share/extensions/lindenmayer.inx.h:33 #, fuzzy msgid "Rules:" msgstr "Regler" #: ../share/extensions/lindenmayer.inx.h:34 #, fuzzy msgid "Step length (px):" msgstr "Trinlængde (px)" #: ../share/extensions/lorem_ipsum.inx.h:2 msgid "Lorem ipsum" msgstr "" #: ../share/extensions/lorem_ipsum.inx.h:3 #, fuzzy msgid "Number of paragraphs:" msgstr "Antal rækker" #: ../share/extensions/lorem_ipsum.inx.h:5 msgid "Paragraph length fluctuation (sentences):" msgstr "" #: ../share/extensions/lorem_ipsum.inx.h:6 msgid "Sentences per paragraph:" msgstr "" #: ../share/extensions/lorem_ipsum.inx.h:8 msgid "" "This effect creates the standard \"Lorem Ipsum\" pseudolatin placeholder " "text. If a flowed text is selected, Lorem Ipsum is added to it; otherwise a " "new flowed text object, the size of the page, is created in a new layer." msgstr "" #: ../share/extensions/markers_strokepaint.inx.h:1 #, fuzzy msgid "Assign alpha" msgstr "Primær uigennemsigtighed" #: ../share/extensions/markers_strokepaint.inx.h:2 #, fuzzy msgid "Assign fill color" msgstr "Sidste valgte farve" #: ../share/extensions/markers_strokepaint.inx.h:3 #, fuzzy msgid "Assign stroke color" msgstr "Sidste valgte farve" #: ../share/extensions/markers_strokepaint.inx.h:4 #, fuzzy msgid "Color Markers" msgstr "Farver:" #: ../share/extensions/markers_strokepaint.inx.h:7 #, fuzzy msgid "From object" msgstr "Ingen objekter" #: ../share/extensions/markers_strokepaint.inx.h:8 #, fuzzy msgid "Invert fill and stroke colors" msgstr "Sidste valgte farve" #: ../share/extensions/markers_strokepaint.inx.h:9 #, fuzzy msgid "Marker type:" msgstr "Farvevælger" #: ../share/extensions/markers_strokepaint.inx.h:11 #, fuzzy msgid "Stroke" msgstr "Bredde på streg" #: ../share/extensions/markers_strokepaint.inx.h:12 #, fuzzy msgid "filled" msgstr "Vandret forskudt" #: ../share/extensions/markers_strokepaint.inx.h:13 msgid "solid" msgstr "" #: ../share/extensions/measure.inx.h:1 #, fuzzy msgid "Angle 0" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:2 #, fuzzy msgid "Angle 120" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:3 #, fuzzy msgid "Angle 135" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:4 #, fuzzy msgid "Angle 150" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:5 #, fuzzy msgid "Angle 180" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:6 #, fuzzy msgid "Angle 210" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:7 #, fuzzy msgid "Angle 225" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:8 #, fuzzy msgid "Angle 240" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:9 #, fuzzy msgid "Angle 270" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:10 #, fuzzy msgid "Angle 30" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:11 #, fuzzy msgid "Angle 300" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:12 #, fuzzy msgid "Angle 315" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:13 #, fuzzy msgid "Angle 330" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:14 #, fuzzy msgid "Angle 45" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:15 #, fuzzy msgid "Angle 60" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:16 #, fuzzy msgid "Angle 90" msgstr "Vinkel:" #: ../share/extensions/measure.inx.h:17 #, fuzzy msgid "Display Format: " msgstr "_Visningstilstand" #: ../share/extensions/measure.inx.h:18 #, fuzzy msgid "Font size (px):" msgstr "Skriftstørrelse" #: ../share/extensions/measure.inx.h:20 #, fuzzy msgid "Length" msgstr "Længde:" #. mm #: ../share/extensions/measure.inx.h:22 #, fuzzy msgid "Length Unit:" msgstr "Længde:" #: ../share/extensions/measure.inx.h:24 msgid "Measure Path" msgstr "Mål sti" #: ../share/extensions/measure.inx.h:25 #, fuzzy msgid "Measurement Type: " msgstr "Mål sti" #: ../share/extensions/measure.inx.h:26 #, fuzzy msgid "Offset (px):" msgstr "Forskydninger" #: ../share/extensions/measure.inx.h:28 msgid "Scale Factor (Drawing:Real Length) = 1:" msgstr "" #: ../share/extensions/measure.inx.h:29 #, fuzzy msgid "Text On Path" msgstr "_Sæt på sti" #: ../share/extensions/measure.inx.h:31 #, no-c-format msgid "" "This effect measures the length, or area, of the selected paths and adds it " "as a text object with the selected units.\n" " \n" " * Display format can be either Text-On-Path, or stand-alone text at a " "specified angle.\n" " * The number of significant digits can be controlled by the Precision " "field.\n" " * The Offset field controls the distance from the text to the path.\n" " * The Scale factor can be used to make measurements in scaled drawings. " "For example, if 1 cm in the drawing equals 2.5 m in the real world, Scale " "must be set to 250.\n" " * When calculating area, the result should be precise for polygons and " "Bezier curves. If a circle is used, the area may be too high by as much as " "0.03%." msgstr "" #: ../share/extensions/measure.inx.h:39 #, fuzzy msgctxt "measure extension" msgid "Area" msgstr "Løst koblede" #: ../share/extensions/motion.inx.h:3 #, fuzzy msgid "Magnitude:" msgstr "Udstrækning" #: ../share/extensions/motion.inx.h:4 #, fuzzy msgid "Motion" msgstr "Placering:" #: ../share/extensions/new_glyph_layer.inx.h:1 #, fuzzy msgid "2 - Add Glyph Layer" msgstr "Tilføj lag" #: ../share/extensions/new_glyph_layer.inx.h:3 #, fuzzy msgid "Unicode character:" msgstr "Usynligt tegn" #: ../share/extensions/next_glyph_layer.inx.h:2 msgid "View Next Glyph" msgstr "" #: ../share/extensions/outline2svg.inx.h:1 msgid "ASCII Text with outline markup" msgstr "" #: ../share/extensions/outline2svg.inx.h:2 #, fuzzy msgid "Text Outline File (*.outline)" msgstr "Tekstfil (*.txt)" #: ../share/extensions/outline2svg.inx.h:3 #, fuzzy msgid "Text Outline Input" msgstr "Tekst-inddata" #: ../share/extensions/param_curves.inx.h:2 #, fuzzy msgid "End t-value:" msgstr "Værdi" #: ../share/extensions/param_curves.inx.h:5 msgid "Multiply t-range by 2*pi:" msgstr "" #: ../share/extensions/param_curves.inx.h:6 #, fuzzy msgid "Parametric Curves" msgstr "Parametre" #: ../share/extensions/param_curves.inx.h:7 msgid "Range and Sampling" msgstr "" #: ../share/extensions/param_curves.inx.h:10 #, fuzzy msgid "Samples:" msgstr "Figurer" #: ../share/extensions/param_curves.inx.h:11 msgid "" "Select a rectangle before calling the extension, it will determine X and Y " "scales.\n" "First derivatives are always determined numerically." msgstr "" #: ../share/extensions/param_curves.inx.h:22 #, fuzzy msgid "Start t-value:" msgstr "Attributværdi" #: ../share/extensions/param_curves.inx.h:25 #, fuzzy msgid "x-Function:" msgstr "Funktion" #: ../share/extensions/param_curves.inx.h:26 #, fuzzy msgid "x-value of rectangle's left:" msgstr "Højde på rektangel" #: ../share/extensions/param_curves.inx.h:27 #, fuzzy msgid "x-value of rectangle's right:" msgstr "Højde på rektangel" #: ../share/extensions/param_curves.inx.h:28 #, fuzzy msgid "y-Function:" msgstr "Funktion" #: ../share/extensions/param_curves.inx.h:29 #, fuzzy msgid "y-value of rectangle's bottom:" msgstr "Højde på rektangel" #: ../share/extensions/param_curves.inx.h:30 #, fuzzy msgid "y-value of rectangle's top:" msgstr "Højde på rektangel" #: ../share/extensions/pathalongpath.inx.h:1 #, fuzzy msgid "Copies of the pattern:" msgstr "Farve på sidekant" #: ../share/extensions/pathalongpath.inx.h:2 #, fuzzy msgid "Deformation type:" msgstr "Information" #: ../share/extensions/pathalongpath.inx.h:3 #: ../share/extensions/pathscatter.inx.h:3 msgid "Duplicate the pattern before deformation" msgstr "" #: ../share/extensions/pathalongpath.inx.h:6 #: ../share/extensions/pathscatter.inx.h:9 #, fuzzy msgid "Normal offset:" msgstr "Vandret forskudt" #: ../share/extensions/pathalongpath.inx.h:8 #, fuzzy msgid "Pattern along Path" msgstr "_Sæt på sti" #: ../share/extensions/pathalongpath.inx.h:9 #: ../share/extensions/pathscatter.inx.h:12 #, fuzzy msgid "Pattern is vertical" msgstr "Mønsterforskydning" #: ../share/extensions/pathalongpath.inx.h:12 msgid "Ribbon" msgstr "" #: ../share/extensions/pathalongpath.inx.h:15 #, fuzzy msgid "Snake" msgstr "Vrid" #: ../share/extensions/pathalongpath.inx.h:16 #: ../share/extensions/pathscatter.inx.h:17 #, fuzzy msgid "Space between copies:" msgstr "Mellemrum mellem linjer" #: ../share/extensions/pathalongpath.inx.h:17 #: ../share/extensions/pathscatter.inx.h:19 #, fuzzy msgid "Tangential offset:" msgstr "Lodret forskydning" #: ../share/extensions/pathalongpath.inx.h:18 msgid "" "This effect bends a pattern object along arbitrary \"skeleton\" paths. The " "pattern is the topmost object in the selection (groups of paths/shapes/" "clones... allowed)." msgstr "" #: ../share/extensions/pathscatter.inx.h:1 #, fuzzy msgid "Cloned" msgstr "Kloner" #: ../share/extensions/pathscatter.inx.h:2 #, fuzzy msgid "Copied" msgstr "Kombineret" #: ../share/extensions/pathscatter.inx.h:4 #, fuzzy msgid "Follow path orientation" msgstr "Sideorientering:" #: ../share/extensions/pathscatter.inx.h:7 msgid "If pattern is a group, pick group members" msgstr "" #: ../share/extensions/pathscatter.inx.h:8 #, fuzzy msgid "Moved" msgstr "Flyt" #: ../share/extensions/pathscatter.inx.h:11 #, fuzzy msgid "Original pattern will be:" msgstr "Mønsterforskydning" #: ../share/extensions/pathscatter.inx.h:13 msgid "Pick group members:" msgstr "" #: ../share/extensions/pathscatter.inx.h:14 #, fuzzy msgid "Randomly" msgstr "Tilfældiggør:" #: ../share/extensions/pathscatter.inx.h:16 #, fuzzy msgid "Sequentially" msgstr "Uindfattet udfyldning" #: ../share/extensions/pathscatter.inx.h:18 msgid "Stretch spaces to fit skeleton length" msgstr "" #: ../share/extensions/pathscatter.inx.h:20 msgid "" "This effect scatters a pattern along arbitrary \"skeleton\" paths. The " "pattern must be the topmost object in the selection. Groups of paths, " "shapes, clones are allowed." msgstr "" #: ../share/extensions/perfectboundcover.inx.h:1 #, fuzzy msgid "Bleed (in):" msgstr "Kantet samling" #: ../share/extensions/perfectboundcover.inx.h:2 msgid "Bond Weight #" msgstr "" #: ../share/extensions/perfectboundcover.inx.h:3 msgid "Book Height (inches):" msgstr "" #: ../share/extensions/perfectboundcover.inx.h:4 #, fuzzy msgid "Book Properties" msgstr "Linke_genskaber" #: ../share/extensions/perfectboundcover.inx.h:5 msgid "Book Width (inches):" msgstr "" #: ../share/extensions/perfectboundcover.inx.h:6 msgid "Caliper (inches)" msgstr "" #: ../share/extensions/perfectboundcover.inx.h:7 #, fuzzy msgid "Cover" msgstr "Omfang" #: ../share/extensions/perfectboundcover.inx.h:8 msgid "Cover Thickness Measurement:" msgstr "" #: ../share/extensions/perfectboundcover.inx.h:9 #, fuzzy msgid "Interior Pages" msgstr "Interpolér" #: ../share/extensions/perfectboundcover.inx.h:11 msgid "Note: Bond Weight # calculations are a best-guess estimate." msgstr "" #: ../share/extensions/perfectboundcover.inx.h:12 #, fuzzy msgid "Number of Pages:" msgstr "Antal trin" #: ../share/extensions/perfectboundcover.inx.h:13 msgid "Pages Per Inch (PPI)" msgstr "" #: ../share/extensions/perfectboundcover.inx.h:14 msgid "Paper Thickness Measurement:" msgstr "" #: ../share/extensions/perfectboundcover.inx.h:15 msgid "Perfect-Bound Cover Template" msgstr "" #: ../share/extensions/perfectboundcover.inx.h:17 #, fuzzy msgid "Remove existing guides" msgstr "Opret firkant" #: ../share/extensions/perfectboundcover.inx.h:19 #, fuzzy msgid "Specify Width" msgstr "Side_bredde" #: ../share/extensions/perfectboundcover.inx.h:20 #, fuzzy msgid "Value:" msgstr "Værdi" #: ../share/extensions/perspective.inx.h:2 #, fuzzy msgid "Perspective" msgstr "Nærvær" #: ../share/extensions/pixelsnap.inx.h:2 #, fuzzy msgid "PixelSnap" msgstr "Pixel" #: ../share/extensions/pixelsnap.inx.h:3 msgid "" "Snap all paths in selection to pixels. Snaps borders to half-points and " "fills to full points." msgstr "" #: ../share/extensions/plt_input.inx.h:1 msgid "AutoCAD Plot Input" msgstr "" #: ../share/extensions/plt_input.inx.h:2 #: ../share/extensions/plt_output.inx.h:2 #, fuzzy msgid "HP Graphics Language Plot file [AutoCAD] (*.plt)" msgstr "XFIG grafikfil (*.fig)" #: ../share/extensions/plt_input.inx.h:3 #, fuzzy msgid "Open HPGL plotter files" msgstr "Fjern udfyldning" #: ../share/extensions/plt_output.inx.h:1 msgid "AutoCAD Plot Output" msgstr "" #: ../share/extensions/plt_output.inx.h:3 #, fuzzy msgid "Save a file for plotters" msgstr "Vælg et filnavn til eksporteringen" #: ../share/extensions/polyhedron_3d.inx.h:1 #, fuzzy msgid "3D Polyhedron" msgstr "Polygon" #: ../share/extensions/polyhedron_3d.inx.h:2 #, fuzzy msgid "Clockwise wound object" msgstr "Ignorér låste objekter" #: ../share/extensions/polyhedron_3d.inx.h:3 msgid "Cube" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:4 #, fuzzy msgid "Cuboctahedron" msgstr "Meter" #: ../share/extensions/polyhedron_3d.inx.h:5 msgid "Dodecahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:6 #, fuzzy msgid "Draw back-facing polygons" msgstr "Opret stjerner og polygoner" #: ../share/extensions/polyhedron_3d.inx.h:7 msgid "Edge-Specified" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:8 #, fuzzy msgid "Edges" msgstr "Udtvær kant" #: ../share/extensions/polyhedron_3d.inx.h:9 msgid "Face-Specified" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:10 #, fuzzy msgid "Faces" msgstr "Fladhed" #: ../share/extensions/polyhedron_3d.inx.h:11 #, fuzzy msgid "Filename:" msgstr "Sæt filnavn" #: ../share/extensions/polyhedron_3d.inx.h:12 #, fuzzy msgid "Fill color, Blue:" msgstr "Flad farveudfyldning" #: ../share/extensions/polyhedron_3d.inx.h:13 #, fuzzy msgid "Fill color, Green:" msgstr "Flad farvestreg" #: ../share/extensions/polyhedron_3d.inx.h:14 #, fuzzy msgid "Fill color, Red:" msgstr "Enkel farve" #: ../share/extensions/polyhedron_3d.inx.h:16 #, fuzzy, no-c-format msgid "Fill opacity (%):" msgstr "Uigennemsigtighed:" #: ../share/extensions/polyhedron_3d.inx.h:17 msgid "Great Dodecahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:18 msgid "Great Stellated Dodecahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:19 msgid "Icosahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:20 #, fuzzy msgid "Light X:" msgstr "Lysstyrke" #: ../share/extensions/polyhedron_3d.inx.h:21 #, fuzzy msgid "Light Y:" msgstr "Lysstyrke" #: ../share/extensions/polyhedron_3d.inx.h:22 #, fuzzy msgid "Light Z:" msgstr "Lysstyrke" #: ../share/extensions/polyhedron_3d.inx.h:23 #, fuzzy msgid "Load from file" msgstr "Linke_genskaber" #: ../share/extensions/polyhedron_3d.inx.h:24 #, fuzzy msgid "Maximum" msgstr "mellem" #: ../share/extensions/polyhedron_3d.inx.h:25 msgid "Mean" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:26 #, fuzzy msgid "Minimum" msgstr "Minimumsstørrelse" #: ../share/extensions/polyhedron_3d.inx.h:27 #, fuzzy msgid "Model file" msgstr "Alle typer" #: ../share/extensions/polyhedron_3d.inx.h:28 #, fuzzy msgid "Object Type:" msgstr "Objekt" #: ../share/extensions/polyhedron_3d.inx.h:29 #, fuzzy msgid "Object:" msgstr "Objekt" #: ../share/extensions/polyhedron_3d.inx.h:30 #, fuzzy msgid "Octahedron" msgstr "Meter" #: ../share/extensions/polyhedron_3d.inx.h:32 #, fuzzy msgid "Rotate around:" msgstr "Rotér knudepunkter" #: ../share/extensions/polyhedron_3d.inx.h:33 #: ../share/extensions/spirograph.inx.h:7 #: ../share/extensions/wireframe_sphere.inx.h:6 #, fuzzy msgid "Rotation (deg):" msgstr "_Rotering" #: ../share/extensions/polyhedron_3d.inx.h:34 #, fuzzy msgid "Scaling factor:" msgstr "Enkel farve" #: ../share/extensions/polyhedron_3d.inx.h:35 #, fuzzy msgid "Shading" msgstr "Mellemrum:" #: ../share/extensions/polyhedron_3d.inx.h:37 msgid "Small Triambic Icosahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:38 msgid "Snub Cube" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:39 msgid "Snub Dodecahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:41 #, fuzzy, no-c-format msgid "Stroke opacity (%):" msgstr "Streg_farve" #: ../share/extensions/polyhedron_3d.inx.h:42 #, fuzzy msgid "Stroke width (px):" msgstr "Bredde på streg" #: ../share/extensions/polyhedron_3d.inx.h:44 msgid "Tetrahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:45 #, fuzzy msgid "Then rotate around:" msgstr "Ikke afrundede" #: ../share/extensions/polyhedron_3d.inx.h:46 msgid "Truncated Cube" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:47 msgid "Truncated Dodecahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:48 msgid "Truncated Icosahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:49 msgid "Truncated Octahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:50 msgid "Truncated Tetrahedron" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:51 #, fuzzy msgid "Vertices" msgstr "_Lodret" #: ../share/extensions/polyhedron_3d.inx.h:53 msgid "X-Axis" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:54 msgid "Y-Axis" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:55 msgid "Z-Axis" msgstr "" #: ../share/extensions/polyhedron_3d.inx.h:56 msgid "Z-sort faces by:" msgstr "" #: ../share/extensions/previous_glyph_layer.inx.h:2 #, fuzzy msgid "View Previous Glyph" msgstr "Forrige effekt" #: ../share/extensions/printing_marks.inx.h:1 #, fuzzy msgid "Bleed Margin" msgstr "Kantet samling" #: ../share/extensions/printing_marks.inx.h:2 #, fuzzy msgid "Bleed Marks" msgstr "Midtermarkører:" #: ../share/extensions/printing_marks.inx.h:4 #, fuzzy msgid "Canvas" msgstr "Cyan" #: ../share/extensions/printing_marks.inx.h:5 #, fuzzy msgid "Color Bars" msgstr "Farver:" #: ../share/extensions/printing_marks.inx.h:6 msgid "Crop Marks" msgstr "" #: ../share/extensions/printing_marks.inx.h:11 #, fuzzy msgid "Page Information" msgstr "Information" #: ../share/extensions/printing_marks.inx.h:12 #, fuzzy msgid "Positioning" msgstr "Placering:" #: ../share/extensions/printing_marks.inx.h:13 #, fuzzy msgid "Printing Marks" msgstr "Udskriv vha. PDF-operatorer" #: ../share/extensions/printing_marks.inx.h:14 msgid "Registration Marks" msgstr "" #: ../share/extensions/printing_marks.inx.h:18 #, fuzzy msgid "Set crop marks to:" msgstr "Vælg maske" #: ../share/extensions/printing_marks.inx.h:19 #, fuzzy msgid "Star Target" msgstr "Mål:" #: ../share/extensions/ps_input.inx.h:3 #, fuzzy msgid "PostScript Input" msgstr "PostScript-inddata" #: ../share/extensions/radiusrand.inx.h:2 #, fuzzy msgid "Jitter nodes" msgstr "Rotér knudepunkter" #: ../share/extensions/radiusrand.inx.h:3 #, fuzzy msgid "Maximum displacement in X (px):" msgstr "Maksimal linjestykkelængde" #: ../share/extensions/radiusrand.inx.h:4 #, fuzzy msgid "Maximum displacement in Y (px):" msgstr "Maksimal linjestykkelængde" #: ../share/extensions/radiusrand.inx.h:7 #, fuzzy msgid "Shift node handles" msgstr "Flyt knudepunkts-håndtag" #: ../share/extensions/radiusrand.inx.h:8 #, fuzzy msgid "Shift nodes" msgstr "Sammenføj knudepunkter" #: ../share/extensions/radiusrand.inx.h:9 msgid "" "This effect randomly shifts the nodes (and optionally node handles) of the " "selected path." msgstr "" #: ../share/extensions/radiusrand.inx.h:10 msgid "Use normal distribution" msgstr "Brug normal fordeling" #: ../share/extensions/render_alphabetsoup.inx.h:1 msgid "Alphabet Soup" msgstr "" #: ../share/extensions/render_alphabetsoup.inx.h:5 #: ../share/extensions/render_barcode_datamatrix.inx.h:6 #: ../share/extensions/render_barcode_qrcode.inx.h:18 #, fuzzy msgid "Text:" msgstr "Tekst" #: ../share/extensions/render_barcode.inx.h:1 #, fuzzy msgid "Bar Height:" msgstr "Højde:" #: ../share/extensions/render_barcode.inx.h:2 #: ../share/extensions/render_barcode_datamatrix.inx.h:1 #: ../share/extensions/render_barcode_qrcode.inx.h:2 msgid "Barcode" msgstr "" #: ../share/extensions/render_barcode.inx.h:3 msgid "Barcode Data:" msgstr "" #: ../share/extensions/render_barcode.inx.h:4 #, fuzzy msgid "Barcode Type:" msgstr " type: " #: ../share/extensions/render_barcode.inx.h:5 msgid "Classic" msgstr "" #: ../share/extensions/render_barcode_datamatrix.inx.h:2 #, fuzzy msgid "Datamatrix" msgstr "Matri_x" #: ../share/extensions/render_barcode_datamatrix.inx.h:4 #: ../share/extensions/render_barcode_qrcode.inx.h:16 msgid "Size, in unit squares:" msgstr "" #: ../share/extensions/render_barcode_datamatrix.inx.h:5 #, fuzzy msgid "Square Size (px):" msgstr "Kantet ende" #: ../share/extensions/render_barcode_qrcode.inx.h:1 #, fuzzy msgid "Auto" msgstr "_Forfattere" #: ../share/extensions/render_barcode_qrcode.inx.h:4 #, fuzzy msgid "Error correction level:" msgstr "PM: reflektion" #: ../share/extensions/render_barcode_qrcode.inx.h:6 #, no-c-format msgid "H (Approx. 30%)" msgstr "" #: ../share/extensions/render_barcode_qrcode.inx.h:8 #, no-c-format msgid "L (Approx. 7%)" msgstr "" #: ../share/extensions/render_barcode_qrcode.inx.h:10 #, no-c-format msgid "M (Approx. 15%)" msgstr "" #: ../share/extensions/render_barcode_qrcode.inx.h:12 #, no-c-format msgid "Q (Approx. 25%)" msgstr "" #: ../share/extensions/render_barcode_qrcode.inx.h:13 msgid "QR Code" msgstr "" #: ../share/extensions/render_barcode_qrcode.inx.h:15 msgid "See http://www.denso-wave.com/qrcode/index-e.html for details" msgstr "" #: ../share/extensions/render_barcode_qrcode.inx.h:17 #, fuzzy msgid "Square size (px):" msgstr "Kantet ende" #: ../share/extensions/render_barcode_qrcode.inx.h:19 msgid "" "With \"Auto\", the size of the barcode depends on the length of the text and " "the error correction level" msgstr "" #: ../share/extensions/replace_font.inx.h:1 msgid "And replace with: " msgstr "" #: ../share/extensions/replace_font.inx.h:2 msgid "" "Choose this tab if you would like to see a list of the fonts used/found." msgstr "" #: ../share/extensions/replace_font.inx.h:3 #, fuzzy msgid "Entire drawing" msgstr "Eksporteret område er hele lærredet" #: ../share/extensions/replace_font.inx.h:4 #, fuzzy msgid "Find and Replace font" msgstr "Find objekter i dokumentet" #: ../share/extensions/replace_font.inx.h:5 msgid "Find this font: " msgstr "" #: ../share/extensions/replace_font.inx.h:6 msgid "List all fonts" msgstr "" #: ../share/extensions/replace_font.inx.h:7 msgid "Replace all fonts with: " msgstr "" #: ../share/extensions/replace_font.inx.h:8 #, fuzzy msgid "Replace font" msgstr "_Slip" #: ../share/extensions/replace_font.inx.h:9 #, fuzzy msgid "Selected objects only" msgstr "Vend markerede objekter vandret" #: ../share/extensions/replace_font.inx.h:11 #, fuzzy msgid "Work on:" msgstr "Flyt" #: ../share/extensions/restack.inx.h:2 #, fuzzy msgid "Arbitrary Angle" msgstr "Vinkel" #: ../share/extensions/restack.inx.h:3 #, fuzzy msgid "Arrange" msgstr "Vinkel" #: ../share/extensions/restack.inx.h:4 #: ../share/extensions/text_extract.inx.h:1 #, fuzzy msgid "Bottom" msgstr "Bot" #: ../share/extensions/restack.inx.h:5 msgid "Bottom to Top (90)" msgstr "" #: ../share/extensions/restack.inx.h:6 #, fuzzy msgid "Horizontal Point:" msgstr "Vandret tekst" #: ../share/extensions/restack.inx.h:8 msgid "Left to Right (0)" msgstr "" #: ../share/extensions/restack.inx.h:9 #: ../share/extensions/text_extract.inx.h:7 #, fuzzy msgid "Middle" msgstr "Titel" #: ../share/extensions/restack.inx.h:10 #, fuzzy msgid "Radial Inward" msgstr "Radial overgang" #: ../share/extensions/restack.inx.h:11 #, fuzzy msgid "Radial Outward" msgstr "Radial overgang" #: ../share/extensions/restack.inx.h:12 #, fuzzy msgid "Restack" msgstr " _Nulstil " #: ../share/extensions/restack.inx.h:13 #, fuzzy msgid "Restack Direction:" msgstr "Beskrivelse" #: ../share/extensions/restack.inx.h:15 msgid "Right to Left (180)" msgstr "" #: ../share/extensions/restack.inx.h:16 #: ../share/extensions/text_extract.inx.h:12 msgid "Top" msgstr "Øverst" #: ../share/extensions/restack.inx.h:17 #, fuzzy msgid "Top to Bottom (270)" msgstr "Sænk til _nederst" #: ../share/extensions/restack.inx.h:18 #, fuzzy msgid "Vertical Point:" msgstr "Lodret tekst" #: ../share/extensions/rtree.inx.h:1 #, fuzzy msgid "Initial size:" msgstr "Begyndelsesstørrelse" #: ../share/extensions/rtree.inx.h:2 #, fuzzy msgid "Minimum size:" msgstr "Minimumsstørrelse" #: ../share/extensions/rtree.inx.h:3 msgid "Random Tree" msgstr "Tilfældigt træ" #: ../share/extensions/rubberstretch.inx.h:2 #, no-c-format msgid "Curve (%):" msgstr "" #: ../share/extensions/rubberstretch.inx.h:4 #, fuzzy msgid "Rubber Stretch" msgstr "Antal trin" #: ../share/extensions/rubberstretch.inx.h:6 #, fuzzy, no-c-format msgid "Strength (%):" msgstr "Trinlængde (px)" #: ../share/extensions/scour.inx.h:1 #, fuzzy msgid "Convert CSS attributes to XML attributes" msgstr "Slet attribut" #: ../share/extensions/scour.inx.h:2 msgid "Create groups for similar attributes" msgstr "" #: ../share/extensions/scour.inx.h:3 #, fuzzy msgid "Embed rasters" msgstr "Indlejr alle billeder" #: ../share/extensions/scour.inx.h:4 #, fuzzy msgid "Enable viewboxing" msgstr "Forhåndsvis" #: ../share/extensions/scour.inx.h:5 msgid "Group collapsing" msgstr "" #: ../share/extensions/scour.inx.h:6 msgid "Help (Ids)" msgstr "" #: ../share/extensions/scour.inx.h:7 msgid "Help (Options)" msgstr "" #: ../share/extensions/scour.inx.h:8 #, fuzzy msgid "Ids" msgstr "_Id" #: ../share/extensions/scour.inx.h:9 msgid "" "Ids specific options:\n" " * Remove unused ID names for elements: remove all unreferenced ID " "attributes.\n" " * Shorten IDs: reduce the length of all ID attributes, assigning the " "shortest to the most-referenced elements. For instance, #linearGradient5621, " "referenced 100 times, can become #a.\n" " * Preserve manually created ID names not ending with digits: usually, " "optimised SVG output removes these, but if they're needed for referencing (e." "g. #middledot), you may use this option.\n" " * Preserve these ID names, comma-separated: you can use this in " "conjunction with the other preserve options if you wish to preserve some " "more specific ID names.\n" " * Preserve ID names starting with: usually, optimised SVG output removes " "all unused ID names, but if all of your preserved ID names start with the " "same prefix (e.g. #flag-mx, #flag-pt), you may use this option." msgstr "" #: ../share/extensions/scour.inx.h:15 msgid "Keep editor data" msgstr "" #: ../share/extensions/scour.inx.h:17 msgid "Number of significant digits for coords:" msgstr "" #: ../share/extensions/scour.inx.h:18 #, fuzzy msgid "Optimized SVG (*.svg)" msgstr "Inkscape SVG (*.svg)" #: ../share/extensions/scour.inx.h:19 #, fuzzy msgid "Optimized SVG Output" msgstr "SVG-uddata" #: ../share/extensions/scour.inx.h:21 msgid "Preserve ID names starting with:" msgstr "" #: ../share/extensions/scour.inx.h:22 msgid "Preserve manually created ID names not ending with digits" msgstr "" #: ../share/extensions/scour.inx.h:23 msgid "Preserve these ID names, comma-separated:" msgstr "" #: ../share/extensions/scour.inx.h:24 #, fuzzy msgid "Remove comments" msgstr "Fjern udfyldning" #: ../share/extensions/scour.inx.h:25 #, fuzzy msgid "Remove metadata" msgstr "Fjern" #: ../share/extensions/scour.inx.h:26 #, fuzzy msgid "Remove the xml declaration" msgstr "Fjern _transformationer" #: ../share/extensions/scour.inx.h:27 msgid "Remove unused ID names for elements" msgstr "" #: ../share/extensions/scour.inx.h:28 #, fuzzy msgid "Scalable Vector Graphics" msgstr "Scalable Vector Graphic (*.svg)" #: ../share/extensions/scour.inx.h:29 msgid "Shorten IDs" msgstr "" #: ../share/extensions/scour.inx.h:30 #, fuzzy msgid "Shorten color values" msgstr "Kopiér farve" #: ../share/extensions/scour.inx.h:31 #, fuzzy msgid "Space" msgstr "Fjern m_arkering" #: ../share/extensions/scour.inx.h:32 #, fuzzy msgid "Tab" msgstr "Titel" #: ../share/extensions/scour.inx.h:34 #, no-c-format msgid "" "This extension optimizes the SVG file according to the following options:\n" " * Shorten color names: convert all colors to #RRGGBB or #RGB format.\n" " * Convert CSS attributes to XML attributes: convert styles from <" "style> tags and inline style=\"\" declarations into XML attributes.\n" " * Group collapsing: removes useless <g> elements, promoting their " "contents up one level. Requires \"Remove unused ID names for elements\" to " "be set.\n" " * Create groups for similar attributes: create <g> elements for " "runs of elements having at least one attribute in common (e.g. fill color, " "stroke opacity, ...).\n" " * Embed rasters: embed raster images as base64-encoded data URLs.\n" " * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator " "elements and attributes.\n" " * Remove metadata: remove <metadata> tags along with all the " "information in them, which may include license metadata, alternate versions " "for non-SVG-enabled browsers, etc.\n" " * Remove comments: remove <!-- --> tags.\n" " * Work around renderer bugs: emits slightly larger SVG data, but works " "around a bug in librsvg's renderer, which is used in Eye of GNOME and other " "various applications.\n" " * Enable viewboxing: size image to 100%/100% and introduce a viewBox.\n" " * Number of significant digits for coords: all coordinates are output " "with that number of significant digits. For example, if 3 is specified, the " "coordinate 3.5153 is output as 3.51 and the coordinate 471.55 is output as " "472.\n" " * XML indentation (pretty-printing): either None for no indentation, " "Space to use one space per nesting level, or Tab to use one tab per nesting " "level." msgstr "" #: ../share/extensions/scour.inx.h:47 msgid "Work around renderer bugs" msgstr "" #: ../share/extensions/scour.inx.h:48 msgid "XML indentation (pretty-printing):" msgstr "" #: ../share/extensions/setup_typography_canvas.inx.h:1 msgid "1 - Setup Typography Canvas" msgstr "" #: ../share/extensions/setup_typography_canvas.inx.h:2 #, fuzzy msgid "Ascender:" msgstr "Optegn" #: ../share/extensions/setup_typography_canvas.inx.h:3 #, fuzzy msgid "Caps Height:" msgstr "Højde:" #: ../share/extensions/setup_typography_canvas.inx.h:4 #, fuzzy msgid "Descender:" msgstr "Afhængighed:" #: ../share/extensions/setup_typography_canvas.inx.h:5 #, fuzzy msgid "Em-size:" msgstr "Størrelse" #: ../share/extensions/setup_typography_canvas.inx.h:7 #, fuzzy msgid "X-Height:" msgstr "Højde:" #: ../share/extensions/sk1_input.inx.h:1 #, fuzzy msgid "Open files saved in sK1 vector graphics editor" msgstr "Inkscape SVG Vector Illustrator" #: ../share/extensions/sk1_input.inx.h:2 #: ../share/extensions/sk1_output.inx.h:2 msgid "sK1 vector graphics files (.sk1)" msgstr "" #: ../share/extensions/sk1_input.inx.h:3 msgid "sK1 vector graphics files input" msgstr "" #: ../share/extensions/sk1_output.inx.h:1 #, fuzzy msgid "File format for use in sK1 vector graphics editor" msgstr "Inkscape SVG Vector Illustrator" #: ../share/extensions/sk1_output.inx.h:3 msgid "sK1 vector graphics files output" msgstr "" #: ../share/extensions/sk_input.inx.h:1 msgid "A diagram created with the program Sketch" msgstr "Et diagram lavet med programmet Sketch" #: ../share/extensions/sk_input.inx.h:2 msgid "Sketch Diagram (*.sk)" msgstr "Sketch-diagram (*.sk)" #: ../share/extensions/sk_input.inx.h:3 msgid "Sketch Input" msgstr "Sketch-inddata" #: ../share/extensions/spirograph.inx.h:1 #, fuzzy msgid "Gear Placement:" msgstr "Nyt elementknudepunkt" #: ../share/extensions/spirograph.inx.h:2 msgid "Inside (Hypotrochoid)" msgstr "" #: ../share/extensions/spirograph.inx.h:3 msgid "Outside (Epitrochoid)" msgstr "" #: ../share/extensions/spirograph.inx.h:4 msgid "Quality (Default = 16):" msgstr "" #: ../share/extensions/spirograph.inx.h:5 msgid "R - Ring Radius (px):" msgstr "" #: ../share/extensions/spirograph.inx.h:8 #, fuzzy msgid "Spirograph" msgstr "Spiral" #: ../share/extensions/spirograph.inx.h:9 msgid "d - Pen Radius (px):" msgstr "" #: ../share/extensions/spirograph.inx.h:10 msgid "r - Gear Radius (px):" msgstr "" #: ../share/extensions/split.inx.h:3 msgid "Preserve original text" msgstr "" #: ../share/extensions/split.inx.h:4 #, fuzzy msgid "Split text" msgstr "Slet tekst" #: ../share/extensions/split.inx.h:5 msgid "Split:" msgstr "" #: ../share/extensions/split.inx.h:7 msgid "This effect splits texts into different lines, words or letters." msgstr "" #: ../share/extensions/split.inx.h:8 #, fuzzy msgctxt "split" msgid "Letters" msgstr "Længde:" #: ../share/extensions/split.inx.h:9 #, fuzzy msgctxt "split" msgid "Lines" msgstr "Linje" #: ../share/extensions/split.inx.h:10 #, fuzzy msgctxt "split" msgid "Words" msgstr "Flyt" #: ../share/extensions/straightseg.inx.h:1 #, fuzzy msgid "Behavior:" msgstr "Opførsel" #: ../share/extensions/straightseg.inx.h:3 #, fuzzy msgid "Percent:" msgstr "Procent" #: ../share/extensions/straightseg.inx.h:4 msgid "Straighten Segments" msgstr "" #: ../share/extensions/summersnight.inx.h:1 msgid "Envelope" msgstr "Indyldning" #: ../share/extensions/svg2fxg.inx.h:1 msgid "Adobe's XML Graphics file format" msgstr "" #: ../share/extensions/svg2fxg.inx.h:2 #, fuzzy msgid "FXG Output" msgstr "SVG-uddata" #: ../share/extensions/svg2fxg.inx.h:3 #, fuzzy msgid "Flash XML Graphics (*.fxg)" msgstr "XFIG grafikfil (*.fig)" #: ../share/extensions/svg2xaml.inx.h:1 ../share/extensions/xaml2svg.inx.h:1 msgid "Microsoft XAML (*.xaml)" msgstr "" #: ../share/extensions/svg2xaml.inx.h:2 ../share/extensions/xaml2svg.inx.h:2 msgid "Microsoft's GUI definition format" msgstr "" #: ../share/extensions/svg2xaml.inx.h:3 #, fuzzy msgid "XAML Output" msgstr "DXF-uddata" #: ../share/extensions/svg_and_media_zip_output.inx.h:1 #, fuzzy msgid "Add font list" msgstr "Tilføj lag" #: ../share/extensions/svg_and_media_zip_output.inx.h:2 msgid "Compressed Inkscape SVG with media (*.zip)" msgstr "Komprimeret Inkscape SVG med medie (*.zip)" #: ../share/extensions/svg_and_media_zip_output.inx.h:3 #, fuzzy msgid "Compressed Inkscape SVG with media export" msgstr "Komprimeret Inkscape SVG med medie (*.zip)" #: ../share/extensions/svg_and_media_zip_output.inx.h:4 #, fuzzy msgid "Image zip directory:" msgstr "" "%s er ikke en gyldig mappe.\n" "%s" #: ../share/extensions/svg_and_media_zip_output.inx.h:5 msgid "" "Inkscape's native file format compressed with Zip and including all media " "files" msgstr "" "Inkscapes eget filformat komprimeret med Zip og indeholdende alle mediefiler" #: ../share/extensions/svgcalendar.inx.h:1 msgid "Automatically set size and position" msgstr "" #: ../share/extensions/svgcalendar.inx.h:2 #, fuzzy msgid "Calendar" msgstr "_Ryd" #: ../share/extensions/svgcalendar.inx.h:3 #, fuzzy msgid "Char Encoding:" msgstr "Ikke afrundede" #: ../share/extensions/svgcalendar.inx.h:4 #, fuzzy msgid "Colors" msgstr "Farver:" #: ../share/extensions/svgcalendar.inx.h:6 #, fuzzy msgid "Day color:" msgstr "Kopiér farve" #: ../share/extensions/svgcalendar.inx.h:7 #, fuzzy msgid "Day names:" msgstr "Lagnavn:" #: ../share/extensions/svgcalendar.inx.h:8 msgid "Fill empty day boxes with next month's days" msgstr "" #: ../share/extensions/svgcalendar.inx.h:9 msgid "" "January February March April May June July August September October November " "December" msgstr "" #: ../share/extensions/svgcalendar.inx.h:11 #, fuzzy msgid "Localization" msgstr "_Rotering" #: ../share/extensions/svgcalendar.inx.h:12 #, fuzzy msgid "Monday" msgstr "Flyt" #: ../share/extensions/svgcalendar.inx.h:13 msgid "Month (0 for all):" msgstr "" #: ../share/extensions/svgcalendar.inx.h:14 #, fuzzy msgid "Month Margin:" msgstr "Kopiér farve" #: ../share/extensions/svgcalendar.inx.h:15 #, fuzzy msgid "Month Width:" msgstr "Side_bredde" #: ../share/extensions/svgcalendar.inx.h:16 #, fuzzy msgid "Month color:" msgstr "Kopiér farve" #: ../share/extensions/svgcalendar.inx.h:17 #, fuzzy msgid "Month names:" msgstr "Unavngivet" #: ../share/extensions/svgcalendar.inx.h:18 #, fuzzy msgid "Months per line:" msgstr "Centrér linjer" #: ../share/extensions/svgcalendar.inx.h:19 #, fuzzy msgid "Next month day color:" msgstr "Sidste valgte farve" #: ../share/extensions/svgcalendar.inx.h:21 #, fuzzy msgid "Saturday" msgstr "Farvemætning" #: ../share/extensions/svgcalendar.inx.h:22 msgid "Saturday and Sunday" msgstr "" #: ../share/extensions/svgcalendar.inx.h:23 msgid "" "Select your system encoding. More information at http://docs.python.org/" "library/codecs.html#standard-encodings." msgstr "" #: ../share/extensions/svgcalendar.inx.h:24 #, fuzzy msgid "Show week number" msgstr "Vinkel" #: ../share/extensions/svgcalendar.inx.h:25 msgid "Sun Mon Tue Wed Thu Fri Sat" msgstr "" #: ../share/extensions/svgcalendar.inx.h:26 #, fuzzy msgid "Sunday" msgstr "Stempl" #: ../share/extensions/svgcalendar.inx.h:27 msgid "The day names list must start from Sunday." msgstr "" #: ../share/extensions/svgcalendar.inx.h:28 msgid "The options below have no influence when the above is checked." msgstr "" #: ../share/extensions/svgcalendar.inx.h:29 #, fuzzy msgid "Week number color:" msgstr "Sidste valgte farve" #: ../share/extensions/svgcalendar.inx.h:30 #, fuzzy msgid "Week number column name:" msgstr "Antal søjler" #: ../share/extensions/svgcalendar.inx.h:31 msgid "Week start day" msgstr "" #: ../share/extensions/svgcalendar.inx.h:32 #, fuzzy msgid "Weekday name color:" msgstr "Sidste valgte farve" #: ../share/extensions/svgcalendar.inx.h:33 #, fuzzy msgid "Weekend day color:" msgstr "Sidste valgte farve" #: ../share/extensions/svgcalendar.inx.h:34 #, fuzzy msgid "Weekend:" msgstr "Hastighed:" #: ../share/extensions/svgcalendar.inx.h:35 msgid "Wk" msgstr "" #: ../share/extensions/svgcalendar.inx.h:36 msgid "Year (4 digits):" msgstr "" #: ../share/extensions/svgcalendar.inx.h:37 #, fuzzy msgid "Year color:" msgstr "Kopiér farve" #: ../share/extensions/svgcalendar.inx.h:38 msgid "You may change the names for other languages:" msgstr "" #: ../share/extensions/svgfont2layers.inx.h:1 #, fuzzy msgid "Convert SVG Font to Glyph Layers" msgstr "Invertér i alle lag" #: ../share/extensions/svgfont2layers.inx.h:2 msgid "Load only the first 30 glyphs (Recommended)" msgstr "" #: ../share/extensions/text_braille.inx.h:1 #, fuzzy msgid "Convert to Braille" msgstr "_Konvertér til tekst" #: ../share/extensions/text_extract.inx.h:2 #, fuzzy msgid "Bottom to top" msgstr "Bryd sti op" #: ../share/extensions/text_extract.inx.h:3 #, fuzzy msgid "Extract" msgstr "Udpak et billede" #: ../share/extensions/text_extract.inx.h:4 #, fuzzy msgid "Horizontal point:" msgstr "Vandret tekst" #: ../share/extensions/text_extract.inx.h:6 #, fuzzy msgid "Left to right" msgstr "Længde:" #: ../share/extensions/text_extract.inx.h:9 #, fuzzy msgid "Right to left" msgstr "Højre vinkel" #: ../share/extensions/text_extract.inx.h:11 #, fuzzy msgid "Text direction:" msgstr "Linjeafstand:" #: ../share/extensions/text_extract.inx.h:13 #, fuzzy msgid "Top to bottom" msgstr "Sænk til bund" #: ../share/extensions/text_extract.inx.h:14 #, fuzzy msgid "Vertical point:" msgstr "Lodret tekst" #: ../share/extensions/text_flipcase.inx.h:1 #: ../share/extensions/text_lowercase.inx.h:1 #: ../share/extensions/text_randomcase.inx.h:1 #: ../share/extensions/text_sentencecase.inx.h:1 #: ../share/extensions/text_titlecase.inx.h:1 #: ../share/extensions/text_uppercase.inx.h:1 #, fuzzy msgid "Change Case" msgstr "Opret firkant" #: ../share/extensions/text_flipcase.inx.h:3 msgid "fLIP cASE" msgstr "" #: ../share/extensions/text_lowercase.inx.h:3 #, fuzzy msgid "lowercase" msgstr "Sænk lag" #: ../share/extensions/text_randomcase.inx.h:3 msgid "rANdOm CasE" msgstr "" #: ../share/extensions/text_replace.inx.h:1 #, fuzzy msgid "By:" msgstr "Ry:" #: ../share/extensions/text_replace.inx.h:2 #, fuzzy msgid "Replace text" msgstr "_Slip" #: ../share/extensions/text_replace.inx.h:3 #, fuzzy msgid "Replace:" msgstr "_Slip" #: ../share/extensions/text_sentencecase.inx.h:2 msgid "Sentence case" msgstr "" #: ../share/extensions/text_titlecase.inx.h:3 #, fuzzy msgid "Title Case" msgstr "Titel" #: ../share/extensions/text_uppercase.inx.h:3 msgid "UPPERCASE" msgstr "" #: ../share/extensions/triangle.inx.h:1 #, fuzzy msgid "Angle a (deg):" msgstr "grader" #: ../share/extensions/triangle.inx.h:2 #, fuzzy msgid "Angle b (deg):" msgstr "grader" #: ../share/extensions/triangle.inx.h:3 #, fuzzy msgid "Angle c (deg):" msgstr "grader" #: ../share/extensions/triangle.inx.h:4 msgid "From Side a and Angles a, b" msgstr "" #: ../share/extensions/triangle.inx.h:5 msgid "From Side c and Angles a, b" msgstr "" #: ../share/extensions/triangle.inx.h:6 msgid "From Sides a, b and Angle a" msgstr "" #: ../share/extensions/triangle.inx.h:7 msgid "From Sides a, b and Angle c" msgstr "" #: ../share/extensions/triangle.inx.h:8 msgid "From Three Sides" msgstr "" #: ../share/extensions/triangle.inx.h:11 #, fuzzy msgid "Side Length a (px):" msgstr "Trinlængde (px)" #: ../share/extensions/triangle.inx.h:12 #, fuzzy msgid "Side Length b (px):" msgstr "Trinlængde (px)" #: ../share/extensions/triangle.inx.h:13 #, fuzzy msgid "Side Length c (px):" msgstr "Trinlængde (px)" #: ../share/extensions/triangle.inx.h:14 #, fuzzy msgid "Triangle" msgstr "Vinkel" #: ../share/extensions/txt2svg.inx.h:1 msgid "ASCII Text" msgstr "ASCII Tekst" #: ../share/extensions/txt2svg.inx.h:2 msgid "Text File (*.txt)" msgstr "Tekstfil (*.txt)" #: ../share/extensions/txt2svg.inx.h:3 msgid "Text Input" msgstr "Tekst-inddata" #: ../share/extensions/voronoi2svg.inx.h:1 #, fuzzy msgid "Automatic from selected objects" msgstr "Gruppér valgte ting" #: ../share/extensions/voronoi2svg.inx.h:2 #, fuzzy msgid "Bounding box of the diagram:" msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #: ../share/extensions/voronoi2svg.inx.h:3 #, fuzzy msgid "Delaunay Triangulation" msgstr "Afslå invitation" #: ../share/extensions/voronoi2svg.inx.h:7 msgid "Options for Voronoi diagram" msgstr "" #: ../share/extensions/voronoi2svg.inx.h:9 msgid "" "Select a set of objects. Their centroids will be used as the sites of the " "Voronoi diagram. Text objects are not handled." msgstr "" #: ../share/extensions/voronoi2svg.inx.h:10 #, fuzzy msgid "Show the bounding box" msgstr "Overfor afgrænsningsbokskant" #: ../share/extensions/voronoi2svg.inx.h:11 msgid "Type of diagram:" msgstr "" #: ../share/extensions/voronoi2svg.inx.h:12 #, fuzzy msgid "Voronoi Diagram" msgstr "Mønster" #: ../share/extensions/voronoi2svg.inx.h:13 #, fuzzy msgid "Voronoi and Delaunay" msgstr "Mønster" #: ../share/extensions/webslicer_create_group.inx.h:1 #: ../share/extensions/webslicer_create_rect.inx.h:2 #, fuzzy msgid "Background color:" msgstr "Baggrundsfarve" #: ../share/extensions/webslicer_create_group.inx.h:2 #: ../share/extensions/webslicer_create_rect.inx.h:17 #, fuzzy msgid "HTML class attribute:" msgstr "Sæt attribut" #: ../share/extensions/webslicer_create_group.inx.h:3 #: ../share/extensions/webslicer_create_rect.inx.h:18 #, fuzzy msgid "HTML id attribute:" msgstr "Sæt attribut" #: ../share/extensions/webslicer_create_group.inx.h:4 #, fuzzy msgid "Height unit:" msgstr "Højde:" #: ../share/extensions/webslicer_create_group.inx.h:6 msgid "" "Layout Group is only about to help a better code generation (if you need " "it). To use this, you must to select some \"Slicer rectangles\" first." msgstr "" #: ../share/extensions/webslicer_create_group.inx.h:8 #, fuzzy msgid "Percent (relative to parent size)" msgstr "Maksimal længde af hjørne (i stregbredde-enheder)" #: ../share/extensions/webslicer_create_group.inx.h:9 msgid "Pixel (fixed)" msgstr "" #: ../share/extensions/webslicer_create_group.inx.h:10 msgid "Set a layout group" msgstr "" #: ../share/extensions/webslicer_create_group.inx.h:11 #, fuzzy msgid "Slicer" msgstr "Mønster" #: ../share/extensions/webslicer_create_group.inx.h:12 msgid "Undefined (relative to non-floating content size)" msgstr "" #: ../share/extensions/webslicer_create_group.inx.h:13 #: ../share/extensions/webslicer_create_rect.inx.h:41 #: ../share/extensions/webslicer_export.inx.h:7 #: ../share/extensions/web-set-att.inx.h:18 #: ../share/extensions/web-transmit-att.inx.h:16 msgid "Web" msgstr "" #: ../share/extensions/webslicer_create_group.inx.h:14 #, fuzzy msgid "Width unit:" msgstr "Bredde:" #: ../share/extensions/webslicer_create_rect.inx.h:1 msgid "" "0 is the lowest image quality and highest compression, and 100 is the best " "quality but least effective compression" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:3 msgid "Background — no repeat (on parent group)" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:4 msgid "Background — repeat horizontally (on parent group)" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:5 msgid "Background — repeat vertically (on parent group)" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:6 #, fuzzy msgid "Bottom and Center" msgstr "Bryd sti op" #: ../share/extensions/webslicer_create_rect.inx.h:7 #, fuzzy msgid "Bottom and Left" msgstr "Bryd sti op" #: ../share/extensions/webslicer_create_rect.inx.h:8 #, fuzzy msgid "Bottom and Right" msgstr "Bryd sti op" #: ../share/extensions/webslicer_create_rect.inx.h:9 #, fuzzy msgid "Create a slicer rectangle" msgstr "Opret firkant" #: ../share/extensions/webslicer_create_rect.inx.h:10 #, fuzzy msgid "DPI:" msgstr "DPI" #. i18n. Description duplicated in a fake value attribute in order to make it translatable #: ../share/extensions/webslicer_create_rect.inx.h:12 msgid "Force Dimension must be set as x" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:13 #, fuzzy msgid "Force Dimension:" msgstr "Opdeling" #: ../share/extensions/webslicer_create_rect.inx.h:15 msgid "GIF specific options" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:19 msgid "If set, this will replace DPI." msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:20 msgid "JPG specific options" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:21 #, fuzzy msgid "Layout disposition:" msgstr "Tilfældig placering" #: ../share/extensions/webslicer_create_rect.inx.h:22 msgid "Left Floated Image" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:23 msgid "Middle and Center" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:24 #, fuzzy msgid "Middle and Left" msgstr "Bryd sti op" #: ../share/extensions/webslicer_create_rect.inx.h:25 #, fuzzy msgid "Middle and Right" msgstr "Bryd sti op" #: ../share/extensions/webslicer_create_rect.inx.h:27 #, fuzzy msgid "Non Positioned Image" msgstr "_Rotering" #: ../share/extensions/webslicer_create_rect.inx.h:28 msgid "Options for HTML export" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:29 #, fuzzy msgid "Palette" msgstr "_Palet" #: ../share/extensions/webslicer_create_rect.inx.h:30 #, fuzzy msgid "Palette size:" msgstr "Indsæt størrelse" #: ../share/extensions/webslicer_create_rect.inx.h:31 #, fuzzy msgid "Position anchor:" msgstr "Placering:" #: ../share/extensions/webslicer_create_rect.inx.h:32 #, fuzzy msgid "Positioned Image" msgstr "Placering:" #: ../share/extensions/webslicer_create_rect.inx.h:33 msgid "Positioned html block element with the image as Background" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:34 #, fuzzy msgid "Quality:" msgstr "_Afslut" #: ../share/extensions/webslicer_create_rect.inx.h:35 #, fuzzy msgid "Right Floated Image" msgstr "Højre vinkel" #: ../share/extensions/webslicer_create_rect.inx.h:36 msgid "Tiled Background (on parent group)" msgstr "" #: ../share/extensions/webslicer_create_rect.inx.h:37 #, fuzzy msgid "Top and Center" msgstr "Bryd sti op" #: ../share/extensions/webslicer_create_rect.inx.h:38 #, fuzzy msgid "Top and Left" msgstr "Bryd sti op" #: ../share/extensions/webslicer_create_rect.inx.h:39 #, fuzzy msgid "Top and right" msgstr "_Vink og trick" #: ../share/extensions/webslicer_export.inx.h:1 msgid "" "All sliced images, and optionaly code, will be generated as you had " "configured and saved to one directory." msgstr "" #: ../share/extensions/webslicer_export.inx.h:2 msgid "Create directory, if it does not exists" msgstr "" #: ../share/extensions/webslicer_export.inx.h:3 msgid "Directory path to export:" msgstr "" #: ../share/extensions/webslicer_export.inx.h:4 msgid "Export layout pieces and HTML+CSS code" msgstr "" #: ../share/extensions/webslicer_export.inx.h:8 msgid "With HTML and CSS" msgstr "" #: ../share/extensions/web-set-att.inx.h:1 #, fuzzy msgid "All selected ones set an attribute in the last one" msgstr "Hvert markeret objekt har et diamant-ikon i øverste venstre hjørne" #: ../share/extensions/web-set-att.inx.h:2 #, fuzzy msgid "Attribute to set:" msgstr "Attributnavn" #: ../share/extensions/web-set-att.inx.h:3 #: ../share/extensions/web-transmit-att.inx.h:3 msgid "Compatibility with previews code to this event:" msgstr "" #: ../share/extensions/web-set-att.inx.h:5 msgid "" "If you want to set more than one attribute, you must separate this with a " "space, and only with a space." msgstr "" #: ../share/extensions/web-set-att.inx.h:8 #: ../share/extensions/web-transmit-att.inx.h:8 msgid "Run it after" msgstr "" #: ../share/extensions/web-set-att.inx.h:9 #: ../share/extensions/web-transmit-att.inx.h:9 msgid "Run it before" msgstr "" #: ../share/extensions/web-set-att.inx.h:10 #, fuzzy msgid "Set Attributes" msgstr "Sæt attribut" #: ../share/extensions/web-set-att.inx.h:11 msgid "Source and destination of setting:" msgstr "" #: ../share/extensions/web-set-att.inx.h:12 #, fuzzy msgid "The first selected sets an attribute in all others" msgstr "Hvert markeret objekt har et diamant-ikon i øverste venstre hjørne" #: ../share/extensions/web-set-att.inx.h:13 msgid "The list of values must have the same size as the attributes list." msgstr "" #: ../share/extensions/web-set-att.inx.h:14 #: ../share/extensions/web-transmit-att.inx.h:12 msgid "The next parameter is useful when you select more than two elements" msgstr "" #: ../share/extensions/web-set-att.inx.h:15 #: ../share/extensions/web-transmit-att.inx.h:13 msgid "" "This effect adds a feature visible (or usable) only on a SVG enabled web " "browser (like Firefox)." msgstr "" #: ../share/extensions/web-set-att.inx.h:16 msgid "" "This effect sets one or more attributes in the second selected element, when " "a defined event occurs on the first selected element." msgstr "" #: ../share/extensions/web-set-att.inx.h:17 #, fuzzy msgid "Value to set:" msgstr "Værdi" #: ../share/extensions/web-set-att.inx.h:19 msgid "When should the set be done:" msgstr "" #: ../share/extensions/web-set-att.inx.h:20 #: ../share/extensions/web-transmit-att.inx.h:18 #, fuzzy msgid "on activate" msgstr "Deaktiveret" #: ../share/extensions/web-set-att.inx.h:21 #: ../share/extensions/web-transmit-att.inx.h:19 #, fuzzy msgid "on blur" msgstr "Gør udfyldning uigennemsigtig" #: ../share/extensions/web-set-att.inx.h:22 #: ../share/extensions/web-transmit-att.inx.h:20 msgid "on click" msgstr "" #: ../share/extensions/web-set-att.inx.h:23 #: ../share/extensions/web-transmit-att.inx.h:21 #, fuzzy msgid "on element loaded" msgstr "Nyt elementknudepunkt" #: ../share/extensions/web-set-att.inx.h:24 #: ../share/extensions/web-transmit-att.inx.h:22 msgid "on focus" msgstr "" #: ../share/extensions/web-set-att.inx.h:25 #: ../share/extensions/web-transmit-att.inx.h:23 msgid "on mouse down" msgstr "" #: ../share/extensions/web-set-att.inx.h:26 #: ../share/extensions/web-transmit-att.inx.h:24 msgid "on mouse move" msgstr "" #: ../share/extensions/web-set-att.inx.h:27 #: ../share/extensions/web-transmit-att.inx.h:25 #, fuzzy msgid "on mouse out" msgstr "Zoom ind eller ud" #: ../share/extensions/web-set-att.inx.h:28 #: ../share/extensions/web-transmit-att.inx.h:26 msgid "on mouse over" msgstr "" #: ../share/extensions/web-set-att.inx.h:29 #: ../share/extensions/web-transmit-att.inx.h:27 msgid "on mouse up" msgstr "" #: ../share/extensions/web-transmit-att.inx.h:1 #, fuzzy msgid "All selected ones transmit to the last one" msgstr "Flere markerede objekter har samme streg" #: ../share/extensions/web-transmit-att.inx.h:2 #, fuzzy msgid "Attribute to transmit:" msgstr "Attributnavn" #: ../share/extensions/web-transmit-att.inx.h:5 msgid "" "If you want to transmit more than one attribute, you should separate this " "with a space, and only with a space." msgstr "" #: ../share/extensions/web-transmit-att.inx.h:10 msgid "Source and destination of transmitting:" msgstr "" #: ../share/extensions/web-transmit-att.inx.h:11 msgid "The first selected transmits to all others" msgstr "" #: ../share/extensions/web-transmit-att.inx.h:14 msgid "" "This effect transmits one or more attributes from the first selected element " "to the second when an event occurs." msgstr "" #: ../share/extensions/web-transmit-att.inx.h:15 #, fuzzy msgid "Transmit Attributes" msgstr "Sæt attribut" #: ../share/extensions/web-transmit-att.inx.h:17 #, fuzzy msgid "When to transmit:" msgstr "Destinationens højde" #: ../share/extensions/whirl.inx.h:1 #, fuzzy msgid "Amount of whirl:" msgstr "Mængde af hvirvlen" #: ../share/extensions/whirl.inx.h:3 msgid "Rotation is clockwise" msgstr "Rotation er mod uret" #: ../share/extensions/whirl.inx.h:4 msgid "Whirl" msgstr "Hvirvel" #: ../share/extensions/wireframe_sphere.inx.h:1 msgid "Hide lines behind the sphere" msgstr "" #: ../share/extensions/wireframe_sphere.inx.h:2 #, fuzzy msgid "Lines of latitude:" msgstr "Farve på sidekant" #: ../share/extensions/wireframe_sphere.inx.h:3 msgid "Lines of longitude:" msgstr "" #: ../share/extensions/wireframe_sphere.inx.h:7 msgid "Tilt (deg):" msgstr "" #: ../share/extensions/wireframe_sphere.inx.h:8 msgid "Wireframe Sphere" msgstr "" #: ../share/extensions/wmf_input.inx.h:1 #: ../share/extensions/wmf_output.inx.h:1 msgid "A popular graphics file format for clipart" msgstr "Et populært grafik-filformat til billedudklip" #: ../share/extensions/wmf_input.inx.h:2 #: ../share/extensions/wmf_output.inx.h:2 msgid "Windows Metafile (*.wmf)" msgstr "Windows Metafile (*.wmf)" #: ../share/extensions/wmf_input.inx.h:3 #: ../share/extensions/wmf_output.inx.h:3 msgid "Windows Metafile Input" msgstr "Windows Metafile-inddata" #: ../share/extensions/xaml2svg.inx.h:3 #, fuzzy msgid "XAML Input" msgstr "DXF inddata" #~ msgid "_Custom" #~ msgstr "_Brugerdefineret" #, fuzzy #~ msgid "Link Properties" #~ msgstr "Linke_genskaber" #, fuzzy #~ msgid "Image Properties" #~ msgstr "_Billedegenskaber" #~ msgid "Align lines left" #~ msgstr "Venstrejustér linjer" #~ msgid "Center lines" #~ msgstr "Centrér linjer" #~ msgid "Align lines right" #~ msgstr "Højrejustér linjer" #, fuzzy #~ msgid "Justify lines" #~ msgstr "Ligestillet" #~ msgid "Line spacing:" #~ msgstr "Linjeafstand:" #~ msgid "%s GDK pixbuf Input" #~ msgstr "%s GDK pixbuf inddata" #, fuzzy #~ msgid "Expand direction" #~ msgstr "Linjeafstand:" #~ msgid "Mouse" #~ msgstr "Mus" #, fuzzy #~ msgid "User data: " #~ msgstr "Br_ugernavn:" #, fuzzy #~ msgid "UI: " #~ msgstr "_ID: " #, fuzzy #~ msgid "General system information" #~ msgstr "Information om hukommelsesforbrug" #~ msgid "Misc" #~ msgstr "Diverse" #, fuzzy #~ msgid "Current effect" #~ msgstr "Aktuelt lag" #, fuzzy #~ msgid "Empty selection" #~ msgstr "Slet markering" #~ msgid "" #~ "Enable log display by setting dialogs.debug 'redirect' attribute to 1 in " #~ "preferences.xml" #~ msgstr "" #~ "Aktivér logvisning ved at sætte dialogs.debug 'redirect'-attributten til " #~ "1 i preferences.xml" #, fuzzy #~ msgid "Search for:" #~ msgstr "Søg efter grupper" #, fuzzy #~ msgid "_Opacity (%):" #~ msgstr "Uigennemsigtighed:" #~ msgid "No gradients" #~ msgstr "Ingen overgange" #~ msgid "Nothing selected" #~ msgstr "Intet markeret" #~ msgid "No gradients in selection" #~ msgstr "Ingen overgange i markering" #~ msgid "Multiple gradients" #~ msgstr "Flere overgange" #~ msgid "No objects" #~ msgstr "Ingen objekter" #, fuzzy #~ msgid "Affect:" #~ msgstr "Forskydning:" #~ msgid "Attribute" #~ msgstr "Attribut" #~ msgid "LaTeX formula" #~ msgstr "LaTeX-formel" #~ msgid "LaTeX formula: " #~ msgstr "LaTeX-formel: " #, fuzzy #~ msgid "Motion blur, horizontal" #~ msgstr "FLyt vandret" #, fuzzy #~ msgid "" #~ "Blur as if the object flies horizontally; adjust Standard Deviation to " #~ "vary force" #~ msgstr "Vend markerede objekter vandret" #, fuzzy #~ msgid "Motion blur, vertical" #~ msgstr "Flyt lodret" #, fuzzy #~ msgid "" #~ "Blur as if the object flies vertically; adjust Standard Deviation to vary " #~ "force" #~ msgstr "Vend markerede objekter lodret" #, fuzzy #~ msgid "Horizontal edge detect" #~ msgstr "Vandret tekst" #, fuzzy #~ msgid "Detect horizontal color edges in object" #~ msgstr "Vandret koordinat af markeringen" #, fuzzy #~ msgid "Vertical edge detect" #~ msgstr "Lodret tekst" #, fuzzy #~ msgid "Sepia" #~ msgstr "Spiral" #, fuzzy #~ msgid "HSL Bumps" #~ msgstr "Vælg maske" #, fuzzy #~ msgid "Blur inner borders and intersections" #~ msgstr "Hæng _knudepunkter på objekter" #, fuzzy #~ msgid "Parallel hollow" #~ msgstr "Vandret forskudt" #, fuzzy #~ msgid "Hole" #~ msgstr "Rolle:" #, fuzzy #~ msgid "Smooth outline" #~ msgstr "Boksomrids" #, fuzzy #~ msgid "Draws an outline around" #~ msgstr "Tegn en sti som er et gitter" #, fuzzy #~ msgid "Outline, double" #~ msgstr "_Omrids" #, fuzzy #~ msgid "Fancy blur" #~ msgstr "Gør udfyldning uigennemsigtig" #, fuzzy #~ msgid "Glow" #~ msgstr "Kopiér farve" #, fuzzy #~ msgid "Image effects, transparent" #~ msgstr "Aktuelt lag" #, fuzzy #~ msgid "Smooth edges" #~ msgstr "Udjævnet" #, fuzzy #~ msgid "Noise transparency" #~ msgstr "0 (gennemsigtig)" #, fuzzy #~ msgid "Color outline, in" #~ msgstr "Farve på hjælpelinjer" #, fuzzy #~ msgid "Smooth shader" #~ msgstr "Udjævnet" #, fuzzy #~ msgid "Smooth shader dark" #~ msgstr "Udjævnet" #, fuzzy #~ msgid "Imitation of black and white cartoon shading" #~ msgstr "Invertér sorte og hvide områdr til enkelte sporinger" #, fuzzy #~ msgid "Satin" #~ msgstr "Start:" #, fuzzy #~ msgid "Smooth shader contour" #~ msgstr "Udjævnet" #, fuzzy #~ msgid "3D wood" #~ msgstr "Boks" #, fuzzy #~ msgid "Noisy blur" #~ msgstr "Gør udfyldning uigennemsigtig" #, fuzzy #~ msgid "Small-scale roughening and blurring to edges and content" #~ msgstr "Skalér afrundede hjørner i firkanter" #, fuzzy #~ msgid "HSL Bumps, transparent" #~ msgstr "0 (gennemsigtig)" #, fuzzy #~ msgid "Black outline" #~ msgstr "Flad farvestreg" #, fuzzy #~ msgid "Draws a black outline around" #~ msgstr "Tegn en sti som er et gitter" #, fuzzy #~ msgid "Color outline" #~ msgstr "Farve på hjælpelinjer" #, fuzzy #~ msgid "Draws a colored outline around" #~ msgstr "Tegn en sti som er et gitter" #, fuzzy #~ msgid "Inner Shadow" #~ msgstr "Indre radius:" #, fuzzy #~ msgid "Darken edges" #~ msgstr "Farvevælger" #, fuzzy #~ msgid "Change colors to a duotone palette" #~ msgstr "Vælg farver fra en farvesamlingspalet" #~ msgid "Font" #~ msgstr "Skrifttype" #, fuzzy #~ msgid "handle" #~ msgstr "Figurer" #, fuzzy #~ msgid "center" #~ msgstr "Centrér" #~ msgid "Center" #~ msgstr "Centrér" #, fuzzy #~ msgid "Experimental" #~ msgstr "Eksponent" #, fuzzy #~ msgid "Diffuse light, custom (ABCs)" #~ msgstr "Farver:" #, fuzzy #~ msgid "Specular light, custom (ABCs)" #~ msgstr "Stopfarve" #, fuzzy #~ msgid "Brightness, custom (Color)" #~ msgstr "Lysstyrke" #, fuzzy #~ msgid "Vibration:" #~ msgstr "Fiksering:" #, fuzzy #~ msgid "Lightness, custom (Color)" #~ msgstr "Lysstyrke" #, fuzzy #~ msgid "Radiation" #~ msgstr "_Rotering" #, fuzzy #~ msgid "Opacity (%):" #~ msgstr "Uigennemsigtighed:" #, fuzzy #~ msgid "Drop Glow" #~ msgstr "Kopiér farve" #, fuzzy #~ msgid "Drawing, custom" #~ msgstr "Tegning" #, fuzzy #~ msgid "Transluscent" #~ msgstr "Vinkel" #, fuzzy #~ msgid "link" #~ msgstr "linjer" #~ msgid "Windows 32-bit Print" #~ msgstr "Windows 32-bit-udskrift" #, fuzzy #~ msgid "Angle (degrees):" #~ msgstr "grader" #~ msgid "Print Previe_w" #~ msgstr "_Forhåndsvis udskrift" #~ msgid "Preview document printout" #~ msgstr "Forhåndsvis udskrift" #, fuzzy #~ msgid "Snap to bounding box corners" #~ msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #, fuzzy #~ msgid "Snap to cusp nodes" #~ msgstr "Hæng på objektknudepunkter" #, fuzzy #~ msgid "Snap to smooth nodes" #~ msgstr "Hæng på objektknudepunkter" #, fuzzy #~ msgid "(minimum mean)" #~ msgstr "Minimumsstørrelse" #, fuzzy #~ msgid "Toolbox|Scatter" #~ msgstr "Mønster" #, fuzzy #~ msgid "Toolbox|Scatter:" #~ msgstr "Mønster" #, fuzzy #~ msgid "(low scale variation)" #~ msgstr "Indstillinger for stjerner" #, fuzzy #~ msgid "Toolbox|Scale" #~ msgstr "_Værktøjskasse" #, fuzzy #~ msgid "Toolbox|Scale:" #~ msgstr "_Værktøjskasse" #, fuzzy #~ msgid "All in one" #~ msgstr "Justér knudepunkter" #, fuzzy #~ msgid "DXF Points" #~ msgstr "Punkter" #, fuzzy #~ msgid "File" #~ msgstr "_Fil" #, fuzzy #~ msgid "Random Seed:" #~ msgstr "Tilfældigt træ" #, fuzzy #~ msgid "Barcode - QR Code" #~ msgstr " type: " #, fuzzy #~ msgid "Enable id stripping" #~ msgstr "Forhåndsvis" #, fuzzy #~ msgid "Indent" #~ msgstr "Indføj" #, fuzzy #~ msgid "Set precision" #~ msgstr "Beskrivelse" #, fuzzy #~ msgid "Simplify colors" #~ msgstr "Simplificér" #, fuzzy #~ msgid "Style to xml" #~ msgstr "_Stil: " #~ msgid "ZIP Output" #~ msgstr "ZIP-uddata" #, fuzzy #~ msgctxt "Palette" #~ msgid "Blue1" #~ msgstr "Blå" #, fuzzy #~ msgctxt "Palette" #~ msgid "Blue2" #~ msgstr "Blå" #, fuzzy #~ msgctxt "Palette" #~ msgid "Blue3" #~ msgstr "Blå" #, fuzzy #~ msgctxt "Palette" #~ msgid "Red1" #~ msgstr "Rød" #, fuzzy #~ msgctxt "Palette" #~ msgid "Red2" #~ msgstr "Rød" #, fuzzy #~ msgctxt "Palette" #~ msgid "Red3" #~ msgstr "Rød" #, fuzzy #~ msgctxt "Palette" #~ msgid "Orange1" #~ msgstr "Vinkel" #, fuzzy #~ msgctxt "Palette" #~ msgid "Orange2" #~ msgstr "Vinkel" #, fuzzy #~ msgctxt "Palette" #~ msgid "Orange3" #~ msgstr "Vinkel" #, fuzzy #~ msgctxt "Palette" #~ msgid "Green1" #~ msgstr "Grøn" #, fuzzy #~ msgctxt "Palette" #~ msgid "Green2" #~ msgstr "Grøn" #, fuzzy #~ msgctxt "Palette" #~ msgid "Green3" #~ msgstr "Grøn" #, fuzzy #~ msgctxt "Palette" #~ msgid "Purple1" #~ msgstr "_Slip" #, fuzzy #~ msgctxt "Palette" #~ msgid "Purple2" #~ msgstr "_Slip" #, fuzzy #~ msgctxt "Palette" #~ msgid "Purple3" #~ msgstr "_Slip" #, fuzzy #~ msgctxt "Palette" #~ msgid "Metalic1" #~ msgstr "Magenta" #, fuzzy #~ msgctxt "Palette" #~ msgid "Metalic2" #~ msgstr "Magenta" #, fuzzy #~ msgctxt "Palette" #~ msgid "Metalic3" #~ msgstr "Magenta" #, fuzzy #~ msgctxt "Palette" #~ msgid "Metalic4" #~ msgstr "Magenta" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey1" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey2" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey3" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey4" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey5" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "default outer 1" #~ msgstr "Standard_enheder:" #, fuzzy #~ msgctxt "Palette" #~ msgid "default outer 2" #~ msgstr "Standard_enheder:" #, fuzzy #~ msgctxt "Palette" #~ msgid "default outer 3" #~ msgstr "Standard_enheder:" #, fuzzy #~ msgctxt "Palette" #~ msgid "default block" #~ msgstr "Standard" #, fuzzy #~ msgctxt "Palette" #~ msgid "default covered text" #~ msgstr "Flydende tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "default text" #~ msgstr "Standard_enheder:" #, fuzzy #~ msgctxt "Palette" #~ msgid "default light block" #~ msgstr "Standard_enheder:" #, fuzzy #~ msgctxt "Palette" #~ msgid "default light covered text" #~ msgstr "Standarder" #, fuzzy #~ msgctxt "Palette" #~ msgid "default light text" #~ msgstr "Standard_enheder:" #, fuzzy #~ msgctxt "Palette" #~ msgid "beetle added green" #~ msgstr "Opret og redigér overgange" #, fuzzy #~ msgctxt "Palette" #~ msgid "beetle header text" #~ msgstr "Slet tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "beetle background" #~ msgstr "Fjern baggrund" #, fuzzy #~ msgctxt "Palette" #~ msgid "beetle covered text" #~ msgstr "Flydende tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "beetle text" #~ msgstr "Slet tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "albatross background" #~ msgstr "Fjern baggrund" #, fuzzy #~ msgctxt "Palette" #~ msgid "fly text" #~ msgstr "T_ype: " #, fuzzy #~ msgctxt "Palette" #~ msgid "fly outer" #~ msgstr "Fladhed" #, fuzzy #~ msgctxt "Palette" #~ msgid "fly background" #~ msgstr "Ba_ggrund:" #, fuzzy #~ msgctxt "Palette" #~ msgid "fly header text" #~ msgstr "Indsæt _stil" #, fuzzy #~ msgctxt "Palette" #~ msgid "fly covered text" #~ msgstr "Flydende tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "seagull background" #~ msgstr "Fjern baggrund" #, fuzzy #~ msgctxt "Palette" #~ msgid "seagull text" #~ msgstr "Lodret tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "beaver block header text" #~ msgstr "Flydende tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "beaver added green" #~ msgstr "Opret og redigér overgange" #, fuzzy #~ msgctxt "Palette" #~ msgid "beaver covered text" #~ msgstr "Flydende tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "beaver background" #~ msgstr "Fjern baggrund" #, fuzzy #~ msgctxt "Palette" #~ msgid "beaver text" #~ msgstr "Slet tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "crane outer 1" #~ msgstr "Vinkel" #, fuzzy #~ msgctxt "Palette" #~ msgid "crane outer 2" #~ msgstr "Vinkel" #, fuzzy #~ msgctxt "Palette" #~ msgid "crane outer 3" #~ msgstr "Vinkel" #, fuzzy #~ msgctxt "Palette" #~ msgid "crane added orange" #~ msgstr "_Rotering" #, fuzzy #~ msgctxt "Palette" #~ msgid "crane block header" #~ msgstr "Sænk lag" #, fuzzy #~ msgctxt "Palette" #~ msgid "crane covered text" #~ msgstr "Flydende tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "crane background" #~ msgstr "Baggrund" #, fuzzy #~ msgctxt "Palette" #~ msgid "crane text" #~ msgstr "Slet tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "wolverine background" #~ msgstr "Fjern baggrund" #, fuzzy #~ msgctxt "Palette" #~ msgid "wolverine text" #~ msgstr "Slet tekst" #, fuzzy #~ msgctxt "Palette" #~ msgid "Orange Hilight" #~ msgstr "Højde:" #, fuzzy #~ msgctxt "Palette" #~ msgid "Orange" #~ msgstr "Vinkel" #, fuzzy #~ msgctxt "Palette" #~ msgid "Orange Shadow" #~ msgstr "Indre radius:" #, fuzzy #~ msgctxt "Palette" #~ msgid "Yellow" #~ msgstr "Gul" #, fuzzy #~ msgctxt "Palette" #~ msgid "Accent Orange" #~ msgstr "Vinkel" #, fuzzy #~ msgctxt "Palette" #~ msgid "Accent Red" #~ msgstr "Centrér" #, fuzzy #~ msgctxt "Palette" #~ msgid "Human" #~ msgstr "Vinkel" #, fuzzy #~ msgctxt "Palette" #~ msgid "Environmental Shadow" #~ msgstr "Indre radius:" #, fuzzy #~ msgctxt "Palette" #~ msgid "Accent Blue Shadow" #~ msgstr "Indre radius:" #, fuzzy #~ msgctxt "Palette" #~ msgid "Accent Green" #~ msgstr "Indryk knudepunkt" #, fuzzy #~ msgctxt "Palette" #~ msgid "Accent Magenta" #~ msgstr "Magenta" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey 1" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey 2" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey 3" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey 4" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey 5" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Palette" #~ msgid "Grey 6" #~ msgstr "Ombryd" #, fuzzy #~ msgctxt "Filter blend mode" #~ msgid "Normal" #~ msgstr "Normal" #, fuzzy #~ msgctxt "Filter blend mode" #~ msgid "Screen" #~ msgstr "Grøn" #, fuzzy #~ msgctxt "Gap" #~ msgid "H:" #~ msgstr "H:" #~ msgid "When the original is deleted, its clones:" #~ msgstr "Når et ophav slettes:" #, fuzzy #~ msgid "%s: %d (print colors preview) - Inkscape" #~ msgstr "%s: %d - Inkscape" #, fuzzy #~ msgid "%s (print colors preview) - Inkscape" #~ msgstr "%s - Inkscape" #, fuzzy #~ msgctxt "Stroke width" #~ msgid "Width:" #~ msgstr "Bredde:" #~ msgid "Font size" #~ msgstr "Skriftstørrelse" #~ msgid "Order" #~ msgstr "Rækkefølge" #, fuzzy #~ msgid "Font size [px]" #~ msgstr "Skriftstørrelse" #, fuzzy #~ msgid "Offset [px]" #~ msgstr "Forskydningssti" #~ msgid "Angle" #~ msgstr "Vinkel" #, fuzzy #~ msgid "Rotation, degrees" #~ msgstr "_Rotering" #, fuzzy #~ msgid "Year (0 for current)" #~ msgstr "Under det aktuelle lag" #~ msgid "clonetiler|H" #~ msgstr "clonetiler|Farvetone" #~ msgid "clonetiler|S" #~ msgstr "clonetiler|Mætning" #~ msgid "clonetiler|L" #~ msgstr "clonetiler|Lysstyrke" #, fuzzy #~ msgid "find|Clones" #~ msgstr "Kloner" #~ msgid "Type" #~ msgstr "Type" #~ msgid "Radius" #~ msgstr "Radius" #, fuzzy #~ msgid "Spacing" #~ msgstr "Mellemrum:" #~ msgid "Title" #~ msgstr "Titel" #~ msgid "Date" #~ msgstr "Dato" #~ msgid "Format" #~ msgstr "Format" #~ msgid "Creator" #~ msgstr "Forfatter" #~ msgid "Rights" #~ msgstr "Rettigheder" #~ msgid "Publisher" #~ msgstr "Udgiver" #~ msgid "Identifier" #~ msgstr "Identifikation" #~ msgid "Language" #~ msgstr "Sprog" #~ msgid "Coverage" #~ msgstr "Omfang" #, fuzzy #~ msgid "undo action|Raise" #~ msgstr "Funktion" #, fuzzy #~ msgid "web|Link" #~ msgstr "Henvisning" #~ msgid "Object _Properties" #~ msgstr "_Egenskaber for objekt" #, fuzzy #~ msgid "gap|H:" #~ msgstr "Ende:" #~ msgid "Connector network layout" #~ msgstr "Forbindelsesudlægning" #, fuzzy #~ msgid "Grid|_New" #~ msgstr "Gitter" #, fuzzy #~ msgid "Color profiles directory (%s) is unavailable." #~ msgstr "Palettemappen (%s) er ikke tilgængelig." #, fuzzy #~ msgid "Paint objects with:" #~ msgstr "Opret nye objekter med:" #, fuzzy #~ msgid "layers|Top" #~ msgstr "_Lag" #~ msgid "_Width" #~ msgstr "_Bredde" #~ msgid "_Height" #~ msgstr "_Højde" #, fuzzy #~ msgid "" #~ "Welcome to Inkscape! Use shape or drawing tools to create objects; " #~ "use selector (arrow) to move or transform them." #~ msgstr "" #~ "Velkommen til Inkscape! Benyt figur eller frihåndsværktøjer til at " #~ "oprette objekter; brug markeringsværktøjet til at flytte eller " #~ "transformere dem." #, fuzzy #~ msgid "" #~ "The file \"%s\" was saved with a " #~ "format (%s) that may cause data loss!\n" #~ "\n" #~ "Do you want to save this file as an Inkscape SVG?" #~ msgstr "" #~ "Filen \"%s\" blev gemt i et format " #~ "(%s) der kan medføre tab af data!\n" #~ "\n" #~ "Vil du gemme denne fil i et andet format?" #, fuzzy #~ msgid "swatches|Size" #~ msgstr "Indsæt størrelse" #~ msgid "small" #~ msgstr "lille" #~ msgid "large" #~ msgstr "stor" #~ msgid "huge" #~ msgstr "meget stor" #, fuzzy #~ msgid "swatches|Width" #~ msgstr "Indsæt _bredde" #, fuzzy #~ msgid "wide" #~ msgstr "_Skjul" #, fuzzy #~ msgid "wider" #~ msgstr "_Skjul" #, fuzzy #~ msgid "Next Path Effect Parameter" #~ msgstr "Indsæt bredde separat" #, fuzzy #~ msgid "_Print Colors Preview" #~ msgstr "_Forhåndsvis udskrift" #, fuzzy #~ msgid "Switch to print colors preview mode" #~ msgstr "Skift visningstilstand til normal" #, fuzzy #~ msgid "select toolbar|X position" #~ msgstr "select_toolbar|X" #, fuzzy #~ msgid "select toolbar|X" #~ msgstr "select_toolbar|X" #, fuzzy #~ msgid "select toolbar|Y position" #~ msgstr "select_toolbar|Y" #, fuzzy #~ msgid "select toolbar|Y" #~ msgstr "select_toolbar|Y" #, fuzzy #~ msgid "select toolbar|Width" #~ msgstr "select_toolbar|W" #, fuzzy #~ msgid "select toolbar|W" #~ msgstr "select_toolbar|W" #, fuzzy #~ msgid "select toolbar|Height" #~ msgstr "select_toolbar|H" #, fuzzy #~ msgid "select toolbar|H" #~ msgstr "select_toolbar|H" #~ msgid "_Y" #~ msgstr "_G" #, fuzzy #~ msgid "StrokeWidth|Width:" #~ msgstr "Bredde på streg" #, fuzzy #~ msgid "Task" #~ msgstr "Mas_ke" #, fuzzy #~ msgid "Task:" #~ msgstr "Mas_ke" #, fuzzy #~ msgid "Rows" #~ msgstr "Rækker:" #, fuzzy #~ msgid "Radius [px]" #~ msgstr "Radius" #, fuzzy #~ msgid "Rotation [deg]" #~ msgstr "_Rotering" #~ msgid "Refresh the icons" #~ msgstr "Genopfrisk ikoner" #, fuzzy #~ msgid "Color/opacity used for color spraying" #~ msgstr "Farve på gitterlinjer" #, fuzzy #~ msgid "Show node transformation handles" #~ msgstr "Gem transformation:" #, fuzzy #~ msgid "Show next path effect parameter for editing" #~ msgstr "Indsæt bredde separat" #, fuzzy #~ msgid "Select Font Size" #~ msgstr "Markering" #, fuzzy #~ msgid "Horizontal Text" #~ msgstr "Vandret tekst" #, fuzzy #~ msgid "Vertical Text" #~ msgstr "Lodret tekst" #, fuzzy #~ msgid "_Input Devices (new)..." #~ msgstr "_Inddata-enheder..." #~ msgid "" #~ "This font is currently not installed on your system. Inkscape will use " #~ "the default font instead." #~ msgstr "" #~ "Denne skrifttype er i øjeblikket ikke installeret på dit system. Inkscape " #~ "vil bruge standardskrifttypen istedet." #~ msgid "Bold" #~ msgstr "Fed" #, fuzzy #~ msgid "Failed to change to directory '%s' (%s)" #~ msgstr "" #~ "Kan ikke oprette mappe %s.\n" #~ "%s" #, fuzzy #~ msgid "Failed to execute child process (%s)" #~ msgstr "Kunne ikke indlæse den valgte fil %s" #~ msgid "_Write session file:" #~ msgstr "_Skriv sessionsfil:" #~ msgid "Select a location and filename" #~ msgstr "Vælg en placering og et filnavn" #~ msgid "Set filename" #~ msgstr "Sæt filnavn" #~ msgid "%1 has invited you to a whiteboard session." #~ msgstr "%1 har inviteret dig til at samarbejde på whiteboard." #~ msgid "Do you wish to accept %1's whiteboard session invitation?" #~ msgstr "Vil du acceptere %1s invitation?" #~ msgid "Accept invitation" #~ msgstr "Acceptér invitation" #~ msgid "Inkboard session (%1 to %2)" #~ msgstr "Inkboard session (%1 til %2)" #, fuzzy #~ msgid "Length left" #~ msgstr "Længde:" #, fuzzy #~ msgid "Specifies the left end of the bisector" #~ msgstr "Vælg farvens lysstyrke" #, fuzzy #~ msgid "Specifies the right end of the bisector" #~ msgstr "Vælg farvens lysstyrke" #, fuzzy #~ msgid "Adjust the \"left\" end of the bisector" #~ msgstr "Redigér overgangens stop" #, fuzzy #~ msgid "Adjust the \"right\" of the bisector" #~ msgstr "Vælg farvens lysstyrke" #, fuzzy #~ msgid "Identity A" #~ msgstr "Identifikation" #, fuzzy #~ msgid "Identity B" #~ msgstr "Identifikation" #, fuzzy #~ msgid "2nd path" #~ msgstr "Bryd sti op" #, fuzzy #~ msgid "Path to which the original path will be boolop'ed." #~ msgstr "Opret et dynamisk forskudt objekt, linket til den oprindelige sti" #, fuzzy #~ msgid "Angle between two successive copies" #~ msgstr "Afstand mellem lodrette gitterlinjer" #, fuzzy #~ msgid "Number of copies" #~ msgstr "Antal rækker" #, fuzzy #~ msgid "Number of copies of the original path" #~ msgstr "Antal hjørner i polygon eller stjerne" #, fuzzy #~ msgid "Origin" #~ msgstr "_Udgangspunkt X:" #, fuzzy #~ msgid "Origin of the rotation" #~ msgstr "Sideorientering:" #, fuzzy #~ msgid "Adjust the starting angle" #~ msgstr "Farvemætning" #, fuzzy #~ msgid "Adjust the rotation angle" #~ msgstr "Farvemætning" #, fuzzy #~ msgid "Elliptic Pen" #~ msgstr "Elipse" #, fuzzy #~ msgid "Sharp" #~ msgstr "Figurer" #, fuzzy #~ msgid "Method" #~ msgstr "Meter" #, fuzzy #~ msgid "Choose pen type" #~ msgstr "Ændr linjestykketype" #, fuzzy #~ msgid "Pen width" #~ msgstr "Side_bredde" #, fuzzy #~ msgid "Maximal stroke width" #~ msgstr "Skalér stregbredde" #, fuzzy #~ msgid "Pen roundness" #~ msgstr "Ikke afrundede" #, fuzzy #~ msgid "Choose start capping type" #~ msgstr "Ændr linjestykketype" #, fuzzy #~ msgid "Choose end capping type" #~ msgstr "Ændr linjestykketype" #, fuzzy #~ msgid "Grow for" #~ msgstr "Sænk knudepunkt" #, fuzzy #~ msgid "Round ends" #~ msgstr "Afrundet:" #, fuzzy #~ msgid "Strokes end with a round end" #~ msgstr "Indstillinger for stjerner" #, fuzzy #~ msgid "Capping" #~ msgstr "Ikke afrundede" #, fuzzy #~ msgid "Control handle 0" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 1" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 2" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 3" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 4" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 5" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 6" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 7" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 8" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 9" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 10" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 11" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 12" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 13" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 14" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Control handle 15" #~ msgstr "Flyt knudepunkts-håndtag" #, fuzzy #~ msgid "Adjust the offset" #~ msgstr "Justér forskydningsafstand" #, fuzzy #~ msgid "Specifies the left end of the parallel" #~ msgstr "Vælg farvens lysstyrke" #, fuzzy #~ msgid "Specifies the right end of the parallel" #~ msgstr "Vælg farvens lysstyrke" #, fuzzy #~ msgid "Adjust the \"left\" end of the parallel" #~ msgstr "Redigér overgangens stop" #, fuzzy #~ msgid "Adjust the \"right\" end of the parallel" #~ msgstr "Redigér overgangens stop" #, fuzzy #~ msgid "Print unit after path length" #~ msgstr "Bredde af det udtværrede område i billedpunkter" #, fuzzy #~ msgid "Adjust the bisector's \"left\" end" #~ msgstr "Redigér overgangens stop" #, fuzzy #~ msgid "Adjust the bisector's \"right\" end" #~ msgstr "Redigér overgangens stop" #, fuzzy #~ msgid "Scale x" #~ msgstr "Skalér" #, fuzzy #~ msgid "Scale factor in x direction" #~ msgstr "Ingen pr.-objekt markeringsindikator" #, fuzzy #~ msgid "Scale y" #~ msgstr "Skalér" #, fuzzy #~ msgid "Scale factor in y direction" #~ msgstr "Ingen pr.-objekt markeringsindikator" #, fuzzy #~ msgid "Offset in x direction" #~ msgstr "Ingen pr.-objekt markeringsindikator" #, fuzzy #~ msgid "Offset y" #~ msgstr "Forskydninger" #, fuzzy #~ msgid "Offset in y direction" #~ msgstr "Ingen pr.-objekt markeringsindikator" #, fuzzy #~ msgid "Adjust the origin" #~ msgstr "Træk kurve" #, fuzzy #~ msgid "Iterations" #~ msgstr "Gennemskæring" #, fuzzy #~ msgid "Float parameter" #~ msgstr "Firkant" #, fuzzy #~ msgid "Specifies the left end of the tangent" #~ msgstr "Vælg farvens lysstyrke" #, fuzzy #~ msgid "Specifies the right end of the tangent" #~ msgstr "Vælg farvens lysstyrke" #, fuzzy #~ msgid "Adjust the point of attachment of the tangent" #~ msgstr "Redigér overgangens stop" #, fuzzy #~ msgid "Adjust the \"left\" end of the tangent" #~ msgstr "Redigér overgangens stop" #, fuzzy #~ msgid "Adjust the \"right\" end of the tangent" #~ msgstr "Redigér overgangens stop" #, fuzzy #~ msgid "Stack step" #~ msgstr "Stak" #, fuzzy #~ msgid "point param" #~ msgstr "Opret spiraler" #, fuzzy #~ msgid "path param" #~ msgstr "Opret spiraler" #, fuzzy #~ msgid "Label" #~ msgstr "_Etiket" #, fuzzy #~ msgid "Transform Handles:" #~ msgstr "Transformér overgange" #, fuzzy #~ msgid "Session file" #~ msgstr "_Skriv sessionsfil:" #, fuzzy #~ msgid "Message information" #~ msgstr "Information om hukommelsesforbrug" #, fuzzy #~ msgid "Active session file:" #~ msgstr "_Skriv sessionsfil:" #, fuzzy #~ msgid "Delay (milliseconds):" #~ msgstr "Lagnavn:" #, fuzzy #~ msgid "Close file" #~ msgstr "_Luk" #, fuzzy #~ msgid "Open new file" #~ msgstr "_Skriv sessionsfil:" #, fuzzy #~ msgid "Set delay" #~ msgstr "Anvend alfa" #, fuzzy #~ msgid "Rewind" #~ msgstr "Optegn" #, fuzzy #~ msgid "Pause" #~ msgstr "Indsæt" #, fuzzy #~ msgid "Play" #~ msgstr "Ligestillet" #, fuzzy #~ msgid "Open session file" #~ msgstr "_Skriv sessionsfil:" #, fuzzy #~ msgid "_Register" #~ msgstr "Hæv" #, fuzzy #~ msgid "_Server:" #~ msgstr "_Skift retning" #, fuzzy #~ msgid "_Username:" #~ msgstr "Br_ugernavn:" #, fuzzy #~ msgid "_Password:" #~ msgstr "_Kodeord:" #, fuzzy #~ msgid "P_ort:" #~ msgstr "_Eksportér" #, fuzzy #~ msgid "Connect" #~ msgstr "Forbinder" #, fuzzy #~ msgid "Chatroom _name:" #~ msgstr "Lagnavn:" #, fuzzy #~ msgid "Chatroom _server:" #~ msgstr "Lagnavn:" #, fuzzy #~ msgid "Chatroom _password:" #~ msgstr "Opret firkant" #, fuzzy #~ msgid "Chatroom _handle:" #~ msgstr "Opret firkant" #, fuzzy #~ msgid "Connect to chatroom" #~ msgstr "Forbinder" #, fuzzy #~ msgid "_Invite user" #~ msgstr "Invertér" #, fuzzy #~ msgid "_Cancel" #~ msgstr "Fortryd" #, fuzzy #~ msgid "bounding box" #~ msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #~ msgid "" #~ "Ctrl: toggle node type, snap handle angle, move hor/vert; Ctrl" #~ "+Alt: move along handles" #~ msgstr "" #~ "Ctrl: slå knudepunktstype til/fra, trinvis justeringsvinkel, flyt " #~ "vandret/lodret; Ctrl+Alt: flyt langs håndtag" #~ msgid "Alt: lock handle length; Ctrl+Alt: move along handles" #~ msgstr "Alt: lås håndtagslængde; Ctrl+Alt: flyt langs håndtag" #~ msgid "" #~ "Node handle: drag to shape the curve; with Ctrl to snap " #~ "angle; with Alt to lock length; with Shift to rotate both " #~ "handles" #~ msgstr "" #~ "Knudepunktshåndtag: træk for at forme kurven; med Ctrl for " #~ "trinvis justering; med Alt for at låse længden; med Shift " #~ "for at rotere begge håndtag" #~ msgid "Distribute nodes" #~ msgstr "Fordel knudepunkter" #~ msgid "Break path" #~ msgstr "Bryd sti op" #~ msgid "Close subpath" #~ msgstr "Luk understi" #~ msgid "Close subpath by segment" #~ msgstr "Luk understi ved linjestykke" #~ msgid "Join nodes by segment" #~ msgstr "Sammenføj med nyt linjestykke" #~ msgid "To join, you must have two endnodes selected." #~ msgstr "For at sammenføje, skal to endekundepunkter være markeret." #~ msgid "" #~ "Select two non-endpoint nodes on a path between which to delete " #~ "segments." #~ msgstr "" #~ "Vælg to ikke-endeknudepunkter mellem hvilke du vil slette " #~ "linjestykker." #~ msgid "Cannot find path between nodes." #~ msgstr "Kan ikke finde sti mellem knudepunkter." #~ msgid "Change segment type" #~ msgstr "Ændr linjestykketype" #~ msgid "" #~ "Node handle: angle %0.2f°, length %s; with Ctrl to " #~ "snap angle; with Alt to lock length; with Shift to rotate " #~ "both handles" #~ msgstr "" #~ "Knudepunktshåndtag: vinkel %0.2f°, længde %s; med Ctrl for " #~ "trinvis justering; med Alt for at låse til længde; med Shift for at rotere begge håndtag" #~ msgid "Flip nodes" #~ msgstr "Vend knudepunkter" #~ msgid "" #~ "Node: drag to edit the path; with Ctrl to snap to " #~ "horizontal/vertical; with Ctrl+Alt to snap to handles' directions" #~ msgstr "" #~ "Knudepunkt: træk for at redigere stien; med Ctrl for " #~ "trinvis vandret/lodret justering; med Ctrl+Alt for trinvis " #~ "justering i håndtagenes retninger" #~ msgid "end node" #~ msgstr "endeknudepunkt" #~ msgid "smooth" #~ msgstr "blød" #, fuzzy #~ msgid "auto" #~ msgstr "Layout" #~ msgid "end node, handle retracted (drag with Shift to extend)" #~ msgstr "" #~ "endeknudepunkt, håndtag tilbagetrukket (træk med Shift for at " #~ "udvide)" #~ msgid "one handle retracted (drag with Shift to extend)" #~ msgstr "et håndtag trukket tilbage (træk med Shift for at udvide)" #~ msgid "both handles retracted (drag with Shift to extend)" #~ msgstr "begge håndtag trukket tilbage (træk med Shift for at udvide)" #~ msgid "" #~ "Drag nodes or node handles; Alt+drag nodes to sculpt; " #~ "arrow keys to move nodes, < > to scale, [ ] to " #~ "rotate" #~ msgstr "" #~ "Træk knudepunkter eller knudepunkthåndtag; Alt+træk " #~ "knudpunkter at forme; piletaster for at flytte knudepunkter, " #~ "< > for at skalere, [ ] for at rotere" #~ msgid "" #~ "Drag the node or its handles; arrow keys to move the node" #~ msgstr "" #~ "Træk i knudepunktet eller dets håndtag; piletaster for at " #~ "flytte knudepunktet" #~ msgid "Select a single object to edit its nodes or handles." #~ msgstr "" #~ "Vælg et enkelt objekt, for at redigere dets knudepunkter eller håndtag." #~ msgid "" #~ "0 out of %i node selected. Click, Shift+click, or drag around nodes to select." #~ msgid_plural "" #~ "0 out of %i nodes selected. Click, Shift+click, or drag around nodes to select." #~ msgstr[0] "" #~ "0 af %i knudepunkt markeret. Klik, Shift+klik, eller træk omkring knudepunkter for at markere." #~ msgstr[1] "" #~ "0 af %i knudepunkter markeret. Klik, Shift+klik, eller træk omkring knudepunkter for at markere." #~ msgid "Drag the handles of the object to modify it." #~ msgstr "Træk i objektets håndtag for at ændre det." #~ msgid "%i of %i node selected; %s. %s." #~ msgid_plural "%i of %i nodes selected; %s. %s." #~ msgstr[0] "%i af %i knudepunkt markeret; %s. %s." #~ msgstr[1] "%i af %i knudepunkter markeret; %s. %s." #~ msgid "" #~ "%i of %i node selected in %i of %i subpaths. " #~ "%s." #~ msgid_plural "" #~ "%i of %i nodes selected in %i of %i subpaths. " #~ "%s." #~ msgstr[0] "" #~ "%i af %i knudepunkt markeret i %i af %i " #~ "understier. %s." #~ msgstr[1] "" #~ "%i af %i knudepunkter markeret i %i af %i " #~ "understier. %s." #, fuzzy #~ msgid "The selection has no applied clip path." #~ msgstr "Opret et dynamisk forskudt objekt" #, fuzzy #~ msgid "The selection has no applied mask." #~ msgstr "Opret et dynamisk forskudt objekt" #~ msgid "Conditional group of %d object" #~ msgid_plural "Conditional group of %d objects" #~ msgstr[0] "Betinget gruppe af %d objekt" #~ msgstr[1] "Betinget gruppe af %d objekter" #~ msgid "" #~ "To edit a path, click, Shift+click, or drag around " #~ "nodes to select them, then drag nodes and handles. Click on " #~ "an object to select." #~ msgstr "" #~ "For at redigere en sti, klik, Shift+klik, eller træk " #~ "omkring knudepunkter for at markere dem, træk dernæst " #~ "knudepunkter og håndtag. Klik på et objekt for at markere." #, fuzzy #~ msgid "Center objects horizontally" #~ msgstr "Vend markerede objekter vandret" #~ msgid "Format" #~ msgstr "Format" #~ msgid "P_age size:" #~ msgstr "Side_størrelse:" #~ msgid "Page orientation:" #~ msgstr "Sideorientering:" #~ msgid "_Instant Messaging..." #~ msgstr "_Kvikbeskeder..." #~ msgid "Jabber Instant Messaging Client" #~ msgstr "Jabber-klient til kvikbeskeder" #, fuzzy #~ msgid "Join endnodes" #~ msgstr "Sammenføj knudepunkter" #, fuzzy #~ msgid "Edit the mask of the object" #~ msgstr "Redigér overgangens stop" #, fuzzy #~ msgid "Document exported..." #~ msgstr "Dokumentændringer fortrudt." #, fuzzy #~ msgid "Username:" #~ msgstr "Br_ugernavn:" #, fuzzy #~ msgid "Password:" #~ msgstr "_Kodeord:" #, fuzzy #~ msgid "Light x-Position" #~ msgstr "Placering:" #, fuzzy #~ msgid "Light y-Position" #~ msgstr "Placering:" #, fuzzy #~ msgid "Light z-Position" #~ msgstr "Placering:" #, fuzzy #~ msgid "Scaling Factor" #~ msgstr "Enkel farve" #, fuzzy #~ msgid "polyhedron|Show:" #~ msgstr "Polygon" #, fuzzy #~ msgid "restack|Bottom" #~ msgstr "Bot" #, fuzzy #~ msgid "restack|Left" #~ msgstr " _Nulstil " #, fuzzy #~ msgid "restack|Middle" #~ msgstr "Titel" #, fuzzy #~ msgid "restack|Right" #~ msgstr " _Nulstil " #, fuzzy #~ msgid "restack|Top" #~ msgstr " _Nulstil " #, fuzzy #~ msgid "Gelatine" #~ msgstr "Relationer" #, fuzzy #~ msgid "Repaint" #~ msgstr "Gentag:" #, fuzzy #~ msgid "Punch hole" #~ msgstr "Flad farvestreg" #, fuzzy #~ msgid "Burnt edges" #~ msgstr "Hæng afgrænsningsbokse på hjælpelinjer" #, fuzzy #~ msgid "Interruption width" #~ msgstr "Interpolationsmetode" #, fuzzy #~ msgid "AI 8.0 Output" #~ msgstr "AI-uddata" #, fuzzy #~ msgid "Adobe Illustrator 8.0 (*.ai)" #~ msgstr "Adobe Illustrator (*.ai)" #, fuzzy #~ msgid "Write Adobe Illustrator 8.0 (Postscript-based)" #~ msgstr "Skriv Adobe Illustrator" #~ msgid "EPSI Output" #~ msgstr "EPSI uddata" #~ msgid "Encapsulated Postscript Interchange (*.epsi)" #~ msgstr "Encapsulated PostScript Interchange (*.epsi)" #~ msgid "Encapsulated Postscript with a thumbnail" #~ msgstr "Encapsulated PostScript med forhåndsvisning" #, fuzzy #~ msgid "HSL bubbles, transparent" #~ msgstr "0 (gennemsigtig)" #, fuzzy #~ msgid "Export area is whole canvas" #~ msgstr "Eksporteret område er hele lærredet" #, fuzzy #~ msgid "Export drawing, not page" #~ msgstr "Eksporterer" #, fuzzy #~ msgid "Export canvas" #~ msgstr "Eksportér" #, fuzzy #~ msgid "Open files saved for plotters" #~ msgstr "Åbn filer gemt med XFIG" #, fuzzy #~ msgid "Glossy painting effect for bitmaps" #~ msgstr "Konvertér tekst til sti" #, fuzzy #~ msgid "Melt and glow" #~ msgstr "Venstre vinkel" #, fuzzy #~ msgid "Badge" #~ msgstr "Udtvær kant" #, fuzzy #~ msgid "Ghost outline" #~ msgstr "Boksomrids" #, fuzzy #~ msgid "Flow inside" #~ msgstr "endeknudepunkt" #, fuzzy #~ msgid "Target" #~ msgstr "Mål:" #, fuzzy #~ msgid "Seed" #~ msgstr "Hastighed:" #, fuzzy #~ msgid "Organization" #~ msgstr "Sideorientering:" #, fuzzy #~ msgid "Preferred resolution (DPI) of bitmaps" #~ msgstr "Foretrukken opløsning af punktbillede (dpi)" #, fuzzy #~ msgid "Deactivate knotholder?" #~ msgstr "Deaktiveret" #~ msgid "The resolution used for exporting SVG into bitmap (default 90)" #~ msgstr "" #~ "Opløsningen der bruges ved eksportering af punktbillede fra SVG (standard " #~ "90)" #, fuzzy #~ msgid "Unicode" #~ msgstr "Ikke indlæst" #, fuzzy #~ msgid "gradient level" #~ msgstr "Ingen overgange markeret" #, fuzzy #~ msgid "Under glass effect for bitmaps" #~ msgstr "Konvertér tekst til sti" #, fuzzy #~ msgid "HSL-sensitive Bubbles effect for bitmaps" #~ msgstr "Konvertér tekst til sti" #, fuzzy #~ msgid "Kilt" #~ msgstr "Titel" #, fuzzy #~ msgid "Bump for bitmaps" #~ msgstr "Vælg maske" #~ msgid "Biggest item" #~ msgstr "Største element" #~ msgid "Smallest item" #~ msgstr "Mindste element" #, fuzzy #~ msgid "Median Filter" #~ msgstr "Tilføj lag" #, fuzzy #~ msgid "el Greek" #~ msgstr "Grøn" #, fuzzy #~ msgid "Commands bar icon size" #~ msgstr "Kommandoværktøjslinje" #, fuzzy #~ msgid "Snap nodes" #~ msgstr "Hæng på objektknudepunkter" #, fuzzy #~ msgid "Snap to intersections of a grid with a guide" #~ msgstr "Hæng _knudepunkter på objekter" #~ msgid "Embed All Images" #~ msgstr "Indlejr alle billeder" #, fuzzy #~ msgid "Major Y Division Spacing" #~ msgstr "Vandret afstand" #, fuzzy #~ msgid "Convolve" #~ msgstr "Klon" #, fuzzy #~ msgid "Modulate" #~ msgstr "Flyt" #, fuzzy #~ msgid "Cairo PDF Output" #~ msgstr "DXF-uddata" #, fuzzy #~ msgid "PDF via Cairo (*.pdf)" #~ msgstr "Dia diagram (*.dia)" #, fuzzy #~ msgid "PDF File" #~ msgstr "_Fil" #, fuzzy #~ msgid "Cairo PS Output" #~ msgstr "DXF-uddata" #, fuzzy #~ msgid "PostScript via Cairo (*.ps)" #~ msgstr "PostScript (*.ps)" #~ msgid "Encapsulated Postscript Output" #~ msgstr "Encapsulated PostScript-uddata" #~ msgid "Make bounding box around full page" #~ msgstr "Opret afgrænsningsboks omkring hele siden" #, fuzzy #~ msgid "Yes, more descriptions" #~ msgstr " beskrivelse: " #, fuzzy #~ msgid "Artist text" #~ msgstr "Lodret tekst" #, fuzzy #~ msgid "Amount of Blur" #~ msgstr "Mængde af hvirvlen" #, fuzzy #~ msgid "Iron Man vector objects" #~ msgstr "Arrangér markerede objekter" #, fuzzy #~ msgid "Snow" #~ msgstr "Vis:" #~ msgid "Print Destination" #~ msgstr "Udskrivningsdestination" #~ msgid "Print properties" #~ msgstr "Udskrivningsegenskaber" #~ msgid "" #~ "Use PDF vector operators. The resulting image is usually smaller in file " #~ "size and can be arbitrarily scaled, but patterns will be lost." #~ msgstr "" #~ "Brug PDF-vektoroperatorer. Det endelige billede er normalt mindre i " #~ "filstørrelse og kan skaleres vilkårligt, men mønstre går tabt." #~ msgid "" #~ "Print everything as bitmap. The resulting image is usually larger in file " #~ "size and cannot be arbitrarily scaled without quality loss, but all " #~ "objects will be rendered exactly as displayed." #~ msgstr "" #~ "Udskriv alt som punktbillede. Det resulterende billede har normalt større " #~ "filstørrelse og kan ikke skaleres vilkårligt uden kvalitetstab, men alle " #~ "objekter udskrives præcis som vist." #~ msgid "Preferred resolution (dots per inch) of bitmap" #~ msgstr "Foretrukken opløsning af punktbillede (dpi)" #~ msgid "Print destination" #~ msgstr "Udskrivningsdestination" #~ msgid "" #~ "Printer name (as given by lpstat -p);\n" #~ "leave empty to use the system default printer.\n" #~ "Use '> filename' to print to file.\n" #~ "Use '| prog arg...' to pipe to a program." #~ msgstr "" #~ "Printernavn (som angivet af lpstat -p);\n" #~ "lad være tomt for at bruge systemets standardprinter.\n" #~ "Brug '> filnavn' for at udskrive til fil.\n" #~ "Brug '| prog arg...' for at viderelede til et program (pipe)." #~ msgid "PDF Print" #~ msgstr "PDF-udskrift" #~ msgid "Print using PostScript operators" #~ msgstr "Udskriv ved hjælp af PostScript operatorer" #~ msgid "" #~ "Use PostScript vector operators. The resulting image is usually smaller " #~ "in file size and can be arbitrarily scaled, but alpha transparency and " #~ "patterns will be lost." #~ msgstr "" #~ "Benyt PostScript vektoroperatorer. Det resulterende billede har normalt " #~ "mindre filstørrelse og kan skaleres vilkårligt, men alfagennemsigtighed " #~ "og mønstre går tabt." #~ msgid "Postscript Print" #~ msgstr "PostScript-udskrivning" #~ msgid "Postscript Output" #~ msgstr "PostScript-uddata" #~ msgid "" #~ "Although Inkscape will run, it will use default settings,\n" #~ "and any changes made in preferences will not be saved." #~ msgstr "" #~ "Selvom Inkscape vil køre, vil det bruge standardindstillinger,\n" #~ "og alle ændringer i indstillingerne vil ikke blive gemt." #~ msgid "" #~ "%s not a valid XML file, or\n" #~ "you don't have read permissions on it.\n" #~ "%s" #~ msgstr "" #~ "%s er ikke en gyldig XML-fil, eller\n" #~ "du har ikke læserettigheder til filen.\n" #~ "%s" #~ msgid "" #~ "%s is not a valid menus file.\n" #~ "%s" #~ msgstr "" #~ "%s er ikke en gyldig menufil.\n" #~ "%s" #~ msgid "" #~ "Inkscape will run with default menus.\n" #~ "New menus will not be saved." #~ msgstr "" #~ "Inkscape vil køre med standardmenuer.\n" #~ "Nye menuer vil ikke blive gemt." #, fuzzy #~ msgid "Gap width" #~ msgstr "Ens bredde" #, fuzzy #~ msgid "Lala" #~ msgstr "_Etiket" #, fuzzy #~ msgid "Lolo" #~ msgstr "Farve" #, fuzzy #~ msgid "Reference" #~ msgstr "Forskel" #, fuzzy #~ msgid "Change LPE point parameter" #~ msgstr "Opret spiraler" #~ msgid "Export files with the bounding box set to the page size (EPS)" #~ msgstr "Eksportér filer med afgrænsningsboks sat til sidestørrelsen (EPS)" #~ msgid "Select at least two objects to combine." #~ msgstr "Markér mindst to objekter at kombinere." #~ msgid "Fit page to selection" #~ msgstr "Tilpas side til markering" #, fuzzy #~ msgid "Pushing %d selected object" #~ msgid_plural "Pushing %d selected objects" #~ msgstr[0] "Intet blev slettet." #~ msgstr[1] "Intet blev slettet." #, fuzzy #~ msgid "Shrinking %d selected object" #~ msgid_plural "Shrinking %d selected objects" #~ msgstr[0] "Arrangér markerede objekter" #~ msgstr[1] "Arrangér markerede objekter" #, fuzzy #~ msgid "Growing %d selected object" #~ msgid_plural "Growing %d selected objects" #~ msgstr[0] "Gruppér valgte ting" #~ msgstr[1] "Gruppér valgte ting" #, fuzzy #~ msgid "Attracting %d selected object" #~ msgid_plural "Attracting %d selected objects" #~ msgstr[0] "Arrangér markerede objekter" #~ msgstr[1] "Arrangér markerede objekter" #, fuzzy #~ msgid "Repelling %d selected object" #~ msgid_plural "Repelling %d selected objects" #~ msgstr[0] "Duplikér markerede objekter" #~ msgstr[1] "Duplikér markerede objekter" #, fuzzy #~ msgid "Painting %d selected object" #~ msgid_plural "Painting %d selected objects" #~ msgstr[0] "Arrangér markerede objekter" #~ msgstr[1] "Arrangér markerede objekter" #, fuzzy #~ msgid "Jittering colors in %d selected object" #~ msgid_plural "Jittering colors in %d selected objects" #~ msgstr[0] "Lad forbindelser undvige markerede objekter" #~ msgstr[1] "Lad forbindelser undvige markerede objekter" #, fuzzy #~ msgid "_Nodes" #~ msgstr "Noder" #, fuzzy #~ msgid "Snap nodes to object paths" #~ msgstr "Hæng _knudepunkter på objekter" #, fuzzy #~ msgid "Snap bounding box corners and nodes to the page border" #~ msgstr "_Hæng afgrænsningsbokse på objekter" #, fuzzy #~ msgid "_Grid with guides" #~ msgstr "Gitter/Hjælpelinjer" #, fuzzy #~ msgid "Snapping" #~ msgstr "Gitter-påhængning" #, fuzzy #~ msgid "What snaps" #~ msgstr "Firkant" #, fuzzy #~ msgid "Special points to consider" #~ msgstr "Hæng p_unkter på hjælpelinjer" #~ msgid "" #~ "This value affects the amount of smoothing applied to freehand lines; " #~ "lower values produce more uneven paths with more nodes" #~ msgstr "" #~ "Denne værdi påvirker mængden af udligning der anvendes på frihåndslinjer; " #~ "mindre værdier giver mere ujævne stier med flere knudepunkter" #, fuzzy #~ msgid "Grid units" #~ msgstr "Gitter_enheder:" #, fuzzy #~ msgid "Origin Y" #~ msgstr "U_dgangspunkt Y:" #, fuzzy #~ msgid "Spacing X" #~ msgstr "Afstand _X:" #, fuzzy #~ msgid "Spacing Y" #~ msgstr "_Afstand Y:" #, fuzzy #~ msgid "Selects the color used for major (highlighted) grid lines." #~ msgstr "Farve på de primære (fremhævede) gitterlinjer" #, fuzzy #~ msgid "Major grid line every" #~ msgstr "_Pri_mær gitterlinje for hver:" #, fuzzy #~ msgid "Angle Z" #~ msgstr "Vinkel:" #, fuzzy #~ msgid "Enable auto-save of document" #~ msgstr "Spor: Intet aktivt dokument" #, fuzzy #~ msgid "Mode:" #~ msgstr "Kant" #, fuzzy #~ msgid "Spiro splines mode" #~ msgstr "Sammenføj knudepunkter" #, fuzzy #~ msgid "Repel mode" #~ msgstr "Fjern" #, fuzzy #~ msgid "Change calligraphic profile" #~ msgstr "Tegn kalligrafi" #, fuzzy #~ msgid "Save current settings as new profile" #~ msgstr "Gem dokument under et nyt navn" #~ msgid "" #~ "dxf2svg may come with Inkscape, but is also at http://dxf-svg-convert." #~ "sourceforge.net/" #~ msgstr "" #~ "dxf2svg kan være installeret med Inkscape, men kan også findes ved http://" #~ "dxf-svg-convert.sourceforge.net/" #, fuzzy #~ msgid "Report Normal Vector Information" #~ msgstr "Information om hukommelsesforbrug" #~ msgid "Postscript (*.ps)" #~ msgstr "PostScript (*.ps)" #~ msgid "" #~ "Cannot set %s: Another element with value %s already exists!" #~ msgstr "" #~ "Kan ikke sætte %s: Et andet element med værdien %s " #~ "eksisterer allerede!" #, fuzzy #~ msgid "Bend Path" #~ msgstr "Bryd sti op" #, fuzzy #~ msgid "Space between copies of the pattern" #~ msgstr "Mellemrum mellem linjer" #~ msgid "At least one of the objects is not a path, cannot combine." #~ msgstr "Mindst et af objekterne er ikke en sti, kan ikke kombinere." #~ msgid "" #~ "You cannot combine objects from different groups or layers." #~ msgstr "" #~ "Du kan ikke kombinere objekter fra forskellige grupper eller " #~ "lag." #, fuzzy #~ msgid "Nothing in the clipboard." #~ msgstr "Intet på klippebordet." #, fuzzy #~ msgid "Nothing on the style clipboard." #~ msgstr "Intet på klippebordet." #, fuzzy #~ msgid "Snapping to special nodes" #~ msgstr "Hæng _knudepunkter på objekter" #, fuzzy #~ msgid "Dialogs stay on top (experimental!)" #~ msgstr "Dialoger holdes over dokumenvinduer" #, fuzzy #~ msgid "Square" #~ msgstr "Kantet ende" #, fuzzy #~ msgid "Delete Segment" #~ msgstr "Slet linjestykke" #, fuzzy #~ msgid "Reset all parameters to defaults" #~ msgstr "Nulstil værdier i det aktuelle faneblad til standardværdierne" #~ msgid "Interpolate style (experimental)" #~ msgstr "Interpolationsstil (eksperimentel)" #, fuzzy #~ msgid "Select option: " #~ msgstr "Markering" #, fuzzy #~ msgid "Select second option: " #~ msgstr "Vælg fil der skal åbnes" #~ msgid "Random Point" #~ msgstr "Tilfældigt punkt" #, fuzzy #~ msgid "X Channel" #~ msgstr "Fortryd" #, fuzzy #~ msgid "Y Channel" #~ msgstr "Fortryd" #, fuzzy #~ msgid "Preferred resolution (dpi) of bitmaps" #~ msgstr "Foretrukken opløsning af punktbillede (dpi)" #, fuzzy #~ msgid "Search Tag" #~ msgstr "Søg efter billeder" #~ msgid "Gri_d Arrange..." #~ msgstr "Arrangér gitter..." #, fuzzy #~ msgid "Start point jitter" #~ msgstr "Farvemætning" #, fuzzy #~ msgid "Slope" #~ msgstr "Indyldning" #, fuzzy #~ msgid "Snap at specified d_istance" #~ msgstr "Inkscap: _Avanceret" #, fuzzy #~ msgid "Snap at specified dis_tance" #~ msgstr "Inkscap: _Avanceret" #, fuzzy #~ msgid "Snap at specified distan_ce" #~ msgstr "Inkscap: _Avanceret" #, fuzzy #~ msgid "Subject:" #~ msgstr "Objekt" #, fuzzy #~ msgid "Contributor:" #~ msgstr "Bidragydere" #, fuzzy #~ msgid "Default Metadata" #~ msgstr "Metadata" #, fuzzy #~ msgid "Creative Commons: Attribution" #~ msgstr "CC Navngivelse" #, fuzzy #~ msgid "Creative Commons: Attribution-ShareAlike" #~ msgstr "CC Del På Samme Vilkår" #, fuzzy #~ msgid "Creative Commons: Attribution-NoDerivatives" #~ msgstr "CC Ingen Bearbejdelser" #, fuzzy #~ msgid "Creative Commons: Attribution-NonCommercial" #~ msgstr "CC Ikke-Kommerciel" #, fuzzy #~ msgid "Creative Commons: Attribution-NonCommercial-ShareAlike" #~ msgstr "CC Ikke-Kommerciel-Del På Samme Vilkår" #, fuzzy #~ msgid "Creative Commons: Attribution-NonCommercial-NoDerivatives" #~ msgstr "CC Navngivelse-Ikke-Kommerciel-Ingen Bearbejdelser" #, fuzzy #~ msgid "Free Art License" #~ msgstr "Åbn ny fil" #, fuzzy #~ msgid "Angle Y" #~ msgstr "Vinkel:" #~ msgid "%s at %s" #~ msgstr "%s ved %s" #~ msgid "Move by:" #~ msgstr "Flyt med:" #~ msgid "Moving %s %s" #~ msgstr "Flytter %s %s" #, fuzzy #~ msgid "Change layer opacity" #~ msgstr "Primær uigennemsigtighed" #, fuzzy #~ msgid "Pattern along path" #~ msgstr "_Sæt på sti" #, fuzzy #~ msgid "unknown error" #~ msgstr "Ukendt" #, fuzzy #~ msgid "Print Preview not available" #~ msgstr "_Forhåndsvis udskrift" #, fuzzy #~ msgid "Snap details" #~ msgstr "Hæng på objekt_stier" #, fuzzy #~ msgid "" #~ "If set, objects snap to the nearest grid line, regardless of distance" #~ msgstr "" #~ "Hvis sat, hænges objekter på nærmeste gitterlinje når det flyttes, uden " #~ "hensyntagen til afstanden" #, fuzzy #~ msgid "Gridtype" #~ msgstr " type: " #~ msgid "Print _Direct" #~ msgstr "Udskriv _direkte" #~ msgid "Print directly without prompting to a file or pipe" #~ msgstr "Udskriv direkte uden at spørge om fil eller videreledning" #, fuzzy #~ msgid "Gradients" #~ msgstr "Overgang" #~ msgid "Vertical kerning" #~ msgstr "Lodret knibning"