msgid ""
msgstr ""
"Project-Id-Version: Nos oignons website\n"
-"POT-Creation-Date: 2013-11-17 15:40+0100\n"
-"PO-Revision-Date: 2013-11-17 16:00+0100\n"
+"POT-Creation-Date: 2013-11-23 23:50+0100\n"
+"PO-Revision-Date: 2013-11-23 23:52+0100\n"
"Last-Translator: Nos oignons <webmaster@nos-oignons.net>\n"
"Language-Team: English <webmaster@nos-oignons.net>\n"
"Language: en\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. type: Plain text
+#, no-wrap
+msgid "[[!meta script=\"assets/l10n.fr\"]]\n"
+msgstr "[[!meta script=\"assets/l10n.en\"]]\n"
+
+#. type: Plain text
+#, no-wrap
+msgid "[[!meta script=\"assets/relays\"]]\n"
+msgstr "[[!meta script=\"assets/relays\"]]\n"
+
+#. type: Plain text
+#, no-wrap
+msgid "[[!meta script=\"assets/d3/d3.v3.min\"]]\n"
+msgstr "[[!meta script=\"assets/d3/d3.v3.min\"]]\n"
+
+#. type: Plain text
+#, no-wrap
+msgid "[[!meta script=\"assets/bw_graphs\"]]\n"
+msgstr "[[!meta script=\"assets/bw_graphs\"]]\n"
+
+#. type: Plain text
+#, no-wrap
+msgid "[[!meta stylesheet=\"assets/bw_graphs\" rel=\"stylesheet\"]]\n"
+msgstr "[[!meta stylesheet=\"assets/bw_graphs\" rel=\"stylesheet\"]]\n"
+
+#. type: Plain text
+#, no-wrap
+msgid "[[!meta script=\"assets/pie_graphs\"]]\n"
+msgstr "[[!meta script=\"assets/pie_graphs\"]]\n"
+
#. type: Plain text
#, no-wrap
msgid "[[!meta title=\"Services\"]]\n"
msgstr "[[!meta title=\"Services\"]]\n"
+#. type: Plain text
+#, no-wrap
+msgid "<script>\n"
+msgstr "<script>\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"var content = d3.select(\"#content\");\n"
+"var consensus_figure = content.append(\"figure\")\n"
+" .style(\"margin\", \"0\")\n"
+" .style(\"width\", \"45%\")\n"
+" .style(\"float\", \"left\")\n"
+" .style(\"text-align\", \"center\");\n"
+"consensus_figure.append(\"span\")\n"
+" .attr(\"id\", \"consensus-pie\");\n"
+"consensus_figure.append(\"figcaption\")\n"
+" .text(L10n.consensus_weight);\n"
+msgstr ""
+"var content = d3.select(\"#content\");\n"
+"var consensus_figure = content.append(\"figure\")\n"
+" .style(\"margin\", \"0\")\n"
+" .style(\"width\", \"45%\")\n"
+" .style(\"float\", \"left\")\n"
+" .style(\"text-align\", \"center\");\n"
+"consensus_figure.append(\"span\")\n"
+" .attr(\"id\", \"consensus-pie\");\n"
+"consensus_figure.append(\"figcaption\")\n"
+" .text(L10n.consensus_weight);\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"var exit_figure = content.append(\"figure\")\n"
+" .style(\"margin\", \"0 5% 0 0\")\n"
+" .style(\"width\", \"44%\")\n"
+" .style(\"float\", \"left\")\n"
+" .style(\"text-align\", \"center\");\n"
+"exit_figure.append(\"span\")\n"
+" .attr(\"id\", \"exit-pie\");\n"
+"exit_figure.append(\"figcaption\")\n"
+" .text(L10n.exit_probability);\n"
+msgstr ""
+"var exit_figure = content.append(\"figure\")\n"
+" .style(\"margin\", \"0 5% 0 0\")\n"
+" .style(\"width\", \"44%\")\n"
+" .style(\"float\", \"left\")\n"
+" .style(\"text-align\", \"center\");\n"
+"exit_figure.append(\"span\")\n"
+" .attr(\"id\", \"exit-pie\");\n"
+"exit_figure.append(\"figcaption\")\n"
+" .text(L10n.exit_probability);\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"content.append(\"div\")\n"
+" .style(\"clear\", \"left\");\n"
+msgstr ""
+"content.append(\"div\")\n"
+" .style(\"clear\", \"left\");\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"new ConsensusPieDrawer(\"#consensus-pie\").draw();\n"
+"new ExitPieDrawer(\"#exit-pie\").draw();\n"
+"</script>\n"
+msgstr ""
+"new ConsensusPieDrawer(\"#consensus-pie\").draw();\n"
+"new ExitPieDrawer(\"#exit-pie\").draw();\n"
+"</script>\n"
+
+#. type: Title =
+#, no-wrap
+msgid "Relais\n"
+msgstr "Relays\n"
+
#. type: Plain text
msgid "Nos oignons fait actuellement fonctionner les relais Tor suivants :"
msgstr "Nos Oignons currently runs the following Tor relays:"
" </tr>\n"
" </tfoot>\n"
"</table>\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"<script>\n"
+"d3.select(\"#content\").append(\"h1\")\n"
+" .text(L10n.bandwidth);\n"
+"d3.select(\"#content\").append(\"div\")\n"
+" .attr(\"id\", \"bandwidth\")\n"
+" .text(L10n.loading);\n"
+msgstr ""
+"<script>\n"
+"d3.select(\"#content\").append(\"h1\")\n"
+" .text(L10n.bandwidth);\n"
+"d3.select(\"#content\").append(\"div\")\n"
+" .attr(\"id\", \"bandwidth\")\n"
+" .text(L10n.loading);\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"new BwDrawer(\"#bandwidth\").draw();\n"
+"</script>\n"
+msgstr ""
+"new BwDrawer(\"#bandwidth\").draw();\n"
+"</script>\n"