From 4f1ae271e11a60603638c17d75086bbe02a66eb3 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 12 Nov 2018 14:17:35 +0000 Subject: [PATCH] xmlpool: update translation po files These files are close to 4 years out of date; a lot's changed since. Let's just check in a recently-regenerated version. Changes generated by running `ninja xmlpool-{pot,update-po,gmo}`. Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker Acked-by: Emil Velikov --- src/util/xmlpool/ca.po | 178 ++++++++++++++++++++++++++++------ src/util/xmlpool/de.po | 186 ++++++++++++++++++++++++++++++------ src/util/xmlpool/es.po | 178 ++++++++++++++++++++++++++++------ src/util/xmlpool/fr.po | 186 ++++++++++++++++++++++++++++++------ src/util/xmlpool/nl.po | 205 ++++++++++++++++++++++++++++++++-------- src/util/xmlpool/sv.po | 210 +++++++++++++++++++++++++++++++++-------- 6 files changed, 950 insertions(+), 193 deletions(-) diff --git a/src/util/xmlpool/ca.po b/src/util/xmlpool/ca.po index 91621f2831d..e8ab8ebcbaf 100644 --- a/src/util/xmlpool/ca.po +++ b/src/util/xmlpool/ca.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: Mesa 10.1.0-devel\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-07 02:08-0700\n" +"POT-Creation-Date: 2018-11-12 14:15+0000\n" "PO-Revision-Date: 2015-02-23 14:28-0700\n" "Last-Translator: Alex Henrie \n" "Language-Team: Catalan \n" @@ -35,70 +35,116 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.7.4\n" -#: t_options.h:56 +#: src/util/xmlpool/t_options.h:56 msgid "Debugging" msgstr "Depuració" -#: t_options.h:70 +#: src/util/xmlpool/t_options.h:60 msgid "Enable flushing batchbuffer after each draw call" msgstr "Habilita el buidatge del batchbuffer després de cada trucada de dibuix" -#: t_options.h:75 +#: src/util/xmlpool/t_options.h:65 msgid "Enable flushing GPU caches with each draw call" msgstr "" "Habilita el buidatge de les memòries cau de GPU amb cada trucada de dibuix" -#: t_options.h:80 +#: src/util/xmlpool/t_options.h:70 msgid "Disable throttling on first batch after flush" msgstr "Deshabilita la regulació en el primer lot després de buidar" -#: t_options.h:85 +#: src/util/xmlpool/t_options.h:75 msgid "Force GLSL extension default behavior to 'warn'" msgstr "" "Força que el comportament per defecte de les extensions GLSL sigui 'warn'" -#: t_options.h:90 +#: src/util/xmlpool/t_options.h:80 msgid "Disable dual source blending" msgstr "Deshabilita la barreja de font dual" -#: t_options.h:95 +#: src/util/xmlpool/t_options.h:85 +msgid "Identify dual color blending sources by location rather than index" +msgstr "" + +#: src/util/xmlpool/t_options.h:90 msgid "Disable backslash-based line continuations in GLSL source" msgstr "" "Deshabilita les continuacions de línia basades en barra invertida en la font " "GLSL" -#: t_options.h:105 +#: src/util/xmlpool/t_options.h:95 msgid "" "Force a default GLSL version for shaders that lack an explicit #version line" msgstr "" "Força una versió GLSL per defecte en els shaders als quals lis manca una " "línia #version explícita" -#: t_options.h:110 +#: src/util/xmlpool/t_options.h:100 msgid "Allow GLSL #extension directives in the middle of shaders" msgstr "Permet les directives #extension GLSL en el mitjà dels shaders" -#: t_options.h:120 +#: src/util/xmlpool/t_options.h:105 +msgid "Allow builtins as part of constant expressions" +msgstr "" + +#: src/util/xmlpool/t_options.h:110 +msgid "Allow some relaxation of GLSL ES shader restrictions" +msgstr "" + +#: src/util/xmlpool/t_options.h:115 +msgid "Allow GLSL built-in variables to be redeclared verbatim" +msgstr "" + +#: src/util/xmlpool/t_options.h:120 +msgid "Allow a higher compat profile (version 3.1+) for apps that request it" +msgstr "" + +#: src/util/xmlpool/t_options.h:125 +msgid "Force computing the absolute value for sqrt() and inversesqrt()" +msgstr "" + +#: src/util/xmlpool/t_options.h:130 +msgid "" +"Implicit and explicit derivatives after a discard behave as if the discard " +"didn't happen" +msgstr "" + +#: src/util/xmlpool/t_options.h:135 +msgid "Allow interpolation qualifier mismatch across shader stages" +msgstr "" + +#: src/util/xmlpool/t_options.h:140 +msgid "Allow layout qualifiers on function parameters." +msgstr "" + +#: src/util/xmlpool/t_options.h:145 +msgid "Force an OpenGL compatibility context" +msgstr "" + +#: src/util/xmlpool/t_options.h:153 msgid "Image Quality" msgstr "Qualitat d'imatge" -#: t_options.h:195 +#: src/util/xmlpool/t_options.h:157 +msgid "Prefer accuracy over performance in trig functions" +msgstr "" + +#: src/util/xmlpool/t_options.h:162 msgid "A post-processing filter to cel-shade the output" msgstr "Un filtre de postprocessament per a aplicar cel shading a la sortida" -#: t_options.h:200 +#: src/util/xmlpool/t_options.h:167 msgid "A post-processing filter to remove the red channel" msgstr "Un filtre de postprocessament per a eliminar el canal vermell" -#: t_options.h:205 +#: src/util/xmlpool/t_options.h:172 msgid "A post-processing filter to remove the green channel" msgstr "Un filtre de postprocessament per a eliminar el canal verd" -#: t_options.h:210 +#: src/util/xmlpool/t_options.h:177 msgid "A post-processing filter to remove the blue channel" msgstr "Un filtre de postprocessament per a eliminar el canal blau" -#: t_options.h:215 +#: src/util/xmlpool/t_options.h:182 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality" @@ -106,7 +152,7 @@ msgstr "" "Antialiàsing morfològic basat en el MLAA de Jimenez. 0 per deshabilitar, 8 " "per qualitat per defecte" -#: t_options.h:220 +#: src/util/xmlpool/t_options.h:187 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality. Color version, usable with 2d GL apps" @@ -115,28 +161,28 @@ msgstr "" "per qualitat per defecte. Versió en color, utilitzable amb les aplicacions " "GL 2D" -#: t_options.h:230 +#: src/util/xmlpool/t_options.h:197 msgid "Performance" msgstr "Rendiment" -#: t_options.h:264 +#: src/util/xmlpool/t_options.h:205 msgid "Synchronization with vertical refresh (swap intervals)" msgstr "Sincronització amb refresc vertical (intervals d'intercanvi)" -#: t_options.h:265 +#: src/util/xmlpool/t_options.h:206 msgid "Never synchronize with vertical refresh, ignore application's choice" msgstr "" "Mai sincronitzis amb el refresc vertical, ignora l'elecció de l'aplicació" -#: t_options.h:266 +#: src/util/xmlpool/t_options.h:207 msgid "Initial swap interval 0, obey application's choice" msgstr "Interval d'intercanvi inicial 0, obeeix l'elecció de l'aplicació" -#: t_options.h:267 +#: src/util/xmlpool/t_options.h:208 msgid "Initial swap interval 1, obey application's choice" msgstr "Interval d'intercanvi inicial 1, obeeix l'elecció de l'aplicació" -#: t_options.h:268 +#: src/util/xmlpool/t_options.h:209 msgid "" "Always synchronize with vertical refresh, application chooses the minimum " "swap interval" @@ -144,27 +190,59 @@ msgstr "" "Sempre sincronitza amb el refresc vertical, l'aplicació tria l'interval " "mínim d'intercanvi" -#: t_options.h:323 +#: src/util/xmlpool/t_options.h:215 +msgid "Enable offloading GL driver work to a separate thread" +msgstr "" + +#: src/util/xmlpool/t_options.h:220 +msgid "Disable GL driver error checking" +msgstr "" + +#: src/util/xmlpool/t_options.h:225 +msgid "Disable the GLX_EXT_buffer_age extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:230 +msgid "Disable the GLX_OML_sync_control extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:235 +msgid "Disable the GLX_SGI_video_sync extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:245 msgid "Miscellaneous" msgstr "Miscel·lània" -#: t_options.h:327 +#: src/util/xmlpool/t_options.h:249 msgid "Create all visuals with a depth buffer" msgstr "Crea tots els visuals amb buffer de profunditat" -#: t_options.h:337 +#: src/util/xmlpool/t_options.h:254 +msgid "Force uninitialized variables to default to zero" +msgstr "" + +#: src/util/xmlpool/t_options.h:259 +msgid "Allow exposure of visuals and fbconfigs with rgb10a2 formats" +msgstr "" + +#: src/util/xmlpool/t_options.h:267 msgid "Initialization" msgstr "Inicialització" -#: t_options.h:341 +#: src/util/xmlpool/t_options.h:271 msgid "Define the graphic device to use if possible" msgstr "Defineix el dispositiu de gràfics que utilitzar si és possible" -#: t_options.h:350 +#: src/util/xmlpool/t_options.h:276 +msgid "Override the DRI driver to load" +msgstr "" + +#: src/util/xmlpool/t_options.h:285 msgid "Gallium Nine" msgstr "Gallium Nine" -#: t_options.h:354 +#: src/util/xmlpool/t_options.h:289 msgid "" "Define the throttling value. -1 for no throttling, -2 for default (usually " "2), 0 for glfinish behaviour" @@ -172,6 +250,46 @@ msgstr "" "Defineix el valor de regulació. -1 per a no regular, -2 per al predeterminat " "(generalment 2), 0 per al comportament de glfinish" -#: t_options.h:359 +#: src/util/xmlpool/t_options.h:294 msgid "Use an additional thread to submit buffers." msgstr "Utilitza un fil addicional per a entregar els buffers." + +#: src/util/xmlpool/t_options.h:299 +msgid "" +"Define the vendor_id to report. This allows faking another hardware vendor." +msgstr "" + +#: src/util/xmlpool/t_options.h:304 +msgid "" +"Whether to allow the display server to release buffers with a delay when " +"using d3d's presentation mode DISCARD. Default to true. Set to false if " +"suffering from lag (thread_submit=true can also help in this situation)." +msgstr "" + +#: src/util/xmlpool/t_options.h:309 +msgid "" +"Whether to make d3d's presentation mode DISCARD (games usually use that " +"mode) Tear Free. If rendering above screen refresh, some frames will get " +"skipped. false by default." +msgstr "" + +#: src/util/xmlpool/t_options.h:314 +msgid "" +"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default " +"(-1) CSMT is enabled on known thread-safe drivers." +msgstr "" + +#: src/util/xmlpool/t_options.h:323 +msgid "Use the LLVM sisched option for shader compiles" +msgstr "" + +#: src/util/xmlpool/t_options.h:328 +msgid "" +"Assume no Z fights (enables aggressive out-of-order rasterization to improve " +"performance; may cause rendering errors)" +msgstr "" + +#: src/util/xmlpool/t_options.h:333 +msgid "" +"Commutative additive blending optimizations (may cause rendering errors)" +msgstr "" diff --git a/src/util/xmlpool/de.po b/src/util/xmlpool/de.po index 8c1d3df3f11..a28a5ede04f 100644 --- a/src/util/xmlpool/de.po +++ b/src/util/xmlpool/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mesa 6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-09-25 22:29-0600\n" +"POT-Creation-Date: 2018-11-12 14:15+0000\n" "PO-Revision-Date: 2005-04-11 01:34+0200\n" "Last-Translator: Felix Kuehling \n" "Language-Team: German \n" @@ -17,65 +17,111 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: t_options.h:56 +#: src/util/xmlpool/t_options.h:56 msgid "Debugging" msgstr "Fehlersuche" -#: t_options.h:70 +#: src/util/xmlpool/t_options.h:60 msgid "Enable flushing batchbuffer after each draw call" msgstr "Aktiviere sofortige Leerung des Stapelpuffers nach jedem Zeichenaufruf" -#: t_options.h:75 +#: src/util/xmlpool/t_options.h:65 msgid "Enable flushing GPU caches with each draw call" msgstr "" "Aktiviere sofortige Leerung der GPU-Zwischenspeicher mit jedem Zeichenaufruf" -#: t_options.h:80 +#: src/util/xmlpool/t_options.h:70 msgid "Disable throttling on first batch after flush" msgstr "" -#: t_options.h:85 +#: src/util/xmlpool/t_options.h:75 msgid "Force GLSL extension default behavior to 'warn'" msgstr "" -#: t_options.h:90 +#: src/util/xmlpool/t_options.h:80 msgid "Disable dual source blending" msgstr "" -#: t_options.h:95 +#: src/util/xmlpool/t_options.h:85 +msgid "Identify dual color blending sources by location rather than index" +msgstr "" + +#: src/util/xmlpool/t_options.h:90 msgid "Disable backslash-based line continuations in GLSL source" msgstr "" -#: t_options.h:105 +#: src/util/xmlpool/t_options.h:95 msgid "" "Force a default GLSL version for shaders that lack an explicit #version line" msgstr "" -#: t_options.h:110 +#: src/util/xmlpool/t_options.h:100 msgid "Allow GLSL #extension directives in the middle of shaders" msgstr "" -#: t_options.h:120 +#: src/util/xmlpool/t_options.h:105 +msgid "Allow builtins as part of constant expressions" +msgstr "" + +#: src/util/xmlpool/t_options.h:110 +msgid "Allow some relaxation of GLSL ES shader restrictions" +msgstr "" + +#: src/util/xmlpool/t_options.h:115 +msgid "Allow GLSL built-in variables to be redeclared verbatim" +msgstr "" + +#: src/util/xmlpool/t_options.h:120 +msgid "Allow a higher compat profile (version 3.1+) for apps that request it" +msgstr "" + +#: src/util/xmlpool/t_options.h:125 +msgid "Force computing the absolute value for sqrt() and inversesqrt()" +msgstr "" + +#: src/util/xmlpool/t_options.h:130 +msgid "" +"Implicit and explicit derivatives after a discard behave as if the discard " +"didn't happen" +msgstr "" + +#: src/util/xmlpool/t_options.h:135 +msgid "Allow interpolation qualifier mismatch across shader stages" +msgstr "" + +#: src/util/xmlpool/t_options.h:140 +msgid "Allow layout qualifiers on function parameters." +msgstr "" + +#: src/util/xmlpool/t_options.h:145 +msgid "Force an OpenGL compatibility context" +msgstr "" + +#: src/util/xmlpool/t_options.h:153 msgid "Image Quality" msgstr "Bildqualität" -#: t_options.h:195 +#: src/util/xmlpool/t_options.h:157 +msgid "Prefer accuracy over performance in trig functions" +msgstr "" + +#: src/util/xmlpool/t_options.h:162 msgid "A post-processing filter to cel-shade the output" msgstr "Nachbearbeitungsfilter für Cell Shading" -#: t_options.h:200 +#: src/util/xmlpool/t_options.h:167 msgid "A post-processing filter to remove the red channel" msgstr "Nachbearbeitungsfilter zum Entfernen des Rotkanals" -#: t_options.h:205 +#: src/util/xmlpool/t_options.h:172 msgid "A post-processing filter to remove the green channel" msgstr "Nachbearbeitungsfilter zum Entfernen des Grünkanals" -#: t_options.h:210 +#: src/util/xmlpool/t_options.h:177 msgid "A post-processing filter to remove the blue channel" msgstr "Nachbearbeitungsfilter zum Entfernen des Blaukanals" -#: t_options.h:215 +#: src/util/xmlpool/t_options.h:182 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality" @@ -83,7 +129,7 @@ msgstr "" "Morphologische Kantenglättung (Anti-Aliasing) basierend auf Jimenez' MLAA. 0 " "für deaktiviert, 8 für Standardqualität" -#: t_options.h:220 +#: src/util/xmlpool/t_options.h:187 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality. Color version, usable with 2d GL apps" @@ -91,29 +137,29 @@ msgstr "" "Morphologische Kantenglättung (Anti-Aliasing) basierend auf Jimenez' MLAA. 0 " "für deaktiviert, 8 für Standardqualität. Farbversion, für 2D-Anwendungen" -#: t_options.h:230 +#: src/util/xmlpool/t_options.h:197 msgid "Performance" msgstr "Leistung" -#: t_options.h:264 +#: src/util/xmlpool/t_options.h:205 msgid "Synchronization with vertical refresh (swap intervals)" msgstr "Synchronisation mit der vertikalen Bildwiederholung" -#: t_options.h:265 +#: src/util/xmlpool/t_options.h:206 msgid "Never synchronize with vertical refresh, ignore application's choice" msgstr "" "Niemals mit der Bildwiederholung synchronisieren, Anweisungen der Anwendung " "ignorieren" -#: t_options.h:266 +#: src/util/xmlpool/t_options.h:207 msgid "Initial swap interval 0, obey application's choice" msgstr "Initiales Bildinterval 0, Anweisungen der Anwendung gehorchen" -#: t_options.h:267 +#: src/util/xmlpool/t_options.h:208 msgid "Initial swap interval 1, obey application's choice" msgstr "Initiales Bildinterval 1, Anweisungen der Anwendung gehorchen" -#: t_options.h:268 +#: src/util/xmlpool/t_options.h:209 msgid "" "Always synchronize with vertical refresh, application chooses the minimum " "swap interval" @@ -121,22 +167,108 @@ msgstr "" "Immer mit der Bildwiederholung synchronisieren, Anwendung wählt das minimale " "Bildintervall" -#: t_options.h:323 +#: src/util/xmlpool/t_options.h:215 +msgid "Enable offloading GL driver work to a separate thread" +msgstr "" + +#: src/util/xmlpool/t_options.h:220 +msgid "Disable GL driver error checking" +msgstr "" + +#: src/util/xmlpool/t_options.h:225 +msgid "Disable the GLX_EXT_buffer_age extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:230 +msgid "Disable the GLX_OML_sync_control extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:235 +msgid "Disable the GLX_SGI_video_sync extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:245 msgid "Miscellaneous" msgstr "" -#: t_options.h:327 +#: src/util/xmlpool/t_options.h:249 msgid "Create all visuals with a depth buffer" msgstr "" -#: t_options.h:337 +#: src/util/xmlpool/t_options.h:254 +msgid "Force uninitialized variables to default to zero" +msgstr "" + +#: src/util/xmlpool/t_options.h:259 +msgid "Allow exposure of visuals and fbconfigs with rgb10a2 formats" +msgstr "" + +#: src/util/xmlpool/t_options.h:267 msgid "Initialization" msgstr "" -#: t_options.h:341 +#: src/util/xmlpool/t_options.h:271 msgid "Define the graphic device to use if possible" msgstr "" +#: src/util/xmlpool/t_options.h:276 +msgid "Override the DRI driver to load" +msgstr "" + +#: src/util/xmlpool/t_options.h:285 +msgid "Gallium Nine" +msgstr "" + +#: src/util/xmlpool/t_options.h:289 +msgid "" +"Define the throttling value. -1 for no throttling, -2 for default (usually " +"2), 0 for glfinish behaviour" +msgstr "" + +#: src/util/xmlpool/t_options.h:294 +msgid "Use an additional thread to submit buffers." +msgstr "" + +#: src/util/xmlpool/t_options.h:299 +msgid "" +"Define the vendor_id to report. This allows faking another hardware vendor." +msgstr "" + +#: src/util/xmlpool/t_options.h:304 +msgid "" +"Whether to allow the display server to release buffers with a delay when " +"using d3d's presentation mode DISCARD. Default to true. Set to false if " +"suffering from lag (thread_submit=true can also help in this situation)." +msgstr "" + +#: src/util/xmlpool/t_options.h:309 +msgid "" +"Whether to make d3d's presentation mode DISCARD (games usually use that " +"mode) Tear Free. If rendering above screen refresh, some frames will get " +"skipped. false by default." +msgstr "" + +#: src/util/xmlpool/t_options.h:314 +msgid "" +"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default " +"(-1) CSMT is enabled on known thread-safe drivers." +msgstr "" + +#: src/util/xmlpool/t_options.h:323 +msgid "Use the LLVM sisched option for shader compiles" +msgstr "" + +#: src/util/xmlpool/t_options.h:328 +msgid "" +"Assume no Z fights (enables aggressive out-of-order rasterization to improve " +"performance; may cause rendering errors)" +msgstr "" + +#: src/util/xmlpool/t_options.h:333 +msgid "" +"Commutative additive blending optimizations (may cause rendering errors)" +msgstr "" + #~ msgid "Support larger textures not guaranteed to fit into graphics memory" #~ msgstr "" #~ "Unterstütze grosse Texturen die evtl. nicht in den Grafikspeicher passen" diff --git a/src/util/xmlpool/es.po b/src/util/xmlpool/es.po index e5f44c8efc5..e6cf2d6ff70 100644 --- a/src/util/xmlpool/es.po +++ b/src/util/xmlpool/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-07 02:08-0700\n" +"POT-Creation-Date: 2018-11-12 14:15+0000\n" "PO-Revision-Date: 2015-02-23 14:54-0700\n" "Last-Translator: Alex Henrie \n" "Language-Team: Spanish \n" @@ -20,69 +20,115 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.7.4\n" -#: t_options.h:56 +#: src/util/xmlpool/t_options.h:56 msgid "Debugging" msgstr "Depuración" -#: t_options.h:70 +#: src/util/xmlpool/t_options.h:60 msgid "Enable flushing batchbuffer after each draw call" msgstr "Habilitar vaciado del batchbuffer después de cada llamada de dibujo" -#: t_options.h:75 +#: src/util/xmlpool/t_options.h:65 msgid "Enable flushing GPU caches with each draw call" msgstr "Habilitar vaciado de los cachés GPU con cada llamada de dibujo" -#: t_options.h:80 +#: src/util/xmlpool/t_options.h:70 msgid "Disable throttling on first batch after flush" msgstr "Deshabilitar regulación del primer lote después de vaciar" -#: t_options.h:85 +#: src/util/xmlpool/t_options.h:75 msgid "Force GLSL extension default behavior to 'warn'" msgstr "" "Forzar que el comportamiento por defecto de las extensiones GLSL sea 'warn'" -#: t_options.h:90 +#: src/util/xmlpool/t_options.h:80 msgid "Disable dual source blending" msgstr "Deshabilitar mezcla de fuente dual" -#: t_options.h:95 +#: src/util/xmlpool/t_options.h:85 +msgid "Identify dual color blending sources by location rather than index" +msgstr "" + +#: src/util/xmlpool/t_options.h:90 msgid "Disable backslash-based line continuations in GLSL source" msgstr "" "Deshabilitar continuaciones de línea basadas en barra inversa en el código " "GLSL" -#: t_options.h:105 +#: src/util/xmlpool/t_options.h:95 msgid "" "Force a default GLSL version for shaders that lack an explicit #version line" msgstr "" "Forzar una versión de GLSL por defecto en los shaders a los cuales les falta " "una línea #version explícita" -#: t_options.h:110 +#: src/util/xmlpool/t_options.h:100 msgid "Allow GLSL #extension directives in the middle of shaders" msgstr "Permite directivas #extension GLSL en medio de los shaders" -#: t_options.h:120 +#: src/util/xmlpool/t_options.h:105 +msgid "Allow builtins as part of constant expressions" +msgstr "" + +#: src/util/xmlpool/t_options.h:110 +msgid "Allow some relaxation of GLSL ES shader restrictions" +msgstr "" + +#: src/util/xmlpool/t_options.h:115 +msgid "Allow GLSL built-in variables to be redeclared verbatim" +msgstr "" + +#: src/util/xmlpool/t_options.h:120 +msgid "Allow a higher compat profile (version 3.1+) for apps that request it" +msgstr "" + +#: src/util/xmlpool/t_options.h:125 +msgid "Force computing the absolute value for sqrt() and inversesqrt()" +msgstr "" + +#: src/util/xmlpool/t_options.h:130 +msgid "" +"Implicit and explicit derivatives after a discard behave as if the discard " +"didn't happen" +msgstr "" + +#: src/util/xmlpool/t_options.h:135 +msgid "Allow interpolation qualifier mismatch across shader stages" +msgstr "" + +#: src/util/xmlpool/t_options.h:140 +msgid "Allow layout qualifiers on function parameters." +msgstr "" + +#: src/util/xmlpool/t_options.h:145 +msgid "Force an OpenGL compatibility context" +msgstr "" + +#: src/util/xmlpool/t_options.h:153 msgid "Image Quality" msgstr "Calidad de imagen" -#: t_options.h:195 +#: src/util/xmlpool/t_options.h:157 +msgid "Prefer accuracy over performance in trig functions" +msgstr "" + +#: src/util/xmlpool/t_options.h:162 msgid "A post-processing filter to cel-shade the output" msgstr "Un filtro de postprocesamiento para aplicar cel shading a la salida" -#: t_options.h:200 +#: src/util/xmlpool/t_options.h:167 msgid "A post-processing filter to remove the red channel" msgstr "Un filtro de postprocesamiento para eliminar el canal rojo" -#: t_options.h:205 +#: src/util/xmlpool/t_options.h:172 msgid "A post-processing filter to remove the green channel" msgstr "Un filtro de postprocesamiento para eliminar el canal verde" -#: t_options.h:210 +#: src/util/xmlpool/t_options.h:177 msgid "A post-processing filter to remove the blue channel" msgstr "Un filtro de postprocesamiento para eliminar el canal azul" -#: t_options.h:215 +#: src/util/xmlpool/t_options.h:182 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality" @@ -90,7 +136,7 @@ msgstr "" "Antialiasing morfológico basado en el MLAA de Jimenez. 0 para deshabilitar, " "8 para calidad por defecto" -#: t_options.h:220 +#: src/util/xmlpool/t_options.h:187 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality. Color version, usable with 2d GL apps" @@ -98,31 +144,31 @@ msgstr "" "Antialiasing morfológico basado en el MLAA de Jimenez. 0 para deshabilitar, " "8 para calidad por defecto. Versión en color, usable con aplicaciones GL 2D" -#: t_options.h:230 +#: src/util/xmlpool/t_options.h:197 msgid "Performance" msgstr "Rendimiento" -#: t_options.h:264 +#: src/util/xmlpool/t_options.h:205 msgid "Synchronization with vertical refresh (swap intervals)" msgstr "Sincronización con el refresco vertical (intervalos de intercambio)" -#: t_options.h:265 +#: src/util/xmlpool/t_options.h:206 msgid "Never synchronize with vertical refresh, ignore application's choice" msgstr "" "No sincronizar nunca con el refresco vertical, ignorar la elección de la " "aplicación" -#: t_options.h:266 +#: src/util/xmlpool/t_options.h:207 msgid "Initial swap interval 0, obey application's choice" msgstr "" "Intervalo de intercambio inicial 0, obedecer la elección de la aplicación" -#: t_options.h:267 +#: src/util/xmlpool/t_options.h:208 msgid "Initial swap interval 1, obey application's choice" msgstr "" "Intervalo de intercambio inicial 1, obedecer la elección de la aplicación" -#: t_options.h:268 +#: src/util/xmlpool/t_options.h:209 msgid "" "Always synchronize with vertical refresh, application chooses the minimum " "swap interval" @@ -130,27 +176,59 @@ msgstr "" "Sincronizar siempre con el refresco vertical, la aplicación elige el " "intervalo de intercambio mínimo" -#: t_options.h:323 +#: src/util/xmlpool/t_options.h:215 +msgid "Enable offloading GL driver work to a separate thread" +msgstr "" + +#: src/util/xmlpool/t_options.h:220 +msgid "Disable GL driver error checking" +msgstr "" + +#: src/util/xmlpool/t_options.h:225 +msgid "Disable the GLX_EXT_buffer_age extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:230 +msgid "Disable the GLX_OML_sync_control extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:235 +msgid "Disable the GLX_SGI_video_sync extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:245 msgid "Miscellaneous" msgstr "Misceláneos" -#: t_options.h:327 +#: src/util/xmlpool/t_options.h:249 msgid "Create all visuals with a depth buffer" msgstr "Crear todos los visuales con búfer de profundidad" -#: t_options.h:337 +#: src/util/xmlpool/t_options.h:254 +msgid "Force uninitialized variables to default to zero" +msgstr "" + +#: src/util/xmlpool/t_options.h:259 +msgid "Allow exposure of visuals and fbconfigs with rgb10a2 formats" +msgstr "" + +#: src/util/xmlpool/t_options.h:267 msgid "Initialization" msgstr "Inicialización" -#: t_options.h:341 +#: src/util/xmlpool/t_options.h:271 msgid "Define the graphic device to use if possible" msgstr "Define el dispositivo de gráficos que usar si es posible" -#: t_options.h:350 +#: src/util/xmlpool/t_options.h:276 +msgid "Override the DRI driver to load" +msgstr "" + +#: src/util/xmlpool/t_options.h:285 msgid "Gallium Nine" msgstr "Gallium Nine" -#: t_options.h:354 +#: src/util/xmlpool/t_options.h:289 msgid "" "Define the throttling value. -1 for no throttling, -2 for default (usually " "2), 0 for glfinish behaviour" @@ -158,6 +236,46 @@ msgstr "" "Define el valor de regulación. -1 para no regular, -2 para el por defecto " "(generalmente 2), 0 para el comportamiento de glfinish" -#: t_options.h:359 +#: src/util/xmlpool/t_options.h:294 msgid "Use an additional thread to submit buffers." msgstr "Usar un hilo adicional para entregar los búfer." + +#: src/util/xmlpool/t_options.h:299 +msgid "" +"Define the vendor_id to report. This allows faking another hardware vendor." +msgstr "" + +#: src/util/xmlpool/t_options.h:304 +msgid "" +"Whether to allow the display server to release buffers with a delay when " +"using d3d's presentation mode DISCARD. Default to true. Set to false if " +"suffering from lag (thread_submit=true can also help in this situation)." +msgstr "" + +#: src/util/xmlpool/t_options.h:309 +msgid "" +"Whether to make d3d's presentation mode DISCARD (games usually use that " +"mode) Tear Free. If rendering above screen refresh, some frames will get " +"skipped. false by default." +msgstr "" + +#: src/util/xmlpool/t_options.h:314 +msgid "" +"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default " +"(-1) CSMT is enabled on known thread-safe drivers." +msgstr "" + +#: src/util/xmlpool/t_options.h:323 +msgid "Use the LLVM sisched option for shader compiles" +msgstr "" + +#: src/util/xmlpool/t_options.h:328 +msgid "" +"Assume no Z fights (enables aggressive out-of-order rasterization to improve " +"performance; may cause rendering errors)" +msgstr "" + +#: src/util/xmlpool/t_options.h:333 +msgid "" +"Commutative additive blending optimizations (may cause rendering errors)" +msgstr "" diff --git a/src/util/xmlpool/fr.po b/src/util/xmlpool/fr.po index aa8706cbb1c..110bb15a2bc 100644 --- a/src/util/xmlpool/fr.po +++ b/src/util/xmlpool/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mesa 6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-09-25 22:29-0600\n" +"POT-Creation-Date: 2018-11-12 14:15+0000\n" "PO-Revision-Date: 2005-04-11 01:34+0200\n" "Last-Translator: Stephane Marchesin \n" "Language-Team: French \n" @@ -17,102 +17,148 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: t_options.h:56 +#: src/util/xmlpool/t_options.h:56 msgid "Debugging" msgstr "Debogage" -#: t_options.h:70 +#: src/util/xmlpool/t_options.h:60 msgid "Enable flushing batchbuffer after each draw call" msgstr "" -#: t_options.h:75 +#: src/util/xmlpool/t_options.h:65 msgid "Enable flushing GPU caches with each draw call" msgstr "" -#: t_options.h:80 +#: src/util/xmlpool/t_options.h:70 msgid "Disable throttling on first batch after flush" msgstr "" -#: t_options.h:85 +#: src/util/xmlpool/t_options.h:75 msgid "Force GLSL extension default behavior to 'warn'" msgstr "" -#: t_options.h:90 +#: src/util/xmlpool/t_options.h:80 msgid "Disable dual source blending" msgstr "" -#: t_options.h:95 +#: src/util/xmlpool/t_options.h:85 +msgid "Identify dual color blending sources by location rather than index" +msgstr "" + +#: src/util/xmlpool/t_options.h:90 msgid "Disable backslash-based line continuations in GLSL source" msgstr "" -#: t_options.h:105 +#: src/util/xmlpool/t_options.h:95 msgid "" "Force a default GLSL version for shaders that lack an explicit #version line" msgstr "" -#: t_options.h:110 +#: src/util/xmlpool/t_options.h:100 msgid "Allow GLSL #extension directives in the middle of shaders" msgstr "" -#: t_options.h:120 +#: src/util/xmlpool/t_options.h:105 +msgid "Allow builtins as part of constant expressions" +msgstr "" + +#: src/util/xmlpool/t_options.h:110 +msgid "Allow some relaxation of GLSL ES shader restrictions" +msgstr "" + +#: src/util/xmlpool/t_options.h:115 +msgid "Allow GLSL built-in variables to be redeclared verbatim" +msgstr "" + +#: src/util/xmlpool/t_options.h:120 +msgid "Allow a higher compat profile (version 3.1+) for apps that request it" +msgstr "" + +#: src/util/xmlpool/t_options.h:125 +msgid "Force computing the absolute value for sqrt() and inversesqrt()" +msgstr "" + +#: src/util/xmlpool/t_options.h:130 +msgid "" +"Implicit and explicit derivatives after a discard behave as if the discard " +"didn't happen" +msgstr "" + +#: src/util/xmlpool/t_options.h:135 +msgid "Allow interpolation qualifier mismatch across shader stages" +msgstr "" + +#: src/util/xmlpool/t_options.h:140 +msgid "Allow layout qualifiers on function parameters." +msgstr "" + +#: src/util/xmlpool/t_options.h:145 +msgid "Force an OpenGL compatibility context" +msgstr "" + +#: src/util/xmlpool/t_options.h:153 msgid "Image Quality" msgstr "Qualité d'image" -#: t_options.h:195 +#: src/util/xmlpool/t_options.h:157 +msgid "Prefer accuracy over performance in trig functions" +msgstr "" + +#: src/util/xmlpool/t_options.h:162 msgid "A post-processing filter to cel-shade the output" msgstr "" -#: t_options.h:200 +#: src/util/xmlpool/t_options.h:167 msgid "A post-processing filter to remove the red channel" msgstr "" -#: t_options.h:205 +#: src/util/xmlpool/t_options.h:172 msgid "A post-processing filter to remove the green channel" msgstr "" -#: t_options.h:210 +#: src/util/xmlpool/t_options.h:177 msgid "A post-processing filter to remove the blue channel" msgstr "" -#: t_options.h:215 +#: src/util/xmlpool/t_options.h:182 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality" msgstr "" -#: t_options.h:220 +#: src/util/xmlpool/t_options.h:187 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality. Color version, usable with 2d GL apps" msgstr "" -#: t_options.h:230 +#: src/util/xmlpool/t_options.h:197 msgid "Performance" msgstr "Performance" -#: t_options.h:264 +#: src/util/xmlpool/t_options.h:205 msgid "Synchronization with vertical refresh (swap intervals)" msgstr "Synchronisation de l'affichage avec le balayage vertical" -#: t_options.h:265 +#: src/util/xmlpool/t_options.h:206 msgid "Never synchronize with vertical refresh, ignore application's choice" msgstr "" "Ne jamais synchroniser avec le balayage vertical, ignorer le choix de " "l'application" -#: t_options.h:266 +#: src/util/xmlpool/t_options.h:207 msgid "Initial swap interval 0, obey application's choice" msgstr "" "Ne pas synchroniser avec le balayage vertical par défaut, mais obéir au " "choix de l'application" -#: t_options.h:267 +#: src/util/xmlpool/t_options.h:208 msgid "Initial swap interval 1, obey application's choice" msgstr "" "Synchroniser avec le balayage vertical par défaut, mais obéir au choix de " "l'application" -#: t_options.h:268 +#: src/util/xmlpool/t_options.h:209 msgid "" "Always synchronize with vertical refresh, application chooses the minimum " "swap interval" @@ -120,22 +166,108 @@ msgstr "" "Toujours synchroniser avec le balayage vertical, l'application choisit " "l'intervalle minimal" -#: t_options.h:323 +#: src/util/xmlpool/t_options.h:215 +msgid "Enable offloading GL driver work to a separate thread" +msgstr "" + +#: src/util/xmlpool/t_options.h:220 +msgid "Disable GL driver error checking" +msgstr "" + +#: src/util/xmlpool/t_options.h:225 +msgid "Disable the GLX_EXT_buffer_age extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:230 +msgid "Disable the GLX_OML_sync_control extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:235 +msgid "Disable the GLX_SGI_video_sync extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:245 msgid "Miscellaneous" msgstr "" -#: t_options.h:327 +#: src/util/xmlpool/t_options.h:249 msgid "Create all visuals with a depth buffer" msgstr "" -#: t_options.h:337 +#: src/util/xmlpool/t_options.h:254 +msgid "Force uninitialized variables to default to zero" +msgstr "" + +#: src/util/xmlpool/t_options.h:259 +msgid "Allow exposure of visuals and fbconfigs with rgb10a2 formats" +msgstr "" + +#: src/util/xmlpool/t_options.h:267 msgid "Initialization" msgstr "" -#: t_options.h:341 +#: src/util/xmlpool/t_options.h:271 msgid "Define the graphic device to use if possible" msgstr "" +#: src/util/xmlpool/t_options.h:276 +msgid "Override the DRI driver to load" +msgstr "" + +#: src/util/xmlpool/t_options.h:285 +msgid "Gallium Nine" +msgstr "" + +#: src/util/xmlpool/t_options.h:289 +msgid "" +"Define the throttling value. -1 for no throttling, -2 for default (usually " +"2), 0 for glfinish behaviour" +msgstr "" + +#: src/util/xmlpool/t_options.h:294 +msgid "Use an additional thread to submit buffers." +msgstr "" + +#: src/util/xmlpool/t_options.h:299 +msgid "" +"Define the vendor_id to report. This allows faking another hardware vendor." +msgstr "" + +#: src/util/xmlpool/t_options.h:304 +msgid "" +"Whether to allow the display server to release buffers with a delay when " +"using d3d's presentation mode DISCARD. Default to true. Set to false if " +"suffering from lag (thread_submit=true can also help in this situation)." +msgstr "" + +#: src/util/xmlpool/t_options.h:309 +msgid "" +"Whether to make d3d's presentation mode DISCARD (games usually use that " +"mode) Tear Free. If rendering above screen refresh, some frames will get " +"skipped. false by default." +msgstr "" + +#: src/util/xmlpool/t_options.h:314 +msgid "" +"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default " +"(-1) CSMT is enabled on known thread-safe drivers." +msgstr "" + +#: src/util/xmlpool/t_options.h:323 +msgid "Use the LLVM sisched option for shader compiles" +msgstr "" + +#: src/util/xmlpool/t_options.h:328 +msgid "" +"Assume no Z fights (enables aggressive out-of-order rasterization to improve " +"performance; may cause rendering errors)" +msgstr "" + +#: src/util/xmlpool/t_options.h:333 +msgid "" +"Commutative additive blending optimizations (may cause rendering errors)" +msgstr "" + #~ msgid "" #~ "Enable hack to allow larger textures with texture compression on radeon/" #~ "r200" diff --git a/src/util/xmlpool/nl.po b/src/util/xmlpool/nl.po index 50a53cc9cc4..99705830d3e 100644 --- a/src/util/xmlpool/nl.po +++ b/src/util/xmlpool/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-09-25 22:29-0600\n" +"POT-Creation-Date: 2018-11-12 14:15+0000\n" "PO-Revision-Date: 2005-04-12 20:09+0200\n" "Last-Translator: Manfred Stienstra \n" "Language-Team: Dutch \n" @@ -17,110 +17,144 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: t_options.h:56 +#: src/util/xmlpool/t_options.h:56 msgid "Debugging" msgstr "Debuggen" -#: t_options.h:70 +#: src/util/xmlpool/t_options.h:60 msgid "Enable flushing batchbuffer after each draw call" msgstr "" -#: t_options.h:75 +#: src/util/xmlpool/t_options.h:65 msgid "Enable flushing GPU caches with each draw call" msgstr "" -#: t_options.h:80 +#: src/util/xmlpool/t_options.h:70 msgid "Disable throttling on first batch after flush" msgstr "" -#: t_options.h:85 +#: src/util/xmlpool/t_options.h:75 msgid "Force GLSL extension default behavior to 'warn'" msgstr "" -#: t_options.h:90 +#: src/util/xmlpool/t_options.h:80 msgid "Disable dual source blending" msgstr "" -#: t_options.h:95 +#: src/util/xmlpool/t_options.h:85 +msgid "Identify dual color blending sources by location rather than index" +msgstr "" + +#: src/util/xmlpool/t_options.h:90 msgid "Disable backslash-based line continuations in GLSL source" msgstr "" -#: t_options.h:105 +#: src/util/xmlpool/t_options.h:95 msgid "" "Force a default GLSL version for shaders that lack an explicit #version line" msgstr "" -#: t_options.h:110 +#: src/util/xmlpool/t_options.h:100 msgid "Allow GLSL #extension directives in the middle of shaders" msgstr "" -#: t_options.h:120 -msgid "Image Quality" -msgstr "Beeldkwaliteit" +#: src/util/xmlpool/t_options.h:105 +msgid "Allow builtins as part of constant expressions" +msgstr "" + +#: src/util/xmlpool/t_options.h:110 +msgid "Allow some relaxation of GLSL ES shader restrictions" +msgstr "" + +#: src/util/xmlpool/t_options.h:115 +msgid "Allow GLSL built-in variables to be redeclared verbatim" +msgstr "" -#: t_options.h:182 -msgid "Horizontal error diffusion" -msgstr "Horizontale foutdiffusie" +#: src/util/xmlpool/t_options.h:120 +msgid "Allow a higher compat profile (version 3.1+) for apps that request it" +msgstr "" -#: t_options.h:183 -msgid "Horizontal error diffusion, reset error at line start" -msgstr "Horizontale foutdiffusie, zet fout bij lijnbegin terug" +#: src/util/xmlpool/t_options.h:125 +msgid "Force computing the absolute value for sqrt() and inversesqrt()" +msgstr "" -#: t_options.h:184 -msgid "Ordered 2D color dithering" -msgstr "Geordende 2D kleurrasterisering" +#: src/util/xmlpool/t_options.h:130 +msgid "" +"Implicit and explicit derivatives after a discard behave as if the discard " +"didn't happen" +msgstr "" -#: t_options.h:195 +#: src/util/xmlpool/t_options.h:135 +msgid "Allow interpolation qualifier mismatch across shader stages" +msgstr "" + +#: src/util/xmlpool/t_options.h:140 +msgid "Allow layout qualifiers on function parameters." +msgstr "" + +#: src/util/xmlpool/t_options.h:145 +msgid "Force an OpenGL compatibility context" +msgstr "" + +#: src/util/xmlpool/t_options.h:153 +msgid "Image Quality" +msgstr "Beeldkwaliteit" + +#: src/util/xmlpool/t_options.h:157 +msgid "Prefer accuracy over performance in trig functions" +msgstr "" + +#: src/util/xmlpool/t_options.h:162 msgid "A post-processing filter to cel-shade the output" msgstr "" -#: t_options.h:200 +#: src/util/xmlpool/t_options.h:167 msgid "A post-processing filter to remove the red channel" msgstr "" -#: t_options.h:205 +#: src/util/xmlpool/t_options.h:172 msgid "A post-processing filter to remove the green channel" msgstr "" -#: t_options.h:210 +#: src/util/xmlpool/t_options.h:177 msgid "A post-processing filter to remove the blue channel" msgstr "" -#: t_options.h:215 +#: src/util/xmlpool/t_options.h:182 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality" msgstr "" -#: t_options.h:220 +#: src/util/xmlpool/t_options.h:187 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality. Color version, usable with 2d GL apps" msgstr "" -#: t_options.h:230 +#: src/util/xmlpool/t_options.h:197 msgid "Performance" msgstr "Prestatie" -#: t_options.h:264 +#: src/util/xmlpool/t_options.h:205 msgid "Synchronization with vertical refresh (swap intervals)" msgstr "Synchronisatie met verticale verversing (interval omwisselen)" -#: t_options.h:265 +#: src/util/xmlpool/t_options.h:206 msgid "Never synchronize with vertical refresh, ignore application's choice" msgstr "" "Nooit synchroniseren met verticale verversing, negeer de keuze van de " "applicatie" -#: t_options.h:266 +#: src/util/xmlpool/t_options.h:207 msgid "Initial swap interval 0, obey application's choice" msgstr "Initïeel omwisselingsinterval 0, honoreer de keuze van de applicatie" -#: t_options.h:267 +#: src/util/xmlpool/t_options.h:208 msgid "Initial swap interval 1, obey application's choice" msgstr "Initïeel omwisselingsinterval 1, honoreer de keuze van de applicatie" -#: t_options.h:268 +#: src/util/xmlpool/t_options.h:209 msgid "" "Always synchronize with vertical refresh, application chooses the minimum " "swap interval" @@ -128,22 +162,117 @@ msgstr "" "Synchroniseer altijd met verticale verversing, de applicatie kiest het " "minimum omwisselingsinterval" -#: t_options.h:323 +#: src/util/xmlpool/t_options.h:215 +msgid "Enable offloading GL driver work to a separate thread" +msgstr "" + +#: src/util/xmlpool/t_options.h:220 +msgid "Disable GL driver error checking" +msgstr "" + +#: src/util/xmlpool/t_options.h:225 +msgid "Disable the GLX_EXT_buffer_age extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:230 +msgid "Disable the GLX_OML_sync_control extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:235 +msgid "Disable the GLX_SGI_video_sync extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:245 msgid "Miscellaneous" msgstr "" -#: t_options.h:327 +#: src/util/xmlpool/t_options.h:249 msgid "Create all visuals with a depth buffer" msgstr "" -#: t_options.h:337 +#: src/util/xmlpool/t_options.h:254 +msgid "Force uninitialized variables to default to zero" +msgstr "" + +#: src/util/xmlpool/t_options.h:259 +msgid "Allow exposure of visuals and fbconfigs with rgb10a2 formats" +msgstr "" + +#: src/util/xmlpool/t_options.h:267 msgid "Initialization" msgstr "" -#: t_options.h:341 +#: src/util/xmlpool/t_options.h:271 msgid "Define the graphic device to use if possible" msgstr "" +#: src/util/xmlpool/t_options.h:276 +msgid "Override the DRI driver to load" +msgstr "" + +#: src/util/xmlpool/t_options.h:285 +msgid "Gallium Nine" +msgstr "" + +#: src/util/xmlpool/t_options.h:289 +msgid "" +"Define the throttling value. -1 for no throttling, -2 for default (usually " +"2), 0 for glfinish behaviour" +msgstr "" + +#: src/util/xmlpool/t_options.h:294 +msgid "Use an additional thread to submit buffers." +msgstr "" + +#: src/util/xmlpool/t_options.h:299 +msgid "" +"Define the vendor_id to report. This allows faking another hardware vendor." +msgstr "" + +#: src/util/xmlpool/t_options.h:304 +msgid "" +"Whether to allow the display server to release buffers with a delay when " +"using d3d's presentation mode DISCARD. Default to true. Set to false if " +"suffering from lag (thread_submit=true can also help in this situation)." +msgstr "" + +#: src/util/xmlpool/t_options.h:309 +msgid "" +"Whether to make d3d's presentation mode DISCARD (games usually use that " +"mode) Tear Free. If rendering above screen refresh, some frames will get " +"skipped. false by default." +msgstr "" + +#: src/util/xmlpool/t_options.h:314 +msgid "" +"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default " +"(-1) CSMT is enabled on known thread-safe drivers." +msgstr "" + +#: src/util/xmlpool/t_options.h:323 +msgid "Use the LLVM sisched option for shader compiles" +msgstr "" + +#: src/util/xmlpool/t_options.h:328 +msgid "" +"Assume no Z fights (enables aggressive out-of-order rasterization to improve " +"performance; may cause rendering errors)" +msgstr "" + +#: src/util/xmlpool/t_options.h:333 +msgid "" +"Commutative additive blending optimizations (may cause rendering errors)" +msgstr "" + +#~ msgid "Horizontal error diffusion" +#~ msgstr "Horizontale foutdiffusie" + +#~ msgid "Horizontal error diffusion, reset error at line start" +#~ msgstr "Horizontale foutdiffusie, zet fout bij lijnbegin terug" + +#~ msgid "Ordered 2D color dithering" +#~ msgstr "Geordende 2D kleurrasterisering" + #~ msgid "" #~ "Enable hack to allow larger textures with texture compression on radeon/" #~ "r200" diff --git a/src/util/xmlpool/sv.po b/src/util/xmlpool/sv.po index 36e5a9b6519..ddbb0ae4990 100644 --- a/src/util/xmlpool/sv.po +++ b/src/util/xmlpool/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mesa DRI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-09-25 22:29-0600\n" +"POT-Creation-Date: 2018-11-12 14:15+0000\n" "PO-Revision-Date: 2006-09-18 10:56+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -17,112 +17,142 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: t_options.h:56 +#: src/util/xmlpool/t_options.h:56 msgid "Debugging" msgstr "Felsökning" -#: t_options.h:70 +#: src/util/xmlpool/t_options.h:60 msgid "Enable flushing batchbuffer after each draw call" msgstr "" -#: t_options.h:75 +#: src/util/xmlpool/t_options.h:65 msgid "Enable flushing GPU caches with each draw call" msgstr "" -#: t_options.h:80 +#: src/util/xmlpool/t_options.h:70 msgid "Disable throttling on first batch after flush" msgstr "" -#: t_options.h:85 +#: src/util/xmlpool/t_options.h:75 msgid "Force GLSL extension default behavior to 'warn'" msgstr "" -#: t_options.h:90 +#: src/util/xmlpool/t_options.h:80 msgid "Disable dual source blending" msgstr "" -#: t_options.h:95 +#: src/util/xmlpool/t_options.h:85 +msgid "Identify dual color blending sources by location rather than index" +msgstr "" + +#: src/util/xmlpool/t_options.h:90 msgid "Disable backslash-based line continuations in GLSL source" msgstr "" -#: t_options.h:105 +#: src/util/xmlpool/t_options.h:95 msgid "" "Force a default GLSL version for shaders that lack an explicit #version line" msgstr "" -#: t_options.h:110 +#: src/util/xmlpool/t_options.h:100 msgid "Allow GLSL #extension directives in the middle of shaders" msgstr "" -#: t_options.h:120 -msgid "Image Quality" -msgstr "Bildkvalitet" +#: src/util/xmlpool/t_options.h:105 +msgid "Allow builtins as part of constant expressions" +msgstr "" + +#: src/util/xmlpool/t_options.h:110 +msgid "Allow some relaxation of GLSL ES shader restrictions" +msgstr "" + +#: src/util/xmlpool/t_options.h:115 +msgid "Allow GLSL built-in variables to be redeclared verbatim" +msgstr "" -#: t_options.h:181 -msgid "Color dithering method" -msgstr "Färgutjämningsmetod" +#: src/util/xmlpool/t_options.h:120 +msgid "Allow a higher compat profile (version 3.1+) for apps that request it" +msgstr "" -#: t_options.h:182 -msgid "Horizontal error diffusion" -msgstr "Horisontell felspridning" +#: src/util/xmlpool/t_options.h:125 +msgid "Force computing the absolute value for sqrt() and inversesqrt()" +msgstr "" -#: t_options.h:183 -msgid "Horizontal error diffusion, reset error at line start" -msgstr "Horisontell felspridning, återställ fel vid radbörjan" +#: src/util/xmlpool/t_options.h:130 +msgid "" +"Implicit and explicit derivatives after a discard behave as if the discard " +"didn't happen" +msgstr "" -#: t_options.h:184 -msgid "Ordered 2D color dithering" -msgstr "Ordnad 2D-färgutjämning" +#: src/util/xmlpool/t_options.h:135 +msgid "Allow interpolation qualifier mismatch across shader stages" +msgstr "" + +#: src/util/xmlpool/t_options.h:140 +msgid "Allow layout qualifiers on function parameters." +msgstr "" + +#: src/util/xmlpool/t_options.h:145 +msgid "Force an OpenGL compatibility context" +msgstr "" -#: t_options.h:195 +#: src/util/xmlpool/t_options.h:153 +msgid "Image Quality" +msgstr "Bildkvalitet" + +#: src/util/xmlpool/t_options.h:157 +msgid "Prefer accuracy over performance in trig functions" +msgstr "" + +#: src/util/xmlpool/t_options.h:162 msgid "A post-processing filter to cel-shade the output" msgstr "" -#: t_options.h:200 +#: src/util/xmlpool/t_options.h:167 msgid "A post-processing filter to remove the red channel" msgstr "" -#: t_options.h:205 +#: src/util/xmlpool/t_options.h:172 msgid "A post-processing filter to remove the green channel" msgstr "" -#: t_options.h:210 +#: src/util/xmlpool/t_options.h:177 msgid "A post-processing filter to remove the blue channel" msgstr "" -#: t_options.h:215 +#: src/util/xmlpool/t_options.h:182 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality" msgstr "" -#: t_options.h:220 +#: src/util/xmlpool/t_options.h:187 msgid "" "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " "default quality. Color version, usable with 2d GL apps" msgstr "" -#: t_options.h:230 +#: src/util/xmlpool/t_options.h:197 msgid "Performance" msgstr "Prestanda" -#: t_options.h:264 +#: src/util/xmlpool/t_options.h:205 msgid "Synchronization with vertical refresh (swap intervals)" msgstr "Synkronisering med vertikal uppdatering (växlingsintervall)" -#: t_options.h:265 +#: src/util/xmlpool/t_options.h:206 msgid "Never synchronize with vertical refresh, ignore application's choice" msgstr "Synkronisera aldrig med vertikal uppdatering, ignorera programmets val" -#: t_options.h:266 +#: src/util/xmlpool/t_options.h:207 msgid "Initial swap interval 0, obey application's choice" msgstr "Initialt växlingsintervall 0, följ programmets val" -#: t_options.h:267 +#: src/util/xmlpool/t_options.h:208 msgid "Initial swap interval 1, obey application's choice" msgstr "Initialt växlingsintervall 1, följ programmets val" -#: t_options.h:268 +#: src/util/xmlpool/t_options.h:209 msgid "" "Always synchronize with vertical refresh, application chooses the minimum " "swap interval" @@ -130,22 +160,120 @@ msgstr "" "Synkronisera alltid med vertikal uppdatering, programmet väljer den minsta " "växlingsintervallen" -#: t_options.h:323 +#: src/util/xmlpool/t_options.h:215 +msgid "Enable offloading GL driver work to a separate thread" +msgstr "" + +#: src/util/xmlpool/t_options.h:220 +msgid "Disable GL driver error checking" +msgstr "" + +#: src/util/xmlpool/t_options.h:225 +msgid "Disable the GLX_EXT_buffer_age extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:230 +msgid "Disable the GLX_OML_sync_control extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:235 +msgid "Disable the GLX_SGI_video_sync extension" +msgstr "" + +#: src/util/xmlpool/t_options.h:245 msgid "Miscellaneous" msgstr "" -#: t_options.h:327 +#: src/util/xmlpool/t_options.h:249 msgid "Create all visuals with a depth buffer" msgstr "" -#: t_options.h:337 +#: src/util/xmlpool/t_options.h:254 +msgid "Force uninitialized variables to default to zero" +msgstr "" + +#: src/util/xmlpool/t_options.h:259 +msgid "Allow exposure of visuals and fbconfigs with rgb10a2 formats" +msgstr "" + +#: src/util/xmlpool/t_options.h:267 msgid "Initialization" msgstr "" -#: t_options.h:341 +#: src/util/xmlpool/t_options.h:271 msgid "Define the graphic device to use if possible" msgstr "" +#: src/util/xmlpool/t_options.h:276 +msgid "Override the DRI driver to load" +msgstr "" + +#: src/util/xmlpool/t_options.h:285 +msgid "Gallium Nine" +msgstr "" + +#: src/util/xmlpool/t_options.h:289 +msgid "" +"Define the throttling value. -1 for no throttling, -2 for default (usually " +"2), 0 for glfinish behaviour" +msgstr "" + +#: src/util/xmlpool/t_options.h:294 +msgid "Use an additional thread to submit buffers." +msgstr "" + +#: src/util/xmlpool/t_options.h:299 +msgid "" +"Define the vendor_id to report. This allows faking another hardware vendor." +msgstr "" + +#: src/util/xmlpool/t_options.h:304 +msgid "" +"Whether to allow the display server to release buffers with a delay when " +"using d3d's presentation mode DISCARD. Default to true. Set to false if " +"suffering from lag (thread_submit=true can also help in this situation)." +msgstr "" + +#: src/util/xmlpool/t_options.h:309 +msgid "" +"Whether to make d3d's presentation mode DISCARD (games usually use that " +"mode) Tear Free. If rendering above screen refresh, some frames will get " +"skipped. false by default." +msgstr "" + +#: src/util/xmlpool/t_options.h:314 +msgid "" +"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default " +"(-1) CSMT is enabled on known thread-safe drivers." +msgstr "" + +#: src/util/xmlpool/t_options.h:323 +msgid "Use the LLVM sisched option for shader compiles" +msgstr "" + +#: src/util/xmlpool/t_options.h:328 +msgid "" +"Assume no Z fights (enables aggressive out-of-order rasterization to improve " +"performance; may cause rendering errors)" +msgstr "" + +#: src/util/xmlpool/t_options.h:333 +msgid "" +"Commutative additive blending optimizations (may cause rendering errors)" +msgstr "" + +#~ msgid "Color dithering method" +#~ msgstr "Färgutjämningsmetod" + +#~ msgid "Horizontal error diffusion" +#~ msgstr "Horisontell felspridning" + +#~ msgid "Horizontal error diffusion, reset error at line start" +#~ msgstr "Horisontell felspridning, återställ fel vid radbörjan" + +#~ msgid "Ordered 2D color dithering" +#~ msgstr "Ordnad 2D-färgutjämning" + #~ msgid "Support larger textures not guaranteed to fit into graphics memory" #~ msgstr "" #~ "Stöd för större texturer är inte garanterat att passa i grafikminnet" -- 2.30.2