nl.po revision b8e80941
1# Dutch translations for PACKAGE package. 2# Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# <manfred.stienstra@dwerg.net>, 2005. 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: PACKAGE VERSION\n" 9"Report-Msgid-Bugs-To: \n" 10"POT-Creation-Date: 2018-11-12 14:15+0000\n" 11"PO-Revision-Date: 2005-04-12 20:09+0200\n" 12"Last-Translator: Manfred Stienstra <manfred.stienstra@dwerg.net>\n" 13"Language-Team: Dutch <vertaling@nl.linux.org>\n" 14"Language: nl\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=UTF-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 20#: src/util/xmlpool/t_options.h:56 21msgid "Debugging" 22msgstr "Debuggen" 23 24#: src/util/xmlpool/t_options.h:60 25msgid "Enable flushing batchbuffer after each draw call" 26msgstr "" 27 28#: src/util/xmlpool/t_options.h:65 29msgid "Enable flushing GPU caches with each draw call" 30msgstr "" 31 32#: src/util/xmlpool/t_options.h:70 33msgid "Disable throttling on first batch after flush" 34msgstr "" 35 36#: src/util/xmlpool/t_options.h:75 37msgid "Force GLSL extension default behavior to 'warn'" 38msgstr "" 39 40#: src/util/xmlpool/t_options.h:80 41msgid "Disable dual source blending" 42msgstr "" 43 44#: src/util/xmlpool/t_options.h:85 45msgid "Identify dual color blending sources by location rather than index" 46msgstr "" 47 48#: src/util/xmlpool/t_options.h:90 49msgid "Disable backslash-based line continuations in GLSL source" 50msgstr "" 51 52#: src/util/xmlpool/t_options.h:95 53msgid "" 54"Force a default GLSL version for shaders that lack an explicit #version line" 55msgstr "" 56 57#: src/util/xmlpool/t_options.h:100 58msgid "Allow GLSL #extension directives in the middle of shaders" 59msgstr "" 60 61#: src/util/xmlpool/t_options.h:105 62msgid "Allow builtins as part of constant expressions" 63msgstr "" 64 65#: src/util/xmlpool/t_options.h:110 66msgid "Allow some relaxation of GLSL ES shader restrictions" 67msgstr "" 68 69#: src/util/xmlpool/t_options.h:115 70msgid "Allow GLSL built-in variables to be redeclared verbatim" 71msgstr "" 72 73#: src/util/xmlpool/t_options.h:120 74msgid "Allow a higher compat profile (version 3.1+) for apps that request it" 75msgstr "" 76 77#: src/util/xmlpool/t_options.h:125 78msgid "Force computing the absolute value for sqrt() and inversesqrt()" 79msgstr "" 80 81#: src/util/xmlpool/t_options.h:130 82msgid "" 83"Implicit and explicit derivatives after a discard behave as if the discard " 84"didn't happen" 85msgstr "" 86 87#: src/util/xmlpool/t_options.h:135 88msgid "Allow interpolation qualifier mismatch across shader stages" 89msgstr "" 90 91#: src/util/xmlpool/t_options.h:140 92msgid "Allow layout qualifiers on function parameters." 93msgstr "" 94 95#: src/util/xmlpool/t_options.h:145 96msgid "Force an OpenGL compatibility context" 97msgstr "" 98 99#: src/util/xmlpool/t_options.h:153 100msgid "Image Quality" 101msgstr "Beeldkwaliteit" 102 103#: src/util/xmlpool/t_options.h:157 104msgid "Prefer accuracy over performance in trig functions" 105msgstr "" 106 107#: src/util/xmlpool/t_options.h:162 108msgid "A post-processing filter to cel-shade the output" 109msgstr "" 110 111#: src/util/xmlpool/t_options.h:167 112msgid "A post-processing filter to remove the red channel" 113msgstr "" 114 115#: src/util/xmlpool/t_options.h:172 116msgid "A post-processing filter to remove the green channel" 117msgstr "" 118 119#: src/util/xmlpool/t_options.h:177 120msgid "A post-processing filter to remove the blue channel" 121msgstr "" 122 123#: src/util/xmlpool/t_options.h:182 124msgid "" 125"Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " 126"default quality" 127msgstr "" 128 129#: src/util/xmlpool/t_options.h:187 130msgid "" 131"Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for " 132"default quality. Color version, usable with 2d GL apps" 133msgstr "" 134 135#: src/util/xmlpool/t_options.h:197 136msgid "Performance" 137msgstr "Prestatie" 138 139#: src/util/xmlpool/t_options.h:205 140msgid "Synchronization with vertical refresh (swap intervals)" 141msgstr "Synchronisatie met verticale verversing (interval omwisselen)" 142 143#: src/util/xmlpool/t_options.h:206 144msgid "Never synchronize with vertical refresh, ignore application's choice" 145msgstr "" 146"Nooit synchroniseren met verticale verversing, negeer de keuze van de " 147"applicatie" 148 149#: src/util/xmlpool/t_options.h:207 150msgid "Initial swap interval 0, obey application's choice" 151msgstr "Initïeel omwisselingsinterval 0, honoreer de keuze van de applicatie" 152 153#: src/util/xmlpool/t_options.h:208 154msgid "Initial swap interval 1, obey application's choice" 155msgstr "Initïeel omwisselingsinterval 1, honoreer de keuze van de applicatie" 156 157#: src/util/xmlpool/t_options.h:209 158msgid "" 159"Always synchronize with vertical refresh, application chooses the minimum " 160"swap interval" 161msgstr "" 162"Synchroniseer altijd met verticale verversing, de applicatie kiest het " 163"minimum omwisselingsinterval" 164 165#: src/util/xmlpool/t_options.h:215 166msgid "Enable offloading GL driver work to a separate thread" 167msgstr "" 168 169#: src/util/xmlpool/t_options.h:220 170msgid "Disable GL driver error checking" 171msgstr "" 172 173#: src/util/xmlpool/t_options.h:225 174msgid "Disable the GLX_EXT_buffer_age extension" 175msgstr "" 176 177#: src/util/xmlpool/t_options.h:230 178msgid "Disable the GLX_OML_sync_control extension" 179msgstr "" 180 181#: src/util/xmlpool/t_options.h:235 182msgid "Disable the GLX_SGI_video_sync extension" 183msgstr "" 184 185#: src/util/xmlpool/t_options.h:245 186msgid "Miscellaneous" 187msgstr "" 188 189#: src/util/xmlpool/t_options.h:249 190msgid "Create all visuals with a depth buffer" 191msgstr "" 192 193#: src/util/xmlpool/t_options.h:254 194msgid "Force uninitialized variables to default to zero" 195msgstr "" 196 197#: src/util/xmlpool/t_options.h:259 198msgid "Allow exposure of visuals and fbconfigs with rgb10a2 formats" 199msgstr "" 200 201#: src/util/xmlpool/t_options.h:267 202msgid "Initialization" 203msgstr "" 204 205#: src/util/xmlpool/t_options.h:271 206msgid "Define the graphic device to use if possible" 207msgstr "" 208 209#: src/util/xmlpool/t_options.h:276 210msgid "Override the DRI driver to load" 211msgstr "" 212 213#: src/util/xmlpool/t_options.h:285 214msgid "Gallium Nine" 215msgstr "" 216 217#: src/util/xmlpool/t_options.h:289 218msgid "" 219"Define the throttling value. -1 for no throttling, -2 for default (usually " 220"2), 0 for glfinish behaviour" 221msgstr "" 222 223#: src/util/xmlpool/t_options.h:294 224msgid "Use an additional thread to submit buffers." 225msgstr "" 226 227#: src/util/xmlpool/t_options.h:299 228msgid "" 229"Define the vendor_id to report. This allows faking another hardware vendor." 230msgstr "" 231 232#: src/util/xmlpool/t_options.h:304 233msgid "" 234"Whether to allow the display server to release buffers with a delay when " 235"using d3d's presentation mode DISCARD. Default to true. Set to false if " 236"suffering from lag (thread_submit=true can also help in this situation)." 237msgstr "" 238 239#: src/util/xmlpool/t_options.h:309 240msgid "" 241"Whether to make d3d's presentation mode DISCARD (games usually use that " 242"mode) Tear Free. If rendering above screen refresh, some frames will get " 243"skipped. false by default." 244msgstr "" 245 246#: src/util/xmlpool/t_options.h:314 247msgid "" 248"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default " 249"(-1) CSMT is enabled on known thread-safe drivers." 250msgstr "" 251 252#: src/util/xmlpool/t_options.h:323 253msgid "Use the LLVM sisched option for shader compiles" 254msgstr "" 255 256#: src/util/xmlpool/t_options.h:328 257msgid "" 258"Assume no Z fights (enables aggressive out-of-order rasterization to improve " 259"performance; may cause rendering errors)" 260msgstr "" 261 262#: src/util/xmlpool/t_options.h:333 263msgid "" 264"Commutative additive blending optimizations (may cause rendering errors)" 265msgstr "" 266 267#~ msgid "Horizontal error diffusion" 268#~ msgstr "Horizontale foutdiffusie" 269 270#~ msgid "Horizontal error diffusion, reset error at line start" 271#~ msgstr "Horizontale foutdiffusie, zet fout bij lijnbegin terug" 272 273#~ msgid "Ordered 2D color dithering" 274#~ msgstr "Geordende 2D kleurrasterisering" 275 276#~ msgid "" 277#~ "Enable hack to allow larger textures with texture compression on radeon/" 278#~ "r200" 279#~ msgstr "" 280#~ "Schakel hack in om met textuurcompressie grotere texturen toe te staan op " 281#~ "een radeon/r200" 282