# 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-06-27 15:01+0000\n" "Last-Translator: eternal4411 \n" "Language-Team: Catalan \n" "Language: ca\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 2026.7.dev0\n" #: src/effects/effects.js:21 msgid "Blur effects" msgstr "Efectes de desenfocament" #: src/effects/effects.js:29 msgid "Texture effects" msgstr "Efectes de textura" #: src/effects/effects.js:43 msgid "Shape effects" msgstr "Efectes de forma" #: src/effects/effects.js:59 msgid "Native gaussian blur" msgstr "Desenfocament gaussià nadiu" #: src/effects/effects.js:60 msgid "" "An optimized blur effect that smoothly blends pixels within a given radius." msgstr "" "Un efecte de desenfocament optimitzat que barreja suaument els píxels dins " "d'un radi determinat." #: src/effects/effects.js:64 src/effects/effects.js:93 #: src/effects/effects.js:122 src/effects/effects.js:404 msgid "Radius" msgstr "Radi" #: src/effects/effects.js:65 msgid "The intensity of the blur effect." msgstr "La intensitat de l'efecte de desenfocament." #: 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 "Brillantor" #: 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 "" "La brillantor de l'efecte de desenfocament, un valor alt pot dificultar la " "lectura." #: src/effects/effects.js:88 msgid "Gaussian blur (advanced effect)" msgstr "Desenfocament gaussià (efecte avançat)" #: 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 "" "Un efecte de desenfocament que barreja suaument els píxels dins d'un radi " "determinat. Aquest efecte és més precís, però molt menys optimitzat." #: src/effects/effects.js:94 msgid "" "The intensity of the blur effect. The bigger it is, the slower it will be." msgstr "La intensitat de l'efecte de desenfocament. Com més intens, més lent." #: src/effects/effects.js:117 msgid "Monte Carlo blur" msgstr "Desenfocament de Montecarlo" #: 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 "" "Un efecte de desenfocament que imita un passeig aleatori, seleccionant " "píxels cada cop més lluny de l'origen i barrejant-los tots junts." #: 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 "" "La distància màxima per cada pas del passeig aleatori. Un valor alt farà que " "el desenfocament sigui més aleatori." #: src/effects/effects.js:132 msgid "Iterations" msgstr "Iteracions" #: src/effects/effects.js:133 msgid "The number of iterations. The more there are, the smoother the blur is." msgstr "" "El nombre d'interacions. Com més n'hi hagi, més suau serà el desenfocament." #: src/effects/effects.js:150 msgid "Use base pixel" msgstr "Usar el píxel base" #: 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 "" "Si el píxel base serà comptat o no pel desenfocament. Si ho és, la imatge " "serà més llegible." #: src/effects/effects.js:155 msgid "Prefer closer pixels" msgstr "Preferir píxels més propers" #: src/effects/effects.js:156 msgid "" "Whether or not the pixels that are closer to the original pixel will have " "more weight." msgstr "Els píxels més propers al píxel original tindran més pes o no." #: src/effects/effects.js:164 src/effects/effects.js:170 #: src/effects/effects.js:196 msgid "Color" msgstr "Color" #: src/effects/effects.js:165 msgid "An effect that blends a color into the pipeline." msgstr "Un efecte que mescla un color en el procés de renderització." #: src/effects/effects.js:171 msgid "" "The color to blend in. The blending amount is controled by the opacity of " "the color." msgstr "" "El color a mesclar. La quantitat de mescla es controla mitjançant l'opacitat " "del color." #: src/effects/effects.js:176 msgid "Blend mode" msgstr "Mode de fusió" #: src/effects/effects.js:177 msgid "How the color is blended in." msgstr "Com s'hi barreja el color." #: src/effects/effects.js:180 msgid "Normal" msgstr "Normal" #: src/effects/effects.js:181 msgid "Multiply" msgstr "Multiple" #: src/effects/effects.js:182 msgid "Screen" msgstr "Pantalla" #: src/effects/effects.js:183 msgid "Overlay" msgstr "Superposició" #: src/effects/effects.js:184 msgid "Darken" msgstr "Enfosquir" #: src/effects/effects.js:185 msgid "Lighten" msgstr "Il·luminar" #: src/effects/effects.js:186 msgid "Plus darker" msgstr "Més fosc" #: src/effects/effects.js:187 msgid "Plus lighter" msgstr "Més clar" #: src/effects/effects.js:188 msgid "Color dodge" msgstr "- Densitat" #: src/effects/effects.js:189 msgid "Color burn" msgstr "+ Densitat" #: src/effects/effects.js:190 msgid "Hard light" msgstr "Llum dur" #: src/effects/effects.js:191 msgid "Soft light" msgstr "Llum suau" #: src/effects/effects.js:192 msgid "Difference" msgstr "Diferència" #: src/effects/effects.js:193 msgid "Exclusion" msgstr "Exclusió" #: src/effects/effects.js:194 msgid "Hue" msgstr "To" #: src/effects/effects.js:195 src/effects/effects.js:250 msgid "Saturation" msgstr "Saturació" #: src/effects/effects.js:197 src/effects/effects.js:205 msgid "Luminosity" msgstr "Lluminositat" #: 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 "Contrast" #: 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 "Pixelitzar" #: src/effects/effects.js:265 msgid "An effect that pixelizes the image." msgstr "Un efecte que pixela la imatge." #: src/effects/effects.js:269 src/effects/effects.js:296 #: src/effects/effects.js:323 msgid "Factor" msgstr "Factor" #: src/effects/effects.js:270 src/effects/effects.js:297 msgid "How much to scale down the image." msgstr "Quant reduir l'escala de la imatge." #: src/effects/effects.js:277 src/effects/effects.js:304 msgid "Downsampling mode" msgstr "Mode de reducció de mostreig" #: src/effects/effects.js:278 src/effects/effects.js:305 msgid "The downsampling method that is used." msgstr "El mètode de reducció de mostreig utilitzat." #: src/effects/effects.js:281 src/effects/effects.js:308 msgid "Boxcar" msgstr "Boxcar" #: src/effects/effects.js:282 src/effects/effects.js:309 msgid "Triangular" msgstr "Triangular" #: src/effects/effects.js:283 src/effects/effects.js:310 msgid "Dirac" msgstr "Dirac" #: src/effects/effects.js:291 msgid "Downscale (advanced effect)" msgstr "Reduir l'escala (efecte avançat)" #: src/effects/effects.js:292 msgid "An effect that downscales the image and put it on the top-left corner." msgstr "" "Un efecte que redueix l'escala de la imatge i la situa a la cantonada " "superior esquerra." #: src/effects/effects.js:318 msgid "Upscale (advanced effect)" msgstr "Augmentar l'escala (efecte avançat)" #: src/effects/effects.js:319 msgid "An effect that upscales the image from the top-left corner." msgstr "" "Un efecte que augmenta l'escala de la imatge des de la cantonada superior " "esquerra." #: src/effects/effects.js:324 msgid "How much to scale up the image." msgstr "Quant augmentar l'escala de la imatge." #: src/effects/effects.js:335 msgid "Derivative" msgstr "Derivatiu" #: src/effects/effects.js:336 msgid "Apply a spatial derivative, or a laplacian." msgstr "Aplicar un derivat espacial, o un laplacià." #: src/effects/effects.js:340 msgid "Operation" msgstr "Operació" #: src/effects/effects.js:341 msgid "The mathematical operation to apply." msgstr "L'operació matemàtica a aplicar." #: src/effects/effects.js:344 msgid "1-step derivative" msgstr "Derivatiu d'un pas" #: src/effects/effects.js:345 msgid "2-step derivative" msgstr "Derivatiu de dos passos" #: src/effects/effects.js:346 msgid "Laplacian" msgstr "Laplacià" #: src/effects/effects.js:354 src/effects/effects.js:359 msgid "Noise" msgstr "Soroll digital" #: 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 "" "Un efecte que afegeix soroll digital aleatori. Opta pel desenfocament de " "Montecarlo per un efecte més orgànic si cal." #: src/effects/effects.js:360 msgid "The amount of noise to add." msgstr "La quantitat de soroll digital a afegir." #: src/effects/effects.js:369 msgid "Lightness" msgstr "Lluminositat" #: src/effects/effects.js:370 msgid "" "The luminosity of the noise. A setting of '1.0' will make the effect " "transparent." msgstr "" "La lluminositat del soroll digital. Un valor de '1.0' farà que l'efecte " "sigui transparent." #: src/effects/effects.js:383 msgid "RGB to HSL (advanced effect)" msgstr "RGB a HSL (efecte avançat)" #: src/effects/effects.js:384 msgid "Converts the image from RGBA colorspace to HSLA." msgstr "Converteix la imatge des de l'espai de color RGBA a HSLA." #: src/effects/effects.js:391 msgid "HSL to RGB (advanced effect)" msgstr "HSL a RGB (efecte avançat)" #: src/effects/effects.js:392 msgid "Converts the image from HSLA colorspace to RGBA." msgstr "Converteix la imatge des de l'espai de color HSLA a RGBA." #: src/effects/effects.js:399 msgid "Corner" msgstr "Cantonada" #: src/effects/effects.js:400 msgid "" "An effect that draws corners. Add it last not to have the other effects " "perturb the corners." msgstr "" "Un efecte que dibuixa cantonades. Afegiu-lo al final per evitar que els " "altres efectes pertorbin les cantonades." #: src/effects/effects.js:405 msgid "The radius of the corner. GNOME apps use a radius of 12 px by default." msgstr "" "El radi de la cantonada. Les aplicacions de GNOME utilitzen un radi de 12px " "per defecte." #: src/effects/effects.js:412 msgid "Top corners" msgstr "Cantonades superiors" #: src/effects/effects.js:413 msgid "Whether or not to round the top corners." msgstr "Si cal arrodonir les cantonades superiors." #: src/effects/effects.js:417 msgid "Bottom corners" msgstr "Cantonades inferiors" #: src/effects/effects.js:418 msgid "Whether or not to round the bottom corners." msgstr "Si cal arrodonir les cantonades inferiors." #: resources/ui/application-row.ui:4 msgid "Window Name" msgstr "Nom de la finestra" #: resources/ui/application-row.ui:8 msgid "Select window" msgstr "Seleccionar finestra" #: resources/ui/application-row.ui:9 msgid "Pick a window or select it by its classname." msgstr "Triar una finestra o seleccionar-la pel seu tipus de nom." #: resources/ui/applications.ui:5 msgid "Applications" msgstr "Aplicacions" #: resources/ui/applications.ui:10 msgid "Applications blur" msgstr "Desenfocament de les aplicacions" #: 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 "" "Afegeix desenfocament a les aplicacions.\n" "Per obtindre els millors resultats possibles, tot i que amb un rendiment " "reduït, pots triar-ne l'opció \"Sense artefactes\" en la pestanya \"Altres → " "Nivell de [?]\"." #: resources/ui/applications.ui:21 resources/ui/dash.ui:20 #: resources/ui/panel.ui:20 msgid "Blur type" msgstr "Tipus de desenfocament" #: 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 "Estàtic" #: resources/ui/applications.ui:54 resources/ui/dash.ui:53 #: resources/ui/panel.ui:53 msgid "Dynamic" msgstr "Dinàmic" #: 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 "La intensitat del desenfocament." #: 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 "Opacitat" #: 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 "" "L'opacitat de la finestra a sobre de l'efecte de desenfocament, un valor alt " "permetrà una millor visualització." #: resources/ui/applications.ui:177 msgid "Opaque focused window" msgstr "Finestra enfocada opaca" #: resources/ui/applications.ui:178 msgid "" "Makes the focused window opaque and the other ones blurred, helping with " "legibility." msgstr "" "Fa la finestra enfocada opaca i les altres desenfocades, ajudant amb la " "llegibilitat." #: resources/ui/applications.ui:192 msgid "Blur on overview" msgstr "Desenfocament a la vista general" #: 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 "" "Força que el desenfocament es mostri correctament a tots els espais de " "treball a la vista general.\n" "Això pot provocar alguns problemes de latència o de rendiment." #: resources/ui/applications.ui:208 msgid "Enable all by default" msgstr "Activa tot per defecte" #: resources/ui/applications.ui:209 msgid "Adds blur behind all windows by default." msgstr "Afegeix desenfocament al darrere de totes les finestres per defecte." #: resources/ui/applications.ui:225 msgid "Whitelist" msgstr "Llista blanca" #: 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 "Afegir finestra" #: resources/ui/applications.ui:263 msgid "Blacklist" msgstr "Llista negra" #: 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 "Barra d'aplicacions" #: resources/ui/dash.ui:10 msgid "Dash to Dock blur" msgstr "Desenfocament de Dash to Dock" #: resources/ui/dash.ui:11 msgid "Blur the background of the Dash to Dock extension, if it is used." msgstr "Desenfoca el fons de l'extensió Dash to Dock, si està instal·lada." #: 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 "" "El desenfocament dinàmic és més lent i només compatible amb un efecte de " "desenfocament gaussià." #: resources/ui/dash.ui:139 resources/ui/panel.ui:154 msgid "Override background" msgstr "Substituir el fons" #: resources/ui/dash.ui:140 msgid "" "Makes the background either transparent or semi-transparent, disable this to " "use Dash to Dock preferences instead." msgstr "" "Fes que el fons sigui transparent o semi-transparent, desactiva aquesta " "opció per utilitzar les preferències de Dash to Dock en el seu lloc." #: resources/ui/dash.ui:146 resources/ui/panel.ui:162 msgid "Background style" msgstr "Estil del fons" #: resources/ui/dash.ui:147 msgid "The transparent/semi-transparent style for the dock background." msgstr "" "L'estil transparent/semi-transparent per al fons de la barra d'aplicacions." #: resources/ui/dash.ui:163 resources/ui/panel.ui:193 msgid "Disable in overview" msgstr "Desactivar a la vista general" #: resources/ui/dash.ui:164 msgid "Disables the blur from Dash to Dock when entering the overview." msgstr "" "Desactiva el desenfocament de Dash to Dock en entrar a la vista general." #: 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 "Clar" #: resources/ui/dash.ui:201 resources/ui/overview.ui:117 #: resources/ui/overview.ui:140 resources/ui/panel.ui:250 msgid "Dark" msgstr "Fosc" #: resources/ui/effects-dialog.ui:4 msgid "Effects" msgstr "Efectes" #: resources/ui/effects-dialog.ui:39 msgid "Add Effect" msgstr "Afegir un efecte" #: resources/ui/effects-dialog.ui:77 msgid "Include advanced effects" msgstr "Incloure els efectes avançats" #: resources/ui/menu.ui:6 msgid "Project page" msgstr "Pàgina del projecte" #: resources/ui/menu.ui:10 msgid "Report a Bug" msgstr "Informar d'un error" #: resources/ui/menu.ui:14 msgid "License" msgstr "Llicència" #: resources/ui/menu.ui:18 msgid "Donate" msgstr "Fer un donatiu" #: resources/ui/other.ui:5 msgid "Other" msgstr "Altres" #: resources/ui/other.ui:10 msgid "Lockscreen blur" msgstr "Desenfocament de la pantalla de bloqueig" #: resources/ui/other.ui:11 msgid "Change the blur of the lockscreen to use this extension's preferences." msgstr "" "Canvia el desenfocament de la pantalla de bloqueig per utilitzar les " "preferències d'aquesta extensió." #: resources/ui/other.ui:28 msgid "Screenshot blur" msgstr "Desenfocament de la captura de pantalla" #: resources/ui/other.ui:29 msgid "Add blur to the background of the window selector in the screenshot UI." msgstr "" "Afegeix desenfocament al fons de la selecció de finestres, a l'eina de " "captura de pantalla." #: resources/ui/other.ui:46 msgid "Window list extension blur" msgstr "Desenfocament de l'extensió Window List" #: resources/ui/other.ui:47 msgid "Make the window-list extension blurred, if it is used." msgstr "Desenfoca l'extensió window-list, en ser utilitzada." #: resources/ui/other.ui:100 msgid "Coverflow Alt-Tab extension blur" msgstr "Desenfocament de l'extensió Coverflow Alt-Tab" #: resources/ui/other.ui:101 msgid "Make the coverflow alt-tab extension blurred, if it is used." msgstr "Desenfoca l'extensió Coverflow Alt-Tab, en ser utilitzada." #: resources/ui/other.ui:118 msgid "Performance" msgstr "Rendiment" #: resources/ui/other.ui:119 msgid "Various options to tweak the performance." msgstr "Opcions diverses per ajustar el rendiment." #: resources/ui/other.ui:123 msgid "Hack level" msgstr "Nivell de tècniques d'optimització" #: 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 "" "Canvia el comportament de l'efecte de desenfocament dinàmic. El valor per " "defecte és molt recomanat.\n" "L'opció \"Sense artefacte\" desactivarà completament els redibuixos " "retallats a GNOME shell i afectarà significativament el rendiment de " "l'ordinador." #: resources/ui/other.ui:138 msgid "Debug" msgstr "Depuració" #: resources/ui/other.ui:139 msgid "" "Makes the extension verbose in logs, activate when you need to report an " "issue." msgstr "" "Fes que l'extensió sigui més detallada als registres, activa aquesta opció " "quan necessitis reportar un problema." #: resources/ui/other.ui:154 msgid "Reset preferences" msgstr "Restablir preferències" #: resources/ui/other.ui:155 msgid "Resets preferences of Blur my Shell irreversibly." msgstr "Restableix les preferències de Blur my Shell de manera irreversible." #: resources/ui/other.ui:174 msgid "Reset" msgstr "Reestableix" #: resources/ui/other.ui:203 msgid "High performances" msgstr "Alts rendiments" #: resources/ui/other.ui:204 msgid "Default" msgstr "Per defecte" #: resources/ui/other.ui:205 msgid "No artifact" msgstr "Sense artefacte" #: resources/ui/overview.ui:5 msgid "Overview" msgstr "Vista general" #: resources/ui/overview.ui:10 msgid "Background blur" msgstr "Desenfocament del fons" #: resources/ui/overview.ui:11 msgid "Add blur to the overview background, using the wallpaper picture." msgstr "" "Afegeix un efecte de desenfocament al fons de la vista general, utilitzant " "la imatge de fons." #: resources/ui/overview.ui:26 msgid "Overview components style" msgstr "Estil dels components de la vista general" #: resources/ui/overview.ui:27 msgid "" "The semi-transparent style for the dash, search entry/results, and " "application folders." msgstr "" "L'estil semi-transparent per a la barra d'aplicacions, el menú de cerca i " "les carpetes al menú d'aplicacions." #: resources/ui/overview.ui:44 msgid "Application folder blur" msgstr "Desenfocament de les carpetes al menú d'aplicacions" #: resources/ui/overview.ui:45 msgid "Makes the background of application folder dialogs blurred." msgstr "Desenfoca el fons de les carpetes al menú d'aplicacions." #: resources/ui/overview.ui:96 msgid "Application folder dialogs style" msgstr "Estil de les carpetes dins el menú d'aplicacions" #: resources/ui/overview.ui:97 msgid "The semi-transparent style for the application folder dialogs." msgstr "L'estil semi-transparent per a les carpetes d'aplicacions." #: resources/ui/overview.ui:115 resources/ui/overview.ui:137 msgid "Do not style" msgstr "No aplicar cap tema" #: resources/ui/panel.ui:5 msgid "Panel" msgstr "Barra superior" #: resources/ui/panel.ui:10 msgid "Panel blur" msgstr "Desenfocament de la barra superior" #: resources/ui/panel.ui:11 msgid "Blur the top panel using the background image." msgstr "Desenfoca la barra superior utilitzant la imatge de fons." #: resources/ui/panel.ui:139 msgid "Force light text" msgstr "Forçar el text clar" #: resources/ui/panel.ui:140 msgid "" "Use a light text for the panel, useful when using gnome-shell's light theme." msgstr "" "Utilitza un text clar per a la barra superior, útil quan s’utilitza el tema " "clar de GNOME Shell." #: 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 "" "Substituir el fons de la barra superior per un fons transparent/semi-" "transparent.\n" "Recomanat, a menys que vulgueu personalitzar el vostre tema GNOME." #: resources/ui/panel.ui:163 msgid "The transparent/semi-transparent style for the panel background." msgstr "L'estil transparent/semi-transparent per al fons de la barra superior." #: resources/ui/panel.ui:177 msgid "Disable when a window is near" msgstr "Desactivar quan una finestra és a prop" #: resources/ui/panel.ui:178 msgid "Disables the transparency of the panel when a window is near it." msgstr "" "Desactiva la transparència de la barra superior quan una finestra és a prop." #: resources/ui/panel.ui:194 msgid "Disables the blur from the panel when entering the overview." msgstr "" "Desactiva el desenfocament de la barra superior quan s'entra a la vista " "d'activitats." #: resources/ui/panel.ui:210 msgid "Compatibility" msgstr "Compatibilitat" #: resources/ui/panel.ui:211 msgid "Various options to provide compatibility with other extensions." msgstr "" "Diverses opcions per proporcionar compatibilitat amb altres extensions." #: resources/ui/panel.ui:216 msgid "Hidetopbar extension" msgstr "Extensió Hidetopbar" #: resources/ui/panel.ui:217 msgid "Does not disable the blur in overview, best used with static blur." msgstr "" "No desactiva el desenfocament a la vista d'activitat, es recomana utilitzar-" "lo amb desenfocament estàtic." #: resources/ui/panel.ui:231 msgid "Blur original panel with Dash to Panel" msgstr "Desenfocar el panell original quan s'utilitza 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 "" "Habilita el desenfocament del panell original amb Dash to Panel, si està " "seleccionat a les opcions de l'extensió." #: resources/ui/panel.ui:251 msgid "Contrasted" msgstr "Contrastat" #: 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 "La pipeline utilitzada pel component." #: resources/ui/pipeline-group.ui:6 msgid "Pipeline name" msgstr "Nom de la pipeline" #: resources/ui/pipeline-group.ui:20 msgid "Manage effects" msgstr "Gestionar els efectes" #: 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 "" "Cada component utilitza una pipeline, que es pot triar a la pestanya " "corresponent. Aquí podeu crear, modificar i suprimir les pipelines i els " "seus efectes." #: resources/ui/pipelines.ui:29 msgid "Add Pipeline" msgstr "Afegir una pipeline" #~ msgid "A list of windows to blur." #~ msgstr "La llista de finestres que s'han de desenfocar." #~ msgid "A list of windows not to blur." #~ msgstr "La llista de finestres que no s'han de desenfocar." #~ msgid "Applications blur (beta)" #~ msgstr "Aplicacions de desenfocament (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 "" #~ "Afegeix desenfocament a les aplicacions. Aquesta funcionalitat encara es " #~ "troba en proves.\n" #~ "Per obtenir els millors resultats assegurat d'escollir la opció \"Sense " #~ "artefactes\" a les preferències \"General → Nivell de hacking\"\n" #~ " "