mesa: move legacy dri config option dither_mode
[mesa.git] / src / util / xmlpool / fr.po
1 # French translations for DRI driver options.
2 # Copyright (C) 2005 Stephane Marchesin
3 # This file is distributed under the same license as the Mesa package.
4 # Stephane Marchesin <marchesin@icps.u-strasbg.fr>, 2005.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: Mesa 6.3\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-09-25 22:29-0600\n"
11 "PO-Revision-Date: 2005-04-11 01:34+0200\n"
12 "Last-Translator: Stephane Marchesin <marchesin@icps.u-strasbg.fr>\n"
13 "Language-Team: French <fr@li.org>\n"
14 "Language: fr\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 #: t_options.h:56
21 msgid "Debugging"
22 msgstr "Debogage"
23
24 #: t_options.h:70
25 msgid "Enable flushing batchbuffer after each draw call"
26 msgstr ""
27
28 #: t_options.h:75
29 msgid "Enable flushing GPU caches with each draw call"
30 msgstr ""
31
32 #: t_options.h:80
33 msgid "Disable throttling on first batch after flush"
34 msgstr ""
35
36 #: t_options.h:85
37 msgid "Force GLSL extension default behavior to 'warn'"
38 msgstr ""
39
40 #: t_options.h:90
41 msgid "Disable dual source blending"
42 msgstr ""
43
44 #: t_options.h:95
45 msgid "Disable backslash-based line continuations in GLSL source"
46 msgstr ""
47
48 #: t_options.h:105
49 msgid ""
50 "Force a default GLSL version for shaders that lack an explicit #version line"
51 msgstr ""
52
53 #: t_options.h:110
54 msgid "Allow GLSL #extension directives in the middle of shaders"
55 msgstr ""
56
57 #: t_options.h:120
58 msgid "Image Quality"
59 msgstr "Qualité d'image"
60
61 #: t_options.h:133
62 msgid "Texture color depth"
63 msgstr "Profondeur de texture"
64
65 #: t_options.h:134
66 msgid "Prefer frame buffer color depth"
67 msgstr "Profondeur de couleur"
68
69 #: t_options.h:135
70 msgid "Prefer 32 bits per texel"
71 msgstr "Préférer 32 bits par texel"
72
73 #: t_options.h:136
74 msgid "Prefer 16 bits per texel"
75 msgstr "Prérérer 16 bits par texel"
76
77 #: t_options.h:137
78 msgid "Force 16 bits per texel"
79 msgstr "Forcer 16 bits par texel"
80
81 #: t_options.h:143
82 msgid "Initial maximum value for anisotropic texture filtering"
83 msgstr "Valeur maximale initiale pour le filtrage anisotropique de texture"
84
85 #: t_options.h:148
86 msgid "Forbid negative texture LOD bias"
87 msgstr "Interdire le LOD bias negatif"
88
89 #: t_options.h:170
90 msgid "Color rounding method"
91 msgstr "Méthode d'arrondi des couleurs"
92
93 #: t_options.h:171
94 msgid "Round color components downward"
95 msgstr "Arrondi à l'inférieur"
96
97 #: t_options.h:172
98 msgid "Round to nearest color"
99 msgstr "Arrondi au plus proche"
100
101 #: t_options.h:190
102 msgid "Floating point depth buffer"
103 msgstr "Z-buffer en virgule flottante"
104
105 #: t_options.h:195
106 msgid "A post-processing filter to cel-shade the output"
107 msgstr ""
108
109 #: t_options.h:200
110 msgid "A post-processing filter to remove the red channel"
111 msgstr ""
112
113 #: t_options.h:205
114 msgid "A post-processing filter to remove the green channel"
115 msgstr ""
116
117 #: t_options.h:210
118 msgid "A post-processing filter to remove the blue channel"
119 msgstr ""
120
121 #: t_options.h:215
122 msgid ""
123 "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for "
124 "default quality"
125 msgstr ""
126
127 #: t_options.h:220
128 msgid ""
129 "Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for "
130 "default quality. Color version, usable with 2d GL apps"
131 msgstr ""
132
133 #: t_options.h:230
134 msgid "Performance"
135 msgstr "Performance"
136
137 #: t_options.h:251
138 msgid "Method to limit rendering latency"
139 msgstr "Méthode d'attente de la carte graphique"
140
141 #: t_options.h:252
142 msgid "Busy waiting for the graphics hardware"
143 msgstr "Attente active de la carte graphique"
144
145 #: t_options.h:253
146 msgid "Sleep for brief intervals while waiting for the graphics hardware"
147 msgstr "Attente utilisant usleep()"
148
149 #: t_options.h:254
150 msgid "Let the graphics hardware emit a software interrupt and sleep"
151 msgstr "Utiliser les interruptions"
152
153 #: t_options.h:264
154 msgid "Synchronization with vertical refresh (swap intervals)"
155 msgstr "Synchronisation de l'affichage avec le balayage vertical"
156
157 #: t_options.h:265
158 msgid "Never synchronize with vertical refresh, ignore application's choice"
159 msgstr ""
160 "Ne jamais synchroniser avec le balayage vertical, ignorer le choix de "
161 "l'application"
162
163 #: t_options.h:266
164 msgid "Initial swap interval 0, obey application's choice"
165 msgstr ""
166 "Ne pas synchroniser avec le balayage vertical par défaut, mais obéir au "
167 "choix de l'application"
168
169 #: t_options.h:267
170 msgid "Initial swap interval 1, obey application's choice"
171 msgstr ""
172 "Synchroniser avec le balayage vertical par défaut, mais obéir au choix de "
173 "l'application"
174
175 #: t_options.h:268
176 msgid ""
177 "Always synchronize with vertical refresh, application chooses the minimum "
178 "swap interval"
179 msgstr ""
180 "Toujours synchroniser avec le balayage vertical, l'application choisit "
181 "l'intervalle minimal"
182
183 #: t_options.h:323
184 msgid "Miscellaneous"
185 msgstr ""
186
187 #: t_options.h:327
188 msgid "Create all visuals with a depth buffer"
189 msgstr ""
190
191 #: t_options.h:337
192 msgid "Initialization"
193 msgstr ""
194
195 #: t_options.h:341
196 msgid "Define the graphic device to use if possible"
197 msgstr ""
198
199 #~ msgid ""
200 #~ "Enable hack to allow larger textures with texture compression on radeon/"
201 #~ "r200"
202 #~ msgstr ""
203 #~ "Activer le hack permettant l'utilisation de textures de grande taille "
204 #~ "avec la compression de textures sur radeon/r200"