# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the blur-my-shell@aunetx package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: blur-my-shell@aunetx\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-09 10:41+0200\n" "PO-Revision-Date: 2026-01-11 20:01+0000\n" "Last-Translator: Daniel Wiik \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.15.1\n" #: src/effects/effects.js:21 msgid "Blur effects" msgstr "oskärpeeffekter" #: src/effects/effects.js:29 msgid "Texture effects" msgstr "Textureffekter" #: src/effects/effects.js:43 msgid "Shape effects" msgstr "Formeffekter" #: src/effects/effects.js:59 msgid "Native gaussian blur" msgstr "Native gaussisk oskärpa" #: src/effects/effects.js:60 msgid "" "An optimized blur effect that smoothly blends pixels within a given radius." msgstr "" "En optimerad oskärpa effekt som smidigt blandar bildpunkter inom en given " "radie." #: src/effects/effects.js:64 src/effects/effects.js:93 #: src/effects/effects.js:122 src/effects/effects.js:404 msgid "Radius" msgstr "Radie" #: src/effects/effects.js:65 msgid "The intensity of the blur effect." msgstr "Intensiteten av oskärpa effekten." #: src/effects/effects.js:74 src/effects/effects.js:103 #: src/effects/effects.js:140 resources/ui/applications.ui:93 #: resources/ui/dash.ui:92 resources/ui/other.ui:77 resources/ui/overview.ui:75 #: resources/ui/panel.ui:92 msgid "Brightness" msgstr "Ljusstyrka" #: src/effects/effects.js:75 src/effects/effects.js:104 #: src/effects/effects.js:141 resources/ui/applications.ui:94 #: resources/ui/dash.ui:93 resources/ui/other.ui:78 resources/ui/overview.ui:76 #: resources/ui/panel.ui:93 msgid "" "The brightness of the blur effect, a high value might make the text harder " "to read." msgstr "" "Ljusstyrkan på oskärpeeffekten, ett högt värde kan göra texten svårare att " "läsa." #: src/effects/effects.js:88 msgid "Gaussian blur (advanced effect)" msgstr "Gaussisk oskärpa (avancerad effekt)" #: src/effects/effects.js:89 msgid "" "A blur effect that smoothly blends pixels within a given radius. This effect " "is more precise, but way less optimized." msgstr "" "En oskärpa effekt som smidigt blandar bildpunkter inom en given radie. Denna " "effekt är mer exakt, men mycket mindre optimerad." #: src/effects/effects.js:94 msgid "" "The intensity of the blur effect. The bigger it is, the slower it will be." msgstr "" "Intensiteten av oskärpa effekten. Ju större den är, desto långsammare blir " "den." #: src/effects/effects.js:117 msgid "Monte Carlo blur" msgstr "Monte Carlo oskärpa" #: src/effects/effects.js:118 msgid "" "A blur effect that mimics a random walk, by picking pixels further and " "further away from its origin and mixing them all together." msgstr "" "En oskärpa effekt som efterliknar en slumpmässig promenad, genom att plocka " "bildpunkter längre och längre bort från dess ursprung och blanda dem alla " "tillsammans." #: src/effects/effects.js:123 msgid "" "The maximum travel distance for each step in the random walk. A higher value " "will make the blur more randomized." msgstr "" "Det maximala avståndet för varje steg i den slumpmässiga promenaden. Ett " "högre värde gör oskärpan mer slumpmässig." #: src/effects/effects.js:132 msgid "Iterations" msgstr "Iterationer" #: src/effects/effects.js:133 msgid "The number of iterations. The more there are, the smoother the blur is." msgstr "Antalet iterationer. Ju fler det finns, desto jämnare blir oskärpan." #: src/effects/effects.js:150 msgid "Use base pixel" msgstr "Använd bas bildpunkt" #: src/effects/effects.js:151 msgid "" "Whether or not the original pixel is counted for the blur. If it is, the " "image will be more legible." msgstr "" "Om bildpunkten räknas för oskärpan eller inte. Om så är fallet kommer bilden " "att bli mer läsbar." #: src/effects/effects.js:155 msgid "Prefer closer pixels" msgstr "Föredra närmare pixlar" #: src/effects/effects.js:156 msgid "" "Whether or not the pixels that are closer to the original pixel will have " "more weight." msgstr "" "Huruvida pixlarna som är närmare den ursprungliga pixeln kommer att ha mer " "vikt eller inte." #: src/effects/effects.js:164 src/effects/effects.js:170 #: src/effects/effects.js:196 msgid "Color" msgstr "Färg" #: src/effects/effects.js:165 msgid "An effect that blends a color into the pipeline." msgstr "En effekt som blandar en färg i pipelinen." #: src/effects/effects.js:171 msgid "" "The color to blend in. The blending amount is controled by the opacity of " "the color." msgstr "Färgen som ska blandas i. Blandningsmängden styrs av färgens opacitet." #: src/effects/effects.js:176 msgid "Blend mode" msgstr "" #: src/effects/effects.js:177 msgid "How the color is blended in." msgstr "" #: src/effects/effects.js:180 msgid "Normal" msgstr "" #: src/effects/effects.js:181 msgid "Multiply" msgstr "" #: src/effects/effects.js:182 msgid "Screen" msgstr "" #: src/effects/effects.js:183 msgid "Overlay" msgstr "" #: src/effects/effects.js:184 msgid "Darken" msgstr "" #: src/effects/effects.js:185 msgid "Lighten" msgstr "" #: src/effects/effects.js:186 msgid "Plus darker" msgstr "" #: src/effects/effects.js:187 msgid "Plus lighter" msgstr "" #: src/effects/effects.js:188 msgid "Color dodge" msgstr "" #: src/effects/effects.js:189 msgid "Color burn" msgstr "" #: src/effects/effects.js:190 msgid "Hard light" msgstr "" #: src/effects/effects.js:191 msgid "Soft light" msgstr "" #: src/effects/effects.js:192 msgid "Difference" msgstr "" #: src/effects/effects.js:193 msgid "Exclusion" msgstr "" #: src/effects/effects.js:194 msgid "Hue" msgstr "" #: src/effects/effects.js:195 src/effects/effects.js:250 msgid "Saturation" msgstr "" #: src/effects/effects.js:197 src/effects/effects.js:205 msgid "Luminosity" msgstr "" #: src/effects/effects.js:206 msgid "An effect that affects the luminosity of the image." msgstr "" #: src/effects/effects.js:210 msgid "Shift brightness" msgstr "" #: src/effects/effects.js:211 msgid "The brightness to add of remove to the image." msgstr "" #: src/effects/effects.js:220 msgid "Multiply brightness" msgstr "" #: src/effects/effects.js:221 msgid "" "The brightness multiplicator of the image, so that 0 means no brightness and " "2 means infinite brightness." msgstr "" #: src/effects/effects.js:230 msgid "Contrast" msgstr "" #: src/effects/effects.js:231 msgid "The contrast of the image in regard to the center of the contrast." msgstr "" #: src/effects/effects.js:240 msgid "Contrast center" msgstr "" #: src/effects/effects.js:241 msgid "The center of the contrast to use." msgstr "" #: src/effects/effects.js:251 msgid "" "The saturation of the image, so that 0 means no saturation and 2 means " "infinite saturation." msgstr "" #: src/effects/effects.js:264 msgid "Pixelize" msgstr "Pixelisera" #: src/effects/effects.js:265 msgid "An effect that pixelizes the image." msgstr "En effekt som pixeliserar bilden." #: src/effects/effects.js:269 src/effects/effects.js:296 #: src/effects/effects.js:323 msgid "Factor" msgstr "Faktor" #: src/effects/effects.js:270 src/effects/effects.js:297 msgid "How much to scale down the image." msgstr "Hur mycket man ska skala ner bilden." #: src/effects/effects.js:277 src/effects/effects.js:304 msgid "Downsampling mode" msgstr "Nedsamplingsläge" #: src/effects/effects.js:278 src/effects/effects.js:305 msgid "The downsampling method that is used." msgstr "Nedsamplingsmetoden som används." #: src/effects/effects.js:281 src/effects/effects.js:308 msgid "Boxcar" msgstr "Lådbil" #: src/effects/effects.js:282 src/effects/effects.js:309 msgid "Triangular" msgstr "Triangulär" #: src/effects/effects.js:283 src/effects/effects.js:310 msgid "Dirac" msgstr "Dirac" #: src/effects/effects.js:291 msgid "Downscale (advanced effect)" msgstr "Nedskala (avancerad effekt)" #: src/effects/effects.js:292 msgid "An effect that downscales the image and put it on the top-left corner." msgstr "" "En effekt som förminskar bilden och placerar den i det övre vänstra hörnet." #: src/effects/effects.js:318 msgid "Upscale (advanced effect)" msgstr "Uppskala (avancerad effekt)" #: src/effects/effects.js:319 msgid "An effect that upscales the image from the top-left corner." msgstr "En effekt som uppskalar bilden från det övre vänstra hörnet." #: src/effects/effects.js:324 msgid "How much to scale up the image." msgstr "Hur mycket ska bilden skalas upp." #: src/effects/effects.js:335 msgid "Derivative" msgstr "Derivat" #: src/effects/effects.js:336 msgid "Apply a spatial derivative, or a laplacian." msgstr "Applicera en rumslig derivata, eller en laplacian." #: src/effects/effects.js:340 msgid "Operation" msgstr "Operation" #: src/effects/effects.js:341 msgid "The mathematical operation to apply." msgstr "Den matematiska operationen att tillämpa." #: src/effects/effects.js:344 msgid "1-step derivative" msgstr "1-stegs derivata" #: src/effects/effects.js:345 msgid "2-step derivative" msgstr "2-stegs derivata" #: src/effects/effects.js:346 msgid "Laplacian" msgstr "Laplacian" #: src/effects/effects.js:354 src/effects/effects.js:359 msgid "Noise" msgstr "Brus" #: src/effects/effects.js:355 msgid "" "An effect that adds a random noise. Prefer the Monte Carlo blur for a more " "organic effect if needed." msgstr "" "En effekt som lägger till ett slumpmässigt brus. Föredrar Monte Carlo-" "oskärpan för en mer organisk effekt om det behövs." #: src/effects/effects.js:360 msgid "The amount of noise to add." msgstr "Mängden brus att lägga till." #: src/effects/effects.js:369 msgid "Lightness" msgstr "Ljushet" #: src/effects/effects.js:370 msgid "" "The luminosity of the noise. A setting of '1.0' will make the effect " "transparent." msgstr "" "Ljusstyrkan i bruset. En inställning på '1.0' kommer att göra effekten " "transparent." #: src/effects/effects.js:383 msgid "RGB to HSL (advanced effect)" msgstr "RGB till HSL (avancerad effekt)" #: src/effects/effects.js:384 msgid "Converts the image from RGBA colorspace to HSLA." msgstr "Konverterar bilden från RGBA-färgrymd till HSLA." #: src/effects/effects.js:391 msgid "HSL to RGB (advanced effect)" msgstr "HSL till RGB (avancerad effekt)" #: src/effects/effects.js:392 msgid "Converts the image from HSLA colorspace to RGBA." msgstr "Konverterar bilden från HSLA-färgrymd till RGBA." #: src/effects/effects.js:399 msgid "Corner" msgstr "Hörn" #: src/effects/effects.js:400 msgid "" "An effect that draws corners. Add it last not to have the other effects " "perturb the corners." msgstr "" "En effekt som drar hörn. Lägg till det sist så att de andra effekterna inte " "stör hörnen." #: src/effects/effects.js:405 msgid "The radius of the corner. GNOME apps use a radius of 12 px by default." msgstr "Hörnets radie. GNOME-appar använder en radie på 12 px som standard." #: src/effects/effects.js:412 msgid "Top corners" msgstr "Topp hörn" #: src/effects/effects.js:413 msgid "Whether or not to round the top corners." msgstr "Om de översta hörnen ska rundas eller inte." #: src/effects/effects.js:417 msgid "Bottom corners" msgstr "Nedre hörnen" #: src/effects/effects.js:418 msgid "Whether or not to round the bottom corners." msgstr "Om de nedre hörnen ska rundas eller inte." #: resources/ui/application-row.ui:4 msgid "Window Name" msgstr "Fönsternamn" #: resources/ui/application-row.ui:8 msgid "Select window" msgstr "Välj fönster" #: resources/ui/application-row.ui:9 msgid "Pick a window or select it by its classname." msgstr "Välj ett fönster eller välj det efter klassnamnet." #: resources/ui/applications.ui:5 msgid "Applications" msgstr "Applikationer" #: resources/ui/applications.ui:10 msgid "Applications blur" msgstr "Applikations oskärpa" #: resources/ui/applications.ui:11 msgid "" "Adds blur to the applications.\n" "To get the best results possible, although with reduced performances, you " "can choose the option “No artifact” in the “Other → Hack level” tab." msgstr "" "Lägger till oskärpa till applikationerna.\n" "För att få bästa möjliga resultat, men med minskade prestanda, kan du välja " "alternativet \"Ingen artefakt\" på fliken \"Annan → Hacknivå\"." #: resources/ui/applications.ui:21 resources/ui/dash.ui:20 #: resources/ui/panel.ui:20 msgid "Blur type" msgstr "Oskärpe typ" #: resources/ui/applications.ui:22 msgid "" "The dynamic blur is slower and only compatible with a gaussian blur effect, " "but shows content behind windows." msgstr "" #: resources/ui/applications.ui:42 resources/ui/dash.ui:41 #: resources/ui/panel.ui:41 msgid "Static" msgstr "Statisk" #: resources/ui/applications.ui:54 resources/ui/dash.ui:53 #: resources/ui/panel.ui:53 msgid "Dynamic" msgstr "Dynamisk" #: resources/ui/applications.ui:72 resources/ui/dash.ui:71 #: resources/ui/other.ui:56 resources/ui/overview.ui:54 #: resources/ui/panel.ui:71 msgid "Sigma" msgstr "Sigma" #: resources/ui/applications.ui:73 resources/ui/dash.ui:72 #: resources/ui/other.ui:57 resources/ui/overview.ui:55 #: resources/ui/panel.ui:72 msgid "The intensity of the blur." msgstr "Oskärpans intensitet." #: resources/ui/applications.ui:114 resources/ui/applications.ui:131 #: resources/ui/dash.ui:113 resources/ui/dash.ui:130 resources/ui/panel.ui:113 #: resources/ui/panel.ui:130 msgid "Corner radius" msgstr "" #: resources/ui/applications.ui:115 resources/ui/dash.ui:114 #: resources/ui/panel.ui:114 msgid "" "In order to use rounded corners, please install the GNOME Rounded Blur " "library." msgstr "" #: resources/ui/applications.ui:132 resources/ui/dash.ui:131 #: resources/ui/panel.ui:131 msgid "Radius for the corner rounding effect." msgstr "" #: resources/ui/applications.ui:140 msgid "Enable corner rounding on maximized and fullscreen" msgstr "" #: resources/ui/applications.ui:141 msgid "" "Corner rounding effect will keep being applied to maximized and fullscreen " "windows." msgstr "" #: resources/ui/applications.ui:155 msgid "Opacity" msgstr "Opacitet" #: resources/ui/applications.ui:156 msgid "" "The opacity of the window on top of the blur effect, a higher value will be " "more legible." msgstr "" "Fönstrets opacitet efter oskärpa effekten har applicerats, ett högre värde " "gör fönstret mer läsbart." #: resources/ui/applications.ui:177 msgid "Opaque focused window" msgstr "Ogenomskinligt fokuserat fönster" #: resources/ui/applications.ui:178 msgid "" "Makes the focused window opaque and the other ones blurred, helping with " "legibility." msgstr "" "Gör det fokuserade fönstret ogenomskinligt och de andra suddiga, vilket " "hjälper till med läsbarheten." #: resources/ui/applications.ui:192 msgid "Blur on overview" msgstr "Oskärpa på översiktsläget" #: resources/ui/applications.ui:193 msgid "" "Forces the blur to be properly shown on all workspaces on overview.\n" "This may cause some latency or performance issues." msgstr "" "Tvingar oskärpan att visas korrekt på alla arbetsytor på översiktsläget.\n" "Detta kan orsaka vissa latens- eller prestandaproblem." #: resources/ui/applications.ui:208 msgid "Enable all by default" msgstr "Aktivera alla som standard" #: resources/ui/applications.ui:209 msgid "Adds blur behind all windows by default." msgstr "Lägger till oskärpa bakom alla fönster som standard." #: resources/ui/applications.ui:225 msgid "Whitelist" msgstr "Vitlista" #: resources/ui/applications.ui:226 msgid "" "A list of windows to blur.\n" "Use * to match any sequence of characters (e.g., Firefox* or *Code*), and ? " "for a single one." msgstr "" #: resources/ui/applications.ui:245 resources/ui/applications.ui:283 msgid "Add Window" msgstr "Lägg till fönster" #: resources/ui/applications.ui:263 msgid "Blacklist" msgstr "Svartlista" #: resources/ui/applications.ui:264 msgid "" "A list of windows not to blur.\n" "Use * to match any sequence of characters (e.g., Firefox* or *Code*), and ? " "for a single one." msgstr "" #: resources/ui/dash.ui:5 msgid "Dash" msgstr "Dash" #: resources/ui/dash.ui:10 msgid "Dash to Dock blur" msgstr "Dash to Dock oskärpa" #: resources/ui/dash.ui:11 msgid "Blur the background of the Dash to Dock extension, if it is used." msgstr "Sudda bakgrunden på Dash to Dock-tilläget om den används." #: resources/ui/dash.ui:21 resources/ui/panel.ui:21 msgid "" "The dynamic blur is slower and only compatible with a gaussian blur effect." msgstr "" "Den dynamiska oskärpan är långsammare och endast kompatibel med en gaussisk " "oskärpa effekt." #: resources/ui/dash.ui:139 resources/ui/panel.ui:154 msgid "Override background" msgstr "Åsidosätt bakgrund" #: resources/ui/dash.ui:140 msgid "" "Makes the background either transparent or semi-transparent, disable this to " "use Dash to Dock preferences instead." msgstr "" "Gör bakgrunden antingen genomskinlig eller halvgenomskinlig. Inaktivera " "detta för att istället använda Dash to Dock-inställningarna." #: resources/ui/dash.ui:146 resources/ui/panel.ui:162 msgid "Background style" msgstr "Bakgrundsstil" #: resources/ui/dash.ui:147 msgid "The transparent/semi-transparent style for the dock background." msgstr "Den transparenta/semi-transparenta stilen för dock-bakgrunden." #: resources/ui/dash.ui:163 resources/ui/panel.ui:193 msgid "Disable in overview" msgstr "Inaktivera i översiktsläget" #: resources/ui/dash.ui:164 msgid "Disables the blur from Dash to Dock when entering the overview." msgstr "Inaktiverar oskärpan från Dash to Dock när du går in i översiktsläget." #: resources/ui/dash.ui:199 resources/ui/overview.ui:118 #: resources/ui/overview.ui:138 resources/ui/panel.ui:248 msgid "Transparent" msgstr "Transparent" #: resources/ui/dash.ui:200 resources/ui/overview.ui:116 #: resources/ui/overview.ui:139 resources/ui/panel.ui:249 msgid "Light" msgstr "Ljust" #: resources/ui/dash.ui:201 resources/ui/overview.ui:117 #: resources/ui/overview.ui:140 resources/ui/panel.ui:250 msgid "Dark" msgstr "Mörkt" #: resources/ui/effects-dialog.ui:4 msgid "Effects" msgstr "Effekter" #: resources/ui/effects-dialog.ui:39 msgid "Add Effect" msgstr "Lägg till effekter" #: resources/ui/effects-dialog.ui:77 msgid "Include advanced effects" msgstr "Inkludera avancerade effekter" #: resources/ui/menu.ui:6 msgid "Project page" msgstr "Projektsida" #: resources/ui/menu.ui:10 msgid "Report a Bug" msgstr "Rapportera ett fel" #: resources/ui/menu.ui:14 msgid "License" msgstr "Licens" #: resources/ui/menu.ui:18 msgid "Donate" msgstr "Donera" #: resources/ui/other.ui:5 msgid "Other" msgstr "Övrigt" #: resources/ui/other.ui:10 msgid "Lockscreen blur" msgstr "Oskärpa på låsskärmen" #: resources/ui/other.ui:11 msgid "Change the blur of the lockscreen to use this extension's preferences." msgstr "" "Ändra oskärpan på låsskärmen så att den använder denna tilläggsinställning." #: resources/ui/other.ui:28 msgid "Screenshot blur" msgstr "Screenshot-oskärpa" #: resources/ui/other.ui:29 msgid "Add blur to the background of the window selector in the screenshot UI." msgstr "" "Lägg till oskärpa på bakgrunden för inställningsfönstret i " "skärmdumpgränssnittet." #: resources/ui/other.ui:46 msgid "Window list extension blur" msgstr "Oskärpa för \"Window list\"-tilläget" #: resources/ui/other.ui:47 msgid "Make the window-list extension blurred, if it is used." msgstr "Gör \"window-list\"-tilläget oskarpt om det används." #: resources/ui/other.ui:100 msgid "Coverflow Alt-Tab extension blur" msgstr "Coverflow Alt-Tab förlängning oskärpa" #: resources/ui/other.ui:101 msgid "Make the coverflow alt-tab extension blurred, if it is used." msgstr "Gör coverflow alt-tab-förlängningen suddig, om den används." #: resources/ui/other.ui:118 msgid "Performance" msgstr "Prestanda" #: resources/ui/other.ui:119 msgid "Various options to tweak the performance." msgstr "Olika alternativ för att justera prestandan." #: resources/ui/other.ui:123 msgid "Hack level" msgstr "Hack nivå" #: resources/ui/other.ui:124 msgid "" "Changes the behaviour of the dynamic blur effect. The default value is " "highly recommended.\n" "The “No artifact” option will entirely disable clipped redraws in GNOME " "shell, and will impact your computer performances significantly." msgstr "" "Ändrar beteendet för den dynamiska oskärpa effekten. Standardvärdet " "rekommenderas starkt.\n" "Alternativet \"Ingen artefakt\" kommer helt att inaktivera klippta " "omritningar i GNOME-skalet och kommer att påverka din dators prestanda " "avsevärt." #: resources/ui/other.ui:138 msgid "Debug" msgstr "Felsökning" #: resources/ui/other.ui:139 msgid "" "Makes the extension verbose in logs, activate when you need to report an " "issue." msgstr "" "Gör tillägget detaljerat i loggarna, aktivera när du behöver rapportera ett " "problem." #: resources/ui/other.ui:154 msgid "Reset preferences" msgstr "Återställ inställningar" #: resources/ui/other.ui:155 msgid "Resets preferences of Blur my Shell irreversibly." msgstr "" "Återställer inställningarna för Blur my Shell på ett oåterkalleligt sätt." #: resources/ui/other.ui:174 msgid "Reset" msgstr "Återställa" #: resources/ui/other.ui:203 msgid "High performances" msgstr "Hög prestanda" #: resources/ui/other.ui:204 msgid "Default" msgstr "Standard" #: resources/ui/other.ui:205 msgid "No artifact" msgstr "Ingen artefakt" #: resources/ui/overview.ui:5 msgid "Overview" msgstr "Översiktsläge" #: resources/ui/overview.ui:10 msgid "Background blur" msgstr "bakgrundsoskärpa" #: resources/ui/overview.ui:11 msgid "Add blur to the overview background, using the wallpaper picture." msgstr "" "Lägg till oskärpa i översiktlägets bakgrund genom att använda " "bakgrundsbilden." #: resources/ui/overview.ui:26 msgid "Overview components style" msgstr "Stil på översiktlägets komponent" #: resources/ui/overview.ui:27 msgid "" "The semi-transparent style for the dash, search entry/results, and " "application folders." msgstr "" "Genomskicklighetens stil för dash, sökning, sökresultat och " "applikationsmappar." #: resources/ui/overview.ui:44 msgid "Application folder blur" msgstr "Oskärpa för applikationsmappar" #: resources/ui/overview.ui:45 msgid "Makes the background of application folder dialogs blurred." msgstr "Gör bakgrunden i dialoger för applikationsmappar suddig." #: resources/ui/overview.ui:96 msgid "Application folder dialogs style" msgstr "Stil för dialoger för applikationsmappar" #: resources/ui/overview.ui:97 msgid "The semi-transparent style for the application folder dialogs." msgstr "Halvtransparensens stil för dialoger för applikationsmappar." #: resources/ui/overview.ui:115 resources/ui/overview.ui:137 msgid "Do not style" msgstr "Styla inte" #: resources/ui/panel.ui:5 msgid "Panel" msgstr "Panel" #: resources/ui/panel.ui:10 msgid "Panel blur" msgstr "Paneloskärpa" #: resources/ui/panel.ui:11 msgid "Blur the top panel using the background image." msgstr "Gör den övre panelen suddig genom att använda bakgrundsbilden." #: resources/ui/panel.ui:139 msgid "Force light text" msgstr "Tvinga ljus text" #: resources/ui/panel.ui:140 msgid "" "Use a light text for the panel, useful when using gnome-shell's light theme." msgstr "" "Använd en ljus text för panelen, användbart när du använder gnome-shell " "ljusa tema." #: resources/ui/panel.ui:155 msgid "" "Override the background of the panel to use a transparent or semi-" "transparent one.\n" "Recommended unless you want to customize your GNOME theme." msgstr "" "Åsidosätt panelens bakgrund för att använda en transparent eller " "halvtransparent sådan.\n" "Rekommenderas om man inte vill anpassa GNOME-temat." #: resources/ui/panel.ui:163 msgid "The transparent/semi-transparent style for the panel background." msgstr "Transparensens/halvtransparensens stil för panelbakgrunden." #: resources/ui/panel.ui:177 msgid "Disable when a window is near" msgstr "Inaktivera när ett fönster är nära" #: resources/ui/panel.ui:178 msgid "Disables the transparency of the panel when a window is near it." msgstr "Inaktiverar genomskinligheten för panelen när ett fönster är nära den." #: resources/ui/panel.ui:194 msgid "Disables the blur from the panel when entering the overview." msgstr "" "Inaktiverar oskärpa från panelen när man kommer in till översiktsläget." #: resources/ui/panel.ui:210 msgid "Compatibility" msgstr "Kompatibilitet" #: resources/ui/panel.ui:211 msgid "Various options to provide compatibility with other extensions." msgstr "Olika alternativ för kompatibilitet med andra tillägg." #: resources/ui/panel.ui:216 msgid "Hidetopbar extension" msgstr "Hidetopbar-tillägg" #: resources/ui/panel.ui:217 msgid "Does not disable the blur in overview, best used with static blur." msgstr "" "Inaktiverar inte oskärpan i översiktsläget, fungerar bäst med statisk " "oskärpa." #: resources/ui/panel.ui:231 msgid "Blur original panel with Dash to Panel" msgstr "Blurra originalpanelen med Dash to Panel" #: resources/ui/panel.ui:232 msgid "" "Enables the blurring of the original panel with Dash to Panel, if selected " "in the extension's options." msgstr "" "Aktiverar blurrighet av originalpanelen med Dash to Panel, om det är valt i " "tilläggets alternativ." #: resources/ui/panel.ui:251 msgid "Contrasted" msgstr "Kontrasterad" #: resources/ui/pipeline-choose-row.ui:4 msgid "Pipeline" msgstr "Pipeline" #: resources/ui/pipeline-choose-row.ui:5 msgid "The pipeline to be used with this component." msgstr "Pipelinen som ska användas med denna komponent." #: resources/ui/pipeline-group.ui:6 msgid "Pipeline name" msgstr "Pipeline namn" #: resources/ui/pipeline-group.ui:20 msgid "Manage effects" msgstr "Hantera effekter" #: resources/ui/pipelines.ui:5 msgid "Pipelines" msgstr "Pipelines" #: resources/ui/pipelines.ui:10 msgid "" "Each component uses a pipeline, which can be chosen in the corresponding " "tab. Here you can create, modify and delete the pipelines and their effects." msgstr "" "Varje komponent använder en pipeline, som kan väljas på motsvarande flik. " "Här kan du skapa, ändra och ta bort pipelines och deras effekter." #: resources/ui/pipelines.ui:29 msgid "Add Pipeline" msgstr "Lägg till Pipeline" #~ msgid "A list of windows to blur." #~ msgstr "En lista över fönster som ska suddas ut." #~ msgid "A list of windows not to blur." #~ msgstr "En lista över fönster som inte ska suddas ut." #~ msgid "Gaussian blur" #~ msgstr "Gaussisk oskärpa" #~ msgid "Divider" #~ msgstr "Avdelare" #~ msgid "Applications blur (beta)" #~ msgstr "Oskärpa för program (beta)" #~ msgid "" #~ "Adds blur to the applications. This is still beta functionality.\n" #~ "To get the best results possible, make sure to choose the option “No " #~ "artifact” in the “General → Hack level” preference.\n" #~ " " #~ msgstr "" #~ "Lägger oskärpa till applikationer. Detta är fortfarande beta " #~ "funktionalitet.\n" #~ "För bästa resultat, se till att välja \"Ingen artefakt\" under \"Allmänt " #~ "→ Hack nivå\".\n" #~ " " #~ msgid "" #~ "Adds blur behind all windows by default.\n" #~ "Not recommended because of performance and stability issues." #~ msgstr "" #~ "Lägger till oskärpa bakom alla fönster som standard.\n" #~ "Rekommenderas inte på grund av prestanda och stabilitetsproblem." #~ msgid "Customize properties" #~ msgstr "Anpassa egenskaper" #~ msgid "" #~ "Uses customized blur properties, instead of the ones set in the General " #~ "page." #~ msgstr "" #~ "Använder anpassade egenskaper för oskärpa i stället för de som anges på " #~ "sidan Allmänt." #~ msgid "" #~ "Changes the color of the blur. The opacity of the color controls how much " #~ "it is blended into the blur effect." #~ msgstr "" #~ "Ändrar färgen på oskärpan. Färgens opacitet styr hur mycket den blandas " #~ "in i oskärpeeffekten." #~ msgid "Noise amount" #~ msgstr "Brusmängd" #~ msgid "" #~ "The amount of noise to add to the blur effect, useful on low-contrast " #~ "screens or for aesthetic purpose." #~ msgstr "" #~ "Mängden brus som ska läggas till i oskärpeeffekten, användbart på skärmar " #~ "med låg kontrast eller för estetiska ändamål." #~ msgid "Noise lightness" #~ msgstr "Brus-ljustyrka" #~ msgid "The lightness of the noise added to the blur effect." #~ msgstr "Brusets ljushet till oskärpeeffekten." #~ msgid "Notice" #~ msgstr "Notis" #~ msgid "" #~ "Noise and color can't be activated on dynamically blurred components, " #~ "such as this one." #~ msgstr "" #~ "Brus och färg kan inte aktiveras på dynamiskt suddade komponenter, som " #~ "denna." #~ msgid "Static blur" #~ msgstr "Statisk oskärpa" #~ msgid "General" #~ msgstr "Allmänt" #~ msgid "Blur preferences" #~ msgstr "Oskärpa-inställningar" #~ msgid "Global blur preferences, used by all components by default." #~ msgstr "" #~ "Globala oskärpa-inställningar, används som standard av alla komponenter." #~ msgid "Color and noise effects" #~ msgstr "Färg- och bruseffekter" #~ msgid "" #~ "Globally disables noise and color effects which may improve performance " #~ "on low-end systems." #~ msgstr "" #~ "Inaktiverar globalt brus- och färg-effekter, vilket kan förbättra " #~ "prestandan på system med låg kapacitet." #~ msgid "" #~ "Changes the behaviour of the dynamic blur effect.\n" #~ "The default value is highly recommended unless you use application blur, " #~ "in which case “No artifact” is better.\n" #~ "This option will entirely disable clipped redraws in GNOME shell, and may " #~ "impact performance significantly but will completely fix the blur effect." #~ msgstr "" #~ "Ändrar beteendet för den dynamiska oskärpeeffekten.\n" #~ "Standardvärdet rekommenderas starkt om du inte använder oskärpa för " #~ "program, i vilket fall \"Ingen artifact\" skulle vara bättre.\n" #~ "Denna inställning kommer att helt inaktivera clipped redraws i GNOME " #~ "shell och kan ha en betydande inverkan på prestanda, men kommer helt att " #~ "åtgärda oskärpeeffekten." #~ msgid "High quality" #~ msgstr "Hög kvalitet" #~ msgid "Uses a static blurred image, more performant and stable." #~ msgstr "Använder en statisk suddig bild, mer presterande och stabil."