]> nos-oignons.net Git - website.git/blob - Services.en.po
Proprification et mise en place des graphs
[website.git] / Services.en.po
1 msgid ""
2 msgstr ""
3 "Project-Id-Version: Nos oignons website\n"
4 "POT-Creation-Date: 2013-11-23 19:39+0100\n"
5 "PO-Revision-Date: 2013-11-23 19:50+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 #, no-wrap
55 msgid ""
56 "var content = d3.select(\"#content\");\n"
57 "var consensus_div = content.append(\"div\")\n"
58 "consensus_div.append(\"div\")\n"
59 "  .attr(\"id\", \"consensus-pie\")\n"
60 "  .style(\"width\", PieDrawer.width + \"px\")\n"
61 "  .style(\"height\", PieDrawer.height + \"px\")\n"
62 "  .style(\"float\", \"left\");\n"
63 "consensus_div.append(\"div\")\n"
64 "  .style(\"width\", \"400px\")\n"
65 "  .style(\"margin-left\", \"5px\")\n"
66 "  .style(\"line-height\", PieDrawer.height + \"px\")\n"
67 "  .style(\"font-weight\", \"bold\")\n"
68 "  .style(\"float\", \"left\")\n"
69 "  .text(L10n.consensus_weight);\n"
70 msgstr ""
71 "var content = d3.select(\"#content\");\n"
72 "var consensus_div = content.append(\"div\")\n"
73 "consensus_div.append(\"div\")\n"
74 "  .attr(\"id\", \"consensus-pie\")\n"
75 "  .style(\"width\", PieDrawer.width + \"px\")\n"
76 "  .style(\"height\", PieDrawer.height + \"px\")\n"
77 "  .style(\"float\", \"left\");\n"
78 "consensus_div.append(\"div\")\n"
79 "  .style(\"width\", \"400px\")\n"
80 "  .style(\"margin-left\", \"5px\")\n"
81 "  .style(\"line-height\", PieDrawer.height + \"px\")\n"
82 "  .style(\"font-weight\", \"bold\")\n"
83 "  .style(\"float\", \"left\")\n"
84 "  .text(L10n.consensus_weight);\n"
85
86 #. type: Plain text
87 #, no-wrap
88 msgid ""
89 "var exit_div = content.append(\"div\")\n"
90 "exit_div.append(\"div\")\n"
91 "  .attr(\"id\", \"exit-pie\")\n"
92 "  .style(\"width\", PieDrawer.width)\n"
93 "  .style(\"height\", PieDrawer.height)\n"
94 "  .style(\"clear\", \"left\")\n"
95 "  .style(\"float\", \"left\");\n"
96 "exit_div.append(\"div\")\n"
97 "  .style(\"width\", \"400px\")\n"
98 "  .style(\"margin-left\", \"5px\")\n"
99 "  .style(\"line-height\", PieDrawer.height + \"px\")\n"
100 "  .style(\"font-weight\", \"bold\")\n"
101 "  .style(\"float\", \"left\")\n"
102 "  .text(L10n.exit_probability);\n"
103 msgstr ""
104 "var exit_div = content.append(\"div\")\n"
105 "exit_div.append(\"div\")\n"
106 "  .attr(\"id\", \"exit-pie\")\n"
107 "  .style(\"width\", PieDrawer.width)\n"
108 "  .style(\"height\", PieDrawer.height)\n"
109 "  .style(\"clear\", \"left\")\n"
110 "  .style(\"float\", \"left\");\n"
111 "exit_div.append(\"div\")\n"
112 "  .style(\"width\", \"400px\")\n"
113 "  .style(\"margin-left\", \"5px\")\n"
114 "  .style(\"line-height\", PieDrawer.height + \"px\")\n"
115 "  .style(\"font-weight\", \"bold\")\n"
116 "  .style(\"float\", \"left\")\n"
117 "  .text(L10n.exit_probability);\n"
118
119 #. type: Plain text
120 #, no-wrap
121 msgid ""
122 "content.append(\"div\")\n"
123 "  .style(\"clear\", \"left\");\n"
124 msgstr ""
125 "content.append(\"div\")\n"
126 "  .style(\"clear\", \"left\");\n"
127
128 #. type: Plain text
129 #, no-wrap
130 msgid ""
131 "new ConsensusPieDrawer(\"#consensus-pie\").draw();\n"
132 "new ExitPieDrawer(\"#exit-pie\").draw();\n"
133 "</script>\n"
134 msgstr ""
135 "new ConsensusPieDrawer(\"#consensus-pie\").draw();\n"
136 "new ExitPieDrawer(\"#exit-pie\").draw();\n"
137 "</script>\n"
138
139 #. type: Title =
140 #, no-wrap
141 msgid "Relais\n"
142 msgstr "Relays\n"
143
144 #. type: Plain text
145 msgid "Nos oignons fait actuellement fonctionner les relais Tor suivants :"
146 msgstr "Nos Oignons currently runs the following Tor relays:"
147
148 #. type: Plain text
149 #, no-wrap
150 msgid ""
151 "<table>\n"
152 "  <thead>\n"
153 "    <tr>\n"
154 "      <th>Emplacement</th>\n"
155 "      <th>Relai</th>\n"
156 "      <th>Empreinte</th>\n"
157 "      <th>Politique de sortie</th>\n"
158 "    </tr>\n"
159 "  </thead>\n"
160 "  <tbody>\n"
161 "    <tr>\n"
162 "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
163 "      <td><a href=\"https://atlas.torproject.org/#details/011FDD1EE84DAC7758119B69829C74A9D197B35E\">marcuse1</a><sup>1</sup></td>\n"
164 "      <td><code>011F DD1E E84D AC77 5811 9B69 829C 74A9 D197 B35E</code></td>\n"
165 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
166 "    </tr>\n"
167 "    <tr>\n"
168 "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
169 "      <td><a href=\"https://atlas.torproject.org/#details/1A503BBFFC82A4EFD75DB46A071A7340E11A9DB9\">marcuse2</a><sup>2</sup></td>\n"
170 "      <td><code>1A50 3BBF FC82 A4EF D75D B46A 071A 7340 E11A 9DB9</code></td>\n"
171 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
172 "    </tr>\n"
173 "    <tr>\n"
174 "      <td><a href=\"https://www.gandi.net/\">Gandi</a><sup>3</sup></td>\n"
175 "      <td><a href=\"https://atlas.torproject.org/#details/7F2CD6BD548C5FFA09B20A0C5CB07893C9451653\">ekumen</a></td>\n"
176 "      <td><code>7F2C D6BD 548C 5FFA 09B2 0A0C 5CB0 7893 C945 1653</code></td>\n"
177 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
178 "    </tr>\n"
179 "  </tbody>\n"
180 "  <tfoot class=\"footnotes\">\n"
181 "    <tr>\n"
182 "      <td colspan=\"4\">\n"
183 "        1,2 : <code>marcuse1</code> et <code>marcuse2</code> sont sur une même\n"
184 "        machine. Afin de palier à des limitations techniques du logiciel dans\n"
185 "        la gestion du multi-cœur, il est nécessaire de faire fonctionner deux\n"
186 "        relais afin de pouvoir utiliser toute la bande passante disponible.\n"
187 "      </td>\n"
188 "    </tr>\n"
189 "    <tr>\n"
190 "      <td colspan=\"4\">\n"
191 "        3 : Gandi nous fournit gracieusement les ressources pour faire tourner\n"
192 "        ce noeud (machine virtuelle et bande passante).\n"
193 "      </td>\n"
194 "    </tr>\n"
195 "  </tfoot>\n"
196 "</table>\n"
197 msgstr ""
198 "<table>\n"
199 "  <thead>\n"
200 "    <tr>\n"
201 "      <th>Location</th>\n"
202 "      <th>Relay</th>\n"
203 "      <th>Fingeprint</th>\n"
204 "      <th>Exit policy</th>\n"
205 "    </tr>\n"
206 "  </thead>\n"
207 "  <tbody>\n"
208 "    <tr>\n"
209 "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
210 "      <td><a href=\"https://atlas.torproject.org/#details/011FDD1EE84DAC7758119B69829C74A9D197B35E\">marcuse1</a><sup>1</sup></td>\n"
211 "      <td><code>011F DD1E E84D AC77 5811 9B69 829C 74A9 D197 B35E</code></td>\n"
212 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
213 "    </tr>\n"
214 "    <tr>\n"
215 "      <td><a href=\"http://www.liazo.fr/\">Liazo</a></td>\n"
216 "      <td><a href=\"https://atlas.torproject.org/#details/1A503BBFFC82A4EFD75DB46A071A7340E11A9DB9\">marcuse2</a><sup>2</sup></td>\n"
217 "      <td><code>1A50 3BBF FC82 A4EF D75D B46A 071A 7340 E11A 9DB9</code></td>\n"
218 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
219 "    </tr>\n"
220 "    <tr>\n"
221 "      <td><a href=\"https://www.gandi.net/\">Gandi</a><sup>3</sup></td>\n"
222 "      <td><a href=\"https://atlas.torproject.org/#details/7F2CD6BD548C5FFA09B20A0C5CB07893C9451653\">ekumen</a></td>\n"
223 "      <td><code>7F2C D6BD 548C 5FFA 09B2 0A0C 5CB0 7893 C945 1653</code></td>\n"
224 "      <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
225 "    </tr>\n"
226 "  </tbody>\n"
227 "  <tfoot class=\"footnotes\">\n"
228 "    <tr>\n"
229 "      <td colspan=\"4\">\n"
230 "        1,2 : <code>marcuse1</code> and <code>marcuse2</code> are on the same\n"
231 "        server. Due to technical limitations in how the software handle\n"
232 "        multicore, we need to run two distinct relays in order to use all\n"
233 "        available bandwidth.\n"
234 "      </td>\n"
235 "    </tr>\n"
236 "    <tr>\n"
237 "      <td colspan=\"4\">\n"
238 "        3 : All resources are kindly sponsored by Gandi (virtual machine and bandwidth).\n"
239 "      </td>\n"
240 "    </tr>\n"
241 "  </tfoot>\n"
242 "</table>\n"
243
244 #. type: Plain text
245 #, no-wrap
246 msgid ""
247 "<script>\n"
248 "d3.select(\"#content\").append(\"h1\")\n"
249 "  .text(L10n.bandwidth);\n"
250 "d3.select(\"#content\").append(\"div\")\n"
251 "  .attr(\"id\", \"bandwidth\")\n"
252 "  .text(L10n.loading);\n"
253 msgstr ""
254 "<script>\n"
255 "d3.select(\"#content\").append(\"h1\")\n"
256 "  .text(L10n.bandwidth);\n"
257 "d3.select(\"#content\").append(\"div\")\n"
258 "  .attr(\"id\", \"bandwidth\")\n"
259 "  .text(L10n.loading);\n"
260
261 #. type: Plain text
262 #, no-wrap
263 msgid ""
264 "new BwDrawer(\"#bandwidth\").draw();\n"
265 "</script>\n"
266 msgstr ""
267 "new BwDrawer(\"#bandwidth\").draw();\n"
268 "</script>\n"