]> nos-oignons.net Git - website.git/blob - Services.en.po
Fichiers PO mis à jour.
[website.git] / Services.en.po
1 msgid ""
2 msgstr ""
3 "Project-Id-Version: Nos oignons website\n"
4 "POT-Creation-Date: 2015-06-28 16:02+0200\n"
5 "PO-Revision-Date: 2014-11-19 12:28+0100\n"
6 "Last-Translator: Nos oignons <webmaster@nos-oignons.net>\n"
7 "Language-Team: English <webmaster@nos-oignons.net>\n"
8 "Language: en\n"
9 "MIME-Version: 1.0\n"
10 "Content-Type: text/plain; charset=UTF-8\n"
11 "Content-Transfer-Encoding: 8bit\n"
12
13 #. type: Plain text
14 #, no-wrap
15 msgid "[[!meta script=\"assets/l10n.fr\"]]\n"
16 msgstr "[[!meta script=\"assets/l10n.en\"]]\n"
17
18 #. type: Plain text
19 #, no-wrap
20 msgid "[[!meta script=\"assets/relays\"]]\n"
21 msgstr "[[!meta script=\"assets/relays\"]]\n"
22
23 #. type: Plain text
24 #, no-wrap
25 msgid "[[!meta script=\"assets/d3/d3.v3.min\"]]\n"
26 msgstr "[[!meta script=\"assets/d3/d3.v3.min\"]]\n"
27
28 #. type: Plain text
29 #, no-wrap
30 msgid "[[!meta script=\"assets/bw_graphs\"]]\n"
31 msgstr "[[!meta script=\"assets/bw_graphs\"]]\n"
32
33 #. type: Plain text
34 #, no-wrap
35 msgid "[[!meta stylesheet=\"assets/bw_graphs\" rel=\"stylesheet\"]]\n"
36 msgstr "[[!meta stylesheet=\"assets/bw_graphs\" rel=\"stylesheet\"]]\n"
37
38 #. type: Plain text
39 #, no-wrap
40 msgid "[[!meta script=\"assets/pie_graphs\"]]\n"
41 msgstr "[[!meta script=\"assets/pie_graphs\"]]\n"
42
43 #. type: Plain text
44 #, no-wrap
45 msgid "[[!meta title=\"Services\"]]\n"
46 msgstr "[[!meta title=\"Services\"]]\n"
47
48 #. type: Plain text
49 #, no-wrap
50 msgid "<script>\n"
51 msgstr "<script>\n"
52
53 #. type: Plain text
54 #, fuzzy, no-wrap
55 #| msgid ""
56 #| "var content = d3.select(\"#content\");\n"
57 #| "var consensus_figure = content.append(\"figure\")\n"
58 #| "  .style(\"margin\", \"0\")\n"
59 #| "  .style(\"width\", \"45%\")\n"
60 #| "  .style(\"float\", \"left\")\n"
61 #| "  .style(\"text-align\", \"center\");\n"
62 #| "consensus_figure.append(\"span\")\n"
63 #| "  .attr(\"id\", \"consensus-pie\");\n"
64 #| "consensus_figure.append(\"figcaption\")\n"
65 #| "  .text(L10n.consensus_weight);\n"
66 msgid ""
67 "var content = d3.select(\"#content\");\n"
68 "var consensus_figure = content.append(\"figure\")\n"
69 "  .attr('class', 'graph graph-consensus')\n"
70 "consensus_figure.append(\"span\")\n"
71 "  .attr(\"id\", \"consensus-pie\");\n"
72 "consensus_figure.append(\"figcaption\")\n"
73 "  .text(L10n.consensus_weight);\n"
74 msgstr ""
75 "var content = d3.select(\"#content\");\n"
76 "var consensus_figure = content.append(\"figure\")\n"
77 "  .style(\"margin\", \"0\")\n"
78 "  .style(\"width\", \"45%\")\n"
79 "  .style(\"float\", \"left\")\n"
80 "  .style(\"text-align\", \"center\");\n"
81 "consensus_figure.append(\"span\")\n"
82 "  .attr(\"id\", \"consensus-pie\");\n"
83 "consensus_figure.append(\"figcaption\")\n"
84 "  .text(L10n.consensus_weight);\n"
85
86 #. type: Plain text
87 #, fuzzy, no-wrap
88 #| msgid ""
89 #| "var exit_figure = content.append(\"figure\")\n"
90 #| "  .style(\"margin\", \"0 5% 0 0\")\n"
91 #| "  .style(\"width\", \"44%\")\n"
92 #| "  .style(\"float\", \"left\")\n"
93 #| "  .style(\"text-align\", \"center\");\n"
94 #| "exit_figure.append(\"span\")\n"
95 #| "  .attr(\"id\", \"exit-pie\");\n"
96 #| "exit_figure.append(\"figcaption\")\n"
97 #| "  .text(L10n.exit_probability);\n"
98 msgid ""
99 "var exit_figure = content.append(\"figure\")\n"
100 "  .attr('class', 'graph graph-exit')\n"
101 "exit_figure.append(\"span\")\n"
102 "  .attr(\"id\", \"exit-pie\");\n"
103 "exit_figure.append(\"figcaption\")\n"
104 "  .text(L10n.exit_probability);\n"
105 msgstr ""
106 "var exit_figure = content.append(\"figure\")\n"
107 "  .style(\"margin\", \"0 5% 0 0\")\n"
108 "  .style(\"width\", \"44%\")\n"
109 "  .style(\"float\", \"left\")\n"
110 "  .style(\"text-align\", \"center\");\n"
111 "exit_figure.append(\"span\")\n"
112 "  .attr(\"id\", \"exit-pie\");\n"
113 "exit_figure.append(\"figcaption\")\n"
114 "  .text(L10n.exit_probability);\n"
115
116 #. type: Plain text
117 #, no-wrap
118 msgid ""
119 "content.append(\"div\")\n"
120 "  .style(\"clear\", \"left\");\n"
121 msgstr ""
122 "content.append(\"div\")\n"
123 "  .style(\"clear\", \"left\");\n"
124
125 #. type: Plain text
126 #, no-wrap
127 msgid ""
128 "new ConsensusPieDrawer(\"#consensus-pie\").draw();\n"
129 "new ExitPieDrawer(\"#exit-pie\").draw();\n"
130 "</script>\n"
131 msgstr ""
132 "new ConsensusPieDrawer(\"#consensus-pie\").draw();\n"
133 "new ExitPieDrawer(\"#exit-pie\").draw();\n"
134 "</script>\n"
135
136 #. type: Title =
137 #, no-wrap
138 msgid "Relais\n"
139 msgstr "Relays\n"
140
141 #. type: Plain text
142 msgid "Nos oignons fait actuellement fonctionner les relais Tor suivants :"
143 msgstr "Nos Oignons currently runs the following Tor relays:"
144
145 #. type: Plain text
146 #, fuzzy, no-wrap
147 #| msgid ""
148 #| "<table>\n"
149 #| "  <thead>\n"
150 #| "    <tr>\n"
151 #| "      <th>Emplacement</th>\n"
152 #| "      <th>Relai</th>\n"
153 #| "      <th>Empreinte</th>\n"
154 #| "      <th>Politique de sortie</th>\n"
155 #| "    </tr>\n"
156 #| "  </thead>\n"
157 #| "  <tbody>\n"
158 #| "    <tr>\n"
159 #| "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
160 #| "      <td><a href=\"https://atlas.torproject.org/#details/EFAE44728264982224445E96214C15F9075DEE1D\">marcuse1</a><sup>1</sup></td>\n"
161 #| "      <td><code>EFAE 4472 8264 9822 2444 5E96 214C 15F9 075D EE1D</code></td>\n"
162 #| "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
163 #| "    </tr>\n"
164 #| "    <tr>\n"
165 #| "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
166 #| "      <td><a href=\"https://atlas.torproject.org/#details/C656B41AEFB40A141967EBF49D6E69603C9B4A11\">marcuse2</a><sup>2</sup></td>\n"
167 #| "      <td><code>C656 B41A EFB4 0A14 1967 EBF4 9D6E 6960 3C9B 4A11</code></td>\n"
168 #| "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
169 #| "    </tr>\n"
170 #| "    <tr>\n"
171 #| "      <td><a href=\"https://www.gandi.net/\">Gandi</a><sup>3</sup></td>\n"
172 #| "      <td><a href=\"https://atlas.torproject.org/#details/9BA84E8C90083676F86C7427C8D105925F13716C\">ekumen</a></td>\n"
173 #| "      <td><code>9BA8 4E8C 9008 3676 F86C 7427 C8D1 0592 5F13 716C</code></td>\n"
174 #| "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
175 #| "    </tr>\n"
176 #| "    <tr>\n"
177 #| "      <td><a href=\"https://tetaneutral.net/\">tetaneutral.net</a></td>\n"
178 #| "      <td><a href=\"https://atlas.torproject.org/#details/578E007E5E4535FBFEF7758D8587B07B4C8C5D06\">marylou1</a><sup>4</sup></td>\n"
179 #| "      <td><code>578E 007E 5E45 35FB FEF7 758D 8587 B07B 4C8C 5D06</code></td>\n"
180 #| "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
181 #| "    </tr>\n"
182 #| "    <tr>\n"
183 #| "      <td><a href=\"https://tetaneutral.net/\">tetaneutral.net</a></td>\n"
184 #| "      <td><a href=\"https://atlas.torproject.org/#details/90FD830C357A5109AB3C505287713F1AC811174C\">marylou2</a><sup>5</sup></td>\n"
185 #| "      <td><code>90FD 830C 357A 5109 AB3C 5052 8771 3F1A C811 174C</code></td>\n"
186 #| "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
187 #| "    </tr>\n"
188 msgid ""
189 "<table class=\"tor-nodes\">\n"
190 "  <thead>\n"
191 "    <tr>\n"
192 "      <th>Emplacement</th>\n"
193 "      <th>Relai</th>\n"
194 "      <th>Empreinte</th>\n"
195 "      <th>Politique de sortie</th>\n"
196 "    </tr>\n"
197 "  </thead>\n"
198 "  <tbody>\n"
199 "    <tr>\n"
200 "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
201 "      <td><a href=\"https://atlas.torproject.org/#details/EFAE44728264982224445E96214C15F9075DEE1D\">marcuse1</a><sup>1</sup></td>\n"
202 "      <td><code>EFAE 4472 8264 9822 2444 5E96 214C 15F9 075D EE1D</code></td>\n"
203 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
204 "    </tr>\n"
205 "    <tr>\n"
206 "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
207 "      <td><a href=\"https://atlas.torproject.org/#details/C656B41AEFB40A141967EBF49D6E69603C9B4A11\">marcuse2</a><sup>2</sup></td>\n"
208 "      <td><code>C656 B41A EFB4 0A14 1967 EBF4 9D6E 6960 3C9B 4A11</code></td>\n"
209 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
210 "    </tr>\n"
211 "    <tr>\n"
212 "      <td><a href=\"https://www.gandi.net/\">Gandi</a><sup>3</sup></td>\n"
213 "      <td><a href=\"https://atlas.torproject.org/#details/9BA84E8C90083676F86C7427C8D105925F13716C\">ekumen</a></td>\n"
214 "      <td><code>9BA8 4E8C 9008 3676 F86C 7427 C8D1 0592 5F13 716C</code></td>\n"
215 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
216 "    </tr>\n"
217 "    <tr>\n"
218 "      <td><a href=\"https://tetaneutral.net/\">tetaneutral.net</a></td>\n"
219 "      <td><a href=\"https://atlas.torproject.org/#details/578E007E5E4535FBFEF7758D8587B07B4C8C5D06\">marylou1</a><sup>4</sup></td>\n"
220 "      <td><code>578E 007E 5E45 35FB FEF7 758D 8587 B07B 4C8C 5D06</code></td>\n"
221 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
222 "    </tr>\n"
223 "    <tr>\n"
224 "      <td><a href=\"https://tetaneutral.net/\">tetaneutral.net</a></td>\n"
225 "      <td><a href=\"https://atlas.torproject.org/#details/90FD830C357A5109AB3C505287713F1AC811174C\">marylou2</a><sup>5</sup></td>\n"
226 "      <td><code>90FD 830C 357A 5109 AB3C 5052 8771 3F1A C811 174C</code></td>\n"
227 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
228 "    </tr>\n"
229 msgstr ""
230 "<table>\n"
231 "  <thead>\n"
232 "    <tr>\n"
233 "      <th>Location</th>\n"
234 "      <th>Relay</th>\n"
235 "      <th>Fingeprint</th>\n"
236 "      <th>Exit policy</th>\n"
237 "    </tr>\n"
238 "  </thead>\n"
239 "  <tbody>\n"
240 "    <tr>\n"
241 "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
242 "      <td><a href=\"https://atlas.torproject.org/#details/EFAE44728264982224445E96214C15F9075DEE1D\">marcuse1</a><sup>1</sup></td>\n"
243 "      <td><code>EFAE 4472 8264 9822 2444 5E96 214C 15F9 075D EE1D</code></td>\n"
244 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
245 "    </tr>\n"
246 "    <tr>\n"
247 "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
248 "      <td><a href=\"https://atlas.torproject.org/#details/C656B41AEFB40A141967EBF49D6E69603C9B4A11\">marcuse2</a><sup>2</sup></td>\n"
249 "      <td><code>C656 B41A EFB4 0A14 1967 EBF4 9D6E 6960 3C9B 4A11</code></td>\n"
250 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
251 "    </tr>\n"
252 "    <tr>\n"
253 "      <td><a href=\"https://www.gandi.net/\">Gandi</a><sup>3</sup></td>\n"
254 "      <td><a href=\"https://atlas.torproject.org/#details/9BA84E8C90083676F86C7427C8D105925F13716C\">ekumen</a></td>\n"
255 "      <td><code>9BA8 4E8C 9008 3676 F86C 7427 C8D1 0592 5F13 716C</code></td>\n"
256 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
257 "    </tr>\n"
258 "    <tr>\n"
259 "      <td><a href=\"https://tetaneutral.net/\">tetaneutral.net</a></td>\n"
260 "      <td><a href=\"https://atlas.torproject.org/#details/578E007E5E4535FBFEF7758D8587B07B4C8C5D06\">marylou1</a><sup>4</sup></td>\n"
261 "      <td><code>578E 007E 5E45 35FB FEF7 758D 8587 B07B 4C8C 5D06</code></td>\n"
262 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
263 "    </tr>\n"
264 "    <tr>\n"
265 "      <td><a href=\"https://tetaneutral.net/\">tetaneutral.net</a></td>\n"
266 "      <td><a href=\"https://atlas.torproject.org/#details/90FD830C357A5109AB3C505287713F1AC811174C\">marylou2</a><sup>5</sup></td>\n"
267 "      <td><code>90FD 830C 357A 5109 AB3C 5052 8771 3F1A C811 174C</code></td>\n"
268 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
269 "    </tr>\n"
270
271 #. type: Plain text
272 #, no-wrap
273 msgid ""
274 "  </tbody>\n"
275 "  <tfoot class=\"footnotes\">\n"
276 "    <tr>\n"
277 "      <td colspan=\"4\">\n"
278 "        1,2 : <code>marcuse1</code> et <code>marcuse2</code> sont sur une même\n"
279 "        machine. Afin de palier à des limitations techniques du logiciel dans\n"
280 "        la gestion du multi-cœur, il est nécessaire de faire fonctionner deux\n"
281 "        relais afin de pouvoir utiliser toute la bande passante disponible.\n"
282 "      </td>\n"
283 "    </tr>\n"
284 "    <tr>\n"
285 "      <td colspan=\"4\">\n"
286 "        3 : Gandi nous fournit gracieusement la bande passante pour faire tourner\n"
287 "        ce noeud.\n"
288 "      </td>\n"
289 "      </tr>\n"
290 "\t<tr>\n"
291 "      <td colspan=\"4\">\n"
292 "        4,5 : <code>marylou1</code> et <code>marylou2</code> sont sur une même\n"
293 "        machine. Afin de palier à des limitations techniques du logiciel dans\n"
294 "        la gestion du multi-cœur, il est nécessaire de faire fonctionner deux\n"
295 "        relais afin de pouvoir utiliser toute la bande passante disponible.\n"
296 "      </td>\n"
297 "    </tr>\n"
298 "  </tfoot>\n"
299 "</table>\n"
300 msgstr ""
301 "  </tbody>\n"
302 "  <tfoot class=\"footnotes\">\n"
303 "    <tr>\n"
304 "      <td colspan=\"4\">\n"
305 "        1,2 : <code>marcuse1</code> and <code>marcuse2</code> are on the same\n"
306 "        server. Due to technical limitations in how the software handle\n"
307 "        multicore, we need to run two distinct relays in order to use all\n"
308 "        available bandwidth.\n"
309 "      </td>\n"
310 "    </tr>\n"
311 "    <tr>\n"
312 "      <td colspan=\"4\">\n"
313 "        3 : Bandwidth kindly sponsored by Gandi.\n"
314 "      </td>\n"
315 "    </tr>\n"
316 "    <tr>\n"
317 "      <td colspan=\"4\">\n"
318 "        4,5 : <code>marylou1</code> and <code>marylou2</code> are on the same\n"
319 "        server. Due to technical limitations in how the software handle\n"
320 "        multicore, we need to run two distinct relays in order to use all\n"
321 "        available bandwidth.\n"
322 "      </td>\n"
323 "    </tr>\n"
324 "  </tfoot>\n"
325 "</table>\n"
326
327 #. type: Plain text
328 #, no-wrap
329 msgid ""
330 "<script>\n"
331 "d3.select(\"#content\").append(\"h1\")\n"
332 "  .text(L10n.bandwidth);\n"
333 "d3.select(\"#content\").append(\"div\")\n"
334 "  .attr(\"id\", \"bandwidth\")\n"
335 "  .text(L10n.loading);\n"
336 msgstr ""
337 "<script>\n"
338 "d3.select(\"#content\").append(\"h1\")\n"
339 "  .text(L10n.bandwidth);\n"
340 "d3.select(\"#content\").append(\"div\")\n"
341 "  .attr(\"id\", \"bandwidth\")\n"
342 "  .text(L10n.loading);\n"
343
344 #. type: Plain text
345 #, no-wrap
346 msgid ""
347 "new BwDrawer(\"#bandwidth\").draw();\n"
348 "</script>\n"
349 msgstr ""
350 "new BwDrawer(\"#bandwidth\").draw();\n"
351 "</script>\n"